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 rotate degree of the icon. The flip direction takes precedence over the rotation degree when both are applied.
Sets the themeColor of the icon.
Sets the variant of the SVG icon.
Requires @progress/kendo-svg-icons version 5.0.0 or later.