1 2 3 4 5 6 7 8 | <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none">
<!-- 13x13 is the JetBrains-recommended size for tool-window icons.
Single-color so IntelliJ can recolor for light/dark themes. -->
<circle cx="6.5" cy="6.5" r="5" stroke="currentColor" stroke-width="1.1"/>
<path d="M1.5 6.5h10" stroke="currentColor" stroke-width="1.1" stroke-linecap="round"/>
<path d="M6.5 1.5a7 7 0 0 1 0 10" stroke="currentColor" stroke-width="1.1" stroke-linecap="round"/>
<path d="M6.5 1.5a7 7 0 0 0 0 10" stroke="currentColor" stroke-width="1.1" stroke-linecap="round"/>
</svg>
|