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