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="64" height="64" version="1">
<rect style="opacity:.2" width="56" height="56" x="4" y="5" rx="3" ry="3"/>
<rect style="fill:#1e87e4" width="56" height="56" x="4" y="4" rx="3" ry="3"/>
<path style="opacity:.2;fill:#ffffff" d="m7 4c-1.662 0-3 1.338-3 3v1c0-1.662 1.338-3 3-3h50c1.662 0 3 1.338 3 3v-1c0-1.662-1.338-3-3-3h-50z"/>
<path style="stroke:#ffffff;stroke-width:4;stroke-linecap:square;fill:none" d="m27 35a16 16 0 0 1 16 -16"/>
<path style="stroke:#ffffff;stroke-width:4;stroke-linecap:square;fill:none" d="m35 35a8 8 0 0 1 8 -8"/>
<path style="stroke:#ffffff;stroke-width:4;stroke-linecap:square;fill:none" d="m19 35a24 24 0 0 1 24 -24"/>
<rect style="fill:#ffffff" width="6" height="12" x="41" y="43"/>
<circle style="fill:#ffffff" cx="44" cy="36" r="3"/>
</svg>

After

Width:  |  Height:  |  Size: 826 B