Files
local-mcp/static/assets/favicon.svg
2026-03-27 03:58:57 +08:00

13 lines
533 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
<!-- Dark background -->
<rect width="32" height="32" rx="6" fill="#0d1117"/>
<!-- Monitor icon (scaled from 24×24 to ~20×20, centered) -->
<g transform="translate(6, 6) scale(0.833)" stroke="#00d4ff" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round" fill="none">
<rect x="2" y="3" width="20" height="14" rx="2"/>
<line x1="8" y1="21" x2="16" y2="21"/>
<line x1="12" y1="17" x2="12" y2="21"/>
</g>
</svg>