import type { SVGProps } from "react"; const SvgUploadIcon = (props: SVGProps) => ( ); export default SvgUploadIcon;