@ni/spright-components 6.1.0 → 6.2.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.
@@ -18359,6 +18359,14 @@
18359
18359
  name: 'pot_with_lid_16_x_16',
18360
18360
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11 4V2H5v2H2v1h12V4ZM6 4V3h4v1Zm-4 9h1v1h10v-1h1V6H2Z" class="cls-1"/></svg>`,
18361
18361
  };
18362
+ const print = {
18363
+ name: 'print',
18364
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M10.55 10.6H8V10h2.25zm-5.3.4-.5 1h6.5l-.5-1zM14 11h-1l1 2v1H2v-1l1-2H2V6l1-2h1V2h8v2h1l1 2zM5 5h6V3H5zm8 8-2-4H5l-2 4zm0-6h-1v1h1z" class="cls-1"/></svg>`,
18365
+ };
18366
+ const qrcodeRead = {
18367
+ name: 'qrcode_read',
18368
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6 4v2H4V4zm6 0h-2v2h2zm-8 8h2v-2H4zM3 3h2V2H2v3h1zm10-1h-2v1h2v2h1V2zm0 11h-2v1h3v-3h-1zM3 11H2v3h3v-1H3zm7-3H9v1h1zM8 9V7H7v1H6v1h1v1h2V9zm4 3v-1h-1v1zm-1-2h1V7h-2v1h1v1h-1v1H9v1h2zm-4 2h2v-1H7zM5 7H4v2h1V8h1V7zm2-1H6v1h1zm1-2H7v1h1v1h1V4zm1 2v1h1V6z" class="cls-1"/></svg>`,
18369
+ };
18362
18370
  const question16X16 = {
18363
18371
  name: 'question_16_x_16',
18364
18372
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.303 5.594a3.3 3.3 0 0 1-.195 1.176 2.6 2.6 0 0 1-.549.885 4 4 0 0 1-.852.672 7.5 7.5 0 0 1-1.121.54v1.501H6.27V8.15q.467-.125.845-.256a3.2 3.2 0 0 0 .793-.429 2.1 2.1 0 0 0 .608-.612 1.45 1.45 0 0 0 .22-.791 1.04 1.04 0 0 0-.423-.939 2.16 2.16 0 0 0-1.195-.28 3.3 3.3 0 0 0-1.068.204 4.9 4.9 0 0 0-1.09.526h-.263V3.566a8 8 0 0 1 1.296-.372A8.2 8.2 0 0 1 7.77 3a4.2 4.2 0 0 1 2.579.718 2.24 2.24 0 0 1 .954 1.876M8.77 13H6.112v-1.737H8.77Z" class="cls-1"/></svg>`,
@@ -24332,6 +24340,30 @@ so this becomes the fallback color for the slot */ ''}
24332
24340
  }
24333
24341
  registerIcon('icon-pot-with-lid', IconPotWithLid);
24334
24342
 
24343
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
24344
+ // See generation source in nimble-components/build/generate-icons
24345
+ /**
24346
+ * The icon component for the 'print' icon
24347
+ */
24348
+ class IconPrint extends Icon {
24349
+ constructor() {
24350
+ super(print);
24351
+ }
24352
+ }
24353
+ registerIcon('icon-print', IconPrint);
24354
+
24355
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
24356
+ // See generation source in nimble-components/build/generate-icons
24357
+ /**
24358
+ * The icon component for the 'qrcodeRead' icon
24359
+ */
24360
+ class IconQrcodeRead extends Icon {
24361
+ constructor() {
24362
+ super(qrcodeRead);
24363
+ }
24364
+ }
24365
+ registerIcon('icon-qrcode-read', IconQrcodeRead);
24366
+
24335
24367
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
24336
24368
  // See generation source in nimble-components/build/generate-icons
24337
24369
  /**