@carbon-labs/react-animated-header 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +12 -4
  2. package/es/__stories__/data/index.d.ts +1 -1
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +12 -4
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +27 -14
  5. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +3 -3
  6. package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
  7. package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
  8. package/es/components/Tiles/GlassTile/GlassTile.js +2 -2
  9. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
  10. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
  11. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
  12. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
  13. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
  14. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
  15. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
  16. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
  17. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
  18. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
  19. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
  20. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
  21. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
  22. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
  23. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
  24. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
  25. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
  26. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
  27. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
  28. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
  29. package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
  30. package/lib/__stories__/AnimatedHeader.stories.d.ts +12 -4
  31. package/lib/__stories__/data/index.d.ts +1 -1
  32. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +12 -4
  33. package/lib/components/AnimatedHeader/AnimatedHeader.js +27 -14
  34. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -4
  35. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
  36. package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
  37. package/lib/components/Tiles/GlassTile/GlassTile.js +2 -2
  38. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
  39. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
  40. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
  41. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
  42. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
  43. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
  44. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
  45. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
  46. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
  47. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
  48. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
  49. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
  50. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
  51. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
  52. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
  53. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
  54. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
  58. package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
  59. package/package.json +2 -2
  60. package/scss/AnimatedHeader/animated-header.scss +16 -8
  61. package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +1 -1
  62. package/scss/Tiles/GlassTile/glass-tile.scss +13 -1
@@ -12,9 +12,9 @@ var Icon = require('../Icon.js');
12
12
  var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
13
  require('prop-types');
14
14
 
15
- var _path, _path2, _path3, _path4, _path5, _path6, _circle, _circle2, _path7, _circle3, _circle4, _path8, _path9, _circle5, _circle6, _circle7, _path10, _path11, _circle8, _path12, _circle9, _path13, _circle10, _path14, _circle11, _path15, _path16, _circle12, _path17, _circle13, _path18, _path19, _path20, _circle14, _circle15, _circle16, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _circle17, _path34, _circle18, _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, _circle19, _path71, _path72, _path73, _circle20, _path74, _path75, _path76, _path77, _path78, _path79, _circle21, _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, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _circle22, _path116, _path117, _circle23, _path118, _circle24, _path119, _path120, _circle25, _path121, _circle26, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _circle27, _circle28, _circle29, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _circle30, _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, _circle31, _circle32, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _circle33, _path218, _path219, _circle34, _path220, _path221, _circle35, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _rect, _path229, _path230, _path231, _path232;
15
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _circle, _circle2, _circle3, _path25, _path26, _circle4, _circle5, _path27, _circle6, _path28, _path29, _path30, _path31, _circle7, _path32, _circle8, _path33, _circle9, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _circle10, _circle11, _path52, _circle12, _circle13, _path53, _path54, _circle14, _circle15, _circle16, _path55, _path56, _circle17, _path57, _circle18, _path58, _circle19, _path59, _circle20, _path60, _path61, _path62, _circle21, _path63, _circle22, _path64, _path65, _path66, _circle23, _circle24, _circle25, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _circle26, _path80, _circle27, _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, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _circle28, _path117, _path118, _path119, _circle29, _path120, _path121, _path122, _path123, _path124, _path125, _circle30, _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, _circle31, _path162, _path163, _circle32, _path164, _circle33, _path165, _path166, _circle34, _path167, _circle35, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _circle36, _circle37, _circle38, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _circle39, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220, _path221, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _path229, _path230, _path231, _path232, _path233, _path234, _path235, _path236;
16
16
  const didWarnAboutDeprecation = {};
17
- const IbmWatsonQuery = /*#__PURE__*/React.forwardRef(function IbmWatsonQuery(_ref, ref) {
17
+ const IbmCloudPakMulticloudMgmt = /*#__PURE__*/React.forwardRef(function IbmCloudPakMulticloudMgmt(_ref, ref) {
18
18
  let {
19
19
  children,
20
20
  size = 16,
@@ -29,15 +29,15 @@ const IbmWatsonQuery = /*#__PURE__*/React.forwardRef(function IbmWatsonQuery(_re
29
29
  fill: "currentColor",
30
30
  ...rest
31
31
  }, _path || (_path = /*#__PURE__*/React.createElement("path", {
32
- d: "M22,24c-0.2,0-0.3,0-0.5,0L18.2,18c0.5-0.5,0.8-1.2,0.8-2c0-1.7-1.3-3-3-3s-3,1.3-3,3c0,0.8,0.3,1.5,0.8,2L10.5,24 c-0.2,0-0.3,0-0.5,0c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.8-0.3-1.5-0.8-2l3.3-6.1c0.2,0,0.3,0,0.5,0s0.3,0,0.5,0l3.3,6.1 c-0.5,0.5-0.8,1.2-0.8,2c0,1.7,1.3,3,3,3s3-1.3,3-3S23.7,24,22,24z M16,15c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S15.4,15,16,15z M10,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S10.6,28,10,28z M22,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S22.6,28,22,28z"
32
+ d: "M21,19a1.9822,1.9822,0,0,0-.5116.0743L18.707,17.293l-.0257.0257a2.8876,2.8876,0,0,0,0-2.6374l.0257.0257,1.7814-1.7813a2.0345,2.0345,0,1,0-1.4141-1.4141L17.293,13.293l.0257.0257a2.8876,2.8876,0,0,0-2.6374,0l.0257-.0257-1.7813-1.7814a2.0345,2.0345,0,1,0-1.4141,1.4141L13.293,14.707l.0258-.0258a2.8872,2.8872,0,0,0,0,2.6376l-.0258-.0258-1.7814,1.7813a2.0345,2.0345,0,1,0,1.4141,1.4141L14.707,18.707l-.0258-.0258a2.8872,2.8872,0,0,0,2.6376,0l-.0258.0258,1.7813,1.7814A1.9956,1.9956,0,1,0,21,19Zm-5-2a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,16,17Z"
33
33
  })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
34
- d: "M24.8,9.1C23.9,5,20.3,2,16,2S8.1,5,7.2,9.1C4.2,9.7,2,12.4,2,15.5C2,19.1,4.9,22,8.5,22H9v-2H8.5C6,20,4,18,4,15.5 c0-2.3,1.8-4.3,4.1-4.5L9,11l0.1-0.8C9.5,6.6,12.5,4,16,4c3.5,0,6.5,2.6,6.9,6.1L23,11l0.8,0.1c2.3,0.2,4.1,2.2,4.1,4.5 c0,2.5-2,4.5-4.5,4.5H23v2h0.5c3.6,0,6.5-2.9,6.5-6.5C30,12.4,27.8,9.7,24.8,9.1z"
34
+ d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
35
35
  })), children);
36
36
  });
37
37
  if (process.env.NODE_ENV !== "production") {
38
- IbmWatsonQuery.propTypes = iconPropTypes4cbeb95d.i;
38
+ IbmCloudPakMulticloudMgmt.propTypes = iconPropTypes4cbeb95d.i;
39
39
  }
40
- const IbmWatsonSpeechToText = /*#__PURE__*/React.forwardRef(function IbmWatsonSpeechToText(_ref2, ref) {
40
+ const IbmCloudPakNetezza = /*#__PURE__*/React.forwardRef(function IbmCloudPakNetezza(_ref2, ref) {
41
41
  let {
42
42
  children,
43
43
  size = 16,
@@ -52,13 +52,15 @@ const IbmWatsonSpeechToText = /*#__PURE__*/React.forwardRef(function IbmWatsonSp
52
52
  fill: "currentColor",
53
53
  ...rest
54
54
  }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
55
- d: "M14 18H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H4v-6h10v6h-3v2h3c1.1 0 2-.9 2-2v-6C16 18.9 15.1 18 14 18zM19 26h2c3.9 0 7-3.1 7-7v-2h-2v2c0 2.8-2.2 5-5 5h-2V26zM18 11H24V13H18zM18 7H30V9H18zM18 3H30V5H18zM4 14h2v-2c0-2.8 2.2-5 5-5h4V5h-4c-3.9 0-7 3.1-7 7V14z"
55
+ d: "M19 10L19 19.2 13.5 10 11 10 11 22 13 22 13 12.8 18.5 22 21 22 21 10z"
56
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
57
+ d: "M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2s14,6.3,14,14S23.7,30,16,30z M16,4C9.4,4,4,9.4,4,16s5.4,12,12,12s12-5.4,12-12 S22.6,4,16,4z"
56
58
  })), children);
57
59
  });
58
60
  if (process.env.NODE_ENV !== "production") {
59
- IbmWatsonSpeechToText.propTypes = iconPropTypes4cbeb95d.i;
61
+ IbmCloudPakNetezza.propTypes = iconPropTypes4cbeb95d.i;
60
62
  }
61
- const IbmWatsonStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonStudio(_ref3, ref) {
63
+ const IbmCloudPakNetworkAutomation = /*#__PURE__*/React.forwardRef(function IbmCloudPakNetworkAutomation(_ref3, ref) {
62
64
  let {
63
65
  children,
64
66
  size = 16,
@@ -72,14 +74,20 @@ const IbmWatsonStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonStudio(_
72
74
  viewBox: "0 0 32 32",
73
75
  fill: "currentColor",
74
76
  ...rest
75
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
76
- d: "M25 21c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5S27.8 21 25 21zM25 13c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3S26.7 13 25 13zM14 11V6c0-1.1-.9-2-2-2h-2v2h2v5c0 2.1 1.1 3.9 2.7 5-1.6 1.1-2.7 2.9-2.7 5v5h-2v2h2c1.1 0 2-.9 2-2v-5c0-2.2 1.8-4 4-4v-2C15.8 15 14 13.2 14 11zM2 30v-6h6v6H2zM4 26v2h2v-2H4zM2 19v-6h6v6H2zM4 15v2h2v-2H4zM2 8V2h6v6H2zM4 4v2h2V4H4z"
77
+ }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
78
+ d: "M22.3638,21.364,20.95,19.95a6.9993,6.9993,0,0,0,0-9.899L22.3638,8.636a9,9,0,0,1,0,12.728Z"
79
+ })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
80
+ d: "M19.5356 18.5354l-1.414-1.4141a3.0039 3.0039 0 000-4.2426l1.414-1.4141A5.0048 5.0048 0 0119.5356 18.5354zM17 26H15V15a1 1 0 011-1h0a1 1 0 011 1zM12.4644 18.5354a5.0048 5.0048 0 010-7.0708l1.414 1.4141a3.0039 3.0039 0 000 4.2426z"
81
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
82
+ d: "M9.6362,21.364a9,9,0,0,1,0-12.728L11.05,10.0505a6.9993,6.9993,0,0,0,0,9.899Z"
83
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
84
+ d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
77
85
  })), children);
78
86
  });
79
87
  if (process.env.NODE_ENV !== "production") {
80
- IbmWatsonStudio.propTypes = iconPropTypes4cbeb95d.i;
88
+ IbmCloudPakNetworkAutomation.propTypes = iconPropTypes4cbeb95d.i;
81
89
  }
82
- const IbmWatsonTextToSpeech = /*#__PURE__*/React.forwardRef(function IbmWatsonTextToSpeech(_ref4, ref) {
90
+ const IbmCloudPakSecurity = /*#__PURE__*/React.forwardRef(function IbmCloudPakSecurity(_ref4, ref) {
83
91
  let {
84
92
  children,
85
93
  size = 16,
@@ -93,14 +101,16 @@ const IbmWatsonTextToSpeech = /*#__PURE__*/React.forwardRef(function IbmWatsonTe
93
101
  viewBox: "0 0 32 32",
94
102
  fill: "currentColor",
95
103
  ...rest
96
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
97
- d: "M13 26h-2c-3.9 0-7-3.1-7-7v-2h2v2c0 2.8 2.2 5 5 5h2V26zM18 18h10c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-2.4l-1.7 3-1.7-1 2.3-4H28v-6H18v6h3v2h-3c-1.1 0-2-.9-2-2v-6C16 18.9 16.9 18 18 18zM28 14h-2v-2c0-2.8-2.2-5-5-5h-4V5h4c3.9 0 7 3.1 7 7V14zM2 11H8V13H2zM2 7H14V9H2zM2 3H14V5H2z"
104
+ }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
105
+ d: "M16,23.7285a6.0069,6.0069,0,0,1-6-6v-6.457l6-3,6,3v6.457A6.0069,6.0069,0,0,1,16,23.7285ZM12,12.5073v5.2212a4,4,0,0,0,8,0V12.5073l-4-2Z"
106
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
107
+ d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
98
108
  })), children);
99
109
  });
100
110
  if (process.env.NODE_ENV !== "production") {
101
- IbmWatsonTextToSpeech.propTypes = iconPropTypes4cbeb95d.i;
111
+ IbmCloudPakSecurity.propTypes = iconPropTypes4cbeb95d.i;
102
112
  }
103
- const IbmWatsonToneAnalyzer = /*#__PURE__*/React.forwardRef(function IbmWatsonToneAnalyzer(_ref5, ref) {
113
+ const IbmCloudPakSystem = /*#__PURE__*/React.forwardRef(function IbmCloudPakSystem(_ref5, ref) {
104
114
  let {
105
115
  children,
106
116
  size = 16,
@@ -114,34 +124,22 @@ const IbmWatsonToneAnalyzer = /*#__PURE__*/React.forwardRef(function IbmWatsonTo
114
124
  viewBox: "0 0 32 32",
115
125
  fill: "currentColor",
116
126
  ...rest
117
- }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
118
- d: "M23.9,10c-0.6-0.6-1.5-1-2.4-1s-1.8,0.4-2.4,1l-1.4-1.4c1-1,2.4-1.6,3.8-1.6s2.9,0.6,3.8,1.6L23.9,10z"
119
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
120
- cx: "24",
121
- cy: "5",
122
- r: "1"
123
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
124
- cx: "19",
125
- cy: "5",
126
- r: "1"
127
- })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
128
- d: "M15 0l13 0c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-3.5l-1.7 3L21 16l2.3-4H28V2H15v10h5v2h-5c-1.1 0-2-.9-2-2V2C13 .9 13.9 0 15 0zM20 19v6c0 .6-.4 1-1 1h-5v2h5c1.7 0 3-1.3 3-3v-6H20zM15.4 20.4c-.8 1-2.1 1.6-3.4 1.6s-2.6-.6-3.4-1.6L7 21.6c1.2 1.4 3 2.4 5 2.4s3.8-.9 5-2.4L15.4 20.4z"
129
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
130
- cx: "15.5",
131
- cy: "17.5",
132
- r: "1.5"
133
- })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
134
- cx: "8.5",
135
- cy: "17.5",
136
- r: "1.5"
137
- })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
138
- d: "M10.1,26H5c-0.6,0-1-0.4-1-1V14c0-0.6,0.4-1,1-1h5v-2H5c-1.7,0-3,1.3-3,3v11c0,1.7,1.3,3,3,3h4l2.3,4l1.7-1L10.1,26z"
127
+ }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
128
+ d: "M15 11.671H17V15.328H15z",
129
+ transform: "rotate(-45 16 13.5)"
130
+ })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
131
+ d: "M15 16.672H17V20.329H15z",
132
+ transform: "rotate(-45 16 18.5)"
133
+ })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
134
+ d: "M19,24H13a2.0023,2.0023,0,0,1-2-2V10a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2V22A2.0023,2.0023,0,0,1,19,24ZM13,10V22h6.0012L19,10Z"
135
+ })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
136
+ d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
139
137
  })), children);
140
138
  });
141
139
  if (process.env.NODE_ENV !== "production") {
142
- IbmWatsonToneAnalyzer.propTypes = iconPropTypes4cbeb95d.i;
140
+ IbmCloudPakSystem.propTypes = iconPropTypes4cbeb95d.i;
143
141
  }
144
- const IbmWatsonxAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxAssistant(_ref6, ref) {
142
+ const IbmCloudPakWatsonAiops = /*#__PURE__*/React.forwardRef(function IbmCloudPakWatsonAiops(_ref6, ref) {
145
143
  let {
146
144
  children,
147
145
  size = 16,
@@ -155,28 +153,16 @@ const IbmWatsonxAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxAss
155
153
  viewBox: "0 0 32 32",
156
154
  fill: "currentColor",
157
155
  ...rest
158
- }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
159
- d: "M28 2h-10c-1.1035 0-2 .8965-2 2v6c0 1.1035.8965 2 2 2h2.4229s1.7314 3 1.7314 3l1.7324-1-2.3096-4h-3.5771V4h10v6h-3s0 2 0 2h3c1.1035 0 2-.8965 2-2V4c0-1.1035-.8965-2-2-2zM14.6904 31l-1.7324-1 3.4648-6h5.5771c1.1046 0 2-.8954 2-2v-5h2v5c0 2.2091-1.7909 4-4 4h-4.4229l-2.8867 5z"
160
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
161
- cx: "10",
162
- cy: "17",
163
- r: "1"
164
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
165
- cx: "14",
166
- cy: "17",
167
- r: "1"
168
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
169
- cx: "18",
170
- cy: "17",
171
- r: "1"
172
- })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
173
- d: "m12,26h-6c-2.2091,0-4-1.7909-4-4v-10c0-2.2091,1.7909-4,4-4h8v2H6c-1.1046,0-2,.8954-2,2v10c0,1.1046.8954,2,2,2h6v2Z"
156
+ }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
157
+ d: "M14,24a1,1,0,0,1-.9614-.7253L11.2456,17H8V15h4a1,1,0,0,1,.9614.7253L14,19.36,17.0386,8.7253a1,1,0,0,1,1.9228,0L20.7544,15H24v2H20a1,1,0,0,1-.9614-.7253L18,12.64,14.9614,23.2747A1,1,0,0,1,14,24Z"
158
+ })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
159
+ d: "M16,31a.9988.9988,0,0,1-.5039-.1357l-12-7A1.0008,1.0008,0,0,1,3,23V9a.9994.9994,0,0,1,.4961-.8638l12-7a1,1,0,0,1,1.0078,0l12,7L27.4961,9.8638,16,3.1577,5,9.5742V22.4258l11,6.417,11-6.417V15h2v8a1.0008,1.0008,0,0,1-.4961.8643l-12,7A.9988.9988,0,0,1,16,31Z"
174
160
  })), children);
175
161
  });
176
162
  if (process.env.NODE_ENV !== "production") {
177
- IbmWatsonxAssistant.propTypes = iconPropTypes4cbeb95d.i;
163
+ IbmCloudPakWatsonAiops.propTypes = iconPropTypes4cbeb95d.i;
178
164
  }
179
- const IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistant(_ref7, ref) {
165
+ const IbmDevopsControl = /*#__PURE__*/React.forwardRef(function IbmDevopsControl(_ref7, ref) {
180
166
  let {
181
167
  children,
182
168
  size = 16,
@@ -190,36 +176,14 @@ const IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatson
190
176
  viewBox: "0 0 32 32",
191
177
  fill: "currentColor",
192
178
  ...rest
193
- }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
194
- d: "M11 28h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM28.17 26L25.59 28.58 27 30 31 26 27 22 25.58 23.41 28.17 26zM22 31L20.085 30.4229 23 21 24.9149 21.5771 22 31zM16.83 26L19.41 23.42 18 22 14 26 18 30 19.42 28.59 16.83 26zM30 19h-2v-7c0-2.7614-2.2386-5-5-5h-4v-2h4c3.866 0 7 3.134 7 7v7z"
195
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
196
- cx: "3",
197
- cy: "4",
198
- r: "1"
199
- })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
200
- d: "M6 3H16V5H6z"
201
- })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
202
- cx: "3",
203
- cy: "12",
204
- r: "1"
205
- })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
206
- d: "M6 11H16V13H6zM2 15H12V17H2z"
207
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
208
- cx: "15",
209
- cy: "8",
210
- r: "1"
211
- })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
212
- d: "M2 7H12V9H2z"
213
- })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
214
- cx: "15",
215
- cy: "16",
216
- r: "1"
179
+ }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
180
+ d: "M27,24c-1.302,0-2.4016.8389-2.8157,2h-2.5662l-1.5579-3.1157c2.3552-1.3921,3.9397-3.9502,3.9397-6.8843s-1.5845-5.4922-3.9397-6.8843l1.5576-3.1157h2.5664c.4141,1.1611,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3c-1.302,0-2.4016.8389-2.8157,2h-2.5664c-.7622,0-1.4475.4238-1.7888,1.1055l-1.6069,3.2139c-.7063-.2041-1.4502-.3193-2.2222-.3193s-1.5159.1152-2.2222.3193l-1.6072-3.2139c-.3411-.6816-1.0264-1.1055-1.7886-1.1055h-2.5664c-.4141-1.1611-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8389,2.8157-2h2.5662l1.5579,3.1157c-2.3552,1.3921-3.9397,3.9502-3.9397,6.8843s1.5845,5.4922,3.9397,6.8843l-1.5576,3.1157h-2.5664c-.4141-1.1611-1.5137-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.302,0,2.4016-.8389,2.8157-2h2.5664c.7622,0,1.4475-.4238,1.7888-1.1055l1.6069-3.2139c.7063.2041,1.4502.3193,2.2222.3193s1.5159-.1152,2.2222-.3193l1.6072,3.2139c.3411.6816,1.0264,1.1055,1.7886,1.1055h2.5664c.4141,1.1611,1.5137,2,2.8157,2,1.6543,0,3-1.3457,3-3s-1.3457-3-3-3ZM27,4c.5515,0,1,.4487,1,1s-.4485,1-1,1-1-.4487-1-1,.4485-1,1-1ZM5,6c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1ZM5,28c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1ZM10.2856,16c0-3.1509,2.5635-5.7144,5.7144-5.7144s5.7144,2.5635,5.7144,5.7144-2.5635,5.7144-5.7144,5.7144-5.7144-2.5635-5.7144-5.7144ZM27,28c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1ZM18.5901,12.5566l1.4099,1.4434-5,5-3-3,1.4441-1.4438,1.5605,1.6221,3.5854-3.6216Z"
217
181
  })), children);
218
182
  });
219
183
  if (process.env.NODE_ENV !== "production") {
220
- IbmWatsonxCodeAssistant.propTypes = iconPropTypes4cbeb95d.i;
184
+ IbmDevopsControl.propTypes = iconPropTypes4cbeb95d.i;
221
185
  }
222
- const IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZ(_ref8, ref) {
186
+ const IbmQuantumSafeAdvisor = /*#__PURE__*/React.forwardRef(function IbmQuantumSafeAdvisor(_ref8, ref) {
223
187
  let {
224
188
  children,
225
189
  size = 16,
@@ -233,14 +197,14 @@ const IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React.forwardRef(function IbmWa
233
197
  viewBox: "0 0 32 32",
234
198
  fill: "currentColor",
235
199
  ...rest
236
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
237
- d: "M29.17 25L26.59 27.58 28 29 32 25 28 21 26.58 22.41 29.17 25zM23 30L21.0851 29.4229 24 20 25.9149 20.5771 23 30zM17.83 25L20.41 22.42 19 21 15 25 19 29 20.42 27.59 17.83 25zM18 19h-2V5c0-1.1028.8972-2 2-2h9c1.1028 0 2 .8972 2 2v11h-2V5h-9v14zM12 3H3c-1.1028 0-2 .8975-2 2v22c0 1.1025.8972 2 2 2h9c1.1028 0 2-.8975 2-2V5c0-1.1025-.8972-2-2-2zm.0002 7.0366l-6.925-5.0366h6.9248l.0002 5.0366zm-.7004 1.9634l-8.2998 6.0361V5.9639l8.2998 6.0361zm.7007 1.9634l.0007 11.8169-8.2795-5.7959 8.2788-6.021zm-9.0005 7.9575l7.2563 5.0791H3v-5.0791zm9 5.0791l.0012-.002v.002h-.0012z"
200
+ }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
201
+ d: "M26,16.44c0,4.96-4.68,7.7-8.45,9.9-.54.32-1.07.62-1.55.92-.49-.3-1.01-.61-1.55-.92-3.76-2.2-8.45-4.94-8.45-9.9V4h21v-2H6c-1.1,0-2,.9-2,2v12.44c0,6.11,5.45,9.3,9.44,11.63.72.42,1.41.82,2.02,1.22l.54.35.54-.35c.61-.39,1.3-.79,2.02-1.22,3.98-2.33,9.44-5.52,9.44-11.63v-3.62c1.16-.41,2-1.51,2-2.82,0-1.65-1.35-3-3-3s-3,1.35-3,3c0,1.3.84,2.4,2,2.82v3.62ZM27,11c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM21,9h-8v-2h8v2ZM21,21h-8v-2h8v2ZM15,13h8v1.99h-8v-1.99ZM9.71,17.71l-1.41-1.41,2.29-2.29-2.29-2.29,1.41-1.41,3.71,3.71-3.71,3.71v-.02Z"
238
202
  })), children);
239
203
  });
240
204
  if (process.env.NODE_ENV !== "production") {
241
- IbmWatsonxCodeAssistantForZ.propTypes = iconPropTypes4cbeb95d.i;
205
+ IbmQuantumSafeAdvisor.propTypes = iconPropTypes4cbeb95d.i;
242
206
  }
