New to Kendo UI for Angular? Start a free 30-day trial
IconSettings
Represents the icon settings for Kendo UI icons.
Use the IconSettings
interface to set the icon type
, themeColor
, size
, and flip
direction.
typescript
const settings: IconSettings = {
type: 'svg',
themeColor: 'primary',
size: 'large',
flip: 'horizontal'
};
Name | Type | Default | Description |
---|---|---|---|
flip? |
|
Sets the | |
size? |
|
Sets the | |
themeColor? |
|
Sets the | |
type? |
|
Sets the |