Share via


IIconInfo interface

Defines information about a Fluent icon and how it should be rendered.

Properties

color

The color of the icon.

name

The name of the icon to display.

size

The size of the icon.

style

The style of the icon.

Property Details

color

The color of the icon.

color?: TextColor

Property Value

name

The name of the icon to display.

name?: string

Property Value

string

size

The size of the icon.

size?: IconSize

Property Value

style

The style of the icon.

style?: IconStyle

Property Value