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,12 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1">
<rect fill="#81dbf9" width="16" height="16" x="0" y="0" rx=".857" ry=".857"/>
<path fill="#2a6c87" d="m10 10.394c0 0.887-1.1193 1.606-2.5 1.606s-2.5-0.719-2.5-1.606c0-0.88689 1.1193 0 2.5 0s2.5-0.88689 2.5 0z"/>
<g transform="translate(-1 -.5)">
<circle fill="#2a6c87" cx="3.5" cy="8" r="1.5"/>
<circle fill="#fff" cx="4.25" cy="7.625" r=".375"/>
</g>
<g transform="translate(-1 -.5)">
<circle fill="#2a6c87" cx="12.5" cy="8" r="1.5"/>
<circle fill="#fff" cx="13.25" cy="7.625" r=".375"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 591 B