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,22 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1">
<rect stroke="#000" stroke-width="2" opacity=".05" width="19" height="19" x="2" y="-30" rx="1.5" ry="1.5" transform="rotate(90)"/>
<rect opacity=".2" width="19" height="19" x="2" y="-30" rx="1.5" ry="1.5" transform="rotate(90)"/>
<rect stroke="#000" stroke-width="2" opacity=".05" width="19" height="19" x="11" y="-21" rx="1.5" ry="1.5" transform="rotate(90)"/>
<rect fill="#d3d3d3" width="19" height="19" x="1" y="-30" rx="1.5" ry="1.5" transform="rotate(90)"/>
<g opacity=".2" transform="translate(4,-4)">
<path d="m 10,11 0,-1 13,0 0,1 z"/>
<path d="m 10,14 0,-1 13,0 0,1 z"/>
<path d="m 10,17 0,-1 13,0 0,1 z"/>
<path d="m10 20v-1h8v1z"/>
</g>
<rect opacity=".2" width="19" height="19" x="11" y="-21" rx="1.5" ry="1.5" transform="rotate(90)"/>
<rect fill="#e4e4e4" width="19" height="19" x="10" y="-21" rx="1.5" ry="1.5" transform="rotate(90)"/>
<path fill="#fff" opacity=".1" d="m12.5 1c-0.831 0-1.5 0.669-1.5 1.5v1c0-0.831 0.669-1.5 1.5-1.5h16c0.831 0 1.5 0.669 1.5 1.5v-1c0-0.831-0.669-1.5-1.5-1.5h-16z"/>
<path fill="#fff" opacity=".1" d="m3.5 10c-0.831 0-1.5 0.669-1.5 1.5v1c0-0.831 0.669-1.5 1.5-1.5h16c0.831 0 1.5 0.669 1.5 1.5v-1c0-0.831-0.669-1.5-1.5-1.5h-16z"/>
<g opacity=".5" transform="translate(-5,5)">
<path d="m 10,11 0,-1 13,0 0,1 z"/>
<path d="m 10,14 0,-1 13,0 0,1 z"/>
<path d="m 10,17 0,-1 13,0 0,1 z"/>
<path d="m10 20v-1h8v1z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB