import type { SVGProps } from 'react' export type IconSvgProps = SVGProps & { size?: number }