icons.md: Change New UI example icon names to more natural

This commit is contained in:
Karol Lewandowski 2024-03-20 09:49:02 +01:00
parent 41e57b23b9
commit d06bddc28f

View File

@ -252,11 +252,11 @@ In this example, the icon root folder is named <path>icons</path>:
"icons": { "icons": {
"expui": { "expui": {
"folderName": { "folderName": {
"expUiIcon1.svg": "icons/icon1.svg", "icon1.svg": "icons/icon1.svg",
"expUiIcon2.svg": "icons/icon2.svg" "icon2.svg": "icons/icon2.svg"
}, },
"anotherFolder": { "anotherFolder": {
"expUiAnotherIcon.svg": "images/anotherIcon.svg" "anotherIcon.svg": "images/anotherIcon.svg"
} }
} }
} }