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,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1">
<rect style="fill:#3c7fb0" width="15" height="15" x="1" y="1" rx=".75" ry=".75"/>
<rect style="opacity:0.4;fill:#ffffff" width="8" height="1" x="5" y="5" rx=".5" ry=".5"/>
<circle style="fill:#ffffff" cx="5.5" cy="5.5" r="1.5"/>
<circle style="fill:#ffffff" cx="5.5" cy="11.5" r="1.5"/>
<circle style="fill:#ffffff" cx="7.5" cy="8.5" r="1.5"/>
<rect style="opacity:0.4;fill:#ffffff" width="6" height="1" x="7" y="8" rx=".5" ry=".5"/>
<rect style="opacity:0.4;fill:#ffffff" width="8" height="1" x="5" y="11" rx=".5" ry=".5"/>
</svg>

After

Width:  |  Height:  |  Size: 615 B