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" height="48" width="48" version="1.1">
<g transform="matrix(2,0,0,2,2,2)">
<circle cx="11" cy="11.5" r="10" style="opacity:.2"/>
<circle cx="11" cy="11" r="10" style="fill:#fecd38"/>
<path d="m11 1a10 10 0 0 0 -10 10 10 10 0 0 0 0.0098 0.293 10 10 0 0 1 9.9902 -9.793 10 10 0 0 1 9.99 9.707 10 10 0 0 0 0.01 -0.207 10 10 0 0 0 -10 -10z" style="opacity:.2;fill:#ffffff"/>
<path style="opacity:.2" d="m15 4.5h-5l-3 6h3l-2 4h3l-2 5 6-6h-3l3-4h-3z"/>
<path style="fill:#ffffff" d="m15 4h-5l-3 6h3l-2 4h3l-2 5 6-6h-3l3-4h-3z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 586 B