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,10 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1.1" viewBox="0 0 24 24">
<g>
<rect style="fill:#f27935" width="2" height="10" x="8" y="7"/>
<rect style="fill:#04896a" width="2" height="10" x="12" y="7"/>
<rect style="fill:#3a539b" width="2" height="10" x="16" y="7"/>
<rect style="fill:#fdd285" width="2" height="10" x="6" y="7"/>
<rect style="fill:#1d99f3" width="2" height="10" x="14" y="7"/>
<rect style="fill:#7fcc74" width="2" height="10" x="10" y="7"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 510 B