@progress/kendo-angular-icons 24.2.2 → 25.0.0-develop.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,29 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "./svg-icon/svg-icon.component";
7
- /**
8
- * Represents the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) definition for the SVG Icon component.
9
- *
10
- * @example
11
- * ```typescript
12
- * import { NgModule } from '@angular/core';
13
- * import { SVGIconModule } from '@progress/kendo-angular-icons';
14
- * import { BrowserModule } from '@angular/platform-browser';
15
- * import { AppComponent } from './app.component';
16
- *
17
- * @NgModule({
18
- * declarations: [AppComponent],
19
- * imports: [BrowserModule, SVGIconModule],
20
- * bootstrap: [AppComponent]
21
- * })
22
- * export class AppModule {}
23
- * ```
24
- */
25
- export declare class SVGIconModule {
26
- static ɵfac: i0.ɵɵFactoryDeclaration<SVGIconModule, never>;
27
- static ɵmod: i0.ɵɵNgModuleDeclaration<SVGIconModule, never, [typeof i1.SVGIconComponent], [typeof i1.SVGIconComponent]>;
28
- static ɵinj: i0.ɵɵInjectorDeclaration<SVGIconModule>;
29
- }