export interface IIcon {
    color?: string | undefined;
}
