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,12 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1">
<rect fill="#394e6f" width="16" height="16" x="0" y="0" rx=".857" ry=".857"/>
<circle fill="#fff" stroke="#394e6f" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25" cx="9.25" cy="7.75" r="1.625"/>
<circle fill="#fff" stroke="#394e6f" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25" cx="13" cy="11" r=".875"/>
<circle fill="#fff" stroke="#394e6f" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25" cx="11" cy="10" r="1.875"/>
<circle fill="#fff" stroke="#394e6f" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25" cx="3.75" cy="10.25" r="1.625"/>
<circle fill="#fff" stroke="#394e6f" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25" cx="5.25" cy="7" r=".875"/>
<circle fill="#fff" stroke="#394e6f" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25" cx="5.5" cy="9" r="1.875"/>
<circle fill="#fff" stroke="#394e6f" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25" cx="5.5" cy="11" r=".875"/>
<circle fill="#fff" stroke="#394e6f" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25" cx="7.25" cy="6.75" r="1.625"/>
<circle fill="#fff" stroke="#394e6f" stroke-linecap="round" stroke-linejoin="round" stroke-width=".25" cx="8" cy="9.5" r="2.375"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB