mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 19:47:41 +01:00
Add list-tree icon (#1114)
Update icons/list-tree.json Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
12
icons/list-tree.json
Normal file
12
icons/list-tree.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"tree",
|
||||
"browser"
|
||||
],
|
||||
"categories": [
|
||||
"files",
|
||||
"text",
|
||||
"layout"
|
||||
]
|
||||
}
|
||||
17
icons/list-tree.svg
Normal file
17
icons/list-tree.svg
Normal 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 |
Reference in New Issue
Block a user