import * as React from "react"; import { SVGProps } from "react"; const SvgDownloadBox = (props: SVGProps) => ( ); export default SvgDownloadBox;