Files
openide/platform/dvcs-impl/resources/DvcsIconMappings.json
Vladimir Krivosheev f0bf9242e2 IJPL-148294 fix VCS icons (backward compatibility for AllIcons must be preserved)
GitOrigin-RevId: 9db04dbf5dd24299c38ac44ff0ca32a225ba1268
2024-04-29 15:45:53 +00:00

12 lines
388 B
JSON

{
"icons": {
"new": {
"branchLabel.svg": "icons/branchLabel.svg",
"changesPush@12x12.svg": "icons/outgoing.svg",
"changesUpdate@12x12.svg": "icons/incoming.svg",
"cherryPick.svg": "icons/cherryPick.svg",
"currentBranchLabel.svg": "icons/currentBranchLabel.svg",
"currentBranchFavoriteLabel.svg": "icons/currentBranchFavoriteLabel.svg"
}
}
}