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