Files
openchamber/packages/vscode/assets/icon-titlebar.svg
T

43 lines
1.0 KiB
XML

<svg width="24" height="24" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<!-- OpenChamber logo - tuned for VS Code title bar (no theming) -->
<g transform="translate(16, 16) scale(0.48)">
<!-- Left face -->
<path
d="M0 0 L-26 -15 L-26 15 L0 30 Z"
fill="none"
stroke="#73C991"
stroke-width="4"
stroke-linejoin="round"
/>
<!-- Right face -->
<path
d="M0 0 L26 -15 L26 15 L0 30 Z"
fill="none"
stroke="#73C991"
stroke-width="4"
stroke-linejoin="round"
/>
<!-- Top face -->
<path
d="M0 -30 L-26 -15 L0 0 L26 -15 Z"
fill="none"
stroke="#73C991"
stroke-width="4"
stroke-linejoin="round"
/>
<!-- O logo - hollow rectangle frame with soft fill -->
<g transform="matrix(0.866, 0.5, -0.866, 0.5, 0, -15) scale(0.55)">
<rect
x="-12"
y="-14"
width="24"
height="28"
fill="#73C991"
fill-opacity="0.32"
stroke="#73C991"
stroke-width="8"
/>
</g>
</g>
</svg>