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="32" height="32" version="1.1">
<circle style="opacity:0.2" cx="16" cy="17" r="14"/>
<circle style="fill:#f6ac43" cx="16" cy="16" r="14"/>
<circle style="opacity:0.2" cx="16" cy="17" r="10"/>
<circle style="fill:#ffffff" cx="16" cy="16" r="10"/>
<path style="opacity:0.2;fill:#ffffff" d="M 16,2 A 14,14 0 0 0 2,16 14,14 0 0 0 2.0215,16.586 14,14 0 0 1 16,3 14,14 0 0 1 29.979,16.414 14,14 0 0 0 30,16 14,14 0 0 0 16,2 Z"/>
<rect style="opacity:0.6" width="4" height="12" x="14" y="10" rx="1.5" ry="1.5"/>
</svg>

After

Width:  |  Height:  |  Size: 564 B