243
- const IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZRefactor(_ref9, ref) {
207
+ const IbmQuantumSafeExplorer = /*#__PURE__*/React.forwardRef(function IbmQuantumSafeExplorer(_ref9, ref) {
244
208
  let {
245
209
  children,
246
210
  size = 16,
@@ -254,26 +218,14 @@ const IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React.forwardRef(functi
254
218
  viewBox: "0 0 32 32",
255
219
  fill: "currentColor",
256
220
  ...rest
257
- }, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
258
- d: "M22.17 16L19.59 18.58 21 20 25 16 21 12 19.58 13.41 22.17 16zM15.5 21L13.5851 20.4229 16.5 11 18.4149 11.5771 15.5 21zM9.83 16L12.41 13.42 11 12 7 16 11 20 12.42 18.59 9.83 16z"
259
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
260
- cx: "19",
261
- cy: "28",
262
- r: "1"
263
- })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
264
- d: "m22,29v-2c2.7568,0,5-2.2432,5-5v-12c0-2.7568-2.2432-5-5-5h-6v-2h6c3.8594,0,7,3.1401,7,7v12c0,3.8594-3.1406,7-7,7Z"
265
- })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
266
- cx: "13",
267
- cy: "4",
268
- r: "1"
269
- })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
270
- d: "m16,29h-6c-3.8594,0-7-3.1406-7-7v-12c0-3.8599,3.1406-7,7-7v2c-2.7568,0-5,2.2432-5,5v12c0,2.7568,2.2432,5,5,5h6v2Z"
221
+ }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
222
+ d: "M10,18h8v2h-8v-2ZM28,12.82v3.62c0,6.11-5.45,9.3-9.44,11.63-.72.42-1.41.82-2.02,1.22l-.54.35-.54-.35c-.61-.39-1.3-.79-2.02-1.22-3.98-2.33-9.44-5.52-9.44-11.63V4c0-1.1.9-2,2-2h21v2H6v9h6v2h-6v1.44c0,4.96,4.68,7.7,8.45,9.9.54.32,1.07.62,1.55.92.49-.3,1.01-.61,1.55-.92,2.75-1.6,5.97-3.5,7.52-6.33h-5.08v-2h5.83c.11-.5.17-1.01.17-1.56v-3.62c-1.16-.41-2-1.51-2-2.82,0-1.65,1.35-3,3-3s3,1.35,3,3c0,1.3-.84,2.4-2,2.82l.01-.01ZM28,10c0-.55-.45-1-1-1s-1,.45-1,1,.45,1,1,1,1-.45,1-1ZM22,13h-8v2h8v-2ZM18,8h-8v2h8v-2Z"
271
223
  })), children);
272
224
  });
273
225
  if (process.env.NODE_ENV !== "production") {
274
- IbmWatsonxCodeAssistantForZRefactor.propTypes = iconPropTypes4cbeb95d.i;
226
+ IbmQuantumSafeExplorer.propTypes = iconPropTypes4cbeb95d.i;
275
227
  }
276
- const IbmWatsonxCodeAssistantForZValidationAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZValidationAssistant(_ref10, ref) {
228
+ const IbmQuantumSafeRemediator = /*#__PURE__*/React.forwardRef(function IbmQuantumSafeRemediator(_ref10, ref) {
277
229
  let {
278
230
  children,
279
231
  size = 16,
@@ -287,14 +239,14 @@ const IbmWatsonxCodeAssistantForZValidationAssistant = /*#__PURE__*/React.forwar
287
239
  viewBox: "0 0 32 32",
288
240
  fill: "currentColor",
289
241
  ...rest
290
- }, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
291
- d: "M16,2c-7.7,0-14,6.3-14,14s2.7,9.5,6.7,12l1.1-1.7c-3.5-2.1-5.8-5.9-5.8-10.3,0-6.6,5.4-12,12-12s12,5.4,12,12h2c0-7.7-6.3-14-14-14ZM14,21.4l-5-5,1.4-1.4,3.6,3.6,7.6-7.6,1.4,1.4-9,9ZM29.2,27l-2.6,2.6,1.4,1.4,4-4-4-4-1.4,1.4,2.6,2.6ZM22.5,32l-1.9-.6,2.9-9.4,1.9.6-2.9,9.4ZM16.8,27l2.6-2.6-1.4-1.4-4,4,4,4,1.4-1.4-2.6-2.6Z"
242
+ }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
243
+ d: "M26,16.44c0,4.96-4.68,7.7-8.45,9.9-.54.32-1.07.62-1.55.92-.49-.3-1.01-.61-1.55-.92-3.76-2.2-8.45-4.94-8.45-9.9V4h21v-2H6c-1.1,0-2,.9-2,2v12.44c0,6.11,5.45,9.3,9.44,11.63.72.42,1.41.82,2.02,1.22l.54.35.54-.35c.61-.39,1.3-.79,2.02-1.22,3.98-2.33,9.44-5.52,9.44-11.63v-3.62c1.16-.41,2-1.51,2-2.82,0-1.65-1.35-3-3-3s-3,1.35-3,3c0,1.3.84,2.4,2,2.82v3.62ZM27,11c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1ZM16,18c-1.48,0-2.77-.8-3.46-2l1.73-1c.35.6.99,1,1.73,1,1.1,0,2-.9,2-2s-.9-2-2-2v-2c2.21,0,4,1.79,4,4s-1.79,4-4,4ZM16,22c-.68,0-1.38-.09-2.07-.27-4.26-1.14-6.8-5.54-5.66-9.8,1.14-4.26,5.54-6.8,9.8-5.66l-.52,1.93c-3.2-.86-6.49,1.05-7.35,4.24-.86,3.2,1.05,6.49,4.24,7.35,3.19.86,6.49-1.05,7.35-4.24l1.93.52c-.96,3.57-4.2,5.93-7.73,5.93h.01Z"
292
244
  })), children);
293
245
  });
294
246
  if (process.env.NODE_ENV !== "production") {
295
- IbmWatsonxCodeAssistantForZValidationAssistant.propTypes = iconPropTypes4cbeb95d.i;
247
+ IbmQuantumSafeRemediator.propTypes = iconPropTypes4cbeb95d.i;
296
248
  }
297
- const IbmWatsonxOrchestrate = /*#__PURE__*/React.forwardRef(function IbmWatsonxOrchestrate(_ref11, ref) {
249
+ const IbmSecurity = /*#__PURE__*/React.forwardRef(function IbmSecurity(_ref11, ref) {
298
250
  let {
299
251
  children,
300
252
  size = 16,
@@ -308,28 +260,14 @@ const IbmWatsonxOrchestrate = /*#__PURE__*/React.forwardRef(function IbmWatsonxO
308
260
  viewBox: "0 0 32 32",
309
261
  fill: "currentColor",
310
262
  ...rest
311
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
312
- d: "m27.9248,19.4282c-1.123,1.6104-2.9641,2.5718-4.9248,2.5718-2.1233,0-4.0464-1.0874-5.1438-2.9092l-1.7129,1.0322c1.4624,2.4277,4.0256,3.877,6.8567,3.877,1.4231,0,2.7925-.3911,3.9922-1.0835-2.3442,3.6958-6.4814,6.0835-10.9922,6.0835-5.7104,0-10.8347-3.8184-12.4617-9.2852l-1.917.5703c1.8774,6.3086,7.79,10.7148,14.3787,10.7148s12.5012-4.4062,14.3787-10.7148l-2.4539-.8569Z"
313
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
314
- cx: "30",
315
- cy: "16",
316
- r: "2"
317
- })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
318
- cx: "2",
319
- cy: "16",
320
- r: "2"
321
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
322
- cx: "16",
323
- cy: "16",
324
- r: "2"
325
- })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
326
- d: "m16,1C9.4114,1,3.4988,5.4062,1.6213,11.7148l2.4539.8569c1.123-1.6104,2.9641-2.5718,4.9248-2.5718s3.8018.9614,4.9248,2.5718l1.6406-1.144c-1.4971-2.1465-3.9514-3.4277-6.5654-3.4277-1.4231,0-2.7925.3911-3.9922,1.0835,2.3442-3.6953,6.4814-6.0835,10.9922-6.0835,5.7104,0,10.8347,3.8184,12.4617,9.2852l1.917-.5703c-1.8774-6.3086-7.79-10.7148-14.3787-10.7148Z"
263
+ }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
264
+ d: "M16,.0005,4,5.9784V20.0443a12,12,0,0,0,24,0V5.9784Zm6.83,27.3138L16,23.9119V26.14l5.0361,2.5088A10.0025,10.0025,0,0,1,6,20.0443V7.21L16,2.2284,26,7.21v3.75L16,5.9783V8.2062l10,4.9816v3.75L16,11.9562v2.2279l10,4.9815v.8787a9.9045,9.9045,0,0,1-.37,2.6871L16,17.934v2.2279l8.8952,4.4313A10.0252,10.0252,0,0,1,22.83,27.3143Z"
327
265
  })), children);
328
266
  });
329
267
  if (process.env.NODE_ENV !== "production") {
330
- IbmWatsonxOrchestrate.propTypes = iconPropTypes4cbeb95d.i;
268
+ IbmSecurity.propTypes = iconPropTypes4cbeb95d.i;
331
269
  }
332
- const IbmZCloudModStack = /*#__PURE__*/React.forwardRef(function IbmZCloudModStack(_ref12, ref) {
270
+ const IbmSecurityServices = /*#__PURE__*/React.forwardRef(function IbmSecurityServices(_ref12, ref) {
333
271
  let {
334
272
  children,
335
273
  size = 16,
@@ -344,22 +282,26 @@ const IbmZCloudModStack = /*#__PURE__*/React.forwardRef(function IbmZCloudModSta
344
282
  fill: "currentColor",
345
283
  ...rest
346
284
  }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
347
- d: "M18.496,27.386L16,28.842L5,22.426v-5.852l10.016-5.843C15.308,10.897,15.641,11,16,11c1.104,0,2-0.896,2-2s-0.896-2-2-2 s-2,0.896-2,2c0,0.003,0.001,0.005,0.001,0.008L3.496,15.136C3.189,15.315,3,15.645,3,16v7c0,0.355,0.189,0.685,0.496,0.864l12,7 C15.652,30.955,15.826,31,16,31s0.348-0.045,0.504-0.136l3-1.75L18.496,27.386z"
285
+ d: "M26,20a2.97,2.97,0,0,0-1.8551.6607L22,19.4224V17.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,16,20a3.02,3.02,0,1,0,2.9254,2.3525L21,21.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,26,20ZM16,24a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,16,24Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,14Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,26,24Z"
348
286
  })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
349
- d: "M28.504,8.136l-3-1.75l-1.008,1.728L27,9.574v12.852l-4.593,2.679l-10.409-6.093C11.999,19.007,12,19.004,12,19 c0-1.104-0.896-2-2-2s-2,0.896-2,2s0.896,2,2,2c0.358,0,0.69-0.102,0.981-0.267l10.92,6.393c0.156,0.091,0.331,0.137,0.505,0.137 c0.174,0,0.348-0.045,0.504-0.136l5.594-3.263C28.811,23.685,29,23.355,29,23V9C29,8.645,28.811,8.315,28.504,8.136z"
350
- })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
351
- d: "M23,17.277V5.5c0-0.355-0.189-0.685-0.496-0.864l-6-3.5C16.348,1.045,16.174,1,16,1s-0.348,0.045-0.504,0.136l-12,7 C3.189,8.315,3,8.645,3,9v2.999h2V9.574l11-6.417l5,2.917v11.203c-0.595,0.347-1,0.984-1,1.723c0,1.104,0.896,2,2,2s2-0.896,2-2 C24,18.262,23.595,17.624,23,17.277z"
287
+ d: "M16,31A11.0125,11.0125,0,0,1,5,20V6.3823L15.9873.8816,26.4478,6.1187l-.8956,1.7885L15.9873,3.1184,7,7.6177V20a9.0008,9.0008,0,0,0,14.3994,7.2012L22.6006,28.8A10.9077,10.9077,0,0,1,16,31Z"
352
288
  })), children);
353
289
  });
354
290
  if (process.env.NODE_ENV !== "production") {
355
- IbmZCloudModStack.propTypes = iconPropTypes4cbeb95d.i;
291
+ IbmSecurityServices.propTypes = iconPropTypes4cbeb95d.i;
356
292
  }
357
- const IbmZEnvironmentsDevSecOps = /*#__PURE__*/React.forwardRef(function IbmZEnvironmentsDevSecOps(_ref13, ref) {
293
+ const IbmWatsonAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonAssistant(_ref13, ref) {
358
294
  let {
359
295
  children,
360
296
  size = 16,
361
297
  ...rest
362
298
  } = _ref13;
299
+ if (process.env.NODE_ENV !== "production") {
300
+ if (!didWarnAboutDeprecation["IbmWatsonAssistant"]) {
301
+ didWarnAboutDeprecation["IbmWatsonAssistant"] = true;
302
+ console.warn("Icon renamed and replaced by ibm-watsonx--assistant to correspond with the new watsonx platform and product suite. As a result, the IbmWatsonAssistant component will be removed in the next major version of @carbon/icons-react.");
303
+ }
304
+ }
363
305
  return /*#__PURE__*/React.createElement(Icon.default, {
364
306
  width: size,
365
307
  height: size,
@@ -368,18 +310,28 @@ const IbmZEnvironmentsDevSecOps = /*#__PURE__*/React.forwardRef(function IbmZEnv
368
310
  viewBox: "0 0 32 32",
369
311
  fill: "currentColor",
370
312
  ...rest
371
- }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
372
- d: "m23.5,16v2c3.0327,0,5.5,2.4673,5.5,5.5s-2.4673,5.5-5.5,5.5-5.5-2.4673-5.5-5.5h-2c0,4.1422,3.3578,7.5,7.5,7.5s7.5-3.3578,7.5-7.5-3.3578-7.5-7.5-7.5Z"
373
- })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
374
- d: "M23.5 26c1.3807 0 2.5-1.1193 2.5-2.5s-1.1193-2.5-2.5-2.5c-.3217 0-.6268.066-.9093.1766l-4.8837-4.8837-1.4141 1.4141 4.8837 4.8837c-.1107.2825-.1766.5876-.1766.9093 0 1.3807 1.1193 2.5 2.5 2.5zM29 13h-2v-3.4257l-11-6.4166-3 1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12 7c.3071.1792.4961.5081.4961.8638v4zM7 6H9V16H7z"
375
- })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
376
- d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"
313
+ }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
314
+ d: "M28 2H18c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H18V4h10v6h-3v2h3c1.1 0 2-.9 2-2V4C30 2.9 29.1 2 28 2zM14.7 31L13 30l3.5-6H22c1.1 0 2-.9 2-2v-5h2v5c0 2.2-1.8 4-4 4h-4.4L14.7 31z"
315
+ })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
316
+ cx: "10",
317
+ cy: "17",
318
+ r: "1"
319
+ })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
320
+ cx: "14",
321
+ cy: "17",
322
+ r: "1"
323
+ })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
324
+ cx: "18",
325
+ cy: "17",
326
+ r: "1"
327
+ })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
328
+ d: "M12,26H6c-2.2,0-4-1.8-4-4V12c0-2.2,1.8-4,4-4h8v2H6c-1.1,0-2,0.9-2,2v10c0,1.1,0.9,2,2,2h6V26z"
377
329
  })), children);
378
330
  });
379
331
  if (process.env.NODE_ENV !== "production") {
380
- IbmZEnvironmentsDevSecOps.propTypes = iconPropTypes4cbeb95d.i;
332
+ IbmWatsonAssistant.propTypes = iconPropTypes4cbeb95d.i;
381
333
  }
382
- const IbmZOpenEditor = /*#__PURE__*/React.forwardRef(function IbmZOpenEditor(_ref14, ref) {
334
+ const IbmWatsonDiscovery = /*#__PURE__*/React.forwardRef(function IbmWatsonDiscovery(_ref14, ref) {
383
335
  let {
384
336
  children,
385
337
  size = 16,
@@ -393,19 +345,41 @@ const IbmZOpenEditor = /*#__PURE__*/React.forwardRef(function IbmZOpenEditor(_re
393
345
  viewBox: "0 0 32 32",
394
346
  fill: "currentColor",
395
347
  ...rest
396
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
397
- d: "M29,13h-2v-3.4257l-11-6.4166-3,1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12,7c.3071.1792.4961.5081.4961.8638v4ZM7,16h2V6h-2v10ZM15,28.2718l-10.0013-5.8403v-13.4315h-1.9987v14.006c0,.3559.1889.6849.4958.8642l10.4971,6.1298,1.0072-1.7282h-.0001ZM26,17l-1.4141,1.4141,3.5854,3.5859-3.5854,3.5859,1.4141,1.4141,5-5-5-5ZM15,22l5,5,1.4141-1.4141-3.5854-3.5859,3.5854-3.5859-1.4141-1.4141-5,5Z"
348
+ }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
349
+ d: "M6 17H14V19H6z"
350
+ })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
351
+ cx: "3",
352
+ cy: "18",
353
+ r: "1"
354
+ })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
355
+ cx: "13",
356
+ cy: "14",
357
+ r: "1"
358
+ })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
359
+ d: "M2 13H10V15H2zM6 9H14V11H6z"
360
+ })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
361
+ cx: "3",
362
+ cy: "10",
363
+ r: "1"
364
+ })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
365
+ d: "M30,28.6l-7.4-7.4c1.5-2,2.4-4.5,2.4-7.2c0-6.6-5.4-12-12-12C9.7,2,6.6,3.3,4.3,5.8l1.5,1.4C7.6,5.1,10.2,4,13,4 c5.5,0,10,4.5,10,10s-4.5,10-10,10c-3,0-5.8-1.3-7.7-3.6l-1.5,1.3C6,24.4,9.4,26,13,26c3.2,0,6.1-1.3,8.3-3.3l7.3,7.3L30,28.6z"
398
366
  })), children);
399
367
  });
400
368
  if (process.env.NODE_ENV !== "production") {
401
- IbmZOpenEditor.propTypes = iconPropTypes4cbeb95d.i;
369
+ IbmWatsonDiscovery.propTypes = iconPropTypes4cbeb95d.i;
402
370
  }
403
- const IbmZProcessorCapacityReference = /*#__PURE__*/React.forwardRef(function IbmZProcessorCapacityReference(_ref15, ref) {
371
+ const IbmWatsonKnowledgeCatalog = /*#__PURE__*/React.forwardRef(function IbmWatsonKnowledgeCatalog(_ref15, ref) {
404
372
  let {
405
373
  children,
406
374
  size = 16,
407
375
  ...rest
408
376
  } = _ref15;
377
+ if (process.env.NODE_ENV !== "production") {
378
+ if (!didWarnAboutDeprecation["IbmWatsonKnowledgeCatalog"]) {
379
+ didWarnAboutDeprecation["IbmWatsonKnowledgeCatalog"] = true;
380
+ console.warn("Icon renamed, slightly redesigned and replaced by ibm--knowledge-catalog. As a result, the IbmWatsonKnowledgeCatalog component will be removed in the next major version of @carbon/icons-react.");
381
+ }
382
+ }
409
383
  return /*#__PURE__*/React.createElement(Icon.default, {
410
384
  width: size,
411
385
  height: size,
@@ -415,15 +389,15 @@ const IbmZProcessorCapacityReference = /*#__PURE__*/React.forwardRef(function Ib
415
389
  fill: "currentColor",
416
390
  ...rest
417
391
  }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
418
- d: "M25 25H27V29H25zM21 23H23V29H21zM29 20H31V29H29z"
392
+ d: "M23 27.2L20.4 24.6 19 26 23 30 30 23 28.6 21.6zM12 18H20V20H12zM12 13H20V15H12zM12 8H20V10H12z"
419
393
  })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
420
- d: "M30 17V5c0-1.1046-.8954-2-2-2h-9c-1.1046 0-2 .8954-2 2v24h2V5h9v12h2zM13 3H4c-1.1046 0-2 .8954-2 2v22c0 1.1046.8954 2 2 2h9c1.1046 0 2-.8954 2-2V5c0-1.1046-.8954-2-2-2zm-9 2.9635l8.2998 6.0365-8.2998 6.0365V5.9635zm0 21.0365v-5.0366l6.9253 5.0366h-6.9253zm9-.9635l-8.2998-6.0365 8.2998-6.0365v12.073zm0-15.9999l-6.9253-5.0366h6.9253v5.0366z"
394
+ d: "M16,28H6v-4h2v-2H6v-5h2v-2H6v-5h2V8H6V4h18v16h2V4c0-1.1-0.9-2-2-2H6C4.9,2,4,2.9,4,4v4H2v2h2v5H2v2h2v5H2v2h2v4 c0,1.1,0.9,2,2,2h10V28z"
421
395
  })), children);
422
396
  });
423
397
  if (process.env.NODE_ENV !== "production") {
424
- IbmZProcessorCapacityReference.propTypes = iconPropTypes4cbeb95d.i;
398
+ IbmWatsonKnowledgeCatalog.propTypes = iconPropTypes4cbeb95d.i;
425
399
  }
426
- const IbmZCloudProvisioning = /*#__PURE__*/React.forwardRef(function IbmZCloudProvisioning(_ref16, ref) {
400
+ const IbmWatsonKnowledgeStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonKnowledgeStudio(_ref16, ref) {
427
401
  let {
428
402
  children,
429
403
  size = 16,
@@ -438,15 +412,33 @@ const IbmZCloudProvisioning = /*#__PURE__*/React.forwardRef(function IbmZCloudPr
438
412
  fill: "currentColor",
439
413
  ...rest
440
414
  }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
441
- d: "M10 17H14V21H10zM17 10H21V14H17zM17 17H21V21H17z"
415
+ d: "M20 25H27V27H20zM22 29H25V31H22zM27 23h-2c0-1.1.4-2 1.2-2.8l.5-.5c.8-.8 1.3-2 1.3-3.2 0-2.5-2-4.5-4.5-4.5S19 14 19 16.5c0 1.2.5 2.3 1.3 3.2l.5.5C21.6 21 22 21.9 22 23h-2c0-.5-.2-1-.6-1.4l-.5-.5c-1.2-1.2-1.9-2.9-1.9-4.6 0-3.6 2.9-6.5 6.5-6.5s6.5 2.9 6.5 6.5c0 1.7-.7 3.4-1.9 4.6l-.5.5C27.2 22 27 22.5 27 23zM6 22H14V24H6z"
416
+ })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
417
+ cx: "12",
418
+ cy: "19",
419
+ r: "1"
442
420
  })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
443
- d: "M19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
421
+ d: "M6 18H9V20H6zM6 14H13V16H6zM10 10H17V12H10z"
422
+ })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
423
+ cx: "7",
424
+ cy: "11",
425
+ r: "1"
426
+ })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
427
+ d: "M16 6H20V8H16z"
428
+ })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
429
+ cx: "13",
430
+ cy: "7",
431
+ r: "1"
432
+ })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
433
+ d: "M6 6H10V8H6z"
434
+ })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
435
+ d: "M18,28H4V4l18,0v4h2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v24c0,1.1,0.9,2,2,2h14V28z"
444
436
  })), children);
445
437
  });
446
438
  if (process.env.NODE_ENV !== "production") {
447
- IbmZCloudProvisioning.propTypes = iconPropTypes4cbeb95d.i;
439
+ IbmWatsonKnowledgeStudio.propTypes = iconPropTypes4cbeb95d.i;
448
440
  }
449
- const IbmZOs = /*#__PURE__*/React.forwardRef(function IbmZOs(_ref17, ref) {
441
+ const IbmWatsonLanguageTranslator = /*#__PURE__*/React.forwardRef(function IbmWatsonLanguageTranslator(_ref17, ref) {
450
442
  let {
451
443
  children,
452
444
  size = 16,
@@ -460,14 +452,14 @@ const IbmZOs = /*#__PURE__*/React.forwardRef(function IbmZOs(_ref17, ref) {
460
452
  viewBox: "0 0 32 32",
461
453
  fill: "currentColor",
462
454
  ...rest
463
- }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
464
- d: "M16 32c-5.0793 0-9.7449-2.3319-12.7998-6.3979l1.5991-1.2014c2.6736 3.5585 6.7561 5.5994 11.2007 5.5994s8.5281-2.0413 11.2014-5.6005l1.5991 1.2012c-3.0547 4.0668-7.7202 6.3993-12.8005 6.3993zM30 22h-5v-2h5v-3h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h5v2h-5v3h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zM21 22h-4c-1.1028 0-2-.8972-2-2v-8c0-1.1028.8972-2 2-2h4c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-4-10v8h4v-8h-4zM11.4458 10L7.4458 22 9.5542 22 13.5542 10 11.4458 10zM6 22L0 22 0 19.6973 3.7981 14 0 14 0 12 6 12 6 14.3027 2.2019 20 6 20 6 22zM16.0001 0C10.9207 0 6.2552 2.3319 3.2003 6.3979l1.5991 1.2014c2.6736-3.5585 6.7561-5.5994 11.2007-5.5994s8.5281 2.0413 11.2014 5.6005l1.5991-1.2012C25.7459 2.3325 21.0804 0 16.0001 0z"
455
+ }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
456
+ d: "M16 28h-3c-3.9 0-7-3.1-7-7v-4h2v4c0 2.8 2.2 5 5 5h3V28zM28 30h2.2l-4.6-11h-2.2l-4.6 11H21l.8-2h5.3L28 30zM22.7 26l1.8-4.4 1.8 4.4H22.7zM28 15h-2v-4c0-2.8-2.2-5-5-5h-4V4h4c3.9 0 7 3.1 7 7V15zM14 5V3H9V1H7v2H2v2h8.2C10 5.9 9.4 7.5 8 9 7.4 8.3 6.9 7.6 6.6 7H4.3c.4 1 1.1 2.2 2.1 3.3C5.6 11 4.4 11.6 3 12.1L3.7 14c1.8-.7 3.2-1.5 4.3-2.3 1.1.9 2.5 1.7 4.3 2.3l.7-1.9c-1.4-.5-2.6-1.2-3.5-1.8 1.9-2 2.5-4.1 2.7-5.3H14z"
465
457
  })), children);
466
458
  });
467
459
  if (process.env.NODE_ENV !== "production") {
468
- IbmZOs.propTypes = iconPropTypes4cbeb95d.i;
460
+ IbmWatsonLanguageTranslator.propTypes = iconPropTypes4cbeb95d.i;
469
461
  }
