Files
ukaiautomation/assets/images/icon-automation.svg
2025-06-07 10:53:32 +01:00

26 lines
1.3 KiB
XML

<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad4" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#667eea;stop-opacity:1" />
<stop offset="100%" style="stop-color:#764ba2;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Workflow boxes -->
<rect x="8" y="20" width="12" height="8" fill="url(#grad4)" rx="2"/>
<rect x="24" y="15" width="12" height="8" fill="url(#grad4)" rx="2"/>
<rect x="40" y="20" width="12" height="8" fill="url(#grad4)" rx="2"/>
<!-- Connecting arrows -->
<path d="M 20 24 L 24 19" stroke="url(#grad4)" stroke-width="2" marker-end="url(#arrowhead2)"/>
<path d="M 36 19 L 40 24" stroke="url(#grad4)" stroke-width="2" marker-end="url(#arrowhead2)"/>
<defs>
<marker id="arrowhead2" markerWidth="8" markerHeight="6" refX="7" refY="3" orient="auto">
<polygon points="0 0, 8 3, 0 6" fill="#667eea"/>
</marker>
</defs>
<!-- API/automation symbols -->
<circle cx="14" cy="40" r="3" fill="url(#grad4)"/>
<circle cx="30" cy="40" r="3" fill="url(#grad4)"/>
<circle cx="46" cy="40" r="3" fill="url(#grad4)"/>
<line x1="17" y1="40" x2="27" y2="40" stroke="url(#grad4)" stroke-width="2"/>
<line x1="33" y1="40" x2="43" y2="40" stroke="url(#grad4)" stroke-width="2"/>
</svg>