import { SVGProps } from 'react'; export function DownloadIcon(props: JSX.IntrinsicAttributes & SVGProps) { return ( ); }