@ni/nimble-angular 30.5.3 → 30.6.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.
Files changed (25) hide show
  1. package/directives/icons/arrow-down-two-rectangles/nimble-icon-arrow-down-two-rectangles.directive.d.ts +12 -0
  2. package/directives/icons/arrow-down-two-rectangles/nimble-icon-arrow-down-two-rectangles.module.d.ts +9 -0
  3. package/directives/icons/arrow-left-two-rectangles/nimble-icon-arrow-left-two-rectangles.directive.d.ts +12 -0
  4. package/directives/icons/arrow-left-two-rectangles/nimble-icon-arrow-left-two-rectangles.module.d.ts +9 -0
  5. package/directives/icons/arrow-right-two-rectangles/nimble-icon-arrow-right-two-rectangles.directive.d.ts +12 -0
  6. package/directives/icons/arrow-right-two-rectangles/nimble-icon-arrow-right-two-rectangles.module.d.ts +9 -0
  7. package/directives/icons/arrow-up-two-rectangles/nimble-icon-arrow-up-two-rectangles.directive.d.ts +12 -0
  8. package/directives/icons/arrow-up-two-rectangles/nimble-icon-arrow-up-two-rectangles.module.d.ts +9 -0
  9. package/directives/icons/index.d.ts +10 -0
  10. package/directives/icons/pencil-to-rectangle/nimble-icon-pencil-to-rectangle.directive.d.ts +12 -0
  11. package/directives/icons/pencil-to-rectangle/nimble-icon-pencil-to-rectangle.module.d.ts +9 -0
  12. package/esm2022/directives/icons/arrow-down-two-rectangles/nimble-icon-arrow-down-two-rectangles.directive.mjs +21 -0
  13. package/esm2022/directives/icons/arrow-down-two-rectangles/nimble-icon-arrow-down-two-rectangles.module.mjs +21 -0
  14. package/esm2022/directives/icons/arrow-left-two-rectangles/nimble-icon-arrow-left-two-rectangles.directive.mjs +21 -0
  15. package/esm2022/directives/icons/arrow-left-two-rectangles/nimble-icon-arrow-left-two-rectangles.module.mjs +21 -0
  16. package/esm2022/directives/icons/arrow-right-two-rectangles/nimble-icon-arrow-right-two-rectangles.directive.mjs +21 -0
  17. package/esm2022/directives/icons/arrow-right-two-rectangles/nimble-icon-arrow-right-two-rectangles.module.mjs +21 -0
  18. package/esm2022/directives/icons/arrow-up-two-rectangles/nimble-icon-arrow-up-two-rectangles.directive.mjs +21 -0
  19. package/esm2022/directives/icons/arrow-up-two-rectangles/nimble-icon-arrow-up-two-rectangles.module.mjs +21 -0
  20. package/esm2022/directives/icons/index.mjs +11 -1
  21. package/esm2022/directives/icons/pencil-to-rectangle/nimble-icon-pencil-to-rectangle.directive.mjs +21 -0
  22. package/esm2022/directives/icons/pencil-to-rectangle/nimble-icon-pencil-to-rectangle.module.mjs +21 -0
  23. package/fesm2022/ni-nimble-angular.mjs +166 -1
  24. package/fesm2022/ni-nimble-angular.mjs.map +1 -1
  25. package/package.json +2 -2
@@ -33,16 +33,19 @@ export { iconArrowDownTag } from '@ni/nimble-components/dist/esm/icons/arrow-dow
33
33
  export { iconArrowDownLeftAndArrowUpRightTag } from '@ni/nimble-components/dist/esm/icons/arrow-down-left-and-arrow-up-right';
34
34
  export { iconArrowDownRectangleTag } from '@ni/nimble-components/dist/esm/icons/arrow-down-rectangle';
35
35
  export { iconArrowDownRightAndArrowUpLeftTag } from '@ni/nimble-components/dist/esm/icons/arrow-down-right-and-arrow-up-left';
36
+ export { iconArrowDownTwoRectanglesTag } from '@ni/nimble-components/dist/esm/icons/arrow-down-two-rectangles';
36
37
  export { iconArrowExpanderDownTag } from '@ni/nimble-components/dist/esm/icons/arrow-expander-down';
37
38
  export { iconArrowExpanderLeftTag } from '@ni/nimble-components/dist/esm/icons/arrow-expander-left';
38
39
  export { iconArrowExpanderRightTag } from '@ni/nimble-components/dist/esm/icons/arrow-expander-right';
39
40
  export { iconArrowExpanderUpTag } from '@ni/nimble-components/dist/esm/icons/arrow-expander-up';
40
41
  export { iconArrowInCircleTag } from '@ni/nimble-components/dist/esm/icons/arrow-in-circle';
41
42
  export { iconArrowLeftFromLineTag } from '@ni/nimble-components/dist/esm/icons/arrow-left-from-line';
43
+ export { iconArrowLeftTwoRectanglesTag } from '@ni/nimble-components/dist/esm/icons/arrow-left-two-rectangles';
42
44
  export { iconArrowOutCircleTag } from '@ni/nimble-components/dist/esm/icons/arrow-out-circle';
43
45
  export { iconArrowPartialRotateLeftTag } from '@ni/nimble-components/dist/esm/icons/arrow-partial-rotate-left';
44
46
  export { iconArrowRightThinTag } from '@ni/nimble-components/dist/esm/icons/arrow-right-thin';
45
47
  export { iconArrowRightToLineTag } from '@ni/nimble-components/dist/esm/icons/arrow-right-to-line';
48
+ export { iconArrowRightTwoRectanglesTag } from '@ni/nimble-components/dist/esm/icons/arrow-right-two-rectangles';
46
49
  export { iconArrowRotateRightTag } from '@ni/nimble-components/dist/esm/icons/arrow-rotate-right';
47
50
  export { iconArrowULeftTag } from '@ni/nimble-components/dist/esm/icons/arrow-u-left';
48
51
  export { iconArrowURightTag } from '@ni/nimble-components/dist/esm/icons/arrow-u-right';
@@ -52,6 +55,7 @@ export { iconArrowUpLeftAndArrowDownRightTag } from '@ni/nimble-components/dist/
52
55
  export { iconArrowUpRectangleTag } from '@ni/nimble-components/dist/esm/icons/arrow-up-rectangle';
53
56
  export { iconArrowUpRightAndArrowDownLeftTag } from '@ni/nimble-components/dist/esm/icons/arrow-up-right-and-arrow-down-left';
54
57
  export { iconArrowUpRightFromSquareTag } from '@ni/nimble-components/dist/esm/icons/arrow-up-right-from-square';
58
+ export { iconArrowUpTwoRectanglesTag } from '@ni/nimble-components/dist/esm/icons/arrow-up-two-rectangles';
55
59
  export { iconArrowsMaximizeTag } from '@ni/nimble-components/dist/esm/icons/arrows-maximize';
56
60
  export { iconArrowsRepeatTag } from '@ni/nimble-components/dist/esm/icons/arrows-repeat';
57
61
  export { iconArrowsRotateReverseDotTag } from '@ni/nimble-components/dist/esm/icons/arrows-rotate-reverse-dot';
@@ -188,6 +192,7 @@ export { iconPaperclipTag } from '@ni/nimble-components/dist/esm/icons/paperclip
188
192
  export { iconPasteTag } from '@ni/nimble-components/dist/esm/icons/paste';
189
193
  export { iconPauseTag } from '@ni/nimble-components/dist/esm/icons/pause';
190
194
  export { iconPencilTag } from '@ni/nimble-components/dist/esm/icons/pencil';
