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

IconSettings

Interface

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

Definition

Package:@progress/kendo-angular-icons

Syntax:

TS
const settings: IconSettings = {
  type: 'svg',
  themeColor: 'primary',
  size: 'large',
  flip: 'horizontal',
  rotate: 90,
  variant: 'outline'
};

Properties

Sets the flip direction of the icon.

Sets the rotate degree of the icon. The flip direction takes precedence over the rotation degree when both are applied.

Sets the size of the icon.

Sets the themeColor of the icon.

Sets the type of the icon.

Sets the variant of the SVG icon. Requires @progress/kendo-svg-icons version 5.0.0 or later.