@carbon/ibm-products 2.78.0 → 2.79.0-rc.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.
Files changed (99) hide show
  1. package/css/carbon.css +1762 -1036
  2. package/css/carbon.css.map +1 -1
  3. package/css/index-full-carbon.css +2342 -1239
  4. package/css/index-full-carbon.css.map +1 -1
  5. package/css/index-full-carbon.min.css +1 -1
  6. package/css/index-full-carbon.min.css.map +1 -1
  7. package/css/index-without-carbon-released-only.css +450 -98
  8. package/css/index-without-carbon-released-only.css.map +1 -1
  9. package/css/index-without-carbon-released-only.min.css +1 -1
  10. package/css/index-without-carbon-released-only.min.css.map +1 -1
  11. package/css/index-without-carbon.css +624 -247
  12. package/css/index-without-carbon.css.map +1 -1
  13. package/css/index-without-carbon.min.css +1 -1
  14. package/css/index-without-carbon.min.css.map +1 -1
  15. package/css/index.css +1759 -873
  16. package/css/index.css.map +1 -1
  17. package/css/index.min.css +1 -1
  18. package/css/index.min.css.map +1 -1
  19. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +111 -108
  20. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +1 -1
  21. package/es/components/InterstitialScreen/InterstitialScreenBody.js +15 -8
  22. package/es/components/InterstitialScreen/InterstitialScreenFooter.js +6 -1
  23. package/es/components/InterstitialScreen/InterstitialScreenHeader.d.ts +1 -1
  24. package/es/components/InterstitialScreen/InterstitialScreenHeader.js +1 -1
  25. package/es/components/InterstitialScreen/{_story-assets/InterstitialScreenView/InterstitialScreenView.d.ts → InterstitialScreenView.d.ts} +2 -3
  26. package/es/components/InterstitialScreen/InterstitialScreenView.js +60 -0
  27. package/es/components/InterstitialScreen/index.d.ts +1 -0
  28. package/es/components/Tearsheet/next/Tearsheet.d.ts +85 -0
  29. package/es/components/Tearsheet/next/Tearsheet.js +129 -0
  30. package/es/components/Tearsheet/next/TearsheetBody.d.ts +67 -0
  31. package/es/components/Tearsheet/next/TearsheetBody.js +121 -0
  32. package/es/components/Tearsheet/next/TearsheetHeader.d.ts +65 -0
  33. package/es/components/Tearsheet/next/TearsheetHeader.js +121 -0
  34. package/es/components/Tearsheet/next/TearsheetHeaderActions.d.ts +54 -0
  35. package/es/components/Tearsheet/next/TearsheetHeaderActions.js +101 -0
  36. package/es/components/Tearsheet/next/TearsheetHeaderContent.d.ts +28 -0
  37. package/es/components/Tearsheet/next/TearsheetHeaderContent.js +67 -0
  38. package/es/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts +22 -0
  39. package/es/components/Tearsheet/next/context.d.ts +26 -0
  40. package/es/components/Tearsheet/next/context.js +26 -0
  41. package/es/components/Tearsheet/next/index.d.ts +12 -0
  42. package/es/components/Tearsheet/next/index.js +8 -0
  43. package/es/components/Toolbar/Toolbar.js +1 -5
  44. package/es/components/TruncatedText/TruncatedText.d.ts +2 -3
  45. package/es/components/TruncatedText/TruncatedText.js +1 -2
  46. package/es/components/TruncatedText/index.d.ts +1 -0
  47. package/es/components/index.d.ts +2 -1
  48. package/es/global/js/hooks/useCollapsible.d.ts +19 -0
  49. package/es/global/js/hooks/useCollapsible.js +68 -0
  50. package/es/global/js/hooks/useMatchMedia.d.ts +13 -0
  51. package/es/global/js/hooks/useMatchMedia.js +33 -0
  52. package/es/index.js +4 -1
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +845 -805
  54. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +476 -476
  55. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +111 -108
  56. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +1 -1
  57. package/lib/components/InterstitialScreen/InterstitialScreenBody.js +15 -8
  58. package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +6 -1
  59. package/lib/components/InterstitialScreen/InterstitialScreenHeader.d.ts +1 -1
  60. package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +1 -1
  61. package/lib/components/InterstitialScreen/{_story-assets/InterstitialScreenView/InterstitialScreenView.d.ts → InterstitialScreenView.d.ts} +2 -3
  62. package/lib/components/InterstitialScreen/InterstitialScreenView.js +62 -0
  63. package/lib/components/InterstitialScreen/index.d.ts +1 -0
  64. package/lib/components/Tearsheet/next/Tearsheet.d.ts +85 -0
  65. package/lib/components/Tearsheet/next/Tearsheet.js +131 -0
  66. package/lib/components/Tearsheet/next/TearsheetBody.d.ts +67 -0
  67. package/lib/components/Tearsheet/next/TearsheetBody.js +128 -0
  68. package/lib/components/Tearsheet/next/TearsheetHeader.d.ts +65 -0
  69. package/lib/components/Tearsheet/next/TearsheetHeader.js +127 -0
  70. package/lib/components/Tearsheet/next/TearsheetHeaderActions.d.ts +54 -0
  71. package/lib/components/Tearsheet/next/TearsheetHeaderActions.js +104 -0
  72. package/lib/components/Tearsheet/next/TearsheetHeaderContent.d.ts +28 -0
  73. package/lib/components/Tearsheet/next/TearsheetHeaderContent.js +71 -0
  74. package/lib/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts +22 -0
  75. package/lib/components/Tearsheet/next/context.d.ts +26 -0
  76. package/lib/components/Tearsheet/next/context.js +29 -0
  77. package/lib/components/Tearsheet/next/index.d.ts +12 -0
  78. package/lib/components/Tearsheet/next/index.js +14 -0
  79. package/lib/components/Toolbar/Toolbar.js +1 -5
  80. package/lib/components/TruncatedText/TruncatedText.d.ts +2 -3
  81. package/lib/components/TruncatedText/TruncatedText.js +4 -3
  82. package/lib/components/TruncatedText/index.d.ts +1 -0
  83. package/lib/components/index.d.ts +2 -1
  84. package/lib/global/js/hooks/useCollapsible.d.ts +19 -0
  85. package/lib/global/js/hooks/useCollapsible.js +70 -0
  86. package/lib/global/js/hooks/useMatchMedia.d.ts +13 -0
  87. package/lib/global/js/hooks/useMatchMedia.js +35 -0
  88. package/lib/index.js +15 -14
  89. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +863 -823
  90. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +477 -477
  91. package/package.json +16 -15
  92. package/scss/components/FilterSummary/_filter-summary.scss +1 -1
  93. package/scss/components/PageHeader/_page-header.scss +4 -0
  94. package/scss/components/SidePanel/_side-panel.scss +5 -5
  95. package/scss/components/TagOverflow/_tag-overflow.scss +38 -38
  96. package/scss/components/TagSet/_tag-set.scss +28 -12
  97. package/scss/components/Tearsheet/_tearsheet.scss +8 -1
  98. package/scss/components/Tearsheet/_tearsheet_next.scss +408 -0
  99. package/telemetry.yml +32 -6
@@ -11,9 +11,9 @@ var React = require('react');
11
11
  var Icon = require('../Icon.js');
12
12
  var iconPropTypesC5chbmyn = require('../iconPropTypes-C5chbmyn.js');
13
13
 
14
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _circle, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _circle2, _circle3, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _circle4, _path96, _path97, _circle5, _path98, _path99, _circle6, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _rect, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _circle7, _circle8, _path185, _circle9, _circle0, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _circle1, _circle10, _path210, _path211;
14
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _circle, _path16, _path17, _circle2, _path18, _circle3, _path19, _path20, _circle4, _path21, _circle5, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _circle6, _circle7, _circle8, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _circle9, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _circle0, _circle1, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _circle10, _path128, _path129, _circle11, _path130, _path131, _circle12, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _rect, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _circle13, _circle14, _path217, _circle15, _circle16, _path218;
15
15
  const didWarnAboutDeprecation = {};
16
- const IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(_ref, ref) {
16
+ const InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisabled(_ref, ref) {
17
17
  let {
18
18
  children,
19
19
  size = 16,
@@ -28,13 +28,15 @@ const IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentReques
28
28
  fill: "currentColor",
29
29
  ...rest
30
30
  }, _path || (_path = /*#__PURE__*/React.createElement("path", {
31
- d: "M28.6 30L30 28.6 22.4 21 29 21 29 19 19 19 19 29 21 29 21 22.4zM2 28.6L3.4 30 11 22.4 11 29 13 29 13 19 3 19 3 21 9.6 21zM17 2L15 2 15 12.2 10.4 7.6 9 9 16 16 23 9 21.6 7.6 17 12.2z"
31
+ d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l3.4433-3.4434A13.9614 13.9614 0 0026.5565 6.8574zM28 16A11.9734 11.9734 0 018.2678 25.146L15 18.4141V22H13v2h7V22H17V16.4141l8.146-8.146A11.8967 11.8967 0 0128 16zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
32
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
+ d: "M5.67,22.0854A11.9829,11.9829,0,0,1,22.0856,5.67L23.54,4.2163A13.985,13.985,0,0,0,4.2162,23.54Z"
32
34
  })), children);
33
35
  });
34
36
  if (process.env.NODE_ENV !== "production") {
35
- IntentRequestScaleIn.propTypes = iconPropTypesC5chbmyn.i;
37
+ InformationDisabled.propTypes = iconPropTypesC5chbmyn.i;
36
38
  }
37
- const IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(_ref2, ref) {
39
+ const InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled(_ref2, ref) {
38
40
  let {
39
41
  children,
40
42
  size = 16,
@@ -48,14 +50,18 @@ const IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentReque
48
50
  viewBox: "0 0 32 32",
49
51
  fill: "currentColor",
50
52
  ...rest
51
- }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
52
- d: "M19 20.4L20.4 19 28 26.6 28 20 30 20 30 30 20 30 20 28 26.6 28zM13 20.4L11.6 19 4 26.6 4 20 2 20 2 30 12 30 12 28 5.4 28zM17 16L15 16 15 5.8 10.4 10.4 9 9 16 2 23 9 21.6 10.4 17 5.8z"
53
+ }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
54
+ fill: "none",
55
+ d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
56
+ "data-icon-path": "inner-path"
57
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
58
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,6a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
53
59
  })), children);
54
60
  });
55
61
  if (process.env.NODE_ENV !== "production") {
56
- IntentRequestScaleOut.propTypes = iconPropTypesC5chbmyn.i;
62
+ InformationFilled.propTypes = iconPropTypesC5chbmyn.i;
57
63
  }
58
- const IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(_ref3, ref) {
64
+ const InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare(_ref3, ref) {
59
65
  let {
60
66
  children,
61
67
  size = 16,
@@ -69,16 +75,16 @@ const IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequ
69
75
  viewBox: "0 0 32 32",
70
76
  fill: "currentColor",
71
77
  ...rest
72
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
73
- d: "M30 21.4L28.6 20 25 23.6 21.4 20 20 21.4 23.6 25 20 28.6 21.4 30 25 26.4 28.6 30 30 28.6 26.4 25z"
74
- })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
75
- d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
78
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
79
+ d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
80
+ })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
81
+ d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26V6Z"
76
82
  })), children);
77
83
  });
78
84
  if (process.env.NODE_ENV !== "production") {
79
- IntentRequestUninstall.propTypes = iconPropTypesC5chbmyn.i;
85
+ InformationSquare.propTypes = iconPropTypesC5chbmyn.i;
80
86
  }
81
- const IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(_ref4, ref) {
87
+ const InformationSquareFilled = /*#__PURE__*/React.forwardRef(function InformationSquareFilled(_ref4, ref) {
82
88
  let {
83
89
  children,
84
90
  size = 16,
@@ -92,35 +98,23 @@ const IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentReques
92
98
  viewBox: "0 0 32 32",
93
99
  fill: "currentColor",
94
100
  ...rest
95
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
96
- d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
97
- })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
98
- d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
101
+ }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
102
+ fill: "none",
103
+ d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
104
+ "data-icon-path": "inner-path"
105
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
106
+ d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
99
107
  })), children);
100
108
  });
101
109
  if (process.env.NODE_ENV !== "production") {
102
- IntentRequestUpgrade.propTypes = iconPropTypesC5chbmyn.i;
110
+ InformationSquareFilled.propTypes = iconPropTypesC5chbmyn.i;
103
111
  }
104
- const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref5, ref) {
112
+ const InfrastructureClassic = /*#__PURE__*/React.forwardRef(function InfrastructureClassic(_ref5, ref) {
105
113
  let {
106
114
  children,
107
115
  size = 16,
108
116
  ...rest
109
117
  } = _ref5;
110
- if (size === 16 || size === "16" || size === "16px") {
111
- return /*#__PURE__*/React.createElement(Icon.default, {
112
- width: size,
113
- height: size,
114
- ref: ref,
115
- xmlns: "http://www.w3.org/2000/svg",
116
- viewBox: "0 0 16 16",
117
- fill: "currentColor",
118
- ...rest
119
- }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
120
- fillRule: "evenodd",
121
- d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"
122
- })), children);
123
- }
124
118
  return /*#__PURE__*/React.createElement(Icon.default, {
125
119
  width: size,
126
120
  height: size,
@@ -129,14 +123,16 @@ const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref5,
129
123
  viewBox: "0 0 32 32",
130
124
  fill: "currentColor",
131
125
  ...rest
132
- }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
133
- d: "M26 18H22V14H20V28h6a2.0027 2.0027 0 002-2V20A2.0023 2.0023 0 0026 18zm-4 8V20h4v6zM20 6.076L19.256 4.219 16 5.522 16 2 14 2 14 5.523 10.744 4.22 10 6.077 13.417 7.444 10.9 10.8 12.5 12 15 8.667 17.5 12 19.1 10.8 16.583 7.443 20 6.076zM10 18H5v2h5v2H6a2 2 0 00-2 2v2a2 2 0 002 2h6V20A2.0023 2.0023 0 0010 18zm0 8H6V24h4z"
126
+ }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
127
+ d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
128
+ })), _path0 || (_path0 = /*#__PURE__*/React.createElement("path", {
129
+ d: "M14,25H9.5A7.4964,7.4964,0,0,1,8.1782,10.124,10,10,0,0,1,28,12H26a7.999,7.999,0,0,0-15.9507-.87l-.09.8335L9.123,12.02A5.4962,5.4962,0,0,0,9.5,23H14Z"
134
130
  })), children);
135
131
  });
136
132
  if (process.env.NODE_ENV !== "production") {
137
- Interactions.propTypes = iconPropTypesC5chbmyn.i;
133
+ InfrastructureClassic.propTypes = iconPropTypesC5chbmyn.i;
138
134
  }
139
- const WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref6, ref) {
135
+ const Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref6, ref) {
140
136
  let {
141
137
  children,
142
138
  size = 16,
@@ -150,25 +146,14 @@ const WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(
150
146
  viewBox: "0 0 32 32",
151
147
  fill: "currentColor",
152
148
  ...rest
153
- }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
154
- d: "M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z"
155
- })), _path0 || (_path0 = /*#__PURE__*/React.createElement("path", {
156
- d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
157
- transform: "rotate(-45 9 20)"
158
- })), _path1 || (_path1 = /*#__PURE__*/React.createElement("path", {
159
- d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
160
- transform: "rotate(-45 20 9)"
161
- })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
162
- d: "M7.586 7.586H10.414V10.414H7.586z",
163
- transform: "rotate(-45 9 9)"
164
- })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
165
- d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
149
+ }, _path1 || (_path1 = /*#__PURE__*/React.createElement("path", {
150
+ d: "M2 9h9V2H2zM4 4H9V7H4zM2 19h9V12H2zm2-5H9v3H4zM2 29h9V22H2zm2-5H9v3H4zM27 9H18l3.41-3.59L20 4l-6 6 6 6 1.41-1.41L18 11h9a1 1 0 011 1V24a1 1 0 01-1 1H15v2H27a3 3 0 003-3V12A3 3 0 0027 9z"
166
151
  })), children);
167
152
  });
168
153
  if (process.env.NODE_ENV !== "production") {
169
- WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypesC5chbmyn.i;
154
+ Insert.propTypes = iconPropTypesC5chbmyn.i;
170
155
  }
171
- const InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_ref7, ref) {
156
+ const InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref7, ref) {
172
157
  let {
173
158
  children,
174
159
  size = 16,
@@ -182,18 +167,14 @@ const InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_re
182
167
  viewBox: "0 0 32 32",
183
168
  fill: "currentColor",
184
169
  ...rest
185
- }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
186
- strokeWidth: "0",
187
- d: "M18.3242 11.7334v1.29h-1.3242v1.7368h1.3242v7.2397h2.2012v-7.2397h1.8398v-1.7368h-1.8398v-1.9951h1.8398v-1.7539h-1.5649c-1.6167 0-2.4761.877-2.4761 2.459zM10 11.8193L11.582 11.8193 11.582 20.1772 10 20.1772 10 22 15.4516 22 15.4516 20.1772 13.8525 20.1772 13.8525 11.8193 15.4516 11.8193 15.4516 9.9966 10 9.9966 10 11.8193z"
188
- })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
189
- strokeWidth: "0",
190
- d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
170
+ }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
171
+ d: "M26 30H24V20H12V30H10V20a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2zM5.17 16L2 19.17 3.411 20.589 8 16 3.42 11.42 2 12.83 5.17 16zM24 14H12a2.0021 2.0021 0 01-2-2V2h2V12H24V2h2V12A2.0021 2.0021 0 0124 14z"
191
172
  })), children);
192
173
  });
193
174
  if (process.env.NODE_ENV !== "production") {
194
- InterfaceUsage.propTypes = iconPropTypesC5chbmyn.i;
175
+ InsertPage.propTypes = iconPropTypesC5chbmyn.i;
195
176
  }
196
- const InterfaceUsage_1 = /*#__PURE__*/React.forwardRef(function InterfaceUsage_1(_ref8, ref) {
177
+ const InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref8, ref) {
197
178
  let {
198
179
  children,
199
180
  size = 16,
@@ -207,14 +188,16 @@ const InterfaceUsage_1 = /*#__PURE__*/React.forwardRef(function InterfaceUsage_1
207
188
  viewBox: "0 0 32 32",
208
189
  fill: "currentColor",
209
190
  ...rest
210
- }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
211
- d: "M21.0259,30h-10c-5,0-9-4-9-9v-10C2.0259,6,6.0259,2,11.0259,2h10c5,0,9,4,9,9v10c0,5-4,9-9,9ZM11.0259,4c-3.9,0-7,3.1-7,7v10c0,3.9,3.1,7,7,7h10c3.9,0,7-3.1,7-7v-10c0-3.9-3.1-7-7-7h-10ZM9,22.0029v-1.8232h1.582v-8.3574h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3574h1.5991v1.8232h-5.4512ZM16.3301,22.0029v-9.0029h2.2012v1.5225h.0859c.3613-.9629,1.1182-1.7021,2.5107-1.7021,1.8403,0,2.8721,1.2725,2.8721,3.5078v5.6748h-2.2012v-5.4512c0-1.2725-.4302-1.9258-1.479-1.9258-.9116,0-1.7886.4814-1.7886,1.4443v5.9326h-2.2012Z"
191
+ }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
192
+ d: "M20.17 16L17.59 18.58 19 20 23 16 19 12 17.58 13.41 20.17 16zM11.83 16L14.41 13.42 13 12 9 16 13 20 14.42 18.59 11.83 16z"
193
+ })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
194
+ d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
212
195
  })), children);
213
196
  });
214
197
  if (process.env.NODE_ENV !== "production") {
215
- InterfaceUsage_1.propTypes = iconPropTypesC5chbmyn.i;
198
+ InsertSyntax.propTypes = iconPropTypesC5chbmyn.i;
216
199
  }
217
- const InterfaceUsageAlt = /*#__PURE__*/React.forwardRef(function InterfaceUsageAlt(_ref9, ref) {
200
+ const Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref9, ref) {
218
201
  let {
219
202
  children,
220
203
  size = 16,
@@ -228,14 +211,16 @@ const InterfaceUsageAlt = /*#__PURE__*/React.forwardRef(function InterfaceUsageA
228
211
  viewBox: "0 0 32 32",
229
212
  fill: "currentColor",
230
213
  ...rest
231
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
232
- d: "M26,19h-3c-2.2056,0-4,1.7944-4,4h-2v-14c0-1.1025-.8972-2-2-2h-2v-1c0-2.2056-1.7944-4-4-4h-3c-2.2056,0-4,1.7944-4,4v3c0,2.2056,1.7944,4,4,4h3c2.2056,0,4-1.7944,4-4h2v14c0,1.1025.8972,2,2,2h2v1c0,2.2056,1.7944,4,4,4h3c2.2056,0,4-1.7944,4-4v-3c0-2.2056-1.7944-4-4-4ZM11,9c0,1.1025-.8972,2-2,2h-3c-1.1028,0-2-.8975-2-2v-3c0-1.1025.8972-2,2-2h3c1.1028,0,2,.8975,2,2v3ZM28,26c0,1.1025-.8972,2-2,2h-3c-1.1028,0-2-.8975-2-2v-3c0-1.1025.8972-2,2-2h3c1.1028,0,2,.8975,2,2v3Z"
214
+ }, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
215
+ d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
216
+ })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
217
+ d: "M30,15H27.9492A12.0071,12.0071,0,0,0,17,4.0508V2H15V4.0508A12.0071,12.0071,0,0,0,4.0508,15H2v2H4.0508A12.0071,12.0071,0,0,0,15,27.9492V30h2V27.9492A12.0071,12.0071,0,0,0,27.9492,17H30ZM17,25.9492V23H15v2.9492A10.0166,10.0166,0,0,1,6.0508,17H9V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V9h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H23v2h2.949A10.0165,10.0165,0,0,1,17,25.9492Z"
233
218
  })), children);
234
219
  });
235
220
  if (process.env.NODE_ENV !== "production") {
236
- InterfaceUsageAlt.propTypes = iconPropTypesC5chbmyn.i;
221
+ Inspection.propTypes = iconPropTypesC5chbmyn.i;
237
222
  }
238
- const InterfaceDefinitionAlt = /*#__PURE__*/React.forwardRef(function InterfaceDefinitionAlt(_ref10, ref) {
223
+ const InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref10, ref) {
239
224
  let {
240
225
  children,
241
226
  size = 16,
@@ -249,14 +234,20 @@ const InterfaceDefinitionAlt = /*#__PURE__*/React.forwardRef(function InterfaceD
249
234
  viewBox: "0 0 32 32",
250
235
  fill: "currentColor",
251
236
  ...rest
252
- }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
253
- d: "M28,30H4c-1.1,0-2-.9-2-2V4c0-1.1.9-2,2-2h24c1.1,0,2,.9,2,2v24c0,1.1-.9,2-2,2ZM4,28h24V4H4v24ZM9,22v-1.8232h1.582v-8.3545h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3545h1.5991v1.8232h-5.4512ZM16.3301,22v-9h2.2012v1.5195h.0859c.3613-.9629,1.1182-1.7021,2.5107-1.7021,1.8403,0,2.8721,1.2725,2.8721,3.5078v5.6748h-2.2012v-5.4512c0-1.2725-.4302-1.9258-1.479-1.9258-.9116,0-1.7886.4814-1.7886,1.4443v5.9326h-2.2012Z"
237
+ }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
238
+ d: "M12 5A3.0033 3.0033 0 009 2H4V15H9a3.0033 3.0033 0 003-3V10.5a2.977 2.977 0 00-.78-2 2.9768 2.9768 0 00.78-2zM6 4H9a1.0013 1.0013 0 011 1V6.5513A.9587.9587 0 019 7.5H6zm4 8a1.0009 1.0009 0 01-1 1H6V9.5H9a1.0009 1.0009 0 011 1zM22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5z"
239
+ })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
240
+ cx: "9",
241
+ cy: "27",
242
+ r: "1"
243
+ })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
244
+ d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
254
245
  })), children);
255
246
  });
256
247
  if (process.env.NODE_ENV !== "production") {
257
- InterfaceDefinitionAlt.propTypes = iconPropTypesC5chbmyn.i;
248
+ InstanceBx.propTypes = iconPropTypesC5chbmyn.i;
258
249
  }
259
- const InterfaceDefinition = /*#__PURE__*/React.forwardRef(function InterfaceDefinition(_ref11, ref) {
250
+ const InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_ref11, ref) {
260
251
  let {
261
252
  children,
262
253
  size = 16,
@@ -271,13 +262,19 @@ const InterfaceDefinition = /*#__PURE__*/React.forwardRef(function InterfaceDefi
271
262
  fill: "currentColor",
272
263
  ...rest
273
264
  }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
274
- d: "M28,19h-7c-1.1028,0-2,.8975-2,2v2h-2v-14c0-1.1025-.8972-2-2-2h-2v-3c0-1.1025-.8972-2-2-2h-7c-1.1028,0-2,.8975-2,2v7c0,1.1025.8972,2,2,2h7c1.1028,0,2-.8975,2-2v-2h2v14c0,1.1025.8972,2,2,2h2v3c0,1.1025.8972,2,2,2h7c1.1028,0,2-.8975,2-2v-7c0-1.1025-.8972-2-2-2ZM11,11h-7v-7h7v7ZM28,28h-7v-7h7v7Z"
265
+ d: "M23.5,21H23V19h.5a4.4975,4.4975,0,0,0,.3564-8.981l-.8154-.0639-.0986-.812a6.9938,6.9938,0,0,0-13.8838,0l-.0991.812-.8155.0639A4.4975,4.4975,0,0,0,8.5,19H9v2H8.5A6.4973,6.4973,0,0,1,7.2,8.1362a8.9943,8.9943,0,0,1,17.6006,0A6.4974,6.4974,0,0,1,23.5,21Z"
266
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
267
+ cx: "9",
268
+ cy: "27",
269
+ r: "1"
270
+ })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
271
+ d: "M26,23H17V15.83l2.59,2.58L21,17l-5-5-5,5,1.41,1.41L15,15.83V23H6a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V25A2.0023,2.0023,0,0,0,26,23Zm0,6H6V25H26Z"
275
272
  })), children);
276
273
  });
277
274
  if (process.env.NODE_ENV !== "production") {
278
- InterfaceDefinition.propTypes = iconPropTypesC5chbmyn.i;
275
+ InstanceClassic.propTypes = iconPropTypesC5chbmyn.i;
279
276
  }
280
- const Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref12, ref) {
277
+ const InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref12, ref) {
281
278
  let {
282
279
  children,
283
280
  size = 16,
@@ -291,16 +288,18 @@ const Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref12, ref)
291
288
  viewBox: "0 0 32 32",
292
289
  fill: "currentColor",
293
290
  ...rest
294
- }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
295
- d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
291
+ }, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
292
+ cx: "9",
293
+ cy: "27",
294
+ r: "1"
296
295
  })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
