Type alias IconOptions

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

Common Icon Options.

Type declaration

  • Optional className?: string
  • fill: string
  • height: number | string
  • width: number | string

Generated using TypeDoc