Type Alias IconOptions

IconOptions: {
    className?: string;
    fill: string;
    height: number | string;
    width: number | string;
}

Common Icon Options.