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,29 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1">
<g transform="translate(1,1)">
<rect fill="#4e91d9" width="20" height="20" x="-21" y="-21" rx="1" ry="1" transform="matrix(0,-1,-1,0,0,0)"/>
<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"/>
<g opacity=".2" transform="matrix(.5 0 0 .5 -1 -.5)">
<circle cx="14" cy="-14" r="4" transform="scale(1,-1)"/>
<circle cx="24" cy="-14" r="4" transform="scale(1,-1)"/>
<circle cx="34" cy="-14" r="4" transform="scale(1,-1)"/>
<circle cx="14" cy="-24" r="4" transform="scale(1,-1)"/>
<circle cx="24" cy="-24" r="4" transform="scale(1,-1)"/>
<circle cx="34" cy="-24" r="4" transform="scale(1,-1)"/>
<circle cx="14" cy="-34" r="4" transform="scale(1,-1)"/>
<circle cx="24" cy="-34" r="4" transform="scale(1,-1)"/>
<circle cx="34" cy="-34" r="4" transform="scale(1,-1)"/>
</g>
<circle fill="#ffd060" cx="16" cy="-6" r="2" transform="scale(1,-1)"/>
<circle fill="#ffd060" cx="11" cy="-11" r="2" transform="scale(1,-1)"/>
<circle fill="#ffd060" cx="6" cy="-16" r="2" transform="scale(1,-1)"/>
<g fill="#aff">
<circle cx="6" cy="-6" r="2" transform="scale(1,-1)"/>
<circle cx="11" cy="-6" r="2" transform="scale(1,-1)"/>
<circle cx="6" cy="-11" r="2" transform="scale(1,-1)"/>
<circle cx="16" cy="-11" r="2" transform="scale(1,-1)"/>
<circle cx="11" cy="-16" r="2" transform="scale(1,-1)"/>
<circle cx="16" cy="-16" r="2" transform="scale(1,-1)"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB