4b0090d2e01bbdacd33eda9fce2038589649067c
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.
Description
Fork of Avalonia control for display material icons from Material.Icons: https://github.com/SKProCH/Material.Icons
Languages
C#
100%