@carbon-labs/react-animated-header 0.17.0 → 0.19.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 +696 -168
  2. package/es/__stories__/data/index.d.ts +58 -14
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +3 -1
  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 +2 -2
  8. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  9. package/es/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  10. package/es/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  11. package/es/components/Tiles/GlassTile/GlassTile.js +20 -29
  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 +696 -168
  18. package/lib/__stories__/data/index.d.ts +58 -14
  19. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  20. package/lib/components/AnimatedHeader/AnimatedHeader.js +3 -1
  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 +2 -2
  24. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  25. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  26. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  27. package/lib/components/Tiles/GlassTile/GlassTile.js +19 -28
  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,3082 +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, _circle, _path19, _path20, _path21, _path22, _path23, _path24, _circle2, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _circle3, _circle4, _circle5, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _circle6, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _circle7, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201;
16
- const didWarnAboutDeprecation = {};
17
- const WatsonHealth3DCursor = /*#__PURE__*/React.forwardRef(function WatsonHealth3DCursor(_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: "M13 4L4 4 4 13.01 6 13.01 6 6 13 6 13 4zM29.49 13.12l-9-5a1 1 0 00-1 0l-9 5A1 1 0 0010 14V24a1 1 0 00.52.87l9 5A1 1 0 0020 30a1.05 1.05 0 00.49-.13l9-5A1 1 0 0030 24V14A1 1 0 0029.49 13.12zM19 27.3l-7-3.89V15.69l7 3.89zm1-9.45L13.06 14 20 10.14 26.94 14zm8 5.56L21 27.3V19.58l7-3.89z"
33
- })), children);
34
- });
35
- if (process.env.NODE_ENV !== "production") {
36
- WatsonHealth3DCursor.propTypes = iconPropTypes4cbeb95d.i;
37
- }
38
- const WatsonHealth3DCursorAlt = /*#__PURE__*/React.forwardRef(function WatsonHealth3DCursorAlt(_ref2, ref) {
39
- let {
40
- children,
41
- size = 16,
42
- ...rest
43
- } = _ref2;
44
- return /*#__PURE__*/React.createElement(Icon.default, {
45
- width: size,
46
- height: size,
47
- ref: ref,
48
- xmlns: "http://www.w3.org/2000/svg",
49
- viewBox: "0 0 32 32",
50
- fill: "currentColor",
51
- ...rest
52
- }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
53
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
54
- })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
55
- d: "M15 7H17V14H15zM7 15H14V17H7zM15 18H17V25H15zM18 15H25V17H18z"
56
- })), children);
57
- });
58
- if (process.env.NODE_ENV !== "production") {
59
- WatsonHealth3DCursorAlt.propTypes = iconPropTypes4cbeb95d.i;
60
- }
61
- const WatsonHealth3DCurveAutoColon = /*#__PURE__*/React.forwardRef(function WatsonHealth3DCurveAutoColon(_ref3, ref) {
62
- let {
63
- children,
64
- size = 16,
65
- ...rest
66
- } = _ref3;
67
- return /*#__PURE__*/React.createElement(Icon.default, {
68
- width: size,
69
- height: size,
70
- ref: ref,
71
- xmlns: "http://www.w3.org/2000/svg",
72
- viewBox: "0 0 32 32",
73
- fill: "currentColor",
74
- ...rest
75
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
76
- d: "M9.5,8H20.1a5,5,0,1,0,0-2H9.5a5.5,5.5,0,0,0,0,11h11a3.5,3.5,0,0,1,0,7H11.9a5,5,0,1,0,0,2h8.6a5.5,5.5,0,0,0,0-11H9.5a3.5,3.5,0,0,1,0-7ZM25,4a3,3,0,1,1-3,3A3,3,0,0,1,25,4ZM7,28a3,3,0,1,1,3-3A3,3,0,0,1,7,28Z"
77
- })), children);
78
- });
79
- if (process.env.NODE_ENV !== "production") {
80
- WatsonHealth3DCurveAutoColon.propTypes = iconPropTypes4cbeb95d.i;
81
- }
82
- const WatsonHealth3DCurveAutoVessels = /*#__PURE__*/React.forwardRef(function WatsonHealth3DCurveAutoVessels(_ref4, ref) {
83
- let {
84
- children,
85
- size = 16,
86
- ...rest
87
- } = _ref4;
88
- return /*#__PURE__*/React.createElement(Icon.default, {
89
- width: size,
90
- height: size,
91
- ref: ref,
92
- xmlns: "http://www.w3.org/2000/svg",
93
- viewBox: "0 0 32 32",
94
- fill: "currentColor",
95
- ...rest
96
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
97
- d: "M17,11a3,3,0,0,1,3-3h.1a5,5,0,1,0,0-2H20a5,5,0,0,0-5,5v1H13a3,3,0,0,1-3-3V7A5,5,0,0,0,5,2H4V4H5A3,3,0,0,1,8,7V9a5,5,0,0,0,5,5h2v7a3,3,0,0,1-3,3h-.1a5,5,0,1,0,0,2H12a5,5,0,0,0,5-5h2.5A2.5,2.5,0,0,1,22,23.5,4.51,4.51,0,0,0,26.5,28H28V26H26.5A2.5,2.5,0,0,1,24,23.5,4.51,4.51,0,0,0,19.5,19H17Zm8-7a3,3,0,1,1-3,3A3,3,0,0,1,25,4ZM7,28a3,3,0,1,1,3-3A3,3,0,0,1,7,28Z"
98
- })), children);
99
- });
100
- if (process.env.NODE_ENV !== "production") {
101
- WatsonHealth3DCurveAutoVessels.propTypes = iconPropTypes4cbeb95d.i;
102
- }
103
- const WatsonHealth3DCurveManual = /*#__PURE__*/React.forwardRef(function WatsonHealth3DCurveManual(_ref5, ref) {
104
- let {
105
- children,
106
- size = 16,
107
- ...rest
108
- } = _ref5;
109
- return /*#__PURE__*/React.createElement(Icon.default, {
110
- width: size,
111
- height: size,
112
- ref: ref,
113
- xmlns: "http://www.w3.org/2000/svg",
114
- viewBox: "0 0 32 32",
115
- fill: "currentColor",
116
- ...rest
117
- }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
118
- d: "M15 21a3 3 0 01-3 3h-.1a5 5 0 100 2H12a5 5 0 005-5zM7 28a3 3 0 113-3A3 3 0 017 28zM15 13H17V19H15zM25 2a5 5 0 00-4.9 4H20a5 5 0 00-5 5h2a3 3 0 013-3h.1A5 5 0 1025 2zm0 8a3 3 0 113-3A3 3 0 0125 10z"
119
- })), children);
120
- });
121
- if (process.env.NODE_ENV !== "production") {
122
- WatsonHealth3DCurveManual.propTypes = iconPropTypes4cbeb95d.i;
123
- }
124
- const WatsonHealth3DICa = /*#__PURE__*/React.forwardRef(function WatsonHealth3DICa(_ref6, ref) {
125
- let {
126
- children,
127
- size = 16,
128
- ...rest
129
- } = _ref6;
130
- return /*#__PURE__*/React.createElement(Icon.default, {
131
- width: size,
132
- height: size,
133
- ref: ref,
134
- xmlns: "http://www.w3.org/2000/svg",
135
- viewBox: "0 0 32 32",
136
- fill: "currentColor",
137
- ...rest
138
- }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
139
- d: "M15 14H10a2 2 0 01-2-2V4a2 2 0 01.59-1.42A3.57 3.57 0 0110 2h5V4H10v8h5zM4 6H6V14H4zM4 2H6V4H4zM27.45 19.11l-6-3a1 1 0 00-.9 0l-6 3A1 1 0 0014 20v7a1 1 0 00.55.89l6 3a1 1 0 00.9 0l6-3A1 1 0 0028 27V20A1 1 0 0027.45 19.11zm-6.45-1L24.76 20 21 21.88 17.24 20zm-5 3.5l4 2v4.76l-4-2zm6 6.76V23.62l4-2v4.76zM23 2H19a2 2 0 00-2 2V14h2V10h4v4h2V4A2 2 0 0023 2zM19 8V4h4V8z"
140
- })), children);
141
- });
142
- if (process.env.NODE_ENV !== "production") {
143
- WatsonHealth3DICa.propTypes = iconPropTypes4cbeb95d.i;
144
- }
145
- const WatsonHealth3DMprToggle = /*#__PURE__*/React.forwardRef(function WatsonHealth3DMprToggle(_ref7, ref) {
146
- let {
147
- children,
148
- size = 16,
149
- ...rest
150
- } = _ref7;
151
- return /*#__PURE__*/React.createElement(Icon.default, {
152
- width: size,
153
- height: size,
154
- ref: ref,
155
- xmlns: "http://www.w3.org/2000/svg",
156
- viewBox: "0 0 32 32",
157
- fill: "currentColor",
158
- ...rest
159
- }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
160
- d: "M11 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 30zM25.49 10.13l-9-5a1 1 0 00-1 0l-9 5A1 1 0 006 11V21a1 1 0 00.51.87l9 5a1 1 0 001 0l9-5A1 1 0 0026 21V11A1 1 0 0025.49 10.13zM16 7.14L22.94 11 16 14.86 9.06 11zM8 12.7l7 3.89V24.3L8 20.41zm9 11.6V16.59l7-3.89v7.71z"
161
- })), children);
162
- });
163
- if (process.env.NODE_ENV !== "production") {
164
- WatsonHealth3DMprToggle.propTypes = iconPropTypes4cbeb95d.i;
165
- }
166
- const WatsonHealth3DPrintMesh = /*#__PURE__*/React.forwardRef(function WatsonHealth3DPrintMesh(_ref8, ref) {
167
- let {
168
- children,
169
- size = 16,
170
- ...rest
171
- } = _ref8;
172
- return /*#__PURE__*/React.createElement(Icon.default, {
173
- width: size,
174
- height: size,
175
- ref: ref,
176
- xmlns: "http://www.w3.org/2000/svg",
177
- viewBox: "0 0 32 32",
178
- fill: "currentColor",
179
- ...rest
180
- }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
181
- d: "M29.9761,15.7832l-2-9a.9992.9992,0,0,0-.4214-.6152l-6-4A1.0008,1.0008,0,0,0,21,2H11a1.0008,1.0008,0,0,0-.5547.168l-6,4a.9992.9992,0,0,0-.4214.6152l-2,9a1.0019,1.0019,0,0,0,.0181.5039l3,10a1,1,0,0,0,.6709.6709l10,3,.0051.0005a.9789.9789,0,0,0,.564,0l.0051-.0005,10-3a1,1,0,0,0,.6709-.6709l3-10A1.0019,1.0019,0,0,0,29.9761,15.7832Zm-19.05.833L7.0168,8.7974l7.2815,2.6479ZM16,12.4971,19.5889,18H12.4111ZM19.3818,20,16,26.7637,12.6182,20Zm-1.68-8.5547,7.2815-2.6479-3.91,7.8188ZM18.19,9.14l3.0961-4.747,3.5152,2.3432ZM16,8.8364,12.8459,4h6.3082Zm-2.19.3032L7.1992,6.7358l3.5152-2.3432Zm-4.8439,8.03-4.802-1.8007L5.3652,9.9668ZM14.07,27.377,7.5679,25.4263l3.1284-4.7969Zm7.2334-6.7476,3.1284,4.7969L17.93,27.377ZM26.6348,9.9668l1.2006,5.4019-4.802,1.8007ZM4.5374,17.6445l4.5944,1.7227L6.3391,23.65ZM25.6609,23.65l-2.7927-4.2827,4.5944-1.7227Z"
182
- })), children);
183
- });
184
- if (process.env.NODE_ENV !== "production") {
185
- WatsonHealth3DPrintMesh.propTypes = iconPropTypes4cbeb95d.i;
186
- }
187
- const WatsonHealth3DSoftware = /*#__PURE__*/React.forwardRef(function WatsonHealth3DSoftware(_ref9, ref) {
188
- let {
189
- children,
190
- size = 16,
191
- ...rest
192
- } = _ref9;
193
- return /*#__PURE__*/React.createElement(Icon.default, {
194
- width: size,
195
- height: size,
196
- ref: ref,
197
- xmlns: "http://www.w3.org/2000/svg",
198
- viewBox: "0 0 32 32",
199
- fill: "currentColor",
200
- ...rest
201
- }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
202
- d: "M21.49 13.1151l-9-5a1 1 0 00-1 0l-9 5A1.0078 1.0078 0 002 14v9.9951a1 1 0 00.52.87l9 5A1.0045 1.0045 0 0012 30a1.0559 1.0559 0 00.49-.1349l9-5A.9923.9923 0 0022 24V14A1.0079 1.0079 0 0021.49 13.1151zM11 27.2951l-7-3.89v-7.72l7 3.89zm1-9.45L5.06 14 12 10.1351l6.94 3.86zm8 5.56l-7 3.89v-7.72l7-3.89zM30 6L26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6z"
203
- })), children);
204
- });
205
- if (process.env.NODE_ENV !== "production") {
206
- WatsonHealth3DSoftware.propTypes = iconPropTypes4cbeb95d.i;
207
- }
208
- const WatsonHealth3rdPartyConnected = /*#__PURE__*/React.forwardRef(function WatsonHealth3rdPartyConnected(_ref10, ref) {
209
- let {
210
- children,
211
- size = 16,
212
- ...rest
213
- } = _ref10;
214
- return /*#__PURE__*/React.createElement(Icon.default, {
215
- width: size,
216
- height: size,
217
- ref: ref,
218
- xmlns: "http://www.w3.org/2000/svg",
219
- viewBox: "0 0 32 32",
220
- fill: "currentColor",
221
- ...rest
222
- }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
223
- d: "M26,22a3.86,3.86,0,0,0-2,.57l-3.09-3.1a6,6,0,0,0,0-6.94L24,9.43A3.86,3.86,0,0,0,26,10a4,4,0,1,0-4-4,3.86,3.86,0,0,0,.57,2l-3.1,3.09a6,6,0,0,0-6.94,0L9.43,8A3.86,3.86,0,0,0,10,6a4,4,0,1,0-4,4,3.86,3.86,0,0,0,2-.57l3.09,3.1a6,6,0,0,0,0,6.94L8,22.57A3.86,3.86,0,0,0,6,22a4,4,0,1,0,4,4,3.86,3.86,0,0,0-.57-2l3.1-3.09a6,6,0,0,0,6.94,0L22.57,24A3.86,3.86,0,0,0,22,26a4,4,0,1,0,4-4ZM16,20a4,4,0,1,1,4-4A4,4,0,0,1,16,20Z"
224
- })), children);
225
- });
226
- if (process.env.NODE_ENV !== "production") {
227
- WatsonHealth3rdPartyConnected.propTypes = iconPropTypes4cbeb95d.i;
228
- }
229
- const _4K = /*#__PURE__*/React.forwardRef(function _4K(_ref11, ref) {
230
- let {
231
- children,
232
- size = 16,
233
- ...rest
234
- } = _ref11;
235
- return /*#__PURE__*/React.createElement(Icon.default, {
236
- width: size,
237
- height: size,
238
- ref: ref,
239
- xmlns: "http://www.w3.org/2000/svg",
240
- viewBox: "0 0 32 32",
241
- fill: "currentColor",
242
- ...rest
243
- }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
244
- d: "M12 11.03L12 15.03 10 15.03 10 11.03 8 11.03 8 17.03 12 17.03 12 21.03 14 21.03 14 11.03 12 11.03zM24.19 11.03L22 11.03 19 15.42 19 11.03 17 11.03 17 21.03 19 21.03 19 18.3 19.91 16.97 22 21.03 24.19 21.03 21.2 15.41 24.19 11.03z"
245
- })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
246
- d: "M28,26H4a2,2,0,0,1-2-2V8A2,2,0,0,1,4,6H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,8V24H28V8Z"
247
- })), children);
248
- });
249
- if (process.env.NODE_ENV !== "production") {
250
- _4K.propTypes = iconPropTypes4cbeb95d.i;
251
- }
252
- const _4KFilled = /*#__PURE__*/React.forwardRef(function _4KFilled(_ref12, ref) {
253
- let {
254
- children,
255
- size = 16,
256
- ...rest
257
- } = _ref12;
258
- return /*#__PURE__*/React.createElement(Icon.default, {
259
- width: size,
260
- height: size,
261
- ref: ref,
262
- xmlns: "http://www.w3.org/2000/svg",
263
- viewBox: "0 0 32 32",
264
- fill: "currentColor",
265
- ...rest
266
- }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
267
- 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,6ZM14,21H12V17H8V11h2v4h2V11h2Zm10.19,0H22l-2.09-4.06L19,18.27V21H17V11h2v4.39L22,11h2.19l-3,4.38Z"
268
- })), children);
269
- });
270
- if (process.env.NODE_ENV !== "production") {
271
- _4KFilled.propTypes = iconPropTypes4cbeb95d.i;
272
- }
273
- const AcceptActionUsage = /*#__PURE__*/React.forwardRef(function AcceptActionUsage(_ref13, ref) {
274
- let {
275
- children,
276
- size = 16,
277
- ...rest
278
- } = _ref13;
279
- return /*#__PURE__*/React.createElement(Icon.default, {
280
- width: size,
281
- height: size,
282
- ref: ref,
283
- xmlns: "http://www.w3.org/2000/svg",
284
- viewBox: "0 0 32 32",
285
- fill: "currentColor",
286
- ...rest
287
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
288
- strokeWidth: "0",
289
- d: "m23.0022,11.0323l-15.0022-.0323,6.9985,5-6.9956,5h14.9971c.5523,0,1-.4477,1-1v-7.9677c0-.5514-.4464-.9988-.9978-1Z"
290
- })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
291
- strokeWidth: "0",
292
- 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"
293
- })), children);
294
- });
295
- if (process.env.NODE_ENV !== "production") {
296
- AcceptActionUsage.propTypes = iconPropTypes4cbeb95d.i;
297
- }
298
- const Accessibility = /*#__PURE__*/React.forwardRef(function Accessibility(_ref14, ref) {
299
- let {
300
- children,
301
- size = 16,
302
- ...rest
303
- } = _ref14;
304
- return /*#__PURE__*/React.createElement(Icon.default, {
305
- width: size,
306
- height: size,
307
- ref: ref,
308
- xmlns: "http://www.w3.org/2000/svg",
309
- viewBox: "0 0 32 32",
310
- fill: "currentColor",
311
- ...rest
312
- }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
313
- d: "M29.55 26.11L26.5 27.63 23.66 21H15a2 2 0 01-2-2V13a2 2 0 014 0v4h7V15H19V13a4 4 0 00-8 0v1a9 9 0 108.77 11H17.71A7 7 0 1111 16v3a4 4 0 004 4h7.34l3.16 7.37 4.95-2.48zM15.5 8A3.5 3.5 0 1119 4.5 3.5 3.5 0 0115.5 8zm0-5A1.5 1.5 0 1017 4.5 1.5 1.5 0 0015.5 3z"
314
- })), children);
315
- });
316
- if (process.env.NODE_ENV !== "production") {
317
- Accessibility.propTypes = iconPropTypes4cbeb95d.i;
318
- }
319
- const AccessibilityAlt = /*#__PURE__*/React.forwardRef(function AccessibilityAlt(_ref15, ref) {
320
- let {
321
- children,
322
- size = 16,
323
- ...rest
324
- } = _ref15;
325
- return /*#__PURE__*/React.createElement(Icon.default, {
326
- width: size,
327
- height: size,
328
- ref: ref,
329
- xmlns: "http://www.w3.org/2000/svg",
330
- viewBox: "0 0 32 32",
331
- fill: "currentColor",
332
- ...rest
333
- }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
334
- d: "M23 14L23 12 9 12 9 14 14 14 14 16.734 10.132 23.504 11.868 24.496 15.58 18 16.42 18 20.132 24.496 21.868 23.504 18 16.734 18 14 23 14z"
335
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
336
- cx: "16",
337
- cy: "9",
338
- r: "2"
339
- })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
340
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
341
- })), children);
342
- });
343
- if (process.env.NODE_ENV !== "production") {
344
- AccessibilityAlt.propTypes = iconPropTypes4cbeb95d.i;
345
- }
346
- const AccessibilityColor = /*#__PURE__*/React.forwardRef(function AccessibilityColor(_ref16, ref) {
347
- let {
348
- children,
349
- size = 16,
350
- ...rest
351
- } = _ref16;
352
- return /*#__PURE__*/React.createElement(Icon.default, {
353
- width: size,
354
- height: size,
355
- ref: ref,
356
- xmlns: "http://www.w3.org/2000/svg",
357
- viewBox: "0 0 32 32",
358
- fill: "currentColor",
359
- ...rest
360
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
361
- d: "M16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,16,14Z"
362
- })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
363
- d: "M16,24a10.6547,10.6547,0,0,1-9.97-7.7576L5.9692,16l.0606-.2424A10.6547,10.6547,0,0,1,16,8a10.6547,10.6547,0,0,1,9.97,7.7576L26.0308,16l-.0606.2424A10.6547,10.6547,0,0,1,16,24ZM8.0352,16A8.5975,8.5975,0,0,0,16,22a8.5975,8.5975,0,0,0,7.9648-6A8.5975,8.5975,0,0,0,16,10,8.5975,8.5975,0,0,0,8.0352,16Z"
364
- })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
365
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
366
- })), children);
367
- });
368
- if (process.env.NODE_ENV !== "production") {
369
- AccessibilityColor.propTypes = iconPropTypes4cbeb95d.i;
370
- }
371
- const AccessibilityColorFilled = /*#__PURE__*/React.forwardRef(function AccessibilityColorFilled(_ref17, ref) {
372
- let {
373
- children,
374
- size = 16,
375
- ...rest
376
- } = _ref17;
377
- return /*#__PURE__*/React.createElement(Icon.default, {
378
- width: size,
379
- height: size,
380
- ref: ref,
381
- xmlns: "http://www.w3.org/2000/svg",
382
- viewBox: "0 0 32 32",
383
- fill: "currentColor",
384
- ...rest
385
- }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
386
- d: "M16,10a8.5975,8.5975,0,0,0-7.9648,6A8.5975,8.5975,0,0,0,16,22a8.5975,8.5975,0,0,0,7.9648-6A8.5975,8.5975,0,0,0,16,10Zm0,10a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Z"
387
- })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
388
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,22a10.6543,10.6543,0,0,1-9.97-7.7578L5.9692,16l.0606-.2422A10.6543,10.6543,0,0,1,16,8a10.6543,10.6543,0,0,1,9.97,7.7578L26.0308,16l-.0606.2422A10.6543,10.6543,0,0,1,16,24Z"
389
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
390
- cx: "16",
391
- cy: "16",
392
- r: "2"
393
- })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
394
- fill: "none",
395
- d: "M16,20a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,20Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,16,14Z"
396
- })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
397
- fill: "none",
398
- d: "M16,24a10.6547,10.6547,0,0,1-9.97-7.7576L5.9692,16l.0606-.2424A10.6547,10.6547,0,0,1,16,8a10.6547,10.6547,0,0,1,9.97,7.7576L26.0308,16l-.0606.2424A10.6547,10.6547,0,0,1,16,24ZM8.0352,16A8.5975,8.5975,0,0,0,16,22a8.5975,8.5975,0,0,0,7.9648-6A8.5975,8.5975,0,0,0,16,10,8.5975,8.5975,0,0,0,8.0352,16Z"
399
- })), children);
400
- });
401
- if (process.env.NODE_ENV !== "production") {
402
- AccessibilityColorFilled.propTypes = iconPropTypes4cbeb95d.i;
403
- }
404
- const Account = /*#__PURE__*/React.forwardRef(function Account(_ref18, ref) {
405
- let {
406
- children,
407
- size = 16,
408
- ...rest
409
- } = _ref18;
410
- return /*#__PURE__*/React.createElement(Icon.default, {
411
- width: size,
412
- height: size,
413
- ref: ref,
414
- xmlns: "http://www.w3.org/2000/svg",
415
- viewBox: "0 0 32 32",
416
- fill: "currentColor",
417
- ...rest
418
- }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
419
- d: "M8,14H19v2H8Zm0,5H21v2H8Z"
420
- })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
421
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,2V8H4V6ZM4,26V10H28V26Z"
422
- })), children);
423
- });
424
- if (process.env.NODE_ENV !== "production") {
425
- Account.propTypes = iconPropTypes4cbeb95d.i;
426
- }
427
- const AccumulationIce = /*#__PURE__*/React.forwardRef(function AccumulationIce(_ref19, ref) {
428
- let {
429
- children,
430
- size = 16,
431
- ...rest
432
- } = _ref19;
433
- return /*#__PURE__*/React.createElement(Icon.default, {
434
- width: size,
435
- height: size,
436
- ref: ref,
437
- xmlns: "http://www.w3.org/2000/svg",
438
- viewBox: "0 0 32 32",
439
- fill: "currentColor",
440
- ...rest
441
- }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
442
- d: "M22 8L22 16 23 18 24 16 24 8 22 8zM18 8L18 18 19 20 20 18 20 8 18 8z"
443
- })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
444
- d: "M28,4a2.0023,2.0023,0,0,0-2,2V26H6V22h4V20H6V16h4V14H6V10h8v4l1,2,1-2V8H6V6A2.0023,2.0023,0,0,0,4,4H2V6H4V26a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V6h2V4Z"
445
- })), children);
446
- });
447
- if (process.env.NODE_ENV !== "production") {
448
- AccumulationIce.propTypes = iconPropTypes4cbeb95d.i;
449
- }
450
- const AccumulationPrecipitation = /*#__PURE__*/React.forwardRef(function AccumulationPrecipitation(_ref20, ref) {
451
- let {
452
- children,
453
- size = 16,
454
- ...rest
455
- } = _ref20;
456
- return /*#__PURE__*/React.createElement(Icon.default, {
457
- width: size,
458
- height: size,
459
- ref: ref,
460
- xmlns: "http://www.w3.org/2000/svg",
461
- viewBox: "0 0 32 32",
462
- fill: "currentColor",
463
- ...rest
464
- }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
465
- d: "M16 16H18V18H16zM18 18H20V20H18zM20 20H22V22H20zM20 16H22V18H20zM16 20H18V22H16zM20 12a3.8978 3.8978 0 01-4-3.777 3.9017 3.9017 0 01.6533-2.0639L19.17 2.4141a1.0381 1.0381 0 011.6592 0L23.3154 6.11A3.9693 3.9693 0 0124 8.223 3.8978 3.8978 0 0120 12zm0-7.2368L18.3438 7.2257A1.89 1.89 0 0018 8.223 1.9 1.9 0 0020 10a1.9 1.9 0 002-1.777 1.98 1.98 0 00-.375-1.0466z"
466
- })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
467
- d: "M28,4a2.0023,2.0023,0,0,0-2,2V26H6V10H8v8l1,2,1-2V10h2v4l1,2,1-2V8H6V6A2.0023,2.0023,0,0,0,4,4H2V6H4V26a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V6h2V4Z"
468
- })), children);
469
- });
470
- if (process.env.NODE_ENV !== "production") {
471
- AccumulationPrecipitation.propTypes = iconPropTypes4cbeb95d.i;
472
- }
473
- const AccumulationRain = /*#__PURE__*/React.forwardRef(function AccumulationRain(_ref21, ref) {
474
- let {
475
- children,
476
- size = 16,
477
- ...rest
478
- } = _ref21;
479
- return /*#__PURE__*/React.createElement(Icon.default, {
480
- width: size,
481
- height: size,
482
- ref: ref,
483
- xmlns: "http://www.w3.org/2000/svg",
484
- viewBox: "0 0 32 32",
485
- fill: "currentColor",
486
- ...rest
487
- }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
488
- d: "M28,4a2.0023,2.0023,0,0,0-2,2V8H24a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,20,5a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,16,8a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,12,5a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,8,8H6V6A2.0023,2.0023,0,0,0,4,4H2V6H4V26a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V6h2V4ZM6,26V22h4V20H6V16h4V14H6V10H8a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,24,10h2V26Z"
489
- })), children);
490
- });
491
- if (process.env.NODE_ENV !== "production") {
492
- AccumulationRain.propTypes = iconPropTypes4cbeb95d.i;
493
- }
494
- const AccumulationSnow = /*#__PURE__*/React.forwardRef(function AccumulationSnow(_ref22, ref) {
495
- let {
496
- children,
497
- size = 16,
498
- ...rest
499
- } = _ref22;
500
- return /*#__PURE__*/React.createElement(Icon.default, {
501
- width: size,
502
- height: size,
503
- ref: ref,
504
- xmlns: "http://www.w3.org/2000/svg",
505
- viewBox: "0 0 32 32",
506
- fill: "currentColor",
507
- ...rest
508
- }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
509
- d: "M12 2H14V4H12zM14 4H16V6H14zM16 6H18V8H16zM16 2H18V4H16zM12 6H14V8H12zM14 18H16V20H14zM16 20H18V22H16zM18 22H20V24H18zM18 18H20V20H18zM14 22H16V24H14zM18 10H20V12H18zM20 12H22V14H20zM22 14H24V16H22zM22 10H24V12H22zM18 14H20V16H18z"
510
- })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
511
- d: "M28,4a2.0023,2.0023,0,0,0-2,2V26H6V22h4V20H6V16h4V14H6V10h4V8H6V6A2.0023,2.0023,0,0,0,4,4H2V6H4V26a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V6h2V4Z"
512
- })), children);
513
- });
514
- if (process.env.NODE_ENV !== "production") {
515
- AccumulationSnow.propTypes = iconPropTypes4cbeb95d.i;
516
- }
517
- const ActionDefinition = /*#__PURE__*/React.forwardRef(function ActionDefinition(_ref23, ref) {
518
- let {
519
- children,
520
- size = 16,
521
- ...rest
522
- } = _ref23;
523
- return /*#__PURE__*/React.createElement(Icon.default, {
524
- width: size,
525
- height: size,
526
- ref: ref,
527
- xmlns: "http://www.w3.org/2000/svg",
528
- viewBox: "0 0 32 32",
529
- fill: "currentColor",
530
- ...rest
531
- }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
532
- strokeWidth: "0",
533
- d: "M17.98 17.4922c0-2.8734 1.4971-4.68 4.1466-4.68 1.8067 0 2.9939.8603 3.5272 2.2712l-1.8067.8087c-.2065-.7571-.7743-1.3076-1.7206-1.3076-1.2215 0-1.841.8602-1.841 2.1162v1.6345c0 1.2561.6194 2.0992 1.841 2.0992 1.0496 0 1.5657-.6023 1.8927-1.411l1.686.8087c-.5849 1.5829-1.841 2.3744-3.5788 2.3744-2.6496 0-4.1466-1.8238-4.1466-4.7144zM14.623 22.0001l-.9635-3.0626h-4.267l-.9465 3.0626h-2.3055l4.026-12.0096h2.8217l3.9917 12.0096h-2.357zm-3.0627-9.9449h-.0861l-1.5311 4.9381h3.1659l-1.5486-4.9381z"
534
- })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
535
- strokeWidth: "0",
536
- d: "m28,30H4c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2v24c0,1.1046-.8954,2-2,2Zm-24-2h24V4H4v24Z"
537
- })), children);
538
- });
539
- if (process.env.NODE_ENV !== "production") {
540
- ActionDefinition.propTypes = iconPropTypes4cbeb95d.i;
541
- }
542
- const ActionUsage = /*#__PURE__*/React.forwardRef(function ActionUsage(_ref24, ref) {
543
- let {
544
- children,
545
- size = 16,
546
- ...rest
547
- } = _ref24;
548
- return /*#__PURE__*/React.createElement(Icon.default, {
549
- width: size,
550
- height: size,
551
- ref: ref,
552
- xmlns: "http://www.w3.org/2000/svg",
553
- viewBox: "0 0 32 32",
554
- fill: "currentColor",
555
- ...rest
556
- }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
557
- strokeWidth: "0",
558
- d: "M17.98 17.4921c0-2.8734 1.4971-4.68 4.1466-4.68 1.8067 0 2.9939.8603 3.5272 2.2712l-1.8067.8087c-.2065-.7571-.7743-1.3076-1.7206-1.3076-1.2215 0-1.841.8602-1.841 2.1162v1.6345c0 1.2561.6194 2.0992 1.841 2.0992 1.0496 0 1.5657-.6023 1.8927-1.411l1.686.8087c-.5849 1.5829-1.841 2.3744-3.5788 2.3744-2.6496 0-4.1466-1.8238-4.1466-4.7144zM14.623 22l-.9635-3.0626h-4.267l-.9465 3.0626h-2.3055l4.026-12.0096h2.8217l3.9917 12.0096h-2.357zm-3.0627-9.9449h-.0861l-1.5311 4.9381h3.1659l-1.5486-4.9381z"
559
- })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
560
- strokeWidth: "0",
561
- 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"
562
- })), children);
563
- });
564
- if (process.env.NODE_ENV !== "production") {
565
- ActionUsage.propTypes = iconPropTypes4cbeb95d.i;
566
- }
567
- const Activity = /*#__PURE__*/React.forwardRef(function Activity(_ref25, ref) {
568
- let {
569
- children,
570
- size = 16,
571
- ...rest
572
- } = _ref25;
573
- return /*#__PURE__*/React.createElement(Icon.default, {
574
- width: size,
575
- height: size,
576
- ref: ref,
577
- xmlns: "http://www.w3.org/2000/svg",
578
- viewBox: "0 0 32 32",
579
- fill: "currentColor",
580
- ...rest
581
- }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
582
- d: "M12,29a1,1,0,0,1-.92-.62L6.33,17H2V15H7a1,1,0,0,1,.92.62L12,25.28,20.06,3.65A1,1,0,0,1,21,3a1,1,0,0,1,.93.68L25.72,15H30v2H25a1,1,0,0,1-.95-.68L21,7,12.94,28.35A1,1,0,0,1,12,29Z"
583
- })), children);
584
- });
585
- if (process.env.NODE_ENV !== "production") {
586
- Activity.propTypes = iconPropTypes4cbeb95d.i;
587
- }
588
- const Add = /*#__PURE__*/React.forwardRef(function Add(_ref26, ref) {
589
- let {
590
- children,
591
- size = 16,
592
- ...rest
593
- } = _ref26;
594
- return /*#__PURE__*/React.createElement(Icon.default, {
595
- width: size,
596
- height: size,
597
- ref: ref,
598
- xmlns: "http://www.w3.org/2000/svg",
599
- viewBox: "0 0 32 32",
600
- fill: "currentColor",
601
- ...rest
602
- }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
603
- d: "M17 15L17 8 15 8 15 15 8 15 8 17 15 17 15 24 17 24 17 17 24 17 24 15z"
604
- })), children);
605
- });
606
- if (process.env.NODE_ENV !== "production") {
607
- Add.propTypes = iconPropTypes4cbeb95d.i;
608
- }
609
- const AddAlt = /*#__PURE__*/React.forwardRef(function AddAlt(_ref27, ref) {
610
- let {
611
- children,
612
- size = 16,
613
- ...rest
614
- } = _ref27;
615
- return /*#__PURE__*/React.createElement(Icon.default, {
616
- width: size,
617
- height: size,
618
- ref: ref,
619
- xmlns: "http://www.w3.org/2000/svg",
620
- viewBox: "0 0 32 32",
621
- fill: "currentColor",
622
- ...rest
623
- }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
624
- d: "M16,4c6.6,0,12,5.4,12,12s-5.4,12-12,12S4,22.6,4,16S9.4,4,16,4 M16,2C8.3,2,2,8.3,2,16s6.3,14,14,14s14-6.3,14-14 S23.7,2,16,2z"
625
- })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
626
- d: "M24 15L17 15 17 8 15 8 15 15 8 15 8 17 15 17 15 24 17 24 17 17 24 17z"
627
- })), children);
628
- });
629
- if (process.env.NODE_ENV !== "production") {
630
- AddAlt.propTypes = iconPropTypes4cbeb95d.i;
631
- }
632
- const AddFilled = /*#__PURE__*/React.forwardRef(function AddFilled(_ref28, ref) {
633
- let {
634
- children,
635
- size = 16,
636
- ...rest
637
- } = _ref28;
638
- return /*#__PURE__*/React.createElement(Icon.default, {
639
- width: size,
640
- height: size,
641
- ref: ref,
642
- xmlns: "http://www.w3.org/2000/svg",
643
- viewBox: "0 0 32 32",
644
- fill: "currentColor",
645
- ...rest
646
- }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
647
- d: "M16,2A14.1725,14.1725,0,0,0,2,16,14.1725,14.1725,0,0,0,16,30,14.1725,14.1725,0,0,0,30,16,14.1725,14.1725,0,0,0,16,2Zm8,15H17v7H15V17H8V15h7V8h2v7h7Z"
648
- })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
649
- fill: "none",
650
- d: "M24 17L17 17 17 24 15 24 15 17 8 17 8 15 15 15 15 8 17 8 17 15 24 15 24 17z",
651
- "data-icon-path": "inner-path"
652
- })), children);
653
- });
654
- if (process.env.NODE_ENV !== "production") {
655
- AddFilled.propTypes = iconPropTypes4cbeb95d.i;
656
- }
657
- const AddLarge = /*#__PURE__*/React.forwardRef(function AddLarge(_ref29, ref) {
658
- let {
659
- children,
660
- size = 16,
661
- ...rest
662
- } = _ref29;
663
- return /*#__PURE__*/React.createElement(Icon.default, {
664
- width: size,
665
- height: size,
666
- ref: ref,
667
- xmlns: "http://www.w3.org/2000/svg",
668
- viewBox: "0 0 32 32",
669
- fill: "currentColor",
670
- ...rest
671
- }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
672
- d: "M17 15L17 5 15 5 15 15 5 15 5 17 15 17 15 27 17 27 17 17 27 17 27 15 17 15z"
673
- })), children);
674
- });
675
- if (process.env.NODE_ENV !== "production") {
676
- AddLarge.propTypes = iconPropTypes4cbeb95d.i;
677
- }
678
- const AddComment = /*#__PURE__*/React.forwardRef(function AddComment(_ref30, ref) {
679
- let {
680
- children,
681
- size = 16,
682
- ...rest
683
- } = _ref30;
684
- return /*#__PURE__*/React.createElement(Icon.default, {
685
- width: size,
686
- height: size,
687
- ref: ref,
688
- xmlns: "http://www.w3.org/2000/svg",
689
- viewBox: "0 0 32 32",
690
- fill: "currentColor",
691
- ...rest
692
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
693
- d: "M17.74,30,16,29l4-7h6a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2H6A2,2,0,0,0,4,8V20a2,2,0,0,0,2,2h9v2H6a4,4,0,0,1-4-4V8A4,4,0,0,1,6,4H26a4,4,0,0,1,4,4V20a4,4,0,0,1-4,4H21.16Z"
694
- })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
695
- d: "M17 9L15 9 15 13 11 13 11 15 15 15 15 19 17 19 17 15 21 15 21 13 17 13 17 9z"
696
- })), children);
697
- });
698
- if (process.env.NODE_ENV !== "production") {
699
- AddComment.propTypes = iconPropTypes4cbeb95d.i;
700
- }
701
- const AgricultureAnalytics = /*#__PURE__*/React.forwardRef(function AgricultureAnalytics(_ref31, ref) {
702
- let {
703
- children,
704
- size = 16,
705
- ...rest
706
- } = _ref31;
707
- return /*#__PURE__*/React.createElement(Icon.default, {
708
- width: size,
709
- height: size,
710
- ref: ref,
711
- xmlns: "http://www.w3.org/2000/svg",
712
- viewBox: "0 0 32 32",
713
- fill: "currentColor",
714
- ...rest
715
- }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
716
- d: "M24.251 21.3691l2.1943 1.4629A1 1 0 0027.8 22.6l3-4-1.6-1.2-2.4326 3.2437L24.5547 19.168a1 1 0 00-1.3687.2509L20 23.8789V16H18V26a2.0023 2.0023 0 002 2H30V26H20.9434zM2 21H16V23H2zM2 26H16V28H2zM11 16V11h1a4.0046 4.0046 0 004-4V4H13a3.9782 3.9782 0 00-2.7468 1.1066A6.0033 6.0033 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.0019 2.0019 0 0113 6zM8 9A4.0046 4.0046 0 014 5V4H5A4.0045 4.0045 0 019 8V9z"
717
- })), children);
718
- });
719
- if (process.env.NODE_ENV !== "production") {
720
- AgricultureAnalytics.propTypes = iconPropTypes4cbeb95d.i;
721
- }
722
- const Ai = /*#__PURE__*/React.forwardRef(function Ai(_ref32, ref) {
723
- let {
724
- children,
725
- size = 16,
726
- ...rest
727
- } = _ref32;
728
- if (process.env.NODE_ENV !== "production") {
729
- if (!didWarnAboutDeprecation["Ai"]) {
730
- didWarnAboutDeprecation["Ai"] = true;
731
- console.warn("Icon should not be used. Teams should use the Carbon AILabel component.. As a result, the Ai component will be removed in the next major version of @carbon/icons-react.");
732
- }
733
- }
734
- return /*#__PURE__*/React.createElement(Icon.default, {
735
- width: size,
736
- height: size,
737
- ref: ref,
738
- xmlns: "http://www.w3.org/2000/svg",
739
- viewBox: "0 0 32 32",
740
- fill: "currentColor",
741
- ...rest
742
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
743
- strokeWidth: "0",
744
- d: "M17 11L20 11 20 21 17 21 17 23 25 23 25 21 22 21 22 11 25 11 25 9 17 9 17 11zM13 9h-4c-1.103 0-2 .897-2 2v12h2v-5h4v5h2v-12c0-1.103-.897-2-2-2zm-4 7v-5h4v5h-4z"
745
- })), children);
746
- });
747
- if (process.env.NODE_ENV !== "production") {
748
- Ai.propTypes = iconPropTypes4cbeb95d.i;
749
- }
750
- const AiBusinessImpactAssessment = /*#__PURE__*/React.forwardRef(function AiBusinessImpactAssessment(_ref33, ref) {
751
- let {
752
- children,
753
- size = 16,
754
- ...rest
755
- } = _ref33;
756
- return /*#__PURE__*/React.createElement(Icon.default, {
757
- width: size,
758
- height: size,
759
- ref: ref,
760
- xmlns: "http://www.w3.org/2000/svg",
761
- viewBox: "0 0 32 32",
762
- fill: "currentColor",
763
- ...rest
764
- }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
765
- d: "M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
766
- })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
767
- d: "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
768
- })), children);
769
- });
770
- if (process.env.NODE_ENV !== "production") {
771
- AiBusinessImpactAssessment.propTypes = iconPropTypes4cbeb95d.i;
772
- }
773
- const AiFinancialSustainabilityCheck = /*#__PURE__*/React.forwardRef(function AiFinancialSustainabilityCheck(_ref34, ref) {
774
- let {
775
- children,
776
- size = 16,
777
- ...rest
778
- } = _ref34;
779
- return /*#__PURE__*/React.createElement(Icon.default, {
780
- width: size,
781
- height: size,
782
- ref: ref,
783
- xmlns: "http://www.w3.org/2000/svg",
784
- viewBox: "0 0 32 32",
785
- fill: "currentColor",
786
- ...rest
787
- }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
788
- strokeWidth: "0",
789
- d: "M16 23.4142L11.293 18.7072 12.707 17.2928 16 20.5858 27.293 9.2928 28.707 10.7072 16 23.4142zM12.707 8.7073l-1.4141-1.4141-4.2928 4.2928-2.5861-2.5863 4.293-4.2925-1.4141-1.4141-5 4.9995c-.1875.1875-.293.4419-.293.707s.1055.5195.293.707l7 7.0005 1.4141-1.4141-2.2929-2.293 4.2929-4.2929z"
790
- })), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
791
- strokeWidth: "0",
792
- d: "M16 30c-7.7197 0-14-6.2804-14-14h2c0 6.6168 5.3833 12 12 12s12-5.3832 12-12h2c0 7.7196-6.2803 14-14 14zM24.3076 7.3407c-2.2446-2.1543-5.1948-3.3407-8.3076-3.3407-.9365 0-1.8682.108-2.77.321l-.46-1.9463c1.0522-.2487 2.1387-.3748 3.23-.3748 3.6313 0 7.0737 1.3843 9.6924 3.8978l-1.3848 1.4429z"
793
- })), children);
794
- });
795
- if (process.env.NODE_ENV !== "production") {
796
- AiFinancialSustainabilityCheck.propTypes = iconPropTypes4cbeb95d.i;
797
- }
798
- const AiGenerate = /*#__PURE__*/React.forwardRef(function AiGenerate(_ref35, ref) {
799
- let {
800
- children,
801
- size = 16,
802
- ...rest
803
- } = _ref35;
804
- return /*#__PURE__*/React.createElement(Icon.default, {
805
- width: size,
806
- height: size,
807
- ref: ref,
808
- xmlns: "http://www.w3.org/2000/svg",
809
- viewBox: "0 0 32 32",
810
- fill: "currentColor",
811
- ...rest
812
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
813
- strokeWidth: "0",
814
- d: "M19 22v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM15.5005 22h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zm-4.7947-4l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579zM32 4L28 4 28 0 26 0 26 4 22 4 22 6 26 6 26 10 28 10 28 6 32 6 32 4zM30 12H32V14H30zM18 0H20V2H18z"
815
- })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
816
- strokeWidth: "0",
817
- d: "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
818
- })), children);
819
- });
820
- if (process.env.NODE_ENV !== "production") {
821
- AiGenerate.propTypes = iconPropTypes4cbeb95d.i;
822
- }
823
- const AiGovernanceLifecycle = /*#__PURE__*/React.forwardRef(function AiGovernanceLifecycle(_ref36, ref) {
824
- let {
825
- children,
826
- size = 16,
827
- ...rest
828
- } = _ref36;
829
- return /*#__PURE__*/React.createElement(Icon.default, {
830
- width: size,
831
- height: size,
832
- ref: ref,
833
- xmlns: "http://www.w3.org/2000/svg",
834
- viewBox: "0 0 32 32",
835
- fill: "currentColor",
836
- ...rest
837
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
838
- d: "M16 23l-2.1387-1.0127c-1.7383-.8223-2.8613-2.5967-2.8613-4.5195v-6.4678h10v6.4678c0 1.9229-1.123 3.6973-2.8613 4.5195l-2.1387 1.0127zm-3-10v4.4678c0 1.1533.6738 2.2178 1.7168 2.7109l1.2832.6074 1.2832-.6074c1.043-.4932 1.7168-1.5576 1.7168-2.7109v-4.4678h-6zM4.1208 17.6562c.5305-.3594.8792-.9673.8792-1.6562 0-1.1045-.8955-2-2-2s-2 .8955-2 2c0 .7886.4607 1.4644 1.124 1.79.6792 5.334 4.3472 9.8477 9.5686 11.5347l.6147-1.9033c-4.4355-1.4326-7.5642-5.2461-8.1865-9.7651zM29.3247 20.3076l-1.9033-.6152c-1.4329 4.4355-5.2461 7.5645-9.7651 8.1865-.3596-.5303-.967-.8789-1.6562-.8789-1.1045 0-2 .8955-2 2s.8955 2 2 2c.7888 0 1.4644-.4604 1.7898-1.124 5.334-.6792 9.8479-4.3472 11.5349-9.5684zM29.876 14.21c-.6792-5.334-4.3472-9.8477-9.5686-11.5347l-.6147 1.9033c4.4355 1.4326 7.5642 5.2461 8.1865 9.7651-.5305.3594-.8792.9673-.8792 1.6562 0 1.1045.8955 2 2 2s2-.8955 2-2c0-.7886-.4604-1.4644-1.124-1.79zM16 1c-.7888 0-1.4644.4604-1.7898 1.124-5.334.6792-9.8479 4.3472-11.5349 9.5684l1.9033.6152c1.4329-4.4355 5.2461-7.5645 9.7651-8.1865.3596.5303.967.8789 1.6562.8789 1.1045 0 2-.8955 2-2s-.8955-2-2-2z"
839
- })), children);
840
- });
841
- if (process.env.NODE_ENV !== "production") {
842
- AiGovernanceLifecycle.propTypes = iconPropTypes4cbeb95d.i;
843
- }
844
- const AiGovernanceTracked = /*#__PURE__*/React.forwardRef(function AiGovernanceTracked(_ref37, ref) {
845
- let {
846
- children,
847
- size = 16,
848
- ...rest
849
- } = _ref37;
850
- return /*#__PURE__*/React.createElement(Icon.default, {
851
- width: size,
852
- height: size,
853
- ref: ref,
854
- xmlns: "http://www.w3.org/2000/svg",
855
- viewBox: "0 0 32 32",
856
- fill: "currentColor",
857
- ...rest
858
- }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
859
- d: "M23 27.5898L20.41 24.9999 19 26.41 23 30.41 31 22.41 29.5899 21 23 27.5898zM16 23l-2.1387-1.0127c-1.7383-.8223-2.8613-2.5967-2.8613-4.5195v-6.4678h10v6.4678c0 1.9229-1.123 3.6973-2.8613 4.5195l-2.1387 1.0127zm-3-10v4.4678c0 1.1533.6738 2.2178 1.7168 2.7109l1.2832.6074 1.2832-.6074c1.043-.4932 1.7168-1.5576 1.7168-2.7109v-4.4678h-6zM4.1208 17.6562c.5305-.3594.8792-.9673.8792-1.6562 0-1.1045-.8955-2-2-2s-2 .8955-2 2c0 .7886.4607 1.4644 1.124 1.79.6792 5.334 4.3472 9.8477 9.5686 11.5347l.6147-1.9033c-4.4355-1.4326-7.5642-5.2461-8.1865-9.7651zM29.876 14.21c-.6792-5.334-4.3472-9.8477-9.5686-11.5347l-.6147 1.9033c4.4355 1.4326 7.5642 5.2461 8.1865 9.7651-.5305.3594-.8792.9673-.8792 1.6562 0 1.1045.8955 2 2 2s2-.8955 2-2c0-.7886-.4604-1.4644-1.124-1.79zM16 1c-.7888 0-1.4644.4604-1.7898 1.124-5.334.6792-9.8479 4.3472-11.5349 9.5684l1.9033.6152c1.4329-4.4355 5.2461-7.5645 9.7651-8.1865.3596.5303.967.8789 1.6562.8789 1.1045 0 2-.8955 2-2s-.8955-2-2-2z"
860
- })), children);
861
- });
862
- if (process.env.NODE_ENV !== "production") {
863
- AiGovernanceTracked.propTypes = iconPropTypes4cbeb95d.i;
864
- }
865
- const AiGovernanceUntracked = /*#__PURE__*/React.forwardRef(function AiGovernanceUntracked(_ref38, ref) {
866
- let {
867
- children,
868
- size = 16,
869
- ...rest
870
- } = _ref38;
871
- return /*#__PURE__*/React.createElement(Icon.default, {
872
- width: size,
873
- height: size,
874
- ref: ref,
875
- xmlns: "http://www.w3.org/2000/svg",
876
- viewBox: "0 0 32 32",
877
- fill: "currentColor",
878
- ...rest
879
- }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
880
- d: "M27.4102 26L31 22.4102 29.5901 21 26 24.5898 22.4102 21 21 22.4102 24.5901 26 21 29.5898 22.4102 31 26 27.4102 29.5901 31 31 29.5898 27.4102 26zM16 23l-2.1387-1.0127c-1.7383-.8223-2.8613-2.5967-2.8613-4.5195v-6.4678h10v6.4678c0 1.9229-1.123 3.6973-2.8613 4.5195l-2.1387 1.0127zm-3-10v4.4678c0 1.1533.6738 2.2178 1.7168 2.7109l1.2832.6074 1.2832-.6074c1.043-.4932 1.7168-1.5576 1.7168-2.7109v-4.4678h-6zM4.1208 17.6562c.5305-.3594.8792-.9673.8792-1.6562 0-1.1045-.8955-2-2-2s-2 .8955-2 2c0 .7886.4607 1.4644 1.124 1.79.6792 5.334 4.3472 9.8477 9.5686 11.5347l.6147-1.9033c-4.4355-1.4326-7.5642-5.2461-8.1865-9.7651zM29.876 14.21c-.6792-5.334-4.3472-9.8477-9.5686-11.5347l-.6147 1.9033c4.4355 1.4326 7.5642 5.2461 8.1865 9.7651-.5305.3594-.8792.9673-.8792 1.6562 0 1.1045.8955 2 2 2s2-.8955 2-2c0-.7886-.4604-1.4644-1.124-1.79zM16 1c-.7888 0-1.4644.4604-1.7898 1.124-5.334.6792-9.8479 4.3472-11.5349 9.5684l1.9033.6152c1.4329-4.4355 5.2461-7.5645 9.7651-8.1865.3596.5303.967.8789 1.6562.8789 1.1045 0 2-.8955 2-2s-.8955-2-2-2z"
881
- })), children);
882
- });
883
- if (process.env.NODE_ENV !== "production") {
884
- AiGovernanceUntracked.propTypes = iconPropTypes4cbeb95d.i;
885
- }
886
- const AiLabel = /*#__PURE__*/React.forwardRef(function AiLabel(_ref39, ref) {
887
- let {
888
- children,
889
- size = 16,
890
- ...rest
891
- } = _ref39;
892
- return /*#__PURE__*/React.createElement(Icon.default, {
893
- width: size,
894
- height: size,
895
- ref: ref,
896
- xmlns: "http://www.w3.org/2000/svg",
897
- viewBox: "0 0 32 32",
898
- fill: "currentColor",
899
- ...rest
900
- }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
901
- d: "M19 21v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM15.5005 21h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM10.7058 17l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
902
- })), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
903
- d: "M32,32H0V0h32v32ZM2,30h28V2H2v28Z"
904
- })), children);
905
- });
906
- if (process.env.NODE_ENV !== "production") {
907
- AiLabel.propTypes = iconPropTypes4cbeb95d.i;
908
- }
909
- const AiLaunch = /*#__PURE__*/React.forwardRef(function AiLaunch(_ref40, ref) {
910
- let {
911
- children,
912
- size = 16,
913
- ...rest
914
- } = _ref40;
915
- return /*#__PURE__*/React.createElement(Icon.default, {
916
- width: size,
917
- height: size,
918
- ref: ref,
919
- xmlns: "http://www.w3.org/2000/svg",
920
- viewBox: "0 0 32 32",
921
- fill: "currentColor",
922
- ...rest
923
- }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
924
- strokeWidth: "0",
925
- d: "M15 19l-1.4141 1.4141 3.5859 3.5859H4v-13h-2v13c0 1.1046.8954 2 2 2h13.1719l-3.5859 3.5859 1.4141 1.4141 6-6-6-6zM24 18v-2h2V4h-2v-2h6v2h-2v12h2v2h-6z"
926
- })), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
927
- strokeWidth: "0",
928
- d: "m21,18h2l-5.5-16-3,.0088-5.5,15.9912h2l1.3333-4h7.3335l1.3333,4Zm-8-6l3-9,3,9h-6Z"
929
- })), children);
930
- });
931
- if (process.env.NODE_ENV !== "production") {
932
- AiLaunch.propTypes = iconPropTypes4cbeb95d.i;
933
- }
934
- const AiRecommend = /*#__PURE__*/React.forwardRef(function AiRecommend(_ref41, ref) {
935
- let {
936
- children,
937
- size = 16,
938
- ...rest
939
- } = _ref41;
940
- return /*#__PURE__*/React.createElement(Icon.default, {
941
- width: size,
942
- height: size,
943
- ref: ref,
944
- xmlns: "http://www.w3.org/2000/svg",
945
- viewBox: "0 0 32 32",
946
- fill: "currentColor",
947
- ...rest
948
- }, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
949
- strokeWidth: "0",
950
- d: "M18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zm-4.7947-4l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579zM26.2171 21l-1.7871 3.621-3.9958.5806 2.8914 2.8188-.6827 3.9796 3.5741-1.879 3.5741 1.879-.6827-3.9796 2.8914-2.8186-3.9958-.5808-1.7871-3.621z"
951
- })), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
952
- strokeWidth: "0",
953
- d: "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
954
- })), children);
955
- });
956
- if (process.env.NODE_ENV !== "production") {
957
- AiRecommend.propTypes = iconPropTypes4cbeb95d.i;
958
- }
959
- const WatsonHealthAiResults = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResults(_ref42, ref) {
960
- let {
961
- children,
962
- size = 16,
963
- ...rest
964
- } = _ref42;
965
- return /*#__PURE__*/React.createElement(Icon.default, {
966
- width: size,
967
- height: size,
968
- ref: ref,
969
- xmlns: "http://www.w3.org/2000/svg",
970
- viewBox: "0 0 32 32",
971
- fill: "currentColor",
972
- ...rest
973
- }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
974
- d: "M16 8a5.9908 5.9908 0 009.4712 4.8853L28.586 16 30 14.586l-3.115-3.1148A5.997 5.997 0 1016 8zm2 0a4 4 0 114 4A4.0045 4.0045 0 0118 8zM11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0055 8.0055 0 016-7.7373L13.6138 2.3A10.0088 10.0088 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM23.0493 16a9.5991 9.5991 0 01-1.8716 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857a10.9664 10.9664 0 002.3686-2.8331z"
975
- })), children);
976
- });
977
- if (process.env.NODE_ENV !== "production") {
978
- WatsonHealthAiResults.propTypes = iconPropTypes4cbeb95d.i;
979
- }
980
- const WatsonHealthAiResultsHigh = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsHigh(_ref43, ref) {
981
- let {
982
- children,
983
- size = 16,
984
- ...rest
985
- } = _ref43;
986
- return /*#__PURE__*/React.createElement(Icon.default, {
987
- width: size,
988
- height: size,
989
- ref: ref,
990
- xmlns: "http://www.w3.org/2000/svg",
991
- viewBox: "0 0 32 32",
992
- fill: "currentColor",
993
- ...rest
994
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
995
- d: "M11 24H21V26H11zM13 28H19V30H13zM23.0488 16a9.6136 9.6136 0 01-1.8711 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.9886 9.9886 0 0025.2815 16zM16 4a7.9279 7.9279 0 013.69.9106l.8958-1.791A9.99 9.99 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2c0-1.84-1.1108-2.8662-2.1855-3.8594A7.1851 7.1851 0 018 12 8.0092 8.0092 0 0116 4zM29 14H19a1 1 0 01-.8945-1.4473l5-10a1 1 0 011.7888 0l5 10A1 1 0 0129 14zm-8.3818-2h6.7636L24 5.2361z"
996
- })), children);
997
- });
998
- if (process.env.NODE_ENV !== "production") {
999
- WatsonHealthAiResultsHigh.propTypes = iconPropTypes4cbeb95d.i;
1000
- }
1001
- const WatsonHealthAiResultsLow = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsLow(_ref44, ref) {
1002
- let {
1003
- children,
1004
- size = 16,
1005
- ...rest
1006
- } = _ref44;
1007
- return /*#__PURE__*/React.createElement(Icon.default, {
1008
- width: size,
1009
- height: size,
1010
- ref: ref,
1011
- xmlns: "http://www.w3.org/2000/svg",
1012
- viewBox: "0 0 32 32",
1013
- fill: "currentColor",
1014
- ...rest
1015
- }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1016
- d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM24 14a6 6 0 116-6A6.0067 6.0067 0 0124 14zM24 4a4 4 0 104 4A4.0045 4.0045 0 0024 4zM23.04 16a9.4858 9.4858 0 01-1.8623 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.9838 9.9838 0 0025.2756 16z"
1017
- })), children);
1018
- });
1019
- if (process.env.NODE_ENV !== "production") {
1020
- WatsonHealthAiResultsLow.propTypes = iconPropTypes4cbeb95d.i;
1021
- }
1022
- const WatsonHealthAiResultsMedium = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsMedium(_ref45, ref) {
1023
- let {
1024
- children,
1025
- size = 16,
1026
- ...rest
1027
- } = _ref45;
1028
- return /*#__PURE__*/React.createElement(Icon.default, {
1029
- width: size,
1030
- height: size,
1031
- ref: ref,
1032
- xmlns: "http://www.w3.org/2000/svg",
1033
- viewBox: "0 0 32 32",
1034
- fill: "currentColor",
1035
- ...rest
1036
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1037
- d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM28 14H20a2.0021 2.0021 0 01-2-2V4a2.0021 2.0021 0 012-2h8a2.0021 2.0021 0 012 2v8A2.0021 2.0021 0 0128 14zM20 4v8h8V4zM23.04 16a9.4858 9.4858 0 01-1.8623 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.9838 9.9838 0 0025.2756 16z"
1038
- })), children);
1039
- });
1040
- if (process.env.NODE_ENV !== "production") {
1041
- WatsonHealthAiResultsMedium.propTypes = iconPropTypes4cbeb95d.i;
1042
- }
1043
- const WatsonHealthAiResultsUrgent = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsUrgent(_ref46, ref) {
1044
- let {
1045
- children,
1046
- size = 16,
1047
- ...rest
1048
- } = _ref46;
1049
- return /*#__PURE__*/React.createElement(Icon.default, {
1050
- width: size,
1051
- height: size,
1052
- ref: ref,
1053
- xmlns: "http://www.w3.org/2000/svg",
1054
- viewBox: "0 0 32 32",
1055
- fill: "currentColor",
1056
- ...rest
1057
- }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1058
- d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM20 2H22V9H20zM21 11a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0021 11zM26 2H28V9H26zM27 11a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0027 11zM23.04 16a9.4858 9.4858 0 01-1.8623 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.9838 9.9838 0 0025.2756 16z"
1059
- })), children);
1060
- });
1061
- if (process.env.NODE_ENV !== "production") {
1062
- WatsonHealthAiResultsUrgent.propTypes = iconPropTypes4cbeb95d.i;
1063
- }
1064
- const WatsonHealthAiResultsVeryHigh = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsVeryHigh(_ref47, ref) {
1065
- let {
1066
- children,
1067
- size = 16,
1068
- ...rest
1069
- } = _ref47;
1070
- return /*#__PURE__*/React.createElement(Icon.default, {
1071
- width: size,
1072
- height: size,
1073
- ref: ref,
1074
- xmlns: "http://www.w3.org/2000/svg",
1075
- viewBox: "0 0 32 32",
1076
- fill: "currentColor",
1077
- ...rest
1078
- }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1079
- d: "M24 2H26V9H24zM25 11a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0025 11zM11 24H21V26H11zM13 28H19V30H13zM23.0488 16a9.6136 9.6136 0 01-1.8711 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.9886 9.9886 0 0025.2815 16zM16 4a7.94 7.94 0 014 1.0825V2.8408A9.9887 9.9887 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2c0-1.84-1.1108-2.8662-2.1855-3.8594A7.1851 7.1851 0 018 12 8.0092 8.0092 0 0116 4z"
1080
- })), children);
1081
- });
1082
- if (process.env.NODE_ENV !== "production") {
1083
- WatsonHealthAiResultsVeryHigh.propTypes = iconPropTypes4cbeb95d.i;
1084
- }
1085
- const WatsonHealthAiStatus = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatus(_ref48, ref) {
1086
- let {
1087
- children,
1088
- size = 16,
1089
- ...rest
1090
- } = _ref48;
1091
- return /*#__PURE__*/React.createElement(Icon.default, {
1092
- width: size,
1093
- height: size,
1094
- ref: ref,
1095
- xmlns: "http://www.w3.org/2000/svg",
1096
- viewBox: "0 0 32 32",
1097
- fill: "currentColor",
1098
- ...rest
1099
- }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1100
- d: "M11 24H21V26H11zM13 28H19V30H13zM23.04 16a9.4858 9.4858 0 01-1.8623 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.9838 9.9838 0 0025.2756 16zM20 14a1 1 0 01-.8945-.5527L17.3818 10H14V8h4a1 1 0 01.8945.5527L20 10.7639l3.1055-6.2112a1.0416 1.0416 0 011.789 0L26.6182 8H30v2H26a1 1 0 01-.8945-.5527L24 7.2361l-3.1055 6.2112A1 1 0 0120 14z"
1101
- })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1102
- d: "M10.8145,18.1406A7.1851,7.1851,0,0,1,8,12a8.0092,8.0092,0,0,1,8-8V2A10.0111,10.0111,0,0,0,6,12a9.1793,9.1793,0,0,0,3.46,7.6162C10.4717,20.5508,11,21.0815,11,22h2C13,20.16,11.8892,19.1338,10.8145,18.1406Z"
1103
- })), children);
1104
- });
1105
- if (process.env.NODE_ENV !== "production") {
1106
- WatsonHealthAiStatus.propTypes = iconPropTypes4cbeb95d.i;
1107
- }
1108
- const WatsonHealthAiStatusComplete = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusComplete(_ref49, ref) {
1109
- let {
1110
- children,
1111
- size = 16,
1112
- ...rest
1113
- } = _ref49;
1114
- return /*#__PURE__*/React.createElement(Icon.default, {
1115
- width: size,
1116
- height: size,
1117
- ref: ref,
1118
- xmlns: "http://www.w3.org/2000/svg",
1119
- viewBox: "0 0 32 32",
1120
- fill: "currentColor",
1121
- ...rest
1122
- }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1123
- d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM21 9.59L17.41 6 16 7.41 21 12.41 30 3.41 28.59 2 21 9.59zM23.8 14a7.28 7.28 0 01-2.6219 4.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.1426 9.1426 0 0025.8389 14z"
1124
- })), children);
1125
- });
1126
- if (process.env.NODE_ENV !== "production") {
1127
- WatsonHealthAiStatusComplete.propTypes = iconPropTypes4cbeb95d.i;
1128
- }
1129
- const WatsonHealthAiStatusFailed = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusFailed(_ref50, ref) {
1130
- let {
1131
- children,
1132
- size = 16,
1133
- ...rest
1134
- } = _ref50;
1135
- return /*#__PURE__*/React.createElement(Icon.default, {
1136
- width: size,
1137
- height: size,
1138
- ref: ref,
1139
- xmlns: "http://www.w3.org/2000/svg",
1140
- viewBox: "0 0 32 32",
1141
- fill: "currentColor",
1142
- ...rest
1143
- }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1144
- d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM23.8 14a7.28 7.28 0 01-2.6219 4.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.1426 9.1426 0 0025.8389 14zM30 3.41L28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z"
1145
- })), children);
1146
- });
1147
- if (process.env.NODE_ENV !== "production") {
1148
- WatsonHealthAiStatusFailed.propTypes = iconPropTypes4cbeb95d.i;
1149
- }
1150
- const WatsonHealthAiStatusInProgress = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusInProgress(_ref51, ref) {
1151
- let {
1152
- children,
1153
- size = 16,
1154
- ...rest
1155
- } = _ref51;
1156
- return /*#__PURE__*/React.createElement(Icon.default, {
1157
- width: size,
1158
- height: size,
1159
- ref: ref,
1160
- xmlns: "http://www.w3.org/2000/svg",
1161
- viewBox: "0 0 32 32",
1162
- fill: "currentColor",
1163
- ...rest
1164
- }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1165
- d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM21.1777 18.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.193 9.193 0 0026 12H24A7.2032 7.2032 0 0121.1777 18.1426z"
1166
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
1167
- cx: "18.5",
1168
- cy: "7.5",
1169
- r: "1.5"
1170
- })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
1171
- cx: "28.5",
1172
- cy: "7.5",
1173
- r: "1.5"
1174
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
1175
- cx: "23.5",
1176
- cy: "7.5",
1177
- r: "1.5"
1178
- })), children);
1179
- });
1180
- if (process.env.NODE_ENV !== "production") {
1181
- WatsonHealthAiStatusInProgress.propTypes = iconPropTypes4cbeb95d.i;
1182
- }
1183
- const WatsonHealthAiStatusQueued = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusQueued(_ref52, ref) {
1184
- let {
1185
- children,
1186
- size = 16,
1187
- ...rest
1188
- } = _ref52;
1189
- return /*#__PURE__*/React.createElement(Icon.default, {
1190
- width: size,
1191
- height: size,
1192
- ref: ref,
1193
- xmlns: "http://www.w3.org/2000/svg",
1194
- viewBox: "0 0 32 32",
1195
- fill: "currentColor",
1196
- ...rest
1197
- }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1198
- d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM21.1777 18.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.193 9.193 0 0026 12H24A7.2032 7.2032 0 0121.1777 18.1426zM18 6H28V8H18z"
1199
- })), children);
1200
- });
1201
- if (process.env.NODE_ENV !== "production") {
1202
- WatsonHealthAiStatusQueued.propTypes = iconPropTypes4cbeb95d.i;
1203
- }
1204
- const WatsonHealthAiStatusRejected = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusRejected(_ref53, ref) {
1205
- let {
1206
- children,
1207
- size = 16,
1208
- ...rest
1209
- } = _ref53;
1210
- return /*#__PURE__*/React.createElement(Icon.default, {
1211
- width: size,
1212
- height: size,
1213
- ref: ref,
1214
- xmlns: "http://www.w3.org/2000/svg",
1215
- viewBox: "0 0 32 32",
1216
- fill: "currentColor",
1217
- ...rest
1218
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1219
- d: "M11 24H21V26H11zM13 28H19V30H13zM10.8145 18.1406A7.1851 7.1851 0 018 12a8.0092 8.0092 0 018-8V2A10.0111 10.0111 0 006 12a9.1793 9.1793 0 003.46 7.6162C10.4717 20.5508 11 21.0815 11 22h2C13 20.16 11.8892 19.1338 10.8145 18.1406zM23.04 16a9.4858 9.4858 0 01-1.8623 2.1426C20.1069 19.1348 19 20.1611 19 22h2c0-.9194.5264-1.45 1.5352-2.3857A9.9838 9.9838 0 0025.2756 16zM30 8a6 6 0 10-6 6A6.0066 6.0066 0 0030 8zM28 8a3.9521 3.9521 0 01-.5669 2.019L21.981 4.5669A3.9529 3.9529 0 0124 4 4.0045 4.0045 0 0128 8zM20 8a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 12 4.0045 4.0045 0 0120 8z"
1220
- })), children);
1221
- });
1222
- if (process.env.NODE_ENV !== "production") {
1223
- WatsonHealthAiStatusRejected.propTypes = iconPropTypes4cbeb95d.i;
1224
- }
1225
- const AirlineDigitalGate = /*#__PURE__*/React.forwardRef(function AirlineDigitalGate(_ref54, ref) {
1226
- let {
1227
- children,
1228
- size = 16,
1229
- ...rest
1230
- } = _ref54;
1231
- return /*#__PURE__*/React.createElement(Icon.default, {
1232
- width: size,
1233
- height: size,
1234
- ref: ref,
1235
- xmlns: "http://www.w3.org/2000/svg",
1236
- viewBox: "0 0 32 32",
1237
- fill: "currentColor",
1238
- ...rest
1239
- }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1240
- d: "M18 23H16V21a3.0033 3.0033 0 00-3-3H9a3.0033 3.0033 0 00-3 3v2H4V21a5.0058 5.0058 0 015-5h4a5.0059 5.0059 0 015 5zM11 6A3 3 0 118 9a3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0011 4zM2 26H30V28H2zM31.9658 11.7413a1.0007 1.0007 0 00-1.2246-.707l-3.0861.826L24 7l-1 .2676 1.4584 5.4483-2.7663.7405L20 11.2066l-1 .2676.9337 3.4883a.9993.9993 0 001.2246.707l10.1005-2.7036A1 1 0 0031.9658 11.7413z"
1241
- })), children);
1242
- });
1243
- if (process.env.NODE_ENV !== "production") {
1244
- AirlineDigitalGate.propTypes = iconPropTypes4cbeb95d.i;
1245
- }
1246
- const AirlineManageGates = /*#__PURE__*/React.forwardRef(function AirlineManageGates(_ref55, ref) {
1247
- let {
1248
- children,
1249
- size = 16,
1250
- ...rest
1251
- } = _ref55;
1252
- return /*#__PURE__*/React.createElement(Icon.default, {
1253
- width: size,
1254
- height: size,
1255
- ref: ref,
1256
- xmlns: "http://www.w3.org/2000/svg",
1257
- viewBox: "0 0 32 32",
1258
- fill: "currentColor",
1259
- ...rest
1260
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1261
- d: "M18 23H16V21a3.0033 3.0033 0 00-3-3H9a3.0033 3.0033 0 00-3 3v2H4V21a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM11 6A3 3 0 118 9a3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0011 4zM2 26H30V28H2zM22 4L22 6 26.586 6 20 12.586 21.414 14 28 7.414 28 12 30 12 30 4 22 4z"
1262
- })), children);
1263
- });
1264
- if (process.env.NODE_ENV !== "production") {
1265
- AirlineManageGates.propTypes = iconPropTypes4cbeb95d.i;
1266
- }
1267
- const AirlinePassengerCare = /*#__PURE__*/React.forwardRef(function AirlinePassengerCare(_ref56, ref) {
1268
- let {
1269
- children,
1270
- size = 16,
1271
- ...rest
1272
- } = _ref56;
1273
- return /*#__PURE__*/React.createElement(Icon.default, {
1274
- width: size,
1275
- height: size,
1276
- ref: ref,
1277
- xmlns: "http://www.w3.org/2000/svg",
1278
- viewBox: "0 0 32 32",
1279
- fill: "currentColor",
1280
- ...rest
1281
- }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1282
- d: "M18 23H16V21a3.0033 3.0033 0 00-3-3H9a3.0033 3.0033 0 00-3 3v2H4V21a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM11 6A3 3 0 118 9a3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0011 4zM2 26H30V28H2zM27.303 8a2.6616 2.6616 0 00-1.9079.8058L25 9.2112l-.3951-.4054a2.6615 2.6615 0 00-3.8157 0 2.7992 2.7992 0 000 3.8964L25 17l4.2108-4.2978a2.7992 2.7992 0 000-3.8964A2.6616 2.6616 0 0027.303 8z"
1283
- })), children);
1284
- });
1285
- if (process.env.NODE_ENV !== "production") {
1286
- AirlinePassengerCare.propTypes = iconPropTypes4cbeb95d.i;
1287
- }
1288
- const AirlineRapidBoard = /*#__PURE__*/React.forwardRef(function AirlineRapidBoard(_ref57, ref) {
1289
- let {
1290
- children,
1291
- size = 16,
1292
- ...rest
1293
- } = _ref57;
1294
- return /*#__PURE__*/React.createElement(Icon.default, {
1295
- width: size,
1296
- height: size,
1297
- ref: ref,
1298
- xmlns: "http://www.w3.org/2000/svg",
1299
- viewBox: "0 0 32 32",
1300
- fill: "currentColor",
1301
- ...rest
1302
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1303
- d: "M18 23H16V21a3.0033 3.0033 0 00-3-3H9a3.0033 3.0033 0 00-3 3v2H4V21a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM11 6A3 3 0 118 9a3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0011 4zM2 26H30V28H2zM30 8L28 8 28 6 26 6 26 4 30 4 30 8zM19 4L23 4 23 6 21 6 21 8 19 8 19 4zM28 13H30V15H28zM26 11H28V13H26zM19 11L21 11 21 13 23 13 23 15 19 15 19 11z"
1304
- })), children);
1305
- });
1306
- if (process.env.NODE_ENV !== "production") {
1307
- AirlineRapidBoard.propTypes = iconPropTypes4cbeb95d.i;
1308
- }
1309
- const Airplay = /*#__PURE__*/React.forwardRef(function Airplay(_ref58, ref) {
1310
- let {
1311
- children,
1312
- size = 16,
1313
- ...rest
1314
- } = _ref58;
1315
- return /*#__PURE__*/React.createElement(Icon.default, {
1316
- width: size,
1317
- height: size,
1318
- ref: ref,
1319
- xmlns: "http://www.w3.org/2000/svg",
1320
- viewBox: "0 0 32 32",
1321
- fill: "currentColor",
1322
- ...rest
1323
- }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1324
- d: "M22.9961,30H9.0039a1.0022,1.0022,0,0,1-.821-1.5769l6.9977-9.9965a1,1,0,0,1,1.6388,0l6.9977,9.9965A1.0022,1.0022,0,0,1,22.9961,30ZM10.92,28H21.08L16,20.7439Z"
1325
- })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1326
- d: "M28,24H24V22h4V6H4V22H8v2H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V22A2.0021,2.0021,0,0,1,28,24Z"
1327
- })), children);
1328
- });
1329
- if (process.env.NODE_ENV !== "production") {
1330
- Airplay.propTypes = iconPropTypes4cbeb95d.i;
1331
- }
1332
- const AirplayFilled = /*#__PURE__*/React.forwardRef(function AirplayFilled(_ref59, ref) {
1333
- let {
1334
- children,
1335
- size = 16,
1336
- ...rest
1337
- } = _ref59;
1338
- return /*#__PURE__*/React.createElement(Icon.default, {
1339
- width: size,
1340
- height: size,
1341
- ref: ref,
1342
- xmlns: "http://www.w3.org/2000/svg",
1343
- viewBox: "0 0 32 32",
1344
- fill: "currentColor",
1345
- ...rest
1346
- }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1347
- d: "M22.9961,30H9.0039a1.0022,1.0022,0,0,1-.821-1.5769l6.9977-9.9965a1,1,0,0,1,1.6388,0l6.9977,9.9965A1.0022,1.0022,0,0,1,22.9961,30Z"
1348
- })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1349
- d: "M28,24H24V22h4V6H4V22H8v2H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V22A2.0021,2.0021,0,0,1,28,24Z"
1350
- })), children);
1351
- });
1352
- if (process.env.NODE_ENV !== "production") {
1353
- AirplayFilled.propTypes = iconPropTypes4cbeb95d.i;
1354
- }
1355
- const Airport_01 = /*#__PURE__*/React.forwardRef(function Airport_01(_ref60, ref) {
1356
- let {
1357
- children,
1358
- size = 16,
1359
- ...rest
1360
- } = _ref60;
1361
- return /*#__PURE__*/React.createElement(Icon.default, {
1362
- width: size,
1363
- height: size,
1364
- ref: ref,
1365
- xmlns: "http://www.w3.org/2000/svg",
1366
- viewBox: "0 0 32 32",
1367
- fill: "currentColor",
1368
- ...rest
1369
- }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1370
- fillRule: "evenodd",
1371
- d: "M17,14.5,23,17V15l-6-3V9a1,1,0,0,0-2,0v3L9,15v2l6-2.5V20l-3,2v1l4-1,4,1V22l-3-2Z"
1372
- })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1373
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
1374
- })), children);
1375
- });
1376
- if (process.env.NODE_ENV !== "production") {
1377
- Airport_01.propTypes = iconPropTypes4cbeb95d.i;
1378
- }
1379
- const Airport_02 = /*#__PURE__*/React.forwardRef(function Airport_02(_ref61, ref) {
1380
- let {
1381
- children,
1382
- size = 16,
1383
- ...rest
1384
- } = _ref61;
1385
- return /*#__PURE__*/React.createElement(Icon.default, {
1386
- width: size,
1387
- height: size,
1388
- ref: ref,
1389
- xmlns: "http://www.w3.org/2000/svg",
1390
- viewBox: "0 0 32 32",
1391
- fill: "currentColor",
1392
- ...rest
1393
- }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1394
- d: "M23,17H19.4141L16,13H14l2.5859,4H10.7207L9.5,15H8l1.0569,3.3046A1,1,0,0,0,10.0094,19H23a1,1,0,0,0,0-2Z"
1395
- })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1396
- d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
1397
- })), children);
1398
- });
1399
- if (process.env.NODE_ENV !== "production") {
1400
- Airport_02.propTypes = iconPropTypes4cbeb95d.i;
1401
- }
1402
- const AirportLocation = /*#__PURE__*/React.forwardRef(function AirportLocation(_ref62, ref) {
1403
- let {
1404
- children,
1405
- size = 16,
1406
- ...rest
1407
- } = _ref62;
1408
- return /*#__PURE__*/React.createElement(Icon.default, {
1409
- width: size,
1410
- height: size,
1411
- ref: ref,
1412
- xmlns: "http://www.w3.org/2000/svg",
1413
- viewBox: "0 0 32 32",
1414
- fill: "currentColor",
1415
- ...rest
1416
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1417
- d: "M30,15h-6.07A8.0076,8.0076,0,0,0,17,8.0693V2H15V8.0693A8.0076,8.0076,0,0,0,8.07,15H2v2H8.07A8.0076,8.0076,0,0,0,15,23.9307V30h2V23.9307A8.0076,8.0076,0,0,0,23.9305,17H30ZM16,22a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,16,22Z"
1418
- })), children);
1419
- });
1420
- if (process.env.NODE_ENV !== "production") {
1421
- AirportLocation.propTypes = iconPropTypes4cbeb95d.i;
1422
- }
1423
- const Alarm = /*#__PURE__*/React.forwardRef(function Alarm(_ref63, ref) {
1424
- let {
1425
- children,
1426
- size = 16,
1427
- ...rest
1428
- } = _ref63;
1429
- return /*#__PURE__*/React.createElement(Icon.default, {
1430
- width: size,
1431
- height: size,
1432
- ref: ref,
1433
- xmlns: "http://www.w3.org/2000/svg",
1434
- viewBox: "0 0 32 32",
1435
- fill: "currentColor",
1436
- ...rest
1437
- }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1438
- d: "M16,28A11,11,0,1,1,27,17,11,11,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9,9,0,0,0,16,8Z"
1439
- })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1440
- d: "M18.59 21L15 17.41 15 11 17 11 17 16.58 20 19.59 18.59 21z"
1441
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1442
- d: "M3.96 5.5H9.030000000000001V7.5H3.96z",
1443
- transform: "rotate(-45.06 6.502 6.497)"
1444
- })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1445
- d: "M24.5 3.96H26.5V9.030000000000001H24.5z",
1446
- transform: "rotate(-44.94 25.5 6.498)"
1447
- })), children);
1448
- });
1449
- if (process.env.NODE_ENV !== "production") {
1450
- Alarm.propTypes = iconPropTypes4cbeb95d.i;
1451
- }
1452
- const AlarmAdd = /*#__PURE__*/React.forwardRef(function AlarmAdd(_ref64, ref) {
1453
- let {
1454
- children,
1455
- size = 16,
1456
- ...rest
1457
- } = _ref64;
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
- }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1467
- d: "M16,28A11,11,0,1,1,27,17,11,11,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9,9,0,0,0,16,8Z"
1468
- })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1469
- d: "M3.96 5.5H9.030000000000001V7.5H3.96z",
1470
- transform: "rotate(-45.06 6.502 6.497)"
1471
- })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1472
- d: "M24.5 3.96H26.5V9.030000000000001H24.5z",
1473
- transform: "rotate(-44.94 25.5 6.498)"
1474
- })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1475
- d: "M21 16L17 16 17 12 15 12 15 16 11 16 11 18 15 18 15 22 17 22 17 18 21 18 21 16z"
1476
- })), children);
1477
- });
1478
- if (process.env.NODE_ENV !== "production") {
1479
- AlarmAdd.propTypes = iconPropTypes4cbeb95d.i;
1480
- }
1481
- const AlarmSubtract = /*#__PURE__*/React.forwardRef(function AlarmSubtract(_ref65, ref) {
1482
- let {
1483
- children,
1484
- size = 16,
1485
- ...rest
1486
- } = _ref65;
1487
- return /*#__PURE__*/React.createElement(Icon.default, {
1488
- width: size,
1489
- height: size,
1490
- ref: ref,
1491
- xmlns: "http://www.w3.org/2000/svg",
1492
- viewBox: "0 0 32 32",
1493
- fill: "currentColor",
1494
- ...rest
1495
- }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1496
- d: "M16,28A11,11,0,1,1,27,17,11,11,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9,9,0,0,0,16,8Z"
1497
- })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1498
- d: "M3.96 5.5H9.030000000000001V7.5H3.96z",
1499
- transform: "rotate(-45.06 6.502 6.497)"
1500
- })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1501
- d: "M24.5 3.96H26.5V9.030000000000001H24.5z",
1502
- transform: "rotate(-44.94 25.5 6.498)"
1503
- })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1504
- d: "M11 16H21V18H11z"
1505
- })), children);
1506
- });
1507
- if (process.env.NODE_ENV !== "production") {
1508
- AlarmSubtract.propTypes = iconPropTypes4cbeb95d.i;
1509
- }
1510
- const AlignHorizontalCenter = /*#__PURE__*/React.forwardRef(function AlignHorizontalCenter(_ref66, ref) {
1511
- let {
1512
- children,
1513
- size = 16,
1514
- ...rest
1515
- } = _ref66;
1516
- return /*#__PURE__*/React.createElement(Icon.default, {
1517
- width: size,
1518
- height: size,
1519
- ref: ref,
1520
- xmlns: "http://www.w3.org/2000/svg",
1521
- viewBox: "0 0 32 32",
1522
- fill: "currentColor",
1523
- ...rest
1524
- }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1525
- d: "M24,18H17V14h3a2.0025,2.0025,0,0,0,2-2V8a2.0025,2.0025,0,0,0-2-2H17V2H15V6H12a2.0025,2.0025,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2h3v4H8a2.0025,2.0025,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2h7v4h2V26h7a2.0025,2.0025,0,0,0,2-2V20A2.0025,2.0025,0,0,0,24,18ZM12,8h8v4H12ZM24,24H8V20H24Z"
1526
- })), children);
1527
- });
1528
- if (process.env.NODE_ENV !== "production") {
1529
- AlignHorizontalCenter.propTypes = iconPropTypes4cbeb95d.i;
1530
- }
1531
- const AlignHorizontalLeft = /*#__PURE__*/React.forwardRef(function AlignHorizontalLeft(_ref67, ref) {
1532
- let {
1533
- children,
1534
- size = 16,
1535
- ...rest
1536
- } = _ref67;
1537
- return /*#__PURE__*/React.createElement(Icon.default, {
1538
- width: size,
1539
- height: size,
1540
- ref: ref,
1541
- xmlns: "http://www.w3.org/2000/svg",
1542
- viewBox: "0 0 32 32",
1543
- fill: "currentColor",
1544
- ...rest
1545
- }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1546
- d: "M26 26H11a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2H26a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0126 26zm0-6.0012L11 20v4H26zM18 14H11a2.0023 2.0023 0 01-2-2V8a2.0023 2.0023 0 012-2h7a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0118 14zm0-6.0012L11 8v4h7zM4 2H6V30H4z"
1547
- })), children);
1548
- });
1549
- if (process.env.NODE_ENV !== "production") {
1550
- AlignHorizontalLeft.propTypes = iconPropTypes4cbeb95d.i;
1551
- }
1552
- const AlignHorizontalRight = /*#__PURE__*/React.forwardRef(function AlignHorizontalRight(_ref68, ref) {
1553
- let {
1554
- children,
1555
- size = 16,
1556
- ...rest
1557
- } = _ref68;
1558
- return /*#__PURE__*/React.createElement(Icon.default, {
1559
- width: size,
1560
- height: size,
1561
- ref: ref,
1562
- xmlns: "http://www.w3.org/2000/svg",
1563
- viewBox: "0 0 32 32",
1564
- fill: "currentColor",
1565
- ...rest
1566
- }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1567
- d: "M4 24V20a2.0023 2.0023 0 012-2H21a2.0023 2.0023 0 012 2v4a2.0023 2.0023 0 01-2 2H6A2.0023 2.0023 0 014 24zm2 0H21V20L6 19.9988zM12 12V8a2.0023 2.0023 0 012-2h7a2.0023 2.0023 0 012 2v4a2.0023 2.0023 0 01-2 2H14A2.0023 2.0023 0 0112 12zm2 0h7V8l-7-.0012z"
1568
- })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1569
- d: "M26 2H28V30H26z",
1570
- transform: "rotate(-180 27 16)"
1571
- })), children);
1572
- });
1573
- if (process.env.NODE_ENV !== "production") {
1574
- AlignHorizontalRight.propTypes = iconPropTypes4cbeb95d.i;
1575
- }
1576
- const AlignVerticalBottom = /*#__PURE__*/React.forwardRef(function AlignVerticalBottom(_ref69, ref) {
1577
- let {
1578
- children,
1579
- size = 16,
1580
- ...rest
1581
- } = _ref69;
1582
- return /*#__PURE__*/React.createElement(Icon.default, {
1583
- width: size,
1584
- height: size,
1585
- ref: ref,
1586
- xmlns: "http://www.w3.org/2000/svg",
1587
- viewBox: "0 0 32 32",
1588
- fill: "currentColor",
1589
- ...rest
1590
- }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1591
- d: "M2 26H30V28H2zM24 23H20a2.0023 2.0023 0 01-2-2V14a2.0023 2.0023 0 012-2h4a2.0023 2.0023 0 012 2v7A2.0023 2.0023 0 0124 23zm-4-9v7h4.0012L24 14zM12 23H8a2.0023 2.0023 0 01-2-2V6A2.0023 2.0023 0 018 4h4a2.0023 2.0023 0 012 2V21A2.0023 2.0023 0 0112 23zM8 6V21h4.0012L12 6z"
1592
- })), children);
1593
- });
1594
- if (process.env.NODE_ENV !== "production") {
1595
- AlignVerticalBottom.propTypes = iconPropTypes4cbeb95d.i;
1596
- }
1597
- const AlignVerticalCenter = /*#__PURE__*/React.forwardRef(function AlignVerticalCenter(_ref70, ref) {
1598
- let {
1599
- children,
1600
- size = 16,
1601
- ...rest
1602
- } = _ref70;
1603
- return /*#__PURE__*/React.createElement(Icon.default, {
1604
- width: size,
1605
- height: size,
1606
- ref: ref,
1607
- xmlns: "http://www.w3.org/2000/svg",
1608
- viewBox: "0 0 32 32",
1609
- fill: "currentColor",
1610
- ...rest
1611
- }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1612
- d: "M30,15H26V12a2.0025,2.0025,0,0,0-2-2H20a2.0025,2.0025,0,0,0-2,2v3H14V8a2.0025,2.0025,0,0,0-2-2H8A2.0025,2.0025,0,0,0,6,8v7H2v2H6v7a2.0025,2.0025,0,0,0,2,2h4a2.0025,2.0025,0,0,0,2-2V17h4v3a2.0025,2.0025,0,0,0,2,2h4a2.0025,2.0025,0,0,0,2-2V17h4ZM8,24V8h4l.0012,16Zm12-4V12h4l.0012,8Z"
1613
- })), children);
1614
- });
1615
- if (process.env.NODE_ENV !== "production") {
1616
- AlignVerticalCenter.propTypes = iconPropTypes4cbeb95d.i;
1617
- }
1618
- const AlignVerticalTop = /*#__PURE__*/React.forwardRef(function AlignVerticalTop(_ref71, ref) {
1619
- let {
1620
- children,
1621
- size = 16,
1622
- ...rest
1623
- } = _ref71;
1624
- return /*#__PURE__*/React.createElement(Icon.default, {
1625
- width: size,
1626
- height: size,
1627
- ref: ref,
1628
- xmlns: "http://www.w3.org/2000/svg",
1629
- viewBox: "0 0 32 32",
1630
- fill: "currentColor",
1631
- ...rest
1632
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1633
- d: "M24 20H20a2.0023 2.0023 0 01-2-2V11a2.0023 2.0023 0 012-2h4a2.0023 2.0023 0 012 2v7A2.0023 2.0023 0 0124 20zm-4-9v7h4.0012L24 11zM12 28H8a2.0023 2.0023 0 01-2-2V11A2.0023 2.0023 0 018 9h4a2.0023 2.0023 0 012 2V26A2.0023 2.0023 0 0112 28zM8 11V26h4.0012L12 11zM2 4H30V6H2z"
1634
- })), children);
1635
- });
1636
- if (process.env.NODE_ENV !== "production") {
1637
- AlignVerticalTop.propTypes = iconPropTypes4cbeb95d.i;
1638
- }
1639
- const AlignBoxBottomCenter = /*#__PURE__*/React.forwardRef(function AlignBoxBottomCenter(_ref72, ref) {
1640
- let {
1641
- children,
1642
- size = 16,
1643
- ...rest
1644
- } = _ref72;
1645
- return /*#__PURE__*/React.createElement(Icon.default, {
1646
- width: size,
1647
- height: size,
1648
- ref: ref,
1649
- xmlns: "http://www.w3.org/2000/svg",
1650
- viewBox: "0 0 32 32",
1651
- fill: "currentColor",
1652
- ...rest
1653
- }, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1654
- d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
1655
- })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1656
- d: "M10 18H22V20H10z",
1657
- transform: "rotate(-180 16 19)"
1658
- })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1659
- d: "M12 23H20V25H12z",
1660
- transform: "rotate(-180 16 24)"
1661
- })), children);
1662
- });
1663
- if (process.env.NODE_ENV !== "production") {
1664
- AlignBoxBottomCenter.propTypes = iconPropTypes4cbeb95d.i;
1665
- }
1666
- const AlignBoxBottomLeft = /*#__PURE__*/React.forwardRef(function AlignBoxBottomLeft(_ref73, ref) {
1667
- let {
1668
- children,
1669
- size = 16,
1670
- ...rest
1671
- } = _ref73;
1672
- return /*#__PURE__*/React.createElement(Icon.default, {
1673
- width: size,
1674
- height: size,
1675
- ref: ref,
1676
- xmlns: "http://www.w3.org/2000/svg",
1677
- viewBox: "0 0 32 32",
1678
- fill: "currentColor",
1679
- ...rest
1680
- }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1681
- d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
1682
- })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1683
- d: "M9 18H20V20H9zM9 23H16V25H9z"
1684
- })), children);
1685
- });
1686
- if (process.env.NODE_ENV !== "production") {
1687
- AlignBoxBottomLeft.propTypes = iconPropTypes4cbeb95d.i;
1688
- }
1689
- const AlignBoxBottomRight = /*#__PURE__*/React.forwardRef(function AlignBoxBottomRight(_ref74, ref) {
1690
- let {
1691
- children,
1692
- size = 16,
1693
- ...rest
1694
- } = _ref74;
1695
- return /*#__PURE__*/React.createElement(Icon.default, {
1696
- width: size,
1697
- height: size,
1698
- ref: ref,
1699
- xmlns: "http://www.w3.org/2000/svg",
1700
- viewBox: "0 0 32 32",
1701
- fill: "currentColor",
1702
- ...rest
1703
- }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1704
- d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
1705
- })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1706
- d: "M12 18H23V20H12z",
1707
- transform: "rotate(-180 17.5 19)"
1708
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1709
- d: "M16 23H23V25H16z",
1710
- transform: "rotate(-180 19.5 24)"
1711
- })), children);
1712
- });
1713
- if (process.env.NODE_ENV !== "production") {
1714
- AlignBoxBottomRight.propTypes = iconPropTypes4cbeb95d.i;
1715
- }
1716
- const AlignBoxMiddleCenter = /*#__PURE__*/React.forwardRef(function AlignBoxMiddleCenter(_ref75, ref) {
1717
- let {
1718
- children,
1719
- size = 16,
1720
- ...rest
1721
- } = _ref75;
1722
- return /*#__PURE__*/React.createElement(Icon.default, {
1723
- width: size,
1724
- height: size,
1725
- ref: ref,
1726
- xmlns: "http://www.w3.org/2000/svg",
1727
- viewBox: "0 0 32 32",
1728
- fill: "currentColor",
1729
- ...rest
1730
- }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1731
- d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
1732
- })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1733
- d: "M10 13H22V15H10z",
1734
- transform: "rotate(-180 16 14)"
1735
- })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1736
- d: "M12 18H20V20H12z",
1737
- transform: "rotate(-180 16 19)"
1738
- })), children);
1739
- });
1740
- if (process.env.NODE_ENV !== "production") {
1741
- AlignBoxMiddleCenter.propTypes = iconPropTypes4cbeb95d.i;
1742
- }
1743
- const AlignBoxMiddleLeft = /*#__PURE__*/React.forwardRef(function AlignBoxMiddleLeft(_ref76, ref) {
1744
- let {
1745
- children,
1746
- size = 16,
1747
- ...rest
1748
- } = _ref76;
1749
- return /*#__PURE__*/React.createElement(Icon.default, {
1750
- width: size,
1751
- height: size,
1752
- ref: ref,
1753
- xmlns: "http://www.w3.org/2000/svg",
1754
- viewBox: "0 0 32 32",
1755
- fill: "currentColor",
1756
- ...rest
1757
- }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1758
- d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
1759
- })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1760
- d: "M9 13H20V15H9zM9 18H16V20H9z"
1761
- })), children);
1762
- });
1763
- if (process.env.NODE_ENV !== "production") {
1764
- AlignBoxMiddleLeft.propTypes = iconPropTypes4cbeb95d.i;
1765
- }
1766
- const AlignBoxMiddleRight = /*#__PURE__*/React.forwardRef(function AlignBoxMiddleRight(_ref77, ref) {
1767
- let {
1768
- children,
1769
- size = 16,
1770
- ...rest
1771
- } = _ref77;
1772
- return /*#__PURE__*/React.createElement(Icon.default, {
1773
- width: size,
1774
- height: size,
1775
- ref: ref,
1776
- xmlns: "http://www.w3.org/2000/svg",
1777
- viewBox: "0 0 32 32",
1778
- fill: "currentColor",
1779
- ...rest
1780
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1781
- d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
1782
- })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1783
- d: "M12 13H23V15H12z",
1784
- transform: "rotate(-180 17.5 14)"
1785
- })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1786
- d: "M16 18H23V20H16z",
1787
- transform: "rotate(-180 19.5 19)"
1788
- })), children);
1789
- });
1790
- if (process.env.NODE_ENV !== "production") {
1791
- AlignBoxMiddleRight.propTypes = iconPropTypes4cbeb95d.i;
1792
- }
1793
- const AlignBoxTopCenter = /*#__PURE__*/React.forwardRef(function AlignBoxTopCenter(_ref78, ref) {
1794
- let {
1795
- children,
1796
- size = 16,
1797
- ...rest
1798
- } = _ref78;
1799
- return /*#__PURE__*/React.createElement(Icon.default, {
1800
- width: size,
1801
- height: size,
1802
- ref: ref,
1803
- xmlns: "http://www.w3.org/2000/svg",
1804
- viewBox: "0 0 32 32",
1805
- fill: "currentColor",
1806
- ...rest
1807
- }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1808
- d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
1809
- })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1810
- d: "M10 7H22V9H10z",
1811
- transform: "rotate(-180 16 8)"
1812
- })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1813
- d: "M12 12H20V14H12z",
1814
- transform: "rotate(-180 16 13)"
1815
- })), children);
1816
- });
1817
- if (process.env.NODE_ENV !== "production") {
1818
- AlignBoxTopCenter.propTypes = iconPropTypes4cbeb95d.i;
1819
- }
1820
- const AlignBoxTopLeft = /*#__PURE__*/React.forwardRef(function AlignBoxTopLeft(_ref79, ref) {
1821
- let {
1822
- children,
1823
- size = 16,
1824
- ...rest
1825
- } = _ref79;
1826
- return /*#__PURE__*/React.createElement(Icon.default, {
1827
- width: size,
1828
- height: size,
1829
- ref: ref,
1830
- xmlns: "http://www.w3.org/2000/svg",
1831
- viewBox: "0 0 32 32",
1832
- fill: "currentColor",
1833
- ...rest
1834
- }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1835
- d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
1836
- })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1837
- d: "M9 7H20V9H9zM9 12H16V14H9z"
1838
- })), children);
1839
- });
1840
- if (process.env.NODE_ENV !== "production") {
1841
- AlignBoxTopLeft.propTypes = iconPropTypes4cbeb95d.i;
1842
- }
1843
- const AlignBoxTopRight = /*#__PURE__*/React.forwardRef(function AlignBoxTopRight(_ref80, ref) {
1844
- let {
1845
- children,
1846
- size = 16,
1847
- ...rest
1848
- } = _ref80;
1849
- return /*#__PURE__*/React.createElement(Icon.default, {
1850
- width: size,
1851
- height: size,
1852
- ref: ref,
1853
- xmlns: "http://www.w3.org/2000/svg",
1854
- viewBox: "0 0 32 32",
1855
- fill: "currentColor",
1856
- ...rest
1857
- }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1858
- d: "M26,30H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30ZM6,4V28H26V4Z"
1859
- })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1860
- d: "M12 7H23V9H12z",
1861
- transform: "rotate(-180 17.5 8)"
1862
- })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1863
- d: "M16 12H23V14H16z",
1864
- transform: "rotate(-180 19.5 13)"
1865
- })), children);
1866
- });
1867
- if (process.env.NODE_ENV !== "production") {
1868
- AlignBoxTopRight.propTypes = iconPropTypes4cbeb95d.i;
1869
- }
1870
- const Analytics = /*#__PURE__*/React.forwardRef(function Analytics(_ref81, ref) {
1871
- let {
1872
- children,
1873
- size = 16,
1874
- ...rest
1875
- } = _ref81;
1876
- return /*#__PURE__*/React.createElement(Icon.default, {
1877
- width: size,
1878
- height: size,
1879
- ref: ref,
1880
- xmlns: "http://www.w3.org/2000/svg",
1881
- viewBox: "0 0 32 32",
1882
- fill: "currentColor",
1883
- ...rest
1884
- }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1885
- d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4Z"
1886
- })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1887
- d: "M30,9H23v2h3.59L19,18.59l-4.29-4.3a1,1,0,0,0-1.42,0L6,21.59,7.41,23,14,16.41l4.29,4.3a1,1,0,0,0,1.42,0L28,12.41V16h2Z"
1888
- })), children);
1889
- });
1890
- if (process.env.NODE_ENV !== "production") {
1891
- Analytics.propTypes = iconPropTypes4cbeb95d.i;
1892
- }
1893
- const AnalyticsCustom = /*#__PURE__*/React.forwardRef(function AnalyticsCustom(_ref82, ref) {
1894
- let {
1895
- children,
1896
- size = 16,
1897
- ...rest
1898
- } = _ref82;
1899
- return /*#__PURE__*/React.createElement(Icon.default, {
1900
- width: size,
1901
- height: size,
1902
- ref: ref,
1903
- xmlns: "http://www.w3.org/2000/svg",
1904
- viewBox: "0 0 32 32",
1905
- fill: "currentColor",
1906
- ...rest
1907
- }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1908
- d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM30 4H23V6h3.5859L19 13.5859 14.707 9.293a1 1 0 00-1.414 0L6 16.5859 7.4141 18 14 11.4141l4.293 4.2929a1 1 0 001.414 0L28 7.4141V11h2z"
1909
- })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1910
- d: "M4,2H2V28a2,2,0,0,0,2,2h8V28H4Z"
1911
- })), children);
1912
- });
1913
- if (process.env.NODE_ENV !== "production") {
1914
- AnalyticsCustom.propTypes = iconPropTypes4cbeb95d.i;
1915
- }
1916
- const AnalyticsReference = /*#__PURE__*/React.forwardRef(function AnalyticsReference(_ref83, ref) {
1917
- let {
1918
- children,
1919
- size = 16,
1920
- ...rest
1921
- } = _ref83;
1922
- return /*#__PURE__*/React.createElement(Icon.default, {
1923
- width: size,
1924
- height: size,
1925
- ref: ref,
1926
- xmlns: "http://www.w3.org/2000/svg",
1927
- viewBox: "0 0 32 32",
1928
- fill: "currentColor",
1929
- ...rest
1930
- }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1931
- d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM30 4H23V6h3.5859L19 13.5859 14.707 9.293a1 1 0 00-1.414 0L8 14.5858 9.4142 16 14 11.4141l4.293 4.2929a1 1 0 001.414 0L28 7.4141V11h2zM16 28H30V30H16zM2 2H4V16H2z"
1932
- })), children);
1933
- });
1934
- if (process.env.NODE_ENV !== "production") {
1935
- AnalyticsReference.propTypes = iconPropTypes4cbeb95d.i;
1936
- }
1937
- const Anchor = /*#__PURE__*/React.forwardRef(function Anchor(_ref84, ref) {
1938
- let {
1939
- children,
1940
- size = 16,
1941
- ...rest
1942
- } = _ref84;
1943
- return /*#__PURE__*/React.createElement(Icon.default, {
1944
- width: size,
1945
- height: size,
1946
- ref: ref,
1947
- xmlns: "http://www.w3.org/2000/svg",
1948
- viewBox: "0 0 32 32",
1949
- fill: "currentColor",
1950
- ...rest
1951
- }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1952
- strokeWidth: "0",
1953
- d: "M2.257 25.5H8.742V27.5H2.257z",
1954
- transform: "rotate(-45 5.5 26.5)"
1955
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1956
- strokeWidth: "0",
1957
- d: "M9.257 18.5H15.742V20.5H9.257z",
1958
- transform: "rotate(-45 12.5 19.5)"
1959
- })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1960
- strokeWidth: "0",
1961
- d: "M16.257 11.5H22.742V13.5H16.257z",
1962
- transform: "rotate(-45 19.5 12.5)"
1963
- })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1964
- strokeWidth: "0",
1965
- d: "M23.257 4.5H29.742V6.5H23.257z",
1966
- transform: "rotate(-45 26.5 5.5)"
1967
- })), children);
1968
- });
1969
- if (process.env.NODE_ENV !== "production") {
1970
- Anchor.propTypes = iconPropTypes4cbeb95d.i;
1971
- }
1972
- const WatsonHealthAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthAngle(_ref85, ref) {
1973
- let {
1974
- children,
1975
- size = 16,
1976
- ...rest
1977
- } = _ref85;
1978
- return /*#__PURE__*/React.createElement(Icon.default, {
1979
- width: size,
1980
- height: size,
1981
- ref: ref,
1982
- xmlns: "http://www.w3.org/2000/svg",
1983
- viewBox: "0 0 32 32",
1984
- fill: "currentColor",
1985
- ...rest
1986
- }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1987
- d: "M9,24a3.51,3.51,0,0,0-.88-1.86L17.65,5.56l-1.73-1L6.35,21.12A3.06,3.06,0,0,0,5.5,21a3.5,3.5,0,1,0,3.15,5H28V24ZM5.5,26A1.5,1.5,0,1,1,7,24.5,1.5,1.5,0,0,1,5.5,26Z"
1988
- })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1989
- d: "M22,21h2a13,13,0,0,0-5.42-10.56l-1.16,1.62A11,11,0,0,1,22,21Z"
1990
- })), children);
1991
- });
1992
- if (process.env.NODE_ENV !== "production") {
1993
- WatsonHealthAngle.propTypes = iconPropTypes4cbeb95d.i;
1994
- }
1995
- const WatsonHealthAnnotationVisibility = /*#__PURE__*/React.forwardRef(function WatsonHealthAnnotationVisibility(_ref86, ref) {
1996
- let {
1997
- children,
1998
- size = 16,
1999
- ...rest
2000
- } = _ref86;
2001
- return /*#__PURE__*/React.createElement(Icon.default, {
2002
- width: size,
2003
- height: size,
2004
- ref: ref,
2005
- xmlns: "http://www.w3.org/2000/svg",
2006
- viewBox: "0 0 32 32",
2007
- fill: "currentColor",
2008
- ...rest
2009
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2010
- d: "M28,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Zm0,22H4V6H28Z"
2011
- })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2012
- d: "M21 20H13a3.51 3.51 0 00-.88-1.86l3.8-6.64-1.74-1-3.78 6.62A3.35 3.35 0 009.5 17a3.5 3.5 0 103.15 5H21zM9.5 22A1.5 1.5 0 1111 20.5 1.5 1.5 0 019.5 22zM19 8H26V10H19zM19 12H23V14H19z"
2013
- })), children);
2014
- });
2015
- if (process.env.NODE_ENV !== "production") {
2016
- WatsonHealthAnnotationVisibility.propTypes = iconPropTypes4cbeb95d.i;
2017
- }
2018
- const Aperture = /*#__PURE__*/React.forwardRef(function Aperture(_ref87, ref) {
2019
- let {
2020
- children,
2021
- size = 16,
2022
- ...rest
2023
- } = _ref87;
2024
- return /*#__PURE__*/React.createElement(Icon.default, {
2025
- width: size,
2026
- height: size,
2027
- ref: ref,
2028
- xmlns: "http://www.w3.org/2000/svg",
2029
- viewBox: "0 0 32 32",
2030
- fill: "currentColor",
2031
- ...rest
2032
- }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2033
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM27.84,14.14,22,17.52V5.62A12,12,0,0,1,27.84,14.14ZM12,18.68V13.32L16,11l4,2.31v5.36L16,21Zm8-14V11L10.34,5.42A11.9,11.9,0,0,1,20,4.7Zm-11.52,2L14,9.85,4,15.62A12,12,0,0,1,8.48,6.66ZM4.16,17.85,10,14.47V26.38A12,12,0,0,1,4.16,17.85ZM12,27.3V21l9.67,5.58A11.92,11.92,0,0,1,16,28,12.05,12.05,0,0,1,12,27.3Zm11.52-2L18,22.14l10-5.77A12,12,0,0,1,23.52,25.34Z"
2034
- })), children);
2035
- });
2036
- if (process.env.NODE_ENV !== "production") {
2037
- Aperture.propTypes = iconPropTypes4cbeb95d.i;
2038
- }
2039
- const Api = /*#__PURE__*/React.forwardRef(function Api(_ref88, ref) {
2040
- let {
2041
- children,
2042
- size = 16,
2043
- ...rest
2044
- } = _ref88;
2045
- return /*#__PURE__*/React.createElement(Icon.default, {
2046
- width: size,
2047
- height: size,
2048
- ref: ref,
2049
- xmlns: "http://www.w3.org/2000/svg",
2050
- viewBox: "0 0 32 32",
2051
- fill: "currentColor",
2052
- ...rest
2053
- }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2054
- d: "M26,22a3.86,3.86,0,0,0-2,.57l-3.09-3.1a6,6,0,0,0,0-6.94L24,9.43A3.86,3.86,0,0,0,26,10a4,4,0,1,0-4-4,3.86,3.86,0,0,0,.57,2l-3.1,3.09a6,6,0,0,0-6.94,0L9.43,8A3.86,3.86,0,0,0,10,6a4,4,0,1,0-4,4,3.86,3.86,0,0,0,2-.57l3.09,3.1a6,6,0,0,0,0,6.94L8,22.57A3.86,3.86,0,0,0,6,22a4,4,0,1,0,4,4,3.86,3.86,0,0,0-.57-2l3.1-3.09a6,6,0,0,0,6.94,0L22.57,24A3.86,3.86,0,0,0,22,26a4,4,0,1,0,4-4ZM26,4a2,2,0,1,1-2,2A2,2,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2,2,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2,2,0,0,1,6,28Zm10-8a4,4,0,1,1,4-4A4,4,0,0,1,16,20Zm10,8a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
2055
- })), children);
2056
- });
2057
- if (process.env.NODE_ENV !== "production") {
2058
- Api.propTypes = iconPropTypes4cbeb95d.i;
2059
- }
2060
- const Api_1 = /*#__PURE__*/React.forwardRef(function Api_1(_ref89, ref) {
2061
- let {
2062
- children,
2063
- size = 16,
2064
- ...rest
2065
- } = _ref89;
2066
- return /*#__PURE__*/React.createElement(Icon.default, {
2067
- width: size,
2068
- height: size,
2069
- ref: ref,
2070
- xmlns: "http://www.w3.org/2000/svg",
2071
- viewBox: "0 0 32 32",
2072
- fill: "currentColor",
2073
- ...rest
2074
- }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2075
- d: "M8 9H4a2 2 0 00-2 2V23H4V18H8v5h2V11A2 2 0 008 9zM4 16V11H8v5zM22 11L25 11 25 21 22 21 22 23 30 23 30 21 27 21 27 11 30 11 30 9 22 9 22 11zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14z"
2076
- })), children);
2077
- });
2078
- if (process.env.NODE_ENV !== "production") {
2079
- Api_1.propTypes = iconPropTypes4cbeb95d.i;
2080
- }
2081
- const ApiKey = /*#__PURE__*/React.forwardRef(function ApiKey(_ref90, ref) {
2082
- let {
2083
- children,
2084
- size = 16,
2085
- ...rest
2086
- } = _ref90;
2087
- return /*#__PURE__*/React.createElement(Icon.default, {
2088
- width: size,
2089
- height: size,
2090
- ref: ref,
2091
- xmlns: "http://www.w3.org/2000/svg",
2092
- viewBox: "0 0 32 32",
2093
- fill: "currentColor",
2094
- ...rest
2095
- }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2096
- strokeWidth: "0",
2097
- d: "m28,26c-.178,0-.3472.0308-.5115.0742l-1.0554-1.0552c.3516-.5947.5669-1.2798.5669-2.019s-.2153-1.4243-.5669-2.019l1.0554-1.0552c.1643.0435.3335.0742.5115.0742,1.1045,0,2-.8955,2-2s-.8955-2-2-2-2,.8955-2,2c0,.1777.0308.3472.0742.5117l-1.0552,1.0552c-.595-.3516-1.2795-.5669-2.019-.5669s-1.4241.2153-2.019.5669l-1.0552-1.0552c.0435-.1646.0742-.334.0742-.5117,0-1.1045-.8955-2-2-2s-2,.8955-2,2,.8955,2,2,2c.178,0,.3472-.0308.5115-.0742l1.0554,1.0552c-.3516.5947-.5669,1.2798-.5669,2.019s.2153,1.4243.5669,2.019l-1.0554,1.0552c-.1643-.0435-.3335-.0742-.5115-.0742-1.1045,0-2,.8955-2,2s.8955,2,2,2,2-.8955,2-2c0-.1777-.0308-.3472-.0742-.5117l1.0552-1.0552c.595.3516,1.2795.5669,2.019.5669s1.4241-.2153,2.019-.5669l1.0552,1.0552c-.0435.1646-.0742.334-.0742.5117,0,1.1045.8955,2,2,2s2-.8955,2-2-.8955-2-2-2Zm-7-3c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Z"
2098
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
2099
- cx: "22",
2100
- cy: "10",
2101
- r: "2",
2102
- strokeWidth: "0"
2103
- })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2104
- strokeWidth: "0",
2105
- d: "m21,2c-4.9626,0-9,4.0371-9,9,0,.7788.0989,1.5469.2944,2.291L2,23.5859v6.4141h6.4143l7-7-2.7073-2.707-1.4141,1.4141,1.2927,1.293-1.5896,1.5898-1.2869-1.2949-1.4185,1.4102,1.2913,1.2988-1.9963,1.9961h-3.5857v-3.5859l9.7122-9.7119.8555-.8677-.1982-.5845c-.2451-.7217-.3694-1.4785-.3694-2.25,0-3.8599,3.1401-7,7-7s7,3.1401,7,7h2c0-4.9629-4.0374-9-9-9Z"
2106
- })), children);
2107
- });
2108
- if (process.env.NODE_ENV !== "production") {
2109
- ApiKey.propTypes = iconPropTypes4cbeb95d.i;
2110
- }
2111
- const App = /*#__PURE__*/React.forwardRef(function App(_ref91, ref) {
2112
- let {
2113
- children,
2114
- size = 16,
2115
- ...rest
2116
- } = _ref91;
2117
- return /*#__PURE__*/React.createElement(Icon.default, {
2118
- width: size,
2119
- height: size,
2120
- ref: ref,
2121
- xmlns: "http://www.w3.org/2000/svg",
2122
- viewBox: "0 0 32 32",
2123
- fill: "currentColor",
2124
- ...rest
2125
- }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2126
- d: "M28 10H22V24h2V20h4a2.0027 2.0027 0 002-2V12A2.0023 2.0023 0 0028 10zm-4 8V12h4v6zM18 10H12V24h2V20h4a2.0027 2.0027 0 002-2V12A2.0023 2.0023 0 0018 10zm-4 8V12h4v6zM8 10H3v2H8v2H4a2 2 0 00-2 2v2a2 2 0 002 2h6V12A2.0023 2.0023 0 008 10zm0 8H4V16H8z"
2127
- })), children);
2128
- });
2129
- if (process.env.NODE_ENV !== "production") {
2130
- App.propTypes = iconPropTypes4cbeb95d.i;
2131
- }
2132
- const AppConnectivity = /*#__PURE__*/React.forwardRef(function AppConnectivity(_ref92, ref) {
2133
- let {
2134
- children,
2135
- size = 16,
2136
- ...rest
2137
- } = _ref92;
2138
- return /*#__PURE__*/React.createElement(Icon.default, {
2139
- width: size,
2140
- height: size,
2141
- ref: ref,
2142
- xmlns: "http://www.w3.org/2000/svg",
2143
- viewBox: "0 0 32 32",
2144
- fill: "currentColor",
2145
- ...rest
2146
- }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2147
- d: "M20,14h8a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H20a2.0023,2.0023,0,0,0-2,2H9A2.0023,2.0023,0,0,0,7,6v4H4a2.0023,2.0023,0,0,0-2,2v8a2.0023,2.0023,0,0,0,2,2H6v4a2.0023,2.0023,0,0,0,2,2H18a2.0023,2.0023,0,0,0,2,2h8a2.0023,2.0023,0,0,0,2-2V20a2.0023,2.0023,0,0,0-2-2H20a2.0023,2.0023,0,0,0-2,2v6H8V22h4a2.0023,2.0023,0,0,0,2-2V12a2.0023,2.0023,0,0,0-2-2H9V6h9v6A2.0023,2.0023,0,0,0,20,14Zm0,14V24h8v4Zm8-8,0,2H20V20ZM4,20V16h8v4Zm8.0005-6H4V12h8ZM20,12V8h8v4Zm8-8,0,2H20V4Z"
2148
- })), children);
2149
- });
2150
- if (process.env.NODE_ENV !== "production") {
2151
- AppConnectivity.propTypes = iconPropTypes4cbeb95d.i;
2152
- }
2153
- const Apple = /*#__PURE__*/React.forwardRef(function Apple(_ref93, ref) {
2154
- let {
2155
- children,
2156
- size = 16,
2157
- ...rest
2158
- } = _ref93;
2159
- return /*#__PURE__*/React.createElement(Icon.default, {
2160
- width: size,
2161
- height: size,
2162
- ref: ref,
2163
- xmlns: "http://www.w3.org/2000/svg",
2164
- viewBox: "0 0 32 32",
2165
- fill: "currentColor",
2166
- ...rest
2167
- }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2168
- d: "M21.7788,8a11.4843,11.4843,0,0,0-3.0547.5342,14.5665,14.5665,0,0,1-1.8225.4126A6.0054,6.0054,0,0,0,11,4V6a3.9933,3.9933,0,0,1,3.8267,2.9c-.5181-.0879-1.0569-.2207-1.6172-.3648A12.89,12.89,0,0,0,10.0317,8C6.311,8,4,11.0652,4,16c0,7.51,4.0679,11.999,8.0005,12h.0015a7.1576,7.1576,0,0,0,2.49-.59A5.0128,5.0128,0,0,1,16,27a5.0266,5.0266,0,0,1,1.5112.41A7.15,7.15,0,0,0,20,28h0c3.9307-.001,8-4.49,8-12C28,12.3094,26.3706,8,21.7788,8ZM20,26h0a5.5038,5.5038,0,0,1-1.7905-.4639A6.4168,6.4168,0,0,0,16,25a6.4043,6.4043,0,0,0-2.2061.5361A5.5343,5.5343,0,0,1,12,26h.0015C9.0513,25.9988,6,22.2586,6,16c0-1.8037.3931-6,4.0317-6a11.2363,11.2363,0,0,1,2.6807.4726A12.9819,12.9819,0,0,0,15.7612,11h.4922a11.7955,11.7955,0,0,0,2.9956-.5361A9.8483,9.8483,0,0,1,21.7788,10C25.7964,10,26,14.9978,26,16,26,22.2586,22.9482,25.9988,20,26Z"
2169
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2170
- d: "M18,7H17V6a2.0021,2.0021,0,0,1,2-2h1V5A2.0021,2.0021,0,0,1,18,7Z"
2171
- })), children);
2172
- });
2173
- if (process.env.NODE_ENV !== "production") {
2174
- Apple.propTypes = iconPropTypes4cbeb95d.i;
2175
- }
2176
- const AppleDash = /*#__PURE__*/React.forwardRef(function AppleDash(_ref94, ref) {
2177
- let {
2178
- children,
2179
- size = 16,
2180
- ...rest
2181
- } = _ref94;
2182
- return /*#__PURE__*/React.createElement(Icon.default, {
2183
- width: size,
2184
- height: size,
2185
- ref: ref,
2186
- xmlns: "http://www.w3.org/2000/svg",
2187
- viewBox: "0 0 32 32",
2188
- fill: "currentColor",
2189
- ...rest
2190
- }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2191
- d: "M7.0825 11.6714l-1.6748-1.0928c-.9062 1.3887-1.3928 3.2305-1.4072 5.3267l2 .0137c.0117-1.7119.3857-3.1807 1.082-4.2476zM6.0852 17.8164l-1.9907.1934c.1887 1.938.6592 3.6738 1.3982 5.1592l1.7905-.8911c-.6301-1.2661-1.0332-2.7676-1.198-4.4614zM8.2378 23.7964l-1.5688 1.2402c1.333 1.6865 3.0972 2.7573 4.8396 2.9375l.2061-1.9893c-1.1912-.1235-2.491-.9414-3.4768-2.1885zM16 25c-.7334 0-1.4783.271-2.1987.5332-.1809.0654-.3635.1318-.5469.1943l.6426 1.894c.197-.0669.3936-.1382.5879-.209.5576-.2026 1.134-.4126 1.5151-.4126.3809 0 .9575.21 1.5149.4121.1809.0659.3635.1323.5466.1953l.6479-1.8926c-.1711-.0586-.3418-.1206-.511-.1821-.7205-.2617-1.4653-.5327-2.1985-.5327zM20.2546 25.9878l.1855 1.9917c1.7456-.1631 3.5178-1.2227 4.8621-2.9072l-1.5632-1.2476c-.9924 1.2437-2.2949 2.0522-3.4844 2.1631zM24.7004 22.3115l1.7871.8975c.7449-1.4834 1.2205-3.2178 1.4138-5.1558l-1.9902-.1987c-.1689 1.6938-.5762 3.1934-1.2107 4.457zM28 15.9492c-.0076-2.0938-.4854-3.9365-1.3818-5.3311l-1.6821 1.082c.6897 1.0728 1.0576 2.5444 1.064 4.2559l2-.0068zM20 4h-1c-1.1046 0-2 .8954-2 2v1h1c1.1046 0 2-.8954 2-2v-1z"
2192
- })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2193
- d: "M23.8125,10.5308l1.1035-1.668c-.8655-.5728-1.8467-.8628-2.916-.8628-1.4155,0-2.4175,.2881-3.3013,.542-.5764,.1655-1.1362,.3203-1.7979,.4004-.502-2.8047-2.9541-4.9424-5.9009-4.9424v2c1.8223,0,3.3464,1.2319,3.8274,2.9014-.5442-.0864-1.031-.2173-1.5261-.3594-.8838-.2539-1.8857-.542-3.3013-.542-1.0693,0-2.0505,.29-2.916,.8628l1.1035,1.668c.5325-.3521,1.1423-.5308,1.8125-.5308,1.134,0,1.9185,.2256,2.7488,.4639,.917,.2637,1.8652,.5361,3.2512,.5361s2.3342-.2725,3.2512-.5361c.8303-.2383,1.6147-.4639,2.7488-.4639,.6702,0,1.28,.1787,1.8125,.5308Z"
2194
- })), children);
2195
- });
2196
- if (process.env.NODE_ENV !== "production") {
2197
- AppleDash.propTypes = iconPropTypes4cbeb95d.i;
2198
- }
2199
- const Application = /*#__PURE__*/React.forwardRef(function Application(_ref95, ref) {
2200
- let {
2201
- children,
2202
- size = 16,
2203
- ...rest
2204
- } = _ref95;
2205
- return /*#__PURE__*/React.createElement(Icon.default, {
2206
- width: size,
2207
- height: size,
2208
- ref: ref,
2209
- xmlns: "http://www.w3.org/2000/svg",
2210
- viewBox: "0 0 32 32",
2211
- fill: "currentColor",
2212
- ...rest
2213
- }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2214
- d: "M16 18H6a2 2 0 01-2-2V6A2 2 0 016 4H16a2 2 0 012 2V16A2 2 0 0116 18zM6 6V16H16V6zM26 12v4H22V12h4m0-2H22a2 2 0 00-2 2v4a2 2 0 002 2h4a2 2 0 002-2V12a2 2 0 00-2-2zM26 22v4H22V22h4m0-2H22a2 2 0 00-2 2v4a2 2 0 002 2h4a2 2 0 002-2V22a2 2 0 00-2-2zM16 22v4H12V22h4m0-2H12a2 2 0 00-2 2v4a2 2 0 002 2h4a2 2 0 002-2V22a2 2 0 00-2-2z"
2215
- })), children);
2216
- });
2217
- if (process.env.NODE_ENV !== "production") {
2218
- Application.propTypes = iconPropTypes4cbeb95d.i;
2219
- }
2220
- const ApplicationMobile = /*#__PURE__*/React.forwardRef(function ApplicationMobile(_ref96, ref) {
2221
- let {
2222
- children,
2223
- size = 16,
2224
- ...rest
2225
- } = _ref96;
2226
- return /*#__PURE__*/React.createElement(Icon.default, {
2227
- width: size,
2228
- height: size,
2229
- ref: ref,
2230
- xmlns: "http://www.w3.org/2000/svg",
2231
- viewBox: "0 0 32 32",
2232
- fill: "currentColor",
2233
- ...rest
2234
- }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2235
- d: "M23 7H27V11H23zM23 13H27V17H23zM17 7H21V11H17zM17 13H21V17H17z"
2236
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
2237
- cx: "14.5",
2238
- cy: "24.5",
2239
- r: "1.5"
2240
- })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2241
- d: "M21,30H8a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,8,2H21V4H8V28H21V20h2v8A2.0023,2.0023,0,0,1,21,30Z"
2242
- })), children);
2243
- });
2244
- if (process.env.NODE_ENV !== "production") {
2245
- ApplicationMobile.propTypes = iconPropTypes4cbeb95d.i;
2246
- }
2247
- const ApplicationVirtual = /*#__PURE__*/React.forwardRef(function ApplicationVirtual(_ref97, ref) {
2248
- let {
2249
- children,
2250
- size = 16,
2251
- ...rest
2252
- } = _ref97;
2253
- return /*#__PURE__*/React.createElement(Icon.default, {
2254
- width: size,
2255
- height: size,
2256
- ref: ref,
2257
- xmlns: "http://www.w3.org/2000/svg",
2258
- viewBox: "0 0 32 32",
2259
- fill: "currentColor",
2260
- ...rest
2261
- }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2262
- d: "M17 19H21V23H17zM11 19H15V23H11zM17 25H21V29H17zM11 25H15V29H11z"
2263
- })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2264
- d: "M24.5,25H24V23h.5a5.4961,5.4961,0,0,0,.377-10.9795l-.8365-.0566-.09-.834a7.9979,7.9979,0,0,0-15.9014,0l-.09.834-.8365.0566A5.4961,5.4961,0,0,0,7.5,23H8v2H7.5A7.4964,7.4964,0,0,1,6.1782,10.124a9.9992,9.9992,0,0,1,19.6436,0A7.4964,7.4964,0,0,1,24.5,25Z"
2265
- })), children);
2266
- });
2267
- if (process.env.NODE_ENV !== "production") {
2268
- ApplicationVirtual.propTypes = iconPropTypes4cbeb95d.i;
2269
- }
2270
- const ApplicationWeb = /*#__PURE__*/React.forwardRef(function ApplicationWeb(_ref98, ref) {
2271
- let {
2272
- children,
2273
- size = 16,
2274
- ...rest
2275
- } = _ref98;
2276
- return /*#__PURE__*/React.createElement(Icon.default, {
2277
- width: size,
2278
- height: size,
2279
- ref: ref,
2280
- xmlns: "http://www.w3.org/2000/svg",
2281
- viewBox: "0 0 32 32",
2282
- fill: "currentColor",
2283
- ...rest
2284
- }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2285
- d: "M26 2H30V6H26zM26 8H30V12H26zM20 2H24V6H20zM20 8H24V12H20z"
2286
- })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2287
- d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
2288
- })), children);
2289
- });
2290
- if (process.env.NODE_ENV !== "production") {
2291
- ApplicationWeb.propTypes = iconPropTypes4cbeb95d.i;
2292
- }
2293
- const Apps = /*#__PURE__*/React.forwardRef(function Apps(_ref99, ref) {
2294
- let {
2295
- children,
2296
- size = 16,
2297
- ...rest
2298
- } = _ref99;
2299
- if (size === 16 || size === "16" || size === "16px") {
2300
- return /*#__PURE__*/React.createElement(Icon.default, {
2301
- width: size,
2302
- height: size,
2303
- ref: ref,
2304
- xmlns: "http://www.w3.org/2000/svg",
2305
- viewBox: "0 0 16 16",
2306
- fill: "currentColor",
2307
- ...rest
2308
- }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2309
- d: "M4 2v2H2V2h2zm1-1H1v4h4V1zM9 2v2H7V2h2zm1-1H6v4h4V1zM14 2v2h-2V2h2zm1-1h-4v4h4V1zM4 7v2H2V7h2zm1-1H1v4h4V6zM9 7v2H7V7h2zm1-1H6v4h4V6zM14 7v2h-2V7h2zm1-1h-4v4h4V6zM4 12v2H2v-2h2zm1-1H1v4h4v-4zM9 12v2H7v-2h2zm1-1H6v4h4v-4zM14 12v2h-2v-2h2zm1-1h-4v4h4v-4z"
2310
- })), children);
2311
- }
2312
- return /*#__PURE__*/React.createElement(Icon.default, {
2313
- width: size,
2314
- height: size,
2315
- ref: ref,
2316
- xmlns: "http://www.w3.org/2000/svg",
2317
- viewBox: "0 0 32 32",
2318
- fill: "currentColor",
2319
- ...rest
2320
- }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2321
- d: "M8,4V8H4V4Zm2-2H2v8h8Zm8,2V8H14V4Zm2-2H12v8h8Zm8,2V8H24V4Zm2-2H22v8h8ZM8,14v4H4V14Zm2-2H2v8h8Zm8,2v4H14V14Zm2-2H12v8h8Zm8,2v4H24V14Zm2-2H22v8h8ZM8,24v4H4V24Zm2-2H2v8h8Zm8,2v4H14V24Zm2-2H12v8h8Zm8,2v4H24V24Zm2-2H22v8h8Z"
2322
- })), children);
2323
- });
2324
- if (process.env.NODE_ENV !== "production") {
2325
- Apps.propTypes = iconPropTypes4cbeb95d.i;
2326
- }
2327
- const Archive = /*#__PURE__*/React.forwardRef(function Archive(_ref100, ref) {
2328
- let {
2329
- children,
2330
- size = 16,
2331
- ...rest
2332
- } = _ref100;
2333
- return /*#__PURE__*/React.createElement(Icon.default, {
2334
- width: size,
2335
- height: size,
2336
- ref: ref,
2337
- xmlns: "http://www.w3.org/2000/svg",
2338
- viewBox: "0 0 32 32",
2339
- fill: "currentColor",
2340
- ...rest
2341
- }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2342
- d: "M14 19H18V21H14z"
2343
- })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2344
- d: "M6,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V2ZM24,28H8V16H24Zm0-14H8V10H24ZM8,8V4H24V8Z"
2345
- })), children);
2346
- });
2347
- if (process.env.NODE_ENV !== "production") {
2348
- Archive.propTypes = iconPropTypes4cbeb95d.i;
2349
- }
2350
- const Area = /*#__PURE__*/React.forwardRef(function Area(_ref101, ref) {
2351
- let {
2352
- children,
2353
- size = 16,
2354
- ...rest
2355
- } = _ref101;
2356
- return /*#__PURE__*/React.createElement(Icon.default, {
2357
- width: size,
2358
- height: size,
2359
- ref: ref,
2360
- xmlns: "http://www.w3.org/2000/svg",
2361
- viewBox: "0 0 32 32",
2362
- fill: "currentColor",
2363
- ...rest
2364
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2365
- 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"
2366
- })), children);
2367
- });
2368
- if (process.env.NODE_ENV !== "production") {
2369
- Area.propTypes = iconPropTypes4cbeb95d.i;
2370
- }
2371
- const AreaCustom = /*#__PURE__*/React.forwardRef(function AreaCustom(_ref102, ref) {
2372
- let {
2373
- children,
2374
- size = 16,
2375
- ...rest
2376
- } = _ref102;
2377
- return /*#__PURE__*/React.createElement(Icon.default, {
2378
- width: size,
2379
- height: size,
2380
- ref: ref,
2381
- xmlns: "http://www.w3.org/2000/svg",
2382
- viewBox: "0 0 32 32",
2383
- fill: "currentColor",
2384
- ...rest
2385
- }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2386
- d: "M30,6a3.9916,3.9916,0,0,0-7.9773-.2241L9.5864,8.2627A3.99,3.99,0,1,0,5,13.8579v8.2842A3.9915,3.9915,0,1,0,9.8579,27h8.2842a3.9912,3.9912,0,1,0,5.595-4.5864l2.487-12.4361A3.9945,3.9945,0,0,0,30,6ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,10a2,2,0,1,1,2,2A2.0023,2.0023,0,0,1,4,10ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm12.1421-3H9.8579A3.9942,3.9942,0,0,0,7,22.1421V13.8579a3.9871,3.9871,0,0,0,2.9773-3.6338L22.4136,7.7373a4.0053,4.0053,0,0,0,1.8493,1.8491l-2.487,12.4361A3.9874,3.9874,0,0,0,18.1421,25ZM22,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,22,28Z"
2387
- })), children);
2388
- });
2389
- if (process.env.NODE_ENV !== "production") {
2390
- AreaCustom.propTypes = iconPropTypes4cbeb95d.i;
2391
- }
2392
- const ArithmeticMean = /*#__PURE__*/React.forwardRef(function ArithmeticMean(_ref103, ref) {
2393
- let {
2394
- children,
2395
- size = 16,
2396
- ...rest
2397
- } = _ref103;
2398
- return /*#__PURE__*/React.createElement(Icon.default, {
2399
- width: size,
2400
- height: size,
2401
- ref: ref,
2402
- xmlns: "http://www.w3.org/2000/svg",
2403
- viewBox: "0 0 32 32",
2404
- fill: "currentColor",
2405
- ...rest
2406
- }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2407
- d: "M24 9L22 9 16 17.5713 10 9 8 9 15 19 8 29 10 29 16 20.4287 22 29 24 29 17 19 24 9zM8 3H24V5H8z"
2408
- })), children);
2409
- });
2410
- if (process.env.NODE_ENV !== "production") {
2411
- ArithmeticMean.propTypes = iconPropTypes4cbeb95d.i;
2412
- }
2413
- const ArithmeticMedian = /*#__PURE__*/React.forwardRef(function ArithmeticMedian(_ref104, ref) {
2414
- let {
2415
- children,
2416
- size = 16,
2417
- ...rest
2418
- } = _ref104;
2419
- return /*#__PURE__*/React.createElement(Icon.default, {
2420
- width: size,
2421
- height: size,
2422
- ref: ref,
2423
- xmlns: "http://www.w3.org/2000/svg",
2424
- viewBox: "0 0 32 32",
2425
- fill: "currentColor",
2426
- ...rest
2427
- }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2428
- d: "M24 9L22 9 16 17.5713 10 9 8 9 15 19 8 29 10 29 16 20.4287 22 29 24 29 17 19 24 9zM20 7c-1.7771 0-3.2314-.8726-4.5144-1.6425-1.1636-.6981-2.2627-1.3575-3.4856-1.3575-1.3977 0-2.449.8629-3.2927 1.707l-1.4146-1.4141c1.0674-1.0675 2.5669-2.293 4.7073-2.293 1.7771 0 3.2314.8726 4.5144 1.6425 1.1636.6981 2.2627 1.3575 3.4856 1.3575 1.3975 0 2.4487-.8629 3.293-1.7072l1.4141 1.4143c-1.0674 1.0675-2.5671 2.2928-4.707 2.2928z"
2429
- })), children);
2430
- });
2431
- if (process.env.NODE_ENV !== "production") {
2432
- ArithmeticMedian.propTypes = iconPropTypes4cbeb95d.i;
2433
- }
2434
- const Arrange = /*#__PURE__*/React.forwardRef(function Arrange(_ref105, ref) {
2435
- let {
2436
- children,
2437
- size = 16,
2438
- ...rest
2439
- } = _ref105;
2440
- return /*#__PURE__*/React.createElement(Icon.default, {
2441
- width: size,
2442
- height: size,
2443
- ref: ref,
2444
- xmlns: "http://www.w3.org/2000/svg",
2445
- viewBox: "0 0 32 32",
2446
- fill: "currentColor",
2447
- ...rest
2448
- }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2449
- d: "M30,29H2v-2h28v2ZM27,19H5v2h22v-2ZM24,11H8v2h16v-2ZM21,3h-10v2h10v-2Z"
2450
- })), children);
2451
- });
2452
- if (process.env.NODE_ENV !== "production") {
2453
- Arrange.propTypes = iconPropTypes4cbeb95d.i;
2454
- }
2455
- const ArrangeHorizontal = /*#__PURE__*/React.forwardRef(function ArrangeHorizontal(_ref106, ref) {
2456
- let {
2457
- children,
2458
- size = 16,
2459
- ...rest
2460
- } = _ref106;
2461
- return /*#__PURE__*/React.createElement(Icon.default, {
2462
- width: size,
2463
- height: size,
2464
- ref: ref,
2465
- xmlns: "http://www.w3.org/2000/svg",
2466
- viewBox: "0 0 32 32",
2467
- fill: "currentColor",
2468
- ...rest
2469
- }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2470
- strokeWidth: "0",
2471
- d: "M2 3H30V5H2zM13 21H5c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM5 13v6h8v-6H5zM27 21h-8c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zm-8-8v6h8v-6h-8zM2 27H30V29H2z"
2472
- })), children);
2473
- });
2474
- if (process.env.NODE_ENV !== "production") {
2475
- ArrangeHorizontal.propTypes = iconPropTypes4cbeb95d.i;
2476
- }
2477
- const ArrangeVertical = /*#__PURE__*/React.forwardRef(function ArrangeVertical(_ref107, ref) {
2478
- let {
2479
- children,
2480
- size = 16,
2481
- ...rest
2482
- } = _ref107;
2483
- return /*#__PURE__*/React.createElement(Icon.default, {
2484
- width: size,
2485
- height: size,
2486
- ref: ref,
2487
- xmlns: "http://www.w3.org/2000/svg",
2488
- viewBox: "0 0 32 32",
2489
- fill: "currentColor",
2490
- ...rest
2491
- }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2492
- strokeWidth: "0",
2493
- d: "M27 2H29V30H27zM20 15h-8c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM12 7v6h8v-6h-8zM12 17h8c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2h-8c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2zm8 8v-6h-8v6h8zM3 2H5V30H3z"
2494
- })), children);
2495
- });
2496
- if (process.env.NODE_ENV !== "production") {
2497
- ArrangeVertical.propTypes = iconPropTypes4cbeb95d.i;
2498
- }
2499
- const Array = /*#__PURE__*/React.forwardRef(function Array(_ref108, ref) {
2500
- let {
2501
- children,
2502
- size = 16,
2503
- ...rest
2504
- } = _ref108;
2505
- return /*#__PURE__*/React.createElement(Icon.default, {
2506
- width: size,
2507
- height: size,
2508
- ref: ref,
2509
- xmlns: "http://www.w3.org/2000/svg",
2510
- viewBox: "0 0 32 32",
2511
- fill: "currentColor",
2512
- ...rest
2513
- }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2514
- d: "M4,5v22c0,1.1.9,2,2,2h4v-2h-4V5h4v-2h-4c-1.1,0-2,.9-2,2ZM26,3h-4v2h4v22h-4v2h4c1.1,0,2-.9,2-2V5c0-1.1-.9-2-2-2Z"
2515
- })), children);
2516
- });
2517
- if (process.env.NODE_ENV !== "production") {
2518
- Array.propTypes = iconPropTypes4cbeb95d.i;
2519
- }
2520
- const ArrayBooleans = /*#__PURE__*/React.forwardRef(function ArrayBooleans(_ref109, ref) {
2521
- let {
2522
- children,
2523
- size = 16,
2524
- ...rest
2525
- } = _ref109;
2526
- return /*#__PURE__*/React.createElement(Icon.default, {
2527
- width: size,
2528
- height: size,
2529
- ref: ref,
2530
- xmlns: "http://www.w3.org/2000/svg",
2531
- viewBox: "0 0 32 32",
2532
- fill: "currentColor",
2533
- ...rest
2534
- }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2535
- d: "M4,2h4v2h-4v4h-2v-4c0-1.1046.8954-2,2-2ZM28,2h-4v2h4v4h2v-4c0-1.1046-.8954-2-2-2ZM4,28v-4h-2v4c0,1.1046.8954,2,2,2h4v-2h-4ZM28,24v4h-4v2h4c1.1046,0,2-.8954,2-2v-4h-2ZM16,16c0-3.3137-2.6863-6-6-6s-6,2.6863-6,6,2.6863,6,6,6,6-2.6863,6-6ZM22,12c-2.2056,0-4,1.7944-4,4s1.7944,4,4,4,4-1.7944,4-4-1.7944-4-4-4M22,10c3.3137,0,6,2.6863,6,6s-2.6863,6-6,6-6-2.6863-6-6,2.6863-6,6-6h0Z"
2536
- })), children);
2537
- });
2538
- if (process.env.NODE_ENV !== "production") {
2539
- ArrayBooleans.propTypes = iconPropTypes4cbeb95d.i;
2540
- }
2541
- const ArrayDates = /*#__PURE__*/React.forwardRef(function ArrayDates(_ref110, ref) {
2542
- let {
2543
- children,
2544
- size = 16,
2545
- ...rest
2546
- } = _ref110;
2547
- return /*#__PURE__*/React.createElement(Icon.default, {
2548
- width: size,
2549
- height: size,
2550
- ref: ref,
2551
- xmlns: "http://www.w3.org/2000/svg",
2552
- viewBox: "0 0 32 32",
2553
- fill: "currentColor",
2554
- ...rest
2555
- }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2556
- d: "M23,8h-2v-2h-2v2h-6v-2h-2v2h-2c-1.1047,0-2,.8953-2,2v12c0,1.1047.8953,2,2,2h14c1.1047,0,2-.8953,2-2v-12c0-1.1047-.8953-2-2-2ZM9,22v-7h14v7h-14ZM22.9999,13h-13.9999v-3h2v1h2v-1h6v1h2v-1h2v3ZM4,2h4v2h-4v4h-2v-4c0-1.1046.8954-2,2-2ZM30,4v4h-2v-4h-4v-2h4c1.1046,0,2,.8954,2,2ZM8,28v2h-4c-1.1046,0-2-.8954-2-2v-4h2v4h4ZM30,24v4c0,1.1046-.8954,2-2,2h-4v-2h4v-4h2Z"
2557
- })), children);
2558
- });
2559
- if (process.env.NODE_ENV !== "production") {
2560
- ArrayDates.propTypes = iconPropTypes4cbeb95d.i;
2561
- }
2562
- const ArrayNumbers = /*#__PURE__*/React.forwardRef(function ArrayNumbers(_ref111, ref) {
2563
- let {
2564
- children,
2565
- size = 16,
2566
- ...rest
2567
- } = _ref111;
2568
- return /*#__PURE__*/React.createElement(Icon.default, {
2569
- width: size,
2570
- height: size,
2571
- ref: ref,
2572
- xmlns: "http://www.w3.org/2000/svg",
2573
- viewBox: "0 0 32 32",
2574
- fill: "currentColor",
2575
- ...rest
2576
- }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2577
- d: "M11,19v2h-6v-2h2v-5h-2v-2h2v-1h2v8h2ZM19,19h-4v-2h2c1.1025,0,2-.897,2-2v-2c0-1.103-.8975-2-2-2h-4v2h4v2h-2c-1.103,0-2,.897-2,2v4h6v-2ZM25,11h-4v2h4v2h-3v2h3v2h-4v2h4c1.1025,0,2-.8975,2-2v-6c0-1.103-.8975-2-2-2ZM2,4v4h2v-4h4v-2h-4c-1.1046,0-2,.8954-2,2ZM28,2h-4v2h4v4h2v-4c0-1.1046-.8954-2-2-2ZM4,28v-4h-2v4c0,1.1046.8954,2,2,2h4v-2h-4ZM28,24v4h-4v2h4c1.1046,0,2-.8954,2-2v-4h-2Z"
2578
- })), children);
2579
- });
2580
- if (process.env.NODE_ENV !== "production") {
2581
- ArrayNumbers.propTypes = iconPropTypes4cbeb95d.i;
2582
- }
2583
- const ArrayObjects = /*#__PURE__*/React.forwardRef(function ArrayObjects(_ref112, ref) {
2584
- let {
2585
- children,
2586
- size = 16,
2587
- ...rest
2588
- } = _ref112;
2589
- return /*#__PURE__*/React.createElement(Icon.default, {
2590
- width: size,
2591
- height: size,
2592
- ref: ref,
2593
- xmlns: "http://www.w3.org/2000/svg",
2594
- viewBox: "0 0 32 32",
2595
- fill: "currentColor",
2596
- ...rest
2597
- }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2598
- d: "M10,7h3v2h-3v4c0,1.2002-.5425,2.2661-1.3823,3,.8398.7339,1.3823,1.7998,1.3823,3v4h3v2h-3c-1.103,0-2-.8975-2-2v-4c0-1.1025-.897-2-2-2v-2c1.103,0,2-.8975,2-2v-4c0-1.1025.897-2,2-2ZM24,13v-4c0-1.1025-.897-2-2-2h-3v2h3v4c0,1.2002.5425,2.2661,1.3823,3-.8398.7339-1.3823,1.7998-1.3823,3v4h-3v2h3c1.103,0,2-.8975,2-2v-4c0-1.1025.897-2,2-2v-2c-1.103,0-2-.8975-2-2ZM2,4v4h2v-4h4v-2h-4c-1.1046,0-2,.8954-2,2ZM28,2h-4v2h4v4h2v-4c0-1.1046-.8954-2-2-2ZM4,28v-4h-2v4c0,1.1046.8954,2,2,2h4v-2h-4ZM28,24v4h-4v2h4c1.1046,0,2-.8954,2-2v-4h-2Z"
2599
- })), children);
2600
- });
2601
- if (process.env.NODE_ENV !== "production") {
2602
- ArrayObjects.propTypes = iconPropTypes4cbeb95d.i;
2603
- }
2604
- const ArrayStrings = /*#__PURE__*/React.forwardRef(function ArrayStrings(_ref113, ref) {
2605
- let {
2606
- children,
2607
- size = 16,
2608
- ...rest
2609
- } = _ref113;
2610
- return /*#__PURE__*/React.createElement(Icon.default, {
2611
- width: size,
2612
- height: size,
2613
- ref: ref,
2614
- xmlns: "http://www.w3.org/2000/svg",
2615
- viewBox: "0 0 32 32",
2616
- fill: "currentColor",
2617
- ...rest
2618
- }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2619
- d: "M4,28h4v2h-4c-1.1046,0-2-.8954-2-2v-4h2v4ZM11,13v8h-5c-1.1046,0-2-.8954-2-2v-2c0-1.1046.8954-2,2-2h3v-2h-4v-2h4c1.1025,0,2,.897,2,2ZM9,17h-3v2h3v-2ZM4,4h4v-2h-4c-1.1046,0-2,.8954-2,2v4h2v-4ZM28,2h-4v2h4v4h2v-4c0-1.1046-.8954-2-2-2ZM28,28h-4v2h4c1.1046,0,2-.8954,2-2v-4h-2v4ZM28,21v-2h-4v-6h4v-2h-4c-1.1025,0-2,.897-2,2v6c0,1.1025.8975,2,2,2h4ZM20,13v6c0,1.1025-.8975,2-2,2h-5v-13h2v3h3c1.1025,0,2,.897,2,2ZM18,13h-3v6h3v-6Z"
2620
- })), children);
2621
- });
2622
- if (process.env.NODE_ENV !== "production") {
2623
- ArrayStrings.propTypes = iconPropTypes4cbeb95d.i;
2624
- }
2625
- const Arrival = /*#__PURE__*/React.forwardRef(function Arrival(_ref114, ref) {
2626
- let {
2627
- children,
2628
- size = 16,
2629
- ...rest
2630
- } = _ref114;
2631
- return /*#__PURE__*/React.createElement(Icon.default, {
2632
- width: size,
2633
- height: size,
2634
- ref: ref,
2635
- xmlns: "http://www.w3.org/2000/svg",
2636
- viewBox: "0 0 32 32",
2637
- fill: "currentColor",
2638
- ...rest
2639
- }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2640
- d: "M2 28H30V30H2zM17.21 5.23l1.39.38 1 11.29 5.87 1.57A2 2 0 0127 20.62a1.88 1.88 0 01-1.37 1.52 2 2 0 01-1 0l-18.7-5a1.89 1.89 0 01-1.33-2.3L6.35 8.34l1.44.38L8.4 13.9l6 1.62L17.21 5.23m-1-2.2a1 1 0 00-.68.69L13 13.07l-2.81-.75L9.69 7.79A1 1 0 009 7L5.87 6.14a.94.94 0 00-.5 0 1 1 0 00-.68.68l-2 7.49a3.87 3.87 0 002.74 4.74l18.71 5A3.87 3.87 0 0029 21a4 4 0 00-3-4.42l-4.52-1.21L20.53 4.71a1 1 0 00-.72-.85L16.73 3a1.06 1.06 0 00-.5 0z"
2641
- })), children);
2642
- });
2643
- if (process.env.NODE_ENV !== "production") {
2644
- Arrival.propTypes = iconPropTypes4cbeb95d.i;
2645
- }
2646
- const WatsonHealthArrowAnnotation = /*#__PURE__*/React.forwardRef(function WatsonHealthArrowAnnotation(_ref115, ref) {
2647
- let {
2648
- children,
2649
- size = 16,
2650
- ...rest
2651
- } = _ref115;
2652
- return /*#__PURE__*/React.createElement(Icon.default, {
2653
- width: size,
2654
- height: size,
2655
- ref: ref,
2656
- xmlns: "http://www.w3.org/2000/svg",
2657
- viewBox: "0 0 32 32",
2658
- fill: "currentColor",
2659
- ...rest
2660
- }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2661
- d: "M13.71 12.29L7.42 6 14 6 14 4 4 4 4 13.99 6 14.01 6 7.41 12.29 13.7 13.71 12.29zM28 10H18v2H28V28H12V18H10V28a2 2 0 002 2H28a2 2 0 002-2V12A2 2 0 0028 10z"
2662
- })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2663
- d: "M19 25L21 25 21 18 24 18 24 16 16 16 16 18 19 18 19 25z"
2664
- })), children);
2665
- });
2666
- if (process.env.NODE_ENV !== "production") {
2667
- WatsonHealthArrowAnnotation.propTypes = iconPropTypes4cbeb95d.i;
2668
- }
2669
- const ArrowDown = /*#__PURE__*/React.forwardRef(function ArrowDown(_ref116, ref) {
2670
- let {
2671
- children,
2672
- size = 16,
2673
- ...rest
2674
- } = _ref116;
2675
- if (size === 16 || size === "16" || size === "16px") {
2676
- return /*#__PURE__*/React.createElement(Icon.default, {
2677
- width: size,
2678
- height: size,
2679
- ref: ref,
2680
- xmlns: "http://www.w3.org/2000/svg",
2681
- viewBox: "0 0 16 16",
2682
- fill: "currentColor",
2683
- ...rest
2684
- }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2685
- d: "M12.3 9.3L8.5 13.1 8.5 1 7.5 1 7.5 13.1 3.7 9.3 3 10 8 15 13 10z"
2686
- })), children);
2687
- }
2688
- return /*#__PURE__*/React.createElement(Icon.default, {
2689
- width: size,
2690
- height: size,
2691
- ref: ref,
2692
- xmlns: "http://www.w3.org/2000/svg",
2693
- viewBox: "0 0 32 32",
2694
- fill: "currentColor",
2695
- ...rest
2696
- }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2697
- d: "M24.59 16.59L17 24.17 17 4 15 4 15 24.17 7.41 16.59 6 18 16 28 26 18 24.59 16.59z"
2698
- })), children);
2699
- });
2700
- if (process.env.NODE_ENV !== "production") {
2701
- ArrowDown.propTypes = iconPropTypes4cbeb95d.i;
2702
- }
2703
- const ArrowDownLeft = /*#__PURE__*/React.forwardRef(function ArrowDownLeft(_ref117, ref) {
2704
- let {
2705
- children,
2706
- size = 16,
2707
- ...rest
2708
- } = _ref117;
2709
- return /*#__PURE__*/React.createElement(Icon.default, {
2710
- width: size,
2711
- height: size,
2712
- ref: ref,
2713
- xmlns: "http://www.w3.org/2000/svg",
2714
- viewBox: "0 0 32 32",
2715
- fill: "currentColor",
2716
- ...rest
2717
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2718
- d: "M22 26L22 24 9.41 24 26 7.41 24.59 6 8 22.59 8 10 6 10 6 26 22 26z"
2719
- })), children);
2720
- });
2721
- if (process.env.NODE_ENV !== "production") {
2722
- ArrowDownLeft.propTypes = iconPropTypes4cbeb95d.i;
2723
- }
2724
- const ArrowDownRight = /*#__PURE__*/React.forwardRef(function ArrowDownRight(_ref118, ref) {
2725
- let {
2726
- children,
2727
- size = 16,
2728
- ...rest
2729
- } = _ref118;
2730
- return /*#__PURE__*/React.createElement(Icon.default, {
2731
- width: size,
2732
- height: size,
2733
- ref: ref,
2734
- xmlns: "http://www.w3.org/2000/svg",
2735
- viewBox: "0 0 32 32",
2736
- fill: "currentColor",
2737
- ...rest
2738
- }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2739
- d: "M10 26L10 24 22.59 24 6 7.41 7.41 6 24 22.59 24 10 26 10 26 26 10 26z"
2740
- })), children);
2741
- });
2742
- if (process.env.NODE_ENV !== "production") {
2743
- ArrowDownRight.propTypes = iconPropTypes4cbeb95d.i;
2744
- }
2745
- const ArrowLeft = /*#__PURE__*/React.forwardRef(function ArrowLeft(_ref119, ref) {
2746
- let {
2747
- children,
2748
- size = 16,
2749
- ...rest
2750
- } = _ref119;
2751
- if (size === 16 || size === "16" || size === "16px") {
2752
- return /*#__PURE__*/React.createElement(Icon.default, {
2753
- width: size,
2754
- height: size,
2755
- ref: ref,
2756
- xmlns: "http://www.w3.org/2000/svg",
2757
- viewBox: "0 0 16 16",
2758
- fill: "currentColor",
2759
- ...rest
2760
- }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2761
- d: "M6.7 12.3L2.9 8.5 15 8.5 15 7.5 2.9 7.5 6.7 3.7 6 3 1 8 6 13z"
2762
- })), children);
2763
- }
2764
- return /*#__PURE__*/React.createElement(Icon.default, {
2765
- width: size,
2766
- height: size,
2767
- ref: ref,
2768
- xmlns: "http://www.w3.org/2000/svg",
2769
- viewBox: "0 0 32 32",
2770
- fill: "currentColor",
2771
- ...rest
2772
- }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2773
- d: "M14 26L15.41 24.59 7.83 17 28 17 28 15 7.83 15 15.41 7.41 14 6 4 16 14 26z"
2774
- })), children);
2775
- });
2776
- if (process.env.NODE_ENV !== "production") {
2777
- ArrowLeft.propTypes = iconPropTypes4cbeb95d.i;
2778
- }
2779
- const ArrowRight = /*#__PURE__*/React.forwardRef(function ArrowRight(_ref120, ref) {
2780
- let {
2781
- children,
2782
- size = 16,
2783
- ...rest
2784
- } = _ref120;
2785
- if (size === 16 || size === "16" || size === "16px") {
2786
- return /*#__PURE__*/React.createElement(Icon.default, {
2787
- width: size,
2788
- height: size,
2789
- ref: ref,
2790
- xmlns: "http://www.w3.org/2000/svg",
2791
- viewBox: "0 0 16 16",
2792
- fill: "currentColor",
2793
- ...rest
2794
- }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2795
- d: "M9.3 3.7L13.1 7.5 1 7.5 1 8.5 13.1 8.5 9.3 12.3 10 13 15 8 10 3z"
2796
- })), children);
2797
- }
2798
- if (size === 20 || size === "20" || size === "20px") {
2799
- return /*#__PURE__*/React.createElement(Icon.default, {
2800
- width: size,
2801
- height: size,
2802
- ref: ref,
2803
- xmlns: "http://www.w3.org/2000/svg",
2804
- viewBox: "0 0 20 20",
2805
- fill: "currentColor",
2806
- ...rest
2807
- }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2808
- d: "M11.8 2.8L10.8 3.8 16.2 9.3 1 9.3 1 10.7 16.2 10.7 10.8 16.2 11.8 17.2 19 10z"
2809
- })), children);
2810
- }
2811
- if (size === 24 || size === "24" || size === "24px") {
2812
- return /*#__PURE__*/React.createElement(Icon.default, {
2813
- width: size,
2814
- height: size,
2815
- ref: ref,
2816
- xmlns: "http://www.w3.org/2000/svg",
2817
- viewBox: "0 0 24 24",
2818
- fill: "currentColor",
2819
- ...rest
2820
- }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2821
- d: "M14 4L12.9 5.1 18.9 11.2 2 11.2 2 12.8 18.9 12.8 12.9 18.9 14 20 22 12z"
2822
- })), children);
2823
- }
2824
- return /*#__PURE__*/React.createElement(Icon.default, {
2825
- width: size,
2826
- height: size,
2827
- ref: ref,
2828
- xmlns: "http://www.w3.org/2000/svg",
2829
- viewBox: "0 0 32 32",
2830
- fill: "currentColor",
2831
- ...rest
2832
- }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2833
- d: "M18 6L16.57 7.393 24.15 15 4 15 4 17 24.15 17 16.57 24.573 18 26 28 16 18 6z"
2834
- })), children);
2835
- });
2836
- if (process.env.NODE_ENV !== "production") {
2837
- ArrowRight.propTypes = iconPropTypes4cbeb95d.i;
2838
- }
2839
- const ArrowUp = /*#__PURE__*/React.forwardRef(function ArrowUp(_ref121, ref) {
2840
- let {
2841
- children,
2842
- size = 16,
2843
- ...rest
2844
- } = _ref121;
2845
- if (size === 16 || size === "16" || size === "16px") {
2846
- return /*#__PURE__*/React.createElement(Icon.default, {
2847
- width: size,
2848
- height: size,
2849
- ref: ref,
2850
- xmlns: "http://www.w3.org/2000/svg",
2851
- viewBox: "0 0 16 16",
2852
- fill: "currentColor",
2853
- ...rest
2854
- }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2855
- d: "M3.7 6.7L7.5 2.9 7.5 15 8.5 15 8.5 2.9 12.3 6.7 13 6 8 1 3 6z"
2856
- })), children);
2857
- }
2858
- return /*#__PURE__*/React.createElement(Icon.default, {
2859
- width: size,
2860
- height: size,
2861
- ref: ref,
2862
- xmlns: "http://www.w3.org/2000/svg",
2863
- viewBox: "0 0 32 32",
2864
- fill: "currentColor",
2865
- ...rest
2866
- }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2867
- d: "M16 4L6 14 7.41 15.41 15 7.83 15 28 17 28 17 7.83 24.59 15.41 26 14 16 4z"
2868
- })), children);
2869
- });
2870
- if (process.env.NODE_ENV !== "production") {
2871
- ArrowUp.propTypes = iconPropTypes4cbeb95d.i;
2872
- }
2873
- const ArrowUpLeft = /*#__PURE__*/React.forwardRef(function ArrowUpLeft(_ref122, ref) {
2874
- let {
2875
- children,
2876
- size = 16,
2877
- ...rest
2878
- } = _ref122;
2879
- return /*#__PURE__*/React.createElement(Icon.default, {
2880
- width: size,
2881
- height: size,
2882
- ref: ref,
2883
- xmlns: "http://www.w3.org/2000/svg",
2884
- viewBox: "0 0 32 32",
2885
- fill: "currentColor",
2886
- ...rest
2887
- }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2888
- d: "M22 6L22 8 9.41 8 26 24.59 24.59 26 8 9.41 8 22 6 22 6 6 22 6z"
2889
- })), children);
2890
- });
2891
- if (process.env.NODE_ENV !== "production") {
2892
- ArrowUpLeft.propTypes = iconPropTypes4cbeb95d.i;
2893
- }
2894
- const ArrowUpRight = /*#__PURE__*/React.forwardRef(function ArrowUpRight(_ref123, ref) {
2895
- let {
2896
- children,
2897
- size = 16,
2898
- ...rest
2899
- } = _ref123;
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
- }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2909
- d: "M10 6L10 8 22.59 8 6 24.59 7.41 26 24 9.41 24 22 26 22 26 6 10 6z"
2910
- })), children);
2911
- });
2912
- if (process.env.NODE_ENV !== "production") {
2913
- ArrowUpRight.propTypes = iconPropTypes4cbeb95d.i;
2914
- }
2915
- const ArrowShiftDown = /*#__PURE__*/React.forwardRef(function ArrowShiftDown(_ref124, ref) {
2916
- let {
2917
- children,
2918
- size = 16,
2919
- ...rest
2920
- } = _ref124;
2921
- return /*#__PURE__*/React.createElement(Icon.default, {
2922
- width: size,
2923
- height: size,
2924
- ref: ref,
2925
- xmlns: "http://www.w3.org/2000/svg",
2926
- viewBox: "0 0 32 32",
2927
- fill: "currentColor",
2928
- ...rest
2929
- }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2930
- d: "M23,6V16h5a1,1,0,0,1,.707,1.707l-12,12a.9994.9994,0,0,1-1.414,0l-12-12A1,1,0,0,1,4,16H9V6a2.0023,2.0023,0,0,1,2-2H21A2.0027,2.0027,0,0,1,23,6ZM16,27.5859,25.5859,18H21V6H11V18H6.4141Z"
2931
- })), children);
2932
- });
2933
- if (process.env.NODE_ENV !== "production") {
2934
- ArrowShiftDown.propTypes = iconPropTypes4cbeb95d.i;
2935
- }
2936
- const ArrowsHorizontal = /*#__PURE__*/React.forwardRef(function ArrowsHorizontal(_ref125, ref) {
2937
- let {
2938
- children,
2939
- size = 16,
2940
- ...rest
2941
- } = _ref125;
2942
- return /*#__PURE__*/React.createElement(Icon.default, {
2943
- width: size,
2944
- height: size,
2945
- ref: ref,
2946
- xmlns: "http://www.w3.org/2000/svg",
2947
- viewBox: "0 0 32 32",
2948
- fill: "currentColor",
2949
- ...rest
2950
- }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2951
- d: "M11.41 26.59L7.83 23 28 23 28 21 7.83 21 11.41 17.41 10 16 4 22 10 28 11.41 26.59zM28 10L22 4 20.59 5.41 24.17 9 4 9 4 11 24.17 11 20.59 14.59 22 16 28 10z"
2952
- })), children);
2953
- });
2954
- if (process.env.NODE_ENV !== "production") {
2955
- ArrowsHorizontal.propTypes = iconPropTypes4cbeb95d.i;
2956
- }
2957
-
2958
- exports.AcceptActionUsage = AcceptActionUsage;
2959
- exports.Accessibility = Accessibility;
2960
- exports.AccessibilityAlt = AccessibilityAlt;
2961
- exports.AccessibilityColor = AccessibilityColor;
2962
- exports.AccessibilityColorFilled = AccessibilityColorFilled;
2963
- exports.Account = Account;
2964
- exports.AccumulationIce = AccumulationIce;
2965
- exports.AccumulationPrecipitation = AccumulationPrecipitation;
2966
- exports.AccumulationRain = AccumulationRain;
2967
- exports.AccumulationSnow = AccumulationSnow;
2968
- exports.ActionDefinition = ActionDefinition;
2969
- exports.ActionUsage = ActionUsage;
2970
- exports.Activity = Activity;
2971
- exports.Add = Add;
2972
- exports.AddAlt = AddAlt;
2973
- exports.AddComment = AddComment;
2974
- exports.AddFilled = AddFilled;
2975
- exports.AddLarge = AddLarge;
2976
- exports.AgricultureAnalytics = AgricultureAnalytics;
2977
- exports.Ai = Ai;
2978
- exports.AiBusinessImpactAssessment = AiBusinessImpactAssessment;
2979
- exports.AiFinancialSustainabilityCheck = AiFinancialSustainabilityCheck;
2980
- exports.AiGenerate = AiGenerate;
2981
- exports.AiGovernanceLifecycle = AiGovernanceLifecycle;
2982
- exports.AiGovernanceTracked = AiGovernanceTracked;
2983
- exports.AiGovernanceUntracked = AiGovernanceUntracked;
2984
- exports.AiLabel = AiLabel;
2985
- exports.AiLaunch = AiLaunch;
2986
- exports.AiRecommend = AiRecommend;
2987
- exports.AirlineDigitalGate = AirlineDigitalGate;
2988
- exports.AirlineManageGates = AirlineManageGates;
2989
- exports.AirlinePassengerCare = AirlinePassengerCare;
2990
- exports.AirlineRapidBoard = AirlineRapidBoard;
2991
- exports.Airplay = Airplay;
2992
- exports.AirplayFilled = AirplayFilled;
2993
- exports.AirportLocation = AirportLocation;
2994
- exports.Airport_01 = Airport_01;
2995
- exports.Airport_02 = Airport_02;
2996
- exports.Alarm = Alarm;
2997
- exports.AlarmAdd = AlarmAdd;
2998
- exports.AlarmSubtract = AlarmSubtract;
2999
- exports.AlignBoxBottomCenter = AlignBoxBottomCenter;
3000
- exports.AlignBoxBottomLeft = AlignBoxBottomLeft;
3001
- exports.AlignBoxBottomRight = AlignBoxBottomRight;
3002
- exports.AlignBoxMiddleCenter = AlignBoxMiddleCenter;
3003
- exports.AlignBoxMiddleLeft = AlignBoxMiddleLeft;
3004
- exports.AlignBoxMiddleRight = AlignBoxMiddleRight;
3005
- exports.AlignBoxTopCenter = AlignBoxTopCenter;
3006
- exports.AlignBoxTopLeft = AlignBoxTopLeft;
3007
- exports.AlignBoxTopRight = AlignBoxTopRight;
3008
- exports.AlignHorizontalCenter = AlignHorizontalCenter;
3009
- exports.AlignHorizontalLeft = AlignHorizontalLeft;
3010
- exports.AlignHorizontalRight = AlignHorizontalRight;
3011
- exports.AlignVerticalBottom = AlignVerticalBottom;
3012
- exports.AlignVerticalCenter = AlignVerticalCenter;
3013
- exports.AlignVerticalTop = AlignVerticalTop;
3014
- exports.Analytics = Analytics;
3015
- exports.AnalyticsCustom = AnalyticsCustom;
3016
- exports.AnalyticsReference = AnalyticsReference;
3017
- exports.Anchor = Anchor;
3018
- exports.Aperture = Aperture;
3019
- exports.Api = Api;
3020
- exports.ApiKey = ApiKey;
3021
- exports.Api_1 = Api_1;
3022
- exports.App = App;
3023
- exports.AppConnectivity = AppConnectivity;
3024
- exports.Apple = Apple;
3025
- exports.AppleDash = AppleDash;
3026
- exports.Application = Application;
3027
- exports.ApplicationMobile = ApplicationMobile;
3028
- exports.ApplicationVirtual = ApplicationVirtual;
3029
- exports.ApplicationWeb = ApplicationWeb;
3030
- exports.Apps = Apps;
3031
- exports.Archive = Archive;
3032
- exports.Area = Area;
3033
- exports.AreaCustom = AreaCustom;
3034
- exports.ArithmeticMean = ArithmeticMean;
3035
- exports.ArithmeticMedian = ArithmeticMedian;
3036
- exports.Arrange = Arrange;
3037
- exports.ArrangeHorizontal = ArrangeHorizontal;
3038
- exports.ArrangeVertical = ArrangeVertical;
3039
- exports.Array = Array;
3040
- exports.ArrayBooleans = ArrayBooleans;
3041
- exports.ArrayDates = ArrayDates;
3042
- exports.ArrayNumbers = ArrayNumbers;
3043
- exports.ArrayObjects = ArrayObjects;
3044
- exports.ArrayStrings = ArrayStrings;
3045
- exports.Arrival = Arrival;
3046
- exports.ArrowDown = ArrowDown;
3047
- exports.ArrowDownLeft = ArrowDownLeft;
3048
- exports.ArrowDownRight = ArrowDownRight;
3049
- exports.ArrowLeft = ArrowLeft;
3050
- exports.ArrowRight = ArrowRight;
3051
- exports.ArrowShiftDown = ArrowShiftDown;
3052
- exports.ArrowUp = ArrowUp;
3053
- exports.ArrowUpLeft = ArrowUpLeft;
3054
- exports.ArrowUpRight = ArrowUpRight;
3055
- exports.ArrowsHorizontal = ArrowsHorizontal;
3056
- exports.WatsonHealth3DCursor = WatsonHealth3DCursor;
3057
- exports.WatsonHealth3DCursorAlt = WatsonHealth3DCursorAlt;
3058
- exports.WatsonHealth3DCurveAutoColon = WatsonHealth3DCurveAutoColon;
3059
- exports.WatsonHealth3DCurveAutoVessels = WatsonHealth3DCurveAutoVessels;
3060
- exports.WatsonHealth3DCurveManual = WatsonHealth3DCurveManual;
3061
- exports.WatsonHealth3DICa = WatsonHealth3DICa;
3062
- exports.WatsonHealth3DMprToggle = WatsonHealth3DMprToggle;
3063
- exports.WatsonHealth3DPrintMesh = WatsonHealth3DPrintMesh;
3064
- exports.WatsonHealth3DSoftware = WatsonHealth3DSoftware;
3065
- exports.WatsonHealth3rdPartyConnected = WatsonHealth3rdPartyConnected;
3066
- exports.WatsonHealthAiResults = WatsonHealthAiResults;
3067
- exports.WatsonHealthAiResultsHigh = WatsonHealthAiResultsHigh;
3068
- exports.WatsonHealthAiResultsLow = WatsonHealthAiResultsLow;
3069
- exports.WatsonHealthAiResultsMedium = WatsonHealthAiResultsMedium;
3070
- exports.WatsonHealthAiResultsUrgent = WatsonHealthAiResultsUrgent;
3071
- exports.WatsonHealthAiResultsVeryHigh = WatsonHealthAiResultsVeryHigh;
3072
- exports.WatsonHealthAiStatus = WatsonHealthAiStatus;
3073
- exports.WatsonHealthAiStatusComplete = WatsonHealthAiStatusComplete;
3074
- exports.WatsonHealthAiStatusFailed = WatsonHealthAiStatusFailed;
3075
- exports.WatsonHealthAiStatusInProgress = WatsonHealthAiStatusInProgress;
3076
- exports.WatsonHealthAiStatusQueued = WatsonHealthAiStatusQueued;
3077
- exports.WatsonHealthAiStatusRejected = WatsonHealthAiStatusRejected;
3078
- exports.WatsonHealthAngle = WatsonHealthAngle;
3079
- exports.WatsonHealthAnnotationVisibility = WatsonHealthAnnotationVisibility;
3080
- exports.WatsonHealthArrowAnnotation = WatsonHealthArrowAnnotation;
3081
- exports._4K = _4K;
3082
- exports._4KFilled = _4KFilled;