Skip to content

Icon

type Icon = {
color?: string | ThemeColor;
id?: string;
key?: string;
name: WidgetIcon;
size?: IconSize;
type: 'Icon';
};
optional color:
| string
| ThemeColor;

optional id: string;

optional key: string;

name: WidgetIcon;

optional size: IconSize;

type: 'Icon';