@carbon/icons-react 11.40.0-rc.0 → 11.40.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/CircleOutline.d.ts +11 -0
- package/es/CircleOutline.js +39 -0
- package/es/DiamondOutline.d.ts +11 -0
- package/es/DiamondOutline.js +39 -0
- package/es/DiamondSolid.d.ts +11 -0
- package/es/DiamondSolid.js +39 -0
- package/es/HexagonOutline.d.ts +11 -0
- package/es/HexagonOutline.js +39 -0
- package/es/HexagonSolid.d.ts +11 -0
- package/es/HexagonSolid.js +39 -0
- package/es/HexagonVerticalOutline.d.ts +11 -0
- package/es/HexagonVerticalOutline.js +39 -0
- package/es/HexagonVerticalSolid.d.ts +11 -0
- package/es/HexagonVerticalSolid.js +39 -0
- package/es/PentagonDownOutline.d.ts +11 -0
- package/es/PentagonDownOutline.js +39 -0
- package/es/PentagonDownSolid.d.ts +11 -0
- package/es/PentagonDownSolid.js +39 -0
- package/es/PentagonLeftOutline.d.ts +11 -0
- package/es/PentagonLeftOutline.js +39 -0
- package/es/PentagonLeftSolid.d.ts +11 -0
- package/es/PentagonLeftSolid.js +39 -0
- package/es/PentagonOutline.d.ts +11 -0
- package/es/PentagonOutline.js +39 -0
- package/es/PentagonRightOutline.d.ts +11 -0
- package/es/PentagonRightOutline.js +39 -0
- package/es/PentagonRightSolid.d.ts +11 -0
- package/es/PentagonRightSolid.js +39 -0
- package/es/PentagonSolid.d.ts +11 -0
- package/es/PentagonSolid.js +39 -0
- package/es/SquareOutline.d.ts +11 -0
- package/es/SquareOutline.js +39 -0
- package/es/SquareSolid.d.ts +11 -0
- package/es/SquareSolid.js +35 -0
- package/es/TriangleDownOutline.d.ts +11 -0
- package/es/TriangleDownOutline.js +39 -0
- package/es/TriangleDownSolid.d.ts +11 -0
- package/es/TriangleDownSolid.js +39 -0
- package/es/TriangleLeftOutline.d.ts +11 -0
- package/es/TriangleLeftOutline.js +39 -0
- package/es/TriangleLeftSolid.d.ts +11 -0
- package/es/TriangleLeftSolid.js +39 -0
- package/es/TriangleOutline.d.ts +11 -0
- package/es/TriangleOutline.js +39 -0
- package/es/TriangleRightOutline.d.ts +11 -0
- package/es/TriangleRightOutline.js +39 -0
- package/es/TriangleRightSolid.d.ts +11 -0
- package/es/TriangleRightSolid.js +39 -0
- package/es/TriangleSolid.d.ts +11 -0
- package/es/TriangleSolid.js +39 -0
- package/es/generated/bucket-10.d.ts +8 -8
- package/es/generated/bucket-10.js +608 -595
- package/es/generated/bucket-11.d.ts +16 -16
- package/es/generated/bucket-11.js +642 -648
- package/es/generated/bucket-12.d.ts +16 -16
- package/es/generated/bucket-12.js +857 -850
- package/es/generated/bucket-13.d.ts +16 -16
- package/es/generated/bucket-13.js +799 -798
- package/es/generated/bucket-14.d.ts +18 -18
- package/es/generated/bucket-14.js +923 -937
- package/es/generated/bucket-15.d.ts +18 -18
- package/es/generated/bucket-15.js +733 -738
- package/es/generated/bucket-16.d.ts +26 -26
- package/es/generated/bucket-16.js +762 -799
- package/es/generated/bucket-17.d.ts +26 -2
- package/es/generated/bucket-17.js +1030 -450
- package/es/generated/bucket-18.d.ts +11 -0
- package/es/generated/bucket-18.js +38 -0
- package/es/generated/bucket-3.d.ts +2 -2
- package/es/generated/bucket-3.js +438 -437
- package/es/generated/bucket-4.d.ts +4 -4
- package/es/generated/bucket-4.js +495 -501
- package/es/generated/bucket-5.d.ts +4 -4
- package/es/generated/bucket-5.js +527 -519
- package/es/generated/bucket-6.d.ts +4 -4
- package/es/generated/bucket-6.js +512 -538
- package/es/generated/bucket-7.d.ts +8 -8
- package/es/generated/bucket-7.js +697 -694
- package/es/generated/bucket-8.d.ts +8 -8
- package/es/generated/bucket-8.js +685 -682
- package/es/generated/bucket-9.d.ts +8 -8
- package/es/generated/bucket-9.js +593 -590
- package/es/index.d.ts +1 -0
- package/es/index.js +16 -15
- package/lib/CircleOutline.d.ts +11 -0
- package/lib/CircleOutline.js +45 -0
- package/lib/DiamondOutline.d.ts +11 -0
- package/lib/DiamondOutline.js +45 -0
- package/lib/DiamondSolid.d.ts +11 -0
- package/lib/DiamondSolid.js +45 -0
- package/lib/HexagonOutline.d.ts +11 -0
- package/lib/HexagonOutline.js +45 -0
- package/lib/HexagonSolid.d.ts +11 -0
- package/lib/HexagonSolid.js +45 -0
- package/lib/HexagonVerticalOutline.d.ts +11 -0
- package/lib/HexagonVerticalOutline.js +45 -0
- package/lib/HexagonVerticalSolid.d.ts +11 -0
- package/lib/HexagonVerticalSolid.js +45 -0
- package/lib/PentagonDownOutline.d.ts +11 -0
- package/lib/PentagonDownOutline.js +45 -0
- package/lib/PentagonDownSolid.d.ts +11 -0
- package/lib/PentagonDownSolid.js +45 -0
- package/lib/PentagonLeftOutline.d.ts +11 -0
- package/lib/PentagonLeftOutline.js +45 -0
- package/lib/PentagonLeftSolid.d.ts +11 -0
- package/lib/PentagonLeftSolid.js +45 -0
- package/lib/PentagonOutline.d.ts +11 -0
- package/lib/PentagonOutline.js +45 -0
- package/lib/PentagonRightOutline.d.ts +11 -0
- package/lib/PentagonRightOutline.js +45 -0
- package/lib/PentagonRightSolid.d.ts +11 -0
- package/lib/PentagonRightSolid.js +45 -0
- package/lib/PentagonSolid.d.ts +11 -0
- package/lib/PentagonSolid.js +45 -0
- package/lib/SquareOutline.d.ts +11 -0
- package/lib/SquareOutline.js +45 -0
- package/lib/SquareSolid.d.ts +11 -0
- package/lib/SquareSolid.js +41 -0
- package/lib/TriangleDownOutline.d.ts +11 -0
- package/lib/TriangleDownOutline.js +45 -0
- package/lib/TriangleDownSolid.d.ts +11 -0
- package/lib/TriangleDownSolid.js +45 -0
- package/lib/TriangleLeftOutline.d.ts +11 -0
- package/lib/TriangleLeftOutline.js +45 -0
- package/lib/TriangleLeftSolid.d.ts +11 -0
- package/lib/TriangleLeftSolid.js +45 -0
- package/lib/TriangleOutline.d.ts +11 -0
- package/lib/TriangleOutline.js +45 -0
- package/lib/TriangleRightOutline.d.ts +11 -0
- package/lib/TriangleRightOutline.js +45 -0
- package/lib/TriangleRightSolid.d.ts +11 -0
- package/lib/TriangleRightSolid.js +45 -0
- package/lib/TriangleSolid.d.ts +11 -0
- package/lib/TriangleSolid.js +45 -0
- package/lib/generated/bucket-10.d.ts +8 -8
- package/lib/generated/bucket-10.js +614 -601
- package/lib/generated/bucket-11.d.ts +16 -16
- package/lib/generated/bucket-11.js +656 -662
- package/lib/generated/bucket-12.d.ts +16 -16
- package/lib/generated/bucket-12.js +871 -864
- package/lib/generated/bucket-13.d.ts +16 -16
- package/lib/generated/bucket-13.js +813 -812
- package/lib/generated/bucket-14.d.ts +18 -18
- package/lib/generated/bucket-14.js +939 -953
- package/lib/generated/bucket-15.d.ts +18 -18
- package/lib/generated/bucket-15.js +749 -754
- package/lib/generated/bucket-16.d.ts +26 -26
- package/lib/generated/bucket-16.js +786 -823
- package/lib/generated/bucket-17.d.ts +26 -2
- package/lib/generated/bucket-17.js +1054 -450
- package/lib/generated/bucket-18.d.ts +11 -0
- package/lib/generated/bucket-18.js +46 -0
- package/lib/generated/bucket-3.d.ts +2 -2
- package/lib/generated/bucket-3.js +438 -437
- package/lib/generated/bucket-4.d.ts +4 -4
- package/lib/generated/bucket-4.js +497 -503
- package/lib/generated/bucket-5.d.ts +4 -4
- package/lib/generated/bucket-5.js +529 -521
- package/lib/generated/bucket-6.d.ts +4 -4
- package/lib/generated/bucket-6.js +514 -540
- package/lib/generated/bucket-7.d.ts +8 -8
- package/lib/generated/bucket-7.js +703 -700
- package/lib/generated/bucket-8.d.ts +8 -8
- package/lib/generated/bucket-8.js +691 -688
- package/lib/generated/bucket-9.d.ts +8 -8
- package/lib/generated/bucket-9.js +599 -596
- package/lib/index.d.ts +1 -0
- package/lib/index.js +169 -143
- package/package.json +4 -4
package/es/generated/bucket-6.js
CHANGED
|
@@ -12,8 +12,8 @@ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
|
12
12
|
import '@carbon/icon-helpers';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
|
|
15
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45,
|
|
16
|
-
const
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _circle, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _circle2, _path67, _path68, _circle3, _path69, _circle4, _circle5, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _rect, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _circle6, _circle7, _circle8, _path128, _path129, _path130, _path131, _circle9, _circle10, _circle11, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _circle12, _circle13, _circle14, _circle15, _path157, _path158, _circle16, _circle17, _circle18, _circle19, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _circle20, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _circle21, _circle22, _circle23, _circle24, _circle25, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208;
|
|
16
|
+
const Exit = /*#__PURE__*/React.forwardRef(function Exit(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
19
19
|
size = 16,
|
|
@@ -28,20 +28,83 @@ const Explore = /*#__PURE__*/React.forwardRef(function Explore(_ref, ref) {
|
|
|
28
28
|
fill: "currentColor",
|
|
29
29
|
...rest
|
|
30
30
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M26 4H28V28H26zM11.414 20.586L7.828 17 22 17 22 15 7.828 15 11.414 11.414 10 10 4 16 10 22 11.414 20.586z"
|
|
32
|
+
})), children);
|
|
33
|
+
});
|
|
34
|
+
if (process.env.NODE_ENV !== "production") {
|
|
35
|
+
Exit.propTypes = iconPropTypes;
|
|
36
|
+
}
|
|
37
|
+
const ExpandAll = /*#__PURE__*/React.forwardRef(function ExpandAll(_ref2, ref) {
|
|
38
|
+
let {
|
|
39
|
+
children,
|
|
40
|
+
size = 16,
|
|
41
|
+
...rest
|
|
42
|
+
} = _ref2;
|
|
43
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
44
|
+
width: size,
|
|
45
|
+
height: size,
|
|
46
|
+
ref: ref,
|
|
47
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
48
|
+
viewBox: "0 0 32 32",
|
|
49
|
+
fill: "currentColor",
|
|
50
|
+
...rest
|
|
51
|
+
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
d: "M12,10H26a2.0025,2.0025,0,0,0,2-2V4a2.0025,2.0025,0,0,0-2-2H12a2.0025,2.0025,0,0,0-2,2V5H6V2H4V25a2.0025,2.0025,0,0,0,2,2h4v1a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V24a2.0025,2.0025,0,0,0-2-2H12a2.0025,2.0025,0,0,0-2,2v1H6V17h4v1a2.0025,2.0025,0,0,0,2,2H26a2.0025,2.0025,0,0,0,2-2V14a2.0025,2.0025,0,0,0-2-2H12a2.0025,2.0025,0,0,0-2,2v1H6V7h4V8A2.0025,2.0025,0,0,0,12,10Zm0-6H26l.0012,4H12Zm0,20H26l.0012,4H12Zm0-10H26l.0012,4H12Z"
|
|
53
|
+
})), children);
|
|
54
|
+
});
|
|
55
|
+
if (process.env.NODE_ENV !== "production") {
|
|
56
|
+
ExpandAll.propTypes = iconPropTypes;
|
|
57
|
+
}
|
|
58
|
+
const ExpandCategories = /*#__PURE__*/React.forwardRef(function ExpandCategories(_ref3, ref) {
|
|
59
|
+
let {
|
|
60
|
+
children,
|
|
61
|
+
size = 16,
|
|
62
|
+
...rest
|
|
63
|
+
} = _ref3;
|
|
64
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
65
|
+
width: size,
|
|
66
|
+
height: size,
|
|
67
|
+
ref: ref,
|
|
68
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
69
|
+
viewBox: "0 0 32 32",
|
|
70
|
+
fill: "currentColor",
|
|
71
|
+
...rest
|
|
72
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
73
|
+
d: "M20 26H26V28H20zM20 18H28V20H20zM20 10H30V12H20zM15 4H17V28H15zM10.586 3.959L7 7.249 3.412 3.958 2 5.373 7 10 12 5.373 10.586 3.959z"
|
|
74
|
+
})), children);
|
|
75
|
+
});
|
|
76
|
+
if (process.env.NODE_ENV !== "production") {
|
|
77
|
+
ExpandCategories.propTypes = iconPropTypes;
|
|
78
|
+
}
|
|
79
|
+
const Explore = /*#__PURE__*/React.forwardRef(function Explore(_ref4, ref) {
|
|
80
|
+
let {
|
|
81
|
+
children,
|
|
82
|
+
size = 16,
|
|
83
|
+
...rest
|
|
84
|
+
} = _ref4;
|
|
85
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
86
|
+
width: size,
|
|
87
|
+
height: size,
|
|
88
|
+
ref: ref,
|
|
89
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
90
|
+
viewBox: "0 0 32 32",
|
|
91
|
+
fill: "currentColor",
|
|
92
|
+
...rest
|
|
93
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
31
94
|
d: "M22.707,9.2931a.9992.9992,0,0,0-1.0234-.2417l-9,3a1.001,1.001,0,0,0-.6323.6323l-3,9a1,1,0,0,0,1.2651,1.2651l9-3a1.0013,1.0013,0,0,0,.6323-.6324l3-9A1,1,0,0,0,22.707,9.2931ZM11.5811,20.419l2.2094-6.6284L18.21,18.21Z"
|
|
32
|
-
})),
|
|
95
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
33
96
|
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
34
97
|
})), children);
|
|
35
98
|
});
|
|
36
99
|
if (process.env.NODE_ENV !== "production") {
|
|
37
100
|
Explore.propTypes = iconPropTypes;
|
|
38
101
|
}
|
|
39
|
-
const Export = /*#__PURE__*/React.forwardRef(function Export(
|
|
102
|
+
const Export = /*#__PURE__*/React.forwardRef(function Export(_ref5, ref) {
|
|
40
103
|
let {
|
|
41
104
|
children,
|
|
42
105
|
size = 16,
|
|
43
106
|
...rest
|
|
44
|
-
} =
|
|
107
|
+
} = _ref5;
|
|
45
108
|
if (size === 16 || size === "16" || size === "16px") {
|
|
46
109
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
47
110
|
width: size,
|
|
@@ -51,7 +114,7 @@ const Export = /*#__PURE__*/React.forwardRef(function Export(_ref2, ref) {
|
|
|
51
114
|
viewBox: "0 0 16 16",
|
|
52
115
|
fill: "currentColor",
|
|
53
116
|
...rest
|
|
54
|
-
},
|
|
117
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
55
118
|
d: "M13 12v2H3v-2H2v2l0 0c0 .6.4 1 1 1h10c.6 0 1-.4 1-1l0 0v-2H13zM3 6L3.7 6.7 7.5 2.9 7.5 12 8.5 12 8.5 2.9 12.3 6.7 13 6 8 1z"
|
|
56
119
|
})), children);
|
|
57
120
|
}
|
|
@@ -63,19 +126,19 @@ const Export = /*#__PURE__*/React.forwardRef(function Export(_ref2, ref) {
|
|
|
63
126
|
viewBox: "0 0 32 32",
|
|
64
127
|
fill: "currentColor",
|
|
65
128
|
...rest
|
|
66
|
-
},
|
|
129
|
+
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
67
130
|
d: "M26 24v4H6V24H4v4l.0076-.0049A1.9977 1.9977 0 006 30H26a2 2 0 002-2h0V24zM6 12L7.411 13.405 15 5.825 15 24 17 24 17 5.825 24.591 13.405 26 12 16 2 6 12z"
|
|
68
131
|
})), children);
|
|
69
132
|
});
|
|
70
133
|
if (process.env.NODE_ENV !== "production") {
|
|
71
134
|
Export.propTypes = iconPropTypes;
|
|
72
135
|
}
|
|
73
|
-
const Eyedropper = /*#__PURE__*/React.forwardRef(function Eyedropper(
|
|
136
|
+
const Eyedropper = /*#__PURE__*/React.forwardRef(function Eyedropper(_ref6, ref) {
|
|
74
137
|
let {
|
|
75
138
|
children,
|
|
76
139
|
size = 16,
|
|
77
140
|
...rest
|
|
78
|
-
} =
|
|
141
|
+
} = _ref6;
|
|
79
142
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
80
143
|
width: size,
|
|
81
144
|
height: size,
|
|
@@ -84,19 +147,19 @@ const Eyedropper = /*#__PURE__*/React.forwardRef(function Eyedropper(_ref3, ref)
|
|
|
84
147
|
viewBox: "0 0 32 32",
|
|
85
148
|
fill: "currentColor",
|
|
86
149
|
...rest
|
|
87
|
-
},
|
|
150
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
88
151
|
d: "M2 27H5V30H2zM29.71 7.29l-5-5a1 1 0 00-1.41 0h0L20 5.59l-1.29-1.3L17.29 5.71 18.59 7 8.29 17.29A1 1 0 008 18v1.59l-2.71 2.7a1 1 0 000 1.41h0l3 3a1 1 0 001.41 0h0L12.41 24H14a1 1 0 00.71-.29L25 13.41l1.29 1.3 1.42-1.42L26.41 12l3.3-3.29a1 1 0 000-1.41zM13.59 22h-2L9 24.59 7.41 23 10 20.41v-2l10-10L23.59 12zM25 10.59L21.41 7 24 4.41 27.59 8z"
|
|
89
152
|
})), children);
|
|
90
153
|
});
|
|
91
154
|
if (process.env.NODE_ENV !== "production") {
|
|
92
155
|
Eyedropper.propTypes = iconPropTypes;
|
|
93
156
|
}
|
|
94
|
-
const FaceActivated = /*#__PURE__*/React.forwardRef(function FaceActivated(
|
|
157
|
+
const FaceActivated = /*#__PURE__*/React.forwardRef(function FaceActivated(_ref7, ref) {
|
|
95
158
|
let {
|
|
96
159
|
children,
|
|
97
160
|
size = 16,
|
|
98
161
|
...rest
|
|
99
|
-
} =
|
|
162
|
+
} = _ref7;
|
|
100
163
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
101
164
|
width: size,
|
|
102
165
|
height: size,
|
|
@@ -105,21 +168,21 @@ const FaceActivated = /*#__PURE__*/React.forwardRef(function FaceActivated(_ref4
|
|
|
105
168
|
viewBox: "0 0 32 32",
|
|
106
169
|
fill: "currentColor",
|
|
107
170
|
...rest
|
|
108
|
-
},
|
|
171
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
109
172
|
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"
|
|
110
|
-
})),
|
|
173
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
111
174
|
d: "M11.5 11A2.5 2.5 0 1014 13.5 2.48 2.48 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.48 2.48 0 0020.5 11zM9 20a8.13 8.13 0 0014 0z"
|
|
112
175
|
})), children);
|
|
113
176
|
});
|
|
114
177
|
if (process.env.NODE_ENV !== "production") {
|
|
115
178
|
FaceActivated.propTypes = iconPropTypes;
|
|
116
179
|
}
|
|
117
|
-
const FaceActivatedAdd = /*#__PURE__*/React.forwardRef(function FaceActivatedAdd(
|
|
180
|
+
const FaceActivatedAdd = /*#__PURE__*/React.forwardRef(function FaceActivatedAdd(_ref8, ref) {
|
|
118
181
|
let {
|
|
119
182
|
children,
|
|
120
183
|
size = 16,
|
|
121
184
|
...rest
|
|
122
|
-
} =
|
|
185
|
+
} = _ref8;
|
|
123
186
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
124
187
|
width: size,
|
|
125
188
|
height: size,
|
|
@@ -128,21 +191,21 @@ const FaceActivatedAdd = /*#__PURE__*/React.forwardRef(function FaceActivatedAdd
|
|
|
128
191
|
viewBox: "0 0 32 32",
|
|
129
192
|
fill: "currentColor",
|
|
130
193
|
...rest
|
|
131
|
-
},
|
|
194
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
132
195
|
d: "M30 4L26 4 26 0 24 0 24 4 20 4 20 6 24 6 24 10 26 10 26 6 30 6 30 4zM11.5 11A2.5 2.5 0 1014 13.5 2.48 2.48 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.48 2.48 0 0020.5 11zM9 20a8.13 8.13 0 0014 0z"
|
|
133
|
-
})),
|
|
196
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
134
197
|
d: "M27.82,14A12,12,0,1,1,16,4V2A14,14,0,1,0,30,16a14.71,14.71,0,0,0-.16-2Z"
|
|
135
198
|
})), children);
|
|
136
199
|
});
|
|
137
200
|
if (process.env.NODE_ENV !== "production") {
|
|
138
201
|
FaceActivatedAdd.propTypes = iconPropTypes;
|
|
139
202
|
}
|
|
140
|
-
const FaceActivatedFilled = /*#__PURE__*/React.forwardRef(function FaceActivatedFilled(
|
|
203
|
+
const FaceActivatedFilled = /*#__PURE__*/React.forwardRef(function FaceActivatedFilled(_ref9, ref) {
|
|
141
204
|
let {
|
|
142
205
|
children,
|
|
143
206
|
size = 16,
|
|
144
207
|
...rest
|
|
145
|
-
} =
|
|
208
|
+
} = _ref9;
|
|
146
209
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
147
210
|
width: size,
|
|
148
211
|
height: size,
|
|
@@ -151,19 +214,19 @@ const FaceActivatedFilled = /*#__PURE__*/React.forwardRef(function FaceActivated
|
|
|
151
214
|
viewBox: "0 0 32 32",
|
|
152
215
|
fill: "currentColor",
|
|
153
216
|
...rest
|
|
154
|
-
},
|
|
217
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
155
218
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm-4.5,9A2.5,2.5,0,1,1,9,13.5,2.48,2.48,0,0,1,11.5,11ZM16,24a8.11,8.11,0,0,1-7-4H23A8.11,8.11,0,0,1,16,24Zm4.5-8A2.5,2.5,0,1,1,23,13.5,2.48,2.48,0,0,1,20.5,16Z"
|
|
156
219
|
})), children);
|
|
157
220
|
});
|
|
158
221
|
if (process.env.NODE_ENV !== "production") {
|
|
159
222
|
FaceActivatedFilled.propTypes = iconPropTypes;
|
|
160
223
|
}
|
|
161
|
-
const FaceAdd = /*#__PURE__*/React.forwardRef(function FaceAdd(
|
|
224
|
+
const FaceAdd = /*#__PURE__*/React.forwardRef(function FaceAdd(_ref10, ref) {
|
|
162
225
|
let {
|
|
163
226
|
children,
|
|
164
227
|
size = 16,
|
|
165
228
|
...rest
|
|
166
|
-
} =
|
|
229
|
+
} = _ref10;
|
|
167
230
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
168
231
|
width: size,
|
|
169
232
|
height: size,
|
|
@@ -172,21 +235,21 @@ const FaceAdd = /*#__PURE__*/React.forwardRef(function FaceAdd(_ref7, ref) {
|
|
|
172
235
|
viewBox: "0 0 32 32",
|
|
173
236
|
fill: "currentColor",
|
|
174
237
|
...rest
|
|
175
|
-
},
|
|
238
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
176
239
|
d: "M16 22a6 6 0 01-5.14-2.92l-1.71 1a8 8 0 0013.7 0l-1.71-1A6 6 0 0116 22zM30 4L26 4 26 0 24 0 24 4 20 4 20 6 24 6 24 10 26 10 26 6 30 6 30 4zM11.5 11A2.5 2.5 0 1014 13.5 2.48 2.48 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.48 2.48 0 0020.5 11z"
|
|
177
|
-
})),
|
|
240
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
178
241
|
d: "M27.61,13A12.33,12.33,0,0,1,28,16,12,12,0,1,1,16,4V2A14,14,0,1,0,29.67,13Z"
|
|
179
242
|
})), children);
|
|
180
243
|
});
|
|
181
244
|
if (process.env.NODE_ENV !== "production") {
|
|
182
245
|
FaceAdd.propTypes = iconPropTypes;
|
|
183
246
|
}
|
|
184
|
-
const FaceCool = /*#__PURE__*/React.forwardRef(function FaceCool(
|
|
247
|
+
const FaceCool = /*#__PURE__*/React.forwardRef(function FaceCool(_ref11, ref) {
|
|
185
248
|
let {
|
|
186
249
|
children,
|
|
187
250
|
size = 16,
|
|
188
251
|
...rest
|
|
189
|
-
} =
|
|
252
|
+
} = _ref11;
|
|
190
253
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
191
254
|
width: size,
|
|
192
255
|
height: size,
|
|
@@ -195,21 +258,21 @@ const FaceCool = /*#__PURE__*/React.forwardRef(function FaceCool(_ref8, ref) {
|
|
|
195
258
|
viewBox: "0 0 32 32",
|
|
196
259
|
fill: "currentColor",
|
|
197
260
|
...rest
|
|
198
|
-
},
|
|
261
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
199
262
|
d: "M16,24a8,8,0,0,0,6.85-3.89l-1.71-1a6,6,0,0,1-10.28,0l-1.71,1A8,8,0,0,0,16,24Z"
|
|
200
|
-
})),
|
|
263
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
201
264
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,2a12,12,0,0,1,10.89,7H25a1,1,0,0,0-1-1H8a1,1,0,0,0-1,1H5.11A12,12,0,0,1,16,4Zm0,24A12,12,0,0,1,4,16a11.86,11.86,0,0,1,.4-3H7v2a2,2,0,0,0,2,2h3.31a2,2,0,0,0,2-1.67L14.83,12h2.34l.55,3.33a2,2,0,0,0,2,1.67H23a2,2,0,0,0,2-2V13h2.6a11.86,11.86,0,0,1,.4,3A12,12,0,0,1,16,28Z"
|
|
202
265
|
})), children);
|
|
203
266
|
});
|
|
204
267
|
if (process.env.NODE_ENV !== "production") {
|
|
205
268
|
FaceCool.propTypes = iconPropTypes;
|
|
206
269
|
}
|
|
207
|
-
const FaceDissatisfied = /*#__PURE__*/React.forwardRef(function FaceDissatisfied(
|
|
270
|
+
const FaceDissatisfied = /*#__PURE__*/React.forwardRef(function FaceDissatisfied(_ref12, ref) {
|
|
208
271
|
let {
|
|
209
272
|
children,
|
|
210
273
|
size = 16,
|
|
211
274
|
...rest
|
|
212
|
-
} =
|
|
275
|
+
} = _ref12;
|
|
213
276
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
214
277
|
width: size,
|
|
215
278
|
height: size,
|
|
@@ -218,21 +281,21 @@ const FaceDissatisfied = /*#__PURE__*/React.forwardRef(function FaceDissatisfied
|
|
|
218
281
|
viewBox: "0 0 32 32",
|
|
219
282
|
fill: "currentColor",
|
|
220
283
|
...rest
|
|
221
|
-
},
|
|
284
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
222
285
|
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"
|
|
223
|
-
})),
|
|
286
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
224
287
|
d: "M11.5 11A2.5 2.5 0 1014 13.5 2.5 2.5 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.5 2.5 0 0020.5 11zM16 19a8 8 0 00-6.85 3.89l1.71 1a6 6 0 0110.28 0l1.71-1A8 8 0 0016 19z"
|
|
225
288
|
})), children);
|
|
226
289
|
});
|
|
227
290
|
if (process.env.NODE_ENV !== "production") {
|
|
228
291
|
FaceDissatisfied.propTypes = iconPropTypes;
|
|
229
292
|
}
|
|
230
|
-
const FaceDissatisfiedFilled = /*#__PURE__*/React.forwardRef(function FaceDissatisfiedFilled(
|
|
293
|
+
const FaceDissatisfiedFilled = /*#__PURE__*/React.forwardRef(function FaceDissatisfiedFilled(_ref13, ref) {
|
|
231
294
|
let {
|
|
232
295
|
children,
|
|
233
296
|
size = 16,
|
|
234
297
|
...rest
|
|
235
|
-
} =
|
|
298
|
+
} = _ref13;
|
|
236
299
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
237
300
|
width: size,
|
|
238
301
|
height: size,
|
|
@@ -241,19 +304,19 @@ const FaceDissatisfiedFilled = /*#__PURE__*/React.forwardRef(function FaceDissat
|
|
|
241
304
|
viewBox: "0 0 32 32",
|
|
242
305
|
fill: "currentColor",
|
|
243
306
|
...rest
|
|
244
|
-
},
|
|
307
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
245
308
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm-4.5,9h0A2.5,2.5,0,1,1,9,13.5,2.48,2.48,0,0,1,11.54,11Zm9.64,12.92a6,6,0,0,0-10.28,0l-1.71-1a8,8,0,0,1,13.7,0ZM20.5,16a2.5,2.5,0,0,1,0-5h0a2.5,2.5,0,0,1,0,5Z"
|
|
246
309
|
})), children);
|
|
247
310
|
});
|
|
248
311
|
if (process.env.NODE_ENV !== "production") {
|
|
249
312
|
FaceDissatisfiedFilled.propTypes = iconPropTypes;
|
|
250
313
|
}
|
|
251
|
-
const FaceDizzy = /*#__PURE__*/React.forwardRef(function FaceDizzy(
|
|
314
|
+
const FaceDizzy = /*#__PURE__*/React.forwardRef(function FaceDizzy(_ref14, ref) {
|
|
252
315
|
let {
|
|
253
316
|
children,
|
|
254
317
|
size = 16,
|
|
255
318
|
...rest
|
|
256
|
-
} =
|
|
319
|
+
} = _ref14;
|
|
257
320
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
258
321
|
width: size,
|
|
259
322
|
height: size,
|
|
@@ -262,21 +325,21 @@ const FaceDizzy = /*#__PURE__*/React.forwardRef(function FaceDizzy(_ref11, ref)
|
|
|
262
325
|
viewBox: "0 0 32 32",
|
|
263
326
|
fill: "currentColor",
|
|
264
327
|
...rest
|
|
265
|
-
},
|
|
328
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
266
329
|
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"
|
|
267
|
-
})),
|
|
330
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
268
331
|
d: "M24.41 11L23 9.59 21 11.59 19 9.59 17.59 11 19.59 13 17.59 15 19 16.41 21 14.41 23 16.41 24.41 15 22.41 13 24.41 11zM14.41 11L13 9.59 11 11.59 9 9.59 7.59 11 9.59 13 7.59 15 9 16.41 11 14.41 13 16.41 14.41 15 12.41 13 14.41 11zM16 19a3 3 0 103 3 3 3 0 00-3-3z"
|
|
269
332
|
})), children);
|
|
270
333
|
});
|
|
271
334
|
if (process.env.NODE_ENV !== "production") {
|
|
272
335
|
FaceDizzy.propTypes = iconPropTypes;
|
|
273
336
|
}
|
|
274
|
-
const FaceDizzyFilled = /*#__PURE__*/React.forwardRef(function FaceDizzyFilled(
|
|
337
|
+
const FaceDizzyFilled = /*#__PURE__*/React.forwardRef(function FaceDizzyFilled(_ref15, ref) {
|
|
275
338
|
let {
|
|
276
339
|
children,
|
|
277
340
|
size = 16,
|
|
278
341
|
...rest
|
|
279
|
-
} =
|
|
342
|
+
} = _ref15;
|
|
280
343
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
281
344
|
width: size,
|
|
282
345
|
height: size,
|
|
@@ -285,19 +348,19 @@ const FaceDizzyFilled = /*#__PURE__*/React.forwardRef(function FaceDizzyFilled(_
|
|
|
285
348
|
viewBox: "0 0 32 32",
|
|
286
349
|
fill: "currentColor",
|
|
287
350
|
...rest
|
|
288
|
-
},
|
|
351
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
289
352
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM9,16.41,7.59,15l2-2-2-2L9,9.59l2,2,2-2L14.41,11l-2,2,2,2L13,16.41l-2-2ZM16,25a3,3,0,1,1,3-3A3,3,0,0,1,16,25Zm8.41-10L23,16.41l-2-2-2,2L17.59,15l2-2-2-2L19,9.59l2,2,2-2L24.41,11l-2,2Z"
|
|
290
353
|
})), children);
|
|
291
354
|
});
|
|
292
355
|
if (process.env.NODE_ENV !== "production") {
|
|
293
356
|
FaceDizzyFilled.propTypes = iconPropTypes;
|
|
294
357
|
}
|
|
295
|
-
const FaceMask = /*#__PURE__*/React.forwardRef(function FaceMask(
|
|
358
|
+
const FaceMask = /*#__PURE__*/React.forwardRef(function FaceMask(_ref16, ref) {
|
|
296
359
|
let {
|
|
297
360
|
children,
|
|
298
361
|
size = 16,
|
|
299
362
|
...rest
|
|
300
|
-
} =
|
|
363
|
+
} = _ref16;
|
|
301
364
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
302
365
|
width: size,
|
|
303
366
|
height: size,
|
|
@@ -306,21 +369,21 @@ const FaceMask = /*#__PURE__*/React.forwardRef(function FaceMask(_ref13, ref) {
|
|
|
306
369
|
viewBox: "0 0 32 32",
|
|
307
370
|
fill: "currentColor",
|
|
308
371
|
...rest
|
|
309
|
-
},
|
|
372
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
310
373
|
d: "M11.5 11A2.5 2.5 0 1014 13.5 2.5 2.5 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.5 2.5 0 0020.5 11z"
|
|
311
|
-
})),
|
|
374
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
312
375
|
d: "M30,16A14,14,0,1,0,8.8994,28.042l.0156.1562A1.993,1.993,0,0,0,10.9048,30h10.19a1.9929,1.9929,0,0,0,1.99-1.8008l.0156-.1572A13.9674,13.9674,0,0,0,30,16ZM16,4A11.99,11.99,0,0,1,27.97,15.397L22.7637,18H9.2363L4.0305,15.397A11.99,11.99,0,0,1,16,4ZM4.12,17.6777l3.94,1.97.5813,5.81A11.97,11.97,0,0,1,4.12,17.6777ZM21.0947,28H10.9053l-.8-8h11.79Zm2.2644-2.542.5811-5.81,3.94-1.97A11.9712,11.9712,0,0,1,23.3591,25.458Z"
|
|
313
376
|
})), children);
|
|
314
377
|
});
|
|
315
378
|
if (process.env.NODE_ENV !== "production") {
|
|
316
379
|
FaceMask.propTypes = iconPropTypes;
|
|
317
380
|
}
|
|
318
|
-
const FaceNeutral = /*#__PURE__*/React.forwardRef(function FaceNeutral(
|
|
381
|
+
const FaceNeutral = /*#__PURE__*/React.forwardRef(function FaceNeutral(_ref17, ref) {
|
|
319
382
|
let {
|
|
320
383
|
children,
|
|
321
384
|
size = 16,
|
|
322
385
|
...rest
|
|
323
|
-
} =
|
|
386
|
+
} = _ref17;
|
|
324
387
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
325
388
|
width: size,
|
|
326
389
|
height: size,
|
|
@@ -329,21 +392,21 @@ const FaceNeutral = /*#__PURE__*/React.forwardRef(function FaceNeutral(_ref14, r
|
|
|
329
392
|
viewBox: "0 0 32 32",
|
|
330
393
|
fill: "currentColor",
|
|
331
394
|
...rest
|
|
332
|
-
},
|
|
395
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
333
396
|
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"
|
|
334
|
-
})),
|
|
397
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
335
398
|
d: "M11.5 11A2.5 2.5 0 1014 13.5 2.5 2.5 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.5 2.5 0 0020.5 11zM10 20H22V22H10z"
|
|
336
399
|
})), children);
|
|
337
400
|
});
|
|
338
401
|
if (process.env.NODE_ENV !== "production") {
|
|
339
402
|
FaceNeutral.propTypes = iconPropTypes;
|
|
340
403
|
}
|
|
341
|
-
const FaceNeutralFilled = /*#__PURE__*/React.forwardRef(function FaceNeutralFilled(
|
|
404
|
+
const FaceNeutralFilled = /*#__PURE__*/React.forwardRef(function FaceNeutralFilled(_ref18, ref) {
|
|
342
405
|
let {
|
|
343
406
|
children,
|
|
344
407
|
size = 16,
|
|
345
408
|
...rest
|
|
346
|
-
} =
|
|
409
|
+
} = _ref18;
|
|
347
410
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
348
411
|
width: size,
|
|
349
412
|
height: size,
|
|
@@ -352,19 +415,19 @@ const FaceNeutralFilled = /*#__PURE__*/React.forwardRef(function FaceNeutralFill
|
|
|
352
415
|
viewBox: "0 0 32 32",
|
|
353
416
|
fill: "currentColor",
|
|
354
417
|
...rest
|
|
355
|
-
},
|
|
418
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
356
419
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM9,13.5A2.5,2.5,0,1,1,11.5,16,2.5,2.5,0,0,1,9,13.5ZM22,22H10V20H22Zm-1.5-6A2.5,2.5,0,1,1,23,13.5,2.5,2.5,0,0,1,20.5,16Z"
|
|
357
420
|
})), children);
|
|
358
421
|
});
|
|
359
422
|
if (process.env.NODE_ENV !== "production") {
|
|
360
423
|
FaceNeutralFilled.propTypes = iconPropTypes;
|
|
361
424
|
}
|
|
362
|
-
const FacePending = /*#__PURE__*/React.forwardRef(function FacePending(
|
|
425
|
+
const FacePending = /*#__PURE__*/React.forwardRef(function FacePending(_ref19, ref) {
|
|
363
426
|
let {
|
|
364
427
|
children,
|
|
365
428
|
size = 16,
|
|
366
429
|
...rest
|
|
367
|
-
} =
|
|
430
|
+
} = _ref19;
|
|
368
431
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
369
432
|
width: size,
|
|
370
433
|
height: size,
|
|
@@ -373,21 +436,21 @@ const FacePending = /*#__PURE__*/React.forwardRef(function FacePending(_ref16, r
|
|
|
373
436
|
viewBox: "0 0 32 32",
|
|
374
437
|
fill: "currentColor",
|
|
375
438
|
...rest
|
|
376
|
-
},
|
|
439
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
377
440
|
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"
|
|
378
|
-
})),
|
|
441
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
379
442
|
d: "M11.5 11A2.5 2.5 0 1014 13.5 2.48 2.48 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.48 2.48 0 0020.5 11z"
|
|
380
443
|
})), children);
|
|
381
444
|
});
|
|
382
445
|
if (process.env.NODE_ENV !== "production") {
|
|
383
446
|
FacePending.propTypes = iconPropTypes;
|
|
384
447
|
}
|
|
385
|
-
const FacePendingFilled = /*#__PURE__*/React.forwardRef(function FacePendingFilled(
|
|
448
|
+
const FacePendingFilled = /*#__PURE__*/React.forwardRef(function FacePendingFilled(_ref20, ref) {
|
|
386
449
|
let {
|
|
387
450
|
children,
|
|
388
451
|
size = 16,
|
|
389
452
|
...rest
|
|
390
|
-
} =
|
|
453
|
+
} = _ref20;
|
|
391
454
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
392
455
|
width: size,
|
|
393
456
|
height: size,
|
|
@@ -396,19 +459,19 @@ const FacePendingFilled = /*#__PURE__*/React.forwardRef(function FacePendingFill
|
|
|
396
459
|
viewBox: "0 0 32 32",
|
|
397
460
|
fill: "currentColor",
|
|
398
461
|
...rest
|
|
399
|
-
},
|
|
462
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
400
463
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM11.5,16A2.5,2.5,0,1,1,14,13.5,2.48,2.48,0,0,1,11.5,16Zm9,0A2.5,2.5,0,1,1,23,13.5,2.48,2.48,0,0,1,20.5,16Z"
|
|
401
464
|
})), children);
|
|
402
465
|
});
|
|
403
466
|
if (process.env.NODE_ENV !== "production") {
|
|
404
467
|
FacePendingFilled.propTypes = iconPropTypes;
|
|
405
468
|
}
|
|
406
|
-
const FaceSatisfied = /*#__PURE__*/React.forwardRef(function FaceSatisfied(
|
|
469
|
+
const FaceSatisfied = /*#__PURE__*/React.forwardRef(function FaceSatisfied(_ref21, ref) {
|
|
407
470
|
let {
|
|
408
471
|
children,
|
|
409
472
|
size = 16,
|
|
410
473
|
...rest
|
|
411
|
-
} =
|
|
474
|
+
} = _ref21;
|
|
412
475
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
413
476
|
width: size,
|
|
414
477
|
height: size,
|
|
@@ -417,21 +480,21 @@ const FaceSatisfied = /*#__PURE__*/React.forwardRef(function FaceSatisfied(_ref1
|
|
|
417
480
|
viewBox: "0 0 32 32",
|
|
418
481
|
fill: "currentColor",
|
|
419
482
|
...rest
|
|
420
|
-
},
|
|
483
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
421
484
|
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"
|
|
422
|
-
})),
|
|
485
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
423
486
|
d: "M11.5 11A2.5 2.5 0 1014 13.5 2.48 2.48 0 0011.5 11zM20.5 11A2.5 2.5 0 1023 13.5 2.48 2.48 0 0020.5 11zM16 24a8 8 0 006.85-3.89l-1.71-1a6 6 0 01-10.28 0l-1.71 1A8 8 0 0016 24z"
|
|
424
487
|
})), children);
|
|
425
488
|
});
|
|
426
489
|
if (process.env.NODE_ENV !== "production") {
|
|
427
490
|
FaceSatisfied.propTypes = iconPropTypes;
|
|
428
491
|
}
|
|
429
|
-
const FaceSatisfiedFilled = /*#__PURE__*/React.forwardRef(function FaceSatisfiedFilled(
|
|
492
|
+
const FaceSatisfiedFilled = /*#__PURE__*/React.forwardRef(function FaceSatisfiedFilled(_ref22, ref) {
|
|
430
493
|
let {
|
|
431
494
|
children,
|
|
432
495
|
size = 16,
|
|
433
496
|
...rest
|
|
434
|
-
} =
|
|
497
|
+
} = _ref22;
|
|
435
498
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
436
499
|
width: size,
|
|
437
500
|
height: size,
|
|
@@ -440,19 +503,19 @@ const FaceSatisfiedFilled = /*#__PURE__*/React.forwardRef(function FaceSatisfied
|
|
|
440
503
|
viewBox: "0 0 32 32",
|
|
441
504
|
fill: "currentColor",
|
|
442
505
|
...rest
|
|
443
|
-
},
|
|
506
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
444
507
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm-4.5,9A2.5,2.5,0,1,1,9,13.5,2.48,2.48,0,0,1,11.5,11ZM16,24a8,8,0,0,1-6.85-3.89l1.71-1a6,6,0,0,0,10.28,0l1.71,1A8,8,0,0,1,16,24Zm4.5-8A2.5,2.5,0,1,1,23,13.5,2.48,2.48,0,0,1,20.5,16Z"
|
|
445
508
|
})), children);
|
|
446
509
|
});
|
|
447
510
|
if (process.env.NODE_ENV !== "production") {
|
|
448
511
|
FaceSatisfiedFilled.propTypes = iconPropTypes;
|
|
449
512
|
}
|
|
450
|
-
const FaceWink = /*#__PURE__*/React.forwardRef(function FaceWink(
|
|
513
|
+
const FaceWink = /*#__PURE__*/React.forwardRef(function FaceWink(_ref23, ref) {
|
|
451
514
|
let {
|
|
452
515
|
children,
|
|
453
516
|
size = 16,
|
|
454
517
|
...rest
|
|
455
|
-
} =
|
|
518
|
+
} = _ref23;
|
|
456
519
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
457
520
|
width: size,
|
|
458
521
|
height: size,
|
|
@@ -461,21 +524,21 @@ const FaceWink = /*#__PURE__*/React.forwardRef(function FaceWink(_ref20, ref) {
|
|
|
461
524
|
viewBox: "0 0 32 32",
|
|
462
525
|
fill: "currentColor",
|
|
463
526
|
...rest
|
|
464
|
-
},
|
|
527
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
465
528
|
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"
|
|
466
|
-
})),
|
|
529
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
467
530
|
d: "M20.5 11A2.5 2.5 0 1023 13.5 2.5 2.5 0 0020.5 11zM8 13H14V15H8zM16 24a8 8 0 006.85-3.89l-1.71-1a6 6 0 01-10.28 0l-1.71 1A8 8 0 0016 24z"
|
|
468
531
|
})), children);
|
|
469
532
|
});
|
|
470
533
|
if (process.env.NODE_ENV !== "production") {
|
|
471
534
|
FaceWink.propTypes = iconPropTypes;
|
|
472
535
|
}
|
|
473
|
-
const FaceWinkFilled = /*#__PURE__*/React.forwardRef(function FaceWinkFilled(
|
|
536
|
+
const FaceWinkFilled = /*#__PURE__*/React.forwardRef(function FaceWinkFilled(_ref24, ref) {
|
|
474
537
|
let {
|
|
475
538
|
children,
|
|
476
539
|
size = 16,
|
|
477
540
|
...rest
|
|
478
|
-
} =
|
|
541
|
+
} = _ref24;
|
|
479
542
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
480
543
|
width: size,
|
|
481
544
|
height: size,
|
|
@@ -484,19 +547,19 @@ const FaceWinkFilled = /*#__PURE__*/React.forwardRef(function FaceWinkFilled(_re
|
|
|
484
547
|
viewBox: "0 0 32 32",
|
|
485
548
|
fill: "currentColor",
|
|
486
549
|
...rest
|
|
487
|
-
},
|
|
550
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
488
551
|
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM8,13h6v2H8Zm8,11a8,8,0,0,1-6.85-3.89l1.71-1a6,6,0,0,0,10.28,0l1.71,1A8,8,0,0,1,16,24Zm4.5-8a2.5,2.5,0,0,1,0-5h0a2.5,2.5,0,0,1,0,5Z"
|
|
489
552
|
})), children);
|
|
490
553
|
});
|
|
491
554
|
if (process.env.NODE_ENV !== "production") {
|
|
492
555
|
FaceWinkFilled.propTypes = iconPropTypes;
|
|
493
556
|
}
|
|
494
|
-
const Factor = /*#__PURE__*/React.forwardRef(function Factor(
|
|
557
|
+
const Factor = /*#__PURE__*/React.forwardRef(function Factor(_ref25, ref) {
|
|
495
558
|
let {
|
|
496
559
|
children,
|
|
497
560
|
size = 16,
|
|
498
561
|
...rest
|
|
499
|
-
} =
|
|
562
|
+
} = _ref25;
|
|
500
563
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
501
564
|
width: size,
|
|
502
565
|
height: size,
|
|
@@ -505,19 +568,19 @@ const Factor = /*#__PURE__*/React.forwardRef(function Factor(_ref22, ref) {
|
|
|
505
568
|
viewBox: "0 0 32 32",
|
|
506
569
|
fill: "currentColor",
|
|
507
570
|
...rest
|
|
508
|
-
},
|
|
571
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
509
572
|
d: "M27,28V9H24V4h2V2H20V4h2V9H19V28H15V16H12V11h2V9H8v2h2v5H7V28H4V2H2V28a2,2,0,0,0,2,2H30V28ZM13,28H9V18h4Zm8-17h4V28H21Z"
|
|
510
573
|
})), children);
|
|
511
574
|
});
|
|
512
575
|
if (process.env.NODE_ENV !== "production") {
|
|
513
576
|
Factor.propTypes = iconPropTypes;
|
|
514
577
|
}
|
|
515
|
-
const Fade = /*#__PURE__*/React.forwardRef(function Fade(
|
|
578
|
+
const Fade = /*#__PURE__*/React.forwardRef(function Fade(_ref26, ref) {
|
|
516
579
|
let {
|
|
517
580
|
children,
|
|
518
581
|
size = 16,
|
|
519
582
|
...rest
|
|
520
|
-
} =
|
|
583
|
+
} = _ref26;
|
|
521
584
|
if (size === 16 || size === "16" || size === "16px") {
|
|
522
585
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
523
586
|
width: size,
|
|
@@ -527,7 +590,7 @@ const Fade = /*#__PURE__*/React.forwardRef(function Fade(_ref23, ref) {
|
|
|
527
590
|
viewBox: "0 0 16 16",
|
|
528
591
|
fill: "currentColor",
|
|
529
592
|
...rest
|
|
530
|
-
},
|
|
593
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
531
594
|
d: "M4.1 12.6l-.6.8c.6.5 1.3.9 2.1 1.2l.3-.9C5.3 13.4 4.7 13 4.1 12.6zM2.1 9l-1 .2c.1.8.4 1.6.8 2.3L2.8 11C2.4 10.4 2.2 9.7 2.1 9zM5.9 2.4L5.6 1.4C4.8 1.7 4.1 2.1 3.5 2.7l.6.8C4.7 3 5.3 2.6 5.9 2.4zM2.8 5L1.9 4.5C1.5 5.2 1.3 6 1.1 6.8l1 .2C2.2 6.3 2.5 5.6 2.8 5zM8 1v1c3.3 0 6 2.7 6 6s-2.7 6-6 6v1c3.9 0 7-3.1 7-7S11.9 1 8 1z"
|
|
532
595
|
})), children);
|
|
533
596
|
}
|
|
@@ -539,19 +602,19 @@ const Fade = /*#__PURE__*/React.forwardRef(function Fade(_ref23, ref) {
|
|
|
539
602
|
viewBox: "0 0 32 32",
|
|
540
603
|
fill: "currentColor",
|
|
541
604
|
...rest
|
|
542
|
-
},
|
|
605
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
543
606
|
d: "M8.24 25.14L7 26.67a13.79 13.79 0 004.18 2.44l.69-1.87A12 12 0 018.24 25.14zM4.19 18l-2 .41A14.09 14.09 0 003.86 23L5.59 22A12.44 12.44 0 014.19 18zM11.82 4.76l-.69-1.87A13.79 13.79 0 007 5.33L8.24 6.86A12 12 0 0111.82 4.76zM5.59 10L3.86 9a14.37 14.37 0 00-1.64 4.59l2 .34A12.05 12.05 0 015.59 10zM16 2V4a12 12 0 010 24v2A14 14 0 0016 2z"
|
|
544
607
|
})), children);
|
|
545
608
|
});
|
|
546
609
|
if (process.env.NODE_ENV !== "production") {
|
|
547
610
|
Fade.propTypes = iconPropTypes;
|
|
548
611
|
}
|
|
549
|
-
const Favorite = /*#__PURE__*/React.forwardRef(function Favorite(
|
|
612
|
+
const Favorite = /*#__PURE__*/React.forwardRef(function Favorite(_ref27, ref) {
|
|
550
613
|
let {
|
|
551
614
|
children,
|
|
552
615
|
size = 16,
|
|
553
616
|
...rest
|
|
554
|
-
} =
|
|
617
|
+
} = _ref27;
|
|
555
618
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
556
619
|
width: size,
|
|
557
620
|
height: size,
|
|
@@ -560,19 +623,19 @@ const Favorite = /*#__PURE__*/React.forwardRef(function Favorite(_ref24, ref) {
|
|
|
560
623
|
viewBox: "0 0 32 32",
|
|
561
624
|
fill: "currentColor",
|
|
562
625
|
...rest
|
|
563
|
-
},
|
|
626
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
564
627
|
d: "M22.45,6a5.47,5.47,0,0,1,3.91,1.64,5.7,5.7,0,0,1,0,8L16,26.13,5.64,15.64a5.7,5.7,0,0,1,0-8,5.48,5.48,0,0,1,7.82,0L16,10.24l2.53-2.58A5.44,5.44,0,0,1,22.45,6m0-2a7.47,7.47,0,0,0-5.34,2.24L16,7.36,14.89,6.24a7.49,7.49,0,0,0-10.68,0,7.72,7.72,0,0,0,0,10.82L16,29,27.79,17.06a7.72,7.72,0,0,0,0-10.82A7.49,7.49,0,0,0,22.45,4Z"
|
|
565
628
|
})), children);
|
|
566
629
|
});
|
|
567
630
|
if (process.env.NODE_ENV !== "production") {
|
|
568
631
|
Favorite.propTypes = iconPropTypes;
|
|
569
632
|
}
|
|
570
|
-
const FavoriteFilled = /*#__PURE__*/React.forwardRef(function FavoriteFilled(
|
|
633
|
+
const FavoriteFilled = /*#__PURE__*/React.forwardRef(function FavoriteFilled(_ref28, ref) {
|
|
571
634
|
let {
|
|
572
635
|
children,
|
|
573
636
|
size = 16,
|
|
574
637
|
...rest
|
|
575
|
-
} =
|
|
638
|
+
} = _ref28;
|
|
576
639
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
577
640
|
width: size,
|
|
578
641
|
height: size,
|
|
@@ -581,19 +644,19 @@ const FavoriteFilled = /*#__PURE__*/React.forwardRef(function FavoriteFilled(_re
|
|
|
581
644
|
viewBox: "0 0 32 32",
|
|
582
645
|
fill: "currentColor",
|
|
583
646
|
...rest
|
|
584
|
-
},
|
|
647
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
585
648
|
d: "M22.5,4c-2,0-3.9,0.8-5.3,2.2L16,7.4l-1.1-1.1C12,3.3,7.2,3.3,4.3,6.2c0,0-0.1,0.1-0.1,0.1c-3,3-3,7.8,0,10.8L16,29 l11.8-11.9c3-3,3-7.8,0-10.8C26.4,4.8,24.5,4,22.5,4z"
|
|
586
649
|
})), children);
|
|
587
650
|
});
|
|
588
651
|
if (process.env.NODE_ENV !== "production") {
|
|
589
652
|
FavoriteFilled.propTypes = iconPropTypes;
|
|
590
653
|
}
|
|
591
|
-
const FavoriteHalf = /*#__PURE__*/React.forwardRef(function FavoriteHalf(
|
|
654
|
+
const FavoriteHalf = /*#__PURE__*/React.forwardRef(function FavoriteHalf(_ref29, ref) {
|
|
592
655
|
let {
|
|
593
656
|
children,
|
|
594
657
|
size = 16,
|
|
595
658
|
...rest
|
|
596
|
-
} =
|
|
659
|
+
} = _ref29;
|
|
597
660
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
598
661
|
width: size,
|
|
599
662
|
height: size,
|
|
@@ -602,19 +665,19 @@ const FavoriteHalf = /*#__PURE__*/React.forwardRef(function FavoriteHalf(_ref26,
|
|
|
602
665
|
viewBox: "0 0 32 32",
|
|
603
666
|
fill: "currentColor",
|
|
604
667
|
...rest
|
|
605
|
-
},
|
|
668
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
606
669
|
d: "M4.21,17.0615,16,29,27.79,17.0615a7.7313,7.7313,0,0,0,0-10.8232,7.494,7.494,0,0,0-10.6841,0L16,7.3643l-1.1062-1.126a7.494,7.494,0,0,0-10.6841,0A7.7313,7.7313,0,0,0,4.21,17.0615ZM26.3552,15.645,16,26.1255V10.23q1.2708-1.2876,2.5413-2.5742a5.4768,5.4768,0,0,1,7.8139,0A5.708,5.708,0,0,1,26.3552,15.645Z"
|
|
607
670
|
})), children);
|
|
608
671
|
});
|
|
609
672
|
if (process.env.NODE_ENV !== "production") {
|
|
610
673
|
FavoriteHalf.propTypes = iconPropTypes;
|
|
611
674
|
}
|
|
612
|
-
const FetchUpload = /*#__PURE__*/React.forwardRef(function FetchUpload(
|
|
675
|
+
const FetchUpload = /*#__PURE__*/React.forwardRef(function FetchUpload(_ref30, ref) {
|
|
613
676
|
let {
|
|
614
677
|
children,
|
|
615
678
|
size = 16,
|
|
616
679
|
...rest
|
|
617
|
-
} =
|
|
680
|
+
} = _ref30;
|
|
618
681
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
619
682
|
width: size,
|
|
620
683
|
height: size,
|
|
@@ -623,21 +686,21 @@ const FetchUpload = /*#__PURE__*/React.forwardRef(function FetchUpload(_ref27, r
|
|
|
623
686
|
viewBox: "0 0 32 32",
|
|
624
687
|
fill: "currentColor",
|
|
625
688
|
...rest
|
|
626
|
-
},
|
|
689
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
627
690
|
d: "M16,7,6,17l1.41,1.41L15,10.83V28H2v2H15a2,2,0,0,0,2-2V10.83l7.59,7.58L26,17Z"
|
|
628
|
-
})),
|
|
691
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
629
692
|
d: "M6,8V4H26V8h2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4V8Z"
|
|
630
693
|
})), children);
|
|
631
694
|
});
|
|
632
695
|
if (process.env.NODE_ENV !== "production") {
|
|
633
696
|
FetchUpload.propTypes = iconPropTypes;
|
|
634
697
|
}
|
|
635
|
-
const FetchUploadCloud = /*#__PURE__*/React.forwardRef(function FetchUploadCloud(
|
|
698
|
+
const FetchUploadCloud = /*#__PURE__*/React.forwardRef(function FetchUploadCloud(_ref31, ref) {
|
|
636
699
|
let {
|
|
637
700
|
children,
|
|
638
701
|
size = 16,
|
|
639
702
|
...rest
|
|
640
|
-
} =
|
|
703
|
+
} = _ref31;
|
|
641
704
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
642
705
|
width: size,
|
|
643
706
|
height: size,
|
|
@@ -646,21 +709,21 @@ const FetchUploadCloud = /*#__PURE__*/React.forwardRef(function FetchUploadCloud
|
|
|
646
709
|
viewBox: "0 0 32 32",
|
|
647
710
|
fill: "currentColor",
|
|
648
711
|
...rest
|
|
649
|
-
},
|
|
712
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
650
713
|
d: "M16,13l-5,5,1.41,1.41L15,16.83V28H6v2h9a2,2,0,0,0,2-2V16.83l2.59,2.58L21,18Z"
|
|
651
|
-
})),
|
|
714
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
652
715
|
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"
|
|
653
716
|
})), children);
|
|
654
717
|
});
|
|
655
718
|
if (process.env.NODE_ENV !== "production") {
|
|
656
719
|
FetchUploadCloud.propTypes = iconPropTypes;
|
|
657
720
|
}
|
|
658
|
-
const FileStorage = /*#__PURE__*/React.forwardRef(function FileStorage(
|
|
721
|
+
const FileStorage = /*#__PURE__*/React.forwardRef(function FileStorage(_ref32, ref) {
|
|
659
722
|
let {
|
|
660
723
|
children,
|
|
661
724
|
size = 16,
|
|
662
725
|
...rest
|
|
663
|
-
} =
|
|
726
|
+
} = _ref32;
|
|
664
727
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
665
728
|
width: size,
|
|
666
729
|
height: size,
|
|
@@ -669,25 +732,25 @@ const FileStorage = /*#__PURE__*/React.forwardRef(function FileStorage(_ref29, r
|
|
|
669
732
|
viewBox: "0 0 32 32",
|
|
670
733
|
fill: "currentColor",
|
|
671
734
|
...rest
|
|
672
|
-
},
|
|
735
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
673
736
|
d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
|
|
674
737
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
675
738
|
cx: "7",
|
|
676
739
|
cy: "25",
|
|
677
740
|
r: "1"
|
|
678
|
-
})),
|
|
741
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
679
742
|
d: "M22.707,7.293l-5-5A1,1,0,0,0,17,2H11A2.0023,2.0023,0,0,0,9,4V20a2.0023,2.0023,0,0,0,2,2H21a2.0023,2.0023,0,0,0,2-2V8A1,1,0,0,0,22.707,7.293ZM20.5857,8H17V4.4141ZM11,20V4h4V8a2.0023,2.0023,0,0,0,2,2h4V20Z"
|
|
680
743
|
})), children);
|
|
681
744
|
});
|
|
682
745
|
if (process.env.NODE_ENV !== "production") {
|
|
683
746
|
FileStorage.propTypes = iconPropTypes;
|
|
684
747
|
}
|
|
685
|
-
const Filter = /*#__PURE__*/React.forwardRef(function Filter(
|
|
748
|
+
const Filter = /*#__PURE__*/React.forwardRef(function Filter(_ref33, ref) {
|
|
686
749
|
let {
|
|
687
750
|
children,
|
|
688
751
|
size = 16,
|
|
689
752
|
...rest
|
|
690
|
-
} =
|
|
753
|
+
} = _ref33;
|
|
691
754
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
692
755
|
width: size,
|
|
693
756
|
height: size,
|
|
@@ -696,19 +759,19 @@ const Filter = /*#__PURE__*/React.forwardRef(function Filter(_ref30, ref) {
|
|
|
696
759
|
viewBox: "0 0 32 32",
|
|
697
760
|
fill: "currentColor",
|
|
698
761
|
...rest
|
|
699
|
-
},
|
|
762
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
700
763
|
d: "M18,28H14a2,2,0,0,1-2-2V18.41L4.59,11A2,2,0,0,1,4,9.59V6A2,2,0,0,1,6,4H26a2,2,0,0,1,2,2V9.59A2,2,0,0,1,27.41,11L20,18.41V26A2,2,0,0,1,18,28ZM6,6V9.59l8,8V26h4V17.59l8-8V6Z"
|
|
701
764
|
})), children);
|
|
702
765
|
});
|
|
703
766
|
if (process.env.NODE_ENV !== "production") {
|
|
704
767
|
Filter.propTypes = iconPropTypes;
|
|
705
768
|
}
|
|
706
|
-
const FilterEdit = /*#__PURE__*/React.forwardRef(function FilterEdit(
|
|
769
|
+
const FilterEdit = /*#__PURE__*/React.forwardRef(function FilterEdit(_ref34, ref) {
|
|
707
770
|
let {
|
|
708
771
|
children,
|
|
709
772
|
size = 16,
|
|
710
773
|
...rest
|
|
711
|
-
} =
|
|
774
|
+
} = _ref34;
|
|
712
775
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
713
776
|
width: size,
|
|
714
777
|
height: size,
|
|
@@ -717,21 +780,21 @@ const FilterEdit = /*#__PURE__*/React.forwardRef(function FilterEdit(_ref31, ref
|
|
|
717
780
|
viewBox: "0 0 32 32",
|
|
718
781
|
fill: "currentColor",
|
|
719
782
|
...rest
|
|
720
|
-
},
|
|
783
|
+
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
721
784
|
d: "M26,6H4V9.17l7.41,7.42.59.58V26h4V24h2v2a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V18L2.59,10.59A2,2,0,0,1,2,9.17V6A2,2,0,0,1,4,4H26Z"
|
|
722
|
-
})),
|
|
785
|
+
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
723
786
|
d: "M29.71,11.29l-3-3a1,1,0,0,0-1.42,0L16,17.59V22h4.41l9.3-9.29A1,1,0,0,0,29.71,11.29ZM19.59,20H18V18.41l5-5L24.59,15ZM26,13.59,24.41,12,26,10.41,27.59,12Z"
|
|
724
787
|
})), children);
|
|
725
788
|
});
|
|
726
789
|
if (process.env.NODE_ENV !== "production") {
|
|
727
790
|
FilterEdit.propTypes = iconPropTypes;
|
|
728
791
|
}
|
|
729
|
-
const FilterRemove = /*#__PURE__*/React.forwardRef(function FilterRemove(
|
|
792
|
+
const FilterRemove = /*#__PURE__*/React.forwardRef(function FilterRemove(_ref35, ref) {
|
|
730
793
|
let {
|
|
731
794
|
children,
|
|
732
795
|
size = 16,
|
|
733
796
|
...rest
|
|
734
|
-
} =
|
|
797
|
+
} = _ref35;
|
|
735
798
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
736
799
|
width: size,
|
|
737
800
|
height: size,
|
|
@@ -740,21 +803,21 @@ const FilterRemove = /*#__PURE__*/React.forwardRef(function FilterRemove(_ref32,
|
|
|
740
803
|
viewBox: "0 0 32 32",
|
|
741
804
|
fill: "currentColor",
|
|
742
805
|
...rest
|
|
743
|
-
},
|
|
806
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
744
807
|
d: "M30 11.414L28.586 10 24 14.586 19.414 10 18 11.414 22.586 16 18 20.585 19.415 22 24 17.414 28.587 22 30 20.587 25.414 16 30 11.414z"
|
|
745
|
-
})),
|
|
808
|
+
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
746
809
|
d: "M4,4A2,2,0,0,0,2,6V9.1709a2,2,0,0,0,.5859,1.4145L10,18v8a2,2,0,0,0,2,2h4a2,2,0,0,0,2-2V24H16v2H12V17.1709l-.5859-.5855L4,9.1709V6H24V8h2V6a2,2,0,0,0-2-2Z"
|
|
747
810
|
})), children);
|
|
748
811
|
});
|
|
749
812
|
if (process.env.NODE_ENV !== "production") {
|
|
750
813
|
FilterRemove.propTypes = iconPropTypes;
|
|
751
814
|
}
|
|
752
|
-
const FilterReset = /*#__PURE__*/React.forwardRef(function FilterReset(
|
|
815
|
+
const FilterReset = /*#__PURE__*/React.forwardRef(function FilterReset(_ref36, ref) {
|
|
753
816
|
let {
|
|
754
817
|
children,
|
|
755
818
|
size = 16,
|
|
756
819
|
...rest
|
|
757
|
-
} =
|
|
820
|
+
} = _ref36;
|
|
758
821
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
759
822
|
width: size,
|
|
760
823
|
height: size,
|
|
@@ -763,21 +826,21 @@ const FilterReset = /*#__PURE__*/React.forwardRef(function FilterReset(_ref33, r
|
|
|
763
826
|
viewBox: "0 0 32 32",
|
|
764
827
|
fill: "currentColor",
|
|
765
828
|
...rest
|
|
766
|
-
},
|
|
829
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
767
830
|
d: "M22.5,9A7.4522,7.4522,0,0,0,16,12.792V8H14v8h8V14H17.6167A5.4941,5.4941,0,1,1,22.5,22H22v2h.5a7.5,7.5,0,0,0,0-15Z"
|
|
768
|
-
})),
|
|
831
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
769
832
|
d: "M26,6H4V9.171l7.4142,7.4143L12,17.171V26h4V24h2v2a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V18L2.5858,10.5853A2,2,0,0,1,2,9.171V6A2,2,0,0,1,4,4H26Z"
|
|
770
833
|
})), children);
|
|
771
834
|
});
|
|
772
835
|
if (process.env.NODE_ENV !== "production") {
|
|
773
836
|
FilterReset.propTypes = iconPropTypes;
|
|
774
837
|
}
|
|
775
|
-
const Finance = /*#__PURE__*/React.forwardRef(function Finance(
|
|
838
|
+
const Finance = /*#__PURE__*/React.forwardRef(function Finance(_ref37, ref) {
|
|
776
839
|
let {
|
|
777
840
|
children,
|
|
778
841
|
size = 16,
|
|
779
842
|
...rest
|
|
780
|
-
} =
|
|
843
|
+
} = _ref37;
|
|
781
844
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
782
845
|
width: size,
|
|
783
846
|
height: size,
|
|
@@ -786,19 +849,19 @@ const Finance = /*#__PURE__*/React.forwardRef(function Finance(_ref34, ref) {
|
|
|
786
849
|
viewBox: "0 0 32 32",
|
|
787
850
|
fill: "currentColor",
|
|
788
851
|
...rest
|
|
789
|
-
},
|
|
852
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
790
853
|
d: "M2 28H30V30H2zM27 11a1 1 0 001-1V7a1 1 0 00-.66-.94l-11-4a1 1 0 00-.68 0l-11 4A1 1 0 004 7v3a1 1 0 001 1H6V24H4v2H28V24H26V11zM6 7.7L16 4.06 26 7.7V9H6zM18 24H14V11h4zM8 11h4V24H8zM24 24H20V11h4z"
|
|
791
854
|
})), children);
|
|
792
855
|
});
|
|
793
856
|
if (process.env.NODE_ENV !== "production") {
|
|
794
857
|
Finance.propTypes = iconPropTypes;
|
|
795
858
|
}
|
|
796
|
-
const FingerprintRecognition = /*#__PURE__*/React.forwardRef(function FingerprintRecognition(
|
|
859
|
+
const FingerprintRecognition = /*#__PURE__*/React.forwardRef(function FingerprintRecognition(_ref38, ref) {
|
|
797
860
|
let {
|
|
798
861
|
children,
|
|
799
862
|
size = 16,
|
|
800
863
|
...rest
|
|
801
|
-
} =
|
|
864
|
+
} = _ref38;
|
|
802
865
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
803
866
|
width: size,
|
|
804
867
|
height: size,
|
|
@@ -807,27 +870,27 @@ const FingerprintRecognition = /*#__PURE__*/React.forwardRef(function Fingerprin
|
|
|
807
870
|
viewBox: "0 0 32 32",
|
|
808
871
|
fill: "currentColor",
|
|
809
872
|
...rest
|
|
810
|
-
},
|
|
873
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
811
874
|
d: "M7,5.21a.77.77,0,0,1-.46-1.38A15.46,15.46,0,0,1,16,1c2.66,0,6.48.45,9.5,2.62a.77.77,0,0,1,.18,1.07.78.78,0,0,1-1.08.17A15,15,0,0,0,16,2.53,14,14,0,0,0,7.5,5.05.74.74,0,0,1,7,5.21Z"
|
|
812
|
-
})),
|
|
875
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
813
876
|
d: "M28.23,12.26a.78.78,0,0,1-.63-.33C25.87,9.49,22.78,6.24,16,6.24a14,14,0,0,0-11.63,5.7.77.77,0,0,1-1.07.17A.76.76,0,0,1,3.15,11,15.54,15.54,0,0,1,16,4.71c5.61,0,9.81,2.08,12.84,6.34a.77.77,0,0,1-.19,1.07A.79.79,0,0,1,28.23,12.26Z"
|
|
814
|
-
})),
|
|
877
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
815
878
|
d: "M12.28,31a.78.78,0,0,1-.72-.49.75.75,0,0,1,.44-1c4.37-1.68,7-5.12,7-9.21a2.8,2.8,0,0,0-3-3c-1.86,0-2.76,1-3,3.35a4.27,4.27,0,0,1-4.52,3.83,4.27,4.27,0,0,1-4.32-4.59A11.71,11.71,0,0,1,16,8.39a12,12,0,0,1,12,11.93,18.66,18.66,0,0,1-1.39,6.5.78.78,0,0,1-1,.41.76.76,0,0,1-.41-1,17.25,17.25,0,0,0,1.27-5.91A10.45,10.45,0,0,0,16,9.92a10.18,10.18,0,0,0-10.38,10,2.77,2.77,0,0,0,2.79,3.06,2.74,2.74,0,0,0,3-2.48c.36-3.11,1.89-4.69,4.56-4.69a4.31,4.31,0,0,1,4.52,4.56c0,4.74-3,8.72-8,10.63A.92.92,0,0,1,12.28,31Z"
|
|
816
|
-
})),
|
|
879
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
817
880
|
d: "M19.77,30.28a.81.81,0,0,1-.52-.2.76.76,0,0,1,0-1.08,12.63,12.63,0,0,0,3.54-8.68c0-1.56-.48-6.65-6.7-6.65a6.83,6.83,0,0,0-4.94,1.87A6.17,6.17,0,0,0,9.32,20a.77.77,0,0,1-.77.76h0A.76.76,0,0,1,7.78,20,7.73,7.73,0,0,1,10,14.46a8.34,8.34,0,0,1,6-2.32c6.08,0,8.24,4.4,8.24,8.18A14.09,14.09,0,0,1,20.34,30,.75.75,0,0,1,19.77,30.28Z"
|
|
818
|
-
})),
|
|
881
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
819
882
|
d: "M8.66,27.74a14.14,14.14,0,0,1-1.56-.09.76.76,0,1,1,.17-1.52c2.49.28,4.45-.16,5.84-1.32a6.37,6.37,0,0,0,2.12-4.53.75.75,0,0,1,.82-.71.78.78,0,0,1,.72.81A7.89,7.89,0,0,1,14.09,26,8.2,8.2,0,0,1,8.66,27.74Z"
|
|
820
883
|
})), children);
|
|
821
884
|
});
|
|
822
885
|
if (process.env.NODE_ENV !== "production") {
|
|
823
886
|
FingerprintRecognition.propTypes = iconPropTypes;
|
|
824
887
|
}
|
|
825
|
-
const Fire = /*#__PURE__*/React.forwardRef(function Fire(
|
|
888
|
+
const Fire = /*#__PURE__*/React.forwardRef(function Fire(_ref39, ref) {
|
|
826
889
|
let {
|
|
827
890
|
children,
|
|
828
891
|
size = 16,
|
|
829
892
|
...rest
|
|
830
|
-
} =
|
|
893
|
+
} = _ref39;
|
|
831
894
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
832
895
|
width: size,
|
|
833
896
|
height: size,
|
|
@@ -836,19 +899,19 @@ const Fire = /*#__PURE__*/React.forwardRef(function Fire(_ref36, ref) {
|
|
|
836
899
|
viewBox: "0 0 32 32",
|
|
837
900
|
fill: "currentColor",
|
|
838
901
|
...rest
|
|
839
|
-
},
|
|
902
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
840
903
|
d: "M24.832,16.9688c-.2724-.6465-.5815-1.38-.8833-2.2852-.79-2.3682,1.7344-4.9522,1.7583-4.9766L24.293,8.293c-.1407.1406-3.4234,3.4775-2.2417,7.0234.3261.978.6513,1.749.938,2.43A9.3812,9.3812,0,0,1,24,22a6.24,6.24,0,0,1-4.1892,5.293,8.52,8.52,0,0,0-2.1038-8l-1.0444-1.0445-.5815,1.3575C14.2449,23.89,12.06,25.76,10.7747,26.54A5.8437,5.8437,0,0,1,8,22a9.6239,9.6239,0,0,1,.9287-3.6289A11.3329,11.3329,0,0,0,10,14V12.2217c.8735.36,2,1.3037,2,3.7783v2.6035l1.7432-1.9341c3.1118-3.4546,2.4624-7.5678,1.206-10.3081A4.4859,4.4859,0,0,1,18,11h2c0-5.5371-4.5786-7-7-7H11l1.1992,1.5986c.1377.1856,2.8628,3.9278,1.3535,7.688A4.9426,4.9426,0,0,0,9,10H8v4a9.6239,9.6239,0,0,1-.9287,3.6289A11.3329,11.3329,0,0,0,6,22c0,3.8477,3.8232,8,10,8s10-4.1523,10-8A11.3771,11.3771,0,0,0,24.832,16.9688ZM12.8352,27.5264a16.4987,16.4987,0,0,0,4.3665-5.5987,6.1053,6.1053,0,0,1,.2573,5.9717A11.3213,11.3213,0,0,1,16,28,10.3278,10.3278,0,0,1,12.8352,27.5264Z"
|
|
841
904
|
})), children);
|
|
842
905
|
});
|
|
843
906
|
if (process.env.NODE_ENV !== "production") {
|
|
844
907
|
Fire.propTypes = iconPropTypes;
|
|
845
908
|
}
|
|
846
|
-
const Firewall = /*#__PURE__*/React.forwardRef(function Firewall(
|
|
909
|
+
const Firewall = /*#__PURE__*/React.forwardRef(function Firewall(_ref40, ref) {
|
|
847
910
|
let {
|
|
848
911
|
children,
|
|
849
912
|
size = 16,
|
|
850
913
|
...rest
|
|
851
|
-
} =
|
|
914
|
+
} = _ref40;
|
|
852
915
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
853
916
|
width: size,
|
|
854
917
|
height: size,
|
|
@@ -857,21 +920,21 @@ const Firewall = /*#__PURE__*/React.forwardRef(function Firewall(_ref37, ref) {
|
|
|
857
920
|
viewBox: "0 0 32 32",
|
|
858
921
|
fill: "currentColor",
|
|
859
922
|
...rest
|
|
860
|
-
},
|
|
923
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
861
924
|
d: "M27 20.3972v3c-1 0-2-1.5-2-4v-3c-4 5-5 7-5 9A5.0008 5.0008 0 0023.0458 30 7.5281 7.5281 0 0125 26.3972 7.5281 7.5281 0 0126.9542 30 5.0008 5.0008 0 0030 25.3972C30 23.3972 28.875 21.8258 27 20.3972zM17 28H4V24H17V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2H17z"
|
|
862
|
-
})),
|
|
925
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
863
926
|
d: "M28 12H7a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2H17V18H7V14H28l.0011 2H30V14A2.0023 2.0023 0 0028 12zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4z"
|
|
864
927
|
})), children);
|
|
865
928
|
});
|
|
866
929
|
if (process.env.NODE_ENV !== "production") {
|
|
867
930
|
Firewall.propTypes = iconPropTypes;
|
|
868
931
|
}
|
|
869
|
-
const FirewallClassic = /*#__PURE__*/React.forwardRef(function FirewallClassic(
|
|
932
|
+
const FirewallClassic = /*#__PURE__*/React.forwardRef(function FirewallClassic(_ref41, ref) {
|
|
870
933
|
let {
|
|
871
934
|
children,
|
|
872
935
|
size = 16,
|
|
873
936
|
...rest
|
|
874
|
-
} =
|
|
937
|
+
} = _ref41;
|
|
875
938
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
876
939
|
width: size,
|
|
877
940
|
height: size,
|
|
@@ -880,19 +943,19 @@ const FirewallClassic = /*#__PURE__*/React.forwardRef(function FirewallClassic(_
|
|
|
880
943
|
viewBox: "0 0 32 32",
|
|
881
944
|
fill: "currentColor",
|
|
882
945
|
...rest
|
|
883
|
-
},
|
|
946
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
884
947
|
d: "M28 20V17a4 4 0 00-8 0v3a2.0023 2.0023 0 00-2 2v6a2.0023 2.0023 0 002 2h8a2.0023 2.0023 0 002-2V22A2.0023 2.0023 0 0028 20zm-6-3a2 2 0 014 0v3H22zm6 11H20V22h8zM15 27H4a2 2 0 01-2-2V22a2 2 0 012-2H15v2H4v3H15zM17 18H8a2 2 0 01-2-2V13a2 2 0 012-2H19v2H8v3h9zM22 9H4A2 2 0 012 7V4A2 2 0 014 2H22a2 2 0 012 2V7A2 2 0 0122 9zM4 7H22V4H4z"
|
|
885
948
|
})), children);
|
|
886
949
|
});
|
|
887
950
|
if (process.env.NODE_ENV !== "production") {
|
|
888
951
|
FirewallClassic.propTypes = iconPropTypes;
|
|
889
952
|
}
|
|
890
|
-
const Fish = /*#__PURE__*/React.forwardRef(function Fish(
|
|
953
|
+
const Fish = /*#__PURE__*/React.forwardRef(function Fish(_ref42, ref) {
|
|
891
954
|
let {
|
|
892
955
|
children,
|
|
893
956
|
size = 16,
|
|
894
957
|
...rest
|
|
895
|
-
} =
|
|
958
|
+
} = _ref42;
|
|
896
959
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
897
960
|
width: size,
|
|
898
961
|
height: size,
|
|
@@ -905,19 +968,19 @@ const Fish = /*#__PURE__*/React.forwardRef(function Fish(_ref39, ref) {
|
|
|
905
968
|
cx: "24",
|
|
906
969
|
cy: "7",
|
|
907
970
|
r: "1"
|
|
908
|
-
})),
|
|
971
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
909
972
|
d: "M26,2A16.0183,16.0183,0,0,0,10,18v2H3a1,1,0,0,0-.707,1.707l8,8A1,1,0,0,0,12,29V22h2A16.0183,16.0183,0,0,0,30,6V2ZM10,26.5857,5.4141,22H10ZM12,20V18a13.9394,13.9394,0,0,1,3.908-9.6777l7.77,7.7695A13.94,13.94,0,0,1,14,20ZM28,6a13.9163,13.9163,0,0,1-2.98,8.6055L17.3945,6.98A13.9163,13.9163,0,0,1,26,4h2Z"
|
|
910
973
|
})), children);
|
|
911
974
|
});
|
|
912
975
|
if (process.env.NODE_ENV !== "production") {
|
|
913
976
|
Fish.propTypes = iconPropTypes;
|
|
914
977
|
}
|
|
915
|
-
const FishMultiple = /*#__PURE__*/React.forwardRef(function FishMultiple(
|
|
978
|
+
const FishMultiple = /*#__PURE__*/React.forwardRef(function FishMultiple(_ref43, ref) {
|
|
916
979
|
let {
|
|
917
980
|
children,
|
|
918
981
|
size = 16,
|
|
919
982
|
...rest
|
|
920
|
-
} =
|
|
983
|
+
} = _ref43;
|
|
921
984
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
922
985
|
width: size,
|
|
923
986
|
height: size,
|
|
@@ -926,13 +989,13 @@ const FishMultiple = /*#__PURE__*/React.forwardRef(function FishMultiple(_ref40,
|
|
|
926
989
|
viewBox: "0 0 32 32",
|
|
927
990
|
fill: "currentColor",
|
|
928
991
|
...rest
|
|
929
|
-
},
|
|
992
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
930
993
|
d: "M30,14a12.9845,12.9845,0,0,0-3.8286-9.2427L24.4143,3,23,4.4138l1.7573,1.7574a11.0713,11.0713,0,0,1,0,15.6572L22,24.5857,23.4143,26l2.7571-2.7573A12.9845,12.9845,0,0,0,30,14Z"
|
|
931
994
|
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
932
995
|
cx: "17",
|
|
933
996
|
cy: "11",
|
|
934
997
|
r: "1"
|
|
935
|
-
})),
|
|
998
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
936
999
|
d: "M22,14a12.9845,12.9845,0,0,0-3.8286-9.2427L16.4143,3,15,4.4138l1.7573,1.7574a11.0713,11.0713,0,0,1,0,15.6572L14,24.5857,15.4143,26l2.7571-2.7573A12.9845,12.9845,0,0,0,22,14Z"
|
|
937
1000
|
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
938
1001
|
cx: "25",
|
|
@@ -942,19 +1005,19 @@ const FishMultiple = /*#__PURE__*/React.forwardRef(function FishMultiple(_ref40,
|
|
|
942
1005
|
cx: "9",
|
|
943
1006
|
cy: "11",
|
|
944
1007
|
r: "1"
|
|
945
|
-
})),
|
|
1008
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
946
1009
|
d: "M9.4141,24l.7573-.7573a13.0708,13.0708,0,0,0,0-18.4854L8,2.5857,5.8286,4.7571a13.0708,13.0708,0,0,0,0,18.4854L6.5859,24,2.293,28.2928A1,1,0,0,0,3,30H13a1,1,0,0,0,.707-1.707ZM4,14A10.9988,10.9988,0,0,1,7.2427,6.1712L8,5.4138l.7573.7574a11.0713,11.0713,0,0,1,0,15.6572L8,22.5857l-.7573-.7573A10.9988,10.9988,0,0,1,4,14ZM5.4141,28,8,25.4138,10.5859,28Z"
|
|
947
1010
|
})), children);
|
|
948
1011
|
});
|
|
949
1012
|
if (process.env.NODE_ENV !== "production") {
|
|
950
1013
|
FishMultiple.propTypes = iconPropTypes;
|
|
951
1014
|
}
|
|
952
|
-
const FitToHeight = /*#__PURE__*/React.forwardRef(function FitToHeight(
|
|
1015
|
+
const FitToHeight = /*#__PURE__*/React.forwardRef(function FitToHeight(_ref44, ref) {
|
|
953
1016
|
let {
|
|
954
1017
|
children,
|
|
955
1018
|
size = 16,
|
|
956
1019
|
...rest
|
|
957
|
-
} =
|
|
1020
|
+
} = _ref44;
|
|
958
1021
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
959
1022
|
width: size,
|
|
960
1023
|
height: size,
|
|
@@ -963,21 +1026,21 @@ const FitToHeight = /*#__PURE__*/React.forwardRef(function FitToHeight(_ref41, r
|
|
|
963
1026
|
viewBox: "0 0 32 32",
|
|
964
1027
|
fill: "currentColor",
|
|
965
1028
|
...rest
|
|
966
|
-
},
|
|
1029
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
967
1030
|
d: "M11 10L12.41 11.41 15 8.83 15 23.17 12.41 20.59 11 22 16 27 21 22 19.59 20.59 17 23.17 17 8.83 19.59 11.41 21 10 16 5 11 10z"
|
|
968
|
-
})),
|
|
1031
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
969
1032
|
d: "M28,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
|
|
970
1033
|
})), children);
|
|
971
1034
|
});
|
|
972
1035
|
if (process.env.NODE_ENV !== "production") {
|
|
973
1036
|
FitToHeight.propTypes = iconPropTypes;
|
|
974
1037
|
}
|
|
975
|
-
const FitToScreen = /*#__PURE__*/React.forwardRef(function FitToScreen(
|
|
1038
|
+
const FitToScreen = /*#__PURE__*/React.forwardRef(function FitToScreen(_ref45, ref) {
|
|
976
1039
|
let {
|
|
977
1040
|
children,
|
|
978
1041
|
size = 16,
|
|
979
1042
|
...rest
|
|
980
|
-
} =
|
|
1043
|
+
} = _ref45;
|
|
981
1044
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
982
1045
|
width: size,
|
|
983
1046
|
height: size,
|
|
@@ -986,21 +1049,21 @@ const FitToScreen = /*#__PURE__*/React.forwardRef(function FitToScreen(_ref42, r
|
|
|
986
1049
|
viewBox: "0 0 32 32",
|
|
987
1050
|
fill: "currentColor",
|
|
988
1051
|
...rest
|
|
989
|
-
},
|
|
1052
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
990
1053
|
d: "M22 16L24 16 24 8 16 8 16 10 22 10 22 16zM8 24L16 24 16 22 10 22 10 16 8 16 8 24z"
|
|
991
|
-
})),
|
|
1054
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
992
1055
|
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"
|
|
993
1056
|
})), children);
|
|
994
1057
|
});
|
|
995
1058
|
if (process.env.NODE_ENV !== "production") {
|
|
996
1059
|
FitToScreen.propTypes = iconPropTypes;
|
|
997
1060
|
}
|
|
998
|
-
const FitToWidth = /*#__PURE__*/React.forwardRef(function FitToWidth(
|
|
1061
|
+
const FitToWidth = /*#__PURE__*/React.forwardRef(function FitToWidth(_ref46, ref) {
|
|
999
1062
|
let {
|
|
1000
1063
|
children,
|
|
1001
1064
|
size = 16,
|
|
1002
1065
|
...rest
|
|
1003
|
-
} =
|
|
1066
|
+
} = _ref46;
|
|
1004
1067
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1005
1068
|
width: size,
|
|
1006
1069
|
height: size,
|
|
@@ -1009,21 +1072,21 @@ const FitToWidth = /*#__PURE__*/React.forwardRef(function FitToWidth(_ref43, ref
|
|
|
1009
1072
|
viewBox: "0 0 32 32",
|
|
1010
1073
|
fill: "currentColor",
|
|
1011
1074
|
...rest
|
|
1012
|
-
},
|
|
1075
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1013
1076
|
d: "M22 11L20.59 12.41 23.17 15 8.83 15 11.41 12.41 10 11 5 16 10 21 11.41 19.59 8.83 17 23.17 17 20.59 19.59 22 21 27 16 22 11z"
|
|
1014
|
-
})),
|
|
1077
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1015
1078
|
d: "M28,30H4a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
|
|
1016
1079
|
})), children);
|
|
1017
1080
|
});
|
|
1018
1081
|
if (process.env.NODE_ENV !== "production") {
|
|
1019
1082
|
FitToWidth.propTypes = iconPropTypes;
|
|
1020
1083
|
}
|
|
1021
|
-
const Flag = /*#__PURE__*/React.forwardRef(function Flag(
|
|
1084
|
+
const Flag = /*#__PURE__*/React.forwardRef(function Flag(_ref47, ref) {
|
|
1022
1085
|
let {
|
|
1023
1086
|
children,
|
|
1024
1087
|
size = 16,
|
|
1025
1088
|
...rest
|
|
1026
|
-
} =
|
|
1089
|
+
} = _ref47;
|
|
1027
1090
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1028
1091
|
width: size,
|
|
1029
1092
|
height: size,
|
|
@@ -1032,19 +1095,19 @@ const Flag = /*#__PURE__*/React.forwardRef(function Flag(_ref44, ref) {
|
|
|
1032
1095
|
viewBox: "0 0 32 32",
|
|
1033
1096
|
fill: "currentColor",
|
|
1034
1097
|
...rest
|
|
1035
|
-
},
|
|
1098
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1036
1099
|
d: "M6,30H4V2H28l-5.8,9L28,20H6ZM6,18H24.33L19.8,11l4.53-7H6Z"
|
|
1037
1100
|
})), children);
|
|
1038
1101
|
});
|
|
1039
1102
|
if (process.env.NODE_ENV !== "production") {
|
|
1040
1103
|
Flag.propTypes = iconPropTypes;
|
|
1041
1104
|
}
|
|
1042
|
-
const FlagFilled = /*#__PURE__*/React.forwardRef(function FlagFilled(
|
|
1105
|
+
const FlagFilled = /*#__PURE__*/React.forwardRef(function FlagFilled(_ref48, ref) {
|
|
1043
1106
|
let {
|
|
1044
1107
|
children,
|
|
1045
1108
|
size = 16,
|
|
1046
1109
|
...rest
|
|
1047
|
-
} =
|
|
1110
|
+
} = _ref48;
|
|
1048
1111
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1049
1112
|
width: size,
|
|
1050
1113
|
height: size,
|
|
@@ -1053,19 +1116,19 @@ const FlagFilled = /*#__PURE__*/React.forwardRef(function FlagFilled(_ref45, ref
|
|
|
1053
1116
|
viewBox: "0 0 32 32",
|
|
1054
1117
|
fill: "currentColor",
|
|
1055
1118
|
...rest
|
|
1056
|
-
},
|
|
1119
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1057
1120
|
d: "M6,30H4V2H28l-5.8,9L28,20H6Z"
|
|
1058
1121
|
})), children);
|
|
1059
1122
|
});
|
|
1060
1123
|
if (process.env.NODE_ENV !== "production") {
|
|
1061
1124
|
FlagFilled.propTypes = iconPropTypes;
|
|
1062
1125
|
}
|
|
1063
|
-
const FlaggingTaxi = /*#__PURE__*/React.forwardRef(function FlaggingTaxi(
|
|
1126
|
+
const FlaggingTaxi = /*#__PURE__*/React.forwardRef(function FlaggingTaxi(_ref49, ref) {
|
|
1064
1127
|
let {
|
|
1065
1128
|
children,
|
|
1066
1129
|
size = 16,
|
|
1067
1130
|
...rest
|
|
1068
|
-
} =
|
|
1131
|
+
} = _ref49;
|
|
1069
1132
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1070
1133
|
width: size,
|
|
1071
1134
|
height: size,
|
|
@@ -1074,21 +1137,21 @@ const FlaggingTaxi = /*#__PURE__*/React.forwardRef(function FlaggingTaxi(_ref46,
|
|
|
1074
1137
|
viewBox: "0 0 32 32",
|
|
1075
1138
|
fill: "currentColor",
|
|
1076
1139
|
...rest
|
|
1077
|
-
},
|
|
1140
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1078
1141
|
d: "M24.7976,2,20.3555,8.6641A2.9941,2.9941,0,0,1,17.8594,10H12a3.0033,3.0033,0,0,0-3,3v6a2.0023,2.0023,0,0,0,2,2v7a2.0023,2.0023,0,0,0,2,2h4a2.0023,2.0023,0,0,0,2-2V16H17V28H13V19H11V13a1.0009,1.0009,0,0,1,1-1h5.8594a4.9881,4.9881,0,0,0,4.16-2.2266l4.4422-6.664Z"
|
|
1079
|
-
})),
|
|
1142
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1080
1143
|
d: "M11,5a4,4,0,1,1,4,4A4.0042,4.0042,0,0,1,11,5Zm2,0a2,2,0,1,0,2-2A2.0023,2.0023,0,0,0,13,5Z"
|
|
1081
1144
|
})), children);
|
|
1082
1145
|
});
|
|
1083
1146
|
if (process.env.NODE_ENV !== "production") {
|
|
1084
1147
|
FlaggingTaxi.propTypes = iconPropTypes;
|
|
1085
1148
|
}
|
|
1086
|
-
const Flash = /*#__PURE__*/React.forwardRef(function Flash(
|
|
1149
|
+
const Flash = /*#__PURE__*/React.forwardRef(function Flash(_ref50, ref) {
|
|
1087
1150
|
let {
|
|
1088
1151
|
children,
|
|
1089
1152
|
size = 16,
|
|
1090
1153
|
...rest
|
|
1091
|
-
} =
|
|
1154
|
+
} = _ref50;
|
|
1092
1155
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1093
1156
|
width: size,
|
|
1094
1157
|
height: size,
|
|
@@ -1097,19 +1160,19 @@ const Flash = /*#__PURE__*/React.forwardRef(function Flash(_ref47, ref) {
|
|
|
1097
1160
|
viewBox: "0 0 32 32",
|
|
1098
1161
|
fill: "currentColor",
|
|
1099
1162
|
...rest
|
|
1100
|
-
},
|
|
1163
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1101
1164
|
d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92ZM17.75,13l2-9H11.8L9.26,15h5.91L13.58,25.28,23,13Z"
|
|
1102
1165
|
})), children);
|
|
1103
1166
|
});
|
|
1104
1167
|
if (process.env.NODE_ENV !== "production") {
|
|
1105
1168
|
Flash.propTypes = iconPropTypes;
|
|
1106
1169
|
}
|
|
1107
|
-
const FlashFilled = /*#__PURE__*/React.forwardRef(function FlashFilled(
|
|
1170
|
+
const FlashFilled = /*#__PURE__*/React.forwardRef(function FlashFilled(_ref51, ref) {
|
|
1108
1171
|
let {
|
|
1109
1172
|
children,
|
|
1110
1173
|
size = 16,
|
|
1111
1174
|
...rest
|
|
1112
|
-
} =
|
|
1175
|
+
} = _ref51;
|
|
1113
1176
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1114
1177
|
width: size,
|
|
1115
1178
|
height: size,
|
|
@@ -1118,19 +1181,19 @@ const FlashFilled = /*#__PURE__*/React.forwardRef(function FlashFilled(_ref48, r
|
|
|
1118
1181
|
viewBox: "0 0 32 32",
|
|
1119
1182
|
fill: "currentColor",
|
|
1120
1183
|
...rest
|
|
1121
|
-
},
|
|
1184
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1122
1185
|
d: "M11.61,29.92a1,1,0,0,1-.6-1.07L12.83,17H8a1,1,0,0,1-1-1.23l3-13A1,1,0,0,1,11,2H21a1,1,0,0,1,.78.37,1,1,0,0,1,.2.85L20.25,11H25a1,1,0,0,1,.9.56,1,1,0,0,1-.11,1l-13,17A1,1,0,0,1,12,30,1.09,1.09,0,0,1,11.61,29.92Z"
|
|
1123
1186
|
})), children);
|
|
1124
1187
|
});
|
|
1125
1188
|
if (process.env.NODE_ENV !== "production") {
|
|
1126
1189
|
FlashFilled.propTypes = iconPropTypes;
|
|
1127
1190
|
}
|
|
1128
|
-
const FlashOff = /*#__PURE__*/React.forwardRef(function FlashOff(
|
|
1191
|
+
const FlashOff = /*#__PURE__*/React.forwardRef(function FlashOff(_ref52, ref) {
|
|
1129
1192
|
let {
|
|
1130
1193
|
children,
|
|
1131
1194
|
size = 16,
|
|
1132
1195
|
...rest
|
|
1133
|
-
} =
|
|
1196
|
+
} = _ref52;
|
|
1134
1197
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1135
1198
|
width: size,
|
|
1136
1199
|
height: size,
|
|
@@ -1139,19 +1202,19 @@ const FlashOff = /*#__PURE__*/React.forwardRef(function FlashOff(_ref49, ref) {
|
|
|
1139
1202
|
viewBox: "0 0 32 32",
|
|
1140
1203
|
fill: "currentColor",
|
|
1141
1204
|
...rest
|
|
1142
|
-
},
|
|
1205
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1143
1206
|
d: "M11.13 6.89L11.8 4h8l-2 9H23l-2.49 3.25 1.43 1.43 3.87-5.07a1 1 0 00.11-1A1 1 0 0025 11H20.25L22 3.22a1 1 0 00-.2-.85A1 1 0 0021 2H11a1 1 0 00-1 .77L9.46 5.22zM30 28.59l-9.31-9.31h0l-1.42-1.43h0L10.6 9.19h0L8.93 7.52h0L3.41 2 2 3.41 8.4 9.82 7 15.77A1 1 0 008 17h4.83L11 28.85a1 1 0 00.6 1.07A1.09 1.09 0 0012 30a1 1 0 00.79-.39l6.68-8.73L28.59 30zM9.26 15l.81-3.52L13.59 15zm4.32 10.28L15 16.37 18 19.45z"
|
|
1144
1207
|
})), children);
|
|
1145
1208
|
});
|
|
1146
1209
|
if (process.env.NODE_ENV !== "production") {
|
|
1147
1210
|
FlashOff.propTypes = iconPropTypes;
|
|
1148
1211
|
}
|
|
1149
|
-
const FlashOffFilled = /*#__PURE__*/React.forwardRef(function FlashOffFilled(
|
|
1212
|
+
const FlashOffFilled = /*#__PURE__*/React.forwardRef(function FlashOffFilled(_ref53, ref) {
|
|
1150
1213
|
let {
|
|
1151
1214
|
children,
|
|
1152
1215
|
size = 16,
|
|
1153
1216
|
...rest
|
|
1154
|
-
} =
|
|
1217
|
+
} = _ref53;
|
|
1155
1218
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1156
1219
|
width: size,
|
|
1157
1220
|
height: size,
|
|
@@ -1160,19 +1223,19 @@ const FlashOffFilled = /*#__PURE__*/React.forwardRef(function FlashOffFilled(_re
|
|
|
1160
1223
|
viewBox: "0 0 32 32",
|
|
1161
1224
|
fill: "currentColor",
|
|
1162
1225
|
...rest
|
|
1163
|
-
},
|
|
1226
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1164
1227
|
d: "M30 28.59L3.41 2 2 3.41 8.4 9.82 7 15.77A1 1 0 008 17h4.83L11 28.85a1 1 0 00.6 1.07A1.09 1.09 0 0012 30a1 1 0 00.79-.39l6.68-8.73L28.59 30zM22.53 16.87l3.26-4.26a1 1 0 00.11-1A1 1 0 0025 11H20.25L22 3.22a1 1 0 00-.2-.85A1 1 0 0021 2H11a1 1 0 00-1 .77l-.3 1.3z"
|
|
1165
1228
|
})), children);
|
|
1166
1229
|
});
|
|
1167
1230
|
if (process.env.NODE_ENV !== "production") {
|
|
1168
1231
|
FlashOffFilled.propTypes = iconPropTypes;
|
|
1169
1232
|
}
|
|
1170
|
-
const FlightInternational = /*#__PURE__*/React.forwardRef(function FlightInternational(
|
|
1233
|
+
const FlightInternational = /*#__PURE__*/React.forwardRef(function FlightInternational(_ref54, ref) {
|
|
1171
1234
|
let {
|
|
1172
1235
|
children,
|
|
1173
1236
|
size = 16,
|
|
1174
1237
|
...rest
|
|
1175
|
-
} =
|
|
1238
|
+
} = _ref54;
|
|
1176
1239
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1177
1240
|
width: size,
|
|
1178
1241
|
height: size,
|
|
@@ -1181,9 +1244,9 @@ const FlightInternational = /*#__PURE__*/React.forwardRef(function FlightInterna
|
|
|
1181
1244
|
viewBox: "0 0 32 32",
|
|
1182
1245
|
fill: "currentColor",
|
|
1183
1246
|
...rest
|
|
1184
|
-
},
|
|
1247
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1185
1248
|
d: "M16,28a5.3257,5.3257,0,0,1-.6714-.044A21.7855,21.7855,0,0,1,12.0332,17H29.95c.0236-.3315.05-.6626.05-1A14,14,0,1,0,16,30ZM27.9492,15H21.9631A24.3247,24.3247,0,0,0,19.21,4.4492,12.0123,12.0123,0,0,1,27.9492,15ZM16.6714,4.0439A21.7855,21.7855,0,0,1,19.9668,15H12.0332A21.7855,21.7855,0,0,1,15.3286,4.0439,5.159,5.159,0,0,1,16.6714,4.0439ZM12.79,4.4492A24.3275,24.3275,0,0,0,10.0369,15H4.0508A12.0126,12.0126,0,0,1,12.79,4.4492ZM4.0508,17h5.9861A24.3275,24.3275,0,0,0,12.79,27.5508,12.0126,12.0126,0,0,1,4.0508,17Z"
|
|
1186
|
-
})),
|
|
1249
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1187
1250
|
fillRule: "evenodd",
|
|
1188
1251
|
d: "M25,25l5,2V25l-5-2.5V20a1,1,0,0,0-2,0v2.5L18,25v2l5-2v3.5L21,30v1l3-1,3,1V30l-2-1.5Z"
|
|
1189
1252
|
})), children);
|
|
@@ -1191,12 +1254,12 @@ const FlightInternational = /*#__PURE__*/React.forwardRef(function FlightInterna
|
|
|
1191
1254
|
if (process.env.NODE_ENV !== "production") {
|
|
1192
1255
|
FlightInternational.propTypes = iconPropTypes;
|
|
1193
1256
|
}
|
|
1194
|
-
const FlightRoster = /*#__PURE__*/React.forwardRef(function FlightRoster(
|
|
1257
|
+
const FlightRoster = /*#__PURE__*/React.forwardRef(function FlightRoster(_ref55, ref) {
|
|
1195
1258
|
let {
|
|
1196
1259
|
children,
|
|
1197
1260
|
size = 16,
|
|
1198
1261
|
...rest
|
|
1199
|
-
} =
|
|
1262
|
+
} = _ref55;
|
|
1200
1263
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1201
1264
|
width: size,
|
|
1202
1265
|
height: size,
|
|
@@ -1205,12 +1268,12 @@ const FlightRoster = /*#__PURE__*/React.forwardRef(function FlightRoster(_ref52,
|
|
|
1205
1268
|
viewBox: "0 0 32 32",
|
|
1206
1269
|
fill: "currentColor",
|
|
1207
1270
|
...rest
|
|
1208
|
-
},
|
|
1271
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1209
1272
|
fillRule: "evenodd",
|
|
1210
1273
|
d: "M26,6a2,2,0,0,0-2-2H8A2,2,0,0,0,6,6V26a2,2,0,0,0,2,2h8V26H8V6H24v6h2Z"
|
|
1211
|
-
})),
|
|
1274
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1212
1275
|
d: "M10 18H16V20H10zM10 14H22V16H10z"
|
|
1213
|
-
})),
|
|
1276
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1214
1277
|
fillRule: "evenodd",
|
|
1215
1278
|
d: "M22 10v2H10V10zM25 23l5 2V23l-5-2.5V18a1 1 0 00-2 0v2.5L18 23v2l5-2v3.5L21 28v1l3-1 3 1V28l-2-1.5z"
|
|
1216
1279
|
})), children);
|
|
@@ -1218,12 +1281,12 @@ const FlightRoster = /*#__PURE__*/React.forwardRef(function FlightRoster(_ref52,
|
|
|
1218
1281
|
if (process.env.NODE_ENV !== "production") {
|
|
1219
1282
|
FlightRoster.propTypes = iconPropTypes;
|
|
1220
1283
|
}
|
|
1221
|
-
const FlightSchedule = /*#__PURE__*/React.forwardRef(function FlightSchedule(
|
|
1284
|
+
const FlightSchedule = /*#__PURE__*/React.forwardRef(function FlightSchedule(_ref56, ref) {
|
|
1222
1285
|
let {
|
|
1223
1286
|
children,
|
|
1224
1287
|
size = 16,
|
|
1225
1288
|
...rest
|
|
1226
|
-
} =
|
|
1289
|
+
} = _ref56;
|
|
1227
1290
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1228
1291
|
width: size,
|
|
1229
1292
|
height: size,
|
|
@@ -1232,10 +1295,10 @@ const FlightSchedule = /*#__PURE__*/React.forwardRef(function FlightSchedule(_re
|
|
|
1232
1295
|
viewBox: "0 0 32 32",
|
|
1233
1296
|
fill: "currentColor",
|
|
1234
1297
|
...rest
|
|
1235
|
-
},
|
|
1298
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1236
1299
|
fillRule: "evenodd",
|
|
1237
1300
|
d: "M25,23l5,2V23l-5-2.5V18a1,1,0,0,0-2,0v2.5L18,23v2l5-2v3.5L21,28v1l3-1,3,1V28l-2-1.5Z"
|
|
1238
|
-
})),
|
|
1301
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1239
1302
|
fillRule: "evenodd",
|
|
1240
1303
|
d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H16V26H6V6h4V8h2V6h8V8h2V6h4v7h2V6A2,2,0,0,0,26,4Z"
|
|
1241
1304
|
})), children);
|
|
@@ -1243,12 +1306,12 @@ const FlightSchedule = /*#__PURE__*/React.forwardRef(function FlightSchedule(_re
|
|
|
1243
1306
|
if (process.env.NODE_ENV !== "production") {
|
|
1244
1307
|
FlightSchedule.propTypes = iconPropTypes;
|
|
1245
1308
|
}
|
|
1246
|
-
const FloatingIp = /*#__PURE__*/React.forwardRef(function FloatingIp(
|
|
1309
|
+
const FloatingIp = /*#__PURE__*/React.forwardRef(function FloatingIp(_ref57, ref) {
|
|
1247
1310
|
let {
|
|
1248
1311
|
children,
|
|
1249
1312
|
size = 16,
|
|
1250
1313
|
...rest
|
|
1251
|
-
} =
|
|
1314
|
+
} = _ref57;
|
|
1252
1315
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1253
1316
|
width: size,
|
|
1254
1317
|
height: size,
|
|
@@ -1257,19 +1320,19 @@ const FloatingIp = /*#__PURE__*/React.forwardRef(function FloatingIp(_ref54, ref
|
|
|
1257
1320
|
viewBox: "0 0 32 32",
|
|
1258
1321
|
fill: "currentColor",
|
|
1259
1322
|
...rest
|
|
1260
|
-
},
|
|
1323
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1261
1324
|
d: "M25,11a5.0083,5.0083,0,0,0-4.8989,4H11.8989a5,5,0,1,0,0,2h8.2022A5,5,0,1,0,25,11Zm0,8a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,25,19Z"
|
|
1262
1325
|
})), children);
|
|
1263
1326
|
});
|
|
1264
1327
|
if (process.env.NODE_ENV !== "production") {
|
|
1265
1328
|
FloatingIp.propTypes = iconPropTypes;
|
|
1266
1329
|
}
|
|
1267
|
-
const Flood = /*#__PURE__*/React.forwardRef(function Flood(
|
|
1330
|
+
const Flood = /*#__PURE__*/React.forwardRef(function Flood(_ref58, ref) {
|
|
1268
1331
|
let {
|
|
1269
1332
|
children,
|
|
1270
1333
|
size = 16,
|
|
1271
1334
|
...rest
|
|
1272
|
-
} =
|
|
1335
|
+
} = _ref58;
|
|
1273
1336
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1274
1337
|
width: size,
|
|
1275
1338
|
height: size,
|
|
@@ -1278,19 +1341,19 @@ const Flood = /*#__PURE__*/React.forwardRef(function Flood(_ref55, ref) {
|
|
|
1278
1341
|
viewBox: "0 0 32 32",
|
|
1279
1342
|
fill: "currentColor",
|
|
1280
1343
|
...rest
|
|
1281
|
-
},
|
|
1344
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1282
1345
|
d: "M29 28a2.8828 2.8828 0 01-1-.1816v-.0059a3.7662 3.7662 0 01-2.0532-2.1338A.971.971 0 0025 25a1.007 1.007 0 00-.9487.6836A3.4376 3.4376 0 0121 28a3.44 3.44 0 01-3.0532-2.3213A.9894.9894 0 0017 25a1.007 1.007 0 00-.9487.6836A3.4376 3.4376 0 0113 28a3.44 3.44 0 01-3.0532-2.3213 1 1 0 00-1.8955.0049A3.4376 3.4376 0 015 28H2v2H5a4.9316 4.9316 0 004-1.9873 5.0192 5.0192 0 008 0 5.0192 5.0192 0 008 0 5.1433 5.1433 0 002.1379 1.62A4.8374 4.8374 0 0029 30h1V28zM28 13.63L29.7573 15 31 13.4282 16.6123 2.2139a1.0094 1.0094 0 00-1.2427 0L1 13.4194l1.2427 1.5718L4 13.6211v5.1875a3.6907 3.6907 0 01-2 2.0039V22.896a4.9958 4.9958 0 003-1.8833 5.0192 5.0192 0 008 0 5.0192 5.0192 0 008 0A4.9316 4.9316 0 0025 23h5V21H28zm-6.0513 5.0532a1 1 0 00-1.8955-.0049A3.44 3.44 0 0117 21a3.4376 3.4376 0 01-3.0513-2.3164A1.007 1.007 0 0013 18a.9894.9894 0 00-.9468.6787A3.44 3.44 0 019 21a3.37 3.37 0 01-3.0021-2.19L6 12.0615l9.991-7.79L26 12.0718 26.0017 21H25A3.4376 3.4376 0 0121.9487 18.6836z"
|
|
1283
1346
|
})), children);
|
|
1284
1347
|
});
|
|
1285
1348
|
if (process.env.NODE_ENV !== "production") {
|
|
1286
1349
|
Flood.propTypes = iconPropTypes;
|
|
1287
1350
|
}
|
|
1288
|
-
const FloodWarning = /*#__PURE__*/React.forwardRef(function FloodWarning(
|
|
1351
|
+
const FloodWarning = /*#__PURE__*/React.forwardRef(function FloodWarning(_ref59, ref) {
|
|
1289
1352
|
let {
|
|
1290
1353
|
children,
|
|
1291
1354
|
size = 16,
|
|
1292
1355
|
...rest
|
|
1293
|
-
} =
|
|
1356
|
+
} = _ref59;
|
|
1294
1357
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1295
1358
|
width: size,
|
|
1296
1359
|
height: size,
|
|
@@ -1299,26 +1362,26 @@ const FloodWarning = /*#__PURE__*/React.forwardRef(function FloodWarning(_ref56,
|
|
|
1299
1362
|
viewBox: "0 0 32 32",
|
|
1300
1363
|
fill: "currentColor",
|
|
1301
1364
|
...rest
|
|
1302
|
-
},
|
|
1365
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1303
1366
|
d: "M29,28a2.8828,2.8828,0,0,1-1-.1816v-.0059a3.7662,3.7662,0,0,1-2.0532-2.1338A.971.971,0,0,0,25,25a1.007,1.007,0,0,0-.9487.6836A3.4376,3.4376,0,0,1,21,28a3.44,3.44,0,0,1-3.0532-2.3213A.9894.9894,0,0,0,17,25a1.007,1.007,0,0,0-.9487.6836A3.4376,3.4376,0,0,1,13,28a3.44,3.44,0,0,1-3.0532-2.3213,1,1,0,0,0-1.8955.0049A3.4376,3.4376,0,0,1,5,28H2v2H5a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0,5.0192,5.0192,0,0,0,8,0,5.1433,5.1433,0,0,0,2.1379,1.62A4.8374,4.8374,0,0,0,29,30h1V28Z"
|
|
1304
|
-
})),
|
|
1367
|
+
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1305
1368
|
fill: "none",
|
|
1306
1369
|
d: "M23.75,11h-1.5V7h1.5ZM23,12a1,1,0,1,0,1,1A1,1,0,0,0,23,12Z"
|
|
1307
|
-
})),
|
|
1370
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1308
1371
|
d: "M29.9115,14.9355,23.6284,3.3706a.7181.7181,0,0,0-1.2568,0L16.0885,14.9355A.72.72,0,0,0,16.72,16H29.28A.72.72,0,0,0,29.9115,14.9355ZM22.25,7h1.5v4h-1.5ZM23,14a1,1,0,1,1,1-1A1,1,0,0,1,23,14Z"
|
|
1309
|
-
})),
|
|
1372
|
+
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1310
1373
|
d: "M28,21V18H26v3H25a3.4376,3.4376,0,0,1-3.0513-2.3164,1,1,0,0,0-1.8955-.0049A3.44,3.44,0,0,1,17,21a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,13,18a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,9,21a3.3663,3.3663,0,0,1-3-2.1855v-6.753l10-7.79,2.5327,1.9756.9682-1.7818L16.6123,2.2139a1.0094,1.0094,0,0,0-1.2427,0L1,13.4194l1.2427,1.5718L4,13.6211v5.1875a3.6892,3.6892,0,0,1-2,2.0039V22.896a4.9958,4.9958,0,0,0,3-1.8833,5.0192,5.0192,0,0,0,8,0,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,25,23h5V21Z"
|
|
1311
1374
|
})), children);
|
|
1312
1375
|
});
|
|
1313
1376
|
if (process.env.NODE_ENV !== "production") {
|
|
1314
1377
|
FloodWarning.propTypes = iconPropTypes;
|
|
1315
1378
|
}
|
|
1316
|
-
const Floorplan = /*#__PURE__*/React.forwardRef(function Floorplan(
|
|
1379
|
+
const Floorplan = /*#__PURE__*/React.forwardRef(function Floorplan(_ref60, ref) {
|
|
1317
1380
|
let {
|
|
1318
1381
|
children,
|
|
1319
1382
|
size = 16,
|
|
1320
1383
|
...rest
|
|
1321
|
-
} =
|
|
1384
|
+
} = _ref60;
|
|
1322
1385
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1323
1386
|
width: size,
|
|
1324
1387
|
height: size,
|
|
@@ -1327,19 +1390,19 @@ const Floorplan = /*#__PURE__*/React.forwardRef(function Floorplan(_ref57, ref)
|
|
|
1327
1390
|
viewBox: "0 0 32 32",
|
|
1328
1391
|
fill: "currentColor",
|
|
1329
1392
|
...rest
|
|
1330
|
-
},
|
|
1393
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1331
1394
|
d: "M28,2H4C2.9,2,2,2.9,2,4v24c0,1.1,0.9,2,2,2h15v-2c0-2.8,2.2-5,5-5v-2c-3.9,0-7,3.1-7,7h-3v-4h-2v4H4V4h8v14h2v-5h4v-2h-4V4 h14v7h-4v2h4v15h-4v2h4c1.1,0,2-0.9,2-2V4C30,2.9,29.1,2,28,2z"
|
|
1332
1395
|
})), children);
|
|
1333
1396
|
});
|
|
1334
1397
|
if (process.env.NODE_ENV !== "production") {
|
|
1335
1398
|
Floorplan.propTypes = iconPropTypes;
|
|
1336
1399
|
}
|
|
1337
|
-
const Flow = /*#__PURE__*/React.forwardRef(function Flow(
|
|
1400
|
+
const Flow = /*#__PURE__*/React.forwardRef(function Flow(_ref61, ref) {
|
|
1338
1401
|
let {
|
|
1339
1402
|
children,
|
|
1340
1403
|
size = 16,
|
|
1341
1404
|
...rest
|
|
1342
|
-
} =
|
|
1405
|
+
} = _ref61;
|
|
1343
1406
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1344
1407
|
width: size,
|
|
1345
1408
|
height: size,
|
|
@@ -1348,19 +1411,19 @@ const Flow = /*#__PURE__*/React.forwardRef(function Flow(_ref58, ref) {
|
|
|
1348
1411
|
viewBox: "0 0 32 32",
|
|
1349
1412
|
fill: "currentColor",
|
|
1350
1413
|
...rest
|
|
1351
|
-
},
|
|
1414
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1352
1415
|
d: "M27,22.14V17a2,2,0,0,0-2-2H17V9.86a4,4,0,1,0-2,0V15H7a2,2,0,0,0-2,2v5.14a4,4,0,1,0,2,0V17H25v5.14a4,4,0,1,0,2,0ZM8,26a2,2,0,1,1-2-2A2,2,0,0,1,8,26ZM14,6a2,2,0,1,1,2,2A2,2,0,0,1,14,6ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
|
|
1353
1416
|
})), children);
|
|
1354
1417
|
});
|
|
1355
1418
|
if (process.env.NODE_ENV !== "production") {
|
|
1356
1419
|
Flow.propTypes = iconPropTypes;
|
|
1357
1420
|
}
|
|
1358
|
-
const FlowConnection = /*#__PURE__*/React.forwardRef(function FlowConnection(
|
|
1421
|
+
const FlowConnection = /*#__PURE__*/React.forwardRef(function FlowConnection(_ref62, ref) {
|
|
1359
1422
|
let {
|
|
1360
1423
|
children,
|
|
1361
1424
|
size = 16,
|
|
1362
1425
|
...rest
|
|
1363
|
-
} =
|
|
1426
|
+
} = _ref62;
|
|
1364
1427
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1365
1428
|
width: size,
|
|
1366
1429
|
height: size,
|
|
@@ -1369,19 +1432,19 @@ const FlowConnection = /*#__PURE__*/React.forwardRef(function FlowConnection(_re
|
|
|
1369
1432
|
viewBox: "0 0 32 32",
|
|
1370
1433
|
fill: "currentColor",
|
|
1371
1434
|
...rest
|
|
1372
|
-
},
|
|
1435
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1373
1436
|
d: "M28,18H22a2.0023,2.0023,0,0,0-2,2v2H14.4141L10,17.5859V12h2a2.0023,2.0023,0,0,0,2-2V4a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,4v6a2.0023,2.0023,0,0,0,2,2H8v5.5859L3.293,22.293a.9994.9994,0,0,0,0,1.414l5,5a.9995.9995,0,0,0,1.414,0L14.4141,24H20v2a2.0023,2.0023,0,0,0,2,2h6a2.0023,2.0023,0,0,0,2-2V20A2.0023,2.0023,0,0,0,28,18ZM6,4h6v6H6ZM9,26.5859,5.4141,23,9,19.4141,12.5859,23ZM22,26V20h6v6Z"
|
|
1374
1437
|
})), children);
|
|
1375
1438
|
});
|
|
1376
1439
|
if (process.env.NODE_ENV !== "production") {
|
|
1377
1440
|
FlowConnection.propTypes = iconPropTypes;
|
|
1378
1441
|
}
|
|
1379
|
-
const FlowData = /*#__PURE__*/React.forwardRef(function FlowData(
|
|
1442
|
+
const FlowData = /*#__PURE__*/React.forwardRef(function FlowData(_ref63, ref) {
|
|
1380
1443
|
let {
|
|
1381
1444
|
children,
|
|
1382
1445
|
size = 16,
|
|
1383
1446
|
...rest
|
|
1384
|
-
} =
|
|
1447
|
+
} = _ref63;
|
|
1385
1448
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1386
1449
|
width: size,
|
|
1387
1450
|
height: size,
|
|
@@ -1390,19 +1453,19 @@ const FlowData = /*#__PURE__*/React.forwardRef(function FlowData(_ref60, ref) {
|
|
|
1390
1453
|
viewBox: "0 0 32 32",
|
|
1391
1454
|
fill: "currentColor",
|
|
1392
1455
|
...rest
|
|
1393
|
-
},
|
|
1456
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1394
1457
|
d: "M20,23H11.86a4.17,4.17,0,0,0-.43-1L22,11.43A3.86,3.86,0,0,0,24,12a4,4,0,1,0-3.86-5H11.86a4,4,0,1,0,0,2h8.28a4.17,4.17,0,0,0,.43,1L10,20.57A3.86,3.86,0,0,0,8,20a4,4,0,1,0,3.86,5H20v3h8V20H20ZM8,10a2,2,0,1,1,2-2A2,2,0,0,1,8,10ZM24,6a2,2,0,1,1-2,2A2,2,0,0,1,24,6ZM8,26a2,2,0,1,1,2-2A2,2,0,0,1,8,26Zm14-4h4v4H22Z"
|
|
1395
1458
|
})), children);
|
|
1396
1459
|
});
|
|
1397
1460
|
if (process.env.NODE_ENV !== "production") {
|
|
1398
1461
|
FlowData.propTypes = iconPropTypes;
|
|
1399
1462
|
}
|
|
1400
|
-
const FlowModeler = /*#__PURE__*/React.forwardRef(function FlowModeler(
|
|
1463
|
+
const FlowModeler = /*#__PURE__*/React.forwardRef(function FlowModeler(_ref64, ref) {
|
|
1401
1464
|
let {
|
|
1402
1465
|
children,
|
|
1403
1466
|
size = 16,
|
|
1404
1467
|
...rest
|
|
1405
|
-
} =
|
|
1468
|
+
} = _ref64;
|
|
1406
1469
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1407
1470
|
width: size,
|
|
1408
1471
|
height: size,
|
|
@@ -1411,21 +1474,21 @@ const FlowModeler = /*#__PURE__*/React.forwardRef(function FlowModeler(_ref61, r
|
|
|
1411
1474
|
viewBox: "0 0 32 32",
|
|
1412
1475
|
fill: "currentColor",
|
|
1413
1476
|
...rest
|
|
1414
|
-
},
|
|
1477
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1415
1478
|
d: "M10 10H2V2h8zM4 8H8V4H4zM30 30H22V22h8zm-6-2h4V24H24zM20 27H8A6 6 0 018 15v2a4 4 0 000 8H20zM24 17V15a4 4 0 000-8H12V5H24a6 6 0 010 12z"
|
|
1416
|
-
})),
|
|
1479
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1417
1480
|
d: "M19,11H13l-3,4,6,6,6-6Z"
|
|
1418
1481
|
})), children);
|
|
1419
1482
|
});
|
|
1420
1483
|
if (process.env.NODE_ENV !== "production") {
|
|
1421
1484
|
FlowModeler.propTypes = iconPropTypes;
|
|
1422
1485
|
}
|
|
1423
|
-
const FlowModelerReference = /*#__PURE__*/React.forwardRef(function FlowModelerReference(
|
|
1486
|
+
const FlowModelerReference = /*#__PURE__*/React.forwardRef(function FlowModelerReference(_ref65, ref) {
|
|
1424
1487
|
let {
|
|
1425
1488
|
children,
|
|
1426
1489
|
size = 16,
|
|
1427
1490
|
...rest
|
|
1428
|
-
} =
|
|
1491
|
+
} = _ref65;
|
|
1429
1492
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1430
1493
|
width: size,
|
|
1431
1494
|
height: size,
|
|
@@ -1434,21 +1497,21 @@ const FlowModelerReference = /*#__PURE__*/React.forwardRef(function FlowModelerR
|
|
|
1434
1497
|
viewBox: "0 0 32 32",
|
|
1435
1498
|
fill: "currentColor",
|
|
1436
1499
|
...rest
|
|
1437
|
-
},
|
|
1500
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1438
1501
|
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"
|
|
1439
|
-
})),
|
|
1502
|
+
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1440
1503
|
d: "M24 17V15a4 4 0 000-8H12V5H24a6 6 0 010 12zM10 10H2V2h8zM4 8H8V4H4z"
|
|
1441
1504
|
})), children);
|
|
1442
1505
|
});
|
|
1443
1506
|
if (process.env.NODE_ENV !== "production") {
|
|
1444
1507
|
FlowModelerReference.propTypes = iconPropTypes;
|
|
1445
1508
|
}
|
|
1446
|
-
const FlowStream = /*#__PURE__*/React.forwardRef(function FlowStream(
|
|
1509
|
+
const FlowStream = /*#__PURE__*/React.forwardRef(function FlowStream(_ref66, ref) {
|
|
1447
1510
|
let {
|
|
1448
1511
|
children,
|
|
1449
1512
|
size = 16,
|
|
1450
1513
|
...rest
|
|
1451
|
-
} =
|
|
1514
|
+
} = _ref66;
|
|
1452
1515
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1453
1516
|
width: size,
|
|
1454
1517
|
height: size,
|
|
@@ -1457,21 +1520,21 @@ const FlowStream = /*#__PURE__*/React.forwardRef(function FlowStream(_ref63, ref
|
|
|
1457
1520
|
viewBox: "0 0 32 32",
|
|
1458
1521
|
fill: "currentColor",
|
|
1459
1522
|
...rest
|
|
1460
|
-
},
|
|
1523
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1461
1524
|
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"
|
|
1462
|
-
})),
|
|
1525
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1463
1526
|
d: "M7.0474,15.751a9,9,0,0,1,0-13.501l1.3232,1.5a7,7,0,0,0,0,10.501Z"
|
|
1464
1527
|
})), children);
|
|
1465
1528
|
});
|
|
1466
1529
|
if (process.env.NODE_ENV !== "production") {
|
|
1467
1530
|
FlowStream.propTypes = iconPropTypes;
|
|
1468
1531
|
}
|
|
1469
|
-
const FlowStreamReference = /*#__PURE__*/React.forwardRef(function FlowStreamReference(
|
|
1532
|
+
const FlowStreamReference = /*#__PURE__*/React.forwardRef(function FlowStreamReference(_ref67, ref) {
|
|
1470
1533
|
let {
|
|
1471
1534
|
children,
|
|
1472
1535
|
size = 16,
|
|
1473
1536
|
...rest
|
|
1474
|
-
} =
|
|
1537
|
+
} = _ref67;
|
|
1475
1538
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1476
1539
|
width: size,
|
|
1477
1540
|
height: size,
|
|
@@ -1480,21 +1543,21 @@ const FlowStreamReference = /*#__PURE__*/React.forwardRef(function FlowStreamRef
|
|
|
1480
1543
|
viewBox: "0 0 32 32",
|
|
1481
1544
|
fill: "currentColor",
|
|
1482
1545
|
...rest
|
|
1483
|
-
},
|
|
1546
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1484
1547
|
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"
|
|
1485
|
-
})),
|
|
1548
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1486
1549
|
d: "M7.0474,15.751a9,9,0,0,1,0-13.501l1.3232,1.5a7,7,0,0,0,0,10.501Z"
|
|
1487
1550
|
})), children);
|
|
1488
1551
|
});
|
|
1489
1552
|
if (process.env.NODE_ENV !== "production") {
|
|
1490
1553
|
FlowStreamReference.propTypes = iconPropTypes;
|
|
1491
1554
|
}
|
|
1492
|
-
const FlowLogsVpc = /*#__PURE__*/React.forwardRef(function FlowLogsVpc(
|
|
1555
|
+
const FlowLogsVpc = /*#__PURE__*/React.forwardRef(function FlowLogsVpc(_ref68, ref) {
|
|
1493
1556
|
let {
|
|
1494
1557
|
children,
|
|
1495
1558
|
size = 16,
|
|
1496
1559
|
...rest
|
|
1497
|
-
} =
|
|
1560
|
+
} = _ref68;
|
|
1498
1561
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1499
1562
|
width: size,
|
|
1500
1563
|
height: size,
|
|
@@ -1503,21 +1566,21 @@ const FlowLogsVpc = /*#__PURE__*/React.forwardRef(function FlowLogsVpc(_ref65, r
|
|
|
1503
1566
|
viewBox: "0 0 32 32",
|
|
1504
1567
|
fill: "currentColor",
|
|
1505
1568
|
...rest
|
|
1506
|
-
},
|
|
1569
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1507
1570
|
d: "M18 19H30V21H18zM18 23H30V25H18zM18 27H26V29H18z"
|
|
1508
|
-
})),
|
|
1571
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1509
1572
|
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"
|
|
1510
1573
|
})), children);
|
|
1511
1574
|
});
|
|
1512
1575
|
if (process.env.NODE_ENV !== "production") {
|
|
1513
1576
|
FlowLogsVpc.propTypes = iconPropTypes;
|
|
1514
1577
|
}
|
|
1515
|
-
const Fog = /*#__PURE__*/React.forwardRef(function Fog(
|
|
1578
|
+
const Fog = /*#__PURE__*/React.forwardRef(function Fog(_ref69, ref) {
|
|
1516
1579
|
let {
|
|
1517
1580
|
children,
|
|
1518
1581
|
size = 16,
|
|
1519
1582
|
...rest
|
|
1520
|
-
} =
|
|
1583
|
+
} = _ref69;
|
|
1521
1584
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1522
1585
|
width: size,
|
|
1523
1586
|
height: size,
|
|
@@ -1526,7 +1589,7 @@ const Fog = /*#__PURE__*/React.forwardRef(function Fog(_ref66, ref) {
|
|
|
1526
1589
|
viewBox: "0 0 32 32",
|
|
1527
1590
|
fill: "currentColor",
|
|
1528
1591
|
...rest
|
|
1529
|
-
},
|
|
1592
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1530
1593
|
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"
|
|
1531
1594
|
})), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
|
1532
1595
|
width: "18",
|
|
@@ -1539,12 +1602,12 @@ const Fog = /*#__PURE__*/React.forwardRef(function Fog(_ref66, ref) {
|
|
|
1539
1602
|
if (process.env.NODE_ENV !== "production") {
|
|
1540
1603
|
Fog.propTypes = iconPropTypes;
|
|
1541
1604
|
}
|
|
1542
|
-
const Folder = /*#__PURE__*/React.forwardRef(function Folder(
|
|
1605
|
+
const Folder = /*#__PURE__*/React.forwardRef(function Folder(_ref70, ref) {
|
|
1543
1606
|
let {
|
|
1544
1607
|
children,
|
|
1545
1608
|
size = 16,
|
|
1546
1609
|
...rest
|
|
1547
|
-
} =
|
|
1610
|
+
} = _ref70;
|
|
1548
1611
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1549
1612
|
width: size,
|
|
1550
1613
|
height: size,
|
|
@@ -1553,19 +1616,19 @@ const Folder = /*#__PURE__*/React.forwardRef(function Folder(_ref67, ref) {
|
|
|
1553
1616
|
viewBox: "0 0 32 32",
|
|
1554
1617
|
fill: "currentColor",
|
|
1555
1618
|
...rest
|
|
1556
|
-
},
|
|
1619
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1557
1620
|
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"
|
|
1558
1621
|
})), children);
|
|
1559
1622
|
});
|
|
1560
1623
|
if (process.env.NODE_ENV !== "production") {
|
|
1561
1624
|
Folder.propTypes = iconPropTypes;
|
|
1562
1625
|
}
|
|
1563
|
-
const FolderAdd = /*#__PURE__*/React.forwardRef(function FolderAdd(
|
|
1626
|
+
const FolderAdd = /*#__PURE__*/React.forwardRef(function FolderAdd(_ref71, ref) {
|
|
1564
1627
|
let {
|
|
1565
1628
|
children,
|
|
1566
1629
|
size = 16,
|
|
1567
1630
|
...rest
|
|
1568
|
-
} =
|
|
1631
|
+
} = _ref71;
|
|
1569
1632
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1570
1633
|
width: size,
|
|
1571
1634
|
height: size,
|
|
@@ -1574,21 +1637,21 @@ const FolderAdd = /*#__PURE__*/React.forwardRef(function FolderAdd(_ref68, ref)
|
|
|
1574
1637
|
viewBox: "0 0 32 32",
|
|
1575
1638
|
fill: "currentColor",
|
|
1576
1639
|
...rest
|
|
1577
|
-
},
|
|
1640
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1578
1641
|
d: "M26 20L24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26 30 24 26 24z"
|
|
1579
|
-
})),
|
|
1642
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1580
1643
|
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"
|
|
1581
1644
|
})), children);
|
|
1582
1645
|
});
|
|
1583
1646
|
if (process.env.NODE_ENV !== "production") {
|
|
1584
1647
|
FolderAdd.propTypes = iconPropTypes;
|
|
1585
1648
|
}
|
|
1586
|
-
const FolderDetails = /*#__PURE__*/React.forwardRef(function FolderDetails(
|
|
1649
|
+
const FolderDetails = /*#__PURE__*/React.forwardRef(function FolderDetails(_ref72, ref) {
|
|
1587
1650
|
let {
|
|
1588
1651
|
children,
|
|
1589
1652
|
size = 16,
|
|
1590
1653
|
...rest
|
|
1591
|
-
} =
|
|
1654
|
+
} = _ref72;
|
|
1592
1655
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1593
1656
|
width: size,
|
|
1594
1657
|
height: size,
|
|
@@ -1597,21 +1660,21 @@ const FolderDetails = /*#__PURE__*/React.forwardRef(function FolderDetails(_ref6
|
|
|
1597
1660
|
viewBox: "0 0 32 32",
|
|
1598
1661
|
fill: "currentColor",
|
|
1599
1662
|
...rest
|
|
1600
|
-
},
|
|
1663
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1601
1664
|
d: "M16 20H30V22H16zM16 24H30V26H16zM16 28H23V30H16z"
|
|
1602
|
-
})),
|
|
1665
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1603
1666
|
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"
|
|
1604
1667
|
})), children);
|
|
1605
1668
|
});
|
|
1606
1669
|
if (process.env.NODE_ENV !== "production") {
|
|
1607
1670
|
FolderDetails.propTypes = iconPropTypes;
|
|
1608
1671
|
}
|
|
1609
|
-
const FolderDetailsReference = /*#__PURE__*/React.forwardRef(function FolderDetailsReference(
|
|
1672
|
+
const FolderDetailsReference = /*#__PURE__*/React.forwardRef(function FolderDetailsReference(_ref73, ref) {
|
|
1610
1673
|
let {
|
|
1611
1674
|
children,
|
|
1612
1675
|
size = 16,
|
|
1613
1676
|
...rest
|
|
1614
|
-
} =
|
|
1677
|
+
} = _ref73;
|
|
1615
1678
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1616
1679
|
width: size,
|
|
1617
1680
|
height: size,
|
|
@@ -1620,19 +1683,19 @@ const FolderDetailsReference = /*#__PURE__*/React.forwardRef(function FolderDeta
|
|
|
1620
1683
|
viewBox: "0 0 32 32",
|
|
1621
1684
|
fill: "currentColor",
|
|
1622
1685
|
...rest
|
|
1623
|
-
},
|
|
1686
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1624
1687
|
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"
|
|
1625
1688
|
})), children);
|
|
1626
1689
|
});
|
|
1627
1690
|
if (process.env.NODE_ENV !== "production") {
|
|
1628
1691
|
FolderDetailsReference.propTypes = iconPropTypes;
|
|
1629
1692
|
}
|
|
1630
|
-
const FolderMoveTo = /*#__PURE__*/React.forwardRef(function FolderMoveTo(
|
|
1693
|
+
const FolderMoveTo = /*#__PURE__*/React.forwardRef(function FolderMoveTo(_ref74, ref) {
|
|
1631
1694
|
let {
|
|
1632
1695
|
children,
|
|
1633
1696
|
size = 16,
|
|
1634
1697
|
...rest
|
|
1635
|
-
} =
|
|
1698
|
+
} = _ref74;
|
|
1636
1699
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1637
1700
|
width: size,
|
|
1638
1701
|
height: size,
|
|
@@ -1641,21 +1704,21 @@ const FolderMoveTo = /*#__PURE__*/React.forwardRef(function FolderMoveTo(_ref71,
|
|
|
1641
1704
|
viewBox: "0 0 32 32",
|
|
1642
1705
|
fill: "currentColor",
|
|
1643
1706
|
...rest
|
|
1644
|
-
},
|
|
1707
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1645
1708
|
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"
|
|
1646
|
-
})),
|
|
1709
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1647
1710
|
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"
|
|
1648
1711
|
})), children);
|
|
1649
1712
|
});
|
|
1650
1713
|
if (process.env.NODE_ENV !== "production") {
|
|
1651
1714
|
FolderMoveTo.propTypes = iconPropTypes;
|
|
1652
1715
|
}
|
|
1653
|
-
const FolderOff = /*#__PURE__*/React.forwardRef(function FolderOff(
|
|
1716
|
+
const FolderOff = /*#__PURE__*/React.forwardRef(function FolderOff(_ref75, ref) {
|
|
1654
1717
|
let {
|
|
1655
1718
|
children,
|
|
1656
1719
|
size = 16,
|
|
1657
1720
|
...rest
|
|
1658
|
-
} =
|
|
1721
|
+
} = _ref75;
|
|
1659
1722
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1660
1723
|
width: size,
|
|
1661
1724
|
height: size,
|
|
@@ -1664,19 +1727,19 @@ const FolderOff = /*#__PURE__*/React.forwardRef(function FolderOff(_ref72, ref)
|
|
|
1664
1727
|
viewBox: "0 0 32 32",
|
|
1665
1728
|
fill: "currentColor",
|
|
1666
1729
|
...rest
|
|
1667
|
-
},
|
|
1730
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1668
1731
|
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"
|
|
1669
1732
|
})), children);
|
|
1670
1733
|
});
|
|
1671
1734
|
if (process.env.NODE_ENV !== "production") {
|
|
1672
1735
|
FolderOff.propTypes = iconPropTypes;
|
|
1673
1736
|
}
|
|
1674
|
-
const FolderOpen = /*#__PURE__*/React.forwardRef(function FolderOpen(
|
|
1737
|
+
const FolderOpen = /*#__PURE__*/React.forwardRef(function FolderOpen(_ref76, ref) {
|
|
1675
1738
|
let {
|
|
1676
1739
|
children,
|
|
1677
1740
|
size = 16,
|
|
1678
1741
|
...rest
|
|
1679
|
-
} =
|
|
1742
|
+
} = _ref76;
|
|
1680
1743
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1681
1744
|
width: size,
|
|
1682
1745
|
height: size,
|
|
@@ -1685,19 +1748,19 @@ const FolderOpen = /*#__PURE__*/React.forwardRef(function FolderOpen(_ref73, ref
|
|
|
1685
1748
|
viewBox: "0 0 32 32",
|
|
1686
1749
|
fill: "currentColor",
|
|
1687
1750
|
...rest
|
|
1688
|
-
},
|
|
1751
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1689
1752
|
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"
|
|
1690
1753
|
})), children);
|
|
1691
1754
|
});
|
|
1692
1755
|
if (process.env.NODE_ENV !== "production") {
|
|
1693
1756
|
FolderOpen.propTypes = iconPropTypes;
|
|
1694
1757
|
}
|
|
1695
|
-
const FolderParent = /*#__PURE__*/React.forwardRef(function FolderParent(
|
|
1758
|
+
const FolderParent = /*#__PURE__*/React.forwardRef(function FolderParent(_ref77, ref) {
|
|
1696
1759
|
let {
|
|
1697
1760
|
children,
|
|
1698
1761
|
size = 16,
|
|
1699
1762
|
...rest
|
|
1700
|
-
} =
|
|
1763
|
+
} = _ref77;
|
|
1701
1764
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1702
1765
|
width: size,
|
|
1703
1766
|
height: size,
|
|
@@ -1706,19 +1769,19 @@ const FolderParent = /*#__PURE__*/React.forwardRef(function FolderParent(_ref74,
|
|
|
1706
1769
|
viewBox: "0 0 32 32",
|
|
1707
1770
|
fill: "currentColor",
|
|
1708
1771
|
...rest
|
|
1709
|
-
},
|
|
1772
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1710
1773
|
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"
|
|
1711
1774
|
})), children);
|
|
1712
1775
|
});
|
|
1713
1776
|
if (process.env.NODE_ENV !== "production") {
|
|
1714
1777
|
FolderParent.propTypes = iconPropTypes;
|
|
1715
1778
|
}
|
|
1716
|
-
const FolderShared = /*#__PURE__*/React.forwardRef(function FolderShared(
|
|
1779
|
+
const FolderShared = /*#__PURE__*/React.forwardRef(function FolderShared(_ref78, ref) {
|
|
1717
1780
|
let {
|
|
1718
1781
|
children,
|
|
1719
1782
|
size = 16,
|
|
1720
1783
|
...rest
|
|
1721
|
-
} =
|
|
1784
|
+
} = _ref78;
|
|
1722
1785
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1723
1786
|
width: size,
|
|
1724
1787
|
height: size,
|
|
@@ -1727,21 +1790,21 @@ const FolderShared = /*#__PURE__*/React.forwardRef(function FolderShared(_ref75,
|
|
|
1727
1790
|
viewBox: "0 0 32 32",
|
|
1728
1791
|
fill: "currentColor",
|
|
1729
1792
|
...rest
|
|
1730
|
-
},
|
|
1793
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1731
1794
|
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"
|
|
1732
|
-
})),
|
|
1795
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1733
1796
|
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"
|
|
1734
1797
|
})), children);
|
|
1735
1798
|
});
|
|
1736
1799
|
if (process.env.NODE_ENV !== "production") {
|
|
1737
1800
|
FolderShared.propTypes = iconPropTypes;
|
|
1738
1801
|
}
|
|
1739
|
-
const Folders = /*#__PURE__*/React.forwardRef(function Folders(
|
|
1802
|
+
const Folders = /*#__PURE__*/React.forwardRef(function Folders(_ref79, ref) {
|
|
1740
1803
|
let {
|
|
1741
1804
|
children,
|
|
1742
1805
|
size = 16,
|
|
1743
1806
|
...rest
|
|
1744
|
-
} =
|
|
1807
|
+
} = _ref79;
|
|
1745
1808
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1746
1809
|
width: size,
|
|
1747
1810
|
height: size,
|
|
@@ -1750,19 +1813,19 @@ const Folders = /*#__PURE__*/React.forwardRef(function Folders(_ref76, ref) {
|
|
|
1750
1813
|
viewBox: "0 0 32 32",
|
|
1751
1814
|
fill: "currentColor",
|
|
1752
1815
|
...rest
|
|
1753
|
-
},
|
|
1816
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1754
1817
|
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"
|
|
1755
1818
|
})), children);
|
|
1756
1819
|
});
|
|
1757
1820
|
if (process.env.NODE_ENV !== "production") {
|
|
1758
1821
|
Folders.propTypes = iconPropTypes;
|
|
1759
1822
|
}
|
|
1760
|
-
const ForecastHail = /*#__PURE__*/React.forwardRef(function ForecastHail(
|
|
1823
|
+
const ForecastHail = /*#__PURE__*/React.forwardRef(function ForecastHail(_ref80, ref) {
|
|
1761
1824
|
let {
|
|
1762
1825
|
children,
|
|
1763
1826
|
size = 16,
|
|
1764
1827
|
...rest
|
|
1765
|
-
} =
|
|
1828
|
+
} = _ref80;
|
|
1766
1829
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1767
1830
|
width: size,
|
|
1768
1831
|
height: size,
|
|
@@ -1771,7 +1834,7 @@ const ForecastHail = /*#__PURE__*/React.forwardRef(function ForecastHail(_ref77,
|
|
|
1771
1834
|
viewBox: "0 0 32 32",
|
|
1772
1835
|
fill: "currentColor",
|
|
1773
1836
|
...rest
|
|
1774
|
-
},
|
|
1837
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1775
1838
|
d: "M26,18A10,10,0,1,1,16,8h4v5l6-6L20,1V6H16A12,12,0,1,0,28,18Z"
|
|
1776
1839
|
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
1777
1840
|
cx: "14.5",
|
|
@@ -1785,10 +1848,10 @@ const ForecastHail = /*#__PURE__*/React.forwardRef(function ForecastHail(_ref77,
|
|
|
1785
1848
|
cx: "17.5",
|
|
1786
1849
|
cy: "19.5",
|
|
1787
1850
|
r: "1.5"
|
|
1788
|
-
})),
|
|
1851
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1789
1852
|
d: "M12.964 14.5H18.036V16.499H12.964z",
|
|
1790
1853
|
transform: "rotate(-45 15.5 15.5)"
|
|
1791
|
-
})),
|
|
1854
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1792
1855
|
d: "M18.964 14.5H24.035999999999998V16.499H18.964z",
|
|
1793
1856
|
transform: "rotate(-45 21.5 15.5)"
|
|
1794
1857
|
})), children);
|
|
@@ -1796,12 +1859,12 @@ const ForecastHail = /*#__PURE__*/React.forwardRef(function ForecastHail(_ref77,
|
|
|
1796
1859
|
if (process.env.NODE_ENV !== "production") {
|
|
1797
1860
|
ForecastHail.propTypes = iconPropTypes;
|
|
1798
1861
|
}
|
|
1799
|
-
const ForecastHail_30 = /*#__PURE__*/React.forwardRef(function ForecastHail_30(
|
|
1862
|
+
const ForecastHail_30 = /*#__PURE__*/React.forwardRef(function ForecastHail_30(_ref81, ref) {
|
|
1800
1863
|
let {
|
|
1801
1864
|
children,
|
|
1802
1865
|
size = 16,
|
|
1803
1866
|
...rest
|
|
1804
|
-
} =
|
|
1867
|
+
} = _ref81;
|
|
1805
1868
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1806
1869
|
width: size,
|
|
1807
1870
|
height: size,
|
|
@@ -1810,10 +1873,10 @@ const ForecastHail_30 = /*#__PURE__*/React.forwardRef(function ForecastHail_30(_
|
|
|
1810
1873
|
viewBox: "0 0 32 32",
|
|
1811
1874
|
fill: "currentColor",
|
|
1812
1875
|
...rest
|
|
1813
|
-
},
|
|
1876
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1814
1877
|
d: "M8.964 13.5H14.036000000000001V15.499H8.964z",
|
|
1815
1878
|
transform: "rotate(-45 11.5 14.5)"
|
|
1816
|
-
})),
|
|
1879
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1817
1880
|
d: "M15.379 14.5H17.622V16.499H15.379z",
|
|
1818
1881
|
transform: "rotate(-44.995 16.5 15.5)"
|
|
1819
1882
|
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
@@ -1828,21 +1891,21 @@ const ForecastHail_30 = /*#__PURE__*/React.forwardRef(function ForecastHail_30(_
|
|
|
1828
1891
|
cx: "13.5",
|
|
1829
1892
|
cy: "18.5",
|
|
1830
1893
|
r: "1.5"
|
|
1831
|
-
})),
|
|
1894
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1832
1895
|
d: "M14,28A10,10,0,0,1,14,8h4v5l6-6L18,1V6H14a12,12,0,0,0,0,24Z"
|
|
1833
|
-
})),
|
|
1896
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1834
1897
|
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"
|
|
1835
1898
|
})), children);
|
|
1836
1899
|
});
|
|
1837
1900
|
if (process.env.NODE_ENV !== "production") {
|
|
1838
1901
|
ForecastHail_30.propTypes = iconPropTypes;
|
|
1839
1902
|
}
|
|
1840
|
-
const ForecastLightning = /*#__PURE__*/React.forwardRef(function ForecastLightning(
|
|
1903
|
+
const ForecastLightning = /*#__PURE__*/React.forwardRef(function ForecastLightning(_ref82, ref) {
|
|
1841
1904
|
let {
|
|
1842
1905
|
children,
|
|
1843
1906
|
size = 16,
|
|
1844
1907
|
...rest
|
|
1845
|
-
} =
|
|
1908
|
+
} = _ref82;
|
|
1846
1909
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1847
1910
|
width: size,
|
|
1848
1911
|
height: size,
|
|
@@ -1851,21 +1914,21 @@ const ForecastLightning = /*#__PURE__*/React.forwardRef(function ForecastLightni
|
|
|
1851
1914
|
viewBox: "0 0 32 32",
|
|
1852
1915
|
fill: "currentColor",
|
|
1853
1916
|
...rest
|
|
1854
|
-
},
|
|
1917
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1855
1918
|
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"
|
|
1856
|
-
})),
|
|
1919
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1857
1920
|
d: "M26,18A10,10,0,1,1,16,8h4v5l6-6L20,1V6H16A12,12,0,1,0,28,18Z"
|
|
1858
1921
|
})), children);
|
|
1859
1922
|
});
|
|
1860
1923
|
if (process.env.NODE_ENV !== "production") {
|
|
1861
1924
|
ForecastLightning.propTypes = iconPropTypes;
|
|
1862
1925
|
}
|
|
1863
|
-
const ForecastLightning_30 = /*#__PURE__*/React.forwardRef(function ForecastLightning_30(
|
|
1926
|
+
const ForecastLightning_30 = /*#__PURE__*/React.forwardRef(function ForecastLightning_30(_ref83, ref) {
|
|
1864
1927
|
let {
|
|
1865
1928
|
children,
|
|
1866
1929
|
size = 16,
|
|
1867
1930
|
...rest
|
|
1868
|
-
} =
|
|
1931
|
+
} = _ref83;
|
|
1869
1932
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1870
1933
|
width: size,
|
|
1871
1934
|
height: size,
|
|
@@ -1874,21 +1937,21 @@ const ForecastLightning_30 = /*#__PURE__*/React.forwardRef(function ForecastLigh
|
|
|
1874
1937
|
viewBox: "0 0 32 32",
|
|
1875
1938
|
fill: "currentColor",
|
|
1876
1939
|
...rest
|
|
1877
|
-
},
|
|
1940
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1878
1941
|
d: "M14,28A10,10,0,0,1,14,8h4v5l6-6L18,1V6H14a12,12,0,0,0,0,24Z"
|
|
1879
|
-
})),
|
|
1942
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1880
1943
|
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"
|
|
1881
1944
|
})), children);
|
|
1882
1945
|
});
|
|
1883
1946
|
if (process.env.NODE_ENV !== "production") {
|
|
1884
1947
|
ForecastLightning_30.propTypes = iconPropTypes;
|
|
1885
1948
|
}
|
|
1886
|
-
const Fork = /*#__PURE__*/React.forwardRef(function Fork(
|
|
1949
|
+
const Fork = /*#__PURE__*/React.forwardRef(function Fork(_ref84, ref) {
|
|
1887
1950
|
let {
|
|
1888
1951
|
children,
|
|
1889
1952
|
size = 16,
|
|
1890
1953
|
...rest
|
|
1891
|
-
} =
|
|
1954
|
+
} = _ref84;
|
|
1892
1955
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1893
1956
|
width: size,
|
|
1894
1957
|
height: size,
|
|
@@ -1897,19 +1960,19 @@ const Fork = /*#__PURE__*/React.forwardRef(function Fork(_ref81, ref) {
|
|
|
1897
1960
|
viewBox: "0 0 32 32",
|
|
1898
1961
|
fill: "currentColor",
|
|
1899
1962
|
...rest
|
|
1900
|
-
},
|
|
1963
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1901
1964
|
d: "M26,18a3.9962,3.9962,0,0,0-3.8579,3H17V11h5.1421a4,4,0,1,0,0-2H17a2.002,2.002,0,0,0-2,2v4H9.8579a4,4,0,1,0,0,2H15v4a2.002,2.002,0,0,0,2,2h5.1421A3.9934,3.9934,0,1,0,26,18ZM26,8a2,2,0,1,1-2,2A2.002,2.002,0,0,1,26,8ZM6,18a2,2,0,1,1,2-2A2.002,2.002,0,0,1,6,18Zm20,6a2,2,0,1,1,2-2A2.002,2.002,0,0,1,26,24Z"
|
|
1902
1965
|
})), children);
|
|
1903
1966
|
});
|
|
1904
1967
|
if (process.env.NODE_ENV !== "production") {
|
|
1905
1968
|
Fork.propTypes = iconPropTypes;
|
|
1906
1969
|
}
|
|
1907
|
-
const Forum = /*#__PURE__*/React.forwardRef(function Forum(
|
|
1970
|
+
const Forum = /*#__PURE__*/React.forwardRef(function Forum(_ref85, ref) {
|
|
1908
1971
|
let {
|
|
1909
1972
|
children,
|
|
1910
1973
|
size = 16,
|
|
1911
1974
|
...rest
|
|
1912
|
-
} =
|
|
1975
|
+
} = _ref85;
|
|
1913
1976
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1914
1977
|
width: size,
|
|
1915
1978
|
height: size,
|
|
@@ -1918,21 +1981,21 @@ const Forum = /*#__PURE__*/React.forwardRef(function Forum(_ref82, ref) {
|
|
|
1918
1981
|
viewBox: "0 0 32 32",
|
|
1919
1982
|
fill: "currentColor",
|
|
1920
1983
|
...rest
|
|
1921
|
-
},
|
|
1984
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1922
1985
|
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"
|
|
1923
|
-
})),
|
|
1986
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1924
1987
|
d: "M4,18H2V5c0-1.7,1.3-3,3-3h13v2H5C4.4,4,4,4.4,4,5V18z"
|
|
1925
1988
|
})), children);
|
|
1926
1989
|
});
|
|
1927
1990
|
if (process.env.NODE_ENV !== "production") {
|
|
1928
1991
|
Forum.propTypes = iconPropTypes;
|
|
1929
1992
|
}
|
|
1930
|
-
const Forward_10 = /*#__PURE__*/React.forwardRef(function Forward_10(
|
|
1993
|
+
const Forward_10 = /*#__PURE__*/React.forwardRef(function Forward_10(_ref86, ref) {
|
|
1931
1994
|
let {
|
|
1932
1995
|
children,
|
|
1933
1996
|
size = 16,
|
|
1934
1997
|
...rest
|
|
1935
|
-
} =
|
|
1998
|
+
} = _ref86;
|
|
1936
1999
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1937
2000
|
width: size,
|
|
1938
2001
|
height: size,
|
|
@@ -1941,21 +2004,21 @@ const Forward_10 = /*#__PURE__*/React.forwardRef(function Forward_10(_ref83, ref
|
|
|
1941
2004
|
viewBox: "0 0 32 32",
|
|
1942
2005
|
fill: "currentColor",
|
|
1943
2006
|
...rest
|
|
1944
|
-
},
|
|
2007
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1945
2008
|
d: "M26,18A10,10,0,1,1,16,8h4v5l6-6L20,1V6H16A12,12,0,1,0,28,18Z"
|
|
1946
|
-
})),
|
|
2009
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1947
2010
|
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"
|
|
1948
2011
|
})), children);
|
|
1949
2012
|
});
|
|
1950
2013
|
if (process.env.NODE_ENV !== "production") {
|
|
1951
2014
|
Forward_10.propTypes = iconPropTypes;
|
|
1952
2015
|
}
|
|
1953
|
-
const Forward_30 = /*#__PURE__*/React.forwardRef(function Forward_30(
|
|
2016
|
+
const Forward_30 = /*#__PURE__*/React.forwardRef(function Forward_30(_ref87, ref) {
|
|
1954
2017
|
let {
|
|
1955
2018
|
children,
|
|
1956
2019
|
size = 16,
|
|
1957
2020
|
...rest
|
|
1958
|
-
} =
|
|
2021
|
+
} = _ref87;
|
|
1959
2022
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1960
2023
|
width: size,
|
|
1961
2024
|
height: size,
|
|
@@ -1964,21 +2027,21 @@ const Forward_30 = /*#__PURE__*/React.forwardRef(function Forward_30(_ref84, ref
|
|
|
1964
2027
|
viewBox: "0 0 32 32",
|
|
1965
2028
|
fill: "currentColor",
|
|
1966
2029
|
...rest
|
|
1967
|
-
},
|
|
2030
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1968
2031
|
d: "M26,18A10,10,0,1,1,16,8h4v5l6-6L20,1V6H16A12,12,0,1,0,28,18Z"
|
|
1969
|
-
})),
|
|
2032
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1970
2033
|
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"
|
|
1971
2034
|
})), children);
|
|
1972
2035
|
});
|
|
1973
2036
|
if (process.env.NODE_ENV !== "production") {
|
|
1974
2037
|
Forward_30.propTypes = iconPropTypes;
|
|
1975
2038
|
}
|
|
1976
|
-
const Forward_5 = /*#__PURE__*/React.forwardRef(function Forward_5(
|
|
2039
|
+
const Forward_5 = /*#__PURE__*/React.forwardRef(function Forward_5(_ref88, ref) {
|
|
1977
2040
|
let {
|
|
1978
2041
|
children,
|
|
1979
2042
|
size = 16,
|
|
1980
2043
|
...rest
|
|
1981
|
-
} =
|
|
2044
|
+
} = _ref88;
|
|
1982
2045
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1983
2046
|
width: size,
|
|
1984
2047
|
height: size,
|
|
@@ -1987,21 +2050,21 @@ const Forward_5 = /*#__PURE__*/React.forwardRef(function Forward_5(_ref85, ref)
|
|
|
1987
2050
|
viewBox: "0 0 32 32",
|
|
1988
2051
|
fill: "currentColor",
|
|
1989
2052
|
...rest
|
|
1990
|
-
},
|
|
2053
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1991
2054
|
d: "M26,18A10,10,0,1,1,16,8h4v5l6-6L20,1V6H16A12,12,0,1,0,28,18Z"
|
|
1992
|
-
})),
|
|
2055
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1993
2056
|
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"
|
|
1994
2057
|
})), children);
|
|
1995
2058
|
});
|
|
1996
2059
|
if (process.env.NODE_ENV !== "production") {
|
|
1997
2060
|
Forward_5.propTypes = iconPropTypes;
|
|
1998
2061
|
}
|
|
1999
|
-
const Fragile = /*#__PURE__*/React.forwardRef(function Fragile(
|
|
2062
|
+
const Fragile = /*#__PURE__*/React.forwardRef(function Fragile(_ref89, ref) {
|
|
2000
2063
|
let {
|
|
2001
2064
|
children,
|
|
2002
2065
|
size = 16,
|
|
2003
2066
|
...rest
|
|
2004
|
-
} =
|
|
2067
|
+
} = _ref89;
|
|
2005
2068
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2006
2069
|
width: size,
|
|
2007
2070
|
height: size,
|
|
@@ -2010,19 +2073,19 @@ const Fragile = /*#__PURE__*/React.forwardRef(function Fragile(_ref86, ref) {
|
|
|
2010
2073
|
viewBox: "0 0 32 32",
|
|
2011
2074
|
fill: "currentColor",
|
|
2012
2075
|
...rest
|
|
2013
|
-
},
|
|
2076
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2014
2077
|
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"
|
|
2015
2078
|
})), children);
|
|
2016
2079
|
});
|
|
2017
2080
|
if (process.env.NODE_ENV !== "production") {
|
|
2018
2081
|
Fragile.propTypes = iconPropTypes;
|
|
2019
2082
|
}
|
|
2020
|
-
const Friendship = /*#__PURE__*/React.forwardRef(function Friendship(
|
|
2083
|
+
const Friendship = /*#__PURE__*/React.forwardRef(function Friendship(_ref90, ref) {
|
|
2021
2084
|
let {
|
|
2022
2085
|
children,
|
|
2023
2086
|
size = 16,
|
|
2024
2087
|
...rest
|
|
2025
|
-
} =
|
|
2088
|
+
} = _ref90;
|
|
2026
2089
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2027
2090
|
width: size,
|
|
2028
2091
|
height: size,
|
|
@@ -2031,19 +2094,19 @@ const Friendship = /*#__PURE__*/React.forwardRef(function Friendship(_ref87, ref
|
|
|
2031
2094
|
viewBox: "0 0 32 32",
|
|
2032
2095
|
fill: "currentColor",
|
|
2033
2096
|
...rest
|
|
2034
|
-
},
|
|
2097
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2035
2098
|
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"
|
|
2036
2099
|
})), children);
|
|
2037
2100
|
});
|
|
2038
2101
|
if (process.env.NODE_ENV !== "production") {
|
|
2039
2102
|
Friendship.propTypes = iconPropTypes;
|
|
2040
2103
|
}
|
|
2041
|
-
const FruitBowl = /*#__PURE__*/React.forwardRef(function FruitBowl(
|
|
2104
|
+
const FruitBowl = /*#__PURE__*/React.forwardRef(function FruitBowl(_ref91, ref) {
|
|
2042
2105
|
let {
|
|
2043
2106
|
children,
|
|
2044
2107
|
size = 16,
|
|
2045
2108
|
...rest
|
|
2046
|
-
} =
|
|
2109
|
+
} = _ref91;
|
|
2047
2110
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2048
2111
|
width: size,
|
|
2049
2112
|
height: size,
|
|
@@ -2052,19 +2115,19 @@ const FruitBowl = /*#__PURE__*/React.forwardRef(function FruitBowl(_ref88, ref)
|
|
|
2052
2115
|
viewBox: "0 0 32 32",
|
|
2053
2116
|
fill: "currentColor",
|
|
2054
2117
|
...rest
|
|
2055
|
-
},
|
|
2118
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2056
2119
|
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"
|
|
2057
2120
|
})), children);
|
|
2058
2121
|
});
|
|
2059
2122
|
if (process.env.NODE_ENV !== "production") {
|
|
2060
2123
|
FruitBowl.propTypes = iconPropTypes;
|
|
2061
2124
|
}
|
|
2062
|
-
const Function = /*#__PURE__*/React.forwardRef(function Function(
|
|
2125
|
+
const Function = /*#__PURE__*/React.forwardRef(function Function(_ref92, ref) {
|
|
2063
2126
|
let {
|
|
2064
2127
|
children,
|
|
2065
2128
|
size = 16,
|
|
2066
2129
|
...rest
|
|
2067
|
-
} =
|
|
2130
|
+
} = _ref92;
|
|
2068
2131
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2069
2132
|
width: size,
|
|
2070
2133
|
height: size,
|
|
@@ -2073,23 +2136,23 @@ const Function = /*#__PURE__*/React.forwardRef(function Function(_ref89, ref) {
|
|
|
2073
2136
|
viewBox: "0 0 32 32",
|
|
2074
2137
|
fill: "currentColor",
|
|
2075
2138
|
...rest
|
|
2076
|
-
},
|
|
2139
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2077
2140
|
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"
|
|
2078
|
-
})),
|
|
2141
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2079
2142
|
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"
|
|
2080
|
-
})),
|
|
2143
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2081
2144
|
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"
|
|
2082
2145
|
})), children);
|
|
2083
2146
|
});
|
|
2084
2147
|
if (process.env.NODE_ENV !== "production") {
|
|
2085
2148
|
Function.propTypes = iconPropTypes;
|
|
2086
2149
|
}
|
|
2087
|
-
const FunctionMath = /*#__PURE__*/React.forwardRef(function FunctionMath(
|
|
2150
|
+
const FunctionMath = /*#__PURE__*/React.forwardRef(function FunctionMath(_ref93, ref) {
|
|
2088
2151
|
let {
|
|
2089
2152
|
children,
|
|
2090
2153
|
size = 16,
|
|
2091
2154
|
...rest
|
|
2092
|
-
} =
|
|
2155
|
+
} = _ref93;
|
|
2093
2156
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2094
2157
|
width: size,
|
|
2095
2158
|
height: size,
|
|
@@ -2098,19 +2161,19 @@ const FunctionMath = /*#__PURE__*/React.forwardRef(function FunctionMath(_ref90,
|
|
|
2098
2161
|
viewBox: "0 0 32 32",
|
|
2099
2162
|
fill: "currentColor",
|
|
2100
2163
|
...rest
|
|
2101
|
-
},
|
|
2164
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2102
2165
|
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"
|
|
2103
2166
|
})), children);
|
|
2104
2167
|
});
|
|
2105
2168
|
if (process.env.NODE_ENV !== "production") {
|
|
2106
2169
|
FunctionMath.propTypes = iconPropTypes;
|
|
2107
2170
|
}
|
|
2108
|
-
const WatsonHealthFusionBlender = /*#__PURE__*/React.forwardRef(function WatsonHealthFusionBlender(
|
|
2171
|
+
const WatsonHealthFusionBlender = /*#__PURE__*/React.forwardRef(function WatsonHealthFusionBlender(_ref94, ref) {
|
|
2109
2172
|
let {
|
|
2110
2173
|
children,
|
|
2111
2174
|
size = 16,
|
|
2112
2175
|
...rest
|
|
2113
|
-
} =
|
|
2176
|
+
} = _ref94;
|
|
2114
2177
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2115
2178
|
width: size,
|
|
2116
2179
|
height: size,
|
|
@@ -2119,19 +2182,19 @@ const WatsonHealthFusionBlender = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
2119
2182
|
viewBox: "0 0 32 32",
|
|
2120
2183
|
fill: "currentColor",
|
|
2121
2184
|
...rest
|
|
2122
|
-
},
|
|
2185
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2123
2186
|
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"
|
|
2124
2187
|
})), children);
|
|
2125
2188
|
});
|
|
2126
2189
|
if (process.env.NODE_ENV !== "production") {
|
|
2127
2190
|
WatsonHealthFusionBlender.propTypes = iconPropTypes;
|
|
2128
2191
|
}
|
|
2129
|
-
const GameConsole = /*#__PURE__*/React.forwardRef(function GameConsole(
|
|
2192
|
+
const GameConsole = /*#__PURE__*/React.forwardRef(function GameConsole(_ref95, ref) {
|
|
2130
2193
|
let {
|
|
2131
2194
|
children,
|
|
2132
2195
|
size = 16,
|
|
2133
2196
|
...rest
|
|
2134
|
-
} =
|
|
2197
|
+
} = _ref95;
|
|
2135
2198
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2136
2199
|
width: size,
|
|
2137
2200
|
height: size,
|
|
@@ -2140,9 +2203,9 @@ const GameConsole = /*#__PURE__*/React.forwardRef(function GameConsole(_ref92, r
|
|
|
2140
2203
|
viewBox: "0 0 32 32",
|
|
2141
2204
|
fill: "currentColor",
|
|
2142
2205
|
...rest
|
|
2143
|
-
},
|
|
2206
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2144
2207
|
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"
|
|
2145
|
-
})),
|
|
2208
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2146
2209
|
d: "M10,16a2,2,0,1,1,2-2A2,2,0,0,1,10,16Zm0-2Z"
|
|
2147
2210
|
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
2148
2211
|
cx: "22",
|
|
@@ -2165,12 +2228,12 @@ const GameConsole = /*#__PURE__*/React.forwardRef(function GameConsole(_ref92, r
|
|
|
2165
2228
|
if (process.env.NODE_ENV !== "production") {
|
|
2166
2229
|
GameConsole.propTypes = iconPropTypes;
|
|
2167
2230
|
}
|
|
2168
|
-
const GameWireless = /*#__PURE__*/React.forwardRef(function GameWireless(
|
|
2231
|
+
const GameWireless = /*#__PURE__*/React.forwardRef(function GameWireless(_ref96, ref) {
|
|
2169
2232
|
let {
|
|
2170
2233
|
children,
|
|
2171
2234
|
size = 16,
|
|
2172
2235
|
...rest
|
|
2173
|
-
} =
|
|
2236
|
+
} = _ref96;
|
|
2174
2237
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2175
2238
|
width: size,
|
|
2176
2239
|
height: size,
|
|
@@ -2179,9 +2242,9 @@ const GameWireless = /*#__PURE__*/React.forwardRef(function GameWireless(_ref93,
|
|
|
2179
2242
|
viewBox: "0 0 32 32",
|
|
2180
2243
|
fill: "currentColor",
|
|
2181
2244
|
...rest
|
|
2182
|
-
},
|
|
2245
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2183
2246
|
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"
|
|
2184
|
-
})),
|
|
2247
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2185
2248
|
d: "M10,20a2,2,0,1,1,2-2A2,2,0,0,1,10,20Zm0-2Z"
|
|
2186
2249
|
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
2187
2250
|
cx: "22",
|
|
@@ -2199,21 +2262,21 @@ const GameWireless = /*#__PURE__*/React.forwardRef(function GameWireless(_ref93,
|
|
|
2199
2262
|
cx: "24",
|
|
2200
2263
|
cy: "18",
|
|
2201
2264
|
r: "1"
|
|
2202
|
-
})),
|
|
2265
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2203
2266
|
d: "M13.75,9l-1.5-1.33a5,5,0,0,1,7.5,0L18.25,9a3,3,0,0,0-4.5,0Z"
|
|
2204
|
-
})),
|
|
2267
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2205
2268
|
d: "M21.25,6.37a7,7,0,0,0-10.5,0L9.25,5.05a9,9,0,0,1,13.5,0Z"
|
|
2206
2269
|
})), children);
|
|
2207
2270
|
});
|
|
2208
2271
|
if (process.env.NODE_ENV !== "production") {
|
|
2209
2272
|
GameWireless.propTypes = iconPropTypes;
|
|
2210
2273
|
}
|
|
2211
|
-
const Gamification = /*#__PURE__*/React.forwardRef(function Gamification(
|
|
2274
|
+
const Gamification = /*#__PURE__*/React.forwardRef(function Gamification(_ref97, ref) {
|
|
2212
2275
|
let {
|
|
2213
2276
|
children,
|
|
2214
2277
|
size = 16,
|
|
2215
2278
|
...rest
|
|
2216
|
-
} =
|
|
2279
|
+
} = _ref97;
|
|
2217
2280
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2218
2281
|
width: size,
|
|
2219
2282
|
height: size,
|
|
@@ -2222,19 +2285,19 @@ const Gamification = /*#__PURE__*/React.forwardRef(function Gamification(_ref94,
|
|
|
2222
2285
|
viewBox: "0 0 32 32",
|
|
2223
2286
|
fill: "currentColor",
|
|
2224
2287
|
...rest
|
|
2225
|
-
},
|
|
2288
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2226
2289
|
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"
|
|
2227
2290
|
})), children);
|
|
2228
2291
|
});
|
|
2229
2292
|
if (process.env.NODE_ENV !== "production") {
|
|
2230
2293
|
Gamification.propTypes = iconPropTypes;
|
|
2231
2294
|
}
|
|
2232
|
-
const GasStation = /*#__PURE__*/React.forwardRef(function GasStation(
|
|
2295
|
+
const GasStation = /*#__PURE__*/React.forwardRef(function GasStation(_ref98, ref) {
|
|
2233
2296
|
let {
|
|
2234
2297
|
children,
|
|
2235
2298
|
size = 16,
|
|
2236
2299
|
...rest
|
|
2237
|
-
} =
|
|
2300
|
+
} = _ref98;
|
|
2238
2301
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2239
2302
|
width: size,
|
|
2240
2303
|
height: size,
|
|
@@ -2243,21 +2306,21 @@ const GasStation = /*#__PURE__*/React.forwardRef(function GasStation(_ref95, ref
|
|
|
2243
2306
|
viewBox: "0 0 32 32",
|
|
2244
2307
|
fill: "currentColor",
|
|
2245
2308
|
...rest
|
|
2246
|
-
},
|
|
2309
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2247
2310
|
d: "M8 10H15V12H8z"
|
|
2248
|
-
})),
|
|
2311
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2249
2312
|
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"
|
|
2250
2313
|
})), children);
|
|
2251
2314
|
});
|
|
2252
2315
|
if (process.env.NODE_ENV !== "production") {
|
|
2253
2316
|
GasStation.propTypes = iconPropTypes;
|
|
2254
2317
|
}
|
|
2255
|
-
const GasStationFilled = /*#__PURE__*/React.forwardRef(function GasStationFilled(
|
|
2318
|
+
const GasStationFilled = /*#__PURE__*/React.forwardRef(function GasStationFilled(_ref99, ref) {
|
|
2256
2319
|
let {
|
|
2257
2320
|
children,
|
|
2258
2321
|
size = 16,
|
|
2259
2322
|
...rest
|
|
2260
|
-
} =
|
|
2323
|
+
} = _ref99;
|
|
2261
2324
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2262
2325
|
width: size,
|
|
2263
2326
|
height: size,
|
|
@@ -2266,23 +2329,23 @@ const GasStationFilled = /*#__PURE__*/React.forwardRef(function GasStationFilled
|
|
|
2266
2329
|
viewBox: "0 0 32 32",
|
|
2267
2330
|
fill: "currentColor",
|
|
2268
2331
|
...rest
|
|
2269
|
-
},
|
|
2332
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2270
2333
|
fill: "none",
|
|
2271
2334
|
d: "M8 10H15V12H8z",
|
|
2272
2335
|
"data-icon-path": "inner-path"
|
|
2273
|
-
})),
|
|
2336
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2274
2337
|
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"
|
|
2275
2338
|
})), children);
|
|
2276
2339
|
});
|
|
2277
2340
|
if (process.env.NODE_ENV !== "production") {
|
|
2278
2341
|
GasStationFilled.propTypes = iconPropTypes;
|
|
2279
2342
|
}
|
|
2280
|
-
const Gateway = /*#__PURE__*/React.forwardRef(function Gateway(
|
|
2343
|
+
const Gateway = /*#__PURE__*/React.forwardRef(function Gateway(_ref100, ref) {
|
|
2281
2344
|
let {
|
|
2282
2345
|
children,
|
|
2283
2346
|
size = 16,
|
|
2284
2347
|
...rest
|
|
2285
|
-
} =
|
|
2348
|
+
} = _ref100;
|
|
2286
2349
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2287
2350
|
width: size,
|
|
2288
2351
|
height: size,
|
|
@@ -2291,19 +2354,19 @@ const Gateway = /*#__PURE__*/React.forwardRef(function Gateway(_ref97, ref) {
|
|
|
2291
2354
|
viewBox: "0 0 32 32",
|
|
2292
2355
|
fill: "currentColor",
|
|
2293
2356
|
...rest
|
|
2294
|
-
},
|
|
2357
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2295
2358
|
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"
|
|
2296
2359
|
})), children);
|
|
2297
2360
|
});
|
|
2298
2361
|
if (process.env.NODE_ENV !== "production") {
|
|
2299
2362
|
Gateway.propTypes = iconPropTypes;
|
|
2300
2363
|
}
|
|
2301
|
-
const GatewayApi = /*#__PURE__*/React.forwardRef(function GatewayApi(
|
|
2364
|
+
const GatewayApi = /*#__PURE__*/React.forwardRef(function GatewayApi(_ref101, ref) {
|
|
2302
2365
|
let {
|
|
2303
2366
|
children,
|
|
2304
2367
|
size = 16,
|
|
2305
2368
|
...rest
|
|
2306
|
-
} =
|
|
2369
|
+
} = _ref101;
|
|
2307
2370
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2308
2371
|
width: size,
|
|
2309
2372
|
height: size,
|
|
@@ -2312,21 +2375,21 @@ const GatewayApi = /*#__PURE__*/React.forwardRef(function GatewayApi(_ref98, ref
|
|
|
2312
2375
|
viewBox: "0 0 32 32",
|
|
2313
2376
|
fill: "currentColor",
|
|
2314
2377
|
...rest
|
|
2315
|
-
},
|
|
2378
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2316
2379
|
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"
|
|
2317
|
-
})),
|
|
2380
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2318
2381
|
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"
|
|
2319
2382
|
})), children);
|
|
2320
2383
|
});
|
|
2321
2384
|
if (process.env.NODE_ENV !== "production") {
|
|
2322
2385
|
GatewayApi.propTypes = iconPropTypes;
|
|
2323
2386
|
}
|
|
2324
|
-
const GatewayMail = /*#__PURE__*/React.forwardRef(function GatewayMail(
|
|
2387
|
+
const GatewayMail = /*#__PURE__*/React.forwardRef(function GatewayMail(_ref102, ref) {
|
|
2325
2388
|
let {
|
|
2326
2389
|
children,
|
|
2327
2390
|
size = 16,
|
|
2328
2391
|
...rest
|
|
2329
|
-
} =
|
|
2392
|
+
} = _ref102;
|
|
2330
2393
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2331
2394
|
width: size,
|
|
2332
2395
|
height: size,
|
|
@@ -2335,21 +2398,21 @@ const GatewayMail = /*#__PURE__*/React.forwardRef(function GatewayMail(_ref99, r
|
|
|
2335
2398
|
viewBox: "0 0 32 32",
|
|
2336
2399
|
fill: "currentColor",
|
|
2337
2400
|
...rest
|
|
2338
|
-
},
|
|
2401
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2339
2402
|
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"
|
|
2340
|
-
})),
|
|
2403
|
+
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2341
2404
|
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"
|
|
2342
2405
|
})), children);
|
|
2343
2406
|
});
|
|
2344
2407
|
if (process.env.NODE_ENV !== "production") {
|
|
2345
2408
|
GatewayMail.propTypes = iconPropTypes;
|
|
2346
2409
|
}
|
|
2347
|
-
const GatewayPublic = /*#__PURE__*/React.forwardRef(function GatewayPublic(
|
|
2410
|
+
const GatewayPublic = /*#__PURE__*/React.forwardRef(function GatewayPublic(_ref103, ref) {
|
|
2348
2411
|
let {
|
|
2349
2412
|
children,
|
|
2350
2413
|
size = 16,
|
|
2351
2414
|
...rest
|
|
2352
|
-
} =
|
|
2415
|
+
} = _ref103;
|
|
2353
2416
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2354
2417
|
width: size,
|
|
2355
2418
|
height: size,
|
|
@@ -2358,21 +2421,21 @@ const GatewayPublic = /*#__PURE__*/React.forwardRef(function GatewayPublic(_ref1
|
|
|
2358
2421
|
viewBox: "0 0 32 32",
|
|
2359
2422
|
fill: "currentColor",
|
|
2360
2423
|
...rest
|
|
2361
|
-
},
|
|
2424
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2362
2425
|
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"
|
|
2363
|
-
})),
|
|
2426
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2364
2427
|
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"
|
|
2365
2428
|
})), children);
|
|
2366
2429
|
});
|
|
2367
2430
|
if (process.env.NODE_ENV !== "production") {
|
|
2368
2431
|
GatewayPublic.propTypes = iconPropTypes;
|
|
2369
2432
|
}
|
|
2370
|
-
const GatewaySecurity = /*#__PURE__*/React.forwardRef(function GatewaySecurity(
|
|
2433
|
+
const GatewaySecurity = /*#__PURE__*/React.forwardRef(function GatewaySecurity(_ref104, ref) {
|
|
2371
2434
|
let {
|
|
2372
2435
|
children,
|
|
2373
2436
|
size = 16,
|
|
2374
2437
|
...rest
|
|
2375
|
-
} =
|
|
2438
|
+
} = _ref104;
|
|
2376
2439
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2377
2440
|
width: size,
|
|
2378
2441
|
height: size,
|
|
@@ -2381,21 +2444,21 @@ const GatewaySecurity = /*#__PURE__*/React.forwardRef(function GatewaySecurity(_
|
|
|
2381
2444
|
viewBox: "0 0 32 32",
|
|
2382
2445
|
fill: "currentColor",
|
|
2383
2446
|
...rest
|
|
2384
|
-
},
|
|
2447
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2385
2448
|
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"
|
|
2386
|
-
})),
|
|
2449
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2387
2450
|
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"
|
|
2388
2451
|
})), children);
|
|
2389
2452
|
});
|
|
2390
2453
|
if (process.env.NODE_ENV !== "production") {
|
|
2391
2454
|
GatewaySecurity.propTypes = iconPropTypes;
|
|
2392
2455
|
}
|
|
2393
|
-
const GatewayUserAccess = /*#__PURE__*/React.forwardRef(function GatewayUserAccess(
|
|
2456
|
+
const GatewayUserAccess = /*#__PURE__*/React.forwardRef(function GatewayUserAccess(_ref105, ref) {
|
|
2394
2457
|
let {
|
|
2395
2458
|
children,
|
|
2396
2459
|
size = 16,
|
|
2397
2460
|
...rest
|
|
2398
|
-
} =
|
|
2461
|
+
} = _ref105;
|
|
2399
2462
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2400
2463
|
width: size,
|
|
2401
2464
|
height: size,
|
|
@@ -2404,21 +2467,21 @@ const GatewayUserAccess = /*#__PURE__*/React.forwardRef(function GatewayUserAcce
|
|
|
2404
2467
|
viewBox: "0 0 32 32",
|
|
2405
2468
|
fill: "currentColor",
|
|
2406
2469
|
...rest
|
|
2407
|
-
},
|
|
2470
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2408
2471
|
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"
|
|
2409
|
-
})),
|
|
2472
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2410
2473
|
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"
|
|
2411
2474
|
})), children);
|
|
2412
2475
|
});
|
|
2413
2476
|
if (process.env.NODE_ENV !== "production") {
|
|
2414
2477
|
GatewayUserAccess.propTypes = iconPropTypes;
|
|
2415
2478
|
}
|
|
2416
|
-
const GatewayVpn = /*#__PURE__*/React.forwardRef(function GatewayVpn(
|
|
2479
|
+
const GatewayVpn = /*#__PURE__*/React.forwardRef(function GatewayVpn(_ref106, ref) {
|
|
2417
2480
|
let {
|
|
2418
2481
|
children,
|
|
2419
2482
|
size = 16,
|
|
2420
2483
|
...rest
|
|
2421
|
-
} =
|
|
2484
|
+
} = _ref106;
|
|
2422
2485
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2423
2486
|
width: size,
|
|
2424
2487
|
height: size,
|
|
@@ -2427,21 +2490,21 @@ const GatewayVpn = /*#__PURE__*/React.forwardRef(function GatewayVpn(_ref103, re
|
|
|
2427
2490
|
viewBox: "0 0 32 32",
|
|
2428
2491
|
fill: "currentColor",
|
|
2429
2492
|
...rest
|
|
2430
|
-
},
|
|
2493
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2431
2494
|
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"
|
|
2432
|
-
})),
|
|
2495
|
+
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2433
2496
|
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"
|
|
2434
2497
|
})), children);
|
|
2435
2498
|
});
|
|
2436
2499
|
if (process.env.NODE_ENV !== "production") {
|
|
2437
2500
|
GatewayVpn.propTypes = iconPropTypes;
|
|
2438
2501
|
}
|
|
2439
|
-
const GenderFemale = /*#__PURE__*/React.forwardRef(function GenderFemale(
|
|
2502
|
+
const GenderFemale = /*#__PURE__*/React.forwardRef(function GenderFemale(_ref107, ref) {
|
|
2440
2503
|
let {
|
|
2441
2504
|
children,
|
|
2442
2505
|
size = 16,
|
|
2443
2506
|
...rest
|
|
2444
|
-
} =
|
|
2507
|
+
} = _ref107;
|
|
2445
2508
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2446
2509
|
width: size,
|
|
2447
2510
|
height: size,
|
|
@@ -2450,19 +2513,19 @@ const GenderFemale = /*#__PURE__*/React.forwardRef(function GenderFemale(_ref104
|
|
|
2450
2513
|
viewBox: "0 0 32 32",
|
|
2451
2514
|
fill: "currentColor",
|
|
2452
2515
|
...rest
|
|
2453
|
-
},
|
|
2516
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2454
2517
|
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"
|
|
2455
2518
|
})), children);
|
|
2456
2519
|
});
|
|
2457
2520
|
if (process.env.NODE_ENV !== "production") {
|
|
2458
2521
|
GenderFemale.propTypes = iconPropTypes;
|
|
2459
2522
|
}
|
|
2460
|
-
const GenderMale = /*#__PURE__*/React.forwardRef(function GenderMale(
|
|
2523
|
+
const GenderMale = /*#__PURE__*/React.forwardRef(function GenderMale(_ref108, ref) {
|
|
2461
2524
|
let {
|
|
2462
2525
|
children,
|
|
2463
2526
|
size = 16,
|
|
2464
2527
|
...rest
|
|
2465
|
-
} =
|
|
2528
|
+
} = _ref108;
|
|
2466
2529
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2467
2530
|
width: size,
|
|
2468
2531
|
height: size,
|
|
@@ -2471,19 +2534,19 @@ const GenderMale = /*#__PURE__*/React.forwardRef(function GenderMale(_ref105, re
|
|
|
2471
2534
|
viewBox: "0 0 32 32",
|
|
2472
2535
|
fill: "currentColor",
|
|
2473
2536
|
...rest
|
|
2474
|
-
},
|
|
2537
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2475
2538
|
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"
|
|
2476
2539
|
})), children);
|
|
2477
2540
|
});
|
|
2478
2541
|
if (process.env.NODE_ENV !== "production") {
|
|
2479
2542
|
GenderMale.propTypes = iconPropTypes;
|
|
2480
2543
|
}
|
|
2481
|
-
const GeneratePdf = /*#__PURE__*/React.forwardRef(function GeneratePdf(
|
|
2544
|
+
const GeneratePdf = /*#__PURE__*/React.forwardRef(function GeneratePdf(_ref109, ref) {
|
|
2482
2545
|
let {
|
|
2483
2546
|
children,
|
|
2484
2547
|
size = 16,
|
|
2485
2548
|
...rest
|
|
2486
|
-
} =
|
|
2549
|
+
} = _ref109;
|
|
2487
2550
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2488
2551
|
width: size,
|
|
2489
2552
|
height: size,
|
|
@@ -2492,21 +2555,21 @@ const GeneratePdf = /*#__PURE__*/React.forwardRef(function GeneratePdf(_ref106,
|
|
|
2492
2555
|
viewBox: "0 0 32 32",
|
|
2493
2556
|
fill: "currentColor",
|
|
2494
2557
|
...rest
|
|
2495
|
-
},
|
|
2558
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2496
2559
|
d: "M24,24v4H8V24H6v4H6a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2h0V24Z"
|
|
2497
|
-
})),
|
|
2560
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2498
2561
|
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"
|
|
2499
2562
|
})), children);
|
|
2500
2563
|
});
|
|
2501
2564
|
if (process.env.NODE_ENV !== "production") {
|
|
2502
2565
|
GeneratePdf.propTypes = iconPropTypes;
|
|
2503
2566
|
}
|
|
2504
|
-
const Gif = /*#__PURE__*/React.forwardRef(function Gif(
|
|
2567
|
+
const Gif = /*#__PURE__*/React.forwardRef(function Gif(_ref110, ref) {
|
|
2505
2568
|
let {
|
|
2506
2569
|
children,
|
|
2507
2570
|
size = 16,
|
|
2508
2571
|
...rest
|
|
2509
|
-
} =
|
|
2572
|
+
} = _ref110;
|
|
2510
2573
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2511
2574
|
width: size,
|
|
2512
2575
|
height: size,
|
|
@@ -2515,19 +2578,19 @@ const Gif = /*#__PURE__*/React.forwardRef(function Gif(_ref107, ref) {
|
|
|
2515
2578
|
viewBox: "0 0 32 32",
|
|
2516
2579
|
fill: "currentColor",
|
|
2517
2580
|
...rest
|
|
2518
|
-
},
|
|
2581
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2519
2582
|
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"
|
|
2520
2583
|
})), children);
|
|
2521
2584
|
});
|
|
2522
2585
|
if (process.env.NODE_ENV !== "production") {
|
|
2523
2586
|
Gif.propTypes = iconPropTypes;
|
|
2524
2587
|
}
|
|
2525
|
-
const Gift = /*#__PURE__*/React.forwardRef(function Gift(
|
|
2588
|
+
const Gift = /*#__PURE__*/React.forwardRef(function Gift(_ref111, ref) {
|
|
2526
2589
|
let {
|
|
2527
2590
|
children,
|
|
2528
2591
|
size = 16,
|
|
2529
2592
|
...rest
|
|
2530
|
-
} =
|
|
2593
|
+
} = _ref111;
|
|
2531
2594
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2532
2595
|
width: size,
|
|
2533
2596
|
height: size,
|
|
@@ -2536,19 +2599,19 @@ const Gift = /*#__PURE__*/React.forwardRef(function Gift(_ref108, ref) {
|
|
|
2536
2599
|
viewBox: "0 0 32 32",
|
|
2537
2600
|
fill: "currentColor",
|
|
2538
2601
|
...rest
|
|
2539
|
-
},
|
|
2602
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2540
2603
|
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"
|
|
2541
2604
|
})), children);
|
|
2542
2605
|
});
|
|
2543
2606
|
if (process.env.NODE_ENV !== "production") {
|
|
2544
2607
|
Gift.propTypes = iconPropTypes;
|
|
2545
2608
|
}
|
|
2546
|
-
const GlobalLoanAndTrial = /*#__PURE__*/React.forwardRef(function GlobalLoanAndTrial(
|
|
2609
|
+
const GlobalLoanAndTrial = /*#__PURE__*/React.forwardRef(function GlobalLoanAndTrial(_ref112, ref) {
|
|
2547
2610
|
let {
|
|
2548
2611
|
children,
|
|
2549
2612
|
size = 16,
|
|
2550
2613
|
...rest
|
|
2551
|
-
} =
|
|
2614
|
+
} = _ref112;
|
|
2552
2615
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2553
2616
|
width: size,
|
|
2554
2617
|
height: size,
|
|
@@ -2557,27 +2620,27 @@ const GlobalLoanAndTrial = /*#__PURE__*/React.forwardRef(function GlobalLoanAndT
|
|
|
2557
2620
|
viewBox: "0 0 32 32",
|
|
2558
2621
|
fill: "currentColor",
|
|
2559
2622
|
...rest
|
|
2560
|
-
},
|
|
2623
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2561
2624
|
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"
|
|
2562
2625
|
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
2563
2626
|
cx: "11",
|
|
2564
2627
|
cy: "16",
|
|
2565
2628
|
r: "1"
|
|
2566
|
-
})),
|
|
2629
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2567
2630
|
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"
|
|
2568
|
-
})),
|
|
2631
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2569
2632
|
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"
|
|
2570
2633
|
})), children);
|
|
2571
2634
|
});
|
|
2572
2635
|
if (process.env.NODE_ENV !== "production") {
|
|
2573
2636
|
GlobalLoanAndTrial.propTypes = iconPropTypes;
|
|
2574
2637
|
}
|
|
2575
|
-
const Globe = /*#__PURE__*/React.forwardRef(function Globe(
|
|
2638
|
+
const Globe = /*#__PURE__*/React.forwardRef(function Globe(_ref113, ref) {
|
|
2576
2639
|
let {
|
|
2577
2640
|
children,
|
|
2578
2641
|
size = 16,
|
|
2579
2642
|
...rest
|
|
2580
|
-
} =
|
|
2643
|
+
} = _ref113;
|
|
2581
2644
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2582
2645
|
width: size,
|
|
2583
2646
|
height: size,
|
|
@@ -2586,21 +2649,21 @@ const Globe = /*#__PURE__*/React.forwardRef(function Globe(_ref110, ref) {
|
|
|
2586
2649
|
viewBox: "0 0 32 32",
|
|
2587
2650
|
fill: "currentColor",
|
|
2588
2651
|
...rest
|
|
2589
|
-
},
|
|
2652
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2590
2653
|
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"
|
|
2591
|
-
})),
|
|
2654
|
+
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2592
2655
|
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"
|
|
2593
2656
|
})), children);
|
|
2594
2657
|
});
|
|
2595
2658
|
if (process.env.NODE_ENV !== "production") {
|
|
2596
2659
|
Globe.propTypes = iconPropTypes;
|
|
2597
2660
|
}
|
|
2598
|
-
const Gradient = /*#__PURE__*/React.forwardRef(function Gradient(
|
|
2661
|
+
const Gradient = /*#__PURE__*/React.forwardRef(function Gradient(_ref114, ref) {
|
|
2599
2662
|
let {
|
|
2600
2663
|
children,
|
|
2601
2664
|
size = 16,
|
|
2602
2665
|
...rest
|
|
2603
|
-
} =
|
|
2666
|
+
} = _ref114;
|
|
2604
2667
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2605
2668
|
width: size,
|
|
2606
2669
|
height: size,
|
|
@@ -2609,21 +2672,21 @@ const Gradient = /*#__PURE__*/React.forwardRef(function Gradient(_ref111, ref) {
|
|
|
2609
2672
|
viewBox: "0 0 32 32",
|
|
2610
2673
|
fill: "currentColor",
|
|
2611
2674
|
...rest
|
|
2612
|
-
},
|
|
2675
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2613
2676
|
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"
|
|
2614
|
-
})),
|
|
2677
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2615
2678
|
d: "M14 10H18V14H14zM14 18H18V22H14zM18 14H22V18H18z"
|
|
2616
2679
|
})), children);
|
|
2617
2680
|
});
|
|
2618
2681
|
if (process.env.NODE_ENV !== "production") {
|
|
2619
2682
|
Gradient.propTypes = iconPropTypes;
|
|
2620
2683
|
}
|
|
2621
|
-
const GraphicalDataFlow = /*#__PURE__*/React.forwardRef(function GraphicalDataFlow(
|
|
2684
|
+
const GraphicalDataFlow = /*#__PURE__*/React.forwardRef(function GraphicalDataFlow(_ref115, ref) {
|
|
2622
2685
|
let {
|
|
2623
2686
|
children,
|
|
2624
2687
|
size = 16,
|
|
2625
2688
|
...rest
|
|
2626
|
-
} =
|
|
2689
|
+
} = _ref115;
|
|
2627
2690
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2628
2691
|
width: size,
|
|
2629
2692
|
height: size,
|
|
@@ -2632,19 +2695,19 @@ const GraphicalDataFlow = /*#__PURE__*/React.forwardRef(function GraphicalDataFl
|
|
|
2632
2695
|
viewBox: "0 0 32 32",
|
|
2633
2696
|
fill: "currentColor",
|
|
2634
2697
|
...rest
|
|
2635
|
-
},
|
|
2698
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2636
2699
|
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"
|
|
2637
2700
|
})), children);
|
|
2638
2701
|
});
|
|
2639
2702
|
if (process.env.NODE_ENV !== "production") {
|
|
2640
2703
|
GraphicalDataFlow.propTypes = iconPropTypes;
|
|
2641
2704
|
}
|
|
2642
|
-
const Grid = /*#__PURE__*/React.forwardRef(function Grid(
|
|
2705
|
+
const Grid = /*#__PURE__*/React.forwardRef(function Grid(_ref116, ref) {
|
|
2643
2706
|
let {
|
|
2644
2707
|
children,
|
|
2645
2708
|
size = 16,
|
|
2646
2709
|
...rest
|
|
2647
|
-
} =
|
|
2710
|
+
} = _ref116;
|
|
2648
2711
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2649
2712
|
width: size,
|
|
2650
2713
|
height: size,
|
|
@@ -2653,19 +2716,19 @@ const Grid = /*#__PURE__*/React.forwardRef(function Grid(_ref113, ref) {
|
|
|
2653
2716
|
viewBox: "0 0 32 32",
|
|
2654
2717
|
fill: "currentColor",
|
|
2655
2718
|
...rest
|
|
2656
|
-
},
|
|
2719
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2657
2720
|
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"
|
|
2658
2721
|
})), children);
|
|
2659
2722
|
});
|
|
2660
2723
|
if (process.env.NODE_ENV !== "production") {
|
|
2661
2724
|
Grid.propTypes = iconPropTypes;
|
|
2662
2725
|
}
|
|
2663
|
-
const Group = /*#__PURE__*/React.forwardRef(function Group(
|
|
2726
|
+
const Group = /*#__PURE__*/React.forwardRef(function Group(_ref117, ref) {
|
|
2664
2727
|
let {
|
|
2665
2728
|
children,
|
|
2666
2729
|
size = 16,
|
|
2667
2730
|
...rest
|
|
2668
|
-
} =
|
|
2731
|
+
} = _ref117;
|
|
2669
2732
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2670
2733
|
width: size,
|
|
2671
2734
|
height: size,
|
|
@@ -2674,19 +2737,19 @@ const Group = /*#__PURE__*/React.forwardRef(function Group(_ref114, ref) {
|
|
|
2674
2737
|
viewBox: "0 0 32 32",
|
|
2675
2738
|
fill: "currentColor",
|
|
2676
2739
|
...rest
|
|
2677
|
-
},
|
|
2740
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2678
2741
|
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"
|
|
2679
2742
|
})), children);
|
|
2680
2743
|
});
|
|
2681
2744
|
if (process.env.NODE_ENV !== "production") {
|
|
2682
2745
|
Group.propTypes = iconPropTypes;
|
|
2683
2746
|
}
|
|
2684
|
-
const GroupAccess = /*#__PURE__*/React.forwardRef(function GroupAccess(
|
|
2747
|
+
const GroupAccess = /*#__PURE__*/React.forwardRef(function GroupAccess(_ref118, ref) {
|
|
2685
2748
|
let {
|
|
2686
2749
|
children,
|
|
2687
2750
|
size = 16,
|
|
2688
2751
|
...rest
|
|
2689
|
-
} =
|
|
2752
|
+
} = _ref118;
|
|
2690
2753
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2691
2754
|
width: size,
|
|
2692
2755
|
height: size,
|
|
@@ -2695,21 +2758,21 @@ const GroupAccess = /*#__PURE__*/React.forwardRef(function GroupAccess(_ref115,
|
|
|
2695
2758
|
viewBox: "0 0 32 32",
|
|
2696
2759
|
fill: "currentColor",
|
|
2697
2760
|
...rest
|
|
2698
|
-
},
|
|
2761
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2699
2762
|
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"
|
|
2700
|
-
})),
|
|
2763
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2701
2764
|
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"
|
|
2702
2765
|
})), children);
|
|
2703
2766
|
});
|
|
2704
2767
|
if (process.env.NODE_ENV !== "production") {
|
|
2705
2768
|
GroupAccess.propTypes = iconPropTypes;
|
|
2706
2769
|
}
|
|
2707
|
-
const GroupAccount = /*#__PURE__*/React.forwardRef(function GroupAccount(
|
|
2770
|
+
const GroupAccount = /*#__PURE__*/React.forwardRef(function GroupAccount(_ref119, ref) {
|
|
2708
2771
|
let {
|
|
2709
2772
|
children,
|
|
2710
2773
|
size = 16,
|
|
2711
2774
|
...rest
|
|
2712
|
-
} =
|
|
2775
|
+
} = _ref119;
|
|
2713
2776
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2714
2777
|
width: size,
|
|
2715
2778
|
height: size,
|
|
@@ -2718,19 +2781,19 @@ const GroupAccount = /*#__PURE__*/React.forwardRef(function GroupAccount(_ref116
|
|
|
2718
2781
|
viewBox: "0 0 32 32",
|
|
2719
2782
|
fill: "currentColor",
|
|
2720
2783
|
...rest
|
|
2721
|
-
},
|
|
2784
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2722
2785
|
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"
|
|
2723
2786
|
})), children);
|
|
2724
2787
|
});
|
|
2725
2788
|
if (process.env.NODE_ENV !== "production") {
|
|
2726
2789
|
GroupAccount.propTypes = iconPropTypes;
|
|
2727
2790
|
}
|
|
2728
|
-
const GroupPresentation = /*#__PURE__*/React.forwardRef(function GroupPresentation(
|
|
2791
|
+
const GroupPresentation = /*#__PURE__*/React.forwardRef(function GroupPresentation(_ref120, ref) {
|
|
2729
2792
|
let {
|
|
2730
2793
|
children,
|
|
2731
2794
|
size = 16,
|
|
2732
2795
|
...rest
|
|
2733
|
-
} =
|
|
2796
|
+
} = _ref120;
|
|
2734
2797
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2735
2798
|
width: size,
|
|
2736
2799
|
height: size,
|
|
@@ -2739,7 +2802,7 @@ const GroupPresentation = /*#__PURE__*/React.forwardRef(function GroupPresentati
|
|
|
2739
2802
|
viewBox: "0 0 32 32",
|
|
2740
2803
|
fill: "currentColor",
|
|
2741
2804
|
...rest
|
|
2742
|
-
},
|
|
2805
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2743
2806
|
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"
|
|
2744
2807
|
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
2745
2808
|
cx: "16",
|
|
@@ -2761,19 +2824,19 @@ const GroupPresentation = /*#__PURE__*/React.forwardRef(function GroupPresentati
|
|
|
2761
2824
|
cx: "11",
|
|
2762
2825
|
cy: "18",
|
|
2763
2826
|
r: "2"
|
|
2764
|
-
})),
|
|
2827
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2765
2828
|
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"
|
|
2766
2829
|
})), children);
|
|
2767
2830
|
});
|
|
2768
2831
|
if (process.env.NODE_ENV !== "production") {
|
|
2769
2832
|
GroupPresentation.propTypes = iconPropTypes;
|
|
2770
2833
|
}
|
|
2771
|
-
const GroupResource = /*#__PURE__*/React.forwardRef(function GroupResource(
|
|
2834
|
+
const GroupResource = /*#__PURE__*/React.forwardRef(function GroupResource(_ref121, ref) {
|
|
2772
2835
|
let {
|
|
2773
2836
|
children,
|
|
2774
2837
|
size = 16,
|
|
2775
2838
|
...rest
|
|
2776
|
-
} =
|
|
2839
|
+
} = _ref121;
|
|
2777
2840
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2778
2841
|
width: size,
|
|
2779
2842
|
height: size,
|
|
@@ -2782,19 +2845,19 @@ const GroupResource = /*#__PURE__*/React.forwardRef(function GroupResource(_ref1
|
|
|
2782
2845
|
viewBox: "0 0 32 32",
|
|
2783
2846
|
fill: "currentColor",
|
|
2784
2847
|
...rest
|
|
2785
|
-
},
|
|
2848
|
+
}, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2786
2849
|
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"
|
|
2787
2850
|
})), children);
|
|
2788
2851
|
});
|
|
2789
2852
|
if (process.env.NODE_ENV !== "production") {
|
|
2790
2853
|
GroupResource.propTypes = iconPropTypes;
|
|
2791
2854
|
}
|
|
2792
|
-
const GroupSecurity = /*#__PURE__*/React.forwardRef(function GroupSecurity(
|
|
2855
|
+
const GroupSecurity = /*#__PURE__*/React.forwardRef(function GroupSecurity(_ref122, ref) {
|
|
2793
2856
|
let {
|
|
2794
2857
|
children,
|
|
2795
2858
|
size = 16,
|
|
2796
2859
|
...rest
|
|
2797
|
-
} =
|
|
2860
|
+
} = _ref122;
|
|
2798
2861
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2799
2862
|
width: size,
|
|
2800
2863
|
height: size,
|
|
@@ -2803,21 +2866,21 @@ const GroupSecurity = /*#__PURE__*/React.forwardRef(function GroupSecurity(_ref1
|
|
|
2803
2866
|
viewBox: "0 0 32 32",
|
|
2804
2867
|
fill: "currentColor",
|
|
2805
2868
|
...rest
|
|
2806
|
-
},
|
|
2869
|
+
}, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2807
2870
|
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"
|
|
2808
|
-
})),
|
|
2871
|
+
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2809
2872
|
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"
|
|
2810
2873
|
})), children);
|
|
2811
2874
|
});
|
|
2812
2875
|
if (process.env.NODE_ENV !== "production") {
|
|
2813
2876
|
GroupSecurity.propTypes = iconPropTypes;
|
|
2814
2877
|
}
|
|
2815
|
-
const GroupObjects = /*#__PURE__*/React.forwardRef(function GroupObjects(
|
|
2878
|
+
const GroupObjects = /*#__PURE__*/React.forwardRef(function GroupObjects(_ref123, ref) {
|
|
2816
2879
|
let {
|
|
2817
2880
|
children,
|
|
2818
2881
|
size = 16,
|
|
2819
2882
|
...rest
|
|
2820
|
-
} =
|
|
2883
|
+
} = _ref123;
|
|
2821
2884
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2822
2885
|
width: size,
|
|
2823
2886
|
height: size,
|
|
@@ -2826,21 +2889,21 @@ const GroupObjects = /*#__PURE__*/React.forwardRef(function GroupObjects(_ref120
|
|
|
2826
2889
|
viewBox: "0 0 32 32",
|
|
2827
2890
|
fill: "currentColor",
|
|
2828
2891
|
...rest
|
|
2829
|
-
},
|
|
2892
|
+
}, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2830
2893
|
d: "M19,13V9H9V19h4v4H23V13Zm-8-2h6v6H11ZM21,21H15V19h4V15h2Z"
|
|
2831
|
-
})),
|
|
2894
|
+
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2832
2895
|
d: "M30,8V2H24V4H8V2H2V8H4V24H2v6H8V28H24v2h6V24H28V8ZM26,4h2V6H26ZM4,4H6V6H4ZM6,28H4V26H6Zm22,0H26V26h2Zm-2-4H24v2H8V24H6V8H8V6H24V8h2Z"
|
|
2833
2896
|
})), children);
|
|
2834
2897
|
});
|
|
2835
2898
|
if (process.env.NODE_ENV !== "production") {
|
|
2836
2899
|
GroupObjects.propTypes = iconPropTypes;
|
|
2837
2900
|
}
|
|
2838
|
-
const GroupObjectsNew = /*#__PURE__*/React.forwardRef(function GroupObjectsNew(
|
|
2901
|
+
const GroupObjectsNew = /*#__PURE__*/React.forwardRef(function GroupObjectsNew(_ref124, ref) {
|
|
2839
2902
|
let {
|
|
2840
2903
|
children,
|
|
2841
2904
|
size = 16,
|
|
2842
2905
|
...rest
|
|
2843
|
-
} =
|
|
2906
|
+
} = _ref124;
|
|
2844
2907
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2845
2908
|
width: size,
|
|
2846
2909
|
height: size,
|
|
@@ -2849,21 +2912,21 @@ const GroupObjectsNew = /*#__PURE__*/React.forwardRef(function GroupObjectsNew(_
|
|
|
2849
2912
|
viewBox: "0 0 32 32",
|
|
2850
2913
|
fill: "currentColor",
|
|
2851
2914
|
...rest
|
|
2852
|
-
},
|
|
2915
|
+
}, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2853
2916
|
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"
|
|
2854
|
-
})),
|
|
2917
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2855
2918
|
d: "M30,8V2H24V4H8V2H2V8H4V24H2v6H8V28H24v2h6V24H28V8ZM26,4h2V6H26ZM4,4H6V6H4ZM6,28H4V26H6Zm22,0H26V26h2Zm-2-4H24v2H8V24H6V8H8V6H24V8h2Z"
|
|
2856
2919
|
})), children);
|
|
2857
2920
|
});
|
|
2858
2921
|
if (process.env.NODE_ENV !== "production") {
|
|
2859
2922
|
GroupObjectsNew.propTypes = iconPropTypes;
|
|
2860
2923
|
}
|
|
2861
|
-
const GroupObjectsSave = /*#__PURE__*/React.forwardRef(function GroupObjectsSave(
|
|
2924
|
+
const GroupObjectsSave = /*#__PURE__*/React.forwardRef(function GroupObjectsSave(_ref125, ref) {
|
|
2862
2925
|
let {
|
|
2863
2926
|
children,
|
|
2864
2927
|
size = 16,
|
|
2865
2928
|
...rest
|
|
2866
|
-
} =
|
|
2929
|
+
} = _ref125;
|
|
2867
2930
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2868
2931
|
width: size,
|
|
2869
2932
|
height: size,
|
|
@@ -2872,103 +2935,14 @@ const GroupObjectsSave = /*#__PURE__*/React.forwardRef(function GroupObjectsSave
|
|
|
2872
2935
|
viewBox: "0 0 32 32",
|
|
2873
2936
|
fill: "currentColor",
|
|
2874
2937
|
...rest
|
|
2875
|
-
},
|
|
2938
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2876
2939
|
d: "M14 18.18L10.41 14.59 9 16 14 21 23 12 21.59 10.581 14 18.18z"
|
|
2877
|
-
})),
|
|
2940
|
+
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2878
2941
|
d: "M30,8V2H24V4H8V2H2V8H4V24H2v6H8V28H24v2h6V24H28V8ZM26,4h2V6H26ZM4,4H6V6H4ZM6,28H4V26H6Zm22,0H26V26h2Zm-2-4H24v2H8V24H6V8H8V6H24V8h2Z"
|
|
2879
2942
|
})), children);
|
|
2880
2943
|
});
|
|
2881
2944
|
if (process.env.NODE_ENV !== "production") {
|
|
2882
2945
|
GroupObjectsSave.propTypes = iconPropTypes;
|
|
2883
2946
|
}
|
|
2884
|
-
const Growth = /*#__PURE__*/React.forwardRef(function Growth(_ref123, ref) {
|
|
2885
|
-
let {
|
|
2886
|
-
children,
|
|
2887
|
-
size = 16,
|
|
2888
|
-
...rest
|
|
2889
|
-
} = _ref123;
|
|
2890
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2891
|
-
width: size,
|
|
2892
|
-
height: size,
|
|
2893
|
-
ref: ref,
|
|
2894
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2895
|
-
viewBox: "0 0 32 32",
|
|
2896
|
-
fill: "currentColor",
|
|
2897
|
-
...rest
|
|
2898
|
-
}, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2899
|
-
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"
|
|
2900
|
-
})), children);
|
|
2901
|
-
});
|
|
2902
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2903
|
-
Growth.propTypes = iconPropTypes;
|
|
2904
|
-
}
|
|
2905
|
-
const Gui = /*#__PURE__*/React.forwardRef(function Gui(_ref124, ref) {
|
|
2906
|
-
let {
|
|
2907
|
-
children,
|
|
2908
|
-
size = 16,
|
|
2909
|
-
...rest
|
|
2910
|
-
} = _ref124;
|
|
2911
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2912
|
-
width: size,
|
|
2913
|
-
height: size,
|
|
2914
|
-
ref: ref,
|
|
2915
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2916
|
-
viewBox: "0 0 32 32",
|
|
2917
|
-
fill: "currentColor",
|
|
2918
|
-
...rest
|
|
2919
|
-
}, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
2920
|
-
cx: "20",
|
|
2921
|
-
cy: "8",
|
|
2922
|
-
r: "1"
|
|
2923
|
-
})), _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
|
2924
|
-
cx: "23",
|
|
2925
|
-
cy: "8",
|
|
2926
|
-
r: "1"
|
|
2927
|
-
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
|
2928
|
-
cx: "26",
|
|
2929
|
-
cy: "8",
|
|
2930
|
-
r: "1"
|
|
2931
|
-
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2932
|
-
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"
|
|
2933
|
-
})), children);
|
|
2934
|
-
});
|
|
2935
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2936
|
-
Gui.propTypes = iconPropTypes;
|
|
2937
|
-
}
|
|
2938
|
-
const GuiManagement = /*#__PURE__*/React.forwardRef(function GuiManagement(_ref125, ref) {
|
|
2939
|
-
let {
|
|
2940
|
-
children,
|
|
2941
|
-
size = 16,
|
|
2942
|
-
...rest
|
|
2943
|
-
} = _ref125;
|
|
2944
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2945
|
-
width: size,
|
|
2946
|
-
height: size,
|
|
2947
|
-
ref: ref,
|
|
2948
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2949
|
-
viewBox: "0 0 32 32",
|
|
2950
|
-
fill: "currentColor",
|
|
2951
|
-
...rest
|
|
2952
|
-
}, _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2953
|
-
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"
|
|
2954
|
-
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2955
|
-
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"
|
|
2956
|
-
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
2957
|
-
cx: "20",
|
|
2958
|
-
cy: "8",
|
|
2959
|
-
r: "1"
|
|
2960
|
-
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
2961
|
-
cx: "23",
|
|
2962
|
-
cy: "8",
|
|
2963
|
-
r: "1"
|
|
2964
|
-
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
2965
|
-
cx: "26",
|
|
2966
|
-
cy: "8",
|
|
2967
|
-
r: "1"
|
|
2968
|
-
})), children);
|
|
2969
|
-
});
|
|
2970
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2971
|
-
GuiManagement.propTypes = iconPropTypes;
|
|
2972
|
-
}
|
|
2973
2947
|
|
|
2974
|
-
export { Explore, Export, Eyedropper, FaceActivated, FaceActivatedAdd, FaceActivatedFilled, FaceAdd, FaceCool, FaceDissatisfied, FaceDissatisfiedFilled, FaceDizzy, FaceDizzyFilled, FaceMask, FaceNeutral, FaceNeutralFilled, FacePending, FacePendingFilled, FaceSatisfied, FaceSatisfiedFilled, FaceWink, FaceWinkFilled, Factor, Fade, Favorite, FavoriteFilled, FavoriteHalf, FetchUpload, FetchUploadCloud, FileStorage, Filter, FilterEdit, FilterRemove, FilterReset, Finance, FingerprintRecognition, Fire, Firewall, FirewallClassic, Fish, FishMultiple, FitToHeight, FitToScreen, FitToWidth, Flag, FlagFilled, FlaggingTaxi, Flash, FlashFilled, FlashOff, FlashOffFilled, FlightInternational, FlightRoster, FlightSchedule, FloatingIp, Flood, FloodWarning, Floorplan, Flow, FlowConnection, FlowData, FlowLogsVpc, FlowModeler, FlowModelerReference, FlowStream, FlowStreamReference, Fog, Folder, FolderAdd, FolderDetails, FolderDetailsReference, FolderMoveTo, FolderOff, FolderOpen, FolderParent, FolderShared, Folders, ForecastHail, ForecastHail_30, ForecastLightning, ForecastLightning_30, Fork, Forum, Forward_10, Forward_30, Forward_5, Fragile, Friendship, FruitBowl, Function, FunctionMath, GameConsole, GameWireless, Gamification, GasStation, GasStationFilled, Gateway, GatewayApi, GatewayMail, GatewayPublic, GatewaySecurity, GatewayUserAccess, GatewayVpn, GenderFemale, GenderMale, GeneratePdf, Gif, Gift, GlobalLoanAndTrial, Globe, Gradient, GraphicalDataFlow, Grid, Group, GroupAccess, GroupAccount, GroupObjects, GroupObjectsNew, GroupObjectsSave, GroupPresentation, GroupResource, GroupSecurity,
|
|
2948
|
+
export { Exit, ExpandAll, ExpandCategories, Explore, Export, Eyedropper, FaceActivated, FaceActivatedAdd, FaceActivatedFilled, FaceAdd, FaceCool, FaceDissatisfied, FaceDissatisfiedFilled, FaceDizzy, FaceDizzyFilled, FaceMask, FaceNeutral, FaceNeutralFilled, FacePending, FacePendingFilled, FaceSatisfied, FaceSatisfiedFilled, FaceWink, FaceWinkFilled, Factor, Fade, Favorite, FavoriteFilled, FavoriteHalf, FetchUpload, FetchUploadCloud, FileStorage, Filter, FilterEdit, FilterRemove, FilterReset, Finance, FingerprintRecognition, Fire, Firewall, FirewallClassic, Fish, FishMultiple, FitToHeight, FitToScreen, FitToWidth, Flag, FlagFilled, FlaggingTaxi, Flash, FlashFilled, FlashOff, FlashOffFilled, FlightInternational, FlightRoster, FlightSchedule, FloatingIp, Flood, FloodWarning, Floorplan, Flow, FlowConnection, FlowData, FlowLogsVpc, FlowModeler, FlowModelerReference, FlowStream, FlowStreamReference, Fog, Folder, FolderAdd, FolderDetails, FolderDetailsReference, FolderMoveTo, FolderOff, FolderOpen, FolderParent, FolderShared, Folders, ForecastHail, ForecastHail_30, ForecastLightning, ForecastLightning_30, Fork, Forum, Forward_10, Forward_30, Forward_5, Fragile, Friendship, FruitBowl, Function, FunctionMath, GameConsole, GameWireless, Gamification, GasStation, GasStationFilled, Gateway, GatewayApi, GatewayMail, GatewayPublic, GatewaySecurity, GatewayUserAccess, GatewayVpn, GenderFemale, GenderMale, GeneratePdf, Gif, Gift, GlobalLoanAndTrial, Globe, Gradient, GraphicalDataFlow, Grid, Group, GroupAccess, GroupAccount, GroupObjects, GroupObjectsNew, GroupObjectsSave, GroupPresentation, GroupResource, GroupSecurity, WatsonHealthFusionBlender };
|