Type Editor / @type-editor/menu / types/Icon
types/Icon
Interfaces
| Interface | Description |
|---|---|
Represents a DOM node-based icon. | |
Represents an SVG-based icon with path data and dimensions. | |
Represents a text-based icon with optional CSS styling. |
Type Aliases
| Type Alias | Description |
|---|---|
Union type representing all possible icon types. An icon can be SVG-based, DOM-based, or text-based. |