aboutsummaryrefslogtreecommitdiff
path: root/src/_icons/basket.svg
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-05-30 15:03:25 +0200
committercodecalm <codecalm@gmail.com>2020-05-30 15:03:25 +0200
commit461b658026330f0a0256f478164e23eec6e2077d (patch)
treeea2c86d798c1ed1d26e28b8b1a23a39d3796b9c4 /src/_icons/basket.svg
parentRelease 1.6.1 (diff)
downloadtabler-icons-461b658026330f0a0256f478164e23eec6e2077d.tar.xz
3 new icons: `ball`, `basket`, `color-picker`
Diffstat (limited to 'src/_icons/basket.svg')
-rw-r--r--src/_icons/basket.svg7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/basket.svg b/src/_icons/basket.svg
new file mode 100644
index 0000000..09170fb
--- /dev/null
+++ b/src/_icons/basket.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <polyline points="7 10 12 4 17 10"></polyline>
+ <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"></circle>
+</svg>