8 lines
422 B
XML
8 lines
422 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">
|
|
<path d="M21 12a9 9 0 1 1-6.219-8.56"/>
|
|
<polyline points="21 3 21 9 15 9"/>
|
|
<!-- 同步箭头高亮(青绿色) -->
|
|
<polyline points="21 3 21 9 15 9" stroke="#2dd4bf" stroke-width="1.5"/>
|
|
</svg>
|