Copying the code directly from the example download for the desktop I am able to see the desktop and see and launch the shortcut but there is no icon. I have tried changing the value in IconCls to several different values but cannot get an image to display. Any help would be appreciated. Also, is there a list of icons that are available and their associated name? I am not having much luck finding anything out there.

 
 Html.X().DesktopModule()
                    .ModuleID("notepad")
                    .Shortcut(
                        Html.X().DesktopShortcut()
                            .Name("Notepad")
                            .IconCls("x-notepad-shortcut")
                            .SortIndex(1)
                    )
Version: 2.5.2.10552 MVC