import { SVGProps } from 'react'; export interface IconProps extends SVGProps { size?: number; } //# sourceMappingURL=types.d.ts.map