vue/public/icon/network.svg
2026-08-31 18:30:30 +08:00

11 lines
577 B
XML

<!-- 内外网切换图标:双向箭头 -->
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="#374151" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
<line x1="4" y1="8" x2="20" y2="8"/>
<polyline points="16 4 20 8 16 12"/>
<line x1="20" y1="16" x2="4" y2="16"/>
<polyline points="8 12 4 16 8 20"/>
<!-- 箭头高亮(青绿色) -->
<polyline points="16 4 20 8 16 12" stroke="#2dd4bf" stroke-width="1.2"/>
<polyline points="8 12 4 16 8 20" stroke="#2dd4bf" stroke-width="1.2"/>
</svg>