55 lines
2.5 KiB
XML
55 lines
2.5 KiB
XML
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#1e40af;stop-opacity:1" />
|
|
<stop offset="50%" style="stop-color:#2563eb;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#4f46e5;stop-opacity:1" />
|
|
</linearGradient>
|
|
<linearGradient id="chartGradient" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#60a5fa;stop-opacity:0.8" />
|
|
<stop offset="100%" style="stop-color:#3b82f6;stop-opacity:0.3" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Background with rounded corners -->
|
|
<rect width="32" height="32" rx="7" fill="url(#bgGradient)"/>
|
|
|
|
<!-- Timeseries chart line -->
|
|
<path d="M4 24 L8 20 L12 22 L16 18 L20 16 L24 14 L28 12"
|
|
stroke="#ffffff"
|
|
stroke-width="2"
|
|
fill="none"
|
|
opacity="0.9"/>
|
|
|
|
<!-- Chart area fill -->
|
|
<path d="M4 24 L8 20 L12 22 L16 18 L20 16 L24 14 L28 12 L28 28 L4 28 Z"
|
|
fill="url(#chartGradient)"/>
|
|
|
|
<!-- AI Agent nodes (neural network style) -->
|
|
<circle cx="6" cy="6" r="2" fill="#ffffff" opacity="0.9"/>
|
|
<circle cx="16" cy="4" r="2" fill="#ffffff" opacity="0.9"/>
|
|
<circle cx="26" cy="6" r="2" fill="#ffffff" opacity="0.9"/>
|
|
<circle cx="11" cy="10" r="1.5" fill="#ffffff" opacity="0.7"/>
|
|
<circle cx="21" cy="10" r="1.5" fill="#ffffff" opacity="0.7"/>
|
|
|
|
<!-- AI Agent connections -->
|
|
<line x1="6" y1="6" x2="11" y2="10" stroke="#ffffff" stroke-width="1" opacity="0.6"/>
|
|
<line x1="16" y1="4" x2="11" y2="10" stroke="#ffffff" stroke-width="1" opacity="0.6"/>
|
|
<line x1="16" y1="4" x2="21" y2="10" stroke="#ffffff" stroke-width="1" opacity="0.6"/>
|
|
<line x1="26" y1="6" x2="21" y2="10" stroke="#ffffff" stroke-width="1" opacity="0.6"/>
|
|
<line x1="6" y1="6" x2="16" y2="4" stroke="#ffffff" stroke-width="1" opacity="0.4"/>
|
|
<line x1="16" y1="4" x2="26" y2="6" stroke="#ffffff" stroke-width="1" opacity="0.4"/>
|
|
|
|
<!-- Data points on the chart -->
|
|
<circle cx="8" cy="20" r="1" fill="#ffffff" opacity="0.8"/>
|
|
<circle cx="12" cy="22" r="1" fill="#ffffff" opacity="0.8"/>
|
|
<circle cx="16" cy="18" r="1" fill="#ffffff" opacity="0.8"/>
|
|
<circle cx="20" cy="16" r="1" fill="#ffffff" opacity="0.8"/>
|
|
<circle cx="24" cy="14" r="1" fill="#ffffff" opacity="0.8"/>
|
|
|
|
<!-- AI brain symbol in top-right -->
|
|
<path d="M24 8 Q26 6 28 8 Q28 10 26 10 Q24 10 24 8"
|
|
fill="#ffffff"
|
|
opacity="0.6"/>
|
|
</svg>
|