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, and flip direction.

Definition

Package:@progress/kendo-angular-icons

Syntax:

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

Properties

Sets the flip direction of the icon.

Sets the size of the icon.

Sets the themeColor of the icon.

Sets the type of the icon.

In this article
DefinitionPropertiesflip?size?themeColor?type?
Not finding the help you need?
Contact Support