export type IconProps = { /** * The size of the icon */ size?: number; /** * The color of the icon */ color?: string; };