diff options
Diffstat (limited to 'src/_icons/trees.svg')
-rw-r--r-- | src/_icons/trees.svg | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/_icons/trees.svg b/src/_icons/trees.svg index 66e9c2d8..9d5fa548 100644 --- a/src/_icons/trees.svg +++ b/src/_icons/trees.svg @@ -1,9 +1,10 @@ --- -version: 1.8 --- <svg> - <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 3-2 1 4 4-3 1 4 4h-9"/> + <path d="M15 21v-3"/> + <path d="M8 13l-2-2"/> + <path d="M8 12l2-2"/> + <path d="M8 21V8"/> + <path d="M5.824 15.995a3 3 0 0 1-2.743-3.69 2.998 2.998 0 0 1 .304-4.833A3 3 0 0 1 8 3.765a3 3 0 0 1 4.614 3.707 2.997 2.997 0 0 1 .305 4.833A3 3 0 0 1 10 16h.001-4z"/> </svg> |