@koobiq/angular-icons 12.0.0 → 12.1.0
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.
- package/fesm2022/koobiq-angular-icons.mjs +175 -79
- package/fesm2022/koobiq-angular-icons.mjs.map +1 -1
- package/icons/floating-window-16.d.ts +5 -0
- package/icons/floating-window-24.d.ts +5 -0
- package/icons/nginx-16.d.ts +5 -0
- package/icons/nginx-24.d.ts +5 -0
- package/package.json +1 -1
- package/public-api.d.ts +4 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class KbqFloatingWindow16 {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KbqFloatingWindow16, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KbqFloatingWindow16, "svg[kbqFloatingWindow16]", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class KbqFloatingWindow24 {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KbqFloatingWindow24, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KbqFloatingWindow24, "svg[kbqFloatingWindow24]", never, {}, {}, never, never, true, never>;
|
|
5
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -558,6 +558,8 @@ export * from './icons/fincert-16';
|
|
|
558
558
|
export * from './icons/fincert-24';
|
|
559
559
|
export * from './icons/fire-flame-16';
|
|
560
560
|
export * from './icons/fire-flame-24';
|
|
561
|
+
export * from './icons/floating-window-16';
|
|
562
|
+
export * from './icons/floating-window-24';
|
|
561
563
|
export * from './icons/floppy-disk-16';
|
|
562
564
|
export * from './icons/floppy-disk-24';
|
|
563
565
|
export * from './icons/flowchart-dot-16';
|
|
@@ -764,6 +766,8 @@ export * from './icons/network-device-multiple-16';
|
|
|
764
766
|
export * from './icons/network-device-multiple-24';
|
|
765
767
|
export * from './icons/network-device-16';
|
|
766
768
|
export * from './icons/network-device-24';
|
|
769
|
+
export * from './icons/nginx-16';
|
|
770
|
+
export * from './icons/nginx-24';
|
|
767
771
|
export * from './icons/node-tree-16';
|
|
768
772
|
export * from './icons/node-tree-24';
|
|
769
773
|
export * from './icons/north-east-16';
|