KitUIN.FluentIcon 1.1.203

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package KitUIN.FluentIcon --version 1.1.203
                    
NuGet\Install-Package KitUIN.FluentIcon -Version 1.1.203
                    
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="KitUIN.FluentIcon" Version="1.1.203" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KitUIN.FluentIcon" Version="1.1.203" />
                    
Directory.Packages.props
<PackageReference Include="KitUIN.FluentIcon" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add KitUIN.FluentIcon --version 1.1.203
                    
#r "nuget: KitUIN.FluentIcon, 1.1.203"
                    
#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.
#:package KitUIN.FluentIcon@1.1.203
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=KitUIN.FluentIcon&version=1.1.203
                    
Install as a Cake Addin
#tool nuget:?package=KitUIN.FluentIcon&version=1.1.203
                    
Install as a Cake Tool

<div align="center">

FluentIcon

✨ 使用Windows App SDK 构建的FluentIcon控件 ✨

✨ Windows App SDK Fluent Icon Control ✨

</div>

<p align="center"> <a href="https://github.com/kitUIN/FluentIcon/blob/master/LICENSE"> <img src="https://img.shields.io/badge/license-MIT-green" alt="license"> </a> <a href="https://github.com/kitUIN/FluentIcon/releases"> <img src="https://img.shields.io/github/v/release/kitUIN/FluentIcon" alt="release"> </a> </p> <div align="center">

image

</div>

介绍📖

图标均来自于Fluentui-System-Icon

字体文件FluentSystemIcons-Resizable.ttf (不必安装字体,nuget包中自带)

json2Symbol.py文件为jsonSymbol枚举,json文件来自于FluentSystemIcons-Resizable.json

简单使用🛠️

请先安装nuget

在需要使用的Xaml文件的顶部添加

xmlns:icons="using:FluentIcon"

随后使用

<icons:FluentIcon Symbol="" />

选择你需要的图标,填入Symbol

如何选择图标🖼️

以下3选1

  1. 安装Character-Map-UWP,将字体文件拖入,进行挑选
  2. 运行Sample程序,进行挑选
  3. Fluent UI System Icons List
Product Compatible and additional computed target framework versions.
.NET net6.0-windows10.0.19041 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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