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