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,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1">
<path fill="#4f4f4f" d="m44 24a20 20 0 0 1 -20 20 20 20 0 0 1 -20 -20 20 20 0 0 1 20 -20 20 20 0 0 1 20 20z"/>
<circle opacity=".2" cx="24" cy="16" r="8"/>
<circle fill="#31afe1" cx="24" cy="15" r="8"/>
<circle opacity=".2" cx="24" cy="34" r="8"/>
<circle fill="#f19f00" cx="24" cy="33" r="8"/>
<path fill="#fff" opacity=".1" d="m24 4a20 20 0 0 0 -20 20 20 20 0 0 0 0.0215 0.582 20 20 0 0 1 19.978 -19.582 20 20 0 0 1 19.978 19.418 20 20 0 0 0 0.022 -0.418 20 20 0 0 0 -20 -20z"/>
<path opacity=".2" d="m43.979 24.418a20 20 0 0 1 -19.979 19.582 20 20 0 0 1 -19.978 -19.418 20 20 0 0 0 -0.022 0.418 20 20 0 0 0 20 20 20 20 0 0 0 20 -20 20 20 0 0 0 -0.021 -0.582z"/>
</svg>

After

Width:  |  Height:  |  Size: 755 B