static: add basic file tree view

This commit is contained in:
coon 2023-11-29 13:30:24 +01:00
parent c8b26f74f6
commit c16568f689
3 changed files with 147 additions and 1 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="20">
<g fill="#fff">
<path d="m5 9h4v-4h2v4h4v2h-4v4h-2v-4h-4z"/>
<path d="m25 9h10v2h-10z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 199 B