interface ThemeIcon {
    color?: ThemeColor;
    id: string;
}

Properties

Properties

color?: ThemeColor
id: string