Table of Contents

Class FluentIconExtensions

Namespace
Dmnk.Icons.Blazor.Fluent
Assembly
Dmnk.Icons.Blazor.Fluent.dll

Provides extension methods for converting Fluent UI icons to the generic Icon type in Dmnk.Icons.Core.

public static class FluentIconExtensions
Inheritance
FluentIconExtensions
Inherited Members

Methods

ToGenericIcon(Icon)

Converts a Fluent UI Microsoft.FluentUI.AspNetCore.Components.Icon to a generic Icon.

public static Icon ToGenericIcon(this Icon fluentIcon)

Parameters

fluentIcon Icon

Returns

Icon