import { cn } from '@workspace/ui/lib/utils'; import { motion } from 'framer-motion'; export const CloseIcon = ({ className }: { className?: string }) => { return ( ); };