- <?xml version="1.0" encoding="UTF-8"?>
- <svg xmlns="http://www.w3.org/2000/svg" width="28" height="22" viewBox="0 0 28 22" fill="none">
- <defs>
- <linearGradient id="blueGradient" x1="0%" y1="0%" x2="0%" y2="100%">
- <stop offset="0%" stop-color="#60BBFF" />
- <stop offset="100%" stop-color="#0066CC" />
- </linearGradient>
- </defs>
- <!-- 右侧大矩形 - 明显向左倾斜 (因为整体已翻转) -->
- <path d="M26 3 L16 3 L14 17 L24 17 Z" fill="url(#blueGradient)" />
- <!-- 右侧小矩形 - 明显向左倾斜 (因为整体已翻转) -->
- <path d="M15 8 L10 8 L9 13 L14 13 Z" fill="url(#blueGradient)" />
- </svg>
|