Introduce source root file overlay icon for new UI

For a long time the old one was used, but it just
does not match the new UI style.

GitOrigin-RevId: 0b52eb30540a8e04ad814780e86a020aaeb56276
This commit is contained in:
Evgenii Novozhilov
2024-10-07 19:50:41 +03:00
committed by intellij-monorepo-bot
parent 04c4bee35a
commit 127e4a9d0e
4 changed files with 10 additions and 1 deletions

View File

@@ -685,6 +685,7 @@
"resourceBundle.svg": "nodes/resourceBundle.svg",
"servlet.svg": "nodes/servlet.svg",
"sourceRoot.svg": "modules/sourceRoot.svg",
"sourceRootFileLayer.svg": "modules/sourceRootFileLayer.svg",
"star.svg": "nodes/favorite.svg",
"starEmpty.svg": "nodes/notFavoriteOnHover.svg",
"static.svg": "nodes/static.svg",

View File

@@ -0,0 +1,4 @@
<!-- 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">
<rect x="0.5" y="0.5" width="6" height="6" rx="1.5" fill="#EDF3FF" stroke="#3574F0"/>
</svg>

After

Width:  |  Height:  |  Size: 316 B

View File

@@ -0,0 +1,4 @@
<!-- 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">
<rect x="0.5" y="0.5" width="6" height="6" rx="1.5" fill="#25324D" stroke="#548AF7"/>
</svg>

After

Width:  |  Height:  |  Size: 316 B

View File

@@ -876,7 +876,7 @@ public class AllIcons {
/** 16x16 */ public static final @NotNull Icon GeneratedTestRoot = load("expui/nodes/generatedTestRoot.svg", "modules/generatedTestRoot.svg", -1234922153, 0);
/** 16x16 */ public static final @NotNull Icon ResourcesRoot = load("expui/nodes/resourcesRoot.svg", "modules/resourcesRoot.svg", -1812051386, 0);
/** 16x16 */ public static final @NotNull Icon SourceRoot = load("expui/nodes/sourceRoot.svg", "modules/sourceRoot.svg", 1687981214, 0);
/** 16x16 */ public static final @NotNull Icon SourceRootFileLayer = load("modules/sourceRootFileLayer.svg", 241453801, 0);
/** 16x16 */ public static final @NotNull Icon SourceRootFileLayer = load("expui/nodes/sourceRootFileLayer.svg", "modules/sourceRootFileLayer.svg", 241453801, 0);
/** 16x16 */ public static final @NotNull Icon Split = load("expui/actions/split.svg", "modules/split.svg", 2103687526, 2);
/** 16x16 */ public static final @NotNull Icon TestResourcesRoot = load("expui/nodes/testResourcesRoot.svg", "modules/testResourcesRoot.svg", 779023858, 0);
/** 16x16 */ public static final @NotNull Icon TestRoot = load("expui/nodes/testRoot.svg", "modules/testRoot.svg", -1260358372, 0);