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="32" height="32" version="1">
<rect fill="#4f4f4f" width="22" height="10" x="5" y="11"/>
<path fill="#e4e4e4" d="m16 2c-6.361 0-11.679 4.2103-13.394 10h26.789c-1.716-5.7897-7.034-10-13.395-10zm-13.394 18c1.7157 5.79 7.0335 10 13.394 10 6.361 0 11.679-4.21 13.395-10h-26.79z"/>
<circle opacity=".2" cx="16" cy="17" r="3"/>
<circle fill="#ff6363" cx="16" cy="16" r="3"/>
<circle opacity=".2" cx="23" cy="17" r="3"/>
<circle fill="#ff6363" cx="23" cy="16" r="3"/>
<circle opacity=".2" cx="8.999" cy="17" r="3"/>
<circle fill="#ff6363" cx="8.999" cy="16" r="3"/>
<path opacity=".2" d="m2.9453 12c-0.1247 0.328-0.2393 0.661-0.3398 1h26.79c-0.102-0.339-0.217-0.672-0.341-1h-26.11zm-0.3398 9c1.7157 5.79 7.0335 10 13.394 10 6.361 0 11.679-4.21 13.395-10h-0.34c-2.005 5.268-7.067 9-13.055 9s-11.05-3.732-13.055-9h-0.339z"/>
<path fill="#fff" opacity=".2" d="m16 2c-6.361 0-11.679 4.2103-13.394 10h0.3393c2.0043-5.2677 7.0667-9 13.055-9 5.988 0 11.05 3.7323 13.055 9h0.34c-1.716-5.7897-7.034-10-13.395-10zm-13.394 18c0.1005 0.339 0.2151 0.672 0.3398 1h26.11c0.124-0.328 0.239-0.661 0.34-1h-26.79z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB