icons()
Sets icon overrides, merged with existing icons.
icons(
overrides: Partial<Record<UIIconResource.IconName, UIIconResource>>,
): this;
Notes
- These icons are used in light mode, or always if no dark icons are set.
Parameters
- overrides — Icon name to resource mapping.
Return value
The theme itself, for method chaining.
Related
class WebTheme
A class that represents a complete visual theme configuration.
