1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-01 11:50:25 +02:00

2 new icons: plant, seeding

This commit is contained in:
codecalm
2020-09-27 01:49:01 +02:00
parent 8439662021
commit 24ed95119b
2 changed files with 15 additions and 0 deletions

8
src/_icons/plant.svg Normal file
View File

@@ -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>

7
src/_icons/seeding.svg Normal file
View File

@@ -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>