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="22" height="22" version="1.1" viewBox="0 0 44 44">
<g transform="translate(-2,-2)">
<path fill="#4ab3e4" d="m4 10v30c0 1.108 0.892 2 2 2h36c1.108 0 2-0.892 2-2v-30z"/>
<path fill="#253951" d="m6 6c-1.108 0-2 0.892-2 2v2h40v-2c0-1.108-0.892-2-2-2z"/>
<path fill="#fff" opacity=".1" d="m6 6c-1.108 0-2 0.892-2 2v1c0-1.108 0.892-2 2-2h36c1.108 0 2 0.892 2 2v-1c0-1.108-0.892-2-2-2z"/>
<path fill="#253951" d="m16 38c-1.108 0-2 0.892-2 2v2h20v-2c0-1.108-0.892-2-2-2h-16z"/>
<path opacity=".2" d="m4 40v1c0 1.108 0.892 2 2 2h36c1.108 0 2-0.892 2-2v-1c0 1.108-0.892 2-2 2h-36c-1.108 0-2-0.892-2-2z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 666 B