Files
polynote/public/logo.svg
Urko a32badd025
Some checks failed
build / lint (push) Failing after 36s
build / build (push) Has been skipped
initial commit
2026-01-29 16:13:04 +00:00

28 lines
636 B
XML

<svg width="256" height="256" viewBox="0 0 256 256"
xmlns="http://www.w3.org/2000/svg">
<!-- Base hexagon -->
<path d="M128 28
L208 72
L208 160
L128 204
L48 160
L48 72 Z"
fill="#6B4EFF"/>
<!-- Centered envelope (offset on Y) -->
<rect x="76" y="80" width="104" height="72" rx="10"
fill="none"
stroke="#FFFFFF"
stroke-width="8"/>
<!-- Envelope flap -->
<path d="M76 88 L128 120 L180 88"
fill="none"
stroke="#FFFFFF"
stroke-width="8"
stroke-linecap="round"
stroke-linejoin="round"/>
</svg>