@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-5.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,
|
|
16
|
-
const
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _circle, _path10, _path11, _path12, _circle2, _path13, _path14, _path15, _circle3, _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, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _circle4, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _circle5, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _circle6, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _circle7, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _circle8, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _circle9, _path132, _path133, _path134, _path135, _circle10, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _circle11, _circle12, _circle13, _circle14, _path164, _path165, _path166, _circle15, _circle16, _circle17, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _circle18, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _circle19, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _circle20, _circle21, _path217;
|
|
16
|
+
const DirectionMergeFilled = /*#__PURE__*/React.forwardRef(function DirectionMergeFilled(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
19
19
|
size = 16,
|
|
@@ -28,18 +28,89 @@ const DirectionRight_02 = /*#__PURE__*/React.forwardRef(function DirectionRight_
|
|
|
28
28
|
fill: "currentColor",
|
|
29
29
|
...rest
|
|
30
30
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM17.8784,15.4648l2.6572,2.6563A4.9682,4.9682,0,0,1,22,21.6567V26H20V21.6567a2.9821,2.9821,0,0,0-.8784-2.1215l-2.6572-2.6563A5.0021,5.0021,0,0,1,16,16.3135a5.0021,5.0021,0,0,1-.4644.5654l-2.6572,2.6567A2.9805,2.9805,0,0,0,12,21.6567V26H10V21.6567a4.9682,4.9682,0,0,1,1.4644-3.5356l2.6572-2.6567A2.9805,2.9805,0,0,0,15,13.3433V8.8281l-4.5859,4.586L9,12l7-7,7,7-1.4141,1.4141L17,8.8281v4.5152A2.9821,2.9821,0,0,0,17.8784,15.4648Z"
|
|
32
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
fill: "none",
|
|
34
|
+
d: "M17.8784,15.4648l2.6572,2.6563A4.9682,4.9682,0,0,1,22,21.6567V26H20V21.6567a2.9821,2.9821,0,0,0-.8784-2.1215l-2.6572-2.6563A5.0021,5.0021,0,0,1,16,16.3135a5.0021,5.0021,0,0,1-.4644.5654l-2.6572,2.6567A2.9805,2.9805,0,0,0,12,21.6567V26H10V21.6567a4.9682,4.9682,0,0,1,1.4644-3.5356l2.6572-2.6567A2.9805,2.9805,0,0,0,15,13.3433V8.8281l-4.5859,4.586L9,12l7-7,7,7-1.4141,1.4141L17,8.8281v4.5152A2.9821,2.9821,0,0,0,17.8784,15.4648Z",
|
|
35
|
+
"data-icon-path": "inner-path"
|
|
36
|
+
})), children);
|
|
37
|
+
});
|
|
38
|
+
if (process.env.NODE_ENV !== "production") {
|
|
39
|
+
DirectionMergeFilled.propTypes = iconPropTypes;
|
|
40
|
+
}
|
|
41
|
+
const DirectionRight_01 = /*#__PURE__*/React.forwardRef(function DirectionRight_01(_ref2, ref) {
|
|
42
|
+
let {
|
|
43
|
+
children,
|
|
44
|
+
size = 16,
|
|
45
|
+
...rest
|
|
46
|
+
} = _ref2;
|
|
47
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
48
|
+
width: size,
|
|
49
|
+
height: size,
|
|
50
|
+
ref: ref,
|
|
51
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
52
|
+
viewBox: "0 0 32 32",
|
|
53
|
+
fill: "currentColor",
|
|
54
|
+
...rest
|
|
55
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M19,4,17.5859,5.4141,22.1719,10H10a2,2,0,0,0-2,2V28h2V12H22.1719l-4.586,4.5859L19,18l7-7Z"
|
|
57
|
+
})), children);
|
|
58
|
+
});
|
|
59
|
+
if (process.env.NODE_ENV !== "production") {
|
|
60
|
+
DirectionRight_01.propTypes = iconPropTypes;
|
|
61
|
+
}
|
|
62
|
+
const DirectionRight_01Filled = /*#__PURE__*/React.forwardRef(function DirectionRight_01Filled(_ref3, ref) {
|
|
63
|
+
let {
|
|
64
|
+
children,
|
|
65
|
+
size = 16,
|
|
66
|
+
...rest
|
|
67
|
+
} = _ref3;
|
|
68
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
69
|
+
width: size,
|
|
70
|
+
height: size,
|
|
71
|
+
ref: ref,
|
|
72
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
73
|
+
viewBox: "0 0 32 32",
|
|
74
|
+
fill: "currentColor",
|
|
75
|
+
...rest
|
|
76
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
77
|
+
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM19,18l-1.4141-1.4141L22.1719,12H10V26H8V12a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,4l7,7Z"
|
|
78
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
79
|
+
fill: "none",
|
|
80
|
+
d: "M19,18l-1.4141-1.4141L22.1719,12H10V26H8V12a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,4l7,7Z",
|
|
81
|
+
"data-icon-path": "inner-path"
|
|
82
|
+
})), children);
|
|
83
|
+
});
|
|
84
|
+
if (process.env.NODE_ENV !== "production") {
|
|
85
|
+
DirectionRight_01Filled.propTypes = iconPropTypes;
|
|
86
|
+
}
|
|
87
|
+
const DirectionRight_02 = /*#__PURE__*/React.forwardRef(function DirectionRight_02(_ref4, ref) {
|
|
88
|
+
let {
|
|
89
|
+
children,
|
|
90
|
+
size = 16,
|
|
91
|
+
...rest
|
|
92
|
+
} = _ref4;
|
|
93
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
94
|
+
width: size,
|
|
95
|
+
height: size,
|
|
96
|
+
ref: ref,
|
|
97
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
98
|
+
viewBox: "0 0 32 32",
|
|
99
|
+
fill: "currentColor",
|
|
100
|
+
...rest
|
|
101
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
31
102
|
d: "M19 8L17.5859 9.4141 22.1719 14H10a2 2 0 00-2 2V28h2V16H22.1719l-4.586 4.5859L19 22l7-7zM8 4H10V12H8z"
|
|
32
103
|
})), children);
|
|
33
104
|
});
|
|
34
105
|
if (process.env.NODE_ENV !== "production") {
|
|
35
106
|
DirectionRight_02.propTypes = iconPropTypes;
|
|
36
107
|
}
|
|
37
|
-
const DirectionRight_02Filled = /*#__PURE__*/React.forwardRef(function DirectionRight_02Filled(
|
|
108
|
+
const DirectionRight_02Filled = /*#__PURE__*/React.forwardRef(function DirectionRight_02Filled(_ref5, ref) {
|
|
38
109
|
let {
|
|
39
110
|
children,
|
|
40
111
|
size = 16,
|
|
41
112
|
...rest
|
|
42
|
-
} =
|
|
113
|
+
} = _ref5;
|
|
43
114
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
44
115
|
width: size,
|
|
45
116
|
height: size,
|
|
@@ -48,9 +119,9 @@ const DirectionRight_02Filled = /*#__PURE__*/React.forwardRef(function Direction
|
|
|
48
119
|
viewBox: "0 0 32 32",
|
|
49
120
|
fill: "currentColor",
|
|
50
121
|
...rest
|
|
51
|
-
},
|
|
122
|
+
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
52
123
|
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM8,6h2v8H8ZM19,24l-1.4141-1.4141L22.1719,18H10v8H8V18a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,10l7,7Z"
|
|
53
|
-
})),
|
|
124
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
54
125
|
fill: "none",
|
|
55
126
|
d: "M8,6h2v8H8ZM19,24l-1.4141-1.4141L22.1719,18H10v8H8V18a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,10l7,7Z",
|
|
56
127
|
"data-icon-path": "inner-path"
|
|
@@ -59,12 +130,12 @@ const DirectionRight_02Filled = /*#__PURE__*/React.forwardRef(function Direction
|
|
|
59
130
|
if (process.env.NODE_ENV !== "production") {
|
|
60
131
|
DirectionRight_02Filled.propTypes = iconPropTypes;
|
|
61
132
|
}
|
|
62
|
-
const DirectionRotaryFirstRight = /*#__PURE__*/React.forwardRef(function DirectionRotaryFirstRight(
|
|
133
|
+
const DirectionRotaryFirstRight = /*#__PURE__*/React.forwardRef(function DirectionRotaryFirstRight(_ref6, ref) {
|
|
63
134
|
let {
|
|
64
135
|
children,
|
|
65
136
|
size = 16,
|
|
66
137
|
...rest
|
|
67
|
-
} =
|
|
138
|
+
} = _ref6;
|
|
68
139
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
69
140
|
width: size,
|
|
70
141
|
height: size,
|
|
@@ -73,19 +144,19 @@ const DirectionRotaryFirstRight = /*#__PURE__*/React.forwardRef(function Directi
|
|
|
73
144
|
viewBox: "0 0 32 32",
|
|
74
145
|
fill: "currentColor",
|
|
75
146
|
...rest
|
|
76
|
-
},
|
|
147
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
77
148
|
d: "M26,18v6.5859L15.8712,14.457A5.9242,5.9242,0,0,0,17,11a6,6,0,1,0-7,5.91V28h2V16.91a5.9566,5.9566,0,0,0,2.4554-1.04L24.5859,26H18v2H28V18ZM11,15a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,11,15Z"
|
|
78
149
|
})), children);
|
|
79
150
|
});
|
|
80
151
|
if (process.env.NODE_ENV !== "production") {
|
|
81
152
|
DirectionRotaryFirstRight.propTypes = iconPropTypes;
|
|
82
153
|
}
|
|
83
|
-
const DirectionRotaryFirstRightFilled = /*#__PURE__*/React.forwardRef(function DirectionRotaryFirstRightFilled(
|
|
154
|
+
const DirectionRotaryFirstRightFilled = /*#__PURE__*/React.forwardRef(function DirectionRotaryFirstRightFilled(_ref7, ref) {
|
|
84
155
|
let {
|
|
85
156
|
children,
|
|
86
157
|
size = 16,
|
|
87
158
|
...rest
|
|
88
|
-
} =
|
|
159
|
+
} = _ref7;
|
|
89
160
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
90
161
|
width: size,
|
|
91
162
|
height: size,
|
|
@@ -98,9 +169,9 @@ const DirectionRotaryFirstRightFilled = /*#__PURE__*/React.forwardRef(function D
|
|
|
98
169
|
cx: "11",
|
|
99
170
|
cy: "11",
|
|
100
171
|
r: "3"
|
|
101
|
-
})),
|
|
172
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
102
173
|
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM26,26H16V24h6.5859l-8.833-8.833A4.9678,4.9678,0,0,1,12,15.8989V26H10V15.8989a5.0113,5.0113,0,1,1,5.167-2.146L24,22.5859V16h2Z"
|
|
103
|
-
})),
|
|
174
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
104
175
|
fill: "none",
|
|
105
176
|
d: "M11,14a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,11,14Zm13,2v6.5859l-8.833-8.833A4.9959,4.9959,0,1,0,10,15.8989V26h2V15.8989a4.9678,4.9678,0,0,0,1.7529-.7319L22.5859,24H16v2H26V16Z",
|
|
106
177
|
"data-icon-path": "inner-path"
|
|
@@ -109,12 +180,12 @@ const DirectionRotaryFirstRightFilled = /*#__PURE__*/React.forwardRef(function D
|
|
|
109
180
|
if (process.env.NODE_ENV !== "production") {
|
|
110
181
|
DirectionRotaryFirstRightFilled.propTypes = iconPropTypes;
|
|
111
182
|
}
|
|
112
|
-
const DirectionRotaryRight = /*#__PURE__*/React.forwardRef(function DirectionRotaryRight(
|
|
183
|
+
const DirectionRotaryRight = /*#__PURE__*/React.forwardRef(function DirectionRotaryRight(_ref8, ref) {
|
|
113
184
|
let {
|
|
114
185
|
children,
|
|
115
186
|
size = 16,
|
|
116
187
|
...rest
|
|
117
|
-
} =
|
|
188
|
+
} = _ref8;
|
|
118
189
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
119
190
|
width: size,
|
|
120
191
|
height: size,
|
|
@@ -123,19 +194,19 @@ const DirectionRotaryRight = /*#__PURE__*/React.forwardRef(function DirectionRot
|
|
|
123
194
|
viewBox: "0 0 32 32",
|
|
124
195
|
fill: "currentColor",
|
|
125
196
|
...rest
|
|
126
|
-
},
|
|
197
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
127
198
|
d: "M22,4,20.5859,5.4141,25.1719,10H16.91A5.9965,5.9965,0,1,0,10,16.91V28h2V16.91A6.0061,6.0061,0,0,0,16.91,12h8.2622l-4.586,4.5859L22,18l7-7ZM11,15a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,11,15Z"
|
|
128
199
|
})), children);
|
|
129
200
|
});
|
|
130
201
|
if (process.env.NODE_ENV !== "production") {
|
|
131
202
|
DirectionRotaryRight.propTypes = iconPropTypes;
|
|
132
203
|
}
|
|
133
|
-
const DirectionRotaryRightFilled = /*#__PURE__*/React.forwardRef(function DirectionRotaryRightFilled(
|
|
204
|
+
const DirectionRotaryRightFilled = /*#__PURE__*/React.forwardRef(function DirectionRotaryRightFilled(_ref9, ref) {
|
|
134
205
|
let {
|
|
135
206
|
children,
|
|
136
207
|
size = 16,
|
|
137
208
|
...rest
|
|
138
|
-
} =
|
|
209
|
+
} = _ref9;
|
|
139
210
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
140
211
|
width: size,
|
|
141
212
|
height: size,
|
|
@@ -148,9 +219,9 @@ const DirectionRotaryRightFilled = /*#__PURE__*/React.forwardRef(function Direct
|
|
|
148
219
|
cx: "11",
|
|
149
220
|
cy: "11",
|
|
150
221
|
r: "3"
|
|
151
|
-
})),
|
|
222
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
152
223
|
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM20,18l-1.4141-1.4141L23.1719,12h-7.273A5.0145,5.0145,0,0,1,12,15.8989V26H10V15.8989A5,5,0,1,1,15.8989,10h7.273l-4.586-4.5859L20,4l7,7Z"
|
|
153
|
-
})),
|
|
224
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
154
225
|
fill: "none",
|
|
155
226
|
d: "M20,4,18.5859,5.4141,23.1719,10h-7.273A5,5,0,1,0,10,15.8989V26h2V15.8989A5.0145,5.0145,0,0,0,15.8989,12h7.273l-4.586,4.5859L20,18l7-7ZM11,14a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,11,14Z",
|
|
156
227
|
"data-icon-path": "inner-path"
|
|
@@ -159,12 +230,12 @@ const DirectionRotaryRightFilled = /*#__PURE__*/React.forwardRef(function Direct
|
|
|
159
230
|
if (process.env.NODE_ENV !== "production") {
|
|
160
231
|
DirectionRotaryRightFilled.propTypes = iconPropTypes;
|
|
161
232
|
}
|
|
162
|
-
const DirectionRotaryStraight = /*#__PURE__*/React.forwardRef(function DirectionRotaryStraight(
|
|
233
|
+
const DirectionRotaryStraight = /*#__PURE__*/React.forwardRef(function DirectionRotaryStraight(_ref10, ref) {
|
|
163
234
|
let {
|
|
164
235
|
children,
|
|
165
236
|
size = 16,
|
|
166
237
|
...rest
|
|
167
|
-
} =
|
|
238
|
+
} = _ref10;
|
|
168
239
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
169
240
|
width: size,
|
|
170
241
|
height: size,
|
|
@@ -173,19 +244,19 @@ const DirectionRotaryStraight = /*#__PURE__*/React.forwardRef(function Direction
|
|
|
173
244
|
viewBox: "0 0 32 32",
|
|
174
245
|
fill: "currentColor",
|
|
175
246
|
...rest
|
|
176
|
-
},
|
|
247
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
177
248
|
d: "M17,12.09V5.8281l4.5859,4.586L23,9,16,2,9,9l1.4141,1.4141L15,5.8281V12.09A5.9925,5.9925,0,0,0,15,23.91V28h2V23.91A5.9925,5.9925,0,0,0,17,12.09ZM16,22a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,22Z"
|
|
178
249
|
})), children);
|
|
179
250
|
});
|
|
180
251
|
if (process.env.NODE_ENV !== "production") {
|
|
181
252
|
DirectionRotaryStraight.propTypes = iconPropTypes;
|
|
182
253
|
}
|
|
183
|
-
const DirectionRotaryStraightFilled = /*#__PURE__*/React.forwardRef(function DirectionRotaryStraightFilled(
|
|
254
|
+
const DirectionRotaryStraightFilled = /*#__PURE__*/React.forwardRef(function DirectionRotaryStraightFilled(_ref11, ref) {
|
|
184
255
|
let {
|
|
185
256
|
children,
|
|
186
257
|
size = 16,
|
|
187
258
|
...rest
|
|
188
|
-
} =
|
|
259
|
+
} = _ref11;
|
|
189
260
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
190
261
|
width: size,
|
|
191
262
|
height: size,
|
|
@@ -198,9 +269,9 @@ const DirectionRotaryStraightFilled = /*#__PURE__*/React.forwardRef(function Dir
|
|
|
198
269
|
cx: "16",
|
|
199
270
|
cy: "19",
|
|
200
271
|
r: "3"
|
|
201
|
-
})),
|
|
272
|
+
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
202
273
|
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM21.5859,12.4141,17,7.8281v6.273a5,5,0,0,1,0,9.7978V28H15V23.8989a5,5,0,0,1,0-9.7978V7.8281l-4.5859,4.586L9,11l7-7,7,7Z"
|
|
203
|
-
})),
|
|
274
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
204
275
|
fill: "none",
|
|
205
276
|
d: "M21.5859,12.4141,23,11,16,4,9,11l1.4141,1.4141L15,7.8281v6.273a5,5,0,0,0,0,9.7978V28h2V23.8989a5,5,0,0,0,0-9.7978V7.8281ZM19,19a3,3,0,1,1-3-3A3.0033,3.0033,0,0,1,19,19Z",
|
|
206
277
|
"data-icon-path": "inner-path"
|
|
@@ -209,12 +280,12 @@ const DirectionRotaryStraightFilled = /*#__PURE__*/React.forwardRef(function Dir
|
|
|
209
280
|
if (process.env.NODE_ENV !== "production") {
|
|
210
281
|
DirectionRotaryStraightFilled.propTypes = iconPropTypes;
|
|
211
282
|
}
|
|
212
|
-
const DirectionSharpTurn = /*#__PURE__*/React.forwardRef(function DirectionSharpTurn(
|
|
283
|
+
const DirectionSharpTurn = /*#__PURE__*/React.forwardRef(function DirectionSharpTurn(_ref12, ref) {
|
|
213
284
|
let {
|
|
214
285
|
children,
|
|
215
286
|
size = 16,
|
|
216
287
|
...rest
|
|
217
|
-
} =
|
|
288
|
+
} = _ref12;
|
|
218
289
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
219
290
|
width: size,
|
|
220
291
|
height: size,
|
|
@@ -223,19 +294,19 @@ const DirectionSharpTurn = /*#__PURE__*/React.forwardRef(function DirectionSharp
|
|
|
223
294
|
viewBox: "0 0 32 32",
|
|
224
295
|
fill: "currentColor",
|
|
225
296
|
...rest
|
|
226
|
-
},
|
|
297
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
227
298
|
d: "M26,18v6.5859L7.707,6.293A1,1,0,0,0,6,7V28H8V9.4141L24.5859,26H18v2H28V18Z"
|
|
228
299
|
})), children);
|
|
229
300
|
});
|
|
230
301
|
if (process.env.NODE_ENV !== "production") {
|
|
231
302
|
DirectionSharpTurn.propTypes = iconPropTypes;
|
|
232
303
|
}
|
|
233
|
-
const DirectionSharpTurnFilled = /*#__PURE__*/React.forwardRef(function DirectionSharpTurnFilled(
|
|
304
|
+
const DirectionSharpTurnFilled = /*#__PURE__*/React.forwardRef(function DirectionSharpTurnFilled(_ref13, ref) {
|
|
234
305
|
let {
|
|
235
306
|
children,
|
|
236
307
|
size = 16,
|
|
237
308
|
...rest
|
|
238
|
-
} =
|
|
309
|
+
} = _ref13;
|
|
239
310
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
240
311
|
width: size,
|
|
241
312
|
height: size,
|
|
@@ -244,9 +315,9 @@ const DirectionSharpTurnFilled = /*#__PURE__*/React.forwardRef(function Directio
|
|
|
244
315
|
viewBox: "0 0 32 32",
|
|
245
316
|
fill: "currentColor",
|
|
246
317
|
...rest
|
|
247
|
-
},
|
|
318
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
248
319
|
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM26,26H16V24h6.5859L8,9.4141V26H6V7a1,1,0,0,1,1.707-.707L24,22.5859V16h2Z"
|
|
249
|
-
})),
|
|
320
|
+
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
250
321
|
fill: "none",
|
|
251
322
|
d: "M26,26H16V24h6.5859L8,9.4141V26H6V7a1,1,0,0,1,1.707-.707L24,22.5859V16h2Z",
|
|
252
323
|
"data-icon-path": "inner-path"
|
|
@@ -255,12 +326,12 @@ const DirectionSharpTurnFilled = /*#__PURE__*/React.forwardRef(function Directio
|
|
|
255
326
|
if (process.env.NODE_ENV !== "production") {
|
|
256
327
|
DirectionSharpTurnFilled.propTypes = iconPropTypes;
|
|
257
328
|
}
|
|
258
|
-
const DirectionStraight = /*#__PURE__*/React.forwardRef(function DirectionStraight(
|
|
329
|
+
const DirectionStraight = /*#__PURE__*/React.forwardRef(function DirectionStraight(_ref14, ref) {
|
|
259
330
|
let {
|
|
260
331
|
children,
|
|
261
332
|
size = 16,
|
|
262
333
|
...rest
|
|
263
|
-
} =
|
|
334
|
+
} = _ref14;
|
|
264
335
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
265
336
|
width: size,
|
|
266
337
|
height: size,
|
|
@@ -269,19 +340,19 @@ const DirectionStraight = /*#__PURE__*/React.forwardRef(function DirectionStraig
|
|
|
269
340
|
viewBox: "0 0 32 32",
|
|
270
341
|
fill: "currentColor",
|
|
271
342
|
...rest
|
|
272
|
-
},
|
|
343
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
273
344
|
d: "M16 4L9 11 10.414 12.414 15 7.828 15 28 17 28 17 7.828 21.586 12.414 23 11 16 4z"
|
|
274
345
|
})), children);
|
|
275
346
|
});
|
|
276
347
|
if (process.env.NODE_ENV !== "production") {
|
|
277
348
|
DirectionStraight.propTypes = iconPropTypes;
|
|
278
349
|
}
|
|
279
|
-
const DirectionStraightFilled = /*#__PURE__*/React.forwardRef(function DirectionStraightFilled(
|
|
350
|
+
const DirectionStraightFilled = /*#__PURE__*/React.forwardRef(function DirectionStraightFilled(_ref15, ref) {
|
|
280
351
|
let {
|
|
281
352
|
children,
|
|
282
353
|
size = 16,
|
|
283
354
|
...rest
|
|
284
|
-
} =
|
|
355
|
+
} = _ref15;
|
|
285
356
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
286
357
|
width: size,
|
|
287
358
|
height: size,
|
|
@@ -290,9 +361,9 @@ const DirectionStraightFilled = /*#__PURE__*/React.forwardRef(function Direction
|
|
|
290
361
|
viewBox: "0 0 32 32",
|
|
291
362
|
fill: "currentColor",
|
|
292
363
|
...rest
|
|
293
|
-
},
|
|
364
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
294
365
|
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM21.5859,13.4141,17,8.8281V26H15V8.8281l-4.5859,4.586L9,12l7-7,7,7Z"
|
|
295
|
-
})),
|
|
366
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
296
367
|
fill: "none",
|
|
297
368
|
d: "M21.5859,13.4141,17,8.8281V26H15V8.8281l-4.5859,4.586L9,12l7-7,7,7Z",
|
|
298
369
|
"data-icon-path": "inner-path"
|
|
@@ -301,12 +372,12 @@ const DirectionStraightFilled = /*#__PURE__*/React.forwardRef(function Direction
|
|
|
301
372
|
if (process.env.NODE_ENV !== "production") {
|
|
302
373
|
DirectionStraightFilled.propTypes = iconPropTypes;
|
|
303
374
|
}
|
|
304
|
-
const DirectionStraightRight = /*#__PURE__*/React.forwardRef(function DirectionStraightRight(
|
|
375
|
+
const DirectionStraightRight = /*#__PURE__*/React.forwardRef(function DirectionStraightRight(_ref16, ref) {
|
|
305
376
|
let {
|
|
306
377
|
children,
|
|
307
378
|
size = 16,
|
|
308
379
|
...rest
|
|
309
|
-
} =
|
|
380
|
+
} = _ref16;
|
|
310
381
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
311
382
|
width: size,
|
|
312
383
|
height: size,
|
|
@@ -315,19 +386,19 @@ const DirectionStraightRight = /*#__PURE__*/React.forwardRef(function DirectionS
|
|
|
315
386
|
viewBox: "0 0 32 32",
|
|
316
387
|
fill: "currentColor",
|
|
317
388
|
...rest
|
|
318
|
-
},
|
|
389
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
319
390
|
d: "M28 16L21 9 19.586 10.414 24.172 15 4 15 4 17 24.172 17 19.586 21.586 21 23 28 16z"
|
|
320
391
|
})), children);
|
|
321
392
|
});
|
|
322
393
|
if (process.env.NODE_ENV !== "production") {
|
|
323
394
|
DirectionStraightRight.propTypes = iconPropTypes;
|
|
324
395
|
}
|
|
325
|
-
const DirectionStraightRightFilled = /*#__PURE__*/React.forwardRef(function DirectionStraightRightFilled(
|
|
396
|
+
const DirectionStraightRightFilled = /*#__PURE__*/React.forwardRef(function DirectionStraightRightFilled(_ref17, ref) {
|
|
326
397
|
let {
|
|
327
398
|
children,
|
|
328
399
|
size = 16,
|
|
329
400
|
...rest
|
|
330
|
-
} =
|
|
401
|
+
} = _ref17;
|
|
331
402
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
332
403
|
width: size,
|
|
333
404
|
height: size,
|
|
@@ -336,9 +407,9 @@ const DirectionStraightRightFilled = /*#__PURE__*/React.forwardRef(function Dire
|
|
|
336
407
|
viewBox: "0 0 32 32",
|
|
337
408
|
fill: "currentColor",
|
|
338
409
|
...rest
|
|
339
|
-
},
|
|
410
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
340
411
|
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM20,23l-1.4141-1.4141L23.1719,17H6V15H23.1719l-4.586-4.5859L20,9l7,7Z"
|
|
341
|
-
})),
|
|
412
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
342
413
|
fill: "none",
|
|
343
414
|
d: "M20,23l-1.4141-1.4141L23.1719,17H6V15H23.1719l-4.586-4.5859L20,9l7,7Z",
|
|
344
415
|
"data-icon-path": "inner-path"
|
|
@@ -347,12 +418,12 @@ const DirectionStraightRightFilled = /*#__PURE__*/React.forwardRef(function Dire
|
|
|
347
418
|
if (process.env.NODE_ENV !== "production") {
|
|
348
419
|
DirectionStraightRightFilled.propTypes = iconPropTypes;
|
|
349
420
|
}
|
|
350
|
-
const DirectionUTurn = /*#__PURE__*/React.forwardRef(function DirectionUTurn(
|
|
421
|
+
const DirectionUTurn = /*#__PURE__*/React.forwardRef(function DirectionUTurn(_ref18, ref) {
|
|
351
422
|
let {
|
|
352
423
|
children,
|
|
353
424
|
size = 16,
|
|
354
425
|
...rest
|
|
355
|
-
} =
|
|
426
|
+
} = _ref18;
|
|
356
427
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
357
428
|
width: size,
|
|
358
429
|
height: size,
|
|
@@ -361,19 +432,19 @@ const DirectionUTurn = /*#__PURE__*/React.forwardRef(function DirectionUTurn(_re
|
|
|
361
432
|
viewBox: "0 0 32 32",
|
|
362
433
|
fill: "currentColor",
|
|
363
434
|
...rest
|
|
364
|
-
},
|
|
435
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
365
436
|
d: "M26.5859,19.5859,22,24.1719V12A8,8,0,0,0,6,12V28H8V12a6,6,0,0,1,12,0V24.1719l-4.5859-4.586L14,21l7,7,7-7Z"
|
|
366
437
|
})), children);
|
|
367
438
|
});
|
|
368
439
|
if (process.env.NODE_ENV !== "production") {
|
|
369
440
|
DirectionUTurn.propTypes = iconPropTypes;
|
|
370
441
|
}
|
|
371
|
-
const DirectionUTurnFilled = /*#__PURE__*/React.forwardRef(function DirectionUTurnFilled(
|
|
442
|
+
const DirectionUTurnFilled = /*#__PURE__*/React.forwardRef(function DirectionUTurnFilled(_ref19, ref) {
|
|
372
443
|
let {
|
|
373
444
|
children,
|
|
374
445
|
size = 16,
|
|
375
446
|
...rest
|
|
376
|
-
} =
|
|
447
|
+
} = _ref19;
|
|
377
448
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
378
449
|
width: size,
|
|
379
450
|
height: size,
|
|
@@ -382,23 +453,23 @@ const DirectionUTurnFilled = /*#__PURE__*/React.forwardRef(function DirectionUTu
|
|
|
382
453
|
viewBox: "0 0 32 32",
|
|
383
454
|
fill: "currentColor",
|
|
384
455
|
...rest
|
|
385
|
-
},
|
|
456
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
386
457
|
fill: "none",
|
|
387
458
|
d: "M26.5859,17.5859,22,22.1719V14A8,8,0,0,0,6,14V26H8V14a6,6,0,0,1,12,0v8.1719l-4.5859-4.586L14,19l7,7,7-7Z",
|
|
388
459
|
"data-icon-path": "inner-path"
|
|
389
|
-
})),
|
|
460
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
390
461
|
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM21,26l-7-7,1.4141-1.4141L20,22.1719V14A6,6,0,0,0,8,14V26H6V14a8,8,0,0,1,16,0v8.1719l4.5859-4.586L28,19Z"
|
|
391
462
|
})), children);
|
|
392
463
|
});
|
|
393
464
|
if (process.env.NODE_ENV !== "production") {
|
|
394
465
|
DirectionUTurnFilled.propTypes = iconPropTypes;
|
|
395
466
|
}
|
|
396
|
-
const DirectoryDomain = /*#__PURE__*/React.forwardRef(function DirectoryDomain(
|
|
467
|
+
const DirectoryDomain = /*#__PURE__*/React.forwardRef(function DirectoryDomain(_ref20, ref) {
|
|
397
468
|
let {
|
|
398
469
|
children,
|
|
399
470
|
size = 16,
|
|
400
471
|
...rest
|
|
401
|
-
} =
|
|
472
|
+
} = _ref20;
|
|
402
473
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
403
474
|
width: size,
|
|
404
475
|
height: size,
|
|
@@ -407,19 +478,19 @@ const DirectoryDomain = /*#__PURE__*/React.forwardRef(function DirectoryDomain(_
|
|
|
407
478
|
viewBox: "0 0 32 32",
|
|
408
479
|
fill: "currentColor",
|
|
409
480
|
...rest
|
|
410
|
-
},
|
|
481
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
411
482
|
d: "M28,26H18.8157A2.9959,2.9959,0,0,0,17,24.1841V19h7a2.0025,2.0025,0,0,0,2-2V4a2.0025,2.0025,0,0,0-2-2H8A2.0025,2.0025,0,0,0,6,4V17a2.0025,2.0025,0,0,0,2,2h7v5.1841A2.9959,2.9959,0,0,0,13.1843,26H4v2h9.1843a2.982,2.982,0,0,0,5.6314,0H28ZM24,12H8V9H24Zm0-8V7H8V4ZM8,14H24v3H8Zm8,14a1,1,0,1,1,1-1A1.0008,1.0008,0,0,1,16,28Z"
|
|
412
483
|
})), children);
|
|
413
484
|
});
|
|
414
485
|
if (process.env.NODE_ENV !== "production") {
|
|
415
486
|
DirectoryDomain.propTypes = iconPropTypes;
|
|
416
487
|
}
|
|
417
|
-
const DistributeHorizontalCenter = /*#__PURE__*/React.forwardRef(function DistributeHorizontalCenter(
|
|
488
|
+
const DistributeHorizontalCenter = /*#__PURE__*/React.forwardRef(function DistributeHorizontalCenter(_ref21, ref) {
|
|
418
489
|
let {
|
|
419
490
|
children,
|
|
420
491
|
size = 16,
|
|
421
492
|
...rest
|
|
422
|
-
} =
|
|
493
|
+
} = _ref21;
|
|
423
494
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
424
495
|
width: size,
|
|
425
496
|
height: size,
|
|
@@ -428,19 +499,19 @@ const DistributeHorizontalCenter = /*#__PURE__*/React.forwardRef(function Distri
|
|
|
428
499
|
viewBox: "0 0 32 32",
|
|
429
500
|
fill: "currentColor",
|
|
430
501
|
...rest
|
|
431
|
-
},
|
|
502
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
432
503
|
d: "M24 10H23V2H21v8H20a2.0023 2.0023 0 00-2 2v8a2.0023 2.0023 0 002 2h1v8h2V22h1a2.0023 2.0023 0 002-2V12A2.0023 2.0023 0 0024 10zm0 10H20V12h4zM12 6H11V2H9V6H8A2.0023 2.0023 0 006 8V24a2.0023 2.0023 0 002 2H9v4h2V26h1a2.0023 2.0023 0 002-2V8A2.0023 2.0023 0 0012 6zm0 18H8V8h4z"
|
|
433
504
|
})), children);
|
|
434
505
|
});
|
|
435
506
|
if (process.env.NODE_ENV !== "production") {
|
|
436
507
|
DistributeHorizontalCenter.propTypes = iconPropTypes;
|
|
437
508
|
}
|
|
438
|
-
const DistributeHorizontalLeft = /*#__PURE__*/React.forwardRef(function DistributeHorizontalLeft(
|
|
509
|
+
const DistributeHorizontalLeft = /*#__PURE__*/React.forwardRef(function DistributeHorizontalLeft(_ref22, ref) {
|
|
439
510
|
let {
|
|
440
511
|
children,
|
|
441
512
|
size = 16,
|
|
442
513
|
...rest
|
|
443
|
-
} =
|
|
514
|
+
} = _ref22;
|
|
444
515
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
445
516
|
width: size,
|
|
446
517
|
height: size,
|
|
@@ -449,19 +520,19 @@ const DistributeHorizontalLeft = /*#__PURE__*/React.forwardRef(function Distribu
|
|
|
449
520
|
viewBox: "0 0 32 32",
|
|
450
521
|
fill: "currentColor",
|
|
451
522
|
...rest
|
|
452
|
-
},
|
|
523
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
453
524
|
d: "M28 22H24a2.0021 2.0021 0 01-2-2V12a2.0021 2.0021 0 012-2h4a2.0021 2.0021 0 012 2v8A2.0021 2.0021 0 0128 22zM24 12v8h4V12zM18 2H20V30H18zM12 26H8a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 018 6h4a2.0021 2.0021 0 012 2V24A2.0021 2.0021 0 0112 26zM8 8V24h4V8zM2 2H4V30H2z"
|
|
454
525
|
})), children);
|
|
455
526
|
});
|
|
456
527
|
if (process.env.NODE_ENV !== "production") {
|
|
457
528
|
DistributeHorizontalLeft.propTypes = iconPropTypes;
|
|
458
529
|
}
|
|
459
|
-
const DistributeHorizontalRight = /*#__PURE__*/React.forwardRef(function DistributeHorizontalRight(
|
|
530
|
+
const DistributeHorizontalRight = /*#__PURE__*/React.forwardRef(function DistributeHorizontalRight(_ref23, ref) {
|
|
460
531
|
let {
|
|
461
532
|
children,
|
|
462
533
|
size = 16,
|
|
463
534
|
...rest
|
|
464
|
-
} =
|
|
535
|
+
} = _ref23;
|
|
465
536
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
466
537
|
width: size,
|
|
467
538
|
height: size,
|
|
@@ -470,19 +541,19 @@ const DistributeHorizontalRight = /*#__PURE__*/React.forwardRef(function Distrib
|
|
|
470
541
|
viewBox: "0 0 32 32",
|
|
471
542
|
fill: "currentColor",
|
|
472
543
|
...rest
|
|
473
|
-
},
|
|
544
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
474
545
|
d: "M28 2H30V30H28zM24 22H20a2.0021 2.0021 0 01-2-2V12a2.0021 2.0021 0 012-2h4a2.0021 2.0021 0 012 2v8A2.0021 2.0021 0 0124 22zM20 12h-.0015L20 20h4V12zM12 2H14V30H12zM8 26H4a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 014 6H8a2.0021 2.0021 0 012 2V24A2.0021 2.0021 0 018 26zM4 8H3.9985L4 24H8V8z"
|
|
475
546
|
})), children);
|
|
476
547
|
});
|
|
477
548
|
if (process.env.NODE_ENV !== "production") {
|
|
478
549
|
DistributeHorizontalRight.propTypes = iconPropTypes;
|
|
479
550
|
}
|
|
480
|
-
const DistributeVerticalBottom = /*#__PURE__*/React.forwardRef(function DistributeVerticalBottom(
|
|
551
|
+
const DistributeVerticalBottom = /*#__PURE__*/React.forwardRef(function DistributeVerticalBottom(_ref24, ref) {
|
|
481
552
|
let {
|
|
482
553
|
children,
|
|
483
554
|
size = 16,
|
|
484
555
|
...rest
|
|
485
|
-
} =
|
|
556
|
+
} = _ref24;
|
|
486
557
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
487
558
|
width: size,
|
|
488
559
|
height: size,
|
|
@@ -491,19 +562,19 @@ const DistributeVerticalBottom = /*#__PURE__*/React.forwardRef(function Distribu
|
|
|
491
562
|
viewBox: "0 0 32 32",
|
|
492
563
|
fill: "currentColor",
|
|
493
564
|
...rest
|
|
494
|
-
},
|
|
565
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
495
566
|
d: "M2 28H30V30H2zM24 26H8a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0124 26zm0-6.0012L8 20v4H24zM2 12H30V14H2zM20 10H12a2.0021 2.0021 0 01-2-2V4a2.0021 2.0021 0 012-2h8a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0120 10zm0-6.0012L12 4V8h8z"
|
|
496
567
|
})), children);
|
|
497
568
|
});
|
|
498
569
|
if (process.env.NODE_ENV !== "production") {
|
|
499
570
|
DistributeVerticalBottom.propTypes = iconPropTypes;
|
|
500
571
|
}
|
|
501
|
-
const DistributeVerticalCenter = /*#__PURE__*/React.forwardRef(function DistributeVerticalCenter(
|
|
572
|
+
const DistributeVerticalCenter = /*#__PURE__*/React.forwardRef(function DistributeVerticalCenter(_ref25, ref) {
|
|
502
573
|
let {
|
|
503
574
|
children,
|
|
504
575
|
size = 16,
|
|
505
576
|
...rest
|
|
506
|
-
} =
|
|
577
|
+
} = _ref25;
|
|
507
578
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
508
579
|
width: size,
|
|
509
580
|
height: size,
|
|
@@ -512,19 +583,19 @@ const DistributeVerticalCenter = /*#__PURE__*/React.forwardRef(function Distribu
|
|
|
512
583
|
viewBox: "0 0 32 32",
|
|
513
584
|
fill: "currentColor",
|
|
514
585
|
...rest
|
|
515
|
-
},
|
|
586
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
516
587
|
d: "M30 21H26V20a2.0023 2.0023 0 00-2-2H8a2.0023 2.0023 0 00-2 2v1H2v2H6v1a2.0023 2.0023 0 002 2H24a2.0023 2.0023 0 002-2V23h4zm-6 3H8V20l16-.001zM30 9H22V8a2.0023 2.0023 0 00-2-2H12a2.0023 2.0023 0 00-2 2V9H2v2h8v1a2.0023 2.0023 0 002 2h8a2.0023 2.0023 0 002-2V11h8zM20 12H12V8l8-.001z"
|
|
517
588
|
})), children);
|
|
518
589
|
});
|
|
519
590
|
if (process.env.NODE_ENV !== "production") {
|
|
520
591
|
DistributeVerticalCenter.propTypes = iconPropTypes;
|
|
521
592
|
}
|
|
522
|
-
const DistributeVerticalTop = /*#__PURE__*/React.forwardRef(function DistributeVerticalTop(
|
|
593
|
+
const DistributeVerticalTop = /*#__PURE__*/React.forwardRef(function DistributeVerticalTop(_ref26, ref) {
|
|
523
594
|
let {
|
|
524
595
|
children,
|
|
525
596
|
size = 16,
|
|
526
597
|
...rest
|
|
527
|
-
} =
|
|
598
|
+
} = _ref26;
|
|
528
599
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
529
600
|
width: size,
|
|
530
601
|
height: size,
|
|
@@ -533,19 +604,19 @@ const DistributeVerticalTop = /*#__PURE__*/React.forwardRef(function DistributeV
|
|
|
533
604
|
viewBox: "0 0 32 32",
|
|
534
605
|
fill: "currentColor",
|
|
535
606
|
...rest
|
|
536
|
-
},
|
|
607
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
537
608
|
d: "M24 30H8a2.0021 2.0021 0 01-2-2V24a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0124 30zM8 24v4H24V24zM2 18H30V20H2zM20 14H12a2.0021 2.0021 0 01-2-2V8a2.0021 2.0021 0 012-2h8a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0120 14zM12 8v4h8V8zM2 2H30V4H2z"
|
|
538
609
|
})), children);
|
|
539
610
|
});
|
|
540
611
|
if (process.env.NODE_ENV !== "production") {
|
|
541
612
|
DistributeVerticalTop.propTypes = iconPropTypes;
|
|
542
613
|
}
|
|
543
|
-
const WatsonHealthDna = /*#__PURE__*/React.forwardRef(function WatsonHealthDna(
|
|
614
|
+
const WatsonHealthDna = /*#__PURE__*/React.forwardRef(function WatsonHealthDna(_ref27, ref) {
|
|
544
615
|
let {
|
|
545
616
|
children,
|
|
546
617
|
size = 16,
|
|
547
618
|
...rest
|
|
548
|
-
} =
|
|
619
|
+
} = _ref27;
|
|
549
620
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
550
621
|
width: size,
|
|
551
622
|
height: size,
|
|
@@ -554,19 +625,19 @@ const WatsonHealthDna = /*#__PURE__*/React.forwardRef(function WatsonHealthDna(_
|
|
|
554
625
|
viewBox: "0 0 32 32",
|
|
555
626
|
fill: "currentColor",
|
|
556
627
|
...rest
|
|
557
|
-
},
|
|
628
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
558
629
|
d: "M22,2V1H20V2a7.04,7.04,0,0,1-.08,1H12.08A7.04,7.04,0,0,1,12,2V1H10V2c0,3.7549,1.9707,5.6035,4.1008,7C11.9707,10.3965,10,12.2451,10,16s1.9707,5.6035,4.1008,7C11.9707,24.3965,10,26.2451,10,30v1h2V30a7.04,7.04,0,0,1,.08-1H19.92A7.04,7.04,0,0,1,20,30v1h2V30c0-3.7549-1.9707-5.6035-4.1008-7C20.0293,21.6035,22,19.7549,22,16s-1.9707-5.6035-4.1008-7C20.0293,7.6035,22,5.7549,22,2ZM20,16a7.04,7.04,0,0,1-.08,1H12.08a6.3212,6.3212,0,0,1,0-2H19.92A7.04,7.04,0,0,1,20,16Zm-.7559,11H12.7559A8.9078,8.9078,0,0,1,16,24.17,8.9078,8.9078,0,0,1,19.2441,27ZM16,21.83A8.9078,8.9078,0,0,1,12.7559,19h6.4882A8.9078,8.9078,0,0,1,16,21.83ZM19.2441,13H12.7559A8.9078,8.9078,0,0,1,16,10.17,8.9078,8.9078,0,0,1,19.2441,13ZM16,7.83A8.9078,8.9078,0,0,1,12.7559,5h6.4882A8.9078,8.9078,0,0,1,16,7.83Z"
|
|
559
630
|
})), children);
|
|
560
631
|
});
|
|
561
632
|
if (process.env.NODE_ENV !== "production") {
|
|
562
633
|
WatsonHealthDna.propTypes = iconPropTypes;
|
|
563
634
|
}
|
|
564
|
-
const DnsServices = /*#__PURE__*/React.forwardRef(function DnsServices(
|
|
635
|
+
const DnsServices = /*#__PURE__*/React.forwardRef(function DnsServices(_ref28, ref) {
|
|
565
636
|
let {
|
|
566
637
|
children,
|
|
567
638
|
size = 16,
|
|
568
639
|
...rest
|
|
569
|
-
} =
|
|
640
|
+
} = _ref28;
|
|
570
641
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
571
642
|
width: size,
|
|
572
643
|
height: size,
|
|
@@ -575,21 +646,21 @@ const DnsServices = /*#__PURE__*/React.forwardRef(function DnsServices(_ref25, r
|
|
|
575
646
|
viewBox: "0 0 32 32",
|
|
576
647
|
fill: "currentColor",
|
|
577
648
|
...rest
|
|
578
|
-
},
|
|
649
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
579
650
|
d: "M20 20H30V22H20zM20 24H26V26H20z"
|
|
580
|
-
})),
|
|
651
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
581
652
|
d: "M30,17V16A13.9871,13.9871,0,1,0,19.23,29.625l-.46-1.9463A12.0419,12.0419,0,0,1,16,28c-.19,0-.375-.0186-.563-.0273A20.3044,20.3044,0,0,1,12.0259,17Zm-2.0415-2H21.9751A24.2838,24.2838,0,0,0,19.2014,4.4414,12.0228,12.0228,0,0,1,27.9585,15ZM16.563,4.0273A20.3044,20.3044,0,0,1,19.9741,15H12.0259A20.3044,20.3044,0,0,1,15.437,4.0273C15.625,4.0186,15.81,4,16,4S16.375,4.0186,16.563,4.0273Zm-3.7644.4141A24.2838,24.2838,0,0,0,10.0249,15H4.0415A12.0228,12.0228,0,0,1,12.7986,4.4414Zm0,23.1172A12.0228,12.0228,0,0,1,4.0415,17h5.9834A24.2838,24.2838,0,0,0,12.7986,27.5586Z"
|
|
582
653
|
})), children);
|
|
583
654
|
});
|
|
584
655
|
if (process.env.NODE_ENV !== "production") {
|
|
585
656
|
DnsServices.propTypes = iconPropTypes;
|
|
586
657
|
}
|
|
587
|
-
const Doc = /*#__PURE__*/React.forwardRef(function Doc(
|
|
658
|
+
const Doc = /*#__PURE__*/React.forwardRef(function Doc(_ref29, ref) {
|
|
588
659
|
let {
|
|
589
660
|
children,
|
|
590
661
|
size = 16,
|
|
591
662
|
...rest
|
|
592
|
-
} =
|
|
663
|
+
} = _ref29;
|
|
593
664
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
594
665
|
width: size,
|
|
595
666
|
height: size,
|
|
@@ -598,19 +669,19 @@ const Doc = /*#__PURE__*/React.forwardRef(function Doc(_ref26, ref) {
|
|
|
598
669
|
viewBox: "0 0 32 32",
|
|
599
670
|
fill: "currentColor",
|
|
600
671
|
...rest
|
|
601
|
-
},
|
|
672
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
602
673
|
d: "M30 23H24a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h6v2H24V21h6zM18 23H14a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h4a2.002 2.002 0 012 2V21A2.0023 2.0023 0 0118 23zM14 11V21h4V11zM6 23H2V9H6a4.0045 4.0045 0 014 4v6A4.0045 4.0045 0 016 23zM4 21H6a2.002 2.002 0 002-2V13a2.002 2.002 0 00-2-2H4z"
|
|
603
674
|
})), children);
|
|
604
675
|
});
|
|
605
676
|
if (process.env.NODE_ENV !== "production") {
|
|
606
677
|
Doc.propTypes = iconPropTypes;
|
|
607
678
|
}
|
|
608
|
-
const Document = /*#__PURE__*/React.forwardRef(function Document(
|
|
679
|
+
const Document = /*#__PURE__*/React.forwardRef(function Document(_ref30, ref) {
|
|
609
680
|
let {
|
|
610
681
|
children,
|
|
611
682
|
size = 16,
|
|
612
683
|
...rest
|
|
613
|
-
} =
|
|
684
|
+
} = _ref30;
|
|
614
685
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
615
686
|
width: size,
|
|
616
687
|
height: size,
|
|
@@ -619,21 +690,21 @@ const Document = /*#__PURE__*/React.forwardRef(function Document(_ref27, ref) {
|
|
|
619
690
|
viewBox: "0 0 32 32",
|
|
620
691
|
fill: "currentColor",
|
|
621
692
|
...rest
|
|
622
|
-
},
|
|
693
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
623
694
|
d: "M25.7,9.3l-7-7C18.5,2.1,18.3,2,18,2H8C6.9,2,6,2.9,6,4v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10C26,9.7,25.9,9.5,25.7,9.3 z M18,4.4l5.6,5.6H18V4.4z M24,28H8V4h8v6c0,1.1,0.9,2,2,2h6V28z"
|
|
624
|
-
})),
|
|
695
|
+
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
625
696
|
d: "M10 22H22V24H10zM10 16H22V18H10z"
|
|
626
697
|
})), children);
|
|
627
698
|
});
|
|
628
699
|
if (process.env.NODE_ENV !== "production") {
|
|
629
700
|
Document.propTypes = iconPropTypes;
|
|
630
701
|
}
|
|
631
|
-
const DocumentAdd = /*#__PURE__*/React.forwardRef(function DocumentAdd(
|
|
702
|
+
const DocumentAdd = /*#__PURE__*/React.forwardRef(function DocumentAdd(_ref31, ref) {
|
|
632
703
|
let {
|
|
633
704
|
children,
|
|
634
705
|
size = 16,
|
|
635
706
|
...rest
|
|
636
|
-
} =
|
|
707
|
+
} = _ref31;
|
|
637
708
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
638
709
|
width: size,
|
|
639
710
|
height: size,
|
|
@@ -642,21 +713,21 @@ const DocumentAdd = /*#__PURE__*/React.forwardRef(function DocumentAdd(_ref28, r
|
|
|
642
713
|
viewBox: "0 0 32 32",
|
|
643
714
|
fill: "currentColor",
|
|
644
715
|
...rest
|
|
645
|
-
},
|
|
716
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
646
717
|
d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26 30 24z"
|
|
647
|
-
})),
|
|
718
|
+
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
648
719
|
d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v4h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z"
|
|
649
720
|
})), children);
|
|
650
721
|
});
|
|
651
722
|
if (process.env.NODE_ENV !== "production") {
|
|
652
723
|
DocumentAdd.propTypes = iconPropTypes;
|
|
653
724
|
}
|
|
654
|
-
const DocumentAttachment = /*#__PURE__*/React.forwardRef(function DocumentAttachment(
|
|
725
|
+
const DocumentAttachment = /*#__PURE__*/React.forwardRef(function DocumentAttachment(_ref32, ref) {
|
|
655
726
|
let {
|
|
656
727
|
children,
|
|
657
728
|
size = 16,
|
|
658
729
|
...rest
|
|
659
|
-
} =
|
|
730
|
+
} = _ref32;
|
|
660
731
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
661
732
|
width: size,
|
|
662
733
|
height: size,
|
|
@@ -665,21 +736,21 @@ const DocumentAttachment = /*#__PURE__*/React.forwardRef(function DocumentAttach
|
|
|
665
736
|
viewBox: "0 0 32 32",
|
|
666
737
|
fill: "currentColor",
|
|
667
738
|
...rest
|
|
668
|
-
},
|
|
739
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
669
740
|
d: "M26,30H11a2.0023,2.0023,0,0,1-2-2V22h2v6H26V6H17V4h9a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30Z"
|
|
670
|
-
})),
|
|
741
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
671
742
|
d: "M17 10H24V12H17zM16 15H24V17H16zM15 20H24V22H15zM9 19a5.0055 5.0055 0 01-5-5V3H6V14a3 3 0 006 0V5a1 1 0 00-2 0V15H8V5a3 3 0 016 0v9A5.0055 5.0055 0 019 19z"
|
|
672
743
|
})), children);
|
|
673
744
|
});
|
|
674
745
|
if (process.env.NODE_ENV !== "production") {
|
|
675
746
|
DocumentAttachment.propTypes = iconPropTypes;
|
|
676
747
|
}
|
|
677
|
-
const DocumentAudio = /*#__PURE__*/React.forwardRef(function DocumentAudio(
|
|
748
|
+
const DocumentAudio = /*#__PURE__*/React.forwardRef(function DocumentAudio(_ref33, ref) {
|
|
678
749
|
let {
|
|
679
750
|
children,
|
|
680
751
|
size = 16,
|
|
681
752
|
...rest
|
|
682
|
-
} =
|
|
753
|
+
} = _ref33;
|
|
683
754
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
684
755
|
width: size,
|
|
685
756
|
height: size,
|
|
@@ -688,21 +759,21 @@ const DocumentAudio = /*#__PURE__*/React.forwardRef(function DocumentAudio(_ref3
|
|
|
688
759
|
viewBox: "0 0 32 32",
|
|
689
760
|
fill: "currentColor",
|
|
690
761
|
...rest
|
|
691
|
-
},
|
|
762
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
692
763
|
d: "M29,31a.9987.9987,0,0,1-.6245-.2192L23.6494,27H20a1,1,0,0,1-1-1V21a1,1,0,0,1,1-1h3.6494l4.7261-3.7808A1,1,0,0,1,30,17V30a1,1,0,0,1-1,1Zm-8-6h3a1,1,0,0,1,.6245.2192L28,27.9194V19.0806l-3.3755,2.7A1,1,0,0,1,24,22H21Z"
|
|
693
|
-
})),
|
|
764
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
694
765
|
d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3l2,0V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z"
|
|
695
766
|
})), children);
|
|
696
767
|
});
|
|
697
768
|
if (process.env.NODE_ENV !== "production") {
|
|
698
769
|
DocumentAudio.propTypes = iconPropTypes;
|
|
699
770
|
}
|
|
700
|
-
const DocumentBlank = /*#__PURE__*/React.forwardRef(function DocumentBlank(
|
|
771
|
+
const DocumentBlank = /*#__PURE__*/React.forwardRef(function DocumentBlank(_ref34, ref) {
|
|
701
772
|
let {
|
|
702
773
|
children,
|
|
703
774
|
size = 16,
|
|
704
775
|
...rest
|
|
705
|
-
} =
|
|
776
|
+
} = _ref34;
|
|
706
777
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
707
778
|
width: size,
|
|
708
779
|
height: size,
|
|
@@ -711,19 +782,19 @@ const DocumentBlank = /*#__PURE__*/React.forwardRef(function DocumentBlank(_ref3
|
|
|
711
782
|
viewBox: "0 0 32 32",
|
|
712
783
|
fill: "currentColor",
|
|
713
784
|
...rest
|
|
714
|
-
},
|
|
785
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
715
786
|
d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z"
|
|
716
787
|
})), children);
|
|
717
788
|
});
|
|
718
789
|
if (process.env.NODE_ENV !== "production") {
|
|
719
790
|
DocumentBlank.propTypes = iconPropTypes;
|
|
720
791
|
}
|
|
721
|
-
const DocumentDownload = /*#__PURE__*/React.forwardRef(function DocumentDownload(
|
|
792
|
+
const DocumentDownload = /*#__PURE__*/React.forwardRef(function DocumentDownload(_ref35, ref) {
|
|
722
793
|
let {
|
|
723
794
|
children,
|
|
724
795
|
size = 16,
|
|
725
796
|
...rest
|
|
726
|
-
} =
|
|
797
|
+
} = _ref35;
|
|
727
798
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
728
799
|
width: size,
|
|
729
800
|
height: size,
|
|
@@ -732,21 +803,21 @@ const DocumentDownload = /*#__PURE__*/React.forwardRef(function DocumentDownload
|
|
|
732
803
|
viewBox: "0 0 32 32",
|
|
733
804
|
fill: "currentColor",
|
|
734
805
|
...rest
|
|
735
|
-
},
|
|
806
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
736
807
|
d: "M30 25L28.586 23.586 26 26.172 26 18 24 18 24 26.172 21.414 23.586 20 25 25 30 30 25z"
|
|
737
|
-
})),
|
|
808
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
738
809
|
d: "M18,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3l2,0V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2H18ZM18,4.4,23.6,10H18Z"
|
|
739
810
|
})), children);
|
|
740
811
|
});
|
|
741
812
|
if (process.env.NODE_ENV !== "production") {
|
|
742
813
|
DocumentDownload.propTypes = iconPropTypes;
|
|
743
814
|
}
|
|
744
|
-
const DocumentEpdf = /*#__PURE__*/React.forwardRef(function DocumentEpdf(
|
|
815
|
+
const DocumentEpdf = /*#__PURE__*/React.forwardRef(function DocumentEpdf(_ref36, ref) {
|
|
745
816
|
let {
|
|
746
817
|
children,
|
|
747
818
|
size = 16,
|
|
748
819
|
...rest
|
|
749
|
-
} =
|
|
820
|
+
} = _ref36;
|
|
750
821
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
751
822
|
width: size,
|
|
752
823
|
height: size,
|
|
@@ -755,21 +826,21 @@ const DocumentEpdf = /*#__PURE__*/React.forwardRef(function DocumentEpdf(_ref33,
|
|
|
755
826
|
viewBox: "0 0 32 32",
|
|
756
827
|
fill: "currentColor",
|
|
757
828
|
...rest
|
|
758
|
-
},
|
|
829
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
759
830
|
d: "M28,26V22a2.0023,2.0023,0,0,0-2-2H22a2.0023,2.0023,0,0,0-2,2v6a2.0077,2.0077,0,0,0,2,2h5V28H22V26Zm-6-4h4v2H22Z"
|
|
760
|
-
})),
|
|
831
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
761
832
|
d: "M25.707,9.293l-7-7A1,1,0,0,0,18,2H8A2.002,2.002,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2h8V28H8V4h8v6a2.002,2.002,0,0,0,2,2h6v4h2V10A1,1,0,0,0,25.707,9.293ZM18,4.4141,23.5859,10H18Z"
|
|
762
833
|
})), children);
|
|
763
834
|
});
|
|
764
835
|
if (process.env.NODE_ENV !== "production") {
|
|
765
836
|
DocumentEpdf.propTypes = iconPropTypes;
|
|
766
837
|
}
|
|
767
|
-
const DocumentExport = /*#__PURE__*/React.forwardRef(function DocumentExport(
|
|
838
|
+
const DocumentExport = /*#__PURE__*/React.forwardRef(function DocumentExport(_ref37, ref) {
|
|
768
839
|
let {
|
|
769
840
|
children,
|
|
770
841
|
size = 16,
|
|
771
842
|
...rest
|
|
772
|
-
} =
|
|
843
|
+
} = _ref37;
|
|
773
844
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
774
845
|
width: size,
|
|
775
846
|
height: size,
|
|
@@ -778,21 +849,21 @@ const DocumentExport = /*#__PURE__*/React.forwardRef(function DocumentExport(_re
|
|
|
778
849
|
viewBox: "0 0 32 32",
|
|
779
850
|
fill: "currentColor",
|
|
780
851
|
...rest
|
|
781
|
-
},
|
|
852
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
782
853
|
d: "M13 21L26.17 21 23.59 23.59 25 25 30 20 25 15 23.59 16.41 26.17 19 13 19 13 21z"
|
|
783
|
-
})),
|
|
854
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
784
855
|
d: "M22,14V10a1,1,0,0,0-.29-.71l-7-7A1,1,0,0,0,14,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V26H20v2H4V4h8v6a2,2,0,0,0,2,2h6v2Zm-8-4V4.41L19.59,10Z"
|
|
785
856
|
})), children);
|
|
786
857
|
});
|
|
787
858
|
if (process.env.NODE_ENV !== "production") {
|
|
788
859
|
DocumentExport.propTypes = iconPropTypes;
|
|
789
860
|
}
|
|
790
|
-
const DocumentHorizontal = /*#__PURE__*/React.forwardRef(function DocumentHorizontal(
|
|
861
|
+
const DocumentHorizontal = /*#__PURE__*/React.forwardRef(function DocumentHorizontal(_ref38, ref) {
|
|
791
862
|
let {
|
|
792
863
|
children,
|
|
793
864
|
size = 16,
|
|
794
865
|
...rest
|
|
795
|
-
} =
|
|
866
|
+
} = _ref38;
|
|
796
867
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
797
868
|
width: size,
|
|
798
869
|
height: size,
|
|
@@ -801,21 +872,21 @@ const DocumentHorizontal = /*#__PURE__*/React.forwardRef(function DocumentHorizo
|
|
|
801
872
|
viewBox: "0 0 32 32",
|
|
802
873
|
fill: "currentColor",
|
|
803
874
|
...rest
|
|
804
|
-
},
|
|
875
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
805
876
|
d: "M28,6H4A2.0023,2.0023,0,0,0,2,8V24a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V8A2.0023,2.0023,0,0,0,28,6ZM20,24H12V22a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1Zm8,0H22V22a3,3,0,0,0-3-3H13a3,3,0,0,0-3,3v2H4V8H28Z"
|
|
806
|
-
})),
|
|
877
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
807
878
|
d: "M16,18a4,4,0,1,0-4-4A4,4,0,0,0,16,18Zm0-6a2,2,0,1,1-2,2A2,2,0,0,1,16,12Z"
|
|
808
879
|
})), children);
|
|
809
880
|
});
|
|
810
881
|
if (process.env.NODE_ENV !== "production") {
|
|
811
882
|
DocumentHorizontal.propTypes = iconPropTypes;
|
|
812
883
|
}
|
|
813
|
-
const DocumentImport = /*#__PURE__*/React.forwardRef(function DocumentImport(
|
|
884
|
+
const DocumentImport = /*#__PURE__*/React.forwardRef(function DocumentImport(_ref39, ref) {
|
|
814
885
|
let {
|
|
815
886
|
children,
|
|
816
887
|
size = 16,
|
|
817
888
|
...rest
|
|
818
|
-
} =
|
|
889
|
+
} = _ref39;
|
|
819
890
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
820
891
|
width: size,
|
|
821
892
|
height: size,
|
|
@@ -824,21 +895,21 @@ const DocumentImport = /*#__PURE__*/React.forwardRef(function DocumentImport(_re
|
|
|
824
895
|
viewBox: "0 0 32 32",
|
|
825
896
|
fill: "currentColor",
|
|
826
897
|
...rest
|
|
827
|
-
},
|
|
898
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
828
899
|
d: "M28 19L14.83 19 17.41 16.41 16 15 11 20 16 25 17.41 23.59 14.83 21 28 21 28 19z"
|
|
829
|
-
})),
|
|
900
|
+
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
830
901
|
d: "M24,14V10a1,1,0,0,0-.29-.71l-7-7A1,1,0,0,0,16,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V26H22v2H6V4h8v6a2,2,0,0,0,2,2h6v2Zm-8-4V4.41L21.59,10Z"
|
|
831
902
|
})), children);
|
|
832
903
|
});
|
|
833
904
|
if (process.env.NODE_ENV !== "production") {
|
|
834
905
|
DocumentImport.propTypes = iconPropTypes;
|
|
835
906
|
}
|
|
836
|
-
const DocumentMultiple_01 = /*#__PURE__*/React.forwardRef(function DocumentMultiple_01(
|
|
907
|
+
const DocumentMultiple_01 = /*#__PURE__*/React.forwardRef(function DocumentMultiple_01(_ref40, ref) {
|
|
837
908
|
let {
|
|
838
909
|
children,
|
|
839
910
|
size = 16,
|
|
840
911
|
...rest
|
|
841
|
-
} =
|
|
912
|
+
} = _ref40;
|
|
842
913
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
843
914
|
width: size,
|
|
844
915
|
height: size,
|
|
@@ -847,21 +918,21 @@ const DocumentMultiple_01 = /*#__PURE__*/React.forwardRef(function DocumentMulti
|
|
|
847
918
|
viewBox: "0 0 32 32",
|
|
848
919
|
fill: "currentColor",
|
|
849
920
|
...rest
|
|
850
|
-
},
|
|
921
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
851
922
|
d: "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
|
|
852
|
-
})),
|
|
923
|
+
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
853
924
|
d: "M29.7,9.3l-7-7C22.5,2.1,22.3,2,22,2H12c-1.1,0-2,0.9-2,2v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10 C30,9.7,29.9,9.5,29.7,9.3z M22,4.4l5.6,5.6H22V4.4z M28,28H12V4h8v6c0,1.1,0.9,2,2,2h6V28z"
|
|
854
925
|
})), children);
|
|
855
926
|
});
|
|
856
927
|
if (process.env.NODE_ENV !== "production") {
|
|
857
928
|
DocumentMultiple_01.propTypes = iconPropTypes;
|
|
858
929
|
}
|
|
859
|
-
const DocumentMultiple_02 = /*#__PURE__*/React.forwardRef(function DocumentMultiple_02(
|
|
930
|
+
const DocumentMultiple_02 = /*#__PURE__*/React.forwardRef(function DocumentMultiple_02(_ref41, ref) {
|
|
860
931
|
let {
|
|
861
932
|
children,
|
|
862
933
|
size = 16,
|
|
863
934
|
...rest
|
|
864
|
-
} =
|
|
935
|
+
} = _ref41;
|
|
865
936
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
866
937
|
width: size,
|
|
867
938
|
height: size,
|
|
@@ -870,25 +941,25 @@ const DocumentMultiple_02 = /*#__PURE__*/React.forwardRef(function DocumentMulti
|
|
|
870
941
|
viewBox: "0 0 32 32",
|
|
871
942
|
fill: "currentColor",
|
|
872
943
|
...rest
|
|
873
|
-
},
|
|
944
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
874
945
|
d: "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
|
|
875
|
-
})),
|
|
946
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
876
947
|
d: "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
|
|
877
|
-
})),
|
|
948
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
878
949
|
d: "M16 16H24V18H16z"
|
|
879
|
-
})),
|
|
950
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
880
951
|
d: "M27.7,9.3l-7-7C20.5,2.1,20.3,2,20,2h-6c-1.1,0-2,0.9-2,2v17c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V10 C28,9.7,27.9,9.5,27.7,9.3z M20,4.4l5.6,5.6H20V4.4z M26,21H14V4h4v6c0,1.1,0.9,2,2,2h6V21z"
|
|
881
952
|
})), children);
|
|
882
953
|
});
|
|
883
954
|
if (process.env.NODE_ENV !== "production") {
|
|
884
955
|
DocumentMultiple_02.propTypes = iconPropTypes;
|
|
885
956
|
}
|
|
886
|
-
const DocumentPdf = /*#__PURE__*/React.forwardRef(function DocumentPdf(
|
|
957
|
+
const DocumentPdf = /*#__PURE__*/React.forwardRef(function DocumentPdf(_ref42, ref) {
|
|
887
958
|
let {
|
|
888
959
|
children,
|
|
889
960
|
size = 16,
|
|
890
961
|
...rest
|
|
891
|
-
} =
|
|
962
|
+
} = _ref42;
|
|
892
963
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
893
964
|
width: size,
|
|
894
965
|
height: size,
|
|
@@ -897,21 +968,21 @@ const DocumentPdf = /*#__PURE__*/React.forwardRef(function DocumentPdf(_ref39, r
|
|
|
897
968
|
viewBox: "0 0 32 32",
|
|
898
969
|
fill: "currentColor",
|
|
899
970
|
...rest
|
|
900
|
-
},
|
|
971
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
901
972
|
d: "M30 18L30 16 24 16 24 26 26 26 26 22 29 22 29 20 26 20 26 18 30 18zM19 26H15V16h4a3.0033 3.0033 0 013 3v4A3.0033 3.0033 0 0119 26zm-2-2h2a1.0011 1.0011 0 001-1V19a1.0011 1.0011 0 00-1-1H17zM11 16H6V26H8V23h3a2.0027 2.0027 0 002-2V18A2.0023 2.0023 0 0011 16zM8 21V18h3l.001 3z"
|
|
902
|
-
})),
|
|
973
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
903
974
|
d: "M22,14V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,14,2H4A2.0059,2.0059,0,0,0,2,4V28a2,2,0,0,0,2,2H20V28H4V4h8v6a2.0059,2.0059,0,0,0,2,2h6v2Zm-8-4V4.4L19.6,10Z"
|
|
904
975
|
})), children);
|
|
905
976
|
});
|
|
906
977
|
if (process.env.NODE_ENV !== "production") {
|
|
907
978
|
DocumentPdf.propTypes = iconPropTypes;
|
|
908
979
|
}
|
|
909
|
-
const DocumentPreliminary = /*#__PURE__*/React.forwardRef(function DocumentPreliminary(
|
|
980
|
+
const DocumentPreliminary = /*#__PURE__*/React.forwardRef(function DocumentPreliminary(_ref43, ref) {
|
|
910
981
|
let {
|
|
911
982
|
children,
|
|
912
983
|
size = 16,
|
|
913
984
|
...rest
|
|
914
|
-
} =
|
|
985
|
+
} = _ref43;
|
|
915
986
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
916
987
|
width: size,
|
|
917
988
|
height: size,
|
|
@@ -920,21 +991,21 @@ const DocumentPreliminary = /*#__PURE__*/React.forwardRef(function DocumentPreli
|
|
|
920
991
|
viewBox: "0 0 32 32",
|
|
921
992
|
fill: "currentColor",
|
|
922
993
|
...rest
|
|
923
|
-
},
|
|
994
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
924
995
|
d: "M24 30a6 6 0 116-6A6.0067 6.0067 0 0124 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 20zM8 22H16V24H8zM8 16H18V18H8z"
|
|
925
|
-
})),
|
|
996
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
926
997
|
d: "M16,28H6V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,16,2H6A2.0058,2.0058,0,0,0,4,4V28a2.0058,2.0058,0,0,0,2,2H16ZM16,4.4,21.6,10H16Z"
|
|
927
998
|
})), children);
|
|
928
999
|
});
|
|
929
1000
|
if (process.env.NODE_ENV !== "production") {
|
|
930
1001
|
DocumentPreliminary.propTypes = iconPropTypes;
|
|
931
1002
|
}
|
|
932
|
-
const DocumentProtected = /*#__PURE__*/React.forwardRef(function DocumentProtected(
|
|
1003
|
+
const DocumentProtected = /*#__PURE__*/React.forwardRef(function DocumentProtected(_ref44, ref) {
|
|
933
1004
|
let {
|
|
934
1005
|
children,
|
|
935
1006
|
size = 16,
|
|
936
1007
|
...rest
|
|
937
|
-
} =
|
|
1008
|
+
} = _ref44;
|
|
938
1009
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
939
1010
|
width: size,
|
|
940
1011
|
height: size,
|
|
@@ -943,21 +1014,21 @@ const DocumentProtected = /*#__PURE__*/React.forwardRef(function DocumentProtect
|
|
|
943
1014
|
viewBox: "0 0 32 32",
|
|
944
1015
|
fill: "currentColor",
|
|
945
1016
|
...rest
|
|
946
|
-
},
|
|
1017
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
947
1018
|
d: "M28,21V18a4,4,0,0,0-8,0v3a2.0025,2.0025,0,0,0-2,2v5a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V23A2.0025,2.0025,0,0,0,28,21Zm-6-3a2,2,0,0,1,4,0v3H22ZM20,28V23h8v5Z"
|
|
948
|
-
})),
|
|
1019
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
949
1020
|
d: "M23.499,9.085,16.707,2.293A1,1,0,0,0,16,2H6A2.0058,2.0058,0,0,0,4,4V28a2.0058,2.0058,0,0,0,2,2h8V28H6V4h8v6a2.0023,2.0023,0,0,0,2,2h6.292a1.7075,1.7075,0,0,0,1.207-2.915ZM16,10V4.4141L21.5854,10Z"
|
|
950
1021
|
})), children);
|
|
951
1022
|
});
|
|
952
1023
|
if (process.env.NODE_ENV !== "production") {
|
|
953
1024
|
DocumentProtected.propTypes = iconPropTypes;
|
|
954
1025
|
}
|
|
955
|
-
const DocumentSecurity = /*#__PURE__*/React.forwardRef(function DocumentSecurity(
|
|
1026
|
+
const DocumentSecurity = /*#__PURE__*/React.forwardRef(function DocumentSecurity(_ref45, ref) {
|
|
956
1027
|
let {
|
|
957
1028
|
children,
|
|
958
1029
|
size = 16,
|
|
959
1030
|
...rest
|
|
960
|
-
} =
|
|
1031
|
+
} = _ref45;
|
|
961
1032
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
962
1033
|
width: size,
|
|
963
1034
|
height: size,
|
|
@@ -966,21 +1037,21 @@ const DocumentSecurity = /*#__PURE__*/React.forwardRef(function DocumentSecurity
|
|
|
966
1037
|
viewBox: "0 0 32 32",
|
|
967
1038
|
fill: "currentColor",
|
|
968
1039
|
...rest
|
|
969
|
-
},
|
|
1040
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
970
1041
|
d: "M23,30l-2.1387-1.0127A5.0216,5.0216,0,0,1,18,24.4678V18H28v6.4678a5.0216,5.0216,0,0,1-2.8613,4.52ZM20,20v4.4678a3.012,3.012,0,0,0,1.7168,2.7109L23,27.7861l1.2832-.6074A3.012,3.012,0,0,0,26,24.4678V20Z"
|
|
971
|
-
})),
|
|
1042
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
972
1043
|
d: "M16,28H6V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,16,2H6A2.0058,2.0058,0,0,0,4,4V28a2.0058,2.0058,0,0,0,2,2H16ZM16,4.4,21.6,10H16Z"
|
|
973
1044
|
})), children);
|
|
974
1045
|
});
|
|
975
1046
|
if (process.env.NODE_ENV !== "production") {
|
|
976
1047
|
DocumentSecurity.propTypes = iconPropTypes;
|
|
977
1048
|
}
|
|
978
|
-
const DocumentSigned = /*#__PURE__*/React.forwardRef(function DocumentSigned(
|
|
1049
|
+
const DocumentSigned = /*#__PURE__*/React.forwardRef(function DocumentSigned(_ref46, ref) {
|
|
979
1050
|
let {
|
|
980
1051
|
children,
|
|
981
1052
|
size = 16,
|
|
982
1053
|
...rest
|
|
983
|
-
} =
|
|
1054
|
+
} = _ref46;
|
|
984
1055
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
985
1056
|
width: size,
|
|
986
1057
|
height: size,
|
|
@@ -989,27 +1060,27 @@ const DocumentSigned = /*#__PURE__*/React.forwardRef(function DocumentSigned(_re
|
|
|
989
1060
|
viewBox: "0 0 32 32",
|
|
990
1061
|
fill: "currentColor",
|
|
991
1062
|
...rest
|
|
992
|
-
},
|
|
1063
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
993
1064
|
d: "M19.4141,30H15V25.5857l5.0337-5.0337A4.6069,4.6069,0,0,1,20,20a5,5,0,1,1,4.4478,4.9663ZM17,28h1.5859l5.2061-5.2063.5395.1238a3.0351,3.0351,0,1,0-2.249-2.2488l.1236.5393L17,26.4143Z"
|
|
994
1065
|
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
995
1066
|
cx: "25",
|
|
996
1067
|
cy: "20",
|
|
997
1068
|
r: "1"
|
|
998
|
-
})),
|
|
1069
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
999
1070
|
d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
|
|
1000
|
-
})),
|
|
1071
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1001
1072
|
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2v9H22V4H6V28h6Z"
|
|
1002
1073
|
})), children);
|
|
1003
1074
|
});
|
|
1004
1075
|
if (process.env.NODE_ENV !== "production") {
|
|
1005
1076
|
DocumentSigned.propTypes = iconPropTypes;
|
|
1006
1077
|
}
|
|
1007
|
-
const DocumentSketch = /*#__PURE__*/React.forwardRef(function DocumentSketch(
|
|
1078
|
+
const DocumentSketch = /*#__PURE__*/React.forwardRef(function DocumentSketch(_ref47, ref) {
|
|
1008
1079
|
let {
|
|
1009
1080
|
children,
|
|
1010
1081
|
size = 16,
|
|
1011
1082
|
...rest
|
|
1012
|
-
} =
|
|
1083
|
+
} = _ref47;
|
|
1013
1084
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1014
1085
|
width: size,
|
|
1015
1086
|
height: size,
|
|
@@ -1018,21 +1089,21 @@ const DocumentSketch = /*#__PURE__*/React.forwardRef(function DocumentSketch(_re
|
|
|
1018
1089
|
viewBox: "0 0 32 32",
|
|
1019
1090
|
fill: "currentColor",
|
|
1020
1091
|
...rest
|
|
1021
|
-
},
|
|
1092
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1022
1093
|
d: "M26,20l1.4272,1.9028L23,26.9629l-4.4272-5.06L20,20h6m1-2H19l-3,4,7,8,7-8-3-4Z"
|
|
1023
|
-
})),
|
|
1094
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1024
1095
|
d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3l2,0V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z"
|
|
1025
1096
|
})), children);
|
|
1026
1097
|
});
|
|
1027
1098
|
if (process.env.NODE_ENV !== "production") {
|
|
1028
1099
|
DocumentSketch.propTypes = iconPropTypes;
|
|
1029
1100
|
}
|
|
1030
|
-
const DocumentSubtract = /*#__PURE__*/React.forwardRef(function DocumentSubtract(
|
|
1101
|
+
const DocumentSubtract = /*#__PURE__*/React.forwardRef(function DocumentSubtract(_ref48, ref) {
|
|
1031
1102
|
let {
|
|
1032
1103
|
children,
|
|
1033
1104
|
size = 16,
|
|
1034
1105
|
...rest
|
|
1035
|
-
} =
|
|
1106
|
+
} = _ref48;
|
|
1036
1107
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1037
1108
|
width: size,
|
|
1038
1109
|
height: size,
|
|
@@ -1041,21 +1112,21 @@ const DocumentSubtract = /*#__PURE__*/React.forwardRef(function DocumentSubtract
|
|
|
1041
1112
|
viewBox: "0 0 32 32",
|
|
1042
1113
|
fill: "currentColor",
|
|
1043
1114
|
...rest
|
|
1044
|
-
},
|
|
1115
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1045
1116
|
d: "M20 24H30V26H20z"
|
|
1046
|
-
})),
|
|
1117
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1047
1118
|
d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v8h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z"
|
|
1048
1119
|
})), children);
|
|
1049
1120
|
});
|
|
1050
1121
|
if (process.env.NODE_ENV !== "production") {
|
|
1051
1122
|
DocumentSubtract.propTypes = iconPropTypes;
|
|
1052
1123
|
}
|
|
1053
|
-
const DocumentTasks = /*#__PURE__*/React.forwardRef(function DocumentTasks(
|
|
1124
|
+
const DocumentTasks = /*#__PURE__*/React.forwardRef(function DocumentTasks(_ref49, ref) {
|
|
1054
1125
|
let {
|
|
1055
1126
|
children,
|
|
1056
1127
|
size = 16,
|
|
1057
1128
|
...rest
|
|
1058
|
-
} =
|
|
1129
|
+
} = _ref49;
|
|
1059
1130
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1060
1131
|
width: size,
|
|
1061
1132
|
height: size,
|
|
@@ -1064,21 +1135,21 @@ const DocumentTasks = /*#__PURE__*/React.forwardRef(function DocumentTasks(_ref4
|
|
|
1064
1135
|
viewBox: "0 0 32 32",
|
|
1065
1136
|
fill: "currentColor",
|
|
1066
1137
|
...rest
|
|
1067
|
-
},
|
|
1138
|
+
}, _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1068
1139
|
d: "M22 27.18L19.41 24.59 18 26 22 30 30 22 28.59 20.59 22 27.18z"
|
|
1069
|
-
})),
|
|
1140
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1070
1141
|
d: "M15,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v6h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h7ZM18,4.4,23.6,10H18Z"
|
|
1071
1142
|
})), children);
|
|
1072
1143
|
});
|
|
1073
1144
|
if (process.env.NODE_ENV !== "production") {
|
|
1074
1145
|
DocumentTasks.propTypes = iconPropTypes;
|
|
1075
1146
|
}
|
|
1076
|
-
const DocumentUnknown = /*#__PURE__*/React.forwardRef(function DocumentUnknown(
|
|
1147
|
+
const DocumentUnknown = /*#__PURE__*/React.forwardRef(function DocumentUnknown(_ref50, ref) {
|
|
1077
1148
|
let {
|
|
1078
1149
|
children,
|
|
1079
1150
|
size = 16,
|
|
1080
1151
|
...rest
|
|
1081
|
-
} =
|
|
1152
|
+
} = _ref50;
|
|
1082
1153
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1083
1154
|
width: size,
|
|
1084
1155
|
height: size,
|
|
@@ -1091,21 +1162,21 @@ const DocumentUnknown = /*#__PURE__*/React.forwardRef(function DocumentUnknown(_
|
|
|
1091
1162
|
cx: "9",
|
|
1092
1163
|
cy: "28.5",
|
|
1093
1164
|
r: "1.5"
|
|
1094
|
-
})),
|
|
1165
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1095
1166
|
d: "M10,25H8V21h2a2,2,0,0,0,0-4H8a2.0023,2.0023,0,0,0-2,2v.5H4V19a4.0045,4.0045,0,0,1,4-4h2a4,4,0,0,1,0,8Z"
|
|
1096
|
-
})),
|
|
1167
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1097
1168
|
d: "M27.7,9.3l-7-7A.9085.9085,0,0,0,20,2H10A2.0058,2.0058,0,0,0,8,4v8h2V4h8v6a2.0058,2.0058,0,0,0,2,2h6V28H14v2H26a2.0058,2.0058,0,0,0,2-2V10A.9092.9092,0,0,0,27.7,9.3ZM20,10V4.4L25.6,10Z"
|
|
1098
1169
|
})), children);
|
|
1099
1170
|
});
|
|
1100
1171
|
if (process.env.NODE_ENV !== "production") {
|
|
1101
1172
|
DocumentUnknown.propTypes = iconPropTypes;
|
|
1102
1173
|
}
|
|
1103
|
-
const DocumentUnprotected = /*#__PURE__*/React.forwardRef(function DocumentUnprotected(
|
|
1174
|
+
const DocumentUnprotected = /*#__PURE__*/React.forwardRef(function DocumentUnprotected(_ref51, ref) {
|
|
1104
1175
|
let {
|
|
1105
1176
|
children,
|
|
1106
1177
|
size = 16,
|
|
1107
1178
|
...rest
|
|
1108
|
-
} =
|
|
1179
|
+
} = _ref51;
|
|
1109
1180
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1110
1181
|
width: size,
|
|
1111
1182
|
height: size,
|
|
@@ -1114,21 +1185,21 @@ const DocumentUnprotected = /*#__PURE__*/React.forwardRef(function DocumentUnpro
|
|
|
1114
1185
|
viewBox: "0 0 32 32",
|
|
1115
1186
|
fill: "currentColor",
|
|
1116
1187
|
...rest
|
|
1117
|
-
},
|
|
1188
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1118
1189
|
d: "M23.499,9.085,16.707,2.293A1,1,0,0,0,16,2H6A2.0058,2.0058,0,0,0,4,4V28a2.0058,2.0058,0,0,0,2,2h8V28H6V4h8v6a2.0023,2.0023,0,0,0,2,2h6.292a1.7075,1.7075,0,0,0,1.207-2.915ZM16,10V4.4141L21.5854,10Z"
|
|
1119
|
-
})),
|
|
1190
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1120
1191
|
d: "M28,21H22V18a2,2,0,0,1,4,0h2a4,4,0,0,0-8,0v3a2.0025,2.0025,0,0,0-2,2v5a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V23A2.0025,2.0025,0,0,0,28,21Zm-8,7V23h8v5Z"
|
|
1121
1192
|
})), children);
|
|
1122
1193
|
});
|
|
1123
1194
|
if (process.env.NODE_ENV !== "production") {
|
|
1124
1195
|
DocumentUnprotected.propTypes = iconPropTypes;
|
|
1125
1196
|
}
|
|
1126
|
-
const DocumentVertical = /*#__PURE__*/React.forwardRef(function DocumentVertical(
|
|
1197
|
+
const DocumentVertical = /*#__PURE__*/React.forwardRef(function DocumentVertical(_ref52, ref) {
|
|
1127
1198
|
let {
|
|
1128
1199
|
children,
|
|
1129
1200
|
size = 16,
|
|
1130
1201
|
...rest
|
|
1131
|
-
} =
|
|
1202
|
+
} = _ref52;
|
|
1132
1203
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1133
1204
|
width: size,
|
|
1134
1205
|
height: size,
|
|
@@ -1137,21 +1208,21 @@ const DocumentVertical = /*#__PURE__*/React.forwardRef(function DocumentVertical
|
|
|
1137
1208
|
viewBox: "0 0 32 32",
|
|
1138
1209
|
fill: "currentColor",
|
|
1139
1210
|
...rest
|
|
1140
|
-
},
|
|
1211
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1141
1212
|
d: "M16,14a4,4,0,1,1,4-4h0A4.0118,4.0118,0,0,1,16,14Zm0-6a2,2,0,1,0,2,2h0a2.0059,2.0059,0,0,0-2-2Z"
|
|
1142
|
-
})),
|
|
1213
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1143
1214
|
d: "M24,2H8A2.0023,2.0023,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2H24a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,24,2ZM12,24V18a.9447.9447,0,0,1,1-1h6a.9447.9447,0,0,1,1,1v6H18v4H14V24Zm8,4V26a2.0058,2.0058,0,0,0,2-2V18a2.9463,2.9463,0,0,0-3-3H13a2.9463,2.9463,0,0,0-3,3v6a2.0058,2.0058,0,0,0,2,2v2H8V4H24V28Z"
|
|
1144
1215
|
})), children);
|
|
1145
1216
|
});
|
|
1146
1217
|
if (process.env.NODE_ENV !== "production") {
|
|
1147
1218
|
DocumentVertical.propTypes = iconPropTypes;
|
|
1148
1219
|
}
|
|
1149
|
-
const DocumentVideo = /*#__PURE__*/React.forwardRef(function DocumentVideo(
|
|
1220
|
+
const DocumentVideo = /*#__PURE__*/React.forwardRef(function DocumentVideo(_ref53, ref) {
|
|
1150
1221
|
let {
|
|
1151
1222
|
children,
|
|
1152
1223
|
size = 16,
|
|
1153
1224
|
...rest
|
|
1154
|
-
} =
|
|
1225
|
+
} = _ref53;
|
|
1155
1226
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1156
1227
|
width: size,
|
|
1157
1228
|
height: size,
|
|
@@ -1160,21 +1231,21 @@ const DocumentVideo = /*#__PURE__*/React.forwardRef(function DocumentVideo(_ref5
|
|
|
1160
1231
|
viewBox: "0 0 32 32",
|
|
1161
1232
|
fill: "currentColor",
|
|
1162
1233
|
...rest
|
|
1163
|
-
},
|
|
1234
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1164
1235
|
d: "M30,19l-4,3.2V20a2.0023,2.0023,0,0,0-2-2H16a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2h8a2.0023,2.0023,0,0,0,2-2V23.8L30,27ZM16,26V20h8l.0015,6Z"
|
|
1165
|
-
})),
|
|
1236
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1166
1237
|
d: "M12,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3l2,0V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h4ZM18,4.4,23.6,10H18Z"
|
|
1167
1238
|
})), children);
|
|
1168
1239
|
});
|
|
1169
1240
|
if (process.env.NODE_ENV !== "production") {
|
|
1170
1241
|
DocumentVideo.propTypes = iconPropTypes;
|
|
1171
1242
|
}
|
|
1172
|
-
const DocumentView = /*#__PURE__*/React.forwardRef(function DocumentView(
|
|
1243
|
+
const DocumentView = /*#__PURE__*/React.forwardRef(function DocumentView(_ref54, ref) {
|
|
1173
1244
|
let {
|
|
1174
1245
|
children,
|
|
1175
1246
|
size = 16,
|
|
1176
1247
|
...rest
|
|
1177
|
-
} =
|
|
1248
|
+
} = _ref54;
|
|
1178
1249
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1179
1250
|
width: size,
|
|
1180
1251
|
height: size,
|
|
@@ -1187,24 +1258,24 @@ const DocumentView = /*#__PURE__*/React.forwardRef(function DocumentView(_ref51,
|
|
|
1187
1258
|
cx: "22",
|
|
1188
1259
|
cy: "24",
|
|
1189
1260
|
r: "2"
|
|
1190
|
-
})),
|
|
1261
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1191
1262
|
fill: "none",
|
|
1192
1263
|
d: "M22,28a4,4,0,1,1,4-4A4.0039,4.0039,0,0,1,22,28Zm0-6a2,2,0,1,0,2,2A2.0027,2.0027,0,0,0,22,22Z"
|
|
1193
|
-
})),
|
|
1264
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1194
1265
|
d: "M29.7769,23.4785A8.64,8.64,0,0,0,22,18a8.64,8.64,0,0,0-7.7769,5.4785L14,24l.2231.5215A8.64,8.64,0,0,0,22,30a8.64,8.64,0,0,0,7.7769-5.4785L30,24ZM22,28a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,28Z"
|
|
1195
|
-
})),
|
|
1266
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1196
1267
|
d: "M12,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v4h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h4ZM18,4.4,23.6,10H18Z"
|
|
1197
1268
|
})), children);
|
|
1198
1269
|
});
|
|
1199
1270
|
if (process.env.NODE_ENV !== "production") {
|
|
1200
1271
|
DocumentView.propTypes = iconPropTypes;
|
|
1201
1272
|
}
|
|
1202
|
-
const DocumentWordProcessor = /*#__PURE__*/React.forwardRef(function DocumentWordProcessor(
|
|
1273
|
+
const DocumentWordProcessor = /*#__PURE__*/React.forwardRef(function DocumentWordProcessor(_ref55, ref) {
|
|
1203
1274
|
let {
|
|
1204
1275
|
children,
|
|
1205
1276
|
size = 16,
|
|
1206
1277
|
...rest
|
|
1207
|
-
} =
|
|
1278
|
+
} = _ref55;
|
|
1208
1279
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1209
1280
|
width: size,
|
|
1210
1281
|
height: size,
|
|
@@ -1213,21 +1284,21 @@ const DocumentWordProcessor = /*#__PURE__*/React.forwardRef(function DocumentWor
|
|
|
1213
1284
|
viewBox: "0 0 32 32",
|
|
1214
1285
|
fill: "currentColor",
|
|
1215
1286
|
...rest
|
|
1216
|
-
},
|
|
1287
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1217
1288
|
d: "M28.3 20L27.391 28.611 26 20 24 20 22.609 28.611 21.7 20 20 20 21.36 30 23.64 30 25 21.626 26.36 30 28.64 30 30 20 28.3 20z"
|
|
1218
|
-
})),
|
|
1289
|
+
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1219
1290
|
d: "M25.707,9.293l-7-7A1,1,0,0,0,18,2H8A2.002,2.002,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2h8V28H8V4h8v6a2.002,2.002,0,0,0,2,2h6v4h2V10A1,1,0,0,0,25.707,9.293ZM18,4.4141,23.5859,10H18Z"
|
|
1220
1291
|
})), children);
|
|
1221
1292
|
});
|
|
1222
1293
|
if (process.env.NODE_ENV !== "production") {
|
|
1223
1294
|
DocumentWordProcessor.propTypes = iconPropTypes;
|
|
1224
1295
|
}
|
|
1225
|
-
const DocumentWordProcessorReference = /*#__PURE__*/React.forwardRef(function DocumentWordProcessorReference(
|
|
1296
|
+
const DocumentWordProcessorReference = /*#__PURE__*/React.forwardRef(function DocumentWordProcessorReference(_ref56, ref) {
|
|
1226
1297
|
let {
|
|
1227
1298
|
children,
|
|
1228
1299
|
size = 16,
|
|
1229
1300
|
...rest
|
|
1230
|
-
} =
|
|
1301
|
+
} = _ref56;
|
|
1231
1302
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1232
1303
|
width: size,
|
|
1233
1304
|
height: size,
|
|
@@ -1236,19 +1307,19 @@ const DocumentWordProcessorReference = /*#__PURE__*/React.forwardRef(function Do
|
|
|
1236
1307
|
viewBox: "0 0 32 32",
|
|
1237
1308
|
fill: "currentColor",
|
|
1238
1309
|
...rest
|
|
1239
|
-
},
|
|
1310
|
+
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1240
1311
|
d: "M28.3 20L27.391 28.611 26 20 24 20 22.609 28.611 21.7 20 20 20 21.36 30 23.64 30 25 21.626 26.36 30 28.64 30 30 20 28.3 20zM4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM25.707 9.293l-7-7A1 1 0 0018 2H8A2.002 2.002 0 006 4V16H8V4h8v6a2.002 2.002 0 002 2h6v4h2V10A1 1 0 0025.707 9.293zM18 10V4.4141L23.5859 10z"
|
|
1241
1312
|
})), children);
|
|
1242
1313
|
});
|
|
1243
1314
|
if (process.env.NODE_ENV !== "production") {
|
|
1244
1315
|
DocumentWordProcessorReference.propTypes = iconPropTypes;
|
|
1245
1316
|
}
|
|
1246
|
-
const DocumentSentiment = /*#__PURE__*/React.forwardRef(function DocumentSentiment(
|
|
1317
|
+
const DocumentSentiment = /*#__PURE__*/React.forwardRef(function DocumentSentiment(_ref57, ref) {
|
|
1247
1318
|
let {
|
|
1248
1319
|
children,
|
|
1249
1320
|
size = 16,
|
|
1250
1321
|
...rest
|
|
1251
|
-
} =
|
|
1322
|
+
} = _ref57;
|
|
1252
1323
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1253
1324
|
width: size,
|
|
1254
1325
|
height: size,
|
|
@@ -1257,21 +1328,21 @@ const DocumentSentiment = /*#__PURE__*/React.forwardRef(function DocumentSentime
|
|
|
1257
1328
|
viewBox: "0 0 32 32",
|
|
1258
1329
|
fill: "currentColor",
|
|
1259
1330
|
...rest
|
|
1260
|
-
},
|
|
1331
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1261
1332
|
d: "M18.303,16a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,25l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,16Z"
|
|
1262
|
-
})),
|
|
1333
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1263
1334
|
d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z"
|
|
1264
1335
|
})), children);
|
|
1265
1336
|
});
|
|
1266
1337
|
if (process.env.NODE_ENV !== "production") {
|
|
1267
1338
|
DocumentSentiment.propTypes = iconPropTypes;
|
|
1268
1339
|
}
|
|
1269
|
-
const DogWalker = /*#__PURE__*/React.forwardRef(function DogWalker(
|
|
1340
|
+
const DogWalker = /*#__PURE__*/React.forwardRef(function DogWalker(_ref58, ref) {
|
|
1270
1341
|
let {
|
|
1271
1342
|
children,
|
|
1272
1343
|
size = 16,
|
|
1273
1344
|
...rest
|
|
1274
|
-
} =
|
|
1345
|
+
} = _ref58;
|
|
1275
1346
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1276
1347
|
width: size,
|
|
1277
1348
|
height: size,
|
|
@@ -1280,21 +1351,21 @@ const DogWalker = /*#__PURE__*/React.forwardRef(function DogWalker(_ref55, ref)
|
|
|
1280
1351
|
viewBox: "0 0 32 32",
|
|
1281
1352
|
fill: "currentColor",
|
|
1282
1353
|
...rest
|
|
1283
|
-
},
|
|
1354
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1284
1355
|
d: "M20 20H22V30H20zM4 23H6V30H4z"
|
|
1285
|
-
})),
|
|
1356
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1286
1357
|
d: "M16 30H14V26a1.0011 1.0011 0 00-1-1H11v5H9V23h4a3.0033 3.0033 0 013 3zM7.5 22A3.5041 3.5041 0 014 18.5V17H2V15H6v3.5a1.5 1.5 0 003 0V15h4v2H11v1.5A3.5041 3.5041 0 017.5 22zM27 10H21.354a2.9861 2.9861 0 00-2.7856 1.8857l-1.4419 3.6055-3.6079 4.51 1.562 1.249 3.7-4.625 1.645-3.9961A.9949.9949 0 0121.354 12H27a1.0009 1.0009 0 011 1v7H25V30h2V22h1a2.0023 2.0023 0 002-2V13A3.0033 3.0033 0 0027 10zM24 9a4 4 0 114-4A4.0045 4.0045 0 0124 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0024 3z"
|
|
1287
1358
|
})), children);
|
|
1288
1359
|
});
|
|
1289
1360
|
if (process.env.NODE_ENV !== "production") {
|
|
1290
1361
|
DogWalker.propTypes = iconPropTypes;
|
|
1291
1362
|
}
|
|
1292
|
-
const DotMark = /*#__PURE__*/React.forwardRef(function DotMark(
|
|
1363
|
+
const DotMark = /*#__PURE__*/React.forwardRef(function DotMark(_ref59, ref) {
|
|
1293
1364
|
let {
|
|
1294
1365
|
children,
|
|
1295
1366
|
size = 16,
|
|
1296
1367
|
...rest
|
|
1297
|
-
} =
|
|
1368
|
+
} = _ref59;
|
|
1298
1369
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1299
1370
|
width: size,
|
|
1300
1371
|
height: size,
|
|
@@ -1312,12 +1383,12 @@ const DotMark = /*#__PURE__*/React.forwardRef(function DotMark(_ref56, ref) {
|
|
|
1312
1383
|
if (process.env.NODE_ENV !== "production") {
|
|
1313
1384
|
DotMark.propTypes = iconPropTypes;
|
|
1314
1385
|
}
|
|
1315
|
-
const DoubleInteger = /*#__PURE__*/React.forwardRef(function DoubleInteger(
|
|
1386
|
+
const DoubleInteger = /*#__PURE__*/React.forwardRef(function DoubleInteger(_ref60, ref) {
|
|
1316
1387
|
let {
|
|
1317
1388
|
children,
|
|
1318
1389
|
size = 16,
|
|
1319
1390
|
...rest
|
|
1320
|
-
} =
|
|
1391
|
+
} = _ref60;
|
|
1321
1392
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1322
1393
|
width: size,
|
|
1323
1394
|
height: size,
|
|
@@ -1326,19 +1397,19 @@ const DoubleInteger = /*#__PURE__*/React.forwardRef(function DoubleInteger(_ref5
|
|
|
1326
1397
|
viewBox: "0 0 32 32",
|
|
1327
1398
|
fill: "currentColor",
|
|
1328
1399
|
...rest
|
|
1329
|
-
},
|
|
1400
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1330
1401
|
d: "M17 8V6H13V2H11V6H8V2H6V6H2V8H6v3H2v2H6v4H8V13h3v4h2V13h4V11H13V8zm-6 3H8V8h3zM30 21V19H26V15H24v4H21V15H19v4H15v2h4v3H15v2h4v4h2V26h3v4h2V26h4V24H26V21zm-6 3H21V21h3z"
|
|
1331
1402
|
})), children);
|
|
1332
1403
|
});
|
|
1333
1404
|
if (process.env.NODE_ENV !== "production") {
|
|
1334
1405
|
DoubleInteger.propTypes = iconPropTypes;
|
|
1335
1406
|
}
|
|
1336
|
-
const DownToBottom = /*#__PURE__*/React.forwardRef(function DownToBottom(
|
|
1407
|
+
const DownToBottom = /*#__PURE__*/React.forwardRef(function DownToBottom(_ref61, ref) {
|
|
1337
1408
|
let {
|
|
1338
1409
|
children,
|
|
1339
1410
|
size = 16,
|
|
1340
1411
|
...rest
|
|
1341
|
-
} =
|
|
1412
|
+
} = _ref61;
|
|
1342
1413
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1343
1414
|
width: size,
|
|
1344
1415
|
height: size,
|
|
@@ -1347,19 +1418,19 @@ const DownToBottom = /*#__PURE__*/React.forwardRef(function DownToBottom(_ref58,
|
|
|
1347
1418
|
viewBox: "0 0 32 32",
|
|
1348
1419
|
fill: "currentColor",
|
|
1349
1420
|
...rest
|
|
1350
|
-
},
|
|
1421
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1351
1422
|
d: "M16 18L6 8 7.4 6.6 16 15.2 24.6 6.6 26 8zM4 22H28V24H4z"
|
|
1352
1423
|
})), children);
|
|
1353
1424
|
});
|
|
1354
1425
|
if (process.env.NODE_ENV !== "production") {
|
|
1355
1426
|
DownToBottom.propTypes = iconPropTypes;
|
|
1356
1427
|
}
|
|
1357
|
-
const Download = /*#__PURE__*/React.forwardRef(function Download(
|
|
1428
|
+
const Download = /*#__PURE__*/React.forwardRef(function Download(_ref62, ref) {
|
|
1358
1429
|
let {
|
|
1359
1430
|
children,
|
|
1360
1431
|
size = 16,
|
|
1361
1432
|
...rest
|
|
1362
|
-
} =
|
|
1433
|
+
} = _ref62;
|
|
1363
1434
|
if (size === 16 || size === "16" || size === "16px") {
|
|
1364
1435
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1365
1436
|
width: size,
|
|
@@ -1369,7 +1440,7 @@ const Download = /*#__PURE__*/React.forwardRef(function Download(_ref59, ref) {
|
|
|
1369
1440
|
viewBox: "0 0 16 16",
|
|
1370
1441
|
fill: "currentColor",
|
|
1371
1442
|
...rest
|
|
1372
|
-
},
|
|
1443
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1373
1444
|
d: "M13 7L12.3 6.3 8.5 10.1 8.5 1 7.5 1 7.5 10.1 3.7 6.3 3 7 8 12zM13 12v2H3v-2H2v2l0 0c0 .6.4 1 1 1h10c.6 0 1-.4 1-1l0 0v-2H13z"
|
|
1374
1445
|
})), children);
|
|
1375
1446
|
}
|
|
@@ -1381,19 +1452,19 @@ const Download = /*#__PURE__*/React.forwardRef(function Download(_ref59, ref) {
|
|
|
1381
1452
|
viewBox: "0 0 32 32",
|
|
1382
1453
|
fill: "currentColor",
|
|
1383
1454
|
...rest
|
|
1384
|
-
},
|
|
1455
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1385
1456
|
d: "M26 24v4H6V24H4v4H4a2 2 0 002 2H26a2 2 0 002-2h0V24zM26 14L24.59 12.59 17 20.17 17 2 15 2 15 20.17 7.41 12.59 6 14 16 24 26 14z"
|
|
1386
1457
|
})), children);
|
|
1387
1458
|
});
|
|
1388
1459
|
if (process.env.NODE_ENV !== "production") {
|
|
1389
1460
|
Download.propTypes = iconPropTypes;
|
|
1390
1461
|
}
|
|
1391
|
-
const WatsonHealthDownloadStudy = /*#__PURE__*/React.forwardRef(function WatsonHealthDownloadStudy(
|
|
1462
|
+
const WatsonHealthDownloadStudy = /*#__PURE__*/React.forwardRef(function WatsonHealthDownloadStudy(_ref63, ref) {
|
|
1392
1463
|
let {
|
|
1393
1464
|
children,
|
|
1394
1465
|
size = 16,
|
|
1395
1466
|
...rest
|
|
1396
|
-
} =
|
|
1467
|
+
} = _ref63;
|
|
1397
1468
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1398
1469
|
width: size,
|
|
1399
1470
|
height: size,
|
|
@@ -1402,21 +1473,21 @@ const WatsonHealthDownloadStudy = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
1402
1473
|
viewBox: "0 0 32 32",
|
|
1403
1474
|
fill: "currentColor",
|
|
1404
1475
|
...rest
|
|
1405
|
-
},
|
|
1476
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1406
1477
|
d: "M30 25L28.586 23.586 26 26.172 26 18 24 18 24 26.172 21.414 23.586 20 25 25 30 30 25zM19 14H23V16H19zM19 10H26V12H19zM9 18h6a3 3 0 013 3v2H16V21a1 1 0 00-1-1H9a1 1 0 00-1 1v2H6V21A3 3 0 019 18zM16 13a4 4 0 10-4 4A4 4 0 0016 13zm-2 0a2 2 0 11-2-2A2 2 0 0114 13z"
|
|
1407
|
-
})),
|
|
1478
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1408
1479
|
d: "M18,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H18Z"
|
|
1409
1480
|
})), children);
|
|
1410
1481
|
});
|
|
1411
1482
|
if (process.env.NODE_ENV !== "production") {
|
|
1412
1483
|
WatsonHealthDownloadStudy.propTypes = iconPropTypes;
|
|
1413
1484
|
}
|
|
1414
|
-
const Downstream = /*#__PURE__*/React.forwardRef(function Downstream(
|
|
1485
|
+
const Downstream = /*#__PURE__*/React.forwardRef(function Downstream(_ref64, ref) {
|
|
1415
1486
|
let {
|
|
1416
1487
|
children,
|
|
1417
1488
|
size = 16,
|
|
1418
1489
|
...rest
|
|
1419
|
-
} =
|
|
1490
|
+
} = _ref64;
|
|
1420
1491
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1421
1492
|
width: size,
|
|
1422
1493
|
height: size,
|
|
@@ -1425,19 +1496,19 @@ const Downstream = /*#__PURE__*/React.forwardRef(function Downstream(_ref61, ref
|
|
|
1425
1496
|
viewBox: "0 0 32 32",
|
|
1426
1497
|
fill: "currentColor",
|
|
1427
1498
|
...rest
|
|
1428
|
-
},
|
|
1499
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1429
1500
|
d: "M5 24c-1.6567 0-3 1.3433-3 3s1.3433 3 3 3 3-1.3433 3-3-1.3433-3-3-3zm0 4c-.5522 0-1-.4478-1-1s.4478-1 1-1 1 .4478 1 1-.4478 1-1 1zM16 24c-1.6567 0-3 1.3433-3 3s1.3433 3 3 3 3-1.3433 3-3-1.3433-3-3-3zm0 4c-.5522 0-1-.4478-1-1s.4478-1 1-1 1 .4478 1 1-.4478 1-1 1zM27 24c-1.6567 0-3 1.3433-3 3s1.3433 3 3 3 3-1.3433 3-3-1.3433-3-3-3zm0 4c-.5522 0-1-.4478-1-1s.4478-1 1-1 1 .4478 1 1-.4478 1-1 1zM29.586 17.5859l-1.5859 1.5859v-3.1719c0-3.5542-2.6646-6.4917-6.0999-6.9355.0623-.3457.0999-.7007.0999-1.0645 0-3.3135-2.6863-6-6-6s-6 2.6865-6 6c0 .3638.0376.7188.0999 1.0645-3.4353.4438-6.0999 3.3813-6.0999 6.9355v3.1714l-1.5859-1.5854-1.4141 1.4141 4 4 4-4-1.4141-1.4141-1.5859 1.5859v-3.1719c0-2.6953 2.1479-4.8848 4.8203-4.9819.8799 1.5063 2.3945 2.5918 4.1797 2.8921v5.2617l-1.5859-1.5859-1.4141 1.4141 4 4 4-4-1.4141-1.4141-1.5859 1.5859v-5.2617c1.7852-.3003 3.2998-1.3857 4.1797-2.8921 2.6724.0972 4.8203 2.2866 4.8203 4.9819v3.1714l-1.5859-1.5854-1.4141 1.4141 4 4 4-4-1.4141-1.4141zm-13.5859-5.5859c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4z"
|
|
1430
1501
|
})), children);
|
|
1431
1502
|
});
|
|
1432
1503
|
if (process.env.NODE_ENV !== "production") {
|
|
1433
1504
|
Downstream.propTypes = iconPropTypes;
|
|
1434
1505
|
}
|
|
1435
|
-
const DragHorizontal = /*#__PURE__*/React.forwardRef(function DragHorizontal(
|
|
1506
|
+
const DragHorizontal = /*#__PURE__*/React.forwardRef(function DragHorizontal(_ref65, ref) {
|
|
1436
1507
|
let {
|
|
1437
1508
|
children,
|
|
1438
1509
|
size = 16,
|
|
1439
1510
|
...rest
|
|
1440
|
-
} =
|
|
1511
|
+
} = _ref65;
|
|
1441
1512
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1442
1513
|
width: size,
|
|
1443
1514
|
height: size,
|
|
@@ -1446,19 +1517,19 @@ const DragHorizontal = /*#__PURE__*/React.forwardRef(function DragHorizontal(_re
|
|
|
1446
1517
|
viewBox: "0 0 32 32",
|
|
1447
1518
|
fill: "currentColor",
|
|
1448
1519
|
...rest
|
|
1449
|
-
},
|
|
1520
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1450
1521
|
d: "M12 4L12 15 5.83 15 8.41 12.41 7 11 2 16 7 21 8.41 19.59 5.83 17 12 17 12 28 14 28 14 4 12 4zM25 11L23.59 12.41 26.17 15 20 15 20 4 18 4 18 28 20 28 20 17 26.17 17 23.59 19.59 25 21 30 16 25 11z"
|
|
1451
1522
|
})), children);
|
|
1452
1523
|
});
|
|
1453
1524
|
if (process.env.NODE_ENV !== "production") {
|
|
1454
1525
|
DragHorizontal.propTypes = iconPropTypes;
|
|
1455
1526
|
}
|
|
1456
|
-
const DragVertical = /*#__PURE__*/React.forwardRef(function DragVertical(
|
|
1527
|
+
const DragVertical = /*#__PURE__*/React.forwardRef(function DragVertical(_ref66, ref) {
|
|
1457
1528
|
let {
|
|
1458
1529
|
children,
|
|
1459
1530
|
size = 16,
|
|
1460
1531
|
...rest
|
|
1461
|
-
} =
|
|
1532
|
+
} = _ref66;
|
|
1462
1533
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1463
1534
|
width: size,
|
|
1464
1535
|
height: size,
|
|
@@ -1467,19 +1538,19 @@ const DragVertical = /*#__PURE__*/React.forwardRef(function DragVertical(_ref63,
|
|
|
1467
1538
|
viewBox: "0 0 32 32",
|
|
1468
1539
|
fill: "currentColor",
|
|
1469
1540
|
...rest
|
|
1470
|
-
},
|
|
1541
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1471
1542
|
d: "M4 20L15 20 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17 17 20 28 20 28 18 4 18 4 20zM11 7L12.41 8.41 15 5.83 15 12 4 12 4 14 28 14 28 12 17 12 17 5.83 19.59 8.41 21 7 16 2 11 7z"
|
|
1472
1543
|
})), children);
|
|
1473
1544
|
});
|
|
1474
1545
|
if (process.env.NODE_ENV !== "production") {
|
|
1475
1546
|
DragVertical.propTypes = iconPropTypes;
|
|
1476
1547
|
}
|
|
1477
|
-
const Draggable = /*#__PURE__*/React.forwardRef(function Draggable(
|
|
1548
|
+
const Draggable = /*#__PURE__*/React.forwardRef(function Draggable(_ref67, ref) {
|
|
1478
1549
|
let {
|
|
1479
1550
|
children,
|
|
1480
1551
|
size = 16,
|
|
1481
1552
|
...rest
|
|
1482
|
-
} =
|
|
1553
|
+
} = _ref67;
|
|
1483
1554
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1484
1555
|
width: size,
|
|
1485
1556
|
height: size,
|
|
@@ -1488,19 +1559,19 @@ const Draggable = /*#__PURE__*/React.forwardRef(function Draggable(_ref64, ref)
|
|
|
1488
1559
|
viewBox: "0 0 32 32",
|
|
1489
1560
|
fill: "currentColor",
|
|
1490
1561
|
...rest
|
|
1491
|
-
},
|
|
1562
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1492
1563
|
d: "M10 6H14V10H10zM18 6H22V10H18zM10 14H14V18H10zM18 14H22V18H18zM10 22H14V26H10zM18 22H22V26H18z"
|
|
1493
1564
|
})), children);
|
|
1494
1565
|
});
|
|
1495
1566
|
if (process.env.NODE_ENV !== "production") {
|
|
1496
1567
|
Draggable.propTypes = iconPropTypes;
|
|
1497
1568
|
}
|
|
1498
|
-
const Draw = /*#__PURE__*/React.forwardRef(function Draw(
|
|
1569
|
+
const Draw = /*#__PURE__*/React.forwardRef(function Draw(_ref68, ref) {
|
|
1499
1570
|
let {
|
|
1500
1571
|
children,
|
|
1501
1572
|
size = 16,
|
|
1502
1573
|
...rest
|
|
1503
|
-
} =
|
|
1574
|
+
} = _ref68;
|
|
1504
1575
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1505
1576
|
width: size,
|
|
1506
1577
|
height: size,
|
|
@@ -1509,19 +1580,19 @@ const Draw = /*#__PURE__*/React.forwardRef(function Draw(_ref65, ref) {
|
|
|
1509
1580
|
viewBox: "0 0 32 32",
|
|
1510
1581
|
fill: "currentColor",
|
|
1511
1582
|
...rest
|
|
1512
|
-
},
|
|
1583
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1513
1584
|
d: "M19.14,28a3.42,3.42,0,0,1-2.42-5.85L21.86,17a1.42,1.42,0,1,0-2-2L13,21.85a3.5,3.5,0,0,1-4.85,0,3.43,3.43,0,0,1,0-4.84l8.58-8.58a1.42,1.42,0,1,0-2-2L6.41,14.7,5,13.3,13.29,5a3.43,3.43,0,0,1,4.84,4.85L9.56,18.42a1.42,1.42,0,0,0,0,2,1.45,1.45,0,0,0,2,0l6.86-6.86a3.43,3.43,0,1,1,4.85,4.84l-5.15,5.15a1.42,1.42,0,0,0,2,2l4.44-4.43L26,22.56,21.56,27A3.38,3.38,0,0,1,19.14,28Z"
|
|
1514
1585
|
})), children);
|
|
1515
1586
|
});
|
|
1516
1587
|
if (process.env.NODE_ENV !== "production") {
|
|
1517
1588
|
Draw.propTypes = iconPropTypes;
|
|
1518
1589
|
}
|
|
1519
|
-
const DrillBack = /*#__PURE__*/React.forwardRef(function DrillBack(
|
|
1590
|
+
const DrillBack = /*#__PURE__*/React.forwardRef(function DrillBack(_ref69, ref) {
|
|
1520
1591
|
let {
|
|
1521
1592
|
children,
|
|
1522
1593
|
size = 16,
|
|
1523
1594
|
...rest
|
|
1524
|
-
} =
|
|
1595
|
+
} = _ref69;
|
|
1525
1596
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1526
1597
|
width: size,
|
|
1527
1598
|
height: size,
|
|
@@ -1530,23 +1601,23 @@ const DrillBack = /*#__PURE__*/React.forwardRef(function DrillBack(_ref66, ref)
|
|
|
1530
1601
|
viewBox: "0 0 32 32",
|
|
1531
1602
|
fill: "currentColor",
|
|
1532
1603
|
...rest
|
|
1533
|
-
},
|
|
1604
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1534
1605
|
d: "M6 22L7.414 20.586 3.828 17 12 17 12 15 3.828 15 7.414 11.414 6 10 0 16 6 22z"
|
|
1535
|
-
})),
|
|
1606
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1536
1607
|
d: "M16,10a5.9815,5.9815,0,0,0-4.2427,1.7573L16,16l-4.2427,4.2427A6,6,0,1,0,16,10Z"
|
|
1537
|
-
})),
|
|
1608
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1538
1609
|
d: "M16,2A13.9581,13.9581,0,0,0,6.105,6.105L7.5188,7.5186a12,12,0,1,1,0,16.9628L6.105,25.895A13.9974,13.9974,0,1,0,16,2Z"
|
|
1539
1610
|
})), children);
|
|
1540
1611
|
});
|
|
1541
1612
|
if (process.env.NODE_ENV !== "production") {
|
|
1542
1613
|
DrillBack.propTypes = iconPropTypes;
|
|
1543
1614
|
}
|
|
1544
|
-
const DrillDown = /*#__PURE__*/React.forwardRef(function DrillDown(
|
|
1615
|
+
const DrillDown = /*#__PURE__*/React.forwardRef(function DrillDown(_ref70, ref) {
|
|
1545
1616
|
let {
|
|
1546
1617
|
children,
|
|
1547
1618
|
size = 16,
|
|
1548
1619
|
...rest
|
|
1549
|
-
} =
|
|
1620
|
+
} = _ref70;
|
|
1550
1621
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1551
1622
|
width: size,
|
|
1552
1623
|
height: size,
|
|
@@ -1555,23 +1626,23 @@ const DrillDown = /*#__PURE__*/React.forwardRef(function DrillDown(_ref67, ref)
|
|
|
1555
1626
|
viewBox: "0 0 32 32",
|
|
1556
1627
|
fill: "currentColor",
|
|
1557
1628
|
...rest
|
|
1558
|
-
},
|
|
1629
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1559
1630
|
d: "M10 6L11.414 4.586 15 8.172 15 0 17 0 17 8.172 20.586 4.586 22 6 16 12 10 6z"
|
|
1560
|
-
})),
|
|
1631
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1561
1632
|
d: "M22,16a5.9815,5.9815,0,0,0-1.7573-4.2427L16,16l-4.2427-4.2427A6,6,0,1,0,22,16Z"
|
|
1562
|
-
})),
|
|
1633
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1563
1634
|
d: "M30,16a13.9581,13.9581,0,0,0-4.105-9.895L24.4814,7.5188a12,12,0,1,1-16.9628,0L6.105,6.105A13.9974,13.9974,0,1,0,30,16Z"
|
|
1564
1635
|
})), children);
|
|
1565
1636
|
});
|
|
1566
1637
|
if (process.env.NODE_ENV !== "production") {
|
|
1567
1638
|
DrillDown.propTypes = iconPropTypes;
|
|
1568
1639
|
}
|
|
1569
|
-
const DrillThrough = /*#__PURE__*/React.forwardRef(function DrillThrough(
|
|
1640
|
+
const DrillThrough = /*#__PURE__*/React.forwardRef(function DrillThrough(_ref71, ref) {
|
|
1570
1641
|
let {
|
|
1571
1642
|
children,
|
|
1572
1643
|
size = 16,
|
|
1573
1644
|
...rest
|
|
1574
|
-
} =
|
|
1645
|
+
} = _ref71;
|
|
1575
1646
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1576
1647
|
width: size,
|
|
1577
1648
|
height: size,
|
|
@@ -1580,21 +1651,21 @@ const DrillThrough = /*#__PURE__*/React.forwardRef(function DrillThrough(_ref68,
|
|
|
1580
1651
|
viewBox: "0 0 32 32",
|
|
1581
1652
|
fill: "currentColor",
|
|
1582
1653
|
...rest
|
|
1583
|
-
},
|
|
1654
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1584
1655
|
d: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12,12,0,1,0,16,4V2a14,14,0,0,1,0,28Z"
|
|
1585
|
-
})),
|
|
1656
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1586
1657
|
d: "M4 12L4 10 8.586 10 2 3.414 3.414 2 10 8.586 10 4 12 4 12 12 4 12zM16 10v6H10a6 6 0 106-6z"
|
|
1587
1658
|
})), children);
|
|
1588
1659
|
});
|
|
1589
1660
|
if (process.env.NODE_ENV !== "production") {
|
|
1590
1661
|
DrillThrough.propTypes = iconPropTypes;
|
|
1591
1662
|
}
|
|
1592
|
-
const Drink_01 = /*#__PURE__*/React.forwardRef(function Drink_01(
|
|
1663
|
+
const Drink_01 = /*#__PURE__*/React.forwardRef(function Drink_01(_ref72, ref) {
|
|
1593
1664
|
let {
|
|
1594
1665
|
children,
|
|
1595
1666
|
size = 16,
|
|
1596
1667
|
...rest
|
|
1597
|
-
} =
|
|
1668
|
+
} = _ref72;
|
|
1598
1669
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1599
1670
|
width: size,
|
|
1600
1671
|
height: size,
|
|
@@ -1603,21 +1674,21 @@ const Drink_01 = /*#__PURE__*/React.forwardRef(function Drink_01(_ref69, ref) {
|
|
|
1603
1674
|
viewBox: "0 0 32 32",
|
|
1604
1675
|
fill: "currentColor",
|
|
1605
1676
|
...rest
|
|
1606
|
-
},
|
|
1677
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1607
1678
|
d: "M23,10.4141l3-3-1.4141-1.4141-3.293,3.293c-.1875,.1875-.293,.4419-.293,.707v4h-7.0742l1.1436,16h8.8613l1.1436-16h-2.0742v-3.5859Zm-.9307,17.5859h-5.1387l-.8564-12h6.8516l-.8564,12Z"
|
|
1608
|
-
})),
|
|
1679
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1609
1680
|
d: "M15,1h-5c-.5522,0-1,.4478-1,1v7.3706c-1.0674,.6055-3,2.1777-3,5.6294v14c0,.5527,.4478,1,1,1h5v-2h-4V15c0-3.7536,3-4.2793,3-4.2793V3h3v7h2V2c0-.5522-.4478-1-1-1Z"
|
|
1610
1681
|
})), children);
|
|
1611
1682
|
});
|
|
1612
1683
|
if (process.env.NODE_ENV !== "production") {
|
|
1613
1684
|
Drink_01.propTypes = iconPropTypes;
|
|
1614
1685
|
}
|
|
1615
|
-
const Drink_02 = /*#__PURE__*/React.forwardRef(function Drink_02(
|
|
1686
|
+
const Drink_02 = /*#__PURE__*/React.forwardRef(function Drink_02(_ref73, ref) {
|
|
1616
1687
|
let {
|
|
1617
1688
|
children,
|
|
1618
1689
|
size = 16,
|
|
1619
1690
|
...rest
|
|
1620
|
-
} =
|
|
1691
|
+
} = _ref73;
|
|
1621
1692
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1622
1693
|
width: size,
|
|
1623
1694
|
height: size,
|
|
@@ -1626,21 +1697,21 @@ const Drink_02 = /*#__PURE__*/React.forwardRef(function Drink_02(_ref70, ref) {
|
|
|
1626
1697
|
viewBox: "0 0 32 32",
|
|
1627
1698
|
fill: "currentColor",
|
|
1628
1699
|
...rest
|
|
1629
|
-
},
|
|
1700
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1630
1701
|
d: "M23,10.4141l3-3-1.4141-1.4141-3.293,3.293c-.1875,.1875-.293,.4419-.293,.707v4h-7.0742l1.1436,16h8.8613l1.1436-16h-2.0742v-3.5859Zm-.9307,17.5859h-5.1387l-.8564-12h6.8516l-.8564,12Z"
|
|
1631
|
-
})),
|
|
1702
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1632
1703
|
d: "M16,7.0513v-3.0513c0-.5522-.4478-1-1-1h-6c-.5522,0-1,.4478-1,1v3.0513c-1.2771,1.1411-2,2.7358-2,4.4487V29c0,.5522,.4478,1,1,1h5v-2h-4V11.5c0-2.356,2-3.48,2-3.48v-3.02h4v3.02s2,1.124,2,3.48v.5h2v-.5c0-1.7129-.7229-3.3076-2-4.4487Z"
|
|
1633
1704
|
})), children);
|
|
1634
1705
|
});
|
|
1635
1706
|
if (process.env.NODE_ENV !== "production") {
|
|
1636
1707
|
Drink_02.propTypes = iconPropTypes;
|
|
1637
1708
|
}
|
|
1638
|
-
const DriverAnalysis = /*#__PURE__*/React.forwardRef(function DriverAnalysis(
|
|
1709
|
+
const DriverAnalysis = /*#__PURE__*/React.forwardRef(function DriverAnalysis(_ref74, ref) {
|
|
1639
1710
|
let {
|
|
1640
1711
|
children,
|
|
1641
1712
|
size = 16,
|
|
1642
1713
|
...rest
|
|
1643
|
-
} =
|
|
1714
|
+
} = _ref74;
|
|
1644
1715
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1645
1716
|
width: size,
|
|
1646
1717
|
height: size,
|
|
@@ -1653,19 +1724,19 @@ const DriverAnalysis = /*#__PURE__*/React.forwardRef(function DriverAnalysis(_re
|
|
|
1653
1724
|
cx: "22",
|
|
1654
1725
|
cy: "16",
|
|
1655
1726
|
r: "2"
|
|
1656
|
-
})),
|
|
1727
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1657
1728
|
d: "M30,15H27.91A6.0048,6.0048,0,0,0,22,10l-.022.001A9.9833,9.9833,0,0,0,4.0508,15H2v2H4.0508A9.9833,9.9833,0,0,0,21.978,21.999L22,22a6.0048,6.0048,0,0,0,5.91-5H30ZM14,8a7.9769,7.9769,0,0,1,5.7383,2.4463A6.0152,6.0152,0,0,0,16.0891,15H6.0693A8.0073,8.0073,0,0,1,14,8Zm0,16a8.0073,8.0073,0,0,1-7.9307-7h10.02a6.0152,6.0152,0,0,0,3.6492,4.5537A7.9769,7.9769,0,0,1,14,24Zm8-4a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,20Z"
|
|
1658
1729
|
})), children);
|
|
1659
1730
|
});
|
|
1660
1731
|
if (process.env.NODE_ENV !== "production") {
|
|
1661
1732
|
DriverAnalysis.propTypes = iconPropTypes;
|
|
1662
1733
|
}
|
|
1663
|
-
const Drone = /*#__PURE__*/React.forwardRef(function Drone(
|
|
1734
|
+
const Drone = /*#__PURE__*/React.forwardRef(function Drone(_ref75, ref) {
|
|
1664
1735
|
let {
|
|
1665
1736
|
children,
|
|
1666
1737
|
size = 16,
|
|
1667
1738
|
...rest
|
|
1668
|
-
} =
|
|
1739
|
+
} = _ref75;
|
|
1669
1740
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1670
1741
|
width: size,
|
|
1671
1742
|
height: size,
|
|
@@ -1674,21 +1745,21 @@ const Drone = /*#__PURE__*/React.forwardRef(function Drone(_ref72, ref) {
|
|
|
1674
1745
|
viewBox: "0 0 32 32",
|
|
1675
1746
|
fill: "currentColor",
|
|
1676
1747
|
...rest
|
|
1677
|
-
},
|
|
1748
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1678
1749
|
d: "M7 12a5 5 0 115-5H10a3 3 0 10-3 3zM25 12V10a3 3 0 10-3-3H20a5 5 0 115 5zM7 30A5 5 0 017 20v2a3 3 0 103 3h2A5.0055 5.0055 0 017 30zM25 30a5.0055 5.0055 0 01-5-5h2a3 3 0 103-3V20a5 5 0 010 10z"
|
|
1679
|
-
})),
|
|
1750
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1680
1751
|
d: "M20,18.5859V13.4141L25.707,7.707a1,1,0,1,0-1.414-1.414l-4.4995,4.5a3.9729,3.9729,0,0,0-7.587,0L7.707,6.293a.9994.9994,0,0,0-1.414,0h0a.9994.9994,0,0,0,0,1.414L12,13.4141v5.1718L6.293,24.293a.9994.9994,0,0,0,0,1.414h0a.9994.9994,0,0,0,1.414,0l4.5-4.5a3.9729,3.9729,0,0,0,7.587,0l4.4995,4.5a1,1,0,0,0,1.414-1.414ZM18,20a2,2,0,0,1-4,0V12a2,2,0,0,1,4,0Z"
|
|
1681
1752
|
})), children);
|
|
1682
1753
|
});
|
|
1683
1754
|
if (process.env.NODE_ENV !== "production") {
|
|
1684
1755
|
Drone.propTypes = iconPropTypes;
|
|
1685
1756
|
}
|
|
1686
|
-
const DroneDelivery = /*#__PURE__*/React.forwardRef(function DroneDelivery(
|
|
1757
|
+
const DroneDelivery = /*#__PURE__*/React.forwardRef(function DroneDelivery(_ref76, ref) {
|
|
1687
1758
|
let {
|
|
1688
1759
|
children,
|
|
1689
1760
|
size = 16,
|
|
1690
1761
|
...rest
|
|
1691
|
-
} =
|
|
1762
|
+
} = _ref76;
|
|
1692
1763
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1693
1764
|
width: size,
|
|
1694
1765
|
height: size,
|
|
@@ -1697,23 +1768,23 @@ const DroneDelivery = /*#__PURE__*/React.forwardRef(function DroneDelivery(_ref7
|
|
|
1697
1768
|
viewBox: "0 0 32 32",
|
|
1698
1769
|
fill: "currentColor",
|
|
1699
1770
|
...rest
|
|
1700
|
-
},
|
|
1771
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1701
1772
|
d: "M20,30H12V22h8Zm-6-2h4V24H14Z"
|
|
1702
|
-
})),
|
|
1773
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1703
1774
|
d: "M32 11L22 11 22 13 26 13 26 16 6 16 6 13 10 13 10 11 0 11 0 13 4 13 4 18 9.132 18 6 22.697 6 27 8 27 8 23.303 11.535 18 20.465 18 24 23.303 24 27 26 27 26 22.697 22.868 18 28 18 28 13 32 13 32 11zM16 6a5.9817 5.9817 0 00-4.2407 1.7593l1.4136 1.4136a3.9936 3.9936 0 015.6542 0l1.4136-1.4136A5.9814 5.9814 0 0016 6z"
|
|
1704
|
-
})),
|
|
1775
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1705
1776
|
d: "M8.9324,4.9321l1.4133,1.4136a7.9877,7.9877,0,0,1,11.3086,0l1.4136-1.4136a9.9844,9.9844,0,0,0-14.1355,0Z"
|
|
1706
1777
|
})), children);
|
|
1707
1778
|
});
|
|
1708
1779
|
if (process.env.NODE_ENV !== "production") {
|
|
1709
1780
|
DroneDelivery.propTypes = iconPropTypes;
|
|
1710
1781
|
}
|
|
1711
|
-
const DroneFront = /*#__PURE__*/React.forwardRef(function DroneFront(
|
|
1782
|
+
const DroneFront = /*#__PURE__*/React.forwardRef(function DroneFront(_ref77, ref) {
|
|
1712
1783
|
let {
|
|
1713
1784
|
children,
|
|
1714
1785
|
size = 16,
|
|
1715
1786
|
...rest
|
|
1716
|
-
} =
|
|
1787
|
+
} = _ref77;
|
|
1717
1788
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1718
1789
|
width: size,
|
|
1719
1790
|
height: size,
|
|
@@ -1722,21 +1793,21 @@ const DroneFront = /*#__PURE__*/React.forwardRef(function DroneFront(_ref74, ref
|
|
|
1722
1793
|
viewBox: "0 0 32 32",
|
|
1723
1794
|
fill: "currentColor",
|
|
1724
1795
|
...rest
|
|
1725
|
-
},
|
|
1796
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1726
1797
|
d: "M28 19V15H26v2H6V15H4v4h7v4.4116L7 25.6367V30H9V26.8125L12.26 25h7.481L23 26.8125V30h2V25.6367l-4-2.2251V19zm-9 4H13V19h6zM0 11H10V13H0zM22 11H32V13H22zM16 6a5.9817 5.9817 0 00-4.2407 1.7593l1.4136 1.4136a3.9936 3.9936 0 015.6542 0l1.4136-1.4136A5.9814 5.9814 0 0016 6z"
|
|
1727
|
-
})),
|
|
1798
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1728
1799
|
d: "M8.9324,4.9321l1.4133,1.4136a7.9877,7.9877,0,0,1,11.3086,0l1.4136-1.4136a9.9844,9.9844,0,0,0-14.1355,0Z"
|
|
1729
1800
|
})), children);
|
|
1730
1801
|
});
|
|
1731
1802
|
if (process.env.NODE_ENV !== "production") {
|
|
1732
1803
|
DroneFront.propTypes = iconPropTypes;
|
|
1733
1804
|
}
|
|
1734
|
-
const DroneVideo = /*#__PURE__*/React.forwardRef(function DroneVideo(
|
|
1805
|
+
const DroneVideo = /*#__PURE__*/React.forwardRef(function DroneVideo(_ref78, ref) {
|
|
1735
1806
|
let {
|
|
1736
1807
|
children,
|
|
1737
1808
|
size = 16,
|
|
1738
1809
|
...rest
|
|
1739
|
-
} =
|
|
1810
|
+
} = _ref78;
|
|
1740
1811
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1741
1812
|
width: size,
|
|
1742
1813
|
height: size,
|
|
@@ -1749,21 +1820,21 @@ const DroneVideo = /*#__PURE__*/React.forwardRef(function DroneVideo(_ref75, ref
|
|
|
1749
1820
|
cx: "16",
|
|
1750
1821
|
cy: "21",
|
|
1751
1822
|
r: "1"
|
|
1752
|
-
})),
|
|
1823
|
+
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1753
1824
|
d: "M28 19V15H26v2H6V15H4v4h7v4.4116L7 25.6367V30H9V26.8125L12.26 25h7.481L23 26.8125V30h2V25.6367l-4-2.2251V19zm-9 4H13V19h6zM0 11H10V13H0zM22 11H32V13H22zM16 6a5.9817 5.9817 0 00-4.2407 1.7593l1.4136 1.4136a3.9936 3.9936 0 015.6542 0l1.4136-1.4136A5.9814 5.9814 0 0016 6z"
|
|
1754
|
-
})),
|
|
1825
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1755
1826
|
d: "M8.9324,4.9321l1.4133,1.4136a7.9877,7.9877,0,0,1,11.3086,0l1.4136-1.4136a9.9844,9.9844,0,0,0-14.1355,0Z"
|
|
1756
1827
|
})), children);
|
|
1757
1828
|
});
|
|
1758
1829
|
if (process.env.NODE_ENV !== "production") {
|
|
1759
1830
|
DroneVideo.propTypes = iconPropTypes;
|
|
1760
1831
|
}
|
|
1761
|
-
const DropPhoto = /*#__PURE__*/React.forwardRef(function DropPhoto(
|
|
1832
|
+
const DropPhoto = /*#__PURE__*/React.forwardRef(function DropPhoto(_ref79, ref) {
|
|
1762
1833
|
let {
|
|
1763
1834
|
children,
|
|
1764
1835
|
size = 16,
|
|
1765
1836
|
...rest
|
|
1766
|
-
} =
|
|
1837
|
+
} = _ref79;
|
|
1767
1838
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1768
1839
|
width: size,
|
|
1769
1840
|
height: size,
|
|
@@ -1772,21 +1843,21 @@ const DropPhoto = /*#__PURE__*/React.forwardRef(function DropPhoto(_ref76, ref)
|
|
|
1772
1843
|
viewBox: "0 0 32 32",
|
|
1773
1844
|
fill: "currentColor",
|
|
1774
1845
|
...rest
|
|
1775
|
-
},
|
|
1846
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1776
1847
|
d: "M19,26a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,19,26Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,19,20Z"
|
|
1777
|
-
})),
|
|
1848
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1778
1849
|
d: "M27 29H11a2 2 0 01-2-2V18a2 2 0 012-2h3.2793l.5441-1.6324A2 2 0 0116.7208 13h4.5584a2 2 0 011.8974 1.3676L23.7207 16H27a2 2 0 012 2v9A2 2 0 0127 29zM11 27H27V18H22.2792l-1-3H16.7207l-1 3H11zM27 11H29V13H27zM27 7H29V9H27zM27 3H29V5H27zM23 3H25V5H23zM19 3H21V5H19zM15 3H17V5H15zM11 3H13V5H11zM7 3H9V5H7zM3 3H5V5H3zM3 7H5V9H3zM3 11H5V13H3zM3 15H5V17H3zM3 19H5V21H3zM3 23H5V25H3zM3 27H5V29H3z"
|
|
1779
1850
|
})), children);
|
|
1780
1851
|
});
|
|
1781
1852
|
if (process.env.NODE_ENV !== "production") {
|
|
1782
1853
|
DropPhoto.propTypes = iconPropTypes;
|
|
1783
1854
|
}
|
|
1784
|
-
const DropPhotoFilled = /*#__PURE__*/React.forwardRef(function DropPhotoFilled(
|
|
1855
|
+
const DropPhotoFilled = /*#__PURE__*/React.forwardRef(function DropPhotoFilled(_ref80, ref) {
|
|
1785
1856
|
let {
|
|
1786
1857
|
children,
|
|
1787
1858
|
size = 16,
|
|
1788
1859
|
...rest
|
|
1789
|
-
} =
|
|
1860
|
+
} = _ref80;
|
|
1790
1861
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1791
1862
|
width: size,
|
|
1792
1863
|
height: size,
|
|
@@ -1799,25 +1870,25 @@ const DropPhotoFilled = /*#__PURE__*/React.forwardRef(function DropPhotoFilled(_
|
|
|
1799
1870
|
cx: "19",
|
|
1800
1871
|
cy: "22",
|
|
1801
1872
|
r: "2"
|
|
1802
|
-
})),
|
|
1873
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1803
1874
|
d: "M27,16H23.7207l-.5439-1.6328A1.9983,1.9983,0,0,0,21.2793,13H16.7207a1.9981,1.9981,0,0,0-1.8975,1.3677L14.2793,16H11a2.0023,2.0023,0,0,0-2,2v9a2.0023,2.0023,0,0,0,2,2H27a2.0023,2.0023,0,0,0,2-2V18A2.0023,2.0023,0,0,0,27,16ZM19,26a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,19,26Z"
|
|
1804
|
-
})),
|
|
1875
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1805
1876
|
fill: "none",
|
|
1806
1877
|
d: "M19,26a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,19,26Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,19,20Z",
|
|
1807
1878
|
"data-icon-path": "inner-path"
|
|
1808
|
-
})),
|
|
1879
|
+
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1809
1880
|
d: "M27 11H29V13H27zM27 7H29V9H27zM27 3H29V5H27zM23 3H25V5H23zM19 3H21V5H19zM15 3H17V5H15zM11 3H13V5H11zM7 3H9V5H7zM3 3H5V5H3zM3 7H5V9H3zM3 11H5V13H3zM3 15H5V17H3zM3 19H5V21H3zM3 23H5V25H3zM3 27H5V29H3z"
|
|
1810
1881
|
})), children);
|
|
1811
1882
|
});
|
|
1812
1883
|
if (process.env.NODE_ENV !== "production") {
|
|
1813
1884
|
DropPhotoFilled.propTypes = iconPropTypes;
|
|
1814
1885
|
}
|
|
1815
|
-
const Drought = /*#__PURE__*/React.forwardRef(function Drought(
|
|
1886
|
+
const Drought = /*#__PURE__*/React.forwardRef(function Drought(_ref81, ref) {
|
|
1816
1887
|
let {
|
|
1817
1888
|
children,
|
|
1818
1889
|
size = 16,
|
|
1819
1890
|
...rest
|
|
1820
|
-
} =
|
|
1891
|
+
} = _ref81;
|
|
1821
1892
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1822
1893
|
width: size,
|
|
1823
1894
|
height: size,
|
|
@@ -1826,19 +1897,19 @@ const Drought = /*#__PURE__*/React.forwardRef(function Drought(_ref78, ref) {
|
|
|
1826
1897
|
viewBox: "0 0 32 32",
|
|
1827
1898
|
fill: "currentColor",
|
|
1828
1899
|
...rest
|
|
1829
|
-
},
|
|
1900
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1830
1901
|
d: "M27,18h3V15a4.0045,4.0045,0,0,0-4-4H25V9.5A3.5042,3.5042,0,0,0,21.5,6a3.4556,3.4556,0,0,0-1.5.3511V5.41a3.41,3.41,0,0,0-6.5449-1.3433L11.3408,9H9a5.0059,5.0059,0,0,0-5,5v4H8a5.0059,5.0059,0,0,0,5-5V10.2051l2.293-5.35A1.41,1.41,0,0,1,18,5.41V22H14.6123L11,25.2939,7.3877,22H2v2H6.6123L11,28l4.3877-4H30V22H20V9.5a1.5,1.5,0,0,1,3,0V14A4.0045,4.0045,0,0,0,27,18Zm-2-5h1a2.0023,2.0023,0,0,1,2,2v1H27a2.0023,2.0023,0,0,1-2-2ZM11,13a3.0033,3.0033,0,0,1-3,3H6V14a3.0033,3.0033,0,0,1,3-3h2Z"
|
|
1831
1902
|
})), children);
|
|
1832
1903
|
});
|
|
1833
1904
|
if (process.env.NODE_ENV !== "production") {
|
|
1834
1905
|
Drought.propTypes = iconPropTypes;
|
|
1835
1906
|
}
|
|
1836
|
-
const Dvr = /*#__PURE__*/React.forwardRef(function Dvr(
|
|
1907
|
+
const Dvr = /*#__PURE__*/React.forwardRef(function Dvr(_ref82, ref) {
|
|
1837
1908
|
let {
|
|
1838
1909
|
children,
|
|
1839
1910
|
size = 16,
|
|
1840
1911
|
...rest
|
|
1841
|
-
} =
|
|
1912
|
+
} = _ref82;
|
|
1842
1913
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1843
1914
|
width: size,
|
|
1844
1915
|
height: size,
|
|
@@ -1847,19 +1918,19 @@ const Dvr = /*#__PURE__*/React.forwardRef(function Dvr(_ref79, ref) {
|
|
|
1847
1918
|
viewBox: "0 0 32 32",
|
|
1848
1919
|
fill: "currentColor",
|
|
1849
1920
|
...rest
|
|
1850
|
-
},
|
|
1921
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1851
1922
|
d: "M30 15V11a2 2 0 00-2-2H22V23h2V17h1.48l2.34 6H30l-2.33-6H28A2 2 0 0030 15zm-6-4h4v4H24zM18 9L16 22 14 9 12 9 14.52 23 17.48 23 20 9 18 9zM6 23H2V9H6a4 4 0 014 4v6A4 4 0 016 23zM4 21H6a2 2 0 002-2V13a2 2 0 00-2-2H4z"
|
|
1852
1923
|
})), children);
|
|
1853
1924
|
});
|
|
1854
1925
|
if (process.env.NODE_ENV !== "production") {
|
|
1855
1926
|
Dvr.propTypes = iconPropTypes;
|
|
1856
1927
|
}
|
|
1857
|
-
const Earth = /*#__PURE__*/React.forwardRef(function Earth(
|
|
1928
|
+
const Earth = /*#__PURE__*/React.forwardRef(function Earth(_ref83, ref) {
|
|
1858
1929
|
let {
|
|
1859
1930
|
children,
|
|
1860
1931
|
size = 16,
|
|
1861
1932
|
...rest
|
|
1862
|
-
} =
|
|
1933
|
+
} = _ref83;
|
|
1863
1934
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1864
1935
|
width: size,
|
|
1865
1936
|
height: size,
|
|
@@ -1868,19 +1939,19 @@ const Earth = /*#__PURE__*/React.forwardRef(function Earth(_ref80, ref) {
|
|
|
1868
1939
|
viewBox: "0 0 32 32",
|
|
1869
1940
|
fill: "currentColor",
|
|
1870
1941
|
...rest
|
|
1871
|
-
},
|
|
1942
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1872
1943
|
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm5,3.1055a12.0136,12.0136,0,0,1,2.9158,1.8994L23.5034,8H21ZM13.3784,27.7026A11.9761,11.9761,0,0,1,8.1157,6.9761L9.4648,9h3.3423l-1.5,4H7.2793L5.8967,17.1475,8.4648,21h5l1.4319,2.1475ZM16,28c-.2034,0-.4016-.02-.6025-.03l1.3967-4.19a1.9876,1.9876,0,0,0-.2334-1.7412l-1.4319-2.1475A1.9962,1.9962,0,0,0,13.4648,19h-3.93L8.1033,16.8525,8.7207,15H11v2h2V14.1812l2.9363-7.83-1.8726-.7022L13.5571,7H10.5352L9.728,5.7891A11.7941,11.7941,0,0,1,19,4.395V8a2.0025,2.0025,0,0,0,2,2h2.5857A1.9865,1.9865,0,0,0,25,9.4141l.1406-.1407.2818-.68A11.9813,11.9813,0,0,1,27.3,12H22.5986a1.9927,1.9927,0,0,0-1.9719,1.665L20.03,17.1064a1.99,1.99,0,0,0,.991,2.086l2.1647,1.4638,1.4585,3.646A11.9577,11.9577,0,0,1,16,28Zm8.8145-8.6563L22.1,17.5088l-.1-.06L22.5986,14h5.2207a11.743,11.743,0,0,1-1.7441,8.4951Z"
|
|
1873
1944
|
})), children);
|
|
1874
1945
|
});
|
|
1875
1946
|
if (process.env.NODE_ENV !== "production") {
|
|
1876
1947
|
Earth.propTypes = iconPropTypes;
|
|
1877
1948
|
}
|
|
1878
|
-
const EarthAmericas = /*#__PURE__*/React.forwardRef(function EarthAmericas(
|
|
1949
|
+
const EarthAmericas = /*#__PURE__*/React.forwardRef(function EarthAmericas(_ref84, ref) {
|
|
1879
1950
|
let {
|
|
1880
1951
|
children,
|
|
1881
1952
|
size = 16,
|
|
1882
1953
|
...rest
|
|
1883
|
-
} =
|
|
1954
|
+
} = _ref84;
|
|
1884
1955
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1885
1956
|
width: size,
|
|
1886
1957
|
height: size,
|
|
@@ -1889,19 +1960,19 @@ const EarthAmericas = /*#__PURE__*/React.forwardRef(function EarthAmericas(_ref8
|
|
|
1889
1960
|
viewBox: "0 0 32 32",
|
|
1890
1961
|
fill: "currentColor",
|
|
1891
1962
|
...rest
|
|
1892
|
-
},
|
|
1963
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1893
1964
|
d: "M30,16a14.0313,14.0313,0,1,0-7.14,12.1914l.1165.0254.0249-.1113A13.9983,13.9983,0,0,0,30,16ZM4,16a11.9369,11.9369,0,0,1,.395-3H8.6382L13.63,17.16l-1.9092,2.5459a2.0088,2.0088,0,0,0,.1855,2.6142L14,24.4141v3.4052A12.0093,12.0093,0,0,1,4,16Zm9.32,4.9062L16.37,16.84,9.3618,11H5.1055A11.9619,11.9619,0,0,1,22.8838,6.1865L22.2793,8H16.5859L13.543,11.043l9.3535,8.3134L21.248,26.7749A11.9034,11.9034,0,0,1,16,28V23.5859Zm10.315,4.3443,1.2133-5.46a2.0007,2.0007,0,0,0-.6235-1.9277L16.457,10.957,17.4141,10h4.8652a1.9981,1.9981,0,0,0,1.8975-1.3677l.3532-1.06a11.9777,11.9777,0,0,1-.8947,17.6782Z"
|
|
1894
1965
|
})), children);
|
|
1895
1966
|
});
|
|
1896
1967
|
if (process.env.NODE_ENV !== "production") {
|
|
1897
1968
|
EarthAmericas.propTypes = iconPropTypes;
|
|
1898
1969
|
}
|
|
1899
|
-
const EarthAmericasFilled = /*#__PURE__*/React.forwardRef(function EarthAmericasFilled(
|
|
1970
|
+
const EarthAmericasFilled = /*#__PURE__*/React.forwardRef(function EarthAmericasFilled(_ref85, ref) {
|
|
1900
1971
|
let {
|
|
1901
1972
|
children,
|
|
1902
1973
|
size = 16,
|
|
1903
1974
|
...rest
|
|
1904
|
-
} =
|
|
1975
|
+
} = _ref85;
|
|
1905
1976
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1906
1977
|
width: size,
|
|
1907
1978
|
height: size,
|
|
@@ -1910,19 +1981,19 @@ const EarthAmericasFilled = /*#__PURE__*/React.forwardRef(function EarthAmericas
|
|
|
1910
1981
|
viewBox: "0 0 32 32",
|
|
1911
1982
|
fill: "currentColor",
|
|
1912
1983
|
...rest
|
|
1913
|
-
},
|
|
1984
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1914
1985
|
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4,16a11.915,11.915,0,0,1,.7-4H10l5,4-2.8,3.6929A1,1,0,0,0,12.293,21L15,24v3.9492A12.01,12.01,0,0,1,4,16ZM21.4348,26.6846l2.5457-7.6992A1,1,0,0,0,23.614,18L15,11l2-2h5.2793a1,1,0,0,0,.9487-.6836L23.7234,6.83a11.9742,11.9742,0,0,1-2.2886,19.855Z"
|
|
1915
1986
|
})), children);
|
|
1916
1987
|
});
|
|
1917
1988
|
if (process.env.NODE_ENV !== "production") {
|
|
1918
1989
|
EarthAmericasFilled.propTypes = iconPropTypes;
|
|
1919
1990
|
}
|
|
1920
|
-
const EarthEuropeAfrica = /*#__PURE__*/React.forwardRef(function EarthEuropeAfrica(
|
|
1991
|
+
const EarthEuropeAfrica = /*#__PURE__*/React.forwardRef(function EarthEuropeAfrica(_ref86, ref) {
|
|
1921
1992
|
let {
|
|
1922
1993
|
children,
|
|
1923
1994
|
size = 16,
|
|
1924
1995
|
...rest
|
|
1925
|
-
} =
|
|
1996
|
+
} = _ref86;
|
|
1926
1997
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1927
1998
|
width: size,
|
|
1928
1999
|
height: size,
|
|
@@ -1931,19 +2002,19 @@ const EarthEuropeAfrica = /*#__PURE__*/React.forwardRef(function EarthEuropeAfri
|
|
|
1931
2002
|
viewBox: "0 0 32 32",
|
|
1932
2003
|
fill: "currentColor",
|
|
1933
2004
|
...rest
|
|
1934
|
-
},
|
|
2005
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1935
2006
|
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4,16A11.96,11.96,0,0,1,8,7.0811V9a2,2,0,0,0,2,2h3.3818a2,2,0,0,0,1.7893-1.106L15.6182,9H18v4H13.2354a2,2,0,0,0-.8936.2109L9.1055,14.8291A2,2,0,0,0,8,16.6177v3.7055A2,2,0,0,0,9.2573,22.18l3.8487,1.54.6779,4.0664A12.0135,12.0135,0,0,1,4,16ZM15.8457,27.9922,14.894,22.28,10,20.3232v-3.705L13.2358,15H20V7H14.3818l-1,2H10V5.6235A11.9578,11.9578,0,0,1,27.3,12H22v4l.9224,3.8135L21,22.6973v4.1972A11.9083,11.9083,0,0,1,16,28C15.948,28,15.8977,27.9927,15.8457,27.9922ZM23,25.7266V23.3027l1.5859-2.3789a2.0027,2.0027,0,0,0,.2769-1.5957L24,15.877V14h3.8193A11.8409,11.8409,0,0,1,23,25.7266Z"
|
|
1936
2007
|
})), children);
|
|
1937
2008
|
});
|
|
1938
2009
|
if (process.env.NODE_ENV !== "production") {
|
|
1939
2010
|
EarthEuropeAfrica.propTypes = iconPropTypes;
|
|
1940
2011
|
}
|
|
1941
|
-
const EarthEuropeAfricaFilled = /*#__PURE__*/React.forwardRef(function EarthEuropeAfricaFilled(
|
|
2012
|
+
const EarthEuropeAfricaFilled = /*#__PURE__*/React.forwardRef(function EarthEuropeAfricaFilled(_ref87, ref) {
|
|
1942
2013
|
let {
|
|
1943
2014
|
children,
|
|
1944
2015
|
size = 16,
|
|
1945
2016
|
...rest
|
|
1946
|
-
} =
|
|
2017
|
+
} = _ref87;
|
|
1947
2018
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1948
2019
|
width: size,
|
|
1949
2020
|
height: size,
|
|
@@ -1952,19 +2023,19 @@ const EarthEuropeAfricaFilled = /*#__PURE__*/React.forwardRef(function EarthEuro
|
|
|
1952
2023
|
viewBox: "0 0 32 32",
|
|
1953
2024
|
fill: "currentColor",
|
|
1954
2025
|
...rest
|
|
1955
|
-
},
|
|
2026
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1956
2027
|
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4,16A11.9814,11.9814,0,0,1,9,6.2734V9a1,1,0,0,0,1,1h3.3821a1,1,0,0,0,.8943-.5527L15,8h4v6H13.2361a1.0006,1.0006,0,0,0-.4473.1055L9.5527,15.7236A1,1,0,0,0,9,16.6182v3.7046a1,1,0,0,0,.6287.9287L14,23l.8235,4.94A12.0152,12.0152,0,0,1,4,16ZM22,26.376V23l1.7546-2.6318a1.0012,1.0012,0,0,0,.1382-.7974L23,16V13h4.605A11.901,11.901,0,0,1,22,26.376Z"
|
|
1957
2028
|
})), children);
|
|
1958
2029
|
});
|
|
1959
2030
|
if (process.env.NODE_ENV !== "production") {
|
|
1960
2031
|
EarthEuropeAfricaFilled.propTypes = iconPropTypes;
|
|
1961
2032
|
}
|
|
1962
|
-
const EarthFilled = /*#__PURE__*/React.forwardRef(function EarthFilled(
|
|
2033
|
+
const EarthFilled = /*#__PURE__*/React.forwardRef(function EarthFilled(_ref88, ref) {
|
|
1963
2034
|
let {
|
|
1964
2035
|
children,
|
|
1965
2036
|
size = 16,
|
|
1966
2037
|
...rest
|
|
1967
|
-
} =
|
|
2038
|
+
} = _ref88;
|
|
1968
2039
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1969
2040
|
width: size,
|
|
1970
2041
|
height: size,
|
|
@@ -1973,19 +2044,19 @@ const EarthFilled = /*#__PURE__*/React.forwardRef(function EarthFilled(_ref85, r
|
|
|
1973
2044
|
viewBox: "0 0 32 32",
|
|
1974
2045
|
fill: "currentColor",
|
|
1975
2046
|
...rest
|
|
1976
|
-
},
|
|
2047
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1977
2048
|
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4.02,16.394l1.3384.4458L7,19.3027v1.2831a1,1,0,0,0,.2929.7071L10,24v2.3765A11.9941,11.9941,0,0,1,4.02,16.394ZM16,28a11.9682,11.9682,0,0,1-2.5718-.2847L14,26l1.8046-4.5116a1,1,0,0,0-.0964-.9261l-1.4113-2.117A1,1,0,0,0,13.4648,18h-4.93L7.2866,16.1274,9.4141,14H11v2h2V13.2656l3.8682-6.7695-1.7364-.9922L14.2769,7H11.5352l-1.086-1.6289A11.861,11.861,0,0,1,20,4.7V8a1,1,0,0,0,1,1h1.4648a1,1,0,0,0,.8321-.4453l.8769-1.3154A12.0331,12.0331,0,0,1,26.8945,11H22.82a1,1,0,0,0-.9806.8039l-.7221,4.4708a1,1,0,0,0,.54,1.0539L25,19l.6851,4.0557A11.9793,11.9793,0,0,1,16,28Z"
|
|
1978
2049
|
})), children);
|
|
1979
2050
|
});
|
|
1980
2051
|
if (process.env.NODE_ENV !== "production") {
|
|
1981
2052
|
EarthFilled.propTypes = iconPropTypes;
|
|
1982
2053
|
}
|
|
1983
|
-
const EarthSoutheastAsia = /*#__PURE__*/React.forwardRef(function EarthSoutheastAsia(
|
|
2054
|
+
const EarthSoutheastAsia = /*#__PURE__*/React.forwardRef(function EarthSoutheastAsia(_ref89, ref) {
|
|
1984
2055
|
let {
|
|
1985
2056
|
children,
|
|
1986
2057
|
size = 16,
|
|
1987
2058
|
...rest
|
|
1988
|
-
} =
|
|
2059
|
+
} = _ref89;
|
|
1989
2060
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1990
2061
|
width: size,
|
|
1991
2062
|
height: size,
|
|
@@ -1994,21 +2065,21 @@ const EarthSoutheastAsia = /*#__PURE__*/React.forwardRef(function EarthSoutheast
|
|
|
1994
2065
|
viewBox: "0 0 32 32",
|
|
1995
2066
|
fill: "currentColor",
|
|
1996
2067
|
...rest
|
|
1997
|
-
},
|
|
2068
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1998
2069
|
d: "M14 24H17V26H14zM17 22H19V24H17zM17 18H19V20H17z"
|
|
1999
|
-
})),
|
|
2070
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2000
2071
|
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm-.603,2.03,2.5073,5.0156L16.3228,13H10.271l-1.41,4.3872,2.8521,2.8521L10.7056,21.751,6.2856,19H4.395A11.9363,11.9363,0,0,1,15.397,4.03ZM5.1055,21h.6089l3.9345,2.4487A1.9912,1.9912,0,0,0,12.37,22.86l1.0078-1.5118a2.005,2.005,0,0,0-.25-2.5234l-1.9887-1.9888L11.729,15h4.5938A1.9906,1.9906,0,0,0,18.18,13.7427L19.7612,9.79a2.0019,2.0019,0,0,0-.0674-1.6382L17.6843,4.1323A11.9592,11.9592,0,0,1,26.8945,21H23a2.0023,2.0023,0,0,0-2,2v3.8945A11.9477,11.9477,0,0,1,5.1055,21ZM23,25.7266V23h2.7268A12.0762,12.0762,0,0,1,23,25.7266Z"
|
|
2001
2072
|
})), children);
|
|
2002
2073
|
});
|
|
2003
2074
|
if (process.env.NODE_ENV !== "production") {
|
|
2004
2075
|
EarthSoutheastAsia.propTypes = iconPropTypes;
|
|
2005
2076
|
}
|
|
2006
|
-
const EarthSoutheastAsiaFilled = /*#__PURE__*/React.forwardRef(function EarthSoutheastAsiaFilled(
|
|
2077
|
+
const EarthSoutheastAsiaFilled = /*#__PURE__*/React.forwardRef(function EarthSoutheastAsiaFilled(_ref90, ref) {
|
|
2007
2078
|
let {
|
|
2008
2079
|
children,
|
|
2009
2080
|
size = 16,
|
|
2010
2081
|
...rest
|
|
2011
|
-
} =
|
|
2082
|
+
} = _ref90;
|
|
2012
2083
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2013
2084
|
width: size,
|
|
2014
2085
|
height: size,
|
|
@@ -2017,21 +2088,21 @@ const EarthSoutheastAsiaFilled = /*#__PURE__*/React.forwardRef(function EarthSou
|
|
|
2017
2088
|
viewBox: "0 0 32 32",
|
|
2018
2089
|
fill: "currentColor",
|
|
2019
2090
|
...rest
|
|
2020
|
-
},
|
|
2091
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2021
2092
|
d: "M17 22H19V24H17zM17 18H19V20H17zM14 24H17V26H14z"
|
|
2022
|
-
})),
|
|
2093
|
+
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2023
2094
|
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2ZM4.7,20H6l4.1772,2.6a1,1,0,0,0,1.36-.2939l1.0078-1.5118a1,1,0,0,0-.125-1.2617L10,17.1118,11,14h5.323a1,1,0,0,0,.9285-.6284L18.8333,9.417a1,1,0,0,0-.034-.8189L16.5129,4.0259A11.9652,11.9652,0,0,1,26.3762,22H23a1,1,0,0,0-1,1v3.3765A11.9578,11.9578,0,0,1,4.7,20Z"
|
|
2024
2095
|
})), children);
|
|
2025
2096
|
});
|
|
2026
2097
|
if (process.env.NODE_ENV !== "production") {
|
|
2027
2098
|
EarthSoutheastAsiaFilled.propTypes = iconPropTypes;
|
|
2028
2099
|
}
|
|
2029
|
-
const Earthquake = /*#__PURE__*/React.forwardRef(function Earthquake(
|
|
2100
|
+
const Earthquake = /*#__PURE__*/React.forwardRef(function Earthquake(_ref91, ref) {
|
|
2030
2101
|
let {
|
|
2031
2102
|
children,
|
|
2032
2103
|
size = 16,
|
|
2033
2104
|
...rest
|
|
2034
|
-
} =
|
|
2105
|
+
} = _ref91;
|
|
2035
2106
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2036
2107
|
width: size,
|
|
2037
2108
|
height: size,
|
|
@@ -2040,19 +2111,19 @@ const Earthquake = /*#__PURE__*/React.forwardRef(function Earthquake(_ref88, ref
|
|
|
2040
2111
|
viewBox: "0 0 32 32",
|
|
2041
2112
|
fill: "currentColor",
|
|
2042
2113
|
...rest
|
|
2043
|
-
},
|
|
2114
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2044
2115
|
d: "M16.6123,2.2139a1.0094,1.0094,0,0,0-1.2427,0L1,13.4194l1.2427,1.5718L4,13.6211V26a2.0041,2.0041,0,0,0,2,2H26a2.0037,2.0037,0,0,0,2-2V13.63L29.7573,15,31,13.4282ZM6,12.0615,15,5.05v7.3638l3.458,3.458-6.7344,4.8105L14.3818,26H6ZM26,26H16.6182l-2.3418-4.6826,7.2656-5.1895L17,11.5859V5.0518l9,7.02Z"
|
|
2045
2116
|
})), children);
|
|
2046
2117
|
});
|
|
2047
2118
|
if (process.env.NODE_ENV !== "production") {
|
|
2048
2119
|
Earthquake.propTypes = iconPropTypes;
|
|
2049
2120
|
}
|
|
2050
|
-
const EdgeCluster = /*#__PURE__*/React.forwardRef(function EdgeCluster(
|
|
2121
|
+
const EdgeCluster = /*#__PURE__*/React.forwardRef(function EdgeCluster(_ref92, ref) {
|
|
2051
2122
|
let {
|
|
2052
2123
|
children,
|
|
2053
2124
|
size = 16,
|
|
2054
2125
|
...rest
|
|
2055
|
-
} =
|
|
2126
|
+
} = _ref92;
|
|
2056
2127
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2057
2128
|
width: size,
|
|
2058
2129
|
height: size,
|
|
@@ -2061,19 +2132,19 @@ const EdgeCluster = /*#__PURE__*/React.forwardRef(function EdgeCluster(_ref89, r
|
|
|
2061
2132
|
viewBox: "0 0 32 32",
|
|
2062
2133
|
fill: "currentColor",
|
|
2063
2134
|
...rest
|
|
2064
|
-
},
|
|
2135
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2065
2136
|
d: "M16 7a3 3 0 113-3A3.0033 3.0033 0 0116 7zm0-4a1 1 0 101 1A1.001 1.001 0 0016 3zM11 30a3 3 0 113-3A3.0033 3.0033 0 0111 30zm0-4a1 1 0 101 1A1.001 1.001 0 0011 26zM7 11a3 3 0 113-3A3.0033 3.0033 0 017 11zM7 7A1 1 0 108 8 1.001 1.001 0 007 7zM21 30a3 3 0 113-3A3.0033 3.0033 0 0121 30zm0-4a1 1 0 101 1A1.001 1.001 0 0021 26zM25 11a3 3 0 113-3A3.0033 3.0033 0 0125 11zm0-4a1 1 0 101 1A1.001 1.001 0 0025 7zM4 21a3 3 0 113-3A3.0033 3.0033 0 014 21zm0-4a1 1 0 101 1A1.001 1.001 0 004 17zM28 21a3 3 0 113-3A3.0033 3.0033 0 0128 21zm0-4a1 1 0 101 1A1.001 1.001 0 0028 17zM16 22a6 6 0 116-6A6.0069 6.0069 0 0116 22zm0-10a4 4 0 104 4A4.0045 4.0045 0 0016 12z"
|
|
2066
2137
|
})), children);
|
|
2067
2138
|
});
|
|
2068
2139
|
if (process.env.NODE_ENV !== "production") {
|
|
2069
2140
|
EdgeCluster.propTypes = iconPropTypes;
|
|
2070
2141
|
}
|
|
2071
|
-
const EdgeDevice = /*#__PURE__*/React.forwardRef(function EdgeDevice(
|
|
2142
|
+
const EdgeDevice = /*#__PURE__*/React.forwardRef(function EdgeDevice(_ref93, ref) {
|
|
2072
2143
|
let {
|
|
2073
2144
|
children,
|
|
2074
2145
|
size = 16,
|
|
2075
2146
|
...rest
|
|
2076
|
-
} =
|
|
2147
|
+
} = _ref93;
|
|
2077
2148
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2078
2149
|
width: size,
|
|
2079
2150
|
height: size,
|
|
@@ -2082,21 +2153,21 @@ const EdgeDevice = /*#__PURE__*/React.forwardRef(function EdgeDevice(_ref90, ref
|
|
|
2082
2153
|
viewBox: "0 0 32 32",
|
|
2083
2154
|
fill: "currentColor",
|
|
2084
2155
|
...rest
|
|
2085
|
-
},
|
|
2156
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2086
2157
|
d: "M9 21H23V23H9zM11 14a2 2 0 102 2A1.9806 1.9806 0 0011 14zM21 14a2 2 0 102 2A1.9806 1.9806 0 0021 14z"
|
|
2087
|
-
})),
|
|
2158
|
+
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2088
2159
|
d: "M28,8H18.4141l2.0722-2.0723A2.04,2.04,0,0,0,21,6a2,2,0,1,0-2-2,2.0412,2.0412,0,0,0,.0723.5137L15.5859,8H4a2.0025,2.0025,0,0,0-2,2V26a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V10A2.0025,2.0025,0,0,0,28,8ZM4,26V10H28V26Z"
|
|
2089
2160
|
})), children);
|
|
2090
2161
|
});
|
|
2091
2162
|
if (process.env.NODE_ENV !== "production") {
|
|
2092
2163
|
EdgeDevice.propTypes = iconPropTypes;
|
|
2093
2164
|
}
|
|
2094
|
-
const WatsonHealthEdgeEnhancement = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement(
|
|
2165
|
+
const WatsonHealthEdgeEnhancement = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement(_ref94, ref) {
|
|
2095
2166
|
let {
|
|
2096
2167
|
children,
|
|
2097
2168
|
size = 16,
|
|
2098
2169
|
...rest
|
|
2099
|
-
} =
|
|
2170
|
+
} = _ref94;
|
|
2100
2171
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2101
2172
|
width: size,
|
|
2102
2173
|
height: size,
|
|
@@ -2105,21 +2176,21 @@ const WatsonHealthEdgeEnhancement = /*#__PURE__*/React.forwardRef(function Watso
|
|
|
2105
2176
|
viewBox: "0 0 32 32",
|
|
2106
2177
|
fill: "currentColor",
|
|
2107
2178
|
...rest
|
|
2108
|
-
},
|
|
2179
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2109
2180
|
d: "M11.8164 4.7646L11.1328 2.887A13.976 13.976 0 006.9507 5.3278L8.2358 6.8593A11.9729 11.9729 0 0111.8164 4.7646zM5.5913 10L3.86 9a14.14 14.14 0 00-1.6382 4.5872l1.9677.3469A12.1519 12.1519 0 015.5913 10zM16 26A10 10 0 0016 6h0z"
|
|
2110
|
-
})),
|
|
2181
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2111
2182
|
d: "M30,16A14,14,0,0,0,16,2V4a11.9933,11.9933,0,0,1,4.0493,23.2847c-.1682.06-.334.1294-.5044.1821-.2512.0771-.51.1362-.7683.1973-.1262.03-.25.0693-.3772.0952-.2908.0591-.5884.0976-.8862.1352-.1.0122-.1983.0342-.2988.044A12.0015,12.0015,0,0,1,5.416,21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207,13.1207,0,0,1,4.19,18l-1.9677.4131A13.9173,13.9173,0,0,0,2.7,20.2993l-.0251.0083A13.9615,13.9615,0,0,0,16,30q.7134,0,1.415-.0713c.135-.0137.2654-.042.3995-.06.3286-.0424.6574-.0839.9814-.1494.18-.0366.3533-.0908.5308-.1338.2685-.0659.5383-.125.8027-.2065.2463-.0762.4831-.1724.7234-.2612.18-.0664.3635-.1211.5412-.1953l-.0009-.0025A14.0015,14.0015,0,0,0,30,16Z"
|
|
2112
2183
|
})), children);
|
|
2113
2184
|
});
|
|
2114
2185
|
if (process.env.NODE_ENV !== "production") {
|
|
2115
2186
|
WatsonHealthEdgeEnhancement.propTypes = iconPropTypes;
|
|
2116
2187
|
}
|
|
2117
|
-
const WatsonHealthEdgeEnhancement_01 = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement_01(
|
|
2188
|
+
const WatsonHealthEdgeEnhancement_01 = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement_01(_ref95, ref) {
|
|
2118
2189
|
let {
|
|
2119
2190
|
children,
|
|
2120
2191
|
size = 16,
|
|
2121
2192
|
...rest
|
|
2122
|
-
} =
|
|
2193
|
+
} = _ref95;
|
|
2123
2194
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2124
2195
|
width: size,
|
|
2125
2196
|
height: size,
|
|
@@ -2128,21 +2199,21 @@ const WatsonHealthEdgeEnhancement_01 = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
2128
2199
|
viewBox: "0 0 32 32",
|
|
2129
2200
|
fill: "currentColor",
|
|
2130
2201
|
...rest
|
|
2131
|
-
},
|
|
2202
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2132
2203
|
d: "M26 28L26 20 24 20 24 21 22 21 22 23 24 23 24 28 22 28 22 30 28 30 28 28 26 28zM28 16h2A14 14 0 0016 2V4A12 12 0 0128 16z"
|
|
2133
|
-
})),
|
|
2204
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2134
2205
|
d: "M26 16A10 10 0 0016 6V16zM16 28A11.96 11.96 0 015.416 21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207 13.1207 0 014.19 18l-1.9677.4131A13.9173 13.9173 0 002.7 20.2993l-.0251.0083A13.9615 13.9615 0 0016 30zM5.5913 10L3.86 9a14.14 14.14 0 00-1.6382 4.5872l1.9677.3469A12.1519 12.1519 0 015.5913 10zM11.8164 4.7646L11.1328 2.887A13.976 13.976 0 006.9507 5.3278L8.2358 6.8593A11.9729 11.9729 0 0111.8164 4.7646z"
|
|
2135
2206
|
})), children);
|
|
2136
2207
|
});
|
|
2137
2208
|
if (process.env.NODE_ENV !== "production") {
|
|
2138
2209
|
WatsonHealthEdgeEnhancement_01.propTypes = iconPropTypes;
|
|
2139
2210
|
}
|
|
2140
|
-
const WatsonHealthEdgeEnhancement_02 = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement_02(
|
|
2211
|
+
const WatsonHealthEdgeEnhancement_02 = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement_02(_ref96, ref) {
|
|
2141
2212
|
let {
|
|
2142
2213
|
children,
|
|
2143
2214
|
size = 16,
|
|
2144
2215
|
...rest
|
|
2145
|
-
} =
|
|
2216
|
+
} = _ref96;
|
|
2146
2217
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2147
2218
|
width: size,
|
|
2148
2219
|
height: size,
|
|
@@ -2151,21 +2222,21 @@ const WatsonHealthEdgeEnhancement_02 = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
2151
2222
|
viewBox: "0 0 32 32",
|
|
2152
2223
|
fill: "currentColor",
|
|
2153
2224
|
...rest
|
|
2154
|
-
},
|
|
2225
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2155
2226
|
d: "M28 30H22V26a2.002 2.002 0 012-2h2V22H22V20h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H24v2h4zM28 16h2A14 14 0 0016 2V4A12 12 0 0128 16z"
|
|
2156
|
-
})),
|
|
2227
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2157
2228
|
d: "M26 16A10 10 0 0016 6V16zM16 28A11.96 11.96 0 015.416 21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207 13.1207 0 014.19 18l-1.9677.4131A13.9173 13.9173 0 002.7 20.2993l-.0251.0083A13.9615 13.9615 0 0016 30zM5.5913 10L3.86 9a14.14 14.14 0 00-1.6382 4.5872l1.9677.3469A12.1519 12.1519 0 015.5913 10zM11.8164 4.7646L11.1328 2.887A13.976 13.976 0 006.9507 5.3278L8.2358 6.8593A11.9729 11.9729 0 0111.8164 4.7646z"
|
|
2158
2229
|
})), children);
|
|
2159
2230
|
});
|
|
2160
2231
|
if (process.env.NODE_ENV !== "production") {
|
|
2161
2232
|
WatsonHealthEdgeEnhancement_02.propTypes = iconPropTypes;
|
|
2162
2233
|
}
|
|
2163
|
-
const WatsonHealthEdgeEnhancement_03 = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement_03(
|
|
2234
|
+
const WatsonHealthEdgeEnhancement_03 = /*#__PURE__*/React.forwardRef(function WatsonHealthEdgeEnhancement_03(_ref97, ref) {
|
|
2164
2235
|
let {
|
|
2165
2236
|
children,
|
|
2166
2237
|
size = 16,
|
|
2167
2238
|
...rest
|
|
2168
|
-
} =
|
|
2239
|
+
} = _ref97;
|
|
2169
2240
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2170
2241
|
width: size,
|
|
2171
2242
|
height: size,
|
|
@@ -2174,21 +2245,21 @@ const WatsonHealthEdgeEnhancement_03 = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
2174
2245
|
viewBox: "0 0 32 32",
|
|
2175
2246
|
fill: "currentColor",
|
|
2176
2247
|
...rest
|
|
2177
|
-
},
|
|
2248
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2178
2249
|
d: "M26 20H22v2h4v2H23v2h3v2H22v2h4a2.0027 2.0027 0 002-2V22A2.0023 2.0023 0 0026 20zM28 16h2A14 14 0 0016 2V4A12 12 0 0128 16z"
|
|
2179
|
-
})),
|
|
2250
|
+
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2180
2251
|
d: "M26 16A10 10 0 0016 6V16zM16 28A11.96 11.96 0 015.416 21.6548c-.0664-.127-.133-.2534-.1953-.3843-.0547-.1123-.106-.227-.1572-.3413A13.1207 13.1207 0 014.19 18l-1.9677.4131A13.9173 13.9173 0 002.7 20.2993l-.0251.0083A13.9615 13.9615 0 0016 30zM5.5913 10L3.86 9a14.14 14.14 0 00-1.6382 4.5872l1.9677.3469A12.1519 12.1519 0 015.5913 10zM11.8164 4.7646L11.1328 2.887A13.976 13.976 0 006.9507 5.3278L8.2358 6.8593A11.9729 11.9729 0 0111.8164 4.7646z"
|
|
2181
2252
|
})), children);
|
|
2182
2253
|
});
|
|
2183
2254
|
if (process.env.NODE_ENV !== "production") {
|
|
2184
2255
|
WatsonHealthEdgeEnhancement_03.propTypes = iconPropTypes;
|
|
2185
2256
|
}
|
|
2186
|
-
const EdgeNode = /*#__PURE__*/React.forwardRef(function EdgeNode(
|
|
2257
|
+
const EdgeNode = /*#__PURE__*/React.forwardRef(function EdgeNode(_ref98, ref) {
|
|
2187
2258
|
let {
|
|
2188
2259
|
children,
|
|
2189
2260
|
size = 16,
|
|
2190
2261
|
...rest
|
|
2191
|
-
} =
|
|
2262
|
+
} = _ref98;
|
|
2192
2263
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2193
2264
|
width: size,
|
|
2194
2265
|
height: size,
|
|
@@ -2197,7 +2268,7 @@ const EdgeNode = /*#__PURE__*/React.forwardRef(function EdgeNode(_ref95, ref) {
|
|
|
2197
2268
|
viewBox: "0 0 32 32",
|
|
2198
2269
|
fill: "currentColor",
|
|
2199
2270
|
...rest
|
|
2200
|
-
},
|
|
2271
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2201
2272
|
d: "M22 6H26V10H22z"
|
|
2202
2273
|
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
2203
2274
|
cx: "7",
|
|
@@ -2215,21 +2286,21 @@ const EdgeNode = /*#__PURE__*/React.forwardRef(function EdgeNode(_ref95, ref) {
|
|
|
2215
2286
|
cx: "25",
|
|
2216
2287
|
cy: "17",
|
|
2217
2288
|
r: "1"
|
|
2218
|
-
})),
|
|
2289
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2219
2290
|
d: "M22,17V15H20V14a2.0023,2.0023,0,0,0-2-2H17V10H15v2H13V10H11v2H10a2.0023,2.0023,0,0,0-2,2v1H6v2H8v2H6v2H8v1a2.0023,2.0023,0,0,0,2,2h1v2h2V24h2v2h2V24h1a2.0023,2.0023,0,0,0,2-2V21h2V19H20V17Zm-4,5H10V14h8Z"
|
|
2220
|
-
})),
|
|
2291
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2221
2292
|
d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
|
|
2222
2293
|
})), children);
|
|
2223
2294
|
});
|
|
2224
2295
|
if (process.env.NODE_ENV !== "production") {
|
|
2225
2296
|
EdgeNode.propTypes = iconPropTypes;
|
|
2226
2297
|
}
|
|
2227
|
-
const EdgeNodeAlt = /*#__PURE__*/React.forwardRef(function EdgeNodeAlt(
|
|
2298
|
+
const EdgeNodeAlt = /*#__PURE__*/React.forwardRef(function EdgeNodeAlt(_ref99, ref) {
|
|
2228
2299
|
let {
|
|
2229
2300
|
children,
|
|
2230
2301
|
size = 16,
|
|
2231
2302
|
...rest
|
|
2232
|
-
} =
|
|
2303
|
+
} = _ref99;
|
|
2233
2304
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2234
2305
|
width: size,
|
|
2235
2306
|
height: size,
|
|
@@ -2238,7 +2309,7 @@ const EdgeNodeAlt = /*#__PURE__*/React.forwardRef(function EdgeNodeAlt(_ref96, r
|
|
|
2238
2309
|
viewBox: "0 0 32 32",
|
|
2239
2310
|
fill: "currentColor",
|
|
2240
2311
|
...rest
|
|
2241
|
-
},
|
|
2312
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2242
2313
|
d: "M27,22a2.981,2.981,0,0,0-2.0374.811l-4.0039-2.4023a2.0429,2.0429,0,0,0,0-.8174l4.0039-2.4023A2.9909,2.9909,0,1,0,24,15a2.9345,2.9345,0,0,0,.0415.4092l-4.0039,2.4023a3,3,0,1,0,0,4.377l4.0039,2.4023A2.9345,2.9345,0,0,0,24,25a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,27,14Zm-9,7a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,18,21Zm9,5a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,27,26Z"
|
|
2243
2314
|
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
2244
2315
|
cx: "7",
|
|
@@ -2252,19 +2323,19 @@ const EdgeNodeAlt = /*#__PURE__*/React.forwardRef(function EdgeNodeAlt(_ref96, r
|
|
|
2252
2323
|
cx: "7",
|
|
2253
2324
|
cy: "24",
|
|
2254
2325
|
r: "1"
|
|
2255
|
-
})),
|
|
2326
|
+
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2256
2327
|
d: "M22,13V5a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,5V27a2.0023,2.0023,0,0,0,2,2H20V27H4V21h8V19H4V13ZM4,5H20v6H4Z"
|
|
2257
2328
|
})), children);
|
|
2258
2329
|
});
|
|
2259
2330
|
if (process.env.NODE_ENV !== "production") {
|
|
2260
2331
|
EdgeNodeAlt.propTypes = iconPropTypes;
|
|
2261
2332
|
}
|
|
2262
|
-
const EdgeService = /*#__PURE__*/React.forwardRef(function EdgeService(
|
|
2333
|
+
const EdgeService = /*#__PURE__*/React.forwardRef(function EdgeService(_ref100, ref) {
|
|
2263
2334
|
let {
|
|
2264
2335
|
children,
|
|
2265
2336
|
size = 16,
|
|
2266
2337
|
...rest
|
|
2267
|
-
} =
|
|
2338
|
+
} = _ref100;
|
|
2268
2339
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2269
2340
|
width: size,
|
|
2270
2341
|
height: size,
|
|
@@ -2273,21 +2344,21 @@ const EdgeService = /*#__PURE__*/React.forwardRef(function EdgeService(_ref97, r
|
|
|
2273
2344
|
viewBox: "0 0 32 32",
|
|
2274
2345
|
fill: "currentColor",
|
|
2275
2346
|
...rest
|
|
2276
|
-
},
|
|
2347
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2277
2348
|
d: "M7 11H9V21H7zM11 11H13V21H11zM15 11H17V21H15zM19 11H21V21H19zM23 11H25V21H23z"
|
|
2278
|
-
})),
|
|
2349
|
+
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2279
2350
|
d: "M28,26H4a2.0023,2.0023,0,0,1-2-2V8A2.0023,2.0023,0,0,1,4,6H28a2.0023,2.0023,0,0,1,2,2V24A2.0023,2.0023,0,0,1,28,26ZM4,8V24H28V8Z"
|
|
2280
2351
|
})), children);
|
|
2281
2352
|
});
|
|
2282
2353
|
if (process.env.NODE_ENV !== "production") {
|
|
2283
2354
|
EdgeService.propTypes = iconPropTypes;
|
|
2284
2355
|
}
|
|
2285
|
-
const Edit = /*#__PURE__*/React.forwardRef(function Edit(
|
|
2356
|
+
const Edit = /*#__PURE__*/React.forwardRef(function Edit(_ref101, ref) {
|
|
2286
2357
|
let {
|
|
2287
2358
|
children,
|
|
2288
2359
|
size = 16,
|
|
2289
2360
|
...rest
|
|
2290
|
-
} =
|
|
2361
|
+
} = _ref101;
|
|
2291
2362
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2292
2363
|
width: size,
|
|
2293
2364
|
height: size,
|
|
@@ -2296,19 +2367,19 @@ const Edit = /*#__PURE__*/React.forwardRef(function Edit(_ref98, ref) {
|
|
|
2296
2367
|
viewBox: "0 0 32 32",
|
|
2297
2368
|
fill: "currentColor",
|
|
2298
2369
|
...rest
|
|
2299
|
-
},
|
|
2370
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2300
2371
|
d: "M2 26H30V28H2zM25.4 9c.8-.8.8-2 0-2.8 0 0 0 0 0 0l-3.6-3.6c-.8-.8-2-.8-2.8 0 0 0 0 0 0 0l-15 15V24h6.4L25.4 9zM20.4 4L24 7.6l-3 3L17.4 7 20.4 4zM6 22v-3.6l10-10 3.6 3.6-10 10H6z"
|
|
2301
2372
|
})), children);
|
|
2302
2373
|
});
|
|
2303
2374
|
if (process.env.NODE_ENV !== "production") {
|
|
2304
2375
|
Edit.propTypes = iconPropTypes;
|
|
2305
2376
|
}
|
|
2306
|
-
const EditOff = /*#__PURE__*/React.forwardRef(function EditOff(
|
|
2377
|
+
const EditOff = /*#__PURE__*/React.forwardRef(function EditOff(_ref102, ref) {
|
|
2307
2378
|
let {
|
|
2308
2379
|
children,
|
|
2309
2380
|
size = 16,
|
|
2310
2381
|
...rest
|
|
2311
|
-
} =
|
|
2382
|
+
} = _ref102;
|
|
2312
2383
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2313
2384
|
width: size,
|
|
2314
2385
|
height: size,
|
|
@@ -2317,19 +2388,19 @@ const EditOff = /*#__PURE__*/React.forwardRef(function EditOff(_ref99, ref) {
|
|
|
2317
2388
|
viewBox: "0 0 32 32",
|
|
2318
2389
|
fill: "currentColor",
|
|
2319
2390
|
...rest
|
|
2320
|
-
},
|
|
2391
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2321
2392
|
d: "M30 28.6L3.4 2 2 3.4l10.1 10.1L4 21.6V28h6.4l8.1-8.1L28.6 30 30 28.6zM9.6 26H6v-3.6l7.5-7.5 3.6 3.6L9.6 26zM29.4 6.2L29.4 6.2l-3.6-3.6c-.8-.8-2-.8-2.8 0l0 0 0 0-8 8 1.4 1.4L20 8.4l3.6 3.6L20 15.6l1.4 1.4 8-8C30.2 8.2 30.2 7 29.4 6.2L29.4 6.2zM25 10.6L21.4 7l3-3L28 7.6 25 10.6z"
|
|
2322
2393
|
})), children);
|
|
2323
2394
|
});
|
|
2324
2395
|
if (process.env.NODE_ENV !== "production") {
|
|
2325
2396
|
EditOff.propTypes = iconPropTypes;
|
|
2326
2397
|
}
|
|
2327
|
-
const EdtLoop = /*#__PURE__*/React.forwardRef(function EdtLoop(
|
|
2398
|
+
const EdtLoop = /*#__PURE__*/React.forwardRef(function EdtLoop(_ref103, ref) {
|
|
2328
2399
|
let {
|
|
2329
2400
|
children,
|
|
2330
2401
|
size = 16,
|
|
2331
2402
|
...rest
|
|
2332
|
-
} =
|
|
2403
|
+
} = _ref103;
|
|
2333
2404
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2334
2405
|
width: size,
|
|
2335
2406
|
height: size,
|
|
@@ -2338,19 +2409,19 @@ const EdtLoop = /*#__PURE__*/React.forwardRef(function EdtLoop(_ref100, ref) {
|
|
|
2338
2409
|
viewBox: "0 0 32 32",
|
|
2339
2410
|
fill: "currentColor",
|
|
2340
2411
|
...rest
|
|
2341
|
-
},
|
|
2412
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2342
2413
|
d: "M23.625,22.5875a6.1287,6.1287,0,0,1-4.5-1.9l-3.1-3.2-3.1,3.2a6.4582,6.4582,0,0,1-9.1,0,7.028,7.028,0,0,1-1.8-4.7,6.6547,6.6547,0,0,1,1.9-4.7,6.3375,6.3375,0,0,1,9,0l3.1,3.2,3.1-3.2a6.3375,6.3375,0,0,1,9,0,6.8282,6.8282,0,0,1,0,9.4A6.5418,6.5418,0,0,1,23.625,22.5875Zm-6.2-6.6,3.1,3.3a4.4061,4.4061,0,0,0,6.2,0,4.9077,4.9077,0,0,0,0-6.6,4.4061,4.4061,0,0,0-6.2,0Zm-9-4.6a4.1582,4.1582,0,0,0-3.1,1.3,4.8385,4.8385,0,0,0,0,6.6,4.4061,4.4061,0,0,0,6.2,0l3.1-3.3-3.1-3.3A4.7706,4.7706,0,0,0,8.425,11.3875Z"
|
|
2343
2414
|
})), children);
|
|
2344
2415
|
});
|
|
2345
2416
|
if (process.env.NODE_ENV !== "production") {
|
|
2346
2417
|
EdtLoop.propTypes = iconPropTypes;
|
|
2347
2418
|
}
|
|
2348
|
-
const Education = /*#__PURE__*/React.forwardRef(function Education(
|
|
2419
|
+
const Education = /*#__PURE__*/React.forwardRef(function Education(_ref104, ref) {
|
|
2349
2420
|
let {
|
|
2350
2421
|
children,
|
|
2351
2422
|
size = 16,
|
|
2352
2423
|
...rest
|
|
2353
|
-
} =
|
|
2424
|
+
} = _ref104;
|
|
2354
2425
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2355
2426
|
width: size,
|
|
2356
2427
|
height: size,
|
|
@@ -2359,21 +2430,21 @@ const Education = /*#__PURE__*/React.forwardRef(function Education(_ref101, ref)
|
|
|
2359
2430
|
viewBox: "0 0 32 32",
|
|
2360
2431
|
fill: "currentColor",
|
|
2361
2432
|
...rest
|
|
2362
|
-
},
|
|
2433
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2363
2434
|
d: "M26 30H24V27a5.0059 5.0059 0 00-5-5H13a5.0059 5.0059 0 00-5 5v3H6V27a7.0082 7.0082 0 017-7h6a7.0082 7.0082 0 017 7zM5 6A1 1 0 004 7v9H6V7A1 1 0 005 6z"
|
|
2364
|
-
})),
|
|
2435
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2365
2436
|
d: "M4,2V4H9v7a7,7,0,0,0,14,0V4h5V2Zm7,2H21V7H11Zm5,12a5,5,0,0,1-5-5V9H21v2A5,5,0,0,1,16,16Z"
|
|
2366
2437
|
})), children);
|
|
2367
2438
|
});
|
|
2368
2439
|
if (process.env.NODE_ENV !== "production") {
|
|
2369
2440
|
Education.propTypes = iconPropTypes;
|
|
2370
2441
|
}
|
|
2371
|
-
const Email = /*#__PURE__*/React.forwardRef(function Email(
|
|
2442
|
+
const Email = /*#__PURE__*/React.forwardRef(function Email(_ref105, ref) {
|
|
2372
2443
|
let {
|
|
2373
2444
|
children,
|
|
2374
2445
|
size = 16,
|
|
2375
2446
|
...rest
|
|
2376
|
-
} =
|
|
2447
|
+
} = _ref105;
|
|
2377
2448
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2378
2449
|
width: size,
|
|
2379
2450
|
height: size,
|
|
@@ -2382,19 +2453,19 @@ const Email = /*#__PURE__*/React.forwardRef(function Email(_ref102, ref) {
|
|
|
2382
2453
|
viewBox: "0 0 32 32",
|
|
2383
2454
|
fill: "currentColor",
|
|
2384
2455
|
...rest
|
|
2385
|
-
},
|
|
2456
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2386
2457
|
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM25.8,8,16,14.78,6.2,8ZM4,24V8.91l11.43,7.91a1,1,0,0,0,1.14,0L28,8.91V24Z"
|
|
2387
2458
|
})), children);
|
|
2388
2459
|
});
|
|
2389
2460
|
if (process.env.NODE_ENV !== "production") {
|
|
2390
2461
|
Email.propTypes = iconPropTypes;
|
|
2391
2462
|
}
|
|
2392
|
-
const EmailNew = /*#__PURE__*/React.forwardRef(function EmailNew(
|
|
2463
|
+
const EmailNew = /*#__PURE__*/React.forwardRef(function EmailNew(_ref106, ref) {
|
|
2393
2464
|
let {
|
|
2394
2465
|
children,
|
|
2395
2466
|
size = 16,
|
|
2396
2467
|
...rest
|
|
2397
|
-
} =
|
|
2468
|
+
} = _ref106;
|
|
2398
2469
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2399
2470
|
width: size,
|
|
2400
2471
|
height: size,
|
|
@@ -2403,7 +2474,7 @@ const EmailNew = /*#__PURE__*/React.forwardRef(function EmailNew(_ref103, ref) {
|
|
|
2403
2474
|
viewBox: "0 0 32 32",
|
|
2404
2475
|
fill: "currentColor",
|
|
2405
2476
|
...rest
|
|
2406
|
-
},
|
|
2477
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2407
2478
|
d: "M19,24H4L3.9966,8.9062l11.4341,7.9161a1.0008,1.0008,0,0,0,1.1386,0L28,8.9087,28,18h2V8a2.0027,2.0027,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,8V24a2.0027,2.0027,0,0,0,2,2H19ZM25.7986,8,16,14.7837,6.2014,8Z"
|
|
2408
2479
|
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
2409
2480
|
cx: "26",
|
|
@@ -2414,12 +2485,12 @@ const EmailNew = /*#__PURE__*/React.forwardRef(function EmailNew(_ref103, ref) {
|
|
|
2414
2485
|
if (process.env.NODE_ENV !== "production") {
|
|
2415
2486
|
EmailNew.propTypes = iconPropTypes;
|
|
2416
2487
|
}
|
|
2417
|
-
const Encryption = /*#__PURE__*/React.forwardRef(function Encryption(
|
|
2488
|
+
const Encryption = /*#__PURE__*/React.forwardRef(function Encryption(_ref107, ref) {
|
|
2418
2489
|
let {
|
|
2419
2490
|
children,
|
|
2420
2491
|
size = 16,
|
|
2421
2492
|
...rest
|
|
2422
|
-
} =
|
|
2493
|
+
} = _ref107;
|
|
2423
2494
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2424
2495
|
width: size,
|
|
2425
2496
|
height: size,
|
|
@@ -2428,19 +2499,19 @@ const Encryption = /*#__PURE__*/React.forwardRef(function Encryption(_ref104, re
|
|
|
2428
2499
|
viewBox: "0 0 32 32",
|
|
2429
2500
|
fill: "currentColor",
|
|
2430
2501
|
...rest
|
|
2431
|
-
},
|
|
2502
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2432
2503
|
d: "M29 21.2783V19a4 4 0 00-8 0v2.2783A1.9935 1.9935 0 0020 23v5a2.0025 2.0025 0 002 2h6a2.0025 2.0025 0 002-2V23A1.9935 1.9935 0 0029 21.2783zM25 17a2.0025 2.0025 0 012 2v2H23V19A2.0025 2.0025 0 0125 17zM22 28V23h6v5zM2 2H4V6H2zM14 2H16V6H14zM18 2H20V6H18zM2 8H4V16H2zM2 18H4V26H2zM14 18H16V26H14zM6 8H8V16H6zM18 8H20V14H18zM10 26H8a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2h2a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0110 26zM8 20v4h2V20zM14 16H12a2.0023 2.0023 0 01-2-2V10a2.0023 2.0023 0 012-2h2a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0114 16zm-2-6v4h2V10zM10 6H8A2.0023 2.0023 0 016 4V2H8V4h2V2h2V4A2.0023 2.0023 0 0110 6z"
|
|
2433
2504
|
})), children);
|
|
2434
2505
|
});
|
|
2435
2506
|
if (process.env.NODE_ENV !== "production") {
|
|
2436
2507
|
Encryption.propTypes = iconPropTypes;
|
|
2437
2508
|
}
|
|
2438
|
-
const EnergyRenewable = /*#__PURE__*/React.forwardRef(function EnergyRenewable(
|
|
2509
|
+
const EnergyRenewable = /*#__PURE__*/React.forwardRef(function EnergyRenewable(_ref108, ref) {
|
|
2439
2510
|
let {
|
|
2440
2511
|
children,
|
|
2441
2512
|
size = 16,
|
|
2442
2513
|
...rest
|
|
2443
|
-
} =
|
|
2514
|
+
} = _ref108;
|
|
2444
2515
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2445
2516
|
width: size,
|
|
2446
2517
|
height: size,
|
|
@@ -2449,19 +2520,19 @@ const EnergyRenewable = /*#__PURE__*/React.forwardRef(function EnergyRenewable(_
|
|
|
2449
2520
|
viewBox: "0 0 32 32",
|
|
2450
2521
|
fill: "currentColor",
|
|
2451
2522
|
...rest
|
|
2452
|
-
},
|
|
2523
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2453
2524
|
d: "M29,14H28V10H26v4H24V10H22v4H21a1,1,0,0,0-1,1v4a5.0079,5.0079,0,0,0,4,4.8989V27a1.0008,1.0008,0,0,1-1,1H5a1,1,0,0,1,0-2h5a3,3,0,0,0,0-6H5a1,1,0,0,1,0-2h5a3.0033,3.0033,0,0,0,3-3V11h1a4.0045,4.0045,0,0,0,4-4V4H15a3.979,3.979,0,0,0-2.7468,1.1064A6.0041,6.0041,0,0,0,7,2H4V5a6.0066,6.0066,0,0,0,6,6h1v4a1.0008,1.0008,0,0,1-1,1H5a3,3,0,0,0,0,6h5a1,1,0,0,1,0,2H5a3,3,0,0,0,0,6H23a3.0033,3.0033,0,0,0,3-3V23.8989A5.0079,5.0079,0,0,0,30,19V15A1,1,0,0,0,29,14ZM13,8a2.002,2.002,0,0,1,2-2h1V7a2.002,2.002,0,0,1-2,2H13ZM10,9A4.0045,4.0045,0,0,1,6,5V4H7a4.0045,4.0045,0,0,1,4,4V9ZM28,19a3,3,0,0,1-6,0V16h6Z"
|
|
2454
2525
|
})), children);
|
|
2455
2526
|
});
|
|
2456
2527
|
if (process.env.NODE_ENV !== "production") {
|
|
2457
2528
|
EnergyRenewable.propTypes = iconPropTypes;
|
|
2458
2529
|
}
|
|
2459
|
-
const Enterprise = /*#__PURE__*/React.forwardRef(function Enterprise(
|
|
2530
|
+
const Enterprise = /*#__PURE__*/React.forwardRef(function Enterprise(_ref109, ref) {
|
|
2460
2531
|
let {
|
|
2461
2532
|
children,
|
|
2462
2533
|
size = 16,
|
|
2463
2534
|
...rest
|
|
2464
|
-
} =
|
|
2535
|
+
} = _ref109;
|
|
2465
2536
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2466
2537
|
width: size,
|
|
2467
2538
|
height: size,
|
|
@@ -2470,21 +2541,21 @@ const Enterprise = /*#__PURE__*/React.forwardRef(function Enterprise(_ref106, re
|
|
|
2470
2541
|
viewBox: "0 0 32 32",
|
|
2471
2542
|
fill: "currentColor",
|
|
2472
2543
|
...rest
|
|
2473
|
-
},
|
|
2544
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2474
2545
|
d: "M8 8H10V12H8zM8 14H10V18H8zM14 8H16V12H14zM14 14H16V18H14zM8 20H10V24H8zM14 20H16V24H14z"
|
|
2475
|
-
})),
|
|
2546
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2476
2547
|
d: "M30,14a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V30H30ZM4,4H20V28H4ZM22,28V14h6V28Z"
|
|
2477
2548
|
})), children);
|
|
2478
2549
|
});
|
|
2479
2550
|
if (process.env.NODE_ENV !== "production") {
|
|
2480
2551
|
Enterprise.propTypes = iconPropTypes;
|
|
2481
2552
|
}
|
|
2482
|
-
const EqualApproximately = /*#__PURE__*/React.forwardRef(function EqualApproximately(
|
|
2553
|
+
const EqualApproximately = /*#__PURE__*/React.forwardRef(function EqualApproximately(_ref110, ref) {
|
|
2483
2554
|
let {
|
|
2484
2555
|
children,
|
|
2485
2556
|
size = 16,
|
|
2486
2557
|
...rest
|
|
2487
|
-
} =
|
|
2558
|
+
} = _ref110;
|
|
2488
2559
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2489
2560
|
width: size,
|
|
2490
2561
|
height: size,
|
|
@@ -2493,21 +2564,21 @@ const EqualApproximately = /*#__PURE__*/React.forwardRef(function EqualApproxima
|
|
|
2493
2564
|
viewBox: "0 0 32 32",
|
|
2494
2565
|
fill: "currentColor",
|
|
2495
2566
|
...rest
|
|
2496
|
-
},
|
|
2567
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2497
2568
|
d: "M20 15c-1.7771 0-3.2314-.8726-4.5144-1.6425-1.1636-.6981-2.2627-1.3575-3.4856-1.3575-1.3977 0-2.449.8629-3.2927 1.707l-1.4146-1.4141c1.0674-1.0675 2.5669-2.293 4.7073-2.293 1.7771 0 3.2314.8726 4.5144 1.6425 1.1636.6981 2.2627 1.3575 3.4856 1.3575 1.3975 0 2.4487-.8629 3.293-1.7072l1.4141 1.4143c-1.0674 1.0675-2.5671 2.2928-4.707 2.2928zM20 22c-1.7771 0-3.2314-.8726-4.5144-1.6425-1.1636-.6981-2.2627-1.3575-3.4856-1.3575-1.3977 0-2.449.8629-3.2927 1.707l-1.4146-1.4141c1.0674-1.0675 2.5669-2.293 4.7073-2.293 1.7771 0 3.2314.8726 4.5144 1.6425 1.1636.6981 2.2627 1.3575 3.4856 1.3575 1.3975 0 2.4487-.8629 3.293-1.7072l1.4141 1.4143c-1.0674 1.0675-2.5671 2.2928-4.707 2.2928z"
|
|
2498
|
-
})),
|
|
2569
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2499
2570
|
d: "m16,30c-7.7197,0-14-6.2804-14-14S8.2802,2,16,2s14,6.2804,14,14-6.2803,14-14,14Zm0-26c-6.6167,0-12,5.3832-12,12s5.3833,12,12,12,12-5.3832,12-12-5.3833-12-12-12Z"
|
|
2500
2571
|
})), children);
|
|
2501
2572
|
});
|
|
2502
2573
|
if (process.env.NODE_ENV !== "production") {
|
|
2503
2574
|
EqualApproximately.propTypes = iconPropTypes;
|
|
2504
2575
|
}
|
|
2505
|
-
const Equalizer = /*#__PURE__*/React.forwardRef(function Equalizer(
|
|
2576
|
+
const Equalizer = /*#__PURE__*/React.forwardRef(function Equalizer(_ref111, ref) {
|
|
2506
2577
|
let {
|
|
2507
2578
|
children,
|
|
2508
2579
|
size = 16,
|
|
2509
2580
|
...rest
|
|
2510
|
-
} =
|
|
2581
|
+
} = _ref111;
|
|
2511
2582
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2512
2583
|
width: size,
|
|
2513
2584
|
height: size,
|
|
@@ -2516,19 +2587,19 @@ const Equalizer = /*#__PURE__*/React.forwardRef(function Equalizer(_ref108, ref)
|
|
|
2516
2587
|
viewBox: "0 0 32 32",
|
|
2517
2588
|
fill: "currentColor",
|
|
2518
2589
|
...rest
|
|
2519
|
-
},
|
|
2590
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2520
2591
|
d: "M2 28H10V30H2zM2 24H10V26H2zM12 28H20V30H12zM12 24H20V26H12zM2 20H10V22H2zM12 20H20V22H12zM2 16H10V18H2zM12 16H20V18H12zM12 12H20V14H12zM12 8H20V10H12zM12 4H20V6H12zM22 28H30V30H22zM22 24H30V26H22z"
|
|
2521
2592
|
})), children);
|
|
2522
2593
|
});
|
|
2523
2594
|
if (process.env.NODE_ENV !== "production") {
|
|
2524
2595
|
Equalizer.propTypes = iconPropTypes;
|
|
2525
2596
|
}
|
|
2526
|
-
const Erase = /*#__PURE__*/React.forwardRef(function Erase(
|
|
2597
|
+
const Erase = /*#__PURE__*/React.forwardRef(function Erase(_ref112, ref) {
|
|
2527
2598
|
let {
|
|
2528
2599
|
children,
|
|
2529
2600
|
size = 16,
|
|
2530
2601
|
...rest
|
|
2531
|
-
} =
|
|
2602
|
+
} = _ref112;
|
|
2532
2603
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2533
2604
|
width: size,
|
|
2534
2605
|
height: size,
|
|
@@ -2537,19 +2608,19 @@ const Erase = /*#__PURE__*/React.forwardRef(function Erase(_ref109, ref) {
|
|
|
2537
2608
|
viewBox: "0 0 32 32",
|
|
2538
2609
|
fill: "currentColor",
|
|
2539
2610
|
...rest
|
|
2540
|
-
},
|
|
2611
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2541
2612
|
d: "M7 27H30V29H7zM27.38 10.51L19.45 2.59a2 2 0 00-2.83 0l-14 14a2 2 0 000 2.83L7.13 24h9.59L27.38 13.34A2 2 0 0027.38 10.51zM15.89 22H8L4 18l6.31-6.31 7.93 7.92zm3.76-3.76l-7.92-7.93L18 4 26 11.93z"
|
|
2542
2613
|
})), children);
|
|
2543
2614
|
});
|
|
2544
2615
|
if (process.env.NODE_ENV !== "production") {
|
|
2545
2616
|
Erase.propTypes = iconPropTypes;
|
|
2546
2617
|
}
|
|
2547
|
-
const WatsonHealthErase_3D = /*#__PURE__*/React.forwardRef(function WatsonHealthErase_3D(
|
|
2618
|
+
const WatsonHealthErase_3D = /*#__PURE__*/React.forwardRef(function WatsonHealthErase_3D(_ref113, ref) {
|
|
2548
2619
|
let {
|
|
2549
2620
|
children,
|
|
2550
2621
|
size = 16,
|
|
2551
2622
|
...rest
|
|
2552
|
-
} =
|
|
2623
|
+
} = _ref113;
|
|
2553
2624
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2554
2625
|
width: size,
|
|
2555
2626
|
height: size,
|
|
@@ -2558,19 +2629,19 @@ const WatsonHealthErase_3D = /*#__PURE__*/React.forwardRef(function WatsonHealth
|
|
|
2558
2629
|
viewBox: "0 0 32 32",
|
|
2559
2630
|
fill: "currentColor",
|
|
2560
2631
|
...rest
|
|
2561
|
-
},
|
|
2632
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2562
2633
|
d: "M30.4148 16.5132L22.488 8.5859a2.0014 2.0014 0 00-2.8291 0L5.6208 22.624a2.0024 2.0024 0 000 2.8291L10.1663 30h9.5908L30.4148 19.3413A2.001 2.001 0 0030.4148 16.5132zM18.929 28H10.9949l-3.96-3.9619 6.3123-6.3118 7.9276 7.9276zm3.76-3.76l-7.9276-7.9276L21.074 10l7.9267 7.9272zM11 12H8V2h3a3.0033 3.0033 0 013 3V9A3.0033 3.0033 0 0111 12zm-1-2h1a1.0009 1.0009 0 001-1V5a1.0009 1.0009 0 00-1-1H10zM4 2H0V4H4V6H1V8H4v2H0v2H4a2.0027 2.0027 0 002-2V4A2.0023 2.0023 0 004 2z"
|
|
2563
2634
|
})), children);
|
|
2564
2635
|
});
|
|
2565
2636
|
if (process.env.NODE_ENV !== "production") {
|
|
2566
2637
|
WatsonHealthErase_3D.propTypes = iconPropTypes;
|
|
2567
2638
|
}
|
|
2568
|
-
const Error = /*#__PURE__*/React.forwardRef(function Error(
|
|
2639
|
+
const Error = /*#__PURE__*/React.forwardRef(function Error(_ref114, ref) {
|
|
2569
2640
|
let {
|
|
2570
2641
|
children,
|
|
2571
2642
|
size = 16,
|
|
2572
2643
|
...rest
|
|
2573
|
-
} =
|
|
2644
|
+
} = _ref114;
|
|
2574
2645
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2575
2646
|
width: size,
|
|
2576
2647
|
height: size,
|
|
@@ -2579,19 +2650,19 @@ const Error = /*#__PURE__*/React.forwardRef(function Error(_ref111, ref) {
|
|
|
2579
2650
|
viewBox: "0 0 32 32",
|
|
2580
2651
|
fill: "currentColor",
|
|
2581
2652
|
...rest
|
|
2582
|
-
},
|
|
2653
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2583
2654
|
d: "M2,16H2A14,14,0,1,0,16,2,14,14,0,0,0,2,16Zm23.15,7.75L8.25,6.85a12,12,0,0,1,16.9,16.9ZM8.24,25.16A12,12,0,0,1,6.84,8.27L23.73,25.16a12,12,0,0,1-15.49,0Z"
|
|
2584
2655
|
})), children);
|
|
2585
2656
|
});
|
|
2586
2657
|
if (process.env.NODE_ENV !== "production") {
|
|
2587
2658
|
Error.propTypes = iconPropTypes;
|
|
2588
2659
|
}
|
|
2589
|
-
const ErrorFilled = /*#__PURE__*/React.forwardRef(function ErrorFilled(
|
|
2660
|
+
const ErrorFilled = /*#__PURE__*/React.forwardRef(function ErrorFilled(_ref115, ref) {
|
|
2590
2661
|
let {
|
|
2591
2662
|
children,
|
|
2592
2663
|
size = 16,
|
|
2593
2664
|
...rest
|
|
2594
|
-
} =
|
|
2665
|
+
} = _ref115;
|
|
2595
2666
|
if (size === 16 || size === "16" || size === "16px") {
|
|
2596
2667
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2597
2668
|
width: size,
|
|
@@ -2601,9 +2672,9 @@ const ErrorFilled = /*#__PURE__*/React.forwardRef(function ErrorFilled(_ref112,
|
|
|
2601
2672
|
viewBox: "0 0 16 16",
|
|
2602
2673
|
fill: "currentColor",
|
|
2603
2674
|
...rest
|
|
2604
|
-
},
|
|
2675
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2605
2676
|
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M10.7,11.5L4.5,5.3l0.8-0.8l6.2,6.2L10.7,11.5z"
|
|
2606
|
-
})),
|
|
2677
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2607
2678
|
fill: "none",
|
|
2608
2679
|
d: "M10.7,11.5L4.5,5.3l0.8-0.8l6.2,6.2L10.7,11.5z",
|
|
2609
2680
|
"data-icon-path": "inner-path",
|
|
@@ -2619,9 +2690,9 @@ const ErrorFilled = /*#__PURE__*/React.forwardRef(function ErrorFilled(_ref112,
|
|
|
2619
2690
|
viewBox: "0 0 20 20",
|
|
2620
2691
|
fill: "currentColor",
|
|
2621
2692
|
...rest
|
|
2622
|
-
},
|
|
2693
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2623
2694
|
d: "M10,1c-5,0-9,4-9,9s4,9,9,9s9-4,9-9S15,1,10,1z M13.5,14.5l-8-8l1-1l8,8L13.5,14.5z"
|
|
2624
|
-
})),
|
|
2695
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2625
2696
|
d: "M13.5,14.5l-8-8l1-1l8,8L13.5,14.5z",
|
|
2626
2697
|
"data-icon-path": "inner-path",
|
|
2627
2698
|
opacity: "0"
|
|
@@ -2636,9 +2707,9 @@ const ErrorFilled = /*#__PURE__*/React.forwardRef(function ErrorFilled(_ref112,
|
|
|
2636
2707
|
viewBox: "0 0 24 24",
|
|
2637
2708
|
fill: "currentColor",
|
|
2638
2709
|
...rest
|
|
2639
|
-
},
|
|
2710
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2640
2711
|
d: "M12,1C5.9,1,1,5.9,1,12s4.9,11,11,11s11-4.9,11-11S18.1,1,12,1z M16.3,17.5L6.5,7.7l1.2-1.2l9.8,9.8L16.3,17.5z"
|
|
2641
|
-
})),
|
|
2712
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2642
2713
|
fill: "none",
|
|
2643
2714
|
d: "M16.3,17.5L6.5,7.7l1.2-1.2l9.8,9.8L16.3,17.5z",
|
|
2644
2715
|
"data-icon-path": "inner-path",
|
|
@@ -2653,24 +2724,24 @@ const ErrorFilled = /*#__PURE__*/React.forwardRef(function ErrorFilled(_ref112,
|
|
|
2653
2724
|
viewBox: "0 0 32 32",
|
|
2654
2725
|
fill: "currentColor",
|
|
2655
2726
|
...rest
|
|
2656
|
-
},
|
|
2727
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2657
2728
|
fill: "none",
|
|
2658
2729
|
d: "M14.9 7.2H17.1V24.799H14.9z",
|
|
2659
2730
|
"data-icon-path": "inner-path",
|
|
2660
2731
|
transform: "rotate(-45 16 16)"
|
|
2661
|
-
})),
|
|
2732
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2662
2733
|
d: "M16,2A13.914,13.914,0,0,0,2,16,13.914,13.914,0,0,0,16,30,13.914,13.914,0,0,0,30,16,13.914,13.914,0,0,0,16,2Zm5.4449,21L9,10.5557,10.5557,9,23,21.4448Z"
|
|
2663
2734
|
})), children);
|
|
2664
2735
|
});
|
|
2665
2736
|
if (process.env.NODE_ENV !== "production") {
|
|
2666
2737
|
ErrorFilled.propTypes = iconPropTypes;
|
|
2667
2738
|
}
|
|
2668
|
-
const ErrorOutline = /*#__PURE__*/React.forwardRef(function ErrorOutline(
|
|
2739
|
+
const ErrorOutline = /*#__PURE__*/React.forwardRef(function ErrorOutline(_ref116, ref) {
|
|
2669
2740
|
let {
|
|
2670
2741
|
children,
|
|
2671
2742
|
size = 16,
|
|
2672
2743
|
...rest
|
|
2673
|
-
} =
|
|
2744
|
+
} = _ref116;
|
|
2674
2745
|
if (size === 16 || size === "16" || size === "16px") {
|
|
2675
2746
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2676
2747
|
width: size,
|
|
@@ -2680,9 +2751,9 @@ const ErrorOutline = /*#__PURE__*/React.forwardRef(function ErrorOutline(_ref113
|
|
|
2680
2751
|
viewBox: "0 0 16 16",
|
|
2681
2752
|
fill: "currentColor",
|
|
2682
2753
|
...rest
|
|
2683
|
-
},
|
|
2754
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2684
2755
|
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"
|
|
2685
|
-
})),
|
|
2756
|
+
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2686
2757
|
d: "M7.4 3.6H8.5V12.4H7.4z",
|
|
2687
2758
|
transform: "rotate(-45.001 8 8)"
|
|
2688
2759
|
})), children);
|
|
@@ -2695,22 +2766,22 @@ const ErrorOutline = /*#__PURE__*/React.forwardRef(function ErrorOutline(_ref113
|
|
|
2695
2766
|
viewBox: "0 0 32 32",
|
|
2696
2767
|
fill: "currentColor",
|
|
2697
2768
|
...rest
|
|
2698
|
-
},
|
|
2769
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2699
2770
|
d: "M14.9 7.2H17.1V24.799H14.9z",
|
|
2700
2771
|
transform: "rotate(-45 16 16)"
|
|
2701
|
-
})),
|
|
2772
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2702
2773
|
d: "M16,2A13.9138,13.9138,0,0,0,2,16,13.9138,13.9138,0,0,0,16,30,13.9138,13.9138,0,0,0,30,16,13.9138,13.9138,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12.0353,12.0353,0,0,1,16,28Z"
|
|
2703
2774
|
})), children);
|
|
2704
2775
|
});
|
|
2705
2776
|
if (process.env.NODE_ENV !== "production") {
|
|
2706
2777
|
ErrorOutline.propTypes = iconPropTypes;
|
|
2707
2778
|
}
|
|
2708
|
-
const Event = /*#__PURE__*/React.forwardRef(function Event(
|
|
2779
|
+
const Event = /*#__PURE__*/React.forwardRef(function Event(_ref117, ref) {
|
|
2709
2780
|
let {
|
|
2710
2781
|
children,
|
|
2711
2782
|
size = 16,
|
|
2712
2783
|
...rest
|
|
2713
|
-
} =
|
|
2784
|
+
} = _ref117;
|
|
2714
2785
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2715
2786
|
width: size,
|
|
2716
2787
|
height: size,
|
|
@@ -2719,21 +2790,21 @@ const Event = /*#__PURE__*/React.forwardRef(function Event(_ref114, ref) {
|
|
|
2719
2790
|
viewBox: "0 0 32 32",
|
|
2720
2791
|
fill: "currentColor",
|
|
2721
2792
|
...rest
|
|
2722
|
-
},
|
|
2793
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2723
2794
|
d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
|
|
2724
|
-
})),
|
|
2795
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2725
2796
|
d: "M21 15L23.549 19.938 29 20.729 25 24.573 26 30 21 27.438 16 30 17 24.573 13 20.729 18.6 19.938 21 15z"
|
|
2726
2797
|
})), children);
|
|
2727
2798
|
});
|
|
2728
2799
|
if (process.env.NODE_ENV !== "production") {
|
|
2729
2800
|
Event.propTypes = iconPropTypes;
|
|
2730
2801
|
}
|
|
2731
|
-
const EventChange = /*#__PURE__*/React.forwardRef(function EventChange(
|
|
2802
|
+
const EventChange = /*#__PURE__*/React.forwardRef(function EventChange(_ref118, ref) {
|
|
2732
2803
|
let {
|
|
2733
2804
|
children,
|
|
2734
2805
|
size = 16,
|
|
2735
2806
|
...rest
|
|
2736
|
-
} =
|
|
2807
|
+
} = _ref118;
|
|
2737
2808
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2738
2809
|
width: size,
|
|
2739
2810
|
height: size,
|
|
@@ -2742,30 +2813,30 @@ const EventChange = /*#__PURE__*/React.forwardRef(function EventChange(_ref115,
|
|
|
2742
2813
|
viewBox: "0 0 32 32",
|
|
2743
2814
|
fill: "currentColor",
|
|
2744
2815
|
...rest
|
|
2745
|
-
},
|
|
2816
|
+
}, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2746
2817
|
d: "M17 15H19V22H17z"
|
|
2747
2818
|
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
2748
2819
|
cx: "18",
|
|
2749
2820
|
cy: "25",
|
|
2750
2821
|
r: "1.25"
|
|
2751
|
-
})),
|
|
2822
|
+
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2752
2823
|
d: "M29 30H7c-.3499 0-.6743-.1829-.8555-.4823s-.1926-.6718-.0303-.9817L17.1143 7.536c.1726-.3296.5292-.536.8857-.536s.7131.2064.8857.536l11 21c.1624.3099.1509.6823-.0303.9817s-.5056.4823-.8555.4823zm-20.3474-2h18.6948l-9.3474-17.8448-9.3474 17.8448zM7 23H3c-.3467 0-.6685-.1794-.8506-.4742-.1824-.2948-.1987-.663-.0439-.973l2.5-5 1.7891.8945-1.7766 3.5527h2.3821v2z"
|
|
2753
|
-
})),
|
|
2824
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2754
2825
|
d: "M4.955 11.5H10.545V13.5H4.955z",
|
|
2755
2826
|
transform: "rotate(-63.435 7.75 12.5)"
|
|
2756
|
-
})),
|
|
2827
|
+
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2757
2828
|
d: "m10.8945,8.4473l-1.7891-.8945,2.5-5c.1694-.3387.532-.5527.8945-.5527s.7251.214.8945.5527l2,4-1.7891.8945-1.1055-2.2112-1.6055,3.2112Z"
|
|
2758
2829
|
})), children);
|
|
2759
2830
|
});
|
|
2760
2831
|
if (process.env.NODE_ENV !== "production") {
|
|
2761
2832
|
EventChange.propTypes = iconPropTypes;
|
|
2762
2833
|
}
|
|
2763
|
-
const EventIncident = /*#__PURE__*/React.forwardRef(function EventIncident(
|
|
2834
|
+
const EventIncident = /*#__PURE__*/React.forwardRef(function EventIncident(_ref119, ref) {
|
|
2764
2835
|
let {
|
|
2765
2836
|
children,
|
|
2766
2837
|
size = 16,
|
|
2767
2838
|
...rest
|
|
2768
|
-
} =
|
|
2839
|
+
} = _ref119;
|
|
2769
2840
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2770
2841
|
width: size,
|
|
2771
2842
|
height: size,
|
|
@@ -2774,21 +2845,21 @@ const EventIncident = /*#__PURE__*/React.forwardRef(function EventIncident(_ref1
|
|
|
2774
2845
|
viewBox: "0 0 32 32",
|
|
2775
2846
|
fill: "currentColor",
|
|
2776
2847
|
...rest
|
|
2777
|
-
},
|
|
2848
|
+
}, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2778
2849
|
d: "M21.0176 26.7217L22.016 28.4541 24.9938 26.7322 24.9938 30 26.9907 30 26.9907 26.7316 30.0016 28.4727 31 26.7402 27.9898 24.9996 30.9902 23.2646 29.9918 21.5322 26.9907 23.2677 26.9907 20 24.9938 20 24.9938 23.2672 21.9984 21.5352 21 23.2676 23.9954 24.9996 21.0176 26.7217zM16 23c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 12H17V21H15z"
|
|
2779
|
-
})),
|
|
2850
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2780
2851
|
d: "m18,30H3c-.3494,0-.6736-.1824-.8547-.4811-.1814-.2986-.1936-.6703-.0325-.9802L15.1128,3.5387c.1721-.3311.5297-.5387.8872-.5387s.7151.2076.8872.5387l6.76,13-1.7744.9226-5.8728-11.2938L4.6472,28h13.3528v2Z"
|
|
2781
2852
|
})), children);
|
|
2782
2853
|
});
|
|
2783
2854
|
if (process.env.NODE_ENV !== "production") {
|
|
2784
2855
|
EventIncident.propTypes = iconPropTypes;
|
|
2785
2856
|
}
|
|
2786
|
-
const EventSchedule = /*#__PURE__*/React.forwardRef(function EventSchedule(
|
|
2857
|
+
const EventSchedule = /*#__PURE__*/React.forwardRef(function EventSchedule(_ref120, ref) {
|
|
2787
2858
|
let {
|
|
2788
2859
|
children,
|
|
2789
2860
|
size = 16,
|
|
2790
2861
|
...rest
|
|
2791
|
-
} =
|
|
2862
|
+
} = _ref120;
|
|
2792
2863
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2793
2864
|
width: size,
|
|
2794
2865
|
height: size,
|
|
@@ -2797,23 +2868,23 @@ const EventSchedule = /*#__PURE__*/React.forwardRef(function EventSchedule(_ref1
|
|
|
2797
2868
|
viewBox: "0 0 32 32",
|
|
2798
2869
|
fill: "currentColor",
|
|
2799
2870
|
...rest
|
|
2800
|
-
},
|
|
2871
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2801
2872
|
d: "M21,30a8,8,0,1,1,8-8A8,8,0,0,1,21,30Zm0-14a6,6,0,1,0,6,6A6,6,0,0,0,21,16Z"
|
|
2802
|
-
})),
|
|
2873
|
+
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2803
2874
|
d: "M22.59 25L20 22.41 20 18 22 18 22 21.59 24 23.59 22.59 25z"
|
|
2804
|
-
})),
|
|
2875
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2805
2876
|
d: "M28,6a2,2,0,0,0-2-2H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V6h4V8h2V6h8V8h2V6h4v6h2Z"
|
|
2806
2877
|
})), children);
|
|
2807
2878
|
});
|
|
2808
2879
|
if (process.env.NODE_ENV !== "production") {
|
|
2809
2880
|
EventSchedule.propTypes = iconPropTypes;
|
|
2810
2881
|
}
|
|
2811
|
-
const EventWarning = /*#__PURE__*/React.forwardRef(function EventWarning(
|
|
2882
|
+
const EventWarning = /*#__PURE__*/React.forwardRef(function EventWarning(_ref121, ref) {
|
|
2812
2883
|
let {
|
|
2813
2884
|
children,
|
|
2814
2885
|
size = 16,
|
|
2815
2886
|
...rest
|
|
2816
|
-
} =
|
|
2887
|
+
} = _ref121;
|
|
2817
2888
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2818
2889
|
width: size,
|
|
2819
2890
|
height: size,
|
|
@@ -2822,21 +2893,21 @@ const EventWarning = /*#__PURE__*/React.forwardRef(function EventWarning(_ref118
|
|
|
2822
2893
|
viewBox: "0 0 32 32",
|
|
2823
2894
|
fill: "currentColor",
|
|
2824
2895
|
...rest
|
|
2825
|
-
},
|
|
2896
|
+
}, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2826
2897
|
d: "M27.3803 28h-6.7625l3.3822-6.7642 3.3803 6.7642zm-3.3803-10c-.3915 0-.7305.2251-.8947.5527l-5 10c-.0674.1348-.1053.2866-.1053.4473 0 .5522.4477 1 1 1h10c.5523 0 1-.4478 1-1 0-.1382-.028-.2695-.0786-.3892l-5.0269-10.0581c-.1641-.3276-.5031-.5527-.8946-.5527h0zM16 23c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 12H17V21H15z"
|
|
2827
|
-
})),
|
|
2898
|
+
})), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2828
2899
|
d: "m15,30H3c-.3494,0-.6736-.1824-.8547-.4811-.1814-.2986-.1936-.6703-.0325-.9802L15.1128,3.5387c.1721-.3311.5297-.5387.8872-.5387s.7151.2076.8872.5387l6,11.5385-1.7744.9226-5.1128-9.8322L4.6472,28h10.3528v2Z"
|
|
2829
2900
|
})), children);
|
|
2830
2901
|
});
|
|
2831
2902
|
if (process.env.NODE_ENV !== "production") {
|
|
2832
2903
|
EventWarning.propTypes = iconPropTypes;
|
|
2833
2904
|
}
|
|
2834
|
-
const Events = /*#__PURE__*/React.forwardRef(function Events(
|
|
2905
|
+
const Events = /*#__PURE__*/React.forwardRef(function Events(_ref122, ref) {
|
|
2835
2906
|
let {
|
|
2836
2907
|
children,
|
|
2837
2908
|
size = 16,
|
|
2838
2909
|
...rest
|
|
2839
|
-
} =
|
|
2910
|
+
} = _ref122;
|
|
2840
2911
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2841
2912
|
width: size,
|
|
2842
2913
|
height: size,
|
|
@@ -2845,19 +2916,19 @@ const Events = /*#__PURE__*/React.forwardRef(function Events(_ref119, ref) {
|
|
|
2845
2916
|
viewBox: "0 0 32 32",
|
|
2846
2917
|
fill: "currentColor",
|
|
2847
2918
|
...rest
|
|
2848
|
-
},
|
|
2919
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2849
2920
|
d: "M26 14H24v2h2a3.0033 3.0033 0 013 3v4h2V19A5.0058 5.0058 0 0026 14zM24 4a3 3 0 11-3 3 3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0024 2zM23 30H21V28a3.0033 3.0033 0 00-3-3H14a3.0033 3.0033 0 00-3 3v2H9V28a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM16 13a3 3 0 11-3 3 3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0016 11zM8 14H6a5.0059 5.0059 0 00-5 5v4H3V19a3.0033 3.0033 0 013-3H8zM8 4A3 3 0 115 7 3 3 0 018 4M8 2a5 5 0 105 5A5 5 0 008 2z"
|
|
2850
2921
|
})), children);
|
|
2851
2922
|
});
|
|
2852
2923
|
if (process.env.NODE_ENV !== "production") {
|
|
2853
2924
|
Events.propTypes = iconPropTypes;
|
|
2854
2925
|
}
|
|
2855
|
-
const EventsAlt = /*#__PURE__*/React.forwardRef(function EventsAlt(
|
|
2926
|
+
const EventsAlt = /*#__PURE__*/React.forwardRef(function EventsAlt(_ref123, ref) {
|
|
2856
2927
|
let {
|
|
2857
2928
|
children,
|
|
2858
2929
|
size = 16,
|
|
2859
2930
|
...rest
|
|
2860
|
-
} =
|
|
2931
|
+
} = _ref123;
|
|
2861
2932
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2862
2933
|
width: size,
|
|
2863
2934
|
height: size,
|
|
@@ -2866,19 +2937,19 @@ const EventsAlt = /*#__PURE__*/React.forwardRef(function EventsAlt(_ref120, ref)
|
|
|
2866
2937
|
viewBox: "0 0 32 32",
|
|
2867
2938
|
fill: "currentColor",
|
|
2868
2939
|
...rest
|
|
2869
|
-
},
|
|
2940
|
+
}, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2870
2941
|
d: "M18 31h2V29a1.0006 1.0006 0 011-1h6a1.0006 1.0006 0 011 1v2h2V29a3.0033 3.0033 0 00-3-3H21a3.0033 3.0033 0 00-3 3zM24 25a4 4 0 114-4A4.0039 4.0039 0 0124 25zm0-6a2 2 0 102 2A2.0027 2.0027 0 0024 19zM2 31H4V29a1.0009 1.0009 0 011-1h6a1.0009 1.0009 0 011 1v2h2V29a3.0033 3.0033 0 00-3-3H5a3.0033 3.0033 0 00-3 3zM8 25a4 4 0 114-4A4.0042 4.0042 0 018 25zm0-6a2 2 0 102 2A2.0023 2.0023 0 008 19zM18 16h2V14a1.0009 1.0009 0 011-1h6a1.0009 1.0009 0 011 1v2h2V14a3.0033 3.0033 0 00-3-3H21a3.0033 3.0033 0 00-3 3zM24 10a4 4 0 114-4A4.0042 4.0042 0 0124 10zm0-6a2 2 0 102 2A2.0023 2.0023 0 0024 4zM2 16H4V14a1.0013 1.0013 0 011-1h6a1.0013 1.0013 0 011 1v2h2V14a3.0033 3.0033 0 00-3-3H5a3.0033 3.0033 0 00-3 3zM8 10a4 4 0 114-4A4.0045 4.0045 0 018 10zM8 4a2 2 0 102 2A2.002 2.002 0 008 4z"
|
|
2871
2942
|
})), children);
|
|
2872
2943
|
});
|
|
2873
2944
|
if (process.env.NODE_ENV !== "production") {
|
|
2874
2945
|
EventsAlt.propTypes = iconPropTypes;
|
|
2875
2946
|
}
|
|
2876
|
-
const ExamMode = /*#__PURE__*/React.forwardRef(function ExamMode(
|
|
2947
|
+
const ExamMode = /*#__PURE__*/React.forwardRef(function ExamMode(_ref124, ref) {
|
|
2877
2948
|
let {
|
|
2878
2949
|
children,
|
|
2879
2950
|
size = 16,
|
|
2880
2951
|
...rest
|
|
2881
|
-
} =
|
|
2952
|
+
} = _ref124;
|
|
2882
2953
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2883
2954
|
width: size,
|
|
2884
2955
|
height: size,
|
|
@@ -2887,19 +2958,19 @@ const ExamMode = /*#__PURE__*/React.forwardRef(function ExamMode(_ref121, ref) {
|
|
|
2887
2958
|
viewBox: "0 0 32 32",
|
|
2888
2959
|
fill: "currentColor",
|
|
2889
2960
|
...rest
|
|
2890
|
-
},
|
|
2961
|
+
}, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2891
2962
|
d: "M25 23v3H7V16.83l3.59 3.58L12 19 6 13 0 19l1.41 1.41L5 16.83V26a2 2 0 002 2H25a2 2 0 002-2V23zM27 7v9.17l3.59-3.58L32 14l-6 6-6-6 1.41-1.41L25 16.17V7H13V5H25A2 2 0 0127 7zM8 10H4A2 2 0 012 8V4A2 2 0 014 2H8a2 2 0 012 2V8A2 2 0 018 10zM4 4V8H8V4z"
|
|
2892
2963
|
})), children);
|
|
2893
2964
|
});
|
|
2894
2965
|
if (process.env.NODE_ENV !== "production") {
|
|
2895
2966
|
ExamMode.propTypes = iconPropTypes;
|
|
2896
2967
|
}
|
|
2897
|
-
const ExecutableProgram = /*#__PURE__*/React.forwardRef(function ExecutableProgram(
|
|
2968
|
+
const ExecutableProgram = /*#__PURE__*/React.forwardRef(function ExecutableProgram(_ref125, ref) {
|
|
2898
2969
|
let {
|
|
2899
2970
|
children,
|
|
2900
2971
|
size = 16,
|
|
2901
2972
|
...rest
|
|
2902
|
-
} =
|
|
2973
|
+
} = _ref125;
|
|
2903
2974
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2904
2975
|
width: size,
|
|
2905
2976
|
height: size,
|
|
@@ -2908,10 +2979,10 @@ const ExecutableProgram = /*#__PURE__*/React.forwardRef(function ExecutableProgr
|
|
|
2908
2979
|
viewBox: "0 0 32 32",
|
|
2909
2980
|
fill: "currentColor",
|
|
2910
2981
|
...rest
|
|
2911
|
-
},
|
|
2982
|
+
}, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2912
2983
|
fillRule: "evenodd",
|
|
2913
2984
|
d: "M25 21L32 26 25 31 25 21z"
|
|
2914
|
-
})),
|
|
2985
|
+
})), _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
2915
2986
|
d: "M20.17 19L17.58 21.59 19 23 23 19 19 15 17.58 16.41 20.17 19zM11.83 19L14.42 16.41 13 15 9 19 13 23 14.42 21.59 11.83 19z"
|
|
2916
2987
|
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
2917
2988
|
cx: "9",
|
|
@@ -2921,75 +2992,12 @@ const ExecutableProgram = /*#__PURE__*/React.forwardRef(function ExecutableProgr
|
|
|
2921
2992
|
cx: "6",
|
|
2922
2993
|
cy: "8",
|
|
2923
2994
|
r: "1"
|
|
2924
|
-
})),
|
|
2995
|
+
})), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
2925
2996
|
d: "M21,26H4V12H28v7h2V6c0-1.1025-.8972-2-2-2H4c-1.1028,0-2,.8975-2,2V26c0,1.1025,.8972,2,2,2H21v-2ZM4,6H28v4H4V6Z"
|
|
2926
2997
|
})), children);
|
|
2927
2998
|
});
|
|
2928
2999
|
if (process.env.NODE_ENV !== "production") {
|
|
2929
3000
|
ExecutableProgram.propTypes = iconPropTypes;
|
|
2930
3001
|
}
|
|
2931
|
-
const Exit = /*#__PURE__*/React.forwardRef(function Exit(_ref123, ref) {
|
|
2932
|
-
let {
|
|
2933
|
-
children,
|
|
2934
|
-
size = 16,
|
|
2935
|
-
...rest
|
|
2936
|
-
} = _ref123;
|
|
2937
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2938
|
-
width: size,
|
|
2939
|
-
height: size,
|
|
2940
|
-
ref: ref,
|
|
2941
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2942
|
-
viewBox: "0 0 32 32",
|
|
2943
|
-
fill: "currentColor",
|
|
2944
|
-
...rest
|
|
2945
|
-
}, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2946
|
-
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"
|
|
2947
|
-
})), children);
|
|
2948
|
-
});
|
|
2949
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2950
|
-
Exit.propTypes = iconPropTypes;
|
|
2951
|
-
}
|
|
2952
|
-
const ExpandAll = /*#__PURE__*/React.forwardRef(function ExpandAll(_ref124, ref) {
|
|
2953
|
-
let {
|
|
2954
|
-
children,
|
|
2955
|
-
size = 16,
|
|
2956
|
-
...rest
|
|
2957
|
-
} = _ref124;
|
|
2958
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2959
|
-
width: size,
|
|
2960
|
-
height: size,
|
|
2961
|
-
ref: ref,
|
|
2962
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2963
|
-
viewBox: "0 0 32 32",
|
|
2964
|
-
fill: "currentColor",
|
|
2965
|
-
...rest
|
|
2966
|
-
}, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2967
|
-
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"
|
|
2968
|
-
})), children);
|
|
2969
|
-
});
|
|
2970
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2971
|
-
ExpandAll.propTypes = iconPropTypes;
|
|
2972
|
-
}
|
|
2973
|
-
const ExpandCategories = /*#__PURE__*/React.forwardRef(function ExpandCategories(_ref125, ref) {
|
|
2974
|
-
let {
|
|
2975
|
-
children,
|
|
2976
|
-
size = 16,
|
|
2977
|
-
...rest
|
|
2978
|
-
} = _ref125;
|
|
2979
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2980
|
-
width: size,
|
|
2981
|
-
height: size,
|
|
2982
|
-
ref: ref,
|
|
2983
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2984
|
-
viewBox: "0 0 32 32",
|
|
2985
|
-
fill: "currentColor",
|
|
2986
|
-
...rest
|
|
2987
|
-
}, _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2988
|
-
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"
|
|
2989
|
-
})), children);
|
|
2990
|
-
});
|
|
2991
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2992
|
-
ExpandCategories.propTypes = iconPropTypes;
|
|
2993
|
-
}
|
|
2994
3002
|
|
|
2995
|
-
export { DirectionRight_02, DirectionRight_02Filled, DirectionRotaryFirstRight, DirectionRotaryFirstRightFilled, DirectionRotaryRight, DirectionRotaryRightFilled, DirectionRotaryStraight, DirectionRotaryStraightFilled, DirectionSharpTurn, DirectionSharpTurnFilled, DirectionStraight, DirectionStraightFilled, DirectionStraightRight, DirectionStraightRightFilled, DirectionUTurn, DirectionUTurnFilled, DirectoryDomain, DistributeHorizontalCenter, DistributeHorizontalLeft, DistributeHorizontalRight, DistributeVerticalBottom, DistributeVerticalCenter, DistributeVerticalTop, DnsServices, Doc, Document, DocumentAdd, DocumentAttachment, DocumentAudio, DocumentBlank, DocumentDownload, DocumentEpdf, DocumentExport, DocumentHorizontal, DocumentImport, DocumentMultiple_01, DocumentMultiple_02, DocumentPdf, DocumentPreliminary, DocumentProtected, DocumentSecurity, DocumentSentiment, DocumentSigned, DocumentSketch, DocumentSubtract, DocumentTasks, DocumentUnknown, DocumentUnprotected, DocumentVertical, DocumentVideo, DocumentView, DocumentWordProcessor, DocumentWordProcessorReference, DogWalker, DotMark, DoubleInteger, DownToBottom, Download, Downstream, DragHorizontal, DragVertical, Draggable, Draw, DrillBack, DrillDown, DrillThrough, Drink_01, Drink_02, DriverAnalysis, Drone, DroneDelivery, DroneFront, DroneVideo, DropPhoto, DropPhotoFilled, Drought, Dvr, Earth, EarthAmericas, EarthAmericasFilled, EarthEuropeAfrica, EarthEuropeAfricaFilled, EarthFilled, EarthSoutheastAsia, EarthSoutheastAsiaFilled, Earthquake, EdgeCluster, EdgeDevice, EdgeNode, EdgeNodeAlt, EdgeService, Edit, EditOff, EdtLoop, Education, Email, EmailNew, Encryption, EnergyRenewable, Enterprise, EqualApproximately, Equalizer, Erase, Error, ErrorFilled, ErrorOutline, Event, EventChange, EventIncident, EventSchedule, EventWarning, Events, EventsAlt, ExamMode, ExecutableProgram,
|
|
3003
|
+
export { DirectionMergeFilled, DirectionRight_01, DirectionRight_01Filled, DirectionRight_02, DirectionRight_02Filled, DirectionRotaryFirstRight, DirectionRotaryFirstRightFilled, DirectionRotaryRight, DirectionRotaryRightFilled, DirectionRotaryStraight, DirectionRotaryStraightFilled, DirectionSharpTurn, DirectionSharpTurnFilled, DirectionStraight, DirectionStraightFilled, DirectionStraightRight, DirectionStraightRightFilled, DirectionUTurn, DirectionUTurnFilled, DirectoryDomain, DistributeHorizontalCenter, DistributeHorizontalLeft, DistributeHorizontalRight, DistributeVerticalBottom, DistributeVerticalCenter, DistributeVerticalTop, DnsServices, Doc, Document, DocumentAdd, DocumentAttachment, DocumentAudio, DocumentBlank, DocumentDownload, DocumentEpdf, DocumentExport, DocumentHorizontal, DocumentImport, DocumentMultiple_01, DocumentMultiple_02, DocumentPdf, DocumentPreliminary, DocumentProtected, DocumentSecurity, DocumentSentiment, DocumentSigned, DocumentSketch, DocumentSubtract, DocumentTasks, DocumentUnknown, DocumentUnprotected, DocumentVertical, DocumentVideo, DocumentView, DocumentWordProcessor, DocumentWordProcessorReference, DogWalker, DotMark, DoubleInteger, DownToBottom, Download, Downstream, DragHorizontal, DragVertical, Draggable, Draw, DrillBack, DrillDown, DrillThrough, Drink_01, Drink_02, DriverAnalysis, Drone, DroneDelivery, DroneFront, DroneVideo, DropPhoto, DropPhotoFilled, Drought, Dvr, Earth, EarthAmericas, EarthAmericasFilled, EarthEuropeAfrica, EarthEuropeAfricaFilled, EarthFilled, EarthSoutheastAsia, EarthSoutheastAsiaFilled, Earthquake, EdgeCluster, EdgeDevice, EdgeNode, EdgeNodeAlt, EdgeService, Edit, EditOff, EdtLoop, Education, Email, EmailNew, Encryption, EnergyRenewable, Enterprise, EqualApproximately, Equalizer, Erase, Error, ErrorFilled, ErrorOutline, Event, EventChange, EventIncident, EventSchedule, EventWarning, Events, EventsAlt, ExamMode, ExecutableProgram, WatsonHealthDna, WatsonHealthDownloadStudy, WatsonHealthEdgeEnhancement, WatsonHealthEdgeEnhancement_01, WatsonHealthEdgeEnhancement_02, WatsonHealthEdgeEnhancement_03, WatsonHealthErase_3D };
|