Blame · Line-by-line history
toolWindowIcon.svg
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| 1ab8ace | 1 | <svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13" fill="none"> |
| 2 | <!-- 13x13 is the JetBrains-recommended size for tool-window icons. | |
| 3 | Single-color so IntelliJ can recolor for light/dark themes. --> | |
| 4 | <circle cx="6.5" cy="6.5" r="5" stroke="currentColor" stroke-width="1.1"/> | |
| 5 | <path d="M1.5 6.5h10" stroke="currentColor" stroke-width="1.1" stroke-linecap="round"/> | |
| 6 | <path d="M6.5 1.5a7 7 0 0 1 0 10" stroke="currentColor" stroke-width="1.1" stroke-linecap="round"/> | |
| 7 | <path d="M6.5 1.5a7 7 0 0 0 0 10" stroke="currentColor" stroke-width="1.1" stroke-linecap="round"/> | |
| 8 | </svg> |