297
- d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8Zm0,20H10V24h4V22H10V18H8v4H4V4H22V8H18v2h4v4h2V10h4Z"
296
+ d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM12 15H6a2.0023 2.0023 0 01-2-2V4A2.002 2.002 0 016 2h6V4H6v9h6zM2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
298
297
  })), children);
299
298
  });
300
299
  if (process.env.NODE_ENV !== "production") {
301
- Intersect.propTypes = iconPropTypesC5chbmyn.i;
300
+ InstanceCx.propTypes = iconPropTypesC5chbmyn.i;
302
301
  }
303
- const IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(_ref13, ref) {
302
+ const InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref13, ref) {
304
303
  let {
305
304
  children,
306
305
  size = 16,
@@ -314,20 +313,20 @@ const IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrev
314
313
  viewBox: "0 0 32 32",
315
314
  fill: "currentColor",
316
315
  ...rest
317
- }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
318
- cx: "22",
319
- cy: "23.887",
320
- r: "2"
321
- })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
322
- d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z"
316
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
317
+ d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM10 2L8.485 6.374 8 8 7.535 6.374 6 2 4 2 4 15 6 15 6 7.374 5.841 5.378 6.421 7.374 8 12 9.579 7.374 10.159 5.374 10 7.374 10 15 12 15 12 2 10 2z"
318
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
319
+ cx: "9",
320
+ cy: "27",
321
+ r: "1"
323
322
  })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
324
- d: "M28,12H7a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h5V18H7V14H28l.0007,2H30V14A2.0023,2.0023,0,0,0,28,12Z"
323
+ d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
325
324
  })), children);
326
325
  });
327
326
  if (process.env.NODE_ENV !== "production") {
328
- IntrusionPrevention.propTypes = iconPropTypesC5chbmyn.i;
327
+ InstanceMx.propTypes = iconPropTypesC5chbmyn.i;
329
328
  }
330
- const InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(_ref14, ref) {
329
+ const InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_ref14, ref) {
331
330
  let {
332
331
  children,
333
332
  size = 16,
@@ -341,16 +340,18 @@ const InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryMana
341
340
  viewBox: "0 0 32 32",
342
341
  fill: "currentColor",
343
342
  ...rest
344
- }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
345
- d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
346
- })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
347
- d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z"
343
+ }, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
344
+ cx: "7",
345
+ cy: "23",
346
+ r: "1"
347
+ })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
348
+ d: "M2 6H6V8H2zM8 6H12V8H8zM14 6H18V8H14zM20 6H24V8H20zM26 6H30V8H26zM28 28H4a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 28zM4 20v6H28V20zM2 12H30V14H2z"
348
349
  })), children);
349
350
  });
350
351
  if (process.env.NODE_ENV !== "production") {
351
- InventoryManagement.propTypes = iconPropTypesC5chbmyn.i;
352
+ InstanceVirtual.propTypes = iconPropTypesC5chbmyn.i;
352
353
  }
353
- const IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref15, ref) {
354
+ const Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref15, ref) {
354
355
  let {
355
356
  children,
356
357
  size = 16,
@@ -364,16 +365,14 @@ const IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref15, ref
364
365
  viewBox: "0 0 32 32",
365
366
  fill: "currentColor",
366
367
  ...rest
367
- }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
368
- d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
369
- })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
370
- d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z"
368
+ }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
369
+ d: "M29.88,15.52l-6-11A1,1,0,0,0,23,4H9a1,1,0,0,0-.88.52l-6,11a1,1,0,0,0,0,1l6,11A1,1,0,0,0,9,28H23a1,1,0,0,0,.88-.52l6-11A1,1,0,0,0,29.88,15.52ZM22.93,7l4.39,8h-9.5ZM16,14.14,10.82,6H21.18ZM9.07,7l5.11,8H4.68ZM4.68,17h9.5L9.07,25ZM16,17.86,21.18,26H10.82ZM22.93,25l-5.11-8h9.5Z"
371
370
  })), children);
372
371
  });
373
372
  if (process.env.NODE_ENV !== "production") {
374
- IotConnect.propTypes = iconPropTypesC5chbmyn.i;
373
+ Integration.propTypes = iconPropTypesC5chbmyn.i;
375
374
  }
376
- const IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref16, ref) {
375
+ const IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestActive(_ref16, ref) {
377
376
  let {
378
377
  children,
379
378
  size = 16,
@@ -387,18 +386,16 @@ const IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref16, r
387
386
  viewBox: "0 0 32 32",
388
387
  fill: "currentColor",
389
388
  ...rest
390
- }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
391
- d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
392
- })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
393
- d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
394
- })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
395
- d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
389
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
390
+ d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
391
+ })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
392
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
396
393
  })), children);
397
394
  });
398
395
  if (process.env.NODE_ENV !== "production") {
399
- IotPlatform.propTypes = iconPropTypesC5chbmyn.i;
396
+ IntentRequestActive.propTypes = iconPropTypesC5chbmyn.i;
400
397
  }
401
- const Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref17, ref) {
398
+ const IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCreate(_ref17, ref) {
402
399
  let {
403
400
  children,
404
401
  size = 16,
@@ -412,15 +409,16 @@ const Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref17, ref) {
412
409
  viewBox: "0 0 32 32",
413
410
  fill: "currentColor",
414
411
  ...rest
415
- }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
416
- strokeWidth: "0",
417
- d: "M19 23h-2v-14h6c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2h-4v5zm0-7h4v-5.0015h-4v5.0015zM7 11L10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
412
+ }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
413
+ d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
414
+ })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
415
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
418
416
  })), children);
419
417
  });
420
418
  if (process.env.NODE_ENV !== "production") {
421
- Ip.propTypes = iconPropTypesC5chbmyn.i;
419
+ IntentRequestCreate.propTypes = iconPropTypesC5chbmyn.i;
422
420
  }
423
- const Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref18, ref) {
421
+ const IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal(_ref18, ref) {
424
422
  let {
425
423
  children,
426
424
  size = 16,
@@ -434,14 +432,16 @@ const Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref18, ref) {
434
432
  viewBox: "0 0 32 32",
435
433
  fill: "currentColor",
436
434
  ...rest
437
- }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
438
- d: "M28 23H24a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0128 23zM24 11V21h4V11zM18 23H12V21h6V17H14a2 2 0 01-2-2V11a2 2 0 012-2h6v2H14v4h4a2 2 0 012 2v4A2 2 0 0118 23zM2 11L5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z"
435
+ }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
436
+ d: "M27,20c-0.8,0-1.5,0.3-2.1,0.9l-0.4,0.5l-0.4-0.5C23.5,20.3,22.7,20,22,20s-1.5,0.3-2.1,0.9c-1.2,1.2-1.2,3.1,0,4.3l4.6,4.8 l4.6-4.8c1.2-1.2,1.2-3.1,0-4.3C28.6,20.3,27.8,20,27,20L27,20z"
437
+ })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
438
+ d: "M16.6,28.6L4,16L16,4l12.6,12.6l1.4-1.4L17.5,2.6c-0.8-0.8-2.1-0.8-2.9,0L2.6,14.5c-0.8,0.8-0.8,2.1,0,2.9L15.1,30 L16.6,28.6z"
439
439
  })), children);
440
440
  });
441
441
  if (process.env.NODE_ENV !== "production") {
442
- Iso.propTypes = iconPropTypesC5chbmyn.i;
442
+ IntentRequestHeal.propTypes = iconPropTypesC5chbmyn.i;
443
443
  }
444
- const IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref19, ref) {
444
+ const IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequestInactive(_ref19, ref) {
445
445
  let {
446
446
  children,
447
447
  size = 16,
@@ -455,16 +455,26 @@ const IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref19, ref)
455
455
  viewBox: "0 0 32 32",
456
456
  fill: "currentColor",
457
457
  ...rest
458
- }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
459
- d: "M21 13H24V19H21z"
460
- })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
461
- d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z"
458
+ }, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
459
+ cx: "18.5",
460
+ cy: "22.5",
461
+ r: "1.5"
462
+ })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
463
+ cx: "23.5",
464
+ cy: "22.5",
465
+ r: "1.5"
466
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
467
+ cx: "28.5",
468
+ cy: "22.5",
469
+ r: "1.5"
470
+ })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
471
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
462
472
  })), children);
463
473
  });
464
474
  if (process.env.NODE_ENV !== "production") {
465
- IsoFilled.propTypes = iconPropTypesC5chbmyn.i;
475
+ IntentRequestInactive.propTypes = iconPropTypesC5chbmyn.i;
466
476
  }
467
- const IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref20, ref) {
477
+ const IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(_ref20, ref) {
468
478
  let {
469
479
  children,
470
480
  size = 16,
@@ -478,16 +488,14 @@ const IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref20, ref
478
488
  viewBox: "0 0 32 32",
479
489
  fill: "currentColor",
480
490
  ...rest
481
- }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
482
- d: "M24 21H21a2 2 0 01-2-2V13a2 2 0 012-2h3a2 2 0 012 2v6A2 2 0 0124 21zm-3-8v6h3V13zM15 21H10V19h5V17H12a2 2 0 01-2-2V13a2 2 0 012-2h5v2H12v2h3a2 2 0 012 2v2A2 2 0 0115 21zM6 11H8V21H6z"
483
- })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
484
- d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,24V8H28V24Z"
491
+ }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
492
+ d: "M28.6 30L30 28.6 22.4 21 29 21 29 19 19 19 19 29 21 29 21 22.4zM2 28.6L3.4 30 11 22.4 11 29 13 29 13 19 3 19 3 21 9.6 21zM17 2L15 2 15 12.2 10.4 7.6 9 9 16 16 23 9 21.6 7.6 17 12.2z"
485
493
  })), children);
486
494
  });
487
495
  if (process.env.NODE_ENV !== "production") {
488
- IsoOutline.propTypes = iconPropTypesC5chbmyn.i;
496
+ IntentRequestScaleIn.propTypes = iconPropTypesC5chbmyn.i;
489
497
  }
490
- const ItemDefinition = /*#__PURE__*/React.forwardRef(function ItemDefinition(_ref21, ref) {
498
+ const IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(_ref21, ref) {
491
499
  let {
492
500
  children,
493
501
  size = 16,
@@ -501,14 +509,14 @@ const ItemDefinition = /*#__PURE__*/React.forwardRef(function ItemDefinition(_re
501
509
  viewBox: "0 0 32 32",
502
510
  fill: "currentColor",
503
511
  ...rest
504
- }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
505
- d: "M28,2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h24c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2ZM28,28H4V4h24v24ZM10,22v-1.8232h1.582v-8.3574h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3574h1.5991v1.8232h-5.4512ZM18.0906,19.7129v-4.9487h-1.3242v-1.7539h.688c.6538,0,.8599-.3096.8599-.9287v-1.5171h1.9775v2.4458h1.8403v1.7539h-1.8403v5.4819h1.7026v1.7539h-1.582c-1.5132,0-2.3218-.8252-2.3218-2.2871Z"
512
+ }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
513
+ d: "M19 20.4L20.4 19 28 26.6 28 20 30 20 30 30 20 30 20 28 26.6 28zM13 20.4L11.6 19 4 26.6 4 20 2 20 2 30 12 30 12 28 5.4 28zM17 16L15 16 15 5.8 10.4 10.4 9 9 16 2 23 9 21.6 10.4 17 5.8z"
506
514
  })), children);
507
515
  });
508
516
  if (process.env.NODE_ENV !== "production") {
509
- ItemDefinition.propTypes = iconPropTypesC5chbmyn.i;
517
+ IntentRequestScaleOut.propTypes = iconPropTypesC5chbmyn.i;
510
518
  }
511
- const ItemUsage = /*#__PURE__*/React.forwardRef(function ItemUsage(_ref22, ref) {
519
+ const IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(_ref22, ref) {
512
520
  let {
513
521
  children,
514
522
  size = 16,
@@ -522,14 +530,16 @@ const ItemUsage = /*#__PURE__*/React.forwardRef(function ItemUsage(_ref22, ref)
522
530
  viewBox: "0 0 32 32",
523
531
  fill: "currentColor",
524
532
  ...rest
525
- }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
526
- d: "M21,30h-10c-5,0-9-4-9-9v-10C2,6,6,2,11,2h10c5,0,9,4,9,9v10c0,5-4,9-9,9ZM11,4c-3.9,0-7,3.1-7,7v10c0,3.9,3.1,7,7,7h10c3.9,0,7-3.1,7-7v-10c0-3.9-3.1-7-7-7h-10ZM10,22v-1.8232h1.582v-8.3574h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3574h1.5991v1.8232h-5.4512ZM18.0906,19.7129v-4.9487h-1.3242v-1.7539h.688c.6538,0,.8599-.3096.8599-.9287v-1.5171h1.9775v2.4458h1.8403v1.7539h-1.8403v5.4819h1.7026v1.7539h-1.582c-1.5132,0-2.3218-.8252-2.3218-2.2871Z"
533
+ }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
534
+ d: "M30 21.4L28.6 20 25 23.6 21.4 20 20 21.4 23.6 25 20 28.6 21.4 30 25 26.4 28.6 30 30 28.6 26.4 25z"
535
+ })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
536
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
527
537
  })), children);
528
538
  });
529
539
  if (process.env.NODE_ENV !== "production") {
530
- ItemUsage.propTypes = iconPropTypesC5chbmyn.i;
540
+ IntentRequestUninstall.propTypes = iconPropTypesC5chbmyn.i;
531
541
  }
532
- const JobDaemon = /*#__PURE__*/React.forwardRef(function JobDaemon(_ref23, ref) {
542
+ const IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(_ref23, ref) {
533
543
  let {
534
544
  children,
535
545
  size = 16,
@@ -543,19 +553,35 @@ const JobDaemon = /*#__PURE__*/React.forwardRef(function JobDaemon(_ref23, ref)
543
553
  viewBox: "0 0 32 32",
544
554
  fill: "currentColor",
545
555
  ...rest
546
- }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
547
- d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM27,20c-1.6,0-3.1,1.4-4,2.4-.9-1-2.4-2.4-4-2.4-2.6,0-4,2-4,4s1.4,4,4,4,3.1-1.4,4-2.4c.9,1,2.4,2.4,4,2.4,2.6,0,4-2,4-4s-1.4-4-4-4ZM19,26c-1.5,0-2-1.1-2-2s.5-2,2-2,2,1.1,2.8,2c-.7.9-1.9,2-2.8,2ZM27,26c-.9,0-2-1.1-2.8-2,.7-.9,1.9-2,2.8-2,1.5,0,2,1.1,2,2s-.5,2-2,2Z"
556
+ }, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
557
+ d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
558
+ })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
559
+ d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
548
560
  })), children);
549
561
  });
550
562
  if (process.env.NODE_ENV !== "production") {
551
- JobDaemon.propTypes = iconPropTypesC5chbmyn.i;
563
+ IntentRequestUpgrade.propTypes = iconPropTypesC5chbmyn.i;
552
564
  }
553
- const JobRun = /*#__PURE__*/React.forwardRef(function JobRun(_ref24, ref) {
565
+ const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref24, ref) {
554
566
  let {
555
567
  children,
556
568
  size = 16,
557
569
  ...rest
558
570
  } = _ref24;
571
+ if (size === 16 || size === "16" || size === "16px") {
572
+ return /*#__PURE__*/React.createElement(Icon.default, {
573
+ width: size,
574
+ height: size,
575
+ ref: ref,
576
+ xmlns: "http://www.w3.org/2000/svg",
577
+ viewBox: "0 0 16 16",
578
+ fill: "currentColor",
579
+ ...rest
580
+ }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
581
+ fillRule: "evenodd",
582
+ d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"
583
+ })), children);
584
+ }
559
585
  return /*#__PURE__*/React.createElement(Icon.default, {
560
586
  width: size,
561
587
  height: size,
@@ -565,13 +591,13 @@ const JobRun = /*#__PURE__*/React.forwardRef(function JobRun(_ref24, ref) {
565
591
  fill: "currentColor",
566
592
  ...rest
567
593
  }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
568
- d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM30,24l-6,6-1.4-1.4,3.6-3.6h-9.2v-2h9.2l-3.6-3.6,1.4-1.4,6,6Z"
594
+ d: "M26 18H22V14H20V28h6a2.0027 2.0027 0 002-2V20A2.0023 2.0023 0 0026 18zm-4 8V20h4v6zM20 6.076L19.256 4.219 16 5.522 16 2 14 2 14 5.523 10.744 4.22 10 6.077 13.417 7.444 10.9 10.8 12.5 12 15 8.667 17.5 12 19.1 10.8 16.583 7.443 20 6.076zM10 18H5v2h5v2H6a2 2 0 00-2 2v2a2 2 0 002 2h6V20A2.0023 2.0023 0 0010 18zm0 8H6V24h4z"
569
595
  })), children);
570
596
  });
571
597
  if (process.env.NODE_ENV !== "production") {
572
- JobRun.propTypes = iconPropTypesC5chbmyn.i;
598
+ Interactions.propTypes = iconPropTypesC5chbmyn.i;
573
599
  }
574
- const JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref25, ref) {
600
+ const WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref25, ref) {
575
601
  let {
576
602
  children,
577
603
  size = 16,
@@ -586,21 +612,24 @@ const JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref25, ref) {
586
612
  fill: "currentColor",
587
613
  ...rest
588
614
  }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
589
- fill: "none",
590
- d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
591
- "data-icon-path": "inner-path"
615
+ d: "M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z"
592
616
  })), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
593
- d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
617
+ d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
618
+ transform: "rotate(-45 9 20)"
594
619
  })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
595
- d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
620
+ d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
621
+ transform: "rotate(-45 20 9)"
596
622
  })), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
597
- d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
623
+ d: "M7.586 7.586H10.414V10.414H7.586z",
624
+ transform: "rotate(-45 9 9)"
625
+ })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
626
+ d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
598
627
  })), children);
599
628
  });
600
629
  if (process.env.NODE_ENV !== "production") {
601
- JoinFull.propTypes = iconPropTypesC5chbmyn.i;
630
+ WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypesC5chbmyn.i;
602
631
  }
603
- const JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref26, ref) {
632
+ const InterfaceDefinition = /*#__PURE__*/React.forwardRef(function InterfaceDefinition(_ref26, ref) {
604
633
  let {
605
634
  children,
606
635
  size = 16,
@@ -614,14 +643,14 @@ const JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref26, ref)
614
643
  viewBox: "0 0 32 32",
615
644
  fill: "currentColor",
616
645
  ...rest
617
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
618
- d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z"
646
+ }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
647
+ d: "M28,19h-7c-1.1028,0-2,.8975-2,2v2h-2v-14c0-1.1025-.8972-2-2-2h-2v-3c0-1.1025-.8972-2-2-2h-7c-1.1028,0-2,.8975-2,2v7c0,1.1025.8972,2,2,2h7c1.1028,0,2-.8975,2-2v-2h2v14c0,1.1025.8972,2,2,2h2v3c0,1.1025.8972,2,2,2h7c1.1028,0,2-.8975,2-2v-7c0-1.1025-.8972-2-2-2ZM11,11h-7v-7h7v7ZM28,28h-7v-7h7v7Z"
619
648
  })), children);
620
649
  });
621
650
  if (process.env.NODE_ENV !== "production") {
622
- JoinInner.propTypes = iconPropTypesC5chbmyn.i;
651
+ InterfaceDefinition.propTypes = iconPropTypesC5chbmyn.i;
623
652
  }
624
- const JoinInnerAlt = /*#__PURE__*/React.forwardRef(function JoinInnerAlt(_ref27, ref) {
653
+ const InterfaceDefinitionAlt = /*#__PURE__*/React.forwardRef(function InterfaceDefinitionAlt(_ref27, ref) {
625
654
  let {
626
655
  children,
627
656
  size = 16,
@@ -635,14 +664,14 @@ const JoinInnerAlt = /*#__PURE__*/React.forwardRef(function JoinInnerAlt(_ref27,
635
664
  viewBox: "0 0 32 32",
636
665
  fill: "currentColor",
637
666
  ...rest
638
- }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
639
- d: "M9.3,12.6l-1.3,1.5c-1.1-1-2-2.2-2.7-3.5l1.8-.9c.6,1.1,1.3,2.1,2.2,2.9h0ZM6.4,7.7c-.3-.9-.4-1.9-.4-2.8v-.9s-2,0-2,0v.9c0,1.1.2,2.3.5,3.4l1.9-.6h0ZM14.2,15c-1.2-.2-2.4-.7-3.4-1.3l-1,1.7c.3.2.7.4,1.1.6-.4.2-.7.4-1.1.6l1,1.7c1.1-.7,2.2-1.1,3.4-1.3v-1.9h0ZM5.3,21.4l1.8.9c.6-1.1,1.3-2.1,2.2-2.9l-1.3-1.5c-1.1,1-2,2.2-2.7,3.5h0ZM4,27.1v.9h2v-.9c0-1,.1-1.9.4-2.8l-1.9-.6c-.3,1.1-.5,2.2-.5,3.4h0ZM23,11l-1.4,1.4,2.6,2.6h-8.2s0,2,0,2h8.2s-2.6,2.6-2.6,2.6l1.4,1.4,5-5s-5-5-5-5Z"
667
+ }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
668
+ d: "M28,30H4c-1.1,0-2-.9-2-2V4c0-1.1.9-2,2-2h24c1.1,0,2,.9,2,2v24c0,1.1-.9,2-2,2ZM4,28h24V4H4v24ZM9,22v-1.8232h1.582v-8.3545h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3545h1.5991v1.8232h-5.4512ZM16.3301,22v-9h2.2012v1.5195h.0859c.3613-.9629,1.1182-1.7021,2.5107-1.7021,1.8403,0,2.8721,1.2725,2.8721,3.5078v5.6748h-2.2012v-5.4512c0-1.2725-.4302-1.9258-1.479-1.9258-.9116,0-1.7886.4814-1.7886,1.4443v5.9326h-2.2012Z"
640
669
  })), children);
641
670
  });
642
671
  if (process.env.NODE_ENV !== "production") {
643
- JoinInnerAlt.propTypes = iconPropTypesC5chbmyn.i;
672
+ InterfaceDefinitionAlt.propTypes = iconPropTypesC5chbmyn.i;
644
673
  }
645
- const JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref28, ref) {
674
+ const InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_ref28, ref) {
646
675
  let {
647
676
  children,
648
677
  size = 16,
@@ -656,22 +685,18 @@ const JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref28, ref) {
656
685
  viewBox: "0 0 32 32",
657
686
  fill: "currentColor",
658
687
  ...rest
659
- }, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
660
- d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z"
661
- })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
662
- d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
688
+ }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
689
+ strokeWidth: "0",
690
+ d: "M18.3242 11.7334v1.29h-1.3242v1.7368h1.3242v7.2397h2.2012v-7.2397h1.8398v-1.7368h-1.8398v-1.9951h1.8398v-1.7539h-1.5649c-1.6167 0-2.4761.877-2.4761 2.459zM10 11.8193L11.582 11.8193 11.582 20.1772 10 20.1772 10 22 15.4516 22 15.4516 20.1772 13.8525 20.1772 13.8525 11.8193 15.4516 11.8193 15.4516 9.9966 10 9.9966 10 11.8193z"
663
691
  })), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
664
- fill: "none",
665
- d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
666
- "data-icon-path": "inner-path"
667
- })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
668
- d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
692
+ strokeWidth: "0",
693
+ d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
669
694
  })), children);
670
695
  });
671
696
  if (process.env.NODE_ENV !== "production") {
672
- JoinLeft.propTypes = iconPropTypesC5chbmyn.i;
697
+ InterfaceUsage.propTypes = iconPropTypesC5chbmyn.i;
673
698
  }
674
- const JoinLeftOuter = /*#__PURE__*/React.forwardRef(function JoinLeftOuter(_ref29, ref) {
699
+ const InterfaceUsage_1 = /*#__PURE__*/React.forwardRef(function InterfaceUsage_1(_ref29, ref) {
675
700
  let {
676
701
  children,
677
702
  size = 16,
@@ -685,14 +710,14 @@ const JoinLeftOuter = /*#__PURE__*/React.forwardRef(function JoinLeftOuter(_ref2
685
710
  viewBox: "0 0 32 32",
686
711
  fill: "currentColor",
687
712
  ...rest
688
- }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
689
- d: "M28,16l-5,5-1.4-1.4,2.6-2.6h-10.2c-1.2.2-2.3.7-3.4,1.3l-1-1.7c.4-.3.8-.5,1.3-.7-4.1-1.8-6.9-5.6-6.9-10.1v-1.8s2,0,2,0v1.8c0,5.1,4.5,9.2,10,9.2h8.2l-2.6-2.6,1.4-1.4,5,5h0s0,0,0,0ZM4,27v1h2v-1c0-1,0-1.9.3-2.9l-1.9-.6c-.3,1.1-.5,2.3-.5,3.4h0ZM5.3,21.5l1.7.9c.6-1.1,1.3-2.1,2.2-3l-1.3-1.5c-1.1,1-2,2.2-2.6,3.6Z"
713
+ }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
714
+ d: "M21.0259,30h-10c-5,0-9-4-9-9v-10C2.0259,6,6.0259,2,11.0259,2h10c5,0,9,4,9,9v10c0,5-4,9-9,9ZM11.0259,4c-3.9,0-7,3.1-7,7v10c0,3.9,3.1,7,7,7h10c3.9,0,7-3.1,7-7v-10c0-3.9-3.1-7-7-7h-10ZM9,22.0029v-1.8232h1.582v-8.3574h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3574h1.5991v1.8232h-5.4512ZM16.3301,22.0029v-9.0029h2.2012v1.5225h.0859c.3613-.9629,1.1182-1.7021,2.5107-1.7021,1.8403,0,2.8721,1.2725,2.8721,3.5078v5.6748h-2.2012v-5.4512c0-1.2725-.4302-1.9258-1.479-1.9258-.9116,0-1.7886.4814-1.7886,1.4443v5.9326h-2.2012Z"
690
715
  })), children);
691
716
  });
692
717
  if (process.env.NODE_ENV !== "production") {
693
- JoinLeftOuter.propTypes = iconPropTypesC5chbmyn.i;
718
+ InterfaceUsage_1.propTypes = iconPropTypesC5chbmyn.i;
694
719
  }
695
- const JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref30, ref) {
720
+ const InterfaceUsageAlt = /*#__PURE__*/React.forwardRef(function InterfaceUsageAlt(_ref30, ref) {
696
721
  let {
697
722
  children,
698
723
  size = 16,
@@ -706,14 +731,14 @@ const JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref30, ref)
706
731
  viewBox: "0 0 32 32",
707
732
  fill: "currentColor",
708
733
  ...rest
709
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
710
- d: "M20 6a9.9539 9.9539 0 00-4 .8379 9.9953 9.9953 0 010 18.3242A9.9988 9.9988 0 1020 6zM10 16a9.9976 9.9976 0 016-9.1621 10 10 0 100 18.3242A9.9976 9.9976 0 0110 16z"
734
+ }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
735
+ d: "M26,19h-3c-2.2056,0-4,1.7944-4,4h-2v-14c0-1.1025-.8972-2-2-2h-2v-1c0-2.2056-1.7944-4-4-4h-3c-2.2056,0-4,1.7944-4,4v3c0,2.2056,1.7944,4,4,4h3c2.2056,0,4-1.7944,4-4h2v14c0,1.1025.8972,2,2,2h2v1c0,2.2056,1.7944,4,4,4h3c2.2056,0,4-1.7944,4-4v-3c0-2.2056-1.7944-4-4-4ZM11,9c0,1.1025-.8972,2-2,2h-3c-1.1028,0-2-.8975-2-2v-3c0-1.1025.8972-2,2-2h3c1.1028,0,2,.8975,2,2v3ZM28,26c0,1.1025-.8972,2-2,2h-3c-1.1028,0-2-.8975-2-2v-3c0-1.1025.8972-2,2-2h3c1.1028,0,2,.8975,2,2v3Z"
711
736
  })), children);
