Ingeloop.WPF.Icons 1.0.4

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 Ingeloop.WPF.Icons --version 1.0.4
NuGet\Install-Package Ingeloop.WPF.Icons -Version 1.0.4
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="Ingeloop.WPF.Icons" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ingeloop.WPF.Icons --version 1.0.4
#r "nuget: Ingeloop.WPF.Icons, 1.0.4"
#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 Ingeloop.WPF.Icons as a Cake Addin
#addin nuget:?package=Ingeloop.WPF.Icons&version=1.0.4

// Install Ingeloop.WPF.Icons as a Cake Tool
#tool nuget:?package=Ingeloop.WPF.Icons&version=1.0.4

Ingeloop.WPF.Icons

Icons library for WPF (Material Design Icons).

Based on Material Design Icons: https://materialdesignicons.com/

In accordance of: https://github.com/Templarian/MaterialDesign/blob/master/LICENSE

Quick guide:

1) Namespace:

Add the namespace as follow:

xmlns:icons="clr-namespace:Ingeloop.WPF.Icons;assembly=Ingeloop.WPF.Icons"

2) Resource:

Load the resource to your UI, as follow:

<ResourceDictionary Source="pack://application:,,,/Ingeloop.WPF.Icons;component/Resources/Generic.xaml"/>

3) Usage:

Use Icons:

<icons:PackIcon Kind="UserAdd" Size="32"/>

Kind property is used according to the tags of the icons of https://materialdesignicons.com/

Demo:

Demo Project

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Ingeloop.WPF.Icons:

Package Downloads
Ingeloop.WPF.Design The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Design Library for WPF (Controls, Colors, Styles)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 457 4/11/2023
1.0.0.3 2,854 1/22/2022