sets an icon type
webix.ui({
rows:[
{ view:"icon", icon:"mdi mdi-email"},
{ view:"icon", icon:"fas fa-users"}
]
});
Icons can be defined as
The default icons are taken either from the Font Awesome or Material Design collections, depending on the used skin. You can also apply custom icons.