mirror of
https://github.com/siteboon/claudecodeui.git
synced 2025-12-08 22:29:38 +00:00
9 lines
504 B
XML
9 lines
504 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
|
|
<!-- Background fills entire canvas -->
|
|
<rect x="0" y="0" width="64" height="64" fill="hsl(240 5.9% 10%)"/>
|
|
|
|
<!-- MessageSquare icon - exact same as sidebar -->
|
|
<g transform="translate(32, 32) scale(1.333) translate(-12, -12)" stroke="white" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
|
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/>
|
|
</g>
|
|
</svg> |