Reorganize icon data as an embedded icon theme (#226)

This commit is contained in:
Jaye Evins
2025-08-25 23:44:40 -04:00
committed by GitHub
parent de85d47765
commit ffd634075f
132 changed files with 305 additions and 834 deletions
@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="48" height="48" >
<rect
style="fill:#fafafa;fill-opacity:1;stroke:#333333;stroke-width:1;stroke-opacity:1"
x="6" y="20" width="36" height="24" rx="3" ry="3" />
<g transform="rotate(45,24,24)" >
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M20,8 l0,-5 a3,3,0,0,1,3,-3 l2,0 a3,3,0,0,1,3,3 l0,5 z" />
<rect
style="fill:#333333;fill-opacity:1;stroke:none"
x="20" y="10" width="8" height="20" />
<path
style="fill:#333333;fill-opacity:1;stroke:none"
d="M20,32 l8,0 l-4,8 z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 606 B