FluentIcons.Maui 1.1.234

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

// Install FluentIcons.Maui as a Cake Tool
#tool nuget:?package=FluentIcons.Maui&version=1.1.234

FluentIcons

A multi-framework wrapper of fluentui-system-icons.

Packages

Package Platform
FluentIcons.Common
FluentIcons.Avalonia alternate text is missing from this package README image Avalonia 11
FluentIcons.Avalonia.Fluent alternate text is missing from this package README image FluentAvalonia 2 (Avalonia 11)
FluentIcons.Maui alternate text is missing from this package README image MAUI 8
FluentIcons.Uwp alternate text is missing from this package README image UWP 10.0.10773 <br/> alternate text is missing from this package README image Uno.UI 5
FluentIcons.WinUI alternate text is missing from this package README image Windows App SDK 1.2 <br/> alternate text is missing from this package README image Uno.WinUI 5
FluentIcons.WPF alternate text is missing from this package README image .NET Framework 4.6.2 <br/> alternate text is missing from this package README image .NET 6

Legacy

Avalonia 10 backports Platform
FluentIcons.Avalonia alternate text is missing from this package README image Avalonia 10
FluentIcons.FluentAvalonia alternate text is missing from this package README image FluentAvalonia 1 (Avalonia 10)

Usage

<Window xmlns:ic="using:FluentIcons.Avalonia">

    <ic:SymbolIcon Symbol="ArrowLeft" IsFilled="True" />
</Window>

This package features <SymbolIcon> element, and <SymbolIconSource> on platforms with <IconSource>, which generally provide following properties:

  • Symbol : Symbol
    • Breaking change since 1.1.229: LTR/RTL specific values are removed, use FlowDirection instead.
  • IsFilled : bool
  • UseSegoeMetrics: bool
  • FlowDirection : FlowDirection
    • New feature since 1.1.229: switch between LTR/RTL icon variant.
  • FontSize : double
    • Breaking change since 1.1.225: no longer inherit value from parent element to match WinUI behaviours.
  • Foreground : Brush

Avalonia / WPF

To enable UseSegoeMetrics globally, call UseSegoeMetric(this AppBuilder builder) on Avalonia and UseSegoeMetric(this Application app) on WPF.

MAUI

⚠️ The extension method UseFluentIcons(this MauiAppBuilder builder, bool useSegoeMetrics) must be called to register fonts properly. ⚠️

SymbolImageSource is provided on MAUI.

UWP / WinUI

⚠️ You must reference this package directly so that fonts can be included in the build output properly. ⚠️

To enable UseSegoeMetrics globally, call UseSegoeMetric(this Application app) or UseSegoeMetric(this IHostBuilder builder) (WinUI-only).

Product Compatible and additional computed target framework versions.
.NET net8.0-android34.0 is compatible.  net8.0-ios17.2 is compatible.  net8.0-maccatalyst17.2 is compatible.  net8.0-windows10.0.19041 is compatible. 
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
1.1.237 77 4/24/2024
1.1.237-ci 67 4/23/2024
1.1.236-ci 70 4/20/2024
1.1.235-ci 67 4/10/2024
1.1.234 86 4/7/2024
1.1.234-ci 72 4/7/2024
1.1.233 78 3/24/2024
1.1.232 89 3/9/2024
1.1.232-ci 85 3/9/2024
1.1.231-ci 78 3/8/2024