import { FC, SVGProps } from 'react'; import { cn } from '@/utils/styling'; export const CloseIcon: FC> = ({ className, ...restProps }) => ( );