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