interface Icon {
    urls: {
        [size: string]: string;
    };
}

Properties

Properties

urls: {
    [size: string]: string;
}

Type declaration

  • [size: string]: string