import type { SVGAttributes } from 'react'; export interface IconProps extends SVGAttributes { children?: never; color?: string; size?: number; }