195
+ export { iconPencilToRectangleTag } from '@ni/nimble-components/dist/esm/icons/pencil-to-rectangle';
191
196
  export { iconPlayTag } from '@ni/nimble-components/dist/esm/icons/play';
192
197
  export { iconPotWithLidTag } from '@ni/nimble-components/dist/esm/icons/pot-with-lid';
193
198
  export { iconQuestionTag } from '@ni/nimble-components/dist/esm/icons/question';
@@ -2634,6 +2639,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2634
2639
  }]
2635
2640
  }] });
2636
2641
 
2642
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2643
+ // See generation source in nimble-angular/build/generate-icons
2644
+ /**
2645
+ * Directive to provide Angular integration for the arrowDownTwoRectangles icon element.
2646
+ */
2647
+ class NimbleIconArrowDownTwoRectanglesDirective extends NimbleIconBaseDirective {
2648
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowDownTwoRectanglesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2649
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconArrowDownTwoRectanglesDirective, selector: "nimble-icon-arrow-down-two-rectangles", usesInheritance: true, ngImport: i0 }); }
2650
+ }
2651
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowDownTwoRectanglesDirective, decorators: [{
2652
+ type: Directive,
2653
+ args: [{
2654
+ selector: 'nimble-icon-arrow-down-two-rectangles'
2655
+ }]
2656
+ }] });
2657
+
2658
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2659
+ // See generation source in nimble-angular/build/generate-icons
2660
+ class NimbleIconArrowDownTwoRectanglesModule {
2661
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowDownTwoRectanglesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2662
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowDownTwoRectanglesModule, declarations: [NimbleIconArrowDownTwoRectanglesDirective], imports: [CommonModule], exports: [NimbleIconArrowDownTwoRectanglesDirective] }); }
2663
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowDownTwoRectanglesModule, imports: [CommonModule] }); }
2664
+ }
2665
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowDownTwoRectanglesModule, decorators: [{
2666
+ type: NgModule,
2667
+ args: [{
2668
+ declarations: [NimbleIconArrowDownTwoRectanglesDirective],
2669
+ imports: [CommonModule],
2670
+ exports: [NimbleIconArrowDownTwoRectanglesDirective]
2671
+ }]
2672
+ }] });
2673
+
2637
2674
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2638
2675
  // See generation source in nimble-angular/build/generate-icons
2639
2676
  /**
@@ -2826,6 +2863,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2826
2863
  }]
2827
2864
  }] });
2828
2865
 
2866
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2867
+ // See generation source in nimble-angular/build/generate-icons
2868
+ /**
2869
+ * Directive to provide Angular integration for the arrowLeftTwoRectangles icon element.
2870
+ */
2871
+ class NimbleIconArrowLeftTwoRectanglesDirective extends NimbleIconBaseDirective {
2872
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowLeftTwoRectanglesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
2873
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconArrowLeftTwoRectanglesDirective, selector: "nimble-icon-arrow-left-two-rectangles", usesInheritance: true, ngImport: i0 }); }
2874
+ }
2875
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowLeftTwoRectanglesDirective, decorators: [{
2876
+ type: Directive,
2877
+ args: [{
2878
+ selector: 'nimble-icon-arrow-left-two-rectangles'
2879
+ }]
2880
+ }] });
2881
+
2882
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2883
+ // See generation source in nimble-angular/build/generate-icons
2884
+ class NimbleIconArrowLeftTwoRectanglesModule {
2885
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowLeftTwoRectanglesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2886
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowLeftTwoRectanglesModule, declarations: [NimbleIconArrowLeftTwoRectanglesDirective], imports: [CommonModule], exports: [NimbleIconArrowLeftTwoRectanglesDirective] }); }
2887
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowLeftTwoRectanglesModule, imports: [CommonModule] }); }
2888
+ }
2889
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowLeftTwoRectanglesModule, decorators: [{
2890
+ type: NgModule,
2891
+ args: [{
2892
+ declarations: [NimbleIconArrowLeftTwoRectanglesDirective],
2893
+ imports: [CommonModule],
2894
+ exports: [NimbleIconArrowLeftTwoRectanglesDirective]
2895
+ }]
2896
+ }] });
2897
+
2829
2898
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2830
2899
  // See generation source in nimble-angular/build/generate-icons
2831
2900
  /**
@@ -2954,6 +3023,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
2954
3023
  }]
2955
3024
  }] });
2956
3025
 
3026
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3027
+ // See generation source in nimble-angular/build/generate-icons
3028
+ /**
3029
+ * Directive to provide Angular integration for the arrowRightTwoRectangles icon element.
3030
+ */
3031
+ class NimbleIconArrowRightTwoRectanglesDirective extends NimbleIconBaseDirective {
3032
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowRightTwoRectanglesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3033
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconArrowRightTwoRectanglesDirective, selector: "nimble-icon-arrow-right-two-rectangles", usesInheritance: true, ngImport: i0 }); }
3034
+ }
3035
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowRightTwoRectanglesDirective, decorators: [{
3036
+ type: Directive,
3037
+ args: [{
3038
+ selector: 'nimble-icon-arrow-right-two-rectangles'
3039
+ }]
3040
+ }] });
3041
+
3042
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3043
+ // See generation source in nimble-angular/build/generate-icons
3044
+ class NimbleIconArrowRightTwoRectanglesModule {
3045
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowRightTwoRectanglesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3046
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowRightTwoRectanglesModule, declarations: [NimbleIconArrowRightTwoRectanglesDirective], imports: [CommonModule], exports: [NimbleIconArrowRightTwoRectanglesDirective] }); }
3047
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowRightTwoRectanglesModule, imports: [CommonModule] }); }
3048
+ }
3049
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowRightTwoRectanglesModule, decorators: [{
3050
+ type: NgModule,
3051
+ args: [{
3052
+ declarations: [NimbleIconArrowRightTwoRectanglesDirective],
3053
+ imports: [CommonModule],
3054
+ exports: [NimbleIconArrowRightTwoRectanglesDirective]
3055
+ }]
3056
+ }] });
3057
+
2957
3058
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
2958
3059
  // See generation source in nimble-angular/build/generate-icons
2959
3060
  /**
@@ -3242,6 +3343,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
3242
3343
  }]
3243
3344
  }] });
3244
3345
 
3346
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3347
+ // See generation source in nimble-angular/build/generate-icons
3348
+ /**
3349
+ * Directive to provide Angular integration for the arrowUpTwoRectangles icon element.
3350
+ */
3351
+ class NimbleIconArrowUpTwoRectanglesDirective extends NimbleIconBaseDirective {
3352
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowUpTwoRectanglesDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
3353
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconArrowUpTwoRectanglesDirective, selector: "nimble-icon-arrow-up-two-rectangles", usesInheritance: true, ngImport: i0 }); }
3354
+ }
3355
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowUpTwoRectanglesDirective, decorators: [{
3356
+ type: Directive,
3357
+ args: [{
3358
+ selector: 'nimble-icon-arrow-up-two-rectangles'
3359
+ }]
3360
+ }] });
3361
+
3362
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3363
+ // See generation source in nimble-angular/build/generate-icons
3364
+ class NimbleIconArrowUpTwoRectanglesModule {
3365
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowUpTwoRectanglesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
3366
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowUpTwoRectanglesModule, declarations: [NimbleIconArrowUpTwoRectanglesDirective], imports: [CommonModule], exports: [NimbleIconArrowUpTwoRectanglesDirective] }); }
3367
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowUpTwoRectanglesModule, imports: [CommonModule] }); }
3368
+ }
3369
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconArrowUpTwoRectanglesModule, decorators: [{
3370
+ type: NgModule,
3371
+ args: [{
3372
+ declarations: [NimbleIconArrowUpTwoRectanglesDirective],
3373
+ imports: [CommonModule],
3374
+ exports: [NimbleIconArrowUpTwoRectanglesDirective]
3375
+ }]
3376
+ }] });
3377
+
3245
3378
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
3246
3379
  // See generation source in nimble-angular/build/generate-icons
