export interface IconProps { onClick?: () => void; className?: string | undefined; }