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,8 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1">
<rect style="opacity:0.2" width="20" height="20" x="2" y="2.5" rx="1.5" ry="1.5"/>
<rect style="fill:#e4e4e4" width="19.5" height="20" x="-22" y="-22" rx="1.5" ry="1.5" transform="matrix(0,-1,-1,0,0,0)"/>
<path style="opacity:0.2" d="m2 7v0.5h20v-0.5z"/>
<path style="fill:#086cd6" d="m3.5 2c-0.831 0-1.5 0.669-1.5 1.5v3.5h20v-3.5c0-0.831-0.669-1.5-1.5-1.5z"/>
<path style="opacity:0.2" d="M 5,11 V 12 H 19 V 11 Z M 5,14 V 15 H 16 V 14 Z M 5,17 V 18 H 18 V 17 Z"/>
<path style="opacity:0.2;fill:#ffffff" d="m3.5 2c-0.831 0-1.5 0.669-1.5 1.5v0.5c0-0.831 0.669-1.5 1.5-1.5h17c0.831 0 1.5 0.669 1.5 1.5v-0.5c0-0.831-0.669-1.5-1.5-1.5h-17z"/>
</svg>

After

Width:  |  Height:  |  Size: 728 B