3d1168ff8c
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
636 B
XML
12 lines
636 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128">
|
|
<circle cx="64" cy="64" r="52" fill="#5e0066" stroke="#8cc63f" stroke-width="6"/>
|
|
<!-- Code chevrons + slash -->
|
|
<path d="M 52 42 L 34 64 L 52 86" fill="none" stroke="#f2f2f2"
|
|
stroke-width="9" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<path d="M 76 42 L 94 64 L 76 86" fill="none" stroke="#f2f2f2"
|
|
stroke-width="9" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<line x1="71" y1="38" x2="57" y2="90" stroke="#f2f2f2"
|
|
stroke-width="8" stroke-linecap="round"/>
|
|
</svg>
|