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