MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / CartIcon

Function CartIcon

src/components/icons/CartIcon.tsx:1–15  ·  view source on GitHub ↗
(props: React.ComponentPropsWithoutRef<'svg'>)

Source from the content-addressed store, hash-verified

1export function CartIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
2 return (
3 <svg viewBox="0 0 20 20" aria-hidden="true" {...props}>
4 <path
5 strokeWidth="0"
6 d="M5.98 11.288 3.5 5.5h14l-2.48 5.788A2 2 0 0 1 13.18 12.5H7.82a2 2 0 0 1-1.838-1.212Z"
7 />
8 <path
9 strokeLinecap="round"
10 strokeLinejoin="round"
11 d="m3.5 5.5 2.48 5.788A2 2 0 0 0 7.82 12.5h5.362a2 2 0 0 0 1.839-1.212L17.5 5.5h-14Zm0 0-1-2M6.5 14.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM14.5 14.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"
12 />
13 </svg>
14 )
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected