mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[pycharm] PY-80554 Jupyter: Editor: change icon and move option
GitOrigin-RevId: 6996edc59ab845dd1df421f142fd3bff0bec7d70
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a501d73f7a
commit
609412fe14
@@ -19,6 +19,7 @@ public final class JupyterCoreIcons {
|
||||
/** 16x16 */ public static final @NotNull Icon AddJupyterConnection = load("icons/org.jetbrains.plugins.notebooks.jupyter/expui/addJupyterConnection.svg", "icons/org.jetbrains.plugins.notebooks.jupyter/addJupyterConnection.svg", 1973780321, 2);
|
||||
/** 16x16 */ public static final @NotNull Icon ClearOutputs = load("icons/org.jetbrains.plugins.notebooks.jupyter/expui/clearOutputs.svg", "icons/org.jetbrains.plugins.notebooks.jupyter/clearOutputs.svg", 2092497102, 2);
|
||||
/** 16x16 */ public static final @NotNull Icon CodeCell = load("icons/org.jetbrains.plugins.notebooks.jupyter/expui/codeCell.svg", "icons/org.jetbrains.plugins.notebooks.jupyter/codeCell.svg", 1312298672, 0);
|
||||
/** 16x16 */ public static final @NotNull Icon DuplicateCellBelow = load("icons/org.jetbrains.plugins.notebooks.jupyter/duplicateCellBelow.svg", 709097184, 2);
|
||||
/** 16x16 */ public static final @NotNull Icon ImportDataCell = load("icons/org.jetbrains.plugins.notebooks.jupyter/expui/importDataCell.svg", "icons/org.jetbrains.plugins.notebooks.jupyter/importDataCell.svg", 1271458516, 0);
|
||||
/** 16x16 */ public static final @NotNull Icon Jupyter = load("icons/org.jetbrains.plugins.notebooks.jupyter/expui/jupyter.svg", "icons/org.jetbrains.plugins.notebooks.jupyter/jupyter.svg", -1078981909, 0);
|
||||
/** 16x16 */ public static final @NotNull Icon JupyterNotebook = load("icons/org.jetbrains.plugins.notebooks.jupyter/expui/jupyterNotebook.svg", "icons/org.jetbrains.plugins.notebooks.jupyter/jupyterNotebook.svg", 1303434450, 0);
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
<!-- Copyright 2000-2025 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="M12 4C13.1046 4 14 4.89543 14 6V7H13V6C13 5.44772 12.5523 5 12 5H5C4.44772 5 4 5.44772 4 6V12C4 12.5523 4.44771 13 5 13H7.87891L8.87891 14H5C3.89543 14 3 13.1046 3 12V6C3 4.89543 3.89543 4 5 4H12Z" fill="#6C707E"/>
|
||||
<path d="M10.5 2C10.7761 2 11 2.22386 11 2.5C11 2.77614 10.7761 3 10.5 3H4C2.89543 3 2 3.89543 2 5V10.5C2 10.7761 1.77614 11 1.5 11C1.22386 11 1 10.7761 1 10.5V5C1 3.34315 2.34315 2 4 2H10.5Z" fill="#6C707E"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8536 15.8536C12.6583 16.0488 12.3417 16.0488 12.1464 15.8536L9.14645 12.8536C8.95118 12.6583 8.95118 12.3417 9.14645 12.1464C9.34171 11.9512 9.65829 11.9512 9.85355 12.1464L12 14.2929L12 8.5C12 8.22386 12.2239 8 12.5 8C12.7761 8 13 8.22386 13 8.5L13 14.2929L15.1464 12.1464C15.3417 11.9512 15.6583 11.9512 15.8536 12.1464C16.0488 12.3417 16.0488 12.6583 15.8536 12.8536L12.8536 15.8536Z" fill="#3574F0"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,6 @@
|
||||
<!-- Copyright 2000-2025 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="M12 4C13.1046 4 14 4.89543 14 6V7H13V6C13 5.44772 12.5523 5 12 5H5C4.44772 5 4 5.44772 4 6V12C4 12.5523 4.44771 13 5 13H7.87891L8.87891 14H5C3.89543 14 3 13.1046 3 12V6C3 4.89543 3.89543 4 5 4H12Z" fill="#CED0D6"/>
|
||||
<path d="M10.5 2C10.7761 2 11 2.22386 11 2.5C11 2.77614 10.7761 3 10.5 3H4C2.89543 3 2 3.89543 2 5V10.5C2 10.7761 1.77614 11 1.5 11C1.22386 11 1 10.7761 1 10.5V5C1 3.34315 2.34315 2 4 2H10.5Z" fill="#CED0D6"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.8536 15.8536C12.6583 16.0488 12.3417 16.0488 12.1464 15.8536L9.14645 12.8536C8.95118 12.6583 8.95118 12.3417 9.14645 12.1464C9.34171 11.9512 9.65829 11.9512 9.85355 12.1464L12 14.2929L12 8.5C12 8.22386 12.2239 8 12.5 8C12.7761 8 13 8.22386 13 8.5L13 14.2929L15.1464 12.1464C15.3417 11.9512 15.6583 11.9512 15.8536 12.1464C16.0488 12.3417 16.0488 12.6583 15.8536 12.8536L12.8536 15.8536Z" fill="#548AF7"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user