diff options
author | codecalm <codecalm@gmail.com> | 2020-09-27 01:49:01 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-27 01:49:01 +0200 |
commit | 24ed95119b5327524746f11406bcbe322fa19faf (patch) | |
tree | 5d7ebd0435548145ee88c19ed474de3dfc1431d6 /src/_icons | |
parent | revert e.svg (diff) | |
download | tabler-icons-24ed95119b5327524746f11406bcbe322fa19faf.tar.xz |
2 new icons: `plant`, `seeding`
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/plant.svg | 8 | ||||
-rw-r--r-- | src/_icons/seeding.svg | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/src/_icons/plant.svg b/src/_icons/plant.svg new file mode 100644 index 00000000..52ef6cc1 --- /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 00000000..14afbbd0 --- /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> |