Add list-tree icon (#1114)

Update icons/list-tree.json

Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
Daniel Bayley
2023-04-20 14:49:08 +01:00
committed by GitHub
parent cac81636fb
commit db311ab023
2 changed files with 29 additions and 0 deletions

12
icons/list-tree.json Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"tree",
"browser"
],
"categories": [
"files",
"text",
"layout"
]
}

17
icons/list-tree.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M21 12h-8" />
<path d="M21 6H8" />
<path d="M21 18h-8" />
<path d="M3 6v4c0 1.1.9 2 2 2h3" />
<path d="M3 10v6c0 1.1.9 2 2 2h3" />
</svg>

After

Width:  |  Height:  |  Size: 358 B