import { ComponentType, SVGProps } from 'react'; export type SvgIconComponent = ComponentType>; export type SvgIconProps = SVGProps;