@carbon/ibm-products 2.78.0 → 2.79.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/css/carbon.css +1762 -1036
  2. package/css/carbon.css.map +1 -1
  3. package/css/index-full-carbon.css +2342 -1239
  4. package/css/index-full-carbon.css.map +1 -1
  5. package/css/index-full-carbon.min.css +1 -1
  6. package/css/index-full-carbon.min.css.map +1 -1
  7. package/css/index-without-carbon-released-only.css +450 -98
  8. package/css/index-without-carbon-released-only.css.map +1 -1
  9. package/css/index-without-carbon-released-only.min.css +1 -1
  10. package/css/index-without-carbon-released-only.min.css.map +1 -1
  11. package/css/index-without-carbon.css +624 -247
  12. package/css/index-without-carbon.css.map +1 -1
  13. package/css/index-without-carbon.min.css +1 -1
  14. package/css/index-without-carbon.min.css.map +1 -1
  15. package/css/index.css +1759 -873
  16. package/css/index.css.map +1 -1
  17. package/css/index.min.css +1 -1
  18. package/css/index.min.css.map +1 -1
  19. package/es/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +111 -108
  20. package/es/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +1 -1
  21. package/es/components/InterstitialScreen/InterstitialScreenBody.js +15 -8
  22. package/es/components/InterstitialScreen/InterstitialScreenFooter.js +6 -1
  23. package/es/components/InterstitialScreen/InterstitialScreenHeader.d.ts +1 -1
  24. package/es/components/InterstitialScreen/InterstitialScreenHeader.js +1 -1
  25. package/es/components/InterstitialScreen/{_story-assets/InterstitialScreenView/InterstitialScreenView.d.ts → InterstitialScreenView.d.ts} +2 -3
  26. package/es/components/InterstitialScreen/InterstitialScreenView.js +60 -0
  27. package/es/components/InterstitialScreen/index.d.ts +1 -0
  28. package/es/components/Tearsheet/next/Tearsheet.d.ts +85 -0
  29. package/es/components/Tearsheet/next/Tearsheet.js +129 -0
  30. package/es/components/Tearsheet/next/TearsheetBody.d.ts +67 -0
  31. package/es/components/Tearsheet/next/TearsheetBody.js +121 -0
  32. package/es/components/Tearsheet/next/TearsheetHeader.d.ts +65 -0
  33. package/es/components/Tearsheet/next/TearsheetHeader.js +121 -0
  34. package/es/components/Tearsheet/next/TearsheetHeaderActions.d.ts +54 -0
  35. package/es/components/Tearsheet/next/TearsheetHeaderActions.js +101 -0
  36. package/es/components/Tearsheet/next/TearsheetHeaderContent.d.ts +28 -0
  37. package/es/components/Tearsheet/next/TearsheetHeaderContent.js +67 -0
  38. package/es/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts +22 -0
  39. package/es/components/Tearsheet/next/context.d.ts +26 -0
  40. package/es/components/Tearsheet/next/context.js +26 -0
  41. package/es/components/Tearsheet/next/index.d.ts +12 -0
  42. package/es/components/Tearsheet/next/index.js +8 -0
  43. package/es/components/Toolbar/Toolbar.js +1 -5
  44. package/es/components/TruncatedText/TruncatedText.d.ts +2 -3
  45. package/es/components/TruncatedText/TruncatedText.js +1 -2
  46. package/es/components/TruncatedText/index.d.ts +1 -0
  47. package/es/components/index.d.ts +2 -1
  48. package/es/global/js/hooks/useCollapsible.d.ts +19 -0
  49. package/es/global/js/hooks/useCollapsible.js +68 -0
  50. package/es/global/js/hooks/useMatchMedia.d.ts +13 -0
  51. package/es/global/js/hooks/useMatchMedia.js +33 -0
  52. package/es/index.js +4 -1
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +845 -805
  54. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +476 -476
  55. package/lib/components/ConditionBuilder/ConditionBlock/ConditionBlock.js +111 -108
  56. package/lib/components/ConditionBuilder/ConditionBuilderItem/ConditionBuilderItem.js +1 -1
  57. package/lib/components/InterstitialScreen/InterstitialScreenBody.js +15 -8
  58. package/lib/components/InterstitialScreen/InterstitialScreenFooter.js +6 -1
  59. package/lib/components/InterstitialScreen/InterstitialScreenHeader.d.ts +1 -1
  60. package/lib/components/InterstitialScreen/InterstitialScreenHeader.js +1 -1
  61. package/lib/components/InterstitialScreen/{_story-assets/InterstitialScreenView/InterstitialScreenView.d.ts → InterstitialScreenView.d.ts} +2 -3
  62. package/lib/components/InterstitialScreen/InterstitialScreenView.js +62 -0
  63. package/lib/components/InterstitialScreen/index.d.ts +1 -0
  64. package/lib/components/Tearsheet/next/Tearsheet.d.ts +85 -0
  65. package/lib/components/Tearsheet/next/Tearsheet.js +131 -0
  66. package/lib/components/Tearsheet/next/TearsheetBody.d.ts +67 -0
  67. package/lib/components/Tearsheet/next/TearsheetBody.js +128 -0
  68. package/lib/components/Tearsheet/next/TearsheetHeader.d.ts +65 -0
  69. package/lib/components/Tearsheet/next/TearsheetHeader.js +127 -0
  70. package/lib/components/Tearsheet/next/TearsheetHeaderActions.d.ts +54 -0
  71. package/lib/components/Tearsheet/next/TearsheetHeaderActions.js +104 -0
  72. package/lib/components/Tearsheet/next/TearsheetHeaderContent.d.ts +28 -0
  73. package/lib/components/Tearsheet/next/TearsheetHeaderContent.js +71 -0
  74. package/lib/components/Tearsheet/next/_story-assets/StepTearsheet.d.ts +22 -0
  75. package/lib/components/Tearsheet/next/context.d.ts +26 -0
  76. package/lib/components/Tearsheet/next/context.js +29 -0
  77. package/lib/components/Tearsheet/next/index.d.ts +12 -0
  78. package/lib/components/Tearsheet/next/index.js +14 -0
  79. package/lib/components/Toolbar/Toolbar.js +1 -5
  80. package/lib/components/TruncatedText/TruncatedText.d.ts +2 -3
  81. package/lib/components/TruncatedText/TruncatedText.js +4 -3
  82. package/lib/components/TruncatedText/index.d.ts +1 -0
  83. package/lib/components/index.d.ts +2 -1
  84. package/lib/global/js/hooks/useCollapsible.d.ts +19 -0
  85. package/lib/global/js/hooks/useCollapsible.js +70 -0
  86. package/lib/global/js/hooks/useMatchMedia.d.ts +13 -0
  87. package/lib/global/js/hooks/useMatchMedia.js +35 -0
  88. package/lib/index.js +15 -14
  89. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +863 -823
  90. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +477 -477
  91. package/package.json +16 -15
  92. package/scss/components/FilterSummary/_filter-summary.scss +1 -1
  93. package/scss/components/PageHeader/_page-header.scss +4 -0
  94. package/scss/components/SidePanel/_side-panel.scss +5 -5
  95. package/scss/components/TagOverflow/_tag-overflow.scss +38 -38
  96. package/scss/components/TagSet/_tag-set.scss +28 -12
  97. package/scss/components/Tearsheet/_tearsheet.scss +8 -1
  98. package/scss/components/Tearsheet/_tearsheet_next.scss +408 -0
  99. package/telemetry.yml +32 -6
@@ -9,8 +9,8 @@ import React__default from 'react';
9
9
  import Icon from '../Icon.js';
10
10
  import { i as iconPropTypes } from '../iconPropTypes-C5chbmyn.js';
11
11
 
12
- var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _circle, _circle2, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _circle3, _path92, _path93, _circle4, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _circle5, _path105, _path106, _circle6, _path107, _circle7, _circle8, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _circle9, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _circle0, _path158, _circle1, _path159, _path160, _circle10, _path161, _circle11, _path162, _path163, _path164, _circle12, _path165, _circle13, _path166, _path167, _circle14, _path168, _circle15, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _circle16, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _circle17, _circle18, _circle19, _circle20, _circle21, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _circle22, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219;
13
- const ChartWaterfall = /*#__PURE__*/React__default.forwardRef(function ChartWaterfall(_ref, ref) {
12
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _circle, _circle2, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _circle3, _path93, _path94, _circle4, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _circle5, _path106, _path107, _circle6, _path108, _circle7, _circle8, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _circle9, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _circle0, _path160, _circle1, _path161, _path162, _circle10, _path163, _circle11, _path164, _path165, _path166, _circle12, _path167, _circle13, _path168, _path169, _circle14, _path170, _circle15, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _circle16, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _circle17, _circle18, _circle19, _circle20, _circle21, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _circle22, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _path218, _path219, _path220;
13
+ const ChartViolinPlot = /*#__PURE__*/React__default.forwardRef(function ChartViolinPlot(_ref, ref) {
14
14
  let {
15
15
  children,
16
16
  size = 16,
@@ -25,15 +25,15 @@ const ChartWaterfall = /*#__PURE__*/React__default.forwardRef(function ChartWate
25
25
  fill: "currentColor",
26
26
  ...rest
27
27
  }, _path || (_path = /*#__PURE__*/React__default.createElement("path", {
28
- d: "M28,28V18H26V28H22V4H20V28H10V14H8V28H4V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z"
28
+ d: "M30,30H4a2,2,0,0,1-2-2V2H4V28H30Z"
29
29
  })), _path2 || (_path2 = /*#__PURE__*/React__default.createElement("path", {
30
- d: "M14 4H16V18H14z"
30
+ d: "M14.86 7.8232L13 4.7231V2H11V4.7231l-1.86 3.1A7.9986 7.9986 0 008 11.939v.122a7.9961 7.9961 0 001.14 4.1158l1.86 3.1V26h2V19.2769l1.86-3.1A7.9986 7.9986 0 0016 12.061v-.122A7.9961 7.9961 0 0014.86 7.8232zM12 6.9434l1.145 1.9087A6.0027 6.0027 0 0113.9185 11h-3.837a6.0086 6.0086 0 01.7735-2.1484zm0 10.1132l-1.145-1.9087A6.0027 6.0027 0 0110.0815 13h3.837a6.0086 6.0086 0 01-.7735 2.1484zM27.86 11.8232L26 8.7231V2H24V8.7231l-1.86 3.1A7.9986 7.9986 0 0021 15.939v.122a7.9961 7.9961 0 001.14 4.1158l1.86 3.1V26h2V23.2769l1.86-3.1A7.9986 7.9986 0 0029 16.061v-.122A7.9961 7.9961 0 0027.86 11.8232zm-2.86-.88l1.145 1.9087A6.0027 6.0027 0 0126.9185 15h-3.837a6.0086 6.0086 0 01.7735-2.1484zm0 10.1132l-1.145-1.9087A6.0027 6.0027 0 0123.0815 17h3.837a6.0086 6.0086 0 01-.7735 2.1484z"
31
31
  })), children);
32
32
  });
33
33
  if (process.env.NODE_ENV !== "production") {
34
- ChartWaterfall.propTypes = iconPropTypes;
34
+ ChartViolinPlot.propTypes = iconPropTypes;
35
35
  }
36
- const ChartWinLoss = /*#__PURE__*/React__default.forwardRef(function ChartWinLoss(_ref2, ref) {
36
+ const ChartWaterfall = /*#__PURE__*/React__default.forwardRef(function ChartWaterfall(_ref2, ref) {
37
37
  let {
38
38
  children,
39
39
  size = 16,
@@ -48,18 +48,41 @@ const ChartWinLoss = /*#__PURE__*/React__default.forwardRef(function ChartWinLos
48
48
  fill: "currentColor",
49
49
  ...rest
50
50
  }, _path3 || (_path3 = /*#__PURE__*/React__default.createElement("path", {
51
+ d: "M28,28V18H26V28H22V4H20V28H10V14H8V28H4V2H2V28a2.0023,2.0023,0,0,0,2,2H30V28Z"
52
+ })), _path4 || (_path4 = /*#__PURE__*/React__default.createElement("path", {
53
+ d: "M14 4H16V18H14z"
54
+ })), children);
55
+ });
56
+ if (process.env.NODE_ENV !== "production") {
57
+ ChartWaterfall.propTypes = iconPropTypes;
58
+ }
59
+ const ChartWinLoss = /*#__PURE__*/React__default.forwardRef(function ChartWinLoss(_ref3, ref) {
60
+ let {
61
+ children,
62
+ size = 16,
63
+ ...rest
64
+ } = _ref3;
65
+ return /*#__PURE__*/React__default.createElement(Icon, {
66
+ width: size,
67
+ height: size,
68
+ ref: ref,
69
+ xmlns: "http://www.w3.org/2000/svg",
70
+ viewBox: "0 0 32 32",
71
+ fill: "currentColor",
72
+ ...rest
73
+ }, _path5 || (_path5 = /*#__PURE__*/React__default.createElement("path", {
51
74
  d: "M30,15H16V6a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,6v9H2v2H16v9a2.0023,2.0023,0,0,0,2,2h8a2.0023,2.0023,0,0,0,2-2V17h2ZM6,6h8v9H6ZM26,26H18V17h8Z"
52
75
  })), children);
53
76
  });
54
77
  if (process.env.NODE_ENV !== "production") {
55
78
  ChartWinLoss.propTypes = iconPropTypes;
56
79
  }
57
- const Chat = /*#__PURE__*/React__default.forwardRef(function Chat(_ref3, ref) {
80
+ const Chat = /*#__PURE__*/React__default.forwardRef(function Chat(_ref4, ref) {
58
81
  let {
59
82
  children,
60
83
  size = 16,
61
84
  ...rest
62
- } = _ref3;
85
+ } = _ref4;
63
86
  return /*#__PURE__*/React__default.createElement(Icon, {
64
87
  width: size,
65
88
  height: size,
@@ -68,21 +91,21 @@ const Chat = /*#__PURE__*/React__default.forwardRef(function Chat(_ref3, ref) {
68
91
  viewBox: "0 0 32 32",
69
92
  fill: "currentColor",
70
93
  ...rest
71
- }, _path4 || (_path4 = /*#__PURE__*/React__default.createElement("path", {
94
+ }, _path6 || (_path6 = /*#__PURE__*/React__default.createElement("path", {
72
95
  d: "M17.74,30,16,29l4-7h6a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2H6A2,2,0,0,0,4,8V20a2,2,0,0,0,2,2h9v2H6a4,4,0,0,1-4-4V8A4,4,0,0,1,6,4H26a4,4,0,0,1,4,4V20a4,4,0,0,1-4,4H21.16Z"
73
- })), _path5 || (_path5 = /*#__PURE__*/React__default.createElement("path", {
96
+ })), _path7 || (_path7 = /*#__PURE__*/React__default.createElement("path", {
74
97
  d: "M8 10H24V12H8zM8 16H18V18H8z"
75
98
  })), children);
76
99
  });
77
100
  if (process.env.NODE_ENV !== "production") {
78
101
  Chat.propTypes = iconPropTypes;
79
102
  }
80
- const ChatLaunch = /*#__PURE__*/React__default.forwardRef(function ChatLaunch(_ref4, ref) {
103
+ const ChatLaunch = /*#__PURE__*/React__default.forwardRef(function ChatLaunch(_ref5, ref) {
81
104
  let {
82
105
  children,
83
106
  size = 16,
84
107
  ...rest
85
- } = _ref4;
108
+ } = _ref5;
86
109
  return /*#__PURE__*/React__default.createElement(Icon, {
87
110
  width: size,
88
111
  height: size,
@@ -91,19 +114,19 @@ const ChatLaunch = /*#__PURE__*/React__default.forwardRef(function ChatLaunch(_r
91
114
  viewBox: "0 0 32 32",
92
115
  fill: "currentColor",
93
116
  ...rest
94
- }, _path6 || (_path6 = /*#__PURE__*/React__default.createElement("path", {
117
+ }, _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
95
118
  d: "M22 4L22 6 26.586 6 20 12.586 21.414 14 28 7.414 28 12 30 12 30 4 22 4zM28 16v4a1.9965 1.9965 0 01-2 2H20l-4 7 1.7358 1 3.4288-6H26a3.9992 3.9992 0 004-4V16zM4 20V8A1.9965 1.9965 0 016 6H18V4H6A3.9986 3.9986 0 002 8V20a3.9992 3.9992 0 004 4h9V22H6A1.9965 1.9965 0 014 20z"
96
119
  })), children);
97
120
  });
98
121
  if (process.env.NODE_ENV !== "production") {
99
122
  ChatLaunch.propTypes = iconPropTypes;
100
123
  }
101
- const ChatOff = /*#__PURE__*/React__default.forwardRef(function ChatOff(_ref5, ref) {
124
+ const ChatOff = /*#__PURE__*/React__default.forwardRef(function ChatOff(_ref6, ref) {
102
125
  let {
103
126
  children,
104
127
  size = 16,
105
128
  ...rest
106
- } = _ref5;
129
+ } = _ref6;
107
130
  return /*#__PURE__*/React__default.createElement(Icon, {
108
131
  width: size,
109
132
  height: size,
@@ -112,19 +135,19 @@ const ChatOff = /*#__PURE__*/React__default.forwardRef(function ChatOff(_ref5, r
112
135
  viewBox: "0 0 32 32",
113
136
  fill: "currentColor",
114
137
  ...rest
115
- }, _path7 || (_path7 = /*#__PURE__*/React__default.createElement("path", {
138
+ }, _path9 || (_path9 = /*#__PURE__*/React__default.createElement("path", {
116
139
  d: "M28 8V21h2V8a3.9986 3.9986 0 00-4-4H8.2429l2 2H26A1.9965 1.9965 0 0128 8zM30 28.5859L3.4141 2 2 3.4141 3.5039 4.918A3.9181 3.9181 0 002 8V20a3.9992 3.9992 0 004 4h6V22H6a1.9965 1.9965 0 01-2-2V8a1.9814 1.9814 0 01.9194-1.6665L20.5859 22H17l-4 7 1.7358 1 3.4288-6h4.4213l6 6z"
117
140
  })), children);
118
141
  });
119
142
  if (process.env.NODE_ENV !== "production") {
120
143
  ChatOff.propTypes = iconPropTypes;
121
144
  }
122
- const ChatOperational = /*#__PURE__*/React__default.forwardRef(function ChatOperational(_ref6, ref) {
145
+ const ChatOperational = /*#__PURE__*/React__default.forwardRef(function ChatOperational(_ref7, ref) {
123
146
  let {
124
147
  children,
125
148
  size = 16,
126
149
  ...rest
127
- } = _ref6;
150
+ } = _ref7;
128
151
  return /*#__PURE__*/React__default.createElement(Icon, {
129
152
  width: size,
130
153
  height: size,
@@ -133,23 +156,23 @@ const ChatOperational = /*#__PURE__*/React__default.forwardRef(function ChatOper
133
156
  viewBox: "0 0 32 32",
134
157
  fill: "currentColor",
135
158
  ...rest
136
- }, _path8 || (_path8 = /*#__PURE__*/React__default.createElement("path", {
159
+ }, _path0 || (_path0 = /*#__PURE__*/React__default.createElement("path", {
137
160
  d: "M15.586 10.414L19.166 14 19.166 14 15.584 17.587 17 19 22 14 17 9 15.586 10.414z"
138
- })), _path9 || (_path9 = /*#__PURE__*/React__default.createElement("path", {
161
+ })), _path1 || (_path1 = /*#__PURE__*/React__default.createElement("path", {
139
162
  d: "M20.586 10.414L24.166 14 24.166 14 20.584 17.587 22 19 27 14 22 9 20.586 10.414zM10 9L11.593 12 15 12.414 12.5 14.667 13 18 10 16.125 7 18 7.5 14.667 5 12.414 8.5 12 10 9z"
140
- })), _path0 || (_path0 = /*#__PURE__*/React__default.createElement("path", {
163
+ })), _path10 || (_path10 = /*#__PURE__*/React__default.createElement("path", {
141
164
  d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
142
165
  })), children);
143
166
  });
144
167
  if (process.env.NODE_ENV !== "production") {
145
168
  ChatOperational.propTypes = iconPropTypes;
146
169
  }
147
- const ChatBot = /*#__PURE__*/React__default.forwardRef(function ChatBot(_ref7, ref) {
170
+ const ChatBot = /*#__PURE__*/React__default.forwardRef(function ChatBot(_ref8, ref) {
148
171
  let {
149
172
  children,
150
173
  size = 16,
151
174
  ...rest
152
- } = _ref7;
175
+ } = _ref8;
153
176
  return /*#__PURE__*/React__default.createElement(Icon, {
154
177
  width: size,
155
178
  height: size,
@@ -158,21 +181,21 @@ const ChatBot = /*#__PURE__*/React__default.forwardRef(function ChatBot(_ref7, r
158
181
  viewBox: "0 0 32 32",
159
182
  fill: "currentColor",
160
183
  ...rest
161
- }, _path1 || (_path1 = /*#__PURE__*/React__default.createElement("path", {
184
+ }, _path11 || (_path11 = /*#__PURE__*/React__default.createElement("path", {
162
185
  d: "M16 19a6.9908 6.9908 0 01-5.833-3.1287l1.666-1.1074a5.0007 5.0007 0 008.334 0l1.666 1.1074A6.9908 6.9908 0 0116 19zM20 8a2 2 0 102 2A1.9806 1.9806 0 0020 8zM12 8a2 2 0 102 2A1.9806 1.9806 0 0012 8z"
163
- })), _path10 || (_path10 = /*#__PURE__*/React__default.createElement("path", {
186
+ })), _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
164
187
  d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V6a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,6V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V6A3.9988,3.9988,0,0,1,6,2H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
165
188
  })), children);
166
189
  });
167
190
  if (process.env.NODE_ENV !== "production") {
168
191
  ChatBot.propTypes = iconPropTypes;
169
192
  }
170
- const Checkbox = /*#__PURE__*/React__default.forwardRef(function Checkbox(_ref8, ref) {
193
+ const Checkbox = /*#__PURE__*/React__default.forwardRef(function Checkbox(_ref9, ref) {
171
194
  let {
172
195
  children,
173
196
  size = 16,
174
197
  ...rest
175
- } = _ref8;
198
+ } = _ref9;
176
199
  return /*#__PURE__*/React__default.createElement(Icon, {
177
200
  width: size,
178
201
  height: size,
@@ -181,19 +204,19 @@ const Checkbox = /*#__PURE__*/React__default.forwardRef(function Checkbox(_ref8,
181
204
  viewBox: "0 0 32 32",
182
205
  fill: "currentColor",
183
206
  ...rest
184
- }, _path11 || (_path11 = /*#__PURE__*/React__default.createElement("path", {
207
+ }, _path13 || (_path13 = /*#__PURE__*/React__default.createElement("path", {
185
208
  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,4ZM6,26V6H26V26Z"
186
209
  })), children);
187
210
  });
188
211
  if (process.env.NODE_ENV !== "production") {
189
212
  Checkbox.propTypes = iconPropTypes;
190
213
  }
191
- const CheckboxChecked = /*#__PURE__*/React__default.forwardRef(function CheckboxChecked(_ref9, ref) {
214
+ const CheckboxChecked = /*#__PURE__*/React__default.forwardRef(function CheckboxChecked(_ref10, ref) {
192
215
  let {
193
216
  children,
194
217
  size = 16,
195
218
  ...rest
196
- } = _ref9;
219
+ } = _ref10;
197
220
  return /*#__PURE__*/React__default.createElement(Icon, {
198
221
  width: size,
199
222
  height: size,
@@ -202,21 +225,21 @@ const CheckboxChecked = /*#__PURE__*/React__default.forwardRef(function Checkbox
202
225
  viewBox: "0 0 32 32",
203
226
  fill: "currentColor",
204
227
  ...rest
205
- }, _path12 || (_path12 = /*#__PURE__*/React__default.createElement("path", {
228
+ }, _path14 || (_path14 = /*#__PURE__*/React__default.createElement("path", {
206
229
  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,4ZM6,26V6H26V26Z"
207
- })), _path13 || (_path13 = /*#__PURE__*/React__default.createElement("path", {
230
+ })), _path15 || (_path15 = /*#__PURE__*/React__default.createElement("path", {
208
231
  d: "M14 21.5L9 16.54 10.59 15 14 18.35 21.41 11 23 12.58 14 21.5z"
209
232
  })), children);
210
233
  });
211
234
  if (process.env.NODE_ENV !== "production") {
212
235
  CheckboxChecked.propTypes = iconPropTypes;
213
236
  }
214
- const CheckboxCheckedFilled = /*#__PURE__*/React__default.forwardRef(function CheckboxCheckedFilled(_ref10, ref) {
237
+ const CheckboxCheckedFilled = /*#__PURE__*/React__default.forwardRef(function CheckboxCheckedFilled(_ref11, ref) {
215
238
  let {
216
239
  children,
217
240
  size = 16,
218
241
  ...rest
219
- } = _ref10;
242
+ } = _ref11;
220
243
  return /*#__PURE__*/React__default.createElement(Icon, {
221
244
  width: size,
222
245
  height: size,
@@ -225,9 +248,9 @@ const CheckboxCheckedFilled = /*#__PURE__*/React__default.forwardRef(function Ch
225
248
  viewBox: "0 0 32 32",
226
249
  fill: "currentColor",
227
250
  ...rest
228
- }, _path14 || (_path14 = /*#__PURE__*/React__default.createElement("path", {
251
+ }, _path16 || (_path16 = /*#__PURE__*/React__default.createElement("path", {
229
252
  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,4ZM14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z"
230
- })), _path15 || (_path15 = /*#__PURE__*/React__default.createElement("path", {
253
+ })), _path17 || (_path17 = /*#__PURE__*/React__default.createElement("path", {
231
254
  fill: "none",
232
255
  d: "M14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z",
233
256
  "data-icon-path": "inner-path"
@@ -236,12 +259,12 @@ const CheckboxCheckedFilled = /*#__PURE__*/React__default.forwardRef(function Ch
236
259
  if (process.env.NODE_ENV !== "production") {
237
260
  CheckboxCheckedFilled.propTypes = iconPropTypes;
238
261
  }
239
- const CheckboxIndeterminate = /*#__PURE__*/React__default.forwardRef(function CheckboxIndeterminate(_ref11, ref) {
262
+ const CheckboxIndeterminate = /*#__PURE__*/React__default.forwardRef(function CheckboxIndeterminate(_ref12, ref) {
240
263
  let {
241
264
  children,
242
265
  size = 16,
243
266
  ...rest
244
- } = _ref11;
267
+ } = _ref12;
245
268
  return /*#__PURE__*/React__default.createElement(Icon, {
246
269
  width: size,
247
270
  height: size,
@@ -250,21 +273,21 @@ const CheckboxIndeterminate = /*#__PURE__*/React__default.forwardRef(function Ch
250
273
  viewBox: "0 0 32 32",
251
274
  fill: "currentColor",
252
275
  ...rest
253
- }, _path16 || (_path16 = /*#__PURE__*/React__default.createElement("path", {
276
+ }, _path18 || (_path18 = /*#__PURE__*/React__default.createElement("path", {
254
277
  d: "M10 14H22V18H10z"
255
- })), _path17 || (_path17 = /*#__PURE__*/React__default.createElement("path", {
278
+ })), _path19 || (_path19 = /*#__PURE__*/React__default.createElement("path", {
256
279
  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,4ZM6,26V6H26V26Z"
257
280
  })), children);
258
281
  });
259
282
  if (process.env.NODE_ENV !== "production") {
260
283
  CheckboxIndeterminate.propTypes = iconPropTypes;
261
284
  }
262
- const CheckboxIndeterminateFilled = /*#__PURE__*/React__default.forwardRef(function CheckboxIndeterminateFilled(_ref12, ref) {
285
+ const CheckboxIndeterminateFilled = /*#__PURE__*/React__default.forwardRef(function CheckboxIndeterminateFilled(_ref13, ref) {
263
286
  let {
264
287
  children,
265
288
  size = 16,
266
289
  ...rest
267
- } = _ref12;
290
+ } = _ref13;
268
291
  return /*#__PURE__*/React__default.createElement(Icon, {
269
292
  width: size,
270
293
  height: size,
@@ -273,9 +296,9 @@ const CheckboxIndeterminateFilled = /*#__PURE__*/React__default.forwardRef(funct
273
296
  viewBox: "0 0 32 32",
274
297
  fill: "currentColor",
275
298
  ...rest
276
- }, _path18 || (_path18 = /*#__PURE__*/React__default.createElement("path", {
299
+ }, _path20 || (_path20 = /*#__PURE__*/React__default.createElement("path", {
277
300
  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,4ZM22,18H10V14H22Z"
278
- })), _path19 || (_path19 = /*#__PURE__*/React__default.createElement("path", {
301
+ })), _path21 || (_path21 = /*#__PURE__*/React__default.createElement("path", {
279
302
  fill: "none",
280
303
  d: "M22,18H10V14H22Z",
281
304
  "data-icon-path": "inner-path"
@@ -284,12 +307,12 @@ const CheckboxIndeterminateFilled = /*#__PURE__*/React__default.forwardRef(funct
284
307
  if (process.env.NODE_ENV !== "production") {
285
308
  CheckboxIndeterminateFilled.propTypes = iconPropTypes;
286
309
  }
287
- const Checkmark = /*#__PURE__*/React__default.forwardRef(function Checkmark(_ref13, ref) {
310
+ const Checkmark = /*#__PURE__*/React__default.forwardRef(function Checkmark(_ref14, ref) {
288
311
  let {
289
312
  children,
290
313
  size = 16,
291
314
  ...rest
292
- } = _ref13;
315
+ } = _ref14;
293
316
  if (size === 20 || size === "20" || size === "20px") {
294
317
  return /*#__PURE__*/React__default.createElement(Icon, {
295
318
  width: size,
@@ -299,9 +322,9 @@ const Checkmark = /*#__PURE__*/React__default.forwardRef(function Checkmark(_ref
299
322
  viewBox: "0 0 20 20",
300
323
  fill: "currentColor",
301
324
  ...rest
302
- }, _path20 || (_path20 = /*#__PURE__*/React__default.createElement("path", {
325
+ }, _path22 || (_path22 = /*#__PURE__*/React__default.createElement("path", {
303
326
  d: "M8 13.2L3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
304
- })), _path21 || (_path21 = /*#__PURE__*/React__default.createElement("path", {
327
+ })), _path23 || (_path23 = /*#__PURE__*/React__default.createElement("path", {
305
328
  d: "M15.6 5.6L8 13.2 3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"
306
329
  })), children);
307
330
  }
@@ -314,7 +337,7 @@ const Checkmark = /*#__PURE__*/React__default.forwardRef(function Checkmark(_ref
314
337
  viewBox: "0 0 24 24",
315
338
  fill: "currentColor",
316
339
  ...rest
317
- }, _path22 || (_path22 = /*#__PURE__*/React__default.createElement("path", {
340
+ }, _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
318
341
  d: "M10 15.9L4.7 10.6 3.6 11.6 8.9 16.9 10 18 20.6 7.4 19.5 6.3z"
319
342
  })), children);
320
343
  }
@@ -326,19 +349,19 @@ const Checkmark = /*#__PURE__*/React__default.forwardRef(function Checkmark(_ref
326
349
  viewBox: "0 0 32 32",
327
350
  fill: "currentColor",
328
351
  ...rest
329
- }, _path23 || (_path23 = /*#__PURE__*/React__default.createElement("path", {
352
+ }, _path25 || (_path25 = /*#__PURE__*/React__default.createElement("path", {
330
353
  d: "M13 24L4 15 5.414 13.586 13 21.171 26.586 7.586 28 9 13 24z"
331
354
  })), children);
332
355
  });
333
356
  if (process.env.NODE_ENV !== "production") {
334
357
  Checkmark.propTypes = iconPropTypes;
335
358
  }
336
- const CheckmarkFilled = /*#__PURE__*/React__default.forwardRef(function CheckmarkFilled(_ref14, ref) {
359
+ const CheckmarkFilled = /*#__PURE__*/React__default.forwardRef(function CheckmarkFilled(_ref15, ref) {
337
360
  let {
338
361
  children,
339
362
  size = 16,
340
363
  ...rest
341
- } = _ref14;
364
+ } = _ref15;
342
365
  if (size === 16 || size === "16" || size === "16px") {
343
366
  return /*#__PURE__*/React__default.createElement(Icon, {
344
367
  width: size,
@@ -348,9 +371,9 @@ const CheckmarkFilled = /*#__PURE__*/React__default.forwardRef(function Checkmar
348
371
  viewBox: "0 0 16 16",
349
372
  fill: "currentColor",
350
373
  ...rest
351
- }, _path24 || (_path24 = /*#__PURE__*/React__default.createElement("path", {
374
+ }, _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
352
375
  d: "M8,1C4.1,1,1,4.1,1,8c0,3.9,3.1,7,7,7s7-3.1,7-7C15,4.1,11.9,1,8,1z M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z"
353
- })), _path25 || (_path25 = /*#__PURE__*/React__default.createElement("path", {
376
+ })), _path27 || (_path27 = /*#__PURE__*/React__default.createElement("path", {
354
377
  d: "M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z",
355
378
  "data-icon-path": "inner-path",
356
379
  opacity: "0"
@@ -365,9 +388,9 @@ const CheckmarkFilled = /*#__PURE__*/React__default.forwardRef(function Checkmar
365
388
  viewBox: "0 0 20 20",
366
389
  fill: "currentColor",
367
390
  ...rest
368
- }, _path26 || (_path26 = /*#__PURE__*/React__default.createElement("path", {
391
+ }, _path28 || (_path28 = /*#__PURE__*/React__default.createElement("path", {
369
392
  d: "M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z"
370
- })), _path27 || (_path27 = /*#__PURE__*/React__default.createElement("path", {
393
+ })), _path29 || (_path29 = /*#__PURE__*/React__default.createElement("path", {
371
394
  fill: "none",
372
395
  d: "M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z",
373
396
  "data-icon-path": "inner-path",
@@ -383,9 +406,9 @@ const CheckmarkFilled = /*#__PURE__*/React__default.forwardRef(function Checkmar
383
406
  viewBox: "0 0 24 24",
384
407
  fill: "currentColor",
385
408
  ...rest
386
- }, _path28 || (_path28 = /*#__PURE__*/React__default.createElement("path", {
409
+ }, _path30 || (_path30 = /*#__PURE__*/React__default.createElement("path", {
387
410
  d: "M12,1C6,1,1,6,1,12s5,11,11,11s11-4.9,11-11S18.1,1,12,1z M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z"
388
- })), _path29 || (_path29 = /*#__PURE__*/React__default.createElement("path", {
411
+ })), _path31 || (_path31 = /*#__PURE__*/React__default.createElement("path", {
389
412
  fill: "none",
390
413
  d: "M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z",
391
414
  "data-icon-path": "inner-path",
@@ -400,9 +423,9 @@ const CheckmarkFilled = /*#__PURE__*/React__default.forwardRef(function Checkmar
400
423
  viewBox: "0 0 32 32",
401
424
  fill: "currentColor",
402
425
  ...rest
403
- }, _path30 || (_path30 = /*#__PURE__*/React__default.createElement("path", {
426
+ }, _path32 || (_path32 = /*#__PURE__*/React__default.createElement("path", {
404
427
  d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,21.5908l-5-5L10.5906,15,14,18.4092,21.41,11l1.5957,1.5859Z"
405
- })), _path31 || (_path31 = /*#__PURE__*/React__default.createElement("path", {
428
+ })), _path33 || (_path33 = /*#__PURE__*/React__default.createElement("path", {
406
429
  fill: "none",
407
430
  d: "M14 21.591L9 16.591 10.591 15 14 18.409 21.41 11 23.005 12.585 14 21.591z",
408
431
  "data-icon-path": "inner-path"
@@ -411,12 +434,12 @@ const CheckmarkFilled = /*#__PURE__*/React__default.forwardRef(function Checkmar
411
434
  if (process.env.NODE_ENV !== "production") {
412
435
  CheckmarkFilled.propTypes = iconPropTypes;
413
436
  }
414
- const CheckmarkFilledError = /*#__PURE__*/React__default.forwardRef(function CheckmarkFilledError(_ref15, ref) {
437
+ const CheckmarkFilledError = /*#__PURE__*/React__default.forwardRef(function CheckmarkFilledError(_ref16, ref) {
415
438
  let {
416
439
  children,
417
440
  size = 16,
418
441
  ...rest
419
- } = _ref15;
442
+ } = _ref16;
420
443
  return /*#__PURE__*/React__default.createElement(Icon, {
421
444
  width: size,
422
445
  height: size,
@@ -425,11 +448,11 @@ const CheckmarkFilledError = /*#__PURE__*/React__default.forwardRef(function Che
425
448
  viewBox: "0 0 32 32",
426
449
  fill: "currentColor",
427
450
  ...rest
428
- }, _path32 || (_path32 = /*#__PURE__*/React__default.createElement("path", {
451
+ }, _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
429
452
  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"
430
- })), _path33 || (_path33 = /*#__PURE__*/React__default.createElement("path", {
453
+ })), _path35 || (_path35 = /*#__PURE__*/React__default.createElement("path", {
431
454
  d: "M14,2a12,12,0,1,0,2,23.82V24a8,8,0,0,1,8-8h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
432
- })), _path34 || (_path34 = /*#__PURE__*/React__default.createElement("path", {
455
+ })), _path36 || (_path36 = /*#__PURE__*/React__default.createElement("path", {
433
456
  fill: "none",
434
457
  d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
435
458
  "data-icon-path": "inner-path"
@@ -438,12 +461,12 @@ const CheckmarkFilledError = /*#__PURE__*/React__default.forwardRef(function Che
438
461
  if (process.env.NODE_ENV !== "production") {
439
462
  CheckmarkFilledError.propTypes = iconPropTypes;
440
463
  }
441
- const CheckmarkFilledWarning = /*#__PURE__*/React__default.forwardRef(function CheckmarkFilledWarning(_ref16, ref) {
464
+ const CheckmarkFilledWarning = /*#__PURE__*/React__default.forwardRef(function CheckmarkFilledWarning(_ref17, ref) {
442
465
  let {
443
466
  children,
444
467
  size = 16,
445
468
  ...rest
446
- } = _ref16;
469
+ } = _ref17;
447
470
  return /*#__PURE__*/React__default.createElement(Icon, {
448
471
  width: size,
449
472
  height: size,
@@ -452,11 +475,11 @@ const CheckmarkFilledWarning = /*#__PURE__*/React__default.forwardRef(function C
452
475
  viewBox: "0 0 32 32",
453
476
  fill: "currentColor",
454
477
  ...rest
455
- }, _path35 || (_path35 = /*#__PURE__*/React__default.createElement("path", {
478
+ }, _path37 || (_path37 = /*#__PURE__*/React__default.createElement("path", {
456
479
  d: "M14,2a12,12,0,1,0,3.3928,23.5059l3.9246-7.8492A2.9846,2.9846,0,0,1,24,16h1.82A11.9348,11.9348,0,0,0,14,2ZM12,18.5908l-4-4L9.5908,13,12,15.4092,17.4092,10,19,11.5908Z"
457
- })), _path36 || (_path36 = /*#__PURE__*/React__default.createElement("path", {
480
+ })), _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
458
481
  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"
459
- })), _path37 || (_path37 = /*#__PURE__*/React__default.createElement("path", {
482
+ })), _path39 || (_path39 = /*#__PURE__*/React__default.createElement("path", {
460
483
  fill: "none",
461
484
  d: "M12 18.591L8 14.591 9.591 13 12 15.409 17.409 10 19 11.591 12 18.591z",
462
485
  "data-icon-path": "inner-path"
@@ -465,12 +488,12 @@ const CheckmarkFilledWarning = /*#__PURE__*/React__default.forwardRef(function C
465
488
  if (process.env.NODE_ENV !== "production") {
466
489
  CheckmarkFilledWarning.propTypes = iconPropTypes;
467
490
  }
468
- const CheckmarkOutline = /*#__PURE__*/React__default.forwardRef(function CheckmarkOutline(_ref17, ref) {
491
+ const CheckmarkOutline = /*#__PURE__*/React__default.forwardRef(function CheckmarkOutline(_ref18, ref) {
469
492
  let {
470
493
  children,
471
494
  size = 16,
472
495
  ...rest
473
- } = _ref17;
496
+ } = _ref18;
474
497
  return /*#__PURE__*/React__default.createElement(Icon, {
475
498
  width: size,
476
499
  height: size,
@@ -479,21 +502,21 @@ const CheckmarkOutline = /*#__PURE__*/React__default.forwardRef(function Checkma
479
502
  viewBox: "0 0 32 32",
480
503
  fill: "currentColor",
481
504
  ...rest
482
- }, _path38 || (_path38 = /*#__PURE__*/React__default.createElement("path", {
505
+ }, _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
483
506
  d: "M14 21.414L9 16.413 10.413 15 14 18.586 21.585 11 23 12.415 14 21.414z"
484
- })), _path39 || (_path39 = /*#__PURE__*/React__default.createElement("path", {
507
+ })), _path41 || (_path41 = /*#__PURE__*/React__default.createElement("path", {
485
508
  d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
486
509
  })), children);
487
510
  });
488
511
  if (process.env.NODE_ENV !== "production") {
489
512
  CheckmarkOutline.propTypes = iconPropTypes;
490
513
  }
491
- const CheckmarkOutlineError = /*#__PURE__*/React__default.forwardRef(function CheckmarkOutlineError(_ref18, ref) {
514
+ const CheckmarkOutlineError = /*#__PURE__*/React__default.forwardRef(function CheckmarkOutlineError(_ref19, ref) {
492
515
  let {
493
516
  children,
494
517
  size = 16,
495
518
  ...rest
496
- } = _ref18;
519
+ } = _ref19;
497
520
  return /*#__PURE__*/React__default.createElement(Icon, {
498
521
  width: size,
499
522
  height: size,
@@ -502,21 +525,21 @@ const CheckmarkOutlineError = /*#__PURE__*/React__default.forwardRef(function Ch
502
525
  viewBox: "0 0 32 32",
503
526
  fill: "currentColor",
504
527
  ...rest
505
- }, _path40 || (_path40 = /*#__PURE__*/React__default.createElement("path", {
528
+ }, _path42 || (_path42 = /*#__PURE__*/React__default.createElement("path", {
506
529
  d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
507
- })), _path41 || (_path41 = /*#__PURE__*/React__default.createElement("path", {
530
+ })), _path43 || (_path43 = /*#__PURE__*/React__default.createElement("path", {
508
531
  d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM30 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"
509
532
  })), children);
510
533
  });
511
534
  if (process.env.NODE_ENV !== "production") {
512
535
  CheckmarkOutlineError.propTypes = iconPropTypes;
513
536
  }
514
- const CheckmarkOutlineWarning = /*#__PURE__*/React__default.forwardRef(function CheckmarkOutlineWarning(_ref19, ref) {
537
+ const CheckmarkOutlineWarning = /*#__PURE__*/React__default.forwardRef(function CheckmarkOutlineWarning(_ref20, ref) {
515
538
  let {
516
539
  children,
517
540
  size = 16,
518
541
  ...rest
519
- } = _ref19;
542
+ } = _ref20;
520
543
  return /*#__PURE__*/React__default.createElement(Icon, {
521
544
  width: size,
522
545
  height: size,
@@ -525,21 +548,21 @@ const CheckmarkOutlineWarning = /*#__PURE__*/React__default.forwardRef(function
525
548
  viewBox: "0 0 32 32",
526
549
  fill: "currentColor",
527
550
  ...rest
528
- }, _path42 || (_path42 = /*#__PURE__*/React__default.createElement("path", {
551
+ }, _path44 || (_path44 = /*#__PURE__*/React__default.createElement("path", {
529
552
  d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
530
- })), _path43 || (_path43 = /*#__PURE__*/React__default.createElement("path", {
553
+ })), _path45 || (_path45 = /*#__PURE__*/React__default.createElement("path", {
531
554
  d: "M12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59zM27.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"
532
555
  })), children);
533
556
  });
534
557
  if (process.env.NODE_ENV !== "production") {
535
558
  CheckmarkOutlineWarning.propTypes = iconPropTypes;
536
559
  }
537
- const Chemistry = /*#__PURE__*/React__default.forwardRef(function Chemistry(_ref20, ref) {
560
+ const Chemistry = /*#__PURE__*/React__default.forwardRef(function Chemistry(_ref21, ref) {
538
561
  let {
539
562
  children,
540
563
  size = 16,
541
564
  ...rest
542
- } = _ref20;
565
+ } = _ref21;
543
566
  return /*#__PURE__*/React__default.createElement(Icon, {
544
567
  width: size,
545
568
  height: size,
@@ -548,19 +571,19 @@ const Chemistry = /*#__PURE__*/React__default.forwardRef(function Chemistry(_ref
548
571
  viewBox: "0 0 32 32",
549
572
  fill: "currentColor",
550
573
  ...rest
551
- }, _path44 || (_path44 = /*#__PURE__*/React__default.createElement("path", {
574
+ }, _path46 || (_path46 = /*#__PURE__*/React__default.createElement("path", {
552
575
  d: "M27.2314,23.6182,20,13.6748V4h2V2H10V4h2v9.6748L4.7686,23.6182A4.0183,4.0183,0,0,0,8.0186,30H23.9814a4.0183,4.0183,0,0,0,3.25-6.3818ZM14,14.3252V4h4V14.3252L20.6728,18H11.3272ZM23.9814,28H8.0186a2.0192,2.0192,0,0,1-1.6329-3.2061L9.8726,20H22.1274l3.4869,4.7939A2.0192,2.0192,0,0,1,23.9814,28Z"
553
576
  })), children);
554
577
  });
555
578
  if (process.env.NODE_ENV !== "production") {
556
579
  Chemistry.propTypes = iconPropTypes;
557
580
  }
558
- const ChemistryReference = /*#__PURE__*/React__default.forwardRef(function ChemistryReference(_ref21, ref) {
581
+ const ChemistryReference = /*#__PURE__*/React__default.forwardRef(function ChemistryReference(_ref22, ref) {
559
582
  let {
560
583
  children,
561
584
  size = 16,
562
585
  ...rest
563
- } = _ref21;
586
+ } = _ref22;
564
587
  return /*#__PURE__*/React__default.createElement(Icon, {
565
588
  width: size,
566
589
  height: size,
@@ -569,21 +592,21 @@ const ChemistryReference = /*#__PURE__*/React__default.forwardRef(function Chemi
569
592
  viewBox: "0 0 32 32",
570
593
  fill: "currentColor",
571
594
  ...rest
572
- }, _path45 || (_path45 = /*#__PURE__*/React__default.createElement("path", {
595
+ }, _path47 || (_path47 = /*#__PURE__*/React__default.createElement("path", {
573
596
  d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
574
- })), _path46 || (_path46 = /*#__PURE__*/React__default.createElement("path", {
597
+ })), _path48 || (_path48 = /*#__PURE__*/React__default.createElement("path", {
575
598
  d: "M20,13.67V4h2V2H10V4h2v9.67L9.58,17h2.4767L14,14.33V4h4V14.33l7.61,10.46a2.0133,2.0133,0,0,1-.44,2.82,2.0406,2.0406,0,0,1-1.19.39H15v2h8.98a4.0154,4.0154,0,0,0,3.25-6.38Z"
576
599
  })), children);
577
600
  });
578
601
  if (process.env.NODE_ENV !== "production") {
579
602
  ChemistryReference.propTypes = iconPropTypes;
580
603
  }
581
- const ChevronDown = /*#__PURE__*/React__default.forwardRef(function ChevronDown(_ref22, ref) {
604
+ const ChevronDown = /*#__PURE__*/React__default.forwardRef(function ChevronDown(_ref23, ref) {
582
605
  let {
583
606
  children,
584
607
  size = 16,
585
608
  ...rest
586
- } = _ref22;
609
+ } = _ref23;
587
610
  if (size === "glyph" || size === "glyph" || size === "glyphpx") {
588
611
  return /*#__PURE__*/React__default.createElement(Icon, {
589
612
  width: size,
@@ -593,7 +616,7 @@ const ChevronDown = /*#__PURE__*/React__default.forwardRef(function ChevronDown(
593
616
  viewBox: "0 0 10 6",
594
617
  fill: "currentColor",
595
618
  ...rest
596
- }, _path47 || (_path47 = /*#__PURE__*/React__default.createElement("path", {
619
+ }, _path49 || (_path49 = /*#__PURE__*/React__default.createElement("path", {
597
620
  d: "M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"
598
621
  })), children);
599
622
  }
@@ -606,7 +629,7 @@ const ChevronDown = /*#__PURE__*/React__default.forwardRef(function ChevronDown(
606
629
  viewBox: "0 0 16 16",
607
630
  fill: "currentColor",
608
631
  ...rest
609
- }, _path48 || (_path48 = /*#__PURE__*/React__default.createElement("path", {
632
+ }, _path50 || (_path50 = /*#__PURE__*/React__default.createElement("path", {
610
633
  d: "M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"
611
634
  })), children);
612
635
  }
@@ -618,19 +641,19 @@ const ChevronDown = /*#__PURE__*/React__default.forwardRef(function ChevronDown(
618
641
  viewBox: "0 0 32 32",
619
642
  fill: "currentColor",
620
643
  ...rest
621
- }, _path49 || (_path49 = /*#__PURE__*/React__default.createElement("path", {
644
+ }, _path51 || (_path51 = /*#__PURE__*/React__default.createElement("path", {
622
645
  d: "M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"
623
646
  })), children);
624
647
  });
625
648
  if (process.env.NODE_ENV !== "production") {
626
649
  ChevronDown.propTypes = iconPropTypes;
627
650
  }
628
- const ChevronDownOutline = /*#__PURE__*/React__default.forwardRef(function ChevronDownOutline(_ref23, ref) {
651
+ const ChevronDownOutline = /*#__PURE__*/React__default.forwardRef(function ChevronDownOutline(_ref24, ref) {
629
652
  let {
630
653
  children,
631
654
  size = 16,
632
655
  ...rest
633
- } = _ref23;
656
+ } = _ref24;
634
657
  return /*#__PURE__*/React__default.createElement(Icon, {
635
658
  width: size,
636
659
  height: size,
@@ -639,21 +662,21 @@ const ChevronDownOutline = /*#__PURE__*/React__default.forwardRef(function Chevr
639
662
  viewBox: "0 0 32 32",
640
663
  fill: "currentColor",
641
664
  ...rest
642
- }, _path50 || (_path50 = /*#__PURE__*/React__default.createElement("path", {
665
+ }, _path52 || (_path52 = /*#__PURE__*/React__default.createElement("path", {
643
666
  d: "M9.4142 12.5858L16 19.1714 22.5858 12.5858 24 14 16 22 8 14 9.4142 12.5858z"
644
- })), _path51 || (_path51 = /*#__PURE__*/React__default.createElement("path", {
667
+ })), _path53 || (_path53 = /*#__PURE__*/React__default.createElement("path", {
645
668
  d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
646
669
  })), children);
647
670
  });
648
671
  if (process.env.NODE_ENV !== "production") {
649
672
  ChevronDownOutline.propTypes = iconPropTypes;
650
673
  }
651
- const ChevronLeft = /*#__PURE__*/React__default.forwardRef(function ChevronLeft(_ref24, ref) {
674
+ const ChevronLeft = /*#__PURE__*/React__default.forwardRef(function ChevronLeft(_ref25, ref) {
652
675
  let {
653
676
  children,
654
677
  size = 16,
655
678
  ...rest
656
- } = _ref24;
679
+ } = _ref25;
657
680
  if (size === "glyph" || size === "glyph" || size === "glyphpx") {
658
681
  return /*#__PURE__*/React__default.createElement(Icon, {
659
682
  width: size,
@@ -663,7 +686,7 @@ const ChevronLeft = /*#__PURE__*/React__default.forwardRef(function ChevronLeft(
663
686
  viewBox: "0 0 6 10",
664
687
  fill: "currentColor",
665
688
  ...rest
666
- }, _path52 || (_path52 = /*#__PURE__*/React__default.createElement("path", {
689
+ }, _path54 || (_path54 = /*#__PURE__*/React__default.createElement("path", {
667
690
  d: "M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"
668
691
  })), children);
669
692
  }
@@ -676,7 +699,7 @@ const ChevronLeft = /*#__PURE__*/React__default.forwardRef(function ChevronLeft(
676
699
  viewBox: "0 0 16 16",
677
700
  fill: "currentColor",
678
701
  ...rest
679
- }, _path53 || (_path53 = /*#__PURE__*/React__default.createElement("path", {
702
+ }, _path55 || (_path55 = /*#__PURE__*/React__default.createElement("path", {
680
703
  d: "M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"
681
704
  })), children);
682
705
  }
@@ -688,19 +711,19 @@ const ChevronLeft = /*#__PURE__*/React__default.forwardRef(function ChevronLeft(
688
711
  viewBox: "0 0 32 32",
689
712
  fill: "currentColor",
690
713
  ...rest
691
- }, _path54 || (_path54 = /*#__PURE__*/React__default.createElement("path", {
714
+ }, _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
692
715
  d: "M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"
693
716
  })), children);
694
717
  });
695
718
  if (process.env.NODE_ENV !== "production") {
696
719
  ChevronLeft.propTypes = iconPropTypes;
697
720
  }
698
- const ChevronMini = /*#__PURE__*/React__default.forwardRef(function ChevronMini(_ref25, ref) {
721
+ const ChevronMini = /*#__PURE__*/React__default.forwardRef(function ChevronMini(_ref26, ref) {
699
722
  let {
700
723
  children,
701
724
  size = 16,
702
725
  ...rest
703
- } = _ref25;
726
+ } = _ref26;
704
727
  if (size === 16 || size === "16" || size === "16px") {
705
728
  return /*#__PURE__*/React__default.createElement(Icon, {
706
729
  width: size,
@@ -710,7 +733,7 @@ const ChevronMini = /*#__PURE__*/React__default.forwardRef(function ChevronMini(
710
733
  viewBox: "0 0 16 16",
711
734
  fill: "currentColor",
712
735
  ...rest
713
- }, _path55 || (_path55 = /*#__PURE__*/React__default.createElement("path", {
736
+ }, _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
714
737
  d: "M15 9L15 15 9 15z"
715
738
  })), children);
716
739
  }
@@ -722,19 +745,19 @@ const ChevronMini = /*#__PURE__*/React__default.forwardRef(function ChevronMini(
722
745
  viewBox: "0 0 32 32",
723
746
  fill: "currentColor",
724
747
  ...rest
725
- }, _path56 || (_path56 = /*#__PURE__*/React__default.createElement("path", {
748
+ }, _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
726
749
  d: "M31 19L31 31 19 31 31 19z"
727
750
  })), children);
728
751
  });
729
752
  if (process.env.NODE_ENV !== "production") {
730
753
  ChevronMini.propTypes = iconPropTypes;
731
754
  }
732
- const ChevronRight = /*#__PURE__*/React__default.forwardRef(function ChevronRight(_ref26, ref) {
755
+ const ChevronRight = /*#__PURE__*/React__default.forwardRef(function ChevronRight(_ref27, ref) {
733
756
  let {
734
757
  children,
735
758
  size = 16,
736
759
  ...rest
737
- } = _ref26;
760
+ } = _ref27;
738
761
  if (size === "glyph" || size === "glyph" || size === "glyphpx") {
739
762
  return /*#__PURE__*/React__default.createElement(Icon, {
740
763
  width: size,
@@ -744,7 +767,7 @@ const ChevronRight = /*#__PURE__*/React__default.forwardRef(function ChevronRigh
744
767
  viewBox: "0 0 6 10",
745
768
  fill: "currentColor",
746
769
  ...rest
747
- }, _path57 || (_path57 = /*#__PURE__*/React__default.createElement("path", {
770
+ }, _path59 || (_path59 = /*#__PURE__*/React__default.createElement("path", {
748
771
  d: "M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"
749
772
  })), children);
750
773
  }
@@ -757,7 +780,7 @@ const ChevronRight = /*#__PURE__*/React__default.forwardRef(function ChevronRigh
757
780
  viewBox: "0 0 16 16",
758
781
  fill: "currentColor",
759
782
  ...rest
760
- }, _path58 || (_path58 = /*#__PURE__*/React__default.createElement("path", {
783
+ }, _path60 || (_path60 = /*#__PURE__*/React__default.createElement("path", {
761
784
  d: "M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"
762
785
  })), children);
763
786
  }
@@ -769,19 +792,19 @@ const ChevronRight = /*#__PURE__*/React__default.forwardRef(function ChevronRigh
769
792
  viewBox: "0 0 32 32",
770
793
  fill: "currentColor",
771
794
  ...rest
772
- }, _path59 || (_path59 = /*#__PURE__*/React__default.createElement("path", {
795
+ }, _path61 || (_path61 = /*#__PURE__*/React__default.createElement("path", {
773
796
  d: "M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"
774
797
  })), children);
775
798
  });
776
799
  if (process.env.NODE_ENV !== "production") {
777
800
  ChevronRight.propTypes = iconPropTypes;
778
801
  }
779
- const ChevronSort = /*#__PURE__*/React__default.forwardRef(function ChevronSort(_ref27, ref) {
802
+ const ChevronSort = /*#__PURE__*/React__default.forwardRef(function ChevronSort(_ref28, ref) {
780
803
  let {
781
804
  children,
782
805
  size = 16,
783
806
  ...rest
784
- } = _ref27;
807
+ } = _ref28;
785
808
  if (size === 16 || size === "16" || size === "16px") {
786
809
  return /*#__PURE__*/React__default.createElement(Icon, {
787
810
  width: size,
@@ -791,7 +814,7 @@ const ChevronSort = /*#__PURE__*/React__default.forwardRef(function ChevronSort(
791
814
  viewBox: "0 0 16 16",
792
815
  fill: "currentColor",
793
816
  ...rest
794
- }, _path60 || (_path60 = /*#__PURE__*/React__default.createElement("path", {
817
+ }, _path62 || (_path62 = /*#__PURE__*/React__default.createElement("path", {
795
818
  d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5zM8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
796
819
  })), children);
797
820
  }
@@ -803,19 +826,19 @@ const ChevronSort = /*#__PURE__*/React__default.forwardRef(function ChevronSort(
803
826
  viewBox: "0 0 32 32",
804
827
  fill: "currentColor",
805
828
  ...rest
806
- }, _path61 || (_path61 = /*#__PURE__*/React__default.createElement("path", {
829
+ }, _path63 || (_path63 = /*#__PURE__*/React__default.createElement("path", {
807
830
  d: "M16 28L9 21 10.41 19.59 16 25.17 21.59 19.59 23 21 16 28zM16 4L23 11 21.59 12.41 16 6.83 10.41 12.41 9 11 16 4z"
808
831
  })), children);
809
832
  });
810
833
  if (process.env.NODE_ENV !== "production") {
811
834
  ChevronSort.propTypes = iconPropTypes;
812
835
  }
813
- const ChevronSortDown = /*#__PURE__*/React__default.forwardRef(function ChevronSortDown(_ref28, ref) {
836
+ const ChevronSortDown = /*#__PURE__*/React__default.forwardRef(function ChevronSortDown(_ref29, ref) {
814
837
  let {
815
838
  children,
816
839
  size = 16,
817
840
  ...rest
818
- } = _ref28;
841
+ } = _ref29;
819
842
  if (size === 16 || size === "16" || size === "16px") {
820
843
  return /*#__PURE__*/React__default.createElement(Icon, {
821
844
  width: size,
@@ -825,7 +848,7 @@ const ChevronSortDown = /*#__PURE__*/React__default.forwardRef(function ChevronS
825
848
  viewBox: "0 0 16 16",
826
849
  fill: "currentColor",
827
850
  ...rest
828
- }, _path62 || (_path62 = /*#__PURE__*/React__default.createElement("path", {
851
+ }, _path64 || (_path64 = /*#__PURE__*/React__default.createElement("path", {
829
852
  d: "M8 14L4.5 10.5 5.2 9.8 8 12.6 10.8 9.8 11.5 10.5z"
830
853
  })), children);
831
854
  }
@@ -837,19 +860,19 @@ const ChevronSortDown = /*#__PURE__*/React__default.forwardRef(function ChevronS
837
860
  viewBox: "0 0 32 32",
838
861
  fill: "currentColor",
839
862
  ...rest
840
- }, _path63 || (_path63 = /*#__PURE__*/React__default.createElement("path", {
863
+ }, _path65 || (_path65 = /*#__PURE__*/React__default.createElement("path", {
841
864
  d: "M16 28L9 21 10.4 19.6 16 25.2 21.6 19.6 23 21z"
842
865
  })), children);
843
866
  });
844
867
  if (process.env.NODE_ENV !== "production") {
845
868
  ChevronSortDown.propTypes = iconPropTypes;
846
869
  }
847
- const ChevronSortUp = /*#__PURE__*/React__default.forwardRef(function ChevronSortUp(_ref29, ref) {
870
+ const ChevronSortUp = /*#__PURE__*/React__default.forwardRef(function ChevronSortUp(_ref30, ref) {
848
871
  let {
849
872
  children,
850
873
  size = 16,
851
874
  ...rest
852
- } = _ref29;
875
+ } = _ref30;
853
876
  if (size === 16 || size === "16" || size === "16px") {
854
877
  return /*#__PURE__*/React__default.createElement(Icon, {
855
878
  width: size,
@@ -859,7 +882,7 @@ const ChevronSortUp = /*#__PURE__*/React__default.forwardRef(function ChevronSor
859
882
  viewBox: "0 0 16 16",
860
883
  fill: "currentColor",
861
884
  ...rest
862
- }, _path64 || (_path64 = /*#__PURE__*/React__default.createElement("path", {
885
+ }, _path66 || (_path66 = /*#__PURE__*/React__default.createElement("path", {
863
886
  d: "M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"
864
887
  })), children);
865
888
  }
@@ -871,19 +894,19 @@ const ChevronSortUp = /*#__PURE__*/React__default.forwardRef(function ChevronSor
871
894
  viewBox: "0 0 32 32",
872
895
  fill: "currentColor",
873
896
  ...rest
874
- }, _path65 || (_path65 = /*#__PURE__*/React__default.createElement("path", {
897
+ }, _path67 || (_path67 = /*#__PURE__*/React__default.createElement("path", {
875
898
  d: "M16 4L23 11 21.6 12.4 16 6.8 10.4 12.4 9 11z"
876
899
  })), children);
877
900
  });
878
901
  if (process.env.NODE_ENV !== "production") {
879
902
  ChevronSortUp.propTypes = iconPropTypes;
880
903
  }
881
- const ChevronUp = /*#__PURE__*/React__default.forwardRef(function ChevronUp(_ref30, ref) {
904
+ const ChevronUp = /*#__PURE__*/React__default.forwardRef(function ChevronUp(_ref31, ref) {
882
905
  let {
883
906
  children,
884
907
  size = 16,
885
908
  ...rest
886
- } = _ref30;
909
+ } = _ref31;
887
910
  if (size === "glyph" || size === "glyph" || size === "glyphpx") {
888
911
  return /*#__PURE__*/React__default.createElement(Icon, {
889
912
  width: size,
@@ -893,7 +916,7 @@ const ChevronUp = /*#__PURE__*/React__default.forwardRef(function ChevronUp(_ref
893
916
  viewBox: "0 0 10 6",
894
917
  fill: "currentColor",
895
918
  ...rest
896
- }, _path66 || (_path66 = /*#__PURE__*/React__default.createElement("path", {
919
+ }, _path68 || (_path68 = /*#__PURE__*/React__default.createElement("path", {
897
920
  d: "M5 0L10 5 9.3 5.7 5 1.4 0.7 5.7 0 5z"
898
921
  })), children);
899
922
  }
@@ -906,7 +929,7 @@ const ChevronUp = /*#__PURE__*/React__default.forwardRef(function ChevronUp(_ref
906
929
  viewBox: "0 0 16 16",
907
930
  fill: "currentColor",
908
931
  ...rest
909
- }, _path67 || (_path67 = /*#__PURE__*/React__default.createElement("path", {
932
+ }, _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
910
933
  d: "M8 5L13 10 12.3 10.7 8 6.4 3.7 10.7 3 10z"
911
934
  })), children);
912
935
  }
@@ -918,19 +941,19 @@ const ChevronUp = /*#__PURE__*/React__default.forwardRef(function ChevronUp(_ref
918
941
  viewBox: "0 0 32 32",
919
942
  fill: "currentColor",
920
943
  ...rest
921
- }, _path68 || (_path68 = /*#__PURE__*/React__default.createElement("path", {
944
+ }, _path70 || (_path70 = /*#__PURE__*/React__default.createElement("path", {
922
945
  d: "M16 10L26 20 24.6 21.4 16 12.8 7.4 21.4 6 20z"
923
946
  })), children);
924
947
  });
925
948
  if (process.env.NODE_ENV !== "production") {
926
949
  ChevronUp.propTypes = iconPropTypes;
927
950
  }
928
- const ChevronUpOutline = /*#__PURE__*/React__default.forwardRef(function ChevronUpOutline(_ref31, ref) {
951
+ const ChevronUpOutline = /*#__PURE__*/React__default.forwardRef(function ChevronUpOutline(_ref32, ref) {
929
952
  let {
930
953
  children,
931
954
  size = 16,
932
955
  ...rest
933
- } = _ref31;
956
+ } = _ref32;
934
957
  return /*#__PURE__*/React__default.createElement(Icon, {
935
958
  width: size,
936
959
  height: size,
@@ -939,21 +962,21 @@ const ChevronUpOutline = /*#__PURE__*/React__default.forwardRef(function Chevron
939
962
  viewBox: "0 0 32 32",
940
963
  fill: "currentColor",
941
964
  ...rest
942
- }, _path69 || (_path69 = /*#__PURE__*/React__default.createElement("path", {
965
+ }, _path71 || (_path71 = /*#__PURE__*/React__default.createElement("path", {
943
966
  d: "M9.4142 19.4142L16 12.8286 22.5858 19.4142 24 18 16 10 8 18 9.4142 19.4142z"
944
- })), _path70 || (_path70 = /*#__PURE__*/React__default.createElement("path", {
967
+ })), _path72 || (_path72 = /*#__PURE__*/React__default.createElement("path", {
945
968
  d: "m30,16c0,7.7197-6.2803,14-14,14S2,23.7197,2,16,8.2803,2,16,2s14,6.2803,14,14Zm-26,0c0,6.6167,5.3833,12,12,12s12-5.3833,12-12-5.3833-12-12-12S4,9.3833,4,16Z"
946
969
  })), children);
947
970
  });
948
971
  if (process.env.NODE_ENV !== "production") {
949
972
  ChevronUpOutline.propTypes = iconPropTypes;
950
973
  }
951
- const ChildNode = /*#__PURE__*/React__default.forwardRef(function ChildNode(_ref32, ref) {
974
+ const ChildNode = /*#__PURE__*/React__default.forwardRef(function ChildNode(_ref33, ref) {
952
975
  let {
953
976
  children,
954
977
  size = 16,
955
978
  ...rest
956
- } = _ref32;
979
+ } = _ref33;
957
980
  return /*#__PURE__*/React__default.createElement(Icon, {
958
981
  width: size,
959
982
  height: size,
@@ -962,19 +985,19 @@ const ChildNode = /*#__PURE__*/React__default.forwardRef(function ChildNode(_ref
962
985
  viewBox: "0 0 32 32",
963
986
  fill: "currentColor",
964
987
  ...rest
965
- }, _path71 || (_path71 = /*#__PURE__*/React__default.createElement("path", {
988
+ }, _path73 || (_path73 = /*#__PURE__*/React__default.createElement("path", {
966
989
  d: "M23,20c-2.41,0-4.43,1.72-4.9,4h-4.1c-2.21,0-4-1.79-4-4v-8.1c2.28-.46,4-2.48,4-4.9,0-2.76-2.24-5-5-5s-5,2.24-5,5c0,2.41,1.72,4.43,4,4.9v8.1c0,3.31,2.69,6,6,6h4.1c.46,2.28,2.48,4,4.9,4,2.76,0,5-2.24,5-5s-2.24-5-5-5ZM6,7c0-1.65,1.35-3,3-3s3,1.35,3,3-1.35,3-3,3-3-1.35-3-3Z"
967
990
  })), children);
968
991
  });
969
992
  if (process.env.NODE_ENV !== "production") {
970
993
  ChildNode.propTypes = iconPropTypes;
971
994
  }
972
- const Chip = /*#__PURE__*/React__default.forwardRef(function Chip(_ref33, ref) {
995
+ const Chip = /*#__PURE__*/React__default.forwardRef(function Chip(_ref34, ref) {
973
996
  let {
974
997
  children,
975
998
  size = 16,
976
999
  ...rest
977
- } = _ref33;
1000
+ } = _ref34;
978
1001
  return /*#__PURE__*/React__default.createElement(Icon, {
979
1002
  width: size,
980
1003
  height: size,
@@ -983,21 +1006,21 @@ const Chip = /*#__PURE__*/React__default.forwardRef(function Chip(_ref33, ref) {
983
1006
  viewBox: "0 0 32 32",
984
1007
  fill: "currentColor",
985
1008
  ...rest
986
- }, _path72 || (_path72 = /*#__PURE__*/React__default.createElement("path", {
1009
+ }, _path74 || (_path74 = /*#__PURE__*/React__default.createElement("path", {
987
1010
  d: "M11,11V21H21V11Zm8,8H13V13h6Z"
988
- })), _path73 || (_path73 = /*#__PURE__*/React__default.createElement("path", {
1011
+ })), _path75 || (_path75 = /*#__PURE__*/React__default.createElement("path", {
989
1012
  d: "M30,13V11H26V8a2,2,0,0,0-2-2H21V2H19V6H13V2H11V6H8A2,2,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2,2,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2,2,0,0,0,2-2V21h4V19H26V13ZM24,24H8V8H24Z"
990
1013
  })), children);
991
1014
  });
992
1015
  if (process.env.NODE_ENV !== "production") {
993
1016
  Chip.propTypes = iconPropTypes;
994
1017
  }
995
- const Choices = /*#__PURE__*/React__default.forwardRef(function Choices(_ref34, ref) {
1018
+ const Choices = /*#__PURE__*/React__default.forwardRef(function Choices(_ref35, ref) {
996
1019
  let {
997
1020
  children,
998
1021
  size = 16,
999
1022
  ...rest
1000
- } = _ref34;
1023
+ } = _ref35;
1001
1024
  return /*#__PURE__*/React__default.createElement(Icon, {
1002
1025
  width: size,
1003
1026
  height: size,
@@ -1006,34 +1029,13 @@ const Choices = /*#__PURE__*/React__default.forwardRef(function Choices(_ref34,
1006
1029
  viewBox: "0 0 32 32",
1007
1030
  fill: "currentColor",
1008
1031
  ...rest
1009
- }, _path74 || (_path74 = /*#__PURE__*/React__default.createElement("path", {
1032
+ }, _path76 || (_path76 = /*#__PURE__*/React__default.createElement("path", {
1010
1033
  d: "M28 13L28 4 19 4 19 6 24.586 6 16 14.586 7.414 6 13 6 13 4 4 4 4 13 6 13 6 7.414 15 16.414 15 26 4 26 4 28 28 28 28 26 17 26 17 16.414 26 7.414 26 13 28 13z"
1011
1034
  })), children);
1012
1035
  });
1013
1036
  if (process.env.NODE_ENV !== "production") {
1014
1037
  Choices.propTypes = iconPropTypes;
1015
1038
  }
1016
- const Comments = /*#__PURE__*/React__default.forwardRef(function Comments(_ref35, ref) {
1017
- let {
1018
- children,
1019
- size = 16,
1020
- ...rest
1021
- } = _ref35;
1022
- return /*#__PURE__*/React__default.createElement(Icon, {
1023
- width: size,
1024
- height: size,
1025
- ref: ref,
1026
- xmlns: "http://www.w3.org/2000/svg",
1027
- viewBox: "0 0 32 32",
1028
- fill: "currentColor",
1029
- ...rest
1030
- }, _path75 || (_path75 = /*#__PURE__*/React__default.createElement("path", {
1031
- d: "M29.3163,9.4912l-8.004-6.997c-.3645-.3186-.8322-.4942-1.3163-.4942H4c-1.1046,0-2,.8954-2,2v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V10.997c0-.577-.2493-1.126-.6837-1.5058ZM28,28H4V4h14v7c0,1.1046.8954,2,2,2h8v15ZM20,11v-7l8,7h-8ZM6,20.084c0-4.041,2.0122-6.2939,5.1763-6.2939,2.1499,0,3.5425.9121,4.3853,2.7686l-1.9434,1.0322c-.3438-1.0664-1.1006-1.7881-2.4419-1.7881-1.6851,0-2.7686,1.2207-2.7686,3.2666v1.8916c0,2.0645,1.0835,3.2334,2.7686,3.2334,1.3584,0,2.2012-.8252,2.5967-1.9092l1.8403,1.084c-.8599,1.7881-2.2871,2.8369-4.437,2.8369-3.1641,0-5.1763-2.0801-5.1763-6.1221ZM16.8193,21.4941c0-2.8711,1.5991-4.6768,4.1611-4.6768,2.5796,0,4.1792,1.8057,4.1792,4.6768,0,2.8896-1.5996,4.7119-4.1792,4.7119-2.562,0-4.1611-1.8223-4.1611-4.7119ZM22.855,22.3369v-1.668c0-1.3408-.7222-2.0811-1.8745-2.0811-1.1348,0-1.8569.7402-1.8569,2.0811v1.668c0,1.3584.7222,2.0986,1.8569,2.0986,1.1523,0,1.8745-.7402,1.8745-2.0986Z"
1032
- })), children);
1033
- });
1034
- if (process.env.NODE_ENV !== "production") {
1035
- Comments.propTypes = iconPropTypes;
1036
- }
1037
1039
  const ChooseItem = /*#__PURE__*/React__default.forwardRef(function ChooseItem(_ref36, ref) {
1038
1040
  let {
1039
1041
  children,
@@ -1048,7 +1050,7 @@ const ChooseItem = /*#__PURE__*/React__default.forwardRef(function ChooseItem(_r
1048
1050
  viewBox: "0 0 32 32",
1049
1051
  fill: "currentColor",
1050
1052
  ...rest
1051
- }, _path76 || (_path76 = /*#__PURE__*/React__default.createElement("path", {
1053
+ }, _path77 || (_path77 = /*#__PURE__*/React__default.createElement("path", {
1052
1054
  d: "M28 6H30V26H28zM17 6L15.57 7.393 23.15 15 2 15 2 17 23.15 17 15.57 24.573 17 26 27 16 17 6z"
1053
1055
  })), children);
1054
1056
  });
@@ -1069,7 +1071,7 @@ const ChoroplethMap = /*#__PURE__*/React__default.forwardRef(function Choropleth
1069
1071
  viewBox: "0 0 32 32",
1070
1072
  fill: "currentColor",
1071
1073
  ...rest
1072
- }, _path77 || (_path77 = /*#__PURE__*/React__default.createElement("path", {
1074
+ }, _path78 || (_path78 = /*#__PURE__*/React__default.createElement("path", {
1073
1075
  d: "M29.2427,4.03l-8-2a1.0065,1.0065,0,0,0-.6143.0415l-9.7,3.88L3.2427,4.03A1,1,0,0,0,2,5V27a1,1,0,0,0,.7573.97l8,2A1.0244,1.0244,0,0,0,11,30a.9953.9953,0,0,0,.3716-.0718l9.7-3.88,7.686,1.9219A1,1,0,0,0,30,27V5A1,1,0,0,0,29.2427,4.03ZM28,11H22V4.2806l6,1.5ZM10,19H4V13h6Zm2-8V7.6771l8-3.2V11Zm8,2v6H12V13Zm-8,8h8v3.3227l-8,3.2Zm10-8h6v6H22ZM10,7.7806V11H4V6.2806ZM4,21h6v6.7192l-6-1.5Zm18,3.2187V21h6v4.7192Z"
1074
1076
  })), children);
1075
1077
  });
@@ -1090,9 +1092,9 @@ const CicsCmas = /*#__PURE__*/React__default.forwardRef(function CicsCmas(_ref38
1090
1092
  viewBox: "0 0 32 32",
1091
1093
  fill: "currentColor",
1092
1094
  ...rest
1093
- }, _path78 || (_path78 = /*#__PURE__*/React__default.createElement("path", {
1095
+ }, _path79 || (_path79 = /*#__PURE__*/React__default.createElement("path", {
1094
1096
  d: "M30.3335 30H26V28h4V26H28a2.002 2.002 0 01-2-2V21.6665A1.6684 1.6684 0 0127.6665 20H32v2H28v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0130.3335 30zM22.3335 20h-2.667A1.6665 1.6665 0 0018 21.6665V30h2V26h2v4h2V21.6665A1.6665 1.6665 0 0022.3335 20zM20 24V22h2v2zM12.5 24L11 20 9 20 9 30 11 30 11 23 12.5 27 14 23 14 30 16 30 16 20 14 20 12.5 24zM1 22v6.5A1.4727 1.4727 0 002.5 30H7V28H3V22H7V20H3A2.0059 2.0059 0 001 22zM13 8L11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11 13 11 13 8z"
1095
- })), _path79 || (_path79 = /*#__PURE__*/React__default.createElement("path", {
1097
+ })), _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
1096
1098
  d: "M6,6H26V18h2V6a2.0059,2.0059,0,0,0-2-2H6A2.0059,2.0059,0,0,0,4,6V18H6Z"
1097
1099
  })), children);
1098
1100
  });
@@ -1113,9 +1115,9 @@ const CicsDb2Connection = /*#__PURE__*/React__default.forwardRef(function CicsDb
1113
1115
  viewBox: "0 0 32 32",
1114
1116
  fill: "currentColor",
1115
1117
  ...rest
1116
- }, _path80 || (_path80 = /*#__PURE__*/React__default.createElement("path", {
1118
+ }, _path81 || (_path81 = /*#__PURE__*/React__default.createElement("path", {
1117
1119
  d: "M22.5,30c-1.9299,0-3.5-1.5701-3.5-3.5,0-.9346,.3638-1.8134,1.0244-2.4742l1.4146,1.4138c-.283,.2832-.439,.6598-.439,1.0604,0,.8271,.6729,1.5,1.5,1.5,.4009,0,.7776-.1561,1.061-.4396l4.9998-4.9998c.2832-.2833,.4392-.66,.4392-1.0607,0-.8271-.6729-1.5-1.5-1.5-.4011,0-.7783,.1564-1.0618,.4404l-1.4155-1.4131c.6616-.6625,1.5413-1.0273,2.4773-1.0273,1.9299,0,3.5,1.5701,3.5,3.5,0,.9348-.364,1.8137-1.0249,2.4749l-4.9998,4.9996c-.6609,.6613-1.54,1.0255-2.4753,1.0255Z"
1118
- })), _path81 || (_path81 = /*#__PURE__*/React__default.createElement("path", {
1120
+ })), _path82 || (_path82 = /*#__PURE__*/React__default.createElement("path", {
1119
1121
  d: "M16.5 31c-1.9299 0-3.5-1.5701-3.5-3.5 0-.9348.364-1.8137 1.0249-2.4749l4.9998-4.9996c.6609-.6613 1.54-1.0255 2.4753-1.0255 1.9299 0 3.5 1.5701 3.5 3.5 0 .9346-.3638 1.8134-1.0244 2.4742l-1.4146-1.4138c.283-.2832.439-.6598.439-1.0604 0-.8271-.6729-1.5-1.5-1.5-.4009 0-.7776.1561-1.061.4396l-4.9998 4.9998c-.2832.2833-.4392.66-.4392 1.0607 0 .8271.6729 1.5 1.5 1.5.4011 0 .7783-.1564 1.0618-.4404l1.4155 1.4131c-.6616.6625-1.5413 1.0273-2.4773 1.0273zM16 2c-5.2979 0-11 1.252-11 4V24c0 1.6797 2.134 2.7979 5 3.415v-2.0459c-1.9939-.4727-2.9453-1.1431-3-1.3691v-3.5723c1.4937.749 3.6738 1.2153 6 1.4302v-1.9976c-3.8779-.3774-5.8774-1.4219-6-1.8604v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723 5.2979 0 11-1.252 11-4V5.9995c-.0007-2.748-5.7024-3.9995-11-3.9995zM6.9985 6.0151c.1523-.5552 3.1514-2.0151 9.0015-2.0151 5.7976 0 8.7949 1.4341 8.9968 2-.2019.5659-3.1992 2-8.9968 2-5.8501 0-8.8491-1.46-9.0015-1.9849zm18.0015 5.9722c-.1606.5571-3.1587 2.0127-9 2.0127-5.8501 0-8.8491-1.46-9-2v-3.5723c2.1279 1.0674 5.6426 1.5723 9 1.5723s6.8721-.5049 9-1.5723v3.5596z"
1120
1122
  })), children);
1121
1123
  });
@@ -1136,9 +1138,9 @@ const CicsExplorer = /*#__PURE__*/React__default.forwardRef(function CicsExplore
1136
1138
  viewBox: "0 0 32 32",
1137
1139
  fill: "currentColor",
1138
1140
  ...rest
1139
- }, _path82 || (_path82 = /*#__PURE__*/React__default.createElement("path", {
1141
+ }, _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
1140
1142
  d: "M24 16L19.4 14.6 21.7 10.3 17.4 12.6 16 8 14.6 12.6 10.3 10.3 12.6 14.6 8 16 12.6 17.4 10.3 21.7 14.6 19.4 16 24 17.4 19.4 21.7 21.7 19.4 17.4 24 16z"
1141
- })), _path83 || (_path83 = /*#__PURE__*/React__default.createElement("path", {
1143
+ })), _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
1142
1144
  d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
1143
1145
  })), children);
1144
1146
  });
@@ -1159,7 +1161,7 @@ const CicsProgram = /*#__PURE__*/React__default.forwardRef(function CicsProgram(
1159
1161
  viewBox: "0 0 32 32",
1160
1162
  fill: "currentColor",
1161
1163
  ...rest
1162
- }, _path84 || (_path84 = /*#__PURE__*/React__default.createElement("path", {
1164
+ }, _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
1163
1165
  d: "M20.17 19L17.58 21.59 19 23 23 19 19 15 17.58 16.41 20.17 19zM11.83 19L14.42 16.41 13 15 9 19 13 23 14.42 21.59 11.83 19z"
1164
1166
  })), _circle || (_circle = /*#__PURE__*/React__default.createElement("circle", {
1165
1167
  cx: "9",
@@ -1169,7 +1171,7 @@ const CicsProgram = /*#__PURE__*/React__default.forwardRef(function CicsProgram(
1169
1171
  cx: "6",
1170
1172
  cy: "8",
1171
1173
  r: "1"
1172
- })), _path85 || (_path85 = /*#__PURE__*/React__default.createElement("path", {
1174
+ })), _path86 || (_path86 = /*#__PURE__*/React__default.createElement("path", {
1173
1175
  d: "M28,4H4c-1.1028,0-2,.8975-2,2V26c0,1.1025,.8972,2,2,2H28c1.1028,0,2-.8975,2-2V6c0-1.1025-.8972-2-2-2Zm0,2v4H4V6H28ZM4,26V12H28v14H4Z"
1174
1176
  })), children);
1175
1177
  });
@@ -1190,9 +1192,9 @@ const CicsSit = /*#__PURE__*/React__default.forwardRef(function CicsSit(_ref42,
1190
1192
  viewBox: "0 0 32 32",
1191
1193
  fill: "currentColor",
1192
1194
  ...rest
1193
- }, _path86 || (_path86 = /*#__PURE__*/React__default.createElement("path", {
1195
+ }, _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
1194
1196
  d: "M23 22L30 27 23 32 23 22z"
1195
- })), _path87 || (_path87 = /*#__PURE__*/React__default.createElement("path", {
1197
+ })), _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
1196
1198
  d: "M26,3H6c-1.6543,0-3,1.3457-3,3V26c0,1.6543,1.3457,3,3,3h11v-9h12V6c0-1.6543-1.3457-3-3-3ZM6,5H26c.5515,0,1,.4482,1,1v3H5v-3c0-.5518,.4485-1,1-1Zm9,6v7H5v-7H15Zm0,16H6c-.5515,0-1-.4482-1-1v-6H15v7Zm2-9v-7h10v7h-10Z"
1197
1199
  })), children);
1198
1200
  });
@@ -1213,7 +1215,7 @@ const CicsSitOverrides = /*#__PURE__*/React__default.forwardRef(function CicsSit
1213
1215
  viewBox: "0 0 32 32",
1214
1216
  fill: "currentColor",
1215
1217
  ...rest
1216
- }, _path88 || (_path88 = /*#__PURE__*/React__default.createElement("path", {
1218
+ }, _path89 || (_path89 = /*#__PURE__*/React__default.createElement("path", {
1217
1219
  d: "M31.707 20.293l-3-3c-.3901-.3906-1.0239-.3906-1.4141 0l-9.293 9.293v4.4141h4.4143l9.2927-9.293c.3906-.3906.3906-1.0234 0-1.4141zm-7.4141 6l-2.7073 2.707h-1.5857v-1.5859l2.707-2.707 2.293-2.293 1.5859 1.5859-2.293 2.293zm3.707-3.707l-1.5859-1.5859 1.5859-1.5859 1.5857 1.5859-1.5857 1.5859zM20 20v-2h-4v-7h10v2h2V6c0-1.6543-1.3457-3-3-3H5c-1.6543 0-3 1.3457-3 3V26c0 1.6543 1.3457 3 3 3h11v-9h4zm-6-2H4v-7H14v7zM5 5H25c.5515 0 1 .4482 1 1v3H4v-3c0-.5518.4485-1 1-1zM14 27H5c-.5515 0-1-.4482-1-1v-6H14v7z"
1218
1220
  })), children);
1219
1221
  });
@@ -1234,11 +1236,11 @@ const CicsSystemGroup = /*#__PURE__*/React__default.forwardRef(function CicsSyst
1234
1236
  viewBox: "0 0 32 32",
1235
1237
  fill: "currentColor",
1236
1238
  ...rest
1237
- }, _path89 || (_path89 = /*#__PURE__*/React__default.createElement("path", {
1239
+ }, _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
1238
1240
  d: "M28 2H23V4h5V28H23v2h5a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0028 2zM14 17H8a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V18A.9448.9448 0 0014 17zm-1 6H9V19h4z"
1239
- })), _path90 || (_path90 = /*#__PURE__*/React__default.createElement("path", {
1240
- d: "M25 24V18a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6A1.0021 1.0021 0 0025 24zm-2-1H19V19h4zM14 7H8A.9448.9448 0 007 8v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V8A.9448.9448 0 0014 7zm-1 6H9V9h4zM18 15h6a.9448.9448 0 001-1V8a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6A1.0021 1.0021 0 0018 15zm1-6h4v4H19z"
1241
1241
  })), _path91 || (_path91 = /*#__PURE__*/React__default.createElement("path", {
1242
+ d: "M25 24V18a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6a.9448.9448 0 001 1h6A1.0021 1.0021 0 0025 24zm-2-1H19V19h4zM14 7H8A.9448.9448 0 007 8v6a.9448.9448 0 001 1h6a.9448.9448 0 001-1V8A.9448.9448 0 0014 7zm-1 6H9V9h4zM18 15h6a.9448.9448 0 001-1V8a.9448.9448 0 00-1-1H18a.9448.9448 0 00-1 1v6A1.0021 1.0021 0 0018 15zm1-6h4v4H19z"
1243
+ })), _path92 || (_path92 = /*#__PURE__*/React__default.createElement("path", {
1242
1244
  d: "M4,4H9V2H4A2.0059,2.0059,0,0,0,2,4V28a2.0059,2.0059,0,0,0,2,2H9V28H4Z"
1243
1245
  })), children);
1244
1246
  });
@@ -1263,15 +1265,15 @@ const CicsTransactionServerZos = /*#__PURE__*/React__default.forwardRef(function
1263
1265
  cx: "28",
1264
1266
  cy: "10",
1265
1267
  r: "2"
1266
- })), _path92 || (_path92 = /*#__PURE__*/React__default.createElement("path", {
1267
- d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
1268
1268
  })), _path93 || (_path93 = /*#__PURE__*/React__default.createElement("path", {
1269
+ d: "M18,29h-7v-2h7c4.9626,0,9-4.0374,9-9v-4h2v4c0,6.0654-4.9346,11-11,11Z"
1270
+ })), _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
1269
1271
  d: "M16,21c-2.7571,0-5-2.2429-5-5s2.2429-5,5-5,5,2.2429,5,5-2.2429,5-5,5Zm0-8c-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3-1.3457-3-3-3Z"
1270
1272
  })), _circle4 || (_circle4 = /*#__PURE__*/React__default.createElement("circle", {
1271
1273
  cx: "4",
1272
1274
  cy: "22",
1273
1275
  r: "2"
1274
- })), _path94 || (_path94 = /*#__PURE__*/React__default.createElement("path", {
1276
+ })), _path95 || (_path95 = /*#__PURE__*/React__default.createElement("path", {
1275
1277
  d: "M5,18H3v-4C3,7.9346,7.9346,3,14,3h7v2h-7c-4.9626,0-9,4.0374-9,9v4Z"
1276
1278
  })), children);
1277
1279
  });
@@ -1292,9 +1294,9 @@ const CicsWuiRegion = /*#__PURE__*/React__default.forwardRef(function CicsWuiReg
1292
1294
  viewBox: "0 0 32 32",
1293
1295
  fill: "currentColor",
1294
1296
  ...rest
1295
- }, _path95 || (_path95 = /*#__PURE__*/React__default.createElement("path", {
1297
+ }, _path96 || (_path96 = /*#__PURE__*/React__default.createElement("path", {
1296
1298
  d: "M22 22L24 22 24 28 22 28 22 30 28 30 28 28 26 28 26 22 28 22 28 20 22 20 22 22zM18 28H16V20H14v8.6A1.4529 1.4529 0 0015.5 30h3A1.4529 1.4529 0 0020 28.6V20H18zM10.2 20L10 28.5 9 22 7 22 6 28.5 5.8 20 4 20 4.72 30 7 30 8 23.5 9 30 11.28 30 12 20 10.2 20zM16 11L13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13 16 11z"
1297
- })), _path96 || (_path96 = /*#__PURE__*/React__default.createElement("path", {
1299
+ })), _path97 || (_path97 = /*#__PURE__*/React__default.createElement("path", {
1298
1300
  d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V18H6V6H26V18h2V6A2.0059,2.0059,0,0,0,26,4Z"
1299
1301
  })), children);
1300
1302
  });
@@ -1315,9 +1317,9 @@ const CicsRegion = /*#__PURE__*/React__default.forwardRef(function CicsRegion(_r
1315
1317
  viewBox: "0 0 32 32",
1316
1318
  fill: "currentColor",
1317
1319
  ...rest
1318
- }, _path97 || (_path97 = /*#__PURE__*/React__default.createElement("path", {
1320
+ }, _path98 || (_path98 = /*#__PURE__*/React__default.createElement("path", {
1319
1321
  d: "M23.5 18L21 18.7 21 16 19 16 19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18zM16 13L16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16 13 13 16 13z"
1320
- })), _path98 || (_path98 = /*#__PURE__*/React__default.createElement("path", {
1322
+ })), _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
1321
1323
  d: "M26,4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V6A2.0059,2.0059,0,0,0,26,4ZM6,26V6H26V26Z"
1322
1324
  })), children);
1323
1325
  });
@@ -1338,7 +1340,7 @@ const CicsRegionAlt = /*#__PURE__*/React__default.forwardRef(function CicsRegion
1338
1340
  viewBox: "0 0 32 32",
1339
1341
  fill: "currentColor",
1340
1342
  ...rest
1341
- }, _path99 || (_path99 = /*#__PURE__*/React__default.createElement("path", {
1343
+ }, _path100 || (_path100 = /*#__PURE__*/React__default.createElement("path", {
1342
1344
  d: "M31 13v-2h-4c-1.1028 0-2 .8975-2 2v2c0 1.1025.8972 2 2 2h2v2h-4v2h4c1.1028 0 2-.8975 2-2v-2c0-1.1025-.8972-2-2-2h-2v-2h4zM17 13v6c0 1.1025.8972 2 2 2h4v-2h-4v-6h4v-2h-4c-1.1028 0-2 .8975-2 2zM9 13L11 13 11 19 9 19 9 21 15 21 15 19 13 19 13 13 15 13 15 11 9 11 9 13zM1 13v6c0 1.1025.8972 2 2 2H7v-2H3v-6H7v-2H3c-1.1028 0-2 .8975-2 2z"
1343
1345
  })), children);
1344
1346
  });
@@ -1359,9 +1361,9 @@ const CicsRegionRouting = /*#__PURE__*/React__default.forwardRef(function CicsRe
1359
1361
  viewBox: "0 0 32 32",
1360
1362
  fill: "currentColor",
1361
1363
  ...rest
1362
- }, _path100 || (_path100 = /*#__PURE__*/React__default.createElement("path", {
1364
+ }, _path101 || (_path101 = /*#__PURE__*/React__default.createElement("path", {
1363
1365
  d: "M22 2L22 4 26.6 4 20 10.6 21.4 12 28 5.4 28 10 30 10 30 2 22 2zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
1364
- })), _path101 || (_path101 = /*#__PURE__*/React__default.createElement("path", {
1366
+ })), _path102 || (_path102 = /*#__PURE__*/React__default.createElement("path", {
1365
1367
  d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
1366
1368
  })), children);
1367
1369
  });
@@ -1382,9 +1384,9 @@ const CicsRegionTarget = /*#__PURE__*/React__default.forwardRef(function CicsReg
1382
1384
  viewBox: "0 0 32 32",
1383
1385
  fill: "currentColor",
1384
1386
  ...rest
1385
- }, _path102 || (_path102 = /*#__PURE__*/React__default.createElement("path", {
1387
+ }, _path103 || (_path103 = /*#__PURE__*/React__default.createElement("path", {
1386
1388
  d: "M26 7H28V10H26zM29 4H32V6H29zM26 0H28V3H26zM22 4H25V6H22zM19 16L19 18.7 16.5 18 16 19.9 18.4 20.6 17 23 18.7 24 20 21.8 21.3 24 23 23 21.6 20.6 24 19.9 23.5 18 21 18.7 21 16 19 16zM13 16L13 13 16 13 16 11 13 11 13 8 11 8 11 11 8 11 8 13 11 13 11 16 13 16z"
1387
- })), _path103 || (_path103 = /*#__PURE__*/React__default.createElement("path", {
1389
+ })), _path104 || (_path104 = /*#__PURE__*/React__default.createElement("path", {
1388
1390
  d: "M26,26H6V6H19V4H6A2.0059,2.0059,0,0,0,4,6V26a2.0059,2.0059,0,0,0,2,2H26a2.0059,2.0059,0,0,0,2-2V13H26Z"
1389
1391
  })), children);
1390
1392
  });
@@ -1405,7 +1407,7 @@ const Cicsplex = /*#__PURE__*/React__default.forwardRef(function Cicsplex(_ref51
1405
1407
  viewBox: "0 0 32 32",
1406
1408
  fill: "currentColor",
1407
1409
  ...rest
1408
- }, _path104 || (_path104 = /*#__PURE__*/React__default.createElement("path", {
1410
+ }, _path105 || (_path105 = /*#__PURE__*/React__default.createElement("path", {
1409
1411
  d: "M8 18.6V17H6v1.6A7.3833 7.3833 0 0013.4 26H15V24H13.4A5.3775 5.3775 0 018 18.6zM28 18H20a2.0059 2.0059 0 00-2 2v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V20A2.0059 2.0059 0 0028 18zM20 28V20h8v8zM24 13.4V15h2V13.4A7.3833 7.3833 0 0018.6 6H17V8h1.6A5.3775 5.3775 0 0124 13.4zM12 2H4A2.0059 2.0059 0 002 4v8a2.0059 2.0059 0 002 2h8a2.0059 2.0059 0 002-2V4A2.0059 2.0059 0 0012 2zM4 12V4h8v8z"
1410
1412
  })), children);
1411
1413
  });
@@ -1430,7 +1432,7 @@ const CircleFilled = /*#__PURE__*/React__default.forwardRef(function CircleFille
1430
1432
  cx: "16",
1431
1433
  cy: "16",
1432
1434
  r: "10"
1433
- })), _path105 || (_path105 = /*#__PURE__*/React__default.createElement("path", {
1435
+ })), _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
1434
1436
  d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
1435
1437
  })), children);
1436
1438
  });
@@ -1451,7 +1453,7 @@ const CircleOutline = /*#__PURE__*/React__default.forwardRef(function CircleOutl
1451
1453
  viewBox: "0 0 32 32",
1452
1454
  fill: "currentColor",
1453
1455
  ...rest
1454
- }, _path106 || (_path106 = /*#__PURE__*/React__default.createElement("path", {
1456
+ }, _path107 || (_path107 = /*#__PURE__*/React__default.createElement("path", {
1455
1457
  strokeWidth: "0",
1456
1458
  d: "m16,2c-7.732,0-14,6.268-14,14s6.268,14,14,14,14-6.268,14-14S23.732,2,16,2Zm0,26c-6.6274,0-12-5.3726-12-12s5.3726-12,12-12,12,5.3726,12,12-5.3726,12-12,12Z"
1457
1459
  })), children);
@@ -1496,7 +1498,7 @@ const CircleDash = /*#__PURE__*/React__default.forwardRef(function CircleDash(_r
1496
1498
  viewBox: "0 0 32 32",
1497
1499
  fill: "currentColor",
1498
1500
  ...rest
1499
- }, _path107 || (_path107 = /*#__PURE__*/React__default.createElement("path", {
1501
+ }, _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
1500
1502
  d: "M7.7 4.7a14.7 14.7 0 00-3 3.1L6.3 9A13.26 13.26 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.51 12.51 0 002 16H4A11.48 11.48 0 014.6 12.3zM2.7 20.4a14.4 14.4 0 002 3.9l1.6-1.2a12.89 12.89 0 01-1.7-3.3zM7.8 27.3a14.4 14.4 0 003.9 2l.6-1.9A12.89 12.89 0 019 25.7zM11.7 2.7l.6 1.9A11.48 11.48 0 0116 4V2A12.51 12.51 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.53 11.53 0 0123 25.7zM27.4 19.7l1.9.6A15.47 15.47 0 0030 16H28A11.48 11.48 0 0127.4 19.7zM29.2 11.6a14.4 14.4 0 00-2-3.9L25.6 8.9a12.89 12.89 0 011.7 3.3zM24.1 4.6a14.4 14.4 0 00-3.9-2l-.6 1.9a12.89 12.89 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.48 11.48 0 0116 28v2A21.42 21.42 0 0020.3 29.3z"
1501
1503
  })), children);
1502
1504
  });
@@ -1555,9 +1557,9 @@ const WatsonHealthCircleMeasurement = /*#__PURE__*/React__default.forwardRef(fun
1555
1557
  viewBox: "0 0 32 32",
1556
1558
  fill: "currentColor",
1557
1559
  ...rest
1558
- }, _path108 || (_path108 = /*#__PURE__*/React__default.createElement("path", {
1560
+ }, _path109 || (_path109 = /*#__PURE__*/React__default.createElement("path", {
1559
1561
  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"
1560
- })), _path109 || (_path109 = /*#__PURE__*/React__default.createElement("path", {
1562
+ })), _path110 || (_path110 = /*#__PURE__*/React__default.createElement("path", {
1561
1563
  d: "M21,12.41V16h2V9H16v2h3.59L11,19.59V16H9v7h7V21H12.41Z"
1562
1564
  })), children);
1563
1565
  });
@@ -1578,7 +1580,7 @@ const CirclePacking = /*#__PURE__*/React__default.forwardRef(function CirclePack
1578
1580
  viewBox: "0 0 32 32",
1579
1581
  fill: "currentColor",
1580
1582
  ...rest
1581
- }, _path110 || (_path110 = /*#__PURE__*/React__default.createElement("path", {
1583
+ }, _path111 || (_path111 = /*#__PURE__*/React__default.createElement("path", {
1582
1584
  d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.5,7A3.5,3.5,0,1,1,20,12.5,3.5041,3.5041,0,0,1,23.5,9Zm.4348-1.978C23.791,7.0107,23.6467,7,23.5,7a5.4826,5.4826,0,0,0-4.1323,1.8784,8.0109,8.0109,0,0,0-5.5664-4.6675A11.8554,11.8554,0,0,1,23.9348,7.022ZM16,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,28ZM12,18a6,6,0,1,1,6-6A6.0067,6.0067,0,0,1,12,18ZM4,16a11.97,11.97,0,0,1,.2112-2.1987,7.9921,7.9921,0,0,0,7.3459,6.1762,5.9581,5.9581,0,0,0-.89,6.7564A12.0025,12.0025,0,0,1,4,16ZM21.3325,26.7339a5.9834,5.9834,0,0,0-4.1782-8.6206,8.02,8.02,0,0,0,1.9126-2.3672,5.4883,5.4883,0,0,0,8.9167-.0679c.003.1079.0164.2134.0164.3218A12.0025,12.0025,0,0,1,21.3325,26.7339Z"
1583
1585
  })), children);
1584
1586
  });
@@ -1600,7 +1602,7 @@ const CircleStroke = /*#__PURE__*/React__default.forwardRef(function CircleStrok
1600
1602
  viewBox: "0 0 16 16",
1601
1603
  fill: "currentColor",
1602
1604
  ...rest
1603
- }, _path111 || (_path111 = /*#__PURE__*/React__default.createElement("path", {
1605
+ }, _path112 || (_path112 = /*#__PURE__*/React__default.createElement("path", {
1604
1606
  d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
1605
1607
  })), children);
1606
1608
  }
@@ -1612,7 +1614,7 @@ const CircleStroke = /*#__PURE__*/React__default.forwardRef(function CircleStrok
1612
1614
  viewBox: "0 0 16 16",
1613
1615
  fill: "currentColor",
1614
1616
  ...rest
1615
- }, _path112 || (_path112 = /*#__PURE__*/React__default.createElement("path", {
1617
+ }, _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
1616
1618
  d: "M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"
1617
1619
  })), children);
1618
1620
  });
@@ -1633,21 +1635,42 @@ const QCircuitComposer = /*#__PURE__*/React__default.forwardRef(function QCircui
1633
1635
  viewBox: "0 0 32 32",
1634
1636
  fill: "currentColor",
1635
1637
  ...rest
1636
- }, _path113 || (_path113 = /*#__PURE__*/React__default.createElement("path", {
1638
+ }, _path114 || (_path114 = /*#__PURE__*/React__default.createElement("path", {
1637
1639
  d: "M18 9L18 15 14 15 14 9 12 9 12 23 14 23 14 17 18 17 18 23 20 23 20 9 18 9z"
1638
- })), _path114 || (_path114 = /*#__PURE__*/React__default.createElement("path", {
1640
+ })), _path115 || (_path115 = /*#__PURE__*/React__default.createElement("path", {
1639
1641
  d: "M30,15H26V6a2,2,0,0,0-2-2H8A2,2,0,0,0,6,6v9H2v2H6v9a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V17h4ZM8,26V6H24V26Z"
1640
1642
  })), children);
1641
1643
  });
1642
1644
  if (process.env.NODE_ENV !== "production") {
1643
1645
  QCircuitComposer.propTypes = iconPropTypes;
1644
1646
  }
1645
- const Classification = /*#__PURE__*/React__default.forwardRef(function Classification(_ref61, ref) {
1647
+ const ClassicBatch = /*#__PURE__*/React__default.forwardRef(function ClassicBatch(_ref61, ref) {
1646
1648
  let {
1647
1649
  children,
1648
1650
  size = 16,
1649
1651
  ...rest
1650
1652
  } = _ref61;
1653
+ return /*#__PURE__*/React__default.createElement(Icon, {
1654
+ width: size,
1655
+ height: size,
1656
+ ref: ref,
1657
+ xmlns: "http://www.w3.org/2000/svg",
1658
+ viewBox: "0 0 32 32",
1659
+ fill: "currentColor",
1660
+ ...rest
1661
+ }, _path116 || (_path116 = /*#__PURE__*/React__default.createElement("path", {
1662
+ d: "M30,4v16c0,1.1-.9,2-2,2H12c-1.1,0-2-.9-2-2V4c0-1.1.9-2,2-2h16c1.1,0,2,.9,2,2ZM28,20V4H12v16h16ZM8,6h-2v18c0,1.1.9,2,2,2h18v-2H8V6ZM4,10h-2v18c0,1.1.9,2,2,2h18v-2H4V10Z"
1663
+ })), children);
1664
+ });
1665
+ if (process.env.NODE_ENV !== "production") {
1666
+ ClassicBatch.propTypes = iconPropTypes;
1667
+ }
1668
+ const Classification = /*#__PURE__*/React__default.forwardRef(function Classification(_ref62, ref) {
1669
+ let {
1670
+ children,
1671
+ size = 16,
1672
+ ...rest
1673
+ } = _ref62;
1651
1674
  return /*#__PURE__*/React__default.createElement(Icon, {
1652
1675
  width: size,
1653
1676
  height: size,
@@ -1660,19 +1683,19 @@ const Classification = /*#__PURE__*/React__default.forwardRef(function Classific
1660
1683
  cx: "15",
1661
1684
  cy: "19",
1662
1685
  r: "1"
1663
- })), _path115 || (_path115 = /*#__PURE__*/React__default.createElement("path", {
1686
+ })), _path117 || (_path117 = /*#__PURE__*/React__default.createElement("path", {
1664
1687
  d: "M27.7,9.3l-7-7A.9087.9087,0,0,0,20,2H10A2.0058,2.0058,0,0,0,8,4V14H6a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2H8v4a2.0058,2.0058,0,0,0,2,2H26a2.0058,2.0058,0,0,0,2-2V10A.9092.9092,0,0,0,27.7,9.3ZM20,4.4,25.6,10H20ZM6,16h9.5972L19,19l-3.3926,3H6ZM26,28H10V24h5.6089a2.0076,2.0076,0,0,0,1.3135-.4927l3.3833-2.9917a2.0015,2.0015,0,0,0,.01-3.0229l-3.4033-3.0083A1.9961,1.9961,0,0,0,15.6089,14H10V4h8v6a2.0058,2.0058,0,0,0,2,2h6Z"
1665
1688
  })), children);
1666
1689
  });
1667
1690
  if (process.env.NODE_ENV !== "production") {
1668
1691
  Classification.propTypes = iconPropTypes;
1669
1692
  }
1670
- const ClassifierLanguage = /*#__PURE__*/React__default.forwardRef(function ClassifierLanguage(_ref62, ref) {
1693
+ const ClassifierLanguage = /*#__PURE__*/React__default.forwardRef(function ClassifierLanguage(_ref63, ref) {
1671
1694
  let {
1672
1695
  children,
1673
1696
  size = 16,
1674
1697
  ...rest
1675
- } = _ref62;
1698
+ } = _ref63;
1676
1699
  return /*#__PURE__*/React__default.createElement(Icon, {
1677
1700
  width: size,
1678
1701
  height: size,
@@ -1681,19 +1704,19 @@ const ClassifierLanguage = /*#__PURE__*/React__default.forwardRef(function Class
1681
1704
  viewBox: "0 0 32 32",
1682
1705
  fill: "currentColor",
1683
1706
  ...rest
1684
- }, _path116 || (_path116 = /*#__PURE__*/React__default.createElement("path", {
1707
+ }, _path118 || (_path118 = /*#__PURE__*/React__default.createElement("path", {
1685
1708
  d: "M30 10V2H22v8h3v4H23v2h7V14H27V10zM24 4h4V8H24zM20 23.41L18.59 22 16 24.59 13.41 22 12 23.41 14.59 26 12 28.59 13.41 30 16 27.41 18.59 30 20 28.59 17.41 26 20 23.41zM20 14L12 14 12 16 15 16 15 21 17 21 17 16 20 16 20 14zM7 9.86a4 4 0 10-2 0V14H2v2H9V14H7zM4 6A2 2 0 116 8 2 2 0 014 6z"
1686
1709
  })), children);
1687
1710
  });
1688
1711
  if (process.env.NODE_ENV !== "production") {
1689
1712
  ClassifierLanguage.propTypes = iconPropTypes;
1690
1713
  }
1691
- const Clean = /*#__PURE__*/React__default.forwardRef(function Clean(_ref63, ref) {
1714
+ const Clean = /*#__PURE__*/React__default.forwardRef(function Clean(_ref64, ref) {
1692
1715
  let {
1693
1716
  children,
1694
1717
  size = 16,
1695
1718
  ...rest
1696
- } = _ref63;
1719
+ } = _ref64;
1697
1720
  return /*#__PURE__*/React__default.createElement(Icon, {
1698
1721
  width: size,
1699
1722
  height: size,
@@ -1702,28 +1725,28 @@ const Clean = /*#__PURE__*/React__default.forwardRef(function Clean(_ref63, ref)
1702
1725
  viewBox: "0 0 32 32",
1703
1726
  fill: "currentColor",
1704
1727
  ...rest
1705
- }, _path117 || (_path117 = /*#__PURE__*/React__default.createElement("path", {
1728
+ }, _path119 || (_path119 = /*#__PURE__*/React__default.createElement("path", {
1706
1729
  d: "M20 18H26V20H20z",
1707
1730
  transform: "rotate(-180 23 19)"
1708
- })), _path118 || (_path118 = /*#__PURE__*/React__default.createElement("path", {
1731
+ })), _path120 || (_path120 = /*#__PURE__*/React__default.createElement("path", {
1709
1732
  d: "M24 26H30V28H24z",
1710
1733
  transform: "rotate(-180 27 27)"
1711
- })), _path119 || (_path119 = /*#__PURE__*/React__default.createElement("path", {
1734
+ })), _path121 || (_path121 = /*#__PURE__*/React__default.createElement("path", {
1712
1735
  d: "M22 22H28V24H22z",
1713
1736
  transform: "rotate(-180 25 23)"
1714
- })), _path120 || (_path120 = /*#__PURE__*/React__default.createElement("path", {
1737
+ })), _path122 || (_path122 = /*#__PURE__*/React__default.createElement("path", {
1715
1738
  d: "M17.0029,20a4.8952,4.8952,0,0,0-2.4044-4.1729L22,3,20.2691,2,12.6933,15.126A5.6988,5.6988,0,0,0,7.45,16.6289C3.7064,20.24,3.9963,28.6821,4.01,29.04a1,1,0,0,0,1,.96H20.0012a1,1,0,0,0,.6-1.8C17.0615,25.5439,17.0029,20.0537,17.0029,20ZM11.93,16.9971A3.11,3.11,0,0,1,15.0041,20c0,.0381.0019.208.0168.4688L9.1215,17.8452A3.8,3.8,0,0,1,11.93,16.9971ZM15.4494,28A5.2,5.2,0,0,1,14,25H12a6.4993,6.4993,0,0,0,.9684,3H10.7451A16.6166,16.6166,0,0,1,10,24H8a17.3424,17.3424,0,0,0,.6652,4H6c.031-1.8364.29-5.8921,1.8027-8.5527l7.533,3.35A13.0253,13.0253,0,0,0,17.5968,28Z"
1716
1739
  })), children);
1717
1740
  });
1718
1741
  if (process.env.NODE_ENV !== "production") {
1719
1742
  Clean.propTypes = iconPropTypes;
1720
1743
  }
1721
- const Close = /*#__PURE__*/React__default.forwardRef(function Close(_ref64, ref) {
1744
+ const Close = /*#__PURE__*/React__default.forwardRef(function Close(_ref65, ref) {
1722
1745
  let {
1723
1746
  children,
1724
1747
  size = 16,
1725
1748
  ...rest
1726
- } = _ref64;
1749
+ } = _ref65;
1727
1750
  return /*#__PURE__*/React__default.createElement(Icon, {
1728
1751
  width: size,
1729
1752
  height: size,
@@ -1732,19 +1755,19 @@ const Close = /*#__PURE__*/React__default.forwardRef(function Close(_ref64, ref)
1732
1755
  viewBox: "0 0 32 32",
1733
1756
  fill: "currentColor",
1734
1757
  ...rest
1735
- }, _path121 || (_path121 = /*#__PURE__*/React__default.createElement("path", {
1758
+ }, _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
1736
1759
  d: "M17.4141 16L24 9.4141 22.5859 8 16 14.5859 9.4143 8 8 9.4141 14.5859 16 8 22.5859 9.4143 24 16 17.4141 22.5859 24 24 22.5859 17.4141 16z"
1737
1760
  })), children);
1738
1761
  });
1739
1762
  if (process.env.NODE_ENV !== "production") {
1740
1763
  Close.propTypes = iconPropTypes;
1741
1764
  }
1742
- const CloseFilled = /*#__PURE__*/React__default.forwardRef(function CloseFilled(_ref65, ref) {
1765
+ const CloseFilled = /*#__PURE__*/React__default.forwardRef(function CloseFilled(_ref66, ref) {
1743
1766
  let {
1744
1767
  children,
1745
1768
  size = 16,
1746
1769
  ...rest
1747
- } = _ref65;
1770
+ } = _ref66;
1748
1771
  if (size === 16 || size === "16" || size === "16px") {
1749
1772
  return /*#__PURE__*/React__default.createElement(Icon, {
1750
1773
  width: size,
@@ -1754,7 +1777,7 @@ const CloseFilled = /*#__PURE__*/React__default.forwardRef(function CloseFilled(
1754
1777
  viewBox: "0 0 16 16",
1755
1778
  fill: "currentColor",
1756
1779
  ...rest
1757
- }, _path122 || (_path122 = /*#__PURE__*/React__default.createElement("path", {
1780
+ }, _path124 || (_path124 = /*#__PURE__*/React__default.createElement("path", {
1758
1781
  d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L8,8.8l-2.7,2.7l-0.8-0.8L7.2,8L4.5,5.3l0.8-0.8L8,7.2 l2.7-2.7l0.8,0.8L8.8,8l2.7,2.7L10.7,11.5z"
1759
1782
  })), children);
1760
1783
  }
@@ -1766,9 +1789,9 @@ const CloseFilled = /*#__PURE__*/React__default.forwardRef(function CloseFilled(
1766
1789
  viewBox: "0 0 32 32",
1767
1790
  fill: "currentColor",
1768
1791
  ...rest
1769
- }, _path123 || (_path123 = /*#__PURE__*/React__default.createElement("path", {
1792
+ }, _path125 || (_path125 = /*#__PURE__*/React__default.createElement("path", {
1770
1793
  d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M21.4,23L16,17.6L10.6,23L9,21.4l5.4-5.4L9,10.6L10.6,9 l5.4,5.4L21.4,9l1.6,1.6L17.6,16l5.4,5.4L21.4,23z"
1771
- })), _path124 || (_path124 = /*#__PURE__*/React__default.createElement("path", {
1794
+ })), _path126 || (_path126 = /*#__PURE__*/React__default.createElement("path", {
1772
1795
  d: "M14.4 16L9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4 21.4 23 16 17.6 10.6 23 9 21.4 14.4 16",
1773
1796
  "data-icon-path": "inner-path",
1774
1797
  opacity: "0"
@@ -1777,12 +1800,12 @@ const CloseFilled = /*#__PURE__*/React__default.forwardRef(function CloseFilled(
1777
1800
  if (process.env.NODE_ENV !== "production") {
1778
1801
  CloseFilled.propTypes = iconPropTypes;
1779
1802
  }
1780
- const CloseLarge = /*#__PURE__*/React__default.forwardRef(function CloseLarge(_ref66, ref) {
1803
+ const CloseLarge = /*#__PURE__*/React__default.forwardRef(function CloseLarge(_ref67, ref) {
1781
1804
  let {
1782
1805
  children,
1783
1806
  size = 16,
1784
1807
  ...rest
1785
- } = _ref66;
1808
+ } = _ref67;
1786
1809
  return /*#__PURE__*/React__default.createElement(Icon, {
1787
1810
  width: size,
1788
1811
  height: size,
@@ -1791,19 +1814,19 @@ const CloseLarge = /*#__PURE__*/React__default.forwardRef(function CloseLarge(_r
1791
1814
  viewBox: "0 0 32 32",
1792
1815
  fill: "currentColor",
1793
1816
  ...rest
1794
- }, _path125 || (_path125 = /*#__PURE__*/React__default.createElement("path", {
1817
+ }, _path127 || (_path127 = /*#__PURE__*/React__default.createElement("path", {
1795
1818
  d: "M17.4141 16L26 7.4141 24.5859 6 16 14.5859 7.4143 6 6 7.4141 14.5859 16 6 24.5859 7.4143 26 16 17.4141 24.5859 26 26 24.5859 17.4141 16z"
1796
1819
  })), children);
1797
1820
  });
1798
1821
  if (process.env.NODE_ENV !== "production") {
1799
1822
  CloseLarge.propTypes = iconPropTypes;
1800
1823
  }
1801
- const CloseOutline = /*#__PURE__*/React__default.forwardRef(function CloseOutline(_ref67, ref) {
1824
+ const CloseOutline = /*#__PURE__*/React__default.forwardRef(function CloseOutline(_ref68, ref) {
1802
1825
  let {
1803
1826
  children,
1804
1827
  size = 16,
1805
1828
  ...rest
1806
- } = _ref67;
1829
+ } = _ref68;
1807
1830
  return /*#__PURE__*/React__default.createElement(Icon, {
1808
1831
  width: size,
1809
1832
  height: size,
@@ -1812,21 +1835,21 @@ const CloseOutline = /*#__PURE__*/React__default.forwardRef(function CloseOutlin
1812
1835
  viewBox: "0 0 32 32",
1813
1836
  fill: "currentColor",
1814
1837
  ...rest
1815
- }, _path126 || (_path126 = /*#__PURE__*/React__default.createElement("path", {
1838
+ }, _path128 || (_path128 = /*#__PURE__*/React__default.createElement("path", {
1816
1839
  d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12 S22.6,28,16,28z"
1817
- })), _path127 || (_path127 = /*#__PURE__*/React__default.createElement("path", {
1840
+ })), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
1818
1841
  d: "M21.4 23L16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z"
1819
1842
  })), children);
1820
1843
  });
1821
1844
  if (process.env.NODE_ENV !== "production") {
1822
1845
  CloseOutline.propTypes = iconPropTypes;
1823
1846
  }
1824
- const ClosedCaption = /*#__PURE__*/React__default.forwardRef(function ClosedCaption(_ref68, ref) {
1847
+ const ClosedCaption = /*#__PURE__*/React__default.forwardRef(function ClosedCaption(_ref69, ref) {
1825
1848
  let {
1826
1849
  children,
1827
1850
  size = 16,
1828
1851
  ...rest
1829
- } = _ref68;
1852
+ } = _ref69;
1830
1853
  return /*#__PURE__*/React__default.createElement(Icon, {
1831
1854
  width: size,
1832
1855
  height: size,
@@ -1835,21 +1858,21 @@ const ClosedCaption = /*#__PURE__*/React__default.forwardRef(function ClosedCapt
1835
1858
  viewBox: "0 0 32 32",
1836
1859
  fill: "currentColor",
1837
1860
  ...rest
1838
- }, _path128 || (_path128 = /*#__PURE__*/React__default.createElement("path", {
1861
+ }, _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
1839
1862
  d: "M15 21H10a2 2 0 01-2-2V13a2 2 0 012-2h5v2H10v6h5zM25 21H20a2 2 0 01-2-2V13a2 2 0 012-2h5v2H20v6h5z"
1840
- })), _path129 || (_path129 = /*#__PURE__*/React__default.createElement("path", {
1863
+ })), _path131 || (_path131 = /*#__PURE__*/React__default.createElement("path", {
1841
1864
  d: "M28,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,8V24H28V8Z"
1842
1865
  })), children);
1843
1866
  });
1844
1867
  if (process.env.NODE_ENV !== "production") {
1845
1868
  ClosedCaption.propTypes = iconPropTypes;
1846
1869
  }
1847
- const ClosedCaptionAlt = /*#__PURE__*/React__default.forwardRef(function ClosedCaptionAlt(_ref69, ref) {
1870
+ const ClosedCaptionAlt = /*#__PURE__*/React__default.forwardRef(function ClosedCaptionAlt(_ref70, ref) {
1848
1871
  let {
1849
1872
  children,
1850
1873
  size = 16,
1851
1874
  ...rest
1852
- } = _ref69;
1875
+ } = _ref70;
1853
1876
  return /*#__PURE__*/React__default.createElement(Icon, {
1854
1877
  width: size,
1855
1878
  height: size,
@@ -1858,21 +1881,21 @@ const ClosedCaptionAlt = /*#__PURE__*/React__default.forwardRef(function ClosedC
1858
1881
  viewBox: "0 0 32 32",
1859
1882
  fill: "currentColor",
1860
1883
  ...rest
1861
- }, _path130 || (_path130 = /*#__PURE__*/React__default.createElement("path", {
1884
+ }, _path132 || (_path132 = /*#__PURE__*/React__default.createElement("path", {
1862
1885
  d: "M19 17H25V19H19zM11 17H17V19H11zM6 17H9V19H6zM22 13H26V15H22zM13 13H20V15H13zM6 13H11V15H6z"
1863
- })), _path131 || (_path131 = /*#__PURE__*/React__default.createElement("path", {
1886
+ })), _path133 || (_path133 = /*#__PURE__*/React__default.createElement("path", {
1864
1887
  d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
1865
1888
  })), children);
1866
1889
  });
1867
1890
  if (process.env.NODE_ENV !== "production") {
1868
1891
  ClosedCaptionAlt.propTypes = iconPropTypes;
1869
1892
  }
1870
- const ClosedCaptionFilled = /*#__PURE__*/React__default.forwardRef(function ClosedCaptionFilled(_ref70, ref) {
1893
+ const ClosedCaptionFilled = /*#__PURE__*/React__default.forwardRef(function ClosedCaptionFilled(_ref71, ref) {
1871
1894
  let {
1872
1895
  children,
1873
1896
  size = 16,
1874
1897
  ...rest
1875
- } = _ref70;
1898
+ } = _ref71;
1876
1899
  return /*#__PURE__*/React__default.createElement(Icon, {
1877
1900
  width: size,
1878
1901
  height: size,
@@ -1881,19 +1904,19 @@ const ClosedCaptionFilled = /*#__PURE__*/React__default.forwardRef(function Clos
1881
1904
  viewBox: "0 0 32 32",
1882
1905
  fill: "currentColor",
1883
1906
  ...rest
1884
- }, _path132 || (_path132 = /*#__PURE__*/React__default.createElement("path", {
1907
+ }, _path134 || (_path134 = /*#__PURE__*/React__default.createElement("path", {
1885
1908
  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,6ZM15,13H10v6h5v2H10a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm10,0H20v6h5v2H20a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Z"
1886
1909
  })), children);
1887
1910
  });
1888
1911
  if (process.env.NODE_ENV !== "production") {
1889
1912
  ClosedCaptionFilled.propTypes = iconPropTypes;
1890
1913
  }
1891
- const Cloud = /*#__PURE__*/React__default.forwardRef(function Cloud(_ref71, ref) {
1914
+ const Cloud = /*#__PURE__*/React__default.forwardRef(function Cloud(_ref72, ref) {
1892
1915
  let {
1893
1916
  children,
1894
1917
  size = 16,
1895
1918
  ...rest
1896
- } = _ref71;
1919
+ } = _ref72;
1897
1920
  return /*#__PURE__*/React__default.createElement(Icon, {
1898
1921
  width: size,
1899
1922
  height: size,
@@ -1902,19 +1925,19 @@ const Cloud = /*#__PURE__*/React__default.forwardRef(function Cloud(_ref71, ref)
1902
1925
  viewBox: "0 0 32 32",
1903
1926
  fill: "currentColor",
1904
1927
  ...rest
1905
- }, _path133 || (_path133 = /*#__PURE__*/React__default.createElement("path", {
1928
+ }, _path135 || (_path135 = /*#__PURE__*/React__default.createElement("path", {
1906
1929
  d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
1907
1930
  })), children);
1908
1931
  });
1909
1932
  if (process.env.NODE_ENV !== "production") {
1910
1933
  Cloud.propTypes = iconPropTypes;
1911
1934
  }
1912
- const CloudAlerting = /*#__PURE__*/React__default.forwardRef(function CloudAlerting(_ref72, ref) {
1935
+ const CloudAlerting = /*#__PURE__*/React__default.forwardRef(function CloudAlerting(_ref73, ref) {
1913
1936
  let {
1914
1937
  children,
1915
1938
  size = 16,
1916
1939
  ...rest
1917
- } = _ref72;
1940
+ } = _ref73;
1918
1941
  return /*#__PURE__*/React__default.createElement(Icon, {
1919
1942
  width: size,
1920
1943
  height: size,
@@ -1923,21 +1946,21 @@ const CloudAlerting = /*#__PURE__*/React__default.forwardRef(function CloudAlert
1923
1946
  viewBox: "0 0 32 32",
1924
1947
  fill: "currentColor",
1925
1948
  ...rest
1926
- }, _path134 || (_path134 = /*#__PURE__*/React__default.createElement("path", {
1949
+ }, _path136 || (_path136 = /*#__PURE__*/React__default.createElement("path", {
1927
1950
  d: "M28,17v5H4V6H15V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
1928
- })), _path135 || (_path135 = /*#__PURE__*/React__default.createElement("path", {
1951
+ })), _path137 || (_path137 = /*#__PURE__*/React__default.createElement("path", {
1929
1952
  d: "M29,14H17a1,1,0,0,1-.8574-1.5144l6-10a1,1,0,0,1,1.7154,0l6,10A1,1,0,0,1,29,14ZM18.7661,12h8.4678L23,4.9436Z"
1930
1953
  })), children);
1931
1954
  });
1932
1955
  if (process.env.NODE_ENV !== "production") {
1933
1956
  CloudAlerting.propTypes = iconPropTypes;
1934
1957
  }
1935
- const CloudAuditing = /*#__PURE__*/React__default.forwardRef(function CloudAuditing(_ref73, ref) {
1958
+ const CloudAuditing = /*#__PURE__*/React__default.forwardRef(function CloudAuditing(_ref74, ref) {
1936
1959
  let {
1937
1960
  children,
1938
1961
  size = 16,
1939
1962
  ...rest
1940
- } = _ref73;
1963
+ } = _ref74;
1941
1964
  return /*#__PURE__*/React__default.createElement(Icon, {
1942
1965
  width: size,
1943
1966
  height: size,
@@ -1946,21 +1969,21 @@ const CloudAuditing = /*#__PURE__*/React__default.forwardRef(function CloudAudit
1946
1969
  viewBox: "0 0 32 32",
1947
1970
  fill: "currentColor",
1948
1971
  ...rest
1949
- }, _path136 || (_path136 = /*#__PURE__*/React__default.createElement("path", {
1972
+ }, _path138 || (_path138 = /*#__PURE__*/React__default.createElement("path", {
1950
1973
  d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
1951
- })), _path137 || (_path137 = /*#__PURE__*/React__default.createElement("path", {
1974
+ })), _path139 || (_path139 = /*#__PURE__*/React__default.createElement("path", {
1952
1975
  d: "M21 15L16 10.04 17.59 8.47 21 11.85 28.41 4.5 30 6.08 21 15z"
1953
1976
  })), children);
1954
1977
  });
1955
1978
  if (process.env.NODE_ENV !== "production") {
1956
1979
  CloudAuditing.propTypes = iconPropTypes;
1957
1980
  }
1958
- const CloudDataOps = /*#__PURE__*/React__default.forwardRef(function CloudDataOps(_ref74, ref) {
1981
+ const CloudDataOps = /*#__PURE__*/React__default.forwardRef(function CloudDataOps(_ref75, ref) {
1959
1982
  let {
1960
1983
  children,
1961
1984
  size = 16,
1962
1985
  ...rest
1963
- } = _ref74;
1986
+ } = _ref75;
1964
1987
  return /*#__PURE__*/React__default.createElement(Icon, {
1965
1988
  width: size,
1966
1989
  height: size,
@@ -1969,19 +1992,19 @@ const CloudDataOps = /*#__PURE__*/React__default.forwardRef(function CloudDataOp
1969
1992
  viewBox: "0 0 32 32",
1970
1993
  fill: "currentColor",
1971
1994
  ...rest
1972
- }, _path138 || (_path138 = /*#__PURE__*/React__default.createElement("path", {
1995
+ }, _path140 || (_path140 = /*#__PURE__*/React__default.createElement("path", {
1973
1996
  d: "M28 18H30V28H28zM24 14H26V28H24zM20 22H22V28H20zM22.175 10L23.76 8.7339A9.9522 9.9522 0 0017.89 5.1816 10.0025 10.0025 0 006.17 13.1152 7.5054 7.5054 0 00.0544 21.4087 7.6843 7.6843 0 007.7692 28H16V26H7.6945a5.632 5.632 0 01-5.6023-4.4858 5.5064 5.5064 0 014.4339-6.4307l1.3486-.2441.2139-1.11a8.206 8.206 0 016.7426-6.6426 7.9666 7.9666 0 013.0137.13A7.8037 7.8037 0 0122.175 10z"
1974
1997
  })), children);
1975
1998
  });
1976
1999
  if (process.env.NODE_ENV !== "production") {
1977
2000
  CloudDataOps.propTypes = iconPropTypes;
1978
2001
  }
1979
- const CloudDownload = /*#__PURE__*/React__default.forwardRef(function CloudDownload(_ref75, ref) {
2002
+ const CloudDownload = /*#__PURE__*/React__default.forwardRef(function CloudDownload(_ref76, ref) {
1980
2003
  let {
1981
2004
  children,
1982
2005
  size = 16,
1983
2006
  ...rest
1984
- } = _ref75;
2007
+ } = _ref76;
1985
2008
  return /*#__PURE__*/React__default.createElement(Icon, {
1986
2009
  width: size,
1987
2010
  height: size,
@@ -1990,21 +2013,21 @@ const CloudDownload = /*#__PURE__*/React__default.forwardRef(function CloudDownl
1990
2013
  viewBox: "0 0 32 32",
1991
2014
  fill: "currentColor",
1992
2015
  ...rest
1993
- }, _path139 || (_path139 = /*#__PURE__*/React__default.createElement("path", {
2016
+ }, _path141 || (_path141 = /*#__PURE__*/React__default.createElement("path", {
1994
2017
  d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
1995
- })), _path140 || (_path140 = /*#__PURE__*/React__default.createElement("path", {
2018
+ })), _path142 || (_path142 = /*#__PURE__*/React__default.createElement("path", {
1996
2019
  d: "M17 26.17L17 14 15 14 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17z"
1997
2020
  })), children);
1998
2021
  });
1999
2022
  if (process.env.NODE_ENV !== "production") {
2000
2023
  CloudDownload.propTypes = iconPropTypes;
2001
2024
  }
2002
- const CloudLogging = /*#__PURE__*/React__default.forwardRef(function CloudLogging(_ref76, ref) {
2025
+ const CloudLogging = /*#__PURE__*/React__default.forwardRef(function CloudLogging(_ref77, ref) {
2003
2026
  let {
2004
2027
  children,
2005
2028
  size = 16,
2006
2029
  ...rest
2007
- } = _ref76;
2030
+ } = _ref77;
2008
2031
  return /*#__PURE__*/React__default.createElement(Icon, {
2009
2032
  width: size,
2010
2033
  height: size,
@@ -2013,21 +2036,21 @@ const CloudLogging = /*#__PURE__*/React__default.forwardRef(function CloudLoggin
2013
2036
  viewBox: "0 0 32 32",
2014
2037
  fill: "currentColor",
2015
2038
  ...rest
2016
- }, _path141 || (_path141 = /*#__PURE__*/React__default.createElement("path", {
2039
+ }, _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
2017
2040
  d: "M28 16v6H4V6H15V4H4A2 2 0 002 6V22a2 2 0 002 2h8v4H8v2H24V28H20V24h8a2 2 0 002-2V16zM18 28H14V24h4zM18 4H30V6H18z"
2018
- })), _path142 || (_path142 = /*#__PURE__*/React__default.createElement("path", {
2041
+ })), _path144 || (_path144 = /*#__PURE__*/React__default.createElement("path", {
2019
2042
  d: "M18 8H30V10H18zM18 12H24V14H18z"
2020
2043
  })), children);
2021
2044
  });
2022
2045
  if (process.env.NODE_ENV !== "production") {
2023
2046
  CloudLogging.propTypes = iconPropTypes;
2024
2047
  }
2025
- const CloudMonitoring = /*#__PURE__*/React__default.forwardRef(function CloudMonitoring(_ref77, ref) {
2048
+ const CloudMonitoring = /*#__PURE__*/React__default.forwardRef(function CloudMonitoring(_ref78, ref) {
2026
2049
  let {
2027
2050
  children,
2028
2051
  size = 16,
2029
2052
  ...rest
2030
- } = _ref77;
2053
+ } = _ref78;
2031
2054
  return /*#__PURE__*/React__default.createElement(Icon, {
2032
2055
  width: size,
2033
2056
  height: size,
@@ -2036,21 +2059,21 @@ const CloudMonitoring = /*#__PURE__*/React__default.forwardRef(function CloudMon
2036
2059
  viewBox: "0 0 32 32",
2037
2060
  fill: "currentColor",
2038
2061
  ...rest
2039
- }, _path143 || (_path143 = /*#__PURE__*/React__default.createElement("path", {
2062
+ }, _path145 || (_path145 = /*#__PURE__*/React__default.createElement("path", {
2040
2063
  d: "M28,16v6H4V6h7V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
2041
- })), _path144 || (_path144 = /*#__PURE__*/React__default.createElement("path", {
2064
+ })), _path146 || (_path146 = /*#__PURE__*/React__default.createElement("path", {
2042
2065
  d: "M18,18h-.01a1,1,0,0,1-.9511-.7253L15.2456,11H11V9h5a1,1,0,0,1,.9615.7252l1.0742,3.7589,3.0088-9.7783A1.0142,1.0142,0,0,1,22,3a.98.98,0,0,1,.9487.6838L24.7207,9H30v2H24a1,1,0,0,1-.9487-.6838l-1.0132-3.04L18.9556,17.2942A1,1,0,0,1,18,18Z"
2043
2066
  })), children);
2044
2067
  });
2045
2068
  if (process.env.NODE_ENV !== "production") {
2046
2069
  CloudMonitoring.propTypes = iconPropTypes;
2047
2070
  }
2048
- const CloudOffline = /*#__PURE__*/React__default.forwardRef(function CloudOffline(_ref78, ref) {
2071
+ const CloudOffline = /*#__PURE__*/React__default.forwardRef(function CloudOffline(_ref79, ref) {
2049
2072
  let {
2050
2073
  children,
2051
2074
  size = 16,
2052
2075
  ...rest
2053
- } = _ref78;
2076
+ } = _ref79;
2054
2077
  return /*#__PURE__*/React__default.createElement(Icon, {
2055
2078
  width: size,
2056
2079
  height: size,
@@ -2059,19 +2082,19 @@ const CloudOffline = /*#__PURE__*/React__default.forwardRef(function CloudOfflin
2059
2082
  viewBox: "0 0 32 32",
2060
2083
  fill: "currentColor",
2061
2084
  ...rest
2062
- }, _path145 || (_path145 = /*#__PURE__*/React__default.createElement("path", {
2085
+ }, _path147 || (_path147 = /*#__PURE__*/React__default.createElement("path", {
2063
2086
  d: "M24.8008 12.1362a8.8694 8.8694 0 00-.9795-2.5434L30 3.4142 28.5872 2 2 28.5872 3.4142 30l5-5H23.5a6.4974 6.4974 0 001.3008-12.8638zM23.5 23H10.4141L22.3418 11.0723a6.9049 6.9049 0 01.6006 2.0708l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 23zM4.2964 23.4487l1.4313-1.4311A4.4774 4.4774 0 018.144 14.019l.8155-.0639.0991-.812a6.9867 6.9867 0 0110.63-5.0865l1.4431-1.4428A8.9859 8.9859 0 007.2 12.1362 6.4891 6.4891 0 004.2964 23.4487z"
2064
2087
  })), children);
2065
2088
  });
2066
2089
  if (process.env.NODE_ENV !== "production") {
2067
2090
  CloudOffline.propTypes = iconPropTypes;
2068
2091
  }
2069
- const CloudServiceManagement = /*#__PURE__*/React__default.forwardRef(function CloudServiceManagement(_ref79, ref) {
2092
+ const CloudServiceManagement = /*#__PURE__*/React__default.forwardRef(function CloudServiceManagement(_ref80, ref) {
2070
2093
  let {
2071
2094
  children,
2072
2095
  size = 16,
2073
2096
  ...rest
2074
- } = _ref79;
2097
+ } = _ref80;
2075
2098
  return /*#__PURE__*/React__default.createElement(Icon, {
2076
2099
  width: size,
2077
2100
  height: size,
@@ -2080,21 +2103,21 @@ const CloudServiceManagement = /*#__PURE__*/React__default.forwardRef(function C
2080
2103
  viewBox: "0 0 32 32",
2081
2104
  fill: "currentColor",
2082
2105
  ...rest
2083
- }, _path146 || (_path146 = /*#__PURE__*/React__default.createElement("path", {
2106
+ }, _path148 || (_path148 = /*#__PURE__*/React__default.createElement("path", {
2084
2107
  d: "M28,17v5H4V6H14V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V17ZM18,28H14V24h4Z"
2085
- })), _path147 || (_path147 = /*#__PURE__*/React__default.createElement("path", {
2108
+ })), _path149 || (_path149 = /*#__PURE__*/React__default.createElement("path", {
2086
2109
  d: "M30,10V8H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,4.1011V2H22V4.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,8H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,13.8989V16h2V13.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,10Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,12Z"
2087
2110
  })), children);
2088
2111
  });
2089
2112
  if (process.env.NODE_ENV !== "production") {
2090
2113
  CloudServiceManagement.propTypes = iconPropTypes;
2091
2114
  }
2092
- const CloudUpload = /*#__PURE__*/React__default.forwardRef(function CloudUpload(_ref80, ref) {
2115
+ const CloudUpload = /*#__PURE__*/React__default.forwardRef(function CloudUpload(_ref81, ref) {
2093
2116
  let {
2094
2117
  children,
2095
2118
  size = 16,
2096
2119
  ...rest
2097
- } = _ref80;
2120
+ } = _ref81;
2098
2121
  return /*#__PURE__*/React__default.createElement(Icon, {
2099
2122
  width: size,
2100
2123
  height: size,
@@ -2103,21 +2126,21 @@ const CloudUpload = /*#__PURE__*/React__default.forwardRef(function CloudUpload(
2103
2126
  viewBox: "0 0 32 32",
2104
2127
  fill: "currentColor",
2105
2128
  ...rest
2106
- }, _path148 || (_path148 = /*#__PURE__*/React__default.createElement("path", {
2129
+ }, _path150 || (_path150 = /*#__PURE__*/React__default.createElement("path", {
2107
2130
  d: "M11 18L12.41 19.41 15 16.83 15 29 17 29 17 16.83 19.59 19.41 21 18 16 13 11 18z"
2108
- })), _path149 || (_path149 = /*#__PURE__*/React__default.createElement("path", {
2131
+ })), _path151 || (_path151 = /*#__PURE__*/React__default.createElement("path", {
2109
2132
  d: "M23.5,22H23V20h.5a4.5,4.5,0,0,0,.36-9L23,11l-.1-.82a7,7,0,0,0-13.88,0L9,11,8.14,11a4.5,4.5,0,0,0,.36,9H9v2H8.5A6.5,6.5,0,0,1,7.2,9.14a9,9,0,0,1,17.6,0A6.5,6.5,0,0,1,23.5,22Z"
2110
2133
  })), children);
2111
2134
  });
2112
2135
  if (process.env.NODE_ENV !== "production") {
2113
2136
  CloudUpload.propTypes = iconPropTypes;
2114
2137
  }
2115
- const CloudApp = /*#__PURE__*/React__default.forwardRef(function CloudApp(_ref81, ref) {
2138
+ const CloudApp = /*#__PURE__*/React__default.forwardRef(function CloudApp(_ref82, ref) {
2116
2139
  let {
2117
2140
  children,
2118
2141
  size = 16,
2119
2142
  ...rest
2120
- } = _ref81;
2143
+ } = _ref82;
2121
2144
  return /*#__PURE__*/React__default.createElement(Icon, {
2122
2145
  width: size,
2123
2146
  height: size,
@@ -2126,19 +2149,19 @@ const CloudApp = /*#__PURE__*/React__default.forwardRef(function CloudApp(_ref81
2126
2149
  viewBox: "0 0 32 32",
2127
2150
  fill: "currentColor",
2128
2151
  ...rest
2129
- }, _path150 || (_path150 = /*#__PURE__*/React__default.createElement("path", {
2152
+ }, _path152 || (_path152 = /*#__PURE__*/React__default.createElement("path", {
2130
2153
  d: "M25.8289 13.1155A10.02 10.02 0 0016 5.0005V7a8.0233 8.0233 0 017.8649 6.4934l.2591 1.346 1.3488.2441A5.5019 5.5019 0 0124.5076 26H16v2h8.5076a7.5019 7.5019 0 001.3213-14.8845zM8 24H14V26H8zM4 24H6V26H4zM6 20H14V22H6zM2 20H4V22H2zM8 16H14V18H8zM4 16H6V18H4zM10 12H14V14H10zM6 12H8V14H6zM12 8H14V10H12z"
2131
2154
  })), children);
2132
2155
  });
2133
2156
  if (process.env.NODE_ENV !== "production") {
2134
2157
  CloudApp.propTypes = iconPropTypes;
2135
2158
  }
2136
- const CloudCeiling = /*#__PURE__*/React__default.forwardRef(function CloudCeiling(_ref82, ref) {
2159
+ const CloudCeiling = /*#__PURE__*/React__default.forwardRef(function CloudCeiling(_ref83, ref) {
2137
2160
  let {
2138
2161
  children,
2139
2162
  size = 16,
2140
2163
  ...rest
2141
- } = _ref82;
2164
+ } = _ref83;
2142
2165
  return /*#__PURE__*/React__default.createElement(Icon, {
2143
2166
  width: size,
2144
2167
  height: size,
@@ -2147,21 +2170,21 @@ const CloudCeiling = /*#__PURE__*/React__default.forwardRef(function CloudCeilin
2147
2170
  viewBox: "0 0 32 32",
2148
2171
  fill: "currentColor",
2149
2172
  ...rest
2150
- }, _path151 || (_path151 = /*#__PURE__*/React__default.createElement("path", {
2173
+ }, _path153 || (_path153 = /*#__PURE__*/React__default.createElement("path", {
2151
2174
  d: "M2 28H11V30H2zM21 28H30V30H21zM17 26.167L17 17.832 19.586 20.414 21 19 16 14 11 19 12.413 20.415 15 17.832 15 26.167 12.413 23.584 11 25 16 30 21 25 19.586 23.586 17 26.167z"
2152
- })), _path152 || (_path152 = /*#__PURE__*/React__default.createElement("path", {
2175
+ })), _path154 || (_path154 = /*#__PURE__*/React__default.createElement("path", {
2153
2176
  d: "M23,16H21V14h2a3,3,0,0,0,0-6c-.0938.0144-.1538.0219-.2153.0263l-.8037.0572L21.7544,7.31a5.9927,5.9927,0,0,0-11.1758-.8655l-.2832.5994-.8423-.0455A3.5008,3.5008,0,0,0,9.5,14H11v2H9.5A5.5,5.5,0,0,1,9.07,5.0166,7.9909,7.9909,0,0,1,23.42,6.0175,5,5,0,0,1,23,16Z"
2154
2177
  })), children);
2155
2178
  });
2156
2179
  if (process.env.NODE_ENV !== "production") {
2157
2180
  CloudCeiling.propTypes = iconPropTypes;
2158
2181
  }
2159
- const CloudFoundry_1 = /*#__PURE__*/React__default.forwardRef(function CloudFoundry_1(_ref83, ref) {
2182
+ const CloudFoundry_1 = /*#__PURE__*/React__default.forwardRef(function CloudFoundry_1(_ref84, ref) {
2160
2183
  let {
2161
2184
  children,
2162
2185
  size = 16,
2163
2186
  ...rest
2164
- } = _ref83;
2187
+ } = _ref84;
2165
2188
  return /*#__PURE__*/React__default.createElement(Icon, {
2166
2189
  width: size,
2167
2190
  height: size,
@@ -2170,21 +2193,21 @@ const CloudFoundry_1 = /*#__PURE__*/React__default.forwardRef(function CloudFoun
2170
2193
  viewBox: "0 0 32 32",
2171
2194
  fill: "currentColor",
2172
2195
  ...rest
2173
- }, _path153 || (_path153 = /*#__PURE__*/React__default.createElement("path", {
2196
+ }, _path155 || (_path155 = /*#__PURE__*/React__default.createElement("path", {
2174
2197
  d: "M16,7h0a7.66,7.66,0,0,1,1.51.15,8,8,0,0,1,6.35,6.34l.26,1.35,1.35.24a5.5,5.5,0,0,1-1,10.92H7.5a5.5,5.5,0,0,1-1-10.92l1.34-.24.26-1.35A8,8,0,0,1,16,7m0-2a10,10,0,0,0-9.83,8.12A7.5,7.5,0,0,0,7.49,28h17a7.5,7.5,0,0,0,1.32-14.88,10,10,0,0,0-7.94-7.94A10.27,10.27,0,0,0,16,5Z"
2175
- })), _path154 || (_path154 = /*#__PURE__*/React__default.createElement("path", {
2198
+ })), _path156 || (_path156 = /*#__PURE__*/React__default.createElement("path", {
2176
2199
  d: "M14 24H11a2 2 0 01-2-2V19a2 2 0 012-2h3v2H11v3h3zM21 15V13H19a2 2 0 00-2 2v2H16v2h1v5h2V19h2V17H19V15z"
2177
2200
  })), children);
2178
2201
  });
2179
2202
  if (process.env.NODE_ENV !== "production") {
2180
2203
  CloudFoundry_1.propTypes = iconPropTypes;
2181
2204
  }
2182
- const CloudFoundry_2 = /*#__PURE__*/React__default.forwardRef(function CloudFoundry_2(_ref84, ref) {
2205
+ const CloudFoundry_2 = /*#__PURE__*/React__default.forwardRef(function CloudFoundry_2(_ref85, ref) {
2183
2206
  let {
2184
2207
  children,
2185
2208
  size = 16,
2186
2209
  ...rest
2187
- } = _ref84;
2210
+ } = _ref85;
2188
2211
  return /*#__PURE__*/React__default.createElement(Icon, {
2189
2212
  width: size,
2190
2213
  height: size,
@@ -2193,19 +2216,19 @@ const CloudFoundry_2 = /*#__PURE__*/React__default.forwardRef(function CloudFoun
2193
2216
  viewBox: "0 0 32 32",
2194
2217
  fill: "currentColor",
2195
2218
  ...rest
2196
- }, _path155 || (_path155 = /*#__PURE__*/React__default.createElement("path", {
2219
+ }, _path157 || (_path157 = /*#__PURE__*/React__default.createElement("path", {
2197
2220
  d: "M25 11L25 9 17 9 17 23 19 23 19 17 24 17 24 15 19 15 19 11 25 11zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
2198
2221
  })), children);
2199
2222
  });
2200
2223
  if (process.env.NODE_ENV !== "production") {
2201
2224
  CloudFoundry_2.propTypes = iconPropTypes;
2202
2225
  }
2203
- const CloudRegistry = /*#__PURE__*/React__default.forwardRef(function CloudRegistry(_ref85, ref) {
2226
+ const CloudRegistry = /*#__PURE__*/React__default.forwardRef(function CloudRegistry(_ref86, ref) {
2204
2227
  let {
2205
2228
  children,
2206
2229
  size = 16,
2207
2230
  ...rest
2208
- } = _ref85;
2231
+ } = _ref86;
2209
2232
  return /*#__PURE__*/React__default.createElement(Icon, {
2210
2233
  width: size,
2211
2234
  height: size,
@@ -2214,21 +2237,21 @@ const CloudRegistry = /*#__PURE__*/React__default.forwardRef(function CloudRegis
2214
2237
  viewBox: "0 0 32 32",
2215
2238
  fill: "currentColor",
2216
2239
  ...rest
2217
- }, _path156 || (_path156 = /*#__PURE__*/React__default.createElement("path", {
2240
+ }, _path158 || (_path158 = /*#__PURE__*/React__default.createElement("path", {
2218
2241
  d: "M28 30H23a2.0023 2.0023 0 01-2-2V23a2.0023 2.0023 0 012-2h5a2.0023 2.0023 0 012 2v5A2.0023 2.0023 0 0128 30zm-5-7h-.0012L23 28h5V23zM16 23H11a2.0023 2.0023 0 01-2-2V11a2.0023 2.0023 0 012-2H21a2.0023 2.0023 0 012 2v5H21V11H11V21h5z"
2219
- })), _path157 || (_path157 = /*#__PURE__*/React__default.createElement("path", {
2242
+ })), _path159 || (_path159 = /*#__PURE__*/React__default.createElement("path", {
2220
2243
  d: "M16,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0023,2.0023,0,0,1,2,2V16H28V4H4V28H16Z"
2221
2244
  })), children);
2222
2245
  });
2223
2246
  if (process.env.NODE_ENV !== "production") {
2224
2247
  CloudRegistry.propTypes = iconPropTypes;
2225
2248
  }
2226
- const CloudSatellite = /*#__PURE__*/React__default.forwardRef(function CloudSatellite(_ref86, ref) {
2249
+ const CloudSatellite = /*#__PURE__*/React__default.forwardRef(function CloudSatellite(_ref87, ref) {
2227
2250
  let {
2228
2251
  children,
2229
2252
  size = 16,
2230
2253
  ...rest
2231
- } = _ref86;
2254
+ } = _ref87;
2232
2255
  return /*#__PURE__*/React__default.createElement(Icon, {
2233
2256
  width: size,
2234
2257
  height: size,
@@ -2241,25 +2264,25 @@ const CloudSatellite = /*#__PURE__*/React__default.forwardRef(function CloudSate
2241
2264
  cx: "9",
2242
2265
  cy: "20",
2243
2266
  r: "2"
2244
- })), _path158 || (_path158 = /*#__PURE__*/React__default.createElement("path", {
2267
+ })), _path160 || (_path160 = /*#__PURE__*/React__default.createElement("path", {
2245
2268
  d: "M16,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,16,14Z"
2246
2269
  })), _circle1 || (_circle1 = /*#__PURE__*/React__default.createElement("circle", {
2247
2270
  cx: "23",
2248
2271
  cy: "12",
2249
2272
  r: "2"
2250
- })), _path159 || (_path159 = /*#__PURE__*/React__default.createElement("path", {
2273
+ })), _path161 || (_path161 = /*#__PURE__*/React__default.createElement("path", {
2251
2274
  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"
2252
2275
  })), children);
2253
2276
  });
2254
2277
  if (process.env.NODE_ENV !== "production") {
2255
2278
  CloudSatellite.propTypes = iconPropTypes;
2256
2279
  }
2257
- const CloudSatelliteConfig = /*#__PURE__*/React__default.forwardRef(function CloudSatelliteConfig(_ref87, ref) {
2280
+ const CloudSatelliteConfig = /*#__PURE__*/React__default.forwardRef(function CloudSatelliteConfig(_ref88, ref) {
2258
2281
  let {
2259
2282
  children,
2260
2283
  size = 16,
2261
2284
  ...rest
2262
- } = _ref87;
2285
+ } = _ref88;
2263
2286
  return /*#__PURE__*/React__default.createElement(Icon, {
2264
2287
  width: size,
2265
2288
  height: size,
@@ -2268,31 +2291,31 @@ const CloudSatelliteConfig = /*#__PURE__*/React__default.forwardRef(function Clo
2268
2291
  viewBox: "0 0 32 32",
2269
2292
  fill: "currentColor",
2270
2293
  ...rest
2271
- }, _path160 || (_path160 = /*#__PURE__*/React__default.createElement("path", {
2294
+ }, _path162 || (_path162 = /*#__PURE__*/React__default.createElement("path", {
2272
2295
  d: "M32,26V24H29.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,26,20.1011V18H24v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,20.1011,24H18v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,24,29.8989V32h2V29.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,29.8989,26Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,25,28Z"
2273
2296
  })), _circle10 || (_circle10 = /*#__PURE__*/React__default.createElement("circle", {
2274
2297
  cx: "7",
2275
2298
  cy: "20",
2276
2299
  r: "2"
2277
- })), _path161 || (_path161 = /*#__PURE__*/React__default.createElement("path", {
2300
+ })), _path163 || (_path163 = /*#__PURE__*/React__default.createElement("path", {
2278
2301
  d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
2279
2302
  })), _circle11 || (_circle11 = /*#__PURE__*/React__default.createElement("circle", {
2280
2303
  cx: "21",
2281
2304
  cy: "12",
2282
2305
  r: "2"
2283
- })), _path162 || (_path162 = /*#__PURE__*/React__default.createElement("path", {
2306
+ })), _path164 || (_path164 = /*#__PURE__*/React__default.createElement("path", {
2284
2307
  d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
2285
2308
  })), children);
2286
2309
  });
2287
2310
  if (process.env.NODE_ENV !== "production") {
2288
2311
  CloudSatelliteConfig.propTypes = iconPropTypes;
2289
2312
  }
2290
- const CloudSatelliteLink = /*#__PURE__*/React__default.forwardRef(function CloudSatelliteLink(_ref88, ref) {
2313
+ const CloudSatelliteLink = /*#__PURE__*/React__default.forwardRef(function CloudSatelliteLink(_ref89, ref) {
2291
2314
  let {
2292
2315
  children,
2293
2316
  size = 16,
2294
2317
  ...rest
2295
- } = _ref88;
2318
+ } = _ref89;
2296
2319
  return /*#__PURE__*/React__default.createElement(Icon, {
2297
2320
  width: size,
2298
2321
  height: size,
@@ -2301,33 +2324,33 @@ const CloudSatelliteLink = /*#__PURE__*/React__default.forwardRef(function Cloud
2301
2324
  viewBox: "0 0 32 32",
2302
2325
  fill: "currentColor",
2303
2326
  ...rest
2304
- }, _path163 || (_path163 = /*#__PURE__*/React__default.createElement("path", {
2327
+ }, _path165 || (_path165 = /*#__PURE__*/React__default.createElement("path", {
2305
2328
  d: "M30.9763,24.9748l-5.0015,5.0015a3.501,3.501,0,0,1-4.9511-4.9511L22.4383,26.44A1.5,1.5,0,0,0,24.56,28.5617L29.5617,23.56A1.5,1.5,0,0,0,27.44,21.4383l-1.4146-1.4146a3.501,3.501,0,0,1,4.9511,4.9511Z"
2306
- })), _path164 || (_path164 = /*#__PURE__*/React__default.createElement("path", {
2329
+ })), _path166 || (_path166 = /*#__PURE__*/React__default.createElement("path", {
2307
2330
  d: "M20.0252,21.0237l-5.0015,5.0015a3.501,3.501,0,0,0,4.9511,4.9511L18.56,29.5617A1.5,1.5,0,0,1,16.4383,27.44L21.44,22.4383A1.5,1.5,0,0,1,23.5617,24.56l1.4146,1.4146a3.501,3.501,0,0,0-4.9511-4.9511Z"
2308
2331
  })), _circle12 || (_circle12 = /*#__PURE__*/React__default.createElement("circle", {
2309
2332
  cx: "7",
2310
2333
  cy: "20",
2311
2334
  r: "2"
2312
- })), _path165 || (_path165 = /*#__PURE__*/React__default.createElement("path", {
2335
+ })), _path167 || (_path167 = /*#__PURE__*/React__default.createElement("path", {
2313
2336
  d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
2314
2337
  })), _circle13 || (_circle13 = /*#__PURE__*/React__default.createElement("circle", {
2315
2338
  cx: "21",
2316
2339
  cy: "12",
2317
2340
  r: "2"
2318
- })), _path166 || (_path166 = /*#__PURE__*/React__default.createElement("path", {
2341
+ })), _path168 || (_path168 = /*#__PURE__*/React__default.createElement("path", {
2319
2342
  d: "M11.3076,27.2725,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L10.3,29Z"
2320
2343
  })), children);
2321
2344
  });
2322
2345
  if (process.env.NODE_ENV !== "production") {
2323
2346
  CloudSatelliteLink.propTypes = iconPropTypes;
2324
2347
  }
2325
- const CloudSatelliteServices = /*#__PURE__*/React__default.forwardRef(function CloudSatelliteServices(_ref89, ref) {
2348
+ const CloudSatelliteServices = /*#__PURE__*/React__default.forwardRef(function CloudSatelliteServices(_ref90, ref) {
2326
2349
  let {
2327
2350
  children,
2328
2351
  size = 16,
2329
2352
  ...rest
2330
- } = _ref89;
2353
+ } = _ref90;
2331
2354
  return /*#__PURE__*/React__default.createElement(Icon, {
2332
2355
  width: size,
2333
2356
  height: size,
@@ -2336,31 +2359,31 @@ const CloudSatelliteServices = /*#__PURE__*/React__default.forwardRef(function C
2336
2359
  viewBox: "0 0 32 32",
2337
2360
  fill: "currentColor",
2338
2361
  ...rest
2339
- }, _path167 || (_path167 = /*#__PURE__*/React__default.createElement("path", {
2362
+ }, _path169 || (_path169 = /*#__PURE__*/React__default.createElement("path", {
2340
2363
  d: "M29,26a2.97,2.97,0,0,0-1.8551.6607L25,25.4224V23.8157a3,3,0,1,0-2,0v1.6067l-2.1449,1.2383A2.97,2.97,0,0,0,19,26a3.02,3.02,0,1,0,2.9254,2.3525L24,27.1548l2.0746,1.1977A2.9978,2.9978,0,1,0,29,26ZM19,30a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,19,30Zm5-10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,24,20Zm5,10a1,1,0,1,1,1-1A1.0006,1.0006,0,0,1,29,30Z"
2341
2364
  })), _circle14 || (_circle14 = /*#__PURE__*/React__default.createElement("circle", {
2342
2365
  cx: "7",
2343
2366
  cy: "20",
2344
2367
  r: "2"
2345
- })), _path168 || (_path168 = /*#__PURE__*/React__default.createElement("path", {
2368
+ })), _path170 || (_path170 = /*#__PURE__*/React__default.createElement("path", {
2346
2369
  d: "M14,20a4,4,0,1,1,4-4A4.0118,4.0118,0,0,1,14,20Zm0-6a2,2,0,1,0,2,2A2.0059,2.0059,0,0,0,14,14Z"
2347
2370
  })), _circle15 || (_circle15 = /*#__PURE__*/React__default.createElement("circle", {
2348
2371
  cx: "21",
2349
2372
  cy: "12",
2350
2373
  r: "2"
2351
- })), _path169 || (_path169 = /*#__PURE__*/React__default.createElement("path", {
2374
+ })), _path171 || (_path171 = /*#__PURE__*/React__default.createElement("path", {
2352
2375
  d: "M13.0205,28.2715,3,22.4258V9.5742L14,3.1577,25.4961,9.8638l1.0078-1.7276-12-7a1,1,0,0,0-1.0078,0l-12,7A.9994.9994,0,0,0,1,9V23a1.0008,1.0008,0,0,0,.4961.8643L12.0127,30Z"
2353
2376
  })), children);
2354
2377
  });
2355
2378
  if (process.env.NODE_ENV !== "production") {
2356
2379
  CloudSatelliteServices.propTypes = iconPropTypes;
2357
2380
  }
2358
- const CloudServices = /*#__PURE__*/React__default.forwardRef(function CloudServices(_ref90, ref) {
2381
+ const CloudServices = /*#__PURE__*/React__default.forwardRef(function CloudServices(_ref91, ref) {
2359
2382
  let {
2360
2383
  children,
2361
2384
  size = 16,
2362
2385
  ...rest
2363
- } = _ref90;
2386
+ } = _ref91;
2364
2387
  return /*#__PURE__*/React__default.createElement(Icon, {
2365
2388
  width: size,
2366
2389
  height: size,
@@ -2369,21 +2392,21 @@ const CloudServices = /*#__PURE__*/React__default.forwardRef(function CloudServi
2369
2392
  viewBox: "0 0 32 32",
2370
2393
  fill: "currentColor",
2371
2394
  ...rest
2372
- }, _path170 || (_path170 = /*#__PURE__*/React__default.createElement("path", {
2395
+ }, _path172 || (_path172 = /*#__PURE__*/React__default.createElement("path", {
2373
2396
  d: "M25.8218,10.124a9.9991,9.9991,0,0,0-19.6435,0A7.4964,7.4964,0,0,0,7.5,25H8V23H7.5a5.4961,5.4961,0,0,1-.3769-10.9795l.8364-.0571.09-.8335a7.9979,7.9979,0,0,1,15.9013,0l.09.8335.8364.0571A5.4961,5.4961,0,0,1,24.5,23H24v2h.5a7.4964,7.4964,0,0,0,1.3218-14.876Z"
2374
- })), _path171 || (_path171 = /*#__PURE__*/React__default.createElement("path", {
2397
+ })), _path173 || (_path173 = /*#__PURE__*/React__default.createElement("path", {
2375
2398
  d: "M23,22V20H20.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,17,16.1011V14H15v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,11.1011,20H9v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,15,25.8989V28h2V25.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,20.8989,22Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,16,24Z"
2376
2399
  })), children);
2377
2400
  });
2378
2401
  if (process.env.NODE_ENV !== "production") {
2379
2402
  CloudServices.propTypes = iconPropTypes;
2380
2403
  }
2381
- const Cloudy = /*#__PURE__*/React__default.forwardRef(function Cloudy(_ref91, ref) {
2404
+ const Cloudy = /*#__PURE__*/React__default.forwardRef(function Cloudy(_ref92, ref) {
2382
2405
  let {
2383
2406
  children,
2384
2407
  size = 16,
2385
2408
  ...rest
2386
- } = _ref91;
2409
+ } = _ref92;
2387
2410
  return /*#__PURE__*/React__default.createElement(Icon, {
2388
2411
  width: size,
2389
2412
  height: size,
@@ -2392,19 +2415,19 @@ const Cloudy = /*#__PURE__*/React__default.forwardRef(function Cloudy(_ref91, re
2392
2415
  viewBox: "0 0 32 32",
2393
2416
  fill: "currentColor",
2394
2417
  ...rest
2395
- }, _path172 || (_path172 = /*#__PURE__*/React__default.createElement("path", {
2418
+ }, _path174 || (_path174 = /*#__PURE__*/React__default.createElement("path", {
2396
2419
  d: "M30.0005,15.5005a6.5324,6.5324,0,0,0-5.1992-6.3638,8.9943,8.9943,0,0,0-17.6006,0,6.5321,6.5321,0,0,0-5.2,6.3638,6.4543,6.4543,0,0,0,1.6887,4.35A5.9829,5.9829,0,0,0,8,30H19a5.9764,5.9764,0,0,0,5.6094-8.1016A6.5051,6.5051,0,0,0,30.0005,15.5005ZM19,28H8a3.9925,3.9925,0,0,1-.6731-7.9292L7.99,19.958l.1458-.6562a5.496,5.496,0,0,1,10.7294,0l.1458.6562.6626.1128A3.9925,3.9925,0,0,1,19,28Zm4.5-8h-.0554a5.9562,5.9562,0,0,0-2.7959-1.7564,7.4952,7.4952,0,0,0-14.2984,0,5.9877,5.9877,0,0,0-1.0315.4073A4.4446,4.4446,0,0,1,4,15.5005a4.5171,4.5171,0,0,1,4.144-4.481l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639a4.4975,4.4975,0,0,1-.3564,8.981Z"
2397
2420
  })), children);
2398
2421
  });
2399
2422
  if (process.env.NODE_ENV !== "production") {
2400
2423
  Cloudy.propTypes = iconPropTypes;
2401
2424
  }
2402
- const WatsonHealthCobbAngle = /*#__PURE__*/React__default.forwardRef(function WatsonHealthCobbAngle(_ref92, ref) {
2425
+ const WatsonHealthCobbAngle = /*#__PURE__*/React__default.forwardRef(function WatsonHealthCobbAngle(_ref93, ref) {
2403
2426
  let {
2404
2427
  children,
2405
2428
  size = 16,
2406
2429
  ...rest
2407
- } = _ref92;
2430
+ } = _ref93;
2408
2431
  return /*#__PURE__*/React__default.createElement(Icon, {
2409
2432
  width: size,
2410
2433
  height: size,
@@ -2413,19 +2436,19 @@ const WatsonHealthCobbAngle = /*#__PURE__*/React__default.forwardRef(function Wa
2413
2436
  viewBox: "0 0 32 32",
2414
2437
  fill: "currentColor",
2415
2438
  ...rest
2416
- }, _path173 || (_path173 = /*#__PURE__*/React__default.createElement("path", {
2439
+ }, _path175 || (_path175 = /*#__PURE__*/React__default.createElement("path", {
2417
2440
  d: "M20 17V15a2 2 0 00-2-2H10a2 2 0 00-2 2v2a2 2 0 002 2h8A2 2 0 0020 17zM10 15h8v2H10zM23.42 24.48A2 2 0 0021 23.06l-7.73 2.07a2 2 0 00-1.42 2.44h0l.52 1.93A2 2 0 0014.27 31a3 3 0 00.52-.07l7.73-2.07h0a2 2 0 001.41-2.45zM14.27 29l-.51-1.94L21.48 25 22 26.92zM13.24 6.86L21 8.93h0a2.24 2.24 0 00.51.07 2 2 0 001.94-1.48L24 5.58a2 2 0 00-1.41-2.45L14.79 1.06a2 2 0 00-2.45 1.41h0l-.52 1.93a2 2 0 001.42 2.44zm1-3.86L22 5.07 21.48 7 13.76 4.93zM14 21H16V23H14zM14 9H16V11H14z"
2418
2441
  })), children);
2419
2442
  });
2420
2443
  if (process.env.NODE_ENV !== "production") {
2421
2444
  WatsonHealthCobbAngle.propTypes = iconPropTypes;
2422
2445
  }
2423
- const Code = /*#__PURE__*/React__default.forwardRef(function Code(_ref93, ref) {
2446
+ const Code = /*#__PURE__*/React__default.forwardRef(function Code(_ref94, ref) {
2424
2447
  let {
2425
2448
  children,
2426
2449
  size = 16,
2427
2450
  ...rest
2428
- } = _ref93;
2451
+ } = _ref94;
2429
2452
  return /*#__PURE__*/React__default.createElement(Icon, {
2430
2453
  width: size,
2431
2454
  height: size,
@@ -2434,9 +2457,9 @@ const Code = /*#__PURE__*/React__default.forwardRef(function Code(_ref93, ref) {
2434
2457
  viewBox: "0 0 32 32",
2435
2458
  fill: "currentColor",
2436
2459
  ...rest
2437
- }, _path174 || (_path174 = /*#__PURE__*/React__default.createElement("path", {
2460
+ }, _path176 || (_path176 = /*#__PURE__*/React__default.createElement("path", {
2438
2461
  d: "M31 16L24 23 22.59 21.59 28.17 16 22.59 10.41 24 9 31 16zM1 16L8 9 9.41 10.41 3.83 16 9.41 21.59 8 23 1 16z"
2439
- })), _path175 || (_path175 = /*#__PURE__*/React__default.createElement("path", {
2462
+ })), _path177 || (_path177 = /*#__PURE__*/React__default.createElement("path", {
2440
2463
  d: "M5.91 15H26.080000000000002V17H5.91z",
2441
2464
  transform: "rotate(-75 15.996 16)"
2442
2465
  })), children);
@@ -2444,12 +2467,12 @@ const Code = /*#__PURE__*/React__default.forwardRef(function Code(_ref93, ref) {
2444
2467
  if (process.env.NODE_ENV !== "production") {
2445
2468
  Code.propTypes = iconPropTypes;
2446
2469
  }
2447
- const CodeHide = /*#__PURE__*/React__default.forwardRef(function CodeHide(_ref94, ref) {
2470
+ const CodeHide = /*#__PURE__*/React__default.forwardRef(function CodeHide(_ref95, ref) {
2448
2471
  let {
2449
2472
  children,
2450
2473
  size = 16,
2451
2474
  ...rest
2452
- } = _ref94;
2475
+ } = _ref95;
2453
2476
  return /*#__PURE__*/React__default.createElement(Icon, {
2454
2477
  width: size,
2455
2478
  height: size,
@@ -2458,19 +2481,19 @@ const CodeHide = /*#__PURE__*/React__default.forwardRef(function CodeHide(_ref94
2458
2481
  viewBox: "0 0 32 32",
2459
2482
  fill: "currentColor",
2460
2483
  ...rest
2461
- }, _path176 || (_path176 = /*#__PURE__*/React__default.createElement("path", {
2484
+ }, _path178 || (_path178 = /*#__PURE__*/React__default.createElement("path", {
2462
2485
  d: "M17.713 13.471L19.576 6.518 17.645 6 16.08 11.838 17.713 13.471zM24.207 19.965L25.621 21.379 31 16 24 9 22.586 10.414 28.172 16 24.207 19.965zM30 28.586L3.414 2 2 3.414 7.793 9.207 1 16 8 23 9.414 21.586 3.828 16 9.207 10.621 14.884 16.298 12.423 25.482 14.355 26 16.517 17.931 28.586 30 30 28.586z"
2463
2486
  })), children);
2464
2487
  });
2465
2488
  if (process.env.NODE_ENV !== "production") {
2466
2489
  CodeHide.propTypes = iconPropTypes;
2467
2490
  }
2468
- const CodeReference = /*#__PURE__*/React__default.forwardRef(function CodeReference(_ref95, ref) {
2491
+ const CodeReference = /*#__PURE__*/React__default.forwardRef(function CodeReference(_ref96, ref) {
2469
2492
  let {
2470
2493
  children,
2471
2494
  size = 16,
2472
2495
  ...rest
2473
- } = _ref95;
2496
+ } = _ref96;
2474
2497
  return /*#__PURE__*/React__default.createElement(Icon, {
2475
2498
  width: size,
2476
2499
  height: size,
@@ -2479,24 +2502,24 @@ const CodeReference = /*#__PURE__*/React__default.forwardRef(function CodeRefere
2479
2502
  viewBox: "0 0 32 32",
2480
2503
  fill: "currentColor",
2481
2504
  ...rest
2482
- }, _path177 || (_path177 = /*#__PURE__*/React__default.createElement("path", {
2505
+ }, _path179 || (_path179 = /*#__PURE__*/React__default.createElement("path", {
2483
2506
  d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM30 10L24 4 22.586 5.414 27.172 10 22.586 14.586 24 16 30 10z"
2484
- })), _path178 || (_path178 = /*#__PURE__*/React__default.createElement("path", {
2507
+ })), _path180 || (_path180 = /*#__PURE__*/React__default.createElement("path", {
2485
2508
  d: "M8.944 9.001H24.974000000000004V11.001H8.944z",
2486
2509
  transform: "rotate(-74.995 16.96 10)"
2487
- })), _path179 || (_path179 = /*#__PURE__*/React__default.createElement("path", {
2510
+ })), _path181 || (_path181 = /*#__PURE__*/React__default.createElement("path", {
2488
2511
  d: "M4 10L10 4 11.414 5.414 6.828 10 11.414 14.586 10 16 4 10z"
2489
2512
  })), children);
2490
2513
  });
2491
2514
  if (process.env.NODE_ENV !== "production") {
2492
2515
  CodeReference.propTypes = iconPropTypes;
2493
2516
  }
2494
- const CodeBlock = /*#__PURE__*/React__default.forwardRef(function CodeBlock(_ref96, ref) {
2517
+ const CodeBlock = /*#__PURE__*/React__default.forwardRef(function CodeBlock(_ref97, ref) {
2495
2518
  let {
2496
2519
  children,
2497
2520
  size = 16,
2498
2521
  ...rest
2499
- } = _ref96;
2522
+ } = _ref97;
2500
2523
  return /*#__PURE__*/React__default.createElement(Icon, {
2501
2524
  width: size,
2502
2525
  height: size,
@@ -2505,7 +2528,7 @@ const CodeBlock = /*#__PURE__*/React__default.forwardRef(function CodeBlock(_ref
2505
2528
  viewBox: "0 0 32 32",
2506
2529
  fill: "currentColor",
2507
2530
  ...rest
2508
- }, _path180 || (_path180 = /*#__PURE__*/React__default.createElement("path", {
2531
+ }, _path182 || (_path182 = /*#__PURE__*/React__default.createElement("path", {
2509
2532
  strokeWidth: "0",
2510
2533
  d: "M2 3H10V5H2zM6 9H30V11H6zM6 15H30V17H6zM2 27H10V29H2zM6 21H22V23H6z"
2511
2534
  })), children);
@@ -2513,12 +2536,12 @@ const CodeBlock = /*#__PURE__*/React__default.forwardRef(function CodeBlock(_ref
2513
2536
  if (process.env.NODE_ENV !== "production") {
2514
2537
  CodeBlock.propTypes = iconPropTypes;
2515
2538
  }
2516
- const CodeSigningService = /*#__PURE__*/React__default.forwardRef(function CodeSigningService(_ref97, ref) {
2539
+ const CodeSigningService = /*#__PURE__*/React__default.forwardRef(function CodeSigningService(_ref98, ref) {
2517
2540
  let {
2518
2541
  children,
2519
2542
  size = 16,
2520
2543
  ...rest
2521
- } = _ref97;
2544
+ } = _ref98;
2522
2545
  return /*#__PURE__*/React__default.createElement(Icon, {
2523
2546
  width: size,
2524
2547
  height: size,
@@ -2531,19 +2554,19 @@ const CodeSigningService = /*#__PURE__*/React__default.forwardRef(function CodeS
2531
2554
  cx: "25",
2532
2555
  cy: "20",
2533
2556
  r: "1"
2534
- })), _path181 || (_path181 = /*#__PURE__*/React__default.createElement("path", {
2557
+ })), _path183 || (_path183 = /*#__PURE__*/React__default.createElement("path", {
2535
2558
  d: "M19.4141 30H15V25.5857l5.0337-5.0337A4.6069 4.6069 0 0120 20a5 5 0 114.4478 4.9663zM17 28h1.5859l5.2061-5.2063.5395.1238a3.0351 3.0351 0 10-2.249-2.2488l.1236.5393L17 26.4143zM6 8H8V16H6zM2 8H4V16H2zM18 8H20V14H18zM14 16H12a2 2 0 01-2-2V10a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0114 16zm-2-2h2V10H12zM2 18H4V26H2zM14 18H16V22H14zM10 26H8a2 2 0 01-2-2V20a2 2 0 012-2h2a2 2 0 012 2v4A2 2 0 0110 26zM8 24h2V20H8zM2 2H4V6H2zM14 2H16V6H14zM18 2H20V6H18zM10 6H8A2 2 0 016 4V2H8V4h2V2h2V4A2 2 0 0110 6z"
2536
2559
  })), children);
2537
2560
  });
2538
2561
  if (process.env.NODE_ENV !== "production") {
2539
2562
  CodeSigningService.propTypes = iconPropTypes;
2540
2563
  }
2541
- const Cognitive = /*#__PURE__*/React__default.forwardRef(function Cognitive(_ref98, ref) {
2564
+ const Cognitive = /*#__PURE__*/React__default.forwardRef(function Cognitive(_ref99, ref) {
2542
2565
  let {
2543
2566
  children,
2544
2567
  size = 16,
2545
2568
  ...rest
2546
- } = _ref98;
2569
+ } = _ref99;
2547
2570
  return /*#__PURE__*/React__default.createElement(Icon, {
2548
2571
  width: size,
2549
2572
  height: size,
@@ -2552,19 +2575,19 @@ const Cognitive = /*#__PURE__*/React__default.forwardRef(function Cognitive(_ref
2552
2575
  viewBox: "0 0 32 32",
2553
2576
  fill: "currentColor",
2554
2577
  ...rest
2555
- }, _path182 || (_path182 = /*#__PURE__*/React__default.createElement("path", {
2578
+ }, _path184 || (_path184 = /*#__PURE__*/React__default.createElement("path", {
2556
2579
  d: "M30,13A11,11,0,0,0,19,2H11a9,9,0,0,0-9,9v3a5,5,0,0,0,5,5H8.1A5,5,0,0,0,13,23h1.38l4,7,1.73-1-4-6.89A2,2,0,0,0,14.38,21H13a3,3,0,0,1,0-6h1V13H13a5,5,0,0,0-4.9,4H7a3,3,0,0,1-3-3V12H6A3,3,0,0,0,9,9V8H7V9a1,1,0,0,1-1,1H4.08A7,7,0,0,1,11,4h6V6a1,1,0,0,1-1,1H14V9h2a3,3,0,0,0,3-3V4a9,9,0,0,1,8.05,5H26a3,3,0,0,0-3,3v1h2V12a1,1,0,0,1,1-1h1.77A8.76,8.76,0,0,1,28,13v1a5,5,0,0,1-5,5H20v2h3a7,7,0,0,0,3-.68V21a3,3,0,0,1-3,3H22v2h1a5,5,0,0,0,5-5V18.89A7,7,0,0,0,30,14Z"
2557
2580
  })), children);
2558
2581
  });
2559
2582
  if (process.env.NODE_ENV !== "production") {
2560
2583
  Cognitive.propTypes = iconPropTypes;
2561
2584
  }
2562
- const Collaborate = /*#__PURE__*/React__default.forwardRef(function Collaborate(_ref99, ref) {
2585
+ const Collaborate = /*#__PURE__*/React__default.forwardRef(function Collaborate(_ref100, ref) {
2563
2586
  let {
2564
2587
  children,
2565
2588
  size = 16,
2566
2589
  ...rest
2567
- } = _ref99;
2590
+ } = _ref100;
2568
2591
  return /*#__PURE__*/React__default.createElement(Icon, {
2569
2592
  width: size,
2570
2593
  height: size,
@@ -2573,19 +2596,19 @@ const Collaborate = /*#__PURE__*/React__default.forwardRef(function Collaborate(
2573
2596
  viewBox: "0 0 32 32",
2574
2597
  fill: "currentColor",
2575
2598
  ...rest
2576
- }, _path183 || (_path183 = /*#__PURE__*/React__default.createElement("path", {
2599
+ }, _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
2577
2600
  d: "M6 21V20H4v1a7 7 0 007 7h3V26H11A5 5 0 016 21zM24 11v1h2V11a7 7 0 00-7-7H16V6h3A5 5 0 0124 11zM11 11H5a3 3 0 00-3 3v2H4V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0011 11zM8 10A4 4 0 104 6 4 4 0 008 10zM8 4A2 2 0 116 6 2 2 0 018 4zM27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM20 20a4 4 0 104-4A4 4 0 0020 20zm6 0a2 2 0 11-2-2A2 2 0 0126 20z"
2578
2601
  })), children);
2579
2602
  });
2580
2603
  if (process.env.NODE_ENV !== "production") {
2581
2604
  Collaborate.propTypes = iconPropTypes;
2582
2605
  }
2583
- const CollapseAll = /*#__PURE__*/React__default.forwardRef(function CollapseAll(_ref100, ref) {
2606
+ const CollapseAll = /*#__PURE__*/React__default.forwardRef(function CollapseAll(_ref101, ref) {
2584
2607
  let {
2585
2608
  children,
2586
2609
  size = 16,
2587
2610
  ...rest
2588
- } = _ref100;
2611
+ } = _ref101;
2589
2612
  return /*#__PURE__*/React__default.createElement(Icon, {
2590
2613
  width: size,
2591
2614
  height: size,
@@ -2594,23 +2617,23 @@ const CollapseAll = /*#__PURE__*/React__default.forwardRef(function CollapseAll(
2594
2617
  viewBox: "0 0 32 32",
2595
2618
  fill: "currentColor",
2596
2619
  ...rest
2597
- }, _path184 || (_path184 = /*#__PURE__*/React__default.createElement("path", {
2620
+ }, _path186 || (_path186 = /*#__PURE__*/React__default.createElement("path", {
2598
2621
  d: "M30,15H28V7H13V5H28a2.0023,2.0023,0,0,1,2,2Z"
2599
- })), _path185 || (_path185 = /*#__PURE__*/React__default.createElement("path", {
2622
+ })), _path187 || (_path187 = /*#__PURE__*/React__default.createElement("path", {
2600
2623
  d: "M25,20H23V12H8V10H23a2.0023,2.0023,0,0,1,2,2Z"
2601
- })), _path186 || (_path186 = /*#__PURE__*/React__default.createElement("path", {
2624
+ })), _path188 || (_path188 = /*#__PURE__*/React__default.createElement("path", {
2602
2625
  d: "M18,27H4a2.0023,2.0023,0,0,1-2-2V17a2.0023,2.0023,0,0,1,2-2H18a2.0023,2.0023,0,0,1,2,2v8A2.0023,2.0023,0,0,1,18,27ZM4,17v8H18.0012L18,17Z"
2603
2626
  })), children);
2604
2627
  });
2605
2628
  if (process.env.NODE_ENV !== "production") {
2606
2629
  CollapseAll.propTypes = iconPropTypes;
2607
2630
  }
2608
- const CollapseCategories = /*#__PURE__*/React__default.forwardRef(function CollapseCategories(_ref101, ref) {
2631
+ const CollapseCategories = /*#__PURE__*/React__default.forwardRef(function CollapseCategories(_ref102, ref) {
2609
2632
  let {
2610
2633
  children,
2611
2634
  size = 16,
2612
2635
  ...rest
2613
- } = _ref101;
2636
+ } = _ref102;
2614
2637
  return /*#__PURE__*/React__default.createElement(Icon, {
2615
2638
  width: size,
2616
2639
  height: size,
@@ -2619,19 +2642,19 @@ const CollapseCategories = /*#__PURE__*/React__default.forwardRef(function Colla
2619
2642
  viewBox: "0 0 32 32",
2620
2643
  fill: "currentColor",
2621
2644
  ...rest
2622
- }, _path187 || (_path187 = /*#__PURE__*/React__default.createElement("path", {
2645
+ }, _path189 || (_path189 = /*#__PURE__*/React__default.createElement("path", {
2623
2646
  d: "M14 25H28V27H14zM7.17 26L4.59 28.58 6 30 10 26 6 22 4.58 23.41 7.17 26zM14 15H28V17H14zM7.17 16L4.59 18.58 6 20 10 16 6 12 4.58 13.41 7.17 16zM14 5H28V7H14zM7.17 6L4.59 8.58 6 10 10 6 6 2 4.58 3.41 7.17 6z"
2624
2647
  })), children);
2625
2648
  });
2626
2649
  if (process.env.NODE_ENV !== "production") {
2627
2650
  CollapseCategories.propTypes = iconPropTypes;
2628
2651
  }
2629
- const ColorPalette = /*#__PURE__*/React__default.forwardRef(function ColorPalette(_ref102, ref) {
2652
+ const ColorPalette = /*#__PURE__*/React__default.forwardRef(function ColorPalette(_ref103, ref) {
2630
2653
  let {
2631
2654
  children,
2632
2655
  size = 16,
2633
2656
  ...rest
2634
- } = _ref102;
2657
+ } = _ref103;
2635
2658
  return /*#__PURE__*/React__default.createElement(Icon, {
2636
2659
  width: size,
2637
2660
  height: size,
@@ -2660,19 +2683,19 @@ const ColorPalette = /*#__PURE__*/React__default.forwardRef(function ColorPalett
2660
2683
  cx: "19",
2661
2684
  cy: "23",
2662
2685
  r: "2"
2663
- })), _path188 || (_path188 = /*#__PURE__*/React__default.createElement("path", {
2686
+ })), _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
2664
2687
  d: "M16.54,2A14,14,0,0,0,2,16a4.82,4.82,0,0,0,6.09,4.65l1.12-.31A3,3,0,0,1,13,23.24V27a3,3,0,0,0,3,3A14,14,0,0,0,30,15.46,14.05,14.05,0,0,0,16.54,2Zm8.11,22.31A11.93,11.93,0,0,1,16,28a1,1,0,0,1-1-1V23.24a5,5,0,0,0-5-5,5.07,5.07,0,0,0-1.33.18l-1.12.31A2.82,2.82,0,0,1,4,16,12,12,0,0,1,16.47,4,12.18,12.18,0,0,1,28,15.53,11.89,11.89,0,0,1,24.65,24.32Z"
2665
2688
  })), children);
2666
2689
  });
2667
2690
  if (process.env.NODE_ENV !== "production") {
2668
2691
  ColorPalette.propTypes = iconPropTypes;
2669
2692
  }
2670
- const ColorSwitch = /*#__PURE__*/React__default.forwardRef(function ColorSwitch(_ref103, ref) {
2693
+ const ColorSwitch = /*#__PURE__*/React__default.forwardRef(function ColorSwitch(_ref104, ref) {
2671
2694
  let {
2672
2695
  children,
2673
2696
  size = 16,
2674
2697
  ...rest
2675
- } = _ref103;
2698
+ } = _ref104;
2676
2699
  return /*#__PURE__*/React__default.createElement(Icon, {
2677
2700
  width: size,
2678
2701
  height: size,
@@ -2681,19 +2704,19 @@ const ColorSwitch = /*#__PURE__*/React__default.forwardRef(function ColorSwitch(
2681
2704
  viewBox: "0 0 32 32",
2682
2705
  fill: "currentColor",
2683
2706
  ...rest
2684
- }, _path189 || (_path189 = /*#__PURE__*/React__default.createElement("path", {
2707
+ }, _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
2685
2708
  d: "M26,4H6A2.0025,2.0025,0,0,0,4,6V26a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V6A2.0025,2.0025,0,0,0,26,4ZM6,26,26,6V26Z"
2686
2709
  })), children);
2687
2710
  });
2688
2711
  if (process.env.NODE_ENV !== "production") {
2689
2712
  ColorSwitch.propTypes = iconPropTypes;
2690
2713
  }
2691
- const Column = /*#__PURE__*/React__default.forwardRef(function Column(_ref104, ref) {
2714
+ const Column = /*#__PURE__*/React__default.forwardRef(function Column(_ref105, ref) {
2692
2715
  let {
2693
2716
  children,
2694
2717
  size = 16,
2695
2718
  ...rest
2696
- } = _ref104;
2719
+ } = _ref105;
2697
2720
  return /*#__PURE__*/React__default.createElement(Icon, {
2698
2721
  width: size,
2699
2722
  height: size,
@@ -2702,19 +2725,19 @@ const Column = /*#__PURE__*/React__default.forwardRef(function Column(_ref104, r
2702
2725
  viewBox: "0 0 32 32",
2703
2726
  fill: "currentColor",
2704
2727
  ...rest
2705
- }, _path190 || (_path190 = /*#__PURE__*/React__default.createElement("path", {
2728
+ }, _path192 || (_path192 = /*#__PURE__*/React__default.createElement("path", {
2706
2729
  d: "M24 4H26V28H24zM18 6V26H14V6h4m0-2H14a2 2 0 00-2 2V26a2 2 0 002 2h4a2 2 0 002-2V6a2 2 0 00-2-2zM6 4H8V28H6z"
2707
2730
  })), children);
2708
2731
  });
2709
2732
  if (process.env.NODE_ENV !== "production") {
2710
2733
  Column.propTypes = iconPropTypes;
2711
2734
  }
2712
- const ColumnDelete = /*#__PURE__*/React__default.forwardRef(function ColumnDelete(_ref105, ref) {
2735
+ const ColumnDelete = /*#__PURE__*/React__default.forwardRef(function ColumnDelete(_ref106, ref) {
2713
2736
  let {
2714
2737
  children,
2715
2738
  size = 16,
2716
2739
  ...rest
2717
- } = _ref105;
2740
+ } = _ref106;
2718
2741
  return /*#__PURE__*/React__default.createElement(Icon, {
2719
2742
  width: size,
2720
2743
  height: size,
@@ -2723,21 +2746,21 @@ const ColumnDelete = /*#__PURE__*/React__default.forwardRef(function ColumnDelet
2723
2746
  viewBox: "0 0 32 32",
2724
2747
  fill: "currentColor",
2725
2748
  ...rest
2726
- }, _path191 || (_path191 = /*#__PURE__*/React__default.createElement("path", {
2749
+ }, _path193 || (_path193 = /*#__PURE__*/React__default.createElement("path", {
2727
2750
  d: "M30 3.41L28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z"
2728
- })), _path192 || (_path192 = /*#__PURE__*/React__default.createElement("path", {
2751
+ })), _path194 || (_path194 = /*#__PURE__*/React__default.createElement("path", {
2729
2752
  d: "M24 14V28H18V6H16V28a2.0023 2.0023 0 002 2h6a2.0023 2.0023 0 002-2V14zM10 30H4a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 014 6h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 8V28h6V8z"
2730
2753
  })), children);
2731
2754
  });
2732
2755
  if (process.env.NODE_ENV !== "production") {
2733
2756
  ColumnDelete.propTypes = iconPropTypes;
2734
2757
  }
2735
- const ColumnInsert = /*#__PURE__*/React__default.forwardRef(function ColumnInsert(_ref106, ref) {
2758
+ const ColumnInsert = /*#__PURE__*/React__default.forwardRef(function ColumnInsert(_ref107, ref) {
2736
2759
  let {
2737
2760
  children,
2738
2761
  size = 16,
2739
2762
  ...rest
2740
- } = _ref106;
2763
+ } = _ref107;
2741
2764
  return /*#__PURE__*/React__default.createElement(Icon, {
2742
2765
  width: size,
2743
2766
  height: size,
@@ -2746,19 +2769,19 @@ const ColumnInsert = /*#__PURE__*/React__default.forwardRef(function ColumnInser
2746
2769
  viewBox: "0 0 32 32",
2747
2770
  fill: "currentColor",
2748
2771
  ...rest
2749
- }, _path193 || (_path193 = /*#__PURE__*/React__default.createElement("path", {
2772
+ }, _path195 || (_path195 = /*#__PURE__*/React__default.createElement("path", {
2750
2773
  d: "M28 30H22a2.0021 2.0021 0 01-2-2V10a2.0021 2.0021 0 012-2h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30zM22 10V28h6V10zM16 9L21.586 3.414 20.172 2 16 6.172 11.828 2 10.414 3.414 16 9zM10 30H4a2.0021 2.0021 0 01-2-2V10A2.0021 2.0021 0 014 8h6a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0110 30zM4 10V28h6V10z"
2751
2774
  })), children);
2752
2775
  });
2753
2776
  if (process.env.NODE_ENV !== "production") {
2754
2777
  ColumnInsert.propTypes = iconPropTypes;
2755
2778
  }
2756
- const ColumnDependency = /*#__PURE__*/React__default.forwardRef(function ColumnDependency(_ref107, ref) {
2779
+ const ColumnDependency = /*#__PURE__*/React__default.forwardRef(function ColumnDependency(_ref108, ref) {
2757
2780
  let {
2758
2781
  children,
2759
2782
  size = 16,
2760
2783
  ...rest
2761
- } = _ref107;
2784
+ } = _ref108;
2762
2785
  return /*#__PURE__*/React__default.createElement(Icon, {
2763
2786
  width: size,
2764
2787
  height: size,
@@ -2767,19 +2790,19 @@ const ColumnDependency = /*#__PURE__*/React__default.forwardRef(function ColumnD
2767
2790
  viewBox: "0 0 32 32",
2768
2791
  fill: "currentColor",
2769
2792
  ...rest
2770
- }, _path194 || (_path194 = /*#__PURE__*/React__default.createElement("path", {
2793
+ }, _path196 || (_path196 = /*#__PURE__*/React__default.createElement("path", {
2771
2794
  d: "M30,10V2H22V5H17a2.0023,2.0023,0,0,0-2,2v8H10V12H2v8h8V17h5v8a2.0023,2.0023,0,0,0,2,2h5v3h8V22H22v3H17V17h5v3h8V12H22v3H17V7h5v3ZM8,18H4V14H8Zm16,6h4v4H24Zm0-10h4v4H24ZM24,4h4V8H24Z"
2772
2795
  })), children);
2773
2796
  });
2774
2797
  if (process.env.NODE_ENV !== "production") {
2775
2798
  ColumnDependency.propTypes = iconPropTypes;
2776
2799
  }
2777
- const Commit = /*#__PURE__*/React__default.forwardRef(function Commit(_ref108, ref) {
2800
+ const Comments = /*#__PURE__*/React__default.forwardRef(function Comments(_ref109, ref) {
2778
2801
  let {
2779
2802
  children,
2780
2803
  size = 16,
2781
2804
  ...rest
2782
- } = _ref108;
2805
+ } = _ref109;
2783
2806
  return /*#__PURE__*/React__default.createElement(Icon, {
2784
2807
  width: size,
2785
2808
  height: size,
@@ -2788,19 +2811,40 @@ const Commit = /*#__PURE__*/React__default.forwardRef(function Commit(_ref108, r
2788
2811
  viewBox: "0 0 32 32",
2789
2812
  fill: "currentColor",
2790
2813
  ...rest
2791
- }, _path195 || (_path195 = /*#__PURE__*/React__default.createElement("path", {
2814
+ }, _path197 || (_path197 = /*#__PURE__*/React__default.createElement("path", {
2815
+ d: "M29.3163,9.4912l-8.004-6.997c-.3645-.3186-.8322-.4942-1.3163-.4942H4c-1.1046,0-2,.8954-2,2v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V10.997c0-.577-.2493-1.126-.6837-1.5058ZM28,28H4V4h14v7c0,1.1046.8954,2,2,2h8v15ZM20,11v-7l8,7h-8ZM6,20.084c0-4.041,2.0122-6.2939,5.1763-6.2939,2.1499,0,3.5425.9121,4.3853,2.7686l-1.9434,1.0322c-.3438-1.0664-1.1006-1.7881-2.4419-1.7881-1.6851,0-2.7686,1.2207-2.7686,3.2666v1.8916c0,2.0645,1.0835,3.2334,2.7686,3.2334,1.3584,0,2.2012-.8252,2.5967-1.9092l1.8403,1.084c-.8599,1.7881-2.2871,2.8369-4.437,2.8369-3.1641,0-5.1763-2.0801-5.1763-6.1221ZM16.8193,21.4941c0-2.8711,1.5991-4.6768,4.1611-4.6768,2.5796,0,4.1792,1.8057,4.1792,4.6768,0,2.8896-1.5996,4.7119-4.1792,4.7119-2.562,0-4.1611-1.8223-4.1611-4.7119ZM22.855,22.3369v-1.668c0-1.3408-.7222-2.0811-1.8745-2.0811-1.1348,0-1.8569.7402-1.8569,2.0811v1.668c0,1.3584.7222,2.0986,1.8569,2.0986,1.1523,0,1.8745-.7402,1.8745-2.0986Z"
2816
+ })), children);
2817
+ });
2818
+ if (process.env.NODE_ENV !== "production") {
2819
+ Comments.propTypes = iconPropTypes;
2820
+ }
2821
+ const Commit = /*#__PURE__*/React__default.forwardRef(function Commit(_ref110, ref) {
2822
+ let {
2823
+ children,
2824
+ size = 16,
2825
+ ...rest
2826
+ } = _ref110;
2827
+ return /*#__PURE__*/React__default.createElement(Icon, {
2828
+ width: size,
2829
+ height: size,
2830
+ ref: ref,
2831
+ xmlns: "http://www.w3.org/2000/svg",
2832
+ viewBox: "0 0 32 32",
2833
+ fill: "currentColor",
2834
+ ...rest
2835
+ }, _path198 || (_path198 = /*#__PURE__*/React__default.createElement("path", {
2792
2836
  d: "M30,15H21.91A5.9925,5.9925,0,0,0,10.09,15H2v2h8.09A5.9925,5.9925,0,0,0,21.91,17H30ZM16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
2793
2837
  })), children);
2794
2838
  });
2795
2839
  if (process.env.NODE_ENV !== "production") {
2796
2840
  Commit.propTypes = iconPropTypes;
2797
2841
  }
2798
- const CommunicationUnified = /*#__PURE__*/React__default.forwardRef(function CommunicationUnified(_ref109, ref) {
2842
+ const CommunicationUnified = /*#__PURE__*/React__default.forwardRef(function CommunicationUnified(_ref111, ref) {
2799
2843
  let {
2800
2844
  children,
2801
2845
  size = 16,
2802
2846
  ...rest
2803
- } = _ref109;
2847
+ } = _ref111;
2804
2848
  return /*#__PURE__*/React__default.createElement(Icon, {
2805
2849
  width: size,
2806
2850
  height: size,
@@ -2809,19 +2853,19 @@ const CommunicationUnified = /*#__PURE__*/React__default.forwardRef(function Com
2809
2853
  viewBox: "0 0 32 32",
2810
2854
  fill: "currentColor",
2811
2855
  ...rest
2812
- }, _path196 || (_path196 = /*#__PURE__*/React__default.createElement("path", {
2856
+ }, _path199 || (_path199 = /*#__PURE__*/React__default.createElement("path", {
2813
2857
  d: "M28 17H18a2.0025 2.0025 0 00-2 2v6a2.0025 2.0025 0 002 2h4V25H18V19H28v6H25.4648l-2.5937 3.8906L24.5352 30l2-3H28a2.0025 2.0025 0 002-2V19A2.0025 2.0025 0 0028 17zM8.6667 24.1086l.8614-.8615a.8334.8334 0 01.8988-.1844l1.0493.42A.8334.8334 0 0112 24.2561v1.9082a.8334.8334 0 01-.8786.8341c-7.3546-.4578-8.84-6.6863-9.1158-9.0723A.8316.8316 0 012.8343 17H4.7085a.8335.8335 0 01.7737.5238l.42 1.0493a.8332.8332 0 01-.1845.8988l-.8614.8614A4.5267 4.5267 0 008.6667 24.1086zM21 9H28V11H21zM21 5H30V7H21zM17 6L14 8.2V6a2.0024 2.0024 0 00-2-2H4A2.0024 2.0024 0 002 6v6a2.0024 2.0024 0 002 2h8a2.0024 2.0024 0 002-2V9.8L17 12zM4 12V6h8v6z"
2814
2858
  })), children);
2815
2859
  });
2816
2860
  if (process.env.NODE_ENV !== "production") {
2817
2861
  CommunicationUnified.propTypes = iconPropTypes;
2818
2862
  }
2819
- const Compare = /*#__PURE__*/React__default.forwardRef(function Compare(_ref110, ref) {
2863
+ const Compare = /*#__PURE__*/React__default.forwardRef(function Compare(_ref112, ref) {
2820
2864
  let {
2821
2865
  children,
2822
2866
  size = 16,
2823
2867
  ...rest
2824
- } = _ref110;
2868
+ } = _ref112;
2825
2869
  return /*#__PURE__*/React__default.createElement(Icon, {
2826
2870
  width: size,
2827
2871
  height: size,
@@ -2830,19 +2874,19 @@ const Compare = /*#__PURE__*/React__default.forwardRef(function Compare(_ref110,
2830
2874
  viewBox: "0 0 32 32",
2831
2875
  fill: "currentColor",
2832
2876
  ...rest
2833
- }, _path197 || (_path197 = /*#__PURE__*/React__default.createElement("path", {
2877
+ }, _path200 || (_path200 = /*#__PURE__*/React__default.createElement("path", {
2834
2878
  d: "M28,6H18V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H14v2a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,15h6.17L7.59,17.59,9,19l5-5L9,9,7.59,10.41,10.17,13H4V4H16V24H4ZM16,28V26a2,2,0,0,0,2-2V8H28v9H21.83l2.58-2.59L23,13l-5,5,5,5,1.41-1.41L21.83,19H28v9Z"
2835
2879
  })), children);
2836
2880
  });
2837
2881
  if (process.env.NODE_ENV !== "production") {
2838
2882
  Compare.propTypes = iconPropTypes;
2839
2883
  }
2840
- const Compass = /*#__PURE__*/React__default.forwardRef(function Compass(_ref111, ref) {
2884
+ const Compass = /*#__PURE__*/React__default.forwardRef(function Compass(_ref113, ref) {
2841
2885
  let {
2842
2886
  children,
2843
2887
  size = 16,
2844
2888
  ...rest
2845
- } = _ref111;
2889
+ } = _ref113;
2846
2890
  return /*#__PURE__*/React__default.createElement(Icon, {
2847
2891
  width: size,
2848
2892
  height: size,
@@ -2851,9 +2895,9 @@ const Compass = /*#__PURE__*/React__default.forwardRef(function Compass(_ref111,
2851
2895
  viewBox: "0 0 32 32",
2852
2896
  fill: "currentColor",
2853
2897
  ...rest
2854
- }, _path198 || (_path198 = /*#__PURE__*/React__default.createElement("path", {
2898
+ }, _path201 || (_path201 = /*#__PURE__*/React__default.createElement("path", {
2855
2899
  d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
2856
- })), _path199 || (_path199 = /*#__PURE__*/React__default.createElement("path", {
2900
+ })), _path202 || (_path202 = /*#__PURE__*/React__default.createElement("path", {
2857
2901
  d: "M23,10.41,21.59,9l-4.3,4.3a3,3,0,0,0-4,4L9,21.59,10.41,23l4.3-4.3a3,3,0,0,0,4-4ZM17,16a1,1,0,1,1-1-1A1,1,0,0,1,17,16Z"
2858
2902
  })), _circle22 || (_circle22 = /*#__PURE__*/React__default.createElement("circle", {
2859
2903
  cx: "16",
@@ -2864,12 +2908,12 @@ const Compass = /*#__PURE__*/React__default.forwardRef(function Compass(_ref111,
2864
2908
  if (process.env.NODE_ENV !== "production") {
2865
2909
  Compass.propTypes = iconPropTypes;
2866
2910
  }
2867
- const QComposerEdit = /*#__PURE__*/React__default.forwardRef(function QComposerEdit(_ref112, ref) {
2911
+ const QComposerEdit = /*#__PURE__*/React__default.forwardRef(function QComposerEdit(_ref114, ref) {
2868
2912
  let {
2869
2913
  children,
2870
2914
  size = 16,
2871
2915
  ...rest
2872
- } = _ref112;
2916
+ } = _ref114;
2873
2917
  return /*#__PURE__*/React__default.createElement(Icon, {
2874
2918
  width: size,
2875
2919
  height: size,
@@ -2878,19 +2922,19 @@ const QComposerEdit = /*#__PURE__*/React__default.forwardRef(function QComposerE
2878
2922
  viewBox: "0 0 32 32",
2879
2923
  fill: "currentColor",
2880
2924
  ...rest
2881
- }, _path200 || (_path200 = /*#__PURE__*/React__default.createElement("path", {
2925
+ }, _path203 || (_path203 = /*#__PURE__*/React__default.createElement("path", {
2882
2926
  d: "M25.82,10H30V8H25.82a3,3,0,0,0-5.64,0H13V5H5V8H2v2H5v3h8V10h7.18A3,3,0,0,0,22,11.82v7.32A4,4,0,0,0,19.14,22H2v2H19.14a4,4,0,0,0,7.72,0H30V22H26.86A4,4,0,0,0,24,19.14V11.82A3,3,0,0,0,25.82,10ZM11,11H7V7h4ZM25,23a2,2,0,1,1-2-2A2,2,0,0,1,25,23Z"
2883
2927
  })), children);
2884
2928
  });
2885
2929
  if (process.env.NODE_ENV !== "production") {
2886
2930
  QComposerEdit.propTypes = iconPropTypes;
2887
2931
  }
2888
- const Concept = /*#__PURE__*/React__default.forwardRef(function Concept(_ref113, ref) {
2932
+ const Concept = /*#__PURE__*/React__default.forwardRef(function Concept(_ref115, ref) {
2889
2933
  let {
2890
2934
  children,
2891
2935
  size = 16,
2892
2936
  ...rest
2893
- } = _ref113;
2937
+ } = _ref115;
2894
2938
  return /*#__PURE__*/React__default.createElement(Icon, {
2895
2939
  width: size,
2896
2940
  height: size,
@@ -2899,19 +2943,19 @@ const Concept = /*#__PURE__*/React__default.forwardRef(function Concept(_ref113,
2899
2943
  viewBox: "0 0 32 32",
2900
2944
  fill: "currentColor",
2901
2945
  ...rest
2902
- }, _path201 || (_path201 = /*#__PURE__*/React__default.createElement("path", {
2946
+ }, _path204 || (_path204 = /*#__PURE__*/React__default.createElement("path", {
2903
2947
  d: "M20.8851,19.4711a5.9609,5.9609,0,0,0,0-6.9422L23,10.4141l1.293,1.2929a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414l-4-4a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414L21.5859,9l-2.1148,2.1149a5.9609,5.9609,0,0,0-6.9422,0L10,8.5859V2H2v8H8.5859l2.529,2.5289a5.9609,5.9609,0,0,0,0,6.9422L9,21.5859,7.707,20.293a.9994.9994,0,0,0-1.414,0l-4,4a.9994.9994,0,0,0,0,1.414l4,4a.9995.9995,0,0,0,1.414,0l4-4a.9994.9994,0,0,0,0-1.414L10.4141,23l2.1148-2.1149a5.9609,5.9609,0,0,0,6.9422,0L22,23.4141V30h8V22H23.4141ZM25,4.4141,27.5859,7,25,9.5859,22.4141,7ZM7,27.5859,4.4141,25,7,22.4141,9.5859,25ZM8,8H4V4H8Zm4,8a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Zm12,8h4v4H24Z"
2904
2948
  })), children);
2905
2949
  });
2906
2950
  if (process.env.NODE_ENV !== "production") {
2907
2951
  Concept.propTypes = iconPropTypes;
2908
2952
  }
2909
- const ConditionPoint = /*#__PURE__*/React__default.forwardRef(function ConditionPoint(_ref114, ref) {
2953
+ const ConditionPoint = /*#__PURE__*/React__default.forwardRef(function ConditionPoint(_ref116, ref) {
2910
2954
  let {
2911
2955
  children,
2912
2956
  size = 16,
2913
2957
  ...rest
2914
- } = _ref114;
2958
+ } = _ref116;
2915
2959
  return /*#__PURE__*/React__default.createElement(Icon, {
2916
2960
  width: size,
2917
2961
  height: size,
@@ -2920,22 +2964,22 @@ const ConditionPoint = /*#__PURE__*/React__default.forwardRef(function Condition
2920
2964
  viewBox: "0 0 32 32",
2921
2965
  fill: "currentColor",
2922
2966
  ...rest
2923
- }, _path202 || (_path202 = /*#__PURE__*/React__default.createElement("path", {
2967
+ }, _path205 || (_path205 = /*#__PURE__*/React__default.createElement("path", {
2924
2968
  d: "M10.343 10.343H21.657V21.657H10.343z",
2925
2969
  transform: "rotate(-45 16 16)"
2926
- })), _path203 || (_path203 = /*#__PURE__*/React__default.createElement("path", {
2970
+ })), _path206 || (_path206 = /*#__PURE__*/React__default.createElement("path", {
2927
2971
  d: "M29.3906,14.5269,17.4731,2.6094a2.0852,2.0852,0,0,0-2.9462,0L2.6094,14.5269a2.0852,2.0852,0,0,0,0,2.9462L14.5269,29.3906a2.0852,2.0852,0,0,0,2.9462,0L29.3906,17.4731a2.0852,2.0852,0,0,0,0-2.9462ZM16,28.0356,3.9646,16,16,3.9644,28.0356,16Z"
2928
2972
  })), children);
2929
2973
  });
2930
2974
  if (process.env.NODE_ENV !== "production") {
2931
2975
  ConditionPoint.propTypes = iconPropTypes;
2932
2976
  }
2933
- const ConditionWaitPoint = /*#__PURE__*/React__default.forwardRef(function ConditionWaitPoint(_ref115, ref) {
2977
+ const ConditionWaitPoint = /*#__PURE__*/React__default.forwardRef(function ConditionWaitPoint(_ref117, ref) {
2934
2978
  let {
2935
2979
  children,
2936
2980
  size = 16,
2937
2981
  ...rest
2938
- } = _ref115;
2982
+ } = _ref117;
2939
2983
  return /*#__PURE__*/React__default.createElement(Icon, {
2940
2984
  width: size,
2941
2985
  height: size,
@@ -2944,22 +2988,22 @@ const ConditionWaitPoint = /*#__PURE__*/React__default.forwardRef(function Condi
2944
2988
  viewBox: "0 0 32 32",
2945
2989
  fill: "currentColor",
2946
2990
  ...rest
2947
- }, _path204 || (_path204 = /*#__PURE__*/React__default.createElement("path", {
2991
+ }, _path207 || (_path207 = /*#__PURE__*/React__default.createElement("path", {
2948
2992
  d: "M10.343 10.343H21.657V21.657H10.343z",
2949
2993
  transform: "rotate(-45 16 16)"
2950
- })), _path205 || (_path205 = /*#__PURE__*/React__default.createElement("path", {
2994
+ })), _path208 || (_path208 = /*#__PURE__*/React__default.createElement("path", {
2951
2995
  d: "M16,4A12,12,0,1,1,4,16,12.0136,12.0136,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
2952
2996
  })), children);
2953
2997
  });
2954
2998
  if (process.env.NODE_ENV !== "production") {
2955
2999
  ConditionWaitPoint.propTypes = iconPropTypes;
2956
3000
  }
2957
- const Connect = /*#__PURE__*/React__default.forwardRef(function Connect(_ref116, ref) {
3001
+ const Connect = /*#__PURE__*/React__default.forwardRef(function Connect(_ref118, ref) {
2958
3002
  let {
2959
3003
  children,
2960
3004
  size = 16,
2961
3005
  ...rest
2962
- } = _ref116;
3006
+ } = _ref118;
2963
3007
  return /*#__PURE__*/React__default.createElement(Icon, {
2964
3008
  width: size,
2965
3009
  height: size,
@@ -2968,7 +3012,7 @@ const Connect = /*#__PURE__*/React__default.forwardRef(function Connect(_ref116,
2968
3012
  viewBox: "0 0 32 32",
2969
3013
  fill: "currentColor",
2970
3014
  ...rest
2971
- }, _path206 || (_path206 = /*#__PURE__*/React__default.createElement("path", {
3015
+ }, _path209 || (_path209 = /*#__PURE__*/React__default.createElement("path", {
2972
3016
  d: "M23,16a7,7,0,0,0-4.18,1.39L14.6,13.17A6.86,6.86,0,0,0,16,9a7,7,0,1,0-2.81,5.59l4.21,4.22A7,7,0,1,0,23,16ZM4,9a5,5,0,1,1,5,5A5,5,0,0,1,4,9Z",
2973
3017
  transform: "translate(0 .01)"
2974
3018
  })), children);
@@ -2976,12 +3020,12 @@ const Connect = /*#__PURE__*/React__default.forwardRef(function Connect(_ref116,
2976
3020
  if (process.env.NODE_ENV !== "production") {
2977
3021
  Connect.propTypes = iconPropTypes;
2978
3022
  }
2979
- const ConnectRecursive = /*#__PURE__*/React__default.forwardRef(function ConnectRecursive(_ref117, ref) {
3023
+ const ConnectRecursive = /*#__PURE__*/React__default.forwardRef(function ConnectRecursive(_ref119, ref) {
2980
3024
  let {
2981
3025
  children,
2982
3026
  size = 16,
2983
3027
  ...rest
2984
- } = _ref117;
3028
+ } = _ref119;
2985
3029
  return /*#__PURE__*/React__default.createElement(Icon, {
2986
3030
  width: size,
2987
3031
  height: size,
@@ -2990,19 +3034,19 @@ const ConnectRecursive = /*#__PURE__*/React__default.forwardRef(function Connect
2990
3034
  viewBox: "0 0 32 32",
2991
3035
  fill: "currentColor",
2992
3036
  ...rest
2993
- }, _path207 || (_path207 = /*#__PURE__*/React__default.createElement("path", {
3037
+ }, _path210 || (_path210 = /*#__PURE__*/React__default.createElement("path", {
2994
3038
  d: "M28,7H13.8281l3.586-3.5859L16,2,10,8l6,6,1.4141-1.4141L13.8281,9H28V20H11.8989A5.0145,5.0145,0,0,0,8,16.1011V2H6V16.1011a5,5,0,0,0,0,9.7978V30H8V25.8989A5.0145,5.0145,0,0,0,11.8989,22H28a2.0023,2.0023,0,0,0,2-2V9A2.0023,2.0023,0,0,0,28,7ZM7,24a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,24Z"
2995
3039
  })), children);
2996
3040
  });
2997
3041
  if (process.env.NODE_ENV !== "production") {
2998
3042
  ConnectRecursive.propTypes = iconPropTypes;
2999
3043
  }
3000
- const ConnectReference = /*#__PURE__*/React__default.forwardRef(function ConnectReference(_ref118, ref) {
3044
+ const ConnectReference = /*#__PURE__*/React__default.forwardRef(function ConnectReference(_ref120, ref) {
3001
3045
  let {
3002
3046
  children,
3003
3047
  size = 16,
3004
3048
  ...rest
3005
- } = _ref118;
3049
+ } = _ref120;
3006
3050
  return /*#__PURE__*/React__default.createElement(Icon, {
3007
3051
  width: size,
3008
3052
  height: size,
@@ -3011,21 +3055,21 @@ const ConnectReference = /*#__PURE__*/React__default.forwardRef(function Connect
3011
3055
  viewBox: "0 0 32 32",
3012
3056
  fill: "currentColor",
3013
3057
  ...rest
3014
- }, _path208 || (_path208 = /*#__PURE__*/React__default.createElement("path", {
3058
+ }, _path211 || (_path211 = /*#__PURE__*/React__default.createElement("path", {
3015
3059
  d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
3016
- })), _path209 || (_path209 = /*#__PURE__*/React__default.createElement("path", {
3060
+ })), _path212 || (_path212 = /*#__PURE__*/React__default.createElement("path", {
3017
3061
  d: "M23,16c-1.5696,0-3.0124,.5159-4.1813,1.3919l-4.2173-4.2174c.876-1.1689,1.3986-2.6048,1.3986-4.1745,0-3.8599-3.1406-7-7-7S2,5.1401,2,9s3.1406,7,7,7c1.5696,0,3.0184-.5355,4.1873-1.4114l4.2173,4.2174c-.8759,1.1689-1.4046,2.6243-1.4046,4.194,0,3.8599,3.1406,7,7,7s7-3.1401,7-7-3.1406-7-7-7ZM4,9c0-2.7568,2.2432-5,5-5s5,2.2432,5,5-2.2432,5-5,5-5-2.2432-5-5Z"
3018
3062
  })), children);
3019
3063
  });
3020
3064
  if (process.env.NODE_ENV !== "production") {
3021
3065
  ConnectReference.propTypes = iconPropTypes;
3022
3066
  }
3023
- const ConnectSource = /*#__PURE__*/React__default.forwardRef(function ConnectSource(_ref119, ref) {
3067
+ const ConnectSource = /*#__PURE__*/React__default.forwardRef(function ConnectSource(_ref121, ref) {
3024
3068
  let {
3025
3069
  children,
3026
3070
  size = 16,
3027
3071
  ...rest
3028
- } = _ref119;
3072
+ } = _ref121;
3029
3073
  return /*#__PURE__*/React__default.createElement(Icon, {
3030
3074
  width: size,
3031
3075
  height: size,
@@ -3034,19 +3078,19 @@ const ConnectSource = /*#__PURE__*/React__default.forwardRef(function ConnectSou
3034
3078
  viewBox: "0 0 32 32",
3035
3079
  fill: "currentColor",
3036
3080
  ...rest
3037
- }, _path210 || (_path210 = /*#__PURE__*/React__default.createElement("path", {
3081
+ }, _path213 || (_path213 = /*#__PURE__*/React__default.createElement("path", {
3038
3082
  d: "M24,10l-1.4141,1.4141L26.1719,15H11.8989A5.0145,5.0145,0,0,0,8,11.1011V2H6v9.1011a5,5,0,0,0,0,9.7978V30H8V20.8989A5.0145,5.0145,0,0,0,11.8989,17h14.273l-3.586,3.5859L24,22l6-6ZM7,19a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,7,19Z"
3039
3083
  })), children);
3040
3084
  });
3041
3085
  if (process.env.NODE_ENV !== "production") {
3042
3086
  ConnectSource.propTypes = iconPropTypes;
3043
3087
  }
3044
- const ConnectTarget = /*#__PURE__*/React__default.forwardRef(function ConnectTarget(_ref120, ref) {
3088
+ const ConnectTarget = /*#__PURE__*/React__default.forwardRef(function ConnectTarget(_ref122, ref) {
3045
3089
  let {
3046
3090
  children,
3047
3091
  size = 16,
3048
3092
  ...rest
3049
- } = _ref120;
3093
+ } = _ref122;
3050
3094
  return /*#__PURE__*/React__default.createElement(Icon, {
3051
3095
  width: size,
3052
3096
  height: size,
@@ -3055,19 +3099,19 @@ const ConnectTarget = /*#__PURE__*/React__default.forwardRef(function ConnectTar
3055
3099
  viewBox: "0 0 32 32",
3056
3100
  fill: "currentColor",
3057
3101
  ...rest
3058
- }, _path211 || (_path211 = /*#__PURE__*/React__default.createElement("path", {
3102
+ }, _path214 || (_path214 = /*#__PURE__*/React__default.createElement("path", {
3059
3103
  d: "M28 2H30V30H28zM20 10l-1.4141 1.4141L22.1719 15H11.8989a5 5 0 100 2h10.273l-3.586 3.5859L20 22l6-6zM7 19a3 3 0 113-3A3.0033 3.0033 0 017 19z"
3060
3104
  })), children);
3061
3105
  });
3062
3106
  if (process.env.NODE_ENV !== "production") {
3063
3107
  ConnectTarget.propTypes = iconPropTypes;
3064
3108
  }
3065
- const ConnectionReceive = /*#__PURE__*/React__default.forwardRef(function ConnectionReceive(_ref121, ref) {
3109
+ const ConnectionReceive = /*#__PURE__*/React__default.forwardRef(function ConnectionReceive(_ref123, ref) {
3066
3110
  let {
3067
3111
  children,
3068
3112
  size = 16,
3069
3113
  ...rest
3070
- } = _ref121;
3114
+ } = _ref123;
3071
3115
  return /*#__PURE__*/React__default.createElement(Icon, {
3072
3116
  width: size,
3073
3117
  height: size,
@@ -3076,21 +3120,21 @@ const ConnectionReceive = /*#__PURE__*/React__default.forwardRef(function Connec
3076
3120
  viewBox: "0 0 32 32",
3077
3121
  fill: "currentColor",
3078
3122
  ...rest
3079
- }, _path212 || (_path212 = /*#__PURE__*/React__default.createElement("path", {
3123
+ }, _path215 || (_path215 = /*#__PURE__*/React__default.createElement("path", {
3080
3124
  d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 14L21.83 14 24.41 16.59 23 18 18 13 23 8 24.41 9.41 21.83 12 30 12 30 14z"
3081
- })), _path213 || (_path213 = /*#__PURE__*/React__default.createElement("path", {
3125
+ })), _path216 || (_path216 = /*#__PURE__*/React__default.createElement("path", {
3082
3126
  d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
3083
3127
  })), children);
3084
3128
  });
3085
3129
  if (process.env.NODE_ENV !== "production") {
3086
3130
  ConnectionReceive.propTypes = iconPropTypes;
3087
3131
  }
3088
- const ConnectionSend = /*#__PURE__*/React__default.forwardRef(function ConnectionSend(_ref122, ref) {
3132
+ const ConnectionSend = /*#__PURE__*/React__default.forwardRef(function ConnectionSend(_ref124, ref) {
3089
3133
  let {
3090
3134
  children,
3091
3135
  size = 16,
3092
3136
  ...rest
3093
- } = _ref122;
3137
+ } = _ref124;
3094
3138
  return /*#__PURE__*/React__default.createElement(Icon, {
3095
3139
  width: size,
3096
3140
  height: size,
@@ -3099,21 +3143,21 @@ const ConnectionSend = /*#__PURE__*/React__default.forwardRef(function Connectio
3099
3143
  viewBox: "0 0 32 32",
3100
3144
  fill: "currentColor",
3101
3145
  ...rest
3102
- }, _path214 || (_path214 = /*#__PURE__*/React__default.createElement("path", {
3146
+ }, _path217 || (_path217 = /*#__PURE__*/React__default.createElement("path", {
3103
3147
  d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM18 14L26.17 14 23.59 16.59 25 18 30 13 25 8 23.59 9.41 26.17 12 18 12 18 14z"
3104
- })), _path215 || (_path215 = /*#__PURE__*/React__default.createElement("path", {
3148
+ })), _path218 || (_path218 = /*#__PURE__*/React__default.createElement("path", {
3105
3149
  d: "M28,20v8H22V20H20v8H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V20Z"
3106
3150
  })), children);
3107
3151
  });
3108
3152
  if (process.env.NODE_ENV !== "production") {
3109
3153
  ConnectionSend.propTypes = iconPropTypes;
3110
3154
  }
3111
- const ConnectionTwoWay = /*#__PURE__*/React__default.forwardRef(function ConnectionTwoWay(_ref123, ref) {
3155
+ const ConnectionTwoWay = /*#__PURE__*/React__default.forwardRef(function ConnectionTwoWay(_ref125, ref) {
3112
3156
  let {
3113
3157
  children,
3114
3158
  size = 16,
3115
3159
  ...rest
3116
- } = _ref123;
3160
+ } = _ref125;
3117
3161
  return /*#__PURE__*/React__default.createElement(Icon, {
3118
3162
  width: size,
3119
3163
  height: size,
@@ -3122,58 +3166,14 @@ const ConnectionTwoWay = /*#__PURE__*/React__default.forwardRef(function Connect
3122
3166
  viewBox: "0 0 32 32",
3123
3167
  fill: "currentColor",
3124
3168
  ...rest
3125
- }, _path216 || (_path216 = /*#__PURE__*/React__default.createElement("path", {
3169
+ }, _path219 || (_path219 = /*#__PURE__*/React__default.createElement("path", {
3126
3170
  d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14zM30 22L21.83 22 24.41 24.59 23 26 18 21 23 16 24.41 17.41 21.83 20 30 20 30 22zM19 12L27.17 12 24.59 14.59 26 16 31 11 26 6 24.59 7.41 27.17 10 19 10 19 12z"
3127
- })), _path217 || (_path217 = /*#__PURE__*/React__default.createElement("path", {
3171
+ })), _path220 || (_path220 = /*#__PURE__*/React__default.createElement("path", {
3128
3172
  d: "M28,26v2H4V4H20V6h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30V26Z"
3129
3173
  })), children);
3130
3174
  });
3131
3175
  if (process.env.NODE_ENV !== "production") {
3132
3176
  ConnectionTwoWay.propTypes = iconPropTypes;
3133
3177
  }
3134
- const ConnectionUsage = /*#__PURE__*/React__default.forwardRef(function ConnectionUsage(_ref124, ref) {
3135
- let {
3136
- children,
3137
- size = 16,
3138
- ...rest
3139
- } = _ref124;
3140
- return /*#__PURE__*/React__default.createElement(Icon, {
3141
- width: size,
3142
- height: size,
3143
- ref: ref,
3144
- xmlns: "http://www.w3.org/2000/svg",
3145
- viewBox: "0 0 32 32",
3146
- fill: "currentColor",
3147
- ...rest
3148
- }, _path218 || (_path218 = /*#__PURE__*/React__default.createElement("path", {
3149
- strokeWidth: "0",
3150
- d: "m17,26V6c0-1.1046-.8954-2-2-2H4v2h11v20c0,1.1046.8954,2,2,2h11v-2h-11Z"
3151
- })), children);
3152
- });
3153
- if (process.env.NODE_ENV !== "production") {
3154
- ConnectionUsage.propTypes = iconPropTypes;
3155
- }
3156
- const ConnectionFlowUsage = /*#__PURE__*/React__default.forwardRef(function ConnectionFlowUsage(_ref125, ref) {
3157
- let {
3158
- children,
3159
- size = 16,
3160
- ...rest
3161
- } = _ref125;
3162
- return /*#__PURE__*/React__default.createElement(Icon, {
3163
- width: size,
3164
- height: size,
3165
- ref: ref,
3166
- xmlns: "http://www.w3.org/2000/svg",
3167
- viewBox: "0 0 32 32",
3168
- fill: "currentColor",
3169
- ...rest
3170
- }, _path219 || (_path219 = /*#__PURE__*/React__default.createElement("path", {
3171
- strokeWidth: "0",
3172
- d: "m22,16l-1.4141,1.4141,4.5859,4.5859h-10.1719V5c0-1.1046-.8954-2-2-2H3v2h10v17c0,1.1046.8954,2,2,2h10.1719l-4.5859,4.5859,1.4141,1.4141,7-7-7-7Z"
3173
- })), children);
3174
- });
3175
- if (process.env.NODE_ENV !== "production") {
3176
- ConnectionFlowUsage.propTypes = iconPropTypes;
3177
- }
3178
3178
 
3179
- export { ChartWaterfall, ChartWinLoss, Chat, ChatBot, ChatLaunch, ChatOff, ChatOperational, Checkbox, CheckboxChecked, CheckboxCheckedFilled, CheckboxIndeterminate, CheckboxIndeterminateFilled, Checkmark, CheckmarkFilled, CheckmarkFilledError, CheckmarkFilledWarning, CheckmarkOutline, CheckmarkOutlineError, CheckmarkOutlineWarning, Chemistry, ChemistryReference, ChevronDown, ChevronDownOutline, ChevronLeft, ChevronMini, ChevronRight, ChevronSort, ChevronSortDown, ChevronSortUp, ChevronUp, ChevronUpOutline, ChildNode, Chip, Choices, ChooseItem, ChoroplethMap, CicsCmas, CicsDb2Connection, CicsExplorer, CicsProgram, CicsRegion, CicsRegionAlt, CicsRegionRouting, CicsRegionTarget, CicsSit, CicsSitOverrides, CicsSystemGroup, CicsTransactionServerZos, CicsWuiRegion, Cicsplex, CircleDash, CircleFill, CircleFilled, CircleOutline, CirclePacking, CircleSolid, CircleStroke, Classification, ClassifierLanguage, Clean, Close, CloseFilled, CloseLarge, CloseOutline, ClosedCaption, ClosedCaptionAlt, ClosedCaptionFilled, Cloud, CloudAlerting, CloudApp, CloudAuditing, CloudCeiling, CloudDataOps, CloudDownload, CloudFoundry_1, CloudFoundry_2, CloudLogging, CloudMonitoring, CloudOffline, CloudRegistry, CloudSatellite, CloudSatelliteConfig, CloudSatelliteLink, CloudSatelliteServices, CloudServiceManagement, CloudServices, CloudUpload, Cloudy, Code, CodeBlock, CodeHide, CodeReference, CodeSigningService, Cognitive, Collaborate, CollapseAll, CollapseCategories, ColorPalette, ColorSwitch, Column, ColumnDelete, ColumnDependency, ColumnInsert, Comments, Commit, CommunicationUnified, Compare, Compass, Concept, ConditionPoint, ConditionWaitPoint, Connect, ConnectRecursive, ConnectReference, ConnectSource, ConnectTarget, ConnectionFlowUsage, ConnectionReceive, ConnectionSend, ConnectionTwoWay, ConnectionUsage, QCircuitComposer, QComposerEdit, WatsonHealthCircleMeasurement, WatsonHealthCobbAngle };
3179
+ export { ChartViolinPlot, ChartWaterfall, ChartWinLoss, Chat, ChatBot, ChatLaunch, ChatOff, ChatOperational, Checkbox, CheckboxChecked, CheckboxCheckedFilled, CheckboxIndeterminate, CheckboxIndeterminateFilled, Checkmark, CheckmarkFilled, CheckmarkFilledError, CheckmarkFilledWarning, CheckmarkOutline, CheckmarkOutlineError, CheckmarkOutlineWarning, Chemistry, ChemistryReference, ChevronDown, ChevronDownOutline, ChevronLeft, ChevronMini, ChevronRight, ChevronSort, ChevronSortDown, ChevronSortUp, ChevronUp, ChevronUpOutline, ChildNode, Chip, Choices, ChooseItem, ChoroplethMap, CicsCmas, CicsDb2Connection, CicsExplorer, CicsProgram, CicsRegion, CicsRegionAlt, CicsRegionRouting, CicsRegionTarget, CicsSit, CicsSitOverrides, CicsSystemGroup, CicsTransactionServerZos, CicsWuiRegion, Cicsplex, CircleDash, CircleFill, CircleFilled, CircleOutline, CirclePacking, CircleSolid, CircleStroke, ClassicBatch, Classification, ClassifierLanguage, Clean, Close, CloseFilled, CloseLarge, CloseOutline, ClosedCaption, ClosedCaptionAlt, ClosedCaptionFilled, Cloud, CloudAlerting, CloudApp, CloudAuditing, CloudCeiling, CloudDataOps, CloudDownload, CloudFoundry_1, CloudFoundry_2, CloudLogging, CloudMonitoring, CloudOffline, CloudRegistry, CloudSatellite, CloudSatelliteConfig, CloudSatelliteLink, CloudSatelliteServices, CloudServiceManagement, CloudServices, CloudUpload, Cloudy, Code, CodeBlock, CodeHide, CodeReference, CodeSigningService, Cognitive, Collaborate, CollapseAll, CollapseCategories, ColorPalette, ColorSwitch, Column, ColumnDelete, ColumnDependency, ColumnInsert, Comments, Commit, CommunicationUnified, Compare, Compass, Concept, ConditionPoint, ConditionWaitPoint, Connect, ConnectRecursive, ConnectReference, ConnectSource, ConnectTarget, ConnectionReceive, ConnectionSend, ConnectionTwoWay, QCircuitComposer, QComposerEdit, WatsonHealthCircleMeasurement, WatsonHealthCobbAngle };