712
737
  });
713
738
  if (process.env.NODE_ENV !== "production") {
714
- JoinOuter.propTypes = iconPropTypesC5chbmyn.i;
739
+ InterfaceUsageAlt.propTypes = iconPropTypesC5chbmyn.i;
715
740
  }
716
- const JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref31, ref) {
741
+ const Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref31, ref) {
717
742
  let {
718
743
  children,
719
744
  size = 16,
@@ -727,22 +752,16 @@ const JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref31, ref)
727
752
  viewBox: "0 0 32 32",
728
753
  fill: "currentColor",
729
754
  ...rest
730
- }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
731
- d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z"
732
- })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
733
- fill: "none",
734
- d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
735
- "data-icon-path": "inner-path"
736
- })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
737
- d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
738
- })), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
739
- d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
755
+ }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
756
+ d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
757
+ })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
758
+ d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8Zm0,20H10V24h4V22H10V18H8v4H4V4H22V8H18v2h4v4h2V10h4Z"
740
759
  })), children);
741
760
  });
742
761
  if (process.env.NODE_ENV !== "production") {
743
- JoinRight.propTypes = iconPropTypesC5chbmyn.i;
762
+ Intersect.propTypes = iconPropTypesC5chbmyn.i;
744
763
  }
745
- const JoinRightOuter = /*#__PURE__*/React.forwardRef(function JoinRightOuter(_ref32, ref) {
764
+ const IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(_ref32, ref) {
746
765
  let {
747
766
  children,
748
767
  size = 16,
@@ -756,14 +775,20 @@ const JoinRightOuter = /*#__PURE__*/React.forwardRef(function JoinRightOuter(_re
756
775
  viewBox: "0 0 32 32",
757
776
  fill: "currentColor",
758
777
  ...rest
759
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
760
- d: "M28.01,16l-5,5-1.41-1.41,2.59-2.59h-6.09s-2.07,0-2.07,0c-5.52,0-10.02,4.11-10.02,9.17v1.83h-2v-1.83c0-4.45,2.82-8.29,6.89-10.09-.43-.21-.85-.43-1.26-.69l1.02-1.74c1.04.66,2.16,1.11,3.35,1.34h2s0,0,0,0h8.17l-2.59-2.59,1.41-1.41,5,5h0ZM6.36,7.81c-.26-.92-.39-1.88-.39-2.85v-.96h-1.95v.96c0,1.16.16,2.32.47,3.43l1.87-.57ZM7.9,14.04l1.31-1.51c-.9-.85-1.64-1.85-2.19-2.97l-1.74.92c.66,1.35,1.54,2.54,2.62,3.56Z"
778
+ }, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
779
+ cx: "22",
780
+ cy: "23.887",
781
+ r: "2"
782
+ })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
783
+ d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z"
784
+ })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
785
+ d: "M28,12H7a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h5V18H7V14H28l.0007,2H30V14A2.0023,2.0023,0,0,0,28,12Z"
761
786
  })), children);
762
787
  });
763
788
  if (process.env.NODE_ENV !== "production") {
764
- JoinRightOuter.propTypes = iconPropTypesC5chbmyn.i;
789
+ IntrusionPrevention.propTypes = iconPropTypesC5chbmyn.i;
765
790
  }
766
- const JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref33, ref) {
791
+ const InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(_ref33, ref) {
767
792
  let {
768
793
  children,
769
794
  size = 16,
@@ -777,15 +802,16 @@ const JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref33, ref) {
777
802
  viewBox: "0 0 32 32",
778
803
  fill: "currentColor",
779
804
  ...rest
780
- }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
781
- strokeWidth: "0",
782
- d: "M2 9H6V11H2zM2 21H6V23H2zM25 11L23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
805
+ }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
806
+ d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
807
+ })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
808
+ d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z"
783
809
  })), children);
784
810
  });
785
811
  if (process.env.NODE_ENV !== "production") {
786
- JoinNode.propTypes = iconPropTypesC5chbmyn.i;
812
+ InventoryManagement.propTypes = iconPropTypesC5chbmyn.i;
787
813
  }
788
- const Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref34, ref) {
814
+ const IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref34, ref) {
789
815
  let {
790
816
  children,
791
817
  size = 16,
@@ -799,14 +825,16 @@ const Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref34, ref) {
799
825
  viewBox: "0 0 32 32",
800
826
  fill: "currentColor",
801
827
  ...rest
802
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
803
- d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 23H4a2 2 0 01-2-2V19H4v2H8V9h2V21A2 2 0 018 23z"
828
+ }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
829
+ d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
830
+ })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
831
+ d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z"
804
832
  })), children);
805
833
  });
806
834
  if (process.env.NODE_ENV !== "production") {
807
- Jpg.propTypes = iconPropTypesC5chbmyn.i;
835
+ IotConnect.propTypes = iconPropTypesC5chbmyn.i;
808
836
  }
809
- const JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref35, ref) {
837
+ const IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref35, ref) {
810
838
  let {
811
839
  children,
812
840
  size = 16,
@@ -821,15 +849,17 @@ const JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref35, ref) {
821
849
  fill: "currentColor",
822
850
  ...rest
823
851
  }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
824
- d: "M20.3335 30h-2.667c-.9189 0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM28.3335 30h-4.3335v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.3335c0-.9189.7476-1.6665 1.6665-1.6665h4.3335v2h-4v2h2c1.103 0 2 .897 2 2v2.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM16 18c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 7H17V16H15z"
852
+ d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
825
853
  })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
826
- d: "m14,26h-4.5c-.3538,0-.6809-.1868-.8608-.4912L2.1392,14.5088c-.0928-.1569-.1392-.3329-.1392-.5088s.0464-.3519.1392-.5088L8.6392,2.4912c.1799-.3044.5071-.4912.8608-.4912h13c.3538,0,.6809.1868.8608.4912l6.5,11c.0928.1569.1392.3328.1392.5088s-.0464.3519-.1392.5088l-2,3.3845-1.7217-1.0173,1.6992-2.876-5.9089-10h-11.8589l-5.9089,10,5.9089,10h3.9294v2Z"
854
+ d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
855
+ })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
856
+ d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
827
857
  })), children);
828
858
  });
829
859
  if (process.env.NODE_ENV !== "production") {
830
- JsError.propTypes = iconPropTypesC5chbmyn.i;
860
+ IotPlatform.propTypes = iconPropTypesC5chbmyn.i;
831
861
  }
832
- const Json = /*#__PURE__*/React.forwardRef(function Json(_ref36, ref) {
862
+ const Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref36, ref) {
833
863
  let {
834
864
  children,
835
865
  size = 16,
@@ -843,14 +873,15 @@ const Json = /*#__PURE__*/React.forwardRef(function Json(_ref36, ref) {
843
873
  viewBox: "0 0 32 32",
844
874
  fill: "currentColor",
845
875
  ...rest
846
- }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
847
- d: "M31 11L31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11zM21.3335 21h-2.667A1.6684 1.6684 0 0117 19.3335v-6.667A1.6684 1.6684 0 0118.6665 11h2.667A1.6684 1.6684 0 0123 12.6665v6.667A1.6684 1.6684 0 0121.3335 21zM19 19h2V13H19zM13.3335 21H9V19h4V17H11a2.002 2.002 0 01-2-2V12.6665A1.6684 1.6684 0 0110.6665 11H15v2H11v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0113.3335 21zM5.3335 21H2.6665A1.6684 1.6684 0 011 19.3335V17H3v2H5V11H7v8.3335A1.6684 1.6684 0 015.3335 21z"
848
- })), children);
876
+ }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
877
+ strokeWidth: "0",
878
+ d: "M19 23h-2v-14h6c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2h-4v5zm0-7h4v-5.0015h-4v5.0015zM7 11L10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
879
+ })), children);
849
880
  });
850
881
  if (process.env.NODE_ENV !== "production") {
851
- Json.propTypes = iconPropTypesC5chbmyn.i;
882
+ Ip.propTypes = iconPropTypesC5chbmyn.i;
852
883
  }
853
- const JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref37, ref) {
884
+ const Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref37, ref) {
854
885
  let {
855
886
  children,
856
887
  size = 16,
@@ -864,14 +895,14 @@ const JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref3
864
895
  viewBox: "0 0 32 32",
865
896
  fill: "currentColor",
866
897
  ...rest
867
- }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
868
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM29 12L27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12zM21.3335 6h-2.667A1.6683 1.6683 0 0017 7.6665v6.667A1.6684 1.6684 0 0018.6665 16h2.667A1.6683 1.6683 0 0023 14.3335V7.6665A1.6683 1.6683 0 0021.3335 6zM21 14H19V8h2zM9 7.6665V10a2.002 2.002 0 002 2h2v2H9v2h4.3335A1.6683 1.6683 0 0015 14.3335V12a2.002 2.002 0 00-2-2H11V8h4V6H10.6665A1.6683 1.6683 0 009 7.6665zM5 14H3V12H1v2.3335A1.6684 1.6684 0 002.6665 16h2.667A1.6683 1.6683 0 007 14.3335V6H5z"
898
+ }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
899
+ d: "M28 23H24a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0128 23zM24 11V21h4V11zM18 23H12V21h6V17H14a2 2 0 01-2-2V11a2 2 0 012-2h6v2H14v4h4a2 2 0 012 2v4A2 2 0 0118 23zM2 11L5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z"
869
900
  })), children);
870
901
  });
871
902
  if (process.env.NODE_ENV !== "production") {
872
- JsonReference.propTypes = iconPropTypesC5chbmyn.i;
903
+ Iso.propTypes = iconPropTypesC5chbmyn.i;
873
904
  }
874
- const JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref38, ref) {
905
+ const IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref38, ref) {
875
906
  let {
876
907
  children,
877
908
  size = 16,
@@ -885,14 +916,16 @@ const JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref38, ref) {
885
916
  viewBox: "0 0 32 32",
886
917
  fill: "currentColor",
887
918
  ...rest
888
- }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
889
- d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z"
919
+ }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
920
+ d: "M21 13H24V19H21z"
921
+ })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
922
+ d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z"
890
923
  })), children);
891
924
  });
892
925
  if (process.env.NODE_ENV !== "production") {
893
- JumpLink.propTypes = iconPropTypesC5chbmyn.i;
926
+ IsoFilled.propTypes = iconPropTypesC5chbmyn.i;
894
927
  }
895
- const KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref39, ref) {
928
+ const IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref39, ref) {
896
929
  let {
897
930
  children,
898
931
  size = 16,
@@ -906,16 +939,16 @@ const KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref39, ref) {
906
939
  viewBox: "0 0 32 32",
907
940
  fill: "currentColor",
908
941
  ...rest
909
- }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
910
- d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z"
911
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
912
- d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z"
942
+ }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
943
+ d: "M24 21H21a2 2 0 01-2-2V13a2 2 0 012-2h3a2 2 0 012 2v6A2 2 0 0124 21zm-3-8v6h3V13zM15 21H10V19h5V17H12a2 2 0 01-2-2V13a2 2 0 012-2h5v2H12v2h3a2 2 0 012 2v2A2 2 0 0115 21zM6 11H8V21H6z"
944
+ })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
945
+ d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,24V8H28V24Z"
913
946
  })), children);
914
947
  });
915
948
  if (process.env.NODE_ENV !== "production") {
916
- KeepDry.propTypes = iconPropTypesC5chbmyn.i;
949
+ IsoOutline.propTypes = iconPropTypesC5chbmyn.i;
917
950
  }
918
- const Key = /*#__PURE__*/React.forwardRef(function Key(_ref40, ref) {
951
+ const ItemDefinition = /*#__PURE__*/React.forwardRef(function ItemDefinition(_ref40, ref) {
919
952
  let {
920
953
  children,
921
954
  size = 16,
@@ -929,15 +962,14 @@ const Key = /*#__PURE__*/React.forwardRef(function Key(_ref40, ref) {
929
962
  viewBox: "0 0 32 32",
930
963
  fill: "currentColor",
931
964
  ...rest
932
- }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
933
- strokeWidth: "0",
934
- d: "M30 9L28.0001 9 26 16 24.0001 9 22 9 25 17.9996 25 23 27 23 27 18 27.0001 18 30 9zM21 11L21 9 13 9 13 23 21 23 21 21 15 21 15 17 20 17 20 15 15 15 15 11 21 11zM11 9L8.8941 9 5 15.5527 5 9 3 9 3 23 5 23 5 18.7062 5.9277 17.2208 8.8941 23 11 23 7.1093 15.4308 11 9z"
965
+ }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
966
+ d: "M28,2H4c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h24c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2ZM28,28H4V4h24v24ZM10,22v-1.8232h1.582v-8.3574h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3574h1.5991v1.8232h-5.4512ZM18.0906,19.7129v-4.9487h-1.3242v-1.7539h.688c.6538,0,.8599-.3096.8599-.9287v-1.5171h1.9775v2.4458h1.8403v1.7539h-1.8403v5.4819h1.7026v1.7539h-1.582c-1.5132,0-2.3218-.8252-2.3218-2.2871Z"
935
967
  })), children);
936
968
  });
937
969
  if (process.env.NODE_ENV !== "production") {
938
- Key.propTypes = iconPropTypesC5chbmyn.i;
970
+ ItemDefinition.propTypes = iconPropTypesC5chbmyn.i;
939
971
  }
940
- const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref41, ref) {
972
+ const ItemUsage = /*#__PURE__*/React.forwardRef(function ItemUsage(_ref41, ref) {
941
973
  let {
942
974
  children,
943
975
  size = 16,
@@ -951,16 +983,14 @@ const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref41, ref) {
951
983
  viewBox: "0 0 32 32",
952
984
  fill: "currentColor",
953
985
  ...rest
954
- }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
955
- d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z"
956
- })), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
957
- d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
986
+ }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
987
+ d: "M21,30h-10c-5,0-9-4-9-9v-10C2,6,6,2,11,2h10c5,0,9,4,9,9v10c0,5-4,9-9,9ZM11,4c-3.9,0-7,3.1-7,7v10c0,3.9,3.1,7,7,7h10c3.9,0,7-3.1,7-7v-10c0-3.9-3.1-7-7-7h-10ZM10,22v-1.8232h1.582v-8.3574h-1.582v-1.8223h5.4512v1.8223h-1.5991v8.3574h1.5991v1.8232h-5.4512ZM18.0906,19.7129v-4.9487h-1.3242v-1.7539h.688c.6538,0,.8599-.3096.8599-.9287v-1.5171h1.9775v2.4458h1.8403v1.7539h-1.8403v5.4819h1.7026v1.7539h-1.582c-1.5132,0-2.3218-.8252-2.3218-2.2871Z"
958
988
  })), children);
959
989
  });
960
990
  if (process.env.NODE_ENV !== "production") {
961
- Keyboard.propTypes = iconPropTypesC5chbmyn.i;
991
+ ItemUsage.propTypes = iconPropTypesC5chbmyn.i;
962
992
  }
963
- const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref42, ref) {
993
+ const JobDaemon = /*#__PURE__*/React.forwardRef(function JobDaemon(_ref42, ref) {
964
994
  let {
965
995
  children,
966
996
  size = 16,
@@ -974,16 +1004,14 @@ const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref42, r
974
1004
  viewBox: "0 0 32 32",
975
1005
  fill: "currentColor",
976
1006
  ...rest
977
- }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
978
- d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
979
- })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
980
- d: "M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2L14.2 10zM30 28.6L3.4 2 2 3.4 6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4L30 28.6zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2H4z"
1007
+ }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1008
+ d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM27,20c-1.6,0-3.1,1.4-4,2.4-.9-1-2.4-2.4-4-2.4-2.6,0-4,2-4,4s1.4,4,4,4,3.1-1.4,4-2.4c.9,1,2.4,2.4,4,2.4,2.6,0,4-2,4-4s-1.4-4-4-4ZM19,26c-1.5,0-2-1.1-2-2s.5-2,2-2,2,1.1,2.8,2c-.7.9-1.9,2-2.8,2ZM27,26c-.9,0-2-1.1-2.8-2,.7-.9,1.9-2,2.8-2,1.5,0,2,1.1,2,2s-.5,2-2,2Z"
981
1009
  })), children);
982
1010
  });
983
1011
  if (process.env.NODE_ENV !== "production") {
984
- KeyboardOff.propTypes = iconPropTypesC5chbmyn.i;
1012
+ JobDaemon.propTypes = iconPropTypesC5chbmyn.i;
985
1013
  }
986
- const KioskDevice = /*#__PURE__*/React.forwardRef(function KioskDevice(_ref43, ref) {
1014
+ const JobRun = /*#__PURE__*/React.forwardRef(function JobRun(_ref43, ref) {
987
1015
  let {
988
1016
  children,
989
1017
  size = 16,
@@ -998,13 +1026,13 @@ const KioskDevice = /*#__PURE__*/React.forwardRef(function KioskDevice(_ref43, r
998
1026
  fill: "currentColor",
999
1027
  ...rest
1000
1028
  }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1001
- d: "M26,19c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v13c0,1.1.9,2,2,2h7v9H4v2h24v-2h-9v-9h7ZM17,28h-2v-9h2v9ZM6,17V4h20v13H6ZM16,13c-.55,0-1,.45-1,1s.45,1,1,1,1-.45,1-1-.45-1-1-1Z"
1029
+ d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM30,24l-6,6-1.4-1.4,3.6-3.6h-9.2v-2h9.2l-3.6-3.6,1.4-1.4,6,6Z"
1002
1030
  })), children);
1003
1031
  });
1004
1032
  if (process.env.NODE_ENV !== "production") {
1005
- KioskDevice.propTypes = iconPropTypesC5chbmyn.i;
1033
+ JobRun.propTypes = iconPropTypesC5chbmyn.i;
1006
1034
  }
1007
- const Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref44, ref) {
1035
+ const JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref44, ref) {
1008
1036
  let {
1009
1037
  children,
1010
1038
  size = 16,
@@ -1019,28 +1047,26 @@ const Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref44, ref) {
1019
1047
  fill: "currentColor",
1020
1048
  ...rest
1021
1049
  }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1022
- strokeWidth: "0",
1023
- d: "m20.0444,27.2942l-3.0825-10.018-1.0132,3.04c-.1361.4084-.5183.6838-.9487.6838h-6s0-2,0-2h5.2793s1.772-5.3162,1.772-5.3162c.1307-.4123.5162-.6902.9487-.6838.4374.0046.8225.2891.9555.7058l3.0088,9.7783,1.0742-3.7589c.1227-.4293.5151-.7252.9615-.7252h5s0,2,0,2h-4.2456s-1.7933,6.2747-1.7933,6.2747c-.1216.4256-.5085.7207-.9511.7253h-.01c-.4389,0-.8265-.2863-.9556-.7058Z"
1050
+ fill: "none",
1051
+ d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
1052
+ "data-icon-path": "inner-path"
1024
1053
  })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1025
- strokeWidth: "0",
1026
- d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
1054
+ d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
1055
+ })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1056
+ d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
1057
+ })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1058
+ d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
1027
1059
  })), children);
1028
1060
  });
1029
1061
  if (process.env.NODE_ENV !== "production") {
1030
- Kubelet.propTypes = iconPropTypesC5chbmyn.i;
1062
+ JoinFull.propTypes = iconPropTypesC5chbmyn.i;
1031
1063
  }
1032
- const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref45, ref) {
1064
+ const JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref45, ref) {
1033
1065
  let {
1034
1066
  children,
1035
1067
  size = 16,
1036
1068
  ...rest
1037
1069
  } = _ref45;
1038
- if (process.env.NODE_ENV !== "production") {
1039
- if (!didWarnAboutDeprecation["Kubernetes"]) {
1040
- didWarnAboutDeprecation["Kubernetes"] = true;
1041
- console.warn("The current kubernetes icon has been replaced by logo--kubernetes. As a result, the Kubernetes component will be removed in the next major version of @carbon/icons-react.");
1042
- }
1043
- }
1044
1070
  return /*#__PURE__*/React.createElement(Icon.default, {
1045
1071
  width: size,
1046
1072
  height: size,
@@ -1049,14 +1075,14 @@ const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref45, ref
1049
1075
  viewBox: "0 0 32 32",
1050
1076
  fill: "currentColor",
1051
1077
  ...rest
1052
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1053
- d: "M29.2227,17.9639,25.9194,17.21a9.7843,9.7843,0,0,0-1.5249-6.6245l2.54-2.0254L25.6875,6.9961,23.1482,9.0205A9.97,9.97,0,0,0,17,6.0508V3H15V6.0508a9.97,9.97,0,0,0-6.1482,2.97L6.3125,6.9961,5.0654,8.56l2.54,2.0254A9.7843,9.7843,0,0,0,6.0806,17.21l-3.3033.7544.4454,1.9492L6.52,19.1606a10.0359,10.0359,0,0,0,4.2688,5.358l-1.33,2.7631,1.8018.8677L12.59,25.3882a9.8113,9.8113,0,0,0,6.8208,0L20.74,28.1494l1.8018-.8682-1.33-2.7626a10.0359,10.0359,0,0,0,4.2688-5.358l3.2973.7525ZM24,16c0,.2573-.0148.5112-.0386.7627l-5-1.1416a2.9664,2.9664,0,0,0-.1376-.5942L22.82,11.84A7.9392,7.9392,0,0,1,24,16Zm-9,0a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,15,16Zm6.5758-5.7256L17.58,13.4609a3.0028,3.0028,0,0,0-.58-.2768V8.0693A7.9762,7.9762,0,0,1,21.5758,10.2744ZM15,8.0693v5.1148a3.0028,3.0028,0,0,0-.58.2768l-3.9956-3.1865A7.9762,7.9762,0,0,1,15,8.0693ZM8,16a7.9392,7.9392,0,0,1,1.18-4.16l3.9962,3.1866a2.9664,2.9664,0,0,0-.1376.5942l-5,1.1416C8.0148,16.5112,8,16.2573,8,16Zm.4835,2.7124,4.9752-1.1362a3.0132,3.0132,0,0,0,.4146.5366L11.6594,22.71A8.031,8.031,0,0,1,8.4835,18.7124ZM16,24a7.9679,7.9679,0,0,1-2.54-.42l2.2206-4.6123A2.9988,2.9988,0,0,0,16,19a2.9988,2.9988,0,0,0,.319-.0322L18.54,23.58A7.9546,7.9546,0,0,1,16,24Zm4.3406-1.29-2.2139-4.5976a3.0132,3.0132,0,0,0,.4146-.5366l4.9752,1.1362A8.031,8.031,0,0,1,20.3406,22.71Z"
1078
+ }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1079
+ d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z"
1054
1080
  })), children);
1055
1081
  });
1056
1082
  if (process.env.NODE_ENV !== "production") {
1057
- Kubernetes.propTypes = iconPropTypesC5chbmyn.i;
1083
+ JoinInner.propTypes = iconPropTypesC5chbmyn.i;
1058
1084
  }
1059
- const KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref46, ref) {
1085
+ const JoinInnerAlt = /*#__PURE__*/React.forwardRef(function JoinInnerAlt(_ref46, ref) {
1060
1086
  let {
1061
1087
  children,
1062
1088
  size = 16,
@@ -1070,19 +1096,14 @@ const KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function Kubern
1070
1096
  viewBox: "0 0 32 32",
1071
1097
  fill: "currentColor",
1072
1098
  ...rest
1073
- }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1074
- d: "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
1075
- })), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1076
- d: "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z"
1077
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1078
- fill: "none",
1079
- d: "M0 0h32v32H0z"
1099
+ }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1100
+ d: "M9.3,12.6l-1.3,1.5c-1.1-1-2-2.2-2.7-3.5l1.8-.9c.6,1.1,1.3,2.1,2.2,2.9h0ZM6.4,7.7c-.3-.9-.4-1.9-.4-2.8v-.9s-2,0-2,0v.9c0,1.1.2,2.3.5,3.4l1.9-.6h0ZM14.2,15c-1.2-.2-2.4-.7-3.4-1.3l-1,1.7c.3.2.7.4,1.1.6-.4.2-.7.4-1.1.6l1,1.7c1.1-.7,2.2-1.1,3.4-1.3v-1.9h0ZM5.3,21.4l1.8.9c.6-1.1,1.3-2.1,2.2-2.9l-1.3-1.5c-1.1,1-2,2.2-2.7,3.5h0ZM4,27.1v.9h2v-.9c0-1,.1-1.9.4-2.8l-1.9-.6c-.3,1.1-.5,2.2-.5,3.4h0ZM23,11l-1.4,1.4,2.6,2.6h-8.2s0,2,0,2h8.2s-2.6,2.6-2.6,2.6l1.4,1.4,5-5s-5-5-5-5Z"
1080
1101
  })), children);
1081
1102
  });
1082
1103
  if (process.env.NODE_ENV !== "production") {
1083
- KubernetesControlPlaneNode.propTypes = iconPropTypesC5chbmyn.i;
1104
+ JoinInnerAlt.propTypes = iconPropTypesC5chbmyn.i;
1084
1105
  }
1085
- const KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref47, ref) {
1106
+ const JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref47, ref) {
1086
1107
  let {
1087
1108
  children,
1088
1109
  size = 16,
@@ -1096,22 +1117,22 @@ const KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpA
1096
1117
  viewBox: "0 0 32 32",
1097
1118
  fill: "currentColor",
1098
1119
  ...rest
1099
- }, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
1100
- cx: "16",
1101
- cy: "9",
1102
- r: "2"
1103
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
1104
- cx: "16",
1105
- cy: "16",
1106
- r: "2"
1107
- })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1108
- d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
1120
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1121
+ d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z"
1122
+ })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1123
+ d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
1124
+ })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1125
+ fill: "none",
1126
+ d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
1127
+ "data-icon-path": "inner-path"
1128
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1129
+ d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
1109
1130
  })), children);
1110
1131
  });
1111
1132
  if (process.env.NODE_ENV !== "production") {
1112
- KubernetesIpAddress.propTypes = iconPropTypesC5chbmyn.i;
1133
+ JoinLeft.propTypes = iconPropTypesC5chbmyn.i;
1113
1134
  }
