MudBlazor.SimpleIcons is a .NET library that provides SimpleIcons for MudBlazor.
- Due to an error in the build script, the last updates did not contain any new features. This should now be fixed and all new icons should be available from version 1.6.0.
You can install the package via Nuget:
dotnet add package Json_exe.MudBlazor.SimpleIcons
After installing the package, you can use it in your project like this:
using Json_exe.MudBlazor.SimpleIcons;
<MudIcon Icon="@SimpleIcons.SiDotnet" />
- Featuring all Icons from SimpleIcons
- No additional dependencies
- Icons come with License information, if available, compiled as comment
- Icons also come with the default color in hex format, compiled as comment
This project is licensed under the MIT License - see the LICENSE file for details
- Write a SourceGenerator to reduce the size of the library (if possible)