Type Alias IconProps

IconProps: SvgIconProps & {
    button?: boolean | IconButtonProps;
    name: IconName;
}