diff --git a/components/cart/close-cart.tsx b/components/cart/close-cart.tsx new file mode 100644 index 000000000..b653ee044 --- /dev/null +++ b/components/cart/close-cart.tsx @@ -0,0 +1,10 @@ +import { XMarkIcon } from '@heroicons/react/24/outline'; +import clsx from 'clsx'; + +export default function CloseCart({ className }: { className?: string }) { + return ( +