1114
- const KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(_ref48, ref) {
1135
+ const JoinLeftOuter = /*#__PURE__*/React.forwardRef(function JoinLeftOuter(_ref48, ref) {
1115
1136
  let {
1116
1137
  children,
1117
1138
  size = 16,
@@ -1125,18 +1146,14 @@ const KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOper
1125
1146
  viewBox: "0 0 32 32",
1126
1147
  fill: "currentColor",
1127
1148
  ...rest
1128
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1129
- strokeWidth: "0",
1130
- d: "m19,21h-6c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2Zm-6-8v6h6v-6h-6Z"
1131
- })), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1132
- strokeWidth: "0",
1133
- d: "m30,16c0-7.7197-6.2803-14-14-14S2,8.2803,2,16s6.2803,14,14,14c2.7773,0,5.417-.7959,7.7012-2.3081.3948.1914.8315.3081,1.2988.3081,1.6543,0,3-1.3457,3-3,0-.4673-.1167-.9043-.3079-1.2988,1.5122-2.2842,2.3079-4.9238,2.3079-7.7012Zm-26,0c0-6.6167,5.3833-12,12-12s12,5.3833,12,12c0,2.248-.6152,4.3877-1.7744,6.2681-.375-.1689-.7881-.2681-1.2256-.2681-1.6543,0-3,1.3457-3,3,0,.4375.0991.8506.2681,1.2256-1.8801,1.1592-4.0198,1.7744-6.2681,1.7744-6.6167,0-12-5.3833-12-12Zm21,10c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
1149
+ }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1150
+ d: "M28,16l-5,5-1.4-1.4,2.6-2.6h-10.2c-1.2.2-2.3.7-3.4,1.3l-1-1.7c.4-.3.8-.5,1.3-.7-4.1-1.8-6.9-5.6-6.9-10.1v-1.8s2,0,2,0v1.8c0,5.1,4.5,9.2,10,9.2h8.2l-2.6-2.6,1.4-1.4,5,5h0s0,0,0,0ZM4,27v1h2v-1c0-1,0-1.9.3-2.9l-1.9-.6c-.3,1.1-.5,2.3-.5,3.4h0ZM5.3,21.5l1.7.9c.6-1.1,1.3-2.1,2.2-3l-1.3-1.5c-1.1,1-2,2.2-2.6,3.6Z"
1134
1151
  })), children);
1135
1152
  });
1136
1153
  if (process.env.NODE_ENV !== "production") {
1137
- KubernetesOperator.propTypes = iconPropTypesC5chbmyn.i;
1154
+ JoinLeftOuter.propTypes = iconPropTypesC5chbmyn.i;
1138
1155
  }
1139
- const KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref49, ref) {
1156
+ const JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref49, ref) {
1140
1157
  let {
1141
1158
  children,
1142
1159
  size = 16,
@@ -1150,16 +1167,14 @@ const KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref4
1150
1167
  viewBox: "0 0 32 32",
1151
1168
  fill: "currentColor",
1152
1169
  ...rest
1153
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1154
- d: "m22.5046,11.6368l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
1155
- })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1156
- d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
1170
+ }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1171
+ d: "M20 6a9.9539 9.9539 0 00-4 .8379 9.9953 9.9953 0 010 18.3242A9.9988 9.9988 0 1020 6zM10 16a9.9976 9.9976 0 016-9.1621 10 10 0 100 18.3242A9.9976 9.9976 0 0110 16z"
1157
1172
  })), children);
1158
1173
  });
1159
1174
  if (process.env.NODE_ENV !== "production") {
1160
- KubernetesPod.propTypes = iconPropTypesC5chbmyn.i;
1175
+ JoinOuter.propTypes = iconPropTypesC5chbmyn.i;
1161
1176
  }
1162
- const KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref50, ref) {
1177
+ const JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref50, ref) {
1163
1178
  let {
1164
1179
  children,
1165
1180
  size = 16,
@@ -1173,19 +1188,22 @@ const KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWo
1173
1188
  viewBox: "0 0 32 32",
1174
1189
  fill: "currentColor",
1175
1190
  ...rest
1176
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1177
- d: "M23 18v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V10h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H9v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V24h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H23Zm-7 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3Z"
1178
- })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1179
- d: "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z"
1191
+ }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1192
+ d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z"
1180
1193
  })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1181
1194
  fill: "none",
1182
- d: "M0 0h32v32H0z"
1195
+ d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
1196
+ "data-icon-path": "inner-path"
1197
+ })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1198
+ d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
1199
+ })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1200
+ d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
1183
1201
  })), children);
1184
1202
  });
1185
1203
  if (process.env.NODE_ENV !== "production") {
1186
- KubernetesWorkerNode.propTypes = iconPropTypesC5chbmyn.i;
1204
+ JoinRight.propTypes = iconPropTypesC5chbmyn.i;
1187
1205
  }
1188
- const Label = /*#__PURE__*/React.forwardRef(function Label(_ref51, ref) {
1206
+ const JoinRightOuter = /*#__PURE__*/React.forwardRef(function JoinRightOuter(_ref51, ref) {
1189
1207
  let {
1190
1208
  children,
1191
1209
  size = 16,
@@ -1199,16 +1217,14 @@ const Label = /*#__PURE__*/React.forwardRef(function Label(_ref51, ref) {
1199
1217
  viewBox: "0 0 32 32",
1200
1218
  fill: "currentColor",
1201
1219
  ...rest
1202
- }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1203
- d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z"
1204
- })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1205
- d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
1220
+ }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1221
+ d: "M28.01,16l-5,5-1.41-1.41,2.59-2.59h-6.09s-2.07,0-2.07,0c-5.52,0-10.02,4.11-10.02,9.17v1.83h-2v-1.83c0-4.45,2.82-8.29,6.89-10.09-.43-.21-.85-.43-1.26-.69l1.02-1.74c1.04.66,2.16,1.11,3.35,1.34h2s0,0,0,0h8.17l-2.59-2.59,1.41-1.41,5,5h0ZM6.36,7.81c-.26-.92-.39-1.88-.39-2.85v-.96h-1.95v.96c0,1.16.16,2.32.47,3.43l1.87-.57ZM7.9,14.04l1.31-1.51c-.9-.85-1.64-1.85-2.19-2.97l-1.74.92c.66,1.35,1.54,2.54,2.62,3.56Z"
1206
1222
  })), children);
1207
1223
  });
1208
1224
  if (process.env.NODE_ENV !== "production") {
1209
- Label.propTypes = iconPropTypesC5chbmyn.i;
1225
+ JoinRightOuter.propTypes = iconPropTypesC5chbmyn.i;
1210
1226
  }
1211
- const Language = /*#__PURE__*/React.forwardRef(function Language(_ref52, ref) {
1227
+ const JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref52, ref) {
1212
1228
  let {
1213
1229
  children,
1214
1230
  size = 16,
@@ -1222,14 +1238,15 @@ const Language = /*#__PURE__*/React.forwardRef(function Language(_ref52, ref) {
1222
1238
  viewBox: "0 0 32 32",
1223
1239
  fill: "currentColor",
1224
1240
  ...rest
1225
- }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1226
- d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z"
1241
+ }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1242
+ strokeWidth: "0",
1243
+ d: "M2 9H6V11H2zM2 21H6V23H2zM25 11L23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
1227
1244
  })), children);
1228
1245
  });
1229
1246
  if (process.env.NODE_ENV !== "production") {
1230
- Language.propTypes = iconPropTypesC5chbmyn.i;
1247
+ JoinNode.propTypes = iconPropTypesC5chbmyn.i;
1231
1248
  }
1232
- const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref53, ref) {
1249
+ const Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref53, ref) {
1233
1250
  let {
1234
1251
  children,
1235
1252
  size = 16,
@@ -1243,17 +1260,14 @@ const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref53, ref) {
1243
1260
  viewBox: "0 0 32 32",
1244
1261
  fill: "currentColor",
1245
1262
  ...rest
1246
- }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1247
- d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
1248
- transform: "translate(0 .005)"
1249
- })), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1250
- d: "M2 26.005H30V28.005H2z"
1263
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1264
+ d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 23H4a2 2 0 01-2-2V19H4v2H8V9h2V21A2 2 0 018 23z"
1251
1265
  })), children);
1252
1266
  });
1253
1267
  if (process.env.NODE_ENV !== "production") {
1254
- Laptop.propTypes = iconPropTypesC5chbmyn.i;
1268
+ Jpg.propTypes = iconPropTypesC5chbmyn.i;
1255
1269
  }
1256
- const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref54, ref) {
1270
+ const JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref54, ref) {
1257
1271
  let {
1258
1272
  children,
1259
1273
  size = 16,
@@ -1268,13 +1282,15 @@ const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref54, ref) {
1268
1282
  fill: "currentColor",
1269
1283
  ...rest
1270
1284
  }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1271
- d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z"
1285
+ d: "M20.3335 30h-2.667c-.9189 0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM28.3335 30h-4.3335v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.3335c0-.9189.7476-1.6665 1.6665-1.6665h4.3335v2h-4v2h2c1.103 0 2 .897 2 2v2.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM16 18c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 7H17V16H15z"
1286
+ })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1287
+ d: "m14,26h-4.5c-.3538,0-.6809-.1868-.8608-.4912L2.1392,14.5088c-.0928-.1569-.1392-.3329-.1392-.5088s.0464-.3519.1392-.5088L8.6392,2.4912c.1799-.3044.5071-.4912.8608-.4912h13c.3538,0,.6809.1868.8608.4912l6.5,11c.0928.1569.1392.3328.1392.5088s-.0464.3519-.1392.5088l-2,3.3845-1.7217-1.0173,1.6992-2.876-5.9089-10h-11.8589l-5.9089,10,5.9089,10h3.9294v2Z"
1272
1288
  })), children);
1273
1289
  });
1274
1290
  if (process.env.NODE_ENV !== "production") {
1275
- Lasso.propTypes = iconPropTypesC5chbmyn.i;
1291
+ JsError.propTypes = iconPropTypesC5chbmyn.i;
1276
1292
  }
1277
- const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref55, ref) {
1293
+ const Json = /*#__PURE__*/React.forwardRef(function Json(_ref55, ref) {
1278
1294
  let {
1279
1295
  children,
1280
1296
  size = 16,
@@ -1288,34 +1304,19 @@ const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref55,
1288
1304
  viewBox: "0 0 32 32",
1289
1305
  fill: "currentColor",
1290
1306
  ...rest
1291
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1292
- d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z"
1307
+ }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1308
+ d: "M31 11L31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11zM21.3335 21h-2.667A1.6684 1.6684 0 0117 19.3335v-6.667A1.6684 1.6684 0 0118.6665 11h2.667A1.6684 1.6684 0 0123 12.6665v6.667A1.6684 1.6684 0 0121.3335 21zM19 19h2V13H19zM13.3335 21H9V19h4V17H11a2.002 2.002 0 01-2-2V12.6665A1.6684 1.6684 0 0110.6665 11H15v2H11v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0113.3335 21zM5.3335 21H2.6665A1.6684 1.6684 0 011 19.3335V17H3v2H5V11H7v8.3335A1.6684 1.6684 0 015.3335 21z"
1293
1309
  })), children);
1294
1310
  });
1295
1311
  if (process.env.NODE_ENV !== "production") {
1296
- LassoPolygon.propTypes = iconPropTypesC5chbmyn.i;
1312
+ Json.propTypes = iconPropTypesC5chbmyn.i;
1297
1313
  }
1298
- const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref56, ref) {
1314
+ const JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref56, ref) {
1299
1315
  let {
1300
1316
  children,
1301
1317
  size = 16,
1302
1318
  ...rest
1303
1319
  } = _ref56;
1304
- if (size === 16 || size === "16" || size === "16px") {
1305
- return /*#__PURE__*/React.createElement(Icon.default, {
1306
- width: size,
1307
- height: size,
1308
- ref: ref,
1309
- xmlns: "http://www.w3.org/2000/svg",
1310
- viewBox: "0 0 16 16",
1311
- fill: "currentColor",
1312
- ...rest
1313
- }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1314
- d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
1315
- })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1316
- d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
1317
- })), children);
1318
- }
1319
1320
  return /*#__PURE__*/React.createElement(Icon.default, {
1320
1321
  width: size,
1321
1322
  height: size,
@@ -1324,16 +1325,14 @@ const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref56, ref) {
1324
1325
  viewBox: "0 0 32 32",
1325
1326
  fill: "currentColor",
1326
1327
  ...rest
1327
- }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1328
- d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z"
1329
- })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1330
- d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
1328
+ }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1329
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM29 12L27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12zM21.3335 6h-2.667A1.6683 1.6683 0 0017 7.6665v6.667A1.6684 1.6684 0 0018.6665 16h2.667A1.6683 1.6683 0 0023 14.3335V7.6665A1.6683 1.6683 0 0021.3335 6zM21 14H19V8h2zM9 7.6665V10a2.002 2.002 0 002 2h2v2H9v2h4.3335A1.6683 1.6683 0 0015 14.3335V12a2.002 2.002 0 00-2-2H11V8h4V6H10.6665A1.6683 1.6683 0 009 7.6665zM5 14H3V12H1v2.3335A1.6684 1.6684 0 002.6665 16h2.667A1.6683 1.6683 0 007 14.3335V6H5z"
1331
1330
  })), children);
1332
1331
  });
1333
1332
  if (process.env.NODE_ENV !== "production") {
1334
- Launch.propTypes = iconPropTypesC5chbmyn.i;
1333
+ JsonReference.propTypes = iconPropTypesC5chbmyn.i;
1335
1334
  }
1336
- const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref57, ref) {
1335
+ const JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref57, ref) {
1337
1336
  let {
1338
1337
  children,
1339
1338
  size = 16,
@@ -1347,20 +1346,14 @@ const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonH
1347
1346
  viewBox: "0 0 32 32",
1348
1347
  fill: "currentColor",
1349
1348
  ...rest
1350
- }, _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
1351
- cx: "23",
1352
- cy: "25",
1353
- r: "1"
1354
- })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1355
- d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
1356
- })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1357
- d: "M8 24H20V26H8z"
1349
+ }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1350
+ d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z"
1358
1351
  })), children);
1359
1352
  });
1360
1353
  if (process.env.NODE_ENV !== "production") {
1361
- WatsonHealthLaunchStudy_1.propTypes = iconPropTypesC5chbmyn.i;
1354
+ JumpLink.propTypes = iconPropTypesC5chbmyn.i;
1362
1355
  }
1363
- const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref58, ref) {
1356
+ const KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref58, ref) {
1364
1357
  let {
1365
1358
  children,
1366
1359
  size = 16,
@@ -1374,20 +1367,16 @@ const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonH
1374
1367
  viewBox: "0 0 32 32",
1375
1368
  fill: "currentColor",
1376
1369
  ...rest
1377
- }, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
1378
- cx: "23",
1379
- cy: "7",
1380
- r: "1"
1381
- })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1382
- d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
1383
- })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1384
- d: "M8 6H20V8H8z"
1370
+ }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1371
+ d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z"
1372
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1373
+ d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z"
1385
1374
  })), children);
1386
1375
  });
1387
1376
  if (process.env.NODE_ENV !== "production") {
1388
- WatsonHealthLaunchStudy_2.propTypes = iconPropTypesC5chbmyn.i;
1377
+ KeepDry.propTypes = iconPropTypesC5chbmyn.i;
1389
1378
  }
1390
- const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref59, ref) {
1379
+ const Key = /*#__PURE__*/React.forwardRef(function Key(_ref59, ref) {
1391
1380
  let {
1392
1381
  children,
1393
1382
  size = 16,
@@ -1401,20 +1390,15 @@ const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonH
1401
1390
  viewBox: "0 0 32 32",
1402
1391
  fill: "currentColor",
1403
1392
  ...rest
1404
- }, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
1405
- cx: "23",
1406
- cy: "25",
1407
- r: "1"
1408
- })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1409
- d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
1410
- })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1411
- d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
1393
+ }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1394
+ strokeWidth: "0",
1395
+ d: "M30 9L28.0001 9 26 16 24.0001 9 22 9 25 17.9996 25 23 27 23 27 18 27.0001 18 30 9zM21 11L21 9 13 9 13 23 21 23 21 21 15 21 15 17 20 17 20 15 15 15 15 11 21 11zM11 9L8.8941 9 5 15.5527 5 9 3 9 3 23 5 23 5 18.7062 5.9277 17.2208 8.8941 23 11 23 7.1093 15.4308 11 9z"
1412
1396
  })), children);
1413
1397
  });
1414
1398
  if (process.env.NODE_ENV !== "production") {
1415
- WatsonHealthLaunchStudy_3.propTypes = iconPropTypesC5chbmyn.i;
1399
+ Key.propTypes = iconPropTypesC5chbmyn.i;
1416
1400
  }
1417
- const Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref60, ref) {
1401
+ const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref60, ref) {
1418
1402
  let {
1419
1403
  children,
1420
1404
  size = 16,
@@ -1428,16 +1412,16 @@ const Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref60, ref) {
1428
1412
  viewBox: "0 0 32 32",
1429
1413
  fill: "currentColor",
1430
1414
  ...rest
1431
- }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1432
- d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z"
1433
- })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1434
- d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z"
1415
+ }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1416
+ d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z"
1417
+ })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1418
+ d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
1435
1419
  })), children);
1436
1420
  });
1437
1421
  if (process.env.NODE_ENV !== "production") {
1438
- Layers.propTypes = iconPropTypesC5chbmyn.i;
1422
+ Keyboard.propTypes = iconPropTypesC5chbmyn.i;
1439
1423
  }
1440
- const LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref61, ref) {
1424
+ const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref61, ref) {
1441
1425
  let {
1442
1426
  children,
1443
1427
  size = 16,
@@ -1451,18 +1435,16 @@ const LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_re
1451
1435
  viewBox: "0 0 32 32",
1452
1436
  fill: "currentColor",
1453
1437
  ...rest
1454
- }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1455
- strokeWidth: "0",
1456
- d: "m16,24c-.1631,0-.3262-.0398-.4741-.1196l-13-7,.9482-1.7607,12.5259,6.7446,12.5259-6.7446.9482,1.7607-13,7c-.1479.0798-.311.1196-.4741.1196Z"
1457
- })), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1458
- strokeWidth: "0",
1459
- d: "M16 30c-.1631 0-.3262-.0398-.4741-.1196l-13-7 .9482-1.7607 12.5259 6.7446 12.5259-6.7446.9482 1.7607-13 7c-.1479.0798-.311.1196-.4741.1196zM29.4741 9.1196L16 1.8643v2.2715l10.8906 5.8643-10.8906 5.8643v2.2715l13.4741-7.2554c.324-.1743.5259-.5122.5259-.8804s-.2019-.7061-.5259-.8804zM4.4141 9.4141l3.5859-3.586v8.1719s2 0 2 0V5.8281s3.5859 3.5859 3.5859 3.5859l1.4141-1.414L9 2 3 8l1.4141 1.4141z"
1438
+ }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1439
+ d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
1440
+ })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1441
+ d: "M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2L14.2 10zM30 28.6L3.4 2 2 3.4 6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4L30 28.6zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2H4z"
1460
1442
  })), children);
1461
1443
  });
1462
1444
  if (process.env.NODE_ENV !== "production") {
1463
- LayersExternal.propTypes = iconPropTypesC5chbmyn.i;
1445
+ KeyboardOff.propTypes = iconPropTypesC5chbmyn.i;
1464
1446
  }
1465
- const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref62, ref) {
1447
+ const KioskDevice = /*#__PURE__*/React.forwardRef(function KioskDevice(_ref62, ref) {
1466
1448
  let {
1467
1449
  children,
1468
1450
  size = 16,
@@ -1476,22 +1458,14 @@ const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref62, ref) {
1476
1458
  viewBox: "0 0 32 32",
1477
1459
  fill: "currentColor",
1478
1460
  ...rest
1479
- }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1480
- d: "M16 22H30V24H16z"
1481
- })), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
1482
- width: "6",
1483
- height: "6",
1484
- x: "4",
1485
- y: "20",
1486
- rx: "1"
1487
- })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1488
- d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
1461
+ }, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1462
+ d: "M26,19c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2H6c-1.1,0-2,.9-2,2v13c0,1.1.9,2,2,2h7v9H4v2h24v-2h-9v-9h7ZM17,28h-2v-9h2v9ZM6,17V4h20v13H6ZM16,13c-.55,0-1,.45-1,1s.45,1,1,1,1-.45,1-1-.45-1-1-1Z"
1489
1463
  })), children);
1490
1464
  });
1491
1465
  if (process.env.NODE_ENV !== "production") {
1492
- Legend.propTypes = iconPropTypesC5chbmyn.i;
1466
+ KioskDevice.propTypes = iconPropTypesC5chbmyn.i;
1493
1467
  }
1494
- const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref63, ref) {
1468
+ const Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref63, ref) {
1495
1469
  let {
1496
1470
  children,
1497
1471
  size = 16,
@@ -1505,19 +1479,29 @@ const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref63, ref) {
1505
1479
  viewBox: "0 0 32 32",
1506
1480
  fill: "currentColor",
1507
1481
  ...rest
1508
- }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1509
- d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2 2 0 0023 13zm0 8H19V19h4zM13 9H9a2 2 0 00-2 2V23H9V18h4v5h2V11A2 2 0 0013 9zM9 16V11h4v5z"
1482
+ }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1483
+ strokeWidth: "0",
1484
+ d: "m20.0444,27.2942l-3.0825-10.018-1.0132,3.04c-.1361.4084-.5183.6838-.9487.6838h-6s0-2,0-2h5.2793s1.772-5.3162,1.772-5.3162c.1307-.4123.5162-.6902.9487-.6838.4374.0046.8225.2891.9555.7058l3.0088,9.7783,1.0742-3.7589c.1227-.4293.5151-.7252.9615-.7252h5s0,2,0,2h-4.2456s-1.7933,6.2747-1.7933,6.2747c-.1216.4256-.5085.7207-.9511.7253h-.01c-.4389,0-.8265-.2863-.9556-.7058Z"
1485
+ })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1486
+ strokeWidth: "0",
1487
+ d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
1510
1488
  })), children);
1511
1489
  });
1512
1490
  if (process.env.NODE_ENV !== "production") {
1513
- LetterAa.propTypes = iconPropTypesC5chbmyn.i;
1491
+ Kubelet.propTypes = iconPropTypesC5chbmyn.i;
1514
1492
  }
1515
- const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref64, ref) {
1493
+ const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref64, ref) {
1516
1494
  let {
1517
1495
  children,
1518
1496
  size = 16,
1519
1497
  ...rest
1520
1498
  } = _ref64;
1499
+ if (process.env.NODE_ENV !== "production") {
1500
+ if (!didWarnAboutDeprecation["Kubernetes"]) {
1501
+ didWarnAboutDeprecation["Kubernetes"] = true;
1502
+ console.warn("The current kubernetes icon has been replaced by logo--kubernetes. As a result, the Kubernetes component will be removed in the next major version of @carbon/icons-react.");
1503
+ }
1504
+ }
1521
1505
  return /*#__PURE__*/React.createElement(Icon.default, {
1522
1506
  width: size,
1523
1507
  height: size,
@@ -1526,14 +1510,14 @@ const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref64, ref) {
1526
1510
  viewBox: "0 0 32 32",
1527
1511
  fill: "currentColor",
1528
1512
  ...rest
1529
- }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1530
- d: "M23 13H19V9H17V23h6a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM15 12a3 3 0 00-3-3H7V23h5a3 3 0 003-3V18a3 3 0 00-.78-2A3 3 0 0015 14zM9 11h3a1 1 0 011 1v2a1 1 0 01-1 1H9zm4 9a1 1 0 01-1 1H9V17h3a1 1 0 011 1z"
1513
+ }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1514
+ d: "M29.2227,17.9639,25.9194,17.21a9.7843,9.7843,0,0,0-1.5249-6.6245l2.54-2.0254L25.6875,6.9961,23.1482,9.0205A9.97,9.97,0,0,0,17,6.0508V3H15V6.0508a9.97,9.97,0,0,0-6.1482,2.97L6.3125,6.9961,5.0654,8.56l2.54,2.0254A9.7843,9.7843,0,0,0,6.0806,17.21l-3.3033.7544.4454,1.9492L6.52,19.1606a10.0359,10.0359,0,0,0,4.2688,5.358l-1.33,2.7631,1.8018.8677L12.59,25.3882a9.8113,9.8113,0,0,0,6.8208,0L20.74,28.1494l1.8018-.8682-1.33-2.7626a10.0359,10.0359,0,0,0,4.2688-5.358l3.2973.7525ZM24,16c0,.2573-.0148.5112-.0386.7627l-5-1.1416a2.9664,2.9664,0,0,0-.1376-.5942L22.82,11.84A7.9392,7.9392,0,0,1,24,16Zm-9,0a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,15,16Zm6.5758-5.7256L17.58,13.4609a3.0028,3.0028,0,0,0-.58-.2768V8.0693A7.9762,7.9762,0,0,1,21.5758,10.2744ZM15,8.0693v5.1148a3.0028,3.0028,0,0,0-.58.2768l-3.9956-3.1865A7.9762,7.9762,0,0,1,15,8.0693ZM8,16a7.9392,7.9392,0,0,1,1.18-4.16l3.9962,3.1866a2.9664,2.9664,0,0,0-.1376.5942l-5,1.1416C8.0148,16.5112,8,16.2573,8,16Zm.4835,2.7124,4.9752-1.1362a3.0132,3.0132,0,0,0,.4146.5366L11.6594,22.71A8.031,8.031,0,0,1,8.4835,18.7124ZM16,24a7.9679,7.9679,0,0,1-2.54-.42l2.2206-4.6123A2.9988,2.9988,0,0,0,16,19a2.9988,2.9988,0,0,0,.319-.0322L18.54,23.58A7.9546,7.9546,0,0,1,16,24Zm4.3406-1.29-2.2139-4.5976a3.0132,3.0132,0,0,0,.4146-.5366l4.9752,1.1362A8.031,8.031,0,0,1,20.3406,22.71Z"
1531
1515
  })), children);
1532
1516
  });
1533
1517
  if (process.env.NODE_ENV !== "production") {
1534
- LetterBb.propTypes = iconPropTypesC5chbmyn.i;
1518
+ Kubernetes.propTypes = iconPropTypesC5chbmyn.i;
1535
1519
  }
1536
- const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref65, ref) {
1520
+ const KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref65, ref) {
1537
1521
  let {
1538
1522
  children,
1539
1523
  size = 16,
@@ -1547,14 +1531,19 @@ const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref65, ref) {
1547
1531
  viewBox: "0 0 32 32",
1548
1532
  fill: "currentColor",
1549
1533
  ...rest
1550
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1551
- d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
1552
- })), children);
1553
- });
1534
+ }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1535
+ d: "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
1536
+ })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1537
+ d: "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z"
1538
+ })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1539
+ fill: "none",
1540
+ d: "M0 0h32v32H0z"
1541
+ })), children);
1542
+ });
1554
1543
  if (process.env.NODE_ENV !== "production") {
1555
- LetterCc.propTypes = iconPropTypesC5chbmyn.i;
1544
+ KubernetesControlPlaneNode.propTypes = iconPropTypesC5chbmyn.i;
1556
1545
  }
