@carbon-labs/react-animated-header 0.17.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/es/__stories__/AnimatedHeader.stories.d.ts +696 -168
  2. package/es/__stories__/data/index.d.ts +58 -14
  3. package/es/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  4. package/es/components/AnimatedHeader/AnimatedHeader.js +3 -1
  5. package/es/components/TasksController/TasksController.d.ts +3 -3
  6. package/es/components/TasksController/TasksController.js +4 -1
  7. package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  8. package/es/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  9. package/es/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  10. package/es/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  11. package/es/components/Tiles/GlassTile/GlassTile.js +20 -29
  12. package/es/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  13. package/es/components/Tiles/GlassTile/GlassTileBody.js +53 -0
  14. package/es/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  15. package/es/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  16. package/es/index.js +1 -0
  17. package/lib/__stories__/AnimatedHeader.stories.d.ts +696 -168
  18. package/lib/__stories__/data/index.d.ts +58 -14
  19. package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +4 -3
  20. package/lib/components/AnimatedHeader/AnimatedHeader.js +3 -1
  21. package/lib/components/TasksController/TasksController.d.ts +3 -3
  22. package/lib/components/TasksController/TasksController.js +4 -1
  23. package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +2 -2
  24. package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +4 -7
  25. package/lib/components/Tiles/BaseTile/BaseTile.d.ts +4 -3
  26. package/lib/components/Tiles/GlassTile/GlassTile.d.ts +2 -7
  27. package/lib/components/Tiles/GlassTile/GlassTile.js +19 -28
  28. package/lib/components/Tiles/GlassTile/GlassTileBody.d.ts +19 -0
  29. package/lib/components/Tiles/GlassTile/GlassTileBody.js +55 -0
  30. package/lib/components/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  31. package/lib/components/WorkspaceSelector/WorkspaceSelector.js +1 -1
  32. package/lib/index.js +1 -0
  33. package/package.json +2 -2
  34. package/scss/Tiles/GlassTile/glass-tile.scss +0 -1
  35. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -2956
  36. package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3263
  37. package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -2946
  38. package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3112
  39. package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -2967
  40. package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3056
  41. package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -2888
  42. package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3072
  43. package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -2992
  44. package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2843
  45. package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3080
  46. package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1680
  47. package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3096
  48. package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3008
  49. package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -2916
  50. package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -2992
  51. package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -2983
  52. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3106
  53. package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3090
  54. package/es/node_modules/@carbon/icons-react/es/index.js +0 -30
  55. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -3082
  56. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +0 -3389
  57. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +0 -3072
  58. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +0 -3238
  59. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +0 -3093
  60. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +0 -3182
  61. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +0 -3014
  62. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +0 -3198
  63. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +0 -3118
  64. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +0 -2969
  65. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +0 -3206
  66. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +0 -1750
  67. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +0 -3222
  68. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +0 -3134
  69. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +0 -3042
  70. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +0 -3118
  71. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +0 -3109
  72. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3232
  73. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +0 -3216
  74. package/lib/node_modules/@carbon/icons-react/es/index.js +0 -2480
