From 542c33af7858022afeeb6883dc03d577d3c59b37 Mon Sep 17 00:00:00 2001 From: Dima Golovkov Date: Wed, 1 May 2024 15:57:23 +0300 Subject: [PATCH] Add resultIncorrect icons for JupyterCore GitOrigin-RevId: 92a2107efb0444e95638aef7c84eaa142797de9a --- .../gen/com/intellij/jupyter/core/icons/JupyterCoreIcons.java | 1 + jupyter/resources/JupyterCoreIconMappings.json | 3 ++- .../expui/resultIncorrect.svg | 3 +++ .../expui/resultIncorrect_dark.svg | 3 +++ .../resultIncorrect.svg | 3 +++ .../resultIncorrect_dark.svg | 3 +++ 6 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/expui/resultIncorrect.svg create mode 100644 jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/expui/resultIncorrect_dark.svg create mode 100644 jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/resultIncorrect.svg create mode 100644 jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/resultIncorrect_dark.svg diff --git a/jupyter/gen/com/intellij/jupyter/core/icons/JupyterCoreIcons.java b/jupyter/gen/com/intellij/jupyter/core/icons/JupyterCoreIcons.java index 4f65a7563004..72a9c375e5df 100644 --- a/jupyter/gen/com/intellij/jupyter/core/icons/JupyterCoreIcons.java +++ b/jupyter/gen/com/intellij/jupyter/core/icons/JupyterCoreIcons.java @@ -14,4 +14,5 @@ public final class JupyterCoreIcons { return IconManager.getInstance().loadRasterizedIcon(path, JupyterCoreIcons.class.getClassLoader(), cacheKey, flags); } /** 16x16 */ public static final @NotNull Icon JupyterNotebook = load("icons/org.jetbrains.plugins.notebooks.jupyter/jupyterNotebook.svg", 1303434450, 0); + /** 16x16 */ public static final @NotNull Icon ResultIncorrect = load("icons/org.jetbrains.plugins.notebooks.jupyter/resultIncorrect.svg", 1020334393, 2); } diff --git a/jupyter/resources/JupyterCoreIconMappings.json b/jupyter/resources/JupyterCoreIconMappings.json index 51a24066ae35..5d64852f576b 100644 --- a/jupyter/resources/JupyterCoreIconMappings.json +++ b/jupyter/resources/JupyterCoreIconMappings.json @@ -2,7 +2,8 @@ "icons": { "org.jetbrains.plugins.notebooks.jupyter": { "expui": { - "jupyterNotebook.svg": "icons/org.jetbrains.plugins.notebooks.jupyter/jupyterNotebook.svg" + "jupyterNotebook.svg": "icons/org.jetbrains.plugins.notebooks.jupyter/jupyterNotebook.svg", + "resultIncorrect.svg": "icons/org.jetbrains.plugins.notebooks.jupyter/resultIncorrect.svg" } } } diff --git a/jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/expui/resultIncorrect.svg b/jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/expui/resultIncorrect.svg new file mode 100644 index 000000000000..8e94f3b18864 --- /dev/null +++ b/jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/expui/resultIncorrect.svg @@ -0,0 +1,3 @@ + + + diff --git a/jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/expui/resultIncorrect_dark.svg b/jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/expui/resultIncorrect_dark.svg new file mode 100644 index 000000000000..368d25e21734 --- /dev/null +++ b/jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/expui/resultIncorrect_dark.svg @@ -0,0 +1,3 @@ + + + diff --git a/jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/resultIncorrect.svg b/jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/resultIncorrect.svg new file mode 100644 index 000000000000..54060c293684 --- /dev/null +++ b/jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/resultIncorrect.svg @@ -0,0 +1,3 @@ + + + diff --git a/jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/resultIncorrect_dark.svg b/jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/resultIncorrect_dark.svg new file mode 100644 index 000000000000..9ecfb32eada5 --- /dev/null +++ b/jupyter/resources/icons/org.jetbrains.plugins.notebooks.jupyter/resultIncorrect_dark.svg @@ -0,0 +1,3 @@ + + +