david-swift 4937c36b3b Improve updating performance
And update docs reflecting the changes in the latest commits
2024-01-27 08:07:05 +01:00

22 lines
256 B
Markdown

**ENUM**
# `Icon`
An icon.
## Cases
### `default(icon:)`
A preinstalled icon.
- Parameter icon: The default icon.
### `custom(name:)`
A custom icon.
- Parameter name: The icon's name.
## Properties
### `string`
A string representation of the icon.