1557
- const LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref66, ref) {
1546
+ const KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref66, ref) {
1558
1547
  let {
1559
1548
  children,
1560
1549
  size = 16,
@@ -1568,14 +1557,22 @@ const LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref66, ref) {
1568
1557
  viewBox: "0 0 32 32",
1569
1558
  fill: "currentColor",
1570
1559
  ...rest
1571
- }, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1572
- d: "M23 9v4H19a2 2 0 00-2 2v6a2 2 0 002 2h6V9zm-4 6h4v6H19zM11 23H7V9h4a4 4 0 014 4v6A4 4 0 0111 23zM9 21h2a2 2 0 002-2V13a2 2 0 00-2-2H9z"
1560
+ }, _circle0 || (_circle0 = /*#__PURE__*/React.createElement("circle", {
1561
+ cx: "16",
1562
+ cy: "9",
1563
+ r: "2"
1564
+ })), _circle1 || (_circle1 = /*#__PURE__*/React.createElement("circle", {
1565
+ cx: "16",
1566
+ cy: "16",
1567
+ r: "2"
1568
+ })), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1569
+ d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
1573
1570
  })), children);
1574
1571
  });
1575
1572
  if (process.env.NODE_ENV !== "production") {
1576
- LetterDd.propTypes = iconPropTypesC5chbmyn.i;
1573
+ KubernetesIpAddress.propTypes = iconPropTypesC5chbmyn.i;
1577
1574
  }
1578
- const LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref67, ref) {
1575
+ const KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(_ref67, ref) {
1579
1576
  let {
1580
1577
  children,
1581
1578
  size = 16,
@@ -1589,14 +1586,18 @@ const LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref67, ref) {
1589
1586
  viewBox: "0 0 32 32",
1590
1587
  fill: "currentColor",
1591
1588
  ...rest
1592
- }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1593
- d: "M25 19V15a2.0023 2.0023 0 00-2-2H19a2.0023 2.0023 0 00-2 2v6a2.0077 2.0077 0 002 2h5V21H19V19zm-6-4h4v2H19zM15 11L15 9 7 9 7 23 15 23 15 21 9 21 9 17 14 17 14 15 9 15 9 11 15 11z"
1589
+ }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1590
+ strokeWidth: "0",
1591
+ d: "m19,21h-6c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2Zm-6-8v6h6v-6h-6Z"
1592
+ })), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1593
+ strokeWidth: "0",
1594
+ d: "m30,16c0-7.7197-6.2803-14-14-14S2,8.2803,2,16s6.2803,14,14,14c2.7773,0,5.417-.7959,7.7012-2.3081.3948.1914.8315.3081,1.2988.3081,1.6543,0,3-1.3457,3-3,0-.4673-.1167-.9043-.3079-1.2988,1.5122-2.2842,2.3079-4.9238,2.3079-7.7012Zm-26,0c0-6.6167,5.3833-12,12-12s12,5.3833,12,12c0,2.248-.6152,4.3877-1.7744,6.2681-.375-.1689-.7881-.2681-1.2256-.2681-1.6543,0-3,1.3457-3,3,0,.4375.0991.8506.2681,1.2256-1.8801,1.1592-4.0198,1.7744-6.2681,1.7744-6.6167,0-12-5.3833-12-12Zm21,10c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
1594
1595
  })), children);
1595
1596
  });
1596
1597
  if (process.env.NODE_ENV !== "production") {
1597
- LetterEe.propTypes = iconPropTypesC5chbmyn.i;
1598
+ KubernetesOperator.propTypes = iconPropTypesC5chbmyn.i;
1598
1599
  }
1599
- const LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref68, ref) {
1600
+ const KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref68, ref) {
1600
1601
  let {
1601
1602
  children,
1602
1603
  size = 16,
@@ -1610,14 +1611,16 @@ const LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref68, ref) {
1610
1611
  viewBox: "0 0 32 32",
1611
1612
  fill: "currentColor",
1612
1613
  ...rest
1613
- }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1614
- d: "M16 11L16 9 8 9 8 23 10 23 10 17 15 17 15 15 10 15 10 11 16 11zM24 11V9H21a2 2 0 00-2 2v2H17v2h2v8h2V15h3V13H21V11z"
1614
+ }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1615
+ d: "m22.5046,11.6368l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
1616
+ })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1617
+ d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
1615
1618
  })), children);
1616
1619
  });
1617
1620
  if (process.env.NODE_ENV !== "production") {
1618
- LetterFf.propTypes = iconPropTypesC5chbmyn.i;
1621
+ KubernetesPod.propTypes = iconPropTypesC5chbmyn.i;
1619
1622
  }
1620
- const LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref69, ref) {
1623
+ const KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref69, ref) {
1621
1624
  let {
1622
1625
  children,
1623
1626
  size = 16,
@@ -1632,13 +1635,18 @@ const LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref69, ref) {
1632
1635
  fill: "currentColor",
1633
1636
  ...rest
1634
1637
  }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1635
- d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v2H18v2h5a2 2 0 002-2V13zm4 8H19V15h4zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h4V17H11V15h4z"
1638
+ d: "M23 18v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V10h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H9v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V24h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H23Zm-7 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3Z"
1639
+ })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1640
+ d: "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z"
1641
+ })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1642
+ fill: "none",
1643
+ d: "M0 0h32v32H0z"
1636
1644
  })), children);
1637
1645
  });
1638
1646
  if (process.env.NODE_ENV !== "production") {
1639
- LetterGg.propTypes = iconPropTypesC5chbmyn.i;
1647
+ KubernetesWorkerNode.propTypes = iconPropTypesC5chbmyn.i;
1640
1648
  }
1641
- const LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref70, ref) {
1649
+ const Label = /*#__PURE__*/React.forwardRef(function Label(_ref70, ref) {
1642
1650
  let {
1643
1651
  children,
1644
1652
  size = 16,
@@ -1652,14 +1660,16 @@ const LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref70, ref) {
1652
1660
  viewBox: "0 0 32 32",
1653
1661
  fill: "currentColor",
1654
1662
  ...rest
1655
- }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1656
- d: "M13 9L13 15 9 15 9 9 7 9 7 23 9 23 9 17 13 17 13 23 15 23 15 9 13 9zM23 13H19V9H17V23h2V15h4v8h2V15A2 2 0 0023 13z"
1663
+ }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1664
+ d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z"
1665
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1666
+ d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
1657
1667
  })), children);
1658
1668
  });
1659
1669
  if (process.env.NODE_ENV !== "production") {
1660
- LetterHh.propTypes = iconPropTypesC5chbmyn.i;
1670
+ Label.propTypes = iconPropTypesC5chbmyn.i;
1661
1671
  }
1662
- const LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref71, ref) {
1672
+ const Language = /*#__PURE__*/React.forwardRef(function Language(_ref71, ref) {
1663
1673
  let {
1664
1674
  children,
1665
1675
  size = 16,
@@ -1673,14 +1683,14 @@ const LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref71, ref) {
1673
1683
  viewBox: "0 0 32 32",
1674
1684
  fill: "currentColor",
1675
1685
  ...rest
1676
- }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1677
- d: "M10 11L13 11 13 21 10 21 10 23 18 23 18 21 15 21 15 11 18 11 18 9 10 9 10 11zM20 13H22V23H20zM20 9H22V11H20z"
1686
+ }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1687
+ d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z"
1678
1688
  })), children);
1679
1689
  });
1680
1690
  if (process.env.NODE_ENV !== "production") {
1681
- LetterIi.propTypes = iconPropTypesC5chbmyn.i;
1691
+ Language.propTypes = iconPropTypesC5chbmyn.i;
1682
1692
  }
1683
- const LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref72, ref) {
1693
+ const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref72, ref) {
1684
1694
  let {
1685
1695
  children,
1686
1696
  size = 16,
@@ -1694,14 +1704,17 @@ const LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref72, ref) {
1694
1704
  viewBox: "0 0 32 32",
1695
1705
  fill: "currentColor",
1696
1706
  ...rest
1697
- }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1698
- d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
1707
+ }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1708
+ d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
1709
+ transform: "translate(0 .005)"
1710
+ })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1711
+ d: "M2 26.005H30V28.005H2z"
1699
1712
  })), children);
1700
1713
  });
1701
1714
  if (process.env.NODE_ENV !== "production") {
1702
- LetterJj.propTypes = iconPropTypesC5chbmyn.i;
1715
+ Laptop.propTypes = iconPropTypesC5chbmyn.i;
1703
1716
  }
1704
- const LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref73, ref) {
1717
+ const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref73, ref) {
1705
1718
  let {
1706
1719
  children,
1707
1720
  size = 16,
@@ -1715,14 +1728,14 @@ const LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref73, ref) {
1715
1728
  viewBox: "0 0 32 32",
1716
1729
  fill: "currentColor",
1717
1730
  ...rest
1718
- }, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1719
- d: "M15 9L12.89 9 9 15.55 9 9 7 9 7 23 9 23 9 18.71 9.93 17.22 12.89 23 15 23 11.11 15.43 15 9zM22.78 23L25 23 21.22 17 25 13 22.76 13 19 17.17 19 9 17 9 17 23 19 23 19 19.25 19.96 18.21 22.78 23z"
1731
+ }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1732
+ d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z"
1720
1733
  })), children);
1721
1734
  });
1722
1735
  if (process.env.NODE_ENV !== "production") {
1723
- LetterKk.propTypes = iconPropTypesC5chbmyn.i;
1736
+ Lasso.propTypes = iconPropTypesC5chbmyn.i;
1724
1737
  }
1725
- const LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref74, ref) {
1738
+ const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref74, ref) {
1726
1739
  let {
1727
1740
  children,
1728
1741
  size = 16,
@@ -1736,19 +1749,34 @@ const LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref74, ref) {
1736
1749
  viewBox: "0 0 32 32",
1737
1750
  fill: "currentColor",
1738
1751
  ...rest
1739
- }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1740
- d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
1752
+ }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1753
+ d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z"
1741
1754
  })), children);
1742
1755
  });
1743
1756
  if (process.env.NODE_ENV !== "production") {
1744
- LetterLl.propTypes = iconPropTypesC5chbmyn.i;
1757
+ LassoPolygon.propTypes = iconPropTypesC5chbmyn.i;
1745
1758
  }
1746
- const LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref75, ref) {
1759
+ const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref75, ref) {
1747
1760
  let {
1748
1761
  children,
1749
1762
  size = 16,
1750
1763
  ...rest
1751
1764
  } = _ref75;
1765
+ if (size === 16 || size === "16" || size === "16px") {
1766
+ return /*#__PURE__*/React.createElement(Icon.default, {
1767
+ width: size,
1768
+ height: size,
1769
+ ref: ref,
1770
+ xmlns: "http://www.w3.org/2000/svg",
1771
+ viewBox: "0 0 16 16",
1772
+ fill: "currentColor",
1773
+ ...rest
1774
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1775
+ d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
1776
+ })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1777
+ d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
1778
+ })), children);
1779
+ }
1752
1780
  return /*#__PURE__*/React.createElement(Icon.default, {
1753
1781
  width: size,
1754
1782
  height: size,
@@ -1757,14 +1785,16 @@ const LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref75, ref) {
1757
1785
  viewBox: "0 0 32 32",
1758
1786
  fill: "currentColor",
1759
1787
  ...rest
1760
- }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1761
- d: "M24 13H16V23h2V15h2v8h2V15h2v8h2V15A2 2 0 0024 13zM12 9L10.48 14 10 15.98 9.54 14 8 9 6 9 6 23 8 23 8 15 7.84 13 8.42 15 10 19.63 11.58 15 12.16 13 12 15 12 23 14 23 14 9 12 9z"
1788
+ }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1789
+ d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z"
1790
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1791
+ d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
1762
1792
  })), children);
1763
1793
  });
1764
1794
  if (process.env.NODE_ENV !== "production") {
1765
- LetterMm.propTypes = iconPropTypesC5chbmyn.i;
1795
+ Launch.propTypes = iconPropTypesC5chbmyn.i;
1766
1796
  }
1767
- const LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref76, ref) {
1797
+ const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref76, ref) {
1768
1798
  let {
1769
1799
  children,
1770
1800
  size = 16,
@@ -1778,14 +1808,20 @@ const LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref76, ref) {
1778
1808
  viewBox: "0 0 32 32",
1779
1809
  fill: "currentColor",
1780
1810
  ...rest
1781
- }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1782
- d: "M25 23H23V15H19v8H17V13h6a2 2 0 012 2zM13 19L9.32 9 7 9 7 23 9 23 9 13 12.68 23 15 23 15 9 13 9 13 19z"
1811
+ }, _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
1812
+ cx: "23",
1813
+ cy: "25",
1814
+ r: "1"
1815
+ })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1816
+ d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
1817
+ })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1818
+ d: "M8 24H20V26H8z"
1783
1819
  })), children);
1784
1820
  });
1785
1821
  if (process.env.NODE_ENV !== "production") {
1786
- LetterNn.propTypes = iconPropTypesC5chbmyn.i;
1822
+ WatsonHealthLaunchStudy_1.propTypes = iconPropTypesC5chbmyn.i;
1787
1823
  }
1788
- const LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref77, ref) {
1824
+ const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref77, ref) {
1789
1825
  let {
1790
1826
  children,
1791
1827
  size = 16,
@@ -1799,14 +1835,20 @@ const LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref77, ref) {
1799
1835
  viewBox: "0 0 32 32",
1800
1836
  fill: "currentColor",
1801
1837
  ...rest
1802
- }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1803
- d: "M23 23H19a2 2 0 01-2-2V15a2 2 0 012-2h4a2 2 0 012 2v6A2 2 0 0123 23zm-4-8v6h4V15zM13 23H9a2 2 0 01-2-2V11A2 2 0 019 9h4a2 2 0 012 2V21A2 2 0 0113 23zM9 11V21h4V11z"
1838
+ }, _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
1839
+ cx: "23",
1840
+ cy: "7",
1841
+ r: "1"
1842
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1843
+ d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
1844
+ })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1845
+ d: "M8 6H20V8H8z"
1804
1846
  })), children);
1805
1847
  });
1806
1848
  if (process.env.NODE_ENV !== "production") {
1807
- LetterOo.propTypes = iconPropTypesC5chbmyn.i;
1849
+ WatsonHealthLaunchStudy_2.propTypes = iconPropTypesC5chbmyn.i;
1808
1850
  }
1809
- const LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref78, ref) {
1851
+ const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref78, ref) {
1810
1852
  let {
1811
1853
  children,
1812
1854
  size = 16,
@@ -1820,14 +1862,20 @@ const LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref78, ref) {
1820
1862
  viewBox: "0 0 32 32",
1821
1863
  fill: "currentColor",
1822
1864
  ...rest
1823
- }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1824
- d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
1865
+ }, _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1866
+ cx: "23",
1867
+ cy: "25",
1868
+ r: "1"
1869
+ })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1870
+ d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
1871
+ })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1872
+ d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
1825
1873
  })), children);
1826
1874
  });
1827
1875
  if (process.env.NODE_ENV !== "production") {
1828
- LetterPp.propTypes = iconPropTypesC5chbmyn.i;
1876
+ WatsonHealthLaunchStudy_3.propTypes = iconPropTypesC5chbmyn.i;
1829
1877
  }
1830
- const LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref79, ref) {
1878
+ const Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref79, ref) {
1831
1879
  let {
1832
1880
  children,
1833
1881
  size = 16,
@@ -1841,14 +1889,16 @@ const LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref79, ref) {
1841
1889
  viewBox: "0 0 32 32",
1842
1890
  fill: "currentColor",
1843
1891
  ...rest
1844
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1845
- d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v4h2V13zm4 8H19V15h4zM13 9H9a2 2 0 00-2 2V21a2 2 0 002 2h1v2a2 2 0 002 2h2V25H12V23h1a2 2 0 002-2V11A2 2 0 0013 9zM9 21V11h4V21z"
1892
+ }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1893
+ d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z"
1894
+ })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1895
+ d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z"
1846
1896
  })), children);
1847
1897
  });
1848
1898
  if (process.env.NODE_ENV !== "production") {
1849
- LetterQq.propTypes = iconPropTypesC5chbmyn.i;
1899
+ Layers.propTypes = iconPropTypesC5chbmyn.i;
1850
1900
  }
1851
- const LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref80, ref) {
1901
+ const LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref80, ref) {
1852
1902
  let {
1853
1903
  children,
1854
1904
  size = 16,
@@ -1862,14 +1912,18 @@ const LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref80, ref) {
1862
1912
  viewBox: "0 0 32 32",
1863
1913
  fill: "currentColor",
1864
1914
  ...rest
1865
- }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1866
- d: "M16 15V11a2 2 0 00-2-2H8V23h2V17h1.48l2.34 6H16l-2.33-6H14A2 2 0 0016 15zm-6-4h4v4H10zM24 13L18 13 18 23 20 23 20 15 24 15 24 13z"
1915
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1916
+ strokeWidth: "0",
1917
+ d: "m16,24c-.1631,0-.3262-.0398-.4741-.1196l-13-7,.9482-1.7607,12.5259,6.7446,12.5259-6.7446.9482,1.7607-13,7c-.1479.0798-.311.1196-.4741.1196Z"
1918
+ })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1919
+ strokeWidth: "0",
1920
+ d: "M16 30c-.1631 0-.3262-.0398-.4741-.1196l-13-7 .9482-1.7607 12.5259 6.7446 12.5259-6.7446.9482 1.7607-13 7c-.1479.0798-.311.1196-.4741.1196zM29.4741 9.1196L16 1.8643v2.2715l10.8906 5.8643-10.8906 5.8643v2.2715l13.4741-7.2554c.324-.1743.5259-.5122.5259-.8804s-.2019-.7061-.5259-.8804zM4.4141 9.4141l3.5859-3.586v8.1719s2 0 2 0V5.8281s3.5859 3.5859 3.5859 3.5859l1.4141-1.414L9 2 3 8l1.4141 1.4141z"
1867
1921
  })), children);
1868
1922
  });
1869
1923
  if (process.env.NODE_ENV !== "production") {
1870
- LetterRr.propTypes = iconPropTypesC5chbmyn.i;
1924
+ LayersExternal.propTypes = iconPropTypesC5chbmyn.i;
1871
1925
  }
1872
- const LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref81, ref) {
1926
+ const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref81, ref) {
1873
1927
  let {
1874
1928
  children,
1875
1929
  size = 16,
@@ -1883,14 +1937,22 @@ const LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref81, ref) {
1883
1937
  viewBox: "0 0 32 32",
1884
1938
  fill: "currentColor",
1885
1939
  ...rest
1886
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1887
- d: "M22 23H17V21h5V19H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v2h3a2 2 0 012 2v2A2 2 0 0122 23zM13 23H7V21h6V17H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9v4h4a2 2 0 012 2v4A2 2 0 0113 23z"
1940
+ }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1941
+ d: "M16 22H30V24H16z"
1942
+ })), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
1943
+ width: "6",
1944
+ height: "6",
1945
+ x: "4",
1946
+ y: "20",
1947
+ rx: "1"
1948
+ })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1949
+ d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
1888
1950
  })), children);
1889
1951
  });
1890
1952
  if (process.env.NODE_ENV !== "production") {
1891
- LetterSs.propTypes = iconPropTypesC5chbmyn.i;
1953
+ Legend.propTypes = iconPropTypesC5chbmyn.i;
1892
1954
  }
1893
- const LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref82, ref) {
1955
+ const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref82, ref) {
1894
1956
  let {
1895
1957
  children,
1896
1958
  size = 16,
@@ -1904,14 +1966,14 @@ const LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref82, ref) {
1904
1966
  viewBox: "0 0 32 32",
1905
1967
  fill: "currentColor",
1906
1968
  ...rest
1907
- }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1908
- d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
1969
+ }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1970
+ d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2 2 0 0023 13zm0 8H19V19h4zM13 9H9a2 2 0 00-2 2V23H9V18h4v5h2V11A2 2 0 0013 9zM9 16V11h4v5z"
1909
1971
  })), children);
1910
1972
  });
1911
1973
  if (process.env.NODE_ENV !== "production") {
1912
- LetterTt.propTypes = iconPropTypesC5chbmyn.i;
1974
+ LetterAa.propTypes = iconPropTypesC5chbmyn.i;
1913
1975
  }
1914
- const LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref83, ref) {
1976
+ const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref83, ref) {
1915
1977
  let {
1916
1978
  children,
1917
1979
  size = 16,
@@ -1925,14 +1987,14 @@ const LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref83, ref) {
1925
1987
  viewBox: "0 0 32 32",
1926
1988
  fill: "currentColor",
1927
1989
  ...rest
1928
- }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1929
- d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
1990
+ }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1991
+ d: "M23 13H19V9H17V23h6a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM15 12a3 3 0 00-3-3H7V23h5a3 3 0 003-3V18a3 3 0 00-.78-2A3 3 0 0015 14zM9 11h3a1 1 0 011 1v2a1 1 0 01-1 1H9zm4 9a1 1 0 01-1 1H9V17h3a1 1 0 011 1z"
1930
1992
  })), children);
1931
1993
  });
1932
1994
  if (process.env.NODE_ENV !== "production") {
1933
- LetterUu.propTypes = iconPropTypesC5chbmyn.i;
1995
+ LetterBb.propTypes = iconPropTypesC5chbmyn.i;
1934
1996
  }
1935
- const LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref84, ref) {
1997
+ const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref84, ref) {
1936
1998
  let {
1937
1999
  children,
1938
2000
  size = 16,
@@ -1946,14 +2008,14 @@ const LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref84, ref) {
1946
2008
  viewBox: "0 0 32 32",
1947
2009
  fill: "currentColor",
1948
2010
  ...rest
1949
- }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1950
- d: "M25 13L23.25 13 21 22.03 18.79 13 17 13 19.5 23 22.5 23 25 13zM13 9L11 22 9 9 7 9 9.52 23 12.48 23 15 9 13 9z"
2011
+ }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2012
+ d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
1951
2013
  })), children);
1952
2014
  });
1953
2015
  if (process.env.NODE_ENV !== "production") {
1954
- LetterVv.propTypes = iconPropTypesC5chbmyn.i;
2016
+ LetterCc.propTypes = iconPropTypesC5chbmyn.i;
1955
2017
  }
1956
- const LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref85, ref) {
2018
+ const LetterDd = /*#__PURE__*/React.forwardRef(function LetterDd(_ref85, ref) {
1957
2019
  let {
1958
2020
  children,
1959
2021
  size = 16,
@@ -1967,14 +2029,14 @@ const LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref85, ref) {
1967
2029
  viewBox: "0 0 32 32",
1968
2030
  fill: "currentColor",
1969
2031
  ...rest
1970
- }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1971
- d: "M24.3 13L23.39 21.61 22 13 20 13 18.61 21.61 17.7 13 16 13 17.36 23 19.64 23 21 14.63 22.36 23 24.64 23 26 13 24.3 13zM12.21 9L11.87 17 11.61 21.54 11.2 18 10.52 12.54 8.5 12.54 7.82 18 7.41 21.54 7.16 17 6.81 9 5.01 9 6.01 23 8.28 23 9.04 18.07 9.5 14 9.51 13.97 9.52 14 9.98 18.07 10.74 23 13.01 23 14.01 9 12.21 9z"
2032
+ }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2033
+ d: "M23 9v4H19a2 2 0 00-2 2v6a2 2 0 002 2h6V9zm-4 6h4v6H19zM11 23H7V9h4a4 4 0 014 4v6A4 4 0 0111 23zM9 21h2a2 2 0 002-2V13a2 2 0 00-2-2H9z"
1972
2034
  })), children);
1973
2035
  });
1974
2036
  if (process.env.NODE_ENV !== "production") {
1975
- LetterWw.propTypes = iconPropTypesC5chbmyn.i;
2037
+ LetterDd.propTypes = iconPropTypesC5chbmyn.i;
1976
2038
  }
1977
- const LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref86, ref) {
2039
+ const LetterEe = /*#__PURE__*/React.forwardRef(function LetterEe(_ref86, ref) {
1978
2040
  let {
1979
2041
  children,
1980
2042
  size = 16,
@@ -1988,14 +2050,14 @@ const LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref86, ref) {
1988
2050
  viewBox: "0 0 32 32",
1989
2051
  fill: "currentColor",
1990
2052
  ...rest
1991
- }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1992
- d: "M15 9L13 9 11 15 9 9 7 9 9.75 16 7 23 9 23 11 17 13 23 15 23 12.24 16 15 9zM25 13L23 13 21 16.9 19 13 17 13 19.91 18 17 23 19 23 21 19.2 23 23 25 23 22.1 18 25 13z"
2053
+ }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2054
+ d: "M25 19V15a2.0023 2.0023 0 00-2-2H19a2.0023 2.0023 0 00-2 2v6a2.0077 2.0077 0 002 2h5V21H19V19zm-6-4h4v2H19zM15 11L15 9 7 9 7 23 15 23 15 21 9 21 9 17 14 17 14 15 9 15 9 11 15 11z"
1993
2055
  })), children);
1994
2056
  });
1995
2057
  if (process.env.NODE_ENV !== "production") {
1996
- LetterXx.propTypes = iconPropTypesC5chbmyn.i;
2058
+ LetterEe.propTypes = iconPropTypesC5chbmyn.i;
1997
2059
  }
1998
- const LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref87, ref) {
2060
+ const LetterFf = /*#__PURE__*/React.forwardRef(function LetterFf(_ref87, ref) {
1999
2061
  let {
2000
2062
  children,
2001
2063
  size = 16,
@@ -2009,14 +2071,14 @@ const LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref87, ref) {
2009
2071
  viewBox: "0 0 32 32",
2010
2072
  fill: "currentColor",
2011
2073
  ...rest
2012
- }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
2013
- d: "M15 9L13 9 11 16 9 9 7 9 10 18 10 23 12 23 12 18 12 18 15 9zM23 13l-2 7.52L19.08 13H17l3.15 9.87L19.53 25H17v2h2.26a2 2 0 001.91-1.42L25 13z"
2074
+ }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2075
+ d: "M16 11L16 9 8 9 8 23 10 23 10 17 15 17 15 15 10 15 10 11 16 11zM24 11V9H21a2 2 0 00-2 2v2H17v2h2v8h2V15h3V13H21V11z"
2014
2076
  })), children);
2015
2077
  });
2016
2078
  if (process.env.NODE_ENV !== "production") {
2017
- LetterYy.propTypes = iconPropTypesC5chbmyn.i;
2079
+ LetterFf.propTypes = iconPropTypesC5chbmyn.i;
2018
2080
  }