3247
3380
  /**
@@ -7594,6 +7727,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
7594
7727
  }]
7595
7728
  }] });
7596
7729
 
7730
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
7731
+ // See generation source in nimble-angular/build/generate-icons
7732
+ /**
7733
+ * Directive to provide Angular integration for the pencilToRectangle icon element.
7734
+ */
7735
+ class NimbleIconPencilToRectangleDirective extends NimbleIconBaseDirective {
7736
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPencilToRectangleDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
7737
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.13", type: NimbleIconPencilToRectangleDirective, selector: "nimble-icon-pencil-to-rectangle", usesInheritance: true, ngImport: i0 }); }
7738
+ }
7739
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPencilToRectangleDirective, decorators: [{
7740
+ type: Directive,
7741
+ args: [{
7742
+ selector: 'nimble-icon-pencil-to-rectangle'
7743
+ }]
7744
+ }] });
7745
+
7746
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
7747
+ // See generation source in nimble-angular/build/generate-icons
7748
+ class NimbleIconPencilToRectangleModule {
7749
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPencilToRectangleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
7750
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPencilToRectangleModule, declarations: [NimbleIconPencilToRectangleDirective], imports: [CommonModule], exports: [NimbleIconPencilToRectangleDirective] }); }
7751
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPencilToRectangleModule, imports: [CommonModule] }); }
7752
+ }
7753
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: NimbleIconPencilToRectangleModule, decorators: [{
7754
+ type: NgModule,
7755
+ args: [{
7756
+ declarations: [NimbleIconPencilToRectangleDirective],
7757
+ imports: [CommonModule],
7758
+ exports: [NimbleIconPencilToRectangleDirective]
7759
+ }]
7760
+ }] });
7761
+
7597
7762
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
7598
7763
  // See generation source in nimble-angular/build/generate-icons
7599
7764
  /**
@@ -12184,5 +12349,5 @@ const waitForUpdatesAsync = waitForUpdatesAsync$1;
12184
12349
  * Generated bundle index. Do not edit.
12185
12350
  */
12186
12351
 
