[icons] IJPL-207480 Move generic purpose icons from PythonIcons to AllIcons

GitOrigin-RevId: 966f5d8f9fe1a42064c56ca50d936347ea067273
This commit is contained in:
Yuriy Artamonov
2025-09-14 19:45:21 +02:00
committed by intellij-monorepo-bot
parent 8ef88e8af6
commit 64512e8d6c
63 changed files with 284 additions and 17 deletions

View File

@@ -7,7 +7,7 @@
"expui": {
"debug": {
"specialVar.svg": "icons/com/jetbrains/pythonCore/python/debug/specialVar.svg",
"stepIntoMyCode.svg": "icons/com/jetbrains/pythonCore/python/debug/StepIntoMyCode.svg"
"stepIntoMyCode.svg": "icons/com/jetbrains/pythonCore/python/debug/stepIntoMyCode.svg"
},
"anaconda.svg": "icons/com/jetbrains/pythonCore/python/anaconda.svg",
"attachDebugger.svg": "icons/com/jetbrains/pythonCore/python/attachDebugger.svg",
@@ -25,7 +25,8 @@
"ssh.svg": "icons/com/jetbrains/pythonCore/python/ssh.svg",
"templateRoot.svg": "icons/com/jetbrains/pythonCore/python/templateRoot.svg",
"vagrant.svg": "icons/com/jetbrains/pythonCore/python/vagrant.svg",
"virtualEnv.svg": "icons/com/jetbrains/pythonCore/python/virtualenv.svg"
"virtualEnv.svg": "icons/com/jetbrains/pythonCore/python/virtualenv.svg",
"viewAsImage.svg": "icons/com/jetbrains/pythonCore/python/viewAsImage.svg"
}
}
}