2019
- const LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref88, ref) {
2081
+ const LetterGg = /*#__PURE__*/React.forwardRef(function LetterGg(_ref88, ref) {
2020
2082
  let {
2021
2083
  children,
2022
2084
  size = 16,
@@ -2030,14 +2092,14 @@ const LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref88, ref) {
2030
2092
  viewBox: "0 0 32 32",
2031
2093
  fill: "currentColor",
2032
2094
  ...rest
2033
- }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
2034
- d: "M25 15L25 13 17 13 17 15 22.5 15 17 21 17 23 25 23 25 21 19.51 21 25 15zM15 9L7 9 7 11 13 11 7 21 7 23 15 23 15 21 9 21 15 11 15 9z"
2095
+ }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2096
+ d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v2H18v2h5a2 2 0 002-2V13zm4 8H19V15h4zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h4V17H11V15h4z"
2035
2097
  })), children);
2036
2098
  });
2037
2099
  if (process.env.NODE_ENV !== "production") {
2038
- LetterZz.propTypes = iconPropTypesC5chbmyn.i;
2100
+ LetterGg.propTypes = iconPropTypesC5chbmyn.i;
2039
2101
  }
2040
- const License = /*#__PURE__*/React.forwardRef(function License(_ref89, ref) {
2102
+ const LetterHh = /*#__PURE__*/React.forwardRef(function LetterHh(_ref89, ref) {
2041
2103
  let {
2042
2104
  children,
2043
2105
  size = 16,
@@ -2051,16 +2113,14 @@ const License = /*#__PURE__*/React.forwardRef(function License(_ref89, ref) {
2051
2113
  viewBox: "0 0 32 32",
2052
2114
  fill: "currentColor",
2053
2115
  ...rest
2054
- }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
2055
- d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
2056
- })), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
2057
- d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,24,30ZM8,4V28H24V4Z"
2116
+ }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2117
+ d: "M13 9L13 15 9 15 9 9 7 9 7 23 9 23 9 17 13 17 13 23 15 23 15 9 13 9zM23 13H19V9H17V23h2V15h4v8h2V15A2 2 0 0023 13z"
2058
2118
  })), children);
2059
2119
  });
2060
2120
  if (process.env.NODE_ENV !== "production") {
2061
- License.propTypes = iconPropTypesC5chbmyn.i;
2121
+ LetterHh.propTypes = iconPropTypesC5chbmyn.i;
2062
2122
  }
2063
- const LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref90, ref) {
2123
+ const LetterIi = /*#__PURE__*/React.forwardRef(function LetterIi(_ref90, ref) {
2064
2124
  let {
2065
2125
  children,
2066
2126
  size = 16,
@@ -2074,16 +2134,14 @@ const LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref90,
2074
2134
  viewBox: "0 0 32 32",
2075
2135
  fill: "currentColor",
2076
2136
  ...rest
2077
- }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
2078
- d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
2079
- })), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
2080
- d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM12 30H6a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 016 2H22a2.0021 2.0021 0 012 2V14H22V4H6V28h6z"
2137
+ }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2138
+ d: "M10 11L13 11 13 21 10 21 10 23 18 23 18 21 15 21 15 11 18 11 18 9 10 9 10 11zM20 13H22V23H20zM20 9H22V11H20z"
2081
2139
  })), children);
2082
2140
  });
2083
2141
  if (process.env.NODE_ENV !== "production") {
2084
- LicenseDraft.propTypes = iconPropTypesC5chbmyn.i;
2142
+ LetterIi.propTypes = iconPropTypesC5chbmyn.i;
2085
2143
  }
2086
- const LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref91, ref) {
2144
+ const LetterJj = /*#__PURE__*/React.forwardRef(function LetterJj(_ref91, ref) {
2087
2145
  let {
2088
2146
  children,
2089
2147
  size = 16,
@@ -2097,16 +2155,14 @@ const LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref9
2097
2155
  viewBox: "0 0 32 32",
2098
2156
  fill: "currentColor",
2099
2157
  ...rest
2100
- }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
2101
- d: "M22 14a8 8 0 108 8A8.0092 8.0092 0 0022 14zm5.91 7H25.9563a12.03 12.03 0 00-1.2183-4.3325A6.01 6.01 0 0127.91 21zm-7.8545 0A10.0135 10.0135 0 0122 16.0146 10.0121 10.0121 0 0123.9448 21zm3.89 2A10.01 10.01 0 0122 27.9854 10.0121 10.0121 0 0120.0552 23zm-4.6831-6.332A12.0265 12.0265 0 0018.0435 21H16.09A6.01 6.01 0 0119.2617 16.668zM16.09 23h1.9532a12.0265 12.0265 0 001.2182 4.332A6.01 6.01 0 0116.09 23zm8.6482 4.332A12.0242 12.0242 0 0025.9565 23H27.91A6.0088 6.0088 0 0124.7385 27.332zM6 14H12V16H6zM6 6H18V8H6zM6 10H18V12H6zM6 24H12V26H6z"
2102
- })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
2103
- d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H20a2.0021,2.0021,0,0,1,2,2v8H20V4H4V28h8Z"
2158
+ }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2159
+ d: "M20 9H22V11H20zM20 25H17v2h3a2 2 0 002-2V13H20zM14 23H10a2 2 0 01-2-2V19h2v2h4V9h2V21A2 2 0 0114 23z"
2104
2160
  })), children);
2105
2161
  });
2106
2162
  if (process.env.NODE_ENV !== "production") {
2107
- LicenseGlobal.propTypes = iconPropTypesC5chbmyn.i;
2163
+ LetterJj.propTypes = iconPropTypesC5chbmyn.i;
2108
2164
  }
2109
- const LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(_ref92, ref) {
2165
+ const LetterKk = /*#__PURE__*/React.forwardRef(function LetterKk(_ref92, ref) {
2110
2166
  let {
2111
2167
  children,
2112
2168
  size = 16,
@@ -2120,16 +2176,14 @@ const LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMainten
2120
2176
  viewBox: "0 0 32 32",
2121
2177
  fill: "currentColor",
2122
2178
  ...rest
2123
- }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
2124
- d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM30 24V22H27.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0024 18.1011V16H22v2.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0018.1011 22H16v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0022 27.8989V30h2V27.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0027.8989 24zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0123 26z"
2125
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
2126
- d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
2179
+ }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2180
+ d: "M15 9L12.89 9 9 15.55 9 9 7 9 7 23 9 23 9 18.71 9.93 17.22 12.89 23 15 23 11.11 15.43 15 9zM22.78 23L25 23 21.22 17 25 13 22.76 13 19 17.17 19 9 17 9 17 23 19 23 19 19.25 19.96 18.21 22.78 23z"
2127
2181
  })), children);
2128
2182
  });
2129
2183
  if (process.env.NODE_ENV !== "production") {
2130
- LicenseMaintenance.propTypes = iconPropTypesC5chbmyn.i;
2184
+ LetterKk.propTypes = iconPropTypesC5chbmyn.i;
2131
2185
  }
2132
- const LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(_ref93, ref) {
2186
+ const LetterLl = /*#__PURE__*/React.forwardRef(function LetterLl(_ref93, ref) {
2133
2187
  let {
2134
2188
  children,
2135
2189
  size = 16,
@@ -2143,16 +2197,14 @@ const LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMa
2143
2197
  viewBox: "0 0 32 32",
2144
2198
  fill: "currentColor",
2145
2199
  ...rest
2146
- }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2147
- d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM20 13V11H17.8579a3.94 3.94 0 00-.4248-1.019L18.95 8.4644 17.5356 7.05 16.019 8.5669A3.9443 3.9443 0 0015 8.1421V6H13V8.1421a3.9443 3.9443 0 00-1.019.4248L10.4644 7.05 9.05 8.4644 10.5669 9.981A3.94 3.94 0 0010.1421 11H8v2h2.1421a3.94 3.94 0 00.4248 1.019L9.05 15.5356 10.4644 16.95l1.5166-1.5166A3.9443 3.9443 0 0013 15.8579V18h2V15.8579a3.9443 3.9443 0 001.019-.4248L17.5356 16.95 18.95 15.5356 17.4331 14.019A3.94 3.94 0 0017.8579 13zm-6 1a2 2 0 112-2A2.0025 2.0025 0 0114 14z"
2148
- })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2149
- d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
2200
+ }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2201
+ d: "M11 21L11 9 9 9 9 23 17 23 17 21 11 21zM23 23H21a2 2 0 01-2-2V9h2V21h2z"
2150
2202
  })), children);
2151
2203
  });
2152
2204
  if (process.env.NODE_ENV !== "production") {
2153
- LicenseMaintenanceDraft.propTypes = iconPropTypesC5chbmyn.i;
2205
+ LetterLl.propTypes = iconPropTypesC5chbmyn.i;
2154
2206
  }
2155
- const LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(_ref94, ref) {
2207
+ const LetterMm = /*#__PURE__*/React.forwardRef(function LetterMm(_ref94, ref) {
2156
2208
  let {
2157
2209
  children,
2158
2210
  size = 16,
@@ -2166,16 +2218,14 @@ const LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdPar
2166
2218
  viewBox: "0 0 32 32",
2167
2219
  fill: "currentColor",
2168
2220
  ...rest
2169
- }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2170
- d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM24 24a4 4 0 10-4-4A4 4 0 0024 24zm0-6a2 2 0 11-2 2A2 2 0 0124 18z"
2171
- })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2172
- d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
2221
+ }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2222
+ d: "M24 13H16V23h2V15h2v8h2V15h2v8h2V15A2 2 0 0024 13zM12 9L10.48 14 10 15.98 9.54 14 8 9 6 9 6 23 8 23 8 15 7.84 13 8.42 15 10 19.63 11.58 15 12.16 13 12 15 12 23 14 23 14 9 12 9z"
2173
2223
  })), children);
2174
2224
  });
2175
2225
  if (process.env.NODE_ENV !== "production") {
2176
- LicenseThirdParty.propTypes = iconPropTypesC5chbmyn.i;
2226
+ LetterMm.propTypes = iconPropTypesC5chbmyn.i;
2177
2227
  }
2178
- const LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(_ref95, ref) {
2228
+ const LetterNn = /*#__PURE__*/React.forwardRef(function LetterNn(_ref95, ref) {
2179
2229
  let {
2180
2230
  children,
2181
2231
  size = 16,
@@ -2189,16 +2239,14 @@ const LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThi
2189
2239
  viewBox: "0 0 32 32",
2190
2240
  fill: "currentColor",
2191
2241
  ...rest
2192
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2193
- d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM17 15H11a3 3 0 00-3 3v1h2V18a1 1 0 011-1h6a1 1 0 011 1v1h2V18A3 3 0 0017 15zM14 14a4 4 0 10-4-4A4 4 0 0014 14zm0-6a2 2 0 11-2 2A2 2 0 0114 8z"
2194
- })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2195
- d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
2242
+ }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2243
+ d: "M25 23H23V15H19v8H17V13h6a2 2 0 012 2zM13 19L9.32 9 7 9 7 23 9 23 9 13 12.68 23 15 23 15 9 13 9 13 19z"
2196
2244
  })), children);
2197
2245
  });
2198
2246
  if (process.env.NODE_ENV !== "production") {
2199
- LicenseThirdPartyDraft.propTypes = iconPropTypesC5chbmyn.i;
2247
+ LetterNn.propTypes = iconPropTypesC5chbmyn.i;
2200
2248
  }
2201
- const Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref96, ref) {
2249
+ const LetterOo = /*#__PURE__*/React.forwardRef(function LetterOo(_ref96, ref) {
2202
2250
  let {
2203
2251
  children,
2204
2252
  size = 16,
@@ -2212,52 +2260,19 @@ const Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref96, ref)
2212
2260
  viewBox: "0 0 32 32",
2213
2261
  fill: "currentColor",
2214
2262
  ...rest
2215
- }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2216
- d: "M28.2261,22.812a13.9664,13.9664,0,0,0,0-13.624L28.4141,9a2.0021,2.0021,0,0,0,0-2.8281l-2.5857-2.586a2.0028,2.0028,0,0,0-2.8284,0l-.1877.1875a13.9687,13.9687,0,0,0-13.6243,0L9,3.5859a2.0024,2.0024,0,0,0-2.8284,0L3.5859,6.1719A2.0021,2.0021,0,0,0,3.5859,9l.1878.1875a13.97,13.97,0,0,0,0,13.625L3.5859,23a2.0021,2.0021,0,0,0,0,2.8281l2.5857,2.586a2.0021,2.0021,0,0,0,2.8284,0l.188-.188a13.9687,13.9687,0,0,0,13.6243.0005L23,28.4141a2.0021,2.0021,0,0,0,2.8284,0l2.5857-2.586a2.0021,2.0021,0,0,0,0-2.8281ZM28,16a11.973,11.973,0,0,1-1.2546,5.3315l-3.8948-3.895a6.9808,6.9808,0,0,0,0-2.873l3.8948-3.895A11.973,11.973,0,0,1,28,16ZM27,7.5859l-4.9346,4.9346A7.0434,7.0434,0,0,0,19.48,9.9346L24.4143,5ZM16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21ZM21.3154,5.2705,17.4365,9.1494a6.9808,6.9808,0,0,0-2.873,0L10.6846,5.2705A12.2484,12.2484,0,0,1,21.3154,5.2705ZM7.5859,5l4.9346,4.9346a7.0449,7.0449,0,0,0-2.5859,2.5859L5,7.5859ZM4,16a11.9716,11.9716,0,0,1,1.2546-5.3311l3.8948,3.8946a6.9808,6.9808,0,0,0,0,2.873L5.2546,21.3311A11.9716,11.9716,0,0,1,4,16ZM7.5857,27,5,24.4141,9.9346,19.48a7.0434,7.0434,0,0,0,2.5859,2.5859Zm3.0989-.27,3.8789-3.8789a6.9808,6.9808,0,0,0,2.873,0L21.3154,26.73A12.2484,12.2484,0,0,1,10.6846,26.73Zm13.73.27L19.48,22.0654A7.0449,7.0449,0,0,0,22.0654,19.48L27,24.4141Z"
2263
+ }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2264
+ d: "M23 23H19a2 2 0 01-2-2V15a2 2 0 012-2h4a2 2 0 012 2v6A2 2 0 0123 23zm-4-8v6h4V15zM13 23H9a2 2 0 01-2-2V11A2 2 0 019 9h4a2 2 0 012 2V21A2 2 0 0113 23zM9 11V21h4V11z"
2217
2265
  })), children);
2218
2266
  });
2219
2267
  if (process.env.NODE_ENV !== "production") {
2220
- Lifesaver.propTypes = iconPropTypesC5chbmyn.i;
2268
+ LetterOo.propTypes = iconPropTypesC5chbmyn.i;
2221
2269
  }
2222
- const Light = /*#__PURE__*/React.forwardRef(function Light(_ref97, ref) {
2270
+ const LetterPp = /*#__PURE__*/React.forwardRef(function LetterPp(_ref97, ref) {
2223
2271
  let {
2224
2272
  children,
2225
2273
  size = 16,
2226
2274
  ...rest
2227
2275
  } = _ref97;
2228
- if (size === 16 || size === "16" || size === "16px") {
2229
- return /*#__PURE__*/React.createElement(Icon.default, {
2230
- width: size,
2231
- height: size,
2232
- ref: ref,
2233
- xmlns: "http://www.w3.org/2000/svg",
2234
- viewBox: "0 0 16 16",
2235
- fill: "currentColor",
2236
- ...rest
2237
- }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2238
- d: "M7.5 1H8.5V3.5H7.5z"
2239
- })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2240
- d: "M10.8 3.4H13.3V4.4H10.8z",
2241
- transform: "rotate(-45.001 12.041 3.923)"
2242
- })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2243
- d: "M12.5 7.5H15V8.5H12.5z"
2244
- })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2245
- d: "M11.6 10.8H12.6V13.3H11.6z",
2246
- transform: "rotate(-45.001 12.075 12.041)"
2247
- })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2248
- d: "M7.5 12.5H8.5V15H7.5z"
2249
- })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2250
- d: "M2.7 11.6H5.2V12.6H2.7z",
2251
- transform: "rotate(-45.001 3.96 12.079)"
2252
- })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2253
- d: "M1 7.5H3.5V8.5H1z"
2254
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2255
- d: "M3.4 2.7H4.4V5.2H3.4z",
2256
- transform: "rotate(-45.001 3.925 3.961)"
2257
- })), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2258
- d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
2259
- })), children);
2260
- }
2261
2276
  return /*#__PURE__*/React.createElement(Icon.default, {
2262
2277
  width: size,
2263
2278
  height: size,
@@ -2266,34 +2281,14 @@ const Light = /*#__PURE__*/React.forwardRef(function Light(_ref97, ref) {
2266
2281
  viewBox: "0 0 32 32",
2267
2282
  fill: "currentColor",
2268
2283
  ...rest
2269
- }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2270
- d: "M15 2H17V7H15z"
2271
- })), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2272
- d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
2273
- transform: "rotate(-45 24.147 7.853)"
2274
- })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2275
- d: "M25 15H30V17H25z"
2276
- })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2277
- d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
2278
- transform: "rotate(-45 24.147 24.146)"
2279
- })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2280
- d: "M15 25H17V30H15z"
2281
- })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2282
- d: "M5.375 23.147H10.333V25.147H5.375z",
2283
- transform: "rotate(-45 7.853 24.146)"
2284
- })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2285
- d: "M2 15H7V17H2z"
2286
- })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2287
- d: "M6.854 5.375H8.854V10.333H6.854z",
2288
- transform: "rotate(-45 7.854 7.853)"
2289
- })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2290
- d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
2284
+ }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2285
+ d: "M23 13H17V27h2V23h4a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM9 23H7V9h6a2 2 0 012 2v5a2 2 0 01-2 2H9zm0-7h4V11H9z"
2291
2286
  })), children);
2292
2287
  });
2293
2288
  if (process.env.NODE_ENV !== "production") {
2294
- Light.propTypes = iconPropTypesC5chbmyn.i;
2289
+ LetterPp.propTypes = iconPropTypesC5chbmyn.i;
2295
2290
  }
2296
- const LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref98, ref) {
2291
+ const LetterQq = /*#__PURE__*/React.forwardRef(function LetterQq(_ref98, ref) {
2297
2292
  let {
2298
2293
  children,
2299
2294
  size = 16,
@@ -2307,34 +2302,14 @@ const LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref98, r
2307
2302
  viewBox: "0 0 32 32",
2308
2303
  fill: "currentColor",
2309
2304
  ...rest
2310
- }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2311
- d: "M15 2H17V7H15z"
2312
- })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2313
- d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
2314
- transform: "rotate(-45 24.147 7.853)"
2315
- })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2316
- d: "M25 15H30V17H25z"
2317
- })), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2318
- d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
2319
- transform: "rotate(-45 24.147 24.146)"
2320
- })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2321
- d: "M15 25H17V30H15z"
2322
- })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2323
- d: "M5.375 23.147H10.333V25.147H5.375z",
2324
- transform: "rotate(-45 7.853 24.146)"
2325
- })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2326
- d: "M2 15H7V17H2z"
2327
- })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2328
- d: "M6.854 5.375H8.854V10.333H6.854z",
2329
- transform: "rotate(-45 7.854 7.853)"
2330
- })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2331
- d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
2305
+ }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2306
+ d: "M19 13a2 2 0 00-2 2v6a2 2 0 002 2h4v4h2V13zm4 8H19V15h4zM13 9H9a2 2 0 00-2 2V21a2 2 0 002 2h1v2a2 2 0 002 2h2V25H12V23h1a2 2 0 002-2V11A2 2 0 0013 9zM9 21V11h4V21z"
2332
2307
  })), children);
2333
2308
  });
2334
2309
  if (process.env.NODE_ENV !== "production") {
2335
- LightFilled.propTypes = iconPropTypesC5chbmyn.i;
2310
+ LetterQq.propTypes = iconPropTypesC5chbmyn.i;
2336
2311
  }
2337
- const Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref99, ref) {
2312
+ const LetterRr = /*#__PURE__*/React.forwardRef(function LetterRr(_ref99, ref) {
2338
2313
  let {
2339
2314
  children,
2340
2315
  size = 16,
@@ -2348,14 +2323,14 @@ const Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref99, ref)
2348
2323
  viewBox: "0 0 32 32",
2349
2324
  fill: "currentColor",
2350
2325
  ...rest
2351
- }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2352
- d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92ZM17.75,13l2-9H11.8L9.26,15h5.91L13.58,25.28,23,13Z"
2326
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2327
+ d: "M16 15V11a2 2 0 00-2-2H8V23h2V17h1.48l2.34 6H16l-2.33-6H14A2 2 0 0016 15zm-6-4h4v4H10zM24 13L18 13 18 23 20 23 20 15 24 15 24 13z"
2353
2328
  })), children);
2354
2329
  });
2355
2330
  if (process.env.NODE_ENV !== "production") {
2356
- Lightning.propTypes = iconPropTypesC5chbmyn.i;
2331
+ LetterRr.propTypes = iconPropTypesC5chbmyn.i;
2357
2332
  }
2358
- const Link = /*#__PURE__*/React.forwardRef(function Link(_ref100, ref) {
2333
+ const LetterSs = /*#__PURE__*/React.forwardRef(function LetterSs(_ref100, ref) {
2359
2334
  let {
2360
2335
  children,
2361
2336
  size = 16,
@@ -2369,16 +2344,14 @@ const Link = /*#__PURE__*/React.forwardRef(function Link(_ref100, ref) {
2369
2344
  viewBox: "0 0 32 32",
2370
2345
  fill: "currentColor",
2371
2346
  ...rest
2372
- }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2373
- d: "M29.25,6.76a6,6,0,0,0-8.5,0l1.42,1.42a4,4,0,1,1,5.67,5.67l-8,8a4,4,0,1,1-5.67-5.66l1.41-1.42-1.41-1.42-1.42,1.42a6,6,0,0,0,0,8.5A6,6,0,0,0,17,25a6,6,0,0,0,4.27-1.76l8-8A6,6,0,0,0,29.25,6.76Z"
2374
- })), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2375
- d: "M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"
2347
+ }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2348
+ d: "M22 23H17V21h5V19H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v2h3a2 2 0 012 2v2A2 2 0 0122 23zM13 23H7V21h6V17H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9v4h4a2 2 0 012 2v4A2 2 0 0113 23z"
2376
2349
  })), children);
2377
2350
  });
2378
2351
  if (process.env.NODE_ENV !== "production") {
2379
- Link.propTypes = iconPropTypesC5chbmyn.i;
2352
+ LetterSs.propTypes = iconPropTypesC5chbmyn.i;
2380
2353
  }
2381
- const Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref101, ref) {
2354
+ const LetterTt = /*#__PURE__*/React.forwardRef(function LetterTt(_ref101, ref) {
2382
2355
  let {
2383
2356
  children,
2384
2357
  size = 16,
@@ -2392,14 +2365,14 @@ const Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref101, ref) {
2392
2365
  viewBox: "0 0 32 32",
2393
2366
  fill: "currentColor",
2394
2367
  ...rest
2395
- }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2396
- d: "M29.8945,23.542l-1.7238-3.4473a1.9994,1.9994,0,0,0-1.7886-1.1054h-.4683a14.887,14.887,0,0,0-1.8193-4.5977C23.0647,12.4429,22,10.4277,22,8A6,6,0,0,0,10,8a13.0041,13.0041,0,0,1-2.0486,6.2153,14.7022,14.7022,0,0,0-1.8708,4.7759H5.6184a2.0007,2.0007,0,0,0-1.7893,1.106L2.1055,23.5439a1,1,0,0,0,.0971,1.0508L6.2319,29.92a2.9995,2.9995,0,0,0,3.8482.6519l1.8735-1.1241A13.8223,13.8223,0,0,0,16,30a13.8034,13.8034,0,0,0,4.0488-.5527L21.92,30.57a2.9819,2.9819,0,0,0,1.5385.43,3.0385,3.0385,0,0,0,2.3389-1.1187l4-5.2885A1.001,1.001,0,0,0,29.8945,23.542Zm-7.5683-8.2158a14.8311,14.8311,0,0,1,1.5591,3.6631H21.738a16.6591,16.6591,0,0,0-.98-2.6455,12.7083,12.7083,0,0,1-.8789-2.4454,8.8046,8.8046,0,0,0,1.0034-1.4277l.0384-.0718A30.746,30.746,0,0,0,22.3262,15.3262ZM12,21a9.3959,9.3959,0,0,1,1.0728-3.8516c.2563-.5825.5158-1.1757.726-1.7993a4.0474,4.0474,0,0,0,4.4024,0c.21.6236.47,1.2168.726,1.7993A9.3959,9.3959,0,0,1,20,21c0,1.2881-.4146,3-4,3S12,22.2881,12,21Zm6.5105-8.5752A3.6265,3.6265,0,0,1,16,14a3.6273,3.6273,0,0,1-2.5107-1.5757,7.6356,7.6356,0,0,1,5.0212,0ZM12,8a4,4,0,0,1,8,0,10.9164,10.9164,0,0,0,.4673,3.1152A7.9811,7.9811,0,0,0,19,10.4849V8H17v2.0542a9.2522,9.2522,0,0,0-2,0V8H13v2.4849a7.9019,7.9019,0,0,0-1.4785.6372A10.7093,10.7093,0,0,0,12,8ZM9.7146,15.1592A29.8007,29.8007,0,0,0,11.0693,12.38l.0484.09a8.8046,8.8046,0,0,0,1.0034,1.4277,12.7083,12.7083,0,0,1-.8789,2.4454,16.6574,16.6574,0,0,0-.981,2.6474H8.1047A14.0567,14.0567,0,0,1,9.7146,15.1592Zm1.3708,12.4775L9.0508,28.8574a.9866.9866,0,0,1-1.2529-.1806L4.1724,23.8833l1.4458-2.8921h3.706L11.49,26.3853A1.0036,1.0036,0,0,1,11.0854,27.6367Zm2.316.1177a2.9571,2.9571,0,0,0-.0562-2.11A9.03,9.03,0,0,0,16,26a9.0237,9.0237,0,0,0,2.6562-.3564,2.9889,2.9889,0,0,0-.0546,2.11,13.8722,13.8722,0,0,1-5.2,0Zm10.83.8833a.996.996,0,0,1-1.2827.2178l-2.0342-1.2207h0a1.01,1.01,0,0,1-.396-1.273l2.157-5.3725h3.7058l1.4461,2.892Z"
2368
+ }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2369
+ d: "M8 11L11 11 11 23 13 23 13 11 16 11 16 9 8 9 8 11zM23 15V13H20V11H18v2H16v2h2v6a2 2 0 002 2h3V21H20V15z"
2397
2370
  })), children);
2398
2371
  });
2399
2372
  if (process.env.NODE_ENV !== "production") {
2400
- Linux.propTypes = iconPropTypesC5chbmyn.i;
2373
+ LetterTt.propTypes = iconPropTypesC5chbmyn.i;
2401
2374
  }
