DS-2486 add icon for "Variable View" toolwindow

DS-2486 Wrong Jupyter Variables toolwindow icon size

GitOrigin-RevId: fd573ec38b49c09da4f2faa0fedfbfc94b18eb78
This commit is contained in:
Andrey Vokin
2022-01-12 20:46:53 +00:00
committed by intellij-monorepo-bot
parent 453831a821
commit 035e93c893
3 changed files with 19 additions and 0 deletions
@@ -0,0 +1,9 @@
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="toolWindowVariableView">
<rect id="Rectangle 30" x="2" y="2" width="9" height="2" fill="#6E6E6E"/>
<rect id="Rectangle 30_2" x="2" y="5" width="9" height="2" fill="#6E6E6E"/>
<rect id="Rectangle 30_3" x="2" y="8" width="9" height="2" fill="#6E6E6E"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 532 B

@@ -0,0 +1,9 @@
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="toolWindowVariableView_dark">
<rect id="Rectangle 30" x="2" y="2" width="9" height="2" fill="#AFB1B3"/>
<rect id="Rectangle 30_2" x="2" y="5" width="9" height="2" fill="#AFB1B3"/>
<rect id="Rectangle 30_3" x="2" y="8" width="9" height="2" fill="#AFB1B3"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 537 B

@@ -1124,6 +1124,7 @@ public class AllIcons {
/** 13x13 */ public static final @NotNull Icon ToolWindowStructure = load("toolwindows/toolWindowStructure.svg", 1275982556, 2);
/** 13x13 */ public static final @NotNull Icon ToolWindowTodo = load("toolwindows/toolWindowTodo.svg", -1371075097, 2);
/** 13x13 */ public static final @NotNull Icon ToolWindowUIDesigner = load("toolwindows/toolWindowUIDesigner.svg", -151942562, 2);
/** 13x13 */ public static final @NotNull Icon ToolWindowVariableView = load("toolwindows/toolWindowVariableView.svg", 1680878393, 2);
/** 13x13 */ public static final @NotNull Icon WarningEvents = load("toolwindows/warningEvents.svg", -1480999657, 2);
/** 13x13 */ public static final @NotNull Icon WebToolWindow = load("toolwindows/webToolWindow.svg", 1415711858, 2);
}