Files
AIWAKE/assets/ui/module-self-repair.svg
2026-07-21 20:43:12 +02:00

20 lines
814 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<filter id="glow" x="-35%" y="-35%" width="170%" height="170%">
<feGaussianBlur stdDeviation="1.7" result="blur"/>
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
</filter>
</defs>
<rect width="64" height="64" fill="#050807"/>
<g fill="none" stroke="#29ff85" stroke-width="2" filter="url(#glow)">
<path d="M14 32c0-10 8-18 18-18 6 0 11 3 15 7"/>
<path d="M50 32c0 10-8 18-18 18-6 0-11-3-15-7"/>
<path d="M47 13v10H37M17 51V41h10"/>
</g>
<g fill="#53e5ff" filter="url(#glow)">
<rect x="28" y="18" width="8" height="28"/>
<rect x="18" y="28" width="28" height="8"/>
</g>
<path d="M22 22 42 42M42 22 22 42" stroke="#ffbe55" stroke-width="1" opacity=".65"/>
</svg>