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 width="24" height="24" version="1.1" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(1,1)">
<circle cx="11" cy="11.5" r="10" style="opacity:.2"/>
<circle cx="11" cy="11" r="10" style="fill:#db3c30"/>
<path d="M 11,1 A 10,10 0 0 0 1,11 10,10 0 0 0 1.0098,11.293 10,10 0 0 1 11,1.5 10,10 0 0 1 20.99,11.207 10,10 0 0 0 21,11 10,10 0 0 0 11,1 Z" style="fill:#ffffff;opacity:.2"/>
<rect x="4" y="10.5" width="14" height="2" style="opacity:.2"/>
<rect x="4" y="10" width="14" height="2" style="fill:#ffffff"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 546 B