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

12 lines
559 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">
<rect x="3" y="6" width="18" height="14" rx="1"/>
<path d="M3 10h18"/>
<path d="M7 6V3"/>
<path d="M12 6V3"/>
<path d="M17 6V3"/>
<!-- 刷新箭头(青绿色) -->
<path d="M14 13a3 3 0 1 1-1-2.2L14 12" stroke="#2dd4bf" stroke-width="1.5"/>
<polyline points="12 10 14 12 16 10" stroke="#2dd4bf" stroke-width="1.5"/>
</svg>