New to Kendo UI for Angular? Start a free 30-day trial
ICON_SETTINGS
A token that specifies the IconSettings of the Kendo UI for Angular components (see example).
ts
import { NgModule } from '@angular/core';
@NgModule({
...
providers: [{ provide: ICON_SETTINGS, useValue: { type: 'svg', size: 'xsmall' }}]
})
export class AppModule {}