@@ -1,3118 +0,0 @@
1
- /**
2
- * Copyright IBM Corp. 2024
3
- *
4
- * This source code is licensed under the Apache-2.0 license found in the
5
- * LICENSE file in the root directory of this source tree.
6
- */
7
-
8
- 'use strict';
9
-
10
- var React = require('react');
11
- var Icon = require('../Icon.js');
12
- var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
13
- require('prop-types');
14
-
15
- var _path, _path2, _path3, _path4, _circle, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _circle2, _path13, _path14, _path15, _path16, _circle3, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _circle4, _circle5, _circle6, _circle7, _path45, _path46, _path47, _circle8, _circle9, _circle10, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _circle11, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _circle12, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _circle13, _circle14, _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, _circle15, _circle16, _path149, _path150, _path151, _path152, _path153, _path154, _circle17, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _circle18, _path174, _path175, _circle19, _path176, _circle20, _circle21, _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, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210;
16
- const Drink_01 = /*#__PURE__*/React.forwardRef(function Drink_01(_ref, ref) {
17
- let {
18
- children,
19
- size = 16,
20
- ...rest
21
- } = _ref;
22
- return /*#__PURE__*/React.createElement(Icon.default, {
23
- width: size,
24
- height: size,
25
- ref: ref,
26
- xmlns: "http://www.w3.org/2000/svg",
27
- viewBox: "0 0 32 32",
28
- fill: "currentColor",
29
- ...rest
30
- }, _path || (_path = /*#__PURE__*/React.createElement("path", {
31
- d: "M23,10.4141l3-3-1.4141-1.4141-3.293,3.293c-.1875,.1875-.293,.4419-.293,.707v4h-7.0742l1.1436,16h8.8613l1.1436-16h-2.0742v-3.5859Zm-.9307,17.5859h-5.1387l-.8564-12h6.8516l-.8564,12Z"
32
- })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
33
- d: "M15,1h-5c-.5522,0-1,.4478-1,1v7.3706c-1.0674,.6055-3,2.1777-3,5.6294v14c0,.5527,.4478,1,1,1h5v-2h-4V15c0-3.7536,3-4.2793,3-4.2793V3h3v7h2V2c0-.5522-.4478-1-1-1Z"
34
- })), children);
35
- });
36
- if (process.env.NODE_ENV !== "production") {
37
- Drink_01.propTypes = iconPropTypes4cbeb95d.i;
38
- }
39
- const Drink_02 = /*#__PURE__*/React.forwardRef(function Drink_02(_ref2, ref) {
40
- let {
41
- children,
42
- size = 16,
43
- ...rest
44
- } = _ref2;
45
- return /*#__PURE__*/React.createElement(Icon.default, {
46
- width: size,
47
- height: size,
48
- ref: ref,
49
- xmlns: "http://www.w3.org/2000/svg",
50
- viewBox: "0 0 32 32",
51
- fill: "currentColor",
52
- ...rest
53
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
54
- d: "M23,10.4141l3-3-1.4141-1.4141-3.293,3.293c-.1875,.1875-.293,.4419-.293,.707v4h-7.0742l1.1436,16h8.8613l1.1436-16h-2.0742v-3.5859Zm-.9307,17.5859h-5.1387l-.8564-12h6.8516l-.8564,12Z"
55
- })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
56
- d: "M16,7.0513v-3.0513c0-.5522-.4478-1-1-1h-6c-.5522,0-1,.4478-1,1v3.0513c-1.2771,1.1411-2,2.7358-2,4.4487V29c0,.5522,.4478,1,1,1h5v-2h-4V11.5c0-2.356,2-3.48,2-3.48v-3.02h4v3.02s2,1.124,2,3.48v.5h2v-.5c0-1.7129-.7229-3.3076-2-4.4487Z"
57
- })), children);
58
- });
59
- if (process.env.NODE_ENV !== "production") {
60
- Drink_02.propTypes = iconPropTypes4cbeb95d.i;
61
- }
62
- const DriverAnalysis = /*#__PURE__*/React.forwardRef(function DriverAnalysis(_ref3, ref) {
63
- let {
64
- children,
65
- size = 16,
66
- ...rest
67
- } = _ref3;
68
- return /*#__PURE__*/React.createElement(Icon.default, {
69
- width: size,
70
- height: size,
71
- ref: ref,
72
- xmlns: "http://www.w3.org/2000/svg",
73
- viewBox: "0 0 32 32",
74
- fill: "currentColor",
75
- ...rest
76
- }, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
77
- cx: "22",
78
- cy: "16",
79
- r: "2"
80
- })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
81
- d: "M30,15H27.91A6.0048,6.0048,0,0,0,22,10l-.022.001A9.9833,9.9833,0,0,0,4.0508,15H2v2H4.0508A9.9833,9.9833,0,0,0,21.978,21.999L22,22a6.0048,6.0048,0,0,0,5.91-5H30ZM14,8a7.9769,7.9769,0,0,1,5.7383,2.4463A6.0152,6.0152,0,0,0,16.0891,15H6.0693A8.0073,8.0073,0,0,1,14,8Zm0,16a8.0073,8.0073,0,0,1-7.9307-7h10.02a6.0152,6.0152,0,0,0,3.6492,4.5537A7.9769,7.9769,0,0,1,14,24Zm8-4a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,20Z"
82
- })), children);
83
- });
84
- if (process.env.NODE_ENV !== "production") {
85
- DriverAnalysis.propTypes = iconPropTypes4cbeb95d.i;
86
- }
87
- const Drone = /*#__PURE__*/React.forwardRef(function Drone(_ref4, ref) {
88
- let {
89
- children,
90
- size = 16,
91
- ...rest
92
- } = _ref4;
93
- return /*#__PURE__*/React.createElement(Icon.default, {
94
- width: size,
95
- height: size,
96
- ref: ref,
97
- xmlns: "http://www.w3.org/2000/svg",
98
- viewBox: "0 0 32 32",
99
- fill: "currentColor",
100
- ...rest
101
- }, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
102
- d: "M7 12a5 5 0 115-5H10a3 3 0 10-3 3zM25 12V10a3 3 0 10-3-3H20a5 5 0 115 5zM7 30A5 5 0 017 20v2a3 3 0 103 3h2A5.0055 5.0055 0 017 30zM25 30a5.0055 5.0055 0 01-5-5h2a3 3 0 103-3V20a5 5 0 010 10z"
103
- })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
104
- d: "M20,18.5859V13.4141L25.707,7.707a1,1,0,1,0-1.414-1.414l-4.4995,4.5a3.9729,3.9729,0,0,0-7.587,0L7.707,6.293a.9994.9994,0,0,0-1.414,0h0a.9994.9994,0,0,0,0,1.414L12,13.4141v5.1718L6.293,24.293a.9994.9994,0,0,0,0,1.414h0a.9994.9994,0,0,0,1.414,0l4.5-4.5a3.9729,3.9729,0,0,0,7.587,0l4.4995,4.5a1,1,0,0,0,1.414-1.414ZM18,20a2,2,0,0,1-4,0V12a2,2,0,0,1,4,0Z"
105
- })), children);
106
- });
107
- if (process.env.NODE_ENV !== "production") {
108
- Drone.propTypes = iconPropTypes4cbeb95d.i;
109
- }
110
- const DroneDelivery = /*#__PURE__*/React.forwardRef(function DroneDelivery(_ref5, ref) {
111
- let {
112
- children,
113
- size = 16,
114
- ...rest
115
- } = _ref5;
116
- return /*#__PURE__*/React.createElement(Icon.default, {
117
- width: size,
118
- height: size,
119
- ref: ref,
120
- xmlns: "http://www.w3.org/2000/svg",
121
- viewBox: "0 0 32 32",
122
- fill: "currentColor",
123
- ...rest
124
- }, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
125
- d: "M20,30H12V22h8Zm-6-2h4V24H14Z"
126
- })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
127
- d: "M32 11L22 11 22 13 26 13 26 16 6 16 6 13 10 13 10 11 0 11 0 13 4 13 4 18 9.132 18 6 22.697 6 27 8 27 8 23.303 11.535 18 20.465 18 24 23.303 24 27 26 27 26 22.697 22.868 18 28 18 28 13 32 13 32 11zM16 6a5.9817 5.9817 0 00-4.2407 1.7593l1.4136 1.4136a3.9936 3.9936 0 015.6542 0l1.4136-1.4136A5.9814 5.9814 0 0016 6z"
128
- })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
129
- d: "M8.9324,4.9321l1.4133,1.4136a7.9877,7.9877,0,0,1,11.3086,0l1.4136-1.4136a9.9844,9.9844,0,0,0-14.1355,0Z"
130
- })), children);
131
- });
132
- if (process.env.NODE_ENV !== "production") {
133
- DroneDelivery.propTypes = iconPropTypes4cbeb95d.i;
134
- }
135
- const DroneFront = /*#__PURE__*/React.forwardRef(function DroneFront(_ref6, ref) {
136
- let {
137
- children,
138
- size = 16,
139
- ...rest
140
- } = _ref6;
141
- return /*#__PURE__*/React.createElement(Icon.default, {
142
- width: size,
143
- height: size,
144
- ref: ref,
145
- xmlns: "http://www.w3.org/2000/svg",
146
- viewBox: "0 0 32 32",
147
- fill: "currentColor",
148
- ...rest
149
- }, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
150
- d: "M28 19V15H26v2H6V15H4v4h7v4.4116L7 25.6367V30H9V26.8125L12.26 25h7.481L23 26.8125V30h2V25.6367l-4-2.2251V19zm-9 4H13V19h6zM0 11H10V13H0zM22 11H32V13H22zM16 6a5.9817 5.9817 0 00-4.2407 1.7593l1.4136 1.4136a3.9936 3.9936 0 015.6542 0l1.4136-1.4136A5.9814 5.9814 0 0016 6z"
151
- })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
152
- d: "M8.9324,4.9321l1.4133,1.4136a7.9877,7.9877,0,0,1,11.3086,0l1.4136-1.4136a9.9844,9.9844,0,0,0-14.1355,0Z"
153
- })), children);
154
- });
155
- if (process.env.NODE_ENV !== "production") {
156
- DroneFront.propTypes = iconPropTypes4cbeb95d.i;
157
- }
158
- const DroneVideo = /*#__PURE__*/React.forwardRef(function DroneVideo(_ref7, ref) {
159
- let {
160
- children,
161
- size = 16,
162
- ...rest
163
- } = _ref7;
164
- return /*#__PURE__*/React.createElement(Icon.default, {
165
- width: size,
166
- height: size,
167
- ref: ref,
168
- xmlns: "http://www.w3.org/2000/svg",
169
- viewBox: "0 0 32 32",
170
- fill: "currentColor",
171
- ...rest
172
- }, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
173
- cx: "16",
174
- cy: "21",
175
- r: "1"
176
- })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
177
- d: "M28 19V15H26v2H6V15H4v4h7v4.4116L7 25.6367V30H9V26.8125L12.26 25h7.481L23 26.8125V30h2V25.6367l-4-2.2251V19zm-9 4H13V19h6zM0 11H10V13H0zM22 11H32V13H22zM16 6a5.9817 5.9817 0 00-4.2407 1.7593l1.4136 1.4136a3.9936 3.9936 0 015.6542 0l1.4136-1.4136A5.9814 5.9814 0 0016 6z"
178
- })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
179
- d: "M8.9324,4.9321l1.4133,1.4136a7.9877,7.9877,0,0,1,11.3086,0l1.4136-1.4136a9.9844,9.9844,0,0,0-14.1355,0Z"
180
- })), children);
181
- });
182
- if (process.env.NODE_ENV !== "production") {
183
- DroneVideo.propTypes = iconPropTypes4cbeb95d.i;
184
- }
185
- const DropPhoto = /*#__PURE__*/React.forwardRef(function DropPhoto(_ref8, ref) {
186
- let {
187
- children,
188
- size = 16,
189
- ...rest
190
- } = _ref8;
191
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
200
- d: "M19,26a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,19,26Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,19,20Z"
201
- })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
202
- d: "M27 29H11a2 2 0 01-2-2V18a2 2 0 012-2h3.2793l.5441-1.6324A2 2 0 0116.7208 13h4.5584a2 2 0 011.8974 1.3676L23.7207 16H27a2 2 0 012 2v9A2 2 0 0127 29zM11 27H27V18H22.2792l-1-3H16.7207l-1 3H11zM27 11H29V13H27zM27 7H29V9H27zM27 3H29V5H27zM23 3H25V5H23zM19 3H21V5H19zM15 3H17V5H15zM11 3H13V5H11zM7 3H9V5H7zM3 3H5V5H3zM3 7H5V9H3zM3 11H5V13H3zM3 15H5V17H3zM3 19H5V21H3zM3 23H5V25H3zM3 27H5V29H3z"
203
- })), children);
204
- });
205
- if (process.env.NODE_ENV !== "production") {
206
- DropPhoto.propTypes = iconPropTypes4cbeb95d.i;
207
- }
208
- const DropPhotoFilled = /*#__PURE__*/React.forwardRef(function DropPhotoFilled(_ref9, ref) {
209
- let {
210
- children,
211
- size = 16,
212
- ...rest
213
- } = _ref9;
214
- return /*#__PURE__*/React.createElement(Icon.default, {
215
- width: size,
216
- height: size,
217
- ref: ref,
218
- xmlns: "http://www.w3.org/2000/svg",
219
- viewBox: "0 0 32 32",
220
- fill: "currentColor",
221
- ...rest
222
- }, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
223
- cx: "19",
224
- cy: "22",
225
- r: "2"
226
- })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
227
- d: "M27,16H23.7207l-.5439-1.6328A1.9983,1.9983,0,0,0,21.2793,13H16.7207a1.9981,1.9981,0,0,0-1.8975,1.3677L14.2793,16H11a2.0023,2.0023,0,0,0-2,2v9a2.0023,2.0023,0,0,0,2,2H27a2.0023,2.0023,0,0,0,2-2V18A2.0023,2.0023,0,0,0,27,16ZM19,26a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,19,26Z"
228
- })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
229
- fill: "none",
230
- d: "M19,26a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,19,26Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,19,20Z",
231
- "data-icon-path": "inner-path"
232
- })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
233
- d: "M27 11H29V13H27zM27 7H29V9H27zM27 3H29V5H27zM23 3H25V5H23zM19 3H21V5H19zM15 3H17V5H15zM11 3H13V5H11zM7 3H9V5H7zM3 3H5V5H3zM3 7H5V9H3zM3 11H5V13H3zM3 15H5V17H3zM3 19H5V21H3zM3 23H5V25H3zM3 27H5V29H3z"
234
- })), children);
235
- });
236
- if (process.env.NODE_ENV !== "production") {
237
- DropPhotoFilled.propTypes = iconPropTypes4cbeb95d.i;
238
- }
239
- const Drought = /*#__PURE__*/React.forwardRef(function Drought(_ref10, ref) {
240
- let {
241
- children,
242
- size = 16,
243
- ...rest
244
- } = _ref10;
245
- return /*#__PURE__*/React.createElement(Icon.default, {
246
- width: size,
247
- height: size,
248
- ref: ref,
249
- xmlns: "http://www.w3.org/2000/svg",
250
- viewBox: "0 0 32 32",
251
- fill: "currentColor",
252
- ...rest
253
- }, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
254
- d: "M27,18h3V15a4.0045,4.0045,0,0,0-4-4H25V9.5A3.5042,3.5042,0,0,0,21.5,6a3.4556,3.4556,0,0,0-1.5.3511V5.41a3.41,3.41,0,0,0-6.5449-1.3433L11.3408,9H9a5.0059,5.0059,0,0,0-5,5v4H8a5.0059,5.0059,0,0,0,5-5V10.2051l2.293-5.35A1.41,1.41,0,0,1,18,5.41V22H14.6123L11,25.2939,7.3877,22H2v2H6.6123L11,28l4.3877-4H30V22H20V9.5a1.5,1.5,0,0,1,3,0V14A4.0045,4.0045,0,0,0,27,18Zm-2-5h1a2.0023,2.0023,0,0,1,2,2v1H27a2.0023,2.0023,0,0,1-2-2ZM11,13a3.0033,3.0033,0,0,1-3,3H6V14a3.0033,3.0033,0,0,1,3-3h2Z"
255
- })), children);
256
- });
257
- if (process.env.NODE_ENV !== "production") {
258
- Drought.propTypes = iconPropTypes4cbeb95d.i;
259
- }
260
- const Dvr = /*#__PURE__*/React.forwardRef(function Dvr(_ref11, ref) {
261
- let {
262
- children,
263
- size = 16,
264
- ...rest
265
- } = _ref11;
266
- return /*#__PURE__*/React.createElement(Icon.default, {
267
- width: size,
268
- height: size,
269
- ref: ref,
270
- xmlns: "http://www.w3.org/2000/svg",
271
- viewBox: "0 0 32 32",
272
- fill: "currentColor",
273
- ...rest
274
- }, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
275
- d: "M30 15V11a2 2 0 00-2-2H22V23h2V17h1.48l2.34 6H30l-2.33-6H28A2 2 0 0030 15zm-6-4h4v4H24zM18 9L16 22 14 9 12 9 14.52 23 17.48 23 20 9 18 9zM6 23H2V9H6a4 4 0 014 4v6A4 4 0 016 23zM4 21H6a2 2 0 002-2V13a2 2 0 00-2-2H4z"
276
- })), children);
277
- });
278
- if (process.env.NODE_ENV !== "production") {
279
- Dvr.propTypes = iconPropTypes4cbeb95d.i;
280
- }
281
- const Earth = /*#__PURE__*/React.forwardRef(function Earth(_ref12, ref) {
282
- let {
283
- children,
284
- size = 16,
285
- ...rest
286
- } = _ref12;
287
- return /*#__PURE__*/React.createElement(Icon.default, {
288
- width: size,
289
- height: size,
290
- ref: ref,
291
- xmlns: "http://www.w3.org/2000/svg",
292
- viewBox: "0 0 32 32",
293
- fill: "currentColor",
294
- ...rest
295
- }, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
296
- d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm5,3.1055a12.0136,12.0136,0,0,1,2.9158,1.8994L23.5034,8H21ZM13.3784,27.7026A11.9761,11.9761,0,0,1,8.1157,6.9761L9.4648,9h3.3423l-1.5,4H7.2793L5.8967,17.1475,8.4648,21h5l1.4319,2.1475ZM16,28c-.2034,0-.4016-.02-.6025-.03l1.3967-4.19a1.9876,1.9876,0,0,0-.2334-1.7412l-1.4319-2.1475A1.9962,1.9962,0,0,0,13.4648,19h-3.93L8.1033,16.8525,8.7207,15H11v2h2V14.1812l2.9363-7.83-1.8726-.7022L13.5571,7H10.5352L9.728,5.7891A11.7941,11.7941,0,0,1,19,4.395V8a2.0025,2.0025,0,0,0,2,2h2.5857A1.9865,1.9865,0,0,0,25,9.4141l.1406-.1407.2818-.68A11.9813,11.9813,0,0,1,27.3,12H22.5986a1.9927,1.9927,0,0,0-1.9719,1.665L20.03,17.1064a1.99,1.99,0,0,0,.991,2.086l2.1647,1.4638,1.4585,3.646A11.9577,11.9577,0,0,1,16,28Zm8.8145-8.6563L22.1,17.5088l-.1-.06L22.5986,14h5.2207a11.743,11.743,0,0,1-1.7441,8.4951Z"
297
- })), children);
298
- });
299
- if (process.env.NODE_ENV !== "production") {
300
- Earth.propTypes = iconPropTypes4cbeb95d.i;
301
- }
302
- const EarthAmericas = /*#__PURE__*/React.forwardRef(function EarthAmericas(_ref13, ref) {
303
- let {
304
- children,
305
- size = 16,
306
- ...rest
307
- } = _ref13;
308
- return /*#__PURE__*/React.createElement(Icon.default, {
309
- width: size,
310
- height: size,
311
- ref: ref,
312
- xmlns: "http://www.w3.org/2000/svg",
313
- viewBox: "0 0 32 32",
314
- fill: "currentColor",
315
- ...rest
316
- }, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
317
- d: "M30,16a14.0313,14.0313,0,1,0-7.14,12.1914l.1165.0254.0249-.1113A13.9983,13.9983,0,0,0,30,16ZM4,16a11.9369,11.9369,0,0,1,.395-3H8.6382L13.63,17.16l-1.9092,2.5459a2.0088,2.0088,0,0,0,.1855,2.6142L14,24.4141v3.4052A12.0093,12.0093,0,0,1,4,16Zm9.32,4.9062L16.37,16.84,9.3618,11H5.1055A11.9619,11.9619,0,0,1,22.8838,6.1865L22.2793,8H16.5859L13.543,11.043l9.3535,8.3134L21.248,26.7749A11.9034,11.9034,0,0,1,16,28V23.5859Zm10.315,4.3443,1.2133-5.46a2.0007,2.0007,0,0,0-.6235-1.9277L16.457,10.957,17.4141,10h4.8652a1.9981,1.9981,0,0,0,1.8975-1.3677l.3532-1.06a11.9777,11.9777,0,0,1-.8947,17.6782Z"
318
- })), children);
319
- });
320
- if (process.env.NODE_ENV !== "production") {
321
- EarthAmericas.propTypes = iconPropTypes4cbeb95d.i;
322
- }
323
- const EarthAmericasFilled = /*#__PURE__*/React.forwardRef(function EarthAmericasFilled(_ref14, ref) {
324
- let {
325
- children,
326
- size = 16,
327
- ...rest
328
- } = _ref14;
329
- return /*#__PURE__*/React.createElement(Icon.default, {
330
- width: size,
331
- height: size,
332
- ref: ref,
333
- xmlns: "http://www.w3.org/2000/svg",
334
- viewBox: "0 0 32 32",
335
- fill: "currentColor",
336
- ...rest
337
- }, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
338
- d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4,16a11.915,11.915,0,0,1,.7-4H10l5,4-2.8,3.6929A1,1,0,0,0,12.293,21L15,24v3.9492A12.01,12.01,0,0,1,4,16ZM21.4348,26.6846l2.5457-7.6992A1,1,0,0,0,23.614,18L15,11l2-2h5.2793a1,1,0,0,0,.9487-.6836L23.7234,6.83a11.9742,11.9742,0,0,1-2.2886,19.855Z"
339
- })), children);
340
- });
341
- if (process.env.NODE_ENV !== "production") {
342
- EarthAmericasFilled.propTypes = iconPropTypes4cbeb95d.i;
343
- }
344
- const EarthEuropeAfrica = /*#__PURE__*/React.forwardRef(function EarthEuropeAfrica(_ref15, ref) {
345
- let {
346
- children,
347
- size = 16,
348
- ...rest
349
- } = _ref15;
350
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
359
- d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4,16A11.96,11.96,0,0,1,8,7.0811V9a2,2,0,0,0,2,2h3.3818a2,2,0,0,0,1.7893-1.106L15.6182,9H18v4H13.2354a2,2,0,0,0-.8936.2109L9.1055,14.8291A2,2,0,0,0,8,16.6177v3.7055A2,2,0,0,0,9.2573,22.18l3.8487,1.54.6779,4.0664A12.0135,12.0135,0,0,1,4,16ZM15.8457,27.9922,14.894,22.28,10,20.3232v-3.705L13.2358,15H20V7H14.3818l-1,2H10V5.6235A11.9578,11.9578,0,0,1,27.3,12H22v4l.9224,3.8135L21,22.6973v4.1972A11.9083,11.9083,0,0,1,16,28C15.948,28,15.8977,27.9927,15.8457,27.9922ZM23,25.7266V23.3027l1.5859-2.3789a2.0027,2.0027,0,0,0,.2769-1.5957L24,15.877V14h3.8193A11.8409,11.8409,0,0,1,23,25.7266Z"
360
- })), children);
361
- });
362
- if (process.env.NODE_ENV !== "production") {
363
- EarthEuropeAfrica.propTypes = iconPropTypes4cbeb95d.i;
364
- }
365
- const EarthEuropeAfricaFilled = /*#__PURE__*/React.forwardRef(function EarthEuropeAfricaFilled(_ref16, ref) {
366
- let {
367
- children,
368
- size = 16,
369
- ...rest
370
- } = _ref16;
371
- return /*#__PURE__*/React.createElement(Icon.default, {
372
- width: size,
373
- height: size,
374
- ref: ref,
375
- xmlns: "http://www.w3.org/2000/svg",
376
- viewBox: "0 0 32 32",
377
- fill: "currentColor",
378
- ...rest
379
- }, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
380
- d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4,16A11.9814,11.9814,0,0,1,9,6.2734V9a1,1,0,0,0,1,1h3.3821a1,1,0,0,0,.8943-.5527L15,8h4v6H13.2361a1.0006,1.0006,0,0,0-.4473.1055L9.5527,15.7236A1,1,0,0,0,9,16.6182v3.7046a1,1,0,0,0,.6287.9287L14,23l.8235,4.94A12.0152,12.0152,0,0,1,4,16ZM22,26.376V23l1.7546-2.6318a1.0012,1.0012,0,0,0,.1382-.7974L23,16V13h4.605A11.901,11.901,0,0,1,22,26.376Z"
381
- })), children);
382
- });
383
- if (process.env.NODE_ENV !== "production") {
384
- EarthEuropeAfricaFilled.propTypes = iconPropTypes4cbeb95d.i;
385
- }
386
- const EarthFilled = /*#__PURE__*/React.forwardRef(function EarthFilled(_ref17, ref) {
387
- let {
388
- children,
389
- size = 16,
390
- ...rest
391
- } = _ref17;
392
- return /*#__PURE__*/React.createElement(Icon.default, {
393
- width: size,
394
- height: size,
395
- ref: ref,
396
- xmlns: "http://www.w3.org/2000/svg",
397
- viewBox: "0 0 32 32",
398
- fill: "currentColor",
399
- ...rest
400
- }, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
401
- d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4.02,16.394l1.3384.4458L7,19.3027v1.2831a1,1,0,0,0,.2929.7071L10,24v2.3765A11.9941,11.9941,0,0,1,4.02,16.394ZM16,28a11.9682,11.9682,0,0,1-2.5718-.2847L14,26l1.8046-4.5116a1,1,0,0,0-.0964-.9261l-1.4113-2.117A1,1,0,0,0,13.4648,18h-4.93L7.2866,16.1274,9.4141,14H11v2h2V13.2656l3.8682-6.7695-1.7364-.9922L14.2769,7H11.5352l-1.086-1.6289A11.861,11.861,0,0,1,20,4.7V8a1,1,0,0,0,1,1h1.4648a1,1,0,0,0,.8321-.4453l.8769-1.3154A12.0331,12.0331,0,0,1,26.8945,11H22.82a1,1,0,0,0-.9806.8039l-.7221,4.4708a1,1,0,0,0,.54,1.0539L25,19l.6851,4.0557A11.9793,11.9793,0,0,1,16,28Z"
402
- })), children);
403
- });
404
- if (process.env.NODE_ENV !== "production") {
405
- EarthFilled.propTypes = iconPropTypes4cbeb95d.i;
406
- }
407
- const EarthSoutheastAsia = /*#__PURE__*/React.forwardRef(function EarthSoutheastAsia(_ref18, ref) {
408
- let {
409
- children,
410
- size = 16,
411
- ...rest
412
- } = _ref18;
413
- return /*#__PURE__*/React.createElement(Icon.default, {
414
- width: size,
415
- height: size,
416
- ref: ref,
417
- xmlns: "http://www.w3.org/2000/svg",
418
- viewBox: "0 0 32 32",
419
- fill: "currentColor",
420
- ...rest
421
- }, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
422
- d: "M14 24H17V26H14zM17 22H19V24H17zM17 18H19V20H17z"
423
- })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
424
- d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm-.603,2.03,2.5073,5.0156L16.3228,13H10.271l-1.41,4.3872,2.8521,2.8521L10.7056,21.751,6.2856,19H4.395A11.9363,11.9363,0,0,1,15.397,4.03ZM5.1055,21h.6089l3.9345,2.4487A1.9912,1.9912,0,0,0,12.37,22.86l1.0078-1.5118a2.005,2.005,0,0,0-.25-2.5234l-1.9887-1.9888L11.729,15h4.5938A1.9906,1.9906,0,0,0,18.18,13.7427L19.7612,9.79a2.0019,2.0019,0,0,0-.0674-1.6382L17.6843,4.1323A11.9592,11.9592,0,0,1,26.8945,21H23a2.0023,2.0023,0,0,0-2,2v3.8945A11.9477,11.9477,0,0,1,5.1055,21ZM23,25.7266V23h2.7268A12.0762,12.0762,0,0,1,23,25.7266Z"
425
- })), children);
426
- });
427
- if (process.env.NODE_ENV !== "production") {
428
- EarthSoutheastAsia.propTypes = iconPropTypes4cbeb95d.i;
429
- }
430
- const EarthSoutheastAsiaFilled = /*#__PURE__*/React.forwardRef(function EarthSoutheastAsiaFilled(_ref19, ref) {
431
- let {
432
- children,
433
- size = 16,
434
- ...rest
435
- } = _ref19;
436
- return /*#__PURE__*/React.createElement(Icon.default, {
437
- width: size,
438
- height: size,
439
- ref: ref,
440
- xmlns: "http://www.w3.org/2000/svg",
441
- viewBox: "0 0 32 32",
442
- fill: "currentColor",
443
- ...rest
444
- }, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
445
- d: "M17 22H19V24H17zM17 18H19V20H17zM14 24H17V26H14z"
446
- })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
447
- d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4.7,20H6l4.1772,2.6a1,1,0,0,0,1.36-.2939l1.0078-1.5118a1,1,0,0,0-.125-1.2617L10,17.1118,11,14h5.323a1,1,0,0,0,.9285-.6284L18.8333,9.417a1,1,0,0,0-.034-.8189L16.5129,4.0259A11.9652,11.9652,0,0,1,26.3762,22H23a1,1,0,0,0-1,1v3.3765A11.9578,11.9578,0,0,1,4.7,20Z"
448
- })), children);
449
- });
450
- if (process.env.NODE_ENV !== "production") {
451
- EarthSoutheastAsiaFilled.propTypes = iconPropTypes4cbeb95d.i;
452
- }
453
- const Earthquake = /*#__PURE__*/React.forwardRef(function Earthquake(_ref20, ref) {
454
- let {
455
- children,
456
- size = 16,
457
- ...rest
458
- } = _ref20;
459
- return /*#__PURE__*/React.createElement(Icon.default, {
460
- width: size,
461
- height: size,
462
- ref: ref,
463
- xmlns: "http://www.w3.org/2000/svg",
464
- viewBox: "0 0 32 32",
465
- fill: "currentColor",
466
- ...rest
467
- }, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
468
- d: "M16.6123,2.2139a1.0094,1.0094,0,0,0-1.2427,0L1,13.4194l1.2427,1.5718L4,13.6211V26a2.0041,2.0041,0,0,0,2,2H26a2.0037,2.0037,0,0,0,2-2V13.63L29.7573,15,31,13.4282ZM6,12.0615,15,5.05v7.3638l3.458,3.458-6.7344,4.8105L14.3818,26H6ZM26,26H16.6182l-2.3418-4.6826,7.2656-5.1895L17,11.5859V5.0518l9,7.02Z"
469
- })), children);
470
- });
471
- if (process.env.NODE_ENV !== "production") {
472
- Earthquake.propTypes = iconPropTypes4cbeb95d.i;
473
- }
474
- const EdgeCluster = /*#__PURE__*/React.forwardRef(function EdgeCluster(_ref21, ref) {
475
- let {
476
- children,
477
- size = 16,
478
- ...rest
479
- } = _ref21;
480
- return /*#__PURE__*/React.createElement(Icon.default, {
481
- width: size,
482
- height: size,
483
- ref: ref,
484
- xmlns: "http://www.w3.org/2000/svg",
485
- viewBox: "0 0 32 32",
486
- fill: "currentColor",
487
- ...rest
488
- }, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
489
- d: "M16 7a3 3 0 113-3A3.0033 3.0033 0 0116 7zm0-4a1 1 0 101 1A1.001 1.001 0 0016 3zM11 30a3 3 0 113-3A3.0033 3.0033 0 0111 30zm0-4a1 1 0 101 1A1.001 1.001 0 0011 26zM7 11a3 3 0 113-3A3.0033 3.0033 0 017 11zM7 7A1 1 0 108 8 1.001 1.001 0 007 7zM21 30a3 3 0 113-3A3.0033 3.0033 0 0121 30zm0-4a1 1 0 101 1A1.001 1.001 0 0021 26zM25 11a3 3 0 113-3A3.0033 3.0033 0 0125 11zm0-4a1 1 0 101 1A1.001 1.001 0 0025 7zM4 21a3 3 0 113-3A3.0033 3.0033 0 014 21zm0-4a1 1 0 101 1A1.001 1.001 0 004 17zM28 21a3 3 0 113-3A3.0033 3.0033 0 0128 21zm0-4a1 1 0 101 1A1.001 1.001 0 0028 17zM16 22a6 6 0 116-6A6.0069 6.0069 0 0116 22zm0-10a4 4 0 104 4A4.0045 4.0045 0 0016 12z"
490
- })), children);
491
- });
492
- if (process.env.NODE_ENV !== "production") {
493
- EdgeCluster.propTypes = iconPropTypes4cbeb95d.i;
494
- }
495
- const EdgeDevice = /*#__PURE__*/React.forwardRef(function EdgeDevice(_ref22, ref) {
496
- let {
497
- children,
498
- size = 16,
499
- ...rest
500
- } = _ref22;
501
- return /*#__PURE__*/React.createElement(Icon.default, {
502
- width: size,
503
- height: size,
504
- ref: ref,
505
- xmlns: "http://www.w3.org/2000/svg",
506
- viewBox: "0 0 32 32",
507
- fill: "currentColor",
508
- ...rest
509
- }, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
510
- d: "M9 21H23V23H9zM11 14a2 2 0 102 2A1.9806 1.9806 0 0011 14zM21 14a2 2 0 102 2A1.9806 1.9806 0 0021 14z"
511
- })), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
512
- d: "M28,8H18.4141l2.0722-2.0723A2.04,2.04,0,0,0,21,6a2,2,0,1,0-2-2,2.0412,2.0412,0,0,0,.0723.5137L15.5859,8H4a2.0025,2.0025,0,0,0-2,2V26a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V10A2.0025,2.0025,0,0,0,28,8ZM4,26V10H28V26Z"
513
- })), children);
514
- });
515
- if (process.env.NODE_ENV !== "production") {
516
- EdgeDevice.propTypes = iconPropTypes4cbeb95d.i;
517
- }
518
- const WatsonHealthEdgeEnhancement = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement(_ref23, ref) {
519
- let {
520
- children,
521
- size = 16,
522
- ...rest
523
- } = _ref23;
524
- return /*#__PURE__*/React.createElement(Icon.default, {
525
- width: size,
526
- height: size,
527
- ref: ref,
528
- xmlns: "http://www.w3.org/2000/svg",
529
- viewBox: "0 0 32 32",
530
- fill: "currentColor",
531
- ...rest
532
- }, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
533
- d: "M11.8164 4.7646L11.1328 2.887A13.976 13.976 0 006.9507 5.3278L8.2358 6.8593A11.9729 11.9729 0 0111.8164 4.7646zM5.5913 10L3.86 9a14.14 14.14 0 00-1.6382 4.5872l1.9677.3469A12.1519 12.1519 0 015.5913 10zM16 26A10 10 0 0016 6h0z"
534
- })), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
535
- d: "M30,16A14,14,0,0,0,16,2V4a11.9933,11.9933,0,0,1,4.0493,23.2847c-.1682.06-.334.1294-.5044.1821-.2512.0771-.51.1362-.7683.1973-.1262.03-.25.0693-.3772.0952-.2908.0591-.5884.0976-.8862.1352-.1.0122-.1983.0342-.2988.044A12.0015,12.0015,0,0,1,5.416,21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207,13.1207,0,0,1,4.19,18l-1.9677.4131A13.9173,13.9173,0,0,0,2.7,20.2993l-.0251.0083A13.9615,13.9615,0,0,0,16,30q.7134,0,1.415-.0713c.135-.0137.2654-.042.3995-.06.3286-.0424.6574-.0839.9814-.1494.18-.0366.3533-.0908.5308-.1338.2685-.0659.5383-.125.8027-.2065.2463-.0762.4831-.1724.7234-.2612.18-.0664.3635-.1211.5412-.1953l-.0009-.0025A14.0015,14.0015,0,0,0,30,16Z"
536
- })), children);
537
- });
538
- if (process.env.NODE_ENV !== "production") {
539
- WatsonHealthEdgeEnhancement.propTypes = iconPropTypes4cbeb95d.i;
540
- }
541
- const WatsonHealthEdgeEnhancement_01 = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement_01(_ref24, ref) {
542
- let {
543
- children,
544
- size = 16,
545
- ...rest
546
- } = _ref24;
547
- return /*#__PURE__*/React.createElement(Icon.default, {
548
- width: size,
549
- height: size,
550
- ref: ref,
551
- xmlns: "http://www.w3.org/2000/svg",
552
- viewBox: "0 0 32 32",
553
- fill: "currentColor",
554
- ...rest
555
- }, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
556
- d: "M26 28L26 20 24 20 24 21 22 21 22 23 24 23 24 28 22 28 22 30 28 30 28 28 26 28zM28 16h2A14 14 0 0016 2V4A12 12 0 0128 16z"
557
- })), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
558
- d: "M26 16A10 10 0 0016 6V16zM16 28A11.96 11.96 0 015.416 21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207 13.1207 0 014.19 18l-1.9677.4131A13.9173 13.9173 0 002.7 20.2993l-.0251.0083A13.9615 13.9615 0 0016 30zM5.5913 10L3.86 9a14.14 14.14 0 00-1.6382 4.5872l1.9677.3469A12.1519 12.1519 0 015.5913 10zM11.8164 4.7646L11.1328 2.887A13.976 13.976 0 006.9507 5.3278L8.2358 6.8593A11.9729 11.9729 0 0111.8164 4.7646z"
559
- })), children);
560
- });
561
- if (process.env.NODE_ENV !== "production") {
562
- WatsonHealthEdgeEnhancement_01.propTypes = iconPropTypes4cbeb95d.i;
563
- }
564
- const WatsonHealthEdgeEnhancement_02 = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement_02(_ref25, ref) {
565
- let {
566
- children,
567
- size = 16,
568
- ...rest
569
- } = _ref25;
570
- return /*#__PURE__*/React.createElement(Icon.default, {
571
- width: size,
572
- height: size,
573
- ref: ref,
574
- xmlns: "http://www.w3.org/2000/svg",
575
- viewBox: "0 0 32 32",
576
- fill: "currentColor",
577
- ...rest
578
- }, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
579
- d: "M28 30H22V26a2.002 2.002 0 012-2h2V22H22V20h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H24v2h4zM28 16h2A14 14 0 0016 2V4A12 12 0 0128 16z"
580
- })), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
581
- d: "M26 16A10 10 0 0016 6V16zM16 28A11.96 11.96 0 015.416 21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207 13.1207 0 014.19 18l-1.9677.4131A13.9173 13.9173 0 002.7 20.2993l-.0251.0083A13.9615 13.9615 0 0016 30zM5.5913 10L3.86 9a14.14 14.14 0 00-1.6382 4.5872l1.9677.3469A12.1519 12.1519 0 015.5913 10zM11.8164 4.7646L11.1328 2.887A13.976 13.976 0 006.9507 5.3278L8.2358 6.8593A11.9729 11.9729 0 0111.8164 4.7646z"
582
- })), children);
583
- });
584
- if (process.env.NODE_ENV !== "production") {
585
- WatsonHealthEdgeEnhancement_02.propTypes = iconPropTypes4cbeb95d.i;
586
- }
587
- const WatsonHealthEdgeEnhancement_03 = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement_03(_ref26, ref) {
588
- let {
589
- children,
590
- size = 16,
591
- ...rest
592
- } = _ref26;
593
- return /*#__PURE__*/React.createElement(Icon.default, {
594
- width: size,
595
- height: size,
596
- ref: ref,
597
- xmlns: "http://www.w3.org/2000/svg",
598
- viewBox: "0 0 32 32",
599
- fill: "currentColor",
600
- ...rest
601
- }, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
602
- d: "M26 20H22v2h4v2H23v2h3v2H22v2h4a2.0027 2.0027 0 002-2V22A2.0023 2.0023 0 0026 20zM28 16h2A14 14 0 0016 2V4A12 12 0 0128 16z"
603
- })), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
604
- d: "M26 16A10 10 0 0016 6V16zM16 28A11.96 11.96 0 015.416 21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207 13.1207 0 014.19 18l-1.9677.4131A13.9173 13.9173 0 002.7 20.2993l-.0251.0083A13.9615 13.9615 0 0016 30zM5.5913 10L3.86 9a14.14 14.14 0 00-1.6382 4.5872l1.9677.3469A12.1519 12.1519 0 015.5913 10zM11.8164 4.7646L11.1328 2.887A13.976 13.976 0 006.9507 5.3278L8.2358 6.8593A11.9729 11.9729 0 0111.8164 4.7646z"
605
- })), children);
606
- });
607
- if (process.env.NODE_ENV !== "production") {
608
- WatsonHealthEdgeEnhancement_03.propTypes = iconPropTypes4cbeb95d.i;
609
- }
610
- const EdgeNode = /*#__PURE__*/React.forwardRef(function EdgeNode(_ref27, ref) {
611
- let {
612
- children,
613
- size = 16,
614
- ...rest
615
- } = _ref27;
616
- return /*#__PURE__*/React.createElement(Icon.default, {
617
- width: size,
618
- height: size,
619
- ref: ref,
620
- xmlns: "http://www.w3.org/2000/svg",
621
- viewBox: "0 0 32 32",
622
- fill: "currentColor",
623
- ...rest
624
- }, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
625
- d: "M22 6H26V10H22z"
626
- })), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
627
- cx: "7",
628
- cy: "7",
629
- r: "1"
630
- })), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
631
- cx: "25",
632
- cy: "25",
633
- r: "1"
634
- })), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
635
- cx: "25",
636
- cy: "21",
637
- r: "1"
638
- })), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
639
- cx: "25",
640
- cy: "17",
641
- r: "1"
642
- })), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
643
- d: "M22,17V15H20V14a2.0023,2.0023,0,0,0-2-2H17V10H15v2H13V10H11v2H10a2.0023,2.0023,0,0,0-2,2v1H6v2H8v2H6v2H8v1a2.0023,2.0023,0,0,0,2,2h1v2h2V24h2v2h2V24h1a2.0023,2.0023,0,0,0,2-2V21h2V19H20V17Zm-4,5H10V14h8Z"
644
- })), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
645
- d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
646
- })), children);
647
- });
648
- if (process.env.NODE_ENV !== "production") {
649
- EdgeNode.propTypes = iconPropTypes4cbeb95d.i;
650
- }
651
- const EdgeNodeAlt = /*#__PURE__*/React.forwardRef(function EdgeNodeAlt(_ref28, ref) {
652
- let {
653
- children,
654
- size = 16,
655
- ...rest
656
- } = _ref28;
657
- return /*#__PURE__*/React.createElement(Icon.default, {
658
- width: size,
659
- height: size,
660
- ref: ref,
661
- xmlns: "http://www.w3.org/2000/svg",
662
- viewBox: "0 0 32 32",
663
- fill: "currentColor",
664
- ...rest
665
- }, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
666
- d: "M27,22a2.981,2.981,0,0,0-2.0374.811l-4.0039-2.4023a2.0429,2.0429,0,0,0,0-.8174l4.0039-2.4023A2.9909,2.9909,0,1,0,24,15a2.9345,2.9345,0,0,0,.0415.4092l-4.0039,2.4023a3,3,0,1,0,0,4.377l4.0039,2.4023A2.9345,2.9345,0,0,0,24,25a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,27,14Zm-9,7a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,18,21Zm9,5a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,27,26Z"
667
- })), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
668
- cx: "7",
669
- cy: "8",
670
- r: "1"
671
- })), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
672
- cx: "7",
673
- cy: "16",
674
- r: "1"
675
- })), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
676
- cx: "7",
677
- cy: "24",
678
- r: "1"
679
- })), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
680
- d: "M22,13V5a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,5V27a2.0023,2.0023,0,0,0,2,2H20V27H4V21h8V19H4V13ZM4,5H20v6H4Z"
681
- })), children);
682
- });
683
- if (process.env.NODE_ENV !== "production") {
684
- EdgeNodeAlt.propTypes = iconPropTypes4cbeb95d.i;
685
- }
686
- const EdgeService = /*#__PURE__*/React.forwardRef(function EdgeService(_ref29, ref) {
687
- let {
688
- children,
689
- size = 16,
690
- ...rest
691
- } = _ref29;
692
- return /*#__PURE__*/React.createElement(Icon.default, {
693
- width: size,
694
- height: size,
695
- ref: ref,
696
- xmlns: "http://www.w3.org/2000/svg",
697
- viewBox: "0 0 32 32",
698
- fill: "currentColor",
699
- ...rest
700
- }, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
701
- d: "M7 11H9V21H7zM11 11H13V21H11zM15 11H17V21H15zM19 11H21V21H19zM23 11H25V21H23z"
702
- })), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
703
- d: "M28,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H28a2.0023,2.0023,0,0,1,2,2V24A2.0023,2.0023,0,0,1,28,26ZM4,8V24H28V8Z"
704
- })), children);
705
- });
706
- if (process.env.NODE_ENV !== "production") {
707
- EdgeService.propTypes = iconPropTypes4cbeb95d.i;
708
- }
709
- const Edit = /*#__PURE__*/React.forwardRef(function Edit(_ref30, ref) {
710
- let {
711
- children,
712
- size = 16,
713
- ...rest
714
- } = _ref30;
715
- return /*#__PURE__*/React.createElement(Icon.default, {
716
- width: size,
717
- height: size,
718
- ref: ref,
719
- xmlns: "http://www.w3.org/2000/svg",
720
- viewBox: "0 0 32 32",
721
- fill: "currentColor",
722
- ...rest
723
- }, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
724
- d: "M2 26H30V28H2zM25.4 9c.8-.8.8-2 0-2.8 0 0 0 0 0 0l-3.6-3.6c-.8-.8-2-.8-2.8 0 0 0 0 0 0 0l-15 15V24h6.4L25.4 9zM20.4 4L24 7.6l-3 3L17.4 7 20.4 4zM6 22v-3.6l10-10 3.6 3.6-10 10H6z"
725
- })), children);
726
- });
727
- if (process.env.NODE_ENV !== "production") {
728
- Edit.propTypes = iconPropTypes4cbeb95d.i;
729
- }
730
- const EditOff = /*#__PURE__*/React.forwardRef(function EditOff(_ref31, ref) {
731
- let {
732
- children,
733
- size = 16,
734
- ...rest
735
- } = _ref31;
736
- return /*#__PURE__*/React.createElement(Icon.default, {
737
- width: size,
738
- height: size,
739
- ref: ref,
740
- xmlns: "http://www.w3.org/2000/svg",
741
- viewBox: "0 0 32 32",
742
- fill: "currentColor",
743
- ...rest
744
- }, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
745
- d: "M30 28.6L3.4 2 2 3.4l10.1 10.1L4 21.6V28h6.4l8.1-8.1L28.6 30 30 28.6zM9.6 26H6v-3.6l7.5-7.5 3.6 3.6L9.6 26zM29.4 6.2L29.4 6.2l-3.6-3.6c-.8-.8-2-.8-2.8 0l0 0 0 0-8 8 1.4 1.4L20 8.4l3.6 3.6L20 15.6l1.4 1.4 8-8C30.2 8.2 30.2 7 29.4 6.2L29.4 6.2zM25 10.6L21.4 7l3-3L28 7.6 25 10.6z"
746
- })), children);
747
- });
748
- if (process.env.NODE_ENV !== "production") {
749
- EditOff.propTypes = iconPropTypes4cbeb95d.i;
750
- }
751
- const EdtLoop = /*#__PURE__*/React.forwardRef(function EdtLoop(_ref32, ref) {
752
- let {
753
- children,
754
- size = 16,
755
- ...rest
756
- } = _ref32;
757
- return /*#__PURE__*/React.createElement(Icon.default, {
758
- width: size,
759
- height: size,
760
- ref: ref,
761
- xmlns: "http://www.w3.org/2000/svg",
762
- viewBox: "0 0 32 32",
763
- fill: "currentColor",
764
- ...rest
765
- }, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
766
- d: "M23.625,22.5875a6.1287,6.1287,0,0,1-4.5-1.9l-3.1-3.2-3.1,3.2a6.4582,6.4582,0,0,1-9.1,0,7.028,7.028,0,0,1-1.8-4.7,6.6547,6.6547,0,0,1,1.9-4.7,6.3375,6.3375,0,0,1,9,0l3.1,3.2,3.1-3.2a6.3375,6.3375,0,0,1,9,0,6.8282,6.8282,0,0,1,0,9.4A6.5418,6.5418,0,0,1,23.625,22.5875Zm-6.2-6.6,3.1,3.3a4.4061,4.4061,0,0,0,6.2,0,4.9077,4.9077,0,0,0,0-6.6,4.4061,4.4061,0,0,0-6.2,0Zm-9-4.6a4.1582,4.1582,0,0,0-3.1,1.3,4.8385,4.8385,0,0,0,0,6.6,4.4061,4.4061,0,0,0,6.2,0l3.1-3.3-3.1-3.3A4.7706,4.7706,0,0,0,8.425,11.3875Z"
767
- })), children);
768
- });
769
- if (process.env.NODE_ENV !== "production") {
770
- EdtLoop.propTypes = iconPropTypes4cbeb95d.i;
771
- }
772
- const Education = /*#__PURE__*/React.forwardRef(function Education(_ref33, ref) {
773
- let {
774
- children,
775
- size = 16,
776
- ...rest
777
- } = _ref33;
778
- return /*#__PURE__*/React.createElement(Icon.default, {
779
- width: size,
780
- height: size,
781
- ref: ref,
782
- xmlns: "http://www.w3.org/2000/svg",
783
- viewBox: "0 0 32 32",
784
- fill: "currentColor",
785
- ...rest
786
- }, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
787
- d: "M26 30H24V27a5.0059 5.0059 0 00-5-5H13a5.0059 5.0059 0 00-5 5v3H6V27a7.0082 7.0082 0 017-7h6a7.0082 7.0082 0 017 7zM5 6A1 1 0 004 7v9H6V7A1 1 0 005 6z"
788
- })), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
789
- d: "M4,2V4H9v7a7,7,0,0,0,14,0V4h5V2Zm7,2H21V7H11Zm5,12a5,5,0,0,1-5-5V9H21v2A5,5,0,0,1,16,16Z"
790
- })), children);
791
- });
792
- if (process.env.NODE_ENV !== "production") {
793
- Education.propTypes = iconPropTypes4cbeb95d.i;
794
- }
795
- const Email = /*#__PURE__*/React.forwardRef(function Email(_ref34, ref) {
796
- let {
797
- children,
798
- size = 16,
799
- ...rest
800
- } = _ref34;
801
- return /*#__PURE__*/React.createElement(Icon.default, {
802
- width: size,
803
- height: size,
804
- ref: ref,
805
- xmlns: "http://www.w3.org/2000/svg",
806
- viewBox: "0 0 32 32",
807
- fill: "currentColor",
808
- ...rest
809
- }, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
810
- 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,6ZM25.8,8,16,14.78,6.2,8ZM4,24V8.91l11.43,7.91a1,1,0,0,0,1.14,0L28,8.91V24Z"
811
- })), children);
812
- });
813
- if (process.env.NODE_ENV !== "production") {
814
- Email.propTypes = iconPropTypes4cbeb95d.i;
815
- }
816
- const EmailNew = /*#__PURE__*/React.forwardRef(function EmailNew(_ref35, ref) {
817
- let {
818
- children,
819
- size = 16,
820
- ...rest
821
- } = _ref35;
822
- return /*#__PURE__*/React.createElement(Icon.default, {
823
- width: size,
824
- height: size,
825
- ref: ref,
826
- xmlns: "http://www.w3.org/2000/svg",
827
- viewBox: "0 0 32 32",
828
- fill: "currentColor",
829
- ...rest
830
- }, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
831
- d: "M19,24H4L3.9966,8.9062l11.4341,7.9161a1.0008,1.0008,0,0,0,1.1386,0L28,8.9087,28,18h2V8a2.0027,2.0027,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,8V24a2.0027,2.0027,0,0,0,2,2H19ZM25.7986,8,16,14.7837,6.2014,8Z"
832
- })), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
833
- cx: "26",
834
- cy: "24",
835
- r: "4"
836
- })), children);
837
- });
838
- if (process.env.NODE_ENV !== "production") {
839
- EmailNew.propTypes = iconPropTypes4cbeb95d.i;
840
- }
841
- const EmissionsManagement = /*#__PURE__*/React.forwardRef(function EmissionsManagement(_ref36, ref) {
842
- let {
843
- children,
844
- size = 16,
845
- ...rest
846
- } = _ref36;
847
- return /*#__PURE__*/React.createElement(Icon.default, {
848
- width: size,
849
- height: size,
850
- ref: ref,
851
- xmlns: "http://www.w3.org/2000/svg",
852
- viewBox: "0 0 32 32",
853
- fill: "currentColor",
854
- ...rest
855
- }, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
856
- d: "M4,2h-2v26c0,1.1046.8954,2,2,2h11v-2H4V2ZM23,4v2h3.5859l-7.5859,7.5859-4.293-4.293c-.3905-.3905-1.0236-.3905-1.4141,0l-7.293,7.293,1.4141,1.4141,6.5859-6.5859,4.293,4.293c.3905.3904,1.0236.3904,1.4141,0l8.293-8.293v3.5859h2v-7s-7,0-7,0ZM22.48,20.863c-.682-.54-1.544-.863-2.48-.863h-3v3c0,2.206,1.794,4,4,4h1v3h2v-3h1c2.757,0,5-2.243,5-5v-4h-3c-1.933.0016-3.6925,1.116-4.52,2.863ZM22,25h-1c-1.103,0-2-.897-2-2v-1h1c1.103,0,2,.897,2,2v1ZM28,22c0,1.654-1.346,3-3,3h-1v-2c0-1.654,1.346-3,3-3h1v2Z"
857
- })), children);
858
- });
859
- if (process.env.NODE_ENV !== "production") {
860
- EmissionsManagement.propTypes = iconPropTypes4cbeb95d.i;
861
- }
862
- const Encryption = /*#__PURE__*/React.forwardRef(function Encryption(_ref37, ref) {
863
- let {
864
- children,
865
- size = 16,
866
- ...rest
867
- } = _ref37;
868
- return /*#__PURE__*/React.createElement(Icon.default, {
869
- width: size,
870
- height: size,
871
- ref: ref,
872
- xmlns: "http://www.w3.org/2000/svg",
873
- viewBox: "0 0 32 32",
874
- fill: "currentColor",
875
- ...rest
876
- }, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
877
- d: "M29 21.2783V19a4 4 0 00-8 0v2.2783A1.9935 1.9935 0 0020 23v5a2.0025 2.0025 0 002 2h6a2.0025 2.0025 0 002-2V23A1.9935 1.9935 0 0029 21.2783zM25 17a2.0025 2.0025 0 012 2v2H23V19A2.0025 2.0025 0 0125 17zM22 28V23h6v5zM2 2H4V6H2zM14 2H16V6H14zM18 2H20V6H18zM2 8H4V16H2zM2 18H4V26H2zM14 18H16V26H14zM6 8H8V16H6zM18 8H20V14H18zM10 26H8a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2h2a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0110 26zM8 20v4h2V20zM14 16H12a2.0023 2.0023 0 01-2-2V10a2.0023 2.0023 0 012-2h2a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0114 16zm-2-6v4h2V10zM10 6H8A2.0023 2.0023 0 016 4V2H8V4h2V2h2V4A2.0023 2.0023 0 0110 6z"
878
- })), children);
879
- });
880
- if (process.env.NODE_ENV !== "production") {
881
- Encryption.propTypes = iconPropTypes4cbeb95d.i;
882
- }
883
- const EnergyRenewable = /*#__PURE__*/React.forwardRef(function EnergyRenewable(_ref38, ref) {
884
- let {
885
- children,
886
- size = 16,
887
- ...rest
888
- } = _ref38;
889
- return /*#__PURE__*/React.createElement(Icon.default, {
890
- width: size,
891
- height: size,
892
- ref: ref,
893
- xmlns: "http://www.w3.org/2000/svg",
894
- viewBox: "0 0 32 32",
895
- fill: "currentColor",
896
- ...rest
897
- }, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
898
- d: "M29,14H28V10H26v4H24V10H22v4H21a1,1,0,0,0-1,1v4a5.0079,5.0079,0,0,0,4,4.8989V27a1.0008,1.0008,0,0,1-1,1H5a1,1,0,0,1,0-2h5a3,3,0,0,0,0-6H5a1,1,0,0,1,0-2h5a3.0033,3.0033,0,0,0,3-3V11h1a4.0045,4.0045,0,0,0,4-4V4H15a3.979,3.979,0,0,0-2.7468,1.1064A6.0041,6.0041,0,0,0,7,2H4V5a6.0066,6.0066,0,0,0,6,6h1v4a1.0008,1.0008,0,0,1-1,1H5a3,3,0,0,0,0,6h5a1,1,0,0,1,0,2H5a3,3,0,0,0,0,6H23a3.0033,3.0033,0,0,0,3-3V23.8989A5.0079,5.0079,0,0,0,30,19V15A1,1,0,0,0,29,14ZM13,8a2.002,2.002,0,0,1,2-2h1V7a2.002,2.002,0,0,1-2,2H13ZM10,9A4.0045,4.0045,0,0,1,6,5V4H7a4.0045,4.0045,0,0,1,4,4V9ZM28,19a3,3,0,0,1-6,0V16h6Z"
899
- })), children);
900
- });
901
- if (process.env.NODE_ENV !== "production") {
902
- EnergyRenewable.propTypes = iconPropTypes4cbeb95d.i;
903
- }
904
- const Enterprise = /*#__PURE__*/React.forwardRef(function Enterprise(_ref39, ref) {
905
- let {
906
- children,
907
- size = 16,
908
- ...rest
909
- } = _ref39;
910
- return /*#__PURE__*/React.createElement(Icon.default, {
911
- width: size,
912
- height: size,
913
- ref: ref,
914
- xmlns: "http://www.w3.org/2000/svg",
915
- viewBox: "0 0 32 32",
916
- fill: "currentColor",
917
- ...rest
918
- }, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
919
- d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14z"
920
- })), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
921
- d: "M30,14a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30ZM4,4H20V28H4ZM22,28V14h6V28Z"
922
- })), children);
923
- });
924
- if (process.env.NODE_ENV !== "production") {
925
- Enterprise.propTypes = iconPropTypes4cbeb95d.i;
926
- }
927
- const EnumerationDefinition = /*#__PURE__*/React.forwardRef(function EnumerationDefinition(_ref40, ref) {
928
- let {
929
- children,
930
- size = 16,
931
- ...rest
932
- } = _ref40;
933
- return /*#__PURE__*/React.createElement(Icon.default, {
934
- width: size,
935
- height: size,
936
- ref: ref,
937
- xmlns: "http://www.w3.org/2000/svg",
938
- viewBox: "0 0 32 32",
939
- fill: "currentColor",
940
- ...rest
941
- }, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
942
- strokeWidth: "0",
943
- d: "M19.5328 16.0691c0-.9631.8772-1.4445 1.7885-1.4445 1.0486 0 1.4783.6532 1.4783 1.9257v5.4497h2.2004v-5.6732c0-2.2352-1.0315-3.5072-2.8712-3.5072-1.3922 0-2.1488.7395-2.5096 1.7021h-.0863v-1.4957h-2.2006v8.974h2.2006v-5.9309zM14.908 19.9883L9.2693 19.9883 9.2693 16.9282 14.2548 16.9282 14.2548 14.917 9.2693 14.917 9.2693 12.0117 14.908 12.0117 14.908 10 7 10 7 22 14.908 22 14.908 19.9883z"
944
- })), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
945
- strokeWidth: "0",
946
- d: "m2,4v24c0,1.1046.8954,2,2,2h24c1.1046,0,2-.8954,2-2V4c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2Zm26,24H4V4h24v24Z"
947
- })), children);
948
- });
949
- if (process.env.NODE_ENV !== "production") {
950
- EnumerationDefinition.propTypes = iconPropTypes4cbeb95d.i;
951
- }
952
- const EnumerationUsage = /*#__PURE__*/React.forwardRef(function EnumerationUsage(_ref41, ref) {
953
- let {
954
- children,
955
- size = 16,
956
- ...rest
957
- } = _ref41;
958
- return /*#__PURE__*/React.createElement(Icon.default, {
959
- width: size,
960
- height: size,
961
- ref: ref,
962
- xmlns: "http://www.w3.org/2000/svg",
963
- viewBox: "0 0 32 32",
964
- fill: "currentColor",
965
- ...rest
966
- }, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
967
- strokeWidth: "0",
968
- d: "M19.5328 16.0691c0-.9631.8772-1.4445 1.7885-1.4445 1.0486 0 1.4783.6532 1.4783 1.9257v5.4497h2.2004v-5.6732c0-2.2352-1.0315-3.5072-2.8712-3.5072-1.3922 0-2.1488.7395-2.5096 1.7021h-.0863v-1.4957h-2.2006v8.974h2.2006v-5.9309zM14.908 19.9883L9.2693 19.9883 9.2693 16.9282 14.2548 16.9282 14.2548 14.917 9.2693 14.917 9.2693 12.0117 14.908 12.0117 14.908 10 7 10 7 22 14.908 22 14.908 19.9883z"
969
- })), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
970
- strokeWidth: "0",
971
- 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"
972
- })), children);
973
- });
974
- if (process.env.NODE_ENV !== "production") {
975
- EnumerationUsage.propTypes = iconPropTypes4cbeb95d.i;
976
- }
977
- const EqualApproximately = /*#__PURE__*/React.forwardRef(function EqualApproximately(_ref42, ref) {
978
- let {
979
- children,
980
- size = 16,
981
- ...rest
982
- } = _ref42;
983
- return /*#__PURE__*/React.createElement(Icon.default, {
984
- width: size,
985
- height: size,
986
- ref: ref,
987
- xmlns: "http://www.w3.org/2000/svg",
988
- viewBox: "0 0 32 32",
989
- fill: "currentColor",
990
- ...rest
991
- }, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
992
- d: "M20 15c-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.2928zM20 22c-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"
993
- })), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
994
- d: "m16,30c-7.7197,0-14-6.2804-14-14S8.2802,2,16,2s14,6.2804,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3832-12,12s5.3833,12,12,12,12-5.3832,12-12-5.3833-12-12-12Z"
995
- })), children);
996
- });
997
- if (process.env.NODE_ENV !== "production") {
998
- EqualApproximately.propTypes = iconPropTypes4cbeb95d.i;
999
- }
1000
- const Equalizer = /*#__PURE__*/React.forwardRef(function Equalizer(_ref43, ref) {
1001
- let {
1002
- children,
1003
- size = 16,
1004
- ...rest
1005
- } = _ref43;
1006
- return /*#__PURE__*/React.createElement(Icon.default, {
1007
- width: size,
1008
- height: size,
1009
- ref: ref,
1010
- xmlns: "http://www.w3.org/2000/svg",
1011
- viewBox: "0 0 32 32",
1012
- fill: "currentColor",
1013
- ...rest
1014
- }, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
1015
- d: "M2 28H10V30H2zM2 24H10V26H2zM12 28H20V30H12zM12 24H20V26H12zM2 20H10V22H2zM12 20H20V22H12zM2 16H10V18H2zM12 16H20V18H12zM12 12H20V14H12zM12 8H20V10H12zM12 4H20V6H12zM22 28H30V30H22zM22 24H30V26H22z"
1016
- })), children);
1017
- });
1018
- if (process.env.NODE_ENV !== "production") {
1019
- Equalizer.propTypes = iconPropTypes4cbeb95d.i;
1020
- }
1021
- const Erase = /*#__PURE__*/React.forwardRef(function Erase(_ref44, ref) {
1022
- let {
1023
- children,
1024
- size = 16,
1025
- ...rest
1026
- } = _ref44;
1027
- return /*#__PURE__*/React.createElement(Icon.default, {
1028
- width: size,
1029
- height: size,
1030
- ref: ref,
1031
- xmlns: "http://www.w3.org/2000/svg",
1032
- viewBox: "0 0 32 32",
1033
- fill: "currentColor",
1034
- ...rest
1035
- }, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
1036
- d: "M7 27H30V29H7zM27.38 10.51L19.45 2.59a2 2 0 00-2.83 0l-14 14a2 2 0 000 2.83L7.13 24h9.59L27.38 13.34A2 2 0 0027.38 10.51zM15.89 22H8L4 18l6.31-6.31 7.93 7.92zm3.76-3.76l-7.92-7.93L18 4 26 11.93z"
1037
- })), children);
1038
- });
1039
- if (process.env.NODE_ENV !== "production") {
1040
- Erase.propTypes = iconPropTypes4cbeb95d.i;
1041
- }
1042
- const WatsonHealthErase_3D = /*#__PURE__*/React.forwardRef(function WatsonHealthErase_3D(_ref45, ref) {
1043
- let {
1044
- children,
1045
- size = 16,
1046
- ...rest
1047
- } = _ref45;
1048
- return /*#__PURE__*/React.createElement(Icon.default, {
1049
- width: size,
1050
- height: size,
1051
- ref: ref,
1052
- xmlns: "http://www.w3.org/2000/svg",
1053
- viewBox: "0 0 32 32",
1054
- fill: "currentColor",
1055
- ...rest
1056
- }, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
1057
- d: "M30.4148 16.5132L22.488 8.5859a2.0014 2.0014 0 00-2.8291 0L5.6208 22.624a2.0024 2.0024 0 000 2.8291L10.1663 30h9.5908L30.4148 19.3413A2.001 2.001 0 0030.4148 16.5132zM18.929 28H10.9949l-3.96-3.9619 6.3123-6.3118 7.9276 7.9276zm3.76-3.76l-7.9276-7.9276L21.074 10l7.9267 7.9272zM11 12H8V2h3a3.0033 3.0033 0 013 3V9A3.0033 3.0033 0 0111 12zm-1-2h1a1.0009 1.0009 0 001-1V5a1.0009 1.0009 0 00-1-1H10zM4 2H0V4H4V6H1V8H4v2H0v2H4a2.0027 2.0027 0 002-2V4A2.0023 2.0023 0 004 2z"
1058
- })), children);
1059
- });
1060
- if (process.env.NODE_ENV !== "production") {
1061
- WatsonHealthErase_3D.propTypes = iconPropTypes4cbeb95d.i;
1062
- }
1063
- const Error = /*#__PURE__*/React.forwardRef(function Error(_ref46, ref) {
1064
- let {
1065
- children,
1066
- size = 16,
1067
- ...rest
1068
- } = _ref46;
1069
- return /*#__PURE__*/React.createElement(Icon.default, {
1070
- width: size,
1071
- height: size,
1072
- ref: ref,
1073
- xmlns: "http://www.w3.org/2000/svg",
1074
- viewBox: "0 0 32 32",
1075
- fill: "currentColor",
1076
- ...rest
1077
- }, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
1078
- d: "M2,16H2A14,14,0,1,0,16,2,14,14,0,0,0,2,16Zm23.15,7.75L8.25,6.85a12,12,0,0,1,16.9,16.9ZM8.24,25.16A12,12,0,0,1,6.84,8.27L23.73,25.16a12,12,0,0,1-15.49,0Z"
1079
- })), children);
1080
- });
1081
- if (process.env.NODE_ENV !== "production") {
1082
- Error.propTypes = iconPropTypes4cbeb95d.i;
1083
- }
1084
- const ErrorFilled = /*#__PURE__*/React.forwardRef(function ErrorFilled(_ref47, ref) {
1085
- let {
1086
- children,
1087
- size = 16,
1088
- ...rest
1089
- } = _ref47;
1090
- if (size === 16 || size === "16" || size === "16px") {
1091
- return /*#__PURE__*/React.createElement(Icon.default, {
1092
- width: size,
1093
- height: size,
1094
- ref: ref,
1095
- xmlns: "http://www.w3.org/2000/svg",
1096
- viewBox: "0 0 16 16",
1097
- fill: "currentColor",
1098
- ...rest
1099
- }, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
1100
- d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L4.5,5.3l0.8-0.8l6.2,6.2L10.7,11.5z"
1101
- })), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
1102
- fill: "none",
1103
- d: "M10.7,11.5L4.5,5.3l0.8-0.8l6.2,6.2L10.7,11.5z",
1104
- "data-icon-path": "inner-path",
1105
- opacity: "0"
1106
- })), children);
1107
- }
1108
- if (size === 20 || size === "20" || size === "20px") {
1109
- return /*#__PURE__*/React.createElement(Icon.default, {
1110
- width: size,
1111
- height: size,
1112
- ref: ref,
1113
- xmlns: "http://www.w3.org/2000/svg",
1114
- viewBox: "0 0 20 20",
1115
- fill: "currentColor",
1116
- ...rest
1117
- }, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
1118
- d: "M10,1c-5,0-9,4-9,9s4,9,9,9s9-4,9-9S15,1,10,1z M13.5,14.5l-8-8l1-1l8,8L13.5,14.5z"
1119
- })), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
1120
- d: "M13.5,14.5l-8-8l1-1l8,8L13.5,14.5z",
1121
- "data-icon-path": "inner-path",
1122
- opacity: "0"
1123
- })), children);
1124
- }
1125
- if (size === 24 || size === "24" || size === "24px") {
1126
- return /*#__PURE__*/React.createElement(Icon.default, {
1127
- width: size,
1128
- height: size,
1129
- ref: ref,
1130
- xmlns: "http://www.w3.org/2000/svg",
1131
- viewBox: "0 0 24 24",
1132
- fill: "currentColor",
1133
- ...rest
1134
- }, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
1135
- d: "M12,1C5.9,1,1,5.9,1,12s4.9,11,11,11s11-4.9,11-11S18.1,1,12,1z M16.3,17.5L6.5,7.7l1.2-1.2l9.8,9.8L16.3,17.5z"
1136
- })), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
1137
- fill: "none",
1138
- d: "M16.3,17.5L6.5,7.7l1.2-1.2l9.8,9.8L16.3,17.5z",
1139
- "data-icon-path": "inner-path",
1140
- opacity: "0"
1141
- })), children);
1142
- }
1143
- return /*#__PURE__*/React.createElement(Icon.default, {
1144
- width: size,
1145
- height: size,
1146
- ref: ref,
1147
- xmlns: "http://www.w3.org/2000/svg",
1148
- viewBox: "0 0 32 32",
1149
- fill: "currentColor",
1150
- ...rest
1151
- }, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
1152
- fill: "none",
1153
- d: "M14.9 7.2H17.1V24.799H14.9z",
1154
- "data-icon-path": "inner-path",
1155
- transform: "rotate(-45 16 16)"
1156
- })), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
1157
- d: "M16,2A13.914,13.914,0,0,0,2,16,13.914,13.914,0,0,0,16,30,13.914,13.914,0,0,0,30,16,13.914,13.914,0,0,0,16,2Zm5.4449,21L9,10.5557,10.5557,9,23,21.4448Z"
1158
- })), children);
1159
- });
1160
- if (process.env.NODE_ENV !== "production") {
1161
- ErrorFilled.propTypes = iconPropTypes4cbeb95d.i;
1162
- }
1163
- const ErrorOutline = /*#__PURE__*/React.forwardRef(function ErrorOutline(_ref48, ref) {
1164
- let {
1165
- children,
1166
- size = 16,
1167
- ...rest
1168
- } = _ref48;
1169
- if (size === 16 || size === "16" || size === "16px") {
1170
- return /*#__PURE__*/React.createElement(Icon.default, {
1171
- width: size,
1172
- height: size,
1173
- ref: ref,
1174
- xmlns: "http://www.w3.org/2000/svg",
1175
- viewBox: "0 0 16 16",
1176
- fill: "currentColor",
1177
- ...rest
1178
- }, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
1179
- d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"
1180
- })), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
1181
- d: "M7.4 3.6H8.5V12.4H7.4z",
1182
- transform: "rotate(-45.001 8 8)"
1183
- })), children);
1184
- }
1185
- return /*#__PURE__*/React.createElement(Icon.default, {
1186
- width: size,
1187
- height: size,
1188
- ref: ref,
1189
- xmlns: "http://www.w3.org/2000/svg",
1190
- viewBox: "0 0 32 32",
1191
- fill: "currentColor",
1192
- ...rest
1193
- }, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
1194
- d: "M14.9 7.2H17.1V24.799H14.9z",
1195
- transform: "rotate(-45 16 16)"
1196
- })), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
1197
- d: "M16,2A13.9138,13.9138,0,0,0,2,16,13.9138,13.9138,0,0,0,16,30,13.9138,13.9138,0,0,0,30,16,13.9138,13.9138,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12.0353,12.0353,0,0,1,16,28Z"
1198
- })), children);
1199
- });
1200
- if (process.env.NODE_ENV !== "production") {
1201
- ErrorOutline.propTypes = iconPropTypes4cbeb95d.i;
1202
- }
1203
- const Event = /*#__PURE__*/React.forwardRef(function Event(_ref49, ref) {
1204
- let {
1205
- children,
1206
- size = 16,
1207
- ...rest
1208
- } = _ref49;
1209
- return /*#__PURE__*/React.createElement(Icon.default, {
1210
- width: size,
1211
- height: size,
1212
- ref: ref,
1213
- xmlns: "http://www.w3.org/2000/svg",
1214
- viewBox: "0 0 32 32",
1215
- fill: "currentColor",
1216
- ...rest
1217
- }, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
1218
- d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
1219
- })), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
1220
- d: "M21 15L23.549 19.938 29 20.729 25 24.573 26 30 21 27.438 16 30 17 24.573 13 20.729 18.6 19.938 21 15z"
1221
- })), children);
1222
- });
1223
- if (process.env.NODE_ENV !== "production") {
1224
- Event.propTypes = iconPropTypes4cbeb95d.i;
1225
- }
1226
- const EventChange = /*#__PURE__*/React.forwardRef(function EventChange(_ref50, ref) {
1227
- let {
1228
- children,
1229
- size = 16,
1230
- ...rest
1231
- } = _ref50;
1232
- return /*#__PURE__*/React.createElement(Icon.default, {
1233
- width: size,
1234
- height: size,
1235
- ref: ref,
1236
- xmlns: "http://www.w3.org/2000/svg",
1237
- viewBox: "0 0 32 32",
1238
- fill: "currentColor",
1239
- ...rest
1240
- }, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
1241
- d: "M17 15H19V22H17z"
1242
- })), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
1243
- cx: "18",
1244
- cy: "25",
1245
- r: "1.25"
1246
- })), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
1247
- d: "M29 30H7c-.3499 0-.6743-.1829-.8555-.4823s-.1926-.6718-.0303-.9817L17.1143 7.536c.1726-.3296.5292-.536.8857-.536s.7131.2064.8857.536l11 21c.1624.3099.1509.6823-.0303.9817s-.5056.4823-.8555.4823zm-20.3474-2h18.6948l-9.3474-17.8448-9.3474 17.8448zM7 23H3c-.3467 0-.6685-.1794-.8506-.4742-.1824-.2948-.1987-.663-.0439-.973l2.5-5 1.7891.8945-1.7766 3.5527h2.3821v2z"
1248
- })), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
1249
- d: "M4.955 11.5H10.545V13.5H4.955z",
1250
- transform: "rotate(-63.435 7.75 12.5)"
1251
- })), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
1252
- d: "m10.8945,8.4473l-1.7891-.8945,2.5-5c.1694-.3387.532-.5527.8945-.5527s.7251.214.8945.5527l2,4-1.7891.8945-1.1055-2.2112-1.6055,3.2112Z"
1253
- })), children);
1254
- });
1255
- if (process.env.NODE_ENV !== "production") {
1256
- EventChange.propTypes = iconPropTypes4cbeb95d.i;
1257
- }
1258
- const EventIncident = /*#__PURE__*/React.forwardRef(function EventIncident(_ref51, ref) {
1259
- let {
1260
- children,
1261
- size = 16,
1262
- ...rest
1263
- } = _ref51;
1264
- return /*#__PURE__*/React.createElement(Icon.default, {
1265
- width: size,
1266
- height: size,
1267
- ref: ref,
1268
- xmlns: "http://www.w3.org/2000/svg",
1269
- viewBox: "0 0 32 32",
1270
- fill: "currentColor",
1271
- ...rest
1272
- }, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
1273
- d: "M21.0176 26.7217L22.016 28.4541 24.9938 26.7322 24.9938 30 26.9907 30 26.9907 26.7316 30.0016 28.4727 31 26.7402 27.9898 24.9996 30.9902 23.2646 29.9918 21.5322 26.9907 23.2677 26.9907 20 24.9938 20 24.9938 23.2672 21.9984 21.5352 21 23.2676 23.9954 24.9996 21.0176 26.7217zM16 23c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 12H17V21H15z"
1274
- })), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
1275
- d: "m18,30H3c-.3494,0-.6736-.1824-.8547-.4811-.1814-.2986-.1936-.6703-.0325-.9802L15.1128,3.5387c.1721-.3311.5297-.5387.8872-.5387s.7151.2076.8872.5387l6.76,13-1.7744.9226-5.8728-11.2938L4.6472,28h13.3528v2Z"
1276
- })), children);
1277
- });
1278
- if (process.env.NODE_ENV !== "production") {
1279
- EventIncident.propTypes = iconPropTypes4cbeb95d.i;
1280
- }
1281
- const EventSchedule = /*#__PURE__*/React.forwardRef(function EventSchedule(_ref52, ref) {
1282
- let {
1283
- children,
1284
- size = 16,
1285
- ...rest
1286
- } = _ref52;
1287
- return /*#__PURE__*/React.createElement(Icon.default, {
1288
- width: size,
1289
- height: size,
1290
- ref: ref,
1291
- xmlns: "http://www.w3.org/2000/svg",
1292
- viewBox: "0 0 32 32",
1293
- fill: "currentColor",
1294
- ...rest
1295
- }, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
1296
- d: "M21,30a8,8,0,1,1,8-8A8,8,0,0,1,21,30Zm0-14a6,6,0,1,0,6,6A6,6,0,0,0,21,16Z"
1297
- })), _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
1298
- d: "M22.59 25L20 22.41 20 18 22 18 22 21.59 24 23.59 22.59 25z"
1299
- })), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
1300
- d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
1301
- })), children);
1302
- });
1303
- if (process.env.NODE_ENV !== "production") {
1304
- EventSchedule.propTypes = iconPropTypes4cbeb95d.i;
1305
- }
1306
- const EventWarning = /*#__PURE__*/React.forwardRef(function EventWarning(_ref53, ref) {
1307
- let {
1308
- children,
1309
- size = 16,
1310
- ...rest
1311
- } = _ref53;
1312
- return /*#__PURE__*/React.createElement(Icon.default, {
1313
- width: size,
1314
- height: size,
1315
- ref: ref,
1316
- xmlns: "http://www.w3.org/2000/svg",
1317
- viewBox: "0 0 32 32",
1318
- fill: "currentColor",
1319
- ...rest
1320
- }, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
1321
- d: "M27.3803 28h-6.7625l3.3822-6.7642 3.3803 6.7642zm-3.3803-10c-.3915 0-.7305.2251-.8947.5527l-5 10c-.0674.1348-.1053.2866-.1053.4473 0 .5522.4477 1 1 1h10c.5523 0 1-.4478 1-1 0-.1382-.028-.2695-.0786-.3892l-5.0269-10.0581c-.1641-.3276-.5031-.5527-.8946-.5527h0zM16 23c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 12H17V21H15z"
1322
- })), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
1323
- d: "m15,30H3c-.3494,0-.6736-.1824-.8547-.4811-.1814-.2986-.1936-.6703-.0325-.9802L15.1128,3.5387c.1721-.3311.5297-.5387.8872-.5387s.7151.2076.8872.5387l6,11.5385-1.7744.9226-5.1128-9.8322L4.6472,28h10.3528v2Z"
1324
- })), children);
1325
- });
1326
- if (process.env.NODE_ENV !== "production") {
1327
- EventWarning.propTypes = iconPropTypes4cbeb95d.i;
1328
- }
1329
- const Events = /*#__PURE__*/React.forwardRef(function Events(_ref54, ref) {
1330
- let {
1331
- children,
1332
- size = 16,
1333
- ...rest
1334
- } = _ref54;
1335
- return /*#__PURE__*/React.createElement(Icon.default, {
1336
- width: size,
1337
- height: size,
1338
- ref: ref,
1339
- xmlns: "http://www.w3.org/2000/svg",
1340
- viewBox: "0 0 32 32",
1341
- fill: "currentColor",
1342
- ...rest
1343
- }, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
1344
- d: "M26 14H24v2h2a3.0033 3.0033 0 013 3v4h2V19A5.0058 5.0058 0 0026 14zM24 4a3 3 0 11-3 3 3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0024 2zM23 30H21V28a3.0033 3.0033 0 00-3-3H14a3.0033 3.0033 0 00-3 3v2H9V28a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM16 13a3 3 0 11-3 3 3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0016 11zM8 14H6a5.0059 5.0059 0 00-5 5v4H3V19a3.0033 3.0033 0 013-3H8zM8 4A3 3 0 115 7 3 3 0 018 4M8 2a5 5 0 105 5A5 5 0 008 2z"
1345
- })), children);
1346
- });
1347
- if (process.env.NODE_ENV !== "production") {
1348
- Events.propTypes = iconPropTypes4cbeb95d.i;
1349
- }
1350
- const EventsAlt = /*#__PURE__*/React.forwardRef(function EventsAlt(_ref55, ref) {
1351
- let {
1352
- children,
1353
- size = 16,
1354
- ...rest
1355
- } = _ref55;
1356
- return /*#__PURE__*/React.createElement(Icon.default, {
1357
- width: size,
1358
- height: size,
1359
- ref: ref,
1360
- xmlns: "http://www.w3.org/2000/svg",
1361
- viewBox: "0 0 32 32",
1362
- fill: "currentColor",
1363
- ...rest
1364
- }, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
1365
- d: "M18 31h2V29a1.0006 1.0006 0 011-1h6a1.0006 1.0006 0 011 1v2h2V29a3.0033 3.0033 0 00-3-3H21a3.0033 3.0033 0 00-3 3zM24 25a4 4 0 114-4A4.0039 4.0039 0 0124 25zm0-6a2 2 0 102 2A2.0027 2.0027 0 0024 19zM2 31H4V29a1.0009 1.0009 0 011-1h6a1.0009 1.0009 0 011 1v2h2V29a3.0033 3.0033 0 00-3-3H5a3.0033 3.0033 0 00-3 3zM8 25a4 4 0 114-4A4.0042 4.0042 0 018 25zm0-6a2 2 0 102 2A2.0023 2.0023 0 008 19zM18 16h2V14a1.0009 1.0009 0 011-1h6a1.0009 1.0009 0 011 1v2h2V14a3.0033 3.0033 0 00-3-3H21a3.0033 3.0033 0 00-3 3zM24 10a4 4 0 114-4A4.0042 4.0042 0 0124 10zm0-6a2 2 0 102 2A2.0023 2.0023 0 0024 4zM2 16H4V14a1.0013 1.0013 0 011-1h6a1.0013 1.0013 0 011 1v2h2V14a3.0033 3.0033 0 00-3-3H5a3.0033 3.0033 0 00-3 3zM8 10a4 4 0 114-4A4.0045 4.0045 0 018 10zM8 4a2 2 0 102 2A2.002 2.002 0 008 4z"
1366
- })), children);
1367
- });
1368
- if (process.env.NODE_ENV !== "production") {
1369
- EventsAlt.propTypes = iconPropTypes4cbeb95d.i;
1370
- }
1371
- const ExamMode = /*#__PURE__*/React.forwardRef(function ExamMode(_ref56, ref) {
1372
- let {
1373
- children,
1374
- size = 16,
1375
- ...rest
1376
- } = _ref56;
1377
- return /*#__PURE__*/React.createElement(Icon.default, {
1378
- width: size,
1379
- height: size,
1380
- ref: ref,
1381
- xmlns: "http://www.w3.org/2000/svg",
1382
- viewBox: "0 0 32 32",
1383
- fill: "currentColor",
1384
- ...rest
1385
- }, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
1386
- d: "M25 23v3H7V16.83l3.59 3.58L12 19 6 13 0 19l1.41 1.41L5 16.83V26a2 2 0 002 2H25a2 2 0 002-2V23zM27 7v9.17l3.59-3.58L32 14l-6 6-6-6 1.41-1.41L25 16.17V7H13V5H25A2 2 0 0127 7zM8 10H4A2 2 0 012 8V4A2 2 0 014 2H8a2 2 0 012 2V8A2 2 0 018 10zM4 4V8H8V4z"
1387
- })), children);
1388
- });
1389
- if (process.env.NODE_ENV !== "production") {
1390
- ExamMode.propTypes = iconPropTypes4cbeb95d.i;
1391
- }
1392
- const ExecutableProgram = /*#__PURE__*/React.forwardRef(function ExecutableProgram(_ref57, ref) {
1393
- let {
1394
- children,
1395
- size = 16,
1396
- ...rest
1397
- } = _ref57;
1398
- return /*#__PURE__*/React.createElement(Icon.default, {
1399
- width: size,
1400
- height: size,
1401
- ref: ref,
1402
- xmlns: "http://www.w3.org/2000/svg",
1403
- viewBox: "0 0 32 32",
1404
- fill: "currentColor",
1405
- ...rest
1406
- }, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
1407
- fillRule: "evenodd",
1408
- d: "M25 21L32 26 25 31 25 21z"
1409
- })), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
1410
- d: "M20.17 19L17.58 21.59 19 23 23 19 19 15 17.58 16.41 20.17 19zM11.83 19L14.42 16.41 13 15 9 19 13 23 14.42 21.59 11.83 19z"
1411
- })), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
1412
- cx: "9",
1413
- cy: "8",
1414
- r: "1"
1415
- })), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
1416
- cx: "6",
1417
- cy: "8",
1418
- r: "1"
1419
- })), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
1420
- d: "M21,26H4V12H28v7h2V6c0-1.1025-.8972-2-2-2H4c-1.1028,0-2,.8975-2,2V26c0,1.1025,.8972,2,2,2H21v-2ZM4,6H28v4H4V6Z"
1421
- })), children);
1422
- });
1423
- if (process.env.NODE_ENV !== "production") {
1424
- ExecutableProgram.propTypes = iconPropTypes4cbeb95d.i;
1425
- }
1426
- const Exit = /*#__PURE__*/React.forwardRef(function Exit(_ref58, ref) {
1427
- let {
1428
- children,
1429
- size = 16,
1430
- ...rest
1431
- } = _ref58;
1432
- return /*#__PURE__*/React.createElement(Icon.default, {
1433
- width: size,
1434
- height: size,
1435
- ref: ref,
1436
- xmlns: "http://www.w3.org/2000/svg",
1437
- viewBox: "0 0 32 32",
1438
- fill: "currentColor",
1439
- ...rest
1440
- }, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
1441
- d: "M26 4H28V28H26zM11.414 20.586L7.828 17 22 17 22 15 7.828 15 11.414 11.414 10 10 4 16 10 22 11.414 20.586z"
1442
- })), children);
1443
- });
1444
- if (process.env.NODE_ENV !== "production") {
1445
- Exit.propTypes = iconPropTypes4cbeb95d.i;
1446
- }
1447
- const ExpandAll = /*#__PURE__*/React.forwardRef(function ExpandAll(_ref59, ref) {
1448
- let {
1449
- children,
1450
- size = 16,
1451
- ...rest
1452
- } = _ref59;
1453
- return /*#__PURE__*/React.createElement(Icon.default, {
1454
- width: size,
1455
- height: size,
1456
- ref: ref,
1457
- xmlns: "http://www.w3.org/2000/svg",
1458
- viewBox: "0 0 32 32",
1459
- fill: "currentColor",
1460
- ...rest
1461
- }, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
1462
- d: "M12,10H26a2.0025,2.0025,0,0,0,2-2V4a2.0025,2.0025,0,0,0-2-2H12a2.0025,2.0025,0,0,0-2,2V5H6V2H4V25a2.0025,2.0025,0,0,0,2,2h4v1a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V24a2.0025,2.0025,0,0,0-2-2H12a2.0025,2.0025,0,0,0-2,2v1H6V17h4v1a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V14a2.0025,2.0025,0,0,0-2-2H12a2.0025,2.0025,0,0,0-2,2v1H6V7h4V8A2.0025,2.0025,0,0,0,12,10Zm0-6H26l.0012,4H12Zm0,20H26l.0012,4H12Zm0-10H26l.0012,4H12Z"
1463
- })), children);
1464
- });
1465
- if (process.env.NODE_ENV !== "production") {
1466
- ExpandAll.propTypes = iconPropTypes4cbeb95d.i;
1467
- }
1468
- const ExpandCategories = /*#__PURE__*/React.forwardRef(function ExpandCategories(_ref60, ref) {
1469
- let {
1470
- children,
1471
- size = 16,
1472
- ...rest
1473
- } = _ref60;
1474
- return /*#__PURE__*/React.createElement(Icon.default, {
1475
- width: size,
1476
- height: size,
1477
- ref: ref,
1478
- xmlns: "http://www.w3.org/2000/svg",
1479
- viewBox: "0 0 32 32",
1480
- fill: "currentColor",
1481
- ...rest
1482
- }, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
1483
- d: "M20 26H26V28H20zM20 18H28V20H20zM20 10H30V12H20zM15 4H17V28H15zM10.586 3.959L7 7.249 3.412 3.958 2 5.373 7 10 12 5.373 10.586 3.959z"
1484
- })), children);
1485
- });
1486
- if (process.env.NODE_ENV !== "production") {
1487
- ExpandCategories.propTypes = iconPropTypes4cbeb95d.i;
1488
- }
1489
- const Explore = /*#__PURE__*/React.forwardRef(function Explore(_ref61, ref) {
1490
- let {
1491
- children,
1492
- size = 16,
1493
- ...rest
1494
- } = _ref61;
1495
- return /*#__PURE__*/React.createElement(Icon.default, {
1496
- width: size,
1497
- height: size,
1498
- ref: ref,
1499
- xmlns: "http://www.w3.org/2000/svg",
1500
- viewBox: "0 0 32 32",
1501
- fill: "currentColor",
1502
- ...rest
1503
- }, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
1504
- d: "M22.707,9.2931a.9992.9992,0,0,0-1.0234-.2417l-9,3a1.001,1.001,0,0,0-.6323.6323l-3,9a1,1,0,0,0,1.2651,1.2651l9-3a1.0013,1.0013,0,0,0,.6323-.6324l3-9A1,1,0,0,0,22.707,9.2931ZM11.5811,20.419l2.2094-6.6284L18.21,18.21Z"
1505
- })), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
1506
- 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"
1507
- })), children);
1508
- });
1509
- if (process.env.NODE_ENV !== "production") {
1510
- Explore.propTypes = iconPropTypes4cbeb95d.i;
1511
- }
1512
- const Export = /*#__PURE__*/React.forwardRef(function Export(_ref62, ref) {
1513
- let {
1514
- children,
1515
- size = 16,
1516
- ...rest
1517
- } = _ref62;
1518
- if (size === 16 || size === "16" || size === "16px") {
1519
- return /*#__PURE__*/React.createElement(Icon.default, {
1520
- width: size,
1521
- height: size,
1522
- ref: ref,
1523
- xmlns: "http://www.w3.org/2000/svg",
1524
- viewBox: "0 0 16 16",
1525
- fill: "currentColor",
1526
- ...rest
1527
- }, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
1528
- d: "M13 12v2H3v-2H2v2l0 0c0 .6.4 1 1 1h10c.6 0 1-.4 1-1l0 0v-2H13zM3 6L3.7 6.7 7.5 2.9 7.5 12 8.5 12 8.5 2.9 12.3 6.7 13 6 8 1z"
1529
- })), children);
1530
- }
1531
- return /*#__PURE__*/React.createElement(Icon.default, {
1532
- width: size,
1533
- height: size,
1534
- ref: ref,
1535
- xmlns: "http://www.w3.org/2000/svg",
1536
- viewBox: "0 0 32 32",
1537
- fill: "currentColor",
1538
- ...rest
1539
- }, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
1540
- d: "M26 24v4H6V24H4v4l.0076-.0049A1.9977 1.9977 0 006 30H26a2 2 0 002-2h0V24zM6 12L7.411 13.405 15 5.825 15 24 17 24 17 5.825 24.591 13.405 26 12 16 2 6 12z"
1541
- })), children);
1542
- });
1543
- if (process.env.NODE_ENV !== "production") {
1544
- Export.propTypes = iconPropTypes4cbeb95d.i;
1545
- }
1546
- const Eyedropper = /*#__PURE__*/React.forwardRef(function Eyedropper(_ref63, ref) {
1547
- let {
1548
- children,
1549
- size = 16,
1550
- ...rest
1551
- } = _ref63;
1552
- return /*#__PURE__*/React.createElement(Icon.default, {
1553
- width: size,
1554
- height: size,
1555
- ref: ref,
1556
- xmlns: "http://www.w3.org/2000/svg",
1557
- viewBox: "0 0 32 32",
1558
- fill: "currentColor",
1559
- ...rest
1560
- }, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
1561
- d: "M2 27H5V30H2zM29.71 7.29l-5-5a1 1 0 00-1.41 0h0L20 5.59l-1.29-1.3L17.29 5.71 18.59 7 8.29 17.29A1 1 0 008 18v1.59l-2.71 2.7a1 1 0 000 1.41h0l3 3a1 1 0 001.41 0h0L12.41 24H14a1 1 0 00.71-.29L25 13.41l1.29 1.3 1.42-1.42L26.41 12l3.3-3.29a1 1 0 000-1.41zM13.59 22h-2L9 24.59 7.41 23 10 20.41v-2l10-10L23.59 12zM25 10.59L21.41 7 24 4.41 27.59 8z"
1562
- })), children);
1563
- });
1564
- if (process.env.NODE_ENV !== "production") {
1565
- Eyedropper.propTypes = iconPropTypes4cbeb95d.i;
1566
- }
1567
- const FaceActivated = /*#__PURE__*/React.forwardRef(function FaceActivated(_ref64, ref) {
1568
- let {
1569
- children,
1570
- size = 16,
1571
- ...rest
1572
- } = _ref64;
1573
- return /*#__PURE__*/React.createElement(Icon.default, {
1574
- width: size,
1575
- height: size,
1576
- ref: ref,
1577
- xmlns: "http://www.w3.org/2000/svg",
1578
- viewBox: "0 0 32 32",
1579
- fill: "currentColor",
1580
- ...rest
1581
- }, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
1582
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
1583
- })), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
1584
- d: "M11.5 11A2.5 2.5 0 1014 13.5 2.48 2.48 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.48 2.48 0 0020.5 11zM9 20a8.13 8.13 0 0014 0z"
1585
- })), children);
1586
- });
1587
- if (process.env.NODE_ENV !== "production") {
1588
- FaceActivated.propTypes = iconPropTypes4cbeb95d.i;
1589
- }
1590
- const FaceActivatedAdd = /*#__PURE__*/React.forwardRef(function FaceActivatedAdd(_ref65, ref) {
1591
- let {
1592
- children,
1593
- size = 16,
1594
- ...rest
1595
- } = _ref65;
1596
- return /*#__PURE__*/React.createElement(Icon.default, {
1597
- width: size,
1598
- height: size,
1599
- ref: ref,
1600
- xmlns: "http://www.w3.org/2000/svg",
1601
- viewBox: "0 0 32 32",
1602
- fill: "currentColor",
1603
- ...rest
1604
- }, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
1605
- d: "M30 4L26 4 26 0 24 0 24 4 20 4 20 6 24 6 24 10 26 10 26 6 30 6 30 4zM11.5 11A2.5 2.5 0 1014 13.5 2.48 2.48 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.48 2.48 0 0020.5 11zM9 20a8.13 8.13 0 0014 0z"
1606
- })), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
1607
- d: "M27.82,14A12,12,0,1,1,16,4V2A14,14,0,1,0,30,16a14.71,14.71,0,0,0-.16-2Z"
1608
- })), children);
1609
- });
1610
- if (process.env.NODE_ENV !== "production") {
1611
- FaceActivatedAdd.propTypes = iconPropTypes4cbeb95d.i;
1612
- }
1613
- const FaceActivatedFilled = /*#__PURE__*/React.forwardRef(function FaceActivatedFilled(_ref66, ref) {
1614
- let {
1615
- children,
1616
- size = 16,
1617
- ...rest
1618
- } = _ref66;
1619
- return /*#__PURE__*/React.createElement(Icon.default, {
1620
- width: size,
1621
- height: size,
1622
- ref: ref,
1623
- xmlns: "http://www.w3.org/2000/svg",
1624
- viewBox: "0 0 32 32",
1625
- fill: "currentColor",
1626
- ...rest
1627
- }, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
1628
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm-4.5,9A2.5,2.5,0,1,1,9,13.5,2.48,2.48,0,0,1,11.5,11ZM16,24a8.11,8.11,0,0,1-7-4H23A8.11,8.11,0,0,1,16,24Zm4.5-8A2.5,2.5,0,1,1,23,13.5,2.48,2.48,0,0,1,20.5,16Z"
1629
- })), children);
1630
- });
1631
- if (process.env.NODE_ENV !== "production") {
1632
- FaceActivatedFilled.propTypes = iconPropTypes4cbeb95d.i;
1633
- }
1634
- const FaceAdd = /*#__PURE__*/React.forwardRef(function FaceAdd(_ref67, ref) {
1635
- let {
1636
- children,
1637
- size = 16,
1638
- ...rest
1639
- } = _ref67;
1640
- return /*#__PURE__*/React.createElement(Icon.default, {
1641
- width: size,
1642
- height: size,
1643
- ref: ref,
1644
- xmlns: "http://www.w3.org/2000/svg",
1645
- viewBox: "0 0 32 32",
1646
- fill: "currentColor",
1647
- ...rest
1648
- }, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
1649
- d: "M16 22a6 6 0 01-5.14-2.92l-1.71 1a8 8 0 0013.7 0l-1.71-1A6 6 0 0116 22zM30 4L26 4 26 0 24 0 24 4 20 4 20 6 24 6 24 10 26 10 26 6 30 6 30 4zM11.5 11A2.5 2.5 0 1014 13.5 2.48 2.48 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.48 2.48 0 0020.5 11z"
1650
- })), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
1651
- d: "M27.61,13A12.33,12.33,0,0,1,28,16,12,12,0,1,1,16,4V2A14,14,0,1,0,29.67,13Z"
1652
- })), children);
1653
- });
1654
- if (process.env.NODE_ENV !== "production") {
1655
- FaceAdd.propTypes = iconPropTypes4cbeb95d.i;
1656
- }
1657
- const FaceCool = /*#__PURE__*/React.forwardRef(function FaceCool(_ref68, ref) {
1658
- let {
1659
- children,
1660
- size = 16,
1661
- ...rest
1662
- } = _ref68;
1663
- return /*#__PURE__*/React.createElement(Icon.default, {
1664
- width: size,
1665
- height: size,
1666
- ref: ref,
1667
- xmlns: "http://www.w3.org/2000/svg",
1668
- viewBox: "0 0 32 32",
1669
- fill: "currentColor",
1670
- ...rest
1671
- }, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
1672
- d: "M16,24a8,8,0,0,0,6.85-3.89l-1.71-1a6,6,0,0,1-10.28,0l-1.71,1A8,8,0,0,0,16,24Z"
1673
- })), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
1674
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,2a12,12,0,0,1,10.89,7H25a1,1,0,0,0-1-1H8a1,1,0,0,0-1,1H5.11A12,12,0,0,1,16,4Zm0,24A12,12,0,0,1,4,16a11.86,11.86,0,0,1,.4-3H7v2a2,2,0,0,0,2,2h3.31a2,2,0,0,0,2-1.67L14.83,12h2.34l.55,3.33a2,2,0,0,0,2,1.67H23a2,2,0,0,0,2-2V13h2.6a11.86,11.86,0,0,1,.4,3A12,12,0,0,1,16,28Z"
1675
- })), children);
1676
- });
1677
- if (process.env.NODE_ENV !== "production") {
1678
- FaceCool.propTypes = iconPropTypes4cbeb95d.i;
1679
- }
1680
- const FaceDissatisfied = /*#__PURE__*/React.forwardRef(function FaceDissatisfied(_ref69, ref) {
1681
- let {
1682
- children,
1683
- size = 16,
1684
- ...rest
1685
- } = _ref69;
1686
- return /*#__PURE__*/React.createElement(Icon.default, {
1687
- width: size,
1688
- height: size,
1689
- ref: ref,
1690
- xmlns: "http://www.w3.org/2000/svg",
1691
- viewBox: "0 0 32 32",
1692
- fill: "currentColor",
1693
- ...rest
1694
- }, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
1695
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
1696
- })), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
1697
- d: "M11.5 11A2.5 2.5 0 1014 13.5 2.5 2.5 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.5 2.5 0 0020.5 11zM16 19a8 8 0 00-6.85 3.89l1.71 1a6 6 0 0110.28 0l1.71-1A8 8 0 0016 19z"
1698
- })), children);
1699
- });
1700
- if (process.env.NODE_ENV !== "production") {
1701
- FaceDissatisfied.propTypes = iconPropTypes4cbeb95d.i;
1702
- }
1703
- const FaceDissatisfiedFilled = /*#__PURE__*/React.forwardRef(function FaceDissatisfiedFilled(_ref70, ref) {
1704
- let {
1705
- children,
1706
- size = 16,
1707
- ...rest
1708
- } = _ref70;
1709
- return /*#__PURE__*/React.createElement(Icon.default, {
1710
- width: size,
1711
- height: size,
1712
- ref: ref,
1713
- xmlns: "http://www.w3.org/2000/svg",
1714
- viewBox: "0 0 32 32",
1715
- fill: "currentColor",
1716
- ...rest
1717
- }, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
1718
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm-4.5,9h0A2.5,2.5,0,1,1,9,13.5,2.48,2.48,0,0,1,11.54,11Zm9.64,12.92a6,6,0,0,0-10.28,0l-1.71-1a8,8,0,0,1,13.7,0ZM20.5,16a2.5,2.5,0,0,1,0-5h0a2.5,2.5,0,0,1,0,5Z"
1719
- })), children);
1720
- });
1721
- if (process.env.NODE_ENV !== "production") {
1722
- FaceDissatisfiedFilled.propTypes = iconPropTypes4cbeb95d.i;
1723
- }
1724
- const FaceDizzy = /*#__PURE__*/React.forwardRef(function FaceDizzy(_ref71, ref) {
1725
- let {
1726
- children,
1727
- size = 16,
1728
- ...rest
1729
- } = _ref71;
1730
- return /*#__PURE__*/React.createElement(Icon.default, {
1731
- width: size,
1732
- height: size,
1733
- ref: ref,
1734
- xmlns: "http://www.w3.org/2000/svg",
1735
- viewBox: "0 0 32 32",
1736
- fill: "currentColor",
1737
- ...rest
1738
- }, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
1739
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
1740
- })), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
1741
- d: "M24.41 11L23 9.59 21 11.59 19 9.59 17.59 11 19.59 13 17.59 15 19 16.41 21 14.41 23 16.41 24.41 15 22.41 13 24.41 11zM14.41 11L13 9.59 11 11.59 9 9.59 7.59 11 9.59 13 7.59 15 9 16.41 11 14.41 13 16.41 14.41 15 12.41 13 14.41 11zM16 19a3 3 0 103 3 3 3 0 00-3-3z"
1742
- })), children);
1743
- });
1744
- if (process.env.NODE_ENV !== "production") {
1745
- FaceDizzy.propTypes = iconPropTypes4cbeb95d.i;
1746
- }
1747
- const FaceDizzyFilled = /*#__PURE__*/React.forwardRef(function FaceDizzyFilled(_ref72, ref) {
1748
- let {
1749
- children,
1750
- size = 16,
1751
- ...rest
1752
- } = _ref72;
1753
- return /*#__PURE__*/React.createElement(Icon.default, {
1754
- width: size,
1755
- height: size,
1756
- ref: ref,
1757
- xmlns: "http://www.w3.org/2000/svg",
1758
- viewBox: "0 0 32 32",
1759
- fill: "currentColor",
1760
- ...rest
1761
- }, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
1762
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM9,16.41,7.59,15l2-2-2-2L9,9.59l2,2,2-2L14.41,11l-2,2,2,2L13,16.41l-2-2ZM16,25a3,3,0,1,1,3-3A3,3,0,0,1,16,25Zm8.41-10L23,16.41l-2-2-2,2L17.59,15l2-2-2-2L19,9.59l2,2,2-2L24.41,11l-2,2Z"
1763
- })), children);
1764
- });
1765
- if (process.env.NODE_ENV !== "production") {
1766
- FaceDizzyFilled.propTypes = iconPropTypes4cbeb95d.i;
1767
- }
1768
- const FaceMask = /*#__PURE__*/React.forwardRef(function FaceMask(_ref73, ref) {
1769
- let {
1770
- children,
1771
- size = 16,
1772
- ...rest
1773
- } = _ref73;
1774
- return /*#__PURE__*/React.createElement(Icon.default, {
1775
- width: size,
1776
- height: size,
1777
- ref: ref,
1778
- xmlns: "http://www.w3.org/2000/svg",
1779
- viewBox: "0 0 32 32",
1780
- fill: "currentColor",
1781
- ...rest
1782
- }, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
1783
- d: "M11.5 11A2.5 2.5 0 1014 13.5 2.5 2.5 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.5 2.5 0 0020.5 11z"
1784
- })), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
1785
- d: "M30,16A14,14,0,1,0,8.8994,28.042l.0156.1562A1.993,1.993,0,0,0,10.9048,30h10.19a1.9929,1.9929,0,0,0,1.99-1.8008l.0156-.1572A13.9674,13.9674,0,0,0,30,16ZM16,4A11.99,11.99,0,0,1,27.97,15.397L22.7637,18H9.2363L4.0305,15.397A11.99,11.99,0,0,1,16,4ZM4.12,17.6777l3.94,1.97.5813,5.81A11.97,11.97,0,0,1,4.12,17.6777ZM21.0947,28H10.9053l-.8-8h11.79Zm2.2644-2.542.5811-5.81,3.94-1.97A11.9712,11.9712,0,0,1,23.3591,25.458Z"
1786
- })), children);
1787
- });
1788
- if (process.env.NODE_ENV !== "production") {
1789
- FaceMask.propTypes = iconPropTypes4cbeb95d.i;
1790
- }
1791
- const FaceNeutral = /*#__PURE__*/React.forwardRef(function FaceNeutral(_ref74, ref) {
1792
- let {
1793
- children,
1794
- size = 16,
1795
- ...rest
1796
- } = _ref74;
1797
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
1806
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
1807
- })), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
1808
- d: "M11.5 11A2.5 2.5 0 1014 13.5 2.5 2.5 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.5 2.5 0 0020.5 11zM10 20H22V22H10z"
1809
- })), children);
1810
- });
1811
- if (process.env.NODE_ENV !== "production") {
1812
- FaceNeutral.propTypes = iconPropTypes4cbeb95d.i;
1813
- }
1814
- const FaceNeutralFilled = /*#__PURE__*/React.forwardRef(function FaceNeutralFilled(_ref75, ref) {
1815
- let {
1816
- children,
1817
- size = 16,
1818
- ...rest
1819
- } = _ref75;
1820
- return /*#__PURE__*/React.createElement(Icon.default, {
1821
- width: size,
1822
- height: size,
1823
- ref: ref,
1824
- xmlns: "http://www.w3.org/2000/svg",
1825
- viewBox: "0 0 32 32",
1826
- fill: "currentColor",
1827
- ...rest
1828
- }, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
1829
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM9,13.5A2.5,2.5,0,1,1,11.5,16,2.5,2.5,0,0,1,9,13.5ZM22,22H10V20H22Zm-1.5-6A2.5,2.5,0,1,1,23,13.5,2.5,2.5,0,0,1,20.5,16Z"
1830
- })), children);
1831
- });
1832
- if (process.env.NODE_ENV !== "production") {
1833
- FaceNeutralFilled.propTypes = iconPropTypes4cbeb95d.i;
1834
- }
1835
- const FacePending = /*#__PURE__*/React.forwardRef(function FacePending(_ref76, ref) {
1836
- let {
1837
- children,
1838
- size = 16,
1839
- ...rest
1840
- } = _ref76;
1841
- return /*#__PURE__*/React.createElement(Icon.default, {
1842
- width: size,
1843
- height: size,
1844
- ref: ref,
1845
- xmlns: "http://www.w3.org/2000/svg",
1846
- viewBox: "0 0 32 32",
1847
- fill: "currentColor",
1848
- ...rest
1849
- }, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
1850
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
1851
- })), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
1852
- d: "M11.5 11A2.5 2.5 0 1014 13.5 2.48 2.48 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.48 2.48 0 0020.5 11z"
1853
- })), children);
1854
- });
1855
- if (process.env.NODE_ENV !== "production") {
1856
- FacePending.propTypes = iconPropTypes4cbeb95d.i;
1857
- }
1858
- const FacePendingFilled = /*#__PURE__*/React.forwardRef(function FacePendingFilled(_ref77, ref) {
1859
- let {
1860
- children,
1861
- size = 16,
1862
- ...rest
1863
- } = _ref77;
1864
- return /*#__PURE__*/React.createElement(Icon.default, {
1865
- width: size,
1866
- height: size,
1867
- ref: ref,
1868
- xmlns: "http://www.w3.org/2000/svg",
1869
- viewBox: "0 0 32 32",
1870
- fill: "currentColor",
1871
- ...rest
1872
- }, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
1873
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM11.5,16A2.5,2.5,0,1,1,14,13.5,2.48,2.48,0,0,1,11.5,16Zm9,0A2.5,2.5,0,1,1,23,13.5,2.48,2.48,0,0,1,20.5,16Z"
1874
- })), children);
1875
- });
1876
- if (process.env.NODE_ENV !== "production") {
1877
- FacePendingFilled.propTypes = iconPropTypes4cbeb95d.i;
1878
- }
1879
- const FaceSatisfied = /*#__PURE__*/React.forwardRef(function FaceSatisfied(_ref78, ref) {
1880
- let {
1881
- children,
1882
- size = 16,
1883
- ...rest
1884
- } = _ref78;
1885
- return /*#__PURE__*/React.createElement(Icon.default, {
1886
- width: size,
1887
- height: size,
1888
- ref: ref,
1889
- xmlns: "http://www.w3.org/2000/svg",
1890
- viewBox: "0 0 32 32",
1891
- fill: "currentColor",
1892
- ...rest
1893
- }, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
1894
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
1895
- })), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
1896
- d: "M11.5 11A2.5 2.5 0 1014 13.5 2.48 2.48 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.48 2.48 0 0020.5 11zM16 24a8 8 0 006.85-3.89l-1.71-1a6 6 0 01-10.28 0l-1.71 1A8 8 0 0016 24z"
1897
- })), children);
1898
- });
1899
- if (process.env.NODE_ENV !== "production") {
1900
- FaceSatisfied.propTypes = iconPropTypes4cbeb95d.i;
1901
- }
1902
- const FaceSatisfiedFilled = /*#__PURE__*/React.forwardRef(function FaceSatisfiedFilled(_ref79, ref) {
1903
- let {
1904
- children,
1905
- size = 16,
1906
- ...rest
1907
- } = _ref79;
1908
- return /*#__PURE__*/React.createElement(Icon.default, {
1909
- width: size,
1910
- height: size,
1911
- ref: ref,
1912
- xmlns: "http://www.w3.org/2000/svg",
1913
- viewBox: "0 0 32 32",
1914
- fill: "currentColor",
1915
- ...rest
1916
- }, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
1917
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm-4.5,9A2.5,2.5,0,1,1,9,13.5,2.48,2.48,0,0,1,11.5,11ZM16,24a8,8,0,0,1-6.85-3.89l1.71-1a6,6,0,0,0,10.28,0l1.71,1A8,8,0,0,1,16,24Zm4.5-8A2.5,2.5,0,1,1,23,13.5,2.48,2.48,0,0,1,20.5,16Z"
1918
- })), children);
1919
- });
1920
- if (process.env.NODE_ENV !== "production") {
1921
- FaceSatisfiedFilled.propTypes = iconPropTypes4cbeb95d.i;
1922
- }
1923
- const FaceWink = /*#__PURE__*/React.forwardRef(function FaceWink(_ref80, ref) {
1924
- let {
1925
- children,
1926
- size = 16,
1927
- ...rest
1928
- } = _ref80;
1929
- return /*#__PURE__*/React.createElement(Icon.default, {
1930
- width: size,
1931
- height: size,
1932
- ref: ref,
1933
- xmlns: "http://www.w3.org/2000/svg",
1934
- viewBox: "0 0 32 32",
1935
- fill: "currentColor",
1936
- ...rest
1937
- }, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
1938
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
1939
- })), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
1940
- d: "M20.5 11A2.5 2.5 0 1023 13.5 2.5 2.5 0 0020.5 11zM8 13H14V15H8zM16 24a8 8 0 006.85-3.89l-1.71-1a6 6 0 01-10.28 0l-1.71 1A8 8 0 0016 24z"
1941
- })), children);
1942
- });
1943
- if (process.env.NODE_ENV !== "production") {
1944
- FaceWink.propTypes = iconPropTypes4cbeb95d.i;
1945
- }
1946
- const FaceWinkFilled = /*#__PURE__*/React.forwardRef(function FaceWinkFilled(_ref81, ref) {
1947
- let {
1948
- children,
1949
- size = 16,
1950
- ...rest
1951
- } = _ref81;
1952
- return /*#__PURE__*/React.createElement(Icon.default, {
1953
- width: size,
1954
- height: size,
1955
- ref: ref,
1956
- xmlns: "http://www.w3.org/2000/svg",
1957
- viewBox: "0 0 32 32",
1958
- fill: "currentColor",
1959
- ...rest
1960
- }, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
1961
- d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM8,13h6v2H8Zm8,11a8,8,0,0,1-6.85-3.89l1.71-1a6,6,0,0,0,10.28,0l1.71,1A8,8,0,0,1,16,24Zm4.5-8a2.5,2.5,0,0,1,0-5h0a2.5,2.5,0,0,1,0,5Z"
1962
- })), children);
1963
- });
1964
- if (process.env.NODE_ENV !== "production") {
1965
- FaceWinkFilled.propTypes = iconPropTypes4cbeb95d.i;
1966
- }
1967
- const Factor = /*#__PURE__*/React.forwardRef(function Factor(_ref82, ref) {
1968
- let {
1969
- children,
1970
- size = 16,
1971
- ...rest
1972
- } = _ref82;
1973
- return /*#__PURE__*/React.createElement(Icon.default, {
1974
- width: size,
1975
- height: size,
1976
- ref: ref,
1977
- xmlns: "http://www.w3.org/2000/svg",
1978
- viewBox: "0 0 32 32",
1979
- fill: "currentColor",
1980
- ...rest
1981
- }, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
1982
- d: "M27,28V9H24V4h2V2H20V4h2V9H19V28H15V16H12V11h2V9H8v2h2v5H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,28H9V18h4Zm8-17h4V28H21Z"
1983
- })), children);
1984
- });
1985
- if (process.env.NODE_ENV !== "production") {
1986
- Factor.propTypes = iconPropTypes4cbeb95d.i;
1987
- }
1988
- const Fade = /*#__PURE__*/React.forwardRef(function Fade(_ref83, ref) {
1989
- let {
1990
- children,
1991
- size = 16,
1992
- ...rest
1993
- } = _ref83;
1994
- if (size === 16 || size === "16" || size === "16px") {
1995
- return /*#__PURE__*/React.createElement(Icon.default, {
1996
- width: size,
1997
- height: size,
1998
- ref: ref,
1999
- xmlns: "http://www.w3.org/2000/svg",
2000
- viewBox: "0 0 16 16",
2001
- fill: "currentColor",
2002
- ...rest
2003
- }, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
2004
- d: "M4.1 12.6l-.6.8c.6.5 1.3.9 2.1 1.2l.3-.9C5.3 13.4 4.7 13 4.1 12.6zM2.1 9l-1 .2c.1.8.4 1.6.8 2.3L2.8 11C2.4 10.4 2.2 9.7 2.1 9zM5.9 2.4L5.6 1.4C4.8 1.7 4.1 2.1 3.5 2.7l.6.8C4.7 3 5.3 2.6 5.9 2.4zM2.8 5L1.9 4.5C1.5 5.2 1.3 6 1.1 6.8l1 .2C2.2 6.3 2.5 5.6 2.8 5zM8 1v1c3.3 0 6 2.7 6 6s-2.7 6-6 6v1c3.9 0 7-3.1 7-7S11.9 1 8 1z"
2005
- })), children);
2006
- }
2007
- return /*#__PURE__*/React.createElement(Icon.default, {
2008
- width: size,
2009
- height: size,
2010
- ref: ref,
2011
- xmlns: "http://www.w3.org/2000/svg",
2012
- viewBox: "0 0 32 32",
2013
- fill: "currentColor",
2014
- ...rest
2015
- }, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
2016
- d: "M8.24 25.14L7 26.67a13.79 13.79 0 004.18 2.44l.69-1.87A12 12 0 018.24 25.14zM4.19 18l-2 .41A14.09 14.09 0 003.86 23L5.59 22A12.44 12.44 0 014.19 18zM11.82 4.76l-.69-1.87A13.79 13.79 0 007 5.33L8.24 6.86A12 12 0 0111.82 4.76zM5.59 10L3.86 9a14.37 14.37 0 00-1.64 4.59l2 .34A12.05 12.05 0 015.59 10zM16 2V4a12 12 0 010 24v2A14 14 0 0016 2z"
2017
- })), children);
2018
- });
2019
- if (process.env.NODE_ENV !== "production") {
2020
- Fade.propTypes = iconPropTypes4cbeb95d.i;
2021
- }
2022
- const Favorite = /*#__PURE__*/React.forwardRef(function Favorite(_ref84, ref) {
2023
- let {
2024
- children,
2025
- size = 16,
2026
- ...rest
2027
- } = _ref84;
2028
- return /*#__PURE__*/React.createElement(Icon.default, {
2029
- width: size,
2030
- height: size,
2031
- ref: ref,
2032
- xmlns: "http://www.w3.org/2000/svg",
2033
- viewBox: "0 0 32 32",
2034
- fill: "currentColor",
2035
- ...rest
2036
- }, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
2037
- d: "M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"
2038
- })), children);
2039
- });
2040
- if (process.env.NODE_ENV !== "production") {
2041
- Favorite.propTypes = iconPropTypes4cbeb95d.i;
2042
- }
2043
- const FavoriteFilled = /*#__PURE__*/React.forwardRef(function FavoriteFilled(_ref85, ref) {
2044
- let {
2045
- children,
2046
- size = 16,
2047
- ...rest
2048
- } = _ref85;
2049
- return /*#__PURE__*/React.createElement(Icon.default, {
2050
- width: size,
2051
- height: size,
2052
- ref: ref,
2053
- xmlns: "http://www.w3.org/2000/svg",
2054
- viewBox: "0 0 32 32",
2055
- fill: "currentColor",
2056
- ...rest
2057
- }, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
2058
- d: "M22.5,4c-2,0-3.9,0.8-5.3,2.2L16,7.4l-1.1-1.1C12,3.3,7.2,3.3,4.3,6.2c0,0-0.1,0.1-0.1,0.1c-3,3-3,7.8,0,10.8L16,29 l11.8-11.9c3-3,3-7.8,0-10.8C26.4,4.8,24.5,4,22.5,4z"
2059
- })), children);
2060
- });
2061
- if (process.env.NODE_ENV !== "production") {
2062
- FavoriteFilled.propTypes = iconPropTypes4cbeb95d.i;
2063
- }
2064
- const FavoriteHalf = /*#__PURE__*/React.forwardRef(function FavoriteHalf(_ref86, ref) {
2065
- let {
2066
- children,
2067
- size = 16,
2068
- ...rest
2069
- } = _ref86;
2070
- return /*#__PURE__*/React.createElement(Icon.default, {
2071
- width: size,
2072
- height: size,
2073
- ref: ref,
2074
- xmlns: "http://www.w3.org/2000/svg",
2075
- viewBox: "0 0 32 32",
2076
- fill: "currentColor",
2077
- ...rest
2078
- }, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
2079
- d: "M4.21,17.0615,16,29,27.79,17.0615a7.7313,7.7313,0,0,0,0-10.8232,7.494,7.494,0,0,0-10.6841,0L16,7.3643l-1.1062-1.126a7.494,7.494,0,0,0-10.6841,0A7.7313,7.7313,0,0,0,4.21,17.0615ZM26.3552,15.645,16,26.1255V10.23q1.2708-1.2876,2.5413-2.5742a5.4768,5.4768,0,0,1,7.8139,0A5.708,5.708,0,0,1,26.3552,15.645Z"
2080
- })), children);
2081
- });
2082
- if (process.env.NODE_ENV !== "production") {
2083
- FavoriteHalf.propTypes = iconPropTypes4cbeb95d.i;
2084
- }
2085
- const FeatureMembership = /*#__PURE__*/React.forwardRef(function FeatureMembership(_ref87, ref) {
2086
- let {
2087
- children,
2088
- size = 16,
2089
- ...rest
2090
- } = _ref87;
2091
- return /*#__PURE__*/React.createElement(Icon.default, {
2092
- width: size,
2093
- height: size,
2094
- ref: ref,
2095
- xmlns: "http://www.w3.org/2000/svg",
2096
- viewBox: "0 0 32 32",
2097
- fill: "currentColor",
2098
- ...rest
2099
- }, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
2100
- strokeWidth: "0",
2101
- d: "m14,28v-9l8-8L13,2,4,11l8,8v9c0,1.1045.8955,2,2,2h14v-2h-14Zm-1-23.1716l6.1716,6.1716-6.1716,6.1716-6.1716-6.1716,6.1716-6.1716Z"
2102
- })), children);
2103
- });
2104
- if (process.env.NODE_ENV !== "production") {
2105
- FeatureMembership.propTypes = iconPropTypes4cbeb95d.i;
2106
- }
2107
- const FeatureMembershipFilled = /*#__PURE__*/React.forwardRef(function FeatureMembershipFilled(_ref88, ref) {
2108
- let {
2109
- children,
2110
- size = 16,
2111
- ...rest
2112
- } = _ref88;
2113
- return /*#__PURE__*/React.createElement(Icon.default, {
2114
- width: size,
2115
- height: size,
2116
- ref: ref,
2117
- xmlns: "http://www.w3.org/2000/svg",
2118
- viewBox: "0 0 32 32",
2119
- fill: "currentColor",
2120
- ...rest
2121
- }, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
2122
- strokeWidth: "0",
2123
- d: "m14,28v-9l8-8L13,2,4,11l8,8v9c0,1.1045.8955,2,2,2h14v-2h-14Z"
2124
- })), children);
2125
- });
2126
- if (process.env.NODE_ENV !== "production") {
2127
- FeatureMembershipFilled.propTypes = iconPropTypes4cbeb95d.i;
2128
- }
2129
- const FeatureTyping = /*#__PURE__*/React.forwardRef(function FeatureTyping(_ref89, ref) {
2130
- let {
2131
- children,
2132
- size = 16,
2133
- ...rest
2134
- } = _ref89;
2135
- return /*#__PURE__*/React.createElement(Icon.default, {
2136
- width: size,
2137
- height: size,
2138
- ref: ref,
2139
- xmlns: "http://www.w3.org/2000/svg",
2140
- viewBox: "0 0 32 32",
2141
- fill: "currentColor",
2142
- ...rest
2143
- }, _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
2144
- cx: "17.5",
2145
- cy: "22.5",
2146
- r: "1.5",
2147
- strokeWidth: "0"
2148
- })), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
2149
- cx: "6.5",
2150
- cy: "22.5",
2151
- r: "1.5",
2152
- strokeWidth: "0"
2153
- })), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
2154
- strokeWidth: "0",
2155
- d: "m13,28v-10h7c.3564,0,.686-.1899.8647-.498.0902-.1551.1353-.3285.1353-.502,0-.1711-.0441-.3424-.1318-.4961L12.8682,2.504c-.1919-.3359-.5301-.504-.8682-.504s-.6763.1681-.8682.504l-7.9999,13.9999c-.0878.1537-.1318.3249-.1318.4961,0,.1735.0451.3469.1353.502.1787.3081.5083.498.8647.498h7v10c0,1.1046.8954,2,2,2h15v-2h-15Zm-7.2769-12l6.2769-10.9844,6.2769,10.9844H5.7231Z"
2156
- })), children);
2157
- });
2158
- if (process.env.NODE_ENV !== "production") {
2159
- FeatureTyping.propTypes = iconPropTypes4cbeb95d.i;
2160
- }
2161
- const FetchUpload = /*#__PURE__*/React.forwardRef(function FetchUpload(_ref90, ref) {
2162
- let {
2163
- children,
2164
- size = 16,
2165
- ...rest
2166
- } = _ref90;
2167
- return /*#__PURE__*/React.createElement(Icon.default, {
2168
- width: size,
2169
- height: size,
2170
- ref: ref,
2171
- xmlns: "http://www.w3.org/2000/svg",
2172
- viewBox: "0 0 32 32",
2173
- fill: "currentColor",
2174
- ...rest
2175
- }, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
2176
- d: "M16,7,6,17l1.41,1.41L15,10.83V28H2v2H15a2,2,0,0,0,2-2V10.83l7.59,7.58L26,17Z"
2177
- })), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
2178
- d: "M6,8V4H26V8h2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4V8Z"
2179
- })), children);
2180
- });
2181
- if (process.env.NODE_ENV !== "production") {
2182
- FetchUpload.propTypes = iconPropTypes4cbeb95d.i;
2183
- }
2184
- const FetchUploadCloud = /*#__PURE__*/React.forwardRef(function FetchUploadCloud(_ref91, ref) {
2185
- let {
2186
- children,
2187
- size = 16,
2188
- ...rest
2189
- } = _ref91;
2190
- return /*#__PURE__*/React.createElement(Icon.default, {
2191
- width: size,
2192
- height: size,
2193
- ref: ref,
2194
- xmlns: "http://www.w3.org/2000/svg",
2195
- viewBox: "0 0 32 32",
2196
- fill: "currentColor",
2197
- ...rest
2198
- }, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
2199
- d: "M16,13l-5,5,1.41,1.41L15,16.83V28H6v2h9a2,2,0,0,0,2-2V16.83l2.59,2.58L21,18Z"
2200
- })), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
2201
- d: "M23.5,22H23V20h.5a4.4975,4.4975,0,0,0,.3564-8.981l-.8154-.0639-.0986-.812a6.9938,6.9938,0,0,0-13.8838,0l-.0991.812-.8155.0639A4.4975,4.4975,0,0,0,8.5,20H9v2H8.5A6.4973,6.4973,0,0,1,7.2,9.1362a8.9943,8.9943,0,0,1,17.6006,0A6.4974,6.4974,0,0,1,23.5,22Z"
2202
- })), children);
2203
- });
2204
- if (process.env.NODE_ENV !== "production") {
2205
- FetchUploadCloud.propTypes = iconPropTypes4cbeb95d.i;
2206
- }
2207
- const FileStorage = /*#__PURE__*/React.forwardRef(function FileStorage(_ref92, ref) {
2208
- let {
2209
- children,
2210
- size = 16,
2211
- ...rest
2212
- } = _ref92;
2213
- return /*#__PURE__*/React.createElement(Icon.default, {
2214
- width: size,
2215
- height: size,
2216
- ref: ref,
2217
- xmlns: "http://www.w3.org/2000/svg",
2218
- viewBox: "0 0 32 32",
2219
- fill: "currentColor",
2220
- ...rest
2221
- }, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
2222
- d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
2223
- })), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
2224
- cx: "7",
2225
- cy: "25",
2226
- r: "1"
2227
- })), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
2228
- d: "M22.707,7.293l-5-5A1,1,0,0,0,17,2H11A2.0023,2.0023,0,0,0,9,4V20a2.0023,2.0023,0,0,0,2,2H21a2.0023,2.0023,0,0,0,2-2V8A1,1,0,0,0,22.707,7.293ZM20.5857,8H17V4.4141ZM11,20V4h4V8a2.0023,2.0023,0,0,0,2,2h4V20Z"
2229
- })), children);
2230
- });
2231
- if (process.env.NODE_ENV !== "production") {
2232
- FileStorage.propTypes = iconPropTypes4cbeb95d.i;
2233
- }
2234
- const Filter = /*#__PURE__*/React.forwardRef(function Filter(_ref93, ref) {
2235
- let {
2236
- children,
2237
- size = 16,
2238
- ...rest
2239
- } = _ref93;
2240
- return /*#__PURE__*/React.createElement(Icon.default, {
2241
- width: size,
2242
- height: size,
2243
- ref: ref,
2244
- xmlns: "http://www.w3.org/2000/svg",
2245
- viewBox: "0 0 32 32",
2246
- fill: "currentColor",
2247
- ...rest
2248
- }, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
2249
- d: "M18,28H14a2,2,0,0,1-2-2V18.41L4.59,11A2,2,0,0,1,4,9.59V6A2,2,0,0,1,6,4H26a2,2,0,0,1,2,2V9.59A2,2,0,0,1,27.41,11L20,18.41V26A2,2,0,0,1,18,28ZM6,6V9.59l8,8V26h4V17.59l8-8V6Z"
2250
- })), children);
2251
- });
2252
- if (process.env.NODE_ENV !== "production") {
2253
- Filter.propTypes = iconPropTypes4cbeb95d.i;
2254
- }
2255
- const FilterEdit = /*#__PURE__*/React.forwardRef(function FilterEdit(_ref94, ref) {
2256
- let {
2257
- children,
2258
- size = 16,
2259
- ...rest
2260
- } = _ref94;
2261
- return /*#__PURE__*/React.createElement(Icon.default, {
2262
- width: size,
2263
- height: size,
2264
- ref: ref,
2265
- xmlns: "http://www.w3.org/2000/svg",
2266
- viewBox: "0 0 32 32",
2267
- fill: "currentColor",
2268
- ...rest
2269
- }, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
2270
- d: "M26,6H4V9.17l7.41,7.42.59.58V26h4V24h2v2a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V18L2.59,10.59A2,2,0,0,1,2,9.17V6A2,2,0,0,1,4,4H26Z"
2271
- })), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
2272
- d: "M29.71,11.29l-3-3a1,1,0,0,0-1.42,0L16,17.59V22h4.41l9.3-9.29A1,1,0,0,0,29.71,11.29ZM19.59,20H18V18.41l5-5L24.59,15ZM26,13.59,24.41,12,26,10.41,27.59,12Z"
2273
- })), children);
2274
- });
2275
- if (process.env.NODE_ENV !== "production") {
2276
- FilterEdit.propTypes = iconPropTypes4cbeb95d.i;
2277
- }
2278
- const FilterRemove = /*#__PURE__*/React.forwardRef(function FilterRemove(_ref95, ref) {
2279
- let {
2280
- children,
2281
- size = 16,
2282
- ...rest
2283
- } = _ref95;
2284
- return /*#__PURE__*/React.createElement(Icon.default, {
2285
- width: size,
2286
- height: size,
2287
- ref: ref,
2288
- xmlns: "http://www.w3.org/2000/svg",
2289
- viewBox: "0 0 32 32",
2290
- fill: "currentColor",
2291
- ...rest
2292
- }, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
2293
- d: "M30 11.414L28.586 10 24 14.586 19.414 10 18 11.414 22.586 16 18 20.585 19.415 22 24 17.414 28.587 22 30 20.587 25.414 16 30 11.414z"
2294
- })), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
2295
- d: "M4,4A2,2,0,0,0,2,6V9.1709a2,2,0,0,0,.5859,1.4145L10,18v8a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V24H16v2H12V17.1709l-.5859-.5855L4,9.1709V6H24V8h2V6a2,2,0,0,0-2-2Z"
2296
- })), children);
2297
- });
2298
- if (process.env.NODE_ENV !== "production") {
2299
- FilterRemove.propTypes = iconPropTypes4cbeb95d.i;
2300
- }
2301
- const FilterReset = /*#__PURE__*/React.forwardRef(function FilterReset(_ref96, ref) {
2302
- let {
2303
- children,
2304
- size = 16,
2305
- ...rest
2306
- } = _ref96;
2307
- return /*#__PURE__*/React.createElement(Icon.default, {
2308
- width: size,
2309
- height: size,
2310
- ref: ref,
2311
- xmlns: "http://www.w3.org/2000/svg",
2312
- viewBox: "0 0 32 32",
2313
- fill: "currentColor",
2314
- ...rest
2315
- }, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
2316
- d: "M22.5,9A7.4522,7.4522,0,0,0,16,12.792V8H14v8h8V14H17.6167A5.4941,5.4941,0,1,1,22.5,22H22v2h.5a7.5,7.5,0,0,0,0-15Z"
2317
- })), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
2318
- d: "M26,6H4V9.171l7.4142,7.4143L12,17.171V26h4V24h2v2a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V18L2.5858,10.5853A2,2,0,0,1,2,9.171V6A2,2,0,0,1,4,4H26Z"
2319
- })), children);
2320
- });
2321
- if (process.env.NODE_ENV !== "production") {
2322
- FilterReset.propTypes = iconPropTypes4cbeb95d.i;
2323
- }
2324
- const Finance = /*#__PURE__*/React.forwardRef(function Finance(_ref97, ref) {
2325
- let {
2326
- children,
2327
- size = 16,
2328
- ...rest
2329
- } = _ref97;
2330
- return /*#__PURE__*/React.createElement(Icon.default, {
2331
- width: size,
2332
- height: size,
2333
- ref: ref,
2334
- xmlns: "http://www.w3.org/2000/svg",
2335
- viewBox: "0 0 32 32",
2336
- fill: "currentColor",
2337
- ...rest
2338
- }, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
2339
- d: "M2 28H30V30H2zM27 11a1 1 0 001-1V7a1 1 0 00-.66-.94l-11-4a1 1 0 00-.68 0l-11 4A1 1 0 004 7v3a1 1 0 001 1H6V24H4v2H28V24H26V11zM6 7.7L16 4.06 26 7.7V9H6zM18 24H14V11h4zM8 11h4V24H8zM24 24H20V11h4z"
2340
- })), children);
2341
- });
2342
- if (process.env.NODE_ENV !== "production") {
2343
- Finance.propTypes = iconPropTypes4cbeb95d.i;
2344
- }
2345
- const FinancialAssets = /*#__PURE__*/React.forwardRef(function FinancialAssets(_ref98, ref) {
2346
- let {
2347
- children,
2348
- size = 16,
2349
- ...rest
2350
- } = _ref98;
2351
- return /*#__PURE__*/React.createElement(Icon.default, {
2352
- width: size,
2353
- height: size,
2354
- ref: ref,
2355
- xmlns: "http://www.w3.org/2000/svg",
2356
- viewBox: "0 0 32 32",
2357
- fill: "currentColor",
2358
- ...rest
2359
- }, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
2360
- d: "M27,16h-2v2h-1c-1.1,0-2,.9-2,2v2c0,1.1.9,2,2,2h4v2h-6v2h3v2h2v-2h1c1.1,0,2-.9,2-2v-2c0-1.1-.9-2-2-2h-4v-2h6v-2h-3v-2ZM28,8h-6v-4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v4h-6c-1.1,0-2,.9-2,2v14c0,1.1.9,2,2,2h15v-2H4v-14h24v4h2v-4c0-1.1-.9-2-2-2ZM20,8h-8v-4h8v4Z"
2361
- })), children);
2362
- });
2363
- if (process.env.NODE_ENV !== "production") {
2364
- FinancialAssets.propTypes = iconPropTypes4cbeb95d.i;
2365
- }
2366
- const FingerprintRecognition = /*#__PURE__*/React.forwardRef(function FingerprintRecognition(_ref99, ref) {
2367
- let {
2368
- children,
2369
- size = 16,
2370
- ...rest
2371
- } = _ref99;
2372
- return /*#__PURE__*/React.createElement(Icon.default, {
2373
- width: size,
2374
- height: size,
2375
- ref: ref,
2376
- xmlns: "http://www.w3.org/2000/svg",
2377
- viewBox: "0 0 32 32",
2378
- fill: "currentColor",
2379
- ...rest
2380
- }, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
2381
- d: "M7,5.21a.77.77,0,0,1-.46-1.38A15.46,15.46,0,0,1,16,1c2.66,0,6.48.45,9.5,2.62a.77.77,0,0,1,.18,1.07.78.78,0,0,1-1.08.17A15,15,0,0,0,16,2.53,14,14,0,0,0,7.5,5.05.74.74,0,0,1,7,5.21Z"
2382
- })), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
2383
- d: "M28.23,12.26a.78.78,0,0,1-.63-.33C25.87,9.49,22.78,6.24,16,6.24a14,14,0,0,0-11.63,5.7.77.77,0,0,1-1.07.17A.76.76,0,0,1,3.15,11,15.54,15.54,0,0,1,16,4.71c5.61,0,9.81,2.08,12.84,6.34a.77.77,0,0,1-.19,1.07A.79.79,0,0,1,28.23,12.26Z"
2384
- })), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
2385
- d: "M12.28,31a.78.78,0,0,1-.72-.49.75.75,0,0,1,.44-1c4.37-1.68,7-5.12,7-9.21a2.8,2.8,0,0,0-3-3c-1.86,0-2.76,1-3,3.35a4.27,4.27,0,0,1-4.52,3.83,4.27,4.27,0,0,1-4.32-4.59A11.71,11.71,0,0,1,16,8.39a12,12,0,0,1,12,11.93,18.66,18.66,0,0,1-1.39,6.5.78.78,0,0,1-1,.41.76.76,0,0,1-.41-1,17.25,17.25,0,0,0,1.27-5.91A10.45,10.45,0,0,0,16,9.92a10.18,10.18,0,0,0-10.38,10,2.77,2.77,0,0,0,2.79,3.06,2.74,2.74,0,0,0,3-2.48c.36-3.11,1.89-4.69,4.56-4.69a4.31,4.31,0,0,1,4.52,4.56c0,4.74-3,8.72-8,10.63A.92.92,0,0,1,12.28,31Z"
2386
- })), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
2387
- d: "M19.77,30.28a.81.81,0,0,1-.52-.2.76.76,0,0,1,0-1.08,12.63,12.63,0,0,0,3.54-8.68c0-1.56-.48-6.65-6.7-6.65a6.83,6.83,0,0,0-4.94,1.87A6.17,6.17,0,0,0,9.32,20a.77.77,0,0,1-.77.76h0A.76.76,0,0,1,7.78,20,7.73,7.73,0,0,1,10,14.46a8.34,8.34,0,0,1,6-2.32c6.08,0,8.24,4.4,8.24,8.18A14.09,14.09,0,0,1,20.34,30,.75.75,0,0,1,19.77,30.28Z"
2388
- })), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
2389
- d: "M8.66,27.74a14.14,14.14,0,0,1-1.56-.09.76.76,0,1,1,.17-1.52c2.49.28,4.45-.16,5.84-1.32a6.37,6.37,0,0,0,2.12-4.53.75.75,0,0,1,.82-.71.78.78,0,0,1,.72.81A7.89,7.89,0,0,1,14.09,26,8.2,8.2,0,0,1,8.66,27.74Z"
2390
- })), children);
2391
- });
2392
- if (process.env.NODE_ENV !== "production") {
2393
- FingerprintRecognition.propTypes = iconPropTypes4cbeb95d.i;
2394
- }
2395
- const Fire = /*#__PURE__*/React.forwardRef(function Fire(_ref100, ref) {
2396
- let {
2397
- children,
2398
- size = 16,
2399
- ...rest
2400
- } = _ref100;
2401
- return /*#__PURE__*/React.createElement(Icon.default, {
2402
- width: size,
2403
- height: size,
2404
- ref: ref,
2405
- xmlns: "http://www.w3.org/2000/svg",
2406
- viewBox: "0 0 32 32",
2407
- fill: "currentColor",
2408
- ...rest
2409
- }, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
2410
- d: "M24.832,16.9688c-.2724-.6465-.5815-1.38-.8833-2.2852-.79-2.3682,1.7344-4.9522,1.7583-4.9766L24.293,8.293c-.1407.1406-3.4234,3.4775-2.2417,7.0234.3261.978.6513,1.749.938,2.43A9.3812,9.3812,0,0,1,24,22a6.24,6.24,0,0,1-4.1892,5.293,8.52,8.52,0,0,0-2.1038-8l-1.0444-1.0445-.5815,1.3575C14.2449,23.89,12.06,25.76,10.7747,26.54A5.8437,5.8437,0,0,1,8,22a9.6239,9.6239,0,0,1,.9287-3.6289A11.3329,11.3329,0,0,0,10,14V12.2217c.8735.36,2,1.3037,2,3.7783v2.6035l1.7432-1.9341c3.1118-3.4546,2.4624-7.5678,1.206-10.3081A4.4859,4.4859,0,0,1,18,11h2c0-5.5371-4.5786-7-7-7H11l1.1992,1.5986c.1377.1856,2.8628,3.9278,1.3535,7.688A4.9426,4.9426,0,0,0,9,10H8v4a9.6239,9.6239,0,0,1-.9287,3.6289A11.3329,11.3329,0,0,0,6,22c0,3.8477,3.8232,8,10,8s10-4.1523,10-8A11.3771,11.3771,0,0,0,24.832,16.9688ZM12.8352,27.5264a16.4987,16.4987,0,0,0,4.3665-5.5987,6.1053,6.1053,0,0,1,.2573,5.9717A11.3213,11.3213,0,0,1,16,28,10.3278,10.3278,0,0,1,12.8352,27.5264Z"
2411
- })), children);
2412
- });
2413
- if (process.env.NODE_ENV !== "production") {
2414
- Fire.propTypes = iconPropTypes4cbeb95d.i;
2415
- }
2416
- const Firewall = /*#__PURE__*/React.forwardRef(function Firewall(_ref101, ref) {
2417
- let {
2418
- children,
2419
- size = 16,
2420
- ...rest
2421
- } = _ref101;
2422
- return /*#__PURE__*/React.createElement(Icon.default, {
2423
- width: size,
2424
- height: size,
2425
- ref: ref,
2426
- xmlns: "http://www.w3.org/2000/svg",
2427
- viewBox: "0 0 32 32",
2428
- fill: "currentColor",
2429
- ...rest
2430
- }, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
2431
- d: "M27 20.3972v3c-1 0-2-1.5-2-4v-3c-4 5-5 7-5 9A5.0008 5.0008 0 0023.0458 30 7.5281 7.5281 0 0125 26.3972 7.5281 7.5281 0 0126.9542 30 5.0008 5.0008 0 0030 25.3972C30 23.3972 28.875 21.8258 27 20.3972zM17 28H4V24H17V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2H17z"
2432
- })), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
2433
- d: "M28 12H7a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2H17V18H7V14H28l.0011 2H30V14A2.0023 2.0023 0 0028 12zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4z"
2434
- })), children);
2435
- });
2436
- if (process.env.NODE_ENV !== "production") {
2437
- Firewall.propTypes = iconPropTypes4cbeb95d.i;
2438
- }
2439
- const FirewallClassic = /*#__PURE__*/React.forwardRef(function FirewallClassic(_ref102, ref) {
2440
- let {
2441
- children,
2442
- size = 16,
2443
- ...rest
2444
- } = _ref102;
2445
- return /*#__PURE__*/React.createElement(Icon.default, {
2446
- width: size,
2447
- height: size,
2448
- ref: ref,
2449
- xmlns: "http://www.w3.org/2000/svg",
2450
- viewBox: "0 0 32 32",
2451
- fill: "currentColor",
2452
- ...rest
2453
- }, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
2454
- d: "M28 20V17a4 4 0 00-8 0v3a2.0023 2.0023 0 00-2 2v6a2.0023 2.0023 0 002 2h8a2.0023 2.0023 0 002-2V22A2.0023 2.0023 0 0028 20zm-6-3a2 2 0 014 0v3H22zm6 11H20V22h8zM15 27H4a2 2 0 01-2-2V22a2 2 0 012-2H15v2H4v3H15zM17 18H8a2 2 0 01-2-2V13a2 2 0 012-2H19v2H8v3h9zM22 9H4A2 2 0 012 7V4A2 2 0 014 2H22a2 2 0 012 2V7A2 2 0 0122 9zM4 7H22V4H4z"
2455
- })), children);
2456
- });
2457
- if (process.env.NODE_ENV !== "production") {
2458
- FirewallClassic.propTypes = iconPropTypes4cbeb95d.i;
2459
- }
2460
- const Fish = /*#__PURE__*/React.forwardRef(function Fish(_ref103, ref) {
2461
- let {
2462
- children,
2463
- size = 16,
2464
- ...rest
2465
- } = _ref103;
2466
- return /*#__PURE__*/React.createElement(Icon.default, {
2467
- width: size,
2468
- height: size,
2469
- ref: ref,
2470
- xmlns: "http://www.w3.org/2000/svg",
2471
- viewBox: "0 0 32 32",
2472
- fill: "currentColor",
2473
- ...rest
2474
- }, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
2475
- cx: "24",
2476
- cy: "7",
2477
- r: "1"
2478
- })), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
2479
- d: "M26,2A16.0183,16.0183,0,0,0,10,18v2H3a1,1,0,0,0-.707,1.707l8,8A1,1,0,0,0,12,29V22h2A16.0183,16.0183,0,0,0,30,6V2ZM10,26.5857,5.4141,22H10ZM12,20V18a13.9394,13.9394,0,0,1,3.908-9.6777l7.77,7.7695A13.94,13.94,0,0,1,14,20ZM28,6a13.9163,13.9163,0,0,1-2.98,8.6055L17.3945,6.98A13.9163,13.9163,0,0,1,26,4h2Z"
2480
- })), children);
2481
- });
2482
- if (process.env.NODE_ENV !== "production") {
2483
- Fish.propTypes = iconPropTypes4cbeb95d.i;
2484
- }
2485
- const FishMultiple = /*#__PURE__*/React.forwardRef(function FishMultiple(_ref104, ref) {
2486
- let {
2487
- children,
2488
- size = 16,
2489
- ...rest
2490
- } = _ref104;
2491
- return /*#__PURE__*/React.createElement(Icon.default, {
2492
- width: size,
2493
- height: size,
2494
- ref: ref,
2495
- xmlns: "http://www.w3.org/2000/svg",
2496
- viewBox: "0 0 32 32",
2497
- fill: "currentColor",
2498
- ...rest
2499
- }, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
2500
- d: "M30,14a12.9845,12.9845,0,0,0-3.8286-9.2427L24.4143,3,23,4.4138l1.7573,1.7574a11.0713,11.0713,0,0,1,0,15.6572L22,24.5857,23.4143,26l2.7571-2.7573A12.9845,12.9845,0,0,0,30,14Z"
2501
- })), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
2502
- cx: "17",
2503
- cy: "11",
2504
- r: "1"
2505
- })), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
2506
- d: "M22,14a12.9845,12.9845,0,0,0-3.8286-9.2427L16.4143,3,15,4.4138l1.7573,1.7574a11.0713,11.0713,0,0,1,0,15.6572L14,24.5857,15.4143,26l2.7571-2.7573A12.9845,12.9845,0,0,0,22,14Z"
2507
- })), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
2508
- cx: "25",
2509
- cy: "11",
2510
- r: "1"
2511
- })), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
2512
- cx: "9",
2513
- cy: "11",
2514
- r: "1"
2515
- })), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
2516
- d: "M9.4141,24l.7573-.7573a13.0708,13.0708,0,0,0,0-18.4854L8,2.5857,5.8286,4.7571a13.0708,13.0708,0,0,0,0,18.4854L6.5859,24,2.293,28.2928A1,1,0,0,0,3,30H13a1,1,0,0,0,.707-1.707ZM4,14A10.9988,10.9988,0,0,1,7.2427,6.1712L8,5.4138l.7573.7574a11.0713,11.0713,0,0,1,0,15.6572L8,22.5857l-.7573-.7573A10.9988,10.9988,0,0,1,4,14ZM5.4141,28,8,25.4138,10.5859,28Z"
2517
- })), children);
2518
- });
2519
- if (process.env.NODE_ENV !== "production") {
2520
- FishMultiple.propTypes = iconPropTypes4cbeb95d.i;
2521
- }
2522
- const FitToHeight = /*#__PURE__*/React.forwardRef(function FitToHeight(_ref105, ref) {
2523
- let {
2524
- children,
2525
- size = 16,
2526
- ...rest
2527
- } = _ref105;
2528
- return /*#__PURE__*/React.createElement(Icon.default, {
2529
- width: size,
2530
- height: size,
2531
- ref: ref,
2532
- xmlns: "http://www.w3.org/2000/svg",
2533
- viewBox: "0 0 32 32",
2534
- fill: "currentColor",
2535
- ...rest
2536
- }, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
2537
- d: "M11 10L12.41 11.41 15 8.83 15 23.17 12.41 20.59 11 22 16 27 21 22 19.59 20.59 17 23.17 17 8.83 19.59 11.41 21 10 16 5 11 10z"
2538
- })), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
2539
- d: "M28,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
2540
- })), children);
2541
- });
2542
- if (process.env.NODE_ENV !== "production") {
2543
- FitToHeight.propTypes = iconPropTypes4cbeb95d.i;
2544
- }
2545
- const FitToScreen = /*#__PURE__*/React.forwardRef(function FitToScreen(_ref106, ref) {
2546
- let {
2547
- children,
2548
- size = 16,
2549
- ...rest
2550
- } = _ref106;
2551
- return /*#__PURE__*/React.createElement(Icon.default, {
2552
- width: size,
2553
- height: size,
2554
- ref: ref,
2555
- xmlns: "http://www.w3.org/2000/svg",
2556
- viewBox: "0 0 32 32",
2557
- fill: "currentColor",
2558
- ...rest
2559
- }, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
2560
- d: "M22 16L24 16 24 8 16 8 16 10 22 10 22 16zM8 24L16 24 16 22 10 22 10 16 8 16 8 24z"
2561
- })), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
2562
- d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26.0012L26,6Z"
2563
- })), children);
2564
- });
2565
- if (process.env.NODE_ENV !== "production") {
2566
- FitToScreen.propTypes = iconPropTypes4cbeb95d.i;
2567
- }
2568
- const FitToWidth = /*#__PURE__*/React.forwardRef(function FitToWidth(_ref107, ref) {
2569
- let {
2570
- children,
2571
- size = 16,
2572
- ...rest
2573
- } = _ref107;
2574
- return /*#__PURE__*/React.createElement(Icon.default, {
2575
- width: size,
2576
- height: size,
2577
- ref: ref,
2578
- xmlns: "http://www.w3.org/2000/svg",
2579
- viewBox: "0 0 32 32",
2580
- fill: "currentColor",
2581
- ...rest
2582
- }, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
2583
- d: "M22 11L20.59 12.41 23.17 15 8.83 15 11.41 12.41 10 11 5 16 10 21 11.41 19.59 8.83 17 23.17 17 20.59 19.59 22 21 27 16 22 11z"
2584
- })), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
2585
- d: "M28,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
2586
- })), children);
2587
- });
2588
- if (process.env.NODE_ENV !== "production") {
2589
- FitToWidth.propTypes = iconPropTypes4cbeb95d.i;
2590
- }
2591
- const Flag = /*#__PURE__*/React.forwardRef(function Flag(_ref108, ref) {
2592
- let {
2593
- children,
2594
- size = 16,
2595
- ...rest
2596
- } = _ref108;
2597
- return /*#__PURE__*/React.createElement(Icon.default, {
2598
- width: size,
2599
- height: size,
2600
- ref: ref,
2601
- xmlns: "http://www.w3.org/2000/svg",
2602
- viewBox: "0 0 32 32",
2603
- fill: "currentColor",
2604
- ...rest
2605
- }, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
2606
- d: "M6,30H4V2H28l-5.8,9L28,20H6ZM6,18H24.33L19.8,11l4.53-7H6Z"
2607
- })), children);
2608
- });
2609
- if (process.env.NODE_ENV !== "production") {
2610
- Flag.propTypes = iconPropTypes4cbeb95d.i;
2611
- }
2612
- const FlagFilled = /*#__PURE__*/React.forwardRef(function FlagFilled(_ref109, ref) {
2613
- let {
2614
- children,
2615
- size = 16,
2616
- ...rest
2617
- } = _ref109;
2618
- return /*#__PURE__*/React.createElement(Icon.default, {
2619
- width: size,
2620
- height: size,
2621
- ref: ref,
2622
- xmlns: "http://www.w3.org/2000/svg",
2623
- viewBox: "0 0 32 32",
2624
- fill: "currentColor",
2625
- ...rest
2626
- }, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
2627
- d: "M6,30H4V2H28l-5.8,9L28,20H6Z"
2628
- })), children);
2629
- });
2630
- if (process.env.NODE_ENV !== "production") {
2631
- FlagFilled.propTypes = iconPropTypes4cbeb95d.i;
2632
- }
2633
- const FlaggingTaxi = /*#__PURE__*/React.forwardRef(function FlaggingTaxi(_ref110, ref) {
2634
- let {
2635
- children,
2636
- size = 16,
2637
- ...rest
2638
- } = _ref110;
2639
- return /*#__PURE__*/React.createElement(Icon.default, {
2640
- width: size,
2641
- height: size,
2642
- ref: ref,
2643
- xmlns: "http://www.w3.org/2000/svg",
2644
- viewBox: "0 0 32 32",
2645
- fill: "currentColor",
2646
- ...rest
2647
- }, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
2648
- d: "M24.7976,2,20.3555,8.6641A2.9941,2.9941,0,0,1,17.8594,10H12a3.0033,3.0033,0,0,0-3,3v6a2.0023,2.0023,0,0,0,2,2v7a2.0023,2.0023,0,0,0,2,2h4a2.0023,2.0023,0,0,0,2-2V16H17V28H13V19H11V13a1.0009,1.0009,0,0,1,1-1h5.8594a4.9881,4.9881,0,0,0,4.16-2.2266l4.4422-6.664Z"
2649
- })), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
2650
- d: "M11,5a4,4,0,1,1,4,4A4.0042,4.0042,0,0,1,11,5Zm2,0a2,2,0,1,0,2-2A2.0023,2.0023,0,0,0,13,5Z"
2651
- })), children);
2652
- });
2653
- if (process.env.NODE_ENV !== "production") {
2654
- FlaggingTaxi.propTypes = iconPropTypes4cbeb95d.i;
2655
- }
2656
- const Flash = /*#__PURE__*/React.forwardRef(function Flash(_ref111, ref) {
2657
- let {
2658
- children,
2659
- size = 16,
2660
- ...rest
2661
- } = _ref111;
2662
- return /*#__PURE__*/React.createElement(Icon.default, {
2663
- width: size,
2664
- height: size,
2665
- ref: ref,
2666
- xmlns: "http://www.w3.org/2000/svg",
2667
- viewBox: "0 0 32 32",
2668
- fill: "currentColor",
2669
- ...rest
2670
- }, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
2671
- d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92ZM17.75,13l2-9H11.8L9.26,15h5.91L13.58,25.28,23,13Z"
2672
- })), children);
2673
- });
2674
- if (process.env.NODE_ENV !== "production") {
2675
- Flash.propTypes = iconPropTypes4cbeb95d.i;
2676
- }
2677
- const FlashFilled = /*#__PURE__*/React.forwardRef(function FlashFilled(_ref112, ref) {
2678
- let {
2679
- children,
2680
- size = 16,
2681
- ...rest
2682
- } = _ref112;
2683
- return /*#__PURE__*/React.createElement(Icon.default, {
2684
- width: size,
2685
- height: size,
2686
- ref: ref,
2687
- xmlns: "http://www.w3.org/2000/svg",
2688
- viewBox: "0 0 32 32",
2689
- fill: "currentColor",
2690
- ...rest
2691
- }, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
2692
- d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92Z"
2693
- })), children);
2694
- });
2695
- if (process.env.NODE_ENV !== "production") {
2696
- FlashFilled.propTypes = iconPropTypes4cbeb95d.i;
2697
- }
2698
- const FlashOff = /*#__PURE__*/React.forwardRef(function FlashOff(_ref113, ref) {
2699
- let {
2700
- children,
2701
- size = 16,
2702
- ...rest
2703
- } = _ref113;
2704
- return /*#__PURE__*/React.createElement(Icon.default, {
2705
- width: size,
2706
- height: size,
2707
- ref: ref,
2708
- xmlns: "http://www.w3.org/2000/svg",
2709
- viewBox: "0 0 32 32",
2710
- fill: "currentColor",
2711
- ...rest
2712
- }, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
2713
- d: "M11.13 6.89L11.8 4h8l-2 9H23l-2.49 3.25 1.43 1.43 3.87-5.07a1 1 0 00.11-1A1 1 0 0025 11H20.25L22 3.22a1 1 0 00-.2-.85A1 1 0 0021 2H11a1 1 0 00-1 .77L9.46 5.22zM30 28.59l-9.31-9.31h0l-1.42-1.43h0L10.6 9.19h0L8.93 7.52h0L3.41 2 2 3.41 8.4 9.82 7 15.77A1 1 0 008 17h4.83L11 28.85a1 1 0 00.6 1.07A1.09 1.09 0 0012 30a1 1 0 00.79-.39l6.68-8.73L28.59 30zM9.26 15l.81-3.52L13.59 15zm4.32 10.28L15 16.37 18 19.45z"
2714
- })), children);
2715
- });
2716
- if (process.env.NODE_ENV !== "production") {
2717
- FlashOff.propTypes = iconPropTypes4cbeb95d.i;
2718
- }
2719
- const FlashOffFilled = /*#__PURE__*/React.forwardRef(function FlashOffFilled(_ref114, ref) {
2720
- let {
2721
- children,
2722
- size = 16,
2723
- ...rest
2724
- } = _ref114;
2725
- return /*#__PURE__*/React.createElement(Icon.default, {
2726
- width: size,
2727
- height: size,
2728
- ref: ref,
2729
- xmlns: "http://www.w3.org/2000/svg",
2730
- viewBox: "0 0 32 32",
2731
- fill: "currentColor",
2732
- ...rest
2733
- }, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
2734
- d: "M30 28.59L3.41 2 2 3.41 8.4 9.82 7 15.77A1 1 0 008 17h4.83L11 28.85a1 1 0 00.6 1.07A1.09 1.09 0 0012 30a1 1 0 00.79-.39l6.68-8.73L28.59 30zM22.53 16.87l3.26-4.26a1 1 0 00.11-1A1 1 0 0025 11H20.25L22 3.22a1 1 0 00-.2-.85A1 1 0 0021 2H11a1 1 0 00-1 .77l-.3 1.3z"
2735
- })), children);
2736
- });
2737
- if (process.env.NODE_ENV !== "production") {
2738
- FlashOffFilled.propTypes = iconPropTypes4cbeb95d.i;
2739
- }
2740
- const FlightInternational = /*#__PURE__*/React.forwardRef(function FlightInternational(_ref115, ref) {
2741
- let {
2742
- children,
2743
- size = 16,
2744
- ...rest
2745
- } = _ref115;
2746
- return /*#__PURE__*/React.createElement(Icon.default, {
2747
- width: size,
2748
- height: size,
2749
- ref: ref,
2750
- xmlns: "http://www.w3.org/2000/svg",
2751
- viewBox: "0 0 32 32",
2752
- fill: "currentColor",
2753
- ...rest
2754
- }, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
2755
- d: "M16,28a5.3257,5.3257,0,0,1-.6714-.044A21.7855,21.7855,0,0,1,12.0332,17H29.95c.0236-.3315.05-.6626.05-1A14,14,0,1,0,16,30ZM27.9492,15H21.9631A24.3247,24.3247,0,0,0,19.21,4.4492,12.0123,12.0123,0,0,1,27.9492,15ZM16.6714,4.0439A21.7855,21.7855,0,0,1,19.9668,15H12.0332A21.7855,21.7855,0,0,1,15.3286,4.0439,5.159,5.159,0,0,1,16.6714,4.0439ZM12.79,4.4492A24.3275,24.3275,0,0,0,10.0369,15H4.0508A12.0126,12.0126,0,0,1,12.79,4.4492ZM4.0508,17h5.9861A24.3275,24.3275,0,0,0,12.79,27.5508,12.0126,12.0126,0,0,1,4.0508,17Z"
2756
- })), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
2757
- fillRule: "evenodd",
2758
- d: "M25,25l5,2V25l-5-2.5V20a1,1,0,0,0-2,0v2.5L18,25v2l5-2v3.5L21,30v1l3-1,3,1V30l-2-1.5Z"
2759
- })), children);
2760
- });
2761
- if (process.env.NODE_ENV !== "production") {
2762
- FlightInternational.propTypes = iconPropTypes4cbeb95d.i;
2763
- }
2764
- const FlightRoster = /*#__PURE__*/React.forwardRef(function FlightRoster(_ref116, ref) {
2765
- let {
2766
- children,
2767
- size = 16,
2768
- ...rest
2769
- } = _ref116;
2770
- return /*#__PURE__*/React.createElement(Icon.default, {
2771
- width: size,
2772
- height: size,
2773
- ref: ref,
2774
- xmlns: "http://www.w3.org/2000/svg",
2775
- viewBox: "0 0 32 32",
2776
- fill: "currentColor",
2777
- ...rest
2778
- }, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
2779
- fillRule: "evenodd",
2780
- d: "M26,6a2,2,0,0,0-2-2H8A2,2,0,0,0,6,6V26a2,2,0,0,0,2,2h8V26H8V6H24v6h2Z"
2781
- })), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
2782
- d: "M10 18H16V20H10zM10 14H22V16H10z"
2783
- })), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
2784
- fillRule: "evenodd",
2785
- d: "M22 10v2H10V10zM25 23l5 2V23l-5-2.5V18a1 1 0 00-2 0v2.5L18 23v2l5-2v3.5L21 28v1l3-1 3 1V28l-2-1.5z"
2786
- })), children);
2787
- });
2788
- if (process.env.NODE_ENV !== "production") {
2789
- FlightRoster.propTypes = iconPropTypes4cbeb95d.i;
2790
- }
2791
- const FlightSchedule = /*#__PURE__*/React.forwardRef(function FlightSchedule(_ref117, ref) {
2792
- let {
2793
- children,
2794
- size = 16,
2795
- ...rest
2796
- } = _ref117;
2797
- return /*#__PURE__*/React.createElement(Icon.default, {
2798
- width: size,
2799
- height: size,
2800
- ref: ref,
2801
- xmlns: "http://www.w3.org/2000/svg",
2802
- viewBox: "0 0 32 32",
2803
- fill: "currentColor",
2804
- ...rest
2805
- }, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
2806
- fillRule: "evenodd",
2807
- d: "M25,23l5,2V23l-5-2.5V18a1,1,0,0,0-2,0v2.5L18,23v2l5-2v3.5L21,28v1l3-1,3,1V28l-2-1.5Z"
2808
- })), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
2809
- fillRule: "evenodd",
2810
- d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H16V26H6V6h4V8h2V6h8V8h2V6h4v7h2V6A2,2,0,0,0,26,4Z"
2811
- })), children);
2812
- });
2813
- if (process.env.NODE_ENV !== "production") {
2814
- FlightSchedule.propTypes = iconPropTypes4cbeb95d.i;
2815
- }
2816
- const FloatingIp = /*#__PURE__*/React.forwardRef(function FloatingIp(_ref118, ref) {
2817
- let {
2818
- children,
2819
- size = 16,
2820
- ...rest
2821
- } = _ref118;
2822
- return /*#__PURE__*/React.createElement(Icon.default, {
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
- }, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
2831
- d: "M25,11a5.0083,5.0083,0,0,0-4.8989,4H11.8989a5,5,0,1,0,0,2h8.2022A5,5,0,1,0,25,11Zm0,8a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,25,19Z"
2832
- })), children);
2833
- });
2834
- if (process.env.NODE_ENV !== "production") {
2835
- FloatingIp.propTypes = iconPropTypes4cbeb95d.i;
2836
- }
2837
- const Flood = /*#__PURE__*/React.forwardRef(function Flood(_ref119, ref) {
2838
- let {
2839
- children,
2840
- size = 16,
2841
- ...rest
2842
- } = _ref119;
2843
- return /*#__PURE__*/React.createElement(Icon.default, {
2844
- width: size,
2845
- height: size,
2846
- ref: ref,
2847
- xmlns: "http://www.w3.org/2000/svg",
2848
- viewBox: "0 0 32 32",
2849
- fill: "currentColor",
2850
- ...rest
2851
- }, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
2852
- d: "M29 28a2.8828 2.8828 0 01-1-.1816v-.0059a3.7662 3.7662 0 01-2.0532-2.1338A.971.971 0 0025 25a1.007 1.007 0 00-.9487.6836A3.4376 3.4376 0 0121 28a3.44 3.44 0 01-3.0532-2.3213A.9894.9894 0 0017 25a1.007 1.007 0 00-.9487.6836A3.4376 3.4376 0 0113 28a3.44 3.44 0 01-3.0532-2.3213 1 1 0 00-1.8955.0049A3.4376 3.4376 0 015 28H2v2H5a4.9316 4.9316 0 004-1.9873 5.0192 5.0192 0 008 0 5.0192 5.0192 0 008 0 5.1433 5.1433 0 002.1379 1.62A4.8374 4.8374 0 0029 30h1V28zM28 13.63L29.7573 15 31 13.4282 16.6123 2.2139a1.0094 1.0094 0 00-1.2427 0L1 13.4194l1.2427 1.5718L4 13.6211v5.1875a3.6907 3.6907 0 01-2 2.0039V22.896a4.9958 4.9958 0 003-1.8833 5.0192 5.0192 0 008 0 5.0192 5.0192 0 008 0A4.9316 4.9316 0 0025 23h5V21H28zm-6.0513 5.0532a1 1 0 00-1.8955-.0049A3.44 3.44 0 0117 21a3.4376 3.4376 0 01-3.0513-2.3164A1.007 1.007 0 0013 18a.9894.9894 0 00-.9468.6787A3.44 3.44 0 019 21a3.37 3.37 0 01-3.0021-2.19L6 12.0615l9.991-7.79L26 12.0718 26.0017 21H25A3.4376 3.4376 0 0121.9487 18.6836z"
2853
- })), children);
2854
- });
2855
- if (process.env.NODE_ENV !== "production") {
2856
- Flood.propTypes = iconPropTypes4cbeb95d.i;
2857
- }
2858
- const FloodWarning = /*#__PURE__*/React.forwardRef(function FloodWarning(_ref120, ref) {
2859
- let {
2860
- children,
2861
- size = 16,
2862
- ...rest
2863
- } = _ref120;
2864
- return /*#__PURE__*/React.createElement(Icon.default, {
2865
- width: size,
2866
- height: size,
2867
- ref: ref,
2868
- xmlns: "http://www.w3.org/2000/svg",
2869
- viewBox: "0 0 32 32",
2870
- fill: "currentColor",
2871
- ...rest
2872
- }, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
2873
- d: "M29,28a2.8828,2.8828,0,0,1-1-.1816v-.0059a3.7662,3.7662,0,0,1-2.0532-2.1338A.971.971,0,0,0,25,25a1.007,1.007,0,0,0-.9487.6836A3.4376,3.4376,0,0,1,21,28a3.44,3.44,0,0,1-3.0532-2.3213A.9894.9894,0,0,0,17,25a1.007,1.007,0,0,0-.9487.6836A3.4376,3.4376,0,0,1,13,28a3.44,3.44,0,0,1-3.0532-2.3213,1,1,0,0,0-1.8955.0049A3.4376,3.4376,0,0,1,5,28H2v2H5a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0,5.0192,5.0192,0,0,0,8,0,5.1433,5.1433,0,0,0,2.1379,1.62A4.8374,4.8374,0,0,0,29,30h1V28Z"
2874
- })), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
2875
- fill: "none",
2876
- d: "M23.75,11h-1.5V7h1.5ZM23,12a1,1,0,1,0,1,1A1,1,0,0,0,23,12Z"
2877
- })), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
2878
- d: "M29.9115,14.9355,23.6284,3.3706a.7181.7181,0,0,0-1.2568,0L16.0885,14.9355A.72.72,0,0,0,16.72,16H29.28A.72.72,0,0,0,29.9115,14.9355ZM22.25,7h1.5v4h-1.5ZM23,14a1,1,0,1,1,1-1A1,1,0,0,1,23,14Z"
2879
- })), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
2880
- d: "M28,21V18H26v3H25a3.4376,3.4376,0,0,1-3.0513-2.3164,1,1,0,0,0-1.8955-.0049A3.44,3.44,0,0,1,17,21a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,13,18a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,9,21a3.3663,3.3663,0,0,1-3-2.1855v-6.753l10-7.79,2.5327,1.9756.9682-1.7818L16.6123,2.2139a1.0094,1.0094,0,0,0-1.2427,0L1,13.4194l1.2427,1.5718L4,13.6211v5.1875a3.6892,3.6892,0,0,1-2,2.0039V22.896a4.9958,4.9958,0,0,0,3-1.8833,5.0192,5.0192,0,0,0,8,0,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,25,23h5V21Z"
2881
- })), children);
2882
- });
2883
- if (process.env.NODE_ENV !== "production") {
2884
- FloodWarning.propTypes = iconPropTypes4cbeb95d.i;
2885
- }
2886
- const Floorplan = /*#__PURE__*/React.forwardRef(function Floorplan(_ref121, ref) {
2887
- let {
2888
- children,
2889
- size = 16,
2890
- ...rest
2891
- } = _ref121;
2892
- return /*#__PURE__*/React.createElement(Icon.default, {
2893
- width: size,
2894
- height: size,
2895
- ref: ref,
2896
- xmlns: "http://www.w3.org/2000/svg",
2897
- viewBox: "0 0 32 32",
2898
- fill: "currentColor",
2899
- ...rest
2900
- }, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
2901
- d: "M28,2H4C2.9,2,2,2.9,2,4v24c0,1.1,0.9,2,2,2h15v-2c0-2.8,2.2-5,5-5v-2c-3.9,0-7,3.1-7,7h-3v-4h-2v4H4V4h8v14h2v-5h4v-2h-4V4 h14v7h-4v2h4v15h-4v2h4c1.1,0,2-0.9,2-2V4C30,2.9,29.1,2,28,2z"
2902
- })), children);
2903
- });
2904
- if (process.env.NODE_ENV !== "production") {
2905
- Floorplan.propTypes = iconPropTypes4cbeb95d.i;
2906
- }
2907
- const Flow = /*#__PURE__*/React.forwardRef(function Flow(_ref122, ref) {
2908
- let {
2909
- children,
2910
- size = 16,
2911
- ...rest
2912
- } = _ref122;
2913
- return /*#__PURE__*/React.createElement(Icon.default, {
2914
- width: size,
2915
- height: size,
2916
- ref: ref,
2917
- xmlns: "http://www.w3.org/2000/svg",
2918
- viewBox: "0 0 32 32",
2919
- fill: "currentColor",
2920
- ...rest
2921
- }, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
2922
- d: "M27,22.14V17a2,2,0,0,0-2-2H17V9.86a4,4,0,1,0-2,0V15H7a2,2,0,0,0-2,2v5.14a4,4,0,1,0,2,0V17H25v5.14a4,4,0,1,0,2,0ZM8,26a2,2,0,1,1-2-2A2,2,0,0,1,8,26ZM14,6a2,2,0,1,1,2,2A2,2,0,0,1,14,6ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
2923
- })), children);
2924
- });
2925
- if (process.env.NODE_ENV !== "production") {
2926
- Flow.propTypes = iconPropTypes4cbeb95d.i;
2927
- }
2928
- const FlowConnection = /*#__PURE__*/React.forwardRef(function FlowConnection(_ref123, ref) {
2929
- let {
2930
- children,
2931
- size = 16,
2932
- ...rest
2933
- } = _ref123;
2934
- return /*#__PURE__*/React.createElement(Icon.default, {
2935
- width: size,
2936
- height: size,
2937
- ref: ref,
2938
- xmlns: "http://www.w3.org/2000/svg",
2939
- viewBox: "0 0 32 32",
2940
- fill: "currentColor",
2941
- ...rest
2942
- }, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
2943
- d: "M28,18H22a2.0023,2.0023,0,0,0-2,2v2H14.4141L10,17.5859V12h2a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,4v6a2.0023,2.0023,0,0,0,2,2H8v5.5859L3.293,22.293a.9994.9994,0,0,0,0,1.414l5,5a.9995.9995,0,0,0,1.414,0L14.4141,24H20v2a2.0023,2.0023,0,0,0,2,2h6a2.0023,2.0023,0,0,0,2-2V20A2.0023,2.0023,0,0,0,28,18ZM6,4h6v6H6ZM9,26.5859,5.4141,23,9,19.4141,12.5859,23ZM22,26V20h6v6Z"
2944
- })), children);
2945
- });
2946
- if (process.env.NODE_ENV !== "production") {
2947
- FlowConnection.propTypes = iconPropTypes4cbeb95d.i;
2948
- }
2949
- const FlowData = /*#__PURE__*/React.forwardRef(function FlowData(_ref124, ref) {
2950
- let {
2951
- children,
2952
- size = 16,
2953
- ...rest
2954
- } = _ref124;
2955
- return /*#__PURE__*/React.createElement(Icon.default, {
2956
- width: size,
2957
- height: size,
2958
- ref: ref,
2959
- xmlns: "http://www.w3.org/2000/svg",
2960
- viewBox: "0 0 32 32",
2961
- fill: "currentColor",
2962
- ...rest
2963
- }, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
2964
- d: "M20,23H11.86a4.17,4.17,0,0,0-.43-1L22,11.43A3.86,3.86,0,0,0,24,12a4,4,0,1,0-3.86-5H11.86a4,4,0,1,0,0,2h8.28a4.17,4.17,0,0,0,.43,1L10,20.57A3.86,3.86,0,0,0,8,20a4,4,0,1,0,3.86,5H20v3h8V20H20ZM8,10a2,2,0,1,1,2-2A2,2,0,0,1,8,10ZM24,6a2,2,0,1,1-2,2A2,2,0,0,1,24,6ZM8,26a2,2,0,1,1,2-2A2,2,0,0,1,8,26Zm14-4h4v4H22Z"
2965
- })), children);
2966
- });
2967
- if (process.env.NODE_ENV !== "production") {
2968
- FlowData.propTypes = iconPropTypes4cbeb95d.i;
2969
- }
2970
- const FlowModeler = /*#__PURE__*/React.forwardRef(function FlowModeler(_ref125, ref) {
2971
- let {
2972
- children,
2973
- size = 16,
2974
- ...rest
2975
- } = _ref125;
2976
- return /*#__PURE__*/React.createElement(Icon.default, {
2977
- width: size,
2978
- height: size,
2979
- ref: ref,
2980
- xmlns: "http://www.w3.org/2000/svg",
2981
- viewBox: "0 0 32 32",
2982
- fill: "currentColor",
2983
- ...rest
2984
- }, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
2985
- d: "M10 10H2V2h8zM4 8H8V4H4zM30 30H22V22h8zm-6-2h4V24H24zM20 27H8A6 6 0 018 15v2a4 4 0 000 8H20zM24 17V15a4 4 0 000-8H12V5H24a6 6 0 010 12z"
2986
- })), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
2987
- d: "M19,11H13l-3,4,6,6,6-6Z"
2988
- })), children);
2989
- });
2990
- if (process.env.NODE_ENV !== "production") {
2991
- FlowModeler.propTypes = iconPropTypes4cbeb95d.i;
2992
- }
2993
-
2994
- exports.Drink_01 = Drink_01;
2995
- exports.Drink_02 = Drink_02;
2996
- exports.DriverAnalysis = DriverAnalysis;
2997
- exports.Drone = Drone;
2998
- exports.DroneDelivery = DroneDelivery;
2999
- exports.DroneFront = DroneFront;
3000
- exports.DroneVideo = DroneVideo;
3001
- exports.DropPhoto = DropPhoto;
3002
- exports.DropPhotoFilled = DropPhotoFilled;
3003
- exports.Drought = Drought;
3004
- exports.Dvr = Dvr;
3005
- exports.Earth = Earth;
3006
- exports.EarthAmericas = EarthAmericas;
3007
- exports.EarthAmericasFilled = EarthAmericasFilled;
3008
- exports.EarthEuropeAfrica = EarthEuropeAfrica;
3009
- exports.EarthEuropeAfricaFilled = EarthEuropeAfricaFilled;
3010
- exports.EarthFilled = EarthFilled;
3011
- exports.EarthSoutheastAsia = EarthSoutheastAsia;
3012
- exports.EarthSoutheastAsiaFilled = EarthSoutheastAsiaFilled;
3013
- exports.Earthquake = Earthquake;
3014
- exports.EdgeCluster = EdgeCluster;
3015
- exports.EdgeDevice = EdgeDevice;
3016
- exports.EdgeNode = EdgeNode;
3017
- exports.EdgeNodeAlt = EdgeNodeAlt;
3018
- exports.EdgeService = EdgeService;
3019
- exports.Edit = Edit;
3020
- exports.EditOff = EditOff;
3021
- exports.EdtLoop = EdtLoop;
3022
- exports.Education = Education;
3023
- exports.Email = Email;
3024
- exports.EmailNew = EmailNew;
3025
- exports.EmissionsManagement = EmissionsManagement;
3026
- exports.Encryption = Encryption;
3027
- exports.EnergyRenewable = EnergyRenewable;
3028
- exports.Enterprise = Enterprise;
3029
- exports.EnumerationDefinition = EnumerationDefinition;
3030
- exports.EnumerationUsage = EnumerationUsage;
3031
- exports.EqualApproximately = EqualApproximately;
3032
- exports.Equalizer = Equalizer;
3033
- exports.Erase = Erase;
3034
- exports.Error = Error;
3035
- exports.ErrorFilled = ErrorFilled;
3036
- exports.ErrorOutline = ErrorOutline;
3037
- exports.Event = Event;
3038
- exports.EventChange = EventChange;
3039
- exports.EventIncident = EventIncident;
3040
- exports.EventSchedule = EventSchedule;
3041
- exports.EventWarning = EventWarning;
3042
- exports.Events = Events;
3043
- exports.EventsAlt = EventsAlt;
3044
- exports.ExamMode = ExamMode;
3045
- exports.ExecutableProgram = ExecutableProgram;
3046
- exports.Exit = Exit;
3047
- exports.ExpandAll = ExpandAll;
3048
- exports.ExpandCategories = ExpandCategories;
3049
- exports.Explore = Explore;
3050
- exports.Export = Export;
3051
- exports.Eyedropper = Eyedropper;
3052
- exports.FaceActivated = FaceActivated;
3053
- exports.FaceActivatedAdd = FaceActivatedAdd;
3054
- exports.FaceActivatedFilled = FaceActivatedFilled;
3055
- exports.FaceAdd = FaceAdd;
3056
- exports.FaceCool = FaceCool;
3057
- exports.FaceDissatisfied = FaceDissatisfied;
3058
- exports.FaceDissatisfiedFilled = FaceDissatisfiedFilled;
3059
- exports.FaceDizzy = FaceDizzy;
3060
- exports.FaceDizzyFilled = FaceDizzyFilled;
3061
- exports.FaceMask = FaceMask;
3062
- exports.FaceNeutral = FaceNeutral;
3063
- exports.FaceNeutralFilled = FaceNeutralFilled;
3064
- exports.FacePending = FacePending;
3065
- exports.FacePendingFilled = FacePendingFilled;
3066
- exports.FaceSatisfied = FaceSatisfied;
3067
- exports.FaceSatisfiedFilled = FaceSatisfiedFilled;
3068
- exports.FaceWink = FaceWink;
3069
- exports.FaceWinkFilled = FaceWinkFilled;
3070
- exports.Factor = Factor;
3071
- exports.Fade = Fade;
3072
- exports.Favorite = Favorite;
3073
- exports.FavoriteFilled = FavoriteFilled;
3074
- exports.FavoriteHalf = FavoriteHalf;
3075
- exports.FeatureMembership = FeatureMembership;
3076
- exports.FeatureMembershipFilled = FeatureMembershipFilled;
3077
- exports.FeatureTyping = FeatureTyping;
3078
- exports.FetchUpload = FetchUpload;
3079
- exports.FetchUploadCloud = FetchUploadCloud;
3080
- exports.FileStorage = FileStorage;
3081
- exports.Filter = Filter;
3082
- exports.FilterEdit = FilterEdit;
3083
- exports.FilterRemove = FilterRemove;
3084
- exports.FilterReset = FilterReset;
3085
- exports.Finance = Finance;
3086
- exports.FinancialAssets = FinancialAssets;
3087
- exports.FingerprintRecognition = FingerprintRecognition;
3088
- exports.Fire = Fire;
3089
- exports.Firewall = Firewall;
3090
- exports.FirewallClassic = FirewallClassic;
3091
- exports.Fish = Fish;
3092
- exports.FishMultiple = FishMultiple;
3093
- exports.FitToHeight = FitToHeight;
3094
- exports.FitToScreen = FitToScreen;
3095
- exports.FitToWidth = FitToWidth;
3096
- exports.Flag = Flag;
3097
- exports.FlagFilled = FlagFilled;
3098
- exports.FlaggingTaxi = FlaggingTaxi;
3099
- exports.Flash = Flash;
3100
- exports.FlashFilled = FlashFilled;
3101
- exports.FlashOff = FlashOff;
3102
- exports.FlashOffFilled = FlashOffFilled;
3103
- exports.FlightInternational = FlightInternational;
3104
- exports.FlightRoster = FlightRoster;
3105
- exports.FlightSchedule = FlightSchedule;
3106
- exports.FloatingIp = FloatingIp;
3107
- exports.Flood = Flood;
3108
- exports.FloodWarning = FloodWarning;
3109
- exports.Floorplan = Floorplan;
3110
- exports.Flow = Flow;
3111
- exports.FlowConnection = FlowConnection;
3112
- exports.FlowData = FlowData;
3113
- exports.FlowModeler = FlowModeler;
3114
- exports.WatsonHealthEdgeEnhancement = WatsonHealthEdgeEnhancement;
3115
- exports.WatsonHealthEdgeEnhancement_01 = WatsonHealthEdgeEnhancement_01;
3116
- exports.WatsonHealthEdgeEnhancement_02 = WatsonHealthEdgeEnhancement_02;
3117
- exports.WatsonHealthEdgeEnhancement_03 = WatsonHealthEdgeEnhancement_03;
3118
- exports.WatsonHealthErase_3D = WatsonHealthErase_3D;