DevToys.Extensions.FluentIconFinder
1.2.0
dotnet add package DevToys.Extensions.FluentIconFinder --version 1.2.0
NuGet\Install-Package DevToys.Extensions.FluentIconFinder -Version 1.2.0
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="DevToys.Extensions.FluentIconFinder" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DevToys.Extensions.FluentIconFinder --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DevToys.Extensions.FluentIconFinder, 1.2.0"
#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 DevToys.Extensions.FluentIconFinder as a Cake Addin #addin nuget:?package=DevToys.Extensions.FluentIconFinder&version=1.2.0 // Install DevToys.Extensions.FluentIconFinder as a Cake Tool #tool nuget:?package=DevToys.Extensions.FluentIconFinder&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DevToys.Extensions.FluentIconFinder
This is an extension for DevToys 2.0.
Search for Fluent UI System Icons to obtain glyph codes and icon name.
Installation
- Download the
DevToys.Extensions.FluentIconFinder
NuGet package from NuGet.org. - In DevToys, open
Manager Extensions
, click onInstall
and select the downloaded NuGet package.
How to Use
- Select the icon type from the 'Icon Type' dropdown menu, choosing either 'Regular' or 'Filled'.
- Enter a search term in the "Find icons" text box.
- A list of icons containing the entered term in their names will be displayed.
- Double-click on the row of the icon you want to retrieve from the list.
- The glyph code and icon name of the selected icon will be entered into the text box. Copy and use this information as needed.
Known Issues
- When selecting from the list with a single click, the content of the previously selected row, not the highlighted row, is displayed in the text box.
Release Notes
[1.2.0]
- Support for UTF-32 icon glyphs.
- Updated Fluent UI System Icons to version 1.1.265
- Compatible DevToys version: DevToys 2.0-preview6 (2.0.6.0) or later
[1.1.1]
- Updated Fluent UI System Icons to version 1.1.264
[1.1.0]
- Added Filled type icons. You can now switch between Regular and Filled types.
- Fixed incorrect glyph codes for some icons.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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.
-
net8.0
- DevToys.Api (>= 2.0.6-preview)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
[1.2.0]
- Support for UTF-32 icon glyphs.
- Updated Fluent UI System Icons to version 1.1.265
- Compatible DevToys version: DevToys 2.0-preview6 (2.0.6.0) or later