470
- const IbmZOsAiControlInterface = /*#__PURE__*/React.forwardRef(function IbmZOsAiControlInterface(_ref18, ref) {
462
+ const IbmWatsonMachineLearning = /*#__PURE__*/React.forwardRef(function IbmWatsonMachineLearning(_ref18, ref) {
471
463
  let {
472
464
  children,
473
465
  size = 16,
@@ -481,34 +473,16 @@ const IbmZOsAiControlInterface = /*#__PURE__*/React.forwardRef(function IbmZOsAi
481
473
  viewBox: "0 0 32 32",
482
474
  fill: "currentColor",
483
475
  ...rest
484
- }, _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
485
- cx: "12",
486
- cy: "21",
487
- r: "1"
488
- })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
489
- d: "m23,25h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
490
- })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
491
- cx: "12",
492
- cy: "11",
493
- r: "1"
494
- })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
495
- d: "m23,15h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
496
- })), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
497
- d: "m28,30H4c-1.103,0-2-.897-2-2v-12h2v12h24V4h-12v-2h12c1.103,0,2,.897,2,2v24c0,1.103-.897,2-2,2Z"
498
- })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
499
- d: "M8.5 1.5H13.5V3.5H8.5z",
500
- transform: "rotate(90 11 2.5)"
476
+ }, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
477
+ d: "M3.6 22.5c-1-2-1.6-4.2-1.6-6.5C2 8.3 8.3 2 16 2v2C9.4 4 4 9.4 4 16c0 2 .5 3.8 1.4 5.5L3.6 22.5zM28 16c0 6.6-5.4 12-12 12-2.9 0-5.6-1-7.7-2.8l5.7-5.7L12.6 18l-6.5 6.5c-.4.4-.4 1 0 1.4C8.7 28.5 12.3 30 16 30c7.7 0 14-6.3 14-14H28z"
501
478
  })), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
502
- d: "M1.975 3.475H6.975V5.475H1.975z",
503
- transform: "rotate(45 4.475 4.475)"
504
- })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
505
- d: "M0 10H5V12H0z"
479
+ d: "M18,25c-0.1,0-0.3,0-0.4-0.1c-0.3-0.1-0.6-0.4-0.6-0.8l-0.7-5l2-0.3l0.4,3.3l2.2-1.7V15c0-0.3,0.1-0.5,0.3-0.7l3.2-3.2 c0.9-0.9,1.5-2.2,1.5-3.5V6l-1.5,0c-1.3,0-2.6,0.5-3.5,1.5l-3.2,3.2C17.5,10.9,17.3,11,17,11h-5.5l-1.7,2.2l3.3,0.4l-0.3,2l-5-0.7 c-0.4,0-0.7-0.3-0.8-0.6s-0.1-0.7,0.1-1l3-4C10.4,9.1,10.7,9,11,9h5.6l3-3c1.3-1.3,3.1-2,4.9-2H26c1.1,0,2,0.9,2,2v1.5 c0,1.9-0.7,3.6-2,4.9l-3,3V21c0,0.3-0.1,0.6-0.4,0.8l-4,3C18.4,24.9,18.2,25,18,25z"
506
480
  })), children);
507
481
  });
508
482
  if (process.env.NODE_ENV !== "production") {
509
- IbmZOsAiControlInterface.propTypes = iconPropTypes4cbeb95d.i;
483
+ IbmWatsonMachineLearning.propTypes = iconPropTypes4cbeb95d.i;
510
484
  }
511
- const IbmZOsContainers = /*#__PURE__*/React.forwardRef(function IbmZOsContainers(_ref19, ref) {
485
+ const IbmWatsonNaturalLanguageClassifier = /*#__PURE__*/React.forwardRef(function IbmWatsonNaturalLanguageClassifier(_ref19, ref) {
512
486
  let {
513
487
  children,
514
488
  size = 16,
@@ -522,16 +496,14 @@ const IbmZOsContainers = /*#__PURE__*/React.forwardRef(function IbmZOsContainers
522
496
  viewBox: "0 0 32 32",
523
497
  fill: "currentColor",
524
498
  ...rest
525
- }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
526
- d: "m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z"
527
- })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
528
- d: "m20,15v2h7v10h-10V3H5c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h22c1.1028,0,2-.8975,2-2v-12h-9Zm-13.5859,2h8.5859v8.5859l-8.5859-8.5859Zm8.5859-2H6.4141L15,6.4141v8.5859Zm-1.4141-10L5,13.5859V5h8.5859Zm-8.5859,13.4141l8.5859,8.5859H5v-8.5859Z"
499
+ }, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
500
+ d: "M28 12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h1v4h-3v2h8v-2h-3v-4H28zM24 4h4v6h-4V4zM21 22.4L19.6 21 16 24.6 12.4 21 11 22.4 14.6 26 11 29.6 12.4 31 16 27.4 19.6 31 21 29.6 17.4 26zM12 18L15 18 15 21 17 21 17 18 20 18 20 16 12 16zM10 12V4c0-1.1-.9-2-2-2H3v2h5v2H4C2.9 6 2 6.9 2 8v2c0 1.1.9 2 2 2h1v4H2v2h8v-2H7v-4H10zM4 8h4v2H4V8z"
529
501
  })), children);
530
502
  });
531
503
  if (process.env.NODE_ENV !== "production") {
532
- IbmZOsContainers.propTypes = iconPropTypes4cbeb95d.i;
504
+ IbmWatsonNaturalLanguageClassifier.propTypes = iconPropTypes4cbeb95d.i;
533
505
  }
534
- const IbmZOsPackageManager = /*#__PURE__*/React.forwardRef(function IbmZOsPackageManager(_ref20, ref) {
506
+ const IbmWatsonNaturalLanguageUnderstanding = /*#__PURE__*/React.forwardRef(function IbmWatsonNaturalLanguageUnderstanding(_ref20, ref) {
535
507
  let {
536
508
  children,
537
509
  size = 16,
@@ -545,14 +517,16 @@ const IbmZOsPackageManager = /*#__PURE__*/React.forwardRef(function IbmZOsPackag
545
517
  viewBox: "0 0 32 32",
546
518
  fill: "currentColor",
547
519
  ...rest
548
- }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
549
- d: "M15 9v10.172l-2.586-2.586L11 18l5 5 5-5-1.414-1.414L17 19.172V9H15zM19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
520
+ }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
521
+ d: "M6 23H11V25H6zM6 19H11V21H6z"
522
+ })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
523
+ d: "M13 30H4c-1.1 0-2-.9-2-2V17c0-1.1.9-2 2-2h9c1.1 0 2 .9 2 2v11C15 29.1 14.1 30 13 30zM4 17v11h9V17H4zM19 2H27V4H19zM22 6H30V8H22zM22 10H30V12H22zM19 14H27V16H19zM22 18H30V20H22zM12 1l-1.4 1.4L13.2 5H4C2.9 5 2 5.9 2 7v5h2V7h9.2l-2.6 2.6L12 11l5-5L12 1z"
550
524
  })), children);
551
525
  });
552
526
  if (process.env.NODE_ENV !== "production") {
553
- IbmZOsPackageManager.propTypes = iconPropTypes4cbeb95d.i;
527
+ IbmWatsonNaturalLanguageUnderstanding.propTypes = iconPropTypes4cbeb95d.i;
554
528
  }
555
- const WatsonHealthICa_2D = /*#__PURE__*/React.forwardRef(function WatsonHealthICa_2D(_ref21, ref) {
529
+ const IbmWatsonOpenscale = /*#__PURE__*/React.forwardRef(function IbmWatsonOpenscale(_ref21, ref) {
556
530
  let {
557
531
  children,
558
532
  size = 16,
@@ -566,14 +540,16 @@ const WatsonHealthICa_2D = /*#__PURE__*/React.forwardRef(function WatsonHealthIC
566
540
  viewBox: "0 0 32 32",
567
541
  fill: "currentColor",
568
542
  ...rest
569
- }, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
570
- d: "M22 24H10a2.0023 2.0023 0 01-2-2V10a2.0023 2.0023 0 012-2H22a2.0023 2.0023 0 012 2V22A2.0023 2.0023 0 0122 24zM10 10V22H22V10zM11 2L2 2 2 11 4 11 4 4 11 4 11 2zM2 21L2 30 11 30 11 28 4 28 4 21 2 21zM30 11L30 2 21 2 21 4 28 4 28 11 30 11zM21 30L30 30 30 21 28 21 28 28 21 28 21 30z"
543
+ }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
544
+ d: "M4 28c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S5.7 28 4 28zM4 24c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1S4.6 24 4 24zM28 28c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S29.7 28 28 28zM28 24c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1S28.6 24 28 24zM22.4 4.4l-.9 1.8C26.1 8.4 29 13 29 18c0 .7-.1 1.4-.2 2.1l2 .3c.1-.8.2-1.6.2-2.5C31 12.2 27.6 6.9 22.4 4.4zM16 7c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S17.7 7 16 7zM16 3c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1S16.6 3 16 3z"
545
+ })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
546
+ d: "M25.5,13.6l-1-1.7L17,16.3V9h-2v7.2L6.2,11c-0.5-0.3-1.1-0.1-1.4,0.3s-0.1,1.1,0.3,1.4L14,18l-6.2,3.6l1,1.7l6.2-3.6V30 c0,0.6,0.4,1,1,1s1-0.4,1-1V19.8l6.2,3.7l1-1.7L18,18L25.5,13.6z"
571
547
  })), children);
572
548
  });
573
549
  if (process.env.NODE_ENV !== "production") {
574
- WatsonHealthICa_2D.propTypes = iconPropTypes4cbeb95d.i;
550
+ IbmWatsonOpenscale.propTypes = iconPropTypes4cbeb95d.i;
575
551
  }
576
- const IceAccretion = /*#__PURE__*/React.forwardRef(function IceAccretion(_ref22, ref) {
552
+ const IbmWatsonOrders = /*#__PURE__*/React.forwardRef(function IbmWatsonOrders(_ref22, ref) {
577
553
  let {
578
554
  children,
579
555
  size = 16,
@@ -588,15 +564,15 @@ const IceAccretion = /*#__PURE__*/React.forwardRef(function IceAccretion(_ref22,
588
564
  fill: "currentColor",
589
565
  ...rest
590
566
  }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
591
- d: "M4 2A2 2 0 002 4V20l1 2 1-2V4H8V14l1 2 1-2V2zM28 2H14v8l1 2 1-2V4h2V17l1 2 1-2V4h4V14l1 2 1-2V4h2V24l1 2 1-2V4A2 2 0 0028 2zM14 28L13 30 12 28 12 16 14 16 14 28z"
567
+ d: "M28 13h-2v-2c0-2.8-2.2-5-5-5h-3V4h3c3.9 0 7 3.1 7 7V13zM22 20H25V22H22zM22 24H25V26H22z"
592
568
  })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
593
- d: "M24 26L23 28 22 26 22 20 24 20 24 26zM8 24L7 26 6 24 6 18 8 18 8 24z"
569
+ d: "M27 30h-5v-2h5V18h-7v9c0 1.7-1.3 3-3 3s-3-1.3-3-3v-3h2v3c0 .6.4 1 1 1s1-.4 1-1V16h11v12C29 29.1 28.1 30 27 30zM12 28h-1c-3.9 0-7-3.1-7-7v-4h2v4c0 2.8 2.2 5 5 5h1V28zM11 10v2h3c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4C2.9 2 2 2.9 2 4v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H4V4h10v6H11z"
594
570
  })), children);
595
571
  });
596
572
  if (process.env.NODE_ENV !== "production") {
597
- IceAccretion.propTypes = iconPropTypes4cbeb95d.i;
573
+ IbmWatsonOrders.propTypes = iconPropTypes4cbeb95d.i;
598
574
  }
599
- const IceVision = /*#__PURE__*/React.forwardRef(function IceVision(_ref23, ref) {
575
+ const IbmWatsonQuery = /*#__PURE__*/React.forwardRef(function IbmWatsonQuery(_ref23, ref) {
600
576
  let {
601
577
  children,
602
578
  size = 16,
@@ -611,15 +587,15 @@ const IceVision = /*#__PURE__*/React.forwardRef(function IceVision(_ref23, ref)
611
587
  fill: "currentColor",
612
588
  ...rest
613
589
  }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
614
- d: "M19 14L19 21 20 23 21 21 21 14 19 14zM17 14H13a2 2 0 00-2 2v4l1 2 1-2V16h2v7l1 2 1-2z"
590
+ d: "M22,24c-0.2,0-0.3,0-0.5,0L18.2,18c0.5-0.5,0.8-1.2,0.8-2c0-1.7-1.3-3-3-3s-3,1.3-3,3c0,0.8,0.3,1.5,0.8,2L10.5,24 c-0.2,0-0.3,0-0.5,0c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.8-0.3-1.5-0.8-2l3.3-6.1c0.2,0,0.3,0,0.5,0s0.3,0,0.5,0l3.3,6.1 c-0.5,0.5-0.8,1.2-0.8,2c0,1.7,1.3,3,3,3s3-1.3,3-3S23.7,24,22,24z M16,15c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S15.4,15,16,15z M10,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S10.6,28,10,28z M22,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S22.6,28,22,28z"
615
591
  })), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
616
- d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
592
+ d: "M24.8,9.1C23.9,5,20.3,2,16,2S8.1,5,7.2,9.1C4.2,9.7,2,12.4,2,15.5C2,19.1,4.9,22,8.5,22H9v-2H8.5C6,20,4,18,4,15.5 c0-2.3,1.8-4.3,4.1-4.5L9,11l0.1-0.8C9.5,6.6,12.5,4,16,4c3.5,0,6.5,2.6,6.9,6.1L23,11l0.8,0.1c2.3,0.2,4.1,2.2,4.1,4.5 c0,2.5-2,4.5-4.5,4.5H23v2h0.5c3.6,0,6.5-2.9,6.5-6.5C30,12.4,27.8,9.7,24.8,9.1z"
617
593
  })), children);
618
594
  });
619
595
  if (process.env.NODE_ENV !== "production") {
620
- IceVision.propTypes = iconPropTypes4cbeb95d.i;
596
+ IbmWatsonQuery.propTypes = iconPropTypes4cbeb95d.i;
621
597
  }
622
- const QID = /*#__PURE__*/React.forwardRef(function QID(_ref24, ref) {
598
+ const IbmWatsonSpeechToText = /*#__PURE__*/React.forwardRef(function IbmWatsonSpeechToText(_ref24, ref) {
623
599
  let {
624
600
  children,
625
601
  size = 16,
@@ -634,13 +610,13 @@ const QID = /*#__PURE__*/React.forwardRef(function QID(_ref24, ref) {
634
610
  fill: "currentColor",
635
611
  ...rest
636
612
  }, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
637
- d: "M10 9H12V11H10zM18 23H14V9h4a4 4 0 014 4v6A4 4 0 0118 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H16zM10 13H12V23H10z"
613
+ d: "M14 18H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H4v-6h10v6h-3v2h3c1.1 0 2-.9 2-2v-6C16 18.9 15.1 18 14 18zM19 26h2c3.9 0 7-3.1 7-7v-2h-2v2c0 2.8-2.2 5-5 5h-2V26zM18 11H24V13H18zM18 7H30V9H18zM18 3H30V5H18zM4 14h2v-2c0-2.8 2.2-5 5-5h4V5h-4c-3.9 0-7 3.1-7 7V14z"
638
614
  })), children);
639
615
  });
640
616
  if (process.env.NODE_ENV !== "production") {
641
- QID.propTypes = iconPropTypes4cbeb95d.i;
617
+ IbmWatsonSpeechToText.propTypes = iconPropTypes4cbeb95d.i;
642
618
  }
643
- const IdManagement = /*#__PURE__*/React.forwardRef(function IdManagement(_ref25, ref) {
619
+ const IbmWatsonStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonStudio(_ref25, ref) {
644
620
  let {
645
621
  children,
646
622
  size = 16,
@@ -655,17 +631,13 @@ const IdManagement = /*#__PURE__*/React.forwardRef(function IdManagement(_ref25,
655
631
  fill: "currentColor",
656
632
  ...rest
657
633
  }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
658
- d: "M15 20H9a3 3 0 00-3 3v2H8V23a1 1 0 011-1h6a1 1 0 011 1v2h2V23A3 3 0 0015 20zM12 19a4 4 0 10-4-4A4 4 0 0012 19zm0-6a2 2 0 11-2 2A2 2 0 0112 13z"
659
- })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
660
- d: "M28,19v9H4V8H16V6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V19Z"
661
- })), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
662
- d: "M20 19H26V21H20zM22 23H26V25H22zM32 10V8H29.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0026 4.1011V2H24V4.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 0020.1011 8H18v2h2.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 0024 13.8989V16h2V13.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0029.8989 10zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0125 12z"
634
+ d: "M25 21c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5S27.8 21 25 21zM25 13c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3S26.7 13 25 13zM14 11V6c0-1.1-.9-2-2-2h-2v2h2v5c0 2.1 1.1 3.9 2.7 5-1.6 1.1-2.7 2.9-2.7 5v5h-2v2h2c1.1 0 2-.9 2-2v-5c0-2.2 1.8-4 4-4v-2C15.8 15 14 13.2 14 11zM2 30v-6h6v6H2zM4 26v2h2v-2H4zM2 19v-6h6v6H2zM4 15v2h2v-2H4zM2 8V2h6v6H2zM4 4v2h2V4H4z"
663
635
  })), children);
664
636
  });
665
637
  if (process.env.NODE_ENV !== "production") {
666
- IdManagement.propTypes = iconPropTypes4cbeb95d.i;
638
+ IbmWatsonStudio.propTypes = iconPropTypes4cbeb95d.i;
667
639
  }
668
- const Idea = /*#__PURE__*/React.forwardRef(function Idea(_ref26, ref) {
640
+ const IbmWatsonTextToSpeech = /*#__PURE__*/React.forwardRef(function IbmWatsonTextToSpeech(_ref26, ref) {
669
641
  let {
670
642
  children,
671
643
  size = 16,
@@ -679,14 +651,14 @@ const Idea = /*#__PURE__*/React.forwardRef(function Idea(_ref26, ref) {
679
651
  viewBox: "0 0 32 32",
680
652
  fill: "currentColor",
681
653
  ...rest
682
- }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
683
- d: "M11 24H21V26H11zM13 28H19V30H13zM16 2A10 10 0 006 12a9.19 9.19 0 003.46 7.62c1 .93 1.54 1.46 1.54 2.38h2c0-1.84-1.11-2.87-2.19-3.86A7.2 7.2 0 018 12a8 8 0 0116 0 7.2 7.2 0 01-2.82 6.14c-1.07 1-2.18 2-2.18 3.86h2c0-.92.53-1.45 1.54-2.39A9.18 9.18 0 0026 12 10 10 0 0016 2z"
654
+ }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
655
+ d: "M13 26h-2c-3.9 0-7-3.1-7-7v-2h2v2c0 2.8 2.2 5 5 5h2V26zM18 18h10c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-2.4l-1.7 3-1.7-1 2.3-4H28v-6H18v6h3v2h-3c-1.1 0-2-.9-2-2v-6C16 18.9 16.9 18 18 18zM28 14h-2v-2c0-2.8-2.2-5-5-5h-4V5h4c3.9 0 7 3.1 7 7V14zM2 11H8V13H2zM2 7H14V9H2zM2 3H14V5H2z"
684
656
  })), children);
685
657
  });
686
658
  if (process.env.NODE_ENV !== "production") {
687
- Idea.propTypes = iconPropTypes4cbeb95d.i;
659
+ IbmWatsonTextToSpeech.propTypes = iconPropTypes4cbeb95d.i;
688
660
  }
689
- const Identification = /*#__PURE__*/React.forwardRef(function Identification(_ref27, ref) {
661
+ const IbmWatsonToneAnalyzer = /*#__PURE__*/React.forwardRef(function IbmWatsonToneAnalyzer(_ref27, ref) {
690
662
  let {
691
663
  children,
692
664
  size = 16,
@@ -700,16 +672,34 @@ const Identification = /*#__PURE__*/React.forwardRef(function Identification(_re
700
672
  viewBox: "0 0 32 32",
701
673
  fill: "currentColor",
702
674
  ...rest
703
- }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
704
- d: "M28,6V26H4V6H28m0-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
705
- })), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
706
- d: "M6 10H13V12H6zM6 14H10V16H6zM23 18H17a3 3 0 00-3 3v2h2V21a1 1 0 011-1h6a1 1 0 011 1v2h2V21A3 3 0 0023 18zM20 17a4 4 0 10-4-4A4 4 0 0020 17zm0-6a2 2 0 11-2 2A2 2 0 0120 11z"
675
+ }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
676
+ d: "M23.9,10c-0.6-0.6-1.5-1-2.4-1s-1.8,0.4-2.4,1l-1.4-1.4c1-1,2.4-1.6,3.8-1.6s2.9,0.6,3.8,1.6L23.9,10z"
677
+ })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
678
+ cx: "24",
679
+ cy: "5",
680
+ r: "1"
681
+ })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
682
+ cx: "19",
683
+ cy: "5",
684
+ r: "1"
685
+ })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
686
+ d: "M15 0l13 0c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-3.5l-1.7 3L21 16l2.3-4H28V2H15v10h5v2h-5c-1.1 0-2-.9-2-2V2C13 .9 13.9 0 15 0zM20 19v6c0 .6-.4 1-1 1h-5v2h5c1.7 0 3-1.3 3-3v-6H20zM15.4 20.4c-.8 1-2.1 1.6-3.4 1.6s-2.6-.6-3.4-1.6L7 21.6c1.2 1.4 3 2.4 5 2.4s3.8-.9 5-2.4L15.4 20.4z"
687
+ })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
688
+ cx: "15.5",
689
+ cy: "17.5",
690
+ r: "1.5"
691
+ })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
692
+ cx: "8.5",
693
+ cy: "17.5",
694
+ r: "1.5"
695
+ })), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
696
+ d: "M10.1,26H5c-0.6,0-1-0.4-1-1V14c0-0.6,0.4-1,1-1h5v-2H5c-1.7,0-3,1.3-3,3v11c0,1.7,1.3,3,3,3h4l2.3,4l1.7-1L10.1,26z"
707
697
  })), children);
708
698
  });
709
699
  if (process.env.NODE_ENV !== "production") {
710
- Identification.propTypes = iconPropTypes4cbeb95d.i;
700
+ IbmWatsonToneAnalyzer.propTypes = iconPropTypes4cbeb95d.i;
711
701
  }
712
- const Image = /*#__PURE__*/React.forwardRef(function Image(_ref28, ref) {
702
+ const IbmWatsonxAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxAssistant(_ref28, ref) {
713
703
  let {
714
704
  children,
715
705
  size = 16,
@@ -723,16 +713,28 @@ const Image = /*#__PURE__*/React.forwardRef(function Image(_ref28, ref) {
723
713
  viewBox: "0 0 32 32",
724
714
  fill: "currentColor",
725
715
  ...rest
726
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
727
- d: "M19,14a3,3,0,1,0-3-3A3,3,0,0,0,19,14Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,19,10Z"
728
- })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
729
- 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,4Zm0,22H6V20l5-5,5.59,5.59a2,2,0,0,0,2.82,0L21,19l5,5Zm0-4.83-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17l-5.59-5.59a2,2,0,0,0-2.82,0L6,17.17V6H26Z"
716
+ }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
717
+ d: "M28 2h-10c-1.1035 0-2 .8965-2 2v6c0 1.1035.8965 2 2 2h2.4229s1.7314 3 1.7314 3l1.7324-1-2.3096-4h-3.5771V4h10v6h-3s0 2 0 2h3c1.1035 0 2-.8965 2-2V4c0-1.1035-.8965-2-2-2zM14.6904 31l-1.7324-1 3.4648-6h5.5771c1.1046 0 2-.8954 2-2v-5h2v5c0 2.2091-1.7909 4-4 4h-4.4229l-2.8867 5z"
718
+ })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
719
+ cx: "10",
720
+ cy: "17",
721
+ r: "1"
722
+ })), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
723
+ cx: "14",
724
+ cy: "17",
725
+ r: "1"
726
+ })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
727
+ cx: "18",
728
+ cy: "17",
729
+ r: "1"
730
+ })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
731
+ d: "m12,26h-6c-2.2091,0-4-1.7909-4-4v-10c0-2.2091,1.7909-4,4-4h8v2H6c-1.1046,0-2,.8954-2,2v10c0,1.1046.8954,2,2,2h6v2Z"
730
732
  })), children);
731
733
  });
732
734
  if (process.env.NODE_ENV !== "production") {
733
- Image.propTypes = iconPropTypes4cbeb95d.i;
735
+ IbmWatsonxAssistant.propTypes = iconPropTypes4cbeb95d.i;
734
736
  }
735
- const ImageCopy = /*#__PURE__*/React.forwardRef(function ImageCopy(_ref29, ref) {
737
+ const IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistant(_ref29, ref) {
736
738
  let {
737
739
  children,
738
740
  size = 16,
@@ -746,16 +748,36 @@ const ImageCopy = /*#__PURE__*/React.forwardRef(function ImageCopy(_ref29, ref)
746
748
  viewBox: "0 0 32 32",
747
749
  fill: "currentColor",
748
750
  ...rest
749
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
750
- d: "M4 22H2V4A2.0023 2.0023 0 014 2H22V4H4zM21 17a3 3 0 10-3-3A3.0033 3.0033 0 0021 17zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0121 13z"
751
+ }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
752
+ d: "M11 28h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM28.17 26L25.59 28.58 27 30 31 26 27 22 25.58 23.41 28.17 26zM22 31L20.085 30.4229 23 21 24.9149 21.5771 22 31zM16.83 26L19.41 23.42 18 22 14 26 18 30 19.42 28.59 16.83 26zM30 19h-2v-7c0-2.7614-2.2386-5-5-5h-4v-2h4c3.866 0 7 3.134 7 7v7z"
753
+ })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
754
+ cx: "3",
755
+ cy: "4",
756
+ r: "1"
757
+ })), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
758
+ d: "M6 3H16V5H6z"
759
+ })), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
760
+ cx: "3",
761
+ cy: "12",
762
+ r: "1"
751
763
  })), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
