import { SVGAttributes } from 'react'; export interface SvgIconProps extends SVGAttributes { size?: number; }