diff options
author | codecalm <codecalm@gmail.com> | 2020-09-27 01:57:51 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-27 01:57:51 +0200 |
commit | ad0ba121f184dd6d6e56d7c5691ea742964b9e2f (patch) | |
tree | 664afc386d3050974948370ec9a0210b9d1949d5 /src/_icons/plant.svg | |
parent | 2 new icons: `plant`, `seeding` (diff) | |
download | tabler-icons-ad0ba121f184dd6d6e56d7c5691ea742964b9e2f.tar.xz |
`leaf` icon
Diffstat (limited to 'src/_icons/plant.svg')
-rw-r--r-- | src/_icons/plant.svg | 2 |
1 files changed, 1 insertions, 1 deletions
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> |