2402
- const LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref102, ref) {
2375
+ const LetterUu = /*#__PURE__*/React.forwardRef(function LetterUu(_ref102, ref) {
2403
2376
  let {
2404
2377
  children,
2405
2378
  size = 16,
@@ -2413,16 +2386,14 @@ const LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref102, ref) {
2413
2386
  viewBox: "0 0 32 32",
2414
2387
  fill: "currentColor",
2415
2388
  ...rest
2416
- }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2417
- d: "M22.6121,20.5215A6.1582,6.1582,0,0,0,24,16.5254C24,13.4785,21.9812,11,19.5,11A4.2435,4.2435,0,0,0,16,13.06,4.2435,4.2435,0,0,0,12.5,11C10.0188,11,8,13.4785,8,16.5254a6.1593,6.1593,0,0,0,1.3879,3.9961c-.5688.3686-.9389.6416-.988.6787a1,1,0,0,0-.1807,1.4248C8.6592,23.1748,12.6169,28,16,28s7.3408-4.8252,7.7808-5.375A1,1,0,0,0,23.6,21.2C23.551,21.1631,23.1812,20.89,22.6121,20.5215ZM12.5,13c1.3552,0,2.5,1.6143,2.5,3.5254v1.5664a9.1005,9.1005,0,0,0-1.0244.2314A2.6411,2.6411,0,0,0,14,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.38,2.38,0,0,0,.4072,1.3623c-.0813.0415-.1687.0806-.248.1221A4.0291,4.0291,0,0,1,10,16.5254C10,14.6143,11.1448,13,12.5,13ZM16,26c-1.5691,0-3.9648-2.084-5.52-3.8057C11.9,21.2788,14.2656,20,16,20s4.1,1.2788,5.52,2.1943C19.9648,23.916,17.5691,26,16,26Zm4.8408-6.5156c-.0793-.0415-.1667-.0806-.248-.1221A2.38,2.38,0,0,0,21,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.6411,2.6411,0,0,0,.0244.3232A9.1005,9.1005,0,0,0,17,18.0918V16.5254C17,14.6143,18.1448,13,19.5,13S22,14.6143,22,16.5254A4.0291,4.0291,0,0,1,20.8408,19.4844Z"
2418
- })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2419
- d: "M30,30a3.8876,3.8876,0,0,1-4-4V14A10,10,0,0,0,6,14V26a3.8876,3.8876,0,0,1-4,4V28a1.8793,1.8793,0,0,0,2-2V14a12,12,0,0,1,24,0V26a1.8825,1.8825,0,0,0,2,2Z"
2389
+ }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2390
+ d: "M23 23H19a2 2 0 01-2-2V13h2v8h4V13h2v8A2 2 0 0123 23zM13 23H9a2 2 0 01-2-2V9H9V21h4V9h2V21A2 2 0 0113 23z"
2420
2391
  })), children);
2421
2392
  });
2422
2393
  if (process.env.NODE_ENV !== "production") {
2423
- LinuxAlt.propTypes = iconPropTypesC5chbmyn.i;
2394
+ LetterUu.propTypes = iconPropTypesC5chbmyn.i;
2424
2395
  }
2425
- const LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref103, ref) {
2396
+ const LetterVv = /*#__PURE__*/React.forwardRef(function LetterVv(_ref103, ref) {
2426
2397
  let {
2427
2398
  children,
2428
2399
  size = 16,
@@ -2436,15 +2407,14 @@ const LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_re
2436
2407
  viewBox: "0 0 32 32",
2437
2408
  fill: "currentColor",
2438
2409
  ...rest
2439
- }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2440
- strokeWidth: "0",
2441
- d: "M26 2H28V30H26zM20 25H6c-1.1046 0-2-.8954-2-2v-14c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v14c0 1.1046-.8954 2-2 2zm0-16H6v14h14v-14z"
2410
+ }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2411
+ d: "M25 13L23.25 13 21 22.03 18.79 13 17 13 19.5 23 22.5 23 25 13zM13 9L11 22 9 9 7 9 9.52 23 12.48 23 15 9 13 9z"
2442
2412
  })), children);
2443
2413
  });
2444
2414
  if (process.env.NODE_ENV !== "production") {
2445
- LinuxNamespace.propTypes = iconPropTypesC5chbmyn.i;
2415
+ LetterVv.propTypes = iconPropTypesC5chbmyn.i;
2446
2416
  }
2447
- const List = /*#__PURE__*/React.forwardRef(function List(_ref104, ref) {
2417
+ const LetterWw = /*#__PURE__*/React.forwardRef(function LetterWw(_ref104, ref) {
2448
2418
  let {
2449
2419
  children,
2450
2420
  size = 16,
@@ -2458,14 +2428,14 @@ const List = /*#__PURE__*/React.forwardRef(function List(_ref104, ref) {
2458
2428
  viewBox: "0 0 32 32",
2459
2429
  fill: "currentColor",
2460
2430
  ...rest
2461
- }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2462
- d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
2431
+ }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2432
+ d: "M24.3 13L23.39 21.61 22 13 20 13 18.61 21.61 17.7 13 16 13 17.36 23 19.64 23 21 14.63 22.36 23 24.64 23 26 13 24.3 13zM12.21 9L11.87 17 11.61 21.54 11.2 18 10.52 12.54 8.5 12.54 7.82 18 7.41 21.54 7.16 17 6.81 9 5.01 9 6.01 23 8.28 23 9.04 18.07 9.5 14 9.51 13.97 9.52 14 9.98 18.07 10.74 23 13.01 23 14.01 9 12.21 9z"
2463
2433
  })), children);
2464
2434
  });
2465
2435
  if (process.env.NODE_ENV !== "production") {
2466
- List.propTypes = iconPropTypesC5chbmyn.i;
2436
+ LetterWw.propTypes = iconPropTypesC5chbmyn.i;
2467
2437
  }
2468
- const ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref105, ref) {
2438
+ const LetterXx = /*#__PURE__*/React.forwardRef(function LetterXx(_ref105, ref) {
2469
2439
  let {
2470
2440
  children,
2471
2441
  size = 16,
@@ -2479,40 +2449,19 @@ const ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref105, ref)
2479
2449
  viewBox: "0 0 32 32",
2480
2450
  fill: "currentColor",
2481
2451
  ...rest
2482
- }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2483
- d: "M16 8H30V10H16zM16 22H30V24H16zM10 14H4a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 014 4h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 14zM4 6v6h6.0012L10 6zM10 28H4a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 28zM4 20v6h6.0012L10 20z"
2452
+ }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2453
+ d: "M15 9L13 9 11 15 9 9 7 9 9.75 16 7 23 9 23 11 17 13 23 15 23 12.24 16 15 9zM25 13L23 13 21 16.9 19 13 17 13 19.91 18 17 23 19 23 21 19.2 23 23 25 23 22.1 18 25 13z"
2484
2454
  })), children);
2485
2455
  });
2486
2456
  if (process.env.NODE_ENV !== "production") {
2487
- ListBoxes.propTypes = iconPropTypesC5chbmyn.i;
2457
+ LetterXx.propTypes = iconPropTypesC5chbmyn.i;
2488
2458
  }
2489
- const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref106, ref) {
2459
+ const LetterYy = /*#__PURE__*/React.forwardRef(function LetterYy(_ref106, ref) {
2490
2460
  let {
2491
2461
  children,
2492
2462
  size = 16,
2493
2463
  ...rest
2494
2464
  } = _ref106;
2495
- if (size === 16 || size === "16" || size === "16px") {
2496
- return /*#__PURE__*/React.createElement(Icon.default, {
2497
- width: size,
2498
- height: size,
2499
- ref: ref,
2500
- xmlns: "http://www.w3.org/2000/svg",
2501
- viewBox: "0 0 16 16",
2502
- fill: "currentColor",
2503
- ...rest
2504
- }, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
2505
- cx: "3.5",
2506
- cy: "4.5",
2507
- r: "1.5"
2508
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
2509
- cx: "3.5",
2510
- cy: "11.5",
2511
- r: "1.5"
2512
- })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2513
- d: "M8 11H15V12H8zM8 4H15V5H8z"
2514
- })), children);
2515
- }
2516
2465
  return /*#__PURE__*/React.createElement(Icon.default, {
2517
2466
  width: size,
2518
2467
  height: size,
@@ -2521,22 +2470,14 @@ const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref106
2521
2470
  viewBox: "0 0 32 32",
2522
2471
  fill: "currentColor",
2523
2472
  ...rest
2524
- }, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
2525
- cx: "7",
2526
- cy: "9",
2527
- r: "3"
2528
- })), _circle0 || (_circle0 = /*#__PURE__*/React.createElement("circle", {
2529
- cx: "7",
2530
- cy: "23",
2531
- r: "3"
2532
- })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2533
- d: "M16 22H30V24H16zM16 8H30V10H16z"
2473
+ }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2474
+ d: "M15 9L13 9 11 16 9 9 7 9 10 18 10 23 12 23 12 18 12 18 15 9zM23 13l-2 7.52L19.08 13H17l3.15 9.87L19.53 25H17v2h2.26a2 2 0 001.91-1.42L25 13z"
2534
2475
  })), children);
2535
2476
  });
2536
2477
  if (process.env.NODE_ENV !== "production") {
2537
- ListBulleted.propTypes = iconPropTypesC5chbmyn.i;
2478
+ LetterYy.propTypes = iconPropTypesC5chbmyn.i;
2538
2479
  }
2539
- const ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref107, ref) {
2480
+ const LetterZz = /*#__PURE__*/React.forwardRef(function LetterZz(_ref107, ref) {
2540
2481
  let {
2541
2482
  children,
2542
2483
  size = 16,
@@ -2550,14 +2491,14 @@ const ListChecked = /*#__PURE__*/React.forwardRef(function ListChecked(_ref107,
2550
2491
  viewBox: "0 0 32 32",
2551
2492
  fill: "currentColor",
2552
2493
  ...rest
2553
- }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2554
- d: "M16 22H30V24H16zM14 19.4L12.6 18 6 24.6 3.4 22 2 23.4 6 27.4zM16 8H30V10H16zM14 5.4L12.6 4 6 10.6 3.4 8 2 9.4 6 13.4z"
2494
+ }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2495
+ d: "M25 15L25 13 17 13 17 15 22.5 15 17 21 17 23 25 23 25 21 19.51 21 25 15zM15 9L7 9 7 11 13 11 7 21 7 23 15 23 15 21 9 21 15 11 15 9z"
2555
2496
  })), children);
2556
2497
  });
2557
2498
  if (process.env.NODE_ENV !== "production") {
2558
- ListChecked.propTypes = iconPropTypesC5chbmyn.i;
2499
+ LetterZz.propTypes = iconPropTypesC5chbmyn.i;
2559
2500
  }
2560
- const ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirror(_ref108, ref) {
2501
+ const License = /*#__PURE__*/React.forwardRef(function License(_ref108, ref) {
2561
2502
  let {
2562
2503
  children,
2563
2504
  size = 16,
@@ -2571,14 +2512,16 @@ const ListCheckedMirror = /*#__PURE__*/React.forwardRef(function ListCheckedMirr
2571
2512
  viewBox: "0 0 32 32",
2572
2513
  fill: "currentColor",
2573
2514
  ...rest
2574
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2575
- d: "M30 19.4L28.6 18 22 24.6 19.4 22 18 23.4 22 27.4zM2 22H16V24H2zM30 5.4L28.6 4 22 10.6 19.4 8 18 9.4 22 13.4zM2 8H16V10H2z"
2515
+ }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2516
+ d: "M10 6H22V8H10zM10 10H22V12H10zM10 24H16V26H10zM10 14H16V16H10z"
2517
+ })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2518
+ d: "M24,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H24a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,24,30ZM8,4V28H24V4Z"
2576
2519
  })), children);
2577
2520
  });
2578
2521
  if (process.env.NODE_ENV !== "production") {
2579
- ListCheckedMirror.propTypes = iconPropTypesC5chbmyn.i;
2522
+ License.propTypes = iconPropTypesC5chbmyn.i;
2580
2523
  }
2581
- const ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref109, ref) {
2524
+ const LicenseDraft = /*#__PURE__*/React.forwardRef(function LicenseDraft(_ref109, ref) {
2582
2525
  let {
2583
2526
  children,
2584
2527
  size = 16,
@@ -2592,16 +2535,16 @@ const ListDropdown = /*#__PURE__*/React.forwardRef(function ListDropdown(_ref109
2592
2535
  viewBox: "0 0 32 32",
2593
2536
  fill: "currentColor",
2594
2537
  ...rest
2595
- }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2596
- d: "M26,6V2H2V12h9V30H30V6ZM4,10V4H24V6H11v4ZM28,28H13V8H28Z"
2597
- })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2598
- d: "M15 11H17V13H15zM19 11H26V13H19zM15 17H17V19H15zM19 17H26V19H19zM15 23H17V25H15zM19 23H26V25H19z"
2538
+ }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2539
+ d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
2540
+ })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2541
+ d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM12 30H6a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 016 2H22a2.0021 2.0021 0 012 2V14H22V4H6V28h6z"
2599
2542
  })), children);
2600
2543
  });
2601
2544
  if (process.env.NODE_ENV !== "production") {
2602
- ListDropdown.propTypes = iconPropTypesC5chbmyn.i;
2545
+ LicenseDraft.propTypes = iconPropTypesC5chbmyn.i;
2603
2546
  }
2604
- const ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref110, ref) {
2547
+ const LicenseGlobal = /*#__PURE__*/React.forwardRef(function LicenseGlobal(_ref110, ref) {
2605
2548
  let {
2606
2549
  children,
2607
2550
  size = 16,
@@ -2615,14 +2558,16 @@ const ListNumbered = /*#__PURE__*/React.forwardRef(function ListNumbered(_ref110
2615
2558
  viewBox: "0 0 32 32",
2616
2559
  fill: "currentColor",
2617
2560
  ...rest
2618
- }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2619
- d: "M16 22H30V24H16zM16 8H30V10H16zM8 12L8 4 6 4 6 5 4 5 4 7 6 7 6 12 4 12 4 14 6 14 8 14 10 14 10 12 8 12zM10 28H4V24a2 2 0 012-2H8V20H4V18H8a2 2 0 012 2v2a2 2 0 01-2 2H6v2h4z"
2561
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2562
+ d: "M22 14a8 8 0 108 8A8.0092 8.0092 0 0022 14zm5.91 7H25.9563a12.03 12.03 0 00-1.2183-4.3325A6.01 6.01 0 0127.91 21zm-7.8545 0A10.0135 10.0135 0 0122 16.0146 10.0121 10.0121 0 0123.9448 21zm3.89 2A10.01 10.01 0 0122 27.9854 10.0121 10.0121 0 0120.0552 23zm-4.6831-6.332A12.0265 12.0265 0 0018.0435 21H16.09A6.01 6.01 0 0119.2617 16.668zM16.09 23h1.9532a12.0265 12.0265 0 001.2182 4.332A6.01 6.01 0 0116.09 23zm8.6482 4.332A12.0242 12.0242 0 0025.9565 23H27.91A6.0088 6.0088 0 0124.7385 27.332zM6 14H12V16H6zM6 6H18V8H6zM6 10H18V12H6zM6 24H12V26H6z"
2563
+ })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2564
+ d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H20a2.0021,2.0021,0,0,1,2,2v8H20V4H4V28h8Z"
2620
2565
  })), children);
2621
2566
  });
2622
2567
  if (process.env.NODE_ENV !== "production") {
2623
- ListNumbered.propTypes = iconPropTypesC5chbmyn.i;
2568
+ LicenseGlobal.propTypes = iconPropTypesC5chbmyn.i;
2624
2569
  }
2625
- const ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMirror(_ref111, ref) {
2570
+ const LicenseMaintenance = /*#__PURE__*/React.forwardRef(function LicenseMaintenance(_ref111, ref) {
2626
2571
  let {
2627
2572
  children,
2628
2573
  size = 16,
@@ -2636,14 +2581,16 @@ const ListNumberedMirror = /*#__PURE__*/React.forwardRef(function ListNumberedMi
2636
2581
  viewBox: "0 0 32 32",
2637
2582
  fill: "currentColor",
2638
2583
  ...rest
2639
- }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2640
- d: "M28 28h-6v-4c0-1.1.9-2 2-2h2v-2h-4v-2h4c1.1 0 2 .9 2 2v2c0 1.1-.9 2-2 2h-2v2h4V28zM2 22H16V24H2zM26 12L26 4 24 4 24 5 22 5 22 7 24 7 24 12 22 12 22 14 24 14 26 14 28 14 28 12zM2 8H16V10H2z"
2584
+ }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2585
+ d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM30 24V22H27.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0024 18.1011V16H22v2.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0018.1011 22H16v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0022 27.8989V30h2V27.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0027.8989 24zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0123 26z"
2586
+ })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2587
+ d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
2641
2588
  })), children);
2642
2589
  });
2643
2590
  if (process.env.NODE_ENV !== "production") {
2644
- ListNumberedMirror.propTypes = iconPropTypesC5chbmyn.i;
2591
+ LicenseMaintenance.propTypes = iconPropTypesC5chbmyn.i;
2645
2592
  }
2646
- const LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalancerApplication(_ref112, ref) {
2593
+ const LicenseMaintenanceDraft = /*#__PURE__*/React.forwardRef(function LicenseMaintenanceDraft(_ref112, ref) {
2647
2594
  let {
2648
2595
  children,
2649
2596
  size = 16,
@@ -2657,14 +2604,16 @@ const LoadBalancerApplication = /*#__PURE__*/React.forwardRef(function LoadBalan
2657
2604
  viewBox: "0 0 32 32",
2658
2605
  fill: "currentColor",
2659
2606
  ...rest
2660
- }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2661
- d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V14H15v2H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM9 2V12H23V2zm2 2h2v6H11zm10 6H15V4h6z"
2607
+ }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2608
+ d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM20 13V11H17.8579a3.94 3.94 0 00-.4248-1.019L18.95 8.4644 17.5356 7.05 16.019 8.5669A3.9443 3.9443 0 0015 8.1421V6H13V8.1421a3.9443 3.9443 0 00-1.019.4248L10.4644 7.05 9.05 8.4644 10.5669 9.981A3.94 3.94 0 0010.1421 11H8v2h2.1421a3.94 3.94 0 00.4248 1.019L9.05 15.5356 10.4644 16.95l1.5166-1.5166A3.9443 3.9443 0 0013 15.8579V18h2V15.8579a3.9443 3.9443 0 001.019-.4248L17.5356 16.95 18.95 15.5356 17.4331 14.019A3.94 3.94 0 0017.8579 13zm-6 1a2 2 0 112-2A2.0025 2.0025 0 0114 14z"
2609
+ })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2610
+ d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
2662
2611
  })), children);
2663
2612
  });
2664
2613
  if (process.env.NODE_ENV !== "production") {
2665
- LoadBalancerApplication.propTypes = iconPropTypesC5chbmyn.i;
2614
+ LicenseMaintenanceDraft.propTypes = iconPropTypesC5chbmyn.i;
2666
2615
  }
2667
- const LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerClassic(_ref113, ref) {
2616
+ const LicenseThirdParty = /*#__PURE__*/React.forwardRef(function LicenseThirdParty(_ref113, ref) {
2668
2617
  let {
2669
2618
  children,
2670
2619
  size = 16,
@@ -2678,14 +2627,16 @@ const LoadBalancerClassic = /*#__PURE__*/React.forwardRef(function LoadBalancerC
2678
2627
  viewBox: "0 0 32 32",
2679
2628
  fill: "currentColor",
2680
2629
  ...rest
2681
- }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2682
- d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8zM14 8V4h4V8z"
2630
+ }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2631
+ d: "M8 14H14V16H8zM8 6H20V8H8zM8 10H20V12H8zM8 24H14V26H8zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM24 24a4 4 0 10-4-4A4 4 0 0024 24zm0-6a2 2 0 11-2 2A2 2 0 0124 18z"
2632
+ })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2633
+ d: "M14,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h8Z"
2683
2634
  })), children);
2684
2635
  });
2685
2636
  if (process.env.NODE_ENV !== "production") {
2686
- LoadBalancerClassic.propTypes = iconPropTypesC5chbmyn.i;
2637
+ LicenseThirdParty.propTypes = iconPropTypesC5chbmyn.i;
2687
2638
  }
2688
- const LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGlobal(_ref114, ref) {
2639
+ const LicenseThirdPartyDraft = /*#__PURE__*/React.forwardRef(function LicenseThirdPartyDraft(_ref114, ref) {
2689
2640
  let {
2690
2641
  children,
2691
2642
  size = 16,
@@ -2699,14 +2650,16 @@ const LoadBalancerGlobal = /*#__PURE__*/React.forwardRef(function LoadBalancerGl
2699
2650
  viewBox: "0 0 32 32",
2700
2651
  fill: "currentColor",
2701
2652
  ...rest
2702
- }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2703
- d: "M4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM16 10a4 4 0 114-4A4.0045 4.0045 0 0116 10zm0-6a2 2 0 102 2A2.0021 2.0021 0 0016 4z"
2653
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2654
+ d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM17 15H11a3 3 0 00-3 3v1h2V18a1 1 0 011-1h6a1 1 0 011 1v1h2V18A3 3 0 0017 15zM14 14a4 4 0 10-4-4A4 4 0 0014 14zm0-6a2 2 0 11-2 2A2 2 0 0114 8z"
2655
+ })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2656
+ d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2V14H22V4H6V28h6Z"
2704
2657
  })), children);
2705
2658
  });
2706
2659
  if (process.env.NODE_ENV !== "production") {
2707
- LoadBalancerGlobal.propTypes = iconPropTypesC5chbmyn.i;
2660
+ LicenseThirdPartyDraft.propTypes = iconPropTypesC5chbmyn.i;
2708
2661
  }
2709
- const LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancerListener(_ref115, ref) {
2662
+ const Lifesaver = /*#__PURE__*/React.forwardRef(function Lifesaver(_ref115, ref) {
2710
2663
  let {
2711
2664
  children,
2712
2665
  size = 16,
@@ -2720,19 +2673,52 @@ const LoadBalancerListener = /*#__PURE__*/React.forwardRef(function LoadBalancer
2720
2673
  viewBox: "0 0 32 32",
2721
2674
  fill: "currentColor",
2722
2675
  ...rest
2723
- }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2724
- d: "M15 8H17V10H15zM19 8H21V10H19zM11 8H13V10H11zM25 16H17V13H15v3H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 3H21V5H11z"
2676
+ }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2677
+ d: "M28.2261,22.812a13.9664,13.9664,0,0,0,0-13.624L28.4141,9a2.0021,2.0021,0,0,0,0-2.8281l-2.5857-2.586a2.0028,2.0028,0,0,0-2.8284,0l-.1877.1875a13.9687,13.9687,0,0,0-13.6243,0L9,3.5859a2.0024,2.0024,0,0,0-2.8284,0L3.5859,6.1719A2.0021,2.0021,0,0,0,3.5859,9l.1878.1875a13.97,13.97,0,0,0,0,13.625L3.5859,23a2.0021,2.0021,0,0,0,0,2.8281l2.5857,2.586a2.0021,2.0021,0,0,0,2.8284,0l.188-.188a13.9687,13.9687,0,0,0,13.6243.0005L23,28.4141a2.0021,2.0021,0,0,0,2.8284,0l2.5857-2.586a2.0021,2.0021,0,0,0,0-2.8281ZM28,16a11.973,11.973,0,0,1-1.2546,5.3315l-3.8948-3.895a6.9808,6.9808,0,0,0,0-2.873l3.8948-3.895A11.973,11.973,0,0,1,28,16ZM27,7.5859l-4.9346,4.9346A7.0434,7.0434,0,0,0,19.48,9.9346L24.4143,5ZM16,21a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,21ZM21.3154,5.2705,17.4365,9.1494a6.9808,6.9808,0,0,0-2.873,0L10.6846,5.2705A12.2484,12.2484,0,0,1,21.3154,5.2705ZM7.5859,5l4.9346,4.9346a7.0449,7.0449,0,0,0-2.5859,2.5859L5,7.5859ZM4,16a11.9716,11.9716,0,0,1,1.2546-5.3311l3.8948,3.8946a6.9808,6.9808,0,0,0,0,2.873L5.2546,21.3311A11.9716,11.9716,0,0,1,4,16ZM7.5857,27,5,24.4141,9.9346,19.48a7.0434,7.0434,0,0,0,2.5859,2.5859Zm3.0989-.27,3.8789-3.8789a6.9808,6.9808,0,0,0,2.873,0L21.3154,26.73A12.2484,12.2484,0,0,1,10.6846,26.73Zm13.73.27L19.48,22.0654A7.0449,7.0449,0,0,0,22.0654,19.48L27,24.4141Z"
2725
2678
  })), children);
2726
2679
  });
2727
2680
  if (process.env.NODE_ENV !== "production") {
2728
- LoadBalancerListener.propTypes = iconPropTypesC5chbmyn.i;
2681
+ Lifesaver.propTypes = iconPropTypesC5chbmyn.i;
2729
2682
  }
2730
- const LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLocal(_ref116, ref) {
2683
+ const Light = /*#__PURE__*/React.forwardRef(function Light(_ref116, ref) {
2731
2684
  let {
2732
2685
  children,
2733
2686
  size = 16,
2734
2687
  ...rest
2735
2688
  } = _ref116;
2689
+ if (size === 16 || size === "16" || size === "16px") {
2690
+ return /*#__PURE__*/React.createElement(Icon.default, {
2691
+ width: size,
2692
+ height: size,
2693
+ ref: ref,
2694
+ xmlns: "http://www.w3.org/2000/svg",
2695
+ viewBox: "0 0 16 16",
2696
+ fill: "currentColor",
2697
+ ...rest
2698
+ }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2699
+ d: "M7.5 1H8.5V3.5H7.5z"
2700
+ })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2701
+ d: "M10.8 3.4H13.3V4.4H10.8z",
2702
+ transform: "rotate(-45.001 12.041 3.923)"
2703
+ })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2704
+ d: "M12.5 7.5H15V8.5H12.5z"
2705
+ })), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2706
+ d: "M11.6 10.8H12.6V13.3H11.6z",
2707
+ transform: "rotate(-45.001 12.075 12.041)"
2708
+ })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2709
+ d: "M7.5 12.5H8.5V15H7.5z"
2710
+ })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2711
+ d: "M2.7 11.6H5.2V12.6H2.7z",
2712
+ transform: "rotate(-45.001 3.96 12.079)"
2713
+ })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2714
+ d: "M1 7.5H3.5V8.5H1z"
2715
+ })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2716
+ d: "M3.4 2.7H4.4V5.2H3.4z",
2717
+ transform: "rotate(-45.001 3.925 3.961)"
2718
+ })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2719
+ d: "M8,6c1.1,0,2,0.9,2,2s-0.9,2-2,2S6,9.1,6,8S6.9,6,8,6 M8,5C6.3,5,5,6.3,5,8s1.3,3,3,3s3-1.3,3-3S9.7,5,8,5z"
2720
+ })), children);
2721
+ }
2736
2722
  return /*#__PURE__*/React.createElement(Icon.default, {
2737
2723
  width: size,
2738
2724
  height: size,
@@ -2741,14 +2727,34 @@ const LoadBalancerLocal = /*#__PURE__*/React.forwardRef(function LoadBalancerLoc
2741
2727
  viewBox: "0 0 32 32",
2742
2728
  fill: "currentColor",
2743
2729
  ...rest
2744
- }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2745
- d: "M25 16H17V10H15v6H7a2.0023 2.0023 0 00-2 2v6H7V18h8v6h2V18h8v6h2V18A2.0023 2.0023 0 0025 16zM4 26H8V30H4zM14 26H18V30H14zM24 26H28V30H24zM11 5H21V7H11z"
2730
+ }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2731
+ d: "M15 2H17V7H15z"
2732
+ })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2733
+ d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
2734
+ transform: "rotate(-45 24.147 7.853)"
2735
+ })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2736
+ d: "M25 15H30V17H25z"
2737
+ })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2738
+ d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
2739
+ transform: "rotate(-45 24.147 24.146)"
2740
+ })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2741
+ d: "M15 25H17V30H15z"
2742
+ })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2743
+ d: "M5.375 23.147H10.333V25.147H5.375z",
2744
+ transform: "rotate(-45 7.853 24.146)"
2745
+ })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2746
+ d: "M2 15H7V17H2z"
2747
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2748
+ d: "M6.854 5.375H8.854V10.333H6.854z",
2749
+ transform: "rotate(-45 7.854 7.853)"
2750
+ })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2751
+ d: "M16,12a4,4,0,1,1-4,4,4.0045,4.0045,0,0,1,4-4m0-2a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
2746
2752
  })), children);
