Add rebuild icon for old UI

GitOrigin-RevId: 461ffd6e05b989d4a37e33700888f9d003b2de0d
This commit is contained in:
Dima Golovkov
2024-04-29 22:55:29 +03:00
committed by intellij-monorepo-bot
parent eccb82f32a
commit c5c379e79b
5 changed files with 13 additions and 1 deletions

View File

@@ -96,6 +96,7 @@
"build": {
"build.svg": "actions/compile.svg",
"dependencyAnalyzer.svg": "actions/dependencyAnalyzer.svg",
"rebuild.svg": "actions/rebuild.svg",
"task.svg": "icons/task.svg",
"taskGroup.svg": "nodes/configFolder.svg",
"toggleOfflineMode.svg": "actions/offlineMode.svg"

View File

@@ -0,0 +1,5 @@
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.61857 1.14554L5.62085 1.14685L5.23304 1.30081L2.40434 4.12951C2.28064 4.25321 2.2353 4.42561 2.26834 4.585L1.77271 4.76114L0 6.53385L2.12132 8.65517L3.99581 6.78068L4.15191 6.42553L4.25913 5.84281L7.22285 8.80653C7.67294 8.09427 8.29716 7.50025 9.0393 7.08714L6.03997 4.08781L7.80669 2.36755L8.95146 1.82503L8.9609 1.02734L5.61857 1.14554Z" fill="#59A869"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.34216 12.0173V15.5889L8.60058 14.3296C9.38494 15.13 10.4962 15.6026 11.7033 15.5393C13.696 15.4349 15.2763 13.9055 15.5083 11.9903L14.1472 12.1086C13.8794 13.2653 12.8729 14.1541 11.628 14.2193C10.8117 14.2621 10.0603 13.942 9.53046 13.4L10.9139 12.0173L7.34216 12.0173ZM11.2798 7.45828C9.31355 7.56133 7.74894 9.05168 7.48476 10.9311L8.83735 10.8133C9.1255 9.68585 10.1186 8.82644 11.342 8.76232C12.1943 8.71765 12.9759 9.06856 13.5083 9.65452L12.0748 11.088H15.6465L15.6465 7.51634L14.438 8.72572C13.651 7.89039 12.5156 7.39351 11.2798 7.45828Z" fill="#6E6E6E"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -0,0 +1,5 @@
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.61857 1.14554L5.62085 1.14685L5.23304 1.30081L2.40434 4.12951C2.28064 4.25321 2.2353 4.42561 2.26834 4.585L1.77271 4.76114L0 6.53385L2.12132 8.65517L3.99581 6.78068L4.15191 6.42553L4.25913 5.84281L7.22285 8.80653C7.67294 8.09427 8.29716 7.50025 9.0393 7.08714L6.03997 4.08781L7.80669 2.36755L8.95146 1.82503L8.9609 1.02734L5.61857 1.14554Z" fill="#499C54"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.34216 12.0173V15.5889L8.60058 14.3296C9.38494 15.13 10.4962 15.6026 11.7033 15.5393C13.696 15.4349 15.2763 13.9055 15.5083 11.9903L14.1472 12.1086C13.8794 13.2653 12.8729 14.1541 11.628 14.2193C10.8117 14.2621 10.0603 13.942 9.53046 13.4L10.9139 12.0173L7.34216 12.0173ZM11.2798 7.45828C9.31355 7.56133 7.74894 9.05168 7.48476 10.9311L8.83735 10.8133C9.1255 9.68585 10.1186 8.82644 11.342 8.76232C12.1943 8.71765 12.9759 9.06856 13.5083 9.65452L12.0748 11.088H15.6465L15.6465 7.51634L14.438 8.72572C13.651 7.89039 12.5156 7.39351 11.2798 7.45828Z" fill="#AFB1B3"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -161,6 +161,7 @@ public class AllIcons {
/** 16x16 */ public static final @NotNull Icon QuickfixBulb = load("actions/quickfixBulb.svg", 504966466, 2);
/** 16x16 */ public static final @NotNull Icon QuickfixOffBulb = load("actions/quickfixOffBulb.svg", 1578042208, 2);
/** 16x16 */ public static final @NotNull Icon RealIntentionBulb = load("actions/realIntentionBulb.svg", -278510297, 2);
/** 16x16 */ public static final @NotNull Icon Rebuild = load("actions/rebuild.svg", 1344326415, 2);
/** 16x16 */ public static final @NotNull Icon Redo = load("actions/redo.svg", 570708211, 2);
/** 16x16 */ public static final @NotNull Icon RefactoringBulb = load("actions/refactoringBulb.svg", 1311756364, 2);
/** 16x16 */ public static final @NotNull Icon ReformatCode = load("actions/reformatCode.svg", 1951359266, 2);

View File

@@ -105,7 +105,7 @@
<action id="Compile" class="com.intellij.compiler.actions.CompileAction"/>
<action id="CompileFile" class="com.intellij.compiler.actions.CompileFileAction" use-shortcut-of="Compile"/>
<separator/>
<action id="CompileProject" class="com.intellij.compiler.actions.CompileProjectAction" icon="com.intellij.icons.ExpUiIcons.Build.Rebuild"/>
<action id="CompileProject" class="com.intellij.compiler.actions.CompileProjectAction" icon="com.intellij.icons.AllIcons.Actions.Rebuild"/>
<separator/>
<separator/>
<action id="BuildArtifact" class="com.intellij.compiler.actions.BuildArtifactAction"/>