New to Kendo UI for AngularStart a free 30-day trial

IconSettings

Represents the icon settings for Kendo UI icons. Use the IconSettings interface to set the icon type, themeColor, size, and flip direction.

typescript
const settings: IconSettings = {
  type: 'svg',
  themeColor: 'primary',
  size: 'large',
  flip: 'horizontal'
};
NameTypeDefaultDescription

flip?

IconFlip

Sets the flip direction of the icon.

size?

IconSize

Sets the size of the icon.

themeColor?

IconThemeColor

Sets the themeColor of the icon.

type?

IconType

Sets the type of the icon.

Not finding the help you need?
Contact Support