752
- d: "M28,7H9A2.0025,2.0025,0,0,0,7,9V28a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V9A2.0025,2.0025,0,0,0,28,7Zm0,21H9v-6l4-3.9971,5.5859,5.586a2,2,0,0,0,2.8282,0L23,22.0034,28,27Zm0-3.8281-3.5859-3.586a2,2,0,0,0-2.8282,0L20,22.1719l-5.5859-5.586a2,2,0,0,0-2.8282,0L9,19.1719V9H28Z"
764
+ d: "M6 11H16V13H6zM2 15H12V17H2z"
765
+ })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
766
+ cx: "15",
767
+ cy: "8",
768
+ r: "1"
769
+ })), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
770
+ d: "M2 7H12V9H2z"
771
+ })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
772
+ cx: "15",
773
+ cy: "16",
774
+ r: "1"
753
775
  })), children);
754
776
  });
755
777
  if (process.env.NODE_ENV !== "production") {
756
- ImageCopy.propTypes = iconPropTypes4cbeb95d.i;
778
+ IbmWatsonxCodeAssistant.propTypes = iconPropTypes4cbeb95d.i;
757
779
  }
758
- const ImageMedical = /*#__PURE__*/React.forwardRef(function ImageMedical(_ref30, ref) {
780
+ const IbmWatsonxCodeAssistantForEnterpriseJavaApplications = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForEnterpriseJavaApplications(_ref30, ref) {
759
781
  let {
760
782
  children,
761
783
  size = 16,
@@ -769,16 +791,14 @@ const ImageMedical = /*#__PURE__*/React.forwardRef(function ImageMedical(_ref30,
769
791
  viewBox: "0 0 32 32",
770
792
  fill: "currentColor",
771
793
  ...rest
772
- }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
773
- d: "M26,6V26H6V6H26m0-2H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
774
- })), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
775
- d: "M22 16L22 14 17 14 17 12 20 12 20 10 17 10 17 8 15 8 15 10 12 10 12 12 15 12 15 14 10 14 10 16 15 16 15 18 10 18 10 20 15 20 15 22 12 22 12 24 20 24 20 22 17 22 17 20 22 20 22 18 17 18 17 16 22 16z"
794
+ }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
795
+ d: "M29.9916 19h-2v-7c0-2.7614-2.2386-5-5-5h-8.9948v-2h8.9948c3.866 0 7 3.134 7 7v7zM11.9916 28h-3c-3.86 0-7-3.14-7-7v-5h2v5c0 2.757 2.243 5 5 5h3v2zM9.9916 14h-4c-1.103 0-2-.897-2-2v-2h2v2h4V2h2v10c0 1.103-.897 2-2 2zM28.15 26l-2.58 2.58 1.41 1.42 4-4-4-4-1.42 1.41 2.59 2.59zM16.81 26l2.58-2.58-1.41-1.42-4 4 4 4 1.42-1.41-2.59-2.59zM21.98 31l-1.915-.577 2.915-9.423 1.915.577-2.915 9.423z"
776
796
  })), children);
777
797
  });
778
798
  if (process.env.NODE_ENV !== "production") {
779
- ImageMedical.propTypes = iconPropTypes4cbeb95d.i;
799
+ IbmWatsonxCodeAssistantForEnterpriseJavaApplications.propTypes = iconPropTypes4cbeb95d.i;
780
800
  }
781
- const ImageReference = /*#__PURE__*/React.forwardRef(function ImageReference(_ref31, ref) {
801
+ const IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZ(_ref31, ref) {
782
802
  let {
783
803
  children,
784
804
  size = 16,
@@ -793,15 +813,13 @@ const ImageReference = /*#__PURE__*/React.forwardRef(function ImageReference(_re
793
813
  fill: "currentColor",
794
814
  ...rest
795
815
  }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
796
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM19 14a3 3 0 10-3-3A3 3 0 0019 14zm0-4a1 1 0 11-1 1A1 1 0 0119 10z"
797
- })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
798
- d: "M26,4H6A2,2,0,0,0,4,6V16H6V6H26V21.17l-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17,11.8308,13l-1.4151,1.4155L14,18l2.59,2.59a2,2,0,0,0,2.82,0L21,19l5,5v2H16v2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Z"
816
+ d: "M29.17 25L26.59 27.58 28 29 32 25 28 21 26.58 22.41 29.17 25zM23 30L21.0851 29.4229 24 20 25.9149 20.5771 23 30zM17.83 25L20.41 22.42 19 21 15 25 19 29 20.42 27.59 17.83 25zM18 19h-2V5c0-1.1028.8972-2 2-2h9c1.1028 0 2 .8972 2 2v11h-2V5h-9v14zM12 3H3c-1.1028 0-2 .8975-2 2v22c0 1.1025.8972 2 2 2h9c1.1028 0 2-.8975 2-2V5c0-1.1025-.8972-2-2-2zm.0002 7.0366l-6.925-5.0366h6.9248l.0002 5.0366zm-.7004 1.9634l-8.2998 6.0361V5.9639l8.2998 6.0361zm.7007 1.9634l.0007 11.8169-8.2795-5.7959 8.2788-6.021zm-9.0005 7.9575l7.2563 5.0791H3v-5.0791zm9 5.0791l.0012-.002v.002h-.0012z"
799
817
  })), children);
800
818
  });
801
819
  if (process.env.NODE_ENV !== "production") {
802
- ImageReference.propTypes = iconPropTypes4cbeb95d.i;
820
+ IbmWatsonxCodeAssistantForZ.propTypes = iconPropTypes4cbeb95d.i;
803
821
  }
804
- const ImageSearch = /*#__PURE__*/React.forwardRef(function ImageSearch(_ref32, ref) {
822
+ const IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZRefactor(_ref32, ref) {
805
823
  let {
806
824
  children,
807
825
  size = 16,
@@ -815,16 +833,26 @@ const ImageSearch = /*#__PURE__*/React.forwardRef(function ImageSearch(_ref32, r
815
833
  viewBox: "0 0 32 32",
816
834
  fill: "currentColor",
817
835
  ...rest
818
- }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
819
- d: "M24 14a5.99 5.99 0 00-4.885 9.4712L14 28.5859 15.4141 30l5.1147-5.1147A5.9971 5.9971 0 1024 14zm0 10a4 4 0 114-4A4.0045 4.0045 0 0124 24zM17 12a3 3 0 10-3-3A3.0033 3.0033 0 0017 12zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0117 8z"
836
+ }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
837
+ d: "M22.17 16L19.59 18.58 21 20 25 16 21 12 19.58 13.41 22.17 16zM15.5 21L13.5851 20.4229 16.5 11 18.4149 11.5771 15.5 21zM9.83 16L12.41 13.42 11 12 7 16 11 20 12.42 18.59 9.83 16z"
838
+ })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
839
+ cx: "19",
840
+ cy: "28",
841
+ r: "1"
842
+ })), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
843
+ d: "m22,29v-2c2.7568,0,5-2.2432,5-5v-12c0-2.7568-2.2432-5-5-5h-6v-2h6c3.8594,0,7,3.1401,7,7v12c0,3.8594-3.1406,7-7,7Z"
844
+ })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
845
+ cx: "13",
846
+ cy: "4",
847
+ r: "1"
820
848
  })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
821
- d: "M12,24H4V17.9966L9,13l5.5859,5.5859L16,17.168l-5.5859-5.5855a2,2,0,0,0-2.8282,0L4,15.168V4H24v6h2V4a2.0023,2.0023,0,0,0-2-2H4A2.002,2.002,0,0,0,2,4V24a2.0023,2.0023,0,0,0,2,2h8Z"
849
+ d: "m16,29h-6c-3.8594,0-7-3.1406-7-7v-12c0-3.8599,3.1406-7,7-7v2c-2.7568,0-5,2.2432-5,5v12c0,2.7568,2.2432,5,5,5h6v2Z"
822
850
  })), children);
823
851
  });
824
852
  if (process.env.NODE_ENV !== "production") {
825
- ImageSearch.propTypes = iconPropTypes4cbeb95d.i;
853
+ IbmWatsonxCodeAssistantForZRefactor.propTypes = iconPropTypes4cbeb95d.i;
826
854
  }
827
- const ImageSearchAlt = /*#__PURE__*/React.forwardRef(function ImageSearchAlt(_ref33, ref) {
855
+ const IbmWatsonxCodeAssistantForZValidationAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZValidationAssistant(_ref33, ref) {
828
856
  let {
829
857
  children,
830
858
  size = 16,
@@ -839,15 +867,13 @@ const ImageSearchAlt = /*#__PURE__*/React.forwardRef(function ImageSearchAlt(_re
839
867
  fill: "currentColor",
840
868
  ...rest
841
869
  }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
842
- d: "M10,16a5.9908,5.9908,0,0,0,9.4712,4.8853L24.5859,26,26,24.5859l-5.115-5.1147A5.997,5.997,0,1,0,10,16Zm2,0a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Z"
843
- })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
844
- d: "M29,7H22.54L20.83,4.45A.9946.9946,0,0,0,20,4H12a.9946.9946,0,0,0-.83.45L9.46,7H3A1.0031,1.0031,0,0,0,2,8V25a1.0031,1.0031,0,0,0,1,1h9V24H4V9h6a.9946.9946,0,0,0,.83-.45L12.54,6h6.92l1.71,2.55A.9946.9946,0,0,0,22,9h6V21h2V8A1.0031,1.0031,0,0,0,29,7Z"
870
+ d: "M16,2c-7.73,0-14,6.2821-14,14.0269,0,5.0697,2.69,9.5082,6.71,11.9731l1.1-1.6632c-3.48-2.104-5.81-5.9314-5.81-10.3098,0-6.6428,5.37-12.0231,12-12.0231s12,5.396,12,12.0388h2c0-7.7449-6.27-14.0426-14-14.0426ZM14,21.414l-5-5.001,1.413-1.413,3.587,3.586,7.585-7.586,1.415,1.415-9,8.999ZM26.58,24.41l1.42-1.41,4,4-4,4-1.41-1.42,2.58-2.58-2.59-2.59ZM22.5,32l-1.9149-.5771,2.9149-9.4229,1.9149.5771-2.9149,9.4229ZM19.42,29.59l-1.42,1.41-4-4,4-4,1.41,1.42-2.58,2.58,2.59,2.59Z"
845
871
  })), children);
846
872
  });
847
873
  if (process.env.NODE_ENV !== "production") {
848
- ImageSearchAlt.propTypes = iconPropTypes4cbeb95d.i;
874
+ IbmWatsonxCodeAssistantForZValidationAssistant.propTypes = iconPropTypes4cbeb95d.i;
849
875
  }
850
- const WatsonHealthImageAvailabilityLocal = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityLocal(_ref34, ref) {
876
+ const IbmWatsonxOrchestrate = /*#__PURE__*/React.forwardRef(function IbmWatsonxOrchestrate(_ref34, ref) {
851
877
  let {
852
878
  children,
853
879
  size = 16,
@@ -861,16 +887,28 @@ const WatsonHealthImageAvailabilityLocal = /*#__PURE__*/React.forwardRef(functio
861
887
  viewBox: "0 0 32 32",
862
888
  fill: "currentColor",
863
889
  ...rest
864
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
865
- d: "M16,18c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S18.8,18,16,18z"
866
- })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
867
- d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
890
+ }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
891
+ d: "m27.9248,19.4282c-1.123,1.6104-2.9641,2.5718-4.9248,2.5718-2.1233,0-4.0464-1.0874-5.1438-2.9092l-1.7129,1.0322c1.4624,2.4277,4.0256,3.877,6.8567,3.877,1.4231,0,2.7925-.3911,3.9922-1.0835-2.3442,3.6958-6.4814,6.0835-10.9922,6.0835-5.7104,0-10.8347-3.8184-12.4617-9.2852l-1.917.5703c1.8774,6.3086,7.79,10.7148,14.3787,10.7148s12.5012-4.4062,14.3787-10.7148l-2.4539-.8569Z"
892
+ })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
893
+ cx: "30",
894
+ cy: "16",
895
+ r: "2"
896
+ })), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
897
+ cx: "2",
898
+ cy: "16",
899
+ r: "2"
900
+ })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
901
+ cx: "16",
902
+ cy: "16",
903
+ r: "2"
904
+ })), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
905
+ d: "m16,1C9.4114,1,3.4988,5.4062,1.6213,11.7148l2.4539.8569c1.123-1.6104,2.9641-2.5718,4.9248-2.5718s3.8018.9614,4.9248,2.5718l1.6406-1.144c-1.4971-2.1465-3.9514-3.4277-6.5654-3.4277-1.4231,0-2.7925.3911-3.9922,1.0835,2.3442-3.6953,6.4814-6.0835,10.9922-6.0835,5.7104,0,10.8347,3.8184,12.4617,9.2852l1.917-.5703c-1.8774-6.3086-7.79-10.7148-14.3787-10.7148Z"
868
906
  })), children);
869
907
  });
870
908
  if (process.env.NODE_ENV !== "production") {
871
- WatsonHealthImageAvailabilityLocal.propTypes = iconPropTypes4cbeb95d.i;
909
+ IbmWatsonxOrchestrate.propTypes = iconPropTypes4cbeb95d.i;
872
910
  }
873
- const WatsonHealthImageAvailabilityRetrieving = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityRetrieving(_ref35, ref) {
911
+ const IbmZCloudModStack = /*#__PURE__*/React.forwardRef(function IbmZCloudModStack(_ref35, ref) {
874
912
  let {
875
913
  children,
876
914
  size = 16,
@@ -884,16 +922,18 @@ const WatsonHealthImageAvailabilityRetrieving = /*#__PURE__*/React.forwardRef(fu
884
922
  viewBox: "0 0 32 32",
885
923
  fill: "currentColor",
886
924
  ...rest
887
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
888
- d: "M10 13L11.4 11.6 15 15.2 15 2 17 2 17 15.2 20.6 11.6 22 13 16 19z"
925
+ }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
926
+ d: "M18.496,27.386L16,28.842L5,22.426v-5.852l10.016-5.843C15.308,10.897,15.641,11,16,11c1.104,0,2-0.896,2-2s-0.896-2-2-2 s-2,0.896-2,2c0,0.003,0.001,0.005,0.001,0.008L3.496,15.136C3.189,15.315,3,15.645,3,16v7c0,0.355,0.189,0.685,0.496,0.864l12,7 C15.652,30.955,15.826,31,16,31s0.348-0.045,0.504-0.136l3-1.75L18.496,27.386z"
927
+ })), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
928
+ d: "M28.504,8.136l-3-1.75l-1.008,1.728L27,9.574v12.852l-4.593,2.679l-10.409-6.093C11.999,19.007,12,19.004,12,19 c0-1.104-0.896-2-2-2s-2,0.896-2,2s0.896,2,2,2c0.358,0,0.69-0.102,0.981-0.267l10.92,6.393c0.156,0.091,0.331,0.137,0.505,0.137 c0.174,0,0.348-0.045,0.504-0.136l5.594-3.263C28.811,23.685,29,23.355,29,23V9C29,8.645,28.811,8.315,28.504,8.136z"
889
929
  })), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
890
- d: "M20,2.8V5c3,1.5,5,4.5,5,8c0,2-0.6,3.8-1.8,5.4c0,0-0.2,0.3-0.3,0.4L16,26.9l-6.9-8.1c-0.1-0.1-0.3-0.4-0.3-0.4 C7.6,16.8,7,15,7,13c0-3.5,2-6.6,5-8V2.8C7.9,4.4,5,8.3,5,13c0,2.4,0.8,4.7,2.2,6.6c0,0,0.3,0.4,0.3,0.5L16,30l8.4-10 c0-0.1,0.3-0.4,0.3-0.4l0,0c1.4-1.9,2.2-4.2,2.2-6.6C27,8.3,24.1,4.4,20,2.8z"
930
+ d: "M23,17.277V5.5c0-0.355-0.189-0.685-0.496-0.864l-6-3.5C16.348,1.045,16.174,1,16,1s-0.348,0.045-0.504,0.136l-12,7 C3.189,8.315,3,8.645,3,9v2.999h2V9.574l11-6.417l5,2.917v11.203c-0.595,0.347-1,0.984-1,1.723c0,1.104,0.896,2,2,2s2-0.896,2-2 C24,18.262,23.595,17.624,23,17.277z"
891
931
  })), children);
892
932
  });
893
933
  if (process.env.NODE_ENV !== "production") {
894
- WatsonHealthImageAvailabilityRetrieving.propTypes = iconPropTypes4cbeb95d.i;
934
+ IbmZCloudModStack.propTypes = iconPropTypes4cbeb95d.i;
895
935
  }
896
- const WatsonHealthImageAvailabilityUnavailable = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityUnavailable(_ref36, ref) {
936
+ const IbmZEnvironmentsDevSecOps = /*#__PURE__*/React.forwardRef(function IbmZEnvironmentsDevSecOps(_ref36, ref) {
897
937
  let {
898
938
  children,
899
939
  size = 16,
@@ -907,20 +947,18 @@ const WatsonHealthImageAvailabilityUnavailable = /*#__PURE__*/React.forwardRef(f
907
947
  viewBox: "0 0 32 32",
908
948
  fill: "currentColor",
909
949
  ...rest
910
- }, _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
911
- cx: "16",
912
- cy: "20.5",
913
- r: "1.5"
914
- })), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
915
- d: "M17,17h-2v-4h2c1.1,0,2-0.9,2-2s-0.9-2-2-2h-2c-1.1,0-2,0.9-2,2v0.5h-2V11c0-2.2,1.8-4,4-4h2c2.2,0,4,1.8,4,4s-1.8,4-4,4V17 z"
950
+ }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
951
+ d: "m23.5,16v2c3.0327,0,5.5,2.4673,5.5,5.5s-2.4673,5.5-5.5,5.5-5.5-2.4673-5.5-5.5h-2c0,4.1422,3.3578,7.5,7.5,7.5s7.5-3.3578,7.5-7.5-3.3578-7.5-7.5-7.5Z"
916
952
  })), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
917
- d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
953
+ d: "M23.5 26c1.3807 0 2.5-1.1193 2.5-2.5s-1.1193-2.5-2.5-2.5c-.3217 0-.6268.066-.9093.1766l-4.8837-4.8837-1.4141 1.4141 4.8837 4.8837c-.1107.2825-.1766.5876-.1766.9093 0 1.3807 1.1193 2.5 2.5 2.5zM29 13h-2v-3.4257l-11-6.4166-3 1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12 7c.3071.1792.4961.5081.4961.8638v4zM7 6H9V16H7z"
954
+ })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
955
+ d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"
918
956
  })), children);
919
957
  });
920
958
  if (process.env.NODE_ENV !== "production") {
921
- WatsonHealthImageAvailabilityUnavailable.propTypes = iconPropTypes4cbeb95d.i;
959
+ IbmZEnvironmentsDevSecOps.propTypes = iconPropTypes4cbeb95d.i;
922
960
  }
923
- const ImageService = /*#__PURE__*/React.forwardRef(function ImageService(_ref37, ref) {
961
+ const IbmZOpenEditor = /*#__PURE__*/React.forwardRef(function IbmZOpenEditor(_ref37, ref) {
924
962
  let {
925
963
  children,
926
964
  size = 16,
@@ -934,20 +972,14 @@ const ImageService = /*#__PURE__*/React.forwardRef(function ImageService(_ref37,
934
972
  viewBox: "0 0 32 32",
935
973
  fill: "currentColor",
936
974
  ...rest
937
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
938
- d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
939
- })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
940
- cx: "7",
941
- cy: "25",
942
- r: "1"
943
- })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
944
- d: "M13 4H15V12H13zM9 4H11V12H9zM21 12H19a2.0021 2.0021 0 01-2-2V6a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0121 12zM19 6v4h2V6zM21 14H23V22H21zM9 14H11V22H9zM17 22H15a2.0021 2.0021 0 01-2-2V16a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0117 22zm-2-6v4h2V16z"
975
+ }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
976
+ d: "M29,13h-2v-3.4257l-11-6.4166-3,1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12,7c.3071.1792.4961.5081.4961.8638v4ZM7,16h2V6h-2v10ZM15,28.2718l-10.0013-5.8403v-13.4315h-1.9987v14.006c0,.3559.1889.6849.4958.8642l10.4971,6.1298,1.0072-1.7282h-.0001ZM26,17l-1.4141,1.4141,3.5854,3.5859-3.5854,3.5859,1.4141,1.4141,5-5-5-5ZM15,22l5,5,1.4141-1.4141-3.5854-3.5859,3.5854-3.5859-1.4141-1.4141-5,5Z"
945
977
  })), children);
946
978
  });
947
979
  if (process.env.NODE_ENV !== "production") {
948
- ImageService.propTypes = iconPropTypes4cbeb95d.i;
980
+ IbmZOpenEditor.propTypes = iconPropTypes4cbeb95d.i;
949
981
  }
950
- const ImageStoreLocal = /*#__PURE__*/React.forwardRef(function ImageStoreLocal(_ref38, ref) {
982
+ const IbmZProcessorCapacityReference = /*#__PURE__*/React.forwardRef(function IbmZProcessorCapacityReference(_ref38, ref) {
951
983
  let {
952
984
  children,
953
985
  size = 16,
@@ -962,20 +994,15 @@ const ImageStoreLocal = /*#__PURE__*/React.forwardRef(function ImageStoreLocal(_
962
994
  fill: "currentColor",
963
995
  ...rest
964
996
  }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
965
- strokeWidth: "0",
966
- d: "m25,2v7h7V2h-7Zm5,5h-3v-3h3v3Z"
997
+ d: "M25 25H27V29H25zM21 23H23V29H21zM29 20H31V29H29z"
967
998
  })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
968
- strokeWidth: "0",
969
- d: "m23,6h-7v12h12v-7h-5v-5Zm-2,10h-3v-3h3v3Zm5-3v3h-3v-3h3Zm-8-2v-3h3v3h-3Z"
970
- })), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
971
- strokeWidth: "0",
972
- d: "M26 20v2H6v-14h8v-2H6c-1.104.0011-1.999.8959-2 2v14c.0012 1.104.896 1.9987 2 2h20c1.104-.0015 1.9985-.8961 2-2v-2h-2zM2 26H30V28H2z"
999
+ d: "M30 17V5c0-1.1046-.8954-2-2-2h-9c-1.1046 0-2 .8954-2 2v24h2V5h9v12h2zM13 3H4c-1.1046 0-2 .8954-2 2v22c0 1.1046.8954 2 2 2h9c1.1046 0 2-.8954 2-2V5c0-1.1046-.8954-2-2-2zm-9 2.9635l8.2998 6.0365-8.2998 6.0365V5.9635zm0 21.0365v-5.0366l6.9253 5.0366h-6.9253zm9-.9635l-8.2998-6.0365 8.2998-6.0365v12.073zm0-15.9999l-6.9253-5.0366h6.9253v5.0366z"
973
1000
  })), children);
974
1001
  });
975
1002
  if (process.env.NODE_ENV !== "production") {
976
- ImageStoreLocal.propTypes = iconPropTypes4cbeb95d.i;
1003
+ IbmZProcessorCapacityReference.propTypes = iconPropTypes4cbeb95d.i;
977
1004
  }
978
- const ImportExport = /*#__PURE__*/React.forwardRef(function ImportExport(_ref39, ref) {
1005
+ const IbmZCloudProvisioning = /*#__PURE__*/React.forwardRef(function IbmZCloudProvisioning(_ref39, ref) {
979
1006
  let {
980
1007
  children,
981
1008
  size = 16,
@@ -989,14 +1016,16 @@ const ImportExport = /*#__PURE__*/React.forwardRef(function ImportExport(_ref39,
989
1016
  viewBox: "0 0 32 32",
990
1017
  fill: "currentColor",
991
1018
  ...rest
992
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
993
- d: "M28 24v4H4V24H2v4l.0076-.0049A1.9977 1.9977 0 004 30H28a2 2 0 002-2h0V24zM27.6 14.6L24 18.2 24 4 22 4 22 18.2 18.4 14.6 17 16 23 22 29 16 27.6 14.6zM9 4L3 10 4.4 11.4 8 7.8 8 22 10 22 10 7.8 13.6 11.4 15 10 9 4z"
1019
+ }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1020
+ d: "M10 17H14V21H10zM17 10H21V14H17zM17 17H21V21H17z"
1021
+ })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1022
+ d: "M19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
994
1023
  })), children);
995
1024
  });
996
1025
  if (process.env.NODE_ENV !== "production") {
997
- ImportExport.propTypes = iconPropTypes4cbeb95d.i;
1026
+ IbmZCloudProvisioning.propTypes = iconPropTypes4cbeb95d.i;
998
1027
  }
999
- const ImproveRelevance = /*#__PURE__*/React.forwardRef(function ImproveRelevance(_ref40, ref) {
1028
+ const IbmZOs = /*#__PURE__*/React.forwardRef(function IbmZOs(_ref40, ref) {
1000
1029
  let {
1001
1030
  children,
1002
1031
  size = 16,
@@ -1011,21 +1040,13 @@ const ImproveRelevance = /*#__PURE__*/React.forwardRef(function ImproveRelevance
1011
1040
  fill: "currentColor",
1012
1041
  ...rest
1013
1042
  }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1014
- d: "M22 26.59L19.41 24 18 25.41 22 29.41 30 21.41 28.59 20 22 26.59z"
1015
- })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
1016
- cx: "16",
1017
- cy: "16",
1018
- r: "2"
1019
- })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1020
- d: "M16,22a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,12Z"
1021
- })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1022
- d: "M28,16A12,12,0,1,0,16,28V26A10,10,0,1,1,26,16Z"
1043
+ d: "M16 32c-5.0793 0-9.7449-2.3319-12.7998-6.3979l1.5991-1.2014c2.6736 3.5585 6.7561 5.5994 11.2007 5.5994s8.5281-2.0413 11.2014-5.6005l1.5991 1.2012c-3.0547 4.0668-7.7202 6.3993-12.8005 6.3993zM30 22h-5v-2h5v-3h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h5v2h-5v3h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zM21 22h-4c-1.1028 0-2-.8972-2-2v-8c0-1.1028.8972-2 2-2h4c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-4-10v8h4v-8h-4zM11.4458 10L7.4458 22 9.5542 22 13.5542 10 11.4458 10zM6 22L0 22 0 19.6973 3.7981 14 0 14 0 12 6 12 6 14.3027 2.2019 20 6 20 6 22zM16.0001 0C10.9207 0 6.2552 2.3319 3.2003 6.3979l1.5991 1.2014c2.6736-3.5585 6.7561-5.5994 11.2007-5.5994s8.5281 2.0413 11.2014 5.6005l1.5991-1.2012C25.7459 2.3325 21.0804 0 16.0001 0z"
1023
1044
  })), children);
