diff options
Diffstat (limited to 'src/icons/shopping-cart.svg')
-rw-r--r-- | src/icons/shopping-cart.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/shopping-cart.svg b/src/icons/shopping-cart.svg new file mode 100644 index 00000000..75a13374 --- /dev/null +++ b/src/icons/shopping-cart.svg @@ -0,0 +1,12 @@ +--- +category: E-commerce +tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] +version: "1.1" +unicode: "eb25" +--- +<svg> + <circle cx="6" cy="19" r="2" /> + <circle cx="17" cy="19" r="2" /> + <path d="M17 17h-11v-14h-2" /> + <path d="M6 5l14 1l-1 7h-13" /> +</svg> |