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