11 lines
609 B
XML
11 lines
609 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="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"/>
|
|
<rect x="8" y="2" width="8" height="4" rx="1" ry="1"/>
|
|
<line x1="8" y1="10" x2="16" y2="10"/>
|
|
<line x1="8" y1="14" x2="16" y2="14"/>
|
|
<line x1="8" y1="18" x2="12" y2="18"/>
|
|
<!-- 日志条目高亮(青绿色) -->
|
|
<line x1="8" y1="10" x2="11" y2="10" stroke="#2dd4bf" stroke-width="1.5"/>
|
|
</svg>
|