Files
Agent-n8n/web_frontend/web_result/order-classes/food/favicon.svg

13 lines
574 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<linearGradient id="food-grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#f59e0b;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ef4444;stop-opacity:1" />
</linearGradient>
</defs>
<!-- 圆形背景 -->
<circle cx="16" cy="16" r="15" fill="url(#food-grad)"/>
<!-- 厨师帽图标 -->
<path d="M16 8c-3.31 0-6 2.69-6 6v2h12v-2c0-3.31-2.69-6-6-6z" fill="white"/>
<rect x="10" y="17" width="12" height="6" rx="1" fill="white"/>
</svg>