diff options
Diffstat (limited to 'src/_icons/shopping-cart-plus.svg')
-rw-r--r-- | src/_icons/shopping-cart-plus.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/_icons/shopping-cart-plus.svg b/src/_icons/shopping-cart-plus.svg new file mode 100644 index 00000000..d1c9afe0 --- /dev/null +++ b/src/_icons/shopping-cart-plus.svg @@ -0,0 +1,11 @@ +--- +category: E-commerce +tags: [shop, store, buy, purchase, product, bag, trolley, supermarket, grocery] +--- +<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 5l6.005 .429m7.138 6.573l-.143 .998h-13" /> + <path d="M15 6h6m-3 -3v6" /> +</svg> |