10 lines
497 B
XML
10 lines
497 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
|
|
<!-- hexagon backdrop — Catppuccin Mocha base -->
|
|
<polygon points="16,1 28.7,8.5 28.7,23.5 16,31 3.3,23.5 3.3,8.5"
|
|
fill="#1e1e2e" stroke="#cba6f7" stroke-width="1.5"/>
|
|
<!-- lightning bolt — mauve fill, cyan accent on upper half -->
|
|
<polygon points="19,5 11,17 16,17 10,27 21,15 16,15"
|
|
fill="#cba6f7"/>
|
|
<polygon points="19,5 11,17 16,17 21,5"
|
|
fill="#89dceb"/>
|
|
</svg>
|