aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-27 01:49:01 +0200
committercodecalm <codecalm@gmail.com>2020-09-27 01:49:01 +0200
commit24ed95119b5327524746f11406bcbe322fa19faf (patch)
tree5d7ebd0435548145ee88c19ed474de3dfc1431d6
parentrevert e.svg (diff)
downloadtabler-icons-24ed95119b5327524746f11406bcbe322fa19faf.tar.xz
2 new icons: `plant`, `seeding`
-rw-r--r--src/_icons/plant.svg8
-rw-r--r--src/_icons/seeding.svg7
2 files changed, 15 insertions, 0 deletions
diff --git a/src/_icons/plant.svg b/src/_icons/plant.svg
new file mode 100644
index 0000000..52ef6cc
--- /dev/null
+++ b/src/_icons/plant.svg
@@ -0,0 +1,8 @@
+---
+---
+<svg>
+ <path d="M7 15h10v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4z" />
+ <path d="M12 9a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3" />
+ <path d="M12 11a6 6 0 0 1 6 -6h3v1a6 6 0 0 1 -6 6h-3" />
+ <path d="M12 15v-6" />
+</svg>
diff --git a/src/_icons/seeding.svg b/src/_icons/seeding.svg
new file mode 100644
index 0000000..14afbbd
--- /dev/null
+++ b/src/_icons/seeding.svg
@@ -0,0 +1,7 @@
+---
+---
+<svg>
+ <path d="M12 10a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3" />
+ <path d="M12 14a6 6 0 0 1 6 -6h3v1a6 6 0 0 1 -6 6h-3" />
+ <line x1="12" y1="20" x2="12" y2="10" />
+</svg>