1024
1045
  });
1025
1046
  if (process.env.NODE_ENV !== "production") {
1026
- ImproveRelevance.propTypes = iconPropTypes4cbeb95d.i;
1047
+ IbmZOs.propTypes = iconPropTypes4cbeb95d.i;
1027
1048
  }
1028
- const InProgress = /*#__PURE__*/React.forwardRef(function InProgress(_ref41, ref) {
1049
+ const IbmZOsAiControlInterface = /*#__PURE__*/React.forwardRef(function IbmZOsAiControlInterface(_ref41, ref) {
1029
1050
  let {
1030
1051
  children,
1031
1052
  size = 16,
@@ -1039,14 +1060,34 @@ const InProgress = /*#__PURE__*/React.forwardRef(function InProgress(_ref41, ref
1039
1060
  viewBox: "0 0 32 32",
1040
1061
  fill: "currentColor",
1041
1062
  ...rest
1042
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1043
- d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm0,26A12,12,0,0,1,16,4V16l8.4812,8.4814A11.9625,11.9625,0,0,1,16,28Z"
1063
+ }, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
1064
+ cx: "12",
1065
+ cy: "21",
1066
+ r: "1"
1067
+ })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1068
+ d: "m23,25h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
1069
+ })), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
1070
+ cx: "12",
1071
+ cy: "11",
1072
+ r: "1"
1073
+ })), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1074
+ d: "m23,15h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
1075
+ })), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1076
+ d: "m28,30H4c-1.103,0-2-.897-2-2v-12h2v12h24V4h-12v-2h12c1.103,0,2,.897,2,2v24c0,1.103-.897,2-2,2Z"
1077
+ })), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1078
+ d: "M8.5 1.5H13.5V3.5H8.5z",
1079
+ transform: "rotate(90 11 2.5)"
1080
+ })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1081
+ d: "M1.975 3.475H6.975V5.475H1.975z",
1082
+ transform: "rotate(45 4.475 4.475)"
1083
+ })), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1084
+ d: "M0 10H5V12H0z"
1044
1085
  })), children);
1045
1086
  });
1046
1087
  if (process.env.NODE_ENV !== "production") {
1047
- InProgress.propTypes = iconPropTypes4cbeb95d.i;
1088
+ IbmZOsAiControlInterface.propTypes = iconPropTypes4cbeb95d.i;
1048
1089
  }
1049
- const InProgressError = /*#__PURE__*/React.forwardRef(function InProgressError(_ref42, ref) {
1090
+ const IbmZOsContainers = /*#__PURE__*/React.forwardRef(function IbmZOsContainers(_ref42, ref) {
1050
1091
  let {
1051
1092
  children,
1052
1093
  size = 16,
@@ -1060,16 +1101,16 @@ const InProgressError = /*#__PURE__*/React.forwardRef(function InProgressError(_
1060
1101
  viewBox: "0 0 32 32",
1061
1102
  fill: "currentColor",
1062
1103
  ...rest
1063
- }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1064
- d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z"
1065
- })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1066
- d: "M14,2a12,12,0,1,0,2,23.8193v-2.021A10,10,0,1,1,14,4V14l4.343,4.3433A7.9751,7.9751,0,0,1,24,16h1.8193A11.93,11.93,0,0,0,14,2Z"
1104
+ }, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1105
+ d: "m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z"
1106
+ })), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1107
+ d: "m20,15v2h7v10h-10V3H5c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h22c1.1028,0,2-.8975,2-2v-12h-9Zm-13.5859,2h8.5859v8.5859l-8.5859-8.5859Zm8.5859-2H6.4141L15,6.4141v8.5859Zm-1.4141-10L5,13.5859V5h8.5859Zm-8.5859,13.4141l8.5859,8.5859H5v-8.5859Z"
1067
1108
  })), children);
1068
1109
  });
1069
1110
  if (process.env.NODE_ENV !== "production") {
1070
- InProgressError.propTypes = iconPropTypes4cbeb95d.i;
1111
+ IbmZOsContainers.propTypes = iconPropTypes4cbeb95d.i;
1071
1112
  }
1072
- const InProgressWarning = /*#__PURE__*/React.forwardRef(function InProgressWarning(_ref43, ref) {
1113
+ const IbmZOsPackageManager = /*#__PURE__*/React.forwardRef(function IbmZOsPackageManager(_ref43, ref) {
1073
1114
  let {
1074
1115
  children,
1075
1116
  size = 16,
@@ -1083,34 +1124,19 @@ const InProgressWarning = /*#__PURE__*/React.forwardRef(function InProgressWarni
1083
1124
  viewBox: "0 0 32 32",
1084
1125
  fill: "currentColor",
1085
1126
  ...rest
1086
- }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1087
- d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
1088
- })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1089
- d: "M18.746,22.7993A9.999,9.999,0,1,1,14,4V14l6.0971,6.0972,1.22-2.44A2.9849,2.9849,0,0,1,24,16h1.8193A11.993,11.993,0,1,0,14,26a11.9337,11.9337,0,0,0,3.3939-.4966Z"
1127
+ }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1128
+ d: "M15 9v10.172l-2.586-2.586L11 18l5 5 5-5-1.414-1.414L17 19.172V9H15zM19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
1090
1129
  })), children);
1091
1130
  });
1092
1131
  if (process.env.NODE_ENV !== "production") {
1093
- InProgressWarning.propTypes = iconPropTypes4cbeb95d.i;
1132
+ IbmZOsPackageManager.propTypes = iconPropTypes4cbeb95d.i;
1094
1133
  }
1095
- const Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref44, ref) {
1134
+ const WatsonHealthICa_2D = /*#__PURE__*/React.forwardRef(function WatsonHealthICa_2D(_ref44, ref) {
1096
1135
  let {
1097
1136
  children,
1098
1137
  size = 16,
1099
1138
  ...rest
1100
1139
  } = _ref44;
1101
- if (size === "glyph" || size === "glyph" || size === "glyphpx") {
1102
- return /*#__PURE__*/React.createElement(Icon.default, {
1103
- width: size,
1104
- height: size,
1105
- ref: ref,
1106
- xmlns: "http://www.w3.org/2000/svg",
1107
- viewBox: "0 0 16 16",
1108
- fill: "currentColor",
1109
- ...rest
1110
- }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1111
- d: "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
1112
- })), children);
1113
- }
1114
1140
  return /*#__PURE__*/React.createElement(Icon.default, {
1115
1141
  width: size,
1116
1142
  height: size,
@@ -1119,14 +1145,14 @@ const Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref44, ref
1119
1145
  viewBox: "0 0 32 32",
1120
1146
  fill: "currentColor",
1121
1147
  ...rest
1122
- }, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1123
- d: "M23.7642 6.8593l1.2851-1.5315A13.976 13.976 0 0020.8672 2.887l-.6836 1.8776A11.9729 11.9729 0 0123.7642 6.8593zM27.81 14l1.9677-.4128A13.8888 13.8888 0 0028.14 9.0457L26.4087 10A12.52 12.52 0 0127.81 14zM20.1836 27.2354l.6836 1.8776a13.976 13.976 0 004.1821-2.4408l-1.2851-1.5315A11.9729 11.9729 0 0120.1836 27.2354zM26.4087 22L28.14 23a14.14 14.14 0 001.6382-4.5872L27.81 18.0659A12.1519 12.1519 0 0126.4087 22zM16 30V2a14 14 0 000 28z"
1148
+ }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1149
+ d: "M22 24H10a2.0023 2.0023 0 01-2-2V10a2.0023 2.0023 0 012-2H22a2.0023 2.0023 0 012 2V22A2.0023 2.0023 0 0122 24zM10 10V22H22V10zM11 2L2 2 2 11 4 11 4 4 11 4 11 2zM2 21L2 30 11 30 11 28 4 28 4 21 2 21zM30 11L30 2 21 2 21 4 28 4 28 11 30 11zM21 30L30 30 30 21 28 21 28 28 21 28 21 30z"
1124
1150
  })), children);
1125
1151
  });
1126
1152
  if (process.env.NODE_ENV !== "production") {
1127
- Incomplete.propTypes = iconPropTypes4cbeb95d.i;
1153
+ WatsonHealthICa_2D.propTypes = iconPropTypes4cbeb95d.i;
1128
1154
  }
1129
- const IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel(_ref45, ref) {
1155
+ const IceAccretion = /*#__PURE__*/React.forwardRef(function IceAccretion(_ref45, ref) {
1130
1156
  let {
1131
1157
  children,
1132
1158
  size = 16,
@@ -1140,14 +1166,16 @@ const IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel
1140
1166
  viewBox: "0 0 32 32",
1141
1167
  fill: "currentColor",
1142
1168
  ...rest
1143
- }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1144
- d: "M30 21.41L28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25 30 21.41zM14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14z"
1169
+ }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1170
+ d: "M4 2A2 2 0 002 4V20l1 2 1-2V4H8V14l1 2 1-2V2zM28 2H14v8l1 2 1-2V4h2V17l1 2 1-2V4h4V14l1 2 1-2V4h2V24l1 2 1-2V4A2 2 0 0028 2zM14 28L13 30 12 28 12 16 14 16 14 28z"
1171
+ })), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1172
+ d: "M24 26L23 28 22 26 22 20 24 20 24 26zM8 24L7 26 6 24 6 18 8 18 8 24z"
1145
1173
  })), children);
1146
1174
  });
1147
1175
  if (process.env.NODE_ENV !== "production") {
1148
- IncompleteCancel.propTypes = iconPropTypes4cbeb95d.i;
1176
+ IceAccretion.propTypes = iconPropTypes4cbeb95d.i;
1149
1177
  }
1150
- const IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(_ref46, ref) {
1178
+ const IceVision = /*#__PURE__*/React.forwardRef(function IceVision(_ref46, ref) {
1151
1179
  let {
1152
1180
  children,
1153
1181
  size = 16,
@@ -1161,14 +1189,16 @@ const IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(_
1161
1189
  viewBox: "0 0 32 32",
1162
1190
  fill: "currentColor",
1163
1191
  ...rest
1164
- }, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1165
- d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
1192
+ }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1193
+ d: "M19 14L19 21 20 23 21 21 21 14 19 14zM17 14H13a2 2 0 00-2 2v4l1 2 1-2V16h2v7l1 2 1-2z"
1194
+ })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1195
+ d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
1166
1196
  })), children);
1167
1197
  });
1168
1198
  if (process.env.NODE_ENV !== "production") {
1169
- IncompleteError.propTypes = iconPropTypes4cbeb95d.i;
1199
+ IceVision.propTypes = iconPropTypes4cbeb95d.i;
1170
1200
  }
1171
- const IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarning(_ref47, ref) {
1201
+ const QID = /*#__PURE__*/React.forwardRef(function QID(_ref47, ref) {
1172
1202
  let {
1173
1203
  children,
1174
1204
  size = 16,
@@ -1182,14 +1212,14 @@ const IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarni
1182
1212
  viewBox: "0 0 32 32",
1183
1213
  fill: "currentColor",
1184
1214
  ...rest
1185
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1186
- d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
1215
+ }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1216
+ d: "M10 9H12V11H10zM18 23H14V9h4a4 4 0 014 4v6A4 4 0 0118 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H16zM10 13H12V23H10z"
1187
1217
  })), children);
1188
1218
  });
1189
1219
  if (process.env.NODE_ENV !== "production") {
1190
- IncompleteWarning.propTypes = iconPropTypes4cbeb95d.i;
1220
+ QID.propTypes = iconPropTypes4cbeb95d.i;
1191
1221
  }
1192
- const IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(_ref48, ref) {
1222
+ const IdManagement = /*#__PURE__*/React.forwardRef(function IdManagement(_ref48, ref) {
1193
1223
  let {
1194
1224
  children,
1195
1225
  size = 16,
@@ -1203,14 +1233,18 @@ const IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(_ref4
1203
1233
  viewBox: "0 0 32 32",
1204
1234
  fill: "currentColor",
1205
1235
  ...rest
1206
- }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1207
- d: "M23 4L18 7.75 18 14.25 15 12 10 15.75 10 22.25 7 20 2 23.75 2 30 4 30 4 24.75 7 22.5 10 24.75 10 30 12 30 12 16.75 15 14.5 18 16.75 18 30 20 30 20 8.75 23 6.5 26 8.75 26 30 28 30 28 7.75 23 4z"
1236
+ }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1237
+ d: "M15 20H9a3 3 0 00-3 3v2H8V23a1 1 0 011-1h6a1 1 0 011 1v2h2V23A3 3 0 0015 20zM12 19a4 4 0 10-4-4A4 4 0 0012 19zm0-6a2 2 0 11-2 2A2 2 0 0112 13z"
1238
+ })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1239
+ d: "M28,19v9H4V8H16V6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V19Z"
1240
+ })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1241
+ d: "M20 19H26V21H20zM22 23H26V25H22zM32 10V8H29.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0026 4.1011V2H24V4.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 0020.1011 8H18v2h2.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 0024 13.8989V16h2V13.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0029.8989 10zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0125 12z"
1208
1242
  })), children);
1209
1243
  });
1210
1244
  if (process.env.NODE_ENV !== "production") {
1211
- IncreaseLevel.propTypes = iconPropTypes4cbeb95d.i;
1245
+ IdManagement.propTypes = iconPropTypes4cbeb95d.i;
1212
1246
  }
1213
- const Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref49, ref) {
1247
+ const Idea = /*#__PURE__*/React.forwardRef(function Idea(_ref49, ref) {
1214
1248
  let {
1215
1249
  children,
1216
1250
  size = 16,
@@ -1224,14 +1258,14 @@ const Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref49, ref) {
1224
1258
  viewBox: "0 0 32 32",
1225
1259
  fill: "currentColor",
1226
1260
  ...rest
1227
- }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1228
- d: "M29.53,6.15a1,1,0,0,0-1,0L20,10.38V7a1,1,0,0,0-1.45-.89L10,10.38V3A1,1,0,0,0,9,2H3A1,1,0,0,0,2,3V28H30V7A1,1,0,0,0,29.53,6.15ZM22,26H18V19h4Zm6,0H24V18a1,1,0,0,0-1-1H17a1,1,0,0,0-1,1v8H4V4H8v9.62l10-5v5l10-5Z"
1261
+ }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1262
+ d: "M11 24H21V26H11zM13 28H19V30H13zM16 2A10 10 0 006 12a9.19 9.19 0 003.46 7.62c1 .93 1.54 1.46 1.54 2.38h2c0-1.84-1.11-2.87-2.19-3.86A7.2 7.2 0 018 12a8 8 0 0116 0 7.2 7.2 0 01-2.82 6.14c-1.07 1-2.18 2-2.18 3.86h2c0-.92.53-1.45 1.54-2.39A9.18 9.18 0 0026 12 10 10 0 0016 2z"
1229
1263
  })), children);
1230
1264
  });
1231
1265
  if (process.env.NODE_ENV !== "production") {
1232
- Industry.propTypes = iconPropTypes4cbeb95d.i;
1266
+ Idea.propTypes = iconPropTypes4cbeb95d.i;
1233
1267
  }
1234
- const InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(_ref50, ref) {
1268
+ const Identification = /*#__PURE__*/React.forwardRef(function Identification(_ref50, ref) {
1235
1269
  let {
1236
1270
  children,
1237
1271
  size = 16,
@@ -1245,34 +1279,21 @@ const InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(_re
1245
1279
  viewBox: "0 0 32 32",
1246
1280
  fill: "currentColor",
1247
1281
  ...rest
1248
- }, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1249
- d: "m23,23c-5.6558,0-7.8577-6.4109-7.9487-6.6837-.0173-.0514-1.8435-5.3163-6.0513-5.3163-2.7571,0-5,2.243-5,5s2.2429,5,5,5c1.5876,0,3.0134-.7322,4.2373-2.1764l1.5259,1.2932c-1.5989,1.8862-3.5916,2.8832-5.7632,2.8832-3.8599,0-7-3.1401-7-7s3.1401-7,7-7c5.6558,0,7.8577,6.4109,7.9487,6.6837.0173.0514,1.8435,5.3163,6.0513,5.3163,2.7571,0,5-2.243,5-5s-2.2429-5-5-5c-1.5876,0-3.0134.7322-4.2373,2.1764l-1.5259-1.2932c1.5989-1.8862,3.5916-2.8832,5.7632-2.8832,3.8599,0,7,3.1401,7,7s-3.1401,7-7,7Z"
1282
+ }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1283
+ d: "M28,6V26H4V6H28m0-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
1284
+ })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1285
+ d: "M6 10H13V12H6zM6 14H10V16H6zM23 18H17a3 3 0 00-3 3v2h2V21a1 1 0 011-1h6a1 1 0 011 1v2h2V21A3 3 0 0023 18zM20 17a4 4 0 10-4-4A4 4 0 0020 17zm0-6a2 2 0 11-2 2A2 2 0 0120 11z"
1250
1286
  })), children);
1251
1287
  });
1252
1288
  if (process.env.NODE_ENV !== "production") {
1253
- InfinitySymbol.propTypes = iconPropTypes4cbeb95d.i;
1289
+ Identification.propTypes = iconPropTypes4cbeb95d.i;
1254
1290
  }
1255
- const Information = /*#__PURE__*/React.forwardRef(function Information(_ref51, ref) {
1291
+ const Image = /*#__PURE__*/React.forwardRef(function Image(_ref51, ref) {
1256
1292
  let {
1257
1293
  children,
1258
1294
  size = 16,
1259
1295
  ...rest
1260
1296
  } = _ref51;
1261
- if (size === 16 || size === "16" || size === "16px") {
1262
- return /*#__PURE__*/React.createElement(Icon.default, {
1263
- width: size,
1264
- height: size,
1265
- ref: ref,
1266
- xmlns: "http://www.w3.org/2000/svg",
1267
- viewBox: "0 0 16 16",
1268
- fill: "currentColor",
1269
- ...rest
1270
- }, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1271
- d: "M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
1272
- })), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1273
- d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
1274
- })), children);
1275
- }
1276
1297
  return /*#__PURE__*/React.createElement(Icon.default, {
1277
1298
  width: size,
1278
1299
  height: size,
@@ -1281,16 +1302,16 @@ const Information = /*#__PURE__*/React.forwardRef(function Information(_ref51, r
1281
1302
  viewBox: "0 0 32 32",
1282
1303
  fill: "currentColor",
1283
1304
  ...rest
1284
- }, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1285
- 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"
1286
- })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1287
- d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
1305
+ }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1306
+ d: "M19,14a3,3,0,1,0-3-3A3,3,0,0,0,19,14Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,19,10Z"
1307
+ })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1308
+ 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,4Zm0,22H6V20l5-5,5.59,5.59a2,2,0,0,0,2.82,0L21,19l5,5Zm0-4.83-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17l-5.59-5.59a2,2,0,0,0-2.82,0L6,17.17V6H26Z"
1288
1309
  })), children);
1289
1310
  });
1290
1311
  if (process.env.NODE_ENV !== "production") {
1291
- Information.propTypes = iconPropTypes4cbeb95d.i;
1312
+ Image.propTypes = iconPropTypes4cbeb95d.i;
1292
1313
  }
1293
- const InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisabled(_ref52, ref) {
1314
+ const ImageCopy = /*#__PURE__*/React.forwardRef(function ImageCopy(_ref52, ref) {
1294
1315
  let {
1295
1316
  children,
1296
1317
  size = 16,
@@ -1304,16 +1325,16 @@ const InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDi
1304
1325
  viewBox: "0 0 32 32",
1305
1326
  fill: "currentColor",
1306
1327
  ...rest
1307
- }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1308
- 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"
1309
- })), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1310
- 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"
1328
+ }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1329
+ d: "M4 22H2V4A2.0023 2.0023 0 014 2H22V4H4zM21 17a3 3 0 10-3-3A3.0033 3.0033 0 0021 17zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0121 13z"
1330
+ })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1331
+ d: "M28,7H9A2.0025,2.0025,0,0,0,7,9V28a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V9A2.0025,2.0025,0,0,0,28,7Zm0,21H9v-6l4-3.9971,5.5859,5.586a2,2,0,0,0,2.8282,0L23,22.0034,28,27Zm0-3.8281-3.5859-3.586a2,2,0,0,0-2.8282,0L20,22.1719l-5.5859-5.586a2,2,0,0,0-2.8282,0L9,19.1719V9H28Z"
1311
1332
  })), children);
1312
1333
  });
1313
1334
  if (process.env.NODE_ENV !== "production") {
1314
- InformationDisabled.propTypes = iconPropTypes4cbeb95d.i;
1335
+ ImageCopy.propTypes = iconPropTypes4cbeb95d.i;
1315
1336
  }
1316
- const InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled(_ref53, ref) {
1337
+ const ImageMedical = /*#__PURE__*/React.forwardRef(function ImageMedical(_ref53, ref) {
1317
1338
  let {
1318
1339
  children,
1319
1340
  size = 16,
@@ -1327,18 +1348,16 @@ const InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFill
1327
1348
  viewBox: "0 0 32 32",
1328
1349
  fill: "currentColor",
1329
1350
  ...rest
1330
- }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1331
- fill: "none",
1332
- 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",
1333
- "data-icon-path": "inner-path"
1334
- })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1335
- 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"
1351
+ }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1352
+ d: "M26,6V26H6V6H26m0-2H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
1353
+ })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1354
+ d: "M22 16L22 14 17 14 17 12 20 12 20 10 17 10 17 8 15 8 15 10 12 10 12 12 15 12 15 14 10 14 10 16 15 16 15 18 10 18 10 20 15 20 15 22 12 22 12 24 20 24 20 22 17 22 17 20 22 20 22 18 17 18 17 16 22 16z"
1336
1355
  })), children);
1337
1356
  });
1338
1357
  if (process.env.NODE_ENV !== "production") {
1339
- InformationFilled.propTypes = iconPropTypes4cbeb95d.i;
1358
+ ImageMedical.propTypes = iconPropTypes4cbeb95d.i;
1340
1359
  }
1341
- const InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare(_ref54, ref) {
1360
+ const ImageReference = /*#__PURE__*/React.forwardRef(function ImageReference(_ref54, ref) {
1342
1361
  let {
1343
1362
  children,
1344
1363
  size = 16,
@@ -1352,16 +1371,16 @@ const InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSqua
1352
1371
  viewBox: "0 0 32 32",
1353
1372
  fill: "currentColor",
1354
1373
  ...rest
1355
- }, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1356
- 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"
1357
- })), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1358
- 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"
1374
+ }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1375
+ d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM19 14a3 3 0 10-3-3A3 3 0 0019 14zm0-4a1 1 0 11-1 1A1 1 0 0119 10z"
1376
+ })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1377
+ d: "M26,4H6A2,2,0,0,0,4,6V16H6V6H26V21.17l-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17,11.8308,13l-1.4151,1.4155L14,18l2.59,2.59a2,2,0,0,0,2.82,0L21,19l5,5v2H16v2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Z"
1359
1378
  })), children);
1360
1379
  });
1361
1380
  if (process.env.NODE_ENV !== "production") {
1362
- InformationSquare.propTypes = iconPropTypes4cbeb95d.i;
1381
+ ImageReference.propTypes = iconPropTypes4cbeb95d.i;
1363
1382
  }
1364
- const InformationSquareFilled = /*#__PURE__*/React.forwardRef(function InformationSquareFilled(_ref55, ref) {
1383
+ const ImageSearch = /*#__PURE__*/React.forwardRef(function ImageSearch(_ref55, ref) {
1365
1384
  let {
1366
1385
  children,
1367
1386
  size = 16,
@@ -1375,18 +1394,16 @@ const InformationSquareFilled = /*#__PURE__*/React.forwardRef(function Informati
1375
1394
  viewBox: "0 0 32 32",
1376
1395
  fill: "currentColor",
1377
1396
  ...rest
1378
- }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1379
- fill: "none",
1380
- 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",
1381
- "data-icon-path": "inner-path"
1382
- })), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1383
- 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"
1397
+ }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1398
+ d: "M24 14a5.99 5.99 0 00-4.885 9.4712L14 28.5859 15.4141 30l5.1147-5.1147A5.9971 5.9971 0 1024 14zm0 10a4 4 0 114-4A4.0045 4.0045 0 0124 24zM17 12a3 3 0 10-3-3A3.0033 3.0033 0 0017 12zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0117 8z"
1399
+ })), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1400
+ d: "M12,24H4V17.9966L9,13l5.5859,5.5859L16,17.168l-5.5859-5.5855a2,2,0,0,0-2.8282,0L4,15.168V4H24v6h2V4a2.0023,2.0023,0,0,0-2-2H4A2.002,2.002,0,0,0,2,4V24a2.0023,2.0023,0,0,0,2,2h8Z"
1384
1401
  })), children);
1385
1402
  });
1386
1403
  if (process.env.NODE_ENV !== "production") {
1387
- InformationSquareFilled.propTypes = iconPropTypes4cbeb95d.i;
1404
+ ImageSearch.propTypes = iconPropTypes4cbeb95d.i;
1388
1405
  }
