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',
variant: 'outline'
};
Properties
Sets the themeColor of the icon.
Sets the variant of the SVG icon.
Requires @progress/kendo-svg-icons version 5.0.0 or later.