mirror of
https://github.com/vercel/commerce.git
synced 2025-05-16 06:26:58 +00:00
re add classNAme prop to cart icon
This commit is contained in:
parent
7f6704180a
commit
9ef86dd408
@ -1,6 +1,13 @@
|
||||
export default function ShoppingCartIcon() {
|
||||
export default function ShoppingCartIcon({ className }: { className?: string }) {
|
||||
return (
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<svg
|
||||
className={className}
|
||||
width="16"
|
||||
height="16"
|
||||
viewBox="0 0 16 16"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<g clip-path="url(#clip0_137_611)">
|
||||
<path
|
||||
d="M6.00004 14.6667C6.36823 14.6667 6.66671 14.3682 6.66671 14C6.66671 13.6319 6.36823 13.3334 6.00004 13.3334C5.63185 13.3334 5.33337 13.6319 5.33337 14C5.33337 14.3682 5.63185 14.6667 6.00004 14.6667Z"
|
||||
|
Loading…
x
Reference in New Issue
Block a user