12187
- export { NimbleAnchorButtonDirective, NimbleAnchorButtonModule, NimbleAnchorButtonRouterLinkDirective, NimbleAnchorButtonRouterLinkWithHrefDirective, NimbleAnchorDirective, NimbleAnchorMenuItemDirective, NimbleAnchorMenuItemModule, NimbleAnchorMenuItemRouterLinkDirective, NimbleAnchorMenuItemRouterLinkWithHrefDirective, NimbleAnchorModule, NimbleAnchorRouterLinkDirective, NimbleAnchorRouterLinkWithHrefDirective, NimbleAnchorTabDirective, NimbleAnchorTabModule, NimbleAnchorTabRouterLinkDirective, NimbleAnchorTabRouterLinkWithHrefDirective, NimbleAnchorTabsDirective, NimbleAnchorTabsModule, NimbleAnchorTreeItemDirective, NimbleAnchorTreeItemModule, NimbleAnchorTreeItemRouterLinkDirective, NimbleAnchorTreeItemRouterLinkWithHrefDirective, NimbleBannerDirective, NimbleBannerModule, NimbleBreadcrumbDirective, NimbleBreadcrumbItemDirective, NimbleBreadcrumbItemModule, NimbleBreadcrumbItemRouterLinkDirective, NimbleBreadcrumbItemRouterLinkWithHrefDirective, NimbleBreadcrumbModule, NimbleButtonDirective, NimbleButtonModule, NimbleCardButtonDirective, NimbleCardButtonModule, NimbleCheckboxControlValueAccessorDirective, NimbleCheckboxDirective, NimbleCheckboxModule, NimbleComboboxControlValueAccessorDirective, NimbleComboboxDirective, NimbleComboboxListOptionDirective, NimbleComboboxModule, NimbleDialogDirective, NimbleDialogModule, NimbleDrawerDirective, NimbleDrawerModule, NimbleIconAddDirective, NimbleIconAddModule, NimbleIconArrowDownDirective, NimbleIconArrowDownLeftAndArrowUpRightDirective, NimbleIconArrowDownLeftAndArrowUpRightModule, NimbleIconArrowDownModule, NimbleIconArrowDownRectangleDirective, NimbleIconArrowDownRectangleModule, NimbleIconArrowDownRightAndArrowUpLeftDirective, NimbleIconArrowDownRightAndArrowUpLeftModule, NimbleIconArrowExpanderDownDirective, NimbleIconArrowExpanderDownModule, NimbleIconArrowExpanderLeftDirective, NimbleIconArrowExpanderLeftModule, NimbleIconArrowExpanderRightDirective, NimbleIconArrowExpanderRightModule, NimbleIconArrowExpanderUpDirective, NimbleIconArrowExpanderUpModule, NimbleIconArrowInCircleDirective, NimbleIconArrowInCircleModule, NimbleIconArrowLeftFromLineDirective, NimbleIconArrowLeftFromLineModule, NimbleIconArrowOutCircleDirective, NimbleIconArrowOutCircleModule, NimbleIconArrowPartialRotateLeftDirective, NimbleIconArrowPartialRotateLeftModule, NimbleIconArrowRightThinDirective, NimbleIconArrowRightThinModule, NimbleIconArrowRightToLineDirective, NimbleIconArrowRightToLineModule, NimbleIconArrowRotateRightDirective, NimbleIconArrowRotateRightModule, NimbleIconArrowULeftDirective, NimbleIconArrowULeftModule, NimbleIconArrowURightDirective, NimbleIconArrowURightModule, NimbleIconArrowUUpDirective, NimbleIconArrowUUpModule, NimbleIconArrowUpDirective, NimbleIconArrowUpLeftAndArrowDownRightDirective, NimbleIconArrowUpLeftAndArrowDownRightModule, NimbleIconArrowUpModule, NimbleIconArrowUpRectangleDirective, NimbleIconArrowUpRectangleModule, NimbleIconArrowUpRightAndArrowDownLeftDirective, NimbleIconArrowUpRightAndArrowDownLeftModule, NimbleIconArrowUpRightFromSquareDirective, NimbleIconArrowUpRightFromSquareModule, NimbleIconArrowsMaximizeDirective, NimbleIconArrowsMaximizeModule, NimbleIconArrowsRepeatDirective, NimbleIconArrowsRepeatModule, NimbleIconArrowsRotateReverseDotDirective, NimbleIconArrowsRotateReverseDotModule, NimbleIconAsteriskDirective, NimbleIconAsteriskModule, NimbleIconAtDirective, NimbleIconAtModule, NimbleIconBarsDirective, NimbleIconBarsModule, NimbleIconBellAndCommentDirective, NimbleIconBellAndCommentModule, NimbleIconBellAndMessageDirective, NimbleIconBellAndMessageModule, NimbleIconBellCheckDirective, NimbleIconBellCheckModule, NimbleIconBellCircleDirective, NimbleIconBellCircleModule, NimbleIconBellDirective, NimbleIconBellModule, NimbleIconBellOnDirective, NimbleIconBellOnModule, NimbleIconBellSolidCircleDirective, NimbleIconBellSolidCircleModule, NimbleIconBlockWithRibbonDirective, NimbleIconBlockWithRibbonModule, NimbleIconBoldBDirective, NimbleIconBoldBModule, NimbleIconBookMagnifyingGlassDirective, NimbleIconBookMagnifyingGlassModule, NimbleIconCalendarArrowsRotateReverseDotDirective, NimbleIconCalendarArrowsRotateReverseDotModule, NimbleIconCalendarCheckLinesDirective, NimbleIconCalendarCheckLinesModule, NimbleIconCalendarCircleExclamationDirective, NimbleIconCalendarCircleExclamationModule, NimbleIconCalendarClockDirective, NimbleIconCalendarClockModule, NimbleIconCalendarDayDirective, NimbleIconCalendarDayModule, NimbleIconCalendarDayOutlineDirective, NimbleIconCalendarDayOutlineModule, NimbleIconCalendarDaysDirective, NimbleIconCalendarDaysModule, NimbleIconCalendarLinesDirective, NimbleIconCalendarLinesModule, NimbleIconCalendarRectangleDirective, NimbleIconCalendarRectangleModule, NimbleIconCalendarWeekDirective, NimbleIconCalendarWeekModule, NimbleIconChartDiagramChildFocusDirective, NimbleIconChartDiagramChildFocusModule, NimbleIconChartDiagramDirective, NimbleIconChartDiagramModule, NimbleIconChartDiagramParentFocusDirective, NimbleIconChartDiagramParentFocusModule, NimbleIconChartDiagramParentFocusTwoChildDirective, NimbleIconChartDiagramParentFocusTwoChildModule, NimbleIconCheckDirective, NimbleIconCheckDotDirective, NimbleIconCheckDotModule, NimbleIconCheckModule, NimbleIconCircleBrokenDirective, NimbleIconCircleBrokenModule, NimbleIconCircleCheckDirective, NimbleIconCircleCheckModule, NimbleIconCircleDirective, NimbleIconCircleFilledDirective, NimbleIconCircleFilledModule, NimbleIconCircleMinusDirective, NimbleIconCircleMinusModule, NimbleIconCircleModule, NimbleIconCirclePartialBrokenDirective, NimbleIconCirclePartialBrokenModule, NimbleIconCircleSlashDirective, NimbleIconCircleSlashModule, NimbleIconCircleXDirective, NimbleIconCircleXModule, NimbleIconClipboardDirective, NimbleIconClipboardModule, NimbleIconClockCogDirective, NimbleIconClockCogModule, NimbleIconClockDirective, NimbleIconClockExclamationDirective, NimbleIconClockExclamationModule, NimbleIconClockModule, NimbleIconClockTriangleDirective, NimbleIconClockTriangleModule, NimbleIconCloneDirective, NimbleIconCloneModule, NimbleIconCloudDirective, NimbleIconCloudModule, NimbleIconCloudUploadDirective, NimbleIconCloudUploadModule, NimbleIconCloudWithArrowDirective, NimbleIconCloudWithArrowModule, NimbleIconCogDatabaseDirective, NimbleIconCogDatabaseInsetDirective, NimbleIconCogDatabaseInsetModule, NimbleIconCogDatabaseModule, NimbleIconCogDirective, NimbleIconCogModule, NimbleIconCogSmallCogDirective, NimbleIconCogSmallCogModule, NimbleIconCogZoomedDirective, NimbleIconCogZoomedModule, NimbleIconCommentDirective, NimbleIconCommentModule, NimbleIconComputerAndMonitorDirective, NimbleIconComputerAndMonitorModule, NimbleIconCopyDirective, NimbleIconCopyModule, NimbleIconCopyTextDirective, NimbleIconCopyTextModule, NimbleIconDashboardBuilderDirective, NimbleIconDashboardBuilderLegendDirective, NimbleIconDashboardBuilderLegendModule, NimbleIconDashboardBuilderModule, NimbleIconDashboardBuilderTemplatesDirective, NimbleIconDashboardBuilderTemplatesModule, NimbleIconDashboardBuilderTileDirective, NimbleIconDashboardBuilderTileModule, NimbleIconDatabaseCheckDirective, NimbleIconDatabaseCheckModule, NimbleIconDatabaseDirective, NimbleIconDatabaseModule, NimbleIconDebugDirective, NimbleIconDebugModule, NimbleIconDesktopDirective, NimbleIconDesktopModule, NimbleIconDonutChartDirective, NimbleIconDonutChartModule, NimbleIconDotSolidDotStrokeDirective, NimbleIconDotSolidDotStrokeMeasurementDirective, NimbleIconDotSolidDotStrokeMeasurementModule, NimbleIconDotSolidDotStrokeModule, NimbleIconDownRightFromSquareDirective, NimbleIconDownRightFromSquareModule, NimbleIconDownloadDirective, NimbleIconDownloadModule, NimbleIconElectronicChipZoomedDirective, NimbleIconElectronicChipZoomedModule, NimbleIconExclamationMarkDirective, NimbleIconExclamationMarkModule, NimbleIconEyeDashDirective, NimbleIconEyeDashModule, NimbleIconEyeDirective, NimbleIconEyeModule, NimbleIconFancyADirective, NimbleIconFancyAModule, NimbleIconFileArrowCurvedRightDirective, NimbleIconFileArrowCurvedRightModule, NimbleIconFileDirective, NimbleIconFileDrawerDirective, NimbleIconFileDrawerModule, NimbleIconFileModule, NimbleIconFileSearchDirective, NimbleIconFileSearchModule, NimbleIconFilterDirective, NimbleIconFilterModule, NimbleIconFloppyDiskCheckmarkDirective, NimbleIconFloppyDiskCheckmarkModule, NimbleIconFloppyDiskDirective, NimbleIconFloppyDiskModule, NimbleIconFloppyDiskPenDirective, NimbleIconFloppyDiskPenModule, NimbleIconFloppyDiskStarArrowRightDirective, NimbleIconFloppyDiskStarArrowRightModule, NimbleIconFloppyDiskThreeDotsDirective, NimbleIconFloppyDiskThreeDotsModule, NimbleIconFolderDirective, NimbleIconFolderModule, NimbleIconFolderOpenDirective, NimbleIconFolderOpenModule, NimbleIconForwardSlashDirective, NimbleIconForwardSlashModule, NimbleIconFourDotsSquareDirective, NimbleIconFourDotsSquareModule, NimbleIconFunctionDirective, NimbleIconFunctionModule, NimbleIconGaugeSimpleDirective, NimbleIconGaugeSimpleModule, NimbleIconGridThreeByThreeDirective, NimbleIconGridThreeByThreeModule, NimbleIconGridTwoByTwoDirective, NimbleIconGridTwoByTwoModule, NimbleIconHammerDirective, NimbleIconHammerModule, NimbleIconHashtagDirective, NimbleIconHashtagModule, NimbleIconHomeDirective, NimbleIconHomeModule, NimbleIconHorizontalTriangleOutlineDirective, NimbleIconHorizontalTriangleOutlineModule, NimbleIconHourglassDirective, NimbleIconHourglassModule, NimbleIconIndentDirective, NimbleIconIndentModule, NimbleIconIndeterminantCheckboxDirective, NimbleIconIndeterminantCheckboxModule, NimbleIconInfoCircleDirective, NimbleIconInfoCircleModule, NimbleIconInfoDirective, NimbleIconInfoModule, NimbleIconInwardSquaresThreeDirective, NimbleIconInwardSquaresThreeModule, NimbleIconItalicIDirective, NimbleIconItalicIModule, NimbleIconKeyDirective, NimbleIconKeyModule, NimbleIconLaptopDirective, NimbleIconLaptopModule, NimbleIconLayerGroupDirective, NimbleIconLayerGroupModule, NimbleIconLightbulbDirective, NimbleIconLightbulbModule, NimbleIconLightningBoltDirective, NimbleIconLightningBoltModule, NimbleIconLinkCancelDirective, NimbleIconLinkCancelModule, NimbleIconLinkDirective, NimbleIconLinkModule, NimbleIconListDirective, NimbleIconListModule, NimbleIconListTreeDatabaseDirective, NimbleIconListTreeDatabaseModule, NimbleIconListTreeDirective, NimbleIconListTreeModule, NimbleIconLockDirective, NimbleIconLockModule, NimbleIconMagnifyingGlassDirective, NimbleIconMagnifyingGlassModule, NimbleIconMarkdownDirective, NimbleIconMarkdownModule, NimbleIconMessageBotDirective, NimbleIconMessageBotModule, NimbleIconMessageDirective, NimbleIconMessageModule, NimbleIconMessagesSparkleDirective, NimbleIconMessagesSparkleModule, NimbleIconMicrophoneDirective, NimbleIconMicrophoneModule, NimbleIconMinusDirective, NimbleIconMinusModule, NimbleIconMinusWideDirective, NimbleIconMinusWideModule, NimbleIconMobileDirective, NimbleIconMobileModule, NimbleIconMountainSunDirective, NimbleIconMountainSunModule, NimbleIconNiDirective, NimbleIconNiModule, NimbleIconNotebookDirective, NimbleIconNotebookModule, NimbleIconNumberListDirective, NimbleIconNumberListModule, NimbleIconOutdentDirective, NimbleIconOutdentModule, NimbleIconOutwardSquaresThreeDirective, NimbleIconOutwardSquaresThreeModule, NimbleIconPaperPlaneDirective, NimbleIconPaperPlaneModule, NimbleIconPaperclipDirective, NimbleIconPaperclipModule, NimbleIconPasteDirective, NimbleIconPasteModule, NimbleIconPauseDirective, NimbleIconPauseModule, NimbleIconPencilDirective, NimbleIconPencilModule, NimbleIconPlayDirective, NimbleIconPlayModule, NimbleIconPotWithLidDirective, NimbleIconPotWithLidModule, NimbleIconQuestionDirective, NimbleIconQuestionModule, NimbleIconRectangleCheckLinesDirective, NimbleIconRectangleCheckLinesModule, NimbleIconRectangleLinesDirective, NimbleIconRectangleLinesModule, NimbleIconRunningArrowDirective, NimbleIconRunningArrowModule, NimbleIconScreenCheckLinesCalendarDirective, NimbleIconScreenCheckLinesCalendarModule, NimbleIconScreenCheckLinesDirective, NimbleIconScreenCheckLinesModule, NimbleIconServerDirective, NimbleIconServerModule, NimbleIconShareNodesDirective, NimbleIconShareNodesModule, NimbleIconShieldCheckDirective, NimbleIconShieldCheckModule, NimbleIconShieldXmarkDirective, NimbleIconShieldXmarkModule, NimbleIconSignalBarsDirective, NimbleIconSignalBarsModule, NimbleIconSineGraphDirective, NimbleIconSineGraphModule, NimbleIconSkipArrowDirective, NimbleIconSkipArrowModule, NimbleIconSparkleSwirlsDirective, NimbleIconSparkleSwirlsModule, NimbleIconSparklesDirective, NimbleIconSparklesModule, NimbleIconSpinnerDirective, NimbleIconSpinnerModule, NimbleIconSquareCheckDirective, NimbleIconSquareCheckModule, NimbleIconSquareListCogDirective, NimbleIconSquareListCogModule, NimbleIconSquareTDirective, NimbleIconSquareTModule, NimbleIconSquareXDirective, NimbleIconSquareXModule, NimbleIconStar8PointDirective, NimbleIconStar8PointModule, NimbleIconStopSquareDirective, NimbleIconStopSquareModule, NimbleIconSystemlinkDirective, NimbleIconSystemlinkModule, NimbleIconTDirective, NimbleIconTModule, NimbleIconTabletDirective, NimbleIconTabletModule, NimbleIconTagDirective, NimbleIconTagModule, NimbleIconTagsDirective, NimbleIconTagsModule, NimbleIconTargetCrosshairsDirective, NimbleIconTargetCrosshairsModule, NimbleIconTargetCrosshairsProgressDirective, NimbleIconTargetCrosshairsProgressModule, NimbleIconThreeCirclesAscendingContainerDirective, NimbleIconThreeCirclesAscendingContainerModule, NimbleIconThreeDotsLineDirective, NimbleIconThreeDotsLineModule, NimbleIconThreeVerticalLinesDirective, NimbleIconThreeVerticalLinesModule, NimbleIconThumbDownDirective, NimbleIconThumbDownModule, NimbleIconThumbUpDirective, NimbleIconThumbUpModule, NimbleIconThumbtackDirective, NimbleIconThumbtackModule, NimbleIconTileSizeDirective, NimbleIconTileSizeModule, NimbleIconTimesDirective, NimbleIconTimesModule, NimbleIconTrashDirective, NimbleIconTrashModule, NimbleIconTriangleDirective, NimbleIconTriangleFilledDirective, NimbleIconTriangleFilledModule, NimbleIconTriangleModule, NimbleIconTriangleTwoLinesHorizontalDirective, NimbleIconTriangleTwoLinesHorizontalModule, NimbleIconTrueFalseRectangleDirective, NimbleIconTrueFalseRectangleModule, NimbleIconTwoSquaresInBracketsDirective, NimbleIconTwoSquaresInBracketsModule, NimbleIconTwoTrianglesBetweenLinesDirective, NimbleIconTwoTrianglesBetweenLinesModule, NimbleIconUnlinkDirective, NimbleIconUnlinkModule, NimbleIconUnlockDirective, NimbleIconUnlockModule, NimbleIconUpRightFromSquareDirective, NimbleIconUpRightFromSquareModule, NimbleIconUploadDirective, NimbleIconUploadModule, NimbleIconUserDirective, NimbleIconUserModule, NimbleIconWatchDirective, NimbleIconWatchModule, NimbleIconWaveformDirective, NimbleIconWaveformModule, NimbleIconWebviCustomDirective, NimbleIconWebviCustomModule, NimbleIconWebviHostDirective, NimbleIconWebviHostModule, NimbleIconWindowCodeDirective, NimbleIconWindowCodeModule, NimbleIconWindowDockDirective, NimbleIconWindowDockModule, NimbleIconWindowRestoreDirective, NimbleIconWindowRestoreModule, NimbleIconWindowTextDirective, NimbleIconWindowTextModule, NimbleIconWrenchHammerDirective, NimbleIconWrenchHammerModule, NimbleIconXmarkCheckDirective, NimbleIconXmarkCheckModule, NimbleIconXmarkDirective, NimbleIconXmarkModule, NimbleListOptionDirective, NimbleListOptionGroupDirective, NimbleListOptionGroupModule, NimbleListOptionModule, NimbleMenuButtonDirective, NimbleMenuButtonModule, NimbleMenuDirective, NimbleMenuItemDirective, NimbleMenuItemModule, NimbleMenuModule, NimbleNumberFieldControlValueAccessorDirective, NimbleNumberFieldDirective, NimbleNumberFieldModule, NimbleRadioControlValueAccessorDirective, NimbleRadioDirective, NimbleRadioGroupDirective, NimbleRadioGroupModule, NimbleRadioModule, NimbleSelectControlValueAccessorDirective, NimbleSelectDirective, NimbleSelectListOptionDirective, NimbleSelectModule, NimbleSpinnerDirective, NimbleSpinnerModule, NimbleSwitchControlValueAccessorDirective, NimbleSwitchDirective, NimbleSwitchModule, NimbleTabDirective, NimbleTabModule, NimbleTabPanelDirective, NimbleTabPanelModule, NimbleTabsDirective, NimbleTabsModule, NimbleTabsToolbarDirective, NimbleTabsToolbarModule, NimbleTextAreaControlValueAccessorDirective, NimbleTextAreaDirective, NimbleTextAreaModule, NimbleTextFieldControlValueAccessorDirective, NimbleTextFieldDirective, NimbleTextFieldModule, NimbleThemeProviderDirective, NimbleThemeProviderModule, NimbleToggleButtonControlValueAccessorDirective, NimbleToggleButtonDirective, NimbleToggleButtonModule, NimbleToolbarDirective, NimbleToolbarModule, NimbleTooltipDirective, NimbleTooltipModule, NimbleTreeItemDirective, NimbleTreeItemModule, NimbleTreeViewDirective, NimbleTreeViewModule, OPTION_NOT_FOUND, waitForUpdatesAsync };
12352
+ export { NimbleAnchorButtonDirective, NimbleAnchorButtonModule, NimbleAnchorButtonRouterLinkDirective, NimbleAnchorButtonRouterLinkWithHrefDirective, NimbleAnchorDirective, NimbleAnchorMenuItemDirective, NimbleAnchorMenuItemModule, NimbleAnchorMenuItemRouterLinkDirective, NimbleAnchorMenuItemRouterLinkWithHrefDirective, NimbleAnchorModule, NimbleAnchorRouterLinkDirective, NimbleAnchorRouterLinkWithHrefDirective, NimbleAnchorTabDirective, NimbleAnchorTabModule, NimbleAnchorTabRouterLinkDirective, NimbleAnchorTabRouterLinkWithHrefDirective, NimbleAnchorTabsDirective, NimbleAnchorTabsModule, NimbleAnchorTreeItemDirective, NimbleAnchorTreeItemModule, NimbleAnchorTreeItemRouterLinkDirective, NimbleAnchorTreeItemRouterLinkWithHrefDirective, NimbleBannerDirective, NimbleBannerModule, NimbleBreadcrumbDirective, NimbleBreadcrumbItemDirective, NimbleBreadcrumbItemModule, NimbleBreadcrumbItemRouterLinkDirective, NimbleBreadcrumbItemRouterLinkWithHrefDirective, NimbleBreadcrumbModule, NimbleButtonDirective, NimbleButtonModule, NimbleCardButtonDirective, NimbleCardButtonModule, NimbleCheckboxControlValueAccessorDirective, NimbleCheckboxDirective, NimbleCheckboxModule, NimbleComboboxControlValueAccessorDirective, NimbleComboboxDirective, NimbleComboboxListOptionDirective, NimbleComboboxModule, NimbleDialogDirective, NimbleDialogModule, NimbleDrawerDirective, NimbleDrawerModule, NimbleIconAddDirective, NimbleIconAddModule, NimbleIconArrowDownDirective, NimbleIconArrowDownLeftAndArrowUpRightDirective, NimbleIconArrowDownLeftAndArrowUpRightModule, NimbleIconArrowDownModule, NimbleIconArrowDownRectangleDirective, NimbleIconArrowDownRectangleModule, NimbleIconArrowDownRightAndArrowUpLeftDirective, NimbleIconArrowDownRightAndArrowUpLeftModule, NimbleIconArrowDownTwoRectanglesDirective, NimbleIconArrowDownTwoRectanglesModule, NimbleIconArrowExpanderDownDirective, NimbleIconArrowExpanderDownModule, NimbleIconArrowExpanderLeftDirective, NimbleIconArrowExpanderLeftModule, NimbleIconArrowExpanderRightDirective, NimbleIconArrowExpanderRightModule, NimbleIconArrowExpanderUpDirective, NimbleIconArrowExpanderUpModule, NimbleIconArrowInCircleDirective, NimbleIconArrowInCircleModule, NimbleIconArrowLeftFromLineDirective, NimbleIconArrowLeftFromLineModule, NimbleIconArrowLeftTwoRectanglesDirective, NimbleIconArrowLeftTwoRectanglesModule, NimbleIconArrowOutCircleDirective, NimbleIconArrowOutCircleModule, NimbleIconArrowPartialRotateLeftDirective, NimbleIconArrowPartialRotateLeftModule, NimbleIconArrowRightThinDirective, NimbleIconArrowRightThinModule, NimbleIconArrowRightToLineDirective, NimbleIconArrowRightToLineModule, NimbleIconArrowRightTwoRectanglesDirective, NimbleIconArrowRightTwoRectanglesModule, NimbleIconArrowRotateRightDirective, NimbleIconArrowRotateRightModule, NimbleIconArrowULeftDirective, NimbleIconArrowULeftModule, NimbleIconArrowURightDirective, NimbleIconArrowURightModule, NimbleIconArrowUUpDirective, NimbleIconArrowUUpModule, NimbleIconArrowUpDirective, NimbleIconArrowUpLeftAndArrowDownRightDirective, NimbleIconArrowUpLeftAndArrowDownRightModule, NimbleIconArrowUpModule, NimbleIconArrowUpRectangleDirective, NimbleIconArrowUpRectangleModule, NimbleIconArrowUpRightAndArrowDownLeftDirective, NimbleIconArrowUpRightAndArrowDownLeftModule, NimbleIconArrowUpRightFromSquareDirective, NimbleIconArrowUpRightFromSquareModule, NimbleIconArrowUpTwoRectanglesDirective, NimbleIconArrowUpTwoRectanglesModule, NimbleIconArrowsMaximizeDirective, NimbleIconArrowsMaximizeModule, NimbleIconArrowsRepeatDirective, NimbleIconArrowsRepeatModule, NimbleIconArrowsRotateReverseDotDirective, NimbleIconArrowsRotateReverseDotModule, NimbleIconAsteriskDirective, NimbleIconAsteriskModule, NimbleIconAtDirective, NimbleIconAtModule, NimbleIconBarsDirective, NimbleIconBarsModule, NimbleIconBellAndCommentDirective, NimbleIconBellAndCommentModule, NimbleIconBellAndMessageDirective, NimbleIconBellAndMessageModule, NimbleIconBellCheckDirective, NimbleIconBellCheckModule, NimbleIconBellCircleDirective, NimbleIconBellCircleModule, NimbleIconBellDirective, NimbleIconBellModule, NimbleIconBellOnDirective, NimbleIconBellOnModule, NimbleIconBellSolidCircleDirective, NimbleIconBellSolidCircleModule, NimbleIconBlockWithRibbonDirective, NimbleIconBlockWithRibbonModule, NimbleIconBoldBDirective, NimbleIconBoldBModule, NimbleIconBookMagnifyingGlassDirective, NimbleIconBookMagnifyingGlassModule, NimbleIconCalendarArrowsRotateReverseDotDirective, NimbleIconCalendarArrowsRotateReverseDotModule, NimbleIconCalendarCheckLinesDirective, NimbleIconCalendarCheckLinesModule, NimbleIconCalendarCircleExclamationDirective, NimbleIconCalendarCircleExclamationModule, NimbleIconCalendarClockDirective, NimbleIconCalendarClockModule, NimbleIconCalendarDayDirective, NimbleIconCalendarDayModule, NimbleIconCalendarDayOutlineDirective, NimbleIconCalendarDayOutlineModule, NimbleIconCalendarDaysDirective, NimbleIconCalendarDaysModule, NimbleIconCalendarLinesDirective, NimbleIconCalendarLinesModule, NimbleIconCalendarRectangleDirective, NimbleIconCalendarRectangleModule, NimbleIconCalendarWeekDirective, NimbleIconCalendarWeekModule, NimbleIconChartDiagramChildFocusDirective, NimbleIconChartDiagramChildFocusModule, NimbleIconChartDiagramDirective, NimbleIconChartDiagramModule, NimbleIconChartDiagramParentFocusDirective, NimbleIconChartDiagramParentFocusModule, NimbleIconChartDiagramParentFocusTwoChildDirective, NimbleIconChartDiagramParentFocusTwoChildModule, NimbleIconCheckDirective, NimbleIconCheckDotDirective, NimbleIconCheckDotModule, NimbleIconCheckModule, NimbleIconCircleBrokenDirective, NimbleIconCircleBrokenModule, NimbleIconCircleCheckDirective, NimbleIconCircleCheckModule, NimbleIconCircleDirective, NimbleIconCircleFilledDirective, NimbleIconCircleFilledModule, NimbleIconCircleMinusDirective, NimbleIconCircleMinusModule, NimbleIconCircleModule, NimbleIconCirclePartialBrokenDirective, NimbleIconCirclePartialBrokenModule, NimbleIconCircleSlashDirective, NimbleIconCircleSlashModule, NimbleIconCircleXDirective, NimbleIconCircleXModule, NimbleIconClipboardDirective, NimbleIconClipboardModule, NimbleIconClockCogDirective, NimbleIconClockCogModule, NimbleIconClockDirective, NimbleIconClockExclamationDirective, NimbleIconClockExclamationModule, NimbleIconClockModule, NimbleIconClockTriangleDirective, NimbleIconClockTriangleModule, NimbleIconCloneDirective, NimbleIconCloneModule, NimbleIconCloudDirective, NimbleIconCloudModule, NimbleIconCloudUploadDirective, NimbleIconCloudUploadModule, NimbleIconCloudWithArrowDirective, NimbleIconCloudWithArrowModule, NimbleIconCogDatabaseDirective, NimbleIconCogDatabaseInsetDirective, NimbleIconCogDatabaseInsetModule, NimbleIconCogDatabaseModule, NimbleIconCogDirective, NimbleIconCogModule, NimbleIconCogSmallCogDirective, NimbleIconCogSmallCogModule, NimbleIconCogZoomedDirective, NimbleIconCogZoomedModule, NimbleIconCommentDirective, NimbleIconCommentModule, NimbleIconComputerAndMonitorDirective, NimbleIconComputerAndMonitorModule, NimbleIconCopyDirective, NimbleIconCopyModule, NimbleIconCopyTextDirective, NimbleIconCopyTextModule, NimbleIconDashboardBuilderDirective, NimbleIconDashboardBuilderLegendDirective, NimbleIconDashboardBuilderLegendModule, NimbleIconDashboardBuilderModule, NimbleIconDashboardBuilderTemplatesDirective, NimbleIconDashboardBuilderTemplatesModule, NimbleIconDashboardBuilderTileDirective, NimbleIconDashboardBuilderTileModule, NimbleIconDatabaseCheckDirective, NimbleIconDatabaseCheckModule, NimbleIconDatabaseDirective, NimbleIconDatabaseModule, NimbleIconDebugDirective, NimbleIconDebugModule, NimbleIconDesktopDirective, NimbleIconDesktopModule, NimbleIconDonutChartDirective, NimbleIconDonutChartModule, NimbleIconDotSolidDotStrokeDirective, NimbleIconDotSolidDotStrokeMeasurementDirective, NimbleIconDotSolidDotStrokeMeasurementModule, NimbleIconDotSolidDotStrokeModule, NimbleIconDownRightFromSquareDirective, NimbleIconDownRightFromSquareModule, NimbleIconDownloadDirective, NimbleIconDownloadModule, NimbleIconElectronicChipZoomedDirective, NimbleIconElectronicChipZoomedModule, NimbleIconExclamationMarkDirective, NimbleIconExclamationMarkModule, NimbleIconEyeDashDirective, NimbleIconEyeDashModule, NimbleIconEyeDirective, NimbleIconEyeModule, NimbleIconFancyADirective, NimbleIconFancyAModule, NimbleIconFileArrowCurvedRightDirective, NimbleIconFileArrowCurvedRightModule, NimbleIconFileDirective, NimbleIconFileDrawerDirective, NimbleIconFileDrawerModule, NimbleIconFileModule, NimbleIconFileSearchDirective, NimbleIconFileSearchModule, NimbleIconFilterDirective, NimbleIconFilterModule, NimbleIconFloppyDiskCheckmarkDirective, NimbleIconFloppyDiskCheckmarkModule, NimbleIconFloppyDiskDirective, NimbleIconFloppyDiskModule, NimbleIconFloppyDiskPenDirective, NimbleIconFloppyDiskPenModule, NimbleIconFloppyDiskStarArrowRightDirective, NimbleIconFloppyDiskStarArrowRightModule, NimbleIconFloppyDiskThreeDotsDirective, NimbleIconFloppyDiskThreeDotsModule, NimbleIconFolderDirective, NimbleIconFolderModule, NimbleIconFolderOpenDirective, NimbleIconFolderOpenModule, NimbleIconForwardSlashDirective, NimbleIconForwardSlashModule, NimbleIconFourDotsSquareDirective, NimbleIconFourDotsSquareModule, NimbleIconFunctionDirective, NimbleIconFunctionModule, NimbleIconGaugeSimpleDirective, NimbleIconGaugeSimpleModule, NimbleIconGridThreeByThreeDirective, NimbleIconGridThreeByThreeModule, NimbleIconGridTwoByTwoDirective, NimbleIconGridTwoByTwoModule, NimbleIconHammerDirective, NimbleIconHammerModule, NimbleIconHashtagDirective, NimbleIconHashtagModule, NimbleIconHomeDirective, NimbleIconHomeModule, NimbleIconHorizontalTriangleOutlineDirective, NimbleIconHorizontalTriangleOutlineModule, NimbleIconHourglassDirective, NimbleIconHourglassModule, NimbleIconIndentDirective, NimbleIconIndentModule, NimbleIconIndeterminantCheckboxDirective, NimbleIconIndeterminantCheckboxModule, NimbleIconInfoCircleDirective, NimbleIconInfoCircleModule, NimbleIconInfoDirective, NimbleIconInfoModule, NimbleIconInwardSquaresThreeDirective, NimbleIconInwardSquaresThreeModule, NimbleIconItalicIDirective, NimbleIconItalicIModule, NimbleIconKeyDirective, NimbleIconKeyModule, NimbleIconLaptopDirective, NimbleIconLaptopModule, NimbleIconLayerGroupDirective, NimbleIconLayerGroupModule, NimbleIconLightbulbDirective, NimbleIconLightbulbModule, NimbleIconLightningBoltDirective, NimbleIconLightningBoltModule, NimbleIconLinkCancelDirective, NimbleIconLinkCancelModule, NimbleIconLinkDirective, NimbleIconLinkModule, NimbleIconListDirective, NimbleIconListModule, NimbleIconListTreeDatabaseDirective, NimbleIconListTreeDatabaseModule, NimbleIconListTreeDirective, NimbleIconListTreeModule, NimbleIconLockDirective, NimbleIconLockModule, NimbleIconMagnifyingGlassDirective, NimbleIconMagnifyingGlassModule, NimbleIconMarkdownDirective, NimbleIconMarkdownModule, NimbleIconMessageBotDirective, NimbleIconMessageBotModule, NimbleIconMessageDirective, NimbleIconMessageModule, NimbleIconMessagesSparkleDirective, NimbleIconMessagesSparkleModule, NimbleIconMicrophoneDirective, NimbleIconMicrophoneModule, NimbleIconMinusDirective, NimbleIconMinusModule, NimbleIconMinusWideDirective, NimbleIconMinusWideModule, NimbleIconMobileDirective, NimbleIconMobileModule, NimbleIconMountainSunDirective, NimbleIconMountainSunModule, NimbleIconNiDirective, NimbleIconNiModule, NimbleIconNotebookDirective, NimbleIconNotebookModule, NimbleIconNumberListDirective, NimbleIconNumberListModule, NimbleIconOutdentDirective, NimbleIconOutdentModule, NimbleIconOutwardSquaresThreeDirective, NimbleIconOutwardSquaresThreeModule, NimbleIconPaperPlaneDirective, NimbleIconPaperPlaneModule, NimbleIconPaperclipDirective, NimbleIconPaperclipModule, NimbleIconPasteDirective, NimbleIconPasteModule, NimbleIconPauseDirective, NimbleIconPauseModule, NimbleIconPencilDirective, NimbleIconPencilModule, NimbleIconPencilToRectangleDirective, NimbleIconPencilToRectangleModule, NimbleIconPlayDirective, NimbleIconPlayModule, NimbleIconPotWithLidDirective, NimbleIconPotWithLidModule, NimbleIconQuestionDirective, NimbleIconQuestionModule, NimbleIconRectangleCheckLinesDirective, NimbleIconRectangleCheckLinesModule, NimbleIconRectangleLinesDirective, NimbleIconRectangleLinesModule, NimbleIconRunningArrowDirective, NimbleIconRunningArrowModule, NimbleIconScreenCheckLinesCalendarDirective, NimbleIconScreenCheckLinesCalendarModule, NimbleIconScreenCheckLinesDirective, NimbleIconScreenCheckLinesModule, NimbleIconServerDirective, NimbleIconServerModule, NimbleIconShareNodesDirective, NimbleIconShareNodesModule, NimbleIconShieldCheckDirective, NimbleIconShieldCheckModule, NimbleIconShieldXmarkDirective, NimbleIconShieldXmarkModule, NimbleIconSignalBarsDirective, NimbleIconSignalBarsModule, NimbleIconSineGraphDirective, NimbleIconSineGraphModule, NimbleIconSkipArrowDirective, NimbleIconSkipArrowModule, NimbleIconSparkleSwirlsDirective, NimbleIconSparkleSwirlsModule, NimbleIconSparklesDirective, NimbleIconSparklesModule, NimbleIconSpinnerDirective, NimbleIconSpinnerModule, NimbleIconSquareCheckDirective, NimbleIconSquareCheckModule, NimbleIconSquareListCogDirective, NimbleIconSquareListCogModule, NimbleIconSquareTDirective, NimbleIconSquareTModule, NimbleIconSquareXDirective, NimbleIconSquareXModule, NimbleIconStar8PointDirective, NimbleIconStar8PointModule, NimbleIconStopSquareDirective, NimbleIconStopSquareModule, NimbleIconSystemlinkDirective, NimbleIconSystemlinkModule, NimbleIconTDirective, NimbleIconTModule, NimbleIconTabletDirective, NimbleIconTabletModule, NimbleIconTagDirective, NimbleIconTagModule, NimbleIconTagsDirective, NimbleIconTagsModule, NimbleIconTargetCrosshairsDirective, NimbleIconTargetCrosshairsModule, NimbleIconTargetCrosshairsProgressDirective, NimbleIconTargetCrosshairsProgressModule, NimbleIconThreeCirclesAscendingContainerDirective, NimbleIconThreeCirclesAscendingContainerModule, NimbleIconThreeDotsLineDirective, NimbleIconThreeDotsLineModule, NimbleIconThreeVerticalLinesDirective, NimbleIconThreeVerticalLinesModule, NimbleIconThumbDownDirective, NimbleIconThumbDownModule, NimbleIconThumbUpDirective, NimbleIconThumbUpModule, NimbleIconThumbtackDirective, NimbleIconThumbtackModule, NimbleIconTileSizeDirective, NimbleIconTileSizeModule, NimbleIconTimesDirective, NimbleIconTimesModule, NimbleIconTrashDirective, NimbleIconTrashModule, NimbleIconTriangleDirective, NimbleIconTriangleFilledDirective, NimbleIconTriangleFilledModule, NimbleIconTriangleModule, NimbleIconTriangleTwoLinesHorizontalDirective, NimbleIconTriangleTwoLinesHorizontalModule, NimbleIconTrueFalseRectangleDirective, NimbleIconTrueFalseRectangleModule, NimbleIconTwoSquaresInBracketsDirective, NimbleIconTwoSquaresInBracketsModule, NimbleIconTwoTrianglesBetweenLinesDirective, NimbleIconTwoTrianglesBetweenLinesModule, NimbleIconUnlinkDirective, NimbleIconUnlinkModule, NimbleIconUnlockDirective, NimbleIconUnlockModule, NimbleIconUpRightFromSquareDirective, NimbleIconUpRightFromSquareModule, NimbleIconUploadDirective, NimbleIconUploadModule, NimbleIconUserDirective, NimbleIconUserModule, NimbleIconWatchDirective, NimbleIconWatchModule, NimbleIconWaveformDirective, NimbleIconWaveformModule, NimbleIconWebviCustomDirective, NimbleIconWebviCustomModule, NimbleIconWebviHostDirective, NimbleIconWebviHostModule, NimbleIconWindowCodeDirective, NimbleIconWindowCodeModule, NimbleIconWindowDockDirective, NimbleIconWindowDockModule, NimbleIconWindowRestoreDirective, NimbleIconWindowRestoreModule, NimbleIconWindowTextDirective, NimbleIconWindowTextModule, NimbleIconWrenchHammerDirective, NimbleIconWrenchHammerModule, NimbleIconXmarkCheckDirective, NimbleIconXmarkCheckModule, NimbleIconXmarkDirective, NimbleIconXmarkModule, NimbleListOptionDirective, NimbleListOptionGroupDirective, NimbleListOptionGroupModule, NimbleListOptionModule, NimbleMenuButtonDirective, NimbleMenuButtonModule, NimbleMenuDirective, NimbleMenuItemDirective, NimbleMenuItemModule, NimbleMenuModule, NimbleNumberFieldControlValueAccessorDirective, NimbleNumberFieldDirective, NimbleNumberFieldModule, NimbleRadioControlValueAccessorDirective, NimbleRadioDirective, NimbleRadioGroupDirective, NimbleRadioGroupModule, NimbleRadioModule, NimbleSelectControlValueAccessorDirective, NimbleSelectDirective, NimbleSelectListOptionDirective, NimbleSelectModule, NimbleSpinnerDirective, NimbleSpinnerModule, NimbleSwitchControlValueAccessorDirective, NimbleSwitchDirective, NimbleSwitchModule, NimbleTabDirective, NimbleTabModule, NimbleTabPanelDirective, NimbleTabPanelModule, NimbleTabsDirective, NimbleTabsModule, NimbleTabsToolbarDirective, NimbleTabsToolbarModule, NimbleTextAreaControlValueAccessorDirective, NimbleTextAreaDirective, NimbleTextAreaModule, NimbleTextFieldControlValueAccessorDirective, NimbleTextFieldDirective, NimbleTextFieldModule, NimbleThemeProviderDirective, NimbleThemeProviderModule, NimbleToggleButtonControlValueAccessorDirective, NimbleToggleButtonDirective, NimbleToggleButtonModule, NimbleToolbarDirective, NimbleToolbarModule, NimbleTooltipDirective, NimbleTooltipModule, NimbleTreeItemDirective, NimbleTreeItemModule, NimbleTreeViewDirective, NimbleTreeViewModule, OPTION_NOT_FOUND, waitForUpdatesAsync };
12188
12353
  //# sourceMappingURL=ni-nimble-angular.mjs.map