diff options
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/globe.svg | 1 | ||||
-rw-r--r-- | src/_icons/leaf.svg | 6 | ||||
-rw-r--r-- | src/_icons/plant.svg | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/src/_icons/globe.svg b/src/_icons/globe.svg index 0dd825e7..fa4279eb 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 00000000..3a970233 --- /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 52ef6cc1..6b903eb4 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> |