New to Kendo UI for Angular? Start a free 30-day trial
IconSize
Specifies the size of the icon.
The possible values are:
default
(Default)—Font-size: 16px; Width: 16px; Height: 16px.xsmall
—Font-size: 8px; Width: 8px; Height: 8px.small
—Font-size: 12px; Width: 12px; Height: 12px.medium
—Font-size: 32px; Width: 32px; Height: 32px.large
—Font-size: 48px; Width: 48px; Height: 48px.xlarge
—Font-size: 64px; Width: 64px; Height: 64px.
type
IconSize = "default" | "xsmall" | "small" | "medium" | "large" | "xlarge";