import React from "react"; const Trash = ({ width, height, color }) => ( ); export default Trash;