import type { JSX, SVGProps } from 'react' export const CloseIcon = ( properties: JSX.IntrinsicAttributes & SVGProps, ) => { return ( ) }