2021-02-06 20:52:46 +03:00
2021-02-06 20:49:15 +03:00
2021-02-06 20:49:15 +03:00
2021-02-06 20:49:15 +03:00
2021-02-06 20:49:15 +03:00
2021-02-06 20:49:15 +03:00

Material.Icons.Avalonia

Avalonia control for display material icons from Material.Icons.
Icons list can be found on the materialdesignicons.com or in the demo application.

Getting started

Install Material.Icons.Avalonia nuget package:

dotnet add package Material.Icons.Avalonia

Include styles in App.xaml

<Application ...>
  <Application.Styles>
    ...
    <StyleInclude Source="avares://Material.Icons.Avalonia/App.xaml"></StyleInclude>
  </Application.Styles>
</Application>

Using

Use MaterialIcon control:

<avalonia:MaterialIcon Kind="Abacus"></avalonia:MaterialIcon>

The Foreground property controls the color of the icon.

S
Description
Fork of Avalonia control for display material icons from Material.Icons: https://github.com/SKProCH/Material.Icons
Readme MIT 150 KiB
Languages
C# 100%