import React from 'react'; const UploadIcon = ({ width = 40, height = 40, color = '#0A0A0B' }) => ( ); export default UploadIcon;