1389
- const InfrastructureClassic = /*#__PURE__*/React.forwardRef(function InfrastructureClassic(_ref56, ref) {
1406
+ const ImageSearchAlt = /*#__PURE__*/React.forwardRef(function ImageSearchAlt(_ref56, ref) {
1390
1407
  let {
1391
1408
  children,
1392
1409
  size = 16,
@@ -1400,16 +1417,16 @@ const InfrastructureClassic = /*#__PURE__*/React.forwardRef(function Infrastruct
1400
1417
  viewBox: "0 0 32 32",
1401
1418
  fill: "currentColor",
1402
1419
  ...rest
1403
- }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1404
- d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
1405
- })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1406
- 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"
1420
+ }, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1421
+ d: "M10,16a5.9908,5.9908,0,0,0,9.4712,4.8853L24.5859,26,26,24.5859l-5.115-5.1147A5.997,5.997,0,1,0,10,16Zm2,0a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Z"
1422
+ })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1423
+ d: "M29,7H22.54L20.83,4.45A.9946.9946,0,0,0,20,4H12a.9946.9946,0,0,0-.83.45L9.46,7H3A1.0031,1.0031,0,0,0,2,8V25a1.0031,1.0031,0,0,0,1,1h9V24H4V9h6a.9946.9946,0,0,0,.83-.45L12.54,6h6.92l1.71,2.55A.9946.9946,0,0,0,22,9h6V21h2V8A1.0031,1.0031,0,0,0,29,7Z"
1407
1424
  })), children);
1408
1425
  });
1409
1426
  if (process.env.NODE_ENV !== "production") {
1410
- InfrastructureClassic.propTypes = iconPropTypes4cbeb95d.i;
1427
+ ImageSearchAlt.propTypes = iconPropTypes4cbeb95d.i;
1411
1428
  }
1412
- const Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref57, ref) {
1429
+ const WatsonHealthImageAvailabilityLocal = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityLocal(_ref57, ref) {
1413
1430
  let {
1414
1431
  children,
1415
1432
  size = 16,
@@ -1423,14 +1440,16 @@ const Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref57, ref) {
1423
1440
  viewBox: "0 0 32 32",
1424
1441
  fill: "currentColor",
1425
1442
  ...rest
1426
- }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1427
- 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"
1443
+ }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1444
+ d: "M16,18c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S18.8,18,16,18z"
1445
+ })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1446
+ d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
1428
1447
  })), children);
1429
1448
  });
1430
1449
  if (process.env.NODE_ENV !== "production") {
1431
- Insert.propTypes = iconPropTypes4cbeb95d.i;
1450
+ WatsonHealthImageAvailabilityLocal.propTypes = iconPropTypes4cbeb95d.i;
1432
1451
  }
1433
- const InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref58, ref) {
1452
+ const WatsonHealthImageAvailabilityRetrieving = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityRetrieving(_ref58, ref) {
1434
1453
  let {
1435
1454
  children,
1436
1455
  size = 16,
@@ -1444,14 +1463,16 @@ const InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref58, ref
1444
1463
  viewBox: "0 0 32 32",
1445
1464
  fill: "currentColor",
1446
1465
  ...rest
1447
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1448
- 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"
1466
+ }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1467
+ d: "M10 13L11.4 11.6 15 15.2 15 2 17 2 17 15.2 20.6 11.6 22 13 16 19z"
1468
+ })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1469
+ d: "M20,2.8V5c3,1.5,5,4.5,5,8c0,2-0.6,3.8-1.8,5.4c0,0-0.2,0.3-0.3,0.4L16,26.9l-6.9-8.1c-0.1-0.1-0.3-0.4-0.3-0.4 C7.6,16.8,7,15,7,13c0-3.5,2-6.6,5-8V2.8C7.9,4.4,5,8.3,5,13c0,2.4,0.8,4.7,2.2,6.6c0,0,0.3,0.4,0.3,0.5L16,30l8.4-10 c0-0.1,0.3-0.4,0.3-0.4l0,0c1.4-1.9,2.2-4.2,2.2-6.6C27,8.3,24.1,4.4,20,2.8z"
1449
1470
  })), children);
1450
1471
  });
1451
1472
  if (process.env.NODE_ENV !== "production") {
1452
- InsertPage.propTypes = iconPropTypes4cbeb95d.i;
1473
+ WatsonHealthImageAvailabilityRetrieving.propTypes = iconPropTypes4cbeb95d.i;
1453
1474
  }
1454
- const InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref59, ref) {
1475
+ const WatsonHealthImageAvailabilityUnavailable = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityUnavailable(_ref59, ref) {
1455
1476
  let {
1456
1477
  children,
1457
1478
  size = 16,
@@ -1465,16 +1486,20 @@ const InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref59,
1465
1486
  viewBox: "0 0 32 32",
1466
1487
  fill: "currentColor",
1467
1488
  ...rest
1468
- }, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1469
- 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"
1470
- })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1471
- 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"
1489
+ }, _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
1490
+ cx: "16",
1491
+ cy: "20.5",
1492
+ r: "1.5"
1493
+ })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1494
+ d: "M17,17h-2v-4h2c1.1,0,2-0.9,2-2s-0.9-2-2-2h-2c-1.1,0-2,0.9-2,2v0.5h-2V11c0-2.2,1.8-4,4-4h2c2.2,0,4,1.8,4,4s-1.8,4-4,4V17 z"
1495
+ })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1496
+ d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
1472
1497
  })), children);
1473
1498
  });
1474
1499
  if (process.env.NODE_ENV !== "production") {
1475
- InsertSyntax.propTypes = iconPropTypes4cbeb95d.i;
1500
+ WatsonHealthImageAvailabilityUnavailable.propTypes = iconPropTypes4cbeb95d.i;
1476
1501
  }
1477
- const Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref60, ref) {
1502
+ const ImageService = /*#__PURE__*/React.forwardRef(function ImageService(_ref60, ref) {
1478
1503
  let {
1479
1504
  children,
1480
1505
  size = 16,
@@ -1488,16 +1513,20 @@ const Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref60, ref
1488
1513
  viewBox: "0 0 32 32",
1489
1514
  fill: "currentColor",
1490
1515
  ...rest
1491
- }, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1492
- d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
1493
- })), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1494
- 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"
1516
+ }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1517
+ d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
1518
+ })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
1519
+ cx: "7",
1520
+ cy: "25",
1521
+ r: "1"
1522
+ })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1523
+ d: "M13 4H15V12H13zM9 4H11V12H9zM21 12H19a2.0021 2.0021 0 01-2-2V6a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0121 12zM19 6v4h2V6zM21 14H23V22H21zM9 14H11V22H9zM17 22H15a2.0021 2.0021 0 01-2-2V16a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0117 22zm-2-6v4h2V16z"
1495
1524
  })), children);
1496
1525
  });
1497
1526
  if (process.env.NODE_ENV !== "production") {
1498
- Inspection.propTypes = iconPropTypes4cbeb95d.i;
1527
+ ImageService.propTypes = iconPropTypes4cbeb95d.i;
1499
1528
  }
1500
- const InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref61, ref) {
1529
+ const ImageStoreLocal = /*#__PURE__*/React.forwardRef(function ImageStoreLocal(_ref61, ref) {
1501
1530
  let {
1502
1531
  children,
1503
1532
  size = 16,
@@ -1511,20 +1540,21 @@ const InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref61, ref
1511
1540
  viewBox: "0 0 32 32",
1512
1541
  fill: "currentColor",
1513
1542
  ...rest
1514
- }, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1515
- 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"
1516
- })), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
1517
- cx: "9",
1518
- cy: "27",
1519
- r: "1"
1520
- })), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1521
- 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"
1543
+ }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1544
+ strokeWidth: "0",
1545
+ d: "m25,2v7h7V2h-7Zm5,5h-3v-3h3v3Z"
1546
+ })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1547
+ strokeWidth: "0",
1548
+ d: "m23,6h-7v12h12v-7h-5v-5Zm-2,10h-3v-3h3v3Zm5-3v3h-3v-3h3Zm-8-2v-3h3v3h-3Z"
1549
+ })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1550
+ strokeWidth: "0",
1551
+ d: "M26 20v2H6v-14h8v-2H6c-1.104.0011-1.999.8959-2 2v14c.0012 1.104.896 1.9987 2 2h20c1.104-.0015 1.9985-.8961 2-2v-2h-2zM2 26H30V28H2z"
1522
1552
  })), children);
1523
1553
  });
1524
1554
  if (process.env.NODE_ENV !== "production") {
1525
- InstanceBx.propTypes = iconPropTypes4cbeb95d.i;
1555
+ ImageStoreLocal.propTypes = iconPropTypes4cbeb95d.i;
1526
1556
  }
1527
- const InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_ref62, ref) {
1557
+ const ImportExport = /*#__PURE__*/React.forwardRef(function ImportExport(_ref62, ref) {
1528
1558
  let {
1529
1559
  children,
1530
1560
  size = 16,
@@ -1538,20 +1568,14 @@ const InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_
1538
1568
  viewBox: "0 0 32 32",
1539
1569
  fill: "currentColor",
1540
1570
  ...rest
1541
- }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1542
- 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"
1543
- })), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
1544
- cx: "9",
1545
- cy: "27",
1546
- r: "1"
1547
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1548
- 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"
1571
+ }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1572
+ d: "M28 24v4H4V24H2v4l.0076-.0049A1.9977 1.9977 0 004 30H28a2 2 0 002-2h0V24zM27.6 14.6L24 18.2 24 4 22 4 22 18.2 18.4 14.6 17 16 23 22 29 16 27.6 14.6zM9 4L3 10 4.4 11.4 8 7.8 8 22 10 22 10 7.8 13.6 11.4 15 10 9 4z"
1549
1573
  })), children);
1550
1574
  });
1551
1575
  if (process.env.NODE_ENV !== "production") {
1552
- InstanceClassic.propTypes = iconPropTypes4cbeb95d.i;
1576
+ ImportExport.propTypes = iconPropTypes4cbeb95d.i;
1553
1577
  }
1554
- const InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref63, ref) {
1578
+ const ImproveRelevance = /*#__PURE__*/React.forwardRef(function ImproveRelevance(_ref63, ref) {
1555
1579
  let {
1556
1580
  children,
1557
1581
  size = 16,
@@ -1565,18 +1589,22 @@ const InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref63, ref
1565
1589
  viewBox: "0 0 32 32",
1566
1590
  fill: "currentColor",
1567
1591
  ...rest
1568
- }, _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
1569
- cx: "9",
1570
- cy: "27",
1571
- r: "1"
1572
- })), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1573
- 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"
1592
+ }, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1593
+ d: "M22 26.59L19.41 24 18 25.41 22 29.41 30 21.41 28.59 20 22 26.59z"
1594
+ })), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
1595
+ cx: "16",
1596
+ cy: "16",
1597
+ r: "2"
1598
+ })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1599
+ d: "M16,22a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,12Z"
1600
+ })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1601
+ d: "M28,16A12,12,0,1,0,16,28V26A10,10,0,1,1,26,16Z"
1574
1602
  })), children);
1575
1603
  });
1576
1604
  if (process.env.NODE_ENV !== "production") {
1577
- InstanceCx.propTypes = iconPropTypes4cbeb95d.i;
1605
+ ImproveRelevance.propTypes = iconPropTypes4cbeb95d.i;
1578
1606
  }
1579
- const InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref64, ref) {
1607
+ const InProgress = /*#__PURE__*/React.forwardRef(function InProgress(_ref64, ref) {
1580
1608
  let {
1581
1609
  children,
1582
1610
  size = 16,
@@ -1590,20 +1618,14 @@ const InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref64, ref
1590
1618
  viewBox: "0 0 32 32",
1591
1619
  fill: "currentColor",
1592
1620
  ...rest
1593
- }, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1594
- 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"
1595
- })), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
1596
- cx: "9",
1597
- cy: "27",
1598
- r: "1"
1599
- })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1600
- 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"
1621
+ }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1622
+ d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm0,26A12,12,0,0,1,16,4V16l8.4812,8.4814A11.9625,11.9625,0,0,1,16,28Z"
1601
1623
  })), children);
1602
1624
  });
1603
1625
  if (process.env.NODE_ENV !== "production") {
1604
- InstanceMx.propTypes = iconPropTypes4cbeb95d.i;
1626
+ InProgress.propTypes = iconPropTypes4cbeb95d.i;
1605
1627
  }
1606
- const InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_ref65, ref) {
1628
+ const InProgressError = /*#__PURE__*/React.forwardRef(function InProgressError(_ref65, ref) {
1607
1629
  let {
1608
1630
  children,
1609
1631
  size = 16,
@@ -1617,18 +1639,16 @@ const InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_
1617
1639
  viewBox: "0 0 32 32",
1618
1640
  fill: "currentColor",
1619
1641
  ...rest
1620
- }, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
1621
- cx: "7",
1622
- cy: "23",
1623
- r: "1"
1624
- })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1625
- 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"
1642
+ }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1643
+ d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z"
1644
+ })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1645
+ d: "M14,2a12,12,0,1,0,2,23.8193v-2.021A10,10,0,1,1,14,4V14l4.343,4.3433A7.9751,7.9751,0,0,1,24,16h1.8193A11.93,11.93,0,0,0,14,2Z"
1626
1646
  })), children);
1627
1647
  });
1628
1648
  if (process.env.NODE_ENV !== "production") {
1629
- InstanceVirtual.propTypes = iconPropTypes4cbeb95d.i;
1649
+ InProgressError.propTypes = iconPropTypes4cbeb95d.i;
1630
1650
  }
1631
- const Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref66, ref) {
1651
+ const InProgressWarning = /*#__PURE__*/React.forwardRef(function InProgressWarning(_ref66, ref) {
1632
1652
  let {
1633
1653
  children,
1634
1654
  size = 16,
@@ -1642,19 +1662,34 @@ const Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref66, r
1642
1662
  viewBox: "0 0 32 32",
1643
1663
  fill: "currentColor",
1644
1664
  ...rest
1645
- }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1646
- 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"
1665
+ }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1666
+ d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
1667
+ })), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1668
+ d: "M18.746,22.7993A9.999,9.999,0,1,1,14,4V14l6.0971,6.0972,1.22-2.44A2.9849,2.9849,0,0,1,24,16h1.8193A11.993,11.993,0,1,0,14,26a11.9337,11.9337,0,0,0,3.3939-.4966Z"
1647
1669
  })), children);
1648
1670
  });
1649
1671
  if (process.env.NODE_ENV !== "production") {
1650
- Integration.propTypes = iconPropTypes4cbeb95d.i;
1672
+ InProgressWarning.propTypes = iconPropTypes4cbeb95d.i;
1651
1673
  }
1652
- const IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestActive(_ref67, ref) {
1674
+ const Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref67, ref) {
1653
1675
  let {
1654
1676
  children,
1655
1677
  size = 16,
1656
1678
  ...rest
1657
1679
  } = _ref67;
1680
+ if (size === "glyph" || size === "glyph" || size === "glyphpx") {
1681
+ return /*#__PURE__*/React.createElement(Icon.default, {
1682
+ width: size,
1683
+ height: size,
1684
+ ref: ref,
1685
+ xmlns: "http://www.w3.org/2000/svg",
1686
+ viewBox: "0 0 16 16",
1687
+ fill: "currentColor",
1688
+ ...rest
1689
+ }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1690
+ d: "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
1691
+ })), children);
1692
+ }
1658
1693
  return /*#__PURE__*/React.createElement(Icon.default, {
1659
1694
  width: size,
1660
1695
  height: size,
@@ -1663,16 +1698,14 @@ const IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequest
1663
1698
  viewBox: "0 0 32 32",
1664
1699
  fill: "currentColor",
1665
1700
  ...rest
1666
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1667
- d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
1668
- })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1669
- 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"
1701
+ }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1702
+ d: "M23.7642 6.8593l1.2851-1.5315A13.976 13.976 0 0020.8672 2.887l-.6836 1.8776A11.9729 11.9729 0 0123.7642 6.8593zM27.81 14l1.9677-.4128A13.8888 13.8888 0 0028.14 9.0457L26.4087 10A12.52 12.52 0 0127.81 14zM20.1836 27.2354l.6836 1.8776a13.976 13.976 0 004.1821-2.4408l-1.2851-1.5315A11.9729 11.9729 0 0120.1836 27.2354zM26.4087 22L28.14 23a14.14 14.14 0 001.6382-4.5872L27.81 18.0659A12.1519 12.1519 0 0126.4087 22zM16 30V2a14 14 0 000 28z"
1670
1703
  })), children);
1671
1704
  });
1672
1705
  if (process.env.NODE_ENV !== "production") {
1673
- IntentRequestActive.propTypes = iconPropTypes4cbeb95d.i;
1706
+ Incomplete.propTypes = iconPropTypes4cbeb95d.i;
1674
1707
  }
1675
- const IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCreate(_ref68, ref) {
1708
+ const IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel(_ref68, ref) {
1676
1709
  let {
1677
1710
  children,
1678
1711
  size = 16,
@@ -1686,16 +1719,14 @@ const IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequest
1686
1719
  viewBox: "0 0 32 32",
1687
1720
  fill: "currentColor",
1688
1721
  ...rest
1689
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1690
- d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
1691
- })), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1692
- 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"
1722
+ }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1723
+ d: "M30 21.41L28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25 30 21.41zM14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14z"
1693
1724
  })), children);
1694
1725
  });
1695
1726
  if (process.env.NODE_ENV !== "production") {
1696
- IntentRequestCreate.propTypes = iconPropTypes4cbeb95d.i;
1727
+ IncompleteCancel.propTypes = iconPropTypes4cbeb95d.i;
1697
1728
  }
1698
- const IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal(_ref69, ref) {
1729
+ const IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(_ref69, ref) {
1699
1730
  let {
1700
1731
  children,
1701
1732
  size = 16,
@@ -1709,16 +1740,14 @@ const IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHe
1709
1740
  viewBox: "0 0 32 32",
1710
1741
  fill: "currentColor",
1711
1742
  ...rest
1712
- }, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1713
- 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"
1714
- })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1715
- 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"
1743
+ }, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1744
+ d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
1716
1745
  })), children);
1717
1746
  });
1718
1747
  if (process.env.NODE_ENV !== "production") {
1719
- IntentRequestHeal.propTypes = iconPropTypes4cbeb95d.i;
1748
+ IncompleteError.propTypes = iconPropTypes4cbeb95d.i;
1720
1749
  }
1721
- const IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequestInactive(_ref70, ref) {
1750
+ const IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarning(_ref70, ref) {
1722
1751
  let {
1723
1752
  children,
1724
1753
  size = 16,
@@ -1732,26 +1761,14 @@ const IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentReque
1732
1761
  viewBox: "0 0 32 32",
1733
1762
  fill: "currentColor",
1734
1763
  ...rest
1735
- }, _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
1736
- cx: "18.5",
1737
- cy: "22.5",
1738
- r: "1.5"
1739
- })), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
1740
- cx: "23.5",
1741
- cy: "22.5",
1742
- r: "1.5"
1743
- })), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
1744
- cx: "28.5",
1745
- cy: "22.5",
1746
- r: "1.5"
1747
- })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1748
- 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"
1764
+ }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1765
+ d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
1749
1766
  })), children);
1750
1767
  });
1751
1768
  if (process.env.NODE_ENV !== "production") {
1752
- IntentRequestInactive.propTypes = iconPropTypes4cbeb95d.i;
1769
+ IncompleteWarning.propTypes = iconPropTypes4cbeb95d.i;
1753
1770
  }
1754
- const IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(_ref71, ref) {
1771
+ const IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(_ref71, ref) {
1755
1772
  let {
1756
1773
  children,
1757
1774
  size = 16,
@@ -1765,14 +1782,14 @@ const IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentReques
1765
1782
  viewBox: "0 0 32 32",
1766
1783
  fill: "currentColor",
1767
1784
  ...rest
1768
- }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1769
- 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"
1785
+ }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1786
+ d: "M23 4L18 7.75 18 14.25 15 12 10 15.75 10 22.25 7 20 2 23.75 2 30 4 30 4 24.75 7 22.5 10 24.75 10 30 12 30 12 16.75 15 14.5 18 16.75 18 30 20 30 20 8.75 23 6.5 26 8.75 26 30 28 30 28 7.75 23 4z"
1770
1787
  })), children);
1771
1788
  });
1772
1789
  if (process.env.NODE_ENV !== "production") {
1773
- IntentRequestScaleIn.propTypes = iconPropTypes4cbeb95d.i;
1790
+ IncreaseLevel.propTypes = iconPropTypes4cbeb95d.i;
1774
1791
  }
1775
- const IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(_ref72, ref) {
1792
+ const Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref72, ref) {
1776
1793
  let {
1777
1794
  children,
1778
1795
  size = 16,
@@ -1786,14 +1803,14 @@ const IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentReque
1786
1803
  viewBox: "0 0 32 32",
1787
1804
  fill: "currentColor",
1788
1805
  ...rest
1789
- }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1790
- 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"
1806
+ }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1807
+ d: "M29.53,6.15a1,1,0,0,0-1,0L20,10.38V7a1,1,0,0,0-1.45-.89L10,10.38V3A1,1,0,0,0,9,2H3A1,1,0,0,0,2,3V28H30V7A1,1,0,0,0,29.53,6.15ZM22,26H18V19h4Zm6,0H24V18a1,1,0,0,0-1-1H17a1,1,0,0,0-1,1v8H4V4H8v9.62l10-5v5l10-5Z"
1791
1808
  })), children);
1792
1809
  });
1793
1810
  if (process.env.NODE_ENV !== "production") {
1794
- IntentRequestScaleOut.propTypes = iconPropTypes4cbeb95d.i;
1811
+ Industry.propTypes = iconPropTypes4cbeb95d.i;
1795
1812
  }
1796
- const IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(_ref73, ref) {
1813
+ const InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(_ref73, ref) {
1797
1814
  let {
1798
1815
  children,
1799
1816
  size = 16,
@@ -1807,21 +1824,34 @@ const IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequ
1807
1824
  viewBox: "0 0 32 32",
1808
1825
  fill: "currentColor",
1809
1826
  ...rest
1810
- }, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1811
- 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"
1812
- })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1813
- 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"
1827
+ }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1828
+ d: "m23,23c-5.6558,0-7.8577-6.4109-7.9487-6.6837-.0173-.0514-1.8435-5.3163-6.0513-5.3163-2.7571,0-5,2.243-5,5s2.2429,5,5,5c1.5876,0,3.0134-.7322,4.2373-2.1764l1.5259,1.2932c-1.5989,1.8862-3.5916,2.8832-5.7632,2.8832-3.8599,0-7-3.1401-7-7s3.1401-7,7-7c5.6558,0,7.8577,6.4109,7.9487,6.6837.0173.0514,1.8435,5.3163,6.0513,5.3163,2.7571,0,5-2.243,5-5s-2.2429-5-5-5c-1.5876,0-3.0134.7322-4.2373,2.1764l-1.5259-1.2932c1.5989-1.8862,3.5916-2.8832,5.7632-2.8832,3.8599,0,7,3.1401,7,7s-3.1401,7-7,7Z"
1814
1829
  })), children);
1815
1830
  });
1816
1831
  if (process.env.NODE_ENV !== "production") {
1817
- IntentRequestUninstall.propTypes = iconPropTypes4cbeb95d.i;
1832
+ InfinitySymbol.propTypes = iconPropTypes4cbeb95d.i;
1818
1833
  }
1819
- const IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(_ref74, ref) {
1834
+ const Information = /*#__PURE__*/React.forwardRef(function Information(_ref74, ref) {
1820
1835
  let {
1821
1836
  children,
1822
1837
  size = 16,
1823
1838
  ...rest
1824
1839
  } = _ref74;
1840
+ if (size === 16 || size === "16" || size === "16px") {
1841
+ return /*#__PURE__*/React.createElement(Icon.default, {
1842
+ width: size,
1843
+ height: size,
1844
+ ref: ref,
1845
+ xmlns: "http://www.w3.org/2000/svg",
1846
+ viewBox: "0 0 16 16",
1847
+ fill: "currentColor",
1848
+ ...rest
1849
+ }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1850
+ d: "M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
1851
+ })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1852
+ d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
1853
+ })), children);
1854
+ }
1825
1855
  return /*#__PURE__*/React.createElement(Icon.default, {
1826
1856
  width: size,
1827
1857
  height: size,
@@ -1830,35 +1860,21 @@ const IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentReques
1830
1860
  viewBox: "0 0 32 32",
1831
1861
  fill: "currentColor",
1832
1862
  ...rest
1833
- }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1834
- d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
1835
- })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1836
- 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"
1863
+ }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1864
+ 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"
1865
+ })), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1866
+ d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
1837
1867
  })), children);
1838
1868
  });
1839
1869
  if (process.env.NODE_ENV !== "production") {
1840
- IntentRequestUpgrade.propTypes = iconPropTypes4cbeb95d.i;
1870
+ Information.propTypes = iconPropTypes4cbeb95d.i;
1841
1871
  }
1842
- const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref75, ref) {
1872
+ const InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisabled(_ref75, ref) {
1843
1873
  let {
1844
1874
  children,
1845
1875
  size = 16,
1846
1876
  ...rest
1847
1877
  } = _ref75;
1848
- if (size === 16 || size === "16" || size === "16px") {
1849
- return /*#__PURE__*/React.createElement(Icon.default, {
1850
- width: size,
1851
- height: size,
1852
- ref: ref,
1853
- xmlns: "http://www.w3.org/2000/svg",
1854
- viewBox: "0 0 16 16",
1855
- fill: "currentColor",
1856
- ...rest
1857
- }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1858
- fillRule: "evenodd",
1859
- 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"
1860
- })), children);
1861
- }
1862
1878
  return /*#__PURE__*/React.createElement(Icon.default, {
1863
1879
  width: size,
1864
1880
  height: size,
@@ -1867,14 +1883,16 @@ const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref75,
1867
1883
  viewBox: "0 0 32 32",
1868
1884
  fill: "currentColor",
1869
1885
  ...rest
1870
- }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1871
- 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"
1886
+ }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1887
+ 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"
1888
+ })), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
1889
+ 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"
1872
1890
  })), children);
1873
1891
  });
1874
1892
  if (process.env.NODE_ENV !== "production") {
1875
- Interactions.propTypes = iconPropTypes4cbeb95d.i;
1893
+ InformationDisabled.propTypes = iconPropTypes4cbeb95d.i;
1876
1894
  }
