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 themeColor of the icon.