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="24" height="24" version="1">
<g transform="translate(1,1)">
<rect fill="#1da6e8" width="20" height="20" x="-21" y="-21" rx="1" ry="1" transform="matrix(0,-1,-1,0,0,0)"/>
<path opacity=".2" d="m5 7.5v8h3v-5h5v5h3v-5.5c0-2.0172-2.119-2.5-3-2.5h-8zm4 4v3h3v-3h-3z"/>
<path fill="#fff" opacity=".2" d="m2 1c-0.554 0-1 0.446-1 1v0.5c0-0.554 0.446-1 1-1h18c0.554 0 1 0.446 1 1v-0.5c0-0.554-0.446-1-1-1h-18z"/>
<path opacity=".2" d="m2 21.5c-0.554 0-1-0.446-1-1v-0.5c0 0.554 0.446 1 1 1h18c0.554 0 1-0.446 1-1v0.5c0 0.554-0.446 1-1 1h-18z"/>
<path fill="#fff" d="m5 7v8h3v-5h5v5h3v-5.5c0-2.0172-2.119-2.5-3-2.5h-8zm4 4v3h3v-3h-3z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 697 B