import { SVGProps } from 'react'; import { IconProps } from '../types'; export interface IconPropsReact extends IconProps, SVGProps {}