Files
smartDriveEEUniApp/static/tabbar/insight_active.svg
2025-11-23 11:20:51 +08:00

16 lines
922 B
XML

<svg width="81" height="81" viewBox="0 0 81 81" xmlns="http://www.w3.org/2000/svg">
<!-- 折线图图标 - 表示数据洞察 -->
<rect x="15" y="15" width="51" height="51" rx="2" fill="none" stroke="#007AFF" stroke-width="2.5"/>
<!-- 网格线 -->
<line x1="15" y1="33" x2="66" y2="33" stroke="#007AFF" stroke-width="1.5" stroke-dasharray="2,2" opacity="0.5"/>
<line x1="15" y1="48" x2="66" y2="48" stroke="#007AFF" stroke-width="1.5" stroke-dasharray="2,2" opacity="0.5"/>
<!-- 折线 -->
<polyline points="20,55 30,45 40,35 50,40 60,30" fill="none" stroke="#007AFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/>
<!-- 数据点 -->
<circle cx="20" cy="55" r="3" fill="#007AFF"/>
<circle cx="30" cy="45" r="3" fill="#007AFF"/>
<circle cx="40" cy="35" r="3" fill="#007AFF"/>
<circle cx="50" cy="40" r="3" fill="#007AFF"/>
<circle cx="60" cy="30" r="3" fill="#007AFF"/>
</svg>