diff options
Diffstat (limited to 'src/icons/plant.svg')
-rw-r--r-- | src/icons/plant.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/plant.svg b/src/icons/plant.svg new file mode 100644 index 00000000..5601dc88 --- /dev/null +++ b/src/icons/plant.svg @@ -0,0 +1,12 @@ +--- +category: Nature +tags: [nature, green, flower, pot, tree, leaf, greenery, root, stem, seed] +version: "1.29" +unicode: "ed50" +--- +<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" /> + <line x1="12" y1="15" x2="12" y2="9" /> +</svg> |