Files
n8n_Demo/web_frontend/web_result/order-classes/developer/favicon.svg

14 lines
777 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<linearGradient id="dev-grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#22c55e;stop-opacity:1" />
<stop offset="100%" style="stop-color:#06b6d4;stop-opacity:1" />
</linearGradient>
</defs>
<!-- 圆形背景 -->
<circle cx="16" cy="16" r="15" fill="url(#dev-grad)"/>
<!-- 代码符号 </> -->
<path d="M12 10 L8 16 L12 22" stroke="white" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M20 10 L24 16 L20 22" stroke="white" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
<line x1="14" y1="12" x2="18" y2="20" stroke="white" stroke-width="2" stroke-linecap="round"/>
</svg>