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 @@ + + +