2026-05-24 23:21:02 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
|
2026-06-23 12:48:17 +02:00
|
|
|
<!-- Clawdie Start-button icon: unified geodesic 2V logo.
|
|
|
|
|
Outer triangle + inverted inner triangle whose vertices
|
|
|
|
|
touch the midpoints of the outer sides.
|
|
|
|
|
Cyan on transparent — inherits panel background. -->
|
2026-05-24 23:21:02 +02:00
|
|
|
<path d="M32 7 L57 55 L7 55 Z"
|
2026-06-23 12:48:17 +02:00
|
|
|
fill="none"
|
|
|
|
|
stroke="#00b4d8"
|
|
|
|
|
stroke-width="3"
|
|
|
|
|
stroke-linejoin="round"/>
|
|
|
|
|
<path d="M19.5 31 L44.5 31 L32 55 Z"
|
|
|
|
|
fill="none"
|
|
|
|
|
stroke="#00b4d8"
|
|
|
|
|
stroke-width="3"
|
2026-05-24 23:21:02 +02:00
|
|
|
stroke-linejoin="round"/>
|
|
|
|
|
</svg>
|