Type alias IconLibProps

IconLibProps: {
    icon: string;
} & Omit<IconProps, "icon">

Type declaration

  • icon: string

Generated using TypeDoc