import { SVGProps } from 'react';

type IconSvgProps = SVGProps<SVGSVGElement>;

export type { IconSvgProps };
