FluentIcons QML Type
A singleton providing Fluent UI icon glyph constants. More...
| Import Statement: | import FluentUI.Controls 1.0 |
Properties
- fontLoader : FontLoader
- graph_Accept : string
- graph_Add : string
- graph_Back : string
- graph_CheckMark : string
- graph_ChevronDown : string
- graph_ChevronLeft : string
- graph_ChevronRight : string
- graph_ChevronUp : string
- graph_ChromeBack : string
- graph_Close : string
- graph_CompletedSolid : string
- graph_Delete : string
- graph_Edit : string
- graph_GlobalNavButton : string
- graph_Home : string
- graph_More : string
- graph_Next : string
- graph_Search : string
- graph_Settings : string
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.