@ni/nimble-components 18.1.4 → 18.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.
@@ -18110,6 +18110,10 @@
18110
18110
  name: 'add_16_x_16',
18111
18111
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 7H9V3H7v4H3v2h4v4h2V9h4V7z"/></svg>`
18112
18112
  };
18113
+ const arrowDown16X16 = {
18114
+ name: 'arrow_down_16_x_16',
18115
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve"><path d="M9 2v6.207l2.5-1.188L8.021 14 4.5 7.019 7 8.207V2h2z"/></svg>`
18116
+ };
18113
18117
  const arrowDownRightAndArrowUpLeft16X16 = {
18114
18118
  name: 'arrow_down_right_and_arrow_up_left_16_x_16',
18115
18119
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m13.171 13.933-2.276-2.247-.447 2.284-1.732-5.246 5.217 1.753-2.284.456 2.291 2.26ZM2 2.746l2.29 2.261-2.283.456 5.217 1.753L5.492 1.97l-.447 2.284-2.276-2.247Z"/></svg>`
@@ -18150,6 +18154,10 @@
18150
18154
  name: 'arrow_u_rotate_left_16_x_16',
18151
18155
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m8.857 9.453-2.571-1.68v.908a3 3 0 0 0 3 3 3 3 0 0 0 3-3V3.11H14v5.571a4.714 4.714 0 0 1-4.714 4.715A4.714 4.714 0 0 1 4.57 8.68v-.908L2 9.453l3.403-6.849Z"/></svg>`
18152
18156
  };
18157
+ const arrowUp16X16 = {
18158
+ name: 'arrow_up_16_x_16',
18159
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve"><path d="M7 14V7.793L4.5 8.981 7.979 2 11.5 8.981 9 7.793V14H7z"/></svg>`
18160
+ };
18153
18161
  const arrowUpLeftAndArrowDownRight16X16 = {
18154
18162
  name: 'arrow_up_left_and_arrow_down_right_16_x_16',
18155
18163
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m4.195 4.977-.451 2.296L2 2l5.256 1.762-2.301.458 6.849 6.803.452-2.296L14 14l-5.256-1.762 2.301-.458-6.85-6.803z"/></svg>`
@@ -18394,6 +18402,10 @@
18394
18402
  name: 'filter_16_x_16',
18395
18403
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M2 3.045v1.29h.787a2.069 2.069 0 1 0 2.907 2.903l1.32 2.173v4.522l1.973-1.846V9.411l3.878-5.076h1.134v-1.29Zm2.033 4.059a1.154 1.154 0 0 1 0-2.308c.023 0 .045.006.068.007l1.002 1.575a1.154 1.154 0 0 1-1.07.726Z"/></svg>`
18396
18404
  };
18405
+ const floppyDisk16X16 = {
18406
+ name: 'floppy_disk_16_x_16',
18407
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.455 4H3.583A.585.585 0 0 0 3 4.598V11.5l1.5 1.497 7.858.003c.33 0 .6-.27.6-.6L13 4.545c0-.33-.215-.546-.545-.546ZM11 12H8v-2H6v2H5V9h6v3Zm1-4H4V5h8v3Z"/></svg>`
18408
+ };
18397
18409
  const floppyDiskCheckmark16X16 = {
18398
18410
  name: 'floppy_disk_checkmark_16_x_16',
18399
18411
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M12.455 5h-1.041l-1.005 1H12v3H4V6h3.782L6.79 5H3.583A.585.585 0 0 0 3 5.598V12.5l1.5 1.497 7.858.003a.602.602 0 0 0 .6-.6L13 5.545A.513.513 0 0 0 12.455 5ZM11 13H8v-2H6v2H5v-3h6Zm2-10.99L9.091 5.9 7 3.79l.919-.89 1.164 1.208L12.128 1.1l.872.91"/></svg>`
@@ -20496,6 +20508,17 @@
20496
20508
  }
20497
20509
  registerIcon('icon-add', IconAdd);
20498
20510
 
20511
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
20512
+ /**
20513
+ * The icon component for the 'arrowDown' icon
20514
+ */
20515
+ class IconArrowDown extends Icon {
20516
+ constructor() {
20517
+ super(arrowDown16X16);
20518
+ }
20519
+ }
20520
+ registerIcon('icon-arrow-down', IconArrowDown);
20521
+
20499
20522
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
20500
20523
  /**
20501
20524
  * The icon component for the 'arrowDownRightAndArrowUpLeft' icon
@@ -20595,6 +20618,17 @@
20595
20618
  }
20596
20619
  registerIcon('icon-arrow-u-rotate-left', IconArrowURotateLeft);
20597
20620
 
20621
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
20622
+ /**
20623
+ * The icon component for the 'arrowUp' icon
20624
+ */
20625
+ class IconArrowUp extends Icon {
20626
+ constructor() {
20627
+ super(arrowUp16X16);
20628
+ }
20629
+ }
20630
+ registerIcon('icon-arrow-up', IconArrowUp);
20631
+
20598
20632
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
20599
20633
  /**
20600
20634
  * The icon component for the 'arrowUpLeftAndArrowDownRight' icon
@@ -21255,6 +21289,17 @@
21255
21289
  }
21256
21290
  registerIcon('icon-filter', IconFilter);
21257
21291
 
21292
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
21293
+ /**
21294
+ * The icon component for the 'floppyDisk' icon
21295
+ */
21296
+ class IconFloppyDisk extends Icon {
21297
+ constructor() {
21298
+ super(floppyDisk16X16);
21299
+ }
21300
+ }
21301
+ registerIcon('icon-floppy-disk', IconFloppyDisk);
21302
+
21258
21303
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
21259
21304
  /**
21260
21305
  * The icon component for the 'floppyDiskCheckmark' icon