Interface IconBeta

interface Icon {
    color: string;
    label?: string;
    name: string;
    quantity: number;
}

Properties

color: string
label?: string
name: string
quantity: number

Generated using TypeDoc