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,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1.1">
<circle style="fill:#252a35" cx="24" cy="24" r="20"/>
<g transform="matrix(0,-1,1,0,0,48)">
<path style="fill:#ffffff" d="m 18,16 a 8,8 0 0 0 -8,8 8,8 0 0 0 8,8 8,8 0 0 0 8,-8 8,8 0 0 0 -8,-8 z m 0,4 a 4,4 0 0 1 4,4 4,4 0 0 1 -4,4 4,4 0 0 1 -4,-4 4,4 0 0 1 4,-4 z"/>
<rect style="fill:#ffffff" width="16" height="4" x="22" y="22"/>
<rect style="fill:#ffffff" width="4" height="4" x="31" y="26"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 495 B