@ni/nimble-components 18.10.6 → 18.11.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.
@@ -19354,10 +19354,22 @@
19354
19354
  name: 'triangle_filled_16_x_16',
19355
19355
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M8 2 2 14h12L8 2Z"/></svg>`
19356
19356
  };
19357
+ const triangleTwoLinesHorizontal = {
19358
+ name: 'triangle_two_lines_horizontal',
19359
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M3.625 8 8 2l4.375 6h-8.75ZM14 12H2v2h12v-2Zm0-3H2v2h12V9Z"/></svg>`
19360
+ };
19357
19361
  const trueFalseRectangle16X16 = {
19358
19362
  name: 'true_false_rectangle_16_x_16',
19359
19363
  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 0 0-1.6 1.6v6.8a1.595 1.595 0 0 0 1.6 1.594h10.8a1.595 1.595 0 0 0 1.6-1.594v-6.8a1.6 1.6 0 0 0-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>`
19360
19364
  };
19365
+ const twoSquaresInBrackets = {
19366
+ name: 'two_squares_in_brackets',
19367
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M4 4h5v5H4V4Zm6 3v3H7v2h5V7h-2ZM5 3V2H2v12h3v-1H3V3h2Zm8-1h-2v1h2v10h-2v1h3V2h-1Z"/></svg>`
19368
+ };
19369
+ const twoTrianglesBetweenLines = {
19370
+ name: 'two_triangles_between_lines',
19371
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M1.11 2.11v12h2v-12h-2Zm12 0v12h2v-12h-2Zm-6 8.974-3-3 3-3v6Zm1.925-5.948 3 3-3 3v-6Z"/></svg>`
19372
+ };
19361
19373
  const unlink16X16 = {
19362
19374
  name: 'unlink_16_x_16',
19363
19375
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M6.126 8.585c-.581.123-1.117.241-1.362.303a1.547 1.547 0 0 0-1.182 1.51l.01.155.021.193a1.69 1.69 0 0 0 .216.54l.02.038.105.134.127.144.054.047a1.509 1.509 0 0 0 .992.36h.049a1.306 1.306 0 0 0 .224-.034l.03.015.006-.001c.463-.088.925-.186 1.387-.287l.343 1.538c-.488.11-.976.221-1.467.314a3.112 3.112 0 0 1-.571.053 3.148 3.148 0 0 1-2.99-2.258l-.011-.045a3.04 3.04 0 0 1-.076-.35 3.127 3.127 0 0 1-.03-.206l-.004-.089a3.112 3.112 0 0 1-.016-.336A3.164 3.164 0 0 1 4.35 7.356c.272-.068.808-.203.802-.206l.623-.137Zm4.31-1.544-.353 1.575c.737.176 1.38.334 1.413.346a1.514 1.514 0 0 1 .789.768l.029.066.053.185.038.164.002.045a1.667 1.667 0 0 1-.035.58l-.064.185-.056.142a1.546 1.546 0 0 1-1.4.893 1.661 1.661 0 0 1-.313-.03 54.946 54.946 0 0 1-1.15-.24l-.347 1.55.406.097-.013-.017c.276.057.55.118.826.173a3.02 3.02 0 0 0 .578.056 3.188 3.188 0 0 0 2.811-1.74 3.018 3.018 0 0 0 .129-.311l.033-.083.061-.197a3.047 3.047 0 0 0 .082-.351l.008-.044a3.132 3.132 0 0 0-2.281-3.513c-.297-.077-.777-.19-1.245-.299M7.932 2.393 6.875 6.075h.75l.3 3.032 1.2-3.782h-.75Z"/></svg>`
@@ -22914,6 +22926,18 @@
22914
22926
  registerIcon('icon-triangle', IconTriangle);
22915
22927
  DesignSystem.tagFor(IconTriangle);
22916
22928
 
22929
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
22930
+ /**
22931
+ * The icon component for the 'triangleTwoLinesHorizontal' icon
22932
+ */
22933
+ class IconTriangleTwoLinesHorizontal extends Icon {
22934
+ constructor() {
22935
+ super(triangleTwoLinesHorizontal);
22936
+ }
22937
+ }
22938
+ registerIcon('icon-triangle-two-lines-horizontal', IconTriangleTwoLinesHorizontal);
22939
+ DesignSystem.tagFor(IconTriangleTwoLinesHorizontal);
22940
+
22917
22941
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
22918
22942
  /**
22919
22943
  * The icon component for the 'trueFalseRectangle' icon
@@ -22926,6 +22950,30 @@
22926
22950
  registerIcon('icon-true-false-rectangle', IconTrueFalseRectangle);
22927
22951
  DesignSystem.tagFor(IconTrueFalseRectangle);
22928
22952
 
22953
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
22954
+ /**
22955
+ * The icon component for the 'twoSquaresInBrackets' icon
22956
+ */
22957
+ class IconTwoSquaresInBrackets extends Icon {
22958
+ constructor() {
22959
+ super(twoSquaresInBrackets);
22960
+ }
22961
+ }
22962
+ registerIcon('icon-two-squares-in-brackets', IconTwoSquaresInBrackets);
22963
+ DesignSystem.tagFor(IconTwoSquaresInBrackets);
22964
+
22965
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
22966
+ /**
22967
+ * The icon component for the 'twoTrianglesBetweenLines' icon
22968
+ */
22969
+ class IconTwoTrianglesBetweenLines extends Icon {
22970
+ constructor() {
22971
+ super(twoTrianglesBetweenLines);
22972
+ }
22973
+ }
22974
+ registerIcon('icon-two-triangles-between-lines', IconTwoTrianglesBetweenLines);
22975
+ DesignSystem.tagFor(IconTwoTrianglesBetweenLines);
22976
+
22929
22977
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
22930
22978
  /**
22931
22979
  * The icon component for the 'unlink' icon