1877
- const WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref76, ref) {
1895
+ const InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled(_ref76, ref) {
1878
1896
  let {
1879
1897
  children,
1880
1898
  size = 16,
@@ -1888,25 +1906,18 @@ const WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(
1888
1906
  viewBox: "0 0 32 32",
1889
1907
  fill: "currentColor",
1890
1908
  ...rest
1891
- }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1892
- 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"
1893
- })), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1894
- d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
1895
- transform: "rotate(-45 9 20)"
1896
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1897
- d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
1898
- transform: "rotate(-45 20 9)"
1899
- })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1900
- d: "M7.586 7.586H10.414V10.414H7.586z",
1901
- transform: "rotate(-45 9 9)"
1902
- })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1903
- d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
1909
+ }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
1910
+ fill: "none",
1911
+ 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",
1912
+ "data-icon-path": "inner-path"
1913
+ })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
1914
+ 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"
1904
1915
  })), children);
1905
1916
  });
1906
1917
  if (process.env.NODE_ENV !== "production") {
1907
- WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes4cbeb95d.i;
1918
+ InformationFilled.propTypes = iconPropTypes4cbeb95d.i;
1908
1919
  }
1909
- const InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_ref77, ref) {
1920
+ const InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare(_ref77, ref) {
1910
1921
  let {
1911
1922
  children,
1912
1923
  size = 16,
@@ -1920,18 +1931,16 @@ const InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_re
1920
1931
  viewBox: "0 0 32 32",
1921
1932
  fill: "currentColor",
1922
1933
  ...rest
1923
- }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1924
- strokeWidth: "0",
1925
- 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"
1926
- })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1927
- strokeWidth: "0",
1928
- 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"
1934
+ }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
1935
+ 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"
1936
+ })), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
1937
+ 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"
1929
1938
  })), children);
1930
1939
  });
1931
1940
  if (process.env.NODE_ENV !== "production") {
1932
- InterfaceUsage.propTypes = iconPropTypes4cbeb95d.i;
1941
+ InformationSquare.propTypes = iconPropTypes4cbeb95d.i;
1933
1942
  }
1934
- const Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref78, ref) {
1943
+ const InformationSquareFilled = /*#__PURE__*/React.forwardRef(function InformationSquareFilled(_ref78, ref) {
1935
1944
  let {
1936
1945
  children,
1937
1946
  size = 16,
@@ -1945,16 +1954,18 @@ const Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref78, ref)
1945
1954
  viewBox: "0 0 32 32",
1946
1955
  fill: "currentColor",
1947
1956
  ...rest
1948
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
1949
- d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
1950
- })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
1951
- 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"
1957
+ }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
1958
+ fill: "none",
1959
+ 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",
1960
+ "data-icon-path": "inner-path"
1961
+ })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
1962
+ 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"
1952
1963
  })), children);
1953
1964
  });
1954
1965
  if (process.env.NODE_ENV !== "production") {
1955
- Intersect.propTypes = iconPropTypes4cbeb95d.i;
1966
+ InformationSquareFilled.propTypes = iconPropTypes4cbeb95d.i;
1956
1967
  }
1957
- const IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(_ref79, ref) {
1968
+ const InfrastructureClassic = /*#__PURE__*/React.forwardRef(function InfrastructureClassic(_ref79, ref) {
1958
1969
  let {
1959
1970
  children,
1960
1971
  size = 16,
@@ -1968,20 +1979,16 @@ const IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrev
1968
1979
  viewBox: "0 0 32 32",
1969
1980
  fill: "currentColor",
1970
1981
  ...rest
1971
- }, _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
1972
- cx: "22",
1973
- cy: "23.887",
1974
- r: "2"
1975
- })), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
1976
- 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"
1977
- })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
1978
- 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"
1982
+ }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
1983
+ d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
1984
+ })), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
1985
+ 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"
1979
1986
  })), children);
1980
1987
  });
1981
1988
  if (process.env.NODE_ENV !== "production") {
1982
- IntrusionPrevention.propTypes = iconPropTypes4cbeb95d.i;
1989
+ InfrastructureClassic.propTypes = iconPropTypes4cbeb95d.i;
1983
1990
  }
1984
- const InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(_ref80, ref) {
1991
+ const Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref80, ref) {
1985
1992
  let {
1986
1993
  children,
1987
1994
  size = 16,
@@ -1995,16 +2002,14 @@ const InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryMana
1995
2002
  viewBox: "0 0 32 32",
1996
2003
  fill: "currentColor",
1997
2004
  ...rest
1998
- }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
1999
- d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
2000
- })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2001
- 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"
2005
+ }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2006
+ 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"
2002
2007
  })), children);
2003
2008
  });
2004
2009
  if (process.env.NODE_ENV !== "production") {
2005
- InventoryManagement.propTypes = iconPropTypes4cbeb95d.i;
2010
+ Insert.propTypes = iconPropTypes4cbeb95d.i;
2006
2011
  }
2007
- const IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref81, ref) {
2012
+ const InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref81, ref) {
2008
2013
  let {
2009
2014
  children,
2010
2015
  size = 16,
@@ -2018,16 +2023,14 @@ const IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref81, ref
2018
2023
  viewBox: "0 0 32 32",
2019
2024
  fill: "currentColor",
2020
2025
  ...rest
2021
- }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2022
- 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"
2023
- })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2024
- 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"
2026
+ }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2027
+ 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"
2025
2028
  })), children);
2026
2029
  });
2027
2030
  if (process.env.NODE_ENV !== "production") {
2028
- IotConnect.propTypes = iconPropTypes4cbeb95d.i;
2031
+ InsertPage.propTypes = iconPropTypes4cbeb95d.i;
2029
2032
  }
2030
- const IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref82, ref) {
2033
+ const InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref82, ref) {
2031
2034
  let {
2032
2035
  children,
2033
2036
  size = 16,
@@ -2041,18 +2044,16 @@ const IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref82, r
2041
2044
  viewBox: "0 0 32 32",
2042
2045
  fill: "currentColor",
2043
2046
  ...rest
2044
- }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2045
- 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"
2046
- })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2047
- d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
2048
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2049
- d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
2047
+ }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2048
+ 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"
2049
+ })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2050
+ 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"
2050
2051
  })), children);
2051
2052
  });
2052
2053
  if (process.env.NODE_ENV !== "production") {
2053
- IotPlatform.propTypes = iconPropTypes4cbeb95d.i;
2054
+ InsertSyntax.propTypes = iconPropTypes4cbeb95d.i;
2054
2055
  }
2055
- const Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref83, ref) {
2056
+ const Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref83, ref) {
2056
2057
  let {
2057
2058
  children,
2058
2059
  size = 16,
@@ -2066,15 +2067,16 @@ const Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref83, ref) {
2066
2067
  viewBox: "0 0 32 32",
2067
2068
  fill: "currentColor",
2068
2069
  ...rest
2069
- }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2070
- strokeWidth: "0",
2071
- 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"
2070
+ }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2071
+ d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
2072
+ })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2073
+ 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"
2072
2074
  })), children);
2073
2075
  });
2074
2076
  if (process.env.NODE_ENV !== "production") {
2075
- Ip.propTypes = iconPropTypes4cbeb95d.i;
2077
+ Inspection.propTypes = iconPropTypes4cbeb95d.i;
2076
2078
  }
2077
- const Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref84, ref) {
2079
+ const InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref84, ref) {
2078
2080
  let {
2079
2081
  children,
2080
2082
  size = 16,
@@ -2088,14 +2090,20 @@ const Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref84, ref) {
2088
2090
  viewBox: "0 0 32 32",
2089
2091
  fill: "currentColor",
2090
2092
  ...rest
2091
- }, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2092
- 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"
2093
+ }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2094
+ 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"
2095
+ })), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
2096
+ cx: "9",
2097
+ cy: "27",
2098
+ r: "1"
2099
+ })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2100
+ 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"
2093
2101
  })), children);
2094
2102
  });
2095
2103
  if (process.env.NODE_ENV !== "production") {
2096
- Iso.propTypes = iconPropTypes4cbeb95d.i;
2104
+ InstanceBx.propTypes = iconPropTypes4cbeb95d.i;
2097
2105
  }
2098
- const IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref85, ref) {
2106
+ const InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_ref85, ref) {
2099
2107
  let {
2100
2108
  children,
2101
2109
  size = 16,
@@ -2109,16 +2117,20 @@ const IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref85, ref)
2109
2117
  viewBox: "0 0 32 32",
2110
2118
  fill: "currentColor",
2111
2119
  ...rest
2112
- }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2113
- d: "M21 13H24V19H21z"
2114
- })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2115
- 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"
2120
+ }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2121
+ 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"
2122
+ })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
2123
+ cx: "9",
2124
+ cy: "27",
2125
+ r: "1"
2126
+ })), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2127
+ 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"
2116
2128
  })), children);
2117
2129
  });
2118
2130
  if (process.env.NODE_ENV !== "production") {
2119
- IsoFilled.propTypes = iconPropTypes4cbeb95d.i;
2131
+ InstanceClassic.propTypes = iconPropTypes4cbeb95d.i;
2120
2132
  }
2121
- const IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref86, ref) {
2133
+ const InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref86, ref) {
2122
2134
  let {
2123
2135
  children,
2124
2136
  size = 16,
@@ -2132,16 +2144,18 @@ const IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref86, ref
2132
2144
  viewBox: "0 0 32 32",
2133
2145
  fill: "currentColor",
2134
2146
  ...rest
2135
- }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2136
- 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"
2137
- })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2138
- 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"
2147
+ }, _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
2148
+ cx: "9",
2149
+ cy: "27",
2150
+ r: "1"
2151
+ })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2152
+ 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"
2139
2153
  })), children);
2140
2154
  });
2141
2155
  if (process.env.NODE_ENV !== "production") {
2142
- IsoOutline.propTypes = iconPropTypes4cbeb95d.i;
2156
+ InstanceCx.propTypes = iconPropTypes4cbeb95d.i;
2143
2157
  }
2144
- const JobDaemon = /*#__PURE__*/React.forwardRef(function JobDaemon(_ref87, ref) {
2158
+ const InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref87, ref) {
2145
2159
  let {
2146
2160
  children,
2147
2161
  size = 16,
@@ -2155,14 +2169,20 @@ const JobDaemon = /*#__PURE__*/React.forwardRef(function JobDaemon(_ref87, ref)
2155
2169
  viewBox: "0 0 32 32",
2156
2170
  fill: "currentColor",
2157
2171
  ...rest
2158
- }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2159
- 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"
2172
+ }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2173
+ 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"
2174
+ })), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
2175
+ cx: "9",
2176
+ cy: "27",
2177
+ r: "1"
2178
+ })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2179
+ 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"
2160
2180
  })), children);
2161
2181
  });
2162
2182
  if (process.env.NODE_ENV !== "production") {
2163
- JobDaemon.propTypes = iconPropTypes4cbeb95d.i;
2183
+ InstanceMx.propTypes = iconPropTypes4cbeb95d.i;
2164
2184
  }
2165
- const JobRun = /*#__PURE__*/React.forwardRef(function JobRun(_ref88, ref) {
2185
+ const InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_ref88, ref) {
2166
2186
  let {
2167
2187
  children,
2168
2188
  size = 16,
@@ -2176,14 +2196,18 @@ const JobRun = /*#__PURE__*/React.forwardRef(function JobRun(_ref88, ref) {
2176
2196
  viewBox: "0 0 32 32",
2177
2197
  fill: "currentColor",
2178
2198
  ...rest
2179
- }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2180
- 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"
2199
+ }, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
2200
+ cx: "7",
2201
+ cy: "23",
2202
+ r: "1"
2203
+ })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2204
+ 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"
2181
2205
  })), children);
2182
2206
  });
2183
2207
  if (process.env.NODE_ENV !== "production") {
2184
- JobRun.propTypes = iconPropTypes4cbeb95d.i;
2208
+ InstanceVirtual.propTypes = iconPropTypes4cbeb95d.i;
2185
2209
  }
2186
- const JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref89, ref) {
2210
+ const Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref89, ref) {
2187
2211
  let {
2188
2212
  children,
2189
2213
  size = 16,
@@ -2197,22 +2221,14 @@ const JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref89, ref) {
2197
2221
  viewBox: "0 0 32 32",
2198
2222
  fill: "currentColor",
2199
2223
  ...rest
2200
- }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2201
- fill: "none",
2202
- 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",
2203
- "data-icon-path": "inner-path"
2204
- })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2205
- 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"
2206
- })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2207
- d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
2208
- })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2209
- 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"
2224
+ }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2225
+ 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"
2210
2226
  })), children);
2211
2227
  });
2212
2228
  if (process.env.NODE_ENV !== "production") {
2213
- JoinFull.propTypes = iconPropTypes4cbeb95d.i;
2229
+ Integration.propTypes = iconPropTypes4cbeb95d.i;
2214
2230
  }
2215
- const JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref90, ref) {
2231
+ const IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestActive(_ref90, ref) {
2216
2232
  let {
2217
2233
  children,
2218
2234
  size = 16,
@@ -2226,14 +2242,16 @@ const JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref90, ref)
2226
2242
  viewBox: "0 0 32 32",
2227
2243
  fill: "currentColor",
2228
2244
  ...rest
2229
- }, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2230
- 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"
2245
+ }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2246
+ d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
2247
+ })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2248
+ 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"
2231
2249
  })), children);
2232
2250
  });
2233
2251
  if (process.env.NODE_ENV !== "production") {
2234
- JoinInner.propTypes = iconPropTypes4cbeb95d.i;
2252
+ IntentRequestActive.propTypes = iconPropTypes4cbeb95d.i;
2235
2253
  }
2236
- const JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref91, ref) {
2254
+ const IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCreate(_ref91, ref) {
2237
2255
  let {
2238
2256
  children,
2239
2257
  size = 16,
@@ -2247,22 +2265,16 @@ const JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref91, ref) {
2247
2265
  viewBox: "0 0 32 32",
2248
2266
  fill: "currentColor",
2249
2267
  ...rest
2250
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2251
- 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"
2252
- })), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2253
- 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"
2254
- })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2255
- fill: "none",
2256
- 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",
2257
- "data-icon-path": "inner-path"
2268
+ }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2269
+ d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
2258
2270
  })), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2259
- 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"
2271
+ 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"
2260
2272
  })), children);
2261
2273
  });
2262
2274
  if (process.env.NODE_ENV !== "production") {
2263
- JoinLeft.propTypes = iconPropTypes4cbeb95d.i;
2275
+ IntentRequestCreate.propTypes = iconPropTypes4cbeb95d.i;
2264
2276
  }
2265
- const JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref92, ref) {
2277
+ const IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal(_ref92, ref) {
2266
2278
  let {
2267
2279
  children,
2268
2280
  size = 16,
@@ -2277,13 +2289,15 @@ const JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref92, ref)
2277
2289
  fill: "currentColor",
2278
2290
  ...rest
2279
2291
  }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2280
- 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"
2292
+ 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"
2293
+ })), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2294
+ 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"
2281
2295
  })), children);
2282
2296
  });
2283
2297
  if (process.env.NODE_ENV !== "production") {
2284
- JoinOuter.propTypes = iconPropTypes4cbeb95d.i;
2298
+ IntentRequestHeal.propTypes = iconPropTypes4cbeb95d.i;
2285
2299
  }
2286
- const JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref93, ref) {
2300
+ const IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequestInactive(_ref93, ref) {
2287
2301
  let {
2288
2302
  children,
2289
2303
  size = 16,
@@ -2297,22 +2311,26 @@ const JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref93, ref)
2297
2311
  viewBox: "0 0 32 32",
2298
2312
  fill: "currentColor",
2299
2313
  ...rest
2300
- }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2301
- 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"
2314
+ }, _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
2315
+ cx: "18.5",
2316
+ cy: "22.5",
2317
+ r: "1.5"
2318
+ })), _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
2319
+ cx: "23.5",
2320
+ cy: "22.5",
2321
+ r: "1.5"
2322
+ })), _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
2323
+ cx: "28.5",
2324
+ cy: "22.5",
2325
+ r: "1.5"
2302
2326
  })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2303
- fill: "none",
2304
- 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",
2305
- "data-icon-path": "inner-path"
2306
- })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2307
- 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"
2308
- })), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2309
- 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"
2327
+ 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"
2310
2328
  })), children);
2311
2329
  });
2312
2330
  if (process.env.NODE_ENV !== "production") {
2313
- JoinRight.propTypes = iconPropTypes4cbeb95d.i;
2331
+ IntentRequestInactive.propTypes = iconPropTypes4cbeb95d.i;
2314
2332
  }
2315
- const JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref94, ref) {
2333
+ const IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(_ref94, ref) {
2316
2334
  let {
2317
2335
  children,
2318
2336
  size = 16,
@@ -2326,15 +2344,14 @@ const JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref94, ref) {
2326
2344
  viewBox: "0 0 32 32",
2327
2345
  fill: "currentColor",
2328
2346
  ...rest
2329
- }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2330
- strokeWidth: "0",
2331
- 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"
2347
+ }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2348
+ 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"
2332
2349
  })), children);
2333
2350
  });
2334
2351
  if (process.env.NODE_ENV !== "production") {
2335
- JoinNode.propTypes = iconPropTypes4cbeb95d.i;
2352
+ IntentRequestScaleIn.propTypes = iconPropTypes4cbeb95d.i;
2336
2353
  }
2337
- const Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref95, ref) {
2354
+ const IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(_ref95, ref) {
2338
2355
  let {
2339
2356
  children,
2340
2357
  size = 16,
@@ -2348,14 +2365,14 @@ const Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref95, ref) {
2348
2365
  viewBox: "0 0 32 32",
2349
2366
  fill: "currentColor",
2350
2367
  ...rest
2351
- }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2352
- 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"
2368
+ }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2369
+ 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"
2353
2370
  })), children);
2354
2371
  });
2355
2372
  if (process.env.NODE_ENV !== "production") {
2356
- Jpg.propTypes = iconPropTypes4cbeb95d.i;
2373
+ IntentRequestScaleOut.propTypes = iconPropTypes4cbeb95d.i;
2357
2374
  }
2358
- const JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref96, ref) {
2375
+ const IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(_ref96, ref) {
2359
2376
  let {
2360
2377
  children,
2361
2378
  size = 16,
@@ -2369,16 +2386,16 @@ const JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref96, ref) {
2369
2386
  viewBox: "0 0 32 32",
2370
2387
  fill: "currentColor",
2371
2388
  ...rest
2372
- }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2373
- 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"
2374
- })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2375
- 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"
2389
+ }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2390
+ 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"
2391
+ })), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2392
+ 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"
2376
2393
  })), children);
2377
2394
  });
2378
2395
  if (process.env.NODE_ENV !== "production") {
2379
- JsError.propTypes = iconPropTypes4cbeb95d.i;
2396
+ IntentRequestUninstall.propTypes = iconPropTypes4cbeb95d.i;
2380
2397
  }
2381
- const Json = /*#__PURE__*/React.forwardRef(function Json(_ref97, ref) {
2398
+ const IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(_ref97, ref) {
2382
2399
  let {
2383
2400
  children,
2384
2401
  size = 16,
@@ -2392,19 +2409,35 @@ const Json = /*#__PURE__*/React.forwardRef(function Json(_ref97, ref) {
2392
2409
  viewBox: "0 0 32 32",
2393
2410
  fill: "currentColor",
2394
2411
  ...rest
2395
- }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2396
- 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"
2412
+ }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2413
+ d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
2414
+ })), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2415
+ 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"
2397
2416
  })), children);
2398
2417
  });
2399
2418
  if (process.env.NODE_ENV !== "production") {
2400
- Json.propTypes = iconPropTypes4cbeb95d.i;
2419
+ IntentRequestUpgrade.propTypes = iconPropTypes4cbeb95d.i;
2401
2420
  }
2402
- const JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref98, ref) {
2421
+ const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref98, ref) {
2403
2422
  let {
2404
2423
  children,
2405
2424
  size = 16,
2406
2425
  ...rest
2407
2426
  } = _ref98;
2427
+ if (size === 16 || size === "16" || size === "16px") {
2428
+ return /*#__PURE__*/React.createElement(Icon.default, {
2429
+ width: size,
2430
+ height: size,
2431
+ ref: ref,
2432
+ xmlns: "http://www.w3.org/2000/svg",
2433
+ viewBox: "0 0 16 16",
2434
+ fill: "currentColor",
2435
+ ...rest
2436
+ }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2437
+ fillRule: "evenodd",
2438
+ 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"
2439
+ })), children);
2440
+ }
2408
2441
  return /*#__PURE__*/React.createElement(Icon.default, {
2409
2442
  width: size,
2410
2443
  height: size,
@@ -2414,13 +2447,13 @@ const JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref9
2414
2447
  fill: "currentColor",
2415
2448
  ...rest
2416
2449
  }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2417
- 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"
2450
+ 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"
2418
2451
  })), children);
2419
2452
  });
2420
2453
  if (process.env.NODE_ENV !== "production") {
2421
- JsonReference.propTypes = iconPropTypes4cbeb95d.i;
2454
+ Interactions.propTypes = iconPropTypes4cbeb95d.i;
2422
2455
  }
2423
- const JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref99, ref) {
2456
+ const WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref99, ref) {
2424
2457
  let {
2425
2458
  children,
2426
2459
  size = 16,
@@ -2435,13 +2468,24 @@ const JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref99, ref) {
2435
2468
  fill: "currentColor",
2436
2469
  ...rest
2437
2470
  }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2438
- 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"
2471
+ 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"
2472
+ })), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2473
+ d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
2474
+ transform: "rotate(-45 9 20)"
2475
+ })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2476
+ d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
2477
+ transform: "rotate(-45 20 9)"
2478
+ })), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2479
+ d: "M7.586 7.586H10.414V10.414H7.586z",
2480
+ transform: "rotate(-45 9 9)"
2481
+ })), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2482
+ d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
2439
2483
  })), children);
2440
2484
  });
2441
2485
  if (process.env.NODE_ENV !== "production") {
2442
- JumpLink.propTypes = iconPropTypes4cbeb95d.i;
2486
+ WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes4cbeb95d.i;
2443
2487
  }
2444
- const KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref100, ref) {
2488
+ const InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_ref100, ref) {
2445
2489
  let {
2446
2490
  children,
2447
2491
  size = 16,
@@ -2455,16 +2499,18 @@ const KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref100, ref) {
2455
2499
  viewBox: "0 0 32 32",
2456
2500
  fill: "currentColor",
2457
2501
  ...rest
2458
- }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2459
- 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"
2460
- })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2461
- 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"
2502
+ }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2503
+ strokeWidth: "0",
2504
+ 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"
2505
+ })), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2506
+ strokeWidth: "0",
2507
+ 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"
2462
2508
  })), children);
2463
2509
  });
2464
2510
  if (process.env.NODE_ENV !== "production") {
2465
- KeepDry.propTypes = iconPropTypes4cbeb95d.i;
2511
+ InterfaceUsage.propTypes = iconPropTypes4cbeb95d.i;
2466
2512
  }
2467
- const Key = /*#__PURE__*/React.forwardRef(function Key(_ref101, ref) {
2513
+ const Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref101, ref) {
2468
2514
  let {
2469
2515
  children,
2470
2516
  size = 16,
@@ -2478,15 +2524,16 @@ const Key = /*#__PURE__*/React.forwardRef(function Key(_ref101, ref) {
2478
2524
  viewBox: "0 0 32 32",
2479
2525
  fill: "currentColor",
2480
2526
  ...rest
2481
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2482
- strokeWidth: "0",
2483
- 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"
2527
+ }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2528
+ d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
2529
+ })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2530
+ 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"
2484
2531
  })), children);
2485
2532
  });
2486
2533
  if (process.env.NODE_ENV !== "production") {
2487
- Key.propTypes = iconPropTypes4cbeb95d.i;
2534
+ Intersect.propTypes = iconPropTypes4cbeb95d.i;
2488
2535
  }
2489
- const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref102, ref) {
2536
+ const IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(_ref102, ref) {
2490
2537
  let {
2491
2538
  children,
2492
2539
  size = 16,
@@ -2500,16 +2547,20 @@ const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref102, ref) {
2500
2547
  viewBox: "0 0 32 32",
2501
2548
  fill: "currentColor",
2502
2549
  ...rest
2503
- }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2504
- 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"
2505
- })), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2506
- d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
2550
+ }, _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
2551
+ cx: "22",
2552
+ cy: "23.887",
2553
+ r: "2"
2554
+ })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2555
+ 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"
2556
+ })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2557
+ 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"
2507
2558
  })), children);
2508
2559
  });
2509
2560
  if (process.env.NODE_ENV !== "production") {
2510
- Keyboard.propTypes = iconPropTypes4cbeb95d.i;
2561
+ IntrusionPrevention.propTypes = iconPropTypes4cbeb95d.i;
2511
2562
  }
2512
- const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref103, ref) {
2563
+ const InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(_ref103, ref) {
2513
2564
  let {
2514
2565
  children,
2515
2566
  size = 16,
@@ -2523,16 +2574,16 @@ const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref103,
2523
2574
  viewBox: "0 0 32 32",
2524
2575
  fill: "currentColor",
2525
2576
  ...rest
2526
- }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2527
- d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
2528
- })), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2529
- 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"
2577
+ }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2578
+ d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
2579
+ })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2580
+ 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"
2530
2581
  })), children);
2531
2582
  });
2532
2583
  if (process.env.NODE_ENV !== "production") {
2533
- KeyboardOff.propTypes = iconPropTypes4cbeb95d.i;
2584
+ InventoryManagement.propTypes = iconPropTypes4cbeb95d.i;
2534
2585
  }
2535
- const Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref104, ref) {
2586
+ const IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref104, ref) {
2536
2587
  let {
2537
2588
  children,
2538
2589
  size = 16,
@@ -2546,29 +2597,21 @@ const Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref104, ref) {
2546
2597
  viewBox: "0 0 32 32",
2547
2598
  fill: "currentColor",
2548
2599
  ...rest
2549
- }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2550
- strokeWidth: "0",
2551
- 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"
2552
- })), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2553
- strokeWidth: "0",
2554
- d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
2600
+ }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2601
+ 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"
2602
+ })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2603
+ 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"
2555
2604
  })), children);
