Steps to Reproduce
ss.addToolbarButton(ToolbarButton.Builder.create("test")
.withIconClass("z-icon-home")
.build());
Current Result
the class name is "k-toolbar-btn-inner /z-icon-home"
Expected Result
the class name should be "k-toolbar-btn-inner z-icon-home"