Add projectConfigurable icons for UX-2623 for intUI

GitOrigin-RevId: 6e539e91c33123fca0f56ce70dea1bc520af3fcd
This commit is contained in:
Dima Golovkov
2023-10-21 20:03:18 +03:00
committed by intellij-monorepo-bot
parent d089e97959
commit 78a8a06afb
4 changed files with 10 additions and 0 deletions

View File

@@ -374,6 +374,7 @@
"undo.svg": "actions/undo.svg",
"save.svg": "actions/menu-saveall.svg",
"print.svg": "general/print.svg",
"projectConfigurable.svg": "general/projectConfigurable.svg",
"projectWideAnalysisOff.svg": "actions/projectWideAnalysisOff.svg",
"projectWideAnalysisOn.svg": "actions/projectWideAnalysisOn.svg",
"softWrap.svg": "actions/toggleSoftWrap.svg",

View File

@@ -0,0 +1,4 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 3V6C1 6.55228 1.44772 7 2 7H7C7.55228 7 8 6.55228 8 6V3H1ZM8 2H1C1 1.44772 1.44772 1 2 1H7C7.55228 1 8 1.44772 8 2ZM0 6V2C0 0.895431 0.895431 0 2 0H7C8.10457 0 9 0.895431 9 2V6C9 7.10457 8.10457 8 7 8H2C0.89543 8 0 7.10457 0 6Z" fill="#6C707E"/>
</svg>

After

Width:  |  Height:  |  Size: 524 B

View File

@@ -0,0 +1,4 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<svg width="9" height="9" viewBox="0 0 9 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 3V6C1 6.55228 1.44772 7 2 7H7C7.55228 7 8 6.55228 8 6V3H1ZM8 2H1C1 1.44772 1.44772 1 2 1H7C7.55228 1 8 1.44772 8 2ZM0 6V2C0 0.895431 0.895431 0 2 0H7C8.10457 0 9 0.895431 9 2V6C9 7.10457 8.10457 8 7 8H2C0.89543 8 0 7.10457 0 6Z" fill="#CED0D6"/>
</svg>

After

Width:  |  Height:  |  Size: 524 B

View File

@@ -321,6 +321,7 @@ public final class ExpUiIcons {
/** 16x16 */ public static final @NotNull Icon PreviewOnly = load("expui/general/previewOnly.svg", 784372708, 2);
/** 16x16 */ public static final @NotNull Icon PreviewVertically = load("expui/general/previewVertically.svg", -1158915095, 2);
/** 16x16 */ public static final @NotNull Icon Print = load("expui/general/print.svg", -1069373447, 2);
/** 9x9 */ public static final @NotNull Icon ProjectConfigurable = load("expui/general/projectConfigurable.svg", 1144622144, 2);
/** 16x16 */ public static final @NotNull Icon ProjectStructure = load("expui/general/projectStructure.svg", 200874544, 2);
/** 16x16 */ public static final @NotNull Icon ProjectWideAnalysisOff = load("expui/general/projectWideAnalysisOff.svg", 1505013057, 2);
/** 16x16 */ public static final @NotNull Icon ProjectWideAnalysisOn = load("expui/general/projectWideAnalysisOn.svg", 103110158, 2);