@carbon-labs/react-animated-header 0.18.0 → 0.20.0

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