Files

12 lines
493 B
XML
Raw Permalink Normal View History

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<linearGradient id="energy-grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#fbbf24;stop-opacity:1" />
<stop offset="100%" style="stop-color:#f97316;stop-opacity:1" />
</linearGradient>
</defs>
<!-- 圆形背景 -->
<circle cx="16" cy="16" r="15" fill="url(#energy-grad)"/>
<!-- 闪电图标 -->
<path d="M18 8 L10 16 h6 L14 24 L22 16 h-6 Z" fill="white"/>
</svg>