import { SVGProps } from 'react'; const CloseIcon = (props: SVGProps) => { return ( ); }; export default CloseIcon;