2556
2605
  });
2557
2606
  if (process.env.NODE_ENV !== "production") {
2558
- Kubelet.propTypes = iconPropTypes4cbeb95d.i;
2607
+ IotConnect.propTypes = iconPropTypes4cbeb95d.i;
2559
2608
  }
2560
- const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref105, ref) {
2609
+ const IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref105, ref) {
2561
2610
  let {
2562
2611
  children,
2563
2612
  size = 16,
2564
2613
  ...rest
2565
2614
  } = _ref105;
2566
- if (process.env.NODE_ENV !== "production") {
2567
- if (!didWarnAboutDeprecation["Kubernetes"]) {
2568
- didWarnAboutDeprecation["Kubernetes"] = true;
2569
- 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.");
2570
- }
2571
- }
2572
2615
  return /*#__PURE__*/React.createElement(Icon.default, {
2573
2616
  width: size,
2574
2617
  height: size,
@@ -2577,14 +2620,18 @@ const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref105, re
2577
2620
  viewBox: "0 0 32 32",
2578
2621
  fill: "currentColor",
2579
2622
  ...rest
2580
- }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2581
- 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"
2623
+ }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2624
+ 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"
2625
+ })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2626
+ d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
2627
+ })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2628
+ d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
2582
2629
  })), children);
2583
2630
  });
2584
2631
  if (process.env.NODE_ENV !== "production") {
2585
- Kubernetes.propTypes = iconPropTypes4cbeb95d.i;
2632
+ IotPlatform.propTypes = iconPropTypes4cbeb95d.i;
2586
2633
  }
2587
- const KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref106, ref) {
2634
+ const Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref106, ref) {
2588
2635
  let {
2589
2636
  children,
2590
2637
  size = 16,
@@ -2598,19 +2645,15 @@ const KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function Kubern
2598
2645
  viewBox: "0 0 32 32",
2599
2646
  fill: "currentColor",
2600
2647
  ...rest
2601
- }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2602
- 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"
2603
- })), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2604
- 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"
2605
- })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2606
- fill: "none",
2607
- d: "M0 0h32v32H0z"
2648
+ }, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2649
+ strokeWidth: "0",
2650
+ 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"
2608
2651
  })), children);
2609
2652
  });
2610
2653
  if (process.env.NODE_ENV !== "production") {
2611
- KubernetesControlPlaneNode.propTypes = iconPropTypes4cbeb95d.i;
2654
+ Ip.propTypes = iconPropTypes4cbeb95d.i;
2612
2655
  }
2613
- const KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref107, ref) {
2656
+ const Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref107, ref) {
2614
2657
  let {
2615
2658
  children,
2616
2659
  size = 16,
@@ -2624,22 +2667,14 @@ const KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpA
2624
2667
  viewBox: "0 0 32 32",
2625
2668
  fill: "currentColor",
2626
2669
  ...rest
2627
- }, _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
2628
- cx: "16",
2629
- cy: "9",
2630
- r: "2"
2631
- })), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
2632
- cx: "16",
2633
- cy: "16",
2634
- r: "2"
2635
- })), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2636
- 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"
2670
+ }, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2671
+ 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"
2637
2672
  })), children);
2638
2673
  });
2639
2674
  if (process.env.NODE_ENV !== "production") {
2640
- KubernetesIpAddress.propTypes = iconPropTypes4cbeb95d.i;
2675
+ Iso.propTypes = iconPropTypes4cbeb95d.i;
2641
2676
  }
2642
- const KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(_ref108, ref) {
2677
+ const IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref108, ref) {
2643
2678
  let {
2644
2679
  children,
2645
2680
  size = 16,
@@ -2653,18 +2688,16 @@ const KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOper
2653
2688
  viewBox: "0 0 32 32",
2654
2689
  fill: "currentColor",
2655
2690
  ...rest
2656
- }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2657
- strokeWidth: "0",
2658
- 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"
2659
- })), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2660
- strokeWidth: "0",
2661
- 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"
2691
+ }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2692
+ d: "M21 13H24V19H21z"
2693
+ })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2694
+ 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"
2662
2695
  })), children);
2663
2696
  });
2664
2697
  if (process.env.NODE_ENV !== "production") {
2665
- KubernetesOperator.propTypes = iconPropTypes4cbeb95d.i;
2698
+ IsoFilled.propTypes = iconPropTypes4cbeb95d.i;
2666
2699
  }
2667
- const KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref109, ref) {
2700
+ const IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref109, ref) {
2668
2701
  let {
2669
2702
  children,
2670
2703
  size = 16,
@@ -2678,16 +2711,16 @@ const KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref1
2678
2711
  viewBox: "0 0 32 32",
2679
2712
  fill: "currentColor",
2680
2713
  ...rest
2681
- }, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2682
- 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"
2683
- })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2684
- 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"
2714
+ }, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2715
+ 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"
2716
+ })), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2717
+ 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"
2685
2718
  })), children);
2686
2719
  });
2687
2720
  if (process.env.NODE_ENV !== "production") {
2688
- KubernetesPod.propTypes = iconPropTypes4cbeb95d.i;
2721
+ IsoOutline.propTypes = iconPropTypes4cbeb95d.i;
2689
2722
  }
2690
- const KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref110, ref) {
2723
+ const JobDaemon = /*#__PURE__*/React.forwardRef(function JobDaemon(_ref110, ref) {
2691
2724
  let {
2692
2725
  children,
2693
2726
  size = 16,
@@ -2701,19 +2734,14 @@ const KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWo
2701
2734
  viewBox: "0 0 32 32",
2702
2735
  fill: "currentColor",
2703
2736
  ...rest
2704
- }, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2705
- 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"
2706
- })), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2707
- 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"
2708
- })), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2709
- fill: "none",
2710
- d: "M0 0h32v32H0z"
2737
+ }, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2738
+ 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"
2711
2739
  })), children);
2712
2740
  });
2713
2741
  if (process.env.NODE_ENV !== "production") {
2714
- KubernetesWorkerNode.propTypes = iconPropTypes4cbeb95d.i;
2742
+ JobDaemon.propTypes = iconPropTypes4cbeb95d.i;
2715
2743
  }
2716
- const Label = /*#__PURE__*/React.forwardRef(function Label(_ref111, ref) {
2744
+ const JobRun = /*#__PURE__*/React.forwardRef(function JobRun(_ref111, ref) {
2717
2745
  let {
2718
2746
  children,
2719
2747
  size = 16,
@@ -2727,16 +2755,14 @@ const Label = /*#__PURE__*/React.forwardRef(function Label(_ref111, ref) {
2727
2755
  viewBox: "0 0 32 32",
2728
2756
  fill: "currentColor",
2729
2757
  ...rest
2730
- }, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2731
- 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"
2732
- })), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2733
- 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"
2758
+ }, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2759
+ 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"
2734
2760
  })), children);
2735
2761
  });
2736
2762
  if (process.env.NODE_ENV !== "production") {
2737
- Label.propTypes = iconPropTypes4cbeb95d.i;
2763
+ JobRun.propTypes = iconPropTypes4cbeb95d.i;
2738
2764
  }
2739
- const Language = /*#__PURE__*/React.forwardRef(function Language(_ref112, ref) {
2765
+ const JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref112, ref) {
2740
2766
  let {
2741
2767
  children,
2742
2768
  size = 16,
@@ -2750,14 +2776,22 @@ const Language = /*#__PURE__*/React.forwardRef(function Language(_ref112, ref) {
2750
2776
  viewBox: "0 0 32 32",
2751
2777
  fill: "currentColor",
2752
2778
  ...rest
2753
- }, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2754
- 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"
2779
+ }, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2780
+ fill: "none",
2781
+ 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",
2782
+ "data-icon-path": "inner-path"
2783
+ })), _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2784
+ 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"
2785
+ })), _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2786
+ d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
2787
+ })), _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2788
+ 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"
2755
2789
  })), children);
2756
2790
  });
2757
2791
  if (process.env.NODE_ENV !== "production") {
2758
- Language.propTypes = iconPropTypes4cbeb95d.i;
2792
+ JoinFull.propTypes = iconPropTypes4cbeb95d.i;
2759
2793
  }
2760
- const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref113, ref) {
2794
+ const JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref113, ref) {
2761
2795
  let {
2762
2796
  children,
2763
2797
  size = 16,
@@ -2771,17 +2805,14 @@ const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref113, ref) {
2771
2805
  viewBox: "0 0 32 32",
2772
2806
  fill: "currentColor",
2773
2807
  ...rest
2774
- }, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2775
- 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",
2776
- transform: "translate(0 .005)"
2777
- })), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
2778
- d: "M2 26.005H30V28.005H2z"
2808
+ }, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2809
+ 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"
2779
2810
  })), children);
2780
2811
  });
2781
2812
  if (process.env.NODE_ENV !== "production") {
2782
- Laptop.propTypes = iconPropTypes4cbeb95d.i;
2813
+ JoinInner.propTypes = iconPropTypes4cbeb95d.i;
2783
2814
  }
2784
- const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref114, ref) {
2815
+ const JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref114, ref) {
2785
2816
  let {
2786
2817
  children,
2787
2818
  size = 16,
@@ -2795,14 +2826,22 @@ const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref114, ref) {
2795
2826
  viewBox: "0 0 32 32",
2796
2827
  fill: "currentColor",
2797
2828
  ...rest
2798
- }, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
2799
- 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"
2829
+ }, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2830
+ 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"
2831
+ })), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2832
+ 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"
2833
+ })), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2834
+ fill: "none",
2835
+ 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",
2836
+ "data-icon-path": "inner-path"
2837
+ })), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
2838
+ 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"
2800
2839
  })), children);
2801
2840
  });
2802
2841
  if (process.env.NODE_ENV !== "production") {
2803
- Lasso.propTypes = iconPropTypes4cbeb95d.i;
2842
+ JoinLeft.propTypes = iconPropTypes4cbeb95d.i;
2804
2843
  }
2805
- const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref115, ref) {
2844
+ const JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref115, ref) {
2806
2845
  let {
2807
2846
  children,
2808
2847
  size = 16,
@@ -2816,34 +2855,19 @@ const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref115
2816
2855
  viewBox: "0 0 32 32",
2817
2856
  fill: "currentColor",
2818
2857
  ...rest
2819
- }, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
2820
- 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"
2858
+ }, _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
2859
+ 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"
2821
2860
  })), children);
2822
2861
  });
2823
2862
  if (process.env.NODE_ENV !== "production") {
2824
- LassoPolygon.propTypes = iconPropTypes4cbeb95d.i;
2863
+ JoinOuter.propTypes = iconPropTypes4cbeb95d.i;
2825
2864
  }
2826
- const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref116, ref) {
2865
+ const JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref116, ref) {
2827
2866
  let {
2828
2867
  children,
2829
2868
  size = 16,
2830
2869
  ...rest
2831
2870
  } = _ref116;
2832
- if (size === 16 || size === "16" || size === "16px") {
2833
- return /*#__PURE__*/React.createElement(Icon.default, {
2834
- width: size,
2835
- height: size,
2836
- ref: ref,
2837
- xmlns: "http://www.w3.org/2000/svg",
2838
- viewBox: "0 0 16 16",
2839
- fill: "currentColor",
2840
- ...rest
2841
- }, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
2842
- 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"
2843
- })), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
2844
- d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
2845
- })), children);
2846
- }
2847
2871
  return /*#__PURE__*/React.createElement(Icon.default, {
2848
2872
  width: size,
2849
2873
  height: size,
@@ -2852,16 +2876,22 @@ const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref116, ref) {
2852
2876
  viewBox: "0 0 32 32",
2853
2877
  fill: "currentColor",
2854
2878
  ...rest
2855
- }, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
2856
- 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"
2857
- })), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
2858
- d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
2879
+ }, _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
2880
+ 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"
2881
+ })), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
2882
+ fill: "none",
2883
+ 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",
2884
+ "data-icon-path": "inner-path"
2885
+ })), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
2886
+ 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"
2887
+ })), _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
2888
+ 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"
2859
2889
  })), children);
2860
2890
  });
2861
2891
  if (process.env.NODE_ENV !== "production") {
2862
- Launch.propTypes = iconPropTypes4cbeb95d.i;
2892
+ JoinRight.propTypes = iconPropTypes4cbeb95d.i;
2863
2893
  }
2864
- const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref117, ref) {
2894
+ const JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref117, ref) {
2865
2895
  let {
2866
2896
  children,
2867
2897
  size = 16,
@@ -2875,20 +2905,15 @@ const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonH
2875
2905
  viewBox: "0 0 32 32",
2876
2906
  fill: "currentColor",
2877
2907
  ...rest
2878
- }, _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
2879
- cx: "23",
2880
- cy: "25",
2881
- r: "1"
2882
- })), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
2883
- 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"
2884
- })), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
2885
- d: "M8 24H20V26H8z"
2908
+ }, _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
2909
+ strokeWidth: "0",
2910
+ 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"
2886
2911
  })), children);
2887
2912
  });
2888
2913
  if (process.env.NODE_ENV !== "production") {
2889
- WatsonHealthLaunchStudy_1.propTypes = iconPropTypes4cbeb95d.i;
2914
+ JoinNode.propTypes = iconPropTypes4cbeb95d.i;
2890
2915
  }
2891
- const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref118, ref) {
2916
+ const Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref118, ref) {
2892
2917
  let {
2893
2918
  children,
2894
2919
  size = 16,
@@ -2902,20 +2927,14 @@ const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonH
2902
2927
  viewBox: "0 0 32 32",
2903
2928
  fill: "currentColor",
2904
2929
  ...rest
2905
- }, _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
2906
- cx: "23",
2907
- cy: "7",
2908
- r: "1"
2909
- })), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
2910
- 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"
2911
- })), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
2912
- d: "M8 6H20V8H8z"
2930
+ }, _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
2931
+ 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"
2913
2932
  })), children);
2914
2933
  });
2915
2934
  if (process.env.NODE_ENV !== "production") {
2916
- WatsonHealthLaunchStudy_2.propTypes = iconPropTypes4cbeb95d.i;
2935
+ Jpg.propTypes = iconPropTypes4cbeb95d.i;
2917
2936
  }
2918
- const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref119, ref) {
2937
+ const JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref119, ref) {
2919
2938
  let {
2920
2939
  children,
2921
2940
  size = 16,
@@ -2929,20 +2948,16 @@ const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonH
2929
2948
  viewBox: "0 0 32 32",
2930
2949
  fill: "currentColor",
2931
2950
  ...rest
2932
- }, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
2933
- cx: "23",
2934
- cy: "25",
2935
- r: "1"
2936
- })), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
2937
- 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"
2938
- })), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
2939
- d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
2951
+ }, _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
2952
+ 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"
2953
+ })), _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
2954
+ 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"
2940
2955
  })), children);
2941
2956
  });
2942
2957
  if (process.env.NODE_ENV !== "production") {
2943
- WatsonHealthLaunchStudy_3.propTypes = iconPropTypes4cbeb95d.i;
2958
+ JsError.propTypes = iconPropTypes4cbeb95d.i;
2944
2959
  }
2945
- const Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref120, ref) {
2960
+ const Json = /*#__PURE__*/React.forwardRef(function Json(_ref120, ref) {
2946
2961
  let {
2947
2962
  children,
2948
2963
  size = 16,
@@ -2956,16 +2971,14 @@ const Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref120, ref) {
2956
2971
  viewBox: "0 0 32 32",
2957
2972
  fill: "currentColor",
2958
2973
  ...rest
2959
- }, _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
2960
- 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"
2961
- })), _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
2962
- 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"
2974
+ }, _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
2975
+ 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"
2963
2976
  })), children);
2964
2977
  });
2965
2978
  if (process.env.NODE_ENV !== "production") {
2966
- Layers.propTypes = iconPropTypes4cbeb95d.i;
2979
+ Json.propTypes = iconPropTypes4cbeb95d.i;
2967
2980
  }
2968
- const LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref121, ref) {
2981
+ const JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref121, ref) {
2969
2982
  let {
2970
2983
  children,
2971
2984
  size = 16,
@@ -2979,18 +2992,14 @@ const LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_re
2979
2992
  viewBox: "0 0 32 32",
2980
2993
  fill: "currentColor",
2981
2994
  ...rest
2982
- }, _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
2983
- strokeWidth: "0",
2984
- 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"
2985
- })), _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
2986
- strokeWidth: "0",
2987
- 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"
2995
+ }, _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
2996
+ 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"
2988
2997
  })), children);
2989
2998
  });
2990
2999
  if (process.env.NODE_ENV !== "production") {
2991
- LayersExternal.propTypes = iconPropTypes4cbeb95d.i;
3000
+ JsonReference.propTypes = iconPropTypes4cbeb95d.i;
2992
3001
  }
2993
- const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref122, ref) {
3002
+ const JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref122, ref) {
2994
3003
  let {
2995
3004
  children,
2996
3005
  size = 16,
@@ -3004,22 +3013,14 @@ const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref122, ref) {
3004
3013
  viewBox: "0 0 32 32",
3005
3014
  fill: "currentColor",
3006
3015
  ...rest
3007
- }, _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
3008
- d: "M16 22H30V24H16z"
3009
- })), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
3010
- width: "6",
3011
- height: "6",
3012
- x: "4",
3013
- y: "20",
3014
- rx: "1"
3015
- })), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
3016
- 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"
3016
+ }, _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
3017
+ 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"
3017
3018
  })), children);
3018
3019
  });
3019
3020
  if (process.env.NODE_ENV !== "production") {
3020
- Legend.propTypes = iconPropTypes4cbeb95d.i;
3021
+ JumpLink.propTypes = iconPropTypes4cbeb95d.i;
3021
3022
  }
3022
- const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref123, ref) {
3023
+ const KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref123, ref) {
3023
3024
  let {
3024
3025
  children,
3025
3026
  size = 16,
@@ -3033,14 +3034,16 @@ const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref123, ref) {
3033
3034
  viewBox: "0 0 32 32",
3034
3035
  fill: "currentColor",
3035
3036
  ...rest
3036
- }, _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
3037
- 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"
3037
+ }, _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
3038
+ 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"
3039
+ })), _path233 || (_path233 = /*#__PURE__*/React.createElement("path", {
3040
+ 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"
3038
3041
  })), children);
3039
3042
  });
3040
3043
  if (process.env.NODE_ENV !== "production") {
3041
- LetterAa.propTypes = iconPropTypes4cbeb95d.i;
3044
+ KeepDry.propTypes = iconPropTypes4cbeb95d.i;
3042
3045
  }
3043
- const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref124, ref) {
3046
+ const Key = /*#__PURE__*/React.forwardRef(function Key(_ref124, ref) {
3044
3047
  let {
3045
3048
  children,
3046
3049
  size = 16,
@@ -3054,14 +3057,15 @@ const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref124, ref) {
3054
3057
  viewBox: "0 0 32 32",
3055
3058
  fill: "currentColor",
3056
3059
  ...rest
3057
- }, _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
3058
- 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"
3060
+ }, _path234 || (_path234 = /*#__PURE__*/React.createElement("path", {
3061
+ strokeWidth: "0",
3062
+ 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"
3059
3063
  })), children);
3060
3064
  });
3061
3065
  if (process.env.NODE_ENV !== "production") {
3062
- LetterBb.propTypes = iconPropTypes4cbeb95d.i;
3066
+ Key.propTypes = iconPropTypes4cbeb95d.i;
3063
3067
  }
3064
- const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref125, ref) {
3068
+ const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref125, ref) {
3065
3069
  let {
3066
3070
  children,
3067
3071
  size = 16,
@@ -3075,14 +3079,38 @@ const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref125, ref) {
3075
3079
  viewBox: "0 0 32 32",
3076
3080
  fill: "currentColor",
3077
3081
  ...rest
3078
- }, _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
3079
- d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
3082
+ }, _path235 || (_path235 = /*#__PURE__*/React.createElement("path", {
3083
+ 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"
3084
+ })), _path236 || (_path236 = /*#__PURE__*/React.createElement("path", {
3085
+ d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
3080
3086
  })), children);
3081
3087
  });
3082
3088
  if (process.env.NODE_ENV !== "production") {
3083
- LetterCc.propTypes = iconPropTypes4cbeb95d.i;
3089
+ Keyboard.propTypes = iconPropTypes4cbeb95d.i;
3084
3090
  }
3085
3091
 
3092
+ exports.IbmCloudPakMulticloudMgmt = IbmCloudPakMulticloudMgmt;
3093
+ exports.IbmCloudPakNetezza = IbmCloudPakNetezza;
3094
+ exports.IbmCloudPakNetworkAutomation = IbmCloudPakNetworkAutomation;
3095
+ exports.IbmCloudPakSecurity = IbmCloudPakSecurity;
3096
+ exports.IbmCloudPakSystem = IbmCloudPakSystem;
3097
+ exports.IbmCloudPakWatsonAiops = IbmCloudPakWatsonAiops;
3098
+ exports.IbmDevopsControl = IbmDevopsControl;
3099
+ exports.IbmQuantumSafeAdvisor = IbmQuantumSafeAdvisor;
3100
+ exports.IbmQuantumSafeExplorer = IbmQuantumSafeExplorer;
3101
+ exports.IbmQuantumSafeRemediator = IbmQuantumSafeRemediator;
3102
+ exports.IbmSecurity = IbmSecurity;
3103
+ exports.IbmSecurityServices = IbmSecurityServices;
3104
+ exports.IbmWatsonAssistant = IbmWatsonAssistant;
3105
+ exports.IbmWatsonDiscovery = IbmWatsonDiscovery;
3106
+ exports.IbmWatsonKnowledgeCatalog = IbmWatsonKnowledgeCatalog;
3107
+ exports.IbmWatsonKnowledgeStudio = IbmWatsonKnowledgeStudio;
3108
+ exports.IbmWatsonLanguageTranslator = IbmWatsonLanguageTranslator;
3109
+ exports.IbmWatsonMachineLearning = IbmWatsonMachineLearning;
3110
+ exports.IbmWatsonNaturalLanguageClassifier = IbmWatsonNaturalLanguageClassifier;
3111
+ exports.IbmWatsonNaturalLanguageUnderstanding = IbmWatsonNaturalLanguageUnderstanding;
3112
+ exports.IbmWatsonOpenscale = IbmWatsonOpenscale;
3113
+ exports.IbmWatsonOrders = IbmWatsonOrders;
3086
3114
  exports.IbmWatsonQuery = IbmWatsonQuery;
3087
3115
  exports.IbmWatsonSpeechToText = IbmWatsonSpeechToText;
3088
3116
  exports.IbmWatsonStudio = IbmWatsonStudio;
@@ -3090,6 +3118,7 @@ exports.IbmWatsonTextToSpeech = IbmWatsonTextToSpeech;
3090
3118
  exports.IbmWatsonToneAnalyzer = IbmWatsonToneAnalyzer;
3091
3119
  exports.IbmWatsonxAssistant = IbmWatsonxAssistant;
3092
3120
  exports.IbmWatsonxCodeAssistant = IbmWatsonxCodeAssistant;
3121
+ exports.IbmWatsonxCodeAssistantForEnterpriseJavaApplications = IbmWatsonxCodeAssistantForEnterpriseJavaApplications;
3093
3122
  exports.IbmWatsonxCodeAssistantForZ = IbmWatsonxCodeAssistantForZ;
3094
3123
  exports.IbmWatsonxCodeAssistantForZRefactor = IbmWatsonxCodeAssistantForZRefactor;
3095
3124
  exports.IbmWatsonxCodeAssistantForZValidationAssistant = IbmWatsonxCodeAssistantForZValidationAssistant;
@@ -3179,32 +3208,9 @@ exports.JumpLink = JumpLink;
3179
3208
  exports.KeepDry = KeepDry;
3180
3209
  exports.Key = Key;
3181
3210
  exports.Keyboard = Keyboard;
3182
- exports.KeyboardOff = KeyboardOff;
3183
- exports.Kubelet = Kubelet;
3184
- exports.Kubernetes = Kubernetes;
3185
- exports.KubernetesControlPlaneNode = KubernetesControlPlaneNode;
3186
- exports.KubernetesIpAddress = KubernetesIpAddress;
3187
- exports.KubernetesOperator = KubernetesOperator;
3188
- exports.KubernetesPod = KubernetesPod;
3189
- exports.KubernetesWorkerNode = KubernetesWorkerNode;
3190
- exports.Label = Label;
3191
- exports.Language = Language;
3192
- exports.Laptop = Laptop;
3193
- exports.Lasso = Lasso;
3194
- exports.LassoPolygon = LassoPolygon;
3195
- exports.Launch = Launch;
3196
- exports.Layers = Layers;
3197
- exports.LayersExternal = LayersExternal;
3198
- exports.Legend = Legend;
3199
- exports.LetterAa = LetterAa;
3200
- exports.LetterBb = LetterBb;
3201
- exports.LetterCc = LetterCc;
3202
3211
  exports.QID = QID;
3203
3212
  exports.WatsonHealthICa_2D = WatsonHealthICa_2D;
3204
3213
  exports.WatsonHealthImageAvailabilityLocal = WatsonHealthImageAvailabilityLocal;
3205
3214
  exports.WatsonHealthImageAvailabilityRetrieving = WatsonHealthImageAvailabilityRetrieving;
3206
3215
  exports.WatsonHealthImageAvailabilityUnavailable = WatsonHealthImageAvailabilityUnavailable;
3207
3216
  exports.WatsonHealthInteractiveSegmentationCursor = WatsonHealthInteractiveSegmentationCursor;
3208
- exports.WatsonHealthLaunchStudy_1 = WatsonHealthLaunchStudy_1;
3209
- exports.WatsonHealthLaunchStudy_2 = WatsonHealthLaunchStudy_2;
3210
- exports.WatsonHealthLaunchStudy_3 = WatsonHealthLaunchStudy_3;