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