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,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1">
<rect style="opacity:.2" width="28" height="28" x="2" y="3" rx="1.5" ry="1.5"/>
<rect style="fill:#1e87e4" width="28" height="28" x="2" y="2" rx="1.5" ry="1.5"/>
<path style="opacity:.2;fill:#ffffff" d="m3.5 2c-0.831 0-1.5 0.669-1.5 1.5v1c0-0.831 0.669-1.5 1.5-1.5h25c0.831 0 1.5 0.669 1.5 1.5v-1c0-0.831-0.669-1.5-1.5-1.5h-25z"/>
<path style="stroke:#ffffff;stroke-width:2;stroke-linecap:square;fill:none" d="m13 18a8 8 0 0 1 8 -8"/>
<path style="stroke:#ffffff;stroke-width:2;stroke-linecap:square;fill:none" d="m17 18a4 4 0 0 1 4 -4"/>
<path style="stroke:#ffffff;stroke-width:2;stroke-linecap:square;fill:none" d="m9 18a12 12 0 0 1 12 -12"/>
<rect style="fill:#ffffff" width="3" height="6" x="20" y="22"/>
<circle style="fill:#ffffff" cx="21.5" cy="18.5" r="1.5"/>
</svg>

After

Width:  |  Height:  |  Size: 860 B