diff --git a/topics/reference_guide/icons.md b/topics/reference_guide/icons.md index a12df3279..4b9c454ef 100644 --- a/topics/reference_guide/icons.md +++ b/topics/reference_guide/icons.md @@ -252,11 +252,11 @@ In this example, the icon root folder is named icons: "icons": { "expui": { "folderName": { - "expUiIcon1.svg": "icons/icon1.svg", - "expUiIcon2.svg": "icons/icon2.svg" + "icon1.svg": "icons/icon1.svg", + "icon2.svg": "icons/icon2.svg" }, "anotherFolder": { - "expUiAnotherIcon.svg": "images/anotherIcon.svg" + "anotherIcon.svg": "images/anotherIcon.svg" } } }