diff options
author | codecalm <codecalm@gmail.com> | 2021-01-20 22:18:49 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-01-20 22:18:49 +0100 |
commit | c8da3525fac1d02e48b957a0ed9676b28e38e394 (patch) | |
tree | d29c214daad37893134cd10637cc3536f37fcd2d /icons/trees.svg | |
parent | Update README.md (diff) | |
parent | Merge pull request #104 from tabler/dev-iconfont-generation (diff) | |
download | tabler-icons-c8da3525fac1d02e48b957a0ed9676b28e38e394.tar.xz |
Merge branch 'dev' of https://github.com/tabler/tabler-icons
Conflicts:
iconfont/fonts/tabler-icons.eot
iconfont/fonts/tabler-icons.ttf
iconfont/fonts/tabler-icons.woff
iconfont/fonts/tabler-icons.woff2
Diffstat (limited to 'icons/trees.svg')
-rw-r--r-- | icons/trees.svg | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/icons/trees.svg b/icons/trees.svg index 7ee89bd2..b68cf5f4 100644 --- a/icons/trees.svg +++ b/icons/trees.svg @@ -1,9 +1,11 @@ <svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-trees" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"/> - <rect x="4" y="3" width="8" height="14" rx="4" /> - <rect x="12" y="7" width="8" height="10" rx="3" /> - <line x1="8" y1="21" x2="8" y2="13" /> - <line x1="16" y1="21" x2="16" y2="14" /> + <path d="M16 5l3 3l-2 1l4 4l-3 1l4 4h-9" /> + <line x1="15" y1="21" x2="15" y2="18" /> + <path d="M8 13l-2 -2" /> + <path d="M8 12l2 -2" /> + <path d="M8 21v-13" /> + <path d="M5.824 15.995a3 3 0 0 1 -2.743 -3.69a2.998 2.998 0 0 1 .304 -4.833a3 3 0 0 1 4.615 -3.707a3 3 0 0 1 4.614 3.707a2.997 2.997 0 0 1 .305 4.833a3 3 0 0 1 -2.919 3.695h.001h-4z" /> </svg> |