In this example, you can see all icons that are available in our Icon Library.
To easily find the required image, you can filter them by image size or used collection or group data by columns. In addition, you can use the Search Panel to find an icon by its text. Then, copy the required icon ID from the "Full Icon ID" column and insert it to the IconID property in your project:
[C#]settings.Items.Add(item=>{item.Text="Home";item.Image.IconID="navigation_home_16x16";});