import type { FC, SVGProps } from "react"; export const CloseIcon: FC> = (props) => ( );