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

SVGIconModule

Represents the NgModule definition for the SVG Icon component.

typescript
import { NgModule } from '@angular/core';
import { SVGIconModule } from '@progress/kendo-angular-icons';
import { BrowserModule } from '@angular/platform-browser';
import { AppComponent } from './app.component';

@NgModule({
  declarations: [AppComponent],
  imports: [BrowserModule, SVGIconModule],
  bootstrap: [AppComponent]
})
export class AppModule {}
Not finding the help you need?
Contact Support