import * as React from "react"; function DownloadIcon(props: React.SVGProps) { return ; } export default DownloadIcon;