mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[PyCharm] PY-81166 fixed jupyter server icons
(cherry picked from commit 709a7f1971eac46631e62760ce809f0cfc38c1d3) GitOrigin-RevId: 891d056e6ddce86e6c6c6cf3649e71560d70e7ee
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dde9c788b8
commit
6aacbd504f
@@ -42,10 +42,10 @@ public final class JupyterCoreIcons {
|
||||
/** 16x16 */ public static final @NotNull Icon RunningPythonNotebook = load("icons/org.jetbrains.plugins.notebooks.jupyter/expui/runningPythonNotebook.svg", "icons/org.jetbrains.plugins.notebooks.jupyter/runningPythonNotebook.svg", -584924617, 0);
|
||||
|
||||
public static final class Server {
|
||||
/** 16x16 */ public static final @NotNull Icon Jupyter_busy = load("icons/org.jetbrains.plugins.notebooks.jupyter/server/jupyter_busy.svg", -2139470969, 2);
|
||||
/** 16x16 */ public static final @NotNull Icon Jupyter_busy = load("icons/org.jetbrains.plugins.notebooks.jupyter/server/jupyter_busy.svg", 1512602932, 2);
|
||||
/** 16x16 */ public static final @NotNull Icon Jupyter_error = load("icons/org.jetbrains.plugins.notebooks.jupyter/server/jupyter_error.svg", 107279657, 2);
|
||||
/** 16x16 */ public static final @NotNull Icon Jupyter_stopped = load("icons/org.jetbrains.plugins.notebooks.jupyter/server/jupyter_stopped.svg", 955716393, 2);
|
||||
/** 16x16 */ public static final @NotNull Icon Jupyter_waiting = load("icons/org.jetbrains.plugins.notebooks.jupyter/server/jupyter_waiting.svg", -622250181, 2);
|
||||
/** 16x16 */ public static final @NotNull Icon Jupyter_waiting = load("icons/org.jetbrains.plugins.notebooks.jupyter/server/jupyter_waiting.svg", -304440608, 2);
|
||||
}
|
||||
|
||||
/** 16x18 */ public static final @NotNull Icon SplitCell = load("icons/org.jetbrains.plugins.notebooks.jupyter/expui/splitCell.svg", "icons/org.jetbrains.plugins.notebooks.jupyter/splitCell.svg", -1172223546, 2);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!-- 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">
|
||||
<circle cx="13.5" cy="13.5" r="2.5" fill="#55A76A"/>
|
||||
<circle cx="13.5" cy="13.5" r="2.5" fill="#FFAF0F"/>
|
||||
<path
|
||||
d="M8.00497 3.80108C10.0763 3.80108 12.2698 4.71813 13.6568 5.75228C13.8441 5.89194 14.0995 5.69949 13.9712 5.50403C13.358 4.56985 12.4456 3.60991 11.6635 3.09202C10.59 2.38111 9.31317 2 8.00497 2C6.6968 2 5.41998 2.38111 4.34645 3.09202C3.56517 3.6094 2.65381 4.56794 2.04061 5.50124C1.91215 5.69675 2.1676 5.88909 2.35489 5.74922C3.73942 4.71517 5.92586 3.80108 8.00497 3.80108Z"
|
||||
fill="#E66D17"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@@ -1,5 +1,5 @@
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="13.5" cy="13.5" r="2.5" fill="#FFAF0F"/>
|
||||
<circle cx="13.5" cy="13.5" r="2.5" fill="#55A76A"/>
|
||||
<path
|
||||
d="M8.00497 3.80108C10.0763 3.80108 12.2698 4.71813 13.6568 5.75228C13.8441 5.89194 14.0995 5.69949 13.9712 5.50403C13.358 4.56985 12.4456 3.60991 11.6635 3.09202C10.59 2.38111 9.31317 2 8.00497 2C6.6968 2 5.41998 2.38111 4.34645 3.09202C3.56517 3.6094 2.65381 4.56794 2.04061 5.50124C1.91215 5.69675 2.1676 5.88909 2.35489 5.74922C3.73942 4.71517 5.92586 3.80108 8.00497 3.80108Z"
|
||||
fill="#E66D17"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 974 B After Width: | Height: | Size: 974 B |
Reference in New Issue
Block a user