25ed765a03
6 Wochen uncommittete Arbeit (Voice-Channels, LiveKit-Manager, Settings-Modal u.v.m.) als ein WIP-Commit gesichert, damit nichts verloren geht und der Pi den aktuellen Stand klonen kann. Thematische Aufarbeitung: siehe ROADMAP M0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CPrAGBxBT6GfPXzeWQ4AXb
21 lines
963 B
XML
21 lines
963 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="none">
|
|
<defs>
|
|
<linearGradient id="pyr-face" x1="0" x2="0" y1="0" y2="1">
|
|
<stop offset="0" stop-color="#F5A524" stop-opacity="1" />
|
|
<stop offset="1" stop-color="#F5A524" stop-opacity="0.55" />
|
|
</linearGradient>
|
|
<linearGradient id="pyr-side" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0" stop-color="#F5A524" stop-opacity="0.85" />
|
|
<stop offset="1" stop-color="#F5A524" stop-opacity="0.25" />
|
|
</linearGradient>
|
|
</defs>
|
|
<!-- right face -->
|
|
<path d="M24 6 L42 40 L24 34 Z" fill="url(#pyr-side)" />
|
|
<!-- left face (front) -->
|
|
<path d="M24 6 L6 40 L24 34 Z" fill="url(#pyr-face)" />
|
|
<!-- base outline -->
|
|
<path d="M6 40 L24 34 L42 40" stroke="#F5A524" stroke-opacity="0.4" stroke-width="1" fill="none" stroke-linejoin="round" />
|
|
<!-- edge highlight -->
|
|
<path d="M24 6 L24 34" stroke="#F5A524" stroke-opacity="0.9" stroke-width="0.8" />
|
|
</svg>
|