FluentIcons.Resources
1.0.1
dotnet add package FluentIcons.Resources --version 1.0.1
NuGet\Install-Package FluentIcons.Resources -Version 1.0.1
<PackageReference Include="FluentIcons.Resources" Version="1.0.1" />
paket add FluentIcons.Resources --version 1.0.1
#r "nuget: FluentIcons.Resources, 1.0.1"
// Install FluentIcons.Resources as a Cake Addin #addin nuget:?package=FluentIcons.Resources&version=1.0.1 // Install FluentIcons.Resources as a Cake Tool #tool nuget:?package=FluentIcons.Resources&version=1.0.1
FluentIcons.Resources
SVG icons from the Microsoft Fluent UI System Icons as a resource package.
This is a machine-generated package of the Microsoft Fluent UI System Icons. The SVG files are packaged into resources and released as a NuGet package which makes this suitable for desktop application use. All the icons are binary byte[]
resources so a conversion to a displayable icon is required unless SVG is directly supported by the platform.
The SVG icons in the package are divided in different sizes and not all size sets are complete. However with SVG the size doesn't matter, just scale the icon you wish to use to any desired size.
The icon resources are generated using the CS-Script, to install the CS-Script:
- On Windows, Chocolatey,
choco install cs-script
- On Linux, DEB,
repo=https://github.com/oleg-shilo/cs-script/releases/download/v4.4.7.0/; file=cs-script_4.4-7.deb; wget $repo$file; sudo dpkg -i $file; rm $file
Few SVG libraries for example
Build your self
- Checkout this repository
- Checkout the Microsoft Fluent UI System Icons
- Use the following directory structure:
- ParentDir
|
- FluentIcons.Resources
- fluentui-system-icons
- Change to directory:
FluentIcons.Resources/GenerateResources
- Run:
css ./resource_generate.cs
- Rebuild the project
Package resource structure
FluentIcons
.Resources
.Filled
.Filled16
.Filled20
.Filled24
.Filled28
.Filled32
.Filled48
.Regular
.Regular16
.Regular20
.Regular24
.Regular28
.Regular32
.Regular48
Thanks to
- Microsoft Fluent UI System Icons (obvious)
- CS-Script
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.