brand: SVG restructure of glyph_connection_challenge (g→paths, added rect)

This commit is contained in:
null 2026-06-28 17:09:23 -05:00
parent afa64bfb36
commit 5c64f69754
1 changed files with 3 additions and 5 deletions

View File

@ -1,8 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" role="img" aria-label="Connection challenge glyph"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" role="img" aria-label="Connection challenge glyph">
<g fill="none" stroke="#B98AF4" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.9"> <path fill="none" stroke="#B98AF4" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.9" d="M8 4.8h7.2a2 2 0 0 1 2 2v6.8"/>
<path d="M8 4.8h7.2a2 2 0 0 1 2 2v6.8"/> <rect x="4.8" y="7.8" width="12.4" height="12" rx="2" fill="none" stroke="#B98AF4" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.9"/>
<path d="M6.8 7.8h8.4a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6.8a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2z"/> <path fill="none" stroke="#B98AF4" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.9" d="M8.6 15.85l1.7 1.55 4.2-4.65"/>
<path d="M8.6 15.85l1.7 1.55 4.2-4.65"/>
</g>
<path fill="#B98AF4" d="M10.95 11.2c-.48-.58-1.48-.28-1.48.48 0 .72.75 1.28 1.48 1.92.73-.64 1.48-1.2 1.48-1.92 0-.76-1-1.06-1.48-.48z"/> <path fill="#B98AF4" d="M10.95 11.2c-.48-.58-1.48-.28-1.48.48 0 .72.75 1.28 1.48 1.92.73-.64 1.48-1.2 1.48-1.92 0-.76-1-1.06-1.48-.48z"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 575 B

After

Width:  |  Height:  |  Size: 711 B