Provides the Google Material Design icon library packaged as Blazicons, SVG icon components for Blazor.
Check out the Demo Site.
To get started using the Google Material Design Blazicons, just install the Blazicons.GoogleMaterialDesign NuGet package.
Next add the Blazicons reference to the _Imports.razor
file in the Blazor project.
@using Blazicons
Finally, add the Blazicon components to your Blazor pages/components.
<Blazicon Svg="GoogleMaterialOutlinedIcon.AddAlert"></Blazicon>
<Blazicon Svg="GoogleMaterialFilledIcon.AddAlert"></Blazicon>
<Blazicon Svg="GoogleMaterialRoundIcon.AddAlert"></Blazicon>
<Blazicon Svg="GoogleMaterialSharpIcon.AddAlert"></Blazicon>
<Blazicon Svg="GoogleMaterialTwoToneIcon.AddAlert"></Blazicon>
See the Blazicons documentation for details on parameters and styling.
Thanks to the creators of Google Material Design Icons