FluentIcons.Resources 1.0.1

dotnet add package FluentIcons.Resources --version 1.0.1
NuGet\Install-Package FluentIcons.Resources -Version 1.0.1
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="FluentIcons.Resources" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FluentIcons.Resources --version 1.0.1
#r "nuget: FluentIcons.Resources, 1.0.1"
#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 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

- 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

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last updated
1.0.1 4,084 6/20/2022
1.0.0 417 6/20/2022