New to Kendo UI for AngularStart a free 30-day trial

Represents the token for the IconSettings of Kendo UI for Angular components. Use this token to configure icon settings. (See example.)

Definition

Package:@progress/kendo-angular-icons

Syntax:

TS
import { NgModule } from '@angular/core';

@NgModule({
  providers: [{ provide: ICON_SETTINGS, useValue: { type: 'svg', size: 'xsmall' } }]
})
export class AppModule {}
In this article
Definition
Not finding the help you need?
Contact Support