Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AvaloniaUtils/Material.Icons.Avalonia

Avalonia control for display material icons from Material.Icons: https://github.com/SKProCH/Material.Icons
https://github.com/AvaloniaUtils/Material.Icons.Avalonia

avalonia avaloniaui icons material-design material-design-icons material-icons

Last synced: 3 months ago
JSON representation

Avalonia control for display material icons from Material.Icons: https://github.com/SKProCH/Material.Icons

Awesome Lists containing this project

README

        

# Material.Icons.Avalonia moved back to original [Material.Icons](https://github.com/SKProCH/Material.Icons) repository

# Material.Icons.Avalonia
Avalonia control for display material icons from [Material.Icons](https://github.com/SKProCH/Material.Icons).
Icons list can be found on the [materialdesignicons.com](https://materialdesignicons.com/) or in the demo application.

### Getting started
Install [Material.Icons.Avalonia nuget package](https://www.nuget.org/packages/Material.Icons.Avalonia/):
```
dotnet add package Material.Icons.Avalonia
```
Include styles in `App.xaml`
```xml


...

```
### Using
Use `MaterialIcon` control:
```
xmlns:material="using:Material.Icons.Avalonia"
```
```xml

```
The `Foreground` property controls the color of the icon.