@ni/nimble-components 20.9.0 → 20.10.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.
@@ -16288,7 +16288,7 @@
16288
16288
 
16289
16289
  /**
16290
16290
  * Do not edit directly
16291
- * Generated on Thu, 19 Oct 2023 23:31:18 GMT
16291
+ * Generated on Mon, 23 Oct 2023 13:57:47 GMT
16292
16292
  */
16293
16293
 
16294
16294
  const Information100DarkUi = "#a46eff";
@@ -19145,6 +19145,10 @@
19145
19145
  name: 'floppy_disk_checkmark_16_x_16',
19146
19146
  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>`
19147
19147
  };
19148
+ const floppyDiskPen16X16 = {
19149
+ name: 'floppy_disk_pen_16_x_16',
19150
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-2" d="M7.17 11.108 7.299 11H7V9H5v2H4V8h6v.696l1.626-1.386c.107-.09.228-.155.355-.206L12 3.546c0-.33-.215-.546-.545-.546H2.583A.585.585 0 0 0 2 3.598V10.5l1.5 1.497 3.136.001.535-.89ZM3 7V4h8v3H3Z"/><path class="cls-1" d="M12.275 8.07c.218-.185.693-.008 1.205.552.512.56.635 1.038.418 1.223l-.92.784-1.621-1.775.918-.783Zm-4.92 6.113 1.98-.899-.985.164.043-.94-.32.161.104-.652-1.17 1.786.348.38Zm2.212-.645L6 15l1.945-3.236 2.1-1.791 1.622 1.774-2.1 1.79Zm2.862-2.49-1.622-1.774c-.118-.13.148-.349.262-.224l1.623 1.775c.117.128-.15.348-.263.224Zm-.522.452-1.622-1.775c-.118-.129.148-.349.262-.223l1.623 1.774c.117.128-.15.348-.263.224Z"/></svg>`
19151
+ };
19148
19152
  const floppyDiskStarArrowRight16X16 = {
19149
19153
  name: 'floppy_disk_star_arrow_right_16_x_16',
19150
19154
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M5.5 2.5a1 1 0 1 0-1 1 1 1 0 0 0 1-1Zm7.5.002L9.638.819l.496 1.293H7v.828h3.134L9.638 4.18ZM12.455 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-3h6Zm1-4H4V6h8Z"/></svg>`
@@ -22571,6 +22575,19 @@
22571
22575
  registerIcon('icon-floppy-disk-checkmark', IconFloppyDiskCheckmark);
22572
22576
  DesignSystem.tagFor(IconFloppyDiskCheckmark);
22573
22577
 
22578
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
22579
+ // See generation source in nimble-components/build/generate-icons
22580
+ /**
22581
+ * The icon component for the 'floppyDiskPen' icon
22582
+ */
22583
+ class IconFloppyDiskPen extends Icon {
22584
+ constructor() {
22585
+ super(floppyDiskPen16X16);
22586
+ }
22587
+ }
22588
+ registerIcon('icon-floppy-disk-pen', IconFloppyDiskPen);
22589
+ DesignSystem.tagFor(IconFloppyDiskPen);
22590
+
22574
22591
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
22575
22592
  // See generation source in nimble-components/build/generate-icons
22576
22593
  /**