import React from "react"; const DownloadIcon = (props) => { return ( ); }; export default DownloadIcon;