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,16 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1">
<path fill="#e4e4e4" d="m27 28.5v-25c0-0.831-0.669-1.5-1.5-1.5h-19c-0.831 0-1.5 0.669-1.5 1.5v25c0 0.831 0.669 1.5 1.5 1.5h19c0.831 0 1.5-0.669 1.5-1.5z"/>
<path fill="#fff" opacity=".1" d="m6.5 2c-0.831 0-1.5 0.669-1.5 1.5v1c0-0.831 0.669-1.5 1.5-1.5h19c0.831 0 1.5 0.669 1.5 1.5v-1c0-0.831-0.669-1.5-1.5-1.5z"/>
<path opacity=".5" d="m25.625 30c0.762 0 1.375-0.657 1.375-1.474v-12.526h-22v12.526c0 0.817 0.6132 1.474 1.375 1.474z"/>
<g fill="#4c4c4c" transform="translate(0,1)">
<path d="m9 5h14v1h-14z"/>
<path d="m9 8h14v1h-14z"/>
<path d="m9 11h14v1h-14z"/>
</g>
<g fill="#e4e4e4" transform="translate(0,14)">
<path d="m9 5h14v1h-14z"/>
<path d="m9 8h14v1h-14z"/>
<path d="m9 11h14v1h-14z"/>
</g>
<path opacity=".2" d="m5 28.5v1c0 0.831 0.669 1.5 1.5 1.5h19c0.831 0 1.5-0.669 1.5-1.5v-1c0 0.831-0.669 1.5-1.5 1.5h-19c-0.831 0-1.5-0.669-1.5-1.5z"/>
</svg>

After

Width:  |  Height:  |  Size: 956 B