@carbon-labs/react-animated-header 0.18.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,2956 +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
- import React from 'react';
9
- import Icon from '../Icon.js';
10
- import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
11
- import 'prop-types';
12
-
13
- 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;
14
- const didWarnAboutDeprecation = {};
15
- const WatsonHealth3DCursor = /*#__PURE__*/React.forwardRef(function WatsonHealth3DCursor(_ref, ref) {
16
- let {
17
- children,
18
- size = 16,
19
- ...rest
20
- } = _ref;
21
- return /*#__PURE__*/React.createElement(Icon, {
22
- width: size,
23
- height: size,
24
- ref: ref,
25
- xmlns: "http://www.w3.org/2000/svg",
26
- viewBox: "0 0 32 32",
27
- fill: "currentColor",
28
- ...rest
29
- }, _path || (_path = /*#__PURE__*/React.createElement("path", {
30
- 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"
31
- })), children);
32
- });
33
- if (process.env.NODE_ENV !== "production") {
34
- WatsonHealth3DCursor.propTypes = iconPropTypes;
35
- }
36
- const WatsonHealth3DCursorAlt = /*#__PURE__*/React.forwardRef(function WatsonHealth3DCursorAlt(_ref2, ref) {
37
- let {
38
- children,
39
- size = 16,
40
- ...rest
41
- } = _ref2;
42
- return /*#__PURE__*/React.createElement(Icon, {
43
- width: size,
44
- height: size,
45
- ref: ref,
46
- xmlns: "http://www.w3.org/2000/svg",
47
- viewBox: "0 0 32 32",
48
- fill: "currentColor",
49
- ...rest
50
- }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
51
- 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"
52
- })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
53
- d: "M15 7H17V14H15zM7 15H14V17H7zM15 18H17V25H15zM18 15H25V17H18z"
54
- })), children);
55
- });
56
- if (process.env.NODE_ENV !== "production") {
57
- WatsonHealth3DCursorAlt.propTypes = iconPropTypes;
58
- }
59
- const WatsonHealth3DCurveAutoColon = /*#__PURE__*/React.forwardRef(function WatsonHealth3DCurveAutoColon(_ref3, ref) {
60
- let {
61
- children,
62
- size = 16,
63
- ...rest
64
- } = _ref3;
65
- return /*#__PURE__*/React.createElement(Icon, {
66
- width: size,
67
- height: size,
68
- ref: ref,
69
- xmlns: "http://www.w3.org/2000/svg",
70
- viewBox: "0 0 32 32",
71
- fill: "currentColor",
72
- ...rest
73
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
74
- 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"
75
- })), children);
76
- });
77
- if (process.env.NODE_ENV !== "production") {
78
- WatsonHealth3DCurveAutoColon.propTypes = iconPropTypes;
79
- }
80
- const WatsonHealth3DCurveAutoVessels = /*#__PURE__*/React.forwardRef(function WatsonHealth3DCurveAutoVessels(_ref4, ref) {
81
- let {
82
- children,
83
- size = 16,
84
- ...rest
85
- } = _ref4;
86
- return /*#__PURE__*/React.createElement(Icon, {
87
- width: size,
88
- height: size,
89
- ref: ref,
90
- xmlns: "http://www.w3.org/2000/svg",
91
- viewBox: "0 0 32 32",
92
- fill: "currentColor",
93
- ...rest
94
- }, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
95
- 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"
96
- })), children);
97
- });
98
- if (process.env.NODE_ENV !== "production") {
99
- WatsonHealth3DCurveAutoVessels.propTypes = iconPropTypes;
100
- }
101
- const WatsonHealth3DCurveManual = /*#__PURE__*/React.forwardRef(function WatsonHealth3DCurveManual(_ref5, ref) {
102
- let {
103
- children,
104
- size = 16,
105
- ...rest
106
- } = _ref5;
107
- return /*#__PURE__*/React.createElement(Icon, {
108
- width: size,
109
- height: size,
110
- ref: ref,
111
- xmlns: "http://www.w3.org/2000/svg",
112
- viewBox: "0 0 32 32",
113
- fill: "currentColor",
114
- ...rest
115
- }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
116
- 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"
117
- })), children);
118
- });
119
- if (process.env.NODE_ENV !== "production") {
120
- WatsonHealth3DCurveManual.propTypes = iconPropTypes;
121
- }
122
- const WatsonHealth3DICa = /*#__PURE__*/React.forwardRef(function WatsonHealth3DICa(_ref6, ref) {
123
- let {
124
- children,
125
- size = 16,
126
- ...rest
127
- } = _ref6;
128
- return /*#__PURE__*/React.createElement(Icon, {
129
- width: size,
130
- height: size,
131
- ref: ref,
132
- xmlns: "http://www.w3.org/2000/svg",
133
- viewBox: "0 0 32 32",
134
- fill: "currentColor",
135
- ...rest
136
- }, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
137
- 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"
138
- })), children);
139
- });
140
- if (process.env.NODE_ENV !== "production") {
141
- WatsonHealth3DICa.propTypes = iconPropTypes;
142
- }
143
- const WatsonHealth3DMprToggle = /*#__PURE__*/React.forwardRef(function WatsonHealth3DMprToggle(_ref7, ref) {
144
- let {
145
- children,
146
- size = 16,
147
- ...rest
148
- } = _ref7;
149
- return /*#__PURE__*/React.createElement(Icon, {
150
- width: size,
151
- height: size,
152
- ref: ref,
153
- xmlns: "http://www.w3.org/2000/svg",
154
- viewBox: "0 0 32 32",
155
- fill: "currentColor",
156
- ...rest
157
- }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
158
- 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"
159
- })), children);
160
- });
161
- if (process.env.NODE_ENV !== "production") {
162
- WatsonHealth3DMprToggle.propTypes = iconPropTypes;
163
- }
164
- const WatsonHealth3DPrintMesh = /*#__PURE__*/React.forwardRef(function WatsonHealth3DPrintMesh(_ref8, ref) {
165
- let {
166
- children,
167
- size = 16,
168
- ...rest
169
- } = _ref8;
170
- return /*#__PURE__*/React.createElement(Icon, {
171
- width: size,
172
- height: size,
173
- ref: ref,
174
- xmlns: "http://www.w3.org/2000/svg",
175
- viewBox: "0 0 32 32",
176
- fill: "currentColor",
177
- ...rest
178
- }, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
179
- 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"
180
- })), children);
181
- });
182
- if (process.env.NODE_ENV !== "production") {
183
- WatsonHealth3DPrintMesh.propTypes = iconPropTypes;
184
- }
185
- const WatsonHealth3DSoftware = /*#__PURE__*/React.forwardRef(function WatsonHealth3DSoftware(_ref9, ref) {
186
- let {
187
- children,
188
- size = 16,
189
- ...rest
190
- } = _ref9;
191
- return /*#__PURE__*/React.createElement(Icon, {
192
- width: size,
193
- height: size,
194
- ref: ref,
195
- xmlns: "http://www.w3.org/2000/svg",
196
- viewBox: "0 0 32 32",
197
- fill: "currentColor",
198
- ...rest
199
- }, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
200
- 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"
201
- })), children);
202
- });
203
- if (process.env.NODE_ENV !== "production") {
204
- WatsonHealth3DSoftware.propTypes = iconPropTypes;
205
- }
206
- const WatsonHealth3rdPartyConnected = /*#__PURE__*/React.forwardRef(function WatsonHealth3rdPartyConnected(_ref10, ref) {
207
- let {
208
- children,
209
- size = 16,
210
- ...rest
211
- } = _ref10;
212
- return /*#__PURE__*/React.createElement(Icon, {
213
- width: size,
214
- height: size,
215
- ref: ref,
216
- xmlns: "http://www.w3.org/2000/svg",
217
- viewBox: "0 0 32 32",
218
- fill: "currentColor",
219
- ...rest
220
- }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
221
- 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"
222
- })), children);
223
- });
224
- if (process.env.NODE_ENV !== "production") {
225
- WatsonHealth3rdPartyConnected.propTypes = iconPropTypes;
226
- }
227
- const _4K = /*#__PURE__*/React.forwardRef(function _4K(_ref11, ref) {
228
- let {
229
- children,
230
- size = 16,
231
- ...rest
232
- } = _ref11;
233
- return /*#__PURE__*/React.createElement(Icon, {
234
- width: size,
235
- height: size,
236
- ref: ref,
237
- xmlns: "http://www.w3.org/2000/svg",
238
- viewBox: "0 0 32 32",
239
- fill: "currentColor",
240
- ...rest
241
- }, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
242
- 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"
243
- })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
244
- 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"
245
- })), children);
246
- });
247
- if (process.env.NODE_ENV !== "production") {
248
- _4K.propTypes = iconPropTypes;
249
- }
250
- const _4KFilled = /*#__PURE__*/React.forwardRef(function _4KFilled(_ref12, ref) {
251
- let {
252
- children,
253
- size = 16,
254
- ...rest
255
- } = _ref12;
256
- return /*#__PURE__*/React.createElement(Icon, {
257
- width: size,
258
- height: size,
259
- ref: ref,
260
- xmlns: "http://www.w3.org/2000/svg",
261
- viewBox: "0 0 32 32",
262
- fill: "currentColor",
263
- ...rest
264
- }, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
265
- 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"
266
- })), children);
267
- });
268
- if (process.env.NODE_ENV !== "production") {
269
- _4KFilled.propTypes = iconPropTypes;
270
- }
271
- const AcceptActionUsage = /*#__PURE__*/React.forwardRef(function AcceptActionUsage(_ref13, ref) {
272
- let {
273
- children,
274
- size = 16,
275
- ...rest
276
- } = _ref13;
277
- return /*#__PURE__*/React.createElement(Icon, {
278
- width: size,
279
- height: size,
280
- ref: ref,
281
- xmlns: "http://www.w3.org/2000/svg",
282
- viewBox: "0 0 32 32",
283
- fill: "currentColor",
284
- ...rest
285
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
286
- strokeWidth: "0",
287
- 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"
288
- })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
289
- strokeWidth: "0",
290
- 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"
291
- })), children);
292
- });
293
- if (process.env.NODE_ENV !== "production") {
294
- AcceptActionUsage.propTypes = iconPropTypes;
295
- }
296
- const Accessibility = /*#__PURE__*/React.forwardRef(function Accessibility(_ref14, ref) {
297
- let {
298
- children,
299
- size = 16,
300
- ...rest
301
- } = _ref14;
302
- return /*#__PURE__*/React.createElement(Icon, {
303
- width: size,
304
- height: size,
305
- ref: ref,
306
- xmlns: "http://www.w3.org/2000/svg",
307
- viewBox: "0 0 32 32",
308
- fill: "currentColor",
309
- ...rest
310
- }, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
311
- 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"
312
- })), children);
313
- });
314
- if (process.env.NODE_ENV !== "production") {
315
- Accessibility.propTypes = iconPropTypes;
316
- }
317
- const AccessibilityAlt = /*#__PURE__*/React.forwardRef(function AccessibilityAlt(_ref15, ref) {
318
- let {
319
- children,
320
- size = 16,
321
- ...rest
322
- } = _ref15;
323
- return /*#__PURE__*/React.createElement(Icon, {
324
- width: size,
325
- height: size,
326
- ref: ref,
327
- xmlns: "http://www.w3.org/2000/svg",
328
- viewBox: "0 0 32 32",
329
- fill: "currentColor",
330
- ...rest
331
- }, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
332
- 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"
333
- })), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
334
- cx: "16",
335
- cy: "9",
336
- r: "2"
337
- })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
338
- 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"
339
- })), children);
340
- });
341
- if (process.env.NODE_ENV !== "production") {
342
- AccessibilityAlt.propTypes = iconPropTypes;
343
- }
344
- const AccessibilityColor = /*#__PURE__*/React.forwardRef(function AccessibilityColor(_ref16, ref) {
345
- let {
346
- children,
347
- size = 16,
348
- ...rest
349
- } = _ref16;
350
- return /*#__PURE__*/React.createElement(Icon, {
351
- width: size,
352
- height: size,
353
- ref: ref,
354
- xmlns: "http://www.w3.org/2000/svg",
355
- viewBox: "0 0 32 32",
356
- fill: "currentColor",
357
- ...rest
358
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
359
- 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"
360
- })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
361
- 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"
362
- })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
363
- 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"
364
- })), children);
365
- });
366
- if (process.env.NODE_ENV !== "production") {
367
- AccessibilityColor.propTypes = iconPropTypes;
368
- }
369
- const AccessibilityColorFilled = /*#__PURE__*/React.forwardRef(function AccessibilityColorFilled(_ref17, ref) {
370
- let {
371
- children,
372
- size = 16,
373
- ...rest
374
- } = _ref17;
375
- return /*#__PURE__*/React.createElement(Icon, {
376
- width: size,
377
- height: size,
378
- ref: ref,
379
- xmlns: "http://www.w3.org/2000/svg",
380
- viewBox: "0 0 32 32",
381
- fill: "currentColor",
382
- ...rest
383
- }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
384
- 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"
385
- })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
386
- 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"
387
- })), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
388
- cx: "16",
389
- cy: "16",
390
- r: "2"
391
- })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
392
- fill: "none",
393
- 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"
394
- })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
395
- fill: "none",
396
- 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"
397
- })), children);
398
- });
399
- if (process.env.NODE_ENV !== "production") {
400
- AccessibilityColorFilled.propTypes = iconPropTypes;
401
- }
402
- const Account = /*#__PURE__*/React.forwardRef(function Account(_ref18, ref) {
403
- let {
404
- children,
405
- size = 16,
406
- ...rest
407
- } = _ref18;
408
- return /*#__PURE__*/React.createElement(Icon, {
409
- width: size,
410
- height: size,
411
- ref: ref,
412
- xmlns: "http://www.w3.org/2000/svg",
413
- viewBox: "0 0 32 32",
414
- fill: "currentColor",
415
- ...rest
416
- }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
417
- d: "M8,14H19v2H8Zm0,5H21v2H8Z"
418
- })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
419
- 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"
420
- })), children);
421
- });
422
- if (process.env.NODE_ENV !== "production") {
423
- Account.propTypes = iconPropTypes;
424
- }
425
- const AccumulationIce = /*#__PURE__*/React.forwardRef(function AccumulationIce(_ref19, ref) {
426
- let {
427
- children,
428
- size = 16,
429
- ...rest
430
- } = _ref19;
431
- return /*#__PURE__*/React.createElement(Icon, {
432
- width: size,
433
- height: size,
434
- ref: ref,
435
- xmlns: "http://www.w3.org/2000/svg",
436
- viewBox: "0 0 32 32",
437
- fill: "currentColor",
438
- ...rest
439
- }, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
440
- d: "M22 8L22 16 23 18 24 16 24 8 22 8zM18 8L18 18 19 20 20 18 20 8 18 8z"
441
- })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
442
- 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"
443
- })), children);
444
- });
445
- if (process.env.NODE_ENV !== "production") {
446
- AccumulationIce.propTypes = iconPropTypes;
447
- }
448
- const AccumulationPrecipitation = /*#__PURE__*/React.forwardRef(function AccumulationPrecipitation(_ref20, ref) {
449
- let {
450
- children,
451
- size = 16,
452
- ...rest
453
- } = _ref20;
454
- return /*#__PURE__*/React.createElement(Icon, {
455
- width: size,
456
- height: size,
457
- ref: ref,
458
- xmlns: "http://www.w3.org/2000/svg",
459
- viewBox: "0 0 32 32",
460
- fill: "currentColor",
461
- ...rest
462
- }, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
463
- 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"
464
- })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
465
- 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"
466
- })), children);
467
- });
468
- if (process.env.NODE_ENV !== "production") {
469
- AccumulationPrecipitation.propTypes = iconPropTypes;
470
- }
471
- const AccumulationRain = /*#__PURE__*/React.forwardRef(function AccumulationRain(_ref21, ref) {
472
- let {
473
- children,
474
- size = 16,
475
- ...rest
476
- } = _ref21;
477
- return /*#__PURE__*/React.createElement(Icon, {
478
- width: size,
479
- height: size,
480
- ref: ref,
481
- xmlns: "http://www.w3.org/2000/svg",
482
- viewBox: "0 0 32 32",
483
- fill: "currentColor",
484
- ...rest
485
- }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
486
- 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"
487
- })), children);
488
- });
489
- if (process.env.NODE_ENV !== "production") {
490
- AccumulationRain.propTypes = iconPropTypes;
491
- }
492
- const AccumulationSnow = /*#__PURE__*/React.forwardRef(function AccumulationSnow(_ref22, ref) {
493
- let {
494
- children,
495
- size = 16,
496
- ...rest
497
- } = _ref22;
498
- return /*#__PURE__*/React.createElement(Icon, {
499
- width: size,
500
- height: size,
501
- ref: ref,
502
- xmlns: "http://www.w3.org/2000/svg",
503
- viewBox: "0 0 32 32",
504
- fill: "currentColor",
505
- ...rest
506
- }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
507
- d: "M12 2H14V4H12zM14 4H16V6H14zM16 6H18V8H16zM16 2H18V4H16zM12 6H14V8H12zM14 18H16V20H14zM16 20H18V22H16zM18 22H20V24H18zM18 18H20V20H18zM14 22H16V24H14zM18 10H20V12H18zM20 12H22V14H20zM22 14H24V16H22zM22 10H24V12H22zM18 14H20V16H18z"
508
- })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
509
- 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"
510
- })), children);
511
- });
512
- if (process.env.NODE_ENV !== "production") {
513
- AccumulationSnow.propTypes = iconPropTypes;
514
- }
515
- const ActionDefinition = /*#__PURE__*/React.forwardRef(function ActionDefinition(_ref23, ref) {
516
- let {
517
- children,
518
- size = 16,
519
- ...rest
520
- } = _ref23;
521
- return /*#__PURE__*/React.createElement(Icon, {
522
- width: size,
523
- height: size,
524
- ref: ref,
525
- xmlns: "http://www.w3.org/2000/svg",
526
- viewBox: "0 0 32 32",
527
- fill: "currentColor",
528
- ...rest
529
- }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
530
- strokeWidth: "0",
531
- 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"
532
- })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
533
- strokeWidth: "0",
534
- 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"
535
- })), children);
536
- });
537
- if (process.env.NODE_ENV !== "production") {
538
- ActionDefinition.propTypes = iconPropTypes;
539
- }
540
- const ActionUsage = /*#__PURE__*/React.forwardRef(function ActionUsage(_ref24, ref) {
541
- let {
542
- children,
543
- size = 16,
544
- ...rest
545
- } = _ref24;
546
- return /*#__PURE__*/React.createElement(Icon, {
547
- width: size,
548
- height: size,
549
- ref: ref,
550
- xmlns: "http://www.w3.org/2000/svg",
551
- viewBox: "0 0 32 32",
552
- fill: "currentColor",
553
- ...rest
554
- }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
555
- strokeWidth: "0",
556
- 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"
557
- })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
558
- strokeWidth: "0",
559
- 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"
560
- })), children);
561
- });
562
- if (process.env.NODE_ENV !== "production") {
563
- ActionUsage.propTypes = iconPropTypes;
564
- }
565
- const Activity = /*#__PURE__*/React.forwardRef(function Activity(_ref25, ref) {
566
- let {
567
- children,
568
- size = 16,
569
- ...rest
570
- } = _ref25;
571
- return /*#__PURE__*/React.createElement(Icon, {
572
- width: size,
573
- height: size,
574
- ref: ref,
575
- xmlns: "http://www.w3.org/2000/svg",
576
- viewBox: "0 0 32 32",
577
- fill: "currentColor",
578
- ...rest
579
- }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
580
- 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"
581
- })), children);
582
- });
583
- if (process.env.NODE_ENV !== "production") {
584
- Activity.propTypes = iconPropTypes;
585
- }
586
- const Add = /*#__PURE__*/React.forwardRef(function Add(_ref26, ref) {
587
- let {
588
- children,
589
- size = 16,
590
- ...rest
591
- } = _ref26;
592
- return /*#__PURE__*/React.createElement(Icon, {
593
- width: size,
594
- height: size,
595
- ref: ref,
596
- xmlns: "http://www.w3.org/2000/svg",
597
- viewBox: "0 0 32 32",
598
- fill: "currentColor",
599
- ...rest
600
- }, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
601
- d: "M17 15L17 8 15 8 15 15 8 15 8 17 15 17 15 24 17 24 17 17 24 17 24 15z"
602
- })), children);
603
- });
604
- if (process.env.NODE_ENV !== "production") {
605
- Add.propTypes = iconPropTypes;
606
- }
607
- const AddAlt = /*#__PURE__*/React.forwardRef(function AddAlt(_ref27, ref) {
608
- let {
609
- children,
610
- size = 16,
611
- ...rest
612
- } = _ref27;
613
- return /*#__PURE__*/React.createElement(Icon, {
614
- width: size,
615
- height: size,
616
- ref: ref,
617
- xmlns: "http://www.w3.org/2000/svg",
618
- viewBox: "0 0 32 32",
619
- fill: "currentColor",
620
- ...rest
621
- }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
622
- 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"
623
- })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
624
- d: "M24 15L17 15 17 8 15 8 15 15 8 15 8 17 15 17 15 24 17 24 17 17 24 17z"
625
- })), children);
626
- });
627
- if (process.env.NODE_ENV !== "production") {
628
- AddAlt.propTypes = iconPropTypes;
629
- }
630
- const AddFilled = /*#__PURE__*/React.forwardRef(function AddFilled(_ref28, ref) {
631
- let {
632
- children,
633
- size = 16,
634
- ...rest
635
- } = _ref28;
636
- return /*#__PURE__*/React.createElement(Icon, {
637
- width: size,
638
- height: size,
639
- ref: ref,
640
- xmlns: "http://www.w3.org/2000/svg",
641
- viewBox: "0 0 32 32",
642
- fill: "currentColor",
643
- ...rest
644
- }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
645
- 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"
646
- })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
647
- fill: "none",
648
- 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",
649
- "data-icon-path": "inner-path"
650
- })), children);
651
- });
652
- if (process.env.NODE_ENV !== "production") {
653
- AddFilled.propTypes = iconPropTypes;
654
- }
655
- const AddLarge = /*#__PURE__*/React.forwardRef(function AddLarge(_ref29, ref) {
656
- let {
657
- children,
658
- size = 16,
659
- ...rest
660
- } = _ref29;
661
- return /*#__PURE__*/React.createElement(Icon, {
662
- width: size,
663
- height: size,
664
- ref: ref,
665
- xmlns: "http://www.w3.org/2000/svg",
666
- viewBox: "0 0 32 32",
667
- fill: "currentColor",
668
- ...rest
669
- }, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
670
- 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"
671
- })), children);
672
- });
673
- if (process.env.NODE_ENV !== "production") {
674
- AddLarge.propTypes = iconPropTypes;
675
- }
676
- const AddComment = /*#__PURE__*/React.forwardRef(function AddComment(_ref30, ref) {
677
- let {
678
- children,
679
- size = 16,
680
- ...rest
681
- } = _ref30;
682
- return /*#__PURE__*/React.createElement(Icon, {
683
- width: size,
684
- height: size,
685
- ref: ref,
686
- xmlns: "http://www.w3.org/2000/svg",
687
- viewBox: "0 0 32 32",
688
- fill: "currentColor",
689
- ...rest
690
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
691
- 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"
692
- })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
693
- 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"
694
- })), children);
695
- });
696
- if (process.env.NODE_ENV !== "production") {
697
- AddComment.propTypes = iconPropTypes;
698
- }
699
- const AgricultureAnalytics = /*#__PURE__*/React.forwardRef(function AgricultureAnalytics(_ref31, ref) {
700
- let {
701
- children,
702
- size = 16,
703
- ...rest
704
- } = _ref31;
705
- return /*#__PURE__*/React.createElement(Icon, {
706
- width: size,
707
- height: size,
708
- ref: ref,
709
- xmlns: "http://www.w3.org/2000/svg",
710
- viewBox: "0 0 32 32",
711
- fill: "currentColor",
712
- ...rest
713
- }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
714
- 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"
715
- })), children);
716
- });
717
- if (process.env.NODE_ENV !== "production") {
718
- AgricultureAnalytics.propTypes = iconPropTypes;
719
- }
720
- const Ai = /*#__PURE__*/React.forwardRef(function Ai(_ref32, ref) {
721
- let {
722
- children,
723
- size = 16,
724
- ...rest
725
- } = _ref32;
726
- if (process.env.NODE_ENV !== "production") {
727
- if (!didWarnAboutDeprecation["Ai"]) {
728
- didWarnAboutDeprecation["Ai"] = true;
729
- 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.");
730
- }
731
- }
732
- return /*#__PURE__*/React.createElement(Icon, {
733
- width: size,
734
- height: size,
735
- ref: ref,
736
- xmlns: "http://www.w3.org/2000/svg",
737
- viewBox: "0 0 32 32",
738
- fill: "currentColor",
739
- ...rest
740
- }, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
741
- strokeWidth: "0",
742
- 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"
743
- })), children);
744
- });
745
- if (process.env.NODE_ENV !== "production") {
746
- Ai.propTypes = iconPropTypes;
747
- }
748
- const AiBusinessImpactAssessment = /*#__PURE__*/React.forwardRef(function AiBusinessImpactAssessment(_ref33, ref) {
749
- let {
750
- children,
751
- size = 16,
752
- ...rest
753
- } = _ref33;
754
- return /*#__PURE__*/React.createElement(Icon, {
755
- width: size,
756
- height: size,
757
- ref: ref,
758
- xmlns: "http://www.w3.org/2000/svg",
759
- viewBox: "0 0 32 32",
760
- fill: "currentColor",
761
- ...rest
762
- }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
763
- 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"
764
- })), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
765
- d: "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
766
- })), children);
767
- });
768
- if (process.env.NODE_ENV !== "production") {
769
- AiBusinessImpactAssessment.propTypes = iconPropTypes;
770
- }
771
- const AiFinancialSustainabilityCheck = /*#__PURE__*/React.forwardRef(function AiFinancialSustainabilityCheck(_ref34, ref) {
772
- let {
773
- children,
774
- size = 16,
775
- ...rest
776
- } = _ref34;
777
- return /*#__PURE__*/React.createElement(Icon, {
778
- width: size,
779
- height: size,
780
- ref: ref,
781
- xmlns: "http://www.w3.org/2000/svg",
782
- viewBox: "0 0 32 32",
783
- fill: "currentColor",
784
- ...rest
785
- }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
786
- strokeWidth: "0",
787
- 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"
788
- })), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
789
- strokeWidth: "0",
790
- 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"
791
- })), children);
792
- });
793
- if (process.env.NODE_ENV !== "production") {
794
- AiFinancialSustainabilityCheck.propTypes = iconPropTypes;
795
- }
796
- const AiGenerate = /*#__PURE__*/React.forwardRef(function AiGenerate(_ref35, ref) {
797
- let {
798
- children,
799
- size = 16,
800
- ...rest
801
- } = _ref35;
802
- return /*#__PURE__*/React.createElement(Icon, {
803
- width: size,
804
- height: size,
805
- ref: ref,
806
- xmlns: "http://www.w3.org/2000/svg",
807
- viewBox: "0 0 32 32",
808
- fill: "currentColor",
809
- ...rest
810
- }, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
811
- strokeWidth: "0",
812
- 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"
813
- })), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
814
- strokeWidth: "0",
815
- d: "M32 32L0 32 0 0 14 0 14 2 2 2 2 30 30 30 30 18 32 18 32 32z"
816
- })), children);
817
- });
818
- if (process.env.NODE_ENV !== "production") {
819
- AiGenerate.propTypes = iconPropTypes;
820
- }
821
- const AiGovernanceLifecycle = /*#__PURE__*/React.forwardRef(function AiGovernanceLifecycle(_ref36, ref) {
822
- let {
823
- children,
824
- size = 16,
825
- ...rest
826
- } = _ref36;
827
- return /*#__PURE__*/React.createElement(Icon, {
828
- width: size,
829
- height: size,
830
- ref: ref,
831
- xmlns: "http://www.w3.org/2000/svg",
832
- viewBox: "0 0 32 32",
833
- fill: "currentColor",
834
- ...rest
835
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
836
- 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"
837
- })), children);
838
- });
839
- if (process.env.NODE_ENV !== "production") {
840
- AiGovernanceLifecycle.propTypes = iconPropTypes;
841
- }
842
- const AiGovernanceTracked = /*#__PURE__*/React.forwardRef(function AiGovernanceTracked(_ref37, ref) {
843
- let {
844
- children,
845
- size = 16,
846
- ...rest
847
- } = _ref37;
848
- return /*#__PURE__*/React.createElement(Icon, {
849
- width: size,
850
- height: size,
851
- ref: ref,
852
- xmlns: "http://www.w3.org/2000/svg",
853
- viewBox: "0 0 32 32",
854
- fill: "currentColor",
855
- ...rest
856
- }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
857
- 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"
858
- })), children);
859
- });
860
- if (process.env.NODE_ENV !== "production") {
861
- AiGovernanceTracked.propTypes = iconPropTypes;
862
- }
863
- const AiGovernanceUntracked = /*#__PURE__*/React.forwardRef(function AiGovernanceUntracked(_ref38, ref) {
864
- let {
865
- children,
866
- size = 16,
867
- ...rest
868
- } = _ref38;
869
- return /*#__PURE__*/React.createElement(Icon, {
870
- width: size,
871
- height: size,
872
- ref: ref,
873
- xmlns: "http://www.w3.org/2000/svg",
874
- viewBox: "0 0 32 32",
875
- fill: "currentColor",
876
- ...rest
877
- }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
878
- 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"
879
- })), children);
880
- });
881
- if (process.env.NODE_ENV !== "production") {
882
- AiGovernanceUntracked.propTypes = iconPropTypes;
883
- }
884
- const AiLabel = /*#__PURE__*/React.forwardRef(function AiLabel(_ref39, ref) {
885
- let {
886
- children,
887
- size = 16,
888
- ...rest
889
- } = _ref39;
890
- return /*#__PURE__*/React.createElement(Icon, {
891
- width: size,
892
- height: size,
893
- ref: ref,
894
- xmlns: "http://www.w3.org/2000/svg",
895
- viewBox: "0 0 32 32",
896
- fill: "currentColor",
897
- ...rest
898
- }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
899
- 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"
900
- })), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
901
- d: "M32,32H0V0h32v32ZM2,30h28V2H2v28Z"
902
- })), children);
903
- });
904
- if (process.env.NODE_ENV !== "production") {
905
- AiLabel.propTypes = iconPropTypes;
906
- }
907
- const AiLaunch = /*#__PURE__*/React.forwardRef(function AiLaunch(_ref40, ref) {
908
- let {
909
- children,
910
- size = 16,
911
- ...rest
912
- } = _ref40;
913
- return /*#__PURE__*/React.createElement(Icon, {
914
- width: size,
915
- height: size,
916
- ref: ref,
917
- xmlns: "http://www.w3.org/2000/svg",
918
- viewBox: "0 0 32 32",
919
- fill: "currentColor",
920
- ...rest
921
- }, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
922
- strokeWidth: "0",
923
- 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"
924
- })), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
925
- strokeWidth: "0",
926
- d: "m21,18h2l-5.5-16-3,.0088-5.5,15.9912h2l1.3333-4h7.3335l1.3333,4Zm-8-6l3-9,3,9h-6Z"
927
- })), children);
928
- });
929
- if (process.env.NODE_ENV !== "production") {
930
- AiLaunch.propTypes = iconPropTypes;
931
- }
932
- const AiRecommend = /*#__PURE__*/React.forwardRef(function AiRecommend(_ref41, ref) {
933
- let {
934
- children,
935
- size = 16,
936
- ...rest
937
- } = _ref41;
938
- return /*#__PURE__*/React.createElement(Icon, {
939
- width: size,
940
- height: size,
941
- ref: ref,
942
- xmlns: "http://www.w3.org/2000/svg",
943
- viewBox: "0 0 32 32",
944
- fill: "currentColor",
945
- ...rest
946
- }, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
947
- strokeWidth: "0",
948
- 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"
949
- })), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
950
- strokeWidth: "0",
951
- d: "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
952
- })), children);
953
- });
954
- if (process.env.NODE_ENV !== "production") {
955
- AiRecommend.propTypes = iconPropTypes;
956
- }
957
- const WatsonHealthAiResults = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResults(_ref42, ref) {
958
- let {
959
- children,
960
- size = 16,
961
- ...rest
962
- } = _ref42;
963
- return /*#__PURE__*/React.createElement(Icon, {
964
- width: size,
965
- height: size,
966
- ref: ref,
967
- xmlns: "http://www.w3.org/2000/svg",
968
- viewBox: "0 0 32 32",
969
- fill: "currentColor",
970
- ...rest
971
- }, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
972
- 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"
973
- })), children);
974
- });
975
- if (process.env.NODE_ENV !== "production") {
976
- WatsonHealthAiResults.propTypes = iconPropTypes;
977
- }
978
- const WatsonHealthAiResultsHigh = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsHigh(_ref43, ref) {
979
- let {
980
- children,
981
- size = 16,
982
- ...rest
983
- } = _ref43;
984
- return /*#__PURE__*/React.createElement(Icon, {
985
- width: size,
986
- height: size,
987
- ref: ref,
988
- xmlns: "http://www.w3.org/2000/svg",
989
- viewBox: "0 0 32 32",
990
- fill: "currentColor",
991
- ...rest
992
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
993
- 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"
994
- })), children);
995
- });
996
- if (process.env.NODE_ENV !== "production") {
997
- WatsonHealthAiResultsHigh.propTypes = iconPropTypes;
998
- }
999
- const WatsonHealthAiResultsLow = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsLow(_ref44, ref) {
1000
- let {
1001
- children,
1002
- size = 16,
1003
- ...rest
1004
- } = _ref44;
1005
- return /*#__PURE__*/React.createElement(Icon, {
1006
- width: size,
1007
- height: size,
1008
- ref: ref,
1009
- xmlns: "http://www.w3.org/2000/svg",
1010
- viewBox: "0 0 32 32",
1011
- fill: "currentColor",
1012
- ...rest
1013
- }, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
1014
- 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"
1015
- })), children);
1016
- });
1017
- if (process.env.NODE_ENV !== "production") {
1018
- WatsonHealthAiResultsLow.propTypes = iconPropTypes;
1019
- }
1020
- const WatsonHealthAiResultsMedium = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsMedium(_ref45, ref) {
1021
- let {
1022
- children,
1023
- size = 16,
1024
- ...rest
1025
- } = _ref45;
1026
- return /*#__PURE__*/React.createElement(Icon, {
1027
- width: size,
1028
- height: size,
1029
- ref: ref,
1030
- xmlns: "http://www.w3.org/2000/svg",
1031
- viewBox: "0 0 32 32",
1032
- fill: "currentColor",
1033
- ...rest
1034
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1035
- 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"
1036
- })), children);
1037
- });
1038
- if (process.env.NODE_ENV !== "production") {
1039
- WatsonHealthAiResultsMedium.propTypes = iconPropTypes;
1040
- }
1041
- const WatsonHealthAiResultsUrgent = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsUrgent(_ref46, ref) {
1042
- let {
1043
- children,
1044
- size = 16,
1045
- ...rest
1046
- } = _ref46;
1047
- return /*#__PURE__*/React.createElement(Icon, {
1048
- width: size,
1049
- height: size,
1050
- ref: ref,
1051
- xmlns: "http://www.w3.org/2000/svg",
1052
- viewBox: "0 0 32 32",
1053
- fill: "currentColor",
1054
- ...rest
1055
- }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1056
- 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"
1057
- })), children);
1058
- });
1059
- if (process.env.NODE_ENV !== "production") {
1060
- WatsonHealthAiResultsUrgent.propTypes = iconPropTypes;
1061
- }
1062
- const WatsonHealthAiResultsVeryHigh = /*#__PURE__*/React.forwardRef(function WatsonHealthAiResultsVeryHigh(_ref47, ref) {
1063
- let {
1064
- children,
1065
- size = 16,
1066
- ...rest
1067
- } = _ref47;
1068
- return /*#__PURE__*/React.createElement(Icon, {
1069
- width: size,
1070
- height: size,
1071
- ref: ref,
1072
- xmlns: "http://www.w3.org/2000/svg",
1073
- viewBox: "0 0 32 32",
1074
- fill: "currentColor",
1075
- ...rest
1076
- }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1077
- 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"
1078
- })), children);
1079
- });
1080
- if (process.env.NODE_ENV !== "production") {
1081
- WatsonHealthAiResultsVeryHigh.propTypes = iconPropTypes;
1082
- }
1083
- const WatsonHealthAiStatus = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatus(_ref48, ref) {
1084
- let {
1085
- children,
1086
- size = 16,
1087
- ...rest
1088
- } = _ref48;
1089
- return /*#__PURE__*/React.createElement(Icon, {
1090
- width: size,
1091
- height: size,
1092
- ref: ref,
1093
- xmlns: "http://www.w3.org/2000/svg",
1094
- viewBox: "0 0 32 32",
1095
- fill: "currentColor",
1096
- ...rest
1097
- }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1098
- 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"
1099
- })), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1100
- 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"
1101
- })), children);
1102
- });
1103
- if (process.env.NODE_ENV !== "production") {
1104
- WatsonHealthAiStatus.propTypes = iconPropTypes;
1105
- }
1106
- const WatsonHealthAiStatusComplete = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusComplete(_ref49, ref) {
1107
- let {
1108
- children,
1109
- size = 16,
1110
- ...rest
1111
- } = _ref49;
1112
- return /*#__PURE__*/React.createElement(Icon, {
1113
- width: size,
1114
- height: size,
1115
- ref: ref,
1116
- xmlns: "http://www.w3.org/2000/svg",
1117
- viewBox: "0 0 32 32",
1118
- fill: "currentColor",
1119
- ...rest
1120
- }, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1121
- 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"
1122
- })), children);
1123
- });
1124
- if (process.env.NODE_ENV !== "production") {
1125
- WatsonHealthAiStatusComplete.propTypes = iconPropTypes;
1126
- }
1127
- const WatsonHealthAiStatusFailed = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusFailed(_ref50, ref) {
1128
- let {
1129
- children,
1130
- size = 16,
1131
- ...rest
1132
- } = _ref50;
1133
- return /*#__PURE__*/React.createElement(Icon, {
1134
- width: size,
1135
- height: size,
1136
- ref: ref,
1137
- xmlns: "http://www.w3.org/2000/svg",
1138
- viewBox: "0 0 32 32",
1139
- fill: "currentColor",
1140
- ...rest
1141
- }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1142
- 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"
1143
- })), children);
1144
- });
1145
- if (process.env.NODE_ENV !== "production") {
1146
- WatsonHealthAiStatusFailed.propTypes = iconPropTypes;
1147
- }
1148
- const WatsonHealthAiStatusInProgress = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusInProgress(_ref51, ref) {
1149
- let {
1150
- children,
1151
- size = 16,
1152
- ...rest
1153
- } = _ref51;
1154
- return /*#__PURE__*/React.createElement(Icon, {
1155
- width: size,
1156
- height: size,
1157
- ref: ref,
1158
- xmlns: "http://www.w3.org/2000/svg",
1159
- viewBox: "0 0 32 32",
1160
- fill: "currentColor",
1161
- ...rest
1162
- }, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1163
- 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"
1164
- })), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
1165
- cx: "18.5",
1166
- cy: "7.5",
1167
- r: "1.5"
1168
- })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
1169
- cx: "28.5",
1170
- cy: "7.5",
1171
- r: "1.5"
1172
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
1173
- cx: "23.5",
1174
- cy: "7.5",
1175
- r: "1.5"
1176
- })), children);
1177
- });
1178
- if (process.env.NODE_ENV !== "production") {
1179
- WatsonHealthAiStatusInProgress.propTypes = iconPropTypes;
1180
- }
1181
- const WatsonHealthAiStatusQueued = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusQueued(_ref52, ref) {
1182
- let {
1183
- children,
1184
- size = 16,
1185
- ...rest
1186
- } = _ref52;
1187
- return /*#__PURE__*/React.createElement(Icon, {
1188
- width: size,
1189
- height: size,
1190
- ref: ref,
1191
- xmlns: "http://www.w3.org/2000/svg",
1192
- viewBox: "0 0 32 32",
1193
- fill: "currentColor",
1194
- ...rest
1195
- }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1196
- 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"
1197
- })), children);
1198
- });
1199
- if (process.env.NODE_ENV !== "production") {
1200
- WatsonHealthAiStatusQueued.propTypes = iconPropTypes;
1201
- }
1202
- const WatsonHealthAiStatusRejected = /*#__PURE__*/React.forwardRef(function WatsonHealthAiStatusRejected(_ref53, ref) {
1203
- let {
1204
- children,
1205
- size = 16,
1206
- ...rest
1207
- } = _ref53;
1208
- return /*#__PURE__*/React.createElement(Icon, {
1209
- width: size,
1210
- height: size,
1211
- ref: ref,
1212
- xmlns: "http://www.w3.org/2000/svg",
1213
- viewBox: "0 0 32 32",
1214
- fill: "currentColor",
1215
- ...rest
1216
- }, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1217
- 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"
1218
- })), children);
1219
- });
1220
- if (process.env.NODE_ENV !== "production") {
1221
- WatsonHealthAiStatusRejected.propTypes = iconPropTypes;
1222
- }
1223
- const AirlineDigitalGate = /*#__PURE__*/React.forwardRef(function AirlineDigitalGate(_ref54, ref) {
1224
- let {
1225
- children,
1226
- size = 16,
1227
- ...rest
1228
- } = _ref54;
1229
- return /*#__PURE__*/React.createElement(Icon, {
1230
- width: size,
1231
- height: size,
1232
- ref: ref,
1233
- xmlns: "http://www.w3.org/2000/svg",
1234
- viewBox: "0 0 32 32",
1235
- fill: "currentColor",
1236
- ...rest
1237
- }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1238
- 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"
1239
- })), children);
1240
- });
1241
- if (process.env.NODE_ENV !== "production") {
1242
- AirlineDigitalGate.propTypes = iconPropTypes;
1243
- }
1244
- const AirlineManageGates = /*#__PURE__*/React.forwardRef(function AirlineManageGates(_ref55, ref) {
1245
- let {
1246
- children,
1247
- size = 16,
1248
- ...rest
1249
- } = _ref55;
1250
- return /*#__PURE__*/React.createElement(Icon, {
1251
- width: size,
1252
- height: size,
1253
- ref: ref,
1254
- xmlns: "http://www.w3.org/2000/svg",
1255
- viewBox: "0 0 32 32",
1256
- fill: "currentColor",
1257
- ...rest
1258
- }, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1259
- 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"
1260
- })), children);
1261
- });
1262
- if (process.env.NODE_ENV !== "production") {
1263
- AirlineManageGates.propTypes = iconPropTypes;
1264
- }
1265
- const AirlinePassengerCare = /*#__PURE__*/React.forwardRef(function AirlinePassengerCare(_ref56, ref) {
1266
- let {
1267
- children,
1268
- size = 16,
1269
- ...rest
1270
- } = _ref56;
1271
- return /*#__PURE__*/React.createElement(Icon, {
1272
- width: size,
1273
- height: size,
1274
- ref: ref,
1275
- xmlns: "http://www.w3.org/2000/svg",
1276
- viewBox: "0 0 32 32",
1277
- fill: "currentColor",
1278
- ...rest
1279
- }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1280
- 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"
1281
- })), children);
1282
- });
1283
- if (process.env.NODE_ENV !== "production") {
1284
- AirlinePassengerCare.propTypes = iconPropTypes;
1285
- }
1286
- const AirlineRapidBoard = /*#__PURE__*/React.forwardRef(function AirlineRapidBoard(_ref57, ref) {
1287
- let {
1288
- children,
1289
- size = 16,
1290
- ...rest
1291
- } = _ref57;
1292
- return /*#__PURE__*/React.createElement(Icon, {
1293
- width: size,
1294
- height: size,
1295
- ref: ref,
1296
- xmlns: "http://www.w3.org/2000/svg",
1297
- viewBox: "0 0 32 32",
1298
- fill: "currentColor",
1299
- ...rest
1300
- }, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1301
- 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"
1302
- })), children);
1303
- });
1304
- if (process.env.NODE_ENV !== "production") {
1305
- AirlineRapidBoard.propTypes = iconPropTypes;
1306
- }
1307
- const Airplay = /*#__PURE__*/React.forwardRef(function Airplay(_ref58, ref) {
1308
- let {
1309
- children,
1310
- size = 16,
1311
- ...rest
1312
- } = _ref58;
1313
- return /*#__PURE__*/React.createElement(Icon, {
1314
- width: size,
1315
- height: size,
1316
- ref: ref,
1317
- xmlns: "http://www.w3.org/2000/svg",
1318
- viewBox: "0 0 32 32",
1319
- fill: "currentColor",
1320
- ...rest
1321
- }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1322
- 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"
1323
- })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1324
- 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"
1325
- })), children);
1326
- });
1327
- if (process.env.NODE_ENV !== "production") {
1328
- Airplay.propTypes = iconPropTypes;
1329
- }
1330
- const AirplayFilled = /*#__PURE__*/React.forwardRef(function AirplayFilled(_ref59, ref) {
1331
- let {
1332
- children,
1333
- size = 16,
1334
- ...rest
1335
- } = _ref59;
1336
- return /*#__PURE__*/React.createElement(Icon, {
1337
- width: size,
1338
- height: size,
1339
- ref: ref,
1340
- xmlns: "http://www.w3.org/2000/svg",
1341
- viewBox: "0 0 32 32",
1342
- fill: "currentColor",
1343
- ...rest
1344
- }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1345
- 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"
1346
- })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1347
- 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"
1348
- })), children);
1349
- });
1350
- if (process.env.NODE_ENV !== "production") {
1351
- AirplayFilled.propTypes = iconPropTypes;
1352
- }
1353
- const Airport_01 = /*#__PURE__*/React.forwardRef(function Airport_01(_ref60, ref) {
1354
- let {
1355
- children,
1356
- size = 16,
1357
- ...rest
1358
- } = _ref60;
1359
- return /*#__PURE__*/React.createElement(Icon, {
1360
- width: size,
1361
- height: size,
1362
- ref: ref,
1363
- xmlns: "http://www.w3.org/2000/svg",
1364
- viewBox: "0 0 32 32",
1365
- fill: "currentColor",
1366
- ...rest
1367
- }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1368
- fillRule: "evenodd",
1369
- d: "M17,14.5,23,17V15l-6-3V9a1,1,0,0,0-2,0v3L9,15v2l6-2.5V20l-3,2v1l4-1,4,1V22l-3-2Z"
1370
- })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1371
- 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"
1372
- })), children);
1373
- });
1374
- if (process.env.NODE_ENV !== "production") {
1375
- Airport_01.propTypes = iconPropTypes;
1376
- }
1377
- const Airport_02 = /*#__PURE__*/React.forwardRef(function Airport_02(_ref61, ref) {
1378
- let {
1379
- children,
1380
- size = 16,
1381
- ...rest
1382
- } = _ref61;
1383
- return /*#__PURE__*/React.createElement(Icon, {
1384
- width: size,
1385
- height: size,
1386
- ref: ref,
1387
- xmlns: "http://www.w3.org/2000/svg",
1388
- viewBox: "0 0 32 32",
1389
- fill: "currentColor",
1390
- ...rest
1391
- }, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1392
- 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"
1393
- })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1394
- 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"
1395
- })), children);
1396
- });
1397
- if (process.env.NODE_ENV !== "production") {
1398
- Airport_02.propTypes = iconPropTypes;
1399
- }
1400
- const AirportLocation = /*#__PURE__*/React.forwardRef(function AirportLocation(_ref62, ref) {
1401
- let {
1402
- children,
1403
- size = 16,
1404
- ...rest
1405
- } = _ref62;
1406
- return /*#__PURE__*/React.createElement(Icon, {
1407
- width: size,
1408
- height: size,
1409
- ref: ref,
1410
- xmlns: "http://www.w3.org/2000/svg",
1411
- viewBox: "0 0 32 32",
1412
- fill: "currentColor",
1413
- ...rest
1414
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1415
- 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"
1416
- })), children);
1417
- });
1418
- if (process.env.NODE_ENV !== "production") {
1419
- AirportLocation.propTypes = iconPropTypes;
1420
- }
1421
- const Alarm = /*#__PURE__*/React.forwardRef(function Alarm(_ref63, ref) {
1422
- let {
1423
- children,
1424
- size = 16,
1425
- ...rest
1426
- } = _ref63;
1427
- return /*#__PURE__*/React.createElement(Icon, {
1428
- width: size,
1429
- height: size,
1430
- ref: ref,
1431
- xmlns: "http://www.w3.org/2000/svg",
1432
- viewBox: "0 0 32 32",
1433
- fill: "currentColor",
1434
- ...rest
1435
- }, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1436
- 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"
1437
- })), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1438
- d: "M18.59 21L15 17.41 15 11 17 11 17 16.58 20 19.59 18.59 21z"
1439
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1440
- d: "M3.96 5.5H9.030000000000001V7.5H3.96z",
1441
- transform: "rotate(-45.06 6.502 6.497)"
1442
- })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1443
- d: "M24.5 3.96H26.5V9.030000000000001H24.5z",
1444
- transform: "rotate(-44.94 25.5 6.498)"
1445
- })), children);
1446
- });
1447
- if (process.env.NODE_ENV !== "production") {
1448
- Alarm.propTypes = iconPropTypes;
1449
- }
1450
- const AlarmAdd = /*#__PURE__*/React.forwardRef(function AlarmAdd(_ref64, ref) {
1451
- let {
1452
- children,
1453
- size = 16,
1454
- ...rest
1455
- } = _ref64;
1456
- return /*#__PURE__*/React.createElement(Icon, {
1457
- width: size,
1458
- height: size,
1459
- ref: ref,
1460
- xmlns: "http://www.w3.org/2000/svg",
1461
- viewBox: "0 0 32 32",
1462
- fill: "currentColor",
1463
- ...rest
1464
- }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1465
- 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"
1466
- })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1467
- d: "M3.96 5.5H9.030000000000001V7.5H3.96z",
1468
- transform: "rotate(-45.06 6.502 6.497)"
1469
- })), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1470
- d: "M24.5 3.96H26.5V9.030000000000001H24.5z",
1471
- transform: "rotate(-44.94 25.5 6.498)"
1472
- })), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1473
- 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"
1474
- })), children);
1475
- });
1476
- if (process.env.NODE_ENV !== "production") {
1477
- AlarmAdd.propTypes = iconPropTypes;
1478
- }
1479
- const AlarmSubtract = /*#__PURE__*/React.forwardRef(function AlarmSubtract(_ref65, ref) {
1480
- let {
1481
- children,
1482
- size = 16,
1483
- ...rest
1484
- } = _ref65;
1485
- return /*#__PURE__*/React.createElement(Icon, {
1486
- width: size,
1487
- height: size,
1488
- ref: ref,
1489
- xmlns: "http://www.w3.org/2000/svg",
1490
- viewBox: "0 0 32 32",
1491
- fill: "currentColor",
1492
- ...rest
1493
- }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1494
- 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"
1495
- })), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1496
- d: "M3.96 5.5H9.030000000000001V7.5H3.96z",
1497
- transform: "rotate(-45.06 6.502 6.497)"
1498
- })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1499
- d: "M24.5 3.96H26.5V9.030000000000001H24.5z",
1500
- transform: "rotate(-44.94 25.5 6.498)"
1501
- })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1502
- d: "M11 16H21V18H11z"
1503
- })), children);
1504
- });
1505
- if (process.env.NODE_ENV !== "production") {
1506
- AlarmSubtract.propTypes = iconPropTypes;
1507
- }
1508
- const AlignHorizontalCenter = /*#__PURE__*/React.forwardRef(function AlignHorizontalCenter(_ref66, ref) {
1509
- let {
1510
- children,
1511
- size = 16,
1512
- ...rest
1513
- } = _ref66;
1514
- return /*#__PURE__*/React.createElement(Icon, {
1515
- width: size,
1516
- height: size,
1517
- ref: ref,
1518
- xmlns: "http://www.w3.org/2000/svg",
1519
- viewBox: "0 0 32 32",
1520
- fill: "currentColor",
1521
- ...rest
1522
- }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1523
- 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"
1524
- })), children);
1525
- });
1526
- if (process.env.NODE_ENV !== "production") {
1527
- AlignHorizontalCenter.propTypes = iconPropTypes;
1528
- }
1529
- const AlignHorizontalLeft = /*#__PURE__*/React.forwardRef(function AlignHorizontalLeft(_ref67, ref) {
1530
- let {
1531
- children,
1532
- size = 16,
1533
- ...rest
1534
- } = _ref67;
1535
- return /*#__PURE__*/React.createElement(Icon, {
1536
- width: size,
1537
- height: size,
1538
- ref: ref,
1539
- xmlns: "http://www.w3.org/2000/svg",
1540
- viewBox: "0 0 32 32",
1541
- fill: "currentColor",
1542
- ...rest
1543
- }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1544
- 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"
1545
- })), children);
1546
- });
1547
- if (process.env.NODE_ENV !== "production") {
1548
- AlignHorizontalLeft.propTypes = iconPropTypes;
1549
- }
1550
- const AlignHorizontalRight = /*#__PURE__*/React.forwardRef(function AlignHorizontalRight(_ref68, ref) {
1551
- let {
1552
- children,
1553
- size = 16,
1554
- ...rest
1555
- } = _ref68;
1556
- return /*#__PURE__*/React.createElement(Icon, {
1557
- width: size,
1558
- height: size,
1559
- ref: ref,
1560
- xmlns: "http://www.w3.org/2000/svg",
1561
- viewBox: "0 0 32 32",
1562
- fill: "currentColor",
1563
- ...rest
1564
- }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1565
- 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"
1566
- })), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1567
- d: "M26 2H28V30H26z",
1568
- transform: "rotate(-180 27 16)"
1569
- })), children);
1570
- });
1571
- if (process.env.NODE_ENV !== "production") {
1572
- AlignHorizontalRight.propTypes = iconPropTypes;
1573
- }
1574
- const AlignVerticalBottom = /*#__PURE__*/React.forwardRef(function AlignVerticalBottom(_ref69, ref) {
1575
- let {
1576
- children,
1577
- size = 16,
1578
- ...rest
1579
- } = _ref69;
1580
- return /*#__PURE__*/React.createElement(Icon, {
1581
- width: size,
1582
- height: size,
1583
- ref: ref,
1584
- xmlns: "http://www.w3.org/2000/svg",
1585
- viewBox: "0 0 32 32",
1586
- fill: "currentColor",
1587
- ...rest
1588
- }, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1589
- 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"
1590
- })), children);
1591
- });
1592
- if (process.env.NODE_ENV !== "production") {
1593
- AlignVerticalBottom.propTypes = iconPropTypes;
1594
- }
1595
- const AlignVerticalCenter = /*#__PURE__*/React.forwardRef(function AlignVerticalCenter(_ref70, ref) {
1596
- let {
1597
- children,
1598
- size = 16,
1599
- ...rest
1600
- } = _ref70;
1601
- return /*#__PURE__*/React.createElement(Icon, {
1602
- width: size,
1603
- height: size,
1604
- ref: ref,
1605
- xmlns: "http://www.w3.org/2000/svg",
1606
- viewBox: "0 0 32 32",
1607
- fill: "currentColor",
1608
- ...rest
1609
- }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1610
- 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"
1611
- })), children);
1612
- });
1613
- if (process.env.NODE_ENV !== "production") {
1614
- AlignVerticalCenter.propTypes = iconPropTypes;
1615
- }
1616
- const AlignVerticalTop = /*#__PURE__*/React.forwardRef(function AlignVerticalTop(_ref71, ref) {
1617
- let {
1618
- children,
1619
- size = 16,
1620
- ...rest
1621
- } = _ref71;
1622
- return /*#__PURE__*/React.createElement(Icon, {
1623
- width: size,
1624
- height: size,
1625
- ref: ref,
1626
- xmlns: "http://www.w3.org/2000/svg",
1627
- viewBox: "0 0 32 32",
1628
- fill: "currentColor",
1629
- ...rest
1630
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1631
- 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"
1632
- })), children);
1633
- });
1634
- if (process.env.NODE_ENV !== "production") {
1635
- AlignVerticalTop.propTypes = iconPropTypes;
1636
- }
1637
- const AlignBoxBottomCenter = /*#__PURE__*/React.forwardRef(function AlignBoxBottomCenter(_ref72, ref) {
1638
- let {
1639
- children,
1640
- size = 16,
1641
- ...rest
1642
- } = _ref72;
1643
- return /*#__PURE__*/React.createElement(Icon, {
1644
- width: size,
1645
- height: size,
1646
- ref: ref,
1647
- xmlns: "http://www.w3.org/2000/svg",
1648
- viewBox: "0 0 32 32",
1649
- fill: "currentColor",
1650
- ...rest
1651
- }, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1652
- 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"
1653
- })), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1654
- d: "M10 18H22V20H10z",
1655
- transform: "rotate(-180 16 19)"
1656
- })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1657
- d: "M12 23H20V25H12z",
1658
- transform: "rotate(-180 16 24)"
1659
- })), children);
1660
- });
1661
- if (process.env.NODE_ENV !== "production") {
1662
- AlignBoxBottomCenter.propTypes = iconPropTypes;
1663
- }
1664
- const AlignBoxBottomLeft = /*#__PURE__*/React.forwardRef(function AlignBoxBottomLeft(_ref73, ref) {
1665
- let {
1666
- children,
1667
- size = 16,
1668
- ...rest
1669
- } = _ref73;
1670
- return /*#__PURE__*/React.createElement(Icon, {
1671
- width: size,
1672
- height: size,
1673
- ref: ref,
1674
- xmlns: "http://www.w3.org/2000/svg",
1675
- viewBox: "0 0 32 32",
1676
- fill: "currentColor",
1677
- ...rest
1678
- }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1679
- 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"
1680
- })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1681
- d: "M9 18H20V20H9zM9 23H16V25H9z"
1682
- })), children);
1683
- });
1684
- if (process.env.NODE_ENV !== "production") {
1685
- AlignBoxBottomLeft.propTypes = iconPropTypes;
1686
- }
1687
- const AlignBoxBottomRight = /*#__PURE__*/React.forwardRef(function AlignBoxBottomRight(_ref74, ref) {
1688
- let {
1689
- children,
1690
- size = 16,
1691
- ...rest
1692
- } = _ref74;
1693
- return /*#__PURE__*/React.createElement(Icon, {
1694
- width: size,
1695
- height: size,
1696
- ref: ref,
1697
- xmlns: "http://www.w3.org/2000/svg",
1698
- viewBox: "0 0 32 32",
1699
- fill: "currentColor",
1700
- ...rest
1701
- }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1702
- 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"
1703
- })), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1704
- d: "M12 18H23V20H12z",
1705
- transform: "rotate(-180 17.5 19)"
1706
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1707
- d: "M16 23H23V25H16z",
1708
- transform: "rotate(-180 19.5 24)"
1709
- })), children);
1710
- });
1711
- if (process.env.NODE_ENV !== "production") {
1712
- AlignBoxBottomRight.propTypes = iconPropTypes;
1713
- }
1714
- const AlignBoxMiddleCenter = /*#__PURE__*/React.forwardRef(function AlignBoxMiddleCenter(_ref75, ref) {
1715
- let {
1716
- children,
1717
- size = 16,
1718
- ...rest
1719
- } = _ref75;
1720
- return /*#__PURE__*/React.createElement(Icon, {
1721
- width: size,
1722
- height: size,
1723
- ref: ref,
1724
- xmlns: "http://www.w3.org/2000/svg",
1725
- viewBox: "0 0 32 32",
1726
- fill: "currentColor",
1727
- ...rest
1728
- }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1729
- 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"
1730
- })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1731
- d: "M10 13H22V15H10z",
1732
- transform: "rotate(-180 16 14)"
1733
- })), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1734
- d: "M12 18H20V20H12z",
1735
- transform: "rotate(-180 16 19)"
1736
- })), children);
1737
- });
1738
- if (process.env.NODE_ENV !== "production") {
1739
- AlignBoxMiddleCenter.propTypes = iconPropTypes;
1740
- }
1741
- const AlignBoxMiddleLeft = /*#__PURE__*/React.forwardRef(function AlignBoxMiddleLeft(_ref76, ref) {
1742
- let {
1743
- children,
1744
- size = 16,
1745
- ...rest
1746
- } = _ref76;
1747
- return /*#__PURE__*/React.createElement(Icon, {
1748
- width: size,
1749
- height: size,
1750
- ref: ref,
1751
- xmlns: "http://www.w3.org/2000/svg",
1752
- viewBox: "0 0 32 32",
1753
- fill: "currentColor",
1754
- ...rest
1755
- }, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1756
- 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"
1757
- })), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1758
- d: "M9 13H20V15H9zM9 18H16V20H9z"
1759
- })), children);
1760
- });
1761
- if (process.env.NODE_ENV !== "production") {
1762
- AlignBoxMiddleLeft.propTypes = iconPropTypes;
1763
- }
1764
- const AlignBoxMiddleRight = /*#__PURE__*/React.forwardRef(function AlignBoxMiddleRight(_ref77, ref) {
1765
- let {
1766
- children,
1767
- size = 16,
1768
- ...rest
1769
- } = _ref77;
1770
- return /*#__PURE__*/React.createElement(Icon, {
1771
- width: size,
1772
- height: size,
1773
- ref: ref,
1774
- xmlns: "http://www.w3.org/2000/svg",
1775
- viewBox: "0 0 32 32",
1776
- fill: "currentColor",
1777
- ...rest
1778
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1779
- 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"
1780
- })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1781
- d: "M12 13H23V15H12z",
1782
- transform: "rotate(-180 17.5 14)"
1783
- })), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1784
- d: "M16 18H23V20H16z",
1785
- transform: "rotate(-180 19.5 19)"
1786
- })), children);
1787
- });
1788
- if (process.env.NODE_ENV !== "production") {
1789
- AlignBoxMiddleRight.propTypes = iconPropTypes;
1790
- }
1791
- const AlignBoxTopCenter = /*#__PURE__*/React.forwardRef(function AlignBoxTopCenter(_ref78, ref) {
1792
- let {
1793
- children,
1794
- size = 16,
1795
- ...rest
1796
- } = _ref78;
1797
- return /*#__PURE__*/React.createElement(Icon, {
1798
- width: size,
1799
- height: size,
1800
- ref: ref,
1801
- xmlns: "http://www.w3.org/2000/svg",
1802
- viewBox: "0 0 32 32",
1803
- fill: "currentColor",
1804
- ...rest
1805
- }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1806
- 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"
1807
- })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1808
- d: "M10 7H22V9H10z",
1809
- transform: "rotate(-180 16 8)"
1810
- })), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1811
- d: "M12 12H20V14H12z",
1812
- transform: "rotate(-180 16 13)"
1813
- })), children);
1814
- });
1815
- if (process.env.NODE_ENV !== "production") {
1816
- AlignBoxTopCenter.propTypes = iconPropTypes;
1817
- }
1818
- const AlignBoxTopLeft = /*#__PURE__*/React.forwardRef(function AlignBoxTopLeft(_ref79, ref) {
1819
- let {
1820
- children,
1821
- size = 16,
1822
- ...rest
1823
- } = _ref79;
1824
- return /*#__PURE__*/React.createElement(Icon, {
1825
- width: size,
1826
- height: size,
1827
- ref: ref,
1828
- xmlns: "http://www.w3.org/2000/svg",
1829
- viewBox: "0 0 32 32",
1830
- fill: "currentColor",
1831
- ...rest
1832
- }, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1833
- 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"
1834
- })), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1835
- d: "M9 7H20V9H9zM9 12H16V14H9z"
1836
- })), children);
1837
- });
1838
- if (process.env.NODE_ENV !== "production") {
1839
- AlignBoxTopLeft.propTypes = iconPropTypes;
1840
- }
1841
- const AlignBoxTopRight = /*#__PURE__*/React.forwardRef(function AlignBoxTopRight(_ref80, ref) {
1842
- let {
1843
- children,
1844
- size = 16,
1845
- ...rest
1846
- } = _ref80;
1847
- return /*#__PURE__*/React.createElement(Icon, {
1848
- width: size,
1849
- height: size,
1850
- ref: ref,
1851
- xmlns: "http://www.w3.org/2000/svg",
1852
- viewBox: "0 0 32 32",
1853
- fill: "currentColor",
1854
- ...rest
1855
- }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1856
- 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"
1857
- })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1858
- d: "M12 7H23V9H12z",
1859
- transform: "rotate(-180 17.5 8)"
1860
- })), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1861
- d: "M16 12H23V14H16z",
1862
- transform: "rotate(-180 19.5 13)"
1863
- })), children);
1864
- });
1865
- if (process.env.NODE_ENV !== "production") {
1866
- AlignBoxTopRight.propTypes = iconPropTypes;
1867
- }
1868
- const Analytics = /*#__PURE__*/React.forwardRef(function Analytics(_ref81, ref) {
1869
- let {
1870
- children,
1871
- size = 16,
1872
- ...rest
1873
- } = _ref81;
1874
- return /*#__PURE__*/React.createElement(Icon, {
1875
- width: size,
1876
- height: size,
1877
- ref: ref,
1878
- xmlns: "http://www.w3.org/2000/svg",
1879
- viewBox: "0 0 32 32",
1880
- fill: "currentColor",
1881
- ...rest
1882
- }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1883
- d: "M4,2H2V28a2,2,0,0,0,2,2H30V28H4Z"
1884
- })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1885
- 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"
1886
- })), children);
1887
- });
1888
- if (process.env.NODE_ENV !== "production") {
1889
- Analytics.propTypes = iconPropTypes;
1890
- }
1891
- const AnalyticsCustom = /*#__PURE__*/React.forwardRef(function AnalyticsCustom(_ref82, ref) {
1892
- let {
1893
- children,
1894
- size = 16,
1895
- ...rest
1896
- } = _ref82;
1897
- return /*#__PURE__*/React.createElement(Icon, {
1898
- width: size,
1899
- height: size,
1900
- ref: ref,
1901
- xmlns: "http://www.w3.org/2000/svg",
1902
- viewBox: "0 0 32 32",
1903
- fill: "currentColor",
1904
- ...rest
1905
- }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1906
- 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"
1907
- })), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1908
- d: "M4,2H2V28a2,2,0,0,0,2,2h8V28H4Z"
1909
- })), children);
1910
- });
1911
- if (process.env.NODE_ENV !== "production") {
1912
- AnalyticsCustom.propTypes = iconPropTypes;
1913
- }
1914
- const AnalyticsReference = /*#__PURE__*/React.forwardRef(function AnalyticsReference(_ref83, ref) {
1915
- let {
1916
- children,
1917
- size = 16,
1918
- ...rest
1919
- } = _ref83;
1920
- return /*#__PURE__*/React.createElement(Icon, {
1921
- width: size,
1922
- height: size,
1923
- ref: ref,
1924
- xmlns: "http://www.w3.org/2000/svg",
1925
- viewBox: "0 0 32 32",
1926
- fill: "currentColor",
1927
- ...rest
1928
- }, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1929
- 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"
1930
- })), children);
1931
- });
1932
- if (process.env.NODE_ENV !== "production") {
1933
- AnalyticsReference.propTypes = iconPropTypes;
1934
- }
1935
- const Anchor = /*#__PURE__*/React.forwardRef(function Anchor(_ref84, ref) {
1936
- let {
1937
- children,
1938
- size = 16,
1939
- ...rest
1940
- } = _ref84;
1941
- return /*#__PURE__*/React.createElement(Icon, {
1942
- width: size,
1943
- height: size,
1944
- ref: ref,
1945
- xmlns: "http://www.w3.org/2000/svg",
1946
- viewBox: "0 0 32 32",
1947
- fill: "currentColor",
1948
- ...rest
1949
- }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1950
- strokeWidth: "0",
1951
- d: "M2.257 25.5H8.742V27.5H2.257z",
1952
- transform: "rotate(-45 5.5 26.5)"
1953
- })), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1954
- strokeWidth: "0",
1955
- d: "M9.257 18.5H15.742V20.5H9.257z",
1956
- transform: "rotate(-45 12.5 19.5)"
1957
- })), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
1958
- strokeWidth: "0",
1959
- d: "M16.257 11.5H22.742V13.5H16.257z",
1960
- transform: "rotate(-45 19.5 12.5)"
1961
- })), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
1962
- strokeWidth: "0",
1963
- d: "M23.257 4.5H29.742V6.5H23.257z",
1964
- transform: "rotate(-45 26.5 5.5)"
1965
- })), children);
1966
- });
1967
- if (process.env.NODE_ENV !== "production") {
1968
- Anchor.propTypes = iconPropTypes;
1969
- }
1970
- const WatsonHealthAngle = /*#__PURE__*/React.forwardRef(function WatsonHealthAngle(_ref85, ref) {
1971
- let {
1972
- children,
1973
- size = 16,
1974
- ...rest
1975
- } = _ref85;
1976
- return /*#__PURE__*/React.createElement(Icon, {
1977
- width: size,
1978
- height: size,
1979
- ref: ref,
1980
- xmlns: "http://www.w3.org/2000/svg",
1981
- viewBox: "0 0 32 32",
1982
- fill: "currentColor",
1983
- ...rest
1984
- }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
1985
- 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"
1986
- })), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
1987
- d: "M22,21h2a13,13,0,0,0-5.42-10.56l-1.16,1.62A11,11,0,0,1,22,21Z"
1988
- })), children);
1989
- });
1990
- if (process.env.NODE_ENV !== "production") {
1991
- WatsonHealthAngle.propTypes = iconPropTypes;
1992
- }
1993
- const WatsonHealthAnnotationVisibility = /*#__PURE__*/React.forwardRef(function WatsonHealthAnnotationVisibility(_ref86, ref) {
1994
- let {
1995
- children,
1996
- size = 16,
1997
- ...rest
1998
- } = _ref86;
1999
- return /*#__PURE__*/React.createElement(Icon, {
2000
- width: size,
2001
- height: size,
2002
- ref: ref,
2003
- xmlns: "http://www.w3.org/2000/svg",
2004
- viewBox: "0 0 32 32",
2005
- fill: "currentColor",
2006
- ...rest
2007
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2008
- 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"
2009
- })), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2010
- 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"
2011
- })), children);
2012
- });
2013
- if (process.env.NODE_ENV !== "production") {
2014
- WatsonHealthAnnotationVisibility.propTypes = iconPropTypes;
2015
- }
2016
- const Aperture = /*#__PURE__*/React.forwardRef(function Aperture(_ref87, ref) {
2017
- let {
2018
- children,
2019
- size = 16,
2020
- ...rest
2021
- } = _ref87;
2022
- return /*#__PURE__*/React.createElement(Icon, {
2023
- width: size,
2024
- height: size,
2025
- ref: ref,
2026
- xmlns: "http://www.w3.org/2000/svg",
2027
- viewBox: "0 0 32 32",
2028
- fill: "currentColor",
2029
- ...rest
2030
- }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2031
- 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"
2032
- })), children);
2033
- });
2034
- if (process.env.NODE_ENV !== "production") {
2035
- Aperture.propTypes = iconPropTypes;
2036
- }
2037
- const Api = /*#__PURE__*/React.forwardRef(function Api(_ref88, ref) {
2038
- let {
2039
- children,
2040
- size = 16,
2041
- ...rest
2042
- } = _ref88;
2043
- return /*#__PURE__*/React.createElement(Icon, {
2044
- width: size,
2045
- height: size,
2046
- ref: ref,
2047
- xmlns: "http://www.w3.org/2000/svg",
2048
- viewBox: "0 0 32 32",
2049
- fill: "currentColor",
2050
- ...rest
2051
- }, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2052
- 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"
2053
- })), children);
2054
- });
2055
- if (process.env.NODE_ENV !== "production") {
2056
- Api.propTypes = iconPropTypes;
2057
- }
2058
- const Api_1 = /*#__PURE__*/React.forwardRef(function Api_1(_ref89, ref) {
2059
- let {
2060
- children,
2061
- size = 16,
2062
- ...rest
2063
- } = _ref89;
2064
- return /*#__PURE__*/React.createElement(Icon, {
2065
- width: size,
2066
- height: size,
2067
- ref: ref,
2068
- xmlns: "http://www.w3.org/2000/svg",
2069
- viewBox: "0 0 32 32",
2070
- fill: "currentColor",
2071
- ...rest
2072
- }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2073
- 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"
2074
- })), children);
2075
- });
2076
- if (process.env.NODE_ENV !== "production") {
2077
- Api_1.propTypes = iconPropTypes;
2078
- }
2079
- const ApiKey = /*#__PURE__*/React.forwardRef(function ApiKey(_ref90, ref) {
2080
- let {
2081
- children,
2082
- size = 16,
2083
- ...rest
2084
- } = _ref90;
2085
- return /*#__PURE__*/React.createElement(Icon, {
2086
- width: size,
2087
- height: size,
2088
- ref: ref,
2089
- xmlns: "http://www.w3.org/2000/svg",
2090
- viewBox: "0 0 32 32",
2091
- fill: "currentColor",
2092
- ...rest
2093
- }, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2094
- strokeWidth: "0",
2095
- 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"
2096
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
2097
- cx: "22",
2098
- cy: "10",
2099
- r: "2",
2100
- strokeWidth: "0"
2101
- })), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2102
- strokeWidth: "0",
2103
- 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"
2104
- })), children);
2105
- });
2106
- if (process.env.NODE_ENV !== "production") {
2107
- ApiKey.propTypes = iconPropTypes;
2108
- }
2109
- const App = /*#__PURE__*/React.forwardRef(function App(_ref91, ref) {
2110
- let {
2111
- children,
2112
- size = 16,
2113
- ...rest
2114
- } = _ref91;
2115
- return /*#__PURE__*/React.createElement(Icon, {
2116
- width: size,
2117
- height: size,
2118
- ref: ref,
2119
- xmlns: "http://www.w3.org/2000/svg",
2120
- viewBox: "0 0 32 32",
2121
- fill: "currentColor",
2122
- ...rest
2123
- }, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2124
- 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"
2125
- })), children);
2126
- });
2127
- if (process.env.NODE_ENV !== "production") {
2128
- App.propTypes = iconPropTypes;
2129
- }
2130
- const AppConnectivity = /*#__PURE__*/React.forwardRef(function AppConnectivity(_ref92, ref) {
2131
- let {
2132
- children,
2133
- size = 16,
2134
- ...rest
2135
- } = _ref92;
2136
- return /*#__PURE__*/React.createElement(Icon, {
2137
- width: size,
2138
- height: size,
2139
- ref: ref,
2140
- xmlns: "http://www.w3.org/2000/svg",
2141
- viewBox: "0 0 32 32",
2142
- fill: "currentColor",
2143
- ...rest
2144
- }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2145
- 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"
2146
- })), children);
2147
- });
2148
- if (process.env.NODE_ENV !== "production") {
2149
- AppConnectivity.propTypes = iconPropTypes;
2150
- }
2151
- const Apple = /*#__PURE__*/React.forwardRef(function Apple(_ref93, ref) {
2152
- let {
2153
- children,
2154
- size = 16,
2155
- ...rest
2156
- } = _ref93;
2157
- return /*#__PURE__*/React.createElement(Icon, {
2158
- width: size,
2159
- height: size,
2160
- ref: ref,
2161
- xmlns: "http://www.w3.org/2000/svg",
2162
- viewBox: "0 0 32 32",
2163
- fill: "currentColor",
2164
- ...rest
2165
- }, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2166
- 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"
2167
- })), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2168
- d: "M18,7H17V6a2.0021,2.0021,0,0,1,2-2h1V5A2.0021,2.0021,0,0,1,18,7Z"
2169
- })), children);
2170
- });
2171
- if (process.env.NODE_ENV !== "production") {
2172
- Apple.propTypes = iconPropTypes;
2173
- }
2174
- const AppleDash = /*#__PURE__*/React.forwardRef(function AppleDash(_ref94, ref) {
2175
- let {
2176
- children,
2177
- size = 16,
2178
- ...rest
2179
- } = _ref94;
2180
- return /*#__PURE__*/React.createElement(Icon, {
2181
- width: size,
2182
- height: size,
2183
- ref: ref,
2184
- xmlns: "http://www.w3.org/2000/svg",
2185
- viewBox: "0 0 32 32",
2186
- fill: "currentColor",
2187
- ...rest
2188
- }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2189
- 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"
2190
- })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2191
- 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"
2192
- })), children);
2193
- });
2194
- if (process.env.NODE_ENV !== "production") {
2195
- AppleDash.propTypes = iconPropTypes;
2196
- }
2197
- const Application = /*#__PURE__*/React.forwardRef(function Application(_ref95, ref) {
2198
- let {
2199
- children,
2200
- size = 16,
2201
- ...rest
2202
- } = _ref95;
2203
- return /*#__PURE__*/React.createElement(Icon, {
2204
- width: size,
2205
- height: size,
2206
- ref: ref,
2207
- xmlns: "http://www.w3.org/2000/svg",
2208
- viewBox: "0 0 32 32",
2209
- fill: "currentColor",
2210
- ...rest
2211
- }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2212
- 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"
2213
- })), children);
2214
- });
2215
- if (process.env.NODE_ENV !== "production") {
2216
- Application.propTypes = iconPropTypes;
2217
- }
2218
- const ApplicationMobile = /*#__PURE__*/React.forwardRef(function ApplicationMobile(_ref96, ref) {
2219
- let {
2220
- children,
2221
- size = 16,
2222
- ...rest
2223
- } = _ref96;
2224
- return /*#__PURE__*/React.createElement(Icon, {
2225
- width: size,
2226
- height: size,
2227
- ref: ref,
2228
- xmlns: "http://www.w3.org/2000/svg",
2229
- viewBox: "0 0 32 32",
2230
- fill: "currentColor",
2231
- ...rest
2232
- }, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2233
- d: "M23 7H27V11H23zM23 13H27V17H23zM17 7H21V11H17zM17 13H21V17H17z"
2234
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
2235
- cx: "14.5",
2236
- cy: "24.5",
2237
- r: "1.5"
2238
- })), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2239
- 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"
2240
- })), children);
2241
- });
2242
- if (process.env.NODE_ENV !== "production") {
2243
- ApplicationMobile.propTypes = iconPropTypes;
2244
- }
2245
- const ApplicationVirtual = /*#__PURE__*/React.forwardRef(function ApplicationVirtual(_ref97, ref) {
2246
- let {
2247
- children,
2248
- size = 16,
2249
- ...rest
2250
- } = _ref97;
2251
- return /*#__PURE__*/React.createElement(Icon, {
2252
- width: size,
2253
- height: size,
2254
- ref: ref,
2255
- xmlns: "http://www.w3.org/2000/svg",
2256
- viewBox: "0 0 32 32",
2257
- fill: "currentColor",
2258
- ...rest
2259
- }, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2260
- d: "M17 19H21V23H17zM11 19H15V23H11zM17 25H21V29H17zM11 25H15V29H11z"
2261
- })), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2262
- 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"
2263
- })), children);
2264
- });
2265
- if (process.env.NODE_ENV !== "production") {
2266
- ApplicationVirtual.propTypes = iconPropTypes;
2267
- }
2268
- const ApplicationWeb = /*#__PURE__*/React.forwardRef(function ApplicationWeb(_ref98, ref) {
2269
- let {
2270
- children,
2271
- size = 16,
2272
- ...rest
2273
- } = _ref98;
2274
- return /*#__PURE__*/React.createElement(Icon, {
2275
- width: size,
2276
- height: size,
2277
- ref: ref,
2278
- xmlns: "http://www.w3.org/2000/svg",
2279
- viewBox: "0 0 32 32",
2280
- fill: "currentColor",
2281
- ...rest
2282
- }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2283
- d: "M26 2H30V6H26zM26 8H30V12H26zM20 2H24V6H20zM20 8H24V12H20z"
2284
- })), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2285
- d: "M28,16v6H4V6H16V4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V16ZM18,28H14V24h4Z"
2286
- })), children);
2287
- });
2288
- if (process.env.NODE_ENV !== "production") {
2289
- ApplicationWeb.propTypes = iconPropTypes;
2290
- }
2291
- const Apps = /*#__PURE__*/React.forwardRef(function Apps(_ref99, ref) {
2292
- let {
2293
- children,
2294
- size = 16,
2295
- ...rest
2296
- } = _ref99;
2297
- if (size === 16 || size === "16" || size === "16px") {
2298
- return /*#__PURE__*/React.createElement(Icon, {
2299
- width: size,
2300
- height: size,
2301
- ref: ref,
2302
- xmlns: "http://www.w3.org/2000/svg",
2303
- viewBox: "0 0 16 16",
2304
- fill: "currentColor",
2305
- ...rest
2306
- }, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2307
- 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"
2308
- })), children);
2309
- }
2310
- return /*#__PURE__*/React.createElement(Icon, {
2311
- width: size,
2312
- height: size,
2313
- ref: ref,
2314
- xmlns: "http://www.w3.org/2000/svg",
2315
- viewBox: "0 0 32 32",
2316
- fill: "currentColor",
2317
- ...rest
2318
- }, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2319
- d: "M8,4V8H4V4Zm2-2H2v8h8Zm8,2V8H14V4Zm2-2H12v8h8Zm8,2V8H24V4Zm2-2H22v8h8ZM8,14v4H4V14Zm2-2H2v8h8Zm8,2v4H14V14Zm2-2H12v8h8Zm8,2v4H24V14Zm2-2H22v8h8ZM8,24v4H4V24Zm2-2H2v8h8Zm8,2v4H14V24Zm2-2H12v8h8Zm8,2v4H24V24Zm2-2H22v8h8Z"
2320
- })), children);
2321
- });
2322
- if (process.env.NODE_ENV !== "production") {
2323
- Apps.propTypes = iconPropTypes;
2324
- }
2325
- const Archive = /*#__PURE__*/React.forwardRef(function Archive(_ref100, ref) {
2326
- let {
2327
- children,
2328
- size = 16,
2329
- ...rest
2330
- } = _ref100;
2331
- return /*#__PURE__*/React.createElement(Icon, {
2332
- width: size,
2333
- height: size,
2334
- ref: ref,
2335
- xmlns: "http://www.w3.org/2000/svg",
2336
- viewBox: "0 0 32 32",
2337
- fill: "currentColor",
2338
- ...rest
2339
- }, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2340
- d: "M14 19H18V21H14z"
2341
- })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2342
- d: "M6,2V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V2ZM24,28H8V16H24Zm0-14H8V10H24ZM8,8V4H24V8Z"
2343
- })), children);
2344
- });
2345
- if (process.env.NODE_ENV !== "production") {
2346
- Archive.propTypes = iconPropTypes;
2347
- }
2348
- const Area = /*#__PURE__*/React.forwardRef(function Area(_ref101, ref) {
2349
- let {
2350
- children,
2351
- size = 16,
2352
- ...rest
2353
- } = _ref101;
2354
- return /*#__PURE__*/React.createElement(Icon, {
2355
- width: size,
2356
- height: size,
2357
- ref: ref,
2358
- xmlns: "http://www.w3.org/2000/svg",
2359
- viewBox: "0 0 32 32",
2360
- fill: "currentColor",
2361
- ...rest
2362
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2363
- 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"
2364
- })), children);
2365
- });
2366
- if (process.env.NODE_ENV !== "production") {
2367
- Area.propTypes = iconPropTypes;
2368
- }
2369
- const AreaCustom = /*#__PURE__*/React.forwardRef(function AreaCustom(_ref102, ref) {
2370
- let {
2371
- children,
2372
- size = 16,
2373
- ...rest
2374
- } = _ref102;
2375
- return /*#__PURE__*/React.createElement(Icon, {
2376
- width: size,
2377
- height: size,
2378
- ref: ref,
2379
- xmlns: "http://www.w3.org/2000/svg",
2380
- viewBox: "0 0 32 32",
2381
- fill: "currentColor",
2382
- ...rest
2383
- }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2384
- 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"
2385
- })), children);
2386
- });
2387
- if (process.env.NODE_ENV !== "production") {
2388
- AreaCustom.propTypes = iconPropTypes;
2389
- }
2390
- const ArithmeticMean = /*#__PURE__*/React.forwardRef(function ArithmeticMean(_ref103, ref) {
2391
- let {
2392
- children,
2393
- size = 16,
2394
- ...rest
2395
- } = _ref103;
2396
- return /*#__PURE__*/React.createElement(Icon, {
2397
- width: size,
2398
- height: size,
2399
- ref: ref,
2400
- xmlns: "http://www.w3.org/2000/svg",
2401
- viewBox: "0 0 32 32",
2402
- fill: "currentColor",
2403
- ...rest
2404
- }, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2405
- 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"
2406
- })), children);
2407
- });
2408
- if (process.env.NODE_ENV !== "production") {
2409
- ArithmeticMean.propTypes = iconPropTypes;
2410
- }
2411
- const ArithmeticMedian = /*#__PURE__*/React.forwardRef(function ArithmeticMedian(_ref104, ref) {
2412
- let {
2413
- children,
2414
- size = 16,
2415
- ...rest
2416
- } = _ref104;
2417
- return /*#__PURE__*/React.createElement(Icon, {
2418
- width: size,
2419
- height: size,
2420
- ref: ref,
2421
- xmlns: "http://www.w3.org/2000/svg",
2422
- viewBox: "0 0 32 32",
2423
- fill: "currentColor",
2424
- ...rest
2425
- }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2426
- 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"
2427
- })), children);
2428
- });
2429
- if (process.env.NODE_ENV !== "production") {
2430
- ArithmeticMedian.propTypes = iconPropTypes;
2431
- }
2432
- const Arrange = /*#__PURE__*/React.forwardRef(function Arrange(_ref105, ref) {
2433
- let {
2434
- children,
2435
- size = 16,
2436
- ...rest
2437
- } = _ref105;
2438
- return /*#__PURE__*/React.createElement(Icon, {
2439
- width: size,
2440
- height: size,
2441
- ref: ref,
2442
- xmlns: "http://www.w3.org/2000/svg",
2443
- viewBox: "0 0 32 32",
2444
- fill: "currentColor",
2445
- ...rest
2446
- }, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2447
- d: "M30,29H2v-2h28v2ZM27,19H5v2h22v-2ZM24,11H8v2h16v-2ZM21,3h-10v2h10v-2Z"
2448
- })), children);
2449
- });
2450
- if (process.env.NODE_ENV !== "production") {
2451
- Arrange.propTypes = iconPropTypes;
2452
- }
2453
- const ArrangeHorizontal = /*#__PURE__*/React.forwardRef(function ArrangeHorizontal(_ref106, ref) {
2454
- let {
2455
- children,
2456
- size = 16,
2457
- ...rest
2458
- } = _ref106;
2459
- return /*#__PURE__*/React.createElement(Icon, {
2460
- width: size,
2461
- height: size,
2462
- ref: ref,
2463
- xmlns: "http://www.w3.org/2000/svg",
2464
- viewBox: "0 0 32 32",
2465
- fill: "currentColor",
2466
- ...rest
2467
- }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2468
- strokeWidth: "0",
2469
- 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"
2470
- })), children);
2471
- });
2472
- if (process.env.NODE_ENV !== "production") {
2473
- ArrangeHorizontal.propTypes = iconPropTypes;
2474
- }
2475
- const ArrangeVertical = /*#__PURE__*/React.forwardRef(function ArrangeVertical(_ref107, ref) {
2476
- let {
2477
- children,
2478
- size = 16,
2479
- ...rest
2480
- } = _ref107;
2481
- return /*#__PURE__*/React.createElement(Icon, {
2482
- width: size,
2483
- height: size,
2484
- ref: ref,
2485
- xmlns: "http://www.w3.org/2000/svg",
2486
- viewBox: "0 0 32 32",
2487
- fill: "currentColor",
2488
- ...rest
2489
- }, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2490
- strokeWidth: "0",
2491
- 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"
2492
- })), children);
2493
- });
2494
- if (process.env.NODE_ENV !== "production") {
2495
- ArrangeVertical.propTypes = iconPropTypes;
2496
- }
2497
- const Array = /*#__PURE__*/React.forwardRef(function Array(_ref108, ref) {
2498
- let {
2499
- children,
2500
- size = 16,
2501
- ...rest
2502
- } = _ref108;
2503
- return /*#__PURE__*/React.createElement(Icon, {
2504
- width: size,
2505
- height: size,
2506
- ref: ref,
2507
- xmlns: "http://www.w3.org/2000/svg",
2508
- viewBox: "0 0 32 32",
2509
- fill: "currentColor",
2510
- ...rest
2511
- }, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2512
- 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"
2513
- })), children);
2514
- });
2515
- if (process.env.NODE_ENV !== "production") {
2516
- Array.propTypes = iconPropTypes;
2517
- }
2518
- const ArrayBooleans = /*#__PURE__*/React.forwardRef(function ArrayBooleans(_ref109, ref) {
2519
- let {
2520
- children,
2521
- size = 16,
2522
- ...rest
2523
- } = _ref109;
2524
- return /*#__PURE__*/React.createElement(Icon, {
2525
- width: size,
2526
- height: size,
2527
- ref: ref,
2528
- xmlns: "http://www.w3.org/2000/svg",
2529
- viewBox: "0 0 32 32",
2530
- fill: "currentColor",
2531
- ...rest
2532
- }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2533
- 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"
2534
- })), children);
2535
- });
2536
- if (process.env.NODE_ENV !== "production") {
2537
- ArrayBooleans.propTypes = iconPropTypes;
2538
- }
2539
- const ArrayDates = /*#__PURE__*/React.forwardRef(function ArrayDates(_ref110, ref) {
2540
- let {
2541
- children,
2542
- size = 16,
2543
- ...rest
2544
- } = _ref110;
2545
- return /*#__PURE__*/React.createElement(Icon, {
2546
- width: size,
2547
- height: size,
2548
- ref: ref,
2549
- xmlns: "http://www.w3.org/2000/svg",
2550
- viewBox: "0 0 32 32",
2551
- fill: "currentColor",
2552
- ...rest
2553
- }, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2554
- 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"
2555
- })), children);
2556
- });
2557
- if (process.env.NODE_ENV !== "production") {
2558
- ArrayDates.propTypes = iconPropTypes;
2559
- }
2560
- const ArrayNumbers = /*#__PURE__*/React.forwardRef(function ArrayNumbers(_ref111, ref) {
2561
- let {
2562
- children,
2563
- size = 16,
2564
- ...rest
2565
- } = _ref111;
2566
- return /*#__PURE__*/React.createElement(Icon, {
2567
- width: size,
2568
- height: size,
2569
- ref: ref,
2570
- xmlns: "http://www.w3.org/2000/svg",
2571
- viewBox: "0 0 32 32",
2572
- fill: "currentColor",
2573
- ...rest
2574
- }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2575
- 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"
2576
- })), children);
2577
- });
2578
- if (process.env.NODE_ENV !== "production") {
2579
- ArrayNumbers.propTypes = iconPropTypes;
2580
- }
2581
- const ArrayObjects = /*#__PURE__*/React.forwardRef(function ArrayObjects(_ref112, ref) {
2582
- let {
2583
- children,
2584
- size = 16,
2585
- ...rest
2586
- } = _ref112;
2587
- return /*#__PURE__*/React.createElement(Icon, {
2588
- width: size,
2589
- height: size,
2590
- ref: ref,
2591
- xmlns: "http://www.w3.org/2000/svg",
2592
- viewBox: "0 0 32 32",
2593
- fill: "currentColor",
2594
- ...rest
2595
- }, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2596
- 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"
2597
- })), children);
2598
- });
2599
- if (process.env.NODE_ENV !== "production") {
2600
- ArrayObjects.propTypes = iconPropTypes;
2601
- }
2602
- const ArrayStrings = /*#__PURE__*/React.forwardRef(function ArrayStrings(_ref113, ref) {
2603
- let {
2604
- children,
2605
- size = 16,
2606
- ...rest
2607
- } = _ref113;
2608
- return /*#__PURE__*/React.createElement(Icon, {
2609
- width: size,
2610
- height: size,
2611
- ref: ref,
2612
- xmlns: "http://www.w3.org/2000/svg",
2613
- viewBox: "0 0 32 32",
2614
- fill: "currentColor",
2615
- ...rest
2616
- }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2617
- 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"
2618
- })), children);
2619
- });
2620
- if (process.env.NODE_ENV !== "production") {
2621
- ArrayStrings.propTypes = iconPropTypes;
2622
- }
2623
- const Arrival = /*#__PURE__*/React.forwardRef(function Arrival(_ref114, ref) {
2624
- let {
2625
- children,
2626
- size = 16,
2627
- ...rest
2628
- } = _ref114;
2629
- return /*#__PURE__*/React.createElement(Icon, {
2630
- width: size,
2631
- height: size,
2632
- ref: ref,
2633
- xmlns: "http://www.w3.org/2000/svg",
2634
- viewBox: "0 0 32 32",
2635
- fill: "currentColor",
2636
- ...rest
2637
- }, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2638
- 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"
2639
- })), children);
2640
- });
2641
- if (process.env.NODE_ENV !== "production") {
2642
- Arrival.propTypes = iconPropTypes;
2643
- }
2644
- const WatsonHealthArrowAnnotation = /*#__PURE__*/React.forwardRef(function WatsonHealthArrowAnnotation(_ref115, ref) {
2645
- let {
2646
- children,
2647
- size = 16,
2648
- ...rest
2649
- } = _ref115;
2650
- return /*#__PURE__*/React.createElement(Icon, {
2651
- width: size,
2652
- height: size,
2653
- ref: ref,
2654
- xmlns: "http://www.w3.org/2000/svg",
2655
- viewBox: "0 0 32 32",
2656
- fill: "currentColor",
2657
- ...rest
2658
- }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2659
- 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"
2660
- })), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2661
- d: "M19 25L21 25 21 18 24 18 24 16 16 16 16 18 19 18 19 25z"
2662
- })), children);
2663
- });
2664
- if (process.env.NODE_ENV !== "production") {
2665
- WatsonHealthArrowAnnotation.propTypes = iconPropTypes;
2666
- }
2667
- const ArrowDown = /*#__PURE__*/React.forwardRef(function ArrowDown(_ref116, ref) {
2668
- let {
2669
- children,
2670
- size = 16,
2671
- ...rest
2672
- } = _ref116;
2673
- if (size === 16 || size === "16" || size === "16px") {
2674
- return /*#__PURE__*/React.createElement(Icon, {
2675
- width: size,
2676
- height: size,
2677
- ref: ref,
2678
- xmlns: "http://www.w3.org/2000/svg",
2679
- viewBox: "0 0 16 16",
2680
- fill: "currentColor",
2681
- ...rest
2682
- }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2683
- 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"
2684
- })), children);
2685
- }
2686
- return /*#__PURE__*/React.createElement(Icon, {
2687
- width: size,
2688
- height: size,
2689
- ref: ref,
2690
- xmlns: "http://www.w3.org/2000/svg",
2691
- viewBox: "0 0 32 32",
2692
- fill: "currentColor",
2693
- ...rest
2694
- }, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2695
- 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"
2696
- })), children);
2697
- });
2698
- if (process.env.NODE_ENV !== "production") {
2699
- ArrowDown.propTypes = iconPropTypes;
2700
- }
2701
- const ArrowDownLeft = /*#__PURE__*/React.forwardRef(function ArrowDownLeft(_ref117, ref) {
2702
- let {
2703
- children,
2704
- size = 16,
2705
- ...rest
2706
- } = _ref117;
2707
- return /*#__PURE__*/React.createElement(Icon, {
2708
- width: size,
2709
- height: size,
2710
- ref: ref,
2711
- xmlns: "http://www.w3.org/2000/svg",
2712
- viewBox: "0 0 32 32",
2713
- fill: "currentColor",
2714
- ...rest
2715
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2716
- d: "M22 26L22 24 9.41 24 26 7.41 24.59 6 8 22.59 8 10 6 10 6 26 22 26z"
2717
- })), children);
2718
- });
2719
- if (process.env.NODE_ENV !== "production") {
2720
- ArrowDownLeft.propTypes = iconPropTypes;
2721
- }
2722
- const ArrowDownRight = /*#__PURE__*/React.forwardRef(function ArrowDownRight(_ref118, ref) {
2723
- let {
2724
- children,
2725
- size = 16,
2726
- ...rest
2727
- } = _ref118;
2728
- return /*#__PURE__*/React.createElement(Icon, {
2729
- width: size,
2730
- height: size,
2731
- ref: ref,
2732
- xmlns: "http://www.w3.org/2000/svg",
2733
- viewBox: "0 0 32 32",
2734
- fill: "currentColor",
2735
- ...rest
2736
- }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2737
- d: "M10 26L10 24 22.59 24 6 7.41 7.41 6 24 22.59 24 10 26 10 26 26 10 26z"
2738
- })), children);
2739
- });
2740
- if (process.env.NODE_ENV !== "production") {
2741
- ArrowDownRight.propTypes = iconPropTypes;
2742
- }
2743
- const ArrowLeft = /*#__PURE__*/React.forwardRef(function ArrowLeft(_ref119, ref) {
2744
- let {
2745
- children,
2746
- size = 16,
2747
- ...rest
2748
- } = _ref119;
2749
- if (size === 16 || size === "16" || size === "16px") {
2750
- return /*#__PURE__*/React.createElement(Icon, {
2751
- width: size,
2752
- height: size,
2753
- ref: ref,
2754
- xmlns: "http://www.w3.org/2000/svg",
2755
- viewBox: "0 0 16 16",
2756
- fill: "currentColor",
2757
- ...rest
2758
- }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2759
- 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"
2760
- })), children);
2761
- }
2762
- return /*#__PURE__*/React.createElement(Icon, {
2763
- width: size,
2764
- height: size,
2765
- ref: ref,
2766
- xmlns: "http://www.w3.org/2000/svg",
2767
- viewBox: "0 0 32 32",
2768
- fill: "currentColor",
2769
- ...rest
2770
- }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2771
- 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"
2772
- })), children);
2773
- });
2774
- if (process.env.NODE_ENV !== "production") {
2775
- ArrowLeft.propTypes = iconPropTypes;
2776
- }
2777
- const ArrowRight = /*#__PURE__*/React.forwardRef(function ArrowRight(_ref120, ref) {
2778
- let {
2779
- children,
2780
- size = 16,
2781
- ...rest
2782
- } = _ref120;
2783
- if (size === 16 || size === "16" || size === "16px") {
2784
- return /*#__PURE__*/React.createElement(Icon, {
2785
- width: size,
2786
- height: size,
2787
- ref: ref,
2788
- xmlns: "http://www.w3.org/2000/svg",
2789
- viewBox: "0 0 16 16",
2790
- fill: "currentColor",
2791
- ...rest
2792
- }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2793
- 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"
2794
- })), children);
2795
- }
2796
- if (size === 20 || size === "20" || size === "20px") {
2797
- return /*#__PURE__*/React.createElement(Icon, {
2798
- width: size,
2799
- height: size,
2800
- ref: ref,
2801
- xmlns: "http://www.w3.org/2000/svg",
2802
- viewBox: "0 0 20 20",
2803
- fill: "currentColor",
2804
- ...rest
2805
- }, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2806
- 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"
2807
- })), children);
2808
- }
2809
- if (size === 24 || size === "24" || size === "24px") {
2810
- return /*#__PURE__*/React.createElement(Icon, {
2811
- width: size,
2812
- height: size,
2813
- ref: ref,
2814
- xmlns: "http://www.w3.org/2000/svg",
2815
- viewBox: "0 0 24 24",
2816
- fill: "currentColor",
2817
- ...rest
2818
- }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2819
- 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"
2820
- })), children);
2821
- }
2822
- return /*#__PURE__*/React.createElement(Icon, {
2823
- width: size,
2824
- height: size,
2825
- ref: ref,
2826
- xmlns: "http://www.w3.org/2000/svg",
2827
- viewBox: "0 0 32 32",
2828
- fill: "currentColor",
2829
- ...rest
2830
- }, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2831
- 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"
2832
- })), children);
2833
- });
2834
- if (process.env.NODE_ENV !== "production") {
2835
- ArrowRight.propTypes = iconPropTypes;
2836
- }
2837
- const ArrowUp = /*#__PURE__*/React.forwardRef(function ArrowUp(_ref121, ref) {
2838
- let {
2839
- children,
2840
- size = 16,
2841
- ...rest
2842
- } = _ref121;
2843
- if (size === 16 || size === "16" || size === "16px") {
2844
- return /*#__PURE__*/React.createElement(Icon, {
2845
- width: size,
2846
- height: size,
2847
- ref: ref,
2848
- xmlns: "http://www.w3.org/2000/svg",
2849
- viewBox: "0 0 16 16",
2850
- fill: "currentColor",
2851
- ...rest
2852
- }, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2853
- 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"
2854
- })), children);
2855
- }
2856
- return /*#__PURE__*/React.createElement(Icon, {
2857
- width: size,
2858
- height: size,
2859
- ref: ref,
2860
- xmlns: "http://www.w3.org/2000/svg",
2861
- viewBox: "0 0 32 32",
2862
- fill: "currentColor",
2863
- ...rest
2864
- }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2865
- 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"
2866
- })), children);
2867
- });
2868
- if (process.env.NODE_ENV !== "production") {
2869
- ArrowUp.propTypes = iconPropTypes;
2870
- }
2871
- const ArrowUpLeft = /*#__PURE__*/React.forwardRef(function ArrowUpLeft(_ref122, ref) {
2872
- let {
2873
- children,
2874
- size = 16,
2875
- ...rest
2876
- } = _ref122;
2877
- return /*#__PURE__*/React.createElement(Icon, {
2878
- width: size,
2879
- height: size,
2880
- ref: ref,
2881
- xmlns: "http://www.w3.org/2000/svg",
2882
- viewBox: "0 0 32 32",
2883
- fill: "currentColor",
2884
- ...rest
2885
- }, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2886
- d: "M22 6L22 8 9.41 8 26 24.59 24.59 26 8 9.41 8 22 6 22 6 6 22 6z"
2887
- })), children);
2888
- });
2889
- if (process.env.NODE_ENV !== "production") {
2890
- ArrowUpLeft.propTypes = iconPropTypes;
2891
- }
2892
- const ArrowUpRight = /*#__PURE__*/React.forwardRef(function ArrowUpRight(_ref123, ref) {
2893
- let {
2894
- children,
2895
- size = 16,
2896
- ...rest
2897
- } = _ref123;
2898
- return /*#__PURE__*/React.createElement(Icon, {
2899
- width: size,
2900
- height: size,
2901
- ref: ref,
2902
- xmlns: "http://www.w3.org/2000/svg",
2903
- viewBox: "0 0 32 32",
2904
- fill: "currentColor",
2905
- ...rest
2906
- }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2907
- d: "M10 6L10 8 22.59 8 6 24.59 7.41 26 24 9.41 24 22 26 22 26 6 10 6z"
2908
- })), children);
2909
- });
2910
- if (process.env.NODE_ENV !== "production") {
2911
- ArrowUpRight.propTypes = iconPropTypes;
2912
- }
2913
- const ArrowShiftDown = /*#__PURE__*/React.forwardRef(function ArrowShiftDown(_ref124, ref) {
2914
- let {
2915
- children,
2916
- size = 16,
2917
- ...rest
2918
- } = _ref124;
2919
- return /*#__PURE__*/React.createElement(Icon, {
2920
- width: size,
2921
- height: size,
2922
- ref: ref,
2923
- xmlns: "http://www.w3.org/2000/svg",
2924
- viewBox: "0 0 32 32",
2925
- fill: "currentColor",
2926
- ...rest
2927
- }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2928
- 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"
2929
- })), children);
2930
- });
2931
- if (process.env.NODE_ENV !== "production") {
2932
- ArrowShiftDown.propTypes = iconPropTypes;
2933
- }
2934
- const ArrowsHorizontal = /*#__PURE__*/React.forwardRef(function ArrowsHorizontal(_ref125, ref) {
2935
- let {
2936
- children,
2937
- size = 16,
2938
- ...rest
2939
- } = _ref125;
2940
- return /*#__PURE__*/React.createElement(Icon, {
2941
- width: size,
2942
- height: size,
2943
- ref: ref,
2944
- xmlns: "http://www.w3.org/2000/svg",
2945
- viewBox: "0 0 32 32",
2946
- fill: "currentColor",
2947
- ...rest
2948
- }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2949
- 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"
2950
- })), children);
2951
- });
2952
- if (process.env.NODE_ENV !== "production") {
2953
- ArrowsHorizontal.propTypes = iconPropTypes;
2954
- }
2955
-
2956
- export { AcceptActionUsage, Accessibility, AccessibilityAlt, AccessibilityColor, AccessibilityColorFilled, Account, AccumulationIce, AccumulationPrecipitation, AccumulationRain, AccumulationSnow, ActionDefinition, ActionUsage, Activity, Add, AddAlt, AddComment, AddFilled, AddLarge, AgricultureAnalytics, Ai, AiBusinessImpactAssessment, AiFinancialSustainabilityCheck, AiGenerate, AiGovernanceLifecycle, AiGovernanceTracked, AiGovernanceUntracked, AiLabel, AiLaunch, AiRecommend, AirlineDigitalGate, AirlineManageGates, AirlinePassengerCare, AirlineRapidBoard, Airplay, AirplayFilled, AirportLocation, Airport_01, Airport_02, Alarm, AlarmAdd, AlarmSubtract, AlignBoxBottomCenter, AlignBoxBottomLeft, AlignBoxBottomRight, AlignBoxMiddleCenter, AlignBoxMiddleLeft, AlignBoxMiddleRight, AlignBoxTopCenter, AlignBoxTopLeft, AlignBoxTopRight, AlignHorizontalCenter, AlignHorizontalLeft, AlignHorizontalRight, AlignVerticalBottom, AlignVerticalCenter, AlignVerticalTop, Analytics, AnalyticsCustom, AnalyticsReference, Anchor, Aperture, Api, ApiKey, Api_1, App, AppConnectivity, Apple, AppleDash, Application, ApplicationMobile, ApplicationVirtual, ApplicationWeb, Apps, Archive, Area, AreaCustom, ArithmeticMean, ArithmeticMedian, Arrange, ArrangeHorizontal, ArrangeVertical, Array, ArrayBooleans, ArrayDates, ArrayNumbers, ArrayObjects, ArrayStrings, Arrival, ArrowDown, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowRight, ArrowShiftDown, ArrowUp, ArrowUpLeft, ArrowUpRight, ArrowsHorizontal, WatsonHealth3DCursor, WatsonHealth3DCursorAlt, WatsonHealth3DCurveAutoColon, WatsonHealth3DCurveAutoVessels, WatsonHealth3DCurveManual, WatsonHealth3DICa, WatsonHealth3DMprToggle, WatsonHealth3DPrintMesh, WatsonHealth3DSoftware, WatsonHealth3rdPartyConnected, WatsonHealthAiResults, WatsonHealthAiResultsHigh, WatsonHealthAiResultsLow, WatsonHealthAiResultsMedium, WatsonHealthAiResultsUrgent, WatsonHealthAiResultsVeryHigh, WatsonHealthAiStatus, WatsonHealthAiStatusComplete, WatsonHealthAiStatusFailed, WatsonHealthAiStatusInProgress, WatsonHealthAiStatusQueued, WatsonHealthAiStatusRejected, WatsonHealthAngle, WatsonHealthAnnotationVisibility, WatsonHealthArrowAnnotation, _4K, _4KFilled };