Move themes to their own package

This commit is contained in:
2021-02-04 22:17:10 -06:00
parent 3c43b8bcfd
commit efd62518d3
62762 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1">
<g style="fill:#b7b7b7">
<rect width="13" height="2" x="2" y="3"/>
<rect width="13" height="2" x="2" y="6"/>
<rect width="13" height="2" x="2" y="9"/>
<rect width="13" height="2" x="2" y="12"/>
</g>
<rect style="fill:#4f4f4f" width="11" height="15" x="3" y="1" rx=".6" ry=".6"/>
<g style="fill:#ffffff;opacity:0.4">
<rect width="1" height="2" x="6" y="3"/>
<rect width="1" height="4" x="6" y="6"/>
<rect width="1" height="5" x="8" y="3"/>
<rect width="1" height="4" x="8" y="9"/>
<rect width="1" height="6" x="10" y="3"/>
<rect width="1" height="4" x="10" y="10"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 678 B