DevToys.Extensions.FluentIconFinder
1.1.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DevToys.Extensions.FluentIconFinder --version 1.1.1
NuGet\Install-Package DevToys.Extensions.FluentIconFinder -Version 1.1.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="DevToys.Extensions.FluentIconFinder" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DevToys.Extensions.FluentIconFinder --version 1.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DevToys.Extensions.FluentIconFinder, 1.1.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 DevToys.Extensions.FluentIconFinder as a Cake Addin #addin nuget:?package=DevToys.Extensions.FluentIconFinder&version=1.1.1 // Install DevToys.Extensions.FluentIconFinder as a Cake Tool #tool nuget:?package=DevToys.Extensions.FluentIconFinder&version=1.1.1
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.
- Icons with surrogate pairs (4-byte glyph codes) do not display images. However, the glyph code and icon name can still be retrieved. This is because DevToys can only specify icons using the char type (2 bytes).
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.5-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.1.1]
- Updated Fluent UI System Icons to version 1.1.264