Bromix.MudBlazor.MaterialDesignIcons 7.4.47.56

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Bromix.MudBlazor.MaterialDesignIcons --version 7.4.47.56
NuGet\Install-Package Bromix.MudBlazor.MaterialDesignIcons -Version 7.4.47.56
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bromix.MudBlazor.MaterialDesignIcons" Version="7.4.47.56" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bromix.MudBlazor.MaterialDesignIcons --version 7.4.47.56
#r "nuget: Bromix.MudBlazor.MaterialDesignIcons, 7.4.47.56"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Bromix.MudBlazor.MaterialDesignIcons as a Cake Addin
#addin nuget:?package=Bromix.MudBlazor.MaterialDesignIcons&version=7.4.47.56

// Install Bromix.MudBlazor.MaterialDesignIcons as a Cake Tool
#tool nuget:?package=Bromix.MudBlazor.MaterialDesignIcons&version=7.4.47.56

Nuget Nuget GitHub

Note: Please use the main MaterialDesign repo to report issues. This repository is only for the creation and deployment of the package.

MaterialDesignIcons for MudBlazor

This package provides all icons as path data (svg) from Material Design Icons. The icons are divided into Normal and Outline variants.

Installation

Just install the NuGet package.

dotnet add package Bromix.MudBlazor.MaterialDesignIcons

Add the following using statement in _Imports.razor.

@using Bromix.MudBlazor.MaterialDesignIcons

If your're using a GlobalUsings.cs, you can also add:

using Bromix.MudBlazor.MaterialDesignIcons;

Usage

<MudIcon Icon="@MaterialDesignIcons.Normal.Egg" Color="Color.Default" />
<MudIcon Icon="@MaterialDesignIcons.Outline.Egg" Color="Color.Default" />

How does the package creation work?

Using npm and the @mdi/svg module, the latest icons are downloaded as SVG. The meta.json is read in so that we have the names of the SVG files and the authors. The authors are mentioned for each icon in the comments (documentation). For each icon variant we create a separate partial class (e.g. MaterialDesignIcons.Normal.cs and MaterialDesignIcons.Outline.cs).

NPM @MDI Organization

Learn More

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Bromix.MudBlazor.MaterialDesignIcons:

Repository Stars
DragoQCC/HardHatC2
A C# Command & Control framework
Version Downloads Last updated
7.4.47.56 2,701 12/29/2023
7.4.47-alpha-55 323 12/29/2023
7.4.47-alpha-51 312 12/29/2023
7.2.96.50 5,697 3/22/2023
7.2.96-alpha-49 650 3/22/2023
7.1.96.48 2,021 12/31/2022
7.0.96.47 1,444 10/1/2022
7.0.96.45 831 10/1/2022
7.0.96.43 871 10/1/2022
7.0.96-alpha-46 633 10/1/2022
7.0.96-alpha-44 636 10/1/2022
7.0.96-alpha-42 591 10/1/2022
7.0.96-alpha-40 589 10/1/2022
7.0.96-alpha-38 619 10/1/2022
7.0.96-alpha-31 549 10/1/2022
7.0.96-alpha-22 739 9/7/2022
7.0.96-alpha-21 580 9/6/2022