Interface IconProps

interface IconProps {
    className?: string;
    name: ICON;
}

Properties

Properties

className?: string
name: ICON