import { SVGProps } from 'react'; type IconSvgProps = SVGProps; export type { IconSvgProps };