mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-22 00:54:26 +08:00
11 lines
618 B
XML
11 lines
618 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" role="img" aria-label="Sample Plugin">
|
|
<defs>
|
|
<linearGradient id="sampleBg" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0%" stop-color="#F59E0B"/>
|
|
<stop offset="100%" stop-color="#EF4444"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect x="8" y="8" width="112" height="112" rx="28" fill="url(#sampleBg)"/>
|
|
<path d="M52 32c0-6.627 5.373-12 12-12s12 5.373 12 12v8h8c6.627 0 12 5.373 12 12s-5.373 12-12 12h-8v32c0 6.627-5.373 12-12 12s-12-5.373-12-12V64h-8c-6.627 0-12-5.373-12-12s5.373-12 12-12h8v-8Z" fill="#FFFFFF" fill-opacity="0.92"/>
|
|
</svg>
|