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="translate(0,-1)">
<path style="fill:#ffffff" d="m 17,14 -5,6 11,0 0,-6 z"/>
<path style="fill:#ffffff" d="m 25,14 0,6 11,0 -5,-6 z"/>
<path style="fill:#ffffff" d="m 12,22 0,14 24,0 0,-14 z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 360 B