import { SvgIcon } from "@mui/material"; const CloseButton = ({ color }) => ( ); export default CloseButton;