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