2747
2753
  });
2748
2754
  if (process.env.NODE_ENV !== "production") {
2749
- LoadBalancerLocal.propTypes = iconPropTypesC5chbmyn.i;
2755
+ Light.propTypes = iconPropTypesC5chbmyn.i;
2750
2756
  }
2751
- const LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerNetwork(_ref117, ref) {
2757
+ const LightFilled = /*#__PURE__*/React.forwardRef(function LightFilled(_ref117, ref) {
2752
2758
  let {
2753
2759
  children,
2754
2760
  size = 16,
@@ -2762,14 +2768,34 @@ const LoadBalancerNetwork = /*#__PURE__*/React.forwardRef(function LoadBalancerN
2762
2768
  viewBox: "0 0 32 32",
2763
2769
  fill: "currentColor",
2764
2770
  ...rest
2765
- }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2766
- d: "M25 16H17V12H15v4H7a2.0023 2.0023 0 00-2 2v4H7V18h8v4h2V18h8v4h2V18A2.0023 2.0023 0 0025 16zM20 10V2H12v8h8zM14 8V4h4V8zM26 24a2.9948 2.9948 0 00-2.8157 2H18.8157a2.982 2.982 0 00-5.6314 0H8.8157a3 3 0 100 2h4.3686a2.982 2.982 0 005.6314 0h4.3686A2.9947 2.9947 0 1026 24zM6 28a1 1 0 111-1A1.0009 1.0009 0 016 28zm10 0a1 1 0 111-1A1.0009 1.0009 0 0116 28zm10 0a1 1 0 111-1A1.0009 1.0009 0 0126 28z"
2771
+ }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2772
+ d: "M15 2H17V7H15z"
2773
+ })), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2774
+ d: "M21.668 6.854H26.625999999999998V8.854H21.668z",
2775
+ transform: "rotate(-45 24.147 7.853)"
2776
+ })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2777
+ d: "M25 15H30V17H25z"
2778
+ })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2779
+ d: "M23.147 21.668H25.147V26.625999999999998H23.147z",
2780
+ transform: "rotate(-45 24.147 24.146)"
2781
+ })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2782
+ d: "M15 25H17V30H15z"
2783
+ })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2784
+ d: "M5.375 23.147H10.333V25.147H5.375z",
2785
+ transform: "rotate(-45 7.853 24.146)"
2786
+ })), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2787
+ d: "M2 15H7V17H2z"
2788
+ })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2789
+ d: "M6.854 5.375H8.854V10.333H6.854z",
2790
+ transform: "rotate(-45 7.854 7.853)"
2791
+ })), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2792
+ d: "M16,10a6,6,0,1,0,6,6,6,6,0,0,0-6-6Z"
2767
2793
  })), children);
2768
2794
  });
2769
2795
  if (process.env.NODE_ENV !== "production") {
2770
- LoadBalancerNetwork.propTypes = iconPropTypesC5chbmyn.i;
2796
+ LightFilled.propTypes = iconPropTypesC5chbmyn.i;
2771
2797
  }
2772
- const LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool(_ref118, ref) {
2798
+ const Lightning = /*#__PURE__*/React.forwardRef(function Lightning(_ref118, ref) {
2773
2799
  let {
2774
2800
  children,
2775
2801
  size = 16,
@@ -2783,14 +2809,14 @@ const LoadBalancerPool = /*#__PURE__*/React.forwardRef(function LoadBalancerPool
2783
2809
  viewBox: "0 0 32 32",
2784
2810
  fill: "currentColor",
2785
2811
  ...rest
2786
- }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2787
- d: "M10 15H22V17H10zM8.7 6.2852A2.9665 2.9665 0 009 5 3 3 0 106 8a2.96 2.96 0 001.2852-.3008L10 10.4141V13h2V9.5859zM6 6A1 1 0 117 5 1.0009 1.0009 0 016 6zM19 5a3 3 0 10-4 2.8154V13h2V7.8159A2.9957 2.9957 0 0019 5zM16 6a1 1 0 111-1A1.0009 1.0009 0 0116 6zM26 2a3.0033 3.0033 0 00-3 3 2.9665 2.9665 0 00.3 1.2852L20 9.5859V13h2V10.4141l2.7148-2.7149A2.96 2.96 0 0026 8a3 3 0 000-6zm0 4a1 1 0 111-1A1.0009 1.0009 0 0126 6zM12 19H10v2.5859L7.2854 24.3008A2.9609 2.9609 0 006 24a3 3 0 103 3 2.9665 2.9665 0 00-.3-1.2852L12 22.4141zM6 28a1 1 0 111-1A1.0009 1.0009 0 016 28zM17 24.1841V19H15v5.1841a3 3 0 102 0zM16 28a1 1 0 111-1A1.0009 1.0009 0 0116 28zM26 24a2.9609 2.9609 0 00-1.2854.3008L22 21.5859V19H20v3.4141l3.3 3.3007A2.9665 2.9665 0 0023 27a3 3 0 103-3zm0 4a1 1 0 111-1A1.0009 1.0009 0 0126 28z"
2812
+ }, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2813
+ d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92ZM17.75,13l2-9H11.8L9.26,15h5.91L13.58,25.28,23,13Z"
2788
2814
  })), children);
2789
2815
  });
2790
2816
  if (process.env.NODE_ENV !== "production") {
2791
- LoadBalancerPool.propTypes = iconPropTypesC5chbmyn.i;
2817
+ Lightning.propTypes = iconPropTypesC5chbmyn.i;
2792
2818
  }
2793
- const LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(_ref119, ref) {
2819
+ const Link = /*#__PURE__*/React.forwardRef(function Link(_ref119, ref) {
2794
2820
  let {
2795
2821
  children,
2796
2822
  size = 16,
@@ -2804,14 +2830,16 @@ const LoadBalancerVpc = /*#__PURE__*/React.forwardRef(function LoadBalancerVpc(_
2804
2830
  viewBox: "0 0 32 32",
2805
2831
  fill: "currentColor",
2806
2832
  ...rest
2807
- }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2808
- d: "M8 30H2V24H8zM4 28H6V26H4zM19 30H13V24h6zm-4-2h2V26H15zM30 30H24V24h6zm-4-2h2V26H26zM16 10a4 4 0 114-4A4.0045 4.0045 0 0116 10zm0-6a2 2 0 102 2A2.002 2.002 0 0016 4zM26 16H21a4.0045 4.0045 0 01-4-4H15a4.0045 4.0045 0 01-4 4H6a2.0023 2.0023 0 00-2 2v4H6V18h5A5.9694 5.9694 0 0015 16.46V22h2V16.46A5.9694 5.9694 0 0021 18h5v4h2V18A2.0023 2.0023 0 0026 16z"
2833
+ }, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2834
+ d: "M29.25,6.76a6,6,0,0,0-8.5,0l1.42,1.42a4,4,0,1,1,5.67,5.67l-8,8a4,4,0,1,1-5.67-5.66l1.41-1.42-1.41-1.42-1.42,1.42a6,6,0,0,0,0,8.5A6,6,0,0,0,17,25a6,6,0,0,0,4.27-1.76l8-8A6,6,0,0,0,29.25,6.76Z"
2835
+ })), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2836
+ d: "M4.19,24.82a4,4,0,0,1,0-5.67l8-8a4,4,0,0,1,5.67,0A3.94,3.94,0,0,1,19,14a4,4,0,0,1-1.17,2.85L15.71,19l1.42,1.42,2.12-2.12a6,6,0,0,0-8.51-8.51l-8,8a6,6,0,0,0,0,8.51A6,6,0,0,0,7,28a6.07,6.07,0,0,0,4.28-1.76L9.86,24.82A4,4,0,0,1,4.19,24.82Z"
2809
2837
  })), children);
2810
2838
  });
2811
2839
  if (process.env.NODE_ENV !== "production") {
2812
- LoadBalancerVpc.propTypes = iconPropTypesC5chbmyn.i;
2840
+ Link.propTypes = iconPropTypesC5chbmyn.i;
2813
2841
  }
2814
- const Location = /*#__PURE__*/React.forwardRef(function Location(_ref120, ref) {
2842
+ const Linux = /*#__PURE__*/React.forwardRef(function Linux(_ref120, ref) {
2815
2843
  let {
2816
2844
  children,
2817
2845
  size = 16,
@@ -2825,16 +2853,14 @@ const Location = /*#__PURE__*/React.forwardRef(function Location(_ref120, ref) {
2825
2853
  viewBox: "0 0 32 32",
2826
2854
  fill: "currentColor",
2827
2855
  ...rest
2828
- }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2829
- d: "M16,18a5,5,0,1,1,5-5A5.0057,5.0057,0,0,1,16,18Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,16,10Z"
2830
- })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2831
- d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,1,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
2856
+ }, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2857
+ d: "M29.8945,23.542l-1.7238-3.4473a1.9994,1.9994,0,0,0-1.7886-1.1054h-.4683a14.887,14.887,0,0,0-1.8193-4.5977C23.0647,12.4429,22,10.4277,22,8A6,6,0,0,0,10,8a13.0041,13.0041,0,0,1-2.0486,6.2153,14.7022,14.7022,0,0,0-1.8708,4.7759H5.6184a2.0007,2.0007,0,0,0-1.7893,1.106L2.1055,23.5439a1,1,0,0,0,.0971,1.0508L6.2319,29.92a2.9995,2.9995,0,0,0,3.8482.6519l1.8735-1.1241A13.8223,13.8223,0,0,0,16,30a13.8034,13.8034,0,0,0,4.0488-.5527L21.92,30.57a2.9819,2.9819,0,0,0,1.5385.43,3.0385,3.0385,0,0,0,2.3389-1.1187l4-5.2885A1.001,1.001,0,0,0,29.8945,23.542Zm-7.5683-8.2158a14.8311,14.8311,0,0,1,1.5591,3.6631H21.738a16.6591,16.6591,0,0,0-.98-2.6455,12.7083,12.7083,0,0,1-.8789-2.4454,8.8046,8.8046,0,0,0,1.0034-1.4277l.0384-.0718A30.746,30.746,0,0,0,22.3262,15.3262ZM12,21a9.3959,9.3959,0,0,1,1.0728-3.8516c.2563-.5825.5158-1.1757.726-1.7993a4.0474,4.0474,0,0,0,4.4024,0c.21.6236.47,1.2168.726,1.7993A9.3959,9.3959,0,0,1,20,21c0,1.2881-.4146,3-4,3S12,22.2881,12,21Zm6.5105-8.5752A3.6265,3.6265,0,0,1,16,14a3.6273,3.6273,0,0,1-2.5107-1.5757,7.6356,7.6356,0,0,1,5.0212,0ZM12,8a4,4,0,0,1,8,0,10.9164,10.9164,0,0,0,.4673,3.1152A7.9811,7.9811,0,0,0,19,10.4849V8H17v2.0542a9.2522,9.2522,0,0,0-2,0V8H13v2.4849a7.9019,7.9019,0,0,0-1.4785.6372A10.7093,10.7093,0,0,0,12,8ZM9.7146,15.1592A29.8007,29.8007,0,0,0,11.0693,12.38l.0484.09a8.8046,8.8046,0,0,0,1.0034,1.4277,12.7083,12.7083,0,0,1-.8789,2.4454,16.6574,16.6574,0,0,0-.981,2.6474H8.1047A14.0567,14.0567,0,0,1,9.7146,15.1592Zm1.3708,12.4775L9.0508,28.8574a.9866.9866,0,0,1-1.2529-.1806L4.1724,23.8833l1.4458-2.8921h3.706L11.49,26.3853A1.0036,1.0036,0,0,1,11.0854,27.6367Zm2.316.1177a2.9571,2.9571,0,0,0-.0562-2.11A9.03,9.03,0,0,0,16,26a9.0237,9.0237,0,0,0,2.6562-.3564,2.9889,2.9889,0,0,0-.0546,2.11,13.8722,13.8722,0,0,1-5.2,0Zm10.83.8833a.996.996,0,0,1-1.2827.2178l-2.0342-1.2207h0a1.01,1.01,0,0,1-.396-1.273l2.157-5.3725h3.7058l1.4461,2.892Z"
2832
2858
  })), children);
2833
2859
  });
2834
2860
  if (process.env.NODE_ENV !== "production") {
2835
- Location.propTypes = iconPropTypesC5chbmyn.i;
2861
+ Linux.propTypes = iconPropTypesC5chbmyn.i;
2836
2862
  }
2837
- const LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_ref121, ref) {
2863
+ const LinuxAlt = /*#__PURE__*/React.forwardRef(function LinuxAlt(_ref121, ref) {
2838
2864
  let {
2839
2865
  children,
2840
2866
  size = 16,
@@ -2848,18 +2874,16 @@ const LocationCompany = /*#__PURE__*/React.forwardRef(function LocationCompany(_
2848
2874
  viewBox: "0 0 32 32",
2849
2875
  fill: "currentColor",
2850
2876
  ...rest
2851
- }, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2852
- d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
2853
- })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2854
- d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Z"
2855
- })), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2856
- d: "M15 16H17V18H15zM15 12H17V14H15z"
2877
+ }, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2878
+ d: "M22.6121,20.5215A6.1582,6.1582,0,0,0,24,16.5254C24,13.4785,21.9812,11,19.5,11A4.2435,4.2435,0,0,0,16,13.06,4.2435,4.2435,0,0,0,12.5,11C10.0188,11,8,13.4785,8,16.5254a6.1593,6.1593,0,0,0,1.3879,3.9961c-.5688.3686-.9389.6416-.988.6787a1,1,0,0,0-.1807,1.4248C8.6592,23.1748,12.6169,28,16,28s7.3408-4.8252,7.7808-5.375A1,1,0,0,0,23.6,21.2C23.551,21.1631,23.1812,20.89,22.6121,20.5215ZM12.5,13c1.3552,0,2.5,1.6143,2.5,3.5254v1.5664a9.1005,9.1005,0,0,0-1.0244.2314A2.6411,2.6411,0,0,0,14,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.38,2.38,0,0,0,.4072,1.3623c-.0813.0415-.1687.0806-.248.1221A4.0291,4.0291,0,0,1,10,16.5254C10,14.6143,11.1448,13,12.5,13ZM16,26c-1.5691,0-3.9648-2.084-5.52-3.8057C11.9,21.2788,14.2656,20,16,20s4.1,1.2788,5.52,2.1943C19.9648,23.916,17.5691,26,16,26Zm4.8408-6.5156c-.0793-.0415-.1667-.0806-.248-.1221A2.38,2.38,0,0,0,21,18c0-1.1045-.6716-2-1.5-2s-1.5.8955-1.5,2a2.6411,2.6411,0,0,0,.0244.3232A9.1005,9.1005,0,0,0,17,18.0918V16.5254C17,14.6143,18.1448,13,19.5,13S22,14.6143,22,16.5254A4.0291,4.0291,0,0,1,20.8408,19.4844Z"
2879
+ })), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2880
+ d: "M30,30a3.8876,3.8876,0,0,1-4-4V14A10,10,0,0,0,6,14V26a3.8876,3.8876,0,0,1-4,4V28a1.8793,1.8793,0,0,0,2-2V14a12,12,0,0,1,24,0V26a1.8825,1.8825,0,0,0,2,2Z"
2857
2881
  })), children);
2858
2882
  });
2859
2883
  if (process.env.NODE_ENV !== "production") {
2860
- LocationCompany.propTypes = iconPropTypesC5chbmyn.i;
2884
+ LinuxAlt.propTypes = iconPropTypesC5chbmyn.i;
2861
2885
  }
2862
- const LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCompanyFilled(_ref122, ref) {
2886
+ const LinuxNamespace = /*#__PURE__*/React.forwardRef(function LinuxNamespace(_ref122, ref) {
2863
2887
  let {
2864
2888
  children,
2865
2889
  size = 16,
@@ -2873,17 +2897,15 @@ const LocationCompanyFilled = /*#__PURE__*/React.forwardRef(function LocationCom
2873
2897
  viewBox: "0 0 32 32",
2874
2898
  fill: "currentColor",
2875
2899
  ...rest
2876
- }, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2877
- fill: "none",
2878
- d: "M21,18H19V10H13v8H11V10a2.0021,2.0021,0,0,1,2-2h6a2.0021,2.0021,0,0,1,2,2Zm-4-2H15v2h2Zm0-4H15v2h2Z"
2879
- })), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2880
- d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm1,16H15V16h2Zm0-4H15V12h2Zm4,4H19V10H13v8H11V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2Z"
2900
+ }, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2901
+ strokeWidth: "0",
2902
+ d: "M26 2H28V30H26zM20 25H6c-1.1046 0-2-.8954-2-2v-14c0-1.1046.8954-2 2-2h14c1.1046 0 2 .8954 2 2v14c0 1.1046-.8954 2-2 2zm0-16H6v14h14v-14z"
2881
2903
  })), children);
2882
2904
  });
2883
2905
  if (process.env.NODE_ENV !== "production") {
2884
- LocationCompanyFilled.propTypes = iconPropTypesC5chbmyn.i;
2906
+ LinuxNamespace.propTypes = iconPropTypesC5chbmyn.i;
2885
2907
  }
2886
- const LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(_ref123, ref) {
2908
+ const List = /*#__PURE__*/React.forwardRef(function List(_ref123, ref) {
2887
2909
  let {
2888
2910
  children,
2889
2911
  size = 16,
@@ -2897,14 +2919,14 @@ const LocationCurrent = /*#__PURE__*/React.forwardRef(function LocationCurrent(_
2897
2919
  viewBox: "0 0 32 32",
2898
2920
  fill: "currentColor",
2899
2921
  ...rest
2900
- }, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2901
- d: "M4,12.9835a1,1,0,0,0,.6289.9448l9.6015,3.8409,3.8407,9.6019A1,1,0,0,0,19,28h.0162a1.0009,1.0009,0,0,0,.9238-.6582l8-22.0007A1,1,0,0,0,26.658,4.0594l-22,8A1.0011,1.0011,0,0,0,4,12.9835Z"
2922
+ }, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2923
+ d: "M10 6H28V8H10zM10 24H28V26H10zM10 15H28V17H10zM4 15H6V17H4zM4 6H6V8H4zM4 24H6V26H4z"
2902
2924
  })), children);
2903
2925
  });
2904
2926
  if (process.env.NODE_ENV !== "production") {
2905
- LocationCurrent.propTypes = iconPropTypesC5chbmyn.i;
2927
+ List.propTypes = iconPropTypesC5chbmyn.i;
2906
2928
  }
2907
- const LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_ref124, ref) {
2929
+ const ListBoxes = /*#__PURE__*/React.forwardRef(function ListBoxes(_ref124, ref) {
2908
2930
  let {
2909
2931
  children,
2910
2932
  size = 16,
@@ -2918,24 +2940,40 @@ const LocationFilled = /*#__PURE__*/React.forwardRef(function LocationFilled(_re
2918
2940
  viewBox: "0 0 32 32",
2919
2941
  fill: "currentColor",
2920
2942
  ...rest
2921
- }, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2922
- d: "M16,2A11.0134,11.0134,0,0,0,5,13a10.8885,10.8885,0,0,0,2.2163,6.6s.3.3945.3482.4517L16,30l8.439-9.9526c.0444-.0533.3447-.4478.3447-.4478l.0015-.0024A10.8846,10.8846,0,0,0,27,13,11.0134,11.0134,0,0,0,16,2Zm0,15a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,17Z"
2923
- })), _circle1 || (_circle1 = /*#__PURE__*/React.createElement("circle", {
2924
- cx: "16",
2925
- cy: "13",
2926
- r: "4",
2927
- fill: "none"
2943
+ }, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2944
+ d: "M16 8H30V10H16zM16 22H30V24H16zM10 14H4a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 014 4h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 14zM4 6v6h6.0012L10 6zM10 28H4a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0110 28zM4 20v6h6.0012L10 20z"
2928
2945
  })), children);
2929
2946
  });
2930
2947
  if (process.env.NODE_ENV !== "production") {
2931
- LocationFilled.propTypes = iconPropTypesC5chbmyn.i;
2948
+ ListBoxes.propTypes = iconPropTypesC5chbmyn.i;
2932
2949
  }
2933
- const LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_ref125, ref) {
2950
+ const ListBulleted = /*#__PURE__*/React.forwardRef(function ListBulleted(_ref125, ref) {
2934
2951
  let {
2935
2952
  children,
2936
2953
  size = 16,
2937
2954
  ...rest
2938
2955
  } = _ref125;
2956
+ if (size === 16 || size === "16" || size === "16px") {
2957
+ return /*#__PURE__*/React.createElement(Icon.default, {
2958
+ width: size,
2959
+ height: size,
2960
+ ref: ref,
2961
+ xmlns: "http://www.w3.org/2000/svg",
2962
+ viewBox: "0 0 16 16",
2963
+ fill: "currentColor",
2964
+ ...rest
2965
+ }, _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
2966
+ cx: "3.5",
2967
+ cy: "4.5",
2968
+ r: "1.5"
2969
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
2970
+ cx: "3.5",
2971
+ cy: "11.5",
2972
+ r: "1.5"
2973
+ })), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2974
+ d: "M8 11H15V12H8zM8 4H15V5H8z"
2975
+ })), children);
2976
+ }
2939
2977
  return /*#__PURE__*/React.createElement(Icon.default, {
2940
2978
  width: size,
2941
2979
  height: size,
@@ -2944,20 +2982,41 @@ const LocationHazard = /*#__PURE__*/React.forwardRef(function LocationHazard(_re
2944
2982
  viewBox: "0 0 32 32",
2945
2983
  fill: "currentColor",
2946
2984
  ...rest
2947
- }, _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
2948
- cx: "16",
2949
- cy: "20.5",
2950
- r: "1.5"
2951
- })), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2952
- d: "M15 7H17V16H15z"
2953
- })), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2954
- d: "M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z"
2985
+ }, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
2986
+ cx: "7",
2987
+ cy: "9",
2988
+ r: "3"
2989
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2990
+ cx: "7",
2991
+ cy: "23",
2992
+ r: "3"
2993
+ })), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2994
+ d: "M16 22H30V24H16zM16 8H30V10H16z"
2955
2995
  })), children);
2956
2996
  });
2957
2997
  if (process.env.NODE_ENV !== "production") {
2958
- LocationHazard.propTypes = iconPropTypesC5chbmyn.i;
2998
+ ListBulleted.propTypes = iconPropTypesC5chbmyn.i;
2959
2999
  }
2960
3000
 
3001
+ exports.InformationDisabled = InformationDisabled;
3002
+ exports.InformationFilled = InformationFilled;
3003
+ exports.InformationSquare = InformationSquare;
3004
+ exports.InformationSquareFilled = InformationSquareFilled;
3005
+ exports.InfrastructureClassic = InfrastructureClassic;
3006
+ exports.Insert = Insert;
3007
+ exports.InsertPage = InsertPage;
3008
+ exports.InsertSyntax = InsertSyntax;
3009
+ exports.Inspection = Inspection;
3010
+ exports.InstanceBx = InstanceBx;
3011
+ exports.InstanceClassic = InstanceClassic;
3012
+ exports.InstanceCx = InstanceCx;
3013
+ exports.InstanceMx = InstanceMx;
3014
+ exports.InstanceVirtual = InstanceVirtual;
3015
+ exports.Integration = Integration;
3016
+ exports.IntentRequestActive = IntentRequestActive;
3017
+ exports.IntentRequestCreate = IntentRequestCreate;
3018
+ exports.IntentRequestHeal = IntentRequestHeal;
3019
+ exports.IntentRequestInactive = IntentRequestInactive;
2961
3020
  exports.IntentRequestScaleIn = IntentRequestScaleIn;
2962
3021
  exports.IntentRequestScaleOut = IntentRequestScaleOut;
2963
3022
  exports.IntentRequestUninstall = IntentRequestUninstall;
@@ -3060,25 +3119,6 @@ exports.LinuxNamespace = LinuxNamespace;
3060
3119
  exports.List = List;
3061
3120
  exports.ListBoxes = ListBoxes;
3062
3121
  exports.ListBulleted = ListBulleted;
3063
- exports.ListChecked = ListChecked;
3064
- exports.ListCheckedMirror = ListCheckedMirror;
3065
- exports.ListDropdown = ListDropdown;
3066
- exports.ListNumbered = ListNumbered;
3067
- exports.ListNumberedMirror = ListNumberedMirror;
3068
- exports.LoadBalancerApplication = LoadBalancerApplication;
3069
- exports.LoadBalancerClassic = LoadBalancerClassic;
3070
- exports.LoadBalancerGlobal = LoadBalancerGlobal;
3071
- exports.LoadBalancerListener = LoadBalancerListener;
3072
- exports.LoadBalancerLocal = LoadBalancerLocal;
3073
- exports.LoadBalancerNetwork = LoadBalancerNetwork;
3074
- exports.LoadBalancerPool = LoadBalancerPool;
3075
- exports.LoadBalancerVpc = LoadBalancerVpc;
3076
- exports.Location = Location;
3077
- exports.LocationCompany = LocationCompany;
3078
- exports.LocationCompanyFilled = LocationCompanyFilled;
3079
- exports.LocationCurrent = LocationCurrent;
3080
- exports.LocationFilled = LocationFilled;
3081
- exports.LocationHazard = LocationHazard;
3082
3122
  exports.WatsonHealthInteractiveSegmentationCursor = WatsonHealthInteractiveSegmentationCursor;
3083
3123
  exports.WatsonHealthLaunchStudy_1 = WatsonHealthLaunchStudy_1;
3084
3124
  exports.WatsonHealthLaunchStudy_2 = WatsonHealthLaunchStudy_2;