kitUIN.FluentIcon.WinUI.Filled 1.1.269

There is a newer version of this package available.
See the version list below for details.
dotnet add package kitUIN.FluentIcon.WinUI.Filled --version 1.1.269                
NuGet\Install-Package kitUIN.FluentIcon.WinUI.Filled -Version 1.1.269                
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.WinUI.Filled" Version="1.1.269" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add kitUIN.FluentIcon.WinUI.Filled --version 1.1.269                
#r "nuget: kitUIN.FluentIcon.WinUI.Filled, 1.1.269"                
#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 kitUIN.FluentIcon.WinUI.Filled as a Cake Addin
#addin nuget:?package=kitUIN.FluentIcon.WinUI.Filled&version=1.1.269

// Install kitUIN.FluentIcon.WinUI.Filled as a Cake Tool
#tool nuget:?package=kitUIN.FluentIcon.WinUI.Filled&version=1.1.269                

<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-Regular.ttf (不必安装字体,nuget包中自带)

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

json2Symbol.py文件为jsonSymbol枚举

简单使用🛠️

请先安装nuget

.csproj中按如下修改

<ItemGroup>
- <PackageReference Include="kitUIN.FluentIcon.WinUI.Filled" Version="1.2.224.2" />
+ <PackageReference Include="kitUIN.FluentIcon.WinUI.Filled" Version="1.2.224.2" GeneratePathProperty="true" />
- <PackageReference Include="kitUIN.FluentIcon.WinUI.Regular" Version="1.2.224.2" />
+ <PackageReference Include="kitUIN.FluentIcon.WinUI.Regular" Version="1.2.224.2"  GeneratePathProperty="true" />
  <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231008000" />
  <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
  <PackageReference Include="ShadowViewer.Plugin.Local" Version="1.0.3" />
</ItemGroup>
+ <Target Name="CopyPackageFiles" BeforeTargets="Build">
+   <Copy SourceFiles="$(PkgkitUIN_FluentIcon_WinUI_Regular)\lib\net6.0-windows10.0.19041\kitUIN.FluentIcon.WinUI.Regular\Assets\FluentSystemIcons-Regular.ttf" DestinationFolder="Assets\" />
+   <Copy SourceFiles="$(PkgkitUIN_FluentIcon_WinUI_Filled)\lib\net6.0-windows10.0.19041\kitUIN.FluentIcon.WinUI.Filled\Assets\FluentSystemIcons-Filled.ttf" DestinationFolder="Assets\" />
+ </Target>

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

xmlns:icons="using:FluentIcon.WinUI"

随后使用

<icons:FluentRegularIcon Symbol="" />
<icons:FluentFilledIcon Symbol="" />

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

如何选择图标🖼️

安装Character-Map-UWP,将字体文件拖入,进行挑选

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

NuGet packages (1)

Showing the top 1 NuGet packages that depend on kitUIN.FluentIcon.WinUI.Filled:

Package Downloads
ShadowViewer.Controls.PluginLogo

✨ PluginLogo | ShadowViewer.Controls✨

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.271 8 3/3/2025
1.1.270 8 3/3/2025
1.1.269 7 3/3/2025