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