@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,
|
|
14
|
-
const
|
|
13
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _rect, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _circle, _circle2, _circle3, _path25, _path26, _path27, _path28, _circle4, _circle5, _circle6, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _circle7, _circle8, _circle9, _circle10, _path57, _path58, _circle11, _circle12, _circle13, _circle14, _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, _path88, _path89, _circle15, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _circle16, _circle17, _circle18, _circle19, _circle20, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _circle21, _circle22, _circle23, _path114, _path115, _path116, _circle24, _circle25, _circle26, _path117, _circle27, _circle28, _circle29, _circle30, _circle31, _path118, _path119, _path120, _path121, _circle32, _path122, _circle33, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _circle34, _circle35, _circle36, _path146, _path147, _path148, _path149, _path150, _circle37, _path151, _path152, _circle38, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _circle39, _path163, _circle40, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _circle41, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197;
|
|
14
|
+
const FlowModelerReference = /*#__PURE__*/React.forwardRef(function FlowModelerReference(_ref, ref) {
|
|
15
15
|
let {
|
|
16
16
|
children,
|
|
17
17
|
size = 16,
|
|
@@ -26,15 +26,15 @@ const FolderShared = /*#__PURE__*/React.forwardRef(function FolderShared(_ref, r
|
|
|
26
26
|
fill: "currentColor",
|
|
27
27
|
...rest
|
|
28
28
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
29
|
-
d: "
|
|
29
|
+
d: "M30 30H22V22h8zm-6-2h4V24H24zM4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM19 11H13l-3 4 6 6 6-6z"
|
|
30
30
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
d: "
|
|
31
|
+
d: "M24 17V15a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
|
|
32
32
|
})), children);
|
|
33
33
|
});
|
|
34
34
|
if (process.env.NODE_ENV !== "production") {
|
|
35
|
-
|
|
35
|
+
FlowModelerReference.propTypes = iconPropTypes;
|
|
36
36
|
}
|
|
37
|
-
const
|
|
37
|
+
const FlowStream = /*#__PURE__*/React.forwardRef(function FlowStream(_ref2, ref) {
|
|
38
38
|
let {
|
|
39
39
|
children,
|
|
40
40
|
size = 16,
|
|
@@ -49,13 +49,15 @@ const Folders = /*#__PURE__*/React.forwardRef(function Folders(_ref2, ref) {
|
|
|
49
49
|
fill: "currentColor",
|
|
50
50
|
...rest
|
|
51
51
|
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
52
|
-
d: "
|
|
52
|
+
d: "M20 24H11.8625a4.13 4.13 0 00-.4284-1.02L21.98 12.4343A3.9943 3.9943 0 1020.1414 8H14v2h6.1414a3.96 3.96 0 00.4243 1.02L10.02 21.5656A3.9943 3.9943 0 1011.8587 26H20v3h8V21H20zM24 7a2 2 0 11-2 2A2.0023 2.0023 0 0124 7zM8 27a2 2 0 112-2A2.0023 2.0023 0 018 27zm14-4h4v4H22zM9.6929 12.7505a5 5 0 01-.0005-7.5L11.0166 6.75a3 3 0 00-.0005 4.501z"
|
|
53
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
54
|
+
d: "M7.0474,15.751a9,9,0,0,1,0-13.501l1.3232,1.5a7,7,0,0,0,0,10.501Z"
|
|
53
55
|
})), children);
|
|
54
56
|
});
|
|
55
57
|
if (process.env.NODE_ENV !== "production") {
|
|
56
|
-
|
|
58
|
+
FlowStream.propTypes = iconPropTypes;
|
|
57
59
|
}
|
|
58
|
-
const
|
|
60
|
+
const FlowStreamReference = /*#__PURE__*/React.forwardRef(function FlowStreamReference(_ref3, ref) {
|
|
59
61
|
let {
|
|
60
62
|
children,
|
|
61
63
|
size = 16,
|
|
@@ -69,32 +71,16 @@ const ForecastHail = /*#__PURE__*/React.forwardRef(function ForecastHail(_ref3,
|
|
|
69
71
|
viewBox: "0 0 32 32",
|
|
70
72
|
fill: "currentColor",
|
|
71
73
|
...rest
|
|
72
|
-
},
|
|
73
|
-
d: "
|
|
74
|
-
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
75
|
-
cx: "14.5",
|
|
76
|
-
cy: "23.5",
|
|
77
|
-
r: "1.5"
|
|
78
|
-
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
79
|
-
cx: "11.5",
|
|
80
|
-
cy: "19.5",
|
|
81
|
-
r: "1.5"
|
|
82
|
-
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
83
|
-
cx: "17.5",
|
|
84
|
-
cy: "19.5",
|
|
85
|
-
r: "1.5"
|
|
86
|
-
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
87
|
-
d: "M12.964 14.5H18.036V16.499H12.964z",
|
|
88
|
-
transform: "rotate(-45 15.5 15.5)"
|
|
74
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
d: "M20 24H16v2h4v3h8V21H20zm2-1h4v4H22zM4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM24 5a3.9962 3.9962 0 00-3.8579 3H14v2h6.1421a3.94 3.94 0 00.4248 1.019L14 17.5862 15.4138 19l6.5672-6.5669A3.9521 3.9521 0 0024 13a4 4 0 000-8zm0 6a2 2 0 112-2A2.0023 2.0023 0 0124 11zM9.6929 12.7505a5 5 0 01-.0005-7.5L11.0166 6.75a3 3 0 00-.0005 4.501z"
|
|
89
76
|
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
90
|
-
d: "
|
|
91
|
-
transform: "rotate(-45 21.5 15.5)"
|
|
77
|
+
d: "M7.0474,15.751a9,9,0,0,1,0-13.501l1.3232,1.5a7,7,0,0,0,0,10.501Z"
|
|
92
78
|
})), children);
|
|
93
79
|
});
|
|
94
80
|
if (process.env.NODE_ENV !== "production") {
|
|
95
|
-
|
|
81
|
+
FlowStreamReference.propTypes = iconPropTypes;
|
|
96
82
|
}
|
|
97
|
-
const
|
|
83
|
+
const FlowLogsVpc = /*#__PURE__*/React.forwardRef(function FlowLogsVpc(_ref4, ref) {
|
|
98
84
|
let {
|
|
99
85
|
children,
|
|
100
86
|
size = 16,
|
|
@@ -109,33 +95,15 @@ const ForecastHail_30 = /*#__PURE__*/React.forwardRef(function ForecastHail_30(_
|
|
|
109
95
|
fill: "currentColor",
|
|
110
96
|
...rest
|
|
111
97
|
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
112
|
-
d: "
|
|
113
|
-
transform: "rotate(-45 11.5 14.5)"
|
|
98
|
+
d: "M18 19H30V21H18zM18 23H30V25H18zM18 27H26V29H18z"
|
|
114
99
|
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
115
|
-
d: "
|
|
116
|
-
transform: "rotate(-44.995 16.5 15.5)"
|
|
117
|
-
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
118
|
-
cx: "10.5",
|
|
119
|
-
cy: "22.5",
|
|
120
|
-
r: "1.5"
|
|
121
|
-
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
122
|
-
cx: "7.5",
|
|
123
|
-
cy: "18.5",
|
|
124
|
-
r: "1.5"
|
|
125
|
-
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
126
|
-
cx: "13.5",
|
|
127
|
-
cy: "18.5",
|
|
128
|
-
r: "1.5"
|
|
129
|
-
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
130
|
-
d: "M14,28A10,10,0,0,1,14,8h4v5l6-6L18,1V6H14a12,12,0,0,0,0,24Z"
|
|
131
|
-
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
132
|
-
d: "M20 20H16v2h4v2H17v2h3v2H16v2h4a2.0027 2.0027 0 002-2V22A2.0023 2.0023 0 0020 20zM28 30H26a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 30zm-2-8v6h2V22z"
|
|
100
|
+
d: "M24,4a3.9962,3.9962,0,0,0-3.8579,3H12V4H4v8h8V9h8.1421a3.94,3.94,0,0,0,.4248,1.019L10.019,20.5669A3.9521,3.9521,0,0,0,8,20a4,4,0,1,0,3.8579,5H16V23H11.8579a3.94,3.94,0,0,0-.4248-1.019L21.981,11.4331A3.9521,3.9521,0,0,0,24,12a4,4,0,0,0,0-8ZM10,10H6V6h4ZM8,26a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,8,26ZM24,10a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,24,10Z"
|
|
133
101
|
})), children);
|
|
134
102
|
});
|
|
135
103
|
if (process.env.NODE_ENV !== "production") {
|
|
136
|
-
|
|
104
|
+
FlowLogsVpc.propTypes = iconPropTypes;
|
|
137
105
|
}
|
|
138
|
-
const
|
|
106
|
+
const Fog = /*#__PURE__*/React.forwardRef(function Fog(_ref5, ref) {
|
|
139
107
|
let {
|
|
140
108
|
children,
|
|
141
109
|
size = 16,
|
|
@@ -149,16 +117,20 @@ const ForecastLightning = /*#__PURE__*/React.forwardRef(function ForecastLightni
|
|
|
149
117
|
viewBox: "0 0 32 32",
|
|
150
118
|
fill: "currentColor",
|
|
151
119
|
...rest
|
|
152
|
-
},
|
|
153
|
-
d: "
|
|
154
|
-
})),
|
|
155
|
-
|
|
120
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
121
|
+
d: "M24.8008,11.1382a8.9938,8.9938,0,0,0-17.6006,0A6.533,6.533,0,0,0,2,17.5H2V19a1,1,0,0,0,1,1H15a1,1,0,0,0,0-2H4v-.4966H4a4.5176,4.5176,0,0,1,4.144-4.4819l.8155-.064.0991-.812a6.9936,6.9936,0,0,1,13.8838,0l.0986.812.8154.064A4.4962,4.4962,0,0,1,23.5,22H7a1,1,0,0,0,0,2H23.5a6.4963,6.4963,0,0,0,1.3008-12.8618Z"
|
|
122
|
+
})), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
|
123
|
+
width: "18",
|
|
124
|
+
height: "2",
|
|
125
|
+
x: "2",
|
|
126
|
+
y: "26",
|
|
127
|
+
rx: "1"
|
|
156
128
|
})), children);
|
|
157
129
|
});
|
|
158
130
|
if (process.env.NODE_ENV !== "production") {
|
|
159
|
-
|
|
131
|
+
Fog.propTypes = iconPropTypes;
|
|
160
132
|
}
|
|
161
|
-
const
|
|
133
|
+
const Folder = /*#__PURE__*/React.forwardRef(function Folder(_ref6, ref) {
|
|
162
134
|
let {
|
|
163
135
|
children,
|
|
164
136
|
size = 16,
|
|
@@ -172,16 +144,14 @@ const ForecastLightning_30 = /*#__PURE__*/React.forwardRef(function ForecastLigh
|
|
|
172
144
|
viewBox: "0 0 32 32",
|
|
173
145
|
fill: "currentColor",
|
|
174
146
|
...rest
|
|
175
|
-
},
|
|
176
|
-
d: "
|
|
177
|
-
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
178
|
-
d: "M11.67 24L9.934 23 12.221 19 8.332 19 12.325 12 14.062 13 11.778 17 15.668 17 11.67 24zM20 20H16v2h4v2H17v2h3v2H16v2h4a2.0027 2.0027 0 002-2V22A2.0023 2.0023 0 0020 20zM28 30H26a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 30zm-2-8v6h2V22z"
|
|
147
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
148
|
+
d: "M11.17,6l3.42,3.41.58.59H28V26H4V6h7.17m0-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.59,4.59A2,2,0,0,0,11.17,4Z"
|
|
179
149
|
})), children);
|
|
180
150
|
});
|
|
181
151
|
if (process.env.NODE_ENV !== "production") {
|
|
182
|
-
|
|
152
|
+
Folder.propTypes = iconPropTypes;
|
|
183
153
|
}
|
|
184
|
-
const
|
|
154
|
+
const FolderAdd = /*#__PURE__*/React.forwardRef(function FolderAdd(_ref7, ref) {
|
|
185
155
|
let {
|
|
186
156
|
children,
|
|
187
157
|
size = 16,
|
|
@@ -195,15 +165,16 @@ const Fork = /*#__PURE__*/React.forwardRef(function Fork(_ref7, ref) {
|
|
|
195
165
|
viewBox: "0 0 32 32",
|
|
196
166
|
fill: "currentColor",
|
|
197
167
|
...rest
|
|
198
|
-
},
|
|
199
|
-
|
|
200
|
-
|
|
168
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
169
|
+
d: "M26 20L24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26 30 24 26 24z"
|
|
170
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
171
|
+
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"
|
|
201
172
|
})), children);
|
|
202
173
|
});
|
|
203
174
|
if (process.env.NODE_ENV !== "production") {
|
|
204
|
-
|
|
175
|
+
FolderAdd.propTypes = iconPropTypes;
|
|
205
176
|
}
|
|
206
|
-
const
|
|
177
|
+
const FolderDetails = /*#__PURE__*/React.forwardRef(function FolderDetails(_ref8, ref) {
|
|
207
178
|
let {
|
|
208
179
|
children,
|
|
209
180
|
size = 16,
|
|
@@ -217,15 +188,16 @@ const ForkNode = /*#__PURE__*/React.forwardRef(function ForkNode(_ref8, ref) {
|
|
|
217
188
|
viewBox: "0 0 32 32",
|
|
218
189
|
fill: "currentColor",
|
|
219
190
|
...rest
|
|
220
|
-
},
|
|
221
|
-
|
|
222
|
-
|
|
191
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
192
|
+
d: "M16 20H30V22H16zM16 24H30V26H16zM16 28H23V30H16z"
|
|
193
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
194
|
+
d: "M14,26H4V6h7.17l3.42,3.41.58.59H28v8h2V10a2,2,0,0,0-2-2H16L12.59,4.59A2,2,0,0,0,11.17,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
|
|
223
195
|
})), children);
|
|
224
196
|
});
|
|
225
197
|
if (process.env.NODE_ENV !== "production") {
|
|
226
|
-
|
|
198
|
+
FolderDetails.propTypes = iconPropTypes;
|
|
227
199
|
}
|
|
228
|
-
const
|
|
200
|
+
const FolderDetailsReference = /*#__PURE__*/React.forwardRef(function FolderDetailsReference(_ref9, ref) {
|
|
229
201
|
let {
|
|
230
202
|
children,
|
|
231
203
|
size = 16,
|
|
@@ -239,16 +211,14 @@ const Forum = /*#__PURE__*/React.forwardRef(function Forum(_ref9, ref) {
|
|
|
239
211
|
viewBox: "0 0 32 32",
|
|
240
212
|
fill: "currentColor",
|
|
241
213
|
...rest
|
|
242
|
-
},
|
|
243
|
-
d: "
|
|
244
|
-
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
245
|
-
d: "M4,18H2V5c0-1.7,1.3-3,3-3h13v2H5C4.4,4,4,4.4,4,5V18z"
|
|
214
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
215
|
+
d: "M16 28H23V30H16zM16 24H30V26H16zM16 20H30V22H16zM4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM28 8H16L12.5859 4.5859A2.0007 2.0007 0 0011.1716 4H4A2 2 0 002 6V18H4V6h7.1716l3.4141 3.4141L15.1716 10H28v8h2V10A2 2 0 0028 8z"
|
|
246
216
|
})), children);
|
|
247
217
|
});
|
|
248
218
|
if (process.env.NODE_ENV !== "production") {
|
|
249
|
-
|
|
219
|
+
FolderDetailsReference.propTypes = iconPropTypes;
|
|
250
220
|
}
|
|
251
|
-
const
|
|
221
|
+
const FolderMoveTo = /*#__PURE__*/React.forwardRef(function FolderMoveTo(_ref10, ref) {
|
|
252
222
|
let {
|
|
253
223
|
children,
|
|
254
224
|
size = 16,
|
|
@@ -262,16 +232,16 @@ const Forward_10 = /*#__PURE__*/React.forwardRef(function Forward_10(_ref10, ref
|
|
|
262
232
|
viewBox: "0 0 32 32",
|
|
263
233
|
fill: "currentColor",
|
|
264
234
|
...rest
|
|
265
|
-
},
|
|
266
|
-
d: "
|
|
267
|
-
})),
|
|
268
|
-
d: "
|
|
235
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
236
|
+
d: "M18 13L16.59 14.41 19.17 17 10 17 10 19 19.17 19 16.59 21.59 18 23 23 18 18 13z"
|
|
237
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
238
|
+
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"
|
|
269
239
|
})), children);
|
|
270
240
|
});
|
|
271
241
|
if (process.env.NODE_ENV !== "production") {
|
|
272
|
-
|
|
242
|
+
FolderMoveTo.propTypes = iconPropTypes;
|
|
273
243
|
}
|
|
274
|
-
const
|
|
244
|
+
const FolderOff = /*#__PURE__*/React.forwardRef(function FolderOff(_ref11, ref) {
|
|
275
245
|
let {
|
|
276
246
|
children,
|
|
277
247
|
size = 16,
|
|
@@ -285,16 +255,14 @@ const Forward_30 = /*#__PURE__*/React.forwardRef(function Forward_30(_ref11, ref
|
|
|
285
255
|
viewBox: "0 0 32 32",
|
|
286
256
|
fill: "currentColor",
|
|
287
257
|
...rest
|
|
288
|
-
},
|
|
289
|
-
d: "
|
|
290
|
-
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
291
|
-
d: "M19.64 22.13a2.81 2.81 0 01-1.28-.27 2.36 2.36 0 01-.89-.77A3.39 3.39 0 0117 19.84a7.12 7.12 0 01-.17-1.68A7.24 7.24 0 0117 16.48a3.46 3.46 0 01.52-1.25 2.36 2.36 0 01.89-.77 2.81 2.81 0 011.28-.27 2.44 2.44 0 012.16 1 5.31 5.31 0 01.7 2.93 5.31 5.31 0 01-.7 2.93A2.44 2.44 0 0119.64 22.13zm0-1.22a1 1 0 001-.55 3.24 3.24 0 00.3-1.51V17.47a3.17 3.17 0 00-.3-1.5 1.22 1.22 0 00-2.05 0 3.18 3.18 0 00-.29 1.5v1.38a3.25 3.25 0 00.29 1.51A1 1 0 0019.64 20.91zM12.62 17.42a1.46 1.46 0 001-.27.84.84 0 00.31-.68v-.08a.94.94 0 00-.3-.74 1.2 1.2 0 00-.83-.27 1.65 1.65 0 00-.89.24 2.1 2.1 0 00-.68.68l-.93-.83a5.37 5.37 0 01.44-.51 2.7 2.7 0 01.54-.4 2.55 2.55 0 01.7-.27 3.25 3.25 0 01.87-.1 3.94 3.94 0 011.06.14 2.33 2.33 0 01.82.4 1.91 1.91 0 01.54.63 1.87 1.87 0 01.18.83 2 2 0 01-.11.67 1.82 1.82 0 01-.32.52 1.79 1.79 0 01-.47.36 2.27 2.27 0 01-.57.2V18a2.34 2.34 0 01.63.21 1.7 1.7 0 01.51.38 1.89 1.89 0 01.34.55 2.07 2.07 0 01.12.73 2 2 0 01-.2.92 2 2 0 01-.58.72 2.66 2.66 0 01-.89.45 3.76 3.76 0 01-1.15.16 4.1 4.1 0 01-1-.11A3.1 3.1 0 0111 21.7a2.76 2.76 0 01-.56-.45A4.22 4.22 0 0110 20.7l1.07-.81a3.07 3.07 0 00.28.42 1.94 1.94 0 00.36.34 1.57 1.57 0 00.45.22 2 2 0 00.57.07 1.45 1.45 0 001-.3 1.12 1.12 0 00.34-.85v-.08a1 1 0 00-.37-.8 1.78 1.78 0 00-1.06-.28h-.76V17.42z"
|
|
258
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
259
|
+
d: "M28 8H25.4141L30 3.4141 28.5859 2 2 28.5859 3.4141 30l2-2H28a2 2 0 002-2V10A2 2 0 0028 8zm0 18H7.4141l16-16H28zM4 6h7.1716l3.4141 3.4141L15.1716 10H18V8H16L12.5859 4.5859A2.0007 2.0007 0 0011.1716 4H4A2 2 0 002 6V24H4z"
|
|
292
260
|
})), children);
|
|
293
261
|
});
|
|
294
262
|
if (process.env.NODE_ENV !== "production") {
|
|
295
|
-
|
|
263
|
+
FolderOff.propTypes = iconPropTypes;
|
|
296
264
|
}
|
|
297
|
-
const
|
|
265
|
+
const FolderOpen = /*#__PURE__*/React.forwardRef(function FolderOpen(_ref12, ref) {
|
|
298
266
|
let {
|
|
299
267
|
children,
|
|
300
268
|
size = 16,
|
|
@@ -308,16 +276,14 @@ const Forward_5 = /*#__PURE__*/React.forwardRef(function Forward_5(_ref12, ref)
|
|
|
308
276
|
viewBox: "0 0 32 32",
|
|
309
277
|
fill: "currentColor",
|
|
310
278
|
...rest
|
|
311
|
-
},
|
|
312
|
-
d: "
|
|
313
|
-
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
314
|
-
d: "M18.58,15.58H15.13L15,18.15H15a4.83,4.83,0,0,1,.26-.45,1.59,1.59,0,0,1,.33-.35,1.53,1.53,0,0,1,.44-.23,2,2,0,0,1,.6-.08,2.54,2.54,0,0,1,.92.16,2.06,2.06,0,0,1,.74.48,2.28,2.28,0,0,1,.5.77,2.73,2.73,0,0,1,.18,1,2.87,2.87,0,0,1-.19,1.07,2.36,2.36,0,0,1-.55.84,2.44,2.44,0,0,1-.89.55,3.23,3.23,0,0,1-1.21.2,3.79,3.79,0,0,1-.94-.11,3,3,0,0,1-.74-.32,2.45,2.45,0,0,1-.55-.45,4.13,4.13,0,0,1-.41-.55l1.06-.81.27.41a1.82,1.82,0,0,0,.34.34,1.59,1.59,0,0,0,.43.22,1.52,1.52,0,0,0,.55.08,1.29,1.29,0,0,0,1-.36,1.41,1.41,0,0,0,.33-1V19.5a1.18,1.18,0,0,0-1.28-1.27,1.44,1.44,0,0,0-.77.18,1.94,1.94,0,0,0-.48.39l-1.19-.17.29-4.31h4.52Z"
|
|
279
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
280
|
+
d: "M28,8H20.8284L17.4143,4.5859A2,2,0,0,0,16,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10A2,2,0,0,0,28,8ZM8,26V14h8v6.17l-2.59-2.58L12,19l5,5,5-5-1.41-1.41L18,20.17V14a2.0025,2.0025,0,0,0-2-2H8a2.0025,2.0025,0,0,0-2,2V26H4V6H16l4,4h8v2H22v2h6V26Z"
|
|
315
281
|
})), children);
|
|
316
282
|
});
|
|
317
283
|
if (process.env.NODE_ENV !== "production") {
|
|
318
|
-
|
|
284
|
+
FolderOpen.propTypes = iconPropTypes;
|
|
319
285
|
}
|
|
320
|
-
const
|
|
286
|
+
const FolderParent = /*#__PURE__*/React.forwardRef(function FolderParent(_ref13, ref) {
|
|
321
287
|
let {
|
|
322
288
|
children,
|
|
323
289
|
size = 16,
|
|
@@ -331,14 +297,14 @@ const Fragile = /*#__PURE__*/React.forwardRef(function Fragile(_ref13, ref) {
|
|
|
331
297
|
viewBox: "0 0 32 32",
|
|
332
298
|
fill: "currentColor",
|
|
333
299
|
...rest
|
|
334
|
-
},
|
|
335
|
-
d: "
|
|
300
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
301
|
+
d: "M28,8H16L12.5857,4.5857A2,2,0,0,0,11.1716,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H16a2,2,0,0,0,2-2V16.83l2.59,2.58L22,18l-5-5-5,5,1.41,1.41L16,16.83V26H4V6h7.1716l4,4H28V26H22v2h6a2,2,0,0,0,2-2V10A2,2,0,0,0,28,8Z"
|
|
336
302
|
})), children);
|
|
337
303
|
});
|
|
338
304
|
if (process.env.NODE_ENV !== "production") {
|
|
339
|
-
|
|
305
|
+
FolderParent.propTypes = iconPropTypes;
|
|
340
306
|
}
|
|
341
|
-
const
|
|
307
|
+
const FolderShared = /*#__PURE__*/React.forwardRef(function FolderShared(_ref14, ref) {
|
|
342
308
|
let {
|
|
343
309
|
children,
|
|
344
310
|
size = 16,
|
|
@@ -352,14 +318,16 @@ const Friendship = /*#__PURE__*/React.forwardRef(function Friendship(_ref14, ref
|
|
|
352
318
|
viewBox: "0 0 32 32",
|
|
353
319
|
fill: "currentColor",
|
|
354
320
|
...rest
|
|
355
|
-
},
|
|
356
|
-
d: "
|
|
321
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
322
|
+
d: "M28,8H16L12.59,4.59A2,2,0,0,0,11.17,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10A2,2,0,0,0,28,8ZM22,26H14V25a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1Zm6,0H24V25a3,3,0,0,0-3-3H15a3,3,0,0,0-3,3v1H4V6h7.17l3.42,3.41.58.59H28Z"
|
|
323
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
324
|
+
d: "M14,17a4,4,0,1,0,4-4A4,4,0,0,0,14,17Zm4-2a2,2,0,1,1-2,2A2,2,0,0,1,18,15Z"
|
|
357
325
|
})), children);
|
|
358
326
|
});
|
|
359
327
|
if (process.env.NODE_ENV !== "production") {
|
|
360
|
-
|
|
328
|
+
FolderShared.propTypes = iconPropTypes;
|
|
361
329
|
}
|
|
362
|
-
const
|
|
330
|
+
const Folders = /*#__PURE__*/React.forwardRef(function Folders(_ref15, ref) {
|
|
363
331
|
let {
|
|
364
332
|
children,
|
|
365
333
|
size = 16,
|
|
@@ -373,14 +341,14 @@ const FruitBowl = /*#__PURE__*/React.forwardRef(function FruitBowl(_ref15, ref)
|
|
|
373
341
|
viewBox: "0 0 32 32",
|
|
374
342
|
fill: "currentColor",
|
|
375
343
|
...rest
|
|
376
|
-
},
|
|
377
|
-
d: "M26
|
|
344
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
345
|
+
d: "M26 28H6a2.0021 2.0021 0 01-2-2V11A2.0021 2.0021 0 016 9h5.6665a2.0119 2.0119 0 011.2007.4L16.3335 12H26a2.0021 2.0021 0 012 2V26A2.0021 2.0021 0 0126 28zM11.6665 11H5.9985L6 26H26V14H15.6665zM28 9H17.6665l-4-3H6V4h7.6665a2.0119 2.0119 0 011.2007.4L18.3335 7H28z"
|
|
378
346
|
})), children);
|
|
379
347
|
});
|
|
380
348
|
if (process.env.NODE_ENV !== "production") {
|
|
381
|
-
|
|
349
|
+
Folders.propTypes = iconPropTypes;
|
|
382
350
|
}
|
|
383
|
-
const
|
|
351
|
+
const ForecastHail = /*#__PURE__*/React.forwardRef(function ForecastHail(_ref16, ref) {
|
|
384
352
|
let {
|
|
385
353
|
children,
|
|
386
354
|
size = 16,
|
|
@@ -394,18 +362,32 @@ const Function = /*#__PURE__*/React.forwardRef(function Function(_ref16, ref) {
|
|
|
394
362
|
viewBox: "0 0 32 32",
|
|
395
363
|
fill: "currentColor",
|
|
396
364
|
...rest
|
|
397
|
-
},
|
|
398
|
-
d: "
|
|
399
|
-
})),
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
365
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
366
|
+
d: "M26,18A10,10,0,1,1,16,8h4v5l6-6L20,1V6H16A12,12,0,1,0,28,18Z"
|
|
367
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
368
|
+
cx: "14.5",
|
|
369
|
+
cy: "23.5",
|
|
370
|
+
r: "1.5"
|
|
371
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
372
|
+
cx: "11.5",
|
|
373
|
+
cy: "19.5",
|
|
374
|
+
r: "1.5"
|
|
375
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
376
|
+
cx: "17.5",
|
|
377
|
+
cy: "19.5",
|
|
378
|
+
r: "1.5"
|
|
379
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
380
|
+
d: "M12.964 14.5H18.036V16.499H12.964z",
|
|
381
|
+
transform: "rotate(-45 15.5 15.5)"
|
|
382
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
383
|
+
d: "M18.964 14.5H24.035999999999998V16.499H18.964z",
|
|
384
|
+
transform: "rotate(-45 21.5 15.5)"
|
|
403
385
|
})), children);
|
|
404
386
|
});
|
|
405
387
|
if (process.env.NODE_ENV !== "production") {
|
|
406
|
-
|
|
388
|
+
ForecastHail.propTypes = iconPropTypes;
|
|
407
389
|
}
|
|
408
|
-
const
|
|
390
|
+
const ForecastHail_30 = /*#__PURE__*/React.forwardRef(function ForecastHail_30(_ref17, ref) {
|
|
409
391
|
let {
|
|
410
392
|
children,
|
|
411
393
|
size = 16,
|
|
@@ -419,14 +401,34 @@ const Function_2 = /*#__PURE__*/React.forwardRef(function Function_2(_ref17, ref
|
|
|
419
401
|
viewBox: "0 0 32 32",
|
|
420
402
|
fill: "currentColor",
|
|
421
403
|
...rest
|
|
422
|
-
},
|
|
423
|
-
d: "
|
|
404
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
405
|
+
d: "M8.964 13.5H14.036000000000001V15.499H8.964z",
|
|
406
|
+
transform: "rotate(-45 11.5 14.5)"
|
|
407
|
+
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
408
|
+
d: "M15.379 14.5H17.622V16.499H15.379z",
|
|
409
|
+
transform: "rotate(-44.995 16.5 15.5)"
|
|
410
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
411
|
+
cx: "10.5",
|
|
412
|
+
cy: "22.5",
|
|
413
|
+
r: "1.5"
|
|
414
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
415
|
+
cx: "7.5",
|
|
416
|
+
cy: "18.5",
|
|
417
|
+
r: "1.5"
|
|
418
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
419
|
+
cx: "13.5",
|
|
420
|
+
cy: "18.5",
|
|
421
|
+
r: "1.5"
|
|
422
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
423
|
+
d: "M14,28A10,10,0,0,1,14,8h4v5l6-6L18,1V6H14a12,12,0,0,0,0,24Z"
|
|
424
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
425
|
+
d: "M20 20H16v2h4v2H17v2h3v2H16v2h4a2.0027 2.0027 0 002-2V22A2.0023 2.0023 0 0020 20zM28 30H26a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 30zm-2-8v6h2V22z"
|
|
424
426
|
})), children);
|
|
425
427
|
});
|
|
426
428
|
if (process.env.NODE_ENV !== "production") {
|
|
427
|
-
|
|
429
|
+
ForecastHail_30.propTypes = iconPropTypes;
|
|
428
430
|
}
|
|
429
|
-
const
|
|
431
|
+
const ForecastLightning = /*#__PURE__*/React.forwardRef(function ForecastLightning(_ref18, ref) {
|
|
430
432
|
let {
|
|
431
433
|
children,
|
|
432
434
|
size = 16,
|
|
@@ -440,14 +442,16 @@ const FunctionMath = /*#__PURE__*/React.forwardRef(function FunctionMath(_ref18,
|
|
|
440
442
|
viewBox: "0 0 32 32",
|
|
441
443
|
fill: "currentColor",
|
|
442
444
|
...rest
|
|
443
|
-
},
|
|
444
|
-
d: "
|
|
445
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
446
|
+
d: "M15.67 24L13.934 23 16.221 19 12.332 19 16.325 12 18.062 13 15.778 17 19.668 17 15.67 24z"
|
|
447
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
448
|
+
d: "M26,18A10,10,0,1,1,16,8h4v5l6-6L20,1V6H16A12,12,0,1,0,28,18Z"
|
|
445
449
|
})), children);
|
|
446
450
|
});
|
|
447
451
|
if (process.env.NODE_ENV !== "production") {
|
|
448
|
-
|
|
452
|
+
ForecastLightning.propTypes = iconPropTypes;
|
|
449
453
|
}
|
|
450
|
-
const
|
|
454
|
+
const ForecastLightning_30 = /*#__PURE__*/React.forwardRef(function ForecastLightning_30(_ref19, ref) {
|
|
451
455
|
let {
|
|
452
456
|
children,
|
|
453
457
|
size = 16,
|
|
@@ -462,13 +466,15 @@ const WatsonHealthFusionBlender = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
462
466
|
fill: "currentColor",
|
|
463
467
|
...rest
|
|
464
468
|
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
465
|
-
d: "
|
|
469
|
+
d: "M14,28A10,10,0,0,1,14,8h4v5l6-6L18,1V6H14a12,12,0,0,0,0,24Z"
|
|
470
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
471
|
+
d: "M11.67 24L9.934 23 12.221 19 8.332 19 12.325 12 14.062 13 11.778 17 15.668 17 11.67 24zM20 20H16v2h4v2H17v2h3v2H16v2h4a2.0027 2.0027 0 002-2V22A2.0023 2.0023 0 0020 20zM28 30H26a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 30zm-2-8v6h2V22z"
|
|
466
472
|
})), children);
|
|
467
473
|
});
|
|
468
474
|
if (process.env.NODE_ENV !== "production") {
|
|
469
|
-
|
|
475
|
+
ForecastLightning_30.propTypes = iconPropTypes;
|
|
470
476
|
}
|
|
471
|
-
const
|
|
477
|
+
const Fork = /*#__PURE__*/React.forwardRef(function Fork(_ref20, ref) {
|
|
472
478
|
let {
|
|
473
479
|
children,
|
|
474
480
|
size = 16,
|
|
@@ -482,32 +488,15 @@ const GameConsole = /*#__PURE__*/React.forwardRef(function GameConsole(_ref20, r
|
|
|
482
488
|
viewBox: "0 0 32 32",
|
|
483
489
|
fill: "currentColor",
|
|
484
490
|
...rest
|
|
485
|
-
},
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
d: "M10,16a2,2,0,1,1,2-2A2,2,0,0,1,10,16Zm0-2Z"
|
|
489
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
490
|
-
cx: "22",
|
|
491
|
-
cy: "12",
|
|
492
|
-
r: "1"
|
|
493
|
-
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
494
|
-
cx: "22",
|
|
495
|
-
cy: "16",
|
|
496
|
-
r: "1"
|
|
497
|
-
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
498
|
-
cx: "20",
|
|
499
|
-
cy: "14",
|
|
500
|
-
r: "1"
|
|
501
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
502
|
-
cx: "24",
|
|
503
|
-
cy: "14",
|
|
504
|
-
r: "1"
|
|
491
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
492
|
+
strokeWidth: "0",
|
|
493
|
+
d: "m20,6c0,1.8584,1.2798,3.4106,3,3.8579v5.1421h-14v-5.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v5.1421c0,1.103.897,2,2,2h6v5.1421c-1.7202.4473-3,1.9995-3,3.8579,0,2.2056,1.7944,4,4,4s4-1.7944,4-4c0-1.8584-1.2798-3.4106-3-3.8579v-5.1421h6c1.103,0,2-.897,2-2v-5.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4Zm-14,0c0-1.103.897-2,2-2s2,.897,2,2c0,1.103-.897,2-2,2s-2-.897-2-2Zm12,20c0,1.103-.897,2-2,2s-2-.897-2-2c0-1.103.897-2,2-2s2,.897,2,2ZM26,6c0,1.103-.897,2-2,2s-2-.897-2-2c0-1.103.897-2,2-2s2,.897,2,2Z"
|
|
505
494
|
})), children);
|
|
506
495
|
});
|
|
507
496
|
if (process.env.NODE_ENV !== "production") {
|
|
508
|
-
|
|
497
|
+
Fork.propTypes = iconPropTypes;
|
|
509
498
|
}
|
|
510
|
-
const
|
|
499
|
+
const ForkNode = /*#__PURE__*/React.forwardRef(function ForkNode(_ref21, ref) {
|
|
511
500
|
let {
|
|
512
501
|
children,
|
|
513
502
|
size = 16,
|
|
@@ -522,35 +511,14 @@ const GameWireless = /*#__PURE__*/React.forwardRef(function GameWireless(_ref21,
|
|
|
522
511
|
fill: "currentColor",
|
|
523
512
|
...rest
|
|
524
513
|
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
d: "M10,20a2,2,0,1,1,2-2A2,2,0,0,1,10,20Zm0-2Z"
|
|
528
|
-
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
529
|
-
cx: "22",
|
|
530
|
-
cy: "16",
|
|
531
|
-
r: "1"
|
|
532
|
-
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
533
|
-
cx: "22",
|
|
534
|
-
cy: "20",
|
|
535
|
-
r: "1"
|
|
536
|
-
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
537
|
-
cx: "20",
|
|
538
|
-
cy: "18",
|
|
539
|
-
r: "1"
|
|
540
|
-
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
541
|
-
cx: "24",
|
|
542
|
-
cy: "18",
|
|
543
|
-
r: "1"
|
|
544
|
-
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
545
|
-
d: "M13.75,9l-1.5-1.33a5,5,0,0,1,7.5,0L18.25,9a3,3,0,0,0-4.5,0Z"
|
|
546
|
-
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
547
|
-
d: "M21.25,6.37a7,7,0,0,0-10.5,0L9.25,5.05a9,9,0,0,1,13.5,0Z"
|
|
514
|
+
strokeWidth: "0",
|
|
515
|
+
d: "M26 21H30V23H26zM26 9H30V11H26zM24 11L24 9 20 9 20 4 14 4 14 28 20 28 20 23 24 23 24 21 20 21 20 11 24 11zM10.1719 15L2 15 2 17 10.1719 17 7.5859 19.5859 9 21 14 16 9 11 7.5859 12.4141 10.1719 15z"
|
|
548
516
|
})), children);
|
|
549
517
|
});
|
|
550
518
|
if (process.env.NODE_ENV !== "production") {
|
|
551
|
-
|
|
519
|
+
ForkNode.propTypes = iconPropTypes;
|
|
552
520
|
}
|
|
553
|
-
const
|
|
521
|
+
const Forum = /*#__PURE__*/React.forwardRef(function Forum(_ref22, ref) {
|
|
554
522
|
let {
|
|
555
523
|
children,
|
|
556
524
|
size = 16,
|
|
@@ -564,14 +532,16 @@ const Gamification = /*#__PURE__*/React.forwardRef(function Gamification(_ref22,
|
|
|
564
532
|
viewBox: "0 0 32 32",
|
|
565
533
|
fill: "currentColor",
|
|
566
534
|
...rest
|
|
567
|
-
},
|
|
568
|
-
d: "
|
|
535
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
536
|
+
d: "M28,6H8C6.8,6,6,6.8,6,8v14c0,1.2,0.8,2,2,2h8v-2H8V8h20v14h-7.2L16,28.8l1.6,1.2l4.2-6H28c1.2,0,2-0.8,2-2V8 C30,6.8,29.2,6,28,6z"
|
|
537
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
538
|
+
d: "M4,18H2V5c0-1.7,1.3-3,3-3h13v2H5C4.4,4,4,4.4,4,5V18z"
|
|
569
539
|
})), children);
|
|
570
540
|
});
|
|
571
541
|
if (process.env.NODE_ENV !== "production") {
|
|
572
|
-
|
|
542
|
+
Forum.propTypes = iconPropTypes;
|
|
573
543
|
}
|
|
574
|
-
const
|
|
544
|
+
const Forward_10 = /*#__PURE__*/React.forwardRef(function Forward_10(_ref23, ref) {
|
|
575
545
|
let {
|
|
576
546
|
children,
|
|
577
547
|
size = 16,
|
|
@@ -585,16 +555,16 @@ const GasStation = /*#__PURE__*/React.forwardRef(function GasStation(_ref23, ref
|
|
|
585
555
|
viewBox: "0 0 32 32",
|
|
586
556
|
fill: "currentColor",
|
|
587
557
|
...rest
|
|
588
|
-
},
|
|
589
|
-
d: "
|
|
590
|
-
})),
|
|
591
|
-
d: "
|
|
558
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
559
|
+
d: "M26,18A10,10,0,1,1,16,8h4v5l6-6L20,1V6H16A12,12,0,1,0,28,18Z"
|
|
560
|
+
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
561
|
+
d: "M19.63 22.13a2.84 2.84 0 01-1.28-.27 2.44 2.44 0 01-.89-.77 3.57 3.57 0 01-.52-1.25 7.69 7.69 0 01-.17-1.68 7.83 7.83 0 01.17-1.68 3.65 3.65 0 01.52-1.25 2.44 2.44 0 01.89-.77 2.84 2.84 0 011.28-.27 2.44 2.44 0 012.16 1 5.23 5.23 0 01.7 2.93 5.23 5.23 0 01-.7 2.93A2.44 2.44 0 0119.63 22.13zm0-1.22a1.07 1.07 0 001-.55A3.38 3.38 0 0021 18.85V17.47a3.31 3.31 0 00-.29-1.5 1.23 1.23 0 00-2.06 0 3.31 3.31 0 00-.29 1.5v1.38a3.38 3.38 0 00.29 1.51A1.06 1.06 0 0019.63 20.91zM10.63 22V20.82h2V15.63l-1.86 1-.55-1.06 2.32-1.3H14v6.5h1.78V22z"
|
|
592
562
|
})), children);
|
|
593
563
|
});
|
|
594
564
|
if (process.env.NODE_ENV !== "production") {
|
|
595
|
-
|
|
565
|
+
Forward_10.propTypes = iconPropTypes;
|
|
596
566
|
}
|
|
597
|
-
const
|
|
567
|
+
const Forward_30 = /*#__PURE__*/React.forwardRef(function Forward_30(_ref24, ref) {
|
|
598
568
|
let {
|
|
599
569
|
children,
|
|
600
570
|
size = 16,
|
|
@@ -608,18 +578,16 @@ const GasStationFilled = /*#__PURE__*/React.forwardRef(function GasStationFilled
|
|
|
608
578
|
viewBox: "0 0 32 32",
|
|
609
579
|
fill: "currentColor",
|
|
610
580
|
...rest
|
|
611
|
-
},
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
"
|
|
615
|
-
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
616
|
-
d: "M28.4143,8l-5-5L22,4.4141l3,3V12a2.0023,2.0023,0,0,0,2,2V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.4a3.5645,3.5645,0,0,0,2.7654,3.5249A3.506,3.506,0,0,0,29,24.5V9.4146A2,2,0,0,0,28.4143,8ZM15,12H8V10h7Z"
|
|
581
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
582
|
+
d: "M26,18A10,10,0,1,1,16,8h4v5l6-6L20,1V6H16A12,12,0,1,0,28,18Z"
|
|
583
|
+
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
584
|
+
d: "M19.64 22.13a2.81 2.81 0 01-1.28-.27 2.36 2.36 0 01-.89-.77A3.39 3.39 0 0117 19.84a7.12 7.12 0 01-.17-1.68A7.24 7.24 0 0117 16.48a3.46 3.46 0 01.52-1.25 2.36 2.36 0 01.89-.77 2.81 2.81 0 011.28-.27 2.44 2.44 0 012.16 1 5.31 5.31 0 01.7 2.93 5.31 5.31 0 01-.7 2.93A2.44 2.44 0 0119.64 22.13zm0-1.22a1 1 0 001-.55 3.24 3.24 0 00.3-1.51V17.47a3.17 3.17 0 00-.3-1.5 1.22 1.22 0 00-2.05 0 3.18 3.18 0 00-.29 1.5v1.38a3.25 3.25 0 00.29 1.51A1 1 0 0019.64 20.91zM12.62 17.42a1.46 1.46 0 001-.27.84.84 0 00.31-.68v-.08a.94.94 0 00-.3-.74 1.2 1.2 0 00-.83-.27 1.65 1.65 0 00-.89.24 2.1 2.1 0 00-.68.68l-.93-.83a5.37 5.37 0 01.44-.51 2.7 2.7 0 01.54-.4 2.55 2.55 0 01.7-.27 3.25 3.25 0 01.87-.1 3.94 3.94 0 011.06.14 2.33 2.33 0 01.82.4 1.91 1.91 0 01.54.63 1.87 1.87 0 01.18.83 2 2 0 01-.11.67 1.82 1.82 0 01-.32.52 1.79 1.79 0 01-.47.36 2.27 2.27 0 01-.57.2V18a2.34 2.34 0 01.63.21 1.7 1.7 0 01.51.38 1.89 1.89 0 01.34.55 2.07 2.07 0 01.12.73 2 2 0 01-.2.92 2 2 0 01-.58.72 2.66 2.66 0 01-.89.45 3.76 3.76 0 01-1.15.16 4.1 4.1 0 01-1-.11A3.1 3.1 0 0111 21.7a2.76 2.76 0 01-.56-.45A4.22 4.22 0 0110 20.7l1.07-.81a3.07 3.07 0 00.28.42 1.94 1.94 0 00.36.34 1.57 1.57 0 00.45.22 2 2 0 00.57.07 1.45 1.45 0 001-.3 1.12 1.12 0 00.34-.85v-.08a1 1 0 00-.37-.8 1.78 1.78 0 00-1.06-.28h-.76V17.42z"
|
|
617
585
|
})), children);
|
|
618
586
|
});
|
|
619
587
|
if (process.env.NODE_ENV !== "production") {
|
|
620
|
-
|
|
588
|
+
Forward_30.propTypes = iconPropTypes;
|
|
621
589
|
}
|
|
622
|
-
const
|
|
590
|
+
const Forward_5 = /*#__PURE__*/React.forwardRef(function Forward_5(_ref25, ref) {
|
|
623
591
|
let {
|
|
624
592
|
children,
|
|
625
593
|
size = 16,
|
|
@@ -633,14 +601,16 @@ const Gateway = /*#__PURE__*/React.forwardRef(function Gateway(_ref25, ref) {
|
|
|
633
601
|
viewBox: "0 0 32 32",
|
|
634
602
|
fill: "currentColor",
|
|
635
603
|
...rest
|
|
636
|
-
},
|
|
637
|
-
d: "
|
|
604
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
605
|
+
d: "M26,18A10,10,0,1,1,16,8h4v5l6-6L20,1V6H16A12,12,0,1,0,28,18Z"
|
|
606
|
+
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
607
|
+
d: "M18.58,15.58H15.13L15,18.15H15a4.83,4.83,0,0,1,.26-.45,1.59,1.59,0,0,1,.33-.35,1.53,1.53,0,0,1,.44-.23,2,2,0,0,1,.6-.08,2.54,2.54,0,0,1,.92.16,2.06,2.06,0,0,1,.74.48,2.28,2.28,0,0,1,.5.77,2.73,2.73,0,0,1,.18,1,2.87,2.87,0,0,1-.19,1.07,2.36,2.36,0,0,1-.55.84,2.44,2.44,0,0,1-.89.55,3.23,3.23,0,0,1-1.21.2,3.79,3.79,0,0,1-.94-.11,3,3,0,0,1-.74-.32,2.45,2.45,0,0,1-.55-.45,4.13,4.13,0,0,1-.41-.55l1.06-.81.27.41a1.82,1.82,0,0,0,.34.34,1.59,1.59,0,0,0,.43.22,1.52,1.52,0,0,0,.55.08,1.29,1.29,0,0,0,1-.36,1.41,1.41,0,0,0,.33-1V19.5a1.18,1.18,0,0,0-1.28-1.27,1.44,1.44,0,0,0-.77.18,1.94,1.94,0,0,0-.48.39l-1.19-.17.29-4.31h4.52Z"
|
|
638
608
|
})), children);
|
|
639
609
|
});
|
|
640
610
|
if (process.env.NODE_ENV !== "production") {
|
|
641
|
-
|
|
611
|
+
Forward_5.propTypes = iconPropTypes;
|
|
642
612
|
}
|
|
643
|
-
const
|
|
613
|
+
const Fragile = /*#__PURE__*/React.forwardRef(function Fragile(_ref26, ref) {
|
|
644
614
|
let {
|
|
645
615
|
children,
|
|
646
616
|
size = 16,
|
|
@@ -654,16 +624,14 @@ const GatewayApi = /*#__PURE__*/React.forwardRef(function GatewayApi(_ref26, ref
|
|
|
654
624
|
viewBox: "0 0 32 32",
|
|
655
625
|
fill: "currentColor",
|
|
656
626
|
...rest
|
|
657
|
-
},
|
|
658
|
-
d: "
|
|
659
|
-
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
660
|
-
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
627
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
628
|
+
d: "M23,12V6H21v6a5,5,0,0,1-10,0V4h5.5859L14.293,6.293a.9994.9994,0,0,0,0,1.414L15.5859,9,13.293,11.293l1.414,1.414,3-3a.9994.9994,0,0,0,0-1.414L16.4141,7,19.707,3.707A1,1,0,0,0,19,2H10A1,1,0,0,0,9,3v9a7.0053,7.0053,0,0,0,6,6.92V28H10v2H22V28H17V18.92A7.0053,7.0053,0,0,0,23,12Z"
|
|
661
629
|
})), children);
|
|
662
630
|
});
|
|
663
631
|
if (process.env.NODE_ENV !== "production") {
|
|
664
|
-
|
|
632
|
+
Fragile.propTypes = iconPropTypes;
|
|
665
633
|
}
|
|
666
|
-
const
|
|
634
|
+
const Fragments = /*#__PURE__*/React.forwardRef(function Fragments(_ref27, ref) {
|
|
667
635
|
let {
|
|
668
636
|
children,
|
|
669
637
|
size = 16,
|
|
@@ -677,16 +645,14 @@ const GatewayMail = /*#__PURE__*/React.forwardRef(function GatewayMail(_ref27, r
|
|
|
677
645
|
viewBox: "0 0 32 32",
|
|
678
646
|
fill: "currentColor",
|
|
679
647
|
...rest
|
|
680
|
-
},
|
|
681
|
-
d: "
|
|
682
|
-
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
683
|
-
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
648
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
649
|
+
d: "M16,30c-2.4146,0-4.4348-1.7206-4.8997-4h-5.1003c-1.1028,0-2-.8972-2-2v-5h1c1.6543,0,3-1.3458,3-3s-1.3457-3-3-3h-1v-5c0-1.1028.8972-2,2-2h5.1003c.4648-2.2794,2.4851-4,4.8997-4s4.4348,1.7206,4.8997,4h5.1003c1.1028,0,2,.8972,2,2v5h-1c-1.6543,0-3,1.3458-3,3s1.3457,3,3,3h1v5c0,1.1028-.8972,2-2,2h-5.1003c-.4648,2.2794-2.4851,4-4.8997,4ZM6,20.8995v3.1005h7v1c0,1.6542,1.3457,3,3,3s3-1.3458,3-3v-1h7v-3.1005c-2.2793-.4646-4-2.485-4-4.8995s1.7207-4.4349,4-4.8995v-3.1005h-7v-1c0-1.6542-1.3457-3-3-3s-3,1.3458-3,3v1h-7v3.1005c2.2793.4646,4,2.485,4,4.8995s-1.7207,4.4349-4,4.8995Z"
|
|
684
650
|
})), children);
|
|
685
651
|
});
|
|
686
652
|
if (process.env.NODE_ENV !== "production") {
|
|
687
|
-
|
|
653
|
+
Fragments.propTypes = iconPropTypes;
|
|
688
654
|
}
|
|
689
|
-
const
|
|
655
|
+
const Friendship = /*#__PURE__*/React.forwardRef(function Friendship(_ref28, ref) {
|
|
690
656
|
let {
|
|
691
657
|
children,
|
|
692
658
|
size = 16,
|
|
@@ -700,16 +666,14 @@ const GatewayPublic = /*#__PURE__*/React.forwardRef(function GatewayPublic(_ref2
|
|
|
700
666
|
viewBox: "0 0 32 32",
|
|
701
667
|
fill: "currentColor",
|
|
702
668
|
...rest
|
|
703
|
-
},
|
|
704
|
-
d: "
|
|
705
|
-
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
706
|
-
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
669
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
670
|
+
d: "M25 10H7a3.0033 3.0033 0 00-3 3v6a2.0023 2.0023 0 002 2v7a2.0023 2.0023 0 002 2h4a2.0023 2.0023 0 002-2V16H12V28H8V19H6V13a1.0009 1.0009 0 011-1H25a1.0009 1.0009 0 011 1v6H24v9H20V16H18V28a2.0023 2.0023 0 002 2h4a2.0023 2.0023 0 002-2V21a2.0023 2.0023 0 002-2V13A3.0033 3.0033 0 0025 10zM10 9a4 4 0 114-4A4.0042 4.0042 0 0110 9zm0-6a2 2 0 102 2A2.0023 2.0023 0 0010 3zM22 9a4 4 0 114-4A4.0042 4.0042 0 0122 9zm0-6a2 2 0 102 2A2.0023 2.0023 0 0022 3z"
|
|
707
671
|
})), children);
|
|
708
672
|
});
|
|
709
673
|
if (process.env.NODE_ENV !== "production") {
|
|
710
|
-
|
|
674
|
+
Friendship.propTypes = iconPropTypes;
|
|
711
675
|
}
|
|
712
|
-
const
|
|
676
|
+
const FruitBowl = /*#__PURE__*/React.forwardRef(function FruitBowl(_ref29, ref) {
|
|
713
677
|
let {
|
|
714
678
|
children,
|
|
715
679
|
size = 16,
|
|
@@ -723,16 +687,14 @@ const GatewaySecurity = /*#__PURE__*/React.forwardRef(function GatewaySecurity(_
|
|
|
723
687
|
viewBox: "0 0 32 32",
|
|
724
688
|
fill: "currentColor",
|
|
725
689
|
...rest
|
|
726
|
-
},
|
|
727
|
-
d: "
|
|
728
|
-
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
729
|
-
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
690
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
691
|
+
d: "M26,15a6.0025,6.0025,0,0,0-3.1067-5.2529A3.9792,3.9792,0,0,0,24,7H22a2.0023,2.0023,0,0,1-2,2,6.004,6.004,0,0,0-5.9946,5.8921A7.0005,7.0005,0,0,1,12,10,3.9961,3.9961,0,0,0,9,6.1419V4H7V6.1419A3.9961,3.9961,0,0,0,4,10v5H2v1a14,14,0,0,0,28,0V15Zm-6-4a4.0045,4.0045,0,0,1,4,4H16A4.0045,4.0045,0,0,1,20,11ZM6,10a2,2,0,1,1,4,0,8.991,8.991,0,0,0,1.5322,5H6ZM16,28A12.0166,12.0166,0,0,1,4.0415,17h23.917A12.0166,12.0166,0,0,1,16,28Z"
|
|
730
692
|
})), children);
|
|
731
693
|
});
|
|
732
694
|
if (process.env.NODE_ENV !== "production") {
|
|
733
|
-
|
|
695
|
+
FruitBowl.propTypes = iconPropTypes;
|
|
734
696
|
}
|
|
735
|
-
const
|
|
697
|
+
const Function = /*#__PURE__*/React.forwardRef(function Function(_ref30, ref) {
|
|
736
698
|
let {
|
|
737
699
|
children,
|
|
738
700
|
size = 16,
|
|
@@ -746,16 +708,18 @@ const GatewayUserAccess = /*#__PURE__*/React.forwardRef(function GatewayUserAcce
|
|
|
746
708
|
viewBox: "0 0 32 32",
|
|
747
709
|
fill: "currentColor",
|
|
748
710
|
...rest
|
|
749
|
-
},
|
|
750
|
-
d: "
|
|
751
|
-
})),
|
|
752
|
-
d: "
|
|
711
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
712
|
+
d: "M19.6262,29.5256,19.11,27.5935A12.0035,12.0035,0,0,0,25.2312,8.3323l1.5376-1.2788a14.0033,14.0033,0,0,1-7.1426,22.4721Z"
|
|
713
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
714
|
+
d: "M10,29H8V25.18l.8037-.1607C10.2617,24.728,12,23.6206,12,20V18.6182l-4-2V14.3818l4-2V12c0-5.4673,3.9253-9,10-9h2V6.82l-.8037.1607C21.7383,7.272,20,8.3794,20,12v.3818l4,2v2.2364l-4,2V20C20,25.4673,16.0747,29,10,29Zm0-2c4.9346,0,8-2.6821,8-7V17.3818L21.7642,15.5,18,13.6182V12c0-4.5781,2.3853-6.1924,4-6.76V5c-4.9346,0-8,2.6821-8,7v1.6182L10.2358,15.5,14,17.3818V20c0,4.5781-2.3853,6.1924-4,6.76Z"
|
|
715
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
716
|
+
d: "M5.2312,24.9465A14.0032,14.0032,0,0,1,12.3779,2.4734l.5161,1.9321A12.0035,12.0035,0,0,0,6.7688,23.6677Z"
|
|
753
717
|
})), children);
|
|
754
718
|
});
|
|
755
719
|
if (process.env.NODE_ENV !== "production") {
|
|
756
|
-
|
|
720
|
+
Function.propTypes = iconPropTypes;
|
|
757
721
|
}
|
|
758
|
-
const
|
|
722
|
+
const Function_2 = /*#__PURE__*/React.forwardRef(function Function_2(_ref31, ref) {
|
|
759
723
|
let {
|
|
760
724
|
children,
|
|
761
725
|
size = 16,
|
|
@@ -769,16 +733,14 @@ const GatewayVpn = /*#__PURE__*/React.forwardRef(function GatewayVpn(_ref31, ref
|
|
|
769
733
|
viewBox: "0 0 32 32",
|
|
770
734
|
fill: "currentColor",
|
|
771
735
|
...rest
|
|
772
|
-
},
|
|
773
|
-
d: "
|
|
774
|
-
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
775
|
-
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
736
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
737
|
+
d: "M12.3,13l-1.3,13.2c-.1.9926-.9,1.8-1.9,1.8h-5.1v-2h5l1.3-13h-4.3v-2h4.5l.5-5.2c.0916-1.0019,1-1.8,2-1.8h5v2h-5l-.5,5h4.5v2h-4.7ZM16,19v7c0,1.1.9,2,2,2h2v-2h-2v-7h2v-2h-2c-1.1,0-2,.9-2,2ZM26,17h-2v2h2v7h-2v2h2c1.1,0,2-.9,2-2v-7c0-1.1-.9-2-2-2Z"
|
|
776
738
|
})), children);
|
|
777
739
|
});
|
|
778
740
|
if (process.env.NODE_ENV !== "production") {
|
|
779
|
-
|
|
741
|
+
Function_2.propTypes = iconPropTypes;
|
|
780
742
|
}
|
|
781
|
-
const
|
|
743
|
+
const FunctionMath = /*#__PURE__*/React.forwardRef(function FunctionMath(_ref32, ref) {
|
|
782
744
|
let {
|
|
783
745
|
children,
|
|
784
746
|
size = 16,
|
|
@@ -792,15 +754,14 @@ const Gears = /*#__PURE__*/React.forwardRef(function Gears(_ref32, ref) {
|
|
|
792
754
|
viewBox: "0 0 32 32",
|
|
793
755
|
fill: "currentColor",
|
|
794
756
|
...rest
|
|
795
|
-
},
|
|
796
|
-
|
|
797
|
-
d: "M28 21.9847c0-.4595-.0568-.9053-.155-1.3354l2.155-.8273-.7167-1.8671-2.2063.8469c-.4529-.7197-1.0501-1.3392-1.7568-1.8106l.9695-2.1777-1.8271-.8135-.9706 2.1801c-.478-.123-.9761-.1954-1.492-.1954s-1.014.0724-1.492.1954l-.9706-2.1801-1.8271.8135.9695 2.1777c-.7067.4714-1.3039 1.0909-1.7568 1.8106l-2.2063-.8469-.7167 1.8671 2.155.8273c-.0983.4302-.155.8759-.155 1.3354 0 .4396.0507.8672.1408 1.2802l-2.1408.9531.8135 1.8271 2.08-.9261c.442.7173 1.0259 1.3374 1.7191 1.8134l-.9023 2.3508 1.8671.7167.856-2.2299c.5004.1357 1.0239.2146 1.5666.2146s1.0662-.0789 1.5666-.2146l.856 2.2299 1.8671-.7167-.9023-2.3508c.6932-.476 1.2772-1.0961 1.7191-1.8134l2.08.9261.8135-1.8271-2.1408-.9531c.0901-.413.1408-.8406.1408-1.2802zm-6 4c-2.2061 0-4-1.7944-4-4s1.7939-4 4-4 4 1.7944 4 4-1.7939 4-4 4zM13.471 14.8852l1.4788 1.4788 1.4142-1.4142-1.4788-1.4787c.5146-.7222.871-1.5616 1.0245-2.471h2.0903v-2h-2.0903c-.1535-.9094-.5098-1.7488-1.0245-2.471l1.4788-1.4788-1.4142-1.4142-1.4788 1.4788c-.7222-.5146-1.5616-.871-2.471-1.0245v-2.0903h-2v2.0903c-.9094.1535-1.7488.5099-2.471 1.0245l-1.4788-1.4788-1.4142 1.4142 1.4788 1.4788c-.5146.7222-.871 1.5616-1.0245 2.471H2v2h2.0903c.1535.9094.5098 1.7488 1.0245 2.471l-1.4788 1.4787 1.4142 1.4142 1.4788-1.4788c.7222.5146 1.5616.871 2.471 1.0245v2.0903h2v-2.0903c.9094-.1535 1.7488-.5098 2.471-1.0245zm-7.471-4.8852c0-2.2056 1.7939-4 4-4s4 1.7944 4 4-1.7939 4-4 4-4-1.7944-4-4z"
|
|
757
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
758
|
+
d: "M26 18L24 18 22 21.897 20 18 18 18 20.905 23 18 28 20 28 22 24.201 24 28 26 28 23.098 23 26 18zM19 6V4H13.9133a1.9906 1.9906 0 00-1.9919 1.8188L11.2686 13H7v2h4.0867l-1 11H5v2h5.0867a1.9906 1.9906 0 001.9919-1.8188L13.0952 15H18V13H13.2769l.6364-7z"
|
|
798
759
|
})), children);
|
|
799
760
|
});
|
|
800
761
|
if (process.env.NODE_ENV !== "production") {
|
|
801
|
-
|
|
762
|
+
FunctionMath.propTypes = iconPropTypes;
|
|
802
763
|
}
|
|
803
|
-
const
|
|
764
|
+
const WatsonHealthFusionBlender = /*#__PURE__*/React.forwardRef(function WatsonHealthFusionBlender(_ref33, ref) {
|
|
804
765
|
let {
|
|
805
766
|
children,
|
|
806
767
|
size = 16,
|
|
@@ -814,14 +775,14 @@ const Gem = /*#__PURE__*/React.forwardRef(function Gem(_ref33, ref) {
|
|
|
814
775
|
viewBox: "0 0 32 32",
|
|
815
776
|
fill: "currentColor",
|
|
816
777
|
...rest
|
|
817
|
-
},
|
|
818
|
-
d: "
|
|
778
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
779
|
+
d: "M20,12H17V4h3V2H12V4h3v8H12a2,2,0,0,0-2,2v4a2,2,0,0,0,2,2h3v8H12v2h8V28H17V20h3a2,2,0,0,0,2-2V14A2,2,0,0,0,20,12Zm-8,6V14h8v4Z"
|
|
819
780
|
})), children);
|
|
820
781
|
});
|
|
821
782
|
if (process.env.NODE_ENV !== "production") {
|
|
822
|
-
|
|
783
|
+
WatsonHealthFusionBlender.propTypes = iconPropTypes;
|
|
823
784
|
}
|
|
824
|
-
const
|
|
785
|
+
const GameConsole = /*#__PURE__*/React.forwardRef(function GameConsole(_ref34, ref) {
|
|
825
786
|
let {
|
|
826
787
|
children,
|
|
827
788
|
size = 16,
|
|
@@ -835,16 +796,32 @@ const GemReference = /*#__PURE__*/React.forwardRef(function GemReference(_ref34,
|
|
|
835
796
|
viewBox: "0 0 32 32",
|
|
836
797
|
fill: "currentColor",
|
|
837
798
|
...rest
|
|
838
|
-
},
|
|
839
|
-
d: "
|
|
840
|
-
})),
|
|
841
|
-
d: "
|
|
799
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
800
|
+
d: "M7.51,26a5.48,5.48,0,0,1-1.44-.19A5.6,5.6,0,0,1,2.19,19l2.33-8.84A5.54,5.54,0,0,1,7.11,6.73a5.43,5.43,0,0,1,4.15-.54A5.52,5.52,0,0,1,14.7,9h2.6a5.49,5.49,0,0,1,3.44-2.81,5.43,5.43,0,0,1,4.15.54,5.57,5.57,0,0,1,2.59,3.41L29.81,19a5.6,5.6,0,0,1-3.89,6.83,5.43,5.43,0,0,1-4.15-.54,5.54,5.54,0,0,1-2.59-3.41L19,21H13l-.23.86a5.54,5.54,0,0,1-2.59,3.41A5.46,5.46,0,0,1,7.51,26ZM9.83,8a3.49,3.49,0,0,0-1.72.46,3.6,3.6,0,0,0-1.66,2.19L4.12,19.49A3.6,3.6,0,0,0,6.6,23.88a3.43,3.43,0,0,0,2.62-.34,3.54,3.54,0,0,0,1.66-2.19L11.5,19h9l.61,2.35a3.58,3.58,0,0,0,1.66,2.19,3.46,3.46,0,0,0,2.63.34,3.58,3.58,0,0,0,2.47-4.39l-2.33-8.84a3.55,3.55,0,0,0-1.65-2.19,3.46,3.46,0,0,0-2.63-.34,3.55,3.55,0,0,0-2.37,2.22l-.24.66h-5.3l-.24-.66a3.56,3.56,0,0,0-2.38-2.22A3.48,3.48,0,0,0,9.83,8Z"
|
|
801
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
802
|
+
d: "M10,16a2,2,0,1,1,2-2A2,2,0,0,1,10,16Zm0-2Z"
|
|
803
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
804
|
+
cx: "22",
|
|
805
|
+
cy: "12",
|
|
806
|
+
r: "1"
|
|
807
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
808
|
+
cx: "22",
|
|
809
|
+
cy: "16",
|
|
810
|
+
r: "1"
|
|
811
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
812
|
+
cx: "20",
|
|
813
|
+
cy: "14",
|
|
814
|
+
r: "1"
|
|
815
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
816
|
+
cx: "24",
|
|
817
|
+
cy: "14",
|
|
818
|
+
r: "1"
|
|
842
819
|
})), children);
|
|
843
820
|
});
|
|
844
821
|
if (process.env.NODE_ENV !== "production") {
|
|
845
|
-
|
|
822
|
+
GameConsole.propTypes = iconPropTypes;
|
|
846
823
|
}
|
|
847
|
-
const
|
|
824
|
+
const GameWireless = /*#__PURE__*/React.forwardRef(function GameWireless(_ref35, ref) {
|
|
848
825
|
let {
|
|
849
826
|
children,
|
|
850
827
|
size = 16,
|
|
@@ -858,14 +835,36 @@ const GenderFemale = /*#__PURE__*/React.forwardRef(function GenderFemale(_ref35,
|
|
|
858
835
|
viewBox: "0 0 32 32",
|
|
859
836
|
fill: "currentColor",
|
|
860
837
|
...rest
|
|
861
|
-
},
|
|
862
|
-
d: "
|
|
838
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
839
|
+
d: "M7.51,30a5.48,5.48,0,0,1-1.44-.19A5.6,5.6,0,0,1,2.19,23l2.33-8.84a5.54,5.54,0,0,1,2.59-3.41,5.43,5.43,0,0,1,4.15-.54A5.52,5.52,0,0,1,14.7,13h2.6a5.49,5.49,0,0,1,3.44-2.81,5.43,5.43,0,0,1,4.15.54,5.55,5.55,0,0,1,2.59,3.41L29.81,23a5.6,5.6,0,0,1-3.89,6.83,5.43,5.43,0,0,1-4.15-.54,5.54,5.54,0,0,1-2.59-3.41L19,25H13l-.23.86a5.54,5.54,0,0,1-2.59,3.41A5.46,5.46,0,0,1,7.51,30ZM9.83,12a3.49,3.49,0,0,0-1.72.46,3.58,3.58,0,0,0-1.66,2.19L4.12,23.49A3.6,3.6,0,0,0,6.6,27.88a3.43,3.43,0,0,0,2.62-.34,3.57,3.57,0,0,0,1.66-2.19L11.5,23h9l.61,2.35a3.6,3.6,0,0,0,1.66,2.19,3.46,3.46,0,0,0,2.63.34,3.58,3.58,0,0,0,2.47-4.39l-2.33-8.84a3.53,3.53,0,0,0-1.65-2.19,3.46,3.46,0,0,0-2.63-.34,3.55,3.55,0,0,0-2.37,2.22l-.24.66h-5.3l-.24-.66a3.56,3.56,0,0,0-2.38-2.22A3.48,3.48,0,0,0,9.83,12Z"
|
|
840
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
841
|
+
d: "M10,20a2,2,0,1,1,2-2A2,2,0,0,1,10,20Zm0-2Z"
|
|
842
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
843
|
+
cx: "22",
|
|
844
|
+
cy: "16",
|
|
845
|
+
r: "1"
|
|
846
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
847
|
+
cx: "22",
|
|
848
|
+
cy: "20",
|
|
849
|
+
r: "1"
|
|
850
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
851
|
+
cx: "20",
|
|
852
|
+
cy: "18",
|
|
853
|
+
r: "1"
|
|
854
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
855
|
+
cx: "24",
|
|
856
|
+
cy: "18",
|
|
857
|
+
r: "1"
|
|
858
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
859
|
+
d: "M13.75,9l-1.5-1.33a5,5,0,0,1,7.5,0L18.25,9a3,3,0,0,0-4.5,0Z"
|
|
860
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
861
|
+
d: "M21.25,6.37a7,7,0,0,0-10.5,0L9.25,5.05a9,9,0,0,1,13.5,0Z"
|
|
863
862
|
})), children);
|
|
864
863
|
});
|
|
865
864
|
if (process.env.NODE_ENV !== "production") {
|
|
866
|
-
|
|
865
|
+
GameWireless.propTypes = iconPropTypes;
|
|
867
866
|
}
|
|
868
|
-
const
|
|
867
|
+
const Gamification = /*#__PURE__*/React.forwardRef(function Gamification(_ref36, ref) {
|
|
869
868
|
let {
|
|
870
869
|
children,
|
|
871
870
|
size = 16,
|
|
@@ -879,14 +878,14 @@ const GenderMale = /*#__PURE__*/React.forwardRef(function GenderMale(_ref36, ref
|
|
|
879
878
|
viewBox: "0 0 32 32",
|
|
880
879
|
fill: "currentColor",
|
|
881
880
|
...rest
|
|
882
|
-
},
|
|
883
|
-
d: "
|
|
881
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
882
|
+
d: "M23,23h-.1315l.9635-1.4453A1.0008,1.0008,0,0,0,24,21V12.0005c0-9.8858-7.92-10-8-10A1,1,0,0,0,15,3l-.0005,2H14a.9956.9956,0,0,0-.581.1865l-7,5a1,1,0,0,0-.3676,1.13l1,3a.9976.9976,0,0,0,1.09.6733l4.87-.6958L9.1519,20.47a1,1,0,0,0,.0161,1.085L10.1315,23H10a3.0033,3.0033,0,0,0-3,3v4H26V26A3.0033,3.0033,0,0,0,23,23Zm-7.1519-9.47a1,1,0,0,0-.99-1.52l-6.1738.8819-.5025-1.5078L14.32,7.0005H15.999a1,1,0,0,0,1-.9995L17,4.1289C18.5013,4.4636,21.2167,5.67,21.86,10H19v2h3v2H19v2h3v2H19v2h3v.6973L20.4648,23h-7.93L11.19,20.9824ZM24,28H9V26a1.0009,1.0009,0,0,1,1-1H23a1.0006,1.0006,0,0,1,1,1Z"
|
|
884
883
|
})), children);
|
|
885
884
|
});
|
|
886
885
|
if (process.env.NODE_ENV !== "production") {
|
|
887
|
-
|
|
886
|
+
Gamification.propTypes = iconPropTypes;
|
|
888
887
|
}
|
|
889
|
-
const
|
|
888
|
+
const GasStation = /*#__PURE__*/React.forwardRef(function GasStation(_ref37, ref) {
|
|
890
889
|
let {
|
|
891
890
|
children,
|
|
892
891
|
size = 16,
|
|
@@ -900,16 +899,16 @@ const GeneratePdf = /*#__PURE__*/React.forwardRef(function GeneratePdf(_ref37, r
|
|
|
900
899
|
viewBox: "0 0 32 32",
|
|
901
900
|
fill: "currentColor",
|
|
902
901
|
...rest
|
|
903
|
-
},
|
|
904
|
-
d: "
|
|
905
|
-
})),
|
|
906
|
-
d: "
|
|
902
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
903
|
+
d: "M8 10H15V12H8z"
|
|
904
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
905
|
+
d: "M28.4142,8l-5-5L22,4.4141l3,3V12a2.0023,2.0023,0,0,0,2,2V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.4a3.5644,3.5644,0,0,0,2.7654,3.5251A3.5062,3.5062,0,0,0,29,24.5V9.4144A2,2,0,0,0,28.4142,8ZM17,26H6V6H17Z"
|
|
907
906
|
})), children);
|
|
908
907
|
});
|
|
909
908
|
if (process.env.NODE_ENV !== "production") {
|
|
910
|
-
|
|
909
|
+
GasStation.propTypes = iconPropTypes;
|
|
911
910
|
}
|
|
912
|
-
const
|
|
911
|
+
const GasStationFilled = /*#__PURE__*/React.forwardRef(function GasStationFilled(_ref38, ref) {
|
|
913
912
|
let {
|
|
914
913
|
children,
|
|
915
914
|
size = 16,
|
|
@@ -923,14 +922,18 @@ const Gif = /*#__PURE__*/React.forwardRef(function Gif(_ref38, ref) {
|
|
|
923
922
|
viewBox: "0 0 32 32",
|
|
924
923
|
fill: "currentColor",
|
|
925
924
|
...rest
|
|
926
|
-
},
|
|
927
|
-
|
|
925
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
926
|
+
fill: "none",
|
|
927
|
+
d: "M8 10H15V12H8z",
|
|
928
|
+
"data-icon-path": "inner-path"
|
|
929
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
930
|
+
d: "M28.4143,8l-5-5L22,4.4141l3,3V12a2.0023,2.0023,0,0,0,2,2V24.5a1.5,1.5,0,0,1-3,0V16a1,1,0,0,0-1-1H19V5a1,1,0,0,0-1-1H5A1,1,0,0,0,4,5V26H2v2H21V26H19V17h3v7.4a3.5645,3.5645,0,0,0,2.7654,3.5249A3.506,3.506,0,0,0,29,24.5V9.4146A2,2,0,0,0,28.4143,8ZM15,12H8V10h7Z"
|
|
928
931
|
})), children);
|
|
929
932
|
});
|
|
930
933
|
if (process.env.NODE_ENV !== "production") {
|
|
931
|
-
|
|
934
|
+
GasStationFilled.propTypes = iconPropTypes;
|
|
932
935
|
}
|
|
933
|
-
const
|
|
936
|
+
const Gateway = /*#__PURE__*/React.forwardRef(function Gateway(_ref39, ref) {
|
|
934
937
|
let {
|
|
935
938
|
children,
|
|
936
939
|
size = 16,
|
|
@@ -944,14 +947,14 @@ const Gift = /*#__PURE__*/React.forwardRef(function Gift(_ref39, ref) {
|
|
|
944
947
|
viewBox: "0 0 32 32",
|
|
945
948
|
fill: "currentColor",
|
|
946
949
|
...rest
|
|
947
|
-
},
|
|
948
|
-
d: "
|
|
950
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
951
|
+
d: "M31,16a1.9857,1.9857,0,0,0-.5859-1.4141L24.6211,8.793,27.489,5.9253a2,2,0,1,0-1.414-1.4141L23.207,7.3789l-5.7929-5.793a1.9995,1.9995,0,0,0-2.8282,0L8.793,7.3789,5.925,4.5112A2,2,0,1,0,4.511,5.9253L7.3789,8.793l-5.793,5.7929a1.9995,1.9995,0,0,0,0,2.8282l5.793,5.7929L4.511,26.0747a2,2,0,1,0,1.414,1.4141l2.868-2.8677,5.7929,5.793a1.9995,1.9995,0,0,0,2.8282,0l5.7929-5.793,2.868,2.8677a2,2,0,1,0,1.414-1.4141L24.6211,23.207l5.793-5.7929A1.9866,1.9866,0,0,0,31,16Zm-7.793,5.793L20.4141,19,19,20.4141l2.793,2.7929L16,29l-5.793-5.793L13,20.4141,11.5859,19,8.793,21.793,3,16l5.7925-5.7935L11.5859,13,13,11.5859,10.2065,8.7925,16,3l5.7935,5.7925L19,11.5859,20.4141,13l2.7934-2.7935L29,16Z"
|
|
949
952
|
})), children);
|
|
950
953
|
});
|
|
951
954
|
if (process.env.NODE_ENV !== "production") {
|
|
952
|
-
|
|
955
|
+
Gateway.propTypes = iconPropTypes;
|
|
953
956
|
}
|
|
954
|
-
const
|
|
957
|
+
const GatewayApi = /*#__PURE__*/React.forwardRef(function GatewayApi(_ref40, ref) {
|
|
955
958
|
let {
|
|
956
959
|
children,
|
|
957
960
|
size = 16,
|
|
@@ -965,22 +968,16 @@ const GlobalLoanAndTrial = /*#__PURE__*/React.forwardRef(function GlobalLoanAndT
|
|
|
965
968
|
viewBox: "0 0 32 32",
|
|
966
969
|
fill: "currentColor",
|
|
967
970
|
...rest
|
|
968
|
-
},
|
|
969
|
-
d: "
|
|
970
|
-
})),
|
|
971
|
-
|
|
972
|
-
cy: "16",
|
|
973
|
-
r: "1"
|
|
974
|
-
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
975
|
-
d: "m24,20H8c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h16c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-16-6v4h16v-4H8Z"
|
|
976
|
-
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
977
|
-
d: "m28,4h-12.1699l2.5801-2.5898L17,0l-5,5,5,5,1.4102-1.4102-2.5801-2.5898h12.1699v18h2V6c0-1.1025-.8972-2-2-2Z"
|
|
971
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
972
|
+
d: "M17,18.1841V13.8159a3.0007,3.0007,0,1,0-2,0v4.3687a3,3,0,1,0,2,0ZM16,10a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,16,10Zm0,12a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,22Z"
|
|
973
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
974
|
+
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
978
975
|
})), children);
|
|
979
976
|
});
|
|
980
977
|
if (process.env.NODE_ENV !== "production") {
|
|
981
|
-
|
|
978
|
+
GatewayApi.propTypes = iconPropTypes;
|
|
982
979
|
}
|
|
983
|
-
const
|
|
980
|
+
const GatewayMail = /*#__PURE__*/React.forwardRef(function GatewayMail(_ref41, ref) {
|
|
984
981
|
let {
|
|
985
982
|
children,
|
|
986
983
|
size = 16,
|
|
@@ -994,16 +991,16 @@ const Globe = /*#__PURE__*/React.forwardRef(function Globe(_ref41, ref) {
|
|
|
994
991
|
viewBox: "0 0 32 32",
|
|
995
992
|
fill: "currentColor",
|
|
996
993
|
...rest
|
|
997
|
-
},
|
|
998
|
-
d: "
|
|
999
|
-
})),
|
|
1000
|
-
d: "
|
|
994
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
995
|
+
d: "M19.8779,12.1218a.4186.4186,0,0,0-.437-.0971l-9.1666,3.3335a.4167.4167,0,0,0-.0122.7786l4.0006,1.6,1.6,4.0007A.4168.4168,0,0,0,16.25,22h.0067a.4169.4169,0,0,0,.3849-.2743l3.3333-9.1669A.4165.4165,0,0,0,19.8779,12.1218Z"
|
|
996
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
997
|
+
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
1001
998
|
})), children);
|
|
1002
999
|
});
|
|
1003
1000
|
if (process.env.NODE_ENV !== "production") {
|
|
1004
|
-
|
|
1001
|
+
GatewayMail.propTypes = iconPropTypes;
|
|
1005
1002
|
}
|
|
1006
|
-
const
|
|
1003
|
+
const GatewayPublic = /*#__PURE__*/React.forwardRef(function GatewayPublic(_ref42, ref) {
|
|
1007
1004
|
let {
|
|
1008
1005
|
children,
|
|
1009
1006
|
size = 16,
|
|
@@ -1017,16 +1014,16 @@ const Gradient = /*#__PURE__*/React.forwardRef(function Gradient(_ref42, ref) {
|
|
|
1017
1014
|
viewBox: "0 0 32 32",
|
|
1018
1015
|
fill: "currentColor",
|
|
1019
1016
|
...rest
|
|
1020
|
-
},
|
|
1021
|
-
d: "
|
|
1022
|
-
})),
|
|
1023
|
-
d: "
|
|
1017
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1018
|
+
d: "M19,14H14V12a2,2,0,0,1,4,0h2a4,4,0,0,0-8,0v2.2783A1.9929,1.9929,0,0,0,11,16v5a2.0023,2.0023,0,0,0,2,2h6a2.0023,2.0023,0,0,0,2-2V16A2.0023,2.0023,0,0,0,19,14Zm0,7H13V16h6Z"
|
|
1019
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1020
|
+
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
1024
1021
|
})), children);
|
|
1025
1022
|
});
|
|
1026
1023
|
if (process.env.NODE_ENV !== "production") {
|
|
1027
|
-
|
|
1024
|
+
GatewayPublic.propTypes = iconPropTypes;
|
|
1028
1025
|
}
|
|
1029
|
-
const
|
|
1026
|
+
const GatewaySecurity = /*#__PURE__*/React.forwardRef(function GatewaySecurity(_ref43, ref) {
|
|
1030
1027
|
let {
|
|
1031
1028
|
children,
|
|
1032
1029
|
size = 16,
|
|
@@ -1040,14 +1037,16 @@ const GraphicalDataFlow = /*#__PURE__*/React.forwardRef(function GraphicalDataFl
|
|
|
1040
1037
|
viewBox: "0 0 32 32",
|
|
1041
1038
|
fill: "currentColor",
|
|
1042
1039
|
...rest
|
|
1043
|
-
},
|
|
1044
|
-
d: "
|
|
1040
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1041
|
+
d: "M11,11v6.4678a5.0216,5.0216,0,0,0,2.8613,4.52L16,23l2.1387-1.0127A5.0216,5.0216,0,0,0,21,17.4678V11Zm8,6.4678a3.012,3.012,0,0,1-1.7168,2.7109L16,20.7861l-1.2832-.6074A3.012,3.012,0,0,1,13,17.4678V13h6Z"
|
|
1042
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1043
|
+
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
1045
1044
|
})), children);
|
|
1046
1045
|
});
|
|
1047
1046
|
if (process.env.NODE_ENV !== "production") {
|
|
1048
|
-
|
|
1047
|
+
GatewaySecurity.propTypes = iconPropTypes;
|
|
1049
1048
|
}
|
|
1050
|
-
const
|
|
1049
|
+
const GatewayUserAccess = /*#__PURE__*/React.forwardRef(function GatewayUserAccess(_ref44, ref) {
|
|
1051
1050
|
let {
|
|
1052
1051
|
children,
|
|
1053
1052
|
size = 16,
|
|
@@ -1061,14 +1060,16 @@ const Grid = /*#__PURE__*/React.forwardRef(function Grid(_ref44, ref) {
|
|
|
1061
1060
|
viewBox: "0 0 32 32",
|
|
1062
1061
|
fill: "currentColor",
|
|
1063
1062
|
...rest
|
|
1064
|
-
},
|
|
1065
|
-
d: "
|
|
1063
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1064
|
+
d: "M21 22H19V20a1.0011 1.0011 0 00-1-1H14a1.0011 1.0011 0 00-1 1v2H11V20a3.0033 3.0033 0 013-3h4a3.0033 3.0033 0 013 3zM16 16a3.5 3.5 0 113.5-3.5A3.5041 3.5041 0 0116 16zm0-5a1.5 1.5 0 101.5 1.5A1.5017 1.5017 0 0016 11z"
|
|
1065
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1066
|
+
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
1066
1067
|
})), children);
|
|
1067
1068
|
});
|
|
1068
1069
|
if (process.env.NODE_ENV !== "production") {
|
|
1069
|
-
|
|
1070
|
+
GatewayUserAccess.propTypes = iconPropTypes;
|
|
1070
1071
|
}
|
|
1071
|
-
const
|
|
1072
|
+
const GatewayVpn = /*#__PURE__*/React.forwardRef(function GatewayVpn(_ref45, ref) {
|
|
1072
1073
|
let {
|
|
1073
1074
|
children,
|
|
1074
1075
|
size = 16,
|
|
@@ -1083,13 +1084,15 @@ const Group = /*#__PURE__*/React.forwardRef(function Group(_ref45, ref) {
|
|
|
1083
1084
|
fill: "currentColor",
|
|
1084
1085
|
...rest
|
|
1085
1086
|
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1086
|
-
d: "
|
|
1087
|
+
d: "M20,14.2783V12a4,4,0,0,0-8,0v2.2783A1.9929,1.9929,0,0,0,11,16v5a2.0023,2.0023,0,0,0,2,2h6a2.0023,2.0023,0,0,0,2-2V16A1.9929,1.9929,0,0,0,20,14.2783ZM16,10a2.0023,2.0023,0,0,1,2,2v2H14V12A2.0023,2.0023,0,0,1,16,10Zm3,11H13V16h6Z"
|
|
1088
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1089
|
+
d: "M30.4141,17.4141a1.9995,1.9995,0,0,0,0-2.8282L24.6272,8.7993l2.9006-2.8628a2.0018,2.0018,0,1,0-1.4416-1.3872L23.2129,7.3848,17.4141,1.5859a1.9995,1.9995,0,0,0-2.8282,0L8.7993,7.3726,5.9368,4.4717A2.002,2.002,0,1,0,4.55,5.9136l2.835,2.8735L1.5859,14.5859a1.9995,1.9995,0,0,0,0,2.8282l5.7989,5.7988L4.55,26.0864a1.9977,1.9977,0,1,0,1.387,1.4419l2.8625-2.9009,5.7866,5.7867a1.9995,1.9995,0,0,0,2.8282,0l5.7988-5.7989,2.8733,2.8355a1.998,1.998,0,1,0,1.4416-1.3872l-2.9006-2.8628ZM16,29,3,16,16,3,29,16Z"
|
|
1087
1090
|
})), children);
|
|
1088
1091
|
});
|
|
1089
1092
|
if (process.env.NODE_ENV !== "production") {
|
|
1090
|
-
|
|
1093
|
+
GatewayVpn.propTypes = iconPropTypes;
|
|
1091
1094
|
}
|
|
1092
|
-
const
|
|
1095
|
+
const Gears = /*#__PURE__*/React.forwardRef(function Gears(_ref46, ref) {
|
|
1093
1096
|
let {
|
|
1094
1097
|
children,
|
|
1095
1098
|
size = 16,
|
|
@@ -1103,16 +1106,15 @@ const GroupAccess = /*#__PURE__*/React.forwardRef(function GroupAccess(_ref46, r
|
|
|
1103
1106
|
viewBox: "0 0 32 32",
|
|
1104
1107
|
fill: "currentColor",
|
|
1105
1108
|
...rest
|
|
1106
|
-
},
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
d: "M8 30H4a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 014 2H8V4H4V28H8zM28 30H24V28h4V4H24V2h4a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30z"
|
|
1109
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1110
|
+
strokeWidth: "0",
|
|
1111
|
+
d: "M28 21.9847c0-.4595-.0568-.9053-.155-1.3354l2.155-.8273-.7167-1.8671-2.2063.8469c-.4529-.7197-1.0501-1.3392-1.7568-1.8106l.9695-2.1777-1.8271-.8135-.9706 2.1801c-.478-.123-.9761-.1954-1.492-.1954s-1.014.0724-1.492.1954l-.9706-2.1801-1.8271.8135.9695 2.1777c-.7067.4714-1.3039 1.0909-1.7568 1.8106l-2.2063-.8469-.7167 1.8671 2.155.8273c-.0983.4302-.155.8759-.155 1.3354 0 .4396.0507.8672.1408 1.2802l-2.1408.9531.8135 1.8271 2.08-.9261c.442.7173 1.0259 1.3374 1.7191 1.8134l-.9023 2.3508 1.8671.7167.856-2.2299c.5004.1357 1.0239.2146 1.5666.2146s1.0662-.0789 1.5666-.2146l.856 2.2299 1.8671-.7167-.9023-2.3508c.6932-.476 1.2772-1.0961 1.7191-1.8134l2.08.9261.8135-1.8271-2.1408-.9531c.0901-.413.1408-.8406.1408-1.2802zm-6 4c-2.2061 0-4-1.7944-4-4s1.7939-4 4-4 4 1.7944 4 4-1.7939 4-4 4zM13.471 14.8852l1.4788 1.4788 1.4142-1.4142-1.4788-1.4787c.5146-.7222.871-1.5616 1.0245-2.471h2.0903v-2h-2.0903c-.1535-.9094-.5098-1.7488-1.0245-2.471l1.4788-1.4788-1.4142-1.4142-1.4788 1.4788c-.7222-.5146-1.5616-.871-2.471-1.0245v-2.0903h-2v2.0903c-.9094.1535-1.7488.5099-2.471 1.0245l-1.4788-1.4788-1.4142 1.4142 1.4788 1.4788c-.5146.7222-.871 1.5616-1.0245 2.471H2v2h2.0903c.1535.9094.5098 1.7488 1.0245 2.471l-1.4788 1.4787 1.4142 1.4142 1.4788-1.4788c.7222.5146 1.5616.871 2.471 1.0245v2.0903h2v-2.0903c.9094-.1535 1.7488-.5098 2.471-1.0245zm-7.471-4.8852c0-2.2056 1.7939-4 4-4s4 1.7944 4 4-1.7939 4-4 4-4-1.7944-4-4z"
|
|
1110
1112
|
})), children);
|
|
1111
1113
|
});
|
|
1112
1114
|
if (process.env.NODE_ENV !== "production") {
|
|
1113
|
-
|
|
1115
|
+
Gears.propTypes = iconPropTypes;
|
|
1114
1116
|
}
|
|
1115
|
-
const
|
|
1117
|
+
const Gem = /*#__PURE__*/React.forwardRef(function Gem(_ref47, ref) {
|
|
1116
1118
|
let {
|
|
1117
1119
|
children,
|
|
1118
1120
|
size = 16,
|
|
@@ -1127,13 +1129,13 @@ const GroupAccount = /*#__PURE__*/React.forwardRef(function GroupAccount(_ref47,
|
|
|
1127
1129
|
fill: "currentColor",
|
|
1128
1130
|
...rest
|
|
1129
1131
|
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1130
|
-
d: "
|
|
1132
|
+
d: "M23.5,4H8.5L1.7158,13.0454,16,29.5269,30.2842,13.0454ZM27,12H21.5543l-3.75-6H22.5ZM10.3021,14l3.7536,10.23L5.19,14Zm2.13,0H19.568l-3.569,9.7212Zm.3725-2L16,6.8867,19.1957,12Zm8.8935,2H26.81L17.9427,24.2314ZM9.5,6h4.6957l-3.75,6H5Z"
|
|
1131
1133
|
})), children);
|
|
1132
1134
|
});
|
|
1133
1135
|
if (process.env.NODE_ENV !== "production") {
|
|
1134
|
-
|
|
1136
|
+
Gem.propTypes = iconPropTypes;
|
|
1135
1137
|
}
|
|
1136
|
-
const
|
|
1138
|
+
const GemReference = /*#__PURE__*/React.forwardRef(function GemReference(_ref48, ref) {
|
|
1137
1139
|
let {
|
|
1138
1140
|
children,
|
|
1139
1141
|
size = 16,
|
|
@@ -1148,35 +1150,15 @@ const GroupPresentation = /*#__PURE__*/React.forwardRef(function GroupPresentati
|
|
|
1148
1150
|
fill: "currentColor",
|
|
1149
1151
|
...rest
|
|
1150
1152
|
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1151
|
-
d: "
|
|
1152
|
-
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
1153
|
-
cx: "16",
|
|
1154
|
-
cy: "22",
|
|
1155
|
-
r: "2"
|
|
1156
|
-
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
1157
|
-
cx: "6",
|
|
1158
|
-
cy: "22",
|
|
1159
|
-
r: "2"
|
|
1160
|
-
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
1161
|
-
cx: "26",
|
|
1162
|
-
cy: "22",
|
|
1163
|
-
r: "2"
|
|
1164
|
-
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
1165
|
-
cx: "21",
|
|
1166
|
-
cy: "18",
|
|
1167
|
-
r: "2"
|
|
1168
|
-
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
1169
|
-
cx: "11",
|
|
1170
|
-
cy: "18",
|
|
1171
|
-
r: "2"
|
|
1153
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
|
1172
1154
|
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1173
|
-
d: "
|
|
1155
|
+
d: "M23.5,4H8.5L1.7158,13.0454,6.01,18l1.5114-1.31L5.19,14h5.2554L16,22.8867,21.5544,14H26.81L15.8125,26.6919,17.3242,28l12.96-14.9546ZM5,12,9.5,6h4.6958l-3.75,6ZM16,6.8867,19.1958,12H12.8042Zm0,12.2266L12.8044,14h6.3912ZM21.5542,12l-3.75-6H22.5L27,12Z"
|
|
1174
1156
|
})), children);
|
|
1175
1157
|
});
|
|
1176
1158
|
if (process.env.NODE_ENV !== "production") {
|
|
1177
|
-
|
|
1159
|
+
GemReference.propTypes = iconPropTypes;
|
|
1178
1160
|
}
|
|
1179
|
-
const
|
|
1161
|
+
const GenderFemale = /*#__PURE__*/React.forwardRef(function GenderFemale(_ref49, ref) {
|
|
1180
1162
|
let {
|
|
1181
1163
|
children,
|
|
1182
1164
|
size = 16,
|
|
@@ -1191,13 +1173,13 @@ const GroupResource = /*#__PURE__*/React.forwardRef(function GroupResource(_ref4
|
|
|
1191
1173
|
fill: "currentColor",
|
|
1192
1174
|
...rest
|
|
1193
1175
|
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1194
|
-
d: "
|
|
1176
|
+
d: "M17,19.9307a8,8,0,1,0-2,0V22H10v2h5v4h2V24h5V22H17ZM10,12a6,6,0,1,1,6,6A6.0066,6.0066,0,0,1,10,12Z"
|
|
1195
1177
|
})), children);
|
|
1196
1178
|
});
|
|
1197
1179
|
if (process.env.NODE_ENV !== "production") {
|
|
1198
|
-
|
|
1180
|
+
GenderFemale.propTypes = iconPropTypes;
|
|
1199
1181
|
}
|
|
1200
|
-
const
|
|
1182
|
+
const GenderMale = /*#__PURE__*/React.forwardRef(function GenderMale(_ref50, ref) {
|
|
1201
1183
|
let {
|
|
1202
1184
|
children,
|
|
1203
1185
|
size = 16,
|
|
@@ -1212,15 +1194,13 @@ const GroupSecurity = /*#__PURE__*/React.forwardRef(function GroupSecurity(_ref5
|
|
|
1212
1194
|
fill: "currentColor",
|
|
1213
1195
|
...rest
|
|
1214
1196
|
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1215
|
-
d: "
|
|
1216
|
-
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1217
|
-
d: "M14,27.7334l-5.2344-2.791A8.9858,8.9858,0,0,1,4,17V4H24v6h2V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,30Z"
|
|
1197
|
+
d: "M18,4V6h6.5859l-7.6884,7.6885a8.028,8.028,0,1,0,1.414,1.414L26,7.4141V14h2V4ZM12,26a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,12,26Z"
|
|
1218
1198
|
})), children);
|
|
1219
1199
|
});
|
|
1220
1200
|
if (process.env.NODE_ENV !== "production") {
|
|
1221
|
-
|
|
1201
|
+
GenderMale.propTypes = iconPropTypes;
|
|
1222
1202
|
}
|
|
1223
|
-
const
|
|
1203
|
+
const GeneratePdf = /*#__PURE__*/React.forwardRef(function GeneratePdf(_ref51, ref) {
|
|
1224
1204
|
let {
|
|
1225
1205
|
children,
|
|
1226
1206
|
size = 16,
|
|
@@ -1234,16 +1214,16 @@ const GroupObjects = /*#__PURE__*/React.forwardRef(function GroupObjects(_ref51,
|
|
|
1234
1214
|
viewBox: "0 0 32 32",
|
|
1235
1215
|
fill: "currentColor",
|
|
1236
1216
|
...rest
|
|
1237
|
-
},
|
|
1238
|
-
d: "
|
|
1239
|
-
})),
|
|
1240
|
-
d: "
|
|
1217
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1218
|
+
d: "M24,24v4H8V24H6v4H6a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2h0V24Z"
|
|
1219
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1220
|
+
d: "M21 21L19.586 19.586 17 22.172 17 14 15 14 15 22.172 12.414 19.586 11 21 16 26 21 21zM28 4L28 2 22 2 22 12 24 12 24 8 27 8 27 6 24 6 24 4 28 4zM17 12H13V2h4a3.0033 3.0033 0 013 3V9A3.0033 3.0033 0 0117 12zm-2-2h2a1.0011 1.0011 0 001-1V5a1.0011 1.0011 0 00-1-1H15zM9 2H4V12H6V9H9a2.0027 2.0027 0 002-2V4A2.0023 2.0023 0 009 2zM6 7V4H9l.001 3z"
|
|
1241
1221
|
})), children);
|
|
1242
1222
|
});
|
|
1243
1223
|
if (process.env.NODE_ENV !== "production") {
|
|
1244
|
-
|
|
1224
|
+
GeneratePdf.propTypes = iconPropTypes;
|
|
1245
1225
|
}
|
|
1246
|
-
const
|
|
1226
|
+
const Gif = /*#__PURE__*/React.forwardRef(function Gif(_ref52, ref) {
|
|
1247
1227
|
let {
|
|
1248
1228
|
children,
|
|
1249
1229
|
size = 16,
|
|
@@ -1257,16 +1237,14 @@ const GroupObjectsNew = /*#__PURE__*/React.forwardRef(function GroupObjectsNew(_
|
|
|
1257
1237
|
viewBox: "0 0 32 32",
|
|
1258
1238
|
fill: "currentColor",
|
|
1259
1239
|
...rest
|
|
1260
|
-
},
|
|
1261
|
-
d: "
|
|
1262
|
-
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1263
|
-
d: "M30,8V2H24V4H8V2H2V8H4V24H2v6H8V28H24v2h6V24H28V8ZM26,4h2V6H26ZM4,4H6V6H4ZM6,28H4V26H6Zm22,0H26V26h2Zm-2-4H24v2H8V24H6V8H8V6H24V8h2Z"
|
|
1240
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1241
|
+
d: "M2 12v8a3 3 0 003 3h5V15H6v2H8v4H5a1 1 0 01-1-1V12a1 1 0 011-1h5V9H5A3 3 0 002 12zM30 11L30 9 22 9 22 23 24 23 24 17 29 17 29 15 24 15 24 11 30 11zM12 9L12 11 15 11 15 21 12 21 12 23 20 23 20 21 17 21 17 11 20 11 20 9 12 9z"
|
|
1264
1242
|
})), children);
|
|
1265
1243
|
});
|
|
1266
1244
|
if (process.env.NODE_ENV !== "production") {
|
|
1267
|
-
|
|
1245
|
+
Gif.propTypes = iconPropTypes;
|
|
1268
1246
|
}
|
|
1269
|
-
const
|
|
1247
|
+
const Gift = /*#__PURE__*/React.forwardRef(function Gift(_ref53, ref) {
|
|
1270
1248
|
let {
|
|
1271
1249
|
children,
|
|
1272
1250
|
size = 16,
|
|
@@ -1280,16 +1258,14 @@ const GroupObjectsSave = /*#__PURE__*/React.forwardRef(function GroupObjectsSave
|
|
|
1280
1258
|
viewBox: "0 0 32 32",
|
|
1281
1259
|
fill: "currentColor",
|
|
1282
1260
|
...rest
|
|
1283
|
-
},
|
|
1284
|
-
d: "
|
|
1285
|
-
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1286
|
-
d: "M30,8V2H24V4H8V2H2V8H4V24H2v6H8V28H24v2h6V24H28V8ZM26,4h2V6H26ZM4,4H6V6H4ZM6,28H4V26H6Zm22,0H26V26h2Zm-2-4H24v2H8V24H6V8H8V6H24V8h2Z"
|
|
1261
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1262
|
+
d: "M26,10H23.2383A4.4867,4.4867,0,0,0,16,4.7065,4.4873,4.4873,0,0,0,8.7617,10H6a2.0025,2.0025,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2V28a2.0025,2.0025,0,0,0,2,2H24a2.0025,2.0025,0,0,0,2-2V18a2.0025,2.0025,0,0,0,2-2V12A2.0025,2.0025,0,0,0,26,10ZM17,7.5A2.5,2.5,0,1,1,19.5,10H17ZM12.5,5A2.503,2.503,0,0,1,15,7.5V10H12.5a2.5,2.5,0,0,1,0-5ZM6,12h9v4H6Zm2,6h7V28H8ZM24.0012,28H17V18h7ZM17,16V12h9l.0012,4Z"
|
|
1287
1263
|
})), children);
|
|
1288
1264
|
});
|
|
1289
1265
|
if (process.env.NODE_ENV !== "production") {
|
|
1290
|
-
|
|
1266
|
+
Gift.propTypes = iconPropTypes;
|
|
1291
1267
|
}
|
|
1292
|
-
const
|
|
1268
|
+
const GlobalLoanAndTrial = /*#__PURE__*/React.forwardRef(function GlobalLoanAndTrial(_ref54, ref) {
|
|
1293
1269
|
let {
|
|
1294
1270
|
children,
|
|
1295
1271
|
size = 16,
|
|
@@ -1303,14 +1279,22 @@ const Growth = /*#__PURE__*/React.forwardRef(function Growth(_ref54, ref) {
|
|
|
1303
1279
|
viewBox: "0 0 32 32",
|
|
1304
1280
|
fill: "currentColor",
|
|
1305
1281
|
...rest
|
|
1306
|
-
},
|
|
1307
|
-
d: "
|
|
1282
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1283
|
+
d: "m15,22l-1.4099,1.4102,2.5798,2.5898H4V8h-2v18c0,1.1025.8972,2,2,2h12.1699l-2.5798,2.5898,1.4099,1.4102,5-5-5-5Z"
|
|
1284
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
1285
|
+
cx: "11",
|
|
1286
|
+
cy: "16",
|
|
1287
|
+
r: "1"
|
|
1288
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1289
|
+
d: "m24,20H8c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h16c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-16-6v4h16v-4H8Z"
|
|
1290
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1291
|
+
d: "m28,4h-12.1699l2.5801-2.5898L17,0l-5,5,5,5,1.4102-1.4102-2.5801-2.5898h12.1699v18h2V6c0-1.1025-.8972-2-2-2Z"
|
|
1308
1292
|
})), children);
|
|
1309
1293
|
});
|
|
1310
1294
|
if (process.env.NODE_ENV !== "production") {
|
|
1311
|
-
|
|
1295
|
+
GlobalLoanAndTrial.propTypes = iconPropTypes;
|
|
1312
1296
|
}
|
|
1313
|
-
const
|
|
1297
|
+
const Globe = /*#__PURE__*/React.forwardRef(function Globe(_ref55, ref) {
|
|
1314
1298
|
let {
|
|
1315
1299
|
children,
|
|
1316
1300
|
size = 16,
|
|
@@ -1324,26 +1308,16 @@ const Gui = /*#__PURE__*/React.forwardRef(function Gui(_ref55, ref) {
|
|
|
1324
1308
|
viewBox: "0 0 32 32",
|
|
1325
1309
|
fill: "currentColor",
|
|
1326
1310
|
...rest
|
|
1327
|
-
},
|
|
1328
|
-
|
|
1329
|
-
cy: "8",
|
|
1330
|
-
r: "1"
|
|
1331
|
-
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
1332
|
-
cx: "23",
|
|
1333
|
-
cy: "8",
|
|
1334
|
-
r: "1"
|
|
1335
|
-
})), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
1336
|
-
cx: "26",
|
|
1337
|
-
cy: "8",
|
|
1338
|
-
r: "1"
|
|
1311
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1312
|
+
d: "M14,4a7,7,0,1,1-7,7,7,7,0,0,1,7-7m0-2a9,9,0,1,0,9,9A9,9,0,0,0,14,2Z"
|
|
1339
1313
|
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1340
|
-
d: "M28,
|
|
1314
|
+
d: "M28,11a13.9563,13.9563,0,0,0-4.1051-9.8949L22.4813,2.5187A11.9944,11.9944,0,0,1,5.5568,19.5194l-.0381-.0381L4.1051,20.8949A13.9563,13.9563,0,0,0,14,25v3H10v2H20V28H16V24.84A14.0094,14.0094,0,0,0,28,11Z"
|
|
1341
1315
|
})), children);
|
|
1342
1316
|
});
|
|
1343
1317
|
if (process.env.NODE_ENV !== "production") {
|
|
1344
|
-
|
|
1318
|
+
Globe.propTypes = iconPropTypes;
|
|
1345
1319
|
}
|
|
1346
|
-
const
|
|
1320
|
+
const Gradient = /*#__PURE__*/React.forwardRef(function Gradient(_ref56, ref) {
|
|
1347
1321
|
let {
|
|
1348
1322
|
children,
|
|
1349
1323
|
size = 16,
|
|
@@ -1358,27 +1332,15 @@ const GuiManagement = /*#__PURE__*/React.forwardRef(function GuiManagement(_ref5
|
|
|
1358
1332
|
fill: "currentColor",
|
|
1359
1333
|
...rest
|
|
1360
1334
|
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1361
|
-
d: "
|
|
1335
|
+
d: "M26,4H6A2.0023,2.0023,0,0,0,4,6V26a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,26,4ZM22,26V22H18v4H14V22H10V18h4V14H10V10h4V6h4v4h4V6h4V26Z"
|
|
1362
1336
|
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1363
|
-
d: "
|
|
1364
|
-
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
1365
|
-
cx: "20",
|
|
1366
|
-
cy: "8",
|
|
1367
|
-
r: "1"
|
|
1368
|
-
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
1369
|
-
cx: "23",
|
|
1370
|
-
cy: "8",
|
|
1371
|
-
r: "1"
|
|
1372
|
-
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
1373
|
-
cx: "26",
|
|
1374
|
-
cy: "8",
|
|
1375
|
-
r: "1"
|
|
1337
|
+
d: "M14 10H18V14H14zM14 18H18V22H14zM18 14H22V18H18z"
|
|
1376
1338
|
})), children);
|
|
1377
1339
|
});
|
|
1378
1340
|
if (process.env.NODE_ENV !== "production") {
|
|
1379
|
-
|
|
1341
|
+
Gradient.propTypes = iconPropTypes;
|
|
1380
1342
|
}
|
|
1381
|
-
const
|
|
1343
|
+
const GraphicalDataFlow = /*#__PURE__*/React.forwardRef(function GraphicalDataFlow(_ref57, ref) {
|
|
1382
1344
|
let {
|
|
1383
1345
|
children,
|
|
1384
1346
|
size = 16,
|
|
@@ -1393,13 +1355,13 @@ const QH = /*#__PURE__*/React.forwardRef(function QH(_ref57, ref) {
|
|
|
1393
1355
|
fill: "currentColor",
|
|
1394
1356
|
...rest
|
|
1395
1357
|
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1396
|
-
d: "
|
|
1358
|
+
d: "M28 30H22a2.0023 2.0023 0 01-2-2V22a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0128 30zm-6-8h-.0012L22 28h6V22zM18 26H12a3.0033 3.0033 0 01-3-3V19h2v4a1.001 1.001 0 001 1h6zM26 18H24V15a1.001 1.001 0 00-1-1H18V12h5a3.0033 3.0033 0 013 3zM15 18a.9986.9986 0 01-.4971-.1323L10 15.2886 5.4968 17.8677a1 1 0 01-1.4712-1.0938l1.0618-4.572L2.269 9.1824a1 1 0 01.5662-1.6687l4.2-.7019L9.1006 2.5627a1 1 0 011.7881-.0214l2.2046 4.271 4.0764.7021a1 1 0 01.5613 1.668l-2.8184 3.02 1.0613 4.5718A1 1 0 0115 18zm-5-5s.343.18.4971.2686l3.01 1.7241-.7837-3.3763 2.282-2.4453-3.2331-.5569-1.7456-3.382L8.3829 8.6144l-3.3809.565 2.2745 2.437-.7841 3.3763 3.0105-1.7241C9.657 13.18 10 13 10 13z"
|
|
1397
1359
|
})), children);
|
|
1398
1360
|
});
|
|
1399
1361
|
if (process.env.NODE_ENV !== "production") {
|
|
1400
|
-
|
|
1362
|
+
GraphicalDataFlow.propTypes = iconPropTypes;
|
|
1401
1363
|
}
|
|
1402
|
-
const
|
|
1364
|
+
const Grid = /*#__PURE__*/React.forwardRef(function Grid(_ref58, ref) {
|
|
1403
1365
|
let {
|
|
1404
1366
|
children,
|
|
1405
1367
|
size = 16,
|
|
@@ -1413,36 +1375,14 @@ const Hail = /*#__PURE__*/React.forwardRef(function Hail(_ref58, ref) {
|
|
|
1413
1375
|
viewBox: "0 0 32 32",
|
|
1414
1376
|
fill: "currentColor",
|
|
1415
1377
|
...rest
|
|
1416
|
-
},
|
|
1417
|
-
|
|
1418
|
-
cy: "29.5",
|
|
1419
|
-
r: "1.5"
|
|
1420
|
-
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
|
1421
|
-
cx: "24.5",
|
|
1422
|
-
cy: "25.5",
|
|
1423
|
-
r: "1.5"
|
|
1424
|
-
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
1425
|
-
cx: "7.5",
|
|
1426
|
-
cy: "25.5",
|
|
1427
|
-
r: "1.5"
|
|
1428
|
-
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
1429
|
-
cx: "4.5",
|
|
1430
|
-
cy: "29.5",
|
|
1431
|
-
r: "1.5"
|
|
1432
|
-
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
1433
|
-
cx: "10.499",
|
|
1434
|
-
cy: "29.5",
|
|
1435
|
-
r: "1.5"
|
|
1436
|
-
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1437
|
-
d: "M15.868 30.496L14.132 29.504 17.276 24 11.277 24 16.132 15.504 17.868 16.496 14.723 22 20.724 22 15.868 30.496z"
|
|
1438
|
-
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1439
|
-
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"
|
|
1378
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1379
|
+
d: "M12 4H6A2 2 0 004 6v6a2 2 0 002 2h6a2 2 0 002-2V6A2 2 0 0012 4zm0 8H6V6h6zM26 4H20a2 2 0 00-2 2v6a2 2 0 002 2h6a2 2 0 002-2V6A2 2 0 0026 4zm0 8H20V6h6zM12 18H6a2 2 0 00-2 2v6a2 2 0 002 2h6a2 2 0 002-2V20A2 2 0 0012 18zm0 8H6V20h6zM26 18H20a2 2 0 00-2 2v6a2 2 0 002 2h6a2 2 0 002-2V20A2 2 0 0026 18zm0 8H20V20h6z"
|
|
1440
1380
|
})), children);
|
|
1441
1381
|
});
|
|
1442
1382
|
if (process.env.NODE_ENV !== "production") {
|
|
1443
|
-
|
|
1383
|
+
Grid.propTypes = iconPropTypes;
|
|
1444
1384
|
}
|
|
1445
|
-
const
|
|
1385
|
+
const Group = /*#__PURE__*/React.forwardRef(function Group(_ref59, ref) {
|
|
1446
1386
|
let {
|
|
1447
1387
|
children,
|
|
1448
1388
|
size = 16,
|
|
@@ -1456,14 +1396,14 @@ const WatsonHealthHangingProtocol = /*#__PURE__*/React.forwardRef(function Watso
|
|
|
1456
1396
|
viewBox: "0 0 32 32",
|
|
1457
1397
|
fill: "currentColor",
|
|
1458
1398
|
...rest
|
|
1459
|
-
},
|
|
1460
|
-
d: "
|
|
1399
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1400
|
+
d: "M31 30H29V27a3 3 0 00-3-3H22a3 3 0 00-3 3v3H17V27a5 5 0 015-5h4a5 5 0 015 5zM24 12a3 3 0 11-3 3 3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0024 10zM15 22H13V19a3 3 0 00-3-3H6a3 3 0 00-3 3v3H1V19a5 5 0 015-5h4a5 5 0 015 5zM8 4A3 3 0 115 7 3 3 0 018 4M8 2a5 5 0 105 5A5 5 0 008 2z"
|
|
1461
1401
|
})), children);
|
|
1462
1402
|
});
|
|
1463
1403
|
if (process.env.NODE_ENV !== "production") {
|
|
1464
|
-
|
|
1404
|
+
Group.propTypes = iconPropTypes;
|
|
1465
1405
|
}
|
|
1466
|
-
const
|
|
1406
|
+
const GroupAccess = /*#__PURE__*/React.forwardRef(function GroupAccess(_ref60, ref) {
|
|
1467
1407
|
let {
|
|
1468
1408
|
children,
|
|
1469
1409
|
size = 16,
|
|
@@ -1477,14 +1417,16 @@ const Harbor = /*#__PURE__*/React.forwardRef(function Harbor(_ref60, ref) {
|
|
|
1477
1417
|
viewBox: "0 0 32 32",
|
|
1478
1418
|
fill: "currentColor",
|
|
1479
1419
|
...rest
|
|
1480
|
-
},
|
|
1481
|
-
d: "
|
|
1420
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1421
|
+
d: "M8 19H6V17a3.0033 3.0033 0 013-3h5v2H9a1.0011 1.0011 0 00-1 1zM12 13a4 4 0 114-4A4.0045 4.0045 0 0112 13zm0-6a2 2 0 102 2A2.0021 2.0021 0 0012 7zM20 20a4 4 0 114-4A4.0045 4.0045 0 0120 20zm0-6a2 2 0 102 2A2.0021 2.0021 0 0020 14zM26 26H24V24a1.0011 1.0011 0 00-1-1H17a1.0011 1.0011 0 00-1 1v2H14V24a3.0033 3.0033 0 013-3h6a3.0033 3.0033 0 013 3z"
|
|
1422
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1423
|
+
d: "M8 30H4a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 014 2H8V4H4V28H8zM28 30H24V28h4V4H24V2h4a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30z"
|
|
1482
1424
|
})), children);
|
|
1483
1425
|
});
|
|
1484
1426
|
if (process.env.NODE_ENV !== "production") {
|
|
1485
|
-
|
|
1427
|
+
GroupAccess.propTypes = iconPropTypes;
|
|
1486
1428
|
}
|
|
1487
|
-
const
|
|
1429
|
+
const GroupAccount = /*#__PURE__*/React.forwardRef(function GroupAccount(_ref61, ref) {
|
|
1488
1430
|
let {
|
|
1489
1431
|
children,
|
|
1490
1432
|
size = 16,
|
|
@@ -1498,22 +1440,14 @@ const HardwareSecurityModule = /*#__PURE__*/React.forwardRef(function HardwareSe
|
|
|
1498
1440
|
viewBox: "0 0 32 32",
|
|
1499
1441
|
fill: "currentColor",
|
|
1500
1442
|
...rest
|
|
1501
|
-
},
|
|
1502
|
-
|
|
1503
|
-
cy: "7.5",
|
|
1504
|
-
r: "1.5"
|
|
1505
|
-
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1506
|
-
d: "M14.4143 20H9V14.5857l6.03-6.03A5.3518 5.3518 0 0115 8a6 6 0 116 6 5.3583 5.3583 0 01-.5559-.03zM11 18h2.5857l6.1706-6.1709.5174.0957A3.935 3.935 0 0021 12a4.0507 4.0507 0 10-3.925-3.2729l.0952.5166L11 15.4143zM28 20H19v2h9v6H4V22H6V20H4a2.0024 2.0024 0 00-2 2v6a2.0024 2.0024 0 002 2H28a2.0024 2.0024 0 002-2V22A2.0024 2.0024 0 0028 20z"
|
|
1507
|
-
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
|
1508
|
-
cx: "7",
|
|
1509
|
-
cy: "25",
|
|
1510
|
-
r: "1"
|
|
1443
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1444
|
+
d: "M17 11H11a3 3 0 00-3 3v4h2V14a1 1 0 011-1h6a1 1 0 011 1v1h2V14A3 3 0 0017 11zM10 6a4 4 0 104-4A4 4 0 0010 6zm6 0a2 2 0 11-2-2A2 2 0 0116 6zM22 27H16a2.0021 2.0021 0 01-2-2V19a2.0021 2.0021 0 012-2h6a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0122 27zm-6-8v6h6V19zM8 30H4a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 014 2H8V4H4V28H8zM28 30H24V28h4V4H24V2h4a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30z"
|
|
1511
1445
|
})), children);
|
|
1512
1446
|
});
|
|
1513
1447
|
if (process.env.NODE_ENV !== "production") {
|
|
1514
|
-
|
|
1448
|
+
GroupAccount.propTypes = iconPropTypes;
|
|
1515
1449
|
}
|
|
1516
|
-
const
|
|
1450
|
+
const GroupPresentation = /*#__PURE__*/React.forwardRef(function GroupPresentation(_ref62, ref) {
|
|
1517
1451
|
let {
|
|
1518
1452
|
children,
|
|
1519
1453
|
size = 16,
|
|
@@ -1528,13 +1462,35 @@ const Hashtag = /*#__PURE__*/React.forwardRef(function Hashtag(_ref62, ref) {
|
|
|
1528
1462
|
fill: "currentColor",
|
|
1529
1463
|
...rest
|
|
1530
1464
|
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1531
|
-
d: "
|
|
1465
|
+
d: "M10 30H8V27H4v3H2V27a2.0023 2.0023 0 012-2H8a2.0023 2.0023 0 012 2zM30 30H28V27H24v3H22V27a2.0023 2.0023 0 012-2h4a2.0023 2.0023 0 012 2zM20 30H18V27H14v3H12V27a2.0023 2.0023 0 012-2h4a2.0023 2.0023 0 012 2z"
|
|
1466
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
1467
|
+
cx: "16",
|
|
1468
|
+
cy: "22",
|
|
1469
|
+
r: "2"
|
|
1470
|
+
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
1471
|
+
cx: "6",
|
|
1472
|
+
cy: "22",
|
|
1473
|
+
r: "2"
|
|
1474
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
1475
|
+
cx: "26",
|
|
1476
|
+
cy: "22",
|
|
1477
|
+
r: "2"
|
|
1478
|
+
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
1479
|
+
cx: "21",
|
|
1480
|
+
cy: "18",
|
|
1481
|
+
r: "2"
|
|
1482
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
1483
|
+
cx: "11",
|
|
1484
|
+
cy: "18",
|
|
1485
|
+
r: "2"
|
|
1486
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1487
|
+
d: "M26,14H6a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,6,2H26a2.0023,2.0023,0,0,1,2,2v8A2.0023,2.0023,0,0,1,26,14ZM6,4v8H26V4Z"
|
|
1532
1488
|
})), children);
|
|
1533
1489
|
});
|
|
1534
1490
|
if (process.env.NODE_ENV !== "production") {
|
|
1535
|
-
|
|
1491
|
+
GroupPresentation.propTypes = iconPropTypes;
|
|
1536
1492
|
}
|
|
1537
|
-
const
|
|
1493
|
+
const GroupResource = /*#__PURE__*/React.forwardRef(function GroupResource(_ref63, ref) {
|
|
1538
1494
|
let {
|
|
1539
1495
|
children,
|
|
1540
1496
|
size = 16,
|
|
@@ -1548,29 +1504,14 @@ const Haze = /*#__PURE__*/React.forwardRef(function Haze(_ref63, ref) {
|
|
|
1548
1504
|
viewBox: "0 0 32 32",
|
|
1549
1505
|
fill: "currentColor",
|
|
1550
1506
|
...rest
|
|
1551
|
-
},
|
|
1552
|
-
d: "
|
|
1553
|
-
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1554
|
-
d: "M24.5 23.5H28.5V25.5H24.5z",
|
|
1555
|
-
transform: "rotate(45 26.5 24.5)"
|
|
1556
|
-
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1557
|
-
d: "M28 15H32V17H28z"
|
|
1558
|
-
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1559
|
-
d: "M24.5 6.5H28.5V8.5H24.5z",
|
|
1560
|
-
transform: "rotate(-45 26.5 7.5)"
|
|
1561
|
-
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1562
|
-
d: "M17 2H19V6H17z"
|
|
1563
|
-
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1564
|
-
d: "M7.5 6.5H11.5V8.5H7.5z",
|
|
1565
|
-
transform: "rotate(-135 9.5 7.5)"
|
|
1566
|
-
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1567
|
-
d: "M18,8a8.0092,8.0092,0,0,0-8,8h2a6,6,0,1,1,6,6H7a1,1,0,0,0,0,2H18A8,8,0,0,0,18,8Z"
|
|
1507
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1508
|
+
d: "M22 24H10a2.0021 2.0021 0 01-2-2V10a2.0021 2.0021 0 012-2H22a2.0021 2.0021 0 012 2V22A2.0021 2.0021 0 0122 24zM10 10V22H22V10zM8 30H4a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 014 2H8V4H4V28H8zM28 30H24V28h4V4H24V2h4a2.0021 2.0021 0 012 2V28A2.0021 2.0021 0 0128 30z"
|
|
1568
1509
|
})), children);
|
|
1569
1510
|
});
|
|
1570
1511
|
if (process.env.NODE_ENV !== "production") {
|
|
1571
|
-
|
|
1512
|
+
GroupResource.propTypes = iconPropTypes;
|
|
1572
1513
|
}
|
|
1573
|
-
const
|
|
1514
|
+
const GroupSecurity = /*#__PURE__*/React.forwardRef(function GroupSecurity(_ref64, ref) {
|
|
1574
1515
|
let {
|
|
1575
1516
|
children,
|
|
1576
1517
|
size = 16,
|
|
@@ -1584,16 +1525,16 @@ const HazeNight = /*#__PURE__*/React.forwardRef(function HazeNight(_ref64, ref)
|
|
|
1584
1525
|
viewBox: "0 0 32 32",
|
|
1585
1526
|
fill: "currentColor",
|
|
1586
1527
|
...rest
|
|
1587
|
-
},
|
|
1588
|
-
d: "
|
|
1589
|
-
})),
|
|
1590
|
-
d: "
|
|
1528
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1529
|
+
d: "M11 21H9V19a3.0033 3.0033 0 013-3h6v2H12a1.0011 1.0011 0 00-1 1zM15 15a4 4 0 114-4A4.0045 4.0045 0 0115 15zm0-6a2 2 0 102 2A2.0021 2.0021 0 0015 9zM24 22a4 4 0 114-4A4.0045 4.0045 0 0124 22zm0-6a2 2 0 102 2A2.0021 2.0021 0 0024 16zM30 28H28V26a1.0011 1.0011 0 00-1-1H21a1.0011 1.0011 0 00-1 1v2H18V26a3.0033 3.0033 0 013-3h6a3.0033 3.0033 0 013 3z"
|
|
1530
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1531
|
+
d: "M14,27.7334l-5.2344-2.791A8.9858,8.9858,0,0,1,4,17V4H24v6h2V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,30Z"
|
|
1591
1532
|
})), children);
|
|
1592
1533
|
});
|
|
1593
1534
|
if (process.env.NODE_ENV !== "production") {
|
|
1594
|
-
|
|
1535
|
+
GroupSecurity.propTypes = iconPropTypes;
|
|
1595
1536
|
}
|
|
1596
|
-
const
|
|
1537
|
+
const GroupObjects = /*#__PURE__*/React.forwardRef(function GroupObjects(_ref65, ref) {
|
|
1597
1538
|
let {
|
|
1598
1539
|
children,
|
|
1599
1540
|
size = 16,
|
|
@@ -1607,16 +1548,16 @@ const Hd = /*#__PURE__*/React.forwardRef(function Hd(_ref65, ref) {
|
|
|
1607
1548
|
viewBox: "0 0 32 32",
|
|
1608
1549
|
fill: "currentColor",
|
|
1609
1550
|
...rest
|
|
1610
|
-
},
|
|
1611
|
-
d: "
|
|
1612
|
-
})),
|
|
1613
|
-
d: "
|
|
1551
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1552
|
+
d: "M19,13V9H9V19h4v4H23V13Zm-8-2h6v6H11ZM21,21H15V19h4V15h2Z"
|
|
1553
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1554
|
+
d: "M30,8V2H24V4H8V2H2V8H4V24H2v6H8V28H24v2h6V24H28V8ZM26,4h2V6H26ZM4,4H6V6H4ZM6,28H4V26H6Zm22,0H26V26h2Zm-2-4H24v2H8V24H6V8H8V6H24V8h2Z"
|
|
1614
1555
|
})), children);
|
|
1615
1556
|
});
|
|
1616
1557
|
if (process.env.NODE_ENV !== "production") {
|
|
1617
|
-
|
|
1558
|
+
GroupObjects.propTypes = iconPropTypes;
|
|
1618
1559
|
}
|
|
1619
|
-
const
|
|
1560
|
+
const GroupObjectsNew = /*#__PURE__*/React.forwardRef(function GroupObjectsNew(_ref66, ref) {
|
|
1620
1561
|
let {
|
|
1621
1562
|
children,
|
|
1622
1563
|
size = 16,
|
|
@@ -1630,16 +1571,16 @@ const HdFilled = /*#__PURE__*/React.forwardRef(function HdFilled(_ref66, ref) {
|
|
|
1630
1571
|
viewBox: "0 0 32 32",
|
|
1631
1572
|
fill: "currentColor",
|
|
1632
1573
|
...rest
|
|
1633
|
-
},
|
|
1634
|
-
d: "
|
|
1635
|
-
})),
|
|
1636
|
-
d: "
|
|
1574
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1575
|
+
d: "M17 10L15 10 15 15 10 15 10 17 15 17 15 22 17 22 17 17 22 17 22 15 17 15 17 10z"
|
|
1576
|
+
})), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1577
|
+
d: "M30,8V2H24V4H8V2H2V8H4V24H2v6H8V28H24v2h6V24H28V8ZM26,4h2V6H26ZM4,4H6V6H4ZM6,28H4V26H6Zm22,0H26V26h2Zm-2-4H24v2H8V24H6V8H8V6H24V8h2Z"
|
|
1637
1578
|
})), children);
|
|
1638
1579
|
});
|
|
1639
1580
|
if (process.env.NODE_ENV !== "production") {
|
|
1640
|
-
|
|
1581
|
+
GroupObjectsNew.propTypes = iconPropTypes;
|
|
1641
1582
|
}
|
|
1642
|
-
const
|
|
1583
|
+
const GroupObjectsSave = /*#__PURE__*/React.forwardRef(function GroupObjectsSave(_ref67, ref) {
|
|
1643
1584
|
let {
|
|
1644
1585
|
children,
|
|
1645
1586
|
size = 16,
|
|
@@ -1653,14 +1594,16 @@ const Hdr = /*#__PURE__*/React.forwardRef(function Hdr(_ref67, ref) {
|
|
|
1653
1594
|
viewBox: "0 0 32 32",
|
|
1654
1595
|
fill: "currentColor",
|
|
1655
1596
|
...rest
|
|
1656
|
-
},
|
|
1657
|
-
d: "
|
|
1597
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1598
|
+
d: "M14 18.18L10.41 14.59 9 16 14 21 23 12 21.59 10.581 14 18.18z"
|
|
1599
|
+
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1600
|
+
d: "M30,8V2H24V4H8V2H2V8H4V24H2v6H8V28H24v2h6V24H28V8ZM26,4h2V6H26ZM4,4H6V6H4ZM6,28H4V26H6Zm22,0H26V26h2Zm-2-4H24v2H8V24H6V8H8V6H24V8h2Z"
|
|
1658
1601
|
})), children);
|
|
1659
1602
|
});
|
|
1660
1603
|
if (process.env.NODE_ENV !== "production") {
|
|
1661
|
-
|
|
1604
|
+
GroupObjectsSave.propTypes = iconPropTypes;
|
|
1662
1605
|
}
|
|
1663
|
-
const
|
|
1606
|
+
const Growth = /*#__PURE__*/React.forwardRef(function Growth(_ref68, ref) {
|
|
1664
1607
|
let {
|
|
1665
1608
|
children,
|
|
1666
1609
|
size = 16,
|
|
@@ -1674,14 +1617,14 @@ const Headphones = /*#__PURE__*/React.forwardRef(function Headphones(_ref68, ref
|
|
|
1674
1617
|
viewBox: "0 0 32 32",
|
|
1675
1618
|
fill: "currentColor",
|
|
1676
1619
|
...rest
|
|
1677
|
-
},
|
|
1678
|
-
d: "
|
|
1620
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1621
|
+
d: "M20,8v2h6.5859L18,18.5859,13.707,14.293a.9994.9994,0,0,0-1.414,0L2,24.5859,3.4141,26,13,16.4141l4.293,4.2929a.9994.9994,0,0,0,1.414,0L28,11.4141V18h2V8Z"
|
|
1679
1622
|
})), children);
|
|
1680
1623
|
});
|
|
1681
1624
|
if (process.env.NODE_ENV !== "production") {
|
|
1682
|
-
|
|
1625
|
+
Growth.propTypes = iconPropTypes;
|
|
1683
1626
|
}
|
|
1684
|
-
const
|
|
1627
|
+
const Gui = /*#__PURE__*/React.forwardRef(function Gui(_ref69, ref) {
|
|
1685
1628
|
let {
|
|
1686
1629
|
children,
|
|
1687
1630
|
size = 16,
|
|
@@ -1695,14 +1638,26 @@ const Headset = /*#__PURE__*/React.forwardRef(function Headset(_ref69, ref) {
|
|
|
1695
1638
|
viewBox: "0 0 32 32",
|
|
1696
1639
|
fill: "currentColor",
|
|
1697
1640
|
...rest
|
|
1698
|
-
},
|
|
1699
|
-
|
|
1641
|
+
}, _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
1642
|
+
cx: "20",
|
|
1643
|
+
cy: "8",
|
|
1644
|
+
r: "1"
|
|
1645
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
1646
|
+
cx: "23",
|
|
1647
|
+
cy: "8",
|
|
1648
|
+
r: "1"
|
|
1649
|
+
})), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
1650
|
+
cx: "26",
|
|
1651
|
+
cy: "8",
|
|
1652
|
+
r: "1"
|
|
1653
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1654
|
+
d: "M28,4H4A2.0023,2.0023,0,0,0,2,6V26a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,28,4Zm0,2v4H4V6ZM4,12h6V26H4Zm8,14V12H28V26Z"
|
|
1700
1655
|
})), children);
|
|
1701
1656
|
});
|
|
1702
1657
|
if (process.env.NODE_ENV !== "production") {
|
|
1703
|
-
|
|
1658
|
+
Gui.propTypes = iconPropTypes;
|
|
1704
1659
|
}
|
|
1705
|
-
const
|
|
1660
|
+
const GuiManagement = /*#__PURE__*/React.forwardRef(function GuiManagement(_ref70, ref) {
|
|
1706
1661
|
let {
|
|
1707
1662
|
children,
|
|
1708
1663
|
size = 16,
|
|
@@ -1716,14 +1671,28 @@ const HealthCross = /*#__PURE__*/React.forwardRef(function HealthCross(_ref70, r
|
|
|
1716
1671
|
viewBox: "0 0 32 32",
|
|
1717
1672
|
fill: "currentColor",
|
|
1718
1673
|
...rest
|
|
1719
|
-
},
|
|
1720
|
-
d: "
|
|
1674
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1675
|
+
d: "M30,24V22H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,18.1011V16H22v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,22H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,27.8989V30h2V27.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,24Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,26Z"
|
|
1676
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1677
|
+
d: "M28,4H4A2.002,2.002,0,0,0,2,6V26a2.0023,2.0023,0,0,0,2,2H14V26H4V12H28v3h2V6A2.0023,2.0023,0,0,0,28,4Zm0,6H4V6H28Z"
|
|
1678
|
+
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
1679
|
+
cx: "20",
|
|
1680
|
+
cy: "8",
|
|
1681
|
+
r: "1"
|
|
1682
|
+
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
1683
|
+
cx: "23",
|
|
1684
|
+
cy: "8",
|
|
1685
|
+
r: "1"
|
|
1686
|
+
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
1687
|
+
cx: "26",
|
|
1688
|
+
cy: "8",
|
|
1689
|
+
r: "1"
|
|
1721
1690
|
})), children);
|
|
1722
1691
|
});
|
|
1723
1692
|
if (process.env.NODE_ENV !== "production") {
|
|
1724
|
-
|
|
1693
|
+
GuiManagement.propTypes = iconPropTypes;
|
|
1725
1694
|
}
|
|
1726
|
-
const
|
|
1695
|
+
const QH = /*#__PURE__*/React.forwardRef(function QH(_ref71, ref) {
|
|
1727
1696
|
let {
|
|
1728
1697
|
children,
|
|
1729
1698
|
size = 16,
|
|
@@ -1737,20 +1706,14 @@ const Hearing = /*#__PURE__*/React.forwardRef(function Hearing(_ref71, ref) {
|
|
|
1737
1706
|
viewBox: "0 0 32 32",
|
|
1738
1707
|
fill: "currentColor",
|
|
1739
1708
|
...rest
|
|
1740
|
-
},
|
|
1741
|
-
d: "M18
|
|
1742
|
-
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1743
|
-
d: "M18,26V24a6.0066,6.0066,0,0,0,6-6h2A8.0092,8.0092,0,0,1,18,26Z"
|
|
1744
|
-
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1745
|
-
d: "M18 22V20a2.0023 2.0023 0 002-2h2A4.0042 4.0042 0 0118 22zM10 2a9.01 9.01 0 00-9 9H3a7 7 0 0114 0 7.09 7.09 0 01-3.501 6.1348L13 17.4229v3.0732a2.9354 2.9354 0 01-.9009 2.1514 4.1824 4.1824 0 01-4.6318 1.03A4.0918 4.0918 0 015 20H3a6.1156 6.1156 0 003.6694 5.5117 5.7822 5.7822 0 002.3145.4863A6.5854 6.5854 0 0013.4624 24.11 4.94 4.94 0 0015 20.4961V18.5537A9.1077 9.1077 0 0019 11 9.01 9.01 0 0010 2z"
|
|
1746
|
-
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1747
|
-
d: "M9.28,8.0825A3.0061,3.0061,0,0,1,13,11h2a4.9786,4.9786,0,0,0-1.8843-3.9111A5.0414,5.0414,0,0,0,8.835,6.1323,4.95,4.95,0,0,0,5.1323,9.835,5.0318,5.0318,0,0,0,7.436,15.2935,3.0777,3.0777,0,0,1,9,17.9229V20h2V17.9229a5.0608,5.0608,0,0,0-2.5371-4.3458A3.0016,3.0016,0,0,1,9.28,8.0825Z"
|
|
1709
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1710
|
+
d: "M18 9L18 15 14 15 14 9 12 9 12 23 14 23 14 17 18 17 18 23 20 23 20 9 18 9z"
|
|
1748
1711
|
})), children);
|
|
1749
1712
|
});
|
|
1750
1713
|
if (process.env.NODE_ENV !== "production") {
|
|
1751
|
-
|
|
1714
|
+
QH.propTypes = iconPropTypes;
|
|
1752
1715
|
}
|
|
1753
|
-
const
|
|
1716
|
+
const Hail = /*#__PURE__*/React.forwardRef(function Hail(_ref72, ref) {
|
|
1754
1717
|
let {
|
|
1755
1718
|
children,
|
|
1756
1719
|
size = 16,
|
|
@@ -1764,14 +1727,36 @@ const HeatMap = /*#__PURE__*/React.forwardRef(function HeatMap(_ref72, ref) {
|
|
|
1764
1727
|
viewBox: "0 0 32 32",
|
|
1765
1728
|
fill: "currentColor",
|
|
1766
1729
|
...rest
|
|
1767
|
-
},
|
|
1768
|
-
|
|
1730
|
+
}, _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
|
1731
|
+
cx: "21.5",
|
|
1732
|
+
cy: "29.5",
|
|
1733
|
+
r: "1.5"
|
|
1734
|
+
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
|
1735
|
+
cx: "24.5",
|
|
1736
|
+
cy: "25.5",
|
|
1737
|
+
r: "1.5"
|
|
1738
|
+
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
1739
|
+
cx: "7.5",
|
|
1740
|
+
cy: "25.5",
|
|
1741
|
+
r: "1.5"
|
|
1742
|
+
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
1743
|
+
cx: "4.5",
|
|
1744
|
+
cy: "29.5",
|
|
1745
|
+
r: "1.5"
|
|
1746
|
+
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
1747
|
+
cx: "10.499",
|
|
1748
|
+
cy: "29.5",
|
|
1749
|
+
r: "1.5"
|
|
1750
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1751
|
+
d: "M15.868 30.496L14.132 29.504 17.276 24 11.277 24 16.132 15.504 17.868 16.496 14.723 22 20.724 22 15.868 30.496z"
|
|
1752
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1753
|
+
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"
|
|
1769
1754
|
})), children);
|
|
1770
1755
|
});
|
|
1771
1756
|
if (process.env.NODE_ENV !== "production") {
|
|
1772
|
-
|
|
1757
|
+
Hail.propTypes = iconPropTypes;
|
|
1773
1758
|
}
|
|
1774
|
-
const
|
|
1759
|
+
const WatsonHealthHangingProtocol = /*#__PURE__*/React.forwardRef(function WatsonHealthHangingProtocol(_ref73, ref) {
|
|
1775
1760
|
let {
|
|
1776
1761
|
children,
|
|
1777
1762
|
size = 16,
|
|
@@ -1785,26 +1770,14 @@ const HeatMap_02 = /*#__PURE__*/React.forwardRef(function HeatMap_02(_ref73, ref
|
|
|
1785
1770
|
viewBox: "0 0 32 32",
|
|
1786
1771
|
fill: "currentColor",
|
|
1787
1772
|
...rest
|
|
1788
|
-
},
|
|
1789
|
-
|
|
1790
|
-
cy: "20",
|
|
1791
|
-
r: "2"
|
|
1792
|
-
})), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
|
1793
|
-
cx: "14",
|
|
1794
|
-
cy: "12",
|
|
1795
|
-
r: "2"
|
|
1796
|
-
})), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
|
|
1797
|
-
cx: "29",
|
|
1798
|
-
cy: "19",
|
|
1799
|
-
r: "1"
|
|
1800
|
-
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1801
|
-
d: "M26.5 30A3.5 3.5 0 1130 26.5 3.5041 3.5041 0 0126.5 30zm0-5A1.5 1.5 0 1028 26.5 1.5017 1.5017 0 0026.5 25zM14 30a3.958 3.958 0 01-2.126-.6211 6.9977 6.9977 0 114.1109-6.8384A3.9916 3.9916 0 0114 30zm-1.8843-3.0278l.5391.4946a1.9915 1.9915 0 102.0039-3.343l-.6909-.2432.03-.8467a5.0085 5.0085 0 10-2.5166 4.3023zM24 16a6.0067 6.0067 0 01-6-6 5.3246 5.3246 0 01.0269-.5327A3.9564 3.9564 0 0116 6a4.0045 4.0045 0 014-4 3.9564 3.9564 0 013.4673 2.0271C23.6484 4.009 23.8252 4 24 4a6 6 0 010 12zM20 4a2.0021 2.0021 0 00-2 2 1.9805 1.9805 0 001.43 1.9023l.9018.2706-.2153.9162A3.9938 3.9938 0 1024 6a4.0064 4.0064 0 00-.9121.1162l-.9155.2141-.27-.9006A1.9807 1.9807 0 0020 4zM6.5 11A4.5 4.5 0 1111 6.5 4.5051 4.5051 0 016.5 11zm0-7A2.5 2.5 0 109 6.5 2.503 2.503 0 006.5 4z"
|
|
1773
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1774
|
+
d: "M26.37,20.52,17,15.41V13.86A4,4,0,1,0,12,10h2a2,2,0,1,1,4,.34A2.08,2.08,0,0,1,15.89,12h0a.89.89,0,0,0-.89.89v2.52L5.63,20.52A3.1,3.1,0,0,0,4.25,22a2.83,2.83,0,0,0,2.56,4H25.19a2.83,2.83,0,0,0,2.56-4A3.1,3.1,0,0,0,26.37,20.52ZM25.19,24H6.81A.81.81,0,0,1,6,23.19a1,1,0,0,1,.52-.88L16,17.14l9.48,5.17a1,1,0,0,1,.52.88A.81.81,0,0,1,25.19,24Z"
|
|
1802
1775
|
})), children);
|
|
1803
1776
|
});
|
|
1804
1777
|
if (process.env.NODE_ENV !== "production") {
|
|
1805
|
-
|
|
1778
|
+
WatsonHealthHangingProtocol.propTypes = iconPropTypes;
|
|
1806
1779
|
}
|
|
1807
|
-
const
|
|
1780
|
+
const Harbor = /*#__PURE__*/React.forwardRef(function Harbor(_ref74, ref) {
|
|
1808
1781
|
let {
|
|
1809
1782
|
children,
|
|
1810
1783
|
size = 16,
|
|
@@ -1818,14 +1791,14 @@ const HeatMap_03 = /*#__PURE__*/React.forwardRef(function HeatMap_03(_ref74, ref
|
|
|
1818
1791
|
viewBox: "0 0 32 32",
|
|
1819
1792
|
fill: "currentColor",
|
|
1820
1793
|
...rest
|
|
1821
|
-
},
|
|
1822
|
-
d: "M27,
|
|
1794
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1795
|
+
d: "M27,17A11.0109,11.0109,0,0,1,17,27.9492V14h6V12H17V9.8579a4,4,0,1,0-2,0V12H9v2h6V27.9492A11.0109,11.0109,0,0,1,5,17H3a13,13,0,0,0,26,0ZM14,6a2,2,0,1,1,2,2A2.0023,2.0023,0,0,1,14,6Z"
|
|
1823
1796
|
})), children);
|
|
1824
1797
|
});
|
|
1825
1798
|
if (process.env.NODE_ENV !== "production") {
|
|
1826
|
-
|
|
1799
|
+
Harbor.propTypes = iconPropTypes;
|
|
1827
1800
|
}
|
|
1828
|
-
const
|
|
1801
|
+
const HardwareSecurityModule = /*#__PURE__*/React.forwardRef(function HardwareSecurityModule(_ref75, ref) {
|
|
1829
1802
|
let {
|
|
1830
1803
|
children,
|
|
1831
1804
|
size = 16,
|
|
@@ -1839,14 +1812,22 @@ const HeatMapStocks = /*#__PURE__*/React.forwardRef(function HeatMapStocks(_ref7
|
|
|
1839
1812
|
viewBox: "0 0 32 32",
|
|
1840
1813
|
fill: "currentColor",
|
|
1841
1814
|
...rest
|
|
1842
|
-
},
|
|
1843
|
-
|
|
1815
|
+
}, _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
1816
|
+
cx: "21.5",
|
|
1817
|
+
cy: "7.5",
|
|
1818
|
+
r: "1.5"
|
|
1819
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1820
|
+
d: "M14.4143 20H9V14.5857l6.03-6.03A5.3518 5.3518 0 0115 8a6 6 0 116 6 5.3583 5.3583 0 01-.5559-.03zM11 18h2.5857l6.1706-6.1709.5174.0957A3.935 3.935 0 0021 12a4.0507 4.0507 0 10-3.925-3.2729l.0952.5166L11 15.4143zM28 20H19v2h9v6H4V22H6V20H4a2.0024 2.0024 0 00-2 2v6a2.0024 2.0024 0 002 2H28a2.0024 2.0024 0 002-2V22A2.0024 2.0024 0 0028 20z"
|
|
1821
|
+
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
|
1822
|
+
cx: "7",
|
|
1823
|
+
cy: "25",
|
|
1824
|
+
r: "1"
|
|
1844
1825
|
})), children);
|
|
1845
1826
|
});
|
|
1846
1827
|
if (process.env.NODE_ENV !== "production") {
|
|
1847
|
-
|
|
1828
|
+
HardwareSecurityModule.propTypes = iconPropTypes;
|
|
1848
1829
|
}
|
|
1849
|
-
const
|
|
1830
|
+
const Hashtag = /*#__PURE__*/React.forwardRef(function Hashtag(_ref76, ref) {
|
|
1850
1831
|
let {
|
|
1851
1832
|
children,
|
|
1852
1833
|
size = 16,
|
|
@@ -1860,38 +1841,19 @@ const Helicopter = /*#__PURE__*/React.forwardRef(function Helicopter(_ref76, ref
|
|
|
1860
1841
|
viewBox: "0 0 32 32",
|
|
1861
1842
|
fill: "currentColor",
|
|
1862
1843
|
...rest
|
|
1863
|
-
},
|
|
1864
|
-
d: "
|
|
1844
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1845
|
+
d: "M28,12V10H22V4H20v6H12V4H10v6H4v2h6v8H4v2h6v6h2V22h8v6h2V22h6V20H22V12Zm-8,8H12V12h8Z"
|
|
1865
1846
|
})), children);
|
|
1866
1847
|
});
|
|
1867
1848
|
if (process.env.NODE_ENV !== "production") {
|
|
1868
|
-
|
|
1849
|
+
Hashtag.propTypes = iconPropTypes;
|
|
1869
1850
|
}
|
|
1870
|
-
const
|
|
1851
|
+
const Haze = /*#__PURE__*/React.forwardRef(function Haze(_ref77, ref) {
|
|
1871
1852
|
let {
|
|
1872
1853
|
children,
|
|
1873
1854
|
size = 16,
|
|
1874
1855
|
...rest
|
|
1875
1856
|
} = _ref77;
|
|
1876
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
1877
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
1878
|
-
width: size,
|
|
1879
|
-
height: size,
|
|
1880
|
-
ref: ref,
|
|
1881
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
1882
|
-
viewBox: "0 0 16 16",
|
|
1883
|
-
fill: "currentColor",
|
|
1884
|
-
...rest
|
|
1885
|
-
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1886
|
-
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"
|
|
1887
|
-
})), _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
|
|
1888
|
-
cx: "8",
|
|
1889
|
-
cy: "11.8",
|
|
1890
|
-
r: ".8"
|
|
1891
|
-
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1892
|
-
d: "M8.5,4H7.8C6.5,4,5.5,5,5.5,6.2c0,0,0,0,0,0v0.2h1V6.2C6.5,5.6,7.1,5,7.8,5h0.8c0.7,0,1.2,0.6,1.2,1.2S9.2,7.5,8.5,7.5h-1 v2.2h1V8.5c1.2,0,2.2-1,2.2-2.2S9.7,4,8.5,4z"
|
|
1893
|
-
})), children);
|
|
1894
|
-
}
|
|
1895
1857
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1896
1858
|
width: size,
|
|
1897
1859
|
height: size,
|
|
@@ -1900,20 +1862,29 @@ const Help = /*#__PURE__*/React.forwardRef(function Help(_ref77, ref) {
|
|
|
1900
1862
|
viewBox: "0 0 32 32",
|
|
1901
1863
|
fill: "currentColor",
|
|
1902
1864
|
...rest
|
|
1903
|
-
},
|
|
1904
|
-
d: "
|
|
1905
|
-
})),
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1865
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1866
|
+
d: "M19 28H3a1 1 0 010-2H19a1 1 0 010 2zM15 20H3a1 1 0 010-2H15a1 1 0 010 2z"
|
|
1867
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1868
|
+
d: "M24.5 23.5H28.5V25.5H24.5z",
|
|
1869
|
+
transform: "rotate(45 26.5 24.5)"
|
|
1870
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1871
|
+
d: "M28 15H32V17H28z"
|
|
1872
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1873
|
+
d: "M24.5 6.5H28.5V8.5H24.5z",
|
|
1874
|
+
transform: "rotate(-45 26.5 7.5)"
|
|
1875
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1876
|
+
d: "M17 2H19V6H17z"
|
|
1877
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1878
|
+
d: "M7.5 6.5H11.5V8.5H7.5z",
|
|
1879
|
+
transform: "rotate(-135 9.5 7.5)"
|
|
1880
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1881
|
+
d: "M18,8a8.0092,8.0092,0,0,0-8,8h2a6,6,0,1,1,6,6H7a1,1,0,0,0,0,2H18A8,8,0,0,0,18,8Z"
|
|
1911
1882
|
})), children);
|
|
1912
1883
|
});
|
|
1913
1884
|
if (process.env.NODE_ENV !== "production") {
|
|
1914
|
-
|
|
1885
|
+
Haze.propTypes = iconPropTypes;
|
|
1915
1886
|
}
|
|
1916
|
-
const
|
|
1887
|
+
const HazeNight = /*#__PURE__*/React.forwardRef(function HazeNight(_ref78, ref) {
|
|
1917
1888
|
let {
|
|
1918
1889
|
children,
|
|
1919
1890
|
size = 16,
|
|
@@ -1927,18 +1898,16 @@ const HelpFilled = /*#__PURE__*/React.forwardRef(function HelpFilled(_ref78, ref
|
|
|
1927
1898
|
viewBox: "0 0 32 32",
|
|
1928
1899
|
fill: "currentColor",
|
|
1929
1900
|
...rest
|
|
1930
|
-
},
|
|
1931
|
-
d: "
|
|
1932
|
-
})),
|
|
1933
|
-
|
|
1934
|
-
d: "M16,25a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,25Zm1.1421-7.754v2.5014h-2.25V15h2.125a2.3763,2.3763,0,0,0,0-4.7526h-1.5a2.3777,2.3777,0,0,0-2.375,2.375V13.26h-2.25v-.6377A4.6279,4.6279,0,0,1,15.5171,8h1.5a4.6238,4.6238,0,0,1,.125,9.246Z",
|
|
1935
|
-
"data-icon-path": "inner-path"
|
|
1901
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1902
|
+
d: "M29,22H13a1,1,0,0,0,0,2h9.6772a11.0991,11.0991,0,0,1-7.5561,2.9976c-.1384,0-.2783.0048-.4177,0a11.0945,11.0945,0,0,1-3.201-21.584,15.1528,15.1528,0,0,0-.0488,6.5869h2.0457a13.15,13.15,0,0,1,.39-7.6206A1.015,1.015,0,0,0,12.98,3a.9825.9825,0,0,0-.1746.0156A13.0958,13.0958,0,0,0,14.63,28.9971c.164.0063.3281,0,.4907,0A13.04,13.04,0,0,0,25.3779,24H29a1,1,0,0,0,0-2Z"
|
|
1903
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1904
|
+
d: "M27 20H17a1 1 0 010-2H27a1 1 0 010 2zM25 16H13a1 1 0 010-2H25a1 1 0 010 2z"
|
|
1936
1905
|
})), children);
|
|
1937
1906
|
});
|
|
1938
1907
|
if (process.env.NODE_ENV !== "production") {
|
|
1939
|
-
|
|
1908
|
+
HazeNight.propTypes = iconPropTypes;
|
|
1940
1909
|
}
|
|
1941
|
-
const
|
|
1910
|
+
const Hd = /*#__PURE__*/React.forwardRef(function Hd(_ref79, ref) {
|
|
1942
1911
|
let {
|
|
1943
1912
|
children,
|
|
1944
1913
|
size = 16,
|
|
@@ -1952,14 +1921,16 @@ const HelpDesk = /*#__PURE__*/React.forwardRef(function HelpDesk(_ref79, ref) {
|
|
|
1952
1921
|
viewBox: "0 0 32 32",
|
|
1953
1922
|
fill: "currentColor",
|
|
1954
1923
|
...rest
|
|
1955
|
-
},
|
|
1956
|
-
d: "
|
|
1924
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1925
|
+
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,6ZM4,24V8H28V24Z"
|
|
1926
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1927
|
+
d: "M22 11H18V21h4a3 3 0 003-3V14A3 3 0 0022 11zm1 7a1 1 0 01-1 1H20V13h2a1 1 0 011 1zM13 11L13 15 10 15 10 11 8 11 8 21 10 21 10 17 13 17 13 21 15 21 15 11 13 11z"
|
|
1957
1928
|
})), children);
|
|
1958
1929
|
});
|
|
1959
1930
|
if (process.env.NODE_ENV !== "production") {
|
|
1960
|
-
|
|
1931
|
+
Hd.propTypes = iconPropTypes;
|
|
1961
1932
|
}
|
|
1962
|
-
const
|
|
1933
|
+
const HdFilled = /*#__PURE__*/React.forwardRef(function HdFilled(_ref80, ref) {
|
|
1963
1934
|
let {
|
|
1964
1935
|
children,
|
|
1965
1936
|
size = 16,
|
|
@@ -1973,15 +1944,16 @@ const HexagonOutline = /*#__PURE__*/React.forwardRef(function HexagonOutline(_re
|
|
|
1973
1944
|
viewBox: "0 0 32 32",
|
|
1974
1945
|
fill: "currentColor",
|
|
1975
1946
|
...rest
|
|
1976
|
-
},
|
|
1977
|
-
|
|
1978
|
-
|
|
1947
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1948
|
+
d: "M22,13H20v6h2a1,1,0,0,0,1-1V14A1,1,0,0,0,22,13Z"
|
|
1949
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1950
|
+
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,6ZM15,21H13V17H10v4H8V11h2v4h3V11h2Zm10-3a3,3,0,0,1-3,3H18V11h4a3,3,0,0,1,3,3Z"
|
|
1979
1951
|
})), children);
|
|
1980
1952
|
});
|
|
1981
1953
|
if (process.env.NODE_ENV !== "production") {
|
|
1982
|
-
|
|
1954
|
+
HdFilled.propTypes = iconPropTypes;
|
|
1983
1955
|
}
|
|
1984
|
-
const
|
|
1956
|
+
const Hdr = /*#__PURE__*/React.forwardRef(function Hdr(_ref81, ref) {
|
|
1985
1957
|
let {
|
|
1986
1958
|
children,
|
|
1987
1959
|
size = 16,
|
|
@@ -1996,14 +1968,13 @@ const HexagonSolid = /*#__PURE__*/React.forwardRef(function HexagonSolid(_ref81,
|
|
|
1996
1968
|
fill: "currentColor",
|
|
1997
1969
|
...rest
|
|
1998
1970
|
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1999
|
-
|
|
2000
|
-
d: "m30.8508,15.4487l-6.9641-11.9165c-.1926-.3301-.5437-.5322-.9224-.5322h-13.9287c-.3787,0-.7297.2021-.9224.5322L1.1492,15.4487c-.199.3403-.199.7622,0,1.1025l6.9641,11.9165c.1926.3301.5437.5322.9224.5322h13.9287c.3787,0,.7297-.2021.9224-.5322l6.9641-11.9165c.199-.3403.199-.7622,0-1.1025Z"
|
|
1971
|
+
d: "M30 15V11a2 2 0 00-2-2H22V23h2V17h1.48l2.34 6H30l-2.33-6H28A2 2 0 0030 15zm-6-4h4v4H24zM16 23H12V9h4a4 4 0 014 4v6A4 4 0 0116 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H14zM8 9L8 15 4 15 4 9 2 9 2 23 4 23 4 17 8 17 8 23 10 23 10 9 8 9z"
|
|
2001
1972
|
})), children);
|
|
2002
1973
|
});
|
|
2003
1974
|
if (process.env.NODE_ENV !== "production") {
|
|
2004
|
-
|
|
1975
|
+
Hdr.propTypes = iconPropTypes;
|
|
2005
1976
|
}
|
|
2006
|
-
const
|
|
1977
|
+
const Headphones = /*#__PURE__*/React.forwardRef(function Headphones(_ref82, ref) {
|
|
2007
1978
|
let {
|
|
2008
1979
|
children,
|
|
2009
1980
|
size = 16,
|
|
@@ -2018,14 +1989,13 @@ const HexagonVerticalOutline = /*#__PURE__*/React.forwardRef(function HexagonVer
|
|
|
2018
1989
|
fill: "currentColor",
|
|
2019
1990
|
...rest
|
|
2020
1991
|
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2021
|
-
|
|
2022
|
-
d: "m3,23v-14c0-.3555.189-.6846.4961-.8638L15.4961,1.1362c.3113-.1816.6965-.1816,1.0078,0l12,7c.3071.1792.4961.5083.4961.8638v14c0,.3555-.189.6846-.4961.8638l-12,7c-.3113.1816-.6965.1816-1.0078,0l-12-7c-.3071-.1792-.4961-.5083-.4961-.8638Zm2-13.4258v12.8516l11,6.4165,11-6.4165v-12.8516l-11-6.4165-11,6.4165Z"
|
|
1992
|
+
d: "M25,16V15A9,9,0,0,0,7,15v1A5,5,0,0,0,7,26H9V15a7,7,0,0,1,14,0V26h2a5,5,0,0,0,0-10ZM4,21a3,3,0,0,1,3-3v6A3,3,0,0,1,4,21Zm21,3V18a3,3,0,0,1,0,6Z"
|
|
2023
1993
|
})), children);
|
|
2024
1994
|
});
|
|
2025
1995
|
if (process.env.NODE_ENV !== "production") {
|
|
2026
|
-
|
|
1996
|
+
Headphones.propTypes = iconPropTypes;
|
|
2027
1997
|
}
|
|
2028
|
-
const
|
|
1998
|
+
const Headset = /*#__PURE__*/React.forwardRef(function Headset(_ref83, ref) {
|
|
2029
1999
|
let {
|
|
2030
2000
|
children,
|
|
2031
2001
|
size = 16,
|
|
@@ -2040,14 +2010,13 @@ const HexagonVerticalSolid = /*#__PURE__*/React.forwardRef(function HexagonVerti
|
|
|
2040
2010
|
fill: "currentColor",
|
|
2041
2011
|
...rest
|
|
2042
2012
|
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2043
|
-
|
|
2044
|
-
d: "m16.5513,30.8508l11.9165-6.9641c.3301-.1926.5322-.5437.5322-.9224v-13.9287c0-.3787-.2021-.7297-.5322-.9224L16.5513,1.1492c-.3403-.199-.7622-.199-1.1025,0L3.5322,8.1133c-.3301.1926-.5322.5437-.5322.9224v13.9287c0,.3787.2021.7297.5322.9224l11.9165,6.9641c.3403.199.7622.199,1.1025,0Z"
|
|
2013
|
+
d: "M25,10h-.06A9,9,0,0,0,7.06,10H7A5,5,0,0,0,7,20H9V11a7,7,0,0,1,14,0V21a4,4,0,0,1-3.17,3.91,4,4,0,1,0,.05,2A6,6,0,0,0,25,21V20a5,5,0,0,0,0-10ZM4,15a3,3,0,0,1,3-3v6A3,3,0,0,1,4,15ZM16,28a2,2,0,1,1,2-2A2,2,0,0,1,16,28Zm9-10V12a3,3,0,0,1,0,6Z"
|
|
2045
2014
|
})), children);
|
|
2046
2015
|
});
|
|
2047
2016
|
if (process.env.NODE_ENV !== "production") {
|
|
2048
|
-
|
|
2017
|
+
Headset.propTypes = iconPropTypes;
|
|
2049
2018
|
}
|
|
2050
|
-
const
|
|
2019
|
+
const HealthCross = /*#__PURE__*/React.forwardRef(function HealthCross(_ref84, ref) {
|
|
2051
2020
|
let {
|
|
2052
2021
|
children,
|
|
2053
2022
|
size = 16,
|
|
@@ -2062,13 +2031,13 @@ const QHintonPlot = /*#__PURE__*/React.forwardRef(function QHintonPlot(_ref84, r
|
|
|
2062
2031
|
fill: "currentColor",
|
|
2063
2032
|
...rest
|
|
2064
2033
|
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2065
|
-
d: "
|
|
2034
|
+
d: "M19,28H13a2.0023,2.0023,0,0,1-2-2V21H6a2.0023,2.0023,0,0,1-2-2V13a2.002,2.002,0,0,1,2-2h5V6a2.002,2.002,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v5h5a2.0023,2.0023,0,0,1,2,2v6a2.0027,2.0027,0,0,1-2,2H21v5A2.0027,2.0027,0,0,1,19,28ZM6,13v6h7v7h6V19h7V13H19V6H13v7Z"
|
|
2066
2035
|
})), children);
|
|
2067
2036
|
});
|
|
2068
2037
|
if (process.env.NODE_ENV !== "production") {
|
|
2069
|
-
|
|
2038
|
+
HealthCross.propTypes = iconPropTypes;
|
|
2070
2039
|
}
|
|
2071
|
-
const
|
|
2040
|
+
const Hearing = /*#__PURE__*/React.forwardRef(function Hearing(_ref85, ref) {
|
|
2072
2041
|
let {
|
|
2073
2042
|
children,
|
|
2074
2043
|
size = 16,
|
|
@@ -2083,13 +2052,19 @@ const WatsonHealthHl7Attributes = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
2083
2052
|
fill: "currentColor",
|
|
2084
2053
|
...rest
|
|
2085
2054
|
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2086
|
-
d: "
|
|
2055
|
+
d: "M18,30V28A10.0114,10.0114,0,0,0,28,18h2A12.0134,12.0134,0,0,1,18,30Z"
|
|
2056
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2057
|
+
d: "M18,26V24a6.0066,6.0066,0,0,0,6-6h2A8.0092,8.0092,0,0,1,18,26Z"
|
|
2058
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2059
|
+
d: "M18 22V20a2.0023 2.0023 0 002-2h2A4.0042 4.0042 0 0118 22zM10 2a9.01 9.01 0 00-9 9H3a7 7 0 0114 0 7.09 7.09 0 01-3.501 6.1348L13 17.4229v3.0732a2.9354 2.9354 0 01-.9009 2.1514 4.1824 4.1824 0 01-4.6318 1.03A4.0918 4.0918 0 015 20H3a6.1156 6.1156 0 003.6694 5.5117 5.7822 5.7822 0 002.3145.4863A6.5854 6.5854 0 0013.4624 24.11 4.94 4.94 0 0015 20.4961V18.5537A9.1077 9.1077 0 0019 11 9.01 9.01 0 0010 2z"
|
|
2060
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2061
|
+
d: "M9.28,8.0825A3.0061,3.0061,0,0,1,13,11h2a4.9786,4.9786,0,0,0-1.8843-3.9111A5.0414,5.0414,0,0,0,8.835,6.1323,4.95,4.95,0,0,0,5.1323,9.835,5.0318,5.0318,0,0,0,7.436,15.2935,3.0777,3.0777,0,0,1,9,17.9229V20h2V17.9229a5.0608,5.0608,0,0,0-2.5371-4.3458A3.0016,3.0016,0,0,1,9.28,8.0825Z"
|
|
2087
2062
|
})), children);
|
|
2088
2063
|
});
|
|
2089
2064
|
if (process.env.NODE_ENV !== "production") {
|
|
2090
|
-
|
|
2065
|
+
Hearing.propTypes = iconPropTypes;
|
|
2091
2066
|
}
|
|
2092
|
-
const
|
|
2067
|
+
const HeatMap = /*#__PURE__*/React.forwardRef(function HeatMap(_ref86, ref) {
|
|
2093
2068
|
let {
|
|
2094
2069
|
children,
|
|
2095
2070
|
size = 16,
|
|
@@ -2103,18 +2078,14 @@ const WatsonHealthHoleFilling = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
2103
2078
|
viewBox: "0 0 32 32",
|
|
2104
2079
|
fill: "currentColor",
|
|
2105
2080
|
...rest
|
|
2106
|
-
},
|
|
2107
|
-
|
|
2108
|
-
cy: "16",
|
|
2109
|
-
r: "5"
|
|
2110
|
-
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2111
|
-
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"
|
|
2081
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2082
|
+
d: "M20 18H22V20H20zM28 16H30V18H28zM14 6H16V8H14zM16 22H12V16a2.0023 2.0023 0 00-2-2H4a2.0023 2.0023 0 00-2 2v6a2.0023 2.0023 0 002 2h6v4a2.0023 2.0023 0 002 2h4a2.0023 2.0023 0 002-2V24A2.0023 2.0023 0 0016 22zM4 22V16h6v6zm8 6V24h4v4zM28 30H24a2.0021 2.0021 0 01-2-2V24a2.0021 2.0021 0 012-2h4a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0128 30zm-4-6v4h4V24zM28 2H22a2.0023 2.0023 0 00-2 2v6H18a2.0023 2.0023 0 00-2 2v2a2.0023 2.0023 0 002 2h2a2.0023 2.0023 0 002-2V12h6a2.0023 2.0023 0 002-2V4A2.0023 2.0023 0 0028 2zM18 14V12h2v2zm4-4V4h6v6zM8 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H8a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 018 10zM4 4V8H8V4z"
|
|
2112
2083
|
})), children);
|
|
2113
2084
|
});
|
|
2114
2085
|
if (process.env.NODE_ENV !== "production") {
|
|
2115
|
-
|
|
2086
|
+
HeatMap.propTypes = iconPropTypes;
|
|
2116
2087
|
}
|
|
2117
|
-
const
|
|
2088
|
+
const HeatMap_02 = /*#__PURE__*/React.forwardRef(function HeatMap_02(_ref87, ref) {
|
|
2118
2089
|
let {
|
|
2119
2090
|
children,
|
|
2120
2091
|
size = 16,
|
|
@@ -2128,18 +2099,26 @@ const WatsonHealthHoleFillingCursor = /*#__PURE__*/React.forwardRef(function Wat
|
|
|
2128
2099
|
viewBox: "0 0 32 32",
|
|
2129
2100
|
fill: "currentColor",
|
|
2130
2101
|
...rest
|
|
2131
|
-
},
|
|
2132
|
-
cx: "
|
|
2102
|
+
}, _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
|
|
2103
|
+
cx: "21",
|
|
2104
|
+
cy: "20",
|
|
2105
|
+
r: "2"
|
|
2106
|
+
})), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
|
2107
|
+
cx: "14",
|
|
2108
|
+
cy: "12",
|
|
2109
|
+
r: "2"
|
|
2110
|
+
})), _circle36 || (_circle36 = /*#__PURE__*/React.createElement("circle", {
|
|
2111
|
+
cx: "29",
|
|
2133
2112
|
cy: "19",
|
|
2134
|
-
r: "
|
|
2135
|
-
})),
|
|
2136
|
-
d: "
|
|
2113
|
+
r: "1"
|
|
2114
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2115
|
+
d: "M26.5 30A3.5 3.5 0 1130 26.5 3.5041 3.5041 0 0126.5 30zm0-5A1.5 1.5 0 1028 26.5 1.5017 1.5017 0 0026.5 25zM14 30a3.958 3.958 0 01-2.126-.6211 6.9977 6.9977 0 114.1109-6.8384A3.9916 3.9916 0 0114 30zm-1.8843-3.0278l.5391.4946a1.9915 1.9915 0 102.0039-3.343l-.6909-.2432.03-.8467a5.0085 5.0085 0 10-2.5166 4.3023zM24 16a6.0067 6.0067 0 01-6-6 5.3246 5.3246 0 01.0269-.5327A3.9564 3.9564 0 0116 6a4.0045 4.0045 0 014-4 3.9564 3.9564 0 013.4673 2.0271C23.6484 4.009 23.8252 4 24 4a6 6 0 010 12zM20 4a2.0021 2.0021 0 00-2 2 1.9805 1.9805 0 001.43 1.9023l.9018.2706-.2153.9162A3.9938 3.9938 0 1024 6a4.0064 4.0064 0 00-.9121.1162l-.9155.2141-.27-.9006A1.9807 1.9807 0 0020 4zM6.5 11A4.5 4.5 0 1111 6.5 4.5051 4.5051 0 016.5 11zm0-7A2.5 2.5 0 109 6.5 2.503 2.503 0 006.5 4z"
|
|
2137
2116
|
})), children);
|
|
2138
2117
|
});
|
|
2139
2118
|
if (process.env.NODE_ENV !== "production") {
|
|
2140
|
-
|
|
2119
|
+
HeatMap_02.propTypes = iconPropTypes;
|
|
2141
2120
|
}
|
|
2142
|
-
const
|
|
2121
|
+
const HeatMap_03 = /*#__PURE__*/React.forwardRef(function HeatMap_03(_ref88, ref) {
|
|
2143
2122
|
let {
|
|
2144
2123
|
children,
|
|
2145
2124
|
size = 16,
|
|
@@ -2153,14 +2132,14 @@ const Home = /*#__PURE__*/React.forwardRef(function Home(_ref88, ref) {
|
|
|
2153
2132
|
viewBox: "0 0 32 32",
|
|
2154
2133
|
fill: "currentColor",
|
|
2155
2134
|
...rest
|
|
2156
|
-
},
|
|
2157
|
-
d: "
|
|
2135
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2136
|
+
d: "M27,3H5A2.0023,2.0023,0,0,0,3,5V27a2.0023,2.0023,0,0,0,2,2H27a2.0023,2.0023,0,0,0,2-2V5A2.0023,2.0023,0,0,0,27,3ZM19,9H13V5h6Zm0,2v4H13V11Zm-8,0v4H5V11Zm0,6v4H5V17Zm2,0h6v4H13Zm8-2V11h6l0,4ZM5,23h6v4H5Zm16,4V23h6v4Z"
|
|
2158
2137
|
})), children);
|
|
2159
2138
|
});
|
|
2160
2139
|
if (process.env.NODE_ENV !== "production") {
|
|
2161
|
-
|
|
2140
|
+
HeatMap_03.propTypes = iconPropTypes;
|
|
2162
2141
|
}
|
|
2163
|
-
const
|
|
2142
|
+
const HeatMapStocks = /*#__PURE__*/React.forwardRef(function HeatMapStocks(_ref89, ref) {
|
|
2164
2143
|
let {
|
|
2165
2144
|
children,
|
|
2166
2145
|
size = 16,
|
|
@@ -2174,14 +2153,14 @@ const HorizontalView = /*#__PURE__*/React.forwardRef(function HorizontalView(_re
|
|
|
2174
2153
|
viewBox: "0 0 32 32",
|
|
2175
2154
|
fill: "currentColor",
|
|
2176
2155
|
...rest
|
|
2177
|
-
},
|
|
2178
|
-
d: "
|
|
2156
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2157
|
+
d: "M27,3H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2H27a2,2,0,0,0,2-2V5A2,2,0,0,0,27,3ZM9,21H5V17H9Zm2,2h4v4H11Zm6,0h4v4H17Zm0-8V11h4v4Zm4-6H17V5h4Zm2,2h4v4H23ZM15,5V15H5V5Zm8,22V17h4V27Z"
|
|
2179
2158
|
})), children);
|
|
2180
2159
|
});
|
|
2181
2160
|
if (process.env.NODE_ENV !== "production") {
|
|
2182
|
-
|
|
2161
|
+
HeatMapStocks.propTypes = iconPropTypes;
|
|
2183
2162
|
}
|
|
2184
|
-
const
|
|
2163
|
+
const Helicopter = /*#__PURE__*/React.forwardRef(function Helicopter(_ref90, ref) {
|
|
2185
2164
|
let {
|
|
2186
2165
|
children,
|
|
2187
2166
|
size = 16,
|
|
@@ -2195,21 +2174,38 @@ const Hospital = /*#__PURE__*/React.forwardRef(function Hospital(_ref90, ref) {
|
|
|
2195
2174
|
viewBox: "0 0 32 32",
|
|
2196
2175
|
fill: "currentColor",
|
|
2197
2176
|
...rest
|
|
2198
|
-
},
|
|
2199
|
-
d: "
|
|
2200
|
-
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2201
|
-
d: "M28,10H26V4a2.0023,2.0023,0,0,0-2-2H8A2.0023,2.0023,0,0,0,6,4v6H4a2.0023,2.0023,0,0,0-2,2V30H30V12A2.0023,2.0023,0,0,0,28,10ZM14,28V22h4v6Zm6,0V21a1,1,0,0,0-1-1H13a1,1,0,0,0-1,1v7H4V12H8V4H24v8h4V28Z"
|
|
2177
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2178
|
+
d: "M30,8V6H8V8H18v4H4V8H2v8H4V14h6.2192l2.0533,8.2129A4.9923,4.9923,0,0,0,17.123,26H26a4.0045,4.0045,0,0,0,4-4V19.3623a2.0007,2.0007,0,0,0-.4639-1.28L25.0684,12.72A1.9968,1.9968,0,0,0,23.5317,12H20V8ZM26,24H17.123a2.9949,2.9949,0,0,1-2.91-2.2725L12.2808,14H18v6H28v2A2.0023,2.0023,0,0,1,26,24ZM23.5317,14l3.3333,4H20V14Z"
|
|
2202
2179
|
})), children);
|
|
2203
2180
|
});
|
|
2204
2181
|
if (process.env.NODE_ENV !== "production") {
|
|
2205
|
-
|
|
2182
|
+
Helicopter.propTypes = iconPropTypes;
|
|
2206
2183
|
}
|
|
2207
|
-
const
|
|
2184
|
+
const Help = /*#__PURE__*/React.forwardRef(function Help(_ref91, ref) {
|
|
2208
2185
|
let {
|
|
2209
2186
|
children,
|
|
2210
2187
|
size = 16,
|
|
2211
2188
|
...rest
|
|
2212
2189
|
} = _ref91;
|
|
2190
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2191
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2192
|
+
width: size,
|
|
2193
|
+
height: size,
|
|
2194
|
+
ref: ref,
|
|
2195
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2196
|
+
viewBox: "0 0 16 16",
|
|
2197
|
+
fill: "currentColor",
|
|
2198
|
+
...rest
|
|
2199
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2200
|
+
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"
|
|
2201
|
+
})), _circle37 || (_circle37 = /*#__PURE__*/React.createElement("circle", {
|
|
2202
|
+
cx: "8",
|
|
2203
|
+
cy: "11.8",
|
|
2204
|
+
r: ".8"
|
|
2205
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2206
|
+
d: "M8.5,4H7.8C6.5,4,5.5,5,5.5,6.2c0,0,0,0,0,0v0.2h1V6.2C6.5,5.6,7.1,5,7.8,5h0.8c0.7,0,1.2,0.6,1.2,1.2S9.2,7.5,8.5,7.5h-1 v2.2h1V8.5c1.2,0,2.2-1,2.2-2.2S9.7,4,8.5,4z"
|
|
2207
|
+
})), children);
|
|
2208
|
+
}
|
|
2213
2209
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2214
2210
|
width: size,
|
|
2215
2211
|
height: size,
|
|
@@ -2218,16 +2214,20 @@ const HospitalBed = /*#__PURE__*/React.forwardRef(function HospitalBed(_ref91, r
|
|
|
2218
2214
|
viewBox: "0 0 32 32",
|
|
2219
2215
|
fill: "currentColor",
|
|
2220
2216
|
...rest
|
|
2221
|
-
},
|
|
2222
|
-
d: "
|
|
2223
|
-
})),
|
|
2224
|
-
|
|
2217
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2218
|
+
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"
|
|
2219
|
+
})), _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
|
|
2220
|
+
cx: "16",
|
|
2221
|
+
cy: "23.5",
|
|
2222
|
+
r: "1.5"
|
|
2223
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2224
|
+
d: "M17,8H15.5A4.49,4.49,0,0,0,11,12.5V13h2v-.5A2.5,2.5,0,0,1,15.5,10H17a2.5,2.5,0,0,1,0,5H15v4.5h2V17a4.5,4.5,0,0,0,0-9Z"
|
|
2225
2225
|
})), children);
|
|
2226
2226
|
});
|
|
2227
2227
|
if (process.env.NODE_ENV !== "production") {
|
|
2228
|
-
|
|
2228
|
+
Help.propTypes = iconPropTypes;
|
|
2229
2229
|
}
|
|
2230
|
-
const
|
|
2230
|
+
const HelpFilled = /*#__PURE__*/React.forwardRef(function HelpFilled(_ref92, ref) {
|
|
2231
2231
|
let {
|
|
2232
2232
|
children,
|
|
2233
2233
|
size = 16,
|
|
@@ -2241,16 +2241,18 @@ const Hotel = /*#__PURE__*/React.forwardRef(function Hotel(_ref92, ref) {
|
|
|
2241
2241
|
viewBox: "0 0 32 32",
|
|
2242
2242
|
fill: "currentColor",
|
|
2243
2243
|
...rest
|
|
2244
|
-
},
|
|
2245
|
-
d: "
|
|
2246
|
-
})),
|
|
2247
|
-
|
|
2244
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2245
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,23a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,25Zm1.1421-7.754v2.5014h-2.25V15h2.125a2.3763,2.3763,0,0,0,0-4.7526h-1.5a2.3777,2.3777,0,0,0-2.375,2.375V13.26h-2.25v-.6377A4.6279,4.6279,0,0,1,15.5171,8h1.5a4.6238,4.6238,0,0,1,.125,9.246Z"
|
|
2246
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2247
|
+
fill: "none",
|
|
2248
|
+
d: "M16,25a1.5,1.5,0,1,1,1.5-1.5A1.5,1.5,0,0,1,16,25Zm1.1421-7.754v2.5014h-2.25V15h2.125a2.3763,2.3763,0,0,0,0-4.7526h-1.5a2.3777,2.3777,0,0,0-2.375,2.375V13.26h-2.25v-.6377A4.6279,4.6279,0,0,1,15.5171,8h1.5a4.6238,4.6238,0,0,1,.125,9.246Z",
|
|
2249
|
+
"data-icon-path": "inner-path"
|
|
2248
2250
|
})), children);
|
|
2249
2251
|
});
|
|
2250
2252
|
if (process.env.NODE_ENV !== "production") {
|
|
2251
|
-
|
|
2253
|
+
HelpFilled.propTypes = iconPropTypes;
|
|
2252
2254
|
}
|
|
2253
|
-
const
|
|
2255
|
+
const HelpDesk = /*#__PURE__*/React.forwardRef(function HelpDesk(_ref93, ref) {
|
|
2254
2256
|
let {
|
|
2255
2257
|
children,
|
|
2256
2258
|
size = 16,
|
|
@@ -2264,16 +2266,14 @@ const Hourglass = /*#__PURE__*/React.forwardRef(function Hourglass(_ref93, ref)
|
|
|
2264
2266
|
viewBox: "0 0 32 32",
|
|
2265
2267
|
fill: "currentColor",
|
|
2266
2268
|
...rest
|
|
2267
|
-
},
|
|
2268
|
-
d: "
|
|
2269
|
-
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2270
|
-
d: "M23,11.67V4h3V2H6V4H9v7.67a2,2,0,0,0,.4,1.2L11.75,16,9.4,19.13a2,2,0,0,0-.4,1.2V28H6v2H26V28H23V20.33a2,2,0,0,0-.4-1.2L20.25,16l2.35-3.13A2,2,0,0,0,23,11.67ZM21,4v7H11V4Zm0,16.33V28H11V20.33L14.25,16,12,13h8l-2.25,3Z"
|
|
2269
|
+
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2270
|
+
d: "M27 10H21a3.0033 3.0033 0 00-3 3v6a2.0023 2.0023 0 002 2v7a2.0023 2.0023 0 002 2h4a2.0023 2.0023 0 002-2V21a2.0023 2.0023 0 002-2V13A3.0033 3.0033 0 0027 10zm1 9H26v9H22V19H20V13a1.0009 1.0009 0 011-1h6a1.0009 1.0009 0 011 1zM20 5a4 4 0 114 4A4.0042 4.0042 0 0120 5zm2 0a2 2 0 102-2A2.0023 2.0023 0 0022 5zM14 16V13a3.0033 3.0033 0 00-3-3H5a3.0033 3.0033 0 00-3 3v3H0v2H16V16zM4 13a1.0009 1.0009 0 011-1h6a1.0009 1.0009 0 011 1v3H4zM4 5A4 4 0 118 9 4.0042 4.0042 0 014 5zM6 5A2 2 0 108 3 2.0023 2.0023 0 006 5z"
|
|
2271
2271
|
})), children);
|
|
2272
2272
|
});
|
|
2273
2273
|
if (process.env.NODE_ENV !== "production") {
|
|
2274
|
-
|
|
2274
|
+
HelpDesk.propTypes = iconPropTypes;
|
|
2275
2275
|
}
|
|
2276
|
-
const
|
|
2276
|
+
const HexagonOutline = /*#__PURE__*/React.forwardRef(function HexagonOutline(_ref94, ref) {
|
|
2277
2277
|
let {
|
|
2278
2278
|
children,
|
|
2279
2279
|
size = 16,
|
|
@@ -2287,14 +2287,15 @@ const Html = /*#__PURE__*/React.forwardRef(function Html(_ref94, ref) {
|
|
|
2287
2287
|
viewBox: "0 0 32 32",
|
|
2288
2288
|
fill: "currentColor",
|
|
2289
2289
|
...rest
|
|
2290
|
-
},
|
|
2291
|
-
|
|
2290
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2291
|
+
strokeWidth: "0",
|
|
2292
|
+
d: "m23,29h-14c-.3555,0-.6846-.189-.8638-.4961L1.1362,16.5039c-.1816-.3113-.1816-.6965,0-1.0078L8.1362,3.4961c.1792-.3071.5083-.4961.8638-.4961h14c.3555,0,.6846.189.8638.4961l7,12c.1816.3113.1816.6965,0,1.0078l-7,12c-.1792.3071-.5083.4961-.8638.4961Zm-13.4258-2h12.8516l6.4165-11-6.4165-11h-12.8516l-6.4165,11,6.4165,11Z"
|
|
2292
2293
|
})), children);
|
|
2293
2294
|
});
|
|
2294
2295
|
if (process.env.NODE_ENV !== "production") {
|
|
2295
|
-
|
|
2296
|
+
HexagonOutline.propTypes = iconPropTypes;
|
|
2296
2297
|
}
|
|
2297
|
-
const
|
|
2298
|
+
const HexagonSolid = /*#__PURE__*/React.forwardRef(function HexagonSolid(_ref95, ref) {
|
|
2298
2299
|
let {
|
|
2299
2300
|
children,
|
|
2300
2301
|
size = 16,
|
|
@@ -2308,14 +2309,15 @@ const HtmlReference = /*#__PURE__*/React.forwardRef(function HtmlReference(_ref9
|
|
|
2308
2309
|
viewBox: "0 0 32 32",
|
|
2309
2310
|
fill: "currentColor",
|
|
2310
2311
|
...rest
|
|
2311
|
-
},
|
|
2312
|
-
|
|
2312
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2313
|
+
strokeWidth: "0",
|
|
2314
|
+
d: "m30.8508,15.4487l-6.9641-11.9165c-.1926-.3301-.5437-.5322-.9224-.5322h-13.9287c-.3787,0-.7297.2021-.9224.5322L1.1492,15.4487c-.199.3403-.199.7622,0,1.1025l6.9641,11.9165c.1926.3301.5437.5322.9224.5322h13.9287c.3787,0,.7297-.2021.9224-.5322l6.9641-11.9165c.199-.3403.199-.7622,0-1.1025Z"
|
|
2313
2315
|
})), children);
|
|
2314
2316
|
});
|
|
2315
2317
|
if (process.env.NODE_ENV !== "production") {
|
|
2316
|
-
|
|
2318
|
+
HexagonSolid.propTypes = iconPropTypes;
|
|
2317
2319
|
}
|
|
2318
|
-
const
|
|
2320
|
+
const HexagonVerticalOutline = /*#__PURE__*/React.forwardRef(function HexagonVerticalOutline(_ref96, ref) {
|
|
2319
2321
|
let {
|
|
2320
2322
|
children,
|
|
2321
2323
|
size = 16,
|
|
@@ -2329,14 +2331,15 @@ const Http = /*#__PURE__*/React.forwardRef(function Http(_ref96, ref) {
|
|
|
2329
2331
|
viewBox: "0 0 32 32",
|
|
2330
2332
|
fill: "currentColor",
|
|
2331
2333
|
...rest
|
|
2332
|
-
},
|
|
2333
|
-
|
|
2334
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2335
|
+
strokeWidth: "0",
|
|
2336
|
+
d: "m3,23v-14c0-.3555.189-.6846.4961-.8638L15.4961,1.1362c.3113-.1816.6965-.1816,1.0078,0l12,7c.3071.1792.4961.5083.4961.8638v14c0,.3555-.189.6846-.4961.8638l-12,7c-.3113.1816-.6965.1816-1.0078,0l-12-7c-.3071-.1792-.4961-.5083-.4961-.8638Zm2-13.4258v12.8516l11,6.4165,11-6.4165v-12.8516l-11-6.4165-11,6.4165Z"
|
|
2334
2337
|
})), children);
|
|
2335
2338
|
});
|
|
2336
2339
|
if (process.env.NODE_ENV !== "production") {
|
|
2337
|
-
|
|
2340
|
+
HexagonVerticalOutline.propTypes = iconPropTypes;
|
|
2338
2341
|
}
|
|
2339
|
-
const
|
|
2342
|
+
const HexagonVerticalSolid = /*#__PURE__*/React.forwardRef(function HexagonVerticalSolid(_ref97, ref) {
|
|
2340
2343
|
let {
|
|
2341
2344
|
children,
|
|
2342
2345
|
size = 16,
|
|
@@ -2350,14 +2353,15 @@ const Humidity = /*#__PURE__*/React.forwardRef(function Humidity(_ref97, ref) {
|
|
|
2350
2353
|
viewBox: "0 0 32 32",
|
|
2351
2354
|
fill: "currentColor",
|
|
2352
2355
|
...rest
|
|
2353
|
-
},
|
|
2354
|
-
|
|
2356
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2357
|
+
strokeWidth: "0",
|
|
2358
|
+
d: "m16.5513,30.8508l11.9165-6.9641c.3301-.1926.5322-.5437.5322-.9224v-13.9287c0-.3787-.2021-.7297-.5322-.9224L16.5513,1.1492c-.3403-.199-.7622-.199-1.1025,0L3.5322,8.1133c-.3301.1926-.5322.5437-.5322.9224v13.9287c0,.3787.2021.7297.5322.9224l11.9165,6.9641c.3403.199.7622.199,1.1025,0Z"
|
|
2355
2359
|
})), children);
|
|
2356
2360
|
});
|
|
2357
2361
|
if (process.env.NODE_ENV !== "production") {
|
|
2358
|
-
|
|
2362
|
+
HexagonVerticalSolid.propTypes = iconPropTypes;
|
|
2359
2363
|
}
|
|
2360
|
-
const
|
|
2364
|
+
const QHintonPlot = /*#__PURE__*/React.forwardRef(function QHintonPlot(_ref98, ref) {
|
|
2361
2365
|
let {
|
|
2362
2366
|
children,
|
|
2363
2367
|
size = 16,
|
|
@@ -2371,14 +2375,14 @@ const HumidityAlt = /*#__PURE__*/React.forwardRef(function HumidityAlt(_ref98, r
|
|
|
2371
2375
|
viewBox: "0 0 32 32",
|
|
2372
2376
|
fill: "currentColor",
|
|
2373
2377
|
...rest
|
|
2374
|
-
},
|
|
2375
|
-
d: "
|
|
2378
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2379
|
+
d: "M2 2H6V6H2zM10 2H14V6H10zM18 2H22V6H18zM26 2H30V6H26zM2 10H6V14H2zM10 10H14V14H10zM18 10H22V14H18zM26 10H30V14H26zM2 18H6V22H2zM10 18H14V22H10zM18 18H22V22H18zM26 18H30V22H26zM2 26H6V30H2zM10 26H14V30H10zM18 26H22V30H18zM26 26H30V30H26z"
|
|
2376
2380
|
})), children);
|
|
2377
2381
|
});
|
|
2378
2382
|
if (process.env.NODE_ENV !== "production") {
|
|
2379
|
-
|
|
2383
|
+
QHintonPlot.propTypes = iconPropTypes;
|
|
2380
2384
|
}
|
|
2381
|
-
const
|
|
2385
|
+
const WatsonHealthHl7Attributes = /*#__PURE__*/React.forwardRef(function WatsonHealthHl7Attributes(_ref99, ref) {
|
|
2382
2386
|
let {
|
|
2383
2387
|
children,
|
|
2384
2388
|
size = 16,
|
|
@@ -2392,14 +2396,14 @@ const Hurricane = /*#__PURE__*/React.forwardRef(function Hurricane(_ref99, ref)
|
|
|
2392
2396
|
viewBox: "0 0 32 32",
|
|
2393
2397
|
fill: "currentColor",
|
|
2394
2398
|
...rest
|
|
2395
|
-
},
|
|
2396
|
-
d: "
|
|
2399
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2400
|
+
d: "M29 9L21 9 21 13 23 13 23 11 26.847 11 22 23 24.157 23 29 11 29 9zM14 21L14 9 12 9 12 23 20 23 20 21 14 21zM8 9L8 15 4 15 4 9 2 9 2 23 4 23 4 17 8 17 8 23 10 23 10 9 8 9z"
|
|
2397
2401
|
})), children);
|
|
2398
2402
|
});
|
|
2399
2403
|
if (process.env.NODE_ENV !== "production") {
|
|
2400
|
-
|
|
2404
|
+
WatsonHealthHl7Attributes.propTypes = iconPropTypes;
|
|
2401
2405
|
}
|
|
2402
|
-
const
|
|
2406
|
+
const WatsonHealthHoleFilling = /*#__PURE__*/React.forwardRef(function WatsonHealthHoleFilling(_ref100, ref) {
|
|
2403
2407
|
let {
|
|
2404
2408
|
children,
|
|
2405
2409
|
size = 16,
|
|
@@ -2413,18 +2417,18 @@ const HybridNetworking = /*#__PURE__*/React.forwardRef(function HybridNetworking
|
|
|
2413
2417
|
viewBox: "0 0 32 32",
|
|
2414
2418
|
fill: "currentColor",
|
|
2415
2419
|
...rest
|
|
2416
|
-
},
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
})),
|
|
2421
|
-
d: "
|
|
2420
|
+
}, _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
|
|
2421
|
+
cx: "16",
|
|
2422
|
+
cy: "16",
|
|
2423
|
+
r: "5"
|
|
2424
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2425
|
+
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"
|
|
2422
2426
|
})), children);
|
|
2423
2427
|
});
|
|
2424
2428
|
if (process.env.NODE_ENV !== "production") {
|
|
2425
|
-
|
|
2429
|
+
WatsonHealthHoleFilling.propTypes = iconPropTypes;
|
|
2426
2430
|
}
|
|
2427
|
-
const
|
|
2431
|
+
const WatsonHealthHoleFillingCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthHoleFillingCursor(_ref101, ref) {
|
|
2428
2432
|
let {
|
|
2429
2433
|
children,
|
|
2430
2434
|
size = 16,
|
|
@@ -2438,14 +2442,18 @@ const HybridNetworkingAlt = /*#__PURE__*/React.forwardRef(function HybridNetwork
|
|
|
2438
2442
|
viewBox: "0 0 32 32",
|
|
2439
2443
|
fill: "currentColor",
|
|
2440
2444
|
...rest
|
|
2441
|
-
},
|
|
2442
|
-
|
|
2445
|
+
}, _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
|
|
2446
|
+
cx: "19",
|
|
2447
|
+
cy: "19",
|
|
2448
|
+
r: "4"
|
|
2449
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2450
|
+
d: "M28 30H10a2.0023 2.0023 0 01-2-2V10a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM10 10V28H28V10zM11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
|
2443
2451
|
})), children);
|
|
2444
2452
|
});
|
|
2445
2453
|
if (process.env.NODE_ENV !== "production") {
|
|
2446
|
-
|
|
2454
|
+
WatsonHealthHoleFillingCursor.propTypes = iconPropTypes;
|
|
2447
2455
|
}
|
|
2448
|
-
const
|
|
2456
|
+
const Home = /*#__PURE__*/React.forwardRef(function Home(_ref102, ref) {
|
|
2449
2457
|
let {
|
|
2450
2458
|
children,
|
|
2451
2459
|
size = 16,
|
|
@@ -2459,16 +2467,14 @@ const IbmAiOnZ = /*#__PURE__*/React.forwardRef(function IbmAiOnZ(_ref102, ref) {
|
|
|
2459
2467
|
viewBox: "0 0 32 32",
|
|
2460
2468
|
fill: "currentColor",
|
|
2461
2469
|
...rest
|
|
2462
|
-
},
|
|
2463
|
-
d: "
|
|
2464
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2465
|
-
d: "m16,21h-2v4.5859L4.4139,16,14,6.4142v4.5858h2v-6h10v8h2V5c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2v22c0,1.1046.8954,2,2,2h12v-8ZM4,5h8.5858L4,13.5858V5Zm0,22v-8.5858l8.5858,8.5858H4Z"
|
|
2470
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2471
|
+
d: "M16.6123,2.2138a1.01,1.01,0,0,0-1.2427,0L1,13.4194l1.2427,1.5717L4,13.6209V26a2.0041,2.0041,0,0,0,2,2H26a2.0037,2.0037,0,0,0,2-2V13.63L29.7573,15,31,13.4282ZM18,26H14V18h4Zm2,0V18a2.0023,2.0023,0,0,0-2-2H14a2.002,2.002,0,0,0-2,2v8H6V12.0615l10-7.79,10,7.8005V26Z"
|
|
2466
2472
|
})), children);
|
|
2467
2473
|
});
|
|
2468
2474
|
if (process.env.NODE_ENV !== "production") {
|
|
2469
|
-
|
|
2475
|
+
Home.propTypes = iconPropTypes;
|
|
2470
2476
|
}
|
|
2471
|
-
const
|
|
2477
|
+
const HorizontalView = /*#__PURE__*/React.forwardRef(function HorizontalView(_ref103, ref) {
|
|
2472
2478
|
let {
|
|
2473
2479
|
children,
|
|
2474
2480
|
size = 16,
|
|
@@ -2483,21 +2489,13 @@ const IbmAiopsInsights = /*#__PURE__*/React.forwardRef(function IbmAiopsInsights
|
|
|
2483
2489
|
fill: "currentColor",
|
|
2484
2490
|
...rest
|
|
2485
2491
|
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2486
|
-
d: "
|
|
2487
|
-
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2488
|
-
d: "m14,24c-.4463,0-.8389-.2959-.9614-.7251l-1.793-6.2749h-3.2456v-2h4c.4463,0,.8389.2959.9614.7251l1.0386,3.6348,3.0386-10.6348c.1226-.4292.5151-.7251.9614-.7251s.8389.2959.9614.7251l1.793,6.2749h3.2456v2h-4c-.4463,0-.8389-.2959-.9614-.7251l-1.0386-3.6348-3.0386,10.6348c-.1226.4292-.5151.7251-.9614.7251Z"
|
|
2489
|
-
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2490
|
-
d: "m4,13v-5c0-1.103.897-2,2-2h16v-2H6c-2.2056,0-4,1.7944-4,4v5c0,2.2056,1.7944,4,4,4v-2c-1.103,0-2-.897-2-2Z"
|
|
2491
|
-
})), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
|
|
2492
|
-
cx: "27",
|
|
2493
|
-
cy: "5",
|
|
2494
|
-
r: "3"
|
|
2492
|
+
d: "M28 30H4a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v8A2.0021 2.0021 0 0128 30zM4 20H3.9985L4 28H28V20zM28 14H4a2.0021 2.0021 0 01-2-2V4A2.0021 2.0021 0 014 2H28a2.0021 2.0021 0 012 2v8A2.0021 2.0021 0 0128 14zM4 4H3.9985L4 12H28V4z"
|
|
2495
2493
|
})), children);
|
|
2496
2494
|
});
|
|
2497
2495
|
if (process.env.NODE_ENV !== "production") {
|
|
2498
|
-
|
|
2496
|
+
HorizontalView.propTypes = iconPropTypes;
|
|
2499
2497
|
}
|
|
2500
|
-
const
|
|
2498
|
+
const Hospital = /*#__PURE__*/React.forwardRef(function Hospital(_ref104, ref) {
|
|
2501
2499
|
let {
|
|
2502
2500
|
children,
|
|
2503
2501
|
size = 16,
|
|
@@ -2511,14 +2509,16 @@ const IbmApiConnect = /*#__PURE__*/React.forwardRef(function IbmApiConnect(_ref1
|
|
|
2511
2509
|
viewBox: "0 0 32 32",
|
|
2512
2510
|
fill: "currentColor",
|
|
2513
2511
|
...rest
|
|
2514
|
-
},
|
|
2515
|
-
d: "
|
|
2512
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2513
|
+
d: "M21 10L17 10 17 6 15 6 15 10 11 10 11 12 15 12 15 16 17 16 17 12 21 12 21 10z"
|
|
2514
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2515
|
+
d: "M28,10H26V4a2.0023,2.0023,0,0,0-2-2H8A2.0023,2.0023,0,0,0,6,4v6H4a2.0023,2.0023,0,0,0-2,2V30H30V12A2.0023,2.0023,0,0,0,28,10ZM14,28V22h4v6Zm6,0V21a1,1,0,0,0-1-1H13a1,1,0,0,0-1,1v7H4V12H8V4H24v8h4V28Z"
|
|
2516
2516
|
})), children);
|
|
2517
2517
|
});
|
|
2518
2518
|
if (process.env.NODE_ENV !== "production") {
|
|
2519
|
-
|
|
2519
|
+
Hospital.propTypes = iconPropTypes;
|
|
2520
2520
|
}
|
|
2521
|
-
const
|
|
2521
|
+
const HospitalBed = /*#__PURE__*/React.forwardRef(function HospitalBed(_ref105, ref) {
|
|
2522
2522
|
let {
|
|
2523
2523
|
children,
|
|
2524
2524
|
size = 16,
|
|
@@ -2532,14 +2532,16 @@ const IbmAppConnectEnterprise = /*#__PURE__*/React.forwardRef(function IbmAppCon
|
|
|
2532
2532
|
viewBox: "0 0 32 32",
|
|
2533
2533
|
fill: "currentColor",
|
|
2534
2534
|
...rest
|
|
2535
|
-
},
|
|
2536
|
-
d: "
|
|
2535
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2536
|
+
d: "M25,16H17a2.0023,2.0023,0,0,0-2,2v6H4V14H2V30H4V26H28v4h2V21A5.0059,5.0059,0,0,0,25,16Zm3,8H17V18h8a3.0033,3.0033,0,0,1,3,3Z"
|
|
2537
|
+
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2538
|
+
d: "M9.5 17A1.5 1.5 0 118 18.5 1.5017 1.5017 0 019.5 17m0-2A3.5 3.5 0 1013 18.5 3.5 3.5 0 009.5 15zM21 6L17 6 17 2 15 2 15 6 11 6 11 8 15 8 15 12 17 12 17 8 21 8 21 6z"
|
|
2537
2539
|
})), children);
|
|
2538
2540
|
});
|
|
2539
2541
|
if (process.env.NODE_ENV !== "production") {
|
|
2540
|
-
|
|
2542
|
+
HospitalBed.propTypes = iconPropTypes;
|
|
2541
2543
|
}
|
|
2542
|
-
const
|
|
2544
|
+
const Hotel = /*#__PURE__*/React.forwardRef(function Hotel(_ref106, ref) {
|
|
2543
2545
|
let {
|
|
2544
2546
|
children,
|
|
2545
2547
|
size = 16,
|
|
@@ -2554,13 +2556,15 @@ const IbmAspera = /*#__PURE__*/React.forwardRef(function IbmAspera(_ref106, ref)
|
|
|
2554
2556
|
fill: "currentColor",
|
|
2555
2557
|
...rest
|
|
2556
2558
|
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2557
|
-
d: "
|
|
2559
|
+
d: "M9.5,15A1.5,1.5,0,1,1,8,16.5,1.5,1.5,0,0,1,9.5,15m0-2A3.5,3.5,0,1,0,13,16.5,3.5,3.5,0,0,0,9.5,13Z"
|
|
2560
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2561
|
+
d: "M25,14H17a2,2,0,0,0-2,2v6H4V10.6L16,4.14l12.53,6.74.94-1.76-13-7a1,1,0,0,0-.94,0l-13,7A1,1,0,0,0,2,10V30H4V24H28v6h2V19A5,5,0,0,0,25,14Zm-8,8V16h8a3,3,0,0,1,3,3v3Z"
|
|
2558
2562
|
})), children);
|
|
2559
2563
|
});
|
|
2560
2564
|
if (process.env.NODE_ENV !== "production") {
|
|
2561
|
-
|
|
2565
|
+
Hotel.propTypes = iconPropTypes;
|
|
2562
2566
|
}
|
|
2563
|
-
const
|
|
2567
|
+
const Hourglass = /*#__PURE__*/React.forwardRef(function Hourglass(_ref107, ref) {
|
|
2564
2568
|
let {
|
|
2565
2569
|
children,
|
|
2566
2570
|
size = 16,
|
|
@@ -2574,14 +2578,16 @@ const IbmBluepay = /*#__PURE__*/React.forwardRef(function IbmBluepay(_ref107, re
|
|
|
2574
2578
|
viewBox: "0 0 32 32",
|
|
2575
2579
|
fill: "currentColor",
|
|
2576
2580
|
...rest
|
|
2577
|
-
},
|
|
2578
|
-
d: "
|
|
2581
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2582
|
+
d: "M15 19H17V21H15zM15 23H17V25H15z"
|
|
2583
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2584
|
+
d: "M23,11.67V4h3V2H6V4H9v7.67a2,2,0,0,0,.4,1.2L11.75,16,9.4,19.13a2,2,0,0,0-.4,1.2V28H6v2H26V28H23V20.33a2,2,0,0,0-.4-1.2L20.25,16l2.35-3.13A2,2,0,0,0,23,11.67ZM21,4v7H11V4Zm0,16.33V28H11V20.33L14.25,16,12,13h8l-2.25,3Z"
|
|
2579
2585
|
})), children);
|
|
2580
2586
|
});
|
|
2581
2587
|
if (process.env.NODE_ENV !== "production") {
|
|
2582
|
-
|
|
2588
|
+
Hourglass.propTypes = iconPropTypes;
|
|
2583
2589
|
}
|
|
2584
|
-
const
|
|
2590
|
+
const Html = /*#__PURE__*/React.forwardRef(function Html(_ref108, ref) {
|
|
2585
2591
|
let {
|
|
2586
2592
|
children,
|
|
2587
2593
|
size = 16,
|
|
@@ -2595,14 +2601,14 @@ const IbmCloudant = /*#__PURE__*/React.forwardRef(function IbmCloudant(_ref108,
|
|
|
2595
2601
|
viewBox: "0 0 32 32",
|
|
2596
2602
|
fill: "currentColor",
|
|
2597
2603
|
...rest
|
|
2598
|
-
},
|
|
2599
|
-
d: "
|
|
2604
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2605
|
+
d: "M28 19L28 11 26 11 26 21 32 21 32 19 28 19zM24 11L22 11 20.5 15 19 11 17 11 17 21 19 21 19 14 20.5 18 22 14 22 21 24 21 24 11zM9 13L11 13 11 21 13 21 13 13 15 13 15 11 9 11 9 13zM5 11L5 15 2 15 2 11 0 11 0 21 2 21 2 17 5 17 5 21 7 21 7 11 5 11z"
|
|
2600
2606
|
})), children);
|
|
2601
2607
|
});
|
|
2602
2608
|
if (process.env.NODE_ENV !== "production") {
|
|
2603
|
-
|
|
2609
|
+
Html.propTypes = iconPropTypes;
|
|
2604
2610
|
}
|
|
2605
|
-
const
|
|
2611
|
+
const HtmlReference = /*#__PURE__*/React.forwardRef(function HtmlReference(_ref109, ref) {
|
|
2606
2612
|
let {
|
|
2607
2613
|
children,
|
|
2608
2614
|
size = 16,
|
|
@@ -2616,18 +2622,14 @@ const IbmContentServices = /*#__PURE__*/React.forwardRef(function IbmContentServ
|
|
|
2616
2622
|
viewBox: "0 0 32 32",
|
|
2617
2623
|
fill: "currentColor",
|
|
2618
2624
|
...rest
|
|
2619
|
-
},
|
|
2620
|
-
d: "
|
|
2621
|
-
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2622
|
-
d: "M17,10.5859c-.3752-.375-.8838-.5859-1.4143-.5859h-5.5857c-1.1045,0-2,.8955-2,2v14c0,1.1045,.8955,2,2,2h9v-2H10V12h4v4c0,1.1045,.8955,2,2,2h4.2917c.6929,0,1.312-.4136,1.5771-1.0537,.2656-.6406,.1201-1.3711-.3701-1.8613l-4.4988-4.499Zm-1,5.4141v-3.5859l3.5852,3.5859h-3.5852Z"
|
|
2623
|
-
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2624
|
-
d: "M28,6H16l-3.4141-3.4141c-.3752-.375-.8838-.5859-1.4143-.5859H4c-1.1045,0-2,.8955-2,2V24c0,1.1045,.8955,2,2,2h2v-2H4V4h7.1716l4,4h12.8284v10h2V8c0-1.1045-.8955-2-2-2Z"
|
|
2625
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2626
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM28 14L28 6 26 6 26 16 32 16 32 14 28 14zM24 6L22 6 20.5 10 19 6 17 6 17 16 19 16 19 9 20.5 13 22 9 22 16 24 16 24 6zM9 8L11 8 11 16 13 16 13 8 15 8 15 6 9 6 9 8zM5 6L5 10 2 10 2 6 0 6 0 16 2 16 2 12 5 12 5 16 7 16 7 6 5 6z"
|
|
2625
2627
|
})), children);
|
|
2626
2628
|
});
|
|
2627
2629
|
if (process.env.NODE_ENV !== "production") {
|
|
2628
|
-
|
|
2630
|
+
HtmlReference.propTypes = iconPropTypes;
|
|
2629
2631
|
}
|
|
2630
|
-
const
|
|
2632
|
+
const Http = /*#__PURE__*/React.forwardRef(function Http(_ref110, ref) {
|
|
2631
2633
|
let {
|
|
2632
2634
|
children,
|
|
2633
2635
|
size = 16,
|
|
@@ -2642,13 +2644,13 @@ const IbmDataPower = /*#__PURE__*/React.forwardRef(function IbmDataPower(_ref110
|
|
|
2642
2644
|
fill: "currentColor",
|
|
2643
2645
|
...rest
|
|
2644
2646
|
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2645
|
-
d: "
|
|
2647
|
+
d: "M30 11H25V21h2V18h3a2.0027 2.0027 0 002-2V13A2.0023 2.0023 0 0030 11zm-3 5V13h3l.001 3zM10 13L12 13 12 21 14 21 14 13 16 13 16 11 10 11 10 13zM23 11L17 11 17 13 19 13 19 21 21 21 21 13 23 13 23 11zM6 11L6 15 3 15 3 11 1 11 1 21 3 21 3 17 6 17 6 21 8 21 8 11 6 11z"
|
|
2646
2648
|
})), children);
|
|
2647
2649
|
});
|
|
2648
2650
|
if (process.env.NODE_ENV !== "production") {
|
|
2649
|
-
|
|
2651
|
+
Http.propTypes = iconPropTypes;
|
|
2650
2652
|
}
|
|
2651
|
-
const
|
|
2653
|
+
const Humidity = /*#__PURE__*/React.forwardRef(function Humidity(_ref111, ref) {
|
|
2652
2654
|
let {
|
|
2653
2655
|
children,
|
|
2654
2656
|
size = 16,
|
|
@@ -2663,17 +2665,13 @@ const IbmDataProductExchange = /*#__PURE__*/React.forwardRef(function IbmDataPro
|
|
|
2663
2665
|
fill: "currentColor",
|
|
2664
2666
|
...rest
|
|
2665
2667
|
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2666
|
-
d: "
|
|
2667
|
-
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2668
|
-
d: "m22.5046,11.6367l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
|
|
2669
|
-
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2670
|
-
d: "m16,2c-4.355,0-8.3743,2.001-11,5.3452v-1.3452h-2v5h5v-2h-1.7483c2.2363-3.1196,5.8357-5,9.7483-5,6.6169,0,12,5.3833,12,12h2c0-7.7197-6.2803-14-14-14Z"
|
|
2668
|
+
d: "M23.4761,13.9932,16.8472,3.4365a1.04,1.04,0,0,0-1.6944,0L8.4941,14.0444A9.9861,9.9861,0,0,0,7,19a9,9,0,0,0,18,0A10.0632,10.0632,0,0,0,23.4761,13.9932ZM16,26.0005a7.0089,7.0089,0,0,1-7-7,7.978,7.978,0,0,1,1.2183-3.9438l.935-1.4888L21.2271,23.6411A6.9772,6.9772,0,0,1,16,26.0005Z"
|
|
2671
2669
|
})), children);
|
|
2672
2670
|
});
|
|
2673
2671
|
if (process.env.NODE_ENV !== "production") {
|
|
2674
|
-
|
|
2672
|
+
Humidity.propTypes = iconPropTypes;
|
|
2675
2673
|
}
|
|
2676
|
-
const
|
|
2674
|
+
const HumidityAlt = /*#__PURE__*/React.forwardRef(function HumidityAlt(_ref112, ref) {
|
|
2677
2675
|
let {
|
|
2678
2676
|
children,
|
|
2679
2677
|
size = 16,
|
|
@@ -2687,14 +2685,14 @@ const IbmDataReplication = /*#__PURE__*/React.forwardRef(function IbmDataReplica
|
|
|
2687
2685
|
viewBox: "0 0 32 32",
|
|
2688
2686
|
fill: "currentColor",
|
|
2689
2687
|
...rest
|
|
2690
|
-
},
|
|
2691
|
-
d: "
|
|
2688
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2689
|
+
d: "M26 12a3.8978 3.8978 0 01-4-3.777 3.9017 3.9017 0 01.6533-2.0639L25.17 2.4141a1.0381 1.0381 0 011.6592 0L29.3154 6.11A3.9693 3.9693 0 0130 8.223 3.8978 3.8978 0 0126 12zm0-7.2368L24.3438 7.2257A1.89 1.89 0 0024 8.223a2.0139 2.0139 0 004 0 1.98 1.98 0 00-.375-1.0466zM23.5 30H8.5A6.4962 6.4962 0 017.2 17.1381a8.9938 8.9938 0 0117.6006 0A6.4964 6.4964 0 0123.5 30zM16 12a7 7 0 00-6.9414 6.1452l-.0991.8122-.8155.064A4.4962 4.4962 0 008.5 28h15a4.4962 4.4962 0 00.3564-8.9786l-.8154-.064-.0986-.8122A7.0022 7.0022 0 0016 12z"
|
|
2692
2690
|
})), children);
|
|
2693
2691
|
});
|
|
2694
2692
|
if (process.env.NODE_ENV !== "production") {
|
|
2695
|
-
|
|
2693
|
+
HumidityAlt.propTypes = iconPropTypes;
|
|
2696
2694
|
}
|
|
2697
|
-
const
|
|
2695
|
+
const Hurricane = /*#__PURE__*/React.forwardRef(function Hurricane(_ref113, ref) {
|
|
2698
2696
|
let {
|
|
2699
2697
|
children,
|
|
2700
2698
|
size = 16,
|
|
@@ -2708,16 +2706,14 @@ const IbmDatastage = /*#__PURE__*/React.forwardRef(function IbmDatastage(_ref113
|
|
|
2708
2706
|
viewBox: "0 0 32 32",
|
|
2709
2707
|
fill: "currentColor",
|
|
2710
2708
|
...rest
|
|
2711
|
-
},
|
|
2712
|
-
d: "
|
|
2713
|
-
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2714
|
-
d: "M22 2L22 4 26.6 4 11 19.6 12.4 21 28 5.4 28 10 30 10 30 2z"
|
|
2709
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2710
|
+
d: "M22.6521,4.1821l-2.177,2.5142L19.0713,8.3174,20.7864,9.605A7.9361,7.9361,0,0,1,23.9963,16l.0008.0576.0017.0415c.018.4317.2412,10.1113-14.6538,11.7222l2.18-2.5176,1.4039-1.6211L11.2139,22.395A7.9361,7.9361,0,0,1,8.0037,16l-.0008-.0576-.0017-.0415C7.9832,15.47,7.7605,5.8071,22.6521,4.1821M24.9978,2c-.0164,0-.0327,0-.0493.001C5.2532,2.9146,6.0037,16,6.0037,16a9.975,9.975,0,0,0,4.0095,7.9946L6.2368,28.3555A1.0044,1.0044,0,0,0,7.0022,30c.0164,0,.0327,0,.0493-.001C26.7468,29.0854,25.9963,16,25.9963,16a9.9756,9.9756,0,0,0-4.0092-7.9946l3.7761-4.3609A1.0044,1.0044,0,0,0,24.9978,2Z"
|
|
2715
2711
|
})), children);
|
|
2716
2712
|
});
|
|
2717
2713
|
if (process.env.NODE_ENV !== "production") {
|
|
2718
|
-
|
|
2714
|
+
Hurricane.propTypes = iconPropTypes;
|
|
2719
2715
|
}
|
|
2720
|
-
const
|
|
2716
|
+
const HybridNetworking = /*#__PURE__*/React.forwardRef(function HybridNetworking(_ref114, ref) {
|
|
2721
2717
|
let {
|
|
2722
2718
|
children,
|
|
2723
2719
|
size = 16,
|
|
@@ -2731,16 +2727,18 @@ const IbmDb2 = /*#__PURE__*/React.forwardRef(function IbmDb2(_ref114, ref) {
|
|
|
2731
2727
|
viewBox: "0 0 32 32",
|
|
2732
2728
|
fill: "currentColor",
|
|
2733
2729
|
...rest
|
|
2734
|
-
},
|
|
2735
|
-
d: "
|
|
2736
|
-
})),
|
|
2737
|
-
d: "
|
|
2730
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2731
|
+
d: "M17,24.1836V20H15v4.1836a3,3,0,1,0,2,0Z"
|
|
2732
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2733
|
+
d: "M26,12a3.9962,3.9962,0,0,0-3.8579,3H9.8579a4,4,0,1,0,0,2H22.1421A3.9934,3.9934,0,1,0,26,12ZM6,18a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,6,18Zm20,0a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,26,18Z"
|
|
2734
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2735
|
+
d: "M19,5a3,3,0,1,0-4,2.8164V12h2V7.8164A2.9917,2.9917,0,0,0,19,5Z"
|
|
2738
2736
|
})), children);
|
|
2739
2737
|
});
|
|
2740
2738
|
if (process.env.NODE_ENV !== "production") {
|
|
2741
|
-
|
|
2739
|
+
HybridNetworking.propTypes = iconPropTypes;
|
|
2742
2740
|
}
|
|
2743
|
-
const
|
|
2741
|
+
const HybridNetworkingAlt = /*#__PURE__*/React.forwardRef(function HybridNetworkingAlt(_ref115, ref) {
|
|
2744
2742
|
let {
|
|
2745
2743
|
children,
|
|
2746
2744
|
size = 16,
|
|
@@ -2754,14 +2752,14 @@ const IbmDb2Alt = /*#__PURE__*/React.forwardRef(function IbmDb2Alt(_ref115, ref)
|
|
|
2754
2752
|
viewBox: "0 0 32 32",
|
|
2755
2753
|
fill: "currentColor",
|
|
2756
2754
|
...rest
|
|
2757
|
-
},
|
|
2758
|
-
d: "
|
|
2755
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2756
|
+
d: "M26,22a3.9583,3.9583,0,0,0-2.02.5659L17.4141,16,23.981,9.4331A3.9521,3.9521,0,0,0,26,10a4,4,0,1,0-4-4,3.951,3.951,0,0,0,.5669,2.019L16,14.5859,9.4343,8.02A3.9577,3.9577,0,0,0,10,6a4,4,0,1,0-4,4,3.9583,3.9583,0,0,0,2.02-.5659L14.5859,16,8.019,22.5669A3.9521,3.9521,0,0,0,6,22a4,4,0,1,0,4,4,3.951,3.951,0,0,0-.5669-2.019L16,17.4141,22.5657,23.98A3.9577,3.9577,0,0,0,22,26a4,4,0,1,0,4-4ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Z"
|
|
2759
2757
|
})), children);
|
|
2760
2758
|
});
|
|
2761
2759
|
if (process.env.NODE_ENV !== "production") {
|
|
2762
|
-
|
|
2760
|
+
HybridNetworkingAlt.propTypes = iconPropTypes;
|
|
2763
2761
|
}
|
|
2764
|
-
const
|
|
2762
|
+
const IbmAiOnZ = /*#__PURE__*/React.forwardRef(function IbmAiOnZ(_ref116, ref) {
|
|
2765
2763
|
let {
|
|
2766
2764
|
children,
|
|
2767
2765
|
size = 16,
|
|
@@ -2775,16 +2773,16 @@ const IbmDb2Warehouse = /*#__PURE__*/React.forwardRef(function IbmDb2Warehouse(_
|
|
|
2775
2773
|
viewBox: "0 0 32 32",
|
|
2776
2774
|
fill: "currentColor",
|
|
2777
2775
|
...rest
|
|
2778
|
-
},
|
|
2779
|
-
d: "
|
|
2780
|
-
})),
|
|
2781
|
-
d: "
|
|
2776
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2777
|
+
d: "m28,26c-.7384,0-1.3762.4047-1.7226,1h-5.2774l7.7998-10.4004c.2275-.3027.2642-.708.0947-1.0469s-.5156-.5527-.8945-.5527h-10.1843c-.4141-1.1615-1.5138-2-2.8157-2-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c1.3019,0,2.4016-.8385,2.8157-2h8.1843l-7.7998,10.4004c-.2275.3027-.2642.708-.0947,1.0469s.5156.5527.8945.5527h7.2774c.3464.5953.9842,1,1.7226,1,1.1046,0,2-.8954,2-2s-.8954-2-2-2Zm-13-9c-.5513,0-1-.4482-1-1s.4487-1,1-1,1,.4482,1,1-.4487,1-1,1Z"
|
|
2778
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2779
|
+
d: "m16,21h-2v4.5859L4.4139,16,14,6.4142v4.5858h2v-6h10v8h2V5c0-1.1046-.8954-2-2-2H4c-1.1046,0-2,.8954-2,2v22c0,1.1046.8954,2,2,2h12v-8ZM4,5h8.5858L4,13.5858V5Zm0,22v-8.5858l8.5858,8.5858H4Z"
|
|
2782
2780
|
})), children);
|
|
2783
2781
|
});
|
|
2784
2782
|
if (process.env.NODE_ENV !== "production") {
|
|
2785
|
-
|
|
2783
|
+
IbmAiOnZ.propTypes = iconPropTypes;
|
|
2786
2784
|
}
|
|
2787
|
-
const
|
|
2785
|
+
const IbmAiopsInsights = /*#__PURE__*/React.forwardRef(function IbmAiopsInsights(_ref117, ref) {
|
|
2788
2786
|
let {
|
|
2789
2787
|
children,
|
|
2790
2788
|
size = 16,
|
|
@@ -2798,14 +2796,22 @@ const IbmDeployableArchitecture = /*#__PURE__*/React.forwardRef(function IbmDepl
|
|
|
2798
2796
|
viewBox: "0 0 32 32",
|
|
2799
2797
|
fill: "currentColor",
|
|
2800
2798
|
...rest
|
|
2801
|
-
},
|
|
2802
|
-
d: "
|
|
2799
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2800
|
+
d: "M5.5 23L2 30 9 30 5.5 23zM26 15v2c1.1025 0 2 .8975 2 2v5c0 1.1025-.8975 2-2 2H10v2h16c2.2061 0 4-1.7939 4-4v-5c0-2.2056-1.7939-4-4-4z"
|
|
2801
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2802
|
+
d: "m14,24c-.4463,0-.8389-.2959-.9614-.7251l-1.793-6.2749h-3.2456v-2h4c.4463,0,.8389.2959.9614.7251l1.0386,3.6348,3.0386-10.6348c.1226-.4292.5151-.7251.9614-.7251s.8389.2959.9614.7251l1.793,6.2749h3.2456v2h-4c-.4463,0-.8389-.2959-.9614-.7251l-1.0386-3.6348-3.0386,10.6348c-.1226.4292-.5151.7251-.9614.7251Z"
|
|
2803
|
+
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2804
|
+
d: "m4,13v-5c0-1.103.897-2,2-2h16v-2H6c-2.2056,0-4,1.7944-4,4v5c0,2.2056,1.7944,4,4,4v-2c-1.103,0-2-.897-2-2Z"
|
|
2805
|
+
})), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
|
|
2806
|
+
cx: "27",
|
|
2807
|
+
cy: "5",
|
|
2808
|
+
r: "3"
|
|
2803
2809
|
})), children);
|
|
2804
2810
|
});
|
|
2805
2811
|
if (process.env.NODE_ENV !== "production") {
|
|
2806
|
-
|
|
2812
|
+
IbmAiopsInsights.propTypes = iconPropTypes;
|
|
2807
2813
|
}
|
|
2808
|
-
const
|
|
2814
|
+
const IbmApiConnect = /*#__PURE__*/React.forwardRef(function IbmApiConnect(_ref118, ref) {
|
|
2809
2815
|
let {
|
|
2810
2816
|
children,
|
|
2811
2817
|
size = 16,
|
|
@@ -2819,24 +2825,14 @@ const IbmDynamicRouteServer = /*#__PURE__*/React.forwardRef(function IbmDynamicR
|
|
|
2819
2825
|
viewBox: "0 0 32 32",
|
|
2820
2826
|
fill: "currentColor",
|
|
2821
2827
|
...rest
|
|
2822
|
-
},
|
|
2823
|
-
|
|
2824
|
-
cy: "5",
|
|
2825
|
-
r: "2"
|
|
2826
|
-
})), _circle43 || (_circle43 = /*#__PURE__*/React.createElement("circle", {
|
|
2827
|
-
cx: "29",
|
|
2828
|
-
cy: "27",
|
|
2829
|
-
r: "2"
|
|
2830
|
-
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2831
|
-
d: "m7,13H1v6h6v-6Zm-2,4h-2v-2h2v2Z"
|
|
2832
|
-
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2833
|
-
d: "m17.4999,6.6774c-1.316-1.67-3.3437-2.6774-5.4999-2.6774-2.4907,0-4.8135,1.3403-6.063,3.499l-1.1655,2.0186,1.7324,1,1.165-2.0176c.8921-1.542,2.5518-2.5,4.3311-2.5s3.439.958,4.3311,2.4995c.0048.0082.011.0154.0158.0236l-1.9328,3.348c-1.1128,1.9282-3.188,3.1274-5.415,3.1289l.001,1-.001,1c2.2271.002,4.3022,1.2002,5.415,3.1289l1.9326,3.347c-.0049.0084-.0112.0156-.0161.024-.8916,1.542-2.5513,2.5-4.3306,2.5s-3.439-.958-4.3306-2.499l-1.165-2.0186-1.7324,1,1.1655,2.0195c1.249,2.1572,3.5718,3.498,6.0625,3.498,2.1555,0,4.1829-1.0075,5.5004-2.6772,1.3154,1.6699,3.3427,2.6772,5.4996,2.6772h2v-2h-2c-1.7387,0-3.3566-.918-4.2612-2.3972.9349-1.003,2.254-1.6018,3.6547-1.6018h2.6064v-2h-2.6064c-1.7564,0-3.4199.6761-4.6906,1.824l-1.5565-2.6961c-.7776-1.3467-1.9164-2.4129-3.2465-3.1289,1.3301-.716,2.4688-1.7822,3.2465-3.1289l1.5565-2.6962c1.2706,1.1483,2.9341,1.8246,4.6906,1.8246h2.6064v-2h-2.6064c-1.4005,0-2.7194-.5986-3.6552-1.6017.9044-1.4795,2.5226-2.3978,4.2616-2.3978h2v-2h-2c-2.157,0-4.1844,1.0074-5.5001,2.6774Z"
|
|
2828
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2829
|
+
d: "M22,12c-1.1393,0-2.1624.484-2.8915,1.2505l-3.1586-1.7552c.0272-.162.05-.3257.05-.4954,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,1.0923.5928,2.0405,1.4676,2.5651l-.8963,4.4782c-1.4501.2102-2.5713,1.4492-2.5713,2.9567,0,1.6543,1.3457,3,3,3s3-1.3457,3-3c0-.0867-.0183-.1684-.0256-.2533l4.9317-2.2424c.7339.9048,1.8404,1.4957,3.0939,1.4957,2.2061,0,4-1.7939,4-4s-1.7939-4-4-4ZM12.9989,10.0002c.552,0,1.0004.4482,1.0004,1s-.4484,1-1.0004,1-1.0004-.4482-1.0004-1,.4484-1,1.0004-1ZM10.9982,22.0001c-.552,0-1.0004-.4482-1.0004-1s.4484-1,1.0004-1c.4135,0,.7687.2517.9209.6099l.0009.002c.0504.1194.0785.2505.0785.3881,0,.5518-.4484,1-1.0004,1ZM13.1545,18.9224c-.1838-.1906-.395-.3505-.6233-.4874l.8966-4.4782c.5893-.0854,1.1195-.3394,1.5463-.7159l3.1684,1.7599c-.0835.3213-.1418.6522-.1418.9993,0,.2355.0303.4633.0695.6877l-4.9158,2.2345ZM22.0022,18.0002c-1.1029,0-2.0007-.8975-2.0007-2s.8978-2,2.0007-2,2.0007.8975,2.0007,2-.8978,2-2.0007,2ZM27.0908,11.4079c.6175,1.4903.9125,3.0496.9092,4.5921-.0033,1.5629-.3128,3.1085-.9009,4.5475l1.7934.8965c.7238-1.7181,1.1039-3.5704,1.1075-5.444.0035-1.7996-.3405-3.6188-1.061-5.3572-2.2286-5.3799-7.4473-8.6357-12.939-8.6428-1.7888-.0023-3.6066.3401-5.3595,1.0661l.7655,1.8474c1.5025-.6221,3.0607-.9156,4.594-.9135,4.7072.0063,9.1801,2.7969,11.0908,7.4079ZM20.594,27.0868c-1.5026.6222-3.0607.9152-4.594.9132-4.7075-.0062-9.1802-2.797-11.0908-7.4076-.6175-1.4904-.9125-3.0498-.9092-4.5924.0033-1.5627.3128-3.1082.9009-4.5472l-1.7934-.8965c-.7237,1.718-1.1039,3.5702-1.1075,5.4437-.0035,1.7997.3404,3.619,1.061,5.3576,1.4775,3.5657,4.2683,6.1985,7.582,7.5705,1.6852.6977,3.5055,1.0695,5.357,1.0719,1.7887.0024,3.6064-.3399,5.3594-1.0658l-.7654-1.8474ZM25,23c-1.12,0-2,.88-2,2s.88,2,2,2,2-.88,2-2-.88-2-2-2ZM7,5c-1.12,0-2,.88-2,2s.88,2,2,2,2-.88,2-2-.88-2-2-2Z"
|
|
2834
2830
|
})), children);
|
|
2835
2831
|
});
|
|
2836
2832
|
if (process.env.NODE_ENV !== "production") {
|
|
2837
|
-
|
|
2833
|
+
IbmApiConnect.propTypes = iconPropTypes;
|
|
2838
2834
|
}
|
|
2839
|
-
const
|
|
2835
|
+
const IbmAppConnectEnterprise = /*#__PURE__*/React.forwardRef(function IbmAppConnectEnterprise(_ref119, ref) {
|
|
2840
2836
|
let {
|
|
2841
2837
|
children,
|
|
2842
2838
|
size = 16,
|
|
@@ -2850,18 +2846,14 @@ const IbmEloAutomotiveCompliance = /*#__PURE__*/React.forwardRef(function IbmElo
|
|
|
2850
2846
|
viewBox: "0 0 32 32",
|
|
2851
2847
|
fill: "currentColor",
|
|
2852
2848
|
...rest
|
|
2853
|
-
},
|
|
2854
|
-
|
|
2855
|
-
d: "m29.9467,13.9356h-2c-.7368,0-1.3748.4051-1.7218,1H6.0151l2.625-7h7.3073v-2h-7.3073c-.8291,0-1.5811.521-1.873,1.2974l-2.5137,6.7026-2.3066-.0005v2l2,.0002v9.0002c0,1.103.8975,2,2,2v3h2v-3h16v3h2v-3c1.1025,0,2-.897,2-2v-9h2v-2ZM5.9467,24.9356v-3h3v-2h-3v-3h20v3h-3v2h3v3H5.9467Z"
|
|
2856
|
-
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2857
|
-
strokeWidth: "0",
|
|
2858
|
-
d: "M11.979 19.941H19.979V21.941H11.979zM29.5367 2.5256L22.9467 9.1154 20.3567 6.5255 18.9467 7.9356 22.9467 11.9356 30.9467 3.9356 29.5367 2.5256z"
|
|
2849
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2850
|
+
d: "M22,19c-.2045,0-.404.0212-.597.0604l-2.5553-4.2578c.711-.7224,1.1523-1.7111,1.1523-2.8026,0-2.2061-1.7939-4-4-4s-4,1.7939-4,4c0,1.0931.4424,2.0834,1.1552,2.806l-3.111,5.1983c-.0151-.0003-.0291-.0043-.0443-.0043-1.12,0-2,.88-2,2s.88,2,2,2,2-.88,2-2c0-.3502-.0941-.6718-.2466-.9555l3.1263-5.2239c.3578.1053.7288.1794,1.1203.1794.3933,0,.7659-.0747,1.1251-.1809l2.5706,4.2833c-.428.5187-.6957,1.1741-.6957,1.8976,0,1.6543,1.3457,3,3,3s3-1.3457,3-3-1.3457-3-3-3ZM14,12c0-1.1025.8975-2,2-2s2,.8975,2,2-.8975,2-2,2-2-.8975-2-2ZM22,23c-.5518,0-1-.4482-1-1s.4482-1,1-1,1,.4482,1,1-.4482,1-1,1ZM30,16.9995v-.0005h0c-.0005-7.7192-6.2805-13.999-14-13.999S2,9.2803,2,17c0,4.1558,2.0088,7.644,3.3611,8.8938,1.0293.9512,2.5835,2.1062,4.6389,2.1062,3.3086,0,6-2.6917,6-6,0-.834-.168-1.6416-.5-2.4006l-1.832.8008c.2197.5049.332,1.0432.332,1.5999,0,2.2056-1.7939,4-4,4s-4-1.7944-4-4,1.7939-4,4-4v-2c-2.5745,0-4.7689,1.6328-5.6187,3.9148-.2546-.9341-.3813-1.9031-.3813-2.9148,0-6.6167,5.3828-12,12-12s12,5.3833,12,12h.001c0,1.0518-.1367,2.0977-.4053,3.1084l1.9316.5156c.3145-1.1804.4734-2.3997.4727-3.624h0v-.0005Z"
|
|
2859
2851
|
})), children);
|
|
2860
2852
|
});
|
|
2861
2853
|
if (process.env.NODE_ENV !== "production") {
|
|
2862
|
-
|
|
2854
|
+
IbmAppConnectEnterprise.propTypes = iconPropTypes;
|
|
2863
2855
|
}
|
|
2864
|
-
const
|
|
2856
|
+
const IbmApplicationAndDiscoveryDeliveryIntelligence = /*#__PURE__*/React.forwardRef(function IbmApplicationAndDiscoveryDeliveryIntelligence(_ref120, ref) {
|
|
2865
2857
|
let {
|
|
2866
2858
|
children,
|
|
2867
2859
|
size = 16,
|
|
@@ -2875,18 +2867,14 @@ const IbmEloEngineeringInsights = /*#__PURE__*/React.forwardRef(function IbmEloE
|
|
|
2875
2867
|
viewBox: "0 0 32 32",
|
|
2876
2868
|
fill: "currentColor",
|
|
2877
2869
|
...rest
|
|
2878
|
-
},
|
|
2879
|
-
|
|
2880
|
-
d: "m20,16c-.0925,0-.1792.021-.27.0273l-.8916-2.6743c.7017-.5493,1.1616-1.3945,1.1616-2.353,0-1.6543-1.3457-3-3-3s-3,1.3457-3,3c0,.3804.0784.7412.208,1.0762l-2.7224,2.333c-.4399-.2529-.9426-.4092-1.4856-.4092-1.6543,0-3,1.3457-3,3s1.3457,3,3,3c.9915,0,1.865-.4893,2.4116-1.2324l3.6038,1.0811c-.002.0513-.0154.0996-.0154.1514,0,2.2056,1.7944,4,4,4s4-1.7944,4-4-1.7944-4-4-4Zm-3-6c.5513,0,1,.4487,1,1s-.4487,1-1,1-1-.4487-1-1,.4487-1,1-1Zm-7,8c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1Zm2.9849-1.1484c-.0161-.3257-.0806-.6372-.1929-.9277l2.7224-2.333c.4243.2441.908.3936,1.4294.4033l.885,2.6553c-.5046.3281-.9229.7695-1.2363,1.2842l-3.6077-1.082Zm7.0151,5.1484c-1.103,0-2-.8975-2-2s.897-2,2-2,2,.8975,2,2-.897,2-2,2Z"
|
|
2881
|
-
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2882
|
-
strokeWidth: "0",
|
|
2883
|
-
d: "M27.4961 9.8638l-11.4961-6.7061-8.4961 4.9561-1.0078-1.7275L15.4961 1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12 7-1.0078 1.7275zM16.5039 30.8638l-1.0078-1.7275 11.5039-6.7106v-10.4257h2v11c0 .3557-.189.6846-.4961.8638l-12 7zM12.4961 29.1138l-9-5.25c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l8.5039 4.9606-1.0078 1.7275z"
|
|
2870
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2871
|
+
d: "M9,6h-2v10h2V6ZM28.5039,8.1362L16.5039,1.1362c-.1558-.0908-.3298-.1362-.5039-.1362s-.3481.0454-.5039.1362l-4,2.3333c-.3071.1792-.4961.5081-.4961.8638v8.6667h2V4.9076l3-1.7499,11,6.4166v3.4257h2v-4c0-.3557-.189-.6846-.4961-.8638ZM4.9987,22.4315v-13.4315h-1.9987v14.006c0,.3559.1889.6849.4958.8642l10.4971,6.1298,1.0072-1.7282h-.0001s-10.0013-5.8403-10.0013-5.8403ZM22,26.9999h2v-9.9999h-2v9.9999ZM27,27h2v-6h-2v6ZM17,27h2v-8h-2v8Z"
|
|
2884
2872
|
})), children);
|
|
2885
2873
|
});
|
|
2886
2874
|
if (process.env.NODE_ENV !== "production") {
|
|
2887
|
-
|
|
2875
|
+
IbmApplicationAndDiscoveryDeliveryIntelligence.propTypes = iconPropTypes;
|
|
2888
2876
|
}
|
|
2889
|
-
const
|
|
2877
|
+
const IbmAspera = /*#__PURE__*/React.forwardRef(function IbmAspera(_ref121, ref) {
|
|
2890
2878
|
let {
|
|
2891
2879
|
children,
|
|
2892
2880
|
size = 16,
|
|
@@ -2900,18 +2888,14 @@ const IbmEloMethodComposer = /*#__PURE__*/React.forwardRef(function IbmEloMethod
|
|
|
2900
2888
|
viewBox: "0 0 32 32",
|
|
2901
2889
|
fill: "currentColor",
|
|
2902
2890
|
...rest
|
|
2903
|
-
},
|
|
2904
|
-
|
|
2905
|
-
d: "m13.76,10.463l-3.297,3.297c-.6173.6173-.6173,1.6227,0,2.24l12.0044,12h5.5326v-5.5326l-12-12.0044c-.6173-.6173-1.6226-.6173-2.2399,0h0Zm12.24,12.8328v2.7042h-2.7042l-7.4409-7.4409,2.7042-2.7042,7.4409,7.4409Zm-8.855-8.8549l-2.7041,2.7041-2.2672-2.2672,2.7042-2.7042,2.2671,2.2673Z"
|
|
2906
|
-
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2907
|
-
strokeWidth: "0",
|
|
2908
|
-
d: "m28,2v8h-8v-2h4.92c-2.25-2.53-5.46-4-8.92-4-6.61,0-12,5.38-12,12,0,6.61,5.39,12,12,12h1v2h-1c-7.72,0-14-6.28-14-14S8.28,2,16,2c3.83,0,7.4,1.5499,10,4.23V2h2Z"
|
|
2891
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2892
|
+
d: "M28,11c-.75,0-1.39.4-1.73,1h-10.27c-2.21,0-4,1.79-4,4,0,.73.21,1.41.56,2h-6.83c-.34-.6-.98-1-1.73-1-1.12,0-2,.88-2,2s.88,2,2,2c.75,0,1.39-.4,1.73-1h10.27c2.21,0,4-1.79,4-4,0-.73-.21-1.41-.56-2h6.83c.34.6.98,1,1.73,1,1.12,0,2-.88,2-2s-.88-2-2-2ZM18,16c0,1.1-.9,2-2,2s-2-.9-2-2,.9-2,2-2,2,.9,2,2ZM5.05,15h-2c0-7.29,5.08-12,12.95-12h10v2h-10c-6.75,0-10.95,3.83-10.95,10ZM16.05,29H6.05v-2h10c6.14,0,10.95-4.39,10.95-10h2c0,6.73-5.69,12-12.95,12Z"
|
|
2909
2893
|
})), children);
|
|
2910
2894
|
});
|
|
2911
2895
|
if (process.env.NODE_ENV !== "production") {
|
|
2912
|
-
|
|
2896
|
+
IbmAspera.propTypes = iconPropTypes;
|
|
2913
2897
|
}
|
|
2914
|
-
const
|
|
2898
|
+
const IbmBluepay = /*#__PURE__*/React.forwardRef(function IbmBluepay(_ref122, ref) {
|
|
2915
2899
|
let {
|
|
2916
2900
|
children,
|
|
2917
2901
|
size = 16,
|
|
@@ -2925,18 +2909,14 @@ const IbmEloPublishing = /*#__PURE__*/React.forwardRef(function IbmEloPublishing
|
|
|
2925
2909
|
viewBox: "0 0 32 32",
|
|
2926
2910
|
fill: "currentColor",
|
|
2927
2911
|
...rest
|
|
2928
|
-
},
|
|
2929
|
-
|
|
2930
|
-
d: "M18 26L26.1719 26 23.5859 28.5859 25 30 30 25 25 20 23.5859 21.4141 26.1719 24 18 24 18 26zM10 21H15V23H10zM10 16H20V18H10z"
|
|
2931
|
-
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2932
|
-
strokeWidth: "0",
|
|
2933
|
-
d: "m24.7,9.3l-7-7c-.2-.2-.4-.3-.7-.3H7c-1.1,0-2,.8999-2,2v24c0,1.103.8975,2,2,2h8v-2h-8V4h8v6c0,1.1001.9,2,2,2h6v6h2v-8c0-.3-.1-.5-.3-.7Zm-7.7.7v-5.6001l5.6,5.6001h-5.6Z"
|
|
2912
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2913
|
+
d: "M5 26V15.8281l-3.5859 3.586L0 18l6-6 6 6-1.4141 1.4141-3.5859-3.586v10.1719h12v2H7c-1.104-.0013-1.9987-.896-2-2zM31 18h-3v-2h-2v2h-1c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h4v2h-6s0 2 0 2h3v2h2v-2h1c1.1046 0 2-.8954 2-2v-2c0-1.1046-.8954-2-2-2h-4v-2h6v-2zM28 12V6c-.0012-1.104-.896-1.9988-2-2H12v2h14v6M2 6H7V8H2zM2 2H10V4H2z"
|
|
2934
2914
|
})), children);
|
|
2935
2915
|
});
|
|
2936
2916
|
if (process.env.NODE_ENV !== "production") {
|
|
2937
|
-
|
|
2917
|
+
IbmBluepay.propTypes = iconPropTypes;
|
|
2938
2918
|
}
|
|
2939
|
-
const
|
|
2919
|
+
const IbmCloudant = /*#__PURE__*/React.forwardRef(function IbmCloudant(_ref123, ref) {
|
|
2940
2920
|
let {
|
|
2941
2921
|
children,
|
|
2942
2922
|
size = 16,
|
|
@@ -2950,18 +2930,14 @@ const IbmEngineeringLifecycleMgmt = /*#__PURE__*/React.forwardRef(function IbmEn
|
|
|
2950
2930
|
viewBox: "0 0 32 32",
|
|
2951
2931
|
fill: "currentColor",
|
|
2952
2932
|
...rest
|
|
2953
|
-
},
|
|
2954
|
-
|
|
2955
|
-
d: "m31,22v-2h-2.1006c-.1299-.6372-.3845-1.2285-.7322-1.7529l1.4895-1.4897-1.4141-1.4141-1.4897,1.4897c-.5244-.3477-1.1157-.6021-1.7529-.7319v-2.1011h-2v2.1011c-.6372.1299-1.2285.3843-1.7529.7319l-1.4897-1.4897-1.4141,1.4141,1.4893,1.4897c-.3477.5244-.6021,1.1157-.7319,1.7529h-2.1006v2h2.1006c.1299.6372.3843,1.2285.7319,1.7532l-1.4893,1.4895,1.4141,1.4141,1.4897-1.4897c.5244.3477,1.1157.6021,1.7529.7319v2.1011h2v-2.1011c.6372-.1299,1.2285-.3843,1.7529-.7319l1.4897,1.4897,1.4141-1.4141-1.4895-1.4895c.3479-.5247.6023-1.116.7322-1.7532h2.1006Zm-7,2c-1.6567,0-3-1.3433-3-3s1.3433-3,3-3c1.6567,0,3,1.3433,3,3s-1.3433,3-3,3Z"
|
|
2956
|
-
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2957
|
-
strokeWidth: "0",
|
|
2958
|
-
d: "m21,6c0-2.7568-2.2432-5-5-5-1.7798,0-3.439.9575-4.3306,2.4995-.3201.5535-.5259,1.146-.6289,1.7944-1.1428-.8115-2.5352-1.2939-4.0405-1.2939C3.1401,4,0,7.1401,0,11c0,2.6981,1.5368,5.0403,3.7787,6.2083-1.0787.918-1.7787,2.2679-1.7787,3.7917,0,2.7568,2.2432,5,5,5,.7344,0,1.4265-.1685,2.0552-.4539.2764,2.4973,2.375,4.4539,4.9448,4.4539,1.335,0,2.5908-.52,3.5356-1.4639l-1.4141-1.415c-.5669.5669-1.3203.8789-2.1216.8789-1.6543,0-3-1.3457-3-3s1.3457-3,3-3v-2c-.7344,0-1.4265.1685-2.0552.4539-.1435-1.2966-.7849-2.4395-1.7218-3.2463,2.241-1.1685,3.777-3.51,3.777-6.2075,0-.1472-.0139-.2911-.0229-.4363.6199.2761,1.3018.4363,2.0229.4363,2.7568,0,5-2.2432,5-5Zm-7.5991-1.4995c.5352-.9253,1.5312-1.5005,2.5991-1.5005,1.6543,0,3,1.3457,3,3s-1.3457,3-3,3-3-1.3457-3-3h-.0293c.0352-.5762.1714-1.0522.4302-1.4995Zm-3.4009,16.4995c0,1.6543-1.3457,3-3,3s-3-1.3457-3-3,1.3457-3,3-3,3,1.3457,3,3Zm-3-5c-2.7568,0-5-2.2432-5-5s2.2432-5,5-5,5,2.2432,5,5-2.2432,5-5,5Z"
|
|
2933
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2934
|
+
d: "M16 26h5c3.86 0 7-3.14 7-7v-2h-2v2c0 2.76-2.24 5-5 5h-5v2zM20.25 14c-2.34 0-4.25-1.91-4.25-4.25 0-1.79 1.14-3.38 2.78-3.99.74-2.21 2.84-3.76 5.22-3.76s4.48 1.55 5.22 3.76c1.65.61 2.78 2.19 2.78 3.99 0 2.29-1.86 4.19-4.14 4.25h-7.61zm3.75-10c-1.64 0-3.08 1.17-3.42 2.77l-.14.64-.64.13c-1.04.21-1.8 1.14-1.8 2.2 0 1.24 1.01 2.26 2.25 2.26h7.58c1.18-.03 2.17-1.05 2.17-2.26 0-1.06-.76-1.99-1.8-2.2l-.64-.13-.14-.64c-.34-1.6-1.78-2.77-3.42-2.77zM4 14h2v-2c0-2.76 2.24-5 5-5h4v-2h-4c-3.86 0-7 3.14-7 7v2zM10 17h-6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h6c1.1 0 2-.9 2-2v-10c0-1.1-.9-2-2-2zm0 2v2h-6v-2h6zm0 4v2h-6v-2h6zm-6 6v-2h6v2H4z"
|
|
2959
2935
|
})), children);
|
|
2960
2936
|
});
|
|
2961
2937
|
if (process.env.NODE_ENV !== "production") {
|
|
2962
|
-
|
|
2938
|
+
IbmCloudant.propTypes = iconPropTypes;
|
|
2963
2939
|
}
|
|
2964
|
-
const
|
|
2940
|
+
const IbmConsultingAdvantageAgent = /*#__PURE__*/React.forwardRef(function IbmConsultingAdvantageAgent(_ref124, ref) {
|
|
2965
2941
|
let {
|
|
2966
2942
|
children,
|
|
2967
2943
|
size = 16,
|
|
@@ -2975,23 +2951,14 @@ const IbmEngineeringRequirementsDoorsNext = /*#__PURE__*/React.forwardRef(functi
|
|
|
2975
2951
|
viewBox: "0 0 32 32",
|
|
2976
2952
|
fill: "currentColor",
|
|
2977
2953
|
...rest
|
|
2978
|
-
},
|
|
2979
|
-
|
|
2980
|
-
d: "m28,4h-3v1.9991l3-.0005v20.0015h-3v2h3c1.103,0,2-.897,2-2V6c0-1.103-.897-2-2-2Z"
|
|
2981
|
-
})), _circle44 || (_circle44 = /*#__PURE__*/React.createElement("circle", {
|
|
2982
|
-
cx: "16",
|
|
2983
|
-
cy: "17",
|
|
2984
|
-
r: "2",
|
|
2985
|
-
strokeWidth: "0"
|
|
2986
|
-
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2987
|
-
strokeWidth: "0",
|
|
2988
|
-
d: "m22,4v24c0,1.103-.897,2-2,2H4c-1.103,0-2-.897-2-2V4c0-1.103.897-2,2-2h16c1.103,0,2,.897,2,2ZM4,28h16s0-24.0015,0-24.0015l-16,.0015v24Z"
|
|
2954
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2955
|
+
d: "M21.5,31c-5.24,0-9.5-4.26-9.5-9.5s4.26-9.5,9.5-9.5,9.5,4.26,9.5,9.5c0,1.74-.47,3.43-1.36,4.91.1.52.65,1.9,1.26,3.15.19.38.11.84-.19,1.14s-.76.38-1.14.2c-1.27-.61-2.68-1.15-3.2-1.24-1.47.88-3.15,1.34-4.87,1.34ZM26.56,29.54h0ZM21.5,14c-4.14,0-7.5,3.36-7.5,7.5s3.36,7.5,7.5,7.5c1.42,0,2.8-.4,4-1.15.26-.17.7-.44,2.57.23-.69-1.84-.42-2.26-.24-2.54.77-1.2,1.18-2.6,1.18-4.04,0-4.14-3.36-7.5-7.5-7.5h-.01ZM29.51,26.61h0ZM23.63,21c0,.55.45,1,1,1s1-.45,1-1-.45-1-1-1-1,.45-1,1ZM18.63,21c0,.55.45,1,1,1s1-.45,1-1-.45-1-1-1-1,.45-1,1ZM24.58,23c-.63.62-1.5,1-2.45,1s-1.82-.38-2.45-1l-1.4,1.43c.99.97,2.35,1.57,3.85,1.57s2.85-.6,3.85-1.57l-1.4-1.43ZM10,28h-5.38L16,5.23l2.61,5.21,1.79-.89-3.5-7c-.34-.68-1.45-.68-1.79,0L2.1,28.55c-.16.31-.14.68.04.97.18.29.5.47.85.47h7v-2l.01.01Z"
|
|
2989
2956
|
})), children);
|
|
2990
2957
|
});
|
|
2991
2958
|
if (process.env.NODE_ENV !== "production") {
|
|
2992
|
-
|
|
2959
|
+
IbmConsultingAdvantageAgent.propTypes = iconPropTypes;
|
|
2993
2960
|
}
|
|
2994
|
-
const
|
|
2961
|
+
const IbmConsultingAdvantageApplication = /*#__PURE__*/React.forwardRef(function IbmConsultingAdvantageApplication(_ref125, ref) {
|
|
2995
2962
|
let {
|
|
2996
2963
|
children,
|
|
2997
2964
|
size = 16,
|
|
@@ -3005,13 +2972,12 @@ const IbmEngineeringSystemsDesignRhapsody = /*#__PURE__*/React.forwardRef(functi
|
|
|
3005
2972
|
viewBox: "0 0 32 32",
|
|
3006
2973
|
fill: "currentColor",
|
|
3007
2974
|
...rest
|
|
3008
|
-
},
|
|
3009
|
-
|
|
3010
|
-
d: "M4 10h4c1.1046 0 2-.8954 2-2v-4c0-1.1046-.8954-2-2-2h-4c-1.1046 0-2 .8954-2 2v4c0 1.1046.8954 2 2 2zm0-6h4v4h-4v-4zM28 22h-4c-1.1046 0-2 .8954-2 2v4c0 1.1046.8954 2 2 2h4c1.1046 0 2-.8954 2-2v-4c0-1.1046-.8954-2-2-2zm0 6h-4v-4h4v4zM21.414 12.586l-1.414 1.414 6 6 6-6-1.414-1.414-3.586 3.586V7c0-1.1046-.8954-2-2-2h-13v2h13v9.172l-3.586-3.586zM7 15.828l3.586 3.586 1.414-1.414-6-6L0 18l1.414 1.414 3.586-3.586v9.172c0 1.1046.8954 2 2 2h13v-2H7v-9.172z"
|
|
2975
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2976
|
+
d: "M26,28H6c-1.1,0-2-.9-2-2V6c0-1.1.9-2,2-2h22v2H6v20h20V8h2v18c0,1.1-.9,2-2,2ZM15,10h-5v5h5v-5ZM22,10h-5v5h5v-5ZM15,17h-5v5h5v-5ZM22,17h-5v5h5v-5Z"
|
|
3011
2977
|
})), children);
|
|
3012
2978
|
});
|
|
3013
2979
|
if (process.env.NODE_ENV !== "production") {
|
|
3014
|
-
|
|
2980
|
+
IbmConsultingAdvantageApplication.propTypes = iconPropTypes;
|
|
3015
2981
|
}
|
|
3016
2982
|
|
|
3017
|
-
export { FolderShared, Folders, ForecastHail, ForecastHail_30, ForecastLightning, ForecastLightning_30, Fork, ForkNode, Forum, Forward_10, Forward_30, Forward_5, Fragile, Friendship, FruitBowl, Function, FunctionMath, Function_2, GameConsole, GameWireless, Gamification, GasStation, GasStationFilled, Gateway, GatewayApi, GatewayMail, GatewayPublic, GatewaySecurity, GatewayUserAccess, GatewayVpn, Gears, Gem, GemReference, GenderFemale, GenderMale, GeneratePdf, Gif, Gift, GlobalLoanAndTrial, Globe, Gradient, GraphicalDataFlow, Grid, Group, GroupAccess, GroupAccount, GroupObjects, GroupObjectsNew, GroupObjectsSave, GroupPresentation, GroupResource, GroupSecurity, Growth, Gui, GuiManagement, Hail, Harbor, HardwareSecurityModule, Hashtag, Haze, HazeNight, Hd, HdFilled, Hdr, Headphones, Headset, HealthCross, Hearing, HeatMap, HeatMapStocks, HeatMap_02, HeatMap_03, Helicopter, Help, HelpDesk, HelpFilled, HexagonOutline, HexagonSolid, HexagonVerticalOutline, HexagonVerticalSolid, Home, HorizontalView, Hospital, HospitalBed, Hotel, Hourglass, Html, HtmlReference, Http, Humidity, HumidityAlt, Hurricane, HybridNetworking, HybridNetworkingAlt, IbmAiOnZ, IbmAiopsInsights, IbmApiConnect, IbmAppConnectEnterprise, IbmAspera, IbmBluepay, IbmCloudant,
|
|
2983
|
+
export { FlowLogsVpc, FlowModelerReference, FlowStream, FlowStreamReference, Fog, Folder, FolderAdd, FolderDetails, FolderDetailsReference, FolderMoveTo, FolderOff, FolderOpen, FolderParent, FolderShared, Folders, ForecastHail, ForecastHail_30, ForecastLightning, ForecastLightning_30, Fork, ForkNode, Forum, Forward_10, Forward_30, Forward_5, Fragile, Fragments, Friendship, FruitBowl, Function, FunctionMath, Function_2, GameConsole, GameWireless, Gamification, GasStation, GasStationFilled, Gateway, GatewayApi, GatewayMail, GatewayPublic, GatewaySecurity, GatewayUserAccess, GatewayVpn, Gears, Gem, GemReference, GenderFemale, GenderMale, GeneratePdf, Gif, Gift, GlobalLoanAndTrial, Globe, Gradient, GraphicalDataFlow, Grid, Group, GroupAccess, GroupAccount, GroupObjects, GroupObjectsNew, GroupObjectsSave, GroupPresentation, GroupResource, GroupSecurity, Growth, Gui, GuiManagement, Hail, Harbor, HardwareSecurityModule, Hashtag, Haze, HazeNight, Hd, HdFilled, Hdr, Headphones, Headset, HealthCross, Hearing, HeatMap, HeatMapStocks, HeatMap_02, HeatMap_03, Helicopter, Help, HelpDesk, HelpFilled, HexagonOutline, HexagonSolid, HexagonVerticalOutline, HexagonVerticalSolid, Home, HorizontalView, Hospital, HospitalBed, Hotel, Hourglass, Html, HtmlReference, Http, Humidity, HumidityAlt, Hurricane, HybridNetworking, HybridNetworkingAlt, IbmAiOnZ, IbmAiopsInsights, IbmApiConnect, IbmAppConnectEnterprise, IbmApplicationAndDiscoveryDeliveryIntelligence, IbmAspera, IbmBluepay, IbmCloudant, IbmConsultingAdvantageAgent, IbmConsultingAdvantageApplication, QH, QHintonPlot, WatsonHealthFusionBlender, WatsonHealthHangingProtocol, WatsonHealthHl7Attributes, WatsonHealthHoleFilling, WatsonHealthHoleFillingCursor };
|