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