@ni/nimble-components 15.2.0 → 15.3.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.
@@ -15390,6 +15390,10 @@
15390
15390
  name: 'check_dot_16_x_16',
15391
15391
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><circle class="cls-1" cx="12.5" cy="11.5" r="1.5"/><path class="cls-2" d="M14 4.693l-8.182 8.182L2 9.057 3.636 7.42l2.25 2.25 6.546-6.545z"/></svg>`
15392
15392
  };
15393
+ const checkLarge16X16 = {
15394
+ name: 'check_large_16_x_16',
15395
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 4.693l-8.182 8.182L2 9.057 3.636 7.42l2.25 2.25 6.546-6.545L14 4.693z"/></svg>`
15396
+ };
15393
15397
  const circle16X16 = {
15394
15398
  name: 'circle_16_x_16',
15395
15399
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2a6 6 0 106 6 6 6 0 00-6-6zm0 9.429A3.429 3.429 0 1111.429 8 3.429 3.429 0 018 11.429z"/></svg>`
@@ -15522,6 +15526,10 @@
15522
15526
  name: 'dot_solid_dot_stroke_16_x_16',
15523
15527
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M7 8a3 3 0 11-3-3 3 3 0 013 3zm5-2a2 2 0 102 2 2.002 2.002 0 00-2-2m0-1a3 3 0 11-3 3 3 3 0 013-3z"/></svg>`
15524
15528
  };
15529
+ const dotSolidDotStrokeMeasurement16X16 = {
15530
+ name: 'dot_solid_dot_stroke_measurement_16_x_16',
15531
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5 3h1v3H5zM6 4h4v1H6zM10 3h1v3h-1zM7 10a3 3 0 11-6 0 3 3 0 016 0zm5-2c-1.103 0-2 .897-2 2s.897 2 2 2 2-.897 2-2-.897-2-2-2m0-1a3 3 0 110 6 3 3 0 010-6z"/></svg>`
15532
+ };
15525
15533
  const download16X16 = {
15526
15534
  name: 'download_16_x_16',
15527
15535
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M14 9v5H2V9h1v4h10V9zm-5.982 2L11 5.1 8.996 6.412 9 2H7v4.387L5 5.1z"/></svg>`
@@ -15810,6 +15818,10 @@
15810
15818
  name: 'triangle_16_x_16',
15811
15819
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2L2 14h12zm0 4.875l2.438 4.875H5.585z"/></svg>`
15812
15820
  };
15821
+ const triangleFilled16X16 = {
15822
+ name: 'triangle_filled_16_x_16',
15823
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2L2 14h12L8 2z"/></svg>`
15824
+ };
15813
15825
  const trueFalseRectangle16X16 = {
15814
15826
  name: 'true_false_rectangle_16_x_16',
15815
15827
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13.4 3.003H2.6a1.6 1.6 0 00-1.6 1.6v6.8a1.595 1.595 0 001.6 1.594h10.8a1.595 1.595 0 001.6-1.594v-6.8a1.6 1.6 0 00-1.6-1.6zM7.587 6.58H6.141v3.736H4.946V6.58H3.5v-.896h4.087zm4.913 0h-2.13v.862h1.974v.896H10.37v1.978H9.181V5.684H12.5z"/></svg>`
@@ -18242,6 +18254,17 @@
18242
18254
  }
18243
18255
  registerIcon('icon-check-dot', IconCheckDot);
18244
18256
 
18257
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
18258
+ /**
18259
+ * The icon component for the 'checkLarge' icon
18260
+ */
18261
+ class IconCheckLarge extends Icon {
18262
+ constructor() {
18263
+ super(checkLarge16X16);
18264
+ }
18265
+ }
18266
+ registerIcon('icon-check-large', IconCheckLarge);
18267
+
18245
18268
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
18246
18269
  /**
18247
18270
  * The icon component for the 'circle' icon
@@ -18605,6 +18628,17 @@
18605
18628
  }
18606
18629
  registerIcon('icon-dot-solid-dot-stroke', IconDotSolidDotStroke);
18607
18630
 
18631
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
18632
+ /**
18633
+ * The icon component for the 'dotSolidDotStrokeMeasurement' icon
18634
+ */
18635
+ class IconDotSolidDotStrokeMeasurement extends Icon {
18636
+ constructor() {
18637
+ super(dotSolidDotStrokeMeasurement16X16);
18638
+ }
18639
+ }
18640
+ registerIcon('icon-dot-solid-dot-stroke-measurement', IconDotSolidDotStrokeMeasurement);
18641
+
18608
18642
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
18609
18643
  /**
18610
18644
  * The icon component for the 'download' icon
@@ -19386,6 +19420,17 @@
19386
19420
  }
19387
19421
  registerIcon('icon-triangle', IconTriangle);
19388
19422
 
19423
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
19424
+ /**
19425
+ * The icon component for the 'triangleFilled' icon
19426
+ */
19427
+ class IconTriangleFilled extends Icon {
19428
+ constructor() {
19429
+ super(triangleFilled16X16);
19430
+ }
19431
+ }
19432
+ registerIcon('icon-triangle-filled', IconTriangleFilled);
19433
+
19389
19434
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
19390
19435
  /**
19391
19436
  * The icon component for the 'trueFalseRectangle' icon