Files
openide/python/python-psi-api/resources/PythonPsiApiIconMappings.json
Ilya.Kazakevich b599287e32 [python] Refactor icons layout in community
Icons removed from SDK package (no need to have a separate class for it), ultimate icons moved out of community module.

There are only 3 icon packages in community:
* `PythonParserIcons`
* `PythonPsiApiIcons`
* `PythonIcons` (aka `intellij.python.community.impl`)

Latter two have `.json` mapper to replace old icons with new one for New UI which is included into corresponding `.xml` file.

GitOrigin-RevId: 0438ad4485b5a82a89c81ec63ae6e575d5bb52de
2024-01-12 15:53:48 +00:00

15 lines
245 B
JSON

{
"icons": {
"com": {
"jetbrains": {
"python": {
"psi": {
"expui": {
"python.svg": "icons/com/jetbrains/python/parser/pythonFile.svg"
}
}
}
}
}
}
}