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