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