Logo FluentUI

FluentIcons QML Type

A singleton providing Fluent UI icon glyph constants. More...

Import Statement: import FluentUI.Controls 1.0

Properties

Detailed Description

FluentIcons is a singleton that exposes hundreds of named icon glyph constants from the Fluent UI icon font. Each property corresponds to a specific icon and returns the Unicode character for that icon, which can be used directly in text elements that use the FluentIcons font family.

Property Documentation

fontLoader : FontLoader

The FontLoader used to load the FluentIcons icon font. This can be used to ensure the font is loaded before rendering icons.

graph_Accept : string

The accept (checkmark) icon glyph character.

graph_Add : string

The add (plus) icon glyph character.

graph_Back : string

The back (chevron left) icon glyph character.

graph_CheckMark : string

The check mark icon glyph character.

graph_ChevronDown : string

The chevron down icon glyph character.

graph_ChevronLeft : string

The chevron left icon glyph character.

graph_ChevronRight : string

The chevron right icon glyph character.

graph_ChevronUp : string

The chevron up icon glyph character.

graph_ChromeBack : string

The Chrome back icon glyph character.

graph_Close : string

The close (x) icon glyph character.

graph_CompletedSolid : string

The completed solid icon glyph character.

graph_Delete : string

The delete (trash) icon glyph character.

graph_Edit : string

The edit (pencil) icon glyph character.

graph_GlobalNavButton : string

The global navigation (hamburger menu) icon glyph character.

graph_Home : string

The home icon glyph character.

graph_More : string

The more (ellipsis) icon glyph character.

graph_Next : string

The next (chevron right) icon glyph character.

graph_Search : string

The search (magnifying glass) icon glyph character.

graph_Settings : string

The settings (gear) icon glyph character.