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

17 lines
817 B
XML

<svg width="81" height="81" viewBox="0 0 81 81" xmlns="http://www.w3.org/2000/svg">
<!-- 多人协作图标 -->
<circle cx="30" cy="30" r="10" fill="#007AFF"/>
<path d="M 15 50 Q 15 42 30 42 Q 45 42 45 50" fill="#007AFF" stroke="#007AFF" stroke-width="3" stroke-linecap="round"/>
<circle cx="51" cy="30" r="10" fill="#007AFF"/>
<path d="M 36 50 Q 36 42 51 42 Q 66 42 66 50" fill="#007AFF" stroke="#007AFF" stroke-width="3" stroke-linecap="round"/>
<!-- 连接线表示协作 -->
<line x1="40" y1="30" x2="41" y2="30" stroke="#007AFF" stroke-width="2"/>
<line x1="30" y1="50" x2="40.5" y2="60" stroke="#007AFF" stroke-width="2"/>
<line x1="51" y1="50" x2="40.5" y2="60" stroke="#007AFF" stroke-width="2"/>
<!-- 底部协作点 -->
<circle cx="40.5" cy="60" r="4" fill="#007AFF"/>
</svg>