export interface IconComponentBase {
    color?: string;
}
