agent-orchestrator/docs/assets/btn-watch-demo.svg

22 lines
1.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="280" height="48" viewBox="0 0 280 48">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#6C5CE7"/>
<stop offset="50%" stop-color="#5B4BD5"/>
<stop offset="100%" stop-color="#4A3AC3"/>
</linearGradient>
<linearGradient id="shine" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFFFFF" stop-opacity="0.25"/>
<stop offset="50%" stop-color="#FFFFFF" stop-opacity="0.05"/>
<stop offset="100%" stop-color="#000000" stop-opacity="0.1"/>
</linearGradient>
</defs>
<rect width="280" height="48" rx="10" fill="url(#bg)"/>
<rect width="280" height="48" rx="10" fill="url(#shine)"/>
<rect x="0.5" y="0.5" width="279" height="47" rx="9.5" fill="none" stroke="none"/>
<!-- Play icon -->
<polygon points="28,16 28,32 40,24" fill="#FFFFFF"/>
<!-- Text -->
<text x="52" y="29" font-family="system-ui,-apple-system,Segoe UI,Helvetica,Arial,sans-serif" font-size="16" font-weight="700" fill="#FFFFFF" letter-spacing="0.5">Watch the Demo on X</text>
</svg>