import React from 'react'; const DownloadIcon = ({ width = 20, height = 20, color = '#000' }) => ( ); export default DownloadIcon;