import { SVGProps } from 'react';

type IconSvgProps = SVGProps<SVGSVGElement>;

export { IconSvgProps };
