import { cn } from '@/lib/utils'; import { ShoppingBagIcon } from '@heroicons/react/24/outline'; export default function OpenCart({ className, quantity }: { className?: string; quantity?: number; }) { return (