diff options
Diffstat (limited to 'src/icons/basket.svg')
-rw-r--r-- | src/icons/basket.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/basket.svg b/src/icons/basket.svg new file mode 100644 index 00000000..be59f422 --- /dev/null +++ b/src/icons/basket.svg @@ -0,0 +1,11 @@ +--- +category: E-commerce +tags: [shop, store, online, shopping] +version: "1.7" +unicode: "ebe1" +--- +<svg> + <polyline points="7 10 12 4 17 10" /> + <path d="M21 10l-2 8a2 2.5 0 0 1 -2 2h-10a2 2.5 0 0 1 -2 -2l-2 -8z" /> + <circle cx="12" cy="15" r="2" /> +</svg> |