export default function ShoppingCartIcon({ className }: { className?: string }) { return ( ); }