aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-27 01:57:51 +0200
committercodecalm <codecalm@gmail.com>2020-09-27 01:57:51 +0200
commitad0ba121f184dd6d6e56d7c5691ea742964b9e2f (patch)
tree664afc386d3050974948370ec9a0210b9d1949d5
parent2 new icons: `plant`, `seeding` (diff)
downloadtabler-icons-ad0ba121f184dd6d6e56d7c5691ea742964b9e2f.tar.xz
`leaf` icon
-rw-r--r--src/_icons/globe.svg1
-rw-r--r--src/_icons/leaf.svg6
-rw-r--r--src/_icons/plant.svg2
3 files changed, 8 insertions, 1 deletions
diff --git a/src/_icons/globe.svg b/src/_icons/globe.svg
index 0dd825e..fa4279e 100644
--- a/src/_icons/globe.svg
+++ b/src/_icons/globe.svg
@@ -1,4 +1,5 @@
---
+category: Map
tags: [world, travel, journey, trip, planet, earth]
version: 1.1
---
diff --git a/src/_icons/leaf.svg b/src/_icons/leaf.svg
new file mode 100644
index 0000000..3a97023
--- /dev/null
+++ b/src/_icons/leaf.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M5 21c.5 -4.5 2.5 -8 7 -10" />
+ <path d="M9 18c6.218 0 10.5 -3.288 11 -12v-2h-4.014c-9 0 -11.986 4 -12 9c0 1 0 3 2 5h3z" />
+</svg>
diff --git a/src/_icons/plant.svg b/src/_icons/plant.svg
index 52ef6cc..6b903eb 100644
--- a/src/_icons/plant.svg
+++ b/src/_icons/plant.svg
@@ -4,5 +4,5 @@
<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" />
+ <line x1="12" y1="15" x2="12" y2="9" />
</svg>