import React from 'react'; const CloseSvg = ({ ...props }) => { return ( ); }; export default CloseSvg;