mirror of
https://github.com/zgs225/cliproxy-plugin-commandcode.git
synced 2026-09-26 03:32:50 +08:00
15 lines
656 B
XML
15 lines
656 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
|
|
<defs>
|
|
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#3b82f6;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#8b5cf6;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="200" height="200" rx="40" fill="url(#grad1)" />
|
|
<g fill="none" stroke="#ffffff" stroke-width="14" stroke-linecap="round" stroke-linejoin="round">
|
|
<polyline points="70 65 35 100 70 135" />
|
|
<polyline points="130 65 165 100 130 135" />
|
|
<line x1="115" y1="60" x2="85" y2="140" />
|
|
</g>
|
|
</svg>
|