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,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.0">
<circle style="fill:#e4e4e4" cx="8" cy="-8" r="8" transform="scale(1,-1)"/>
<circle style="fill:#077272" cx="8" cy="8" r="6"/>
<path style="fill:#248989" d="M 8,4 A 4,4 0 0 0 4,8 4,4 0 0 0 8,12 4,4 0 0 0 12,8 4,4 0 0 0 8,4 Z M 8,5.6666667 A 2.3333333,2.3333333 0 0 1 10.333333,8 2.3333333,2.3333333 0 0 1 8,10.333333 2.3333333,2.3333333 0 0 1 5.6666667,8 2.3333333,2.3333333 0 0 1 8,5.6666667 Z"/>
<path style="fill:#ffffff" transform="matrix(0.30792015,0,0,0.33333333,0.46161793,-0.23744197)" d="m 35.306931,24.712326 -8.660254,5 -8.660254,4.999999 0,-9.999999 0,-9.999999 8.660254,4.999999 z"/>
</svg>

After

Width:  |  Height:  |  Size: 686 B