Skip to content

kyleherzog/Blazicons.GoogleMaterialDesign

Repository files navigation

Blazicons.GoogleMaterialDesign

Provides the Google Material Design icon library packaged as Blazicons, SVG icon components for Blazor.

Check out the Demo Site.

Nuget

Build Status

Getting Started

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>

Parameters & Styling

See the Blazicons documentation for details on parameters and styling.

Credits

Thanks to the creators of Google Material Design Icons

About

The Google Material Design icon library packaged as Blazicons, SVG icon components for Blazor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages