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