@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-4.js
CHANGED
|
@@ -12,9 +12,9 @@ import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
|
12
12
|
import '@carbon/icon-helpers';
|
|
13
13
|
import 'prop-types';
|
|
14
14
|
|
|
15
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _circle, _circle2, _circle3,
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _circle, _circle2, _circle3, _path30, _path31, _path32, _path33, _path34, _path35, _circle4, _circle5, _circle6, _path36, _path37, _path38, _path39, _circle7, _circle8, _circle9, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _circle10, _path47, _path48, _path49, _path50, _circle11, _path51, _circle12, _circle13, _circle14, _path52, _circle15, _path53, _path54, _path55, _circle16, _path56, _path57, _path58, _circle17, _circle18, _circle19, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _circle20, _path66, _circle21, _path67, _path68, _path69, _switch, _switch2, _path70, _path71, _switch3, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _circle22, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _circle23, _path101, _circle24, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189;
|
|
16
16
|
const didWarnAboutDeprecation = {};
|
|
17
|
-
const
|
|
17
|
+
const CurrencyEuro = /*#__PURE__*/React.forwardRef(function CurrencyEuro(_ref, ref) {
|
|
18
18
|
let {
|
|
19
19
|
children,
|
|
20
20
|
size = 16,
|
|
@@ -29,13 +29,13 @@ const CurrencyLira = /*#__PURE__*/React.forwardRef(function CurrencyLira(_ref, r
|
|
|
29
29
|
fill: "currentColor",
|
|
30
30
|
...rest
|
|
31
31
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
32
|
-
d: "
|
|
32
|
+
d: "M17,26c-3.6162,0-6.3328-2.2974-7.4456-6H19V18H9.1321A15.2782,15.2782,0,0,1,9,16c0-.33.01-.6641.0259-1H19V13H9.2371C9.8447,9.3525,11.81,6,17,6c3.8533,0,5.5315,1.6465,7.1282,4.4893l1.7436-.9786C24.2649,6.6484,22.0779,4,17,4,10.6448,4,7,8.374,7,16c0,7.0654,4.1121,12,10,12,5.0779,0,7.2649-2.6484,8.8718-5.5107l-1.7436-.9786C22.5315,24.3535,20.8533,26,17,26Z"
|
|
33
33
|
})), children);
|
|
34
34
|
});
|
|
35
35
|
if (process.env.NODE_ENV !== "production") {
|
|
36
|
-
|
|
36
|
+
CurrencyEuro.propTypes = iconPropTypes;
|
|
37
37
|
}
|
|
38
|
-
const
|
|
38
|
+
const CurrencyLira = /*#__PURE__*/React.forwardRef(function CurrencyLira(_ref2, ref) {
|
|
39
39
|
let {
|
|
40
40
|
children,
|
|
41
41
|
size = 16,
|
|
@@ -50,13 +50,13 @@ const CurrencyPound = /*#__PURE__*/React.forwardRef(function CurrencyPound(_ref2
|
|
|
50
50
|
fill: "currentColor",
|
|
51
51
|
...rest
|
|
52
52
|
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
53
|
-
d: "
|
|
53
|
+
d: "M23,19a6.0066,6.0066,0,0,1-6,6H13V18.1079L21.2139,15V13L13,16.1079v-3L21.2139,10V8L13,11.1079V5H11v6.8647L8,13v2l3-1.1353v3L8,18v2l3-1.1353V27h6a8.0092,8.0092,0,0,0,8-8Z"
|
|
54
54
|
})), children);
|
|
55
55
|
});
|
|
56
56
|
if (process.env.NODE_ENV !== "production") {
|
|
57
|
-
|
|
57
|
+
CurrencyLira.propTypes = iconPropTypes;
|
|
58
58
|
}
|
|
59
|
-
const
|
|
59
|
+
const CurrencyPound = /*#__PURE__*/React.forwardRef(function CurrencyPound(_ref3, ref) {
|
|
60
60
|
let {
|
|
61
61
|
children,
|
|
62
62
|
size = 16,
|
|
@@ -71,13 +71,13 @@ const CurrencyRuble = /*#__PURE__*/React.forwardRef(function CurrencyRuble(_ref3
|
|
|
71
71
|
fill: "currentColor",
|
|
72
72
|
...rest
|
|
73
73
|
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
74
|
-
d: "
|
|
74
|
+
d: "M12.4531,25A8.7775,8.7775,0,0,0,14,20a10.6,10.6,0,0,0-.18-2H22V16H13.2175c-.0842-.2109-.17-.4194-.2556-.624A9.8586,9.8586,0,0,1,12,11a4.792,4.792,0,0,1,5-5,6.1234,6.1234,0,0,1,5.2222,2.6279l1.5556-1.2558A8.11,8.11,0,0,0,17,4a6.7781,6.7781,0,0,0-7,7,11.65,11.65,0,0,0,1.0559,5H8v2h3.7729A8.209,8.209,0,0,1,12,20c0,2.5234-1.4858,5-3,5v2H24V25Z"
|
|
75
75
|
})), children);
|
|
76
76
|
});
|
|
77
77
|
if (process.env.NODE_ENV !== "production") {
|
|
78
|
-
|
|
78
|
+
CurrencyPound.propTypes = iconPropTypes;
|
|
79
79
|
}
|
|
80
|
-
const
|
|
80
|
+
const CurrencyRuble = /*#__PURE__*/React.forwardRef(function CurrencyRuble(_ref4, ref) {
|
|
81
81
|
let {
|
|
82
82
|
children,
|
|
83
83
|
size = 16,
|
|
@@ -92,13 +92,13 @@ const CurrencyRupee = /*#__PURE__*/React.forwardRef(function CurrencyRupee(_ref4
|
|
|
92
92
|
fill: "currentColor",
|
|
93
93
|
...rest
|
|
94
94
|
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
95
|
-
d: "
|
|
95
|
+
d: "M19,4H10V15H7v2h3v3H7v2h3v6h2V22h9V20H12V17h7a6.0067,6.0067,0,0,0,6-6V10A6.0067,6.0067,0,0,0,19,4Zm4,7a4.0045,4.0045,0,0,1-4,4H12V6h7a4.0045,4.0045,0,0,1,4,4Z"
|
|
96
96
|
})), children);
|
|
97
97
|
});
|
|
98
98
|
if (process.env.NODE_ENV !== "production") {
|
|
99
|
-
|
|
99
|
+
CurrencyRuble.propTypes = iconPropTypes;
|
|
100
100
|
}
|
|
101
|
-
const
|
|
101
|
+
const CurrencyRupee = /*#__PURE__*/React.forwardRef(function CurrencyRupee(_ref5, ref) {
|
|
102
102
|
let {
|
|
103
103
|
children,
|
|
104
104
|
size = 16,
|
|
@@ -113,20 +113,41 @@ const CurrencyShekel = /*#__PURE__*/React.forwardRef(function CurrencyShekel(_re
|
|
|
113
113
|
fill: "currentColor",
|
|
114
114
|
...rest
|
|
115
115
|
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
116
|
+
d: "M24,7V5H8V7h5.5a4.4906,4.4906,0,0,1,4.45,4H8v2h9.95A4.4906,4.4906,0,0,1,13.5,17H8v2.3452L17.6169,28l1.3379-1.4863L10.606,19H13.5a6.5041,6.5041,0,0,0,6.4746-6H24V11H19.9746A6.4719,6.4719,0,0,0,18.18,7Z"
|
|
117
|
+
})), children);
|
|
118
|
+
});
|
|
119
|
+
if (process.env.NODE_ENV !== "production") {
|
|
120
|
+
CurrencyRupee.propTypes = iconPropTypes;
|
|
121
|
+
}
|
|
122
|
+
const CurrencyShekel = /*#__PURE__*/React.forwardRef(function CurrencyShekel(_ref6, ref) {
|
|
123
|
+
let {
|
|
124
|
+
children,
|
|
125
|
+
size = 16,
|
|
126
|
+
...rest
|
|
127
|
+
} = _ref6;
|
|
128
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
129
|
+
width: size,
|
|
130
|
+
height: size,
|
|
131
|
+
ref: ref,
|
|
132
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
133
|
+
viewBox: "0 0 32 32",
|
|
134
|
+
fill: "currentColor",
|
|
135
|
+
...rest
|
|
136
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
116
137
|
d: "M9,27H7V5h8a5.0057,5.0057,0,0,1,5,5V22H18V10a3.0033,3.0033,0,0,0-3-3H9Z"
|
|
117
|
-
})),
|
|
138
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
118
139
|
d: "M20,27H12V10h2V25h6a3.0033,3.0033,0,0,0,3-3V5h2V22A5.0057,5.0057,0,0,1,20,27Z"
|
|
119
140
|
})), children);
|
|
120
141
|
});
|
|
121
142
|
if (process.env.NODE_ENV !== "production") {
|
|
122
143
|
CurrencyShekel.propTypes = iconPropTypes;
|
|
123
144
|
}
|
|
124
|
-
const CurrencyWon = /*#__PURE__*/React.forwardRef(function CurrencyWon(
|
|
145
|
+
const CurrencyWon = /*#__PURE__*/React.forwardRef(function CurrencyWon(_ref7, ref) {
|
|
125
146
|
let {
|
|
126
147
|
children,
|
|
127
148
|
size = 16,
|
|
128
149
|
...rest
|
|
129
|
-
} =
|
|
150
|
+
} = _ref7;
|
|
130
151
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
131
152
|
width: size,
|
|
132
153
|
height: size,
|
|
@@ -135,19 +156,19 @@ const CurrencyWon = /*#__PURE__*/React.forwardRef(function CurrencyWon(_ref6, re
|
|
|
135
156
|
viewBox: "0 0 32 32",
|
|
136
157
|
fill: "currentColor",
|
|
137
158
|
...rest
|
|
138
|
-
},
|
|
159
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
139
160
|
d: "M28 14L28 12 23.045 12 24 5 22 5 20 23 17 8 15 8 12 23 10 5 8 5 8.955 12 4 12 4 14 9.227 14 9.636 17 4 17 4 19 9.909 19 11 27 13 27 16 12 19 27 21 27 22.091 19 28 19 28 17 22.364 17 22.773 14 28 14z"
|
|
140
161
|
})), children);
|
|
141
162
|
});
|
|
142
163
|
if (process.env.NODE_ENV !== "production") {
|
|
143
164
|
CurrencyWon.propTypes = iconPropTypes;
|
|
144
165
|
}
|
|
145
|
-
const CurrencyYen = /*#__PURE__*/React.forwardRef(function CurrencyYen(
|
|
166
|
+
const CurrencyYen = /*#__PURE__*/React.forwardRef(function CurrencyYen(_ref8, ref) {
|
|
146
167
|
let {
|
|
147
168
|
children,
|
|
148
169
|
size = 16,
|
|
149
170
|
...rest
|
|
150
|
-
} =
|
|
171
|
+
} = _ref8;
|
|
151
172
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
152
173
|
width: size,
|
|
153
174
|
height: size,
|
|
@@ -156,19 +177,19 @@ const CurrencyYen = /*#__PURE__*/React.forwardRef(function CurrencyYen(_ref7, re
|
|
|
156
177
|
viewBox: "0 0 32 32",
|
|
157
178
|
fill: "currentColor",
|
|
158
179
|
...rest
|
|
159
|
-
},
|
|
180
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
160
181
|
d: "M24.271 5L22 5 16 16 10 5 7.729 5 13.794 16 8 16 8 18 15 18 15 21 8 21 8 23 15 23 15 27 17 27 17 23 24 23 24 21 17 21 17 18 24 18 24 16 18.206 16 24.271 5z"
|
|
161
182
|
})), children);
|
|
162
183
|
});
|
|
163
184
|
if (process.env.NODE_ENV !== "production") {
|
|
164
185
|
CurrencyYen.propTypes = iconPropTypes;
|
|
165
186
|
}
|
|
166
|
-
const Cursor_1 = /*#__PURE__*/React.forwardRef(function Cursor_1(
|
|
187
|
+
const Cursor_1 = /*#__PURE__*/React.forwardRef(function Cursor_1(_ref9, ref) {
|
|
167
188
|
let {
|
|
168
189
|
children,
|
|
169
190
|
size = 16,
|
|
170
191
|
...rest
|
|
171
|
-
} =
|
|
192
|
+
} = _ref9;
|
|
172
193
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
173
194
|
width: size,
|
|
174
195
|
height: size,
|
|
@@ -177,19 +198,19 @@ const Cursor_1 = /*#__PURE__*/React.forwardRef(function Cursor_1(_ref8, ref) {
|
|
|
177
198
|
viewBox: "0 0 32 32",
|
|
178
199
|
fill: "currentColor",
|
|
179
200
|
...rest
|
|
180
|
-
},
|
|
201
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
181
202
|
d: "M23,28a1,1,0,0,1-.71-.29l-6.13-6.14-3.33,5a1,1,0,0,1-1,.44,1,1,0,0,1-.81-.7l-6-20A1,1,0,0,1,6.29,5l20,6a1,1,0,0,1,.7.81,1,1,0,0,1-.44,1l-5,3.33,6.14,6.13a1,1,0,0,1,0,1.42l-4,4A1,1,0,0,1,23,28Zm0-2.41L25.59,23l-7.16-7.15,5.25-3.5L7.49,7.49l4.86,16.19,3.5-5.25Z"
|
|
182
203
|
})), children);
|
|
183
204
|
});
|
|
184
205
|
if (process.env.NODE_ENV !== "production") {
|
|
185
206
|
Cursor_1.propTypes = iconPropTypes;
|
|
186
207
|
}
|
|
187
|
-
const Cursor_2 = /*#__PURE__*/React.forwardRef(function Cursor_2(
|
|
208
|
+
const Cursor_2 = /*#__PURE__*/React.forwardRef(function Cursor_2(_ref10, ref) {
|
|
188
209
|
let {
|
|
189
210
|
children,
|
|
190
211
|
size = 16,
|
|
191
212
|
...rest
|
|
192
|
-
} =
|
|
213
|
+
} = _ref10;
|
|
193
214
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
194
215
|
width: size,
|
|
195
216
|
height: size,
|
|
@@ -198,19 +219,19 @@ const Cursor_2 = /*#__PURE__*/React.forwardRef(function Cursor_2(_ref9, ref) {
|
|
|
198
219
|
viewBox: "0 0 32 32",
|
|
199
220
|
fill: "currentColor",
|
|
200
221
|
...rest
|
|
201
|
-
},
|
|
222
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
202
223
|
d: "M27.34,12.06l-22-8A1,1,0,0,0,4.06,5.34l8,22A1,1,0,0,0,13,28h0a1,1,0,0,0,.93-.63l3.84-9.6,9.6-3.84a1,1,0,0,0,0-1.87Zm-10.71,4h0l-.4.16-.16.4h0L13,24.2,6.67,6.67,24.2,13Z"
|
|
203
224
|
})), children);
|
|
204
225
|
});
|
|
205
226
|
if (process.env.NODE_ENV !== "production") {
|
|
206
227
|
Cursor_2.propTypes = iconPropTypes;
|
|
207
228
|
}
|
|
208
|
-
const Customer = /*#__PURE__*/React.forwardRef(function Customer(
|
|
229
|
+
const Customer = /*#__PURE__*/React.forwardRef(function Customer(_ref11, ref) {
|
|
209
230
|
let {
|
|
210
231
|
children,
|
|
211
232
|
size = 16,
|
|
212
233
|
...rest
|
|
213
|
-
} =
|
|
234
|
+
} = _ref11;
|
|
214
235
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
215
236
|
width: size,
|
|
216
237
|
height: size,
|
|
@@ -219,21 +240,21 @@ const Customer = /*#__PURE__*/React.forwardRef(function Customer(_ref10, ref) {
|
|
|
219
240
|
viewBox: "0 0 32 32",
|
|
220
241
|
fill: "currentColor",
|
|
221
242
|
...rest
|
|
222
|
-
},
|
|
243
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
223
244
|
d: "M29.7554 21.3447c-.1899-.2188-.4656-.3447-.7554-.3447h-2v-2c0-1.1025-.8972-2-2-2h-4c-1.1028 0-2 .8975-2 2v2h-2c-.2898 0-.5654.126-.7554.3447-.1899.2192-.2756.5098-.2346.7969l1 7c.0703.4922.4924.8584.99.8584h10c.4976 0 .9197-.3662.99-.8584l1-7c.041-.2871-.0447-.5776-.2346-.7969zm-8.7554-2.3447h4v2h-4v-2zm6.1328 9h-8.2656l-.7141-5h9.6938l-.7141 5zM10 20H12V30H10z"
|
|
224
|
-
})),
|
|
245
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
225
246
|
d: "M16.7808 17.875l-1.9072-2.3838-1.4419-3.6055c-.4585-1.1455-1.5518-1.8857-2.7856-1.8857h-5.646c-1.6543 0-3 1.3457-3 3v7c0 1.1025.897 2 2 2h1v8h2v-10h-3v-7c0-.5518.4487-1 1-1h5.646c.4111 0 .7759.2471.9282.6289l1.645 3.9961 2 2.5 1.5615-1.25zM4 5c0-2.2056 1.7944-4 4-4s4 1.7944 4 4c0 2.2056-1.7944 4-4 4s-4-1.7944-4-4zm2 0c0 1.1028.897 2 2 2s2-.8972 2-2c0-1.1028-.897-2-2-2s-2 .8972-2 2z"
|
|
226
247
|
})), children);
|
|
227
248
|
});
|
|
228
249
|
if (process.env.NODE_ENV !== "production") {
|
|
229
250
|
Customer.propTypes = iconPropTypes;
|
|
230
251
|
}
|
|
231
|
-
const CustomerService = /*#__PURE__*/React.forwardRef(function CustomerService(
|
|
252
|
+
const CustomerService = /*#__PURE__*/React.forwardRef(function CustomerService(_ref12, ref) {
|
|
232
253
|
let {
|
|
233
254
|
children,
|
|
234
255
|
size = 16,
|
|
235
256
|
...rest
|
|
236
|
-
} =
|
|
257
|
+
} = _ref12;
|
|
237
258
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
238
259
|
width: size,
|
|
239
260
|
height: size,
|
|
@@ -242,19 +263,19 @@ const CustomerService = /*#__PURE__*/React.forwardRef(function CustomerService(_
|
|
|
242
263
|
viewBox: "0 0 32 32",
|
|
243
264
|
fill: "currentColor",
|
|
244
265
|
...rest
|
|
245
|
-
},
|
|
266
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
246
267
|
d: "M26 30h-2v-5c-.0033-2.7601-2.2399-4.9967-5-5h-6c-2.7601.0033-4.9967 2.2399-5 5v5h-2v-5c.0045-3.8641 3.1359-6.9955 7-7h6c3.8641.0045 6.9955 3.1359 7 7v5zM22 6v4c0 1.1025-.8972 2-2 2h-1c-.5522 0-1 .4478-1 1s.4478 1 1 1h1c2.2056 0 4-1.7944 4-4v-4h-2zM16 16c-3.8599 0-7-3.1401-7-7S12.1401 2 16 2c1.9885 0 3.8901.8503 5.2173 2.3329l-1.4902 1.334c-.9482-1.0593-2.3066-1.6669-3.7271-1.6669-2.7571 0-5 2.243-5 5s2.2429 5 5 5v2z"
|
|
247
268
|
})), children);
|
|
248
269
|
});
|
|
249
270
|
if (process.env.NODE_ENV !== "production") {
|
|
250
271
|
CustomerService.propTypes = iconPropTypes;
|
|
251
272
|
}
|
|
252
|
-
const Cut = /*#__PURE__*/React.forwardRef(function Cut(
|
|
273
|
+
const Cut = /*#__PURE__*/React.forwardRef(function Cut(_ref13, ref) {
|
|
253
274
|
let {
|
|
254
275
|
children,
|
|
255
276
|
size = 16,
|
|
256
277
|
...rest
|
|
257
|
-
} =
|
|
278
|
+
} = _ref13;
|
|
258
279
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
259
280
|
width: size,
|
|
260
281
|
height: size,
|
|
@@ -263,19 +284,19 @@ const Cut = /*#__PURE__*/React.forwardRef(function Cut(_ref12, ref) {
|
|
|
263
284
|
viewBox: "0 0 32 32",
|
|
264
285
|
fill: "currentColor",
|
|
265
286
|
...rest
|
|
266
|
-
},
|
|
287
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
267
288
|
d: "M26.5,19.63,20.24,16l6.26-3.63a5,5,0,0,0-1.21-9.2A5.19,5.19,0,0,0,24,3a5,5,0,0,0-4.33,7.53,5,5,0,0,0,2.39,2.1l-3.82,2.21L4,6.6,3,8.34,16.24,16,3,23.68l1,1.74,14.24-8.26,3.82,2.21a5,5,0,0,0-2.39,2.1A5,5,0,0,0,24,29a5.19,5.19,0,0,0,1.29-.17,5,5,0,0,0,1.21-9.2ZM21.4,9.53a3,3,0,0,1,1.1-4.12,3,3,0,0,1,4.1,1.11,3,3,0,0,1-1.1,4.11h0A3,3,0,0,1,21.4,9.53Zm5.2,16a3,3,0,0,1-4.1,1.11,3,3,0,0,1-1.1-4.12,3,3,0,0,1,4.1-1.1h0A3,3,0,0,1,26.6,25.48Z"
|
|
268
289
|
})), children);
|
|
269
290
|
});
|
|
270
291
|
if (process.env.NODE_ENV !== "production") {
|
|
271
292
|
Cut.propTypes = iconPropTypes;
|
|
272
293
|
}
|
|
273
|
-
const WatsonHealthCutInHalf = /*#__PURE__*/React.forwardRef(function WatsonHealthCutInHalf(
|
|
294
|
+
const WatsonHealthCutInHalf = /*#__PURE__*/React.forwardRef(function WatsonHealthCutInHalf(_ref14, ref) {
|
|
274
295
|
let {
|
|
275
296
|
children,
|
|
276
297
|
size = 16,
|
|
277
298
|
...rest
|
|
278
|
-
} =
|
|
299
|
+
} = _ref14;
|
|
279
300
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
280
301
|
width: size,
|
|
281
302
|
height: size,
|
|
@@ -284,19 +305,19 @@ const WatsonHealthCutInHalf = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
284
305
|
viewBox: "0 0 32 32",
|
|
285
306
|
fill: "currentColor",
|
|
286
307
|
...rest
|
|
287
|
-
},
|
|
308
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
288
309
|
d: "M28,4H4A2.0023,2.0023,0,0,0,2,6V26a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,28,4ZM4,6H16V26H4Z"
|
|
289
310
|
})), children);
|
|
290
311
|
});
|
|
291
312
|
if (process.env.NODE_ENV !== "production") {
|
|
292
313
|
WatsonHealthCutInHalf.propTypes = iconPropTypes;
|
|
293
314
|
}
|
|
294
|
-
const CutOut = /*#__PURE__*/React.forwardRef(function CutOut(
|
|
315
|
+
const CutOut = /*#__PURE__*/React.forwardRef(function CutOut(_ref15, ref) {
|
|
295
316
|
let {
|
|
296
317
|
children,
|
|
297
318
|
size = 16,
|
|
298
319
|
...rest
|
|
299
|
-
} =
|
|
320
|
+
} = _ref15;
|
|
300
321
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
301
322
|
width: size,
|
|
302
323
|
height: size,
|
|
@@ -305,21 +326,21 @@ const CutOut = /*#__PURE__*/React.forwardRef(function CutOut(_ref14, ref) {
|
|
|
305
326
|
viewBox: "0 0 32 32",
|
|
306
327
|
fill: "currentColor",
|
|
307
328
|
...rest
|
|
308
|
-
},
|
|
329
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
309
330
|
d: "M19.05 13.7326L18.05 12 7.928 17.8457 6.9312 17.27a2.9524 2.9524 0 00.6672-.769A3 3 0 103.5 17.5986l2.428 1.4019L3.5 20.4023a3.0342 3.0342 0 103.4407.3223l.987-.5693L14.5914 24l1-1.7294-5.6634-3.27zM4.0344 15.26a1 1 0 11.4658.6069A.9929.9929 0 014.0344 15.26zM4.9988 22a1 1 0 11-.8645 1.5A1 1 0 014.9988 22zM17 26H21V28H17zM10 26H14V28H10z"
|
|
310
|
-
})),
|
|
331
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
311
332
|
d: "M28,28H24V26h4V4H7V8H5V4A2.0023,2.0023,0,0,1,7,2H28a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,28,28Z"
|
|
312
333
|
})), children);
|
|
313
334
|
});
|
|
314
335
|
if (process.env.NODE_ENV !== "production") {
|
|
315
336
|
CutOut.propTypes = iconPropTypes;
|
|
316
337
|
}
|
|
317
|
-
const QCY = /*#__PURE__*/React.forwardRef(function QCY(
|
|
338
|
+
const QCY = /*#__PURE__*/React.forwardRef(function QCY(_ref16, ref) {
|
|
318
339
|
let {
|
|
319
340
|
children,
|
|
320
341
|
size = 16,
|
|
321
342
|
...rest
|
|
322
|
-
} =
|
|
343
|
+
} = _ref16;
|
|
323
344
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
324
345
|
width: size,
|
|
325
346
|
height: size,
|
|
@@ -328,19 +349,19 @@ const QCY = /*#__PURE__*/React.forwardRef(function QCY(_ref15, ref) {
|
|
|
328
349
|
viewBox: "0 0 32 32",
|
|
329
350
|
fill: "currentColor",
|
|
330
351
|
...rest
|
|
331
|
-
},
|
|
352
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
332
353
|
d: "M15 23H10a2 2 0 01-2-2V15a2 2 0 012-2h5v2H10v6h5zM24 9L22 9 20 16 18 9 16 9 19 18 19 23 21 23 21 18 24 9z"
|
|
333
354
|
})), children);
|
|
334
355
|
});
|
|
335
356
|
if (process.env.NODE_ENV !== "production") {
|
|
336
357
|
QCY.propTypes = iconPropTypes;
|
|
337
358
|
}
|
|
338
|
-
const Cyclist = /*#__PURE__*/React.forwardRef(function Cyclist(
|
|
359
|
+
const Cyclist = /*#__PURE__*/React.forwardRef(function Cyclist(_ref17, ref) {
|
|
339
360
|
let {
|
|
340
361
|
children,
|
|
341
362
|
size = 16,
|
|
342
363
|
...rest
|
|
343
|
-
} =
|
|
364
|
+
} = _ref17;
|
|
344
365
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
345
366
|
width: size,
|
|
346
367
|
height: size,
|
|
@@ -349,21 +370,21 @@ const Cyclist = /*#__PURE__*/React.forwardRef(function Cyclist(_ref16, ref) {
|
|
|
349
370
|
viewBox: "0 0 32 32",
|
|
350
371
|
fill: "currentColor",
|
|
351
372
|
...rest
|
|
352
|
-
},
|
|
373
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
353
374
|
d: "M25 30a6 6 0 116-6A6.0069 6.0069 0 0125 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0025 20zM7 30a6 6 0 116-6A6.0069 6.0069 0 017 30zM7 20a4 4 0 104 4A4.0045 4.0045 0 007 20z"
|
|
354
|
-
})),
|
|
375
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
355
376
|
d: "M17 27H15V20.4139L9.5849 15a2.003 2.003 0 010-2.8292l4.5859-4.5859a2.0024 2.0024 0 012.8286 0L21.414 12H27v1.9993L20.5853 14l-5-5L11 13.5849l6 6zM21.5 8A3.5 3.5 0 1125 4.5 3.5042 3.5042 0 0121.5 8zm0-5A1.5 1.5 0 1023 4.5 1.5017 1.5017 0 0021.5 3z"
|
|
356
377
|
})), children);
|
|
357
378
|
});
|
|
358
379
|
if (process.env.NODE_ENV !== "production") {
|
|
359
380
|
Cyclist.propTypes = iconPropTypes;
|
|
360
381
|
}
|
|
361
|
-
const QCZ = /*#__PURE__*/React.forwardRef(function QCZ(
|
|
382
|
+
const QCZ = /*#__PURE__*/React.forwardRef(function QCZ(_ref18, ref) {
|
|
362
383
|
let {
|
|
363
384
|
children,
|
|
364
385
|
size = 16,
|
|
365
386
|
...rest
|
|
366
|
-
} =
|
|
387
|
+
} = _ref18;
|
|
367
388
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
368
389
|
width: size,
|
|
369
390
|
height: size,
|
|
@@ -372,19 +393,19 @@ const QCZ = /*#__PURE__*/React.forwardRef(function QCZ(_ref17, ref) {
|
|
|
372
393
|
viewBox: "0 0 32 32",
|
|
373
394
|
fill: "currentColor",
|
|
374
395
|
...rest
|
|
375
|
-
},
|
|
396
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
376
397
|
d: "M14 23H9a2 2 0 01-2-2V15a2 2 0 012-2h5v2H9v6h5zM24 9L16 9 16 11 22 11 16 21 16 23 24 23 24 21 18 21 24 11 24 9z"
|
|
377
398
|
})), children);
|
|
378
399
|
});
|
|
379
400
|
if (process.env.NODE_ENV !== "production") {
|
|
380
401
|
QCZ.propTypes = iconPropTypes;
|
|
381
402
|
}
|
|
382
|
-
const Dashboard = /*#__PURE__*/React.forwardRef(function Dashboard(
|
|
403
|
+
const Dashboard = /*#__PURE__*/React.forwardRef(function Dashboard(_ref19, ref) {
|
|
383
404
|
let {
|
|
384
405
|
children,
|
|
385
406
|
size = 16,
|
|
386
407
|
...rest
|
|
387
|
-
} =
|
|
408
|
+
} = _ref19;
|
|
388
409
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
389
410
|
width: size,
|
|
390
411
|
height: size,
|
|
@@ -393,21 +414,21 @@ const Dashboard = /*#__PURE__*/React.forwardRef(function Dashboard(_ref18, ref)
|
|
|
393
414
|
viewBox: "0 0 32 32",
|
|
394
415
|
fill: "currentColor",
|
|
395
416
|
...rest
|
|
396
|
-
},
|
|
417
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
397
418
|
d: "M24 21H26V26H24zM20 16H22V26H20zM11 26a5.0059 5.0059 0 01-5-5H8a3 3 0 103-3V16a5 5 0 010 10z"
|
|
398
|
-
})),
|
|
419
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
399
420
|
d: "M28,2H4A2.002,2.002,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,9H14V4H28ZM12,4v7H4V4ZM4,28V13H28.0007l.0013,15Z"
|
|
400
421
|
})), children);
|
|
401
422
|
});
|
|
402
423
|
if (process.env.NODE_ENV !== "production") {
|
|
403
424
|
Dashboard.propTypes = iconPropTypes;
|
|
404
425
|
}
|
|
405
|
-
const DashboardReference = /*#__PURE__*/React.forwardRef(function DashboardReference(
|
|
426
|
+
const DashboardReference = /*#__PURE__*/React.forwardRef(function DashboardReference(_ref20, ref) {
|
|
406
427
|
let {
|
|
407
428
|
children,
|
|
408
429
|
size = 16,
|
|
409
430
|
...rest
|
|
410
|
-
} =
|
|
431
|
+
} = _ref20;
|
|
411
432
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
412
433
|
width: size,
|
|
413
434
|
height: size,
|
|
@@ -416,21 +437,21 @@ const DashboardReference = /*#__PURE__*/React.forwardRef(function DashboardRefer
|
|
|
416
437
|
viewBox: "0 0 32 32",
|
|
417
438
|
fill: "currentColor",
|
|
418
439
|
...rest
|
|
419
|
-
},
|
|
440
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
420
441
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM24 21H26V26H24zM20 16H22V26H20zM16 18H18V26H16z"
|
|
421
|
-
})),
|
|
442
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
422
443
|
d: "M28,2H4A2.002,2.002,0,0,0,2,4V16H4V13H28.001l.001,15H16v2H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2ZM12,11H4V4h8Zm2,0V4H28l.0007,7Z"
|
|
423
444
|
})), children);
|
|
424
445
|
});
|
|
425
446
|
if (process.env.NODE_ENV !== "production") {
|
|
426
447
|
DashboardReference.propTypes = iconPropTypes;
|
|
427
448
|
}
|
|
428
|
-
const Data_1 = /*#__PURE__*/React.forwardRef(function Data_1(
|
|
449
|
+
const Data_1 = /*#__PURE__*/React.forwardRef(function Data_1(_ref21, ref) {
|
|
429
450
|
let {
|
|
430
451
|
children,
|
|
431
452
|
size = 16,
|
|
432
453
|
...rest
|
|
433
|
-
} =
|
|
454
|
+
} = _ref21;
|
|
434
455
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
435
456
|
width: size,
|
|
436
457
|
height: size,
|
|
@@ -439,19 +460,19 @@ const Data_1 = /*#__PURE__*/React.forwardRef(function Data_1(_ref20, ref) {
|
|
|
439
460
|
viewBox: "0 0 32 32",
|
|
440
461
|
fill: "currentColor",
|
|
441
462
|
...rest
|
|
442
|
-
},
|
|
463
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
443
464
|
d: "M15 6H28V8H15zM15 24H28V26H15zM4 15H17V17H4zM7 11a4 4 0 114-4A4 4 0 017 11zM7 5A2 2 0 109 7 2 2 0 007 5zM7 29a4 4 0 114-4A4 4 0 017 29zm0-6a2 2 0 102 2A2 2 0 007 23zM25 20a4 4 0 114-4A4 4 0 0125 20zm0-6a2 2 0 102 2A2 2 0 0025 14z"
|
|
444
465
|
})), children);
|
|
445
466
|
});
|
|
446
467
|
if (process.env.NODE_ENV !== "production") {
|
|
447
468
|
Data_1.propTypes = iconPropTypes;
|
|
448
469
|
}
|
|
449
|
-
const Data_2 = /*#__PURE__*/React.forwardRef(function Data_2(
|
|
470
|
+
const Data_2 = /*#__PURE__*/React.forwardRef(function Data_2(_ref22, ref) {
|
|
450
471
|
let {
|
|
451
472
|
children,
|
|
452
473
|
size = 16,
|
|
453
474
|
...rest
|
|
454
|
-
} =
|
|
475
|
+
} = _ref22;
|
|
455
476
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
456
477
|
width: size,
|
|
457
478
|
height: size,
|
|
@@ -460,19 +481,19 @@ const Data_2 = /*#__PURE__*/React.forwardRef(function Data_2(_ref21, ref) {
|
|
|
460
481
|
viewBox: "0 0 32 32",
|
|
461
482
|
fill: "currentColor",
|
|
462
483
|
...rest
|
|
463
|
-
},
|
|
484
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
464
485
|
d: "M4 6H15V8H4zM18 6H28V8H18zM21 12H28V14H21zM11 12H18V14H11zM4 12H8V14H4zM4 18H28V20H4zM4 24H21V26H4zM24 24H28V26H24z"
|
|
465
486
|
})), children);
|
|
466
487
|
});
|
|
467
488
|
if (process.env.NODE_ENV !== "production") {
|
|
468
489
|
Data_2.propTypes = iconPropTypes;
|
|
469
490
|
}
|
|
470
|
-
const DataBase = /*#__PURE__*/React.forwardRef(function DataBase(
|
|
491
|
+
const DataBase = /*#__PURE__*/React.forwardRef(function DataBase(_ref23, ref) {
|
|
471
492
|
let {
|
|
472
493
|
children,
|
|
473
494
|
size = 16,
|
|
474
495
|
...rest
|
|
475
|
-
} =
|
|
496
|
+
} = _ref23;
|
|
476
497
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
477
498
|
width: size,
|
|
478
499
|
height: size,
|
|
@@ -481,7 +502,7 @@ const DataBase = /*#__PURE__*/React.forwardRef(function DataBase(_ref22, ref) {
|
|
|
481
502
|
viewBox: "0 0 32 32",
|
|
482
503
|
fill: "currentColor",
|
|
483
504
|
...rest
|
|
484
|
-
},
|
|
505
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
485
506
|
d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V5A2,2,0,0,0,24,3Zm0,2v6H8V5ZM8,19V13H24v6Zm0,8V21H24v6Z"
|
|
486
507
|
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
487
508
|
cx: "11",
|
|
@@ -500,12 +521,12 @@ const DataBase = /*#__PURE__*/React.forwardRef(function DataBase(_ref22, ref) {
|
|
|
500
521
|
if (process.env.NODE_ENV !== "production") {
|
|
501
522
|
DataBase.propTypes = iconPropTypes;
|
|
502
523
|
}
|
|
503
|
-
const DataBaseAlt = /*#__PURE__*/React.forwardRef(function DataBaseAlt(
|
|
524
|
+
const DataBaseAlt = /*#__PURE__*/React.forwardRef(function DataBaseAlt(_ref24, ref) {
|
|
504
525
|
let {
|
|
505
526
|
children,
|
|
506
527
|
size = 16,
|
|
507
528
|
...rest
|
|
508
|
-
} =
|
|
529
|
+
} = _ref24;
|
|
509
530
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
510
531
|
width: size,
|
|
511
532
|
height: size,
|
|
@@ -514,21 +535,21 @@ const DataBaseAlt = /*#__PURE__*/React.forwardRef(function DataBaseAlt(_ref23, r
|
|
|
514
535
|
viewBox: "0 0 32 32",
|
|
515
536
|
fill: "currentColor",
|
|
516
537
|
...rest
|
|
517
|
-
},
|
|
538
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
518
539
|
d: "M7 8H12V10H7zM7 12H12V14H7zM7 16H12V18H7zM20 8H25V10H20zM20 12H25V14H20zM20 16H25V18H20z"
|
|
519
|
-
})),
|
|
540
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
520
541
|
d: "M28,4H4A2.0023,2.0023,0,0,0,2,6V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V6A2.0023,2.0023,0,0,0,28,4ZM4,6H15V28H4ZM17,28V6H28V28Z"
|
|
521
542
|
})), children);
|
|
522
543
|
});
|
|
523
544
|
if (process.env.NODE_ENV !== "production") {
|
|
524
545
|
DataBaseAlt.propTypes = iconPropTypes;
|
|
525
546
|
}
|
|
526
|
-
const DataCategorical = /*#__PURE__*/React.forwardRef(function DataCategorical(
|
|
547
|
+
const DataCategorical = /*#__PURE__*/React.forwardRef(function DataCategorical(_ref25, ref) {
|
|
527
548
|
let {
|
|
528
549
|
children,
|
|
529
550
|
size = 16,
|
|
530
551
|
...rest
|
|
531
|
-
} =
|
|
552
|
+
} = _ref25;
|
|
532
553
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
533
554
|
width: size,
|
|
534
555
|
height: size,
|
|
@@ -537,19 +558,19 @@ const DataCategorical = /*#__PURE__*/React.forwardRef(function DataCategorical(_
|
|
|
537
558
|
viewBox: "0 0 32 32",
|
|
538
559
|
fill: "currentColor",
|
|
539
560
|
...rest
|
|
540
|
-
},
|
|
561
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
541
562
|
d: "M29 30h-10c-.5522 0-1-.4478-1-1v-10c0-.5522.4478-1 1-1h10c.5522 0 1 .4478 1 1v10c0 .5522-.4478 1-1 1zm-9-2h8v-8h-8v8zM8 30c-3.3083 0-6-2.6917-6-6s2.6917-6 6-6 6 2.6917 6 6-2.6917 6-6 6zm0-10c-2.2056 0-4 1.7944-4 4s1.7944 4 4 4 4-1.7944 4-4-1.7944-4-4-4zM22 14h-12c-.3604 0-.6926-.1938-.8701-.5073s-.1729-.6982.0127-1.0072L15.1446 2.4822c.1937-.3229.5246-.4822.8554-.4822s.6617.1593.8554.4822l6.002 10.0033c.1855.309.1902.6937.0127 1.0072s-.5098.5073-.8701.5073zm-10.2339-2h8.4678l-4.2339-7.0564-4.2339 7.0564z"
|
|
542
563
|
})), children);
|
|
543
564
|
});
|
|
544
565
|
if (process.env.NODE_ENV !== "production") {
|
|
545
566
|
DataCategorical.propTypes = iconPropTypes;
|
|
546
567
|
}
|
|
547
|
-
const DataCenter = /*#__PURE__*/React.forwardRef(function DataCenter(
|
|
568
|
+
const DataCenter = /*#__PURE__*/React.forwardRef(function DataCenter(_ref26, ref) {
|
|
548
569
|
let {
|
|
549
570
|
children,
|
|
550
571
|
size = 16,
|
|
551
572
|
...rest
|
|
552
|
-
} =
|
|
573
|
+
} = _ref26;
|
|
553
574
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
554
575
|
width: size,
|
|
555
576
|
height: size,
|
|
@@ -558,21 +579,21 @@ const DataCenter = /*#__PURE__*/React.forwardRef(function DataCenter(_ref25, ref
|
|
|
558
579
|
viewBox: "0 0 32 32",
|
|
559
580
|
fill: "currentColor",
|
|
560
581
|
...rest
|
|
561
|
-
},
|
|
582
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
562
583
|
d: "M28,10H23V6a2.0023,2.0023,0,0,0-2-2H11A2.0023,2.0023,0,0,0,9,6v4H4a2.0023,2.0023,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V12A2.0023,2.0023,0,0,0,28,10ZM4,28V12H9v2H7v2H9v2H7v2H9v2H7v2H9v4Zm17,0H11V6H21Zm7,0H23V24h2V22H23V20h2V18H23V16h2V14H23V12h5Z"
|
|
563
|
-
})),
|
|
584
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
564
585
|
d: "M14 8H18V10H14zM14 12H18V14H14zM14 16H18V18H14z"
|
|
565
586
|
})), children);
|
|
566
587
|
});
|
|
567
588
|
if (process.env.NODE_ENV !== "production") {
|
|
568
589
|
DataCenter.propTypes = iconPropTypes;
|
|
569
590
|
}
|
|
570
|
-
const DataCheck = /*#__PURE__*/React.forwardRef(function DataCheck(
|
|
591
|
+
const DataCheck = /*#__PURE__*/React.forwardRef(function DataCheck(_ref27, ref) {
|
|
571
592
|
let {
|
|
572
593
|
children,
|
|
573
594
|
size = 16,
|
|
574
595
|
...rest
|
|
575
|
-
} =
|
|
596
|
+
} = _ref27;
|
|
576
597
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
577
598
|
width: size,
|
|
578
599
|
height: size,
|
|
@@ -581,7 +602,7 @@ const DataCheck = /*#__PURE__*/React.forwardRef(function DataCheck(_ref26, ref)
|
|
|
581
602
|
viewBox: "0 0 32 32",
|
|
582
603
|
fill: "currentColor",
|
|
583
604
|
...rest
|
|
584
|
-
},
|
|
605
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
585
606
|
d: "M23 27.18L20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z"
|
|
586
607
|
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
587
608
|
cx: "11",
|
|
@@ -595,19 +616,19 @@ const DataCheck = /*#__PURE__*/React.forwardRef(function DataCheck(_ref26, ref)
|
|
|
595
616
|
cx: "11",
|
|
596
617
|
cy: "24",
|
|
597
618
|
r: "1"
|
|
598
|
-
})),
|
|
619
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
599
620
|
d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2h8V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z"
|
|
600
621
|
})), children);
|
|
601
622
|
});
|
|
602
623
|
if (process.env.NODE_ENV !== "production") {
|
|
603
624
|
DataCheck.propTypes = iconPropTypes;
|
|
604
625
|
}
|
|
605
|
-
const DataConnected = /*#__PURE__*/React.forwardRef(function DataConnected(
|
|
626
|
+
const DataConnected = /*#__PURE__*/React.forwardRef(function DataConnected(_ref28, ref) {
|
|
606
627
|
let {
|
|
607
628
|
children,
|
|
608
629
|
size = 16,
|
|
609
630
|
...rest
|
|
610
|
-
} =
|
|
631
|
+
} = _ref28;
|
|
611
632
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
612
633
|
width: size,
|
|
613
634
|
height: size,
|
|
@@ -616,23 +637,23 @@ const DataConnected = /*#__PURE__*/React.forwardRef(function DataConnected(_ref2
|
|
|
616
637
|
viewBox: "0 0 32 32",
|
|
617
638
|
fill: "currentColor",
|
|
618
639
|
...rest
|
|
619
|
-
},
|
|
640
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
620
641
|
d: "M30 30L24 30 24 28 28 28 28 4 24 4 24 2 30 2 30 30z"
|
|
621
|
-
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
622
|
-
d: "M24.91,19.59a4.51,4.51,0,0,0-2.66-3.24,4.55,4.55,0,0,0-3.5,0,4.94,4.94,0,0,0-.64.35L15.3,13.89a4.53,4.53,0,1,0-1.41,1.41l2.81,2.81a4.48,4.48,0,0,0-.61,3.3,4.51,4.51,0,0,0,2.66,3.24,4.55,4.55,0,0,0,3.5,0,4.51,4.51,0,0,0,2.66-3.24,4.65,4.65,0,0,0,0-1.82ZM11.5,14A2.5,2.5,0,1,1,14,11.5,2.5,2.5,0,0,1,11.5,14Z"
|
|
623
642
|
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
643
|
+
d: "M24.91,19.59a4.51,4.51,0,0,0-2.66-3.24,4.55,4.55,0,0,0-3.5,0,4.94,4.94,0,0,0-.64.35L15.3,13.89a4.53,4.53,0,1,0-1.41,1.41l2.81,2.81a4.48,4.48,0,0,0-.61,3.3,4.51,4.51,0,0,0,2.66,3.24,4.55,4.55,0,0,0,3.5,0,4.51,4.51,0,0,0,2.66-3.24,4.65,4.65,0,0,0,0-1.82ZM11.5,14A2.5,2.5,0,1,1,14,11.5,2.5,2.5,0,0,1,11.5,14Z"
|
|
644
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
624
645
|
d: "M8 30L2 30 2 2 8 2 8 4 4 4 4 28 8 28 8 30z"
|
|
625
646
|
})), children);
|
|
626
647
|
});
|
|
627
648
|
if (process.env.NODE_ENV !== "production") {
|
|
628
649
|
DataConnected.propTypes = iconPropTypes;
|
|
629
650
|
}
|
|
630
|
-
const DataError = /*#__PURE__*/React.forwardRef(function DataError(
|
|
651
|
+
const DataError = /*#__PURE__*/React.forwardRef(function DataError(_ref29, ref) {
|
|
631
652
|
let {
|
|
632
653
|
children,
|
|
633
654
|
size = 16,
|
|
634
655
|
...rest
|
|
635
|
-
} =
|
|
656
|
+
} = _ref29;
|
|
636
657
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
637
658
|
width: size,
|
|
638
659
|
height: size,
|
|
@@ -653,21 +674,21 @@ const DataError = /*#__PURE__*/React.forwardRef(function DataError(_ref28, ref)
|
|
|
653
674
|
cx: "11",
|
|
654
675
|
cy: "24",
|
|
655
676
|
r: "1"
|
|
656
|
-
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
657
|
-
d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2H18V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z"
|
|
658
677
|
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
678
|
+
d: "M24,3H8A2,2,0,0,0,6,5V27a2,2,0,0,0,2,2H18V27H8V21H26V5A2,2,0,0,0,24,3Zm0,16H8V13H24Zm0-8H8V5H24Z"
|
|
679
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
659
680
|
d: "M29 24.415L27.586 23 25 25.587 22.414 23 21 24.415 23.586 27 21 29.586 22.414 31 25 28.414 27.586 31 29 29.586 26.414 27 29 24.415z"
|
|
660
681
|
})), children);
|
|
661
682
|
});
|
|
662
683
|
if (process.env.NODE_ENV !== "production") {
|
|
663
684
|
DataError.propTypes = iconPropTypes;
|
|
664
685
|
}
|
|
665
|
-
const DataFormat = /*#__PURE__*/React.forwardRef(function DataFormat(
|
|
686
|
+
const DataFormat = /*#__PURE__*/React.forwardRef(function DataFormat(_ref30, ref) {
|
|
666
687
|
let {
|
|
667
688
|
children,
|
|
668
689
|
size = 16,
|
|
669
690
|
...rest
|
|
670
|
-
} =
|
|
691
|
+
} = _ref30;
|
|
671
692
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
672
693
|
width: size,
|
|
673
694
|
height: size,
|
|
@@ -676,21 +697,21 @@ const DataFormat = /*#__PURE__*/React.forwardRef(function DataFormat(_ref29, ref
|
|
|
676
697
|
viewBox: "0 0 32 32",
|
|
677
698
|
fill: "currentColor",
|
|
678
699
|
...rest
|
|
679
|
-
},
|
|
700
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
680
701
|
d: "M18 11H26V13H18zM6 19H14V21H6zM10 16a4 4 0 114-4A4.0045 4.0045 0 0110 16zm0-6a2 2 0 102 2A2.002 2.002 0 0010 10zM22 24a4 4 0 114-4A4.0045 4.0045 0 0122 24zm0-6a2 2 0 102 2A2.002 2.002 0 0022 18z"
|
|
681
|
-
})),
|
|
702
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
682
703
|
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"
|
|
683
704
|
})), children);
|
|
684
705
|
});
|
|
685
706
|
if (process.env.NODE_ENV !== "production") {
|
|
686
707
|
DataFormat.propTypes = iconPropTypes;
|
|
687
708
|
}
|
|
688
|
-
const DataReference = /*#__PURE__*/React.forwardRef(function DataReference(
|
|
709
|
+
const DataReference = /*#__PURE__*/React.forwardRef(function DataReference(_ref31, ref) {
|
|
689
710
|
let {
|
|
690
711
|
children,
|
|
691
712
|
size = 16,
|
|
692
713
|
...rest
|
|
693
|
-
} =
|
|
714
|
+
} = _ref31;
|
|
694
715
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
695
716
|
width: size,
|
|
696
717
|
height: size,
|
|
@@ -699,19 +720,19 @@ const DataReference = /*#__PURE__*/React.forwardRef(function DataReference(_ref3
|
|
|
699
720
|
viewBox: "0 0 32 32",
|
|
700
721
|
fill: "currentColor",
|
|
701
722
|
...rest
|
|
702
|
-
},
|
|
723
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
703
724
|
d: "M25 12L25 3 23 3 23 5 20 5 20 7 23 7 23 12 20 12 20 14 28 14 28 12 25 12zM8.5 5c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM23.5 20c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM6 19L6 21 9.5859 21 4 26.5859 5.4141 28 11 22.4141 11 26 13 26 13 19 6 19z"
|
|
704
725
|
})), children);
|
|
705
726
|
});
|
|
706
727
|
if (process.env.NODE_ENV !== "production") {
|
|
707
728
|
DataReference.propTypes = iconPropTypes;
|
|
708
729
|
}
|
|
709
|
-
const DataRegular = /*#__PURE__*/React.forwardRef(function DataRegular(
|
|
730
|
+
const DataRegular = /*#__PURE__*/React.forwardRef(function DataRegular(_ref32, ref) {
|
|
710
731
|
let {
|
|
711
732
|
children,
|
|
712
733
|
size = 16,
|
|
713
734
|
...rest
|
|
714
|
-
} =
|
|
735
|
+
} = _ref32;
|
|
715
736
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
716
737
|
width: size,
|
|
717
738
|
height: size,
|
|
@@ -720,19 +741,19 @@ const DataRegular = /*#__PURE__*/React.forwardRef(function DataRegular(_ref31, r
|
|
|
720
741
|
viewBox: "0 0 32 32",
|
|
721
742
|
fill: "currentColor",
|
|
722
743
|
...rest
|
|
723
|
-
},
|
|
744
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
724
745
|
d: "m27,24c-.4622,0-.8948.1133-1.2859.2998l-4.8289-4.8291c.699-.981,1.1147-2.1768,1.1147-3.4707,0-3.3086-2.6917-6-6-6-1.2937,0-2.4897.416-3.4709,1.1147l-4.8289-4.8286c.1865-.3911.2998-.8237.2998-1.2861,0-1.6567-1.3433-3-3-3s-3,1.3433-3,3,1.3433,3,3,3c.4622,0,.8948-.1133,1.2859-.2998l4.8289,4.8291c-.699.981-1.1147,2.1768-1.1147,3.4707,0,3.3086,2.6917,6,6,6,1.2937,0,2.4897-.416,3.4709-1.1147l4.8289,4.8286c-.1865.3911-.2998.8237-.2998,1.2861,0,1.6567,1.3433,3,3,3s3-1.3433,3-3-1.3433-3-3-3Zm-11-4c-2.2056,0-4-1.7944-4-4s1.7944-4,4-4,4,1.7944,4,4-1.7944,4-4,4Z"
|
|
725
746
|
})), children);
|
|
726
747
|
});
|
|
727
748
|
if (process.env.NODE_ENV !== "production") {
|
|
728
749
|
DataRegular.propTypes = iconPropTypes;
|
|
729
750
|
}
|
|
730
|
-
const DataSet = /*#__PURE__*/React.forwardRef(function DataSet(
|
|
751
|
+
const DataSet = /*#__PURE__*/React.forwardRef(function DataSet(_ref33, ref) {
|
|
731
752
|
let {
|
|
732
753
|
children,
|
|
733
754
|
size = 16,
|
|
734
755
|
...rest
|
|
735
|
-
} =
|
|
756
|
+
} = _ref33;
|
|
736
757
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
737
758
|
width: size,
|
|
738
759
|
height: size,
|
|
@@ -741,19 +762,19 @@ const DataSet = /*#__PURE__*/React.forwardRef(function DataSet(_ref32, ref) {
|
|
|
741
762
|
viewBox: "0 0 32 32",
|
|
742
763
|
fill: "currentColor",
|
|
743
764
|
...rest
|
|
744
|
-
},
|
|
765
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
745
766
|
d: "M25 12L25 3 23 3 23 5 20 5 20 7 23 7 23 12 20 12 20 14 28 14 28 12 25 12zM8.5 5c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM8.5 20c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0zM23.5 20c1.9299 0 3.5 1.5701 3.5 3.5s-1.5701 3.5-3.5 3.5-3.5-1.5701-3.5-3.5 1.5701-3.5 3.5-3.5m0-2c-3.0376 0-5.5 2.4624-5.5 5.5s2.4624 5.5 5.5 5.5 5.5-2.4624 5.5-5.5-2.4624-5.5-5.5-5.5h0z"
|
|
746
767
|
})), children);
|
|
747
768
|
});
|
|
748
769
|
if (process.env.NODE_ENV !== "production") {
|
|
749
770
|
DataSet.propTypes = iconPropTypes;
|
|
750
771
|
}
|
|
751
|
-
const DataStructured = /*#__PURE__*/React.forwardRef(function DataStructured(
|
|
772
|
+
const DataStructured = /*#__PURE__*/React.forwardRef(function DataStructured(_ref34, ref) {
|
|
752
773
|
let {
|
|
753
774
|
children,
|
|
754
775
|
size = 16,
|
|
755
776
|
...rest
|
|
756
|
-
} =
|
|
777
|
+
} = _ref34;
|
|
757
778
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
758
779
|
width: size,
|
|
759
780
|
height: size,
|
|
@@ -766,19 +787,19 @@ const DataStructured = /*#__PURE__*/React.forwardRef(function DataStructured(_re
|
|
|
766
787
|
cx: "9",
|
|
767
788
|
cy: "7",
|
|
768
789
|
r: "1"
|
|
769
|
-
})),
|
|
790
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
770
791
|
d: "M27,22.14V18a2,2,0,0,0-2-2H17V12h9a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2H6A2,2,0,0,0,4,4v6a2,2,0,0,0,2,2h9v4H7a2,2,0,0,0-2,2v4.14a4,4,0,1,0,2,0V18h8v4H12v8h8V22H17V18h8v4.14a4,4,0,1,0,2,0ZM8,26a2,2,0,1,1-2-2A2,2,0,0,1,8,26Zm10-2v4H14V24ZM6,10V4H26v6ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
|
|
771
792
|
})), children);
|
|
772
793
|
});
|
|
773
794
|
if (process.env.NODE_ENV !== "production") {
|
|
774
795
|
DataStructured.propTypes = iconPropTypes;
|
|
775
796
|
}
|
|
776
|
-
const DataUnreal = /*#__PURE__*/React.forwardRef(function DataUnreal(
|
|
797
|
+
const DataUnreal = /*#__PURE__*/React.forwardRef(function DataUnreal(_ref35, ref) {
|
|
777
798
|
let {
|
|
778
799
|
children,
|
|
779
800
|
size = 16,
|
|
780
801
|
...rest
|
|
781
|
-
} =
|
|
802
|
+
} = _ref35;
|
|
782
803
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
783
804
|
width: size,
|
|
784
805
|
height: size,
|
|
@@ -787,19 +808,19 @@ const DataUnreal = /*#__PURE__*/React.forwardRef(function DataUnreal(_ref34, ref
|
|
|
787
808
|
viewBox: "0 0 32 32",
|
|
788
809
|
fill: "currentColor",
|
|
789
810
|
...rest
|
|
790
|
-
},
|
|
811
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
791
812
|
d: "M16.4961 18.1318l-7-4c-.1536-.0879-.3248-.1318-.4961-.1318s-.3425.0439-.4961.1318l-7 4c-.3115.1777-.5039.5093-.5039.8682v8c0 .3589.1924.6904.5039.8682l7 4c.1536.0879.325.1318.4961.1318s.3425-.0439.4961-.1318l7-4c.3115-.1777.5039-.5093.5039-.8682v-8c0-.3589-.1924-.6904-.5039-.8682zm-7.4961-1.98l4.9844 2.8481-4.9844 2.8481-4.9844-2.8481 4.9844-2.8481zm-6 4.5713l5 2.8569v5.6968l-5-2.8569v-5.6968zm7 8.5537v-5.6968l5-2.8569v5.6968l-5 2.8569zM28 19v5c0 1.1025-.8972 2-2 2h-3.1719l1.5859-1.5859-1.4141-1.4141-4 4 4 4 1.4141-1.4141-1.5859-1.5859h3.1719c2.2056 0 4-1.7944 4-4v-5h-2zM17.5039 15.0111l-2-1.1428c-.3115-.1781-.5039-.5094-.5039-.8683v-2h2v1.4197l1.4961.8549-.9922 1.7366zM25.5039 14.4175l-1.5039.8594v-2.2769h-2v2.2769l-1.5039-.8594-.9922 1.7368 3 1.7139c.1536.0879.325.1318.4961.1318s.3425-.0439.4961-.1318l3-1.7139-.9922-1.7368zM28.4961 15.0111l-.9922-1.7366 1.4961-.8549v-1.4197h2v2c0 .3589-.1924.6902-.5039.8683l-2 1.1428zM25.4961 8.7256L24.5039 6.9888 23 7.8481 21.4961 6.9888 20.5039 8.7256 22 9.5801 22 11 24 11 24 9.5801 25.4961 8.7256zM30.4961 4.1318l-3-1.7144-.9922 1.7368 1.4805.8457-1.4805.8457.9922 1.7368 1.5039-.8594v2.2769h2v-4c0-.3589-.1924-.6904-.5039-.8682zM24.5039 3.0111l-1.5039-.8594-1.5039.8594-.9922-1.7366 2-1.1428C22.6575.0439 22.8287 0 23 0s.3425.0439.4961.1317l2 1.1428-.9922 1.7366zM19.4961 4.1543l-.9922-1.7368-3 1.7144c-.3115.1777-.5039.5093-.5039.8682v4h2v-2.2769l1.5039.8594.9922-1.7368-1.4805-.8457 1.4805-.8457zM9 1l-1.4141 1.4141 1.5859 1.5859h-3.1719c-2.2056 0-4 1.7944-4 4v5h2v-5c0-1.1025.8972-2 2-2h3.1719l-1.5859 1.5859 1.4141 1.4141 4-4L9 1z"
|
|
792
813
|
})), children);
|
|
793
814
|
});
|
|
794
815
|
if (process.env.NODE_ENV !== "production") {
|
|
795
816
|
DataUnreal.propTypes = iconPropTypes;
|
|
796
817
|
}
|
|
797
|
-
const DataUnstructured = /*#__PURE__*/React.forwardRef(function DataUnstructured(
|
|
818
|
+
const DataUnstructured = /*#__PURE__*/React.forwardRef(function DataUnstructured(_ref36, ref) {
|
|
798
819
|
let {
|
|
799
820
|
children,
|
|
800
821
|
size = 16,
|
|
801
822
|
...rest
|
|
802
|
-
} =
|
|
823
|
+
} = _ref36;
|
|
803
824
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
804
825
|
width: size,
|
|
805
826
|
height: size,
|
|
@@ -808,21 +829,21 @@ const DataUnstructured = /*#__PURE__*/React.forwardRef(function DataUnstructured
|
|
|
808
829
|
viewBox: "0 0 32 32",
|
|
809
830
|
fill: "currentColor",
|
|
810
831
|
...rest
|
|
811
|
-
},
|
|
832
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
812
833
|
d: "M6 24a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4A4 4 0 006 22zM16 4a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4A4 4 0 0016 2zM26 4a2 2 0 11-2 2 2 2 0 012-2m0-2a4 4 0 104 4A4 4 0 0026 2zM18 24v4H14V24h4m2-2H12v8h8z"
|
|
813
|
-
})),
|
|
834
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
814
835
|
d: "M27,22.14V17a2,2,0,0,0-2-2H7V10h3V2H2v8H5v5a2,2,0,0,0,2,2H25v5.14a4,4,0,1,0,2,0ZM4,4H8V8H4ZM26,28a2,2,0,1,1,2-2A2,2,0,0,1,26,28Z"
|
|
815
836
|
})), children);
|
|
816
837
|
});
|
|
817
838
|
if (process.env.NODE_ENV !== "production") {
|
|
818
839
|
DataUnstructured.propTypes = iconPropTypes;
|
|
819
840
|
}
|
|
820
|
-
const DataView = /*#__PURE__*/React.forwardRef(function DataView(
|
|
841
|
+
const DataView = /*#__PURE__*/React.forwardRef(function DataView(_ref37, ref) {
|
|
821
842
|
let {
|
|
822
843
|
children,
|
|
823
844
|
size = 16,
|
|
824
845
|
...rest
|
|
825
|
-
} =
|
|
846
|
+
} = _ref37;
|
|
826
847
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
827
848
|
width: size,
|
|
828
849
|
height: size,
|
|
@@ -835,7 +856,7 @@ const DataView = /*#__PURE__*/React.forwardRef(function DataView(_ref36, ref) {
|
|
|
835
856
|
cx: "22",
|
|
836
857
|
cy: "24",
|
|
837
858
|
r: "2"
|
|
838
|
-
})),
|
|
859
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
839
860
|
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"
|
|
840
861
|
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
841
862
|
cx: "8",
|
|
@@ -849,19 +870,19 @@ const DataView = /*#__PURE__*/React.forwardRef(function DataView(_ref36, ref) {
|
|
|
849
870
|
cx: "8",
|
|
850
871
|
cy: "24",
|
|
851
872
|
r: "1"
|
|
852
|
-
})),
|
|
873
|
+
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
853
874
|
d: "M5,21h7V19H5V13H21v3h2V5a2,2,0,0,0-2-2H5A2,2,0,0,0,3,5V27a2,2,0,0,0,2,2h7V27H5ZM5,5H21v6H5Z"
|
|
854
875
|
})), children);
|
|
855
876
|
});
|
|
856
877
|
if (process.env.NODE_ENV !== "production") {
|
|
857
878
|
DataView.propTypes = iconPropTypes;
|
|
858
879
|
}
|
|
859
|
-
const DataViewAlt = /*#__PURE__*/React.forwardRef(function DataViewAlt(
|
|
880
|
+
const DataViewAlt = /*#__PURE__*/React.forwardRef(function DataViewAlt(_ref38, ref) {
|
|
860
881
|
let {
|
|
861
882
|
children,
|
|
862
883
|
size = 16,
|
|
863
884
|
...rest
|
|
864
|
-
} =
|
|
885
|
+
} = _ref38;
|
|
865
886
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
866
887
|
width: size,
|
|
867
888
|
height: size,
|
|
@@ -874,21 +895,21 @@ const DataViewAlt = /*#__PURE__*/React.forwardRef(function DataViewAlt(_ref37, r
|
|
|
874
895
|
cx: "22",
|
|
875
896
|
cy: "24",
|
|
876
897
|
r: "2"
|
|
877
|
-
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
878
|
-
d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM7 17H12V19H7zM7 12H19V14H7zM7 7H19V9H7z"
|
|
879
898
|
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
899
|
+
d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM7 17H12V19H7zM7 12H19V14H7zM7 7H19V9H7z"
|
|
900
|
+
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
880
901
|
d: "M22,2,4,2A2.0058,2.0058,0,0,0,2,4V28a2.0058,2.0058,0,0,0,2,2h8V28H4V4H22V15h2V4A2.0058,2.0058,0,0,0,22,2Z"
|
|
881
902
|
})), children);
|
|
882
903
|
});
|
|
883
904
|
if (process.env.NODE_ENV !== "production") {
|
|
884
905
|
DataViewAlt.propTypes = iconPropTypes;
|
|
885
906
|
}
|
|
886
|
-
const DataAccessor = /*#__PURE__*/React.forwardRef(function DataAccessor(
|
|
907
|
+
const DataAccessor = /*#__PURE__*/React.forwardRef(function DataAccessor(_ref39, ref) {
|
|
887
908
|
let {
|
|
888
909
|
children,
|
|
889
910
|
size = 16,
|
|
890
911
|
...rest
|
|
891
|
-
} =
|
|
912
|
+
} = _ref39;
|
|
892
913
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
893
914
|
width: size,
|
|
894
915
|
height: size,
|
|
@@ -897,25 +918,25 @@ const DataAccessor = /*#__PURE__*/React.forwardRef(function DataAccessor(_ref38,
|
|
|
897
918
|
viewBox: "0 0 32 32",
|
|
898
919
|
fill: "currentColor",
|
|
899
920
|
...rest
|
|
900
|
-
},
|
|
921
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
901
922
|
d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
|
|
902
923
|
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
903
924
|
cx: "7",
|
|
904
925
|
cy: "25",
|
|
905
926
|
r: "1"
|
|
906
|
-
})),
|
|
927
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
907
928
|
d: "M21,13a2.9609,2.9609,0,0,0-1.2854.3008L17.4141,11l2.3-2.3008A2.9609,2.9609,0,0,0,21,9a3,3,0,1,0-3-3,2.9665,2.9665,0,0,0,.3,1.2852L16,9.5859,13.7,7.2852A2.9665,2.9665,0,0,0,14,6a3,3,0,1,0-3,3,2.9609,2.9609,0,0,0,1.2854-.3008L14.5859,11l-2.3005,2.3008A2.9609,2.9609,0,0,0,11,13a3,3,0,1,0,3,3,2.9665,2.9665,0,0,0-.3-1.2852L16,12.4141l2.3,2.3007A2.9665,2.9665,0,0,0,18,16a3,3,0,1,0,3-3Zm0-8a1,1,0,1,1-1,1A1.0009,1.0009,0,0,1,21,5ZM10,6a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,10,6Zm1,11a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,11,17Zm10,0a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,21,17Z"
|
|
908
929
|
})), children);
|
|
909
930
|
});
|
|
910
931
|
if (process.env.NODE_ENV !== "production") {
|
|
911
932
|
DataAccessor.propTypes = iconPropTypes;
|
|
912
933
|
}
|
|
913
|
-
const DataAnalytics = /*#__PURE__*/React.forwardRef(function DataAnalytics(
|
|
934
|
+
const DataAnalytics = /*#__PURE__*/React.forwardRef(function DataAnalytics(_ref40, ref) {
|
|
914
935
|
let {
|
|
915
936
|
children,
|
|
916
937
|
size = 16,
|
|
917
938
|
...rest
|
|
918
|
-
} =
|
|
939
|
+
} = _ref40;
|
|
919
940
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
920
941
|
width: size,
|
|
921
942
|
height: size,
|
|
@@ -924,21 +945,21 @@ const DataAnalytics = /*#__PURE__*/React.forwardRef(function DataAnalytics(_ref3
|
|
|
924
945
|
viewBox: "0 0 32 32",
|
|
925
946
|
fill: "currentColor",
|
|
926
947
|
...rest
|
|
927
|
-
},
|
|
948
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
928
949
|
d: "M12 11H14V17H12zM7 13H9V17H7zM2 7H4V17H2z"
|
|
929
|
-
})),
|
|
950
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
930
951
|
d: "m30,28.5859l-7.5522-7.5522c1.5918-1.9082,2.5522-4.3604,2.5522-7.0337,0-6.0654-4.9346-11-11-11-2.4026,0-4.6853.7607-6.6013,2.2002l1.2012,1.5991c1.5669-1.1772,3.4343-1.7993,5.4001-1.7993,4.9626,0,9,4.0371,9,9s-4.0374,9-9,9c-2.8574,0-5.4819-1.312-7.2007-3.6001l-1.5991,1.2017c2.1001,2.7949,5.3076,4.3984,8.7998,4.3984,2.6733,0,5.1255-.9604,7.0337-2.5522l7.5522,7.5522,1.4141-1.4141Z"
|
|
931
952
|
})), children);
|
|
932
953
|
});
|
|
933
954
|
if (process.env.NODE_ENV !== "production") {
|
|
934
955
|
DataAnalytics.propTypes = iconPropTypes;
|
|
935
956
|
}
|
|
936
|
-
const DataBackup = /*#__PURE__*/React.forwardRef(function DataBackup(
|
|
957
|
+
const DataBackup = /*#__PURE__*/React.forwardRef(function DataBackup(_ref41, ref) {
|
|
937
958
|
let {
|
|
938
959
|
children,
|
|
939
960
|
size = 16,
|
|
940
961
|
...rest
|
|
941
|
-
} =
|
|
962
|
+
} = _ref41;
|
|
942
963
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
943
964
|
width: size,
|
|
944
965
|
height: size,
|
|
@@ -959,21 +980,21 @@ const DataBackup = /*#__PURE__*/React.forwardRef(function DataBackup(_ref40, ref
|
|
|
959
980
|
cx: "7",
|
|
960
981
|
cy: "23",
|
|
961
982
|
r: "1"
|
|
962
|
-
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
963
|
-
d: "M12,26H4V20h8V18H4V12H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V26a2,2,0,0,0,2,2h8ZM4,4H20v6H4Z"
|
|
964
983
|
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
984
|
+
d: "M12,26H4V20h8V18H4V12H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V26a2,2,0,0,0,2,2h8ZM4,4H20v6H4Z"
|
|
985
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
965
986
|
d: "M28,17v2.4131A6.996,6.996,0,1,0,22,30V28a5,5,0,1,1,4.5762-7H24v2h6V17Z"
|
|
966
987
|
})), children);
|
|
967
988
|
});
|
|
968
989
|
if (process.env.NODE_ENV !== "production") {
|
|
969
990
|
DataBackup.propTypes = iconPropTypes;
|
|
970
991
|
}
|
|
971
|
-
const DataBin = /*#__PURE__*/React.forwardRef(function DataBin(
|
|
992
|
+
const DataBin = /*#__PURE__*/React.forwardRef(function DataBin(_ref42, ref) {
|
|
972
993
|
let {
|
|
973
994
|
children,
|
|
974
995
|
size = 16,
|
|
975
996
|
...rest
|
|
976
|
-
} =
|
|
997
|
+
} = _ref42;
|
|
977
998
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
978
999
|
width: size,
|
|
979
1000
|
height: size,
|
|
@@ -982,21 +1003,21 @@ const DataBin = /*#__PURE__*/React.forwardRef(function DataBin(_ref41, ref) {
|
|
|
982
1003
|
viewBox: "0 0 32 32",
|
|
983
1004
|
fill: "currentColor",
|
|
984
1005
|
...rest
|
|
985
|
-
},
|
|
1006
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
986
1007
|
d: "M28 2H20a2.0023 2.0023 0 00-2 2V28a2.0023 2.0023 0 002 2h8a2.0023 2.0023 0 002-2V4A2.0023 2.0023 0 0028 2zm0 2v7H20V4zm0 9v6H20V13zM20 28V21h8v7zM12 15L10 15 10 13 8 13 8 15 6 15 6 17 8 17 8 19 10 19 10 17 12 17 12 15z"
|
|
987
|
-
})),
|
|
1008
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
988
1009
|
d: "M16,6V4H10A2.0023,2.0023,0,0,0,8,6V9.08A6.99,6.99,0,0,0,8,22.92V26a2.0023,2.0023,0,0,0,2,2h6V26H10V22.92A6.99,6.99,0,0,0,10,9.08V6ZM14,16a5,5,0,1,1-5-5A5.0059,5.0059,0,0,1,14,16Z"
|
|
989
1010
|
})), children);
|
|
990
1011
|
});
|
|
991
1012
|
if (process.env.NODE_ENV !== "production") {
|
|
992
1013
|
DataBin.propTypes = iconPropTypes;
|
|
993
1014
|
}
|
|
994
|
-
const DataBlob = /*#__PURE__*/React.forwardRef(function DataBlob(
|
|
1015
|
+
const DataBlob = /*#__PURE__*/React.forwardRef(function DataBlob(_ref43, ref) {
|
|
995
1016
|
let {
|
|
996
1017
|
children,
|
|
997
1018
|
size = 16,
|
|
998
1019
|
...rest
|
|
999
|
-
} =
|
|
1020
|
+
} = _ref43;
|
|
1000
1021
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1001
1022
|
width: size,
|
|
1002
1023
|
height: size,
|
|
@@ -1005,21 +1026,21 @@ const DataBlob = /*#__PURE__*/React.forwardRef(function DataBlob(_ref42, ref) {
|
|
|
1005
1026
|
viewBox: "0 0 32 32",
|
|
1006
1027
|
fill: "currentColor",
|
|
1007
1028
|
...rest
|
|
1008
|
-
},
|
|
1029
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
1009
1030
|
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"
|
|
1010
|
-
})),
|
|
1031
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
1011
1032
|
d: "M13 7H15V14H13zM8 7H10V14H8zM22 14H20a2.0021 2.0021 0 01-2-2V9a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v3A2.0021 2.0021 0 0122 14zM20 9v3h2V9zM22 18H24V25H22zM8 18H10V25H8zM17 25H15a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v3A2.0021 2.0021 0 0117 25zm-2-5v3h2V20z"
|
|
1012
1033
|
})), children);
|
|
1013
1034
|
});
|
|
1014
1035
|
if (process.env.NODE_ENV !== "production") {
|
|
1015
1036
|
DataBlob.propTypes = iconPropTypes;
|
|
1016
1037
|
}
|
|
1017
|
-
const DataClass = /*#__PURE__*/React.forwardRef(function DataClass(
|
|
1038
|
+
const DataClass = /*#__PURE__*/React.forwardRef(function DataClass(_ref44, ref) {
|
|
1018
1039
|
let {
|
|
1019
1040
|
children,
|
|
1020
1041
|
size = 16,
|
|
1021
1042
|
...rest
|
|
1022
|
-
} =
|
|
1043
|
+
} = _ref44;
|
|
1023
1044
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1024
1045
|
width: size,
|
|
1025
1046
|
height: size,
|
|
@@ -1028,19 +1049,19 @@ const DataClass = /*#__PURE__*/React.forwardRef(function DataClass(_ref43, ref)
|
|
|
1028
1049
|
viewBox: "0 0 32 32",
|
|
1029
1050
|
fill: "currentColor",
|
|
1030
1051
|
...rest
|
|
1031
|
-
},
|
|
1052
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
1032
1053
|
d: "M26,16a3.9612,3.9612,0,0,0-2.02.5657l-2.8586-2.8585,2.293-2.293a2,2,0,0,0,0-2.8284l-6-6a2,2,0,0,0-2.8284,0l-6,6a2,2,0,0,0,0,2.8284l2.293,2.293L8.02,16.5657A4.043,4.043,0,1,0,9.4343,17.98l2.8585-2.8586,2.293,2.293A1.9773,1.9773,0,0,0,15,17.7233V22H12v8h8V22H17V17.7233a1.9773,1.9773,0,0,0,.4142-.3091l2.293-2.293L22.5657,17.98A3.9885,3.9885,0,1,0,26,16ZM8,20a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,8,20Zm10,4v4H14V24h4Zm-2-8-6-6,6-6,6,6Zm10,6a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,22Z"
|
|
1033
1054
|
})), children);
|
|
1034
1055
|
});
|
|
1035
1056
|
if (process.env.NODE_ENV !== "production") {
|
|
1036
1057
|
DataClass.propTypes = iconPropTypes;
|
|
1037
1058
|
}
|
|
1038
|
-
const DataCollection = /*#__PURE__*/React.forwardRef(function DataCollection(
|
|
1059
|
+
const DataCollection = /*#__PURE__*/React.forwardRef(function DataCollection(_ref45, ref) {
|
|
1039
1060
|
let {
|
|
1040
1061
|
children,
|
|
1041
1062
|
size = 16,
|
|
1042
1063
|
...rest
|
|
1043
|
-
} =
|
|
1064
|
+
} = _ref45;
|
|
1044
1065
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1045
1066
|
width: size,
|
|
1046
1067
|
height: size,
|
|
@@ -1053,19 +1074,19 @@ const DataCollection = /*#__PURE__*/React.forwardRef(function DataCollection(_re
|
|
|
1053
1074
|
cx: "16",
|
|
1054
1075
|
cy: "16",
|
|
1055
1076
|
r: "2"
|
|
1056
|
-
})),
|
|
1077
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1057
1078
|
d: "M30 17L30 15 23.83 15 26.41 12.41 25 11 20 16 25 21 26.41 19.59 23.83 17 30 17zM15 23.83L15 30 17 30 17 23.83 19.59 26.41 21 25 16 20 11 25 12.41 26.41 15 23.83zM7 11L5.59 12.41 8.17 15 2 15 2 17 8.17 17 5.59 19.59 7 21 12 16 7 11zM17 8.17L17 2 15 2 15 8.17 12.41 5.59 11 7 16 12 21 7 19.59 5.59 17 8.17z"
|
|
1058
1079
|
})), children);
|
|
1059
1080
|
});
|
|
1060
1081
|
if (process.env.NODE_ENV !== "production") {
|
|
1061
1082
|
DataCollection.propTypes = iconPropTypes;
|
|
1062
1083
|
}
|
|
1063
|
-
const DataDefinition = /*#__PURE__*/React.forwardRef(function DataDefinition(
|
|
1084
|
+
const DataDefinition = /*#__PURE__*/React.forwardRef(function DataDefinition(_ref46, ref) {
|
|
1064
1085
|
let {
|
|
1065
1086
|
children,
|
|
1066
1087
|
size = 16,
|
|
1067
1088
|
...rest
|
|
1068
|
-
} =
|
|
1089
|
+
} = _ref46;
|
|
1069
1090
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1070
1091
|
width: size,
|
|
1071
1092
|
height: size,
|
|
@@ -1078,21 +1099,21 @@ const DataDefinition = /*#__PURE__*/React.forwardRef(function DataDefinition(_re
|
|
|
1078
1099
|
cx: "14",
|
|
1079
1100
|
cy: "14",
|
|
1080
1101
|
r: "2"
|
|
1081
|
-
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1082
|
-
d: "M20,30a.9967.9967,0,0,1-.707-.293L8.5859,19A2.0126,2.0126,0,0,1,8,17.5859V10a2.002,2.002,0,0,1,2-2h7.5859A1.9864,1.9864,0,0,1,19,8.5859L29.707,19.293a.9994.9994,0,0,1,0,1.414l-9,9A.9967.9967,0,0,1,20,30ZM10,10v7.5859l10,10L27.5859,20l-10-10Z"
|
|
1083
1102
|
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1103
|
+
d: "M20,30a.9967.9967,0,0,1-.707-.293L8.5859,19A2.0126,2.0126,0,0,1,8,17.5859V10a2.002,2.002,0,0,1,2-2h7.5859A1.9864,1.9864,0,0,1,19,8.5859L29.707,19.293a.9994.9994,0,0,1,0,1.414l-9,9A.9967.9967,0,0,1,20,30ZM10,10v7.5859l10,10L27.5859,20l-10-10Z"
|
|
1104
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1084
1105
|
d: "M12,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2v8H28V4H4V28h8Z"
|
|
1085
1106
|
})), children);
|
|
1086
1107
|
});
|
|
1087
1108
|
if (process.env.NODE_ENV !== "production") {
|
|
1088
1109
|
DataDefinition.propTypes = iconPropTypes;
|
|
1089
1110
|
}
|
|
1090
|
-
const DataDiode = /*#__PURE__*/React.forwardRef(function DataDiode(
|
|
1111
|
+
const DataDiode = /*#__PURE__*/React.forwardRef(function DataDiode(_ref47, ref) {
|
|
1091
1112
|
let {
|
|
1092
1113
|
children,
|
|
1093
1114
|
size = 16,
|
|
1094
1115
|
...rest
|
|
1095
|
-
} =
|
|
1116
|
+
} = _ref47;
|
|
1096
1117
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1097
1118
|
width: size,
|
|
1098
1119
|
height: size,
|
|
@@ -1101,19 +1122,19 @@ const DataDiode = /*#__PURE__*/React.forwardRef(function DataDiode(_ref46, ref)
|
|
|
1101
1122
|
viewBox: "0 0 32 32",
|
|
1102
1123
|
fill: "currentColor",
|
|
1103
1124
|
...rest
|
|
1104
|
-
},
|
|
1125
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1105
1126
|
d: "M30,15H27V7H25v8H22V7H20v7.8262L7.5239,7.1484A1,1,0,0,0,6,8v7H2v2H6v7a1,1,0,0,0,1.5239.8516L20,17.1738V25h2V17h3v8h2V17h3ZM8,22.21V9.79L18.0918,16Z"
|
|
1106
1127
|
})), children);
|
|
1107
1128
|
});
|
|
1108
1129
|
if (process.env.NODE_ENV !== "production") {
|
|
1109
1130
|
DataDiode.propTypes = iconPropTypes;
|
|
1110
1131
|
}
|
|
1111
|
-
const DataEnrichment = /*#__PURE__*/React.forwardRef(function DataEnrichment(
|
|
1132
|
+
const DataEnrichment = /*#__PURE__*/React.forwardRef(function DataEnrichment(_ref48, ref) {
|
|
1112
1133
|
let {
|
|
1113
1134
|
children,
|
|
1114
1135
|
size = 16,
|
|
1115
1136
|
...rest
|
|
1116
|
-
} =
|
|
1137
|
+
} = _ref48;
|
|
1117
1138
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1118
1139
|
width: size,
|
|
1119
1140
|
height: size,
|
|
@@ -1132,12 +1153,12 @@ const DataEnrichment = /*#__PURE__*/React.forwardRef(function DataEnrichment(_re
|
|
|
1132
1153
|
if (process.env.NODE_ENV !== "production") {
|
|
1133
1154
|
DataEnrichment.propTypes = iconPropTypes;
|
|
1134
1155
|
}
|
|
1135
|
-
const DataEnrichmentAdd = /*#__PURE__*/React.forwardRef(function DataEnrichmentAdd(
|
|
1156
|
+
const DataEnrichmentAdd = /*#__PURE__*/React.forwardRef(function DataEnrichmentAdd(_ref49, ref) {
|
|
1136
1157
|
let {
|
|
1137
1158
|
children,
|
|
1138
1159
|
size = 16,
|
|
1139
1160
|
...rest
|
|
1140
|
-
} =
|
|
1161
|
+
} = _ref49;
|
|
1141
1162
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1142
1163
|
width: size,
|
|
1143
1164
|
height: size,
|
|
@@ -1158,12 +1179,12 @@ const DataEnrichmentAdd = /*#__PURE__*/React.forwardRef(function DataEnrichmentA
|
|
|
1158
1179
|
if (process.env.NODE_ENV !== "production") {
|
|
1159
1180
|
DataEnrichmentAdd.propTypes = iconPropTypes;
|
|
1160
1181
|
}
|
|
1161
|
-
const DataPlayer = /*#__PURE__*/React.forwardRef(function DataPlayer(
|
|
1182
|
+
const DataPlayer = /*#__PURE__*/React.forwardRef(function DataPlayer(_ref50, ref) {
|
|
1162
1183
|
let {
|
|
1163
1184
|
children,
|
|
1164
1185
|
size = 16,
|
|
1165
1186
|
...rest
|
|
1166
|
-
} =
|
|
1187
|
+
} = _ref50;
|
|
1167
1188
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1168
1189
|
width: size,
|
|
1169
1190
|
height: size,
|
|
@@ -1172,21 +1193,21 @@ const DataPlayer = /*#__PURE__*/React.forwardRef(function DataPlayer(_ref49, ref
|
|
|
1172
1193
|
viewBox: "0 0 32 32",
|
|
1173
1194
|
fill: "currentColor",
|
|
1174
1195
|
...rest
|
|
1175
|
-
},
|
|
1196
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1176
1197
|
d: "M28 24v2H15.8164a2.983 2.983 0 00-5.6328 0H4V24H2v6H4V28h6.1836a2.983 2.983 0 005.6328 0H28v2h2V24zM13 7.5L13 16.499 13 16.499 21 12 13 7.5z"
|
|
1177
|
-
})),
|
|
1198
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1178
1199
|
d: "M16,22A10,10,0,1,1,26,12,10.0113,10.0113,0,0,1,16,22ZM16,4a8,8,0,1,0,8,8A8.0092,8.0092,0,0,0,16,4Z"
|
|
1179
1200
|
})), children);
|
|
1180
1201
|
});
|
|
1181
1202
|
if (process.env.NODE_ENV !== "production") {
|
|
1182
1203
|
DataPlayer.propTypes = iconPropTypes;
|
|
1183
1204
|
}
|
|
1184
|
-
const DataQualityDefinition = /*#__PURE__*/React.forwardRef(function DataQualityDefinition(
|
|
1205
|
+
const DataQualityDefinition = /*#__PURE__*/React.forwardRef(function DataQualityDefinition(_ref51, ref) {
|
|
1185
1206
|
let {
|
|
1186
1207
|
children,
|
|
1187
1208
|
size = 16,
|
|
1188
1209
|
...rest
|
|
1189
|
-
} =
|
|
1210
|
+
} = _ref51;
|
|
1190
1211
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1191
1212
|
width: size,
|
|
1192
1213
|
height: size,
|
|
@@ -1216,12 +1237,12 @@ const DataQualityDefinition = /*#__PURE__*/React.forwardRef(function DataQuality
|
|
|
1216
1237
|
if (process.env.NODE_ENV !== "production") {
|
|
1217
1238
|
DataQualityDefinition.propTypes = iconPropTypes;
|
|
1218
1239
|
}
|
|
1219
|
-
const DataRefinery = /*#__PURE__*/React.forwardRef(function DataRefinery(
|
|
1240
|
+
const DataRefinery = /*#__PURE__*/React.forwardRef(function DataRefinery(_ref52, ref) {
|
|
1220
1241
|
let {
|
|
1221
1242
|
children,
|
|
1222
1243
|
size = 16,
|
|
1223
1244
|
...rest
|
|
1224
|
-
} =
|
|
1245
|
+
} = _ref52;
|
|
1225
1246
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1226
1247
|
width: size,
|
|
1227
1248
|
height: size,
|
|
@@ -1230,23 +1251,23 @@ const DataRefinery = /*#__PURE__*/React.forwardRef(function DataRefinery(_ref51,
|
|
|
1230
1251
|
viewBox: "0 0 32 32",
|
|
1231
1252
|
fill: "currentColor",
|
|
1232
1253
|
...rest
|
|
1233
|
-
},
|
|
1254
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1234
1255
|
d: "M7,30a5,5,0,1,1,5-5A5.0059,5.0059,0,0,1,7,30Zm0-8a3,3,0,1,0,3,3A3.0033,3.0033,0,0,0,7,22Z"
|
|
1235
|
-
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1236
|
-
d: "M24,26H14V24H24V17H8a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,8,6H18V8H8v7H24a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,24,26Z"
|
|
1237
1256
|
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1257
|
+
d: "M24,26H14V24H24V17H8a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,8,6H18V8H8v7H24a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,24,26Z"
|
|
1258
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1238
1259
|
d: "M28,12H22a2.0023,2.0023,0,0,1-2-2V4a2.0023,2.0023,0,0,1,2-2h6a2.0023,2.0023,0,0,1,2,2v6A2.0023,2.0023,0,0,1,28,12ZM22,4v6h6V4Z"
|
|
1239
1260
|
})), children);
|
|
1240
1261
|
});
|
|
1241
1262
|
if (process.env.NODE_ENV !== "production") {
|
|
1242
1263
|
DataRefinery.propTypes = iconPropTypes;
|
|
1243
1264
|
}
|
|
1244
|
-
const DataRefineryReference = /*#__PURE__*/React.forwardRef(function DataRefineryReference(
|
|
1265
|
+
const DataRefineryReference = /*#__PURE__*/React.forwardRef(function DataRefineryReference(_ref53, ref) {
|
|
1245
1266
|
let {
|
|
1246
1267
|
children,
|
|
1247
1268
|
size = 16,
|
|
1248
1269
|
...rest
|
|
1249
|
-
} =
|
|
1270
|
+
} = _ref53;
|
|
1250
1271
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1251
1272
|
width: size,
|
|
1252
1273
|
height: size,
|
|
@@ -1255,21 +1276,21 @@ const DataRefineryReference = /*#__PURE__*/React.forwardRef(function DataRefiner
|
|
|
1255
1276
|
viewBox: "0 0 32 32",
|
|
1256
1277
|
fill: "currentColor",
|
|
1257
1278
|
...rest
|
|
1258
|
-
},
|
|
1279
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1259
1280
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM28 12H22a2.0023 2.0023 0 01-2-2V4a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2v6A2.0023 2.0023 0 0128 12zM22 4v6h6V4z"
|
|
1260
|
-
})),
|
|
1281
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1261
1282
|
d: "M24,26H16V24h8V17H8a2.0021,2.0021,0,0,1-2-2V8A2.0021,2.0021,0,0,1,8,6H18V8H8v7H24a2.0021,2.0021,0,0,1,2,2v7A2.0021,2.0021,0,0,1,24,26Z"
|
|
1262
1283
|
})), children);
|
|
1263
1284
|
});
|
|
1264
1285
|
if (process.env.NODE_ENV !== "production") {
|
|
1265
1286
|
DataRefineryReference.propTypes = iconPropTypes;
|
|
1266
1287
|
}
|
|
1267
|
-
const DataShare = /*#__PURE__*/React.forwardRef(function DataShare(
|
|
1288
|
+
const DataShare = /*#__PURE__*/React.forwardRef(function DataShare(_ref54, ref) {
|
|
1268
1289
|
let {
|
|
1269
1290
|
children,
|
|
1270
1291
|
size = 16,
|
|
1271
1292
|
...rest
|
|
1272
|
-
} =
|
|
1293
|
+
} = _ref54;
|
|
1273
1294
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1274
1295
|
width: size,
|
|
1275
1296
|
height: size,
|
|
@@ -1278,19 +1299,19 @@ const DataShare = /*#__PURE__*/React.forwardRef(function DataShare(_ref53, ref)
|
|
|
1278
1299
|
viewBox: "0 0 32 32",
|
|
1279
1300
|
fill: "currentColor",
|
|
1280
1301
|
...rest
|
|
1281
|
-
},
|
|
1302
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1282
1303
|
d: "M5 25V15.8281l-3.5859 3.586L0 18l6-6 6 6-1.4141 1.4141L7 15.8281V25H19v2H7A2.0024 2.0024 0 015 25zM24 22h4a2.002 2.002 0 012 2v4a2.002 2.002 0 01-2 2H24a2.002 2.002 0 01-2-2V24A2.002 2.002 0 0124 22zm4 6V24H23.9985L24 28zM27 6v9.1719l3.5859-3.586L32 13l-6 6-6-6 1.4141-1.4141L25 15.1719V6H13V4H25A2.0024 2.0024 0 0127 6zM2 6H8V8H2zM2 2H10V4H2z"
|
|
1283
1304
|
})), children);
|
|
1284
1305
|
});
|
|
1285
1306
|
if (process.env.NODE_ENV !== "production") {
|
|
1286
1307
|
DataShare.propTypes = iconPropTypes;
|
|
1287
1308
|
}
|
|
1288
|
-
const DataTable = /*#__PURE__*/React.forwardRef(function DataTable(
|
|
1309
|
+
const DataTable = /*#__PURE__*/React.forwardRef(function DataTable(_ref55, ref) {
|
|
1289
1310
|
let {
|
|
1290
1311
|
children,
|
|
1291
1312
|
size = 16,
|
|
1292
1313
|
...rest
|
|
1293
|
-
} =
|
|
1314
|
+
} = _ref55;
|
|
1294
1315
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1295
1316
|
width: size,
|
|
1296
1317
|
height: size,
|
|
@@ -1299,21 +1320,21 @@ const DataTable = /*#__PURE__*/React.forwardRef(function DataTable(_ref54, ref)
|
|
|
1299
1320
|
viewBox: "0 0 32 32",
|
|
1300
1321
|
fill: "currentColor",
|
|
1301
1322
|
...rest
|
|
1302
|
-
},
|
|
1323
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1303
1324
|
d: "M8 18H12V20H8zM14 18H18V20H14zM8 14H12V16H8zM14 22H18V24H14zM20 14H24V16H20zM20 22H24V24H20z"
|
|
1304
|
-
})),
|
|
1325
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1305
1326
|
d: "M27,3H5A2.0025,2.0025,0,0,0,3,5V27a2.0025,2.0025,0,0,0,2,2H27a2.0025,2.0025,0,0,0,2-2V5A2.0025,2.0025,0,0,0,27,3Zm0,2,0,4H5V5ZM5,27V11H27l0,16Z"
|
|
1306
1327
|
})), children);
|
|
1307
1328
|
});
|
|
1308
1329
|
if (process.env.NODE_ENV !== "production") {
|
|
1309
1330
|
DataTable.propTypes = iconPropTypes;
|
|
1310
1331
|
}
|
|
1311
|
-
const DataTableReference = /*#__PURE__*/React.forwardRef(function DataTableReference(
|
|
1332
|
+
const DataTableReference = /*#__PURE__*/React.forwardRef(function DataTableReference(_ref56, ref) {
|
|
1312
1333
|
let {
|
|
1313
1334
|
children,
|
|
1314
1335
|
size = 16,
|
|
1315
1336
|
...rest
|
|
1316
|
-
} =
|
|
1337
|
+
} = _ref56;
|
|
1317
1338
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1318
1339
|
width: size,
|
|
1319
1340
|
height: size,
|
|
@@ -1322,21 +1343,21 @@ const DataTableReference = /*#__PURE__*/React.forwardRef(function DataTableRefer
|
|
|
1322
1343
|
viewBox: "0 0 32 32",
|
|
1323
1344
|
fill: "currentColor",
|
|
1324
1345
|
...rest
|
|
1325
|
-
},
|
|
1346
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1326
1347
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM20 22H24V24H20zM16 18H20V20H16zM20 14H24V16H20zM8 14H12V16H8z"
|
|
1327
|
-
})),
|
|
1348
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1328
1349
|
d: "M27,3H5A2.0027,2.0027,0,0,0,3,5V16H5V11H27V27H16v2H27a2.0027,2.0027,0,0,0,2-2V5A2.0027,2.0027,0,0,0,27,3Zm0,6H5V5H27Z"
|
|
1329
1350
|
})), children);
|
|
1330
1351
|
});
|
|
1331
1352
|
if (process.env.NODE_ENV !== "production") {
|
|
1332
1353
|
DataTableReference.propTypes = iconPropTypes;
|
|
1333
1354
|
}
|
|
1334
|
-
const DataVis_1 = /*#__PURE__*/React.forwardRef(function DataVis_1(
|
|
1355
|
+
const DataVis_1 = /*#__PURE__*/React.forwardRef(function DataVis_1(_ref57, ref) {
|
|
1335
1356
|
let {
|
|
1336
1357
|
children,
|
|
1337
1358
|
size = 16,
|
|
1338
1359
|
...rest
|
|
1339
|
-
} =
|
|
1360
|
+
} = _ref57;
|
|
1340
1361
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1341
1362
|
width: size,
|
|
1342
1363
|
height: size,
|
|
@@ -1345,19 +1366,19 @@ const DataVis_1 = /*#__PURE__*/React.forwardRef(function DataVis_1(_ref56, ref)
|
|
|
1345
1366
|
viewBox: "0 0 32 32",
|
|
1346
1367
|
fill: "currentColor",
|
|
1347
1368
|
...rest
|
|
1348
|
-
},
|
|
1369
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1349
1370
|
d: "M26,22a3.9553,3.9553,0,0,0-2.0193.5667L20.167,18.7529a4.9654,4.9654,0,0,0,0-5.5058L22.714,10.7A3.0284,3.0284,0,1,0,21.3,9.286l-2.547,2.547a4.9654,4.9654,0,0,0-5.5058,0L9.4332,8.0191A3.9553,3.9553,0,0,0,10,6a4,4,0,1,0-4,4,3.9553,3.9553,0,0,0,2.0191-.5668l3.8139,3.8139a4.9654,4.9654,0,0,0,0,5.5058L8.0192,22.5668A3.9556,3.9556,0,0,0,6,22a4,4,0,1,0,4,4,3.9553,3.9553,0,0,0-.5667-2.0192l3.8138-3.8138A4.9686,4.9686,0,0,0,15,20.8989v3.2848a3,3,0,1,0,2,0V20.8989a4.9686,4.9686,0,0,0,1.7529-.7319l3.8138,3.8137A3.9553,3.9553,0,0,0,22,26a4,4,0,1,0,4-4ZM16,13a3,3,0,1,1-3,3A3.0033,3.0033,0,0,1,16,13ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm20,0a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
|
|
1350
1371
|
})), children);
|
|
1351
1372
|
});
|
|
1352
1373
|
if (process.env.NODE_ENV !== "production") {
|
|
1353
1374
|
DataVis_1.propTypes = iconPropTypes;
|
|
1354
1375
|
}
|
|
1355
|
-
const DataVis_2 = /*#__PURE__*/React.forwardRef(function DataVis_2(
|
|
1376
|
+
const DataVis_2 = /*#__PURE__*/React.forwardRef(function DataVis_2(_ref58, ref) {
|
|
1356
1377
|
let {
|
|
1357
1378
|
children,
|
|
1358
1379
|
size = 16,
|
|
1359
1380
|
...rest
|
|
1360
|
-
} =
|
|
1381
|
+
} = _ref58;
|
|
1361
1382
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1362
1383
|
width: size,
|
|
1363
1384
|
height: size,
|
|
@@ -1366,19 +1387,19 @@ const DataVis_2 = /*#__PURE__*/React.forwardRef(function DataVis_2(_ref57, ref)
|
|
|
1366
1387
|
viewBox: "0 0 32 32",
|
|
1367
1388
|
fill: "currentColor",
|
|
1368
1389
|
...rest
|
|
1369
|
-
},
|
|
1390
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1370
1391
|
d: "M28,2H17a2.002,2.002,0,0,0-2,2v6H4a2.002,2.002,0,0,0-2,2V28a2.0023,2.0023,0,0,0,2,2H15a2.0023,2.0023,0,0,0,2-2V22H28a2.0027,2.0027,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,2,0,4H17V4ZM15.0009,22H4V18H15ZM17,10H28.0007l.0005,4H17Zm-2,2v4H4V12ZM4,28V24H15.0011l0,4Zm13-8V16H28.0015l0,4Z"
|
|
1371
1392
|
})), children);
|
|
1372
1393
|
});
|
|
1373
1394
|
if (process.env.NODE_ENV !== "production") {
|
|
1374
1395
|
DataVis_2.propTypes = iconPropTypes;
|
|
1375
1396
|
}
|
|
1376
|
-
const DataVis_3 = /*#__PURE__*/React.forwardRef(function DataVis_3(
|
|
1397
|
+
const DataVis_3 = /*#__PURE__*/React.forwardRef(function DataVis_3(_ref59, ref) {
|
|
1377
1398
|
let {
|
|
1378
1399
|
children,
|
|
1379
1400
|
size = 16,
|
|
1380
1401
|
...rest
|
|
1381
|
-
} =
|
|
1402
|
+
} = _ref59;
|
|
1382
1403
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1383
1404
|
width: size,
|
|
1384
1405
|
height: size,
|
|
@@ -1387,19 +1408,19 @@ const DataVis_3 = /*#__PURE__*/React.forwardRef(function DataVis_3(_ref58, ref)
|
|
|
1387
1408
|
viewBox: "0 0 32 32",
|
|
1388
1409
|
fill: "currentColor",
|
|
1389
1410
|
...rest
|
|
1390
|
-
},
|
|
1411
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1391
1412
|
d: "M28,3a2.9913,2.9913,0,0,0-2.8163,2H21.858a3.9807,3.9807,0,0,0-7.716,0H9.858A3.9916,3.9916,0,1,0,5,9.858v4.284a3.9807,3.9807,0,0,0,0,7.716v3.3257a3,3,0,1,0,2,0V21.858a3.978,3.978,0,0,0,1.6729-.9034l3.3638,1.6819A2.9635,2.9635,0,0,0,12,23a3.0117,3.0117,0,1,0,.9221-2.1572L9.7744,19.269A3.95,3.95,0,0,0,10,18a3.9963,3.9963,0,0,0-3-3.858V9.858A3.9947,3.9947,0,0,0,9.858,7h4.284a3.9366,3.9366,0,0,0,4.7816,2.8818l1.8118,3.1705a3.0451,3.0451,0,1,0,1.7326-.9987L20.6893,8.941A3.9839,3.9839,0,0,0,21.858,7h3.3257A2.995,2.995,0,1,0,28,3ZM8,18a2,2,0,1,1-2-2A2.0023,2.0023,0,0,1,8,18ZM6,8A2,2,0,1,1,8,6,2.002,2.002,0,0,1,6,8ZM16,6a2,2,0,1,1,2,2A2.002,2.002,0,0,1,16,6Z"
|
|
1392
1413
|
})), children);
|
|
1393
1414
|
});
|
|
1394
1415
|
if (process.env.NODE_ENV !== "production") {
|
|
1395
1416
|
DataVis_3.propTypes = iconPropTypes;
|
|
1396
1417
|
}
|
|
1397
|
-
const DataVis_4 = /*#__PURE__*/React.forwardRef(function DataVis_4(
|
|
1418
|
+
const DataVis_4 = /*#__PURE__*/React.forwardRef(function DataVis_4(_ref60, ref) {
|
|
1398
1419
|
let {
|
|
1399
1420
|
children,
|
|
1400
1421
|
size = 16,
|
|
1401
1422
|
...rest
|
|
1402
|
-
} =
|
|
1423
|
+
} = _ref60;
|
|
1403
1424
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1404
1425
|
width: size,
|
|
1405
1426
|
height: size,
|
|
@@ -1408,19 +1429,19 @@ const DataVis_4 = /*#__PURE__*/React.forwardRef(function DataVis_4(_ref59, ref)
|
|
|
1408
1429
|
viewBox: "0 0 32 32",
|
|
1409
1430
|
fill: "currentColor",
|
|
1410
1431
|
...rest
|
|
1411
|
-
},
|
|
1432
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1412
1433
|
d: "M27,3H5A2.002,2.002,0,0,0,3,5V27a2.0023,2.0023,0,0,0,2,2H27a2.0027,2.0027,0,0,0,2-2V5A2.0023,2.0023,0,0,0,27,3Zm0,6H17V5H27ZM15,27H11V23h4Zm0-6H11V17h4ZM9,21H5V17H9Zm2-6V11H21v4Zm0-6V5h4V9Zm12,2h4l0,4H23ZM9,5V15H5V5ZM5,23H9v4H5Zm12,4V17H27.001l.001,10Z"
|
|
1413
1434
|
})), children);
|
|
1414
1435
|
});
|
|
1415
1436
|
if (process.env.NODE_ENV !== "production") {
|
|
1416
1437
|
DataVis_4.propTypes = iconPropTypes;
|
|
1417
1438
|
}
|
|
1418
|
-
const DataVolume = /*#__PURE__*/React.forwardRef(function DataVolume(
|
|
1439
|
+
const DataVolume = /*#__PURE__*/React.forwardRef(function DataVolume(_ref61, ref) {
|
|
1419
1440
|
let {
|
|
1420
1441
|
children,
|
|
1421
1442
|
size = 16,
|
|
1422
1443
|
...rest
|
|
1423
|
-
} =
|
|
1444
|
+
} = _ref61;
|
|
1424
1445
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1425
1446
|
width: size,
|
|
1426
1447
|
height: size,
|
|
@@ -1429,19 +1450,19 @@ const DataVolume = /*#__PURE__*/React.forwardRef(function DataVolume(_ref60, ref
|
|
|
1429
1450
|
viewBox: "0 0 32 32",
|
|
1430
1451
|
fill: "currentColor",
|
|
1431
1452
|
...rest
|
|
1432
|
-
},
|
|
1453
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1433
1454
|
d: "M30 20h-4v2h4v2h-3c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h5v-8c0-1.103-.8975-2-2-2zm0 8h-3v-2h3v2zM24 22v-2h-3v-2h-2v2h-2v2h2v6c0 1.1025.8975 2 2 2h3v-2h-3v-6h3zM14 20h-4v2h4v2h-3c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h5v-8c0-1.103-.8975-2-2-2zm0 8h-3v-2h3v2zM5 16.0005v4H2c-1.1025 0-2 .897-2 2v5.9995c0 1.1025.8975 2 2 2H7v-13.9995h-2zm-3 5.9995h3v6H2v-6zM4 14V5h7.5857l4 4h12.4143v8h2V9c-.0013-1.1041-.8959-1.9987-2-2h-11.5857l-3.4143-3.4141c-.3742-.3764-.8835-.5873-1.4143-.5859H4c-1.1041.0013-1.9987.8959-2 2V14h2z"
|
|
1434
1455
|
})), children);
|
|
1435
1456
|
});
|
|
1436
1457
|
if (process.env.NODE_ENV !== "production") {
|
|
1437
1458
|
DataVolume.propTypes = iconPropTypes;
|
|
1438
1459
|
}
|
|
1439
|
-
const DataVolumeAlt = /*#__PURE__*/React.forwardRef(function DataVolumeAlt(
|
|
1460
|
+
const DataVolumeAlt = /*#__PURE__*/React.forwardRef(function DataVolumeAlt(_ref62, ref) {
|
|
1440
1461
|
let {
|
|
1441
1462
|
children,
|
|
1442
1463
|
size = 16,
|
|
1443
1464
|
...rest
|
|
1444
|
-
} =
|
|
1465
|
+
} = _ref62;
|
|
1445
1466
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1446
1467
|
width: size,
|
|
1447
1468
|
height: size,
|
|
@@ -1450,27 +1471,27 @@ const DataVolumeAlt = /*#__PURE__*/React.forwardRef(function DataVolumeAlt(_ref6
|
|
|
1450
1471
|
viewBox: "0 0 32 32",
|
|
1451
1472
|
fill: "currentColor",
|
|
1452
1473
|
...rest
|
|
1453
|
-
},
|
|
1474
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1454
1475
|
d: "M25,29c-1.6543,0-3-1.3458-3-3s1.3457-3,3-3,3,1.3458,3,3-1.3457,3-3,3Zm0-4c-.5515,0-1,.4486-1,1s.4485,1,1,1,1-.4486,1-1-.4485-1-1-1Z"
|
|
1455
1476
|
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
1456
1477
|
cx: "20",
|
|
1457
1478
|
cy: "21",
|
|
1458
1479
|
r: "2"
|
|
1459
|
-
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1460
|
-
d: "M15,19c-1.6543,0-3-1.3458-3-3s1.3457-3,3-3,3,1.3458,3,3-1.3457,3-3,3Zm0-4c-.5515,0-1,.4486-1,1s.4485,1,1,1,1-.4486,1-1-.4485-1-1-1Z"
|
|
1461
1480
|
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1481
|
+
d: "M15,19c-1.6543,0-3-1.3458-3-3s1.3457-3,3-3,3,1.3458,3,3-1.3457,3-3,3Zm0-4c-.5515,0-1,.4486-1,1s.4485,1,1,1,1-.4486,1-1-.4485-1-1-1Z"
|
|
1482
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1462
1483
|
d: "M13,27H4c-1.104-.0013-1.9987-.896-2-2V5c.0013-1.104,.896-1.9987,2-2h7.5857c.5308-.0015,1.0401,.2095,1.4143,.5859l3.4143,3.4141h11.5857c1.104,.0013,1.9987,.896,2,2v7h-2v-7H15.5857l-4-4H4V25H13v2Z"
|
|
1463
1484
|
})), children);
|
|
1464
1485
|
});
|
|
1465
1486
|
if (process.env.NODE_ENV !== "production") {
|
|
1466
1487
|
DataVolumeAlt.propTypes = iconPropTypes;
|
|
1467
1488
|
}
|
|
1468
|
-
const DatabaseDatastax = /*#__PURE__*/React.forwardRef(function DatabaseDatastax(
|
|
1489
|
+
const DatabaseDatastax = /*#__PURE__*/React.forwardRef(function DatabaseDatastax(_ref63, ref) {
|
|
1469
1490
|
let {
|
|
1470
1491
|
children,
|
|
1471
1492
|
size = 16,
|
|
1472
1493
|
...rest
|
|
1473
|
-
} =
|
|
1494
|
+
} = _ref63;
|
|
1474
1495
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1475
1496
|
width: size,
|
|
1476
1497
|
height: size,
|
|
@@ -1479,19 +1500,19 @@ const DatabaseDatastax = /*#__PURE__*/React.forwardRef(function DatabaseDatastax
|
|
|
1479
1500
|
viewBox: "0 0 32 32",
|
|
1480
1501
|
fill: "currentColor",
|
|
1481
1502
|
...rest
|
|
1482
|
-
},
|
|
1503
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1483
1504
|
d: "M18.8684 22.0684l1.7937-1.7476A4.2184 4.2184 0 0023.95 21.9534c1.4026 0 2.0005-.5288 2.0005-1.38 0-.69-.4138-1.1267-1.4717-1.2646l-1.1958-.1612c-2.5754-.3217-4.0009-1.4484-4.0009-3.633 0-2.3225 1.8166-3.7942 4.5529-3.7942a5.7221 5.7221 0 014.691 1.8855l-1.7246 1.7246a3.9649 3.9649 0 00-2.8743-1.2876c-1.2649 0-1.8167.5059-1.8167 1.2417 0 .8049.4368 1.1726 1.5638 1.3567l1.2187.1609c2.6213.3679 3.886 1.5408 3.886 3.5412 0 2.3226-1.9546 3.9322-4.9439 3.9322A6.0942 6.0942 0 0118.8684 22.0684zM4.24 7.95h5.8409c4.185 0 6.9213 2.69 6.9213 8.0254S14.2661 24 10.0811 24H4.24zm5.8409 13.36c2.2534 0 3.7021-1.3338 3.7021-4.07V14.71c0-2.7364-1.4487-4.07-3.7021-4.07H7.2756V21.31z"
|
|
1484
1505
|
})), children);
|
|
1485
1506
|
});
|
|
1486
1507
|
if (process.env.NODE_ENV !== "production") {
|
|
1487
1508
|
DatabaseDatastax.propTypes = iconPropTypes;
|
|
1488
1509
|
}
|
|
1489
|
-
const DatabaseElastic = /*#__PURE__*/React.forwardRef(function DatabaseElastic(
|
|
1510
|
+
const DatabaseElastic = /*#__PURE__*/React.forwardRef(function DatabaseElastic(_ref64, ref) {
|
|
1490
1511
|
let {
|
|
1491
1512
|
children,
|
|
1492
1513
|
size = 16,
|
|
1493
1514
|
...rest
|
|
1494
|
-
} =
|
|
1515
|
+
} = _ref64;
|
|
1495
1516
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1496
1517
|
width: size,
|
|
1497
1518
|
height: size,
|
|
@@ -1500,19 +1521,19 @@ const DatabaseElastic = /*#__PURE__*/React.forwardRef(function DatabaseElastic(_
|
|
|
1500
1521
|
viewBox: "0 0 32 32",
|
|
1501
1522
|
fill: "currentColor",
|
|
1502
1523
|
...rest
|
|
1503
|
-
},
|
|
1524
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1504
1525
|
d: "M17.8281 22.0684l1.7937-1.7476A4.2185 4.2185 0 0022.91 21.9534c1.4025 0 2-.5288 2-1.38 0-.69-.4138-1.1267-1.4716-1.2646l-1.1958-.1612c-2.5755-.3217-4.001-1.4484-4.001-3.633 0-2.3225 1.8166-3.7942 4.553-3.7942a5.722 5.722 0 014.6909 1.8855l-1.7246 1.7246a3.9643 3.9643 0 00-2.8743-1.2876c-1.2649 0-1.8166.5059-1.8166 1.2417 0 .8049.4367 1.1726 1.5637 1.3567l1.2187.1609c2.6214.3679 3.886 1.5408 3.886 3.5413 0 2.3225-1.9546 3.9321-4.9438 3.9321A6.0944 6.0944 0 0117.8281 22.0684zM5.2471 24V7.95H15.825v2.69H8.2825v3.8862h6.6687v2.6905H8.2825V21.31H15.825V24z"
|
|
1505
1526
|
})), children);
|
|
1506
1527
|
});
|
|
1507
1528
|
if (process.env.NODE_ENV !== "production") {
|
|
1508
1529
|
DatabaseElastic.propTypes = iconPropTypes;
|
|
1509
1530
|
}
|
|
1510
|
-
const DatabaseEnterpriseDb2 = /*#__PURE__*/React.forwardRef(function DatabaseEnterpriseDb2(
|
|
1531
|
+
const DatabaseEnterpriseDb2 = /*#__PURE__*/React.forwardRef(function DatabaseEnterpriseDb2(_ref65, ref) {
|
|
1511
1532
|
let {
|
|
1512
1533
|
children,
|
|
1513
1534
|
size = 16,
|
|
1514
1535
|
...rest
|
|
1515
|
-
} =
|
|
1536
|
+
} = _ref65;
|
|
1516
1537
|
if (process.env.NODE_ENV !== "production") {
|
|
1517
1538
|
if (!didWarnAboutDeprecation["DatabaseEnterpriseDb2"]) {
|
|
1518
1539
|
didWarnAboutDeprecation["DatabaseEnterpriseDb2"] = true;
|
|
@@ -1527,19 +1548,19 @@ const DatabaseEnterpriseDb2 = /*#__PURE__*/React.forwardRef(function DatabaseEnt
|
|
|
1527
1548
|
viewBox: "0 0 32 32",
|
|
1528
1549
|
fill: "currentColor",
|
|
1529
1550
|
...rest
|
|
1530
|
-
},
|
|
1551
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1531
1552
|
d: "M17.84 24V11.9966H20.783v2h.1149a3.3115 3.3115 0 013.3572-2.2764c2.46 0 3.84 1.7017 3.84 4.6909V24H25.1519V16.7107c0-1.7017-.5748-2.5754-1.9776-2.5754-1.2187 0-2.3913.6438-2.3913 1.9314V24zM4.2236 24V7.95H14.8015v2.69H7.259v3.8862h6.6687v2.6905H7.259V21.31h7.5425V24z"
|
|
1532
1553
|
})), children);
|
|
1533
1554
|
});
|
|
1534
1555
|
if (process.env.NODE_ENV !== "production") {
|
|
1535
1556
|
DatabaseEnterpriseDb2.propTypes = iconPropTypes;
|
|
1536
1557
|
}
|
|
1537
|
-
const DatabaseEnterprisedb = /*#__PURE__*/React.forwardRef(function DatabaseEnterprisedb(
|
|
1558
|
+
const DatabaseEnterprisedb = /*#__PURE__*/React.forwardRef(function DatabaseEnterprisedb(_ref66, ref) {
|
|
1538
1559
|
let {
|
|
1539
1560
|
children,
|
|
1540
1561
|
size = 16,
|
|
1541
1562
|
...rest
|
|
1542
|
-
} =
|
|
1563
|
+
} = _ref66;
|
|
1543
1564
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1544
1565
|
width: size,
|
|
1545
1566
|
height: size,
|
|
@@ -1548,19 +1569,19 @@ const DatabaseEnterprisedb = /*#__PURE__*/React.forwardRef(function DatabaseEnte
|
|
|
1548
1569
|
viewBox: "0 0 32 32",
|
|
1549
1570
|
fill: "currentColor",
|
|
1550
1571
|
...rest
|
|
1551
|
-
},
|
|
1572
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1552
1573
|
d: "M17.84 24V11.9966H20.783v2h.1149a3.3115 3.3115 0 013.3572-2.2764c2.46 0 3.84 1.7017 3.84 4.6909V24H25.1519V16.7107c0-1.7017-.5748-2.5754-1.9776-2.5754-1.2187 0-2.3913.6438-2.3913 1.9314V24zM4.2236 24V7.95H14.8015v2.69H7.259v3.8862h6.6687v2.6905H7.259V21.31h7.5425V24z"
|
|
1553
1574
|
})), children);
|
|
1554
1575
|
});
|
|
1555
1576
|
if (process.env.NODE_ENV !== "production") {
|
|
1556
1577
|
DatabaseEnterprisedb.propTypes = iconPropTypes;
|
|
1557
1578
|
}
|
|
1558
|
-
const DatabaseEtcd = /*#__PURE__*/React.forwardRef(function DatabaseEtcd(
|
|
1579
|
+
const DatabaseEtcd = /*#__PURE__*/React.forwardRef(function DatabaseEtcd(_ref67, ref) {
|
|
1559
1580
|
let {
|
|
1560
1581
|
children,
|
|
1561
1582
|
size = 16,
|
|
1562
1583
|
...rest
|
|
1563
|
-
} =
|
|
1584
|
+
} = _ref67;
|
|
1564
1585
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1565
1586
|
width: size,
|
|
1566
1587
|
height: size,
|
|
@@ -1569,19 +1590,19 @@ const DatabaseEtcd = /*#__PURE__*/React.forwardRef(function DatabaseEtcd(_ref66,
|
|
|
1569
1590
|
viewBox: "0 0 32 32",
|
|
1570
1591
|
fill: "currentColor",
|
|
1571
1592
|
...rest
|
|
1572
|
-
},
|
|
1593
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1573
1594
|
d: "M20.9443 20.9417v-6.6h-1.77V11.9966h.92c.8735 0 1.1494-.4138 1.1494-1.2417V8.7083h2.6445v3.2883h2.46V14.342h-2.46v7.3125h2.2764V24H24.0488A2.778 2.778 0 0120.9443 20.9417zM6.6846 24V7.95H17.2627v2.69H9.72v3.8862h6.669v2.6905H9.72V21.31h7.543V24z"
|
|
1574
1595
|
})), children);
|
|
1575
1596
|
});
|
|
1576
1597
|
if (process.env.NODE_ENV !== "production") {
|
|
1577
1598
|
DatabaseEtcd.propTypes = iconPropTypes;
|
|
1578
1599
|
}
|
|
1579
|
-
const DatabaseMessaging = /*#__PURE__*/React.forwardRef(function DatabaseMessaging(
|
|
1600
|
+
const DatabaseMessaging = /*#__PURE__*/React.forwardRef(function DatabaseMessaging(_ref68, ref) {
|
|
1580
1601
|
let {
|
|
1581
1602
|
children,
|
|
1582
1603
|
size = 16,
|
|
1583
1604
|
...rest
|
|
1584
|
-
} =
|
|
1605
|
+
} = _ref68;
|
|
1585
1606
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1586
1607
|
width: size,
|
|
1587
1608
|
height: size,
|
|
@@ -1590,21 +1611,21 @@ const DatabaseMessaging = /*#__PURE__*/React.forwardRef(function DatabaseMessagi
|
|
|
1590
1611
|
viewBox: "0 0 32 32",
|
|
1591
1612
|
fill: "currentColor",
|
|
1592
1613
|
...rest
|
|
1593
|
-
},
|
|
1614
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1594
1615
|
d: "m23,32l-1.755-1,2.755-4h4v-7h-12v7h4v2h-4c-1.1025,0-2-.8975-2-2v-7c0-1.1025.8975-2,2-2h12c1.1025,0,2,.8975,2,2v7c0,1.1025-.8975,2-2,2h-3l-2,3Z"
|
|
1595
|
-
})),
|
|
1616
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1596
1617
|
d: "m13,2C7.7021,2,2,3.252,2,6v18c0,2.4033,4.3618,3.6626,9,3.9404v-2.0015c-4.5337-.2803-6.8674-1.4644-7-1.939v-3.5723c1.7065.856,4.3062,1.3442,7,1.5063v-1.9951c-4.5337-.2803-6.8674-1.4644-7-1.939v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723,5.2979,0,11-1.252,11-4v-6.0005c-.0007-2.748-5.7024-3.9995-11-3.9995ZM3.9985,6.0151c.1523-.5552,3.1514-2.0151,9.0015-2.0151,5.7976,0,8.7949,1.4341,8.9968,2-.2019.5659-3.1992,2-8.9968,2-5.8501,0-8.8491-1.46-9.0015-1.9849Zm18.0015,5.9722c-.1606.5571-3.1587,2.0127-9,2.0127-5.8501,0-8.8491-1.46-9-2v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596Z"
|
|
1597
1618
|
})), children);
|
|
1598
1619
|
});
|
|
1599
1620
|
if (process.env.NODE_ENV !== "production") {
|
|
1600
1621
|
DatabaseMessaging.propTypes = iconPropTypes;
|
|
1601
1622
|
}
|
|
1602
|
-
const DatabaseMongodb = /*#__PURE__*/React.forwardRef(function DatabaseMongodb(
|
|
1623
|
+
const DatabaseMongodb = /*#__PURE__*/React.forwardRef(function DatabaseMongodb(_ref69, ref) {
|
|
1603
1624
|
let {
|
|
1604
1625
|
children,
|
|
1605
1626
|
size = 16,
|
|
1606
1627
|
...rest
|
|
1607
|
-
} =
|
|
1628
|
+
} = _ref69;
|
|
1608
1629
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1609
1630
|
width: size,
|
|
1610
1631
|
height: size,
|
|
@@ -1613,19 +1634,19 @@ const DatabaseMongodb = /*#__PURE__*/React.forwardRef(function DatabaseMongodb(_
|
|
|
1613
1634
|
viewBox: "0 0 32 32",
|
|
1614
1635
|
fill: "currentColor",
|
|
1615
1636
|
...rest
|
|
1616
|
-
},
|
|
1637
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1617
1638
|
d: "M25.3481 28.875c-4.0473 0-5.5878-1.0579-5.5878-2.8284a2.2115 2.2115 0 012.1386-2.3v-.253a1.9726 1.9726 0 01-1.5405-2c0-1.242 1.0576-1.8628 2.207-2.1158v-.0918a3.6228 3.6228 0 01-2.1845-3.4953c0-2.4375 1.7246-4.07 4.9672-4.07A6.6717 6.6717 0 0127.44 12.02v-.3908a1.5343 1.5343 0 011.7022-1.7476h1.8623v2.2534H28.4521v.322a3.5917 3.5917 0 011.8628 3.3343c0 2.4145-1.7016 4.0241-4.9668 4.0241a7.3662 7.3662 0 01-1.8393-.207 1.23 1.23 0 00-.8511 1.0808c0 .5979.5059.8967 1.564.8967H27.44c2.9434 0 4.208 1.2649 4.208 3.4263C31.6484 27.5183 29.9473 28.875 25.3481 28.875zm1.4947-4.7371H22.75a1.473 1.473 0 00-.6211 1.2417c0 .92.6895 1.4717 2.5293 1.4717H26.13c1.9087 0 2.76-.4829 2.76-1.4946C28.89 24.5979 28.3374 24.1379 26.8428 24.1379zm.667-8.163v-.3912c0-1.2187-.7588-1.84-2.1617-1.84s-2.1616.6209-2.1616 1.84v.3912c0 1.1955.7588 1.84 2.1616 1.84S27.51 17.17 27.51 15.9749zM2.2344 7.95H5.66l4.1162 7.8413h.0923l4.07-7.8413h3.2886V24H14.3525V12.48h-.0918L13.0186 15.032l-3.2881 6.07-3.2881-6.07L5.2007 12.48H5.1084V24H2.2344z"
|
|
1618
1639
|
})), children);
|
|
1619
1640
|
});
|
|
1620
1641
|
if (process.env.NODE_ENV !== "production") {
|
|
1621
1642
|
DatabaseMongodb.propTypes = iconPropTypes;
|
|
1622
1643
|
}
|
|
1623
|
-
const DatabasePostgreSql = /*#__PURE__*/React.forwardRef(function DatabasePostgreSql(
|
|
1644
|
+
const DatabasePostgreSql = /*#__PURE__*/React.forwardRef(function DatabasePostgreSql(_ref70, ref) {
|
|
1624
1645
|
let {
|
|
1625
1646
|
children,
|
|
1626
1647
|
size = 16,
|
|
1627
1648
|
...rest
|
|
1628
|
-
} =
|
|
1649
|
+
} = _ref70;
|
|
1629
1650
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1630
1651
|
width: size,
|
|
1631
1652
|
height: size,
|
|
@@ -1634,19 +1655,19 @@ const DatabasePostgreSql = /*#__PURE__*/React.forwardRef(function DatabasePostgr
|
|
|
1634
1655
|
viewBox: "0 0 32 32",
|
|
1635
1656
|
fill: "currentColor",
|
|
1636
1657
|
...rest
|
|
1637
|
-
},
|
|
1658
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1638
1659
|
d: "M22.98 28.875c-4.0474 0-5.5879-1.0579-5.5879-2.8284a2.2112 2.2112 0 012.1387-2.3v-.253a1.9725 1.9725 0 01-1.541-2c0-1.242 1.0576-1.8628 2.2075-2.1158v-.0918a3.622 3.622 0 01-2.1846-3.4953c0-2.4375 1.7246-4.07 4.9673-4.07a6.6768 6.6768 0 012.0923.2988v-.3908a1.5341 1.5341 0 011.7016-1.7476h1.8623v2.2534H26.0835v.322a3.5926 3.5926 0 011.8628 3.3343c0 2.4145-1.7022 4.0241-4.9668 4.0241a7.3717 7.3717 0 01-1.84-.207 1.23 1.23 0 00-.8505 1.0808c0 .5979.5058.8967 1.5634.8967h3.2193c2.9433 0 4.208 1.2649 4.208 3.4263C29.28 27.5183 27.5781 28.875 22.98 28.875zm1.4941-4.7371H20.3809A1.474 1.474 0 0019.76 25.38c0 .92.69 1.4717 2.5293 1.4717h1.4716c1.9092 0 2.76-.4829 2.76-1.4946C26.5205 24.5979 25.9688 24.1379 24.4736 24.1379zm.667-8.163v-.3912c0-1.2187-.7588-1.84-2.1611-1.84s-2.1621.6209-2.1621 1.84v.3912c0 1.1955.7588 1.84 2.1621 1.84S25.1406 17.17 25.1406 15.9749zM4.603 24V7.95h7.22c2.9668 0 4.76 2 4.76 4.967 0 2.9893-1.7935 4.9668-4.76 4.9668H7.6387V24zm3.0357-8.738h3.9092a1.6886 1.6886 0 001.8852-1.8167V12.3875a1.672 1.672 0 00-1.8852-1.7935H7.6387z"
|
|
1639
1660
|
})), children);
|
|
1640
1661
|
});
|
|
1641
1662
|
if (process.env.NODE_ENV !== "production") {
|
|
1642
1663
|
DatabasePostgreSql.propTypes = iconPropTypes;
|
|
1643
1664
|
}
|
|
1644
|
-
const DatabaseRabbit = /*#__PURE__*/React.forwardRef(function DatabaseRabbit(
|
|
1665
|
+
const DatabaseRabbit = /*#__PURE__*/React.forwardRef(function DatabaseRabbit(_ref71, ref) {
|
|
1645
1666
|
let {
|
|
1646
1667
|
children,
|
|
1647
1668
|
size = 16,
|
|
1648
1669
|
...rest
|
|
1649
|
-
} =
|
|
1670
|
+
} = _ref71;
|
|
1650
1671
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1651
1672
|
width: size,
|
|
1652
1673
|
height: size,
|
|
@@ -1655,19 +1676,19 @@ const DatabaseRabbit = /*#__PURE__*/React.forwardRef(function DatabaseRabbit(_re
|
|
|
1655
1676
|
viewBox: "0 0 32 32",
|
|
1656
1677
|
fill: "currentColor",
|
|
1657
1678
|
...rest
|
|
1658
|
-
},
|
|
1679
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1659
1680
|
d: "M17.9434 20.7346c0-2.46 1.8623-3.6792 5.1279-3.6792h2.0464v-.8738c0-1.3337-.6665-2.1154-2.23-2.1154a3.1249 3.1249 0 00-2.7363 1.5175L18.4033 14.02a5.0544 5.0544 0 014.6909-2.3c3.2422 0 4.9668 1.54 4.9668 4.2771v5.6567h1.1958V24H27.624a2.184 2.184 0 01-2.23-2.07h-.1377c-.3912 1.5408-1.7017 2.3455-3.4952 2.3455C19.3232 24.2759 17.9434 22.8733 17.9434 20.7346zm7.1743-.3218V18.8262H23.2324c-1.541 0-2.3.5288-2.3 1.4717v.3908c0 .9658.667 1.4488 1.8164 1.4488C24.06 22.1375 25.1177 21.54 25.1177 20.4128zM6.9717 24H3.9365V7.95H11.18c2.92 0 4.7373 1.9316 4.7373 4.967a4.4237 4.4237 0 01-2.9893 4.553L16.2158 24h-3.38L9.8462 17.8145H6.9717zm3.9092-8.738a1.689 1.689 0 001.8857-1.8167V12.3875a1.6723 1.6723 0 00-1.8857-1.7935H6.9717v4.668z"
|
|
1660
1681
|
})), children);
|
|
1661
1682
|
});
|
|
1662
1683
|
if (process.env.NODE_ENV !== "production") {
|
|
1663
1684
|
DatabaseRabbit.propTypes = iconPropTypes;
|
|
1664
1685
|
}
|
|
1665
|
-
const DatabaseRedis = /*#__PURE__*/React.forwardRef(function DatabaseRedis(
|
|
1686
|
+
const DatabaseRedis = /*#__PURE__*/React.forwardRef(function DatabaseRedis(_ref72, ref) {
|
|
1666
1687
|
let {
|
|
1667
1688
|
children,
|
|
1668
1689
|
size = 16,
|
|
1669
1690
|
...rest
|
|
1670
|
-
} =
|
|
1691
|
+
} = _ref72;
|
|
1671
1692
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1672
1693
|
width: size,
|
|
1673
1694
|
height: size,
|
|
@@ -1676,19 +1697,19 @@ const DatabaseRedis = /*#__PURE__*/React.forwardRef(function DatabaseRedis(_ref7
|
|
|
1676
1697
|
viewBox: "0 0 32 32",
|
|
1677
1698
|
fill: "currentColor",
|
|
1678
1699
|
...rest
|
|
1679
|
-
},
|
|
1700
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1680
1701
|
d: "M25.7156 22h-.115a3.371 3.371 0 01-3.3113 2.2764c-3.0124 0-4.6912-2.2764-4.6912-6.3006 0-4.0012 1.6788-6.2546 4.6912-6.2546a3.3049 3.3049 0 013.3113 2.2534h.115v-6.99h2.9433V24H25.7156zm0-2.1157V16.0667c0-1.1727-1.0808-1.9314-2.4837-1.9314A2.556 2.556 0 0020.68 16.9636v2.07a2.5365 2.5365 0 002.5522 2.8052C24.6348 21.8384 25.7156 21.1257 25.7156 19.8838zM6.5576 24H3.5222V7.95h7.2434c2.92 0 4.7371 1.9316 4.7371 4.967a4.4237 4.4237 0 01-2.9893 4.553L15.8018 24h-3.38L9.4321 17.8145H6.5576zm3.9092-8.738a1.6888 1.6888 0 001.8855-1.8167V12.3875a1.6722 1.6722 0 00-1.8855-1.7935H6.5576v4.668z"
|
|
1681
1702
|
})), children);
|
|
1682
1703
|
});
|
|
1683
1704
|
if (process.env.NODE_ENV !== "production") {
|
|
1684
1705
|
DatabaseRedis.propTypes = iconPropTypes;
|
|
1685
1706
|
}
|
|
1686
|
-
const Datastore = /*#__PURE__*/React.forwardRef(function Datastore(
|
|
1707
|
+
const Datastore = /*#__PURE__*/React.forwardRef(function Datastore(_ref73, ref) {
|
|
1687
1708
|
let {
|
|
1688
1709
|
children,
|
|
1689
1710
|
size = 16,
|
|
1690
1711
|
...rest
|
|
1691
|
-
} =
|
|
1712
|
+
} = _ref73;
|
|
1692
1713
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1693
1714
|
width: size,
|
|
1694
1715
|
height: size,
|
|
@@ -1701,27 +1722,27 @@ const Datastore = /*#__PURE__*/React.forwardRef(function Datastore(_ref72, ref)
|
|
|
1701
1722
|
cx: "23",
|
|
1702
1723
|
cy: "23",
|
|
1703
1724
|
r: "1"
|
|
1704
|
-
})),
|
|
1725
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1705
1726
|
d: "M8 22H20V24H8z"
|
|
1706
1727
|
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
1707
1728
|
cx: "23",
|
|
1708
1729
|
cy: "9",
|
|
1709
1730
|
r: "1"
|
|
1710
|
-
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1711
|
-
d: "M8 8H20V10H8z"
|
|
1712
1731
|
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1732
|
+
d: "M8 8H20V10H8z"
|
|
1733
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1713
1734
|
d: "M26,14a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2H6A2,2,0,0,0,4,6v6a2,2,0,0,0,2,2H8v4H6a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V20a2,2,0,0,0-2-2H24V14ZM6,6H26v6H6ZM26,26H6V20H26Zm-4-8H10V14H22Z"
|
|
1714
1735
|
})), children);
|
|
1715
1736
|
});
|
|
1716
1737
|
if (process.env.NODE_ENV !== "production") {
|
|
1717
1738
|
Datastore.propTypes = iconPropTypes;
|
|
1718
1739
|
}
|
|
1719
|
-
const Db2BufferPool = /*#__PURE__*/React.forwardRef(function Db2BufferPool(
|
|
1740
|
+
const Db2BufferPool = /*#__PURE__*/React.forwardRef(function Db2BufferPool(_ref74, ref) {
|
|
1720
1741
|
let {
|
|
1721
1742
|
children,
|
|
1722
1743
|
size = 16,
|
|
1723
1744
|
...rest
|
|
1724
|
-
} =
|
|
1745
|
+
} = _ref74;
|
|
1725
1746
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1726
1747
|
width: size,
|
|
1727
1748
|
height: size,
|
|
@@ -1730,21 +1751,21 @@ const Db2BufferPool = /*#__PURE__*/React.forwardRef(function Db2BufferPool(_ref7
|
|
|
1730
1751
|
viewBox: "0 0 32 32",
|
|
1731
1752
|
fill: "currentColor",
|
|
1732
1753
|
...rest
|
|
1733
|
-
},
|
|
1754
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1734
1755
|
d: "M26.338 31L24.602 30 26.8895 26 23 26 26.993 19 28.73 20 26.4463 24 30.3367 24 26.338 31zM8 14H12V16H8zM20 14H24V16H20zM8 18H12V20H8zM14 18H18V20H14zM14 22H18V24H14z"
|
|
1735
|
-
})),
|
|
1756
|
+
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1736
1757
|
d: "M5,11H27v5h2V5c0-1.1025-.8972-2-2-2H5c-1.1028,0-2,.8975-2,2V27c0,1.1025,.8972,2,2,2h15v-2H5V11ZM27,5v4H5V5H27Z"
|
|
1737
1758
|
})), children);
|
|
1738
1759
|
});
|
|
1739
1760
|
if (process.env.NODE_ENV !== "production") {
|
|
1740
1761
|
Db2BufferPool.propTypes = iconPropTypes;
|
|
1741
1762
|
}
|
|
1742
|
-
const Db2DataSharingGroup = /*#__PURE__*/React.forwardRef(function Db2DataSharingGroup(
|
|
1763
|
+
const Db2DataSharingGroup = /*#__PURE__*/React.forwardRef(function Db2DataSharingGroup(_ref75, ref) {
|
|
1743
1764
|
let {
|
|
1744
1765
|
children,
|
|
1745
1766
|
size = 16,
|
|
1746
1767
|
...rest
|
|
1747
|
-
} =
|
|
1768
|
+
} = _ref75;
|
|
1748
1769
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1749
1770
|
width: size,
|
|
1750
1771
|
height: size,
|
|
@@ -1753,19 +1774,19 @@ const Db2DataSharingGroup = /*#__PURE__*/React.forwardRef(function Db2DataSharin
|
|
|
1753
1774
|
viewBox: "0 0 32 32",
|
|
1754
1775
|
fill: "currentColor",
|
|
1755
1776
|
...rest
|
|
1756
|
-
},
|
|
1777
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1757
1778
|
d: "M8 28v-6.1699l2.5898 2.5801 1.4102-1.4102-5-5-5 5 1.4102 1.4102 2.5898-2.5801v6.1699c0 1.1025.8972 2 2 2h9v-2H8zM25 17c-2.8506 0-5 1.29-5 3v7c0 1.71 2.1494 3 5 3s5-1.29 5-3v-7c0-1.71-2.1494-3-5-3zm0 2c1.936 0 3 .751 3 1s-1.064 1-3 1-3-.751-3-1 1.064-1 3-1zm0 9c-1.936 0-3-.751-3-1v-4.5796c.8264.3623 1.8508.5796 3 .5796s2.1736-.2173 3-.5796v4.5796c0 .249-1.064 1-3 1zM28.5898 7.5898l-2.5898 2.5801V4c0-1.1025-.8972-2-2-2H15v2h9v6.1699l-2.5898-2.5801-1.4102 1.4102 5 5 5-5-1.4102-1.4102zM7 15c2.8506 0 5-1.29 5-3V5c0-1.71-2.1494-3-5-3S2 3.29 2 5v7c0 1.71 2.1494 3 5 3zm0-11c1.936 0 3 .751 3 1s-1.064 1-3 1-3-.751-3-1 1.064-1 3-1zm-3 3.4204c.8264.3623 1.8508.5796 3 .5796s2.1736-.2173 3-.5796v4.5796c0 .249-1.064 1-3 1s-3-.751-3-1V7.4204z"
|
|
1758
1779
|
})), children);
|
|
1759
1780
|
});
|
|
1760
1781
|
if (process.env.NODE_ENV !== "production") {
|
|
1761
1782
|
Db2DataSharingGroup.propTypes = iconPropTypes;
|
|
1762
1783
|
}
|
|
1763
|
-
const Db2Database = /*#__PURE__*/React.forwardRef(function Db2Database(
|
|
1784
|
+
const Db2Database = /*#__PURE__*/React.forwardRef(function Db2Database(_ref76, ref) {
|
|
1764
1785
|
let {
|
|
1765
1786
|
children,
|
|
1766
1787
|
size = 16,
|
|
1767
1788
|
...rest
|
|
1768
|
-
} =
|
|
1789
|
+
} = _ref76;
|
|
1769
1790
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1770
1791
|
width: size,
|
|
1771
1792
|
height: size,
|
|
@@ -1774,19 +1795,19 @@ const Db2Database = /*#__PURE__*/React.forwardRef(function Db2Database(_ref75, r
|
|
|
1774
1795
|
viewBox: "0 0 32 32",
|
|
1775
1796
|
fill: "currentColor",
|
|
1776
1797
|
...rest
|
|
1777
|
-
},
|
|
1798
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1778
1799
|
d: "M16,3c-5.2979,0-11,1.252-11,4V25c0,2.748,5.7021,4,11,4s11-1.252,11-4V7c0-2.748-5.7021-4-11-4Zm0,2c5.7976,0,8.7949,1.4341,8.9968,2-.2019,.5659-3.1992,2-8.9968,2-5.8413,0-8.8394-1.4556-9-1.9824v-.0049c.1606-.5571,3.1587-2.0127,9-2.0127ZM7,9.4277c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596c-.1606,.5571-3.1587,2.0127-9,2.0127-5.8501,0-8.8491-1.46-9-2v-3.5723Zm0,6c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596c-.1606,.5571-3.1587,2.0127-9,2.0127-5.8501,0-8.8491-1.46-9-2v-3.5723Zm9,11.5723c-5.8501,0-8.8491-1.46-9-2v-3.5723c2.1279,1.0674,5.6426,1.5723,9,1.5723s6.8721-.5049,9-1.5723v3.5596c-.1606,.5571-3.1587,2.0127-9,2.0127Z"
|
|
1779
1800
|
})), children);
|
|
1780
1801
|
});
|
|
1781
1802
|
if (process.env.NODE_ENV !== "production") {
|
|
1782
1803
|
Db2Database.propTypes = iconPropTypes;
|
|
1783
1804
|
}
|
|
1784
|
-
const Debug = /*#__PURE__*/React.forwardRef(function Debug(
|
|
1805
|
+
const Debug = /*#__PURE__*/React.forwardRef(function Debug(_ref77, ref) {
|
|
1785
1806
|
let {
|
|
1786
1807
|
children,
|
|
1787
1808
|
size = 16,
|
|
1788
1809
|
...rest
|
|
1789
|
-
} =
|
|
1810
|
+
} = _ref77;
|
|
1790
1811
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1791
1812
|
width: size,
|
|
1792
1813
|
height: size,
|
|
@@ -1795,19 +1816,19 @@ const Debug = /*#__PURE__*/React.forwardRef(function Debug(_ref76, ref) {
|
|
|
1795
1816
|
viewBox: "0 0 32 32",
|
|
1796
1817
|
fill: "currentColor",
|
|
1797
1818
|
...rest
|
|
1798
|
-
},
|
|
1819
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1799
1820
|
d: "M29.83,20l.34-2L25,17.15V13c0-.08,0-.15,0-.23l5.06-1.36-.51-1.93-4.83,1.29A9,9,0,0,0,20,5V2H18V4.23a8.81,8.81,0,0,0-4,0V2H12V5a9,9,0,0,0-4.71,5.82L2.46,9.48,2,11.41,7,12.77c0,.08,0,.15,0,.23v4.15L1.84,18l.32,2L7,19.18a8.9,8.9,0,0,0,.82,3.57L3.29,27.29l1.42,1.42,4.19-4.2a9,9,0,0,0,14.2,0l4.19,4.2,1.42-1.42-4.54-4.54A8.9,8.9,0,0,0,25,19.18ZM15,25.92A7,7,0,0,1,9,19V13h6ZM9.29,11a7,7,0,0,1,13.42,0ZM23,19a7,7,0,0,1-6,6.92V13h6Z"
|
|
1800
1821
|
})), children);
|
|
1801
1822
|
});
|
|
1802
1823
|
if (process.env.NODE_ENV !== "production") {
|
|
1803
1824
|
Debug.propTypes = iconPropTypes;
|
|
1804
1825
|
}
|
|
1805
|
-
const DecisionTree = /*#__PURE__*/React.forwardRef(function DecisionTree(
|
|
1826
|
+
const DecisionTree = /*#__PURE__*/React.forwardRef(function DecisionTree(_ref78, ref) {
|
|
1806
1827
|
let {
|
|
1807
1828
|
children,
|
|
1808
1829
|
size = 16,
|
|
1809
1830
|
...rest
|
|
1810
|
-
} =
|
|
1831
|
+
} = _ref78;
|
|
1811
1832
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1812
1833
|
width: size,
|
|
1813
1834
|
height: size,
|
|
@@ -1816,19 +1837,19 @@ const DecisionTree = /*#__PURE__*/React.forwardRef(function DecisionTree(_ref77,
|
|
|
1816
1837
|
viewBox: "0 0 32 32",
|
|
1817
1838
|
fill: "currentColor",
|
|
1818
1839
|
...rest
|
|
1819
|
-
},
|
|
1840
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1820
1841
|
d: "M30,12V4H22V7H18a2.0023,2.0023,0,0,0-2,2v6H10V12H2v8h8V17h6v6a2.0023,2.0023,0,0,0,2,2h4v3h8V20H22v3H18V9h4v3ZM8,18H4V14H8Zm16,4h4v4H24ZM24,6h4v4H24Z"
|
|
1821
1842
|
})), children);
|
|
1822
1843
|
});
|
|
1823
1844
|
if (process.env.NODE_ENV !== "production") {
|
|
1824
1845
|
DecisionTree.propTypes = iconPropTypes;
|
|
1825
1846
|
}
|
|
1826
|
-
const Delete = /*#__PURE__*/React.forwardRef(function Delete(
|
|
1847
|
+
const Delete = /*#__PURE__*/React.forwardRef(function Delete(_ref79, ref) {
|
|
1827
1848
|
let {
|
|
1828
1849
|
children,
|
|
1829
1850
|
size = 16,
|
|
1830
1851
|
...rest
|
|
1831
|
-
} =
|
|
1852
|
+
} = _ref79;
|
|
1832
1853
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1833
1854
|
width: size,
|
|
1834
1855
|
height: size,
|
|
@@ -1837,21 +1858,21 @@ const Delete = /*#__PURE__*/React.forwardRef(function Delete(_ref78, ref) {
|
|
|
1837
1858
|
viewBox: "0 0 32 32",
|
|
1838
1859
|
fill: "currentColor",
|
|
1839
1860
|
...rest
|
|
1840
|
-
},
|
|
1861
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1841
1862
|
d: "m29,26H12c-.2651,0-.5195-.1053-.707-.2928L2.293,16.7072c-.3906-.3906-.3906-1.0237,0-1.4143L11.293,6.2928c.1875-.1875.4419-.2928.707-.2928h17c.5522,0,1,.4478,1,1v18c0,.5522-.4478,1-1,1Zm-16.5857-2h15.5857V8h-15.5857l-8,8,8,8Z"
|
|
1842
|
-
})),
|
|
1863
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1843
1864
|
d: "M20.4141 16L25 11.4141 23.5859 10 19 14.5859 14.4143 10 13 11.4141 17.5859 16 13 20.5859 14.4143 22 19 17.4141 23.5859 22 25 20.5859 20.4141 16z"
|
|
1844
1865
|
})), children);
|
|
1845
1866
|
});
|
|
1846
1867
|
if (process.env.NODE_ENV !== "production") {
|
|
1847
1868
|
Delete.propTypes = iconPropTypes;
|
|
1848
1869
|
}
|
|
1849
|
-
const Delivery = /*#__PURE__*/React.forwardRef(function Delivery(
|
|
1870
|
+
const Delivery = /*#__PURE__*/React.forwardRef(function Delivery(_ref80, ref) {
|
|
1850
1871
|
let {
|
|
1851
1872
|
children,
|
|
1852
1873
|
size = 16,
|
|
1853
1874
|
...rest
|
|
1854
|
-
} =
|
|
1875
|
+
} = _ref80;
|
|
1855
1876
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1856
1877
|
width: size,
|
|
1857
1878
|
height: size,
|
|
@@ -1860,21 +1881,21 @@ const Delivery = /*#__PURE__*/React.forwardRef(function Delivery(_ref79, ref) {
|
|
|
1860
1881
|
viewBox: "0 0 32 32",
|
|
1861
1882
|
fill: "currentColor",
|
|
1862
1883
|
...rest
|
|
1863
|
-
},
|
|
1884
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1864
1885
|
d: "M4 16H16V18H4zM2 11H12V13H2z"
|
|
1865
|
-
})),
|
|
1886
|
+
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1866
1887
|
d: "M29.9189,16.6064l-3-7A.9985.9985,0,0,0,26,9H23V7a1,1,0,0,0-1-1H6V8H21V20.5562A3.9924,3.9924,0,0,0,19.1421,23H12.8579a4,4,0,1,0,0,2h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V17A.9965.9965,0,0,0,29.9189,16.6064ZM9,26a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,9,26ZM23,11h2.3408l2.1431,5H23Zm0,15a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,23,26Zm5-3H26.8579A3.9954,3.9954,0,0,0,23,20V18h5Z"
|
|
1867
1888
|
})), children);
|
|
1868
1889
|
});
|
|
1869
1890
|
if (process.env.NODE_ENV !== "production") {
|
|
1870
1891
|
Delivery.propTypes = iconPropTypes;
|
|
1871
1892
|
}
|
|
1872
|
-
const DeliveryAdd = /*#__PURE__*/React.forwardRef(function DeliveryAdd(
|
|
1893
|
+
const DeliveryAdd = /*#__PURE__*/React.forwardRef(function DeliveryAdd(_ref81, ref) {
|
|
1873
1894
|
let {
|
|
1874
1895
|
children,
|
|
1875
1896
|
size = 16,
|
|
1876
1897
|
...rest
|
|
1877
|
-
} =
|
|
1898
|
+
} = _ref81;
|
|
1878
1899
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1879
1900
|
width: size,
|
|
1880
1901
|
height: size,
|
|
@@ -1883,21 +1904,21 @@ const DeliveryAdd = /*#__PURE__*/React.forwardRef(function DeliveryAdd(_ref80, r
|
|
|
1883
1904
|
viewBox: "0 0 32 32",
|
|
1884
1905
|
fill: "currentColor",
|
|
1885
1906
|
...rest
|
|
1886
|
-
},
|
|
1907
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1887
1908
|
d: "M12 6L8 6 8 2 6 2 6 6 2 6 2 8 6 8 6 12 8 12 8 8 12 8 12 6z"
|
|
1888
|
-
})),
|
|
1909
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1889
1910
|
d: "M29.9189,16.6064l-3-7A.9985.9985,0,0,0,26,9H23V7a1,1,0,0,0-1-1H15V8h6V20.5562A3.9924,3.9924,0,0,0,19.1421,23H12.8579a3.9806,3.9806,0,0,0-7.7158,0H4V14H2V24a1,1,0,0,0,1,1H5.1421a3.9806,3.9806,0,0,0,7.7158,0h6.2842a3.9806,3.9806,0,0,0,7.7158,0H29a1,1,0,0,0,1-1V17A.9965.9965,0,0,0,29.9189,16.6064ZM9,26a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,9,26ZM23,11h2.3408l2.1431,5H23Zm0,15a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,23,26Zm5-3H26.8579A3.9954,3.9954,0,0,0,23,20V18h5Z"
|
|
1890
1911
|
})), children);
|
|
1891
1912
|
});
|
|
1892
1913
|
if (process.env.NODE_ENV !== "production") {
|
|
1893
1914
|
DeliveryAdd.propTypes = iconPropTypes;
|
|
1894
1915
|
}
|
|
1895
|
-
const DeliveryParcel = /*#__PURE__*/React.forwardRef(function DeliveryParcel(
|
|
1916
|
+
const DeliveryParcel = /*#__PURE__*/React.forwardRef(function DeliveryParcel(_ref82, ref) {
|
|
1896
1917
|
let {
|
|
1897
1918
|
children,
|
|
1898
1919
|
size = 16,
|
|
1899
1920
|
...rest
|
|
1900
|
-
} =
|
|
1921
|
+
} = _ref82;
|
|
1901
1922
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1902
1923
|
width: size,
|
|
1903
1924
|
height: size,
|
|
@@ -1906,15 +1927,15 @@ const DeliveryParcel = /*#__PURE__*/React.forwardRef(function DeliveryParcel(_re
|
|
|
1906
1927
|
viewBox: "0 0 32 32",
|
|
1907
1928
|
fill: "currentColor",
|
|
1908
1929
|
...rest
|
|
1909
|
-
},
|
|
1930
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1910
1931
|
d: "M29.4819,8.624l-10-5.5a1,1,0,0,0-.9638,0l-10,5.5a1,1,0,0,0,0,1.752L18,15.5913V26.3086l-3.0362-1.6693L14,26.3912l4.5181,2.4848a.9984.9984,0,0,0,.9638,0l10-5.5A1,1,0,0,0,30,22.5V9.5A1,1,0,0,0,29.4819,8.624ZM19,5.1416,26.9248,9.5,19,13.8584,11.0752,9.5Zm9,16.7671-8,4.4V15.5913l8-4.4Z"
|
|
1911
|
-
})),
|
|
1932
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1912
1933
|
d: "M2 14H10V16H2z",
|
|
1913
1934
|
transform: "rotate(-180 6 15)"
|
|
1914
|
-
})),
|
|
1935
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1915
1936
|
d: "M4 22H12V24H4z",
|
|
1916
1937
|
transform: "rotate(-180 8 23)"
|
|
1917
|
-
})),
|
|
1938
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1918
1939
|
d: "M6 18H14V20H6z",
|
|
1919
1940
|
transform: "rotate(-180 10 19)"
|
|
1920
1941
|
})), children);
|
|
@@ -1922,12 +1943,12 @@ const DeliveryParcel = /*#__PURE__*/React.forwardRef(function DeliveryParcel(_re
|
|
|
1922
1943
|
if (process.env.NODE_ENV !== "production") {
|
|
1923
1944
|
DeliveryParcel.propTypes = iconPropTypes;
|
|
1924
1945
|
}
|
|
1925
|
-
const DeliveryTruck = /*#__PURE__*/React.forwardRef(function DeliveryTruck(
|
|
1946
|
+
const DeliveryTruck = /*#__PURE__*/React.forwardRef(function DeliveryTruck(_ref83, ref) {
|
|
1926
1947
|
let {
|
|
1927
1948
|
children,
|
|
1928
1949
|
size = 16,
|
|
1929
1950
|
...rest
|
|
1930
|
-
} =
|
|
1951
|
+
} = _ref83;
|
|
1931
1952
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1932
1953
|
width: size,
|
|
1933
1954
|
height: size,
|
|
@@ -1936,19 +1957,19 @@ const DeliveryTruck = /*#__PURE__*/React.forwardRef(function DeliveryTruck(_ref8
|
|
|
1936
1957
|
viewBox: "0 0 32 32",
|
|
1937
1958
|
fill: "currentColor",
|
|
1938
1959
|
...rest
|
|
1939
|
-
},
|
|
1960
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1940
1961
|
d: "M29.92,16.61l-3-7A1,1,0,0,0,26,9H23V7a1,1,0,0,0-1-1H3A1,1,0,0,0,2,7V24a1,1,0,0,0,1,1H5.14a4,4,0,0,0,7.72,0h6.28a4,4,0,0,0,7.72,0H29a1,1,0,0,0,1-1V17A1,1,0,0,0,29.92,16.61ZM23,11h2.34l2.14,5H23ZM9,26a2,2,0,1,1,2-2A2,2,0,0,1,9,26Zm10.14-3H12.86a4,4,0,0,0-7.72,0H4V8H21V20.56A4,4,0,0,0,19.14,23ZM23,26a2,2,0,1,1,2-2A2,2,0,0,1,23,26Zm5-3H26.86A4,4,0,0,0,23,20V18h5Z"
|
|
1941
1962
|
})), children);
|
|
1942
1963
|
});
|
|
1943
1964
|
if (process.env.NODE_ENV !== "production") {
|
|
1944
1965
|
DeliveryTruck.propTypes = iconPropTypes;
|
|
1945
1966
|
}
|
|
1946
|
-
const Demo = /*#__PURE__*/React.forwardRef(function Demo(
|
|
1967
|
+
const Demo = /*#__PURE__*/React.forwardRef(function Demo(_ref84, ref) {
|
|
1947
1968
|
let {
|
|
1948
1969
|
children,
|
|
1949
1970
|
size = 16,
|
|
1950
1971
|
...rest
|
|
1951
|
-
} =
|
|
1972
|
+
} = _ref84;
|
|
1952
1973
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1953
1974
|
width: size,
|
|
1954
1975
|
height: size,
|
|
@@ -1957,21 +1978,21 @@ const Demo = /*#__PURE__*/React.forwardRef(function Demo(_ref83, ref) {
|
|
|
1957
1978
|
viewBox: "0 0 32 32",
|
|
1958
1979
|
fill: "currentColor",
|
|
1959
1980
|
...rest
|
|
1960
|
-
},
|
|
1981
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1961
1982
|
d: "M20 2L20 14 30 8 20 2z"
|
|
1962
|
-
})),
|
|
1983
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1963
1984
|
d: "m28,14v8H4V6h10v-2H4c-1.1045,0-2,.8955-2,2v16c0,1.1045.8955,2,2,2h8v4h-4v2h16v-2h-4v-4h8c1.1046,0,2-.8955,2-2v-8h-2Zm-10,14h-4v-4h4v4Z"
|
|
1964
1985
|
})), children);
|
|
1965
1986
|
});
|
|
1966
1987
|
if (process.env.NODE_ENV !== "production") {
|
|
1967
1988
|
Demo.propTypes = iconPropTypes;
|
|
1968
1989
|
}
|
|
1969
|
-
const WatsonHealthDenominate = /*#__PURE__*/React.forwardRef(function WatsonHealthDenominate(
|
|
1990
|
+
const WatsonHealthDenominate = /*#__PURE__*/React.forwardRef(function WatsonHealthDenominate(_ref85, ref) {
|
|
1970
1991
|
let {
|
|
1971
1992
|
children,
|
|
1972
1993
|
size = 16,
|
|
1973
1994
|
...rest
|
|
1974
|
-
} =
|
|
1995
|
+
} = _ref85;
|
|
1975
1996
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1976
1997
|
width: size,
|
|
1977
1998
|
height: size,
|
|
@@ -1980,21 +2001,21 @@ const WatsonHealthDenominate = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
1980
2001
|
viewBox: "0 0 32 32",
|
|
1981
2002
|
fill: "currentColor",
|
|
1982
2003
|
...rest
|
|
1983
|
-
},
|
|
2004
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1984
2005
|
d: "M25 23H19a3 3 0 00-3 3v2h2V26a1 1 0 011-1h6a1 1 0 011 1v2h2V26A3 3 0 0025 23zM18 18a4 4 0 104-4A4 4 0 0018 18zm6 0a2 2 0 11-2-2A2 2 0 0124 18zM15 15.415L13.586 14 11 16.587 8.414 14 7 15.415 9.586 18 7 20.586 8.414 22 11 19.414 13.586 22 15 20.586 12.414 18 15 15.415z"
|
|
1985
|
-
})),
|
|
2006
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1986
2007
|
d: "M14,26H4V6h7.1716l3.4141,3.4143L15.1716,10H28v8h2V10a2,2,0,0,0-2-2H16L12.5859,4.5858A2,2,0,0,0,11.1716,4H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H14Z"
|
|
1987
2008
|
})), children);
|
|
1988
2009
|
});
|
|
1989
2010
|
if (process.env.NODE_ENV !== "production") {
|
|
1990
2011
|
WatsonHealthDenominate.propTypes = iconPropTypes;
|
|
1991
2012
|
}
|
|
1992
|
-
const Departure = /*#__PURE__*/React.forwardRef(function Departure(
|
|
2013
|
+
const Departure = /*#__PURE__*/React.forwardRef(function Departure(_ref86, ref) {
|
|
1993
2014
|
let {
|
|
1994
2015
|
children,
|
|
1995
2016
|
size = 16,
|
|
1996
2017
|
...rest
|
|
1997
|
-
} =
|
|
2018
|
+
} = _ref86;
|
|
1998
2019
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
1999
2020
|
width: size,
|
|
2000
2021
|
height: size,
|
|
@@ -2003,19 +2024,19 @@ const Departure = /*#__PURE__*/React.forwardRef(function Departure(_ref85, ref)
|
|
|
2003
2024
|
viewBox: "0 0 32 32",
|
|
2004
2025
|
fill: "currentColor",
|
|
2005
2026
|
...rest
|
|
2006
|
-
},
|
|
2027
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
2007
2028
|
d: "M2 28H30V30H2zM13.48 5.15l5.69 8.14.8 1.15 1.35-.36 4.52-1.21a2.13 2.13 0 011.12 0A1.84 1.84 0 0128.23 14 1.87 1.87 0 0127 16.45l-18.71 5a1.78 1.78 0 01-1 0A1.87 1.87 0 016 20.12l-.25-.93L5 16.38l-.74-2.74 1.44-.39L8 16.35l.81 1.08 1.31-.35 2.8-.75 1.94-.52-.52-1.93L12.08 5.52l1.4-.37M14.16 3a1.06 1.06 0 00-.5 0l-3.09.83A1 1 0 009.89 5l2.5 9.36-2.81.75L6.85 11.5a1 1 0 00-.52-.36 1.06 1.06 0 00-.5 0L2.72 12A1 1 0 002 13.16L3 16.9l.75 2.8.25.94a3.87 3.87 0 002.74 2.74 3.91 3.91 0 002 0l18.7-5a3.84 3.84 0 000-7.44 4.27 4.27 0 00-2.16 0l-4.51 1.21L14.7 3.41A1 1 0 0014.16 3z"
|
|
2008
2029
|
})), children);
|
|
2009
2030
|
});
|
|
2010
2031
|
if (process.env.NODE_ENV !== "production") {
|
|
2011
2032
|
Departure.propTypes = iconPropTypes;
|
|
2012
2033
|
}
|
|
2013
|
-
const Deploy = /*#__PURE__*/React.forwardRef(function Deploy(
|
|
2034
|
+
const Deploy = /*#__PURE__*/React.forwardRef(function Deploy(_ref87, ref) {
|
|
2014
2035
|
let {
|
|
2015
2036
|
children,
|
|
2016
2037
|
size = 16,
|
|
2017
2038
|
...rest
|
|
2018
|
-
} =
|
|
2039
|
+
} = _ref87;
|
|
2019
2040
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2020
2041
|
width: size,
|
|
2021
2042
|
height: size,
|
|
@@ -2024,21 +2045,21 @@ const Deploy = /*#__PURE__*/React.forwardRef(function Deploy(_ref86, ref) {
|
|
|
2024
2045
|
viewBox: "0 0 32 32",
|
|
2025
2046
|
fill: "currentColor",
|
|
2026
2047
|
...rest
|
|
2027
|
-
},
|
|
2048
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
2028
2049
|
d: "M23,2,17,8l1.4146,1.4023L22,5.8184V28H6V12H4V28a2.0025,2.0025,0,0,0,2,2H22a2.0025,2.0025,0,0,0,2-2V5.8154l3.5859,3.5869L29,8Z"
|
|
2029
|
-
})),
|
|
2050
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
2030
2051
|
d: "M16,24H12a2.0023,2.0023,0,0,1-2-2V18a2.0023,2.0023,0,0,1,2-2h4a2.0023,2.0023,0,0,1,2,2v4A2.0023,2.0023,0,0,1,16,24Zm-4-6v4h4V18Z"
|
|
2031
2052
|
})), children);
|
|
2032
2053
|
});
|
|
2033
2054
|
if (process.env.NODE_ENV !== "production") {
|
|
2034
2055
|
Deploy.propTypes = iconPropTypes;
|
|
2035
2056
|
}
|
|
2036
|
-
const DeployRules = /*#__PURE__*/React.forwardRef(function DeployRules(
|
|
2057
|
+
const DeployRules = /*#__PURE__*/React.forwardRef(function DeployRules(_ref88, ref) {
|
|
2037
2058
|
let {
|
|
2038
2059
|
children,
|
|
2039
2060
|
size = 16,
|
|
2040
2061
|
...rest
|
|
2041
|
-
} =
|
|
2062
|
+
} = _ref88;
|
|
2042
2063
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2043
2064
|
width: size,
|
|
2044
2065
|
height: size,
|
|
@@ -2047,19 +2068,19 @@ const DeployRules = /*#__PURE__*/React.forwardRef(function DeployRules(_ref87, r
|
|
|
2047
2068
|
viewBox: "0 0 32 32",
|
|
2048
2069
|
fill: "currentColor",
|
|
2049
2070
|
...rest
|
|
2050
|
-
},
|
|
2071
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
2051
2072
|
d: "M18 4L12 10 13.41 11.41 17 7.83 17 20 19 20 19 7.83 22.59 11.41 24 10 18 4zM8 18H15V20H8zM8 22H24V24H8zM8 26H24V28H8z"
|
|
2052
2073
|
})), children);
|
|
2053
2074
|
});
|
|
2054
2075
|
if (process.env.NODE_ENV !== "production") {
|
|
2055
2076
|
DeployRules.propTypes = iconPropTypes;
|
|
2056
2077
|
}
|
|
2057
|
-
const DeploymentPattern = /*#__PURE__*/React.forwardRef(function DeploymentPattern(
|
|
2078
|
+
const DeploymentPattern = /*#__PURE__*/React.forwardRef(function DeploymentPattern(_ref89, ref) {
|
|
2058
2079
|
let {
|
|
2059
2080
|
children,
|
|
2060
2081
|
size = 16,
|
|
2061
2082
|
...rest
|
|
2062
|
-
} =
|
|
2083
|
+
} = _ref89;
|
|
2063
2084
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2064
2085
|
width: size,
|
|
2065
2086
|
height: size,
|
|
@@ -2068,27 +2089,27 @@ const DeploymentPattern = /*#__PURE__*/React.forwardRef(function DeploymentPatte
|
|
|
2068
2089
|
viewBox: "0 0 32 32",
|
|
2069
2090
|
fill: "currentColor",
|
|
2070
2091
|
...rest
|
|
2071
|
-
},
|
|
2092
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
2072
2093
|
d: "M8 20H4.73A1.9735 1.9735 0 003 19a2 2 0 000 4A1.9735 1.9735 0 004.73 22H8zM29 9a1.9735 1.9735 0 00-1.73 1H24v2h3.27A1.9991 1.9991 0 1029 9z"
|
|
2073
|
-
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
2074
|
-
d: "M25.4141 5L21 .5859 16.5859 5 20 8.4141V18h2V8.4141zM21 3.4141L22.5859 5 21 6.5859 19.4141 5zM12 23.5859V14H10v9.5859L6.5859 27 11 31.4141 15.4141 27zM9.4141 27L11 25.4141 12.5859 27 11 28.5859z"
|
|
2075
2094
|
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
2076
|
-
d: "
|
|
2095
|
+
d: "M25.4141 5L21 .5859 16.5859 5 20 8.4141V18h2V8.4141zM21 3.4141L22.5859 5 21 6.5859 19.4141 5zM12 23.5859V14H10v9.5859L6.5859 27 11 31.4141 15.4141 27zM9.4141 27L11 25.4141 12.5859 27 11 28.5859z"
|
|
2077
2096
|
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
2078
|
-
d: "
|
|
2097
|
+
d: "M18,10H8.4141L5,6.5859.5859,11,5,15.4141,8.4141,12H18ZM5,12.5859,3.4141,11,5,9.4141,6.5859,11Z"
|
|
2079
2098
|
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
2099
|
+
d: "M13 3A2 2 0 009 3 1.9733 1.9733 0 0010 4.73V8h2V4.73A1.9733 1.9733 0 0013 3zM22 27.2705V24H20v3.27a2 2 0 102 0z"
|
|
2100
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
2080
2101
|
d: "M31.4141,21,27,16.5859,23.5859,20H14v2h9.5859L27,25.4141ZM27,19.4141,28.5859,21,27,22.5859,25.4141,21Z"
|
|
2081
2102
|
})), children);
|
|
2082
2103
|
});
|
|
2083
2104
|
if (process.env.NODE_ENV !== "production") {
|
|
2084
2105
|
DeploymentPattern.propTypes = iconPropTypes;
|
|
2085
2106
|
}
|
|
2086
|
-
const DeploymentPolicy = /*#__PURE__*/React.forwardRef(function DeploymentPolicy(
|
|
2107
|
+
const DeploymentPolicy = /*#__PURE__*/React.forwardRef(function DeploymentPolicy(_ref90, ref) {
|
|
2087
2108
|
let {
|
|
2088
2109
|
children,
|
|
2089
2110
|
size = 16,
|
|
2090
2111
|
...rest
|
|
2091
|
-
} =
|
|
2112
|
+
} = _ref90;
|
|
2092
2113
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2093
2114
|
width: size,
|
|
2094
2115
|
height: size,
|
|
@@ -2097,19 +2118,19 @@ const DeploymentPolicy = /*#__PURE__*/React.forwardRef(function DeploymentPolicy
|
|
|
2097
2118
|
viewBox: "0 0 32 32",
|
|
2098
2119
|
fill: "currentColor",
|
|
2099
2120
|
...rest
|
|
2100
|
-
},
|
|
2121
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
2101
2122
|
d: "M19 16L19 14 26.171 14 23.878 11.707 25.292 10.293 30 15 25.292 19.707 23.878 18.293 26.171 16 19 16zM17 12L15 12 15 5.828 12.707 8.121 11.293 6.707 16 2 20.707 6.707 19.293 8.121 17 5.828 17 12zM17 20.1011V18a4.0045 4.0045 0 00-4-4H5.8281l2.293-2.293L6.707 10.293 2 15l4.707 4.707 1.4141-1.414L5.8281 16H13a2.0025 2.0025 0 012 2v2.1011a5 5 0 102 0zM16 28a3 3 0 113-3A3.0033 3.0033 0 0116 28z"
|
|
2102
2123
|
})), children);
|
|
2103
2124
|
});
|
|
2104
2125
|
if (process.env.NODE_ENV !== "production") {
|
|
2105
2126
|
DeploymentPolicy.propTypes = iconPropTypes;
|
|
2106
2127
|
}
|
|
2107
|
-
const DeploymentUnitData = /*#__PURE__*/React.forwardRef(function DeploymentUnitData(
|
|
2128
|
+
const DeploymentUnitData = /*#__PURE__*/React.forwardRef(function DeploymentUnitData(_ref91, ref) {
|
|
2108
2129
|
let {
|
|
2109
2130
|
children,
|
|
2110
2131
|
size = 16,
|
|
2111
2132
|
...rest
|
|
2112
|
-
} =
|
|
2133
|
+
} = _ref91;
|
|
2113
2134
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2114
2135
|
width: size,
|
|
2115
2136
|
height: size,
|
|
@@ -2118,19 +2139,19 @@ const DeploymentUnitData = /*#__PURE__*/React.forwardRef(function DeploymentUnit
|
|
|
2118
2139
|
viewBox: "0 0 32 32",
|
|
2119
2140
|
fill: "currentColor",
|
|
2120
2141
|
...rest
|
|
2121
|
-
},
|
|
2142
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
2122
2143
|
d: "M16,23H12V9h4a4.0045,4.0045,0,0,1,4,4v6A4.0042,4.0042,0,0,1,16,23Zm-2-2h2a2.0023,2.0023,0,0,0,2-2V13a2.002,2.002,0,0,0-2-2H14Z"
|
|
2123
2144
|
})), children);
|
|
2124
2145
|
});
|
|
2125
2146
|
if (process.env.NODE_ENV !== "production") {
|
|
2126
2147
|
DeploymentUnitData.propTypes = iconPropTypes;
|
|
2127
2148
|
}
|
|
2128
|
-
const DeploymentUnitExecution = /*#__PURE__*/React.forwardRef(function DeploymentUnitExecution(
|
|
2149
|
+
const DeploymentUnitExecution = /*#__PURE__*/React.forwardRef(function DeploymentUnitExecution(_ref92, ref) {
|
|
2129
2150
|
let {
|
|
2130
2151
|
children,
|
|
2131
2152
|
size = 16,
|
|
2132
2153
|
...rest
|
|
2133
|
-
} =
|
|
2154
|
+
} = _ref92;
|
|
2134
2155
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2135
2156
|
width: size,
|
|
2136
2157
|
height: size,
|
|
@@ -2139,19 +2160,19 @@ const DeploymentUnitExecution = /*#__PURE__*/React.forwardRef(function Deploymen
|
|
|
2139
2160
|
viewBox: "0 0 32 32",
|
|
2140
2161
|
fill: "currentColor",
|
|
2141
2162
|
...rest
|
|
2142
|
-
},
|
|
2163
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
2143
2164
|
d: "M20 11L20 9 12 9 12 23 20 23 20 21 14 21 14 17 19 17 19 15 14 15 14 11 20 11z"
|
|
2144
2165
|
})), children);
|
|
2145
2166
|
});
|
|
2146
2167
|
if (process.env.NODE_ENV !== "production") {
|
|
2147
2168
|
DeploymentUnitExecution.propTypes = iconPropTypes;
|
|
2148
2169
|
}
|
|
2149
|
-
const DeploymentUnitInstallation = /*#__PURE__*/React.forwardRef(function DeploymentUnitInstallation(
|
|
2170
|
+
const DeploymentUnitInstallation = /*#__PURE__*/React.forwardRef(function DeploymentUnitInstallation(_ref93, ref) {
|
|
2150
2171
|
let {
|
|
2151
2172
|
children,
|
|
2152
2173
|
size = 16,
|
|
2153
2174
|
...rest
|
|
2154
|
-
} =
|
|
2175
|
+
} = _ref93;
|
|
2155
2176
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2156
2177
|
width: size,
|
|
2157
2178
|
height: size,
|
|
@@ -2160,19 +2181,19 @@ const DeploymentUnitInstallation = /*#__PURE__*/React.forwardRef(function Deploy
|
|
|
2160
2181
|
viewBox: "0 0 32 32",
|
|
2161
2182
|
fill: "currentColor",
|
|
2162
2183
|
...rest
|
|
2163
|
-
},
|
|
2184
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
2164
2185
|
d: "M12 11L15 11 15 21 12 21 12 23 20 23 20 21 17 21 17 11 20 11 20 9 12 9 12 11z"
|
|
2165
2186
|
})), children);
|
|
2166
2187
|
});
|
|
2167
2188
|
if (process.env.NODE_ENV !== "production") {
|
|
2168
2189
|
DeploymentUnitInstallation.propTypes = iconPropTypes;
|
|
2169
2190
|
}
|
|
2170
|
-
const DeploymentUnitPresentation = /*#__PURE__*/React.forwardRef(function DeploymentUnitPresentation(
|
|
2191
|
+
const DeploymentUnitPresentation = /*#__PURE__*/React.forwardRef(function DeploymentUnitPresentation(_ref94, ref) {
|
|
2171
2192
|
let {
|
|
2172
2193
|
children,
|
|
2173
2194
|
size = 16,
|
|
2174
2195
|
...rest
|
|
2175
|
-
} =
|
|
2196
|
+
} = _ref94;
|
|
2176
2197
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2177
2198
|
width: size,
|
|
2178
2199
|
height: size,
|
|
@@ -2181,19 +2202,19 @@ const DeploymentUnitPresentation = /*#__PURE__*/React.forwardRef(function Deploy
|
|
|
2181
2202
|
viewBox: "0 0 32 32",
|
|
2182
2203
|
fill: "currentColor",
|
|
2183
2204
|
...rest
|
|
2184
|
-
},
|
|
2205
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2185
2206
|
d: "M14,23H12V9h6a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H14Zm0-7h4V11H14Z"
|
|
2186
2207
|
})), children);
|
|
2187
2208
|
});
|
|
2188
2209
|
if (process.env.NODE_ENV !== "production") {
|
|
2189
2210
|
DeploymentUnitPresentation.propTypes = iconPropTypes;
|
|
2190
2211
|
}
|
|
2191
|
-
const DeploymentUnitTechnicalData = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalData(
|
|
2212
|
+
const DeploymentUnitTechnicalData = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalData(_ref95, ref) {
|
|
2192
2213
|
let {
|
|
2193
2214
|
children,
|
|
2194
2215
|
size = 16,
|
|
2195
2216
|
...rest
|
|
2196
|
-
} =
|
|
2217
|
+
} = _ref95;
|
|
2197
2218
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2198
2219
|
width: size,
|
|
2199
2220
|
height: size,
|
|
@@ -2202,19 +2223,19 @@ const DeploymentUnitTechnicalData = /*#__PURE__*/React.forwardRef(function Deplo
|
|
|
2202
2223
|
viewBox: "0 0 32 32",
|
|
2203
2224
|
fill: "currentColor",
|
|
2204
2225
|
...rest
|
|
2205
|
-
},
|
|
2226
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2206
2227
|
d: "M21 23H17V9h4a4.0045 4.0045 0 014 4v6A4.0042 4.0042 0 0121 23zm-2-2h2a2.0023 2.0023 0 002-2V13a2.002 2.002 0 00-2-2H19zM7 11L10 11 10 23 12 23 12 11 15 11 15 9 7 9 7 11z"
|
|
2207
2228
|
})), children);
|
|
2208
2229
|
});
|
|
2209
2230
|
if (process.env.NODE_ENV !== "production") {
|
|
2210
2231
|
DeploymentUnitTechnicalData.propTypes = iconPropTypes;
|
|
2211
2232
|
}
|
|
2212
|
-
const DeploymentUnitTechnicalExecution = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalExecution(
|
|
2233
|
+
const DeploymentUnitTechnicalExecution = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalExecution(_ref96, ref) {
|
|
2213
2234
|
let {
|
|
2214
2235
|
children,
|
|
2215
2236
|
size = 16,
|
|
2216
2237
|
...rest
|
|
2217
|
-
} =
|
|
2238
|
+
} = _ref96;
|
|
2218
2239
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2219
2240
|
width: size,
|
|
2220
2241
|
height: size,
|
|
@@ -2223,19 +2244,19 @@ const DeploymentUnitTechnicalExecution = /*#__PURE__*/React.forwardRef(function
|
|
|
2223
2244
|
viewBox: "0 0 32 32",
|
|
2224
2245
|
fill: "currentColor",
|
|
2225
2246
|
...rest
|
|
2226
|
-
},
|
|
2247
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2227
2248
|
d: "M25 11L25 9 17 9 17 23 25 23 25 21 19 21 19 17 24 17 24 15 19 15 19 11 25 11zM7 11L10 11 10 23 12 23 12 11 15 11 15 9 7 9 7 11z"
|
|
2228
2249
|
})), children);
|
|
2229
2250
|
});
|
|
2230
2251
|
if (process.env.NODE_ENV !== "production") {
|
|
2231
2252
|
DeploymentUnitTechnicalExecution.propTypes = iconPropTypes;
|
|
2232
2253
|
}
|
|
2233
|
-
const DeploymentUnitTechnicalInstallation = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalInstallation(
|
|
2254
|
+
const DeploymentUnitTechnicalInstallation = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalInstallation(_ref97, ref) {
|
|
2234
2255
|
let {
|
|
2235
2256
|
children,
|
|
2236
2257
|
size = 16,
|
|
2237
2258
|
...rest
|
|
2238
|
-
} =
|
|
2259
|
+
} = _ref97;
|
|
2239
2260
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2240
2261
|
width: size,
|
|
2241
2262
|
height: size,
|
|
@@ -2244,19 +2265,19 @@ const DeploymentUnitTechnicalInstallation = /*#__PURE__*/React.forwardRef(functi
|
|
|
2244
2265
|
viewBox: "0 0 32 32",
|
|
2245
2266
|
fill: "currentColor",
|
|
2246
2267
|
...rest
|
|
2247
|
-
},
|
|
2268
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2248
2269
|
d: "M17 11L20 11 20 21 17 21 17 23 25 23 25 21 22 21 22 11 25 11 25 9 17 9 17 11zM7 11L10 11 10 23 12 23 12 11 15 11 15 9 7 9 7 11z"
|
|
2249
2270
|
})), children);
|
|
2250
2271
|
});
|
|
2251
2272
|
if (process.env.NODE_ENV !== "production") {
|
|
2252
2273
|
DeploymentUnitTechnicalInstallation.propTypes = iconPropTypes;
|
|
2253
2274
|
}
|
|
2254
|
-
const DeploymentUnitTechnicalPresentation = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalPresentation(
|
|
2275
|
+
const DeploymentUnitTechnicalPresentation = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalPresentation(_ref98, ref) {
|
|
2255
2276
|
let {
|
|
2256
2277
|
children,
|
|
2257
2278
|
size = 16,
|
|
2258
2279
|
...rest
|
|
2259
|
-
} =
|
|
2280
|
+
} = _ref98;
|
|
2260
2281
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2261
2282
|
width: size,
|
|
2262
2283
|
height: size,
|
|
@@ -2265,19 +2286,19 @@ const DeploymentUnitTechnicalPresentation = /*#__PURE__*/React.forwardRef(functi
|
|
|
2265
2286
|
viewBox: "0 0 32 32",
|
|
2266
2287
|
fill: "currentColor",
|
|
2267
2288
|
...rest
|
|
2268
|
-
},
|
|
2289
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2269
2290
|
d: "M19 23H17V9h6a2.002 2.002 0 012 2v5a2.002 2.002 0 01-2 2H19zm0-7h4V10.9985H19zM7 11L10 11 10 23 12 23 12 11 15 11 15 9 7 9 7 11z"
|
|
2270
2291
|
})), children);
|
|
2271
2292
|
});
|
|
2272
2293
|
if (process.env.NODE_ENV !== "production") {
|
|
2273
2294
|
DeploymentUnitTechnicalPresentation.propTypes = iconPropTypes;
|
|
2274
2295
|
}
|
|
2275
|
-
const DeskAdjustable = /*#__PURE__*/React.forwardRef(function DeskAdjustable(
|
|
2296
|
+
const DeskAdjustable = /*#__PURE__*/React.forwardRef(function DeskAdjustable(_ref99, ref) {
|
|
2276
2297
|
let {
|
|
2277
2298
|
children,
|
|
2278
2299
|
size = 16,
|
|
2279
2300
|
...rest
|
|
2280
|
-
} =
|
|
2301
|
+
} = _ref99;
|
|
2281
2302
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2282
2303
|
width: size,
|
|
2283
2304
|
height: size,
|
|
@@ -2286,21 +2307,21 @@ const DeskAdjustable = /*#__PURE__*/React.forwardRef(function DeskAdjustable(_re
|
|
|
2286
2307
|
viewBox: "0 0 32 32",
|
|
2287
2308
|
fill: "currentColor",
|
|
2288
2309
|
...rest
|
|
2289
|
-
},
|
|
2310
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2290
2311
|
d: "M17 27.172L17 22 15 22 15 27.172 12.414 24.586 11 26 16 31 21 26 19.586 24.586 17 27.172z"
|
|
2291
|
-
})),
|
|
2312
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2292
2313
|
d: "M30 12H2v8H4V30H6V20H26V30h2V20h2zm-2 6H4V14H28zM15 4.828L15 10 17 10 17 4.828 19.586 7.414 21 6 16 1 11 6 12.414 7.414 15 4.828z"
|
|
2293
2314
|
})), children);
|
|
2294
2315
|
});
|
|
2295
2316
|
if (process.env.NODE_ENV !== "production") {
|
|
2296
2317
|
DeskAdjustable.propTypes = iconPropTypes;
|
|
2297
2318
|
}
|
|
2298
|
-
const Development = /*#__PURE__*/React.forwardRef(function Development(
|
|
2319
|
+
const Development = /*#__PURE__*/React.forwardRef(function Development(_ref100, ref) {
|
|
2299
2320
|
let {
|
|
2300
2321
|
children,
|
|
2301
2322
|
size = 16,
|
|
2302
2323
|
...rest
|
|
2303
|
-
} =
|
|
2324
|
+
} = _ref100;
|
|
2304
2325
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2305
2326
|
width: size,
|
|
2306
2327
|
height: size,
|
|
@@ -2309,21 +2330,21 @@ const Development = /*#__PURE__*/React.forwardRef(function Development(_ref99, r
|
|
|
2309
2330
|
viewBox: "0 0 32 32",
|
|
2310
2331
|
fill: "currentColor",
|
|
2311
2332
|
...rest
|
|
2312
|
-
},
|
|
2333
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2313
2334
|
d: "M8 4V8H4V4H8M2 2v8h8V2zM18 7v4H14V7h4M12 5v8h8V5zM8 16v4H4V16H8M2 14v8h8V14z"
|
|
2314
|
-
})),
|
|
2335
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2315
2336
|
d: "M22,10v6H16v6H10v8H30V10Zm-4,8h4v4H18ZM16,28H12V24h4Zm6,0H18V24h4Zm6,0H24V24h4Zm0-6H24V18h4Zm-4-6V12h4v4Z"
|
|
2316
2337
|
})), children);
|
|
2317
2338
|
});
|
|
2318
2339
|
if (process.env.NODE_ENV !== "production") {
|
|
2319
2340
|
Development.propTypes = iconPropTypes;
|
|
2320
2341
|
}
|
|
2321
|
-
const Devices = /*#__PURE__*/React.forwardRef(function Devices(
|
|
2342
|
+
const Devices = /*#__PURE__*/React.forwardRef(function Devices(_ref101, ref) {
|
|
2322
2343
|
let {
|
|
2323
2344
|
children,
|
|
2324
2345
|
size = 16,
|
|
2325
2346
|
...rest
|
|
2326
|
-
} =
|
|
2347
|
+
} = _ref101;
|
|
2327
2348
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2328
2349
|
width: size,
|
|
2329
2350
|
height: size,
|
|
@@ -2332,21 +2353,21 @@ const Devices = /*#__PURE__*/React.forwardRef(function Devices(_ref100, ref) {
|
|
|
2332
2353
|
viewBox: "0 0 32 32",
|
|
2333
2354
|
fill: "currentColor",
|
|
2334
2355
|
...rest
|
|
2335
|
-
},
|
|
2356
|
+
}, _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2336
2357
|
d: "M10,30H4a2,2,0,0,1-2-2V16a2,2,0,0,1,2-2h6a2,2,0,0,1,2,2V28A2,2,0,0,1,10,30ZM4,16V28h6V16Z"
|
|
2337
|
-
})),
|
|
2358
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2338
2359
|
d: "M28,4H6A2,2,0,0,0,4,6v6H6V6H28V20H14v2h2v4H14v2h9V26H18V22H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Z"
|
|
2339
2360
|
})), children);
|
|
2340
2361
|
});
|
|
2341
2362
|
if (process.env.NODE_ENV !== "production") {
|
|
2342
2363
|
Devices.propTypes = iconPropTypes;
|
|
2343
2364
|
}
|
|
2344
|
-
const DevicesApps = /*#__PURE__*/React.forwardRef(function DevicesApps(
|
|
2365
|
+
const DevicesApps = /*#__PURE__*/React.forwardRef(function DevicesApps(_ref102, ref) {
|
|
2345
2366
|
let {
|
|
2346
2367
|
children,
|
|
2347
2368
|
size = 16,
|
|
2348
2369
|
...rest
|
|
2349
|
-
} =
|
|
2370
|
+
} = _ref102;
|
|
2350
2371
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2351
2372
|
width: size,
|
|
2352
2373
|
height: size,
|
|
@@ -2355,19 +2376,19 @@ const DevicesApps = /*#__PURE__*/React.forwardRef(function DevicesApps(_ref101,
|
|
|
2355
2376
|
viewBox: "0 0 32 32",
|
|
2356
2377
|
fill: "currentColor",
|
|
2357
2378
|
...rest
|
|
2358
|
-
},
|
|
2379
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2359
2380
|
d: "M26 2H30V6H26zM26 8H30V12H26zM20 2H24V6H20zM20 8H24V12H20zM28 20h-14v2h2v4h-2v2h9v-2h-5v-4h10c.5304 0 1.0392-.2108 1.4142-.5858s.5858-.8838.5858-1.4142v-6h-2v6zM6 6h12v-2H6c-.5304 0-1.0392.2107-1.4142.5858-.3751.375-.5858.8838-.5858 1.4142v6h2v-6zM10 14H4c-.5304 0-1.0392.2107-1.4142.5858-.3751.375-.5858.8838-.5858 1.4142v12c0 .5304.2107 1.0392.5858 1.4142.375.375.8838.5858 1.4142.5858h6c.5304 0 1.0392-.2108 1.4142-.5858.3751-.375.5858-.8838.5858-1.4142v-12c0-.5304-.2107-1.0392-.5858-1.4142-.375-.3751-.8838-.5858-1.4142-.5858zm0 14H4v-12h6v12z"
|
|
2360
2381
|
})), children);
|
|
2361
2382
|
});
|
|
2362
2383
|
if (process.env.NODE_ENV !== "production") {
|
|
2363
2384
|
DevicesApps.propTypes = iconPropTypes;
|
|
2364
2385
|
}
|
|
2365
|
-
const DewPoint = /*#__PURE__*/React.forwardRef(function DewPoint(
|
|
2386
|
+
const DewPoint = /*#__PURE__*/React.forwardRef(function DewPoint(_ref103, ref) {
|
|
2366
2387
|
let {
|
|
2367
2388
|
children,
|
|
2368
2389
|
size = 16,
|
|
2369
2390
|
...rest
|
|
2370
|
-
} =
|
|
2391
|
+
} = _ref103;
|
|
2371
2392
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2372
2393
|
width: size,
|
|
2373
2394
|
height: size,
|
|
@@ -2376,19 +2397,19 @@ const DewPoint = /*#__PURE__*/React.forwardRef(function DewPoint(_ref102, ref) {
|
|
|
2376
2397
|
viewBox: "0 0 32 32",
|
|
2377
2398
|
fill: "currentColor",
|
|
2378
2399
|
...rest
|
|
2379
|
-
},
|
|
2400
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2380
2401
|
d: "M24 10a4 4 0 114-4A4.0045 4.0045 0 0124 10zm0-6a2 2 0 102 2A2.0021 2.0021 0 0024 4zM14.5 30A5.4962 5.4962 0 019 24.52c0-3.4426 4.3442-21.0141 4.5293-21.76a1 1 0 011.9414 0C15.6558 3.5059 20 21.0774 20 24.52A5.4962 5.4962 0 0114.5 30zm0-22.7561C13.0391 13.38 11 22.4089 11 24.52a3.5 3.5 0 007 0C18 22.4089 15.9609 13.38 14.5 7.2439z"
|
|
2381
2402
|
})), children);
|
|
2382
2403
|
});
|
|
2383
2404
|
if (process.env.NODE_ENV !== "production") {
|
|
2384
2405
|
DewPoint.propTypes = iconPropTypes;
|
|
2385
2406
|
}
|
|
2386
|
-
const DewPointFilled = /*#__PURE__*/React.forwardRef(function DewPointFilled(
|
|
2407
|
+
const DewPointFilled = /*#__PURE__*/React.forwardRef(function DewPointFilled(_ref104, ref) {
|
|
2387
2408
|
let {
|
|
2388
2409
|
children,
|
|
2389
2410
|
size = 16,
|
|
2390
2411
|
...rest
|
|
2391
|
-
} =
|
|
2412
|
+
} = _ref104;
|
|
2392
2413
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2393
2414
|
width: size,
|
|
2394
2415
|
height: size,
|
|
@@ -2397,19 +2418,19 @@ const DewPointFilled = /*#__PURE__*/React.forwardRef(function DewPointFilled(_re
|
|
|
2397
2418
|
viewBox: "0 0 32 32",
|
|
2398
2419
|
fill: "currentColor",
|
|
2399
2420
|
...rest
|
|
2400
|
-
},
|
|
2421
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2401
2422
|
d: "M24 10a4 4 0 114-4A4.0045 4.0045 0 0124 10zm0-6a2 2 0 102 2A2.0021 2.0021 0 0024 4zM14.5 30A5.4962 5.4962 0 019 24.52c0-3.4426 4.3442-21.0141 4.5293-21.76a1 1 0 011.9414 0C15.6558 3.5059 20 21.0774 20 24.52A5.4962 5.4962 0 0114.5 30z"
|
|
2402
2423
|
})), children);
|
|
2403
2424
|
});
|
|
2404
2425
|
if (process.env.NODE_ENV !== "production") {
|
|
2405
2426
|
DewPointFilled.propTypes = iconPropTypes;
|
|
2406
2427
|
}
|
|
2407
|
-
const Diagram = /*#__PURE__*/React.forwardRef(function Diagram(
|
|
2428
|
+
const Diagram = /*#__PURE__*/React.forwardRef(function Diagram(_ref105, ref) {
|
|
2408
2429
|
let {
|
|
2409
2430
|
children,
|
|
2410
2431
|
size = 16,
|
|
2411
2432
|
...rest
|
|
2412
|
-
} =
|
|
2433
|
+
} = _ref105;
|
|
2413
2434
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2414
2435
|
width: size,
|
|
2415
2436
|
height: size,
|
|
@@ -2418,21 +2439,21 @@ const Diagram = /*#__PURE__*/React.forwardRef(function Diagram(_ref104, ref) {
|
|
|
2418
2439
|
viewBox: "0 0 32 32",
|
|
2419
2440
|
fill: "currentColor",
|
|
2420
2441
|
...rest
|
|
2421
|
-
},
|
|
2442
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2422
2443
|
d: "M13,30A11,11,0,0,1,13,8a1,1,0,0,1,1,1v9h9a1,1,0,0,1,1,1A11,11,0,0,1,13,30ZM12,10.06A9,9,0,1,0,21.94,20H14a2,2,0,0,1-2-2Z"
|
|
2423
|
-
})),
|
|
2444
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2424
2445
|
d: "M28,14H19a2,2,0,0,1-2-2V3a1,1,0,0,1,1-1A11,11,0,0,1,29,13,1,1,0,0,1,28,14Zm-9-2h7.94A9,9,0,0,0,19,4.06Z"
|
|
2425
2446
|
})), children);
|
|
2426
2447
|
});
|
|
2427
2448
|
if (process.env.NODE_ENV !== "production") {
|
|
2428
2449
|
Diagram.propTypes = iconPropTypes;
|
|
2429
2450
|
}
|
|
2430
|
-
const DiagramReference = /*#__PURE__*/React.forwardRef(function DiagramReference(
|
|
2451
|
+
const DiagramReference = /*#__PURE__*/React.forwardRef(function DiagramReference(_ref106, ref) {
|
|
2431
2452
|
let {
|
|
2432
2453
|
children,
|
|
2433
2454
|
size = 16,
|
|
2434
2455
|
...rest
|
|
2435
|
-
} =
|
|
2456
|
+
} = _ref106;
|
|
2436
2457
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2437
2458
|
width: size,
|
|
2438
2459
|
height: size,
|
|
@@ -2441,23 +2462,67 @@ const DiagramReference = /*#__PURE__*/React.forwardRef(function DiagramReference
|
|
|
2441
2462
|
viewBox: "0 0 32 32",
|
|
2442
2463
|
fill: "currentColor",
|
|
2443
2464
|
...rest
|
|
2444
|
-
},
|
|
2465
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2445
2466
|
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
|
2446
|
-
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2447
|
-
d: "M15,28V26a9.0133,9.0133,0,0,0,8.9448-8H16a2.0021,2.0021,0,0,1-2-2V8.0552A9.0133,9.0133,0,0,0,6,17H4A11.0125,11.0125,0,0,1,15,6a1,1,0,0,1,1,1v9h9a1,1,0,0,1,1,1A11.0125,11.0125,0,0,1,15,28Z"
|
|
2448
2467
|
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2468
|
+
d: "M15,28V26a9.0133,9.0133,0,0,0,8.9448-8H16a2.0021,2.0021,0,0,1-2-2V8.0552A9.0133,9.0133,0,0,0,6,17H4A11.0125,11.0125,0,0,1,15,6a1,1,0,0,1,1,1v9h9a1,1,0,0,1,1,1A11.0125,11.0125,0,0,1,15,28Z"
|
|
2469
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2449
2470
|
d: "M29.0057,14H19.995A1.9957,1.9957,0,0,1,18,12V3a1.0083,1.0083,0,0,1,1.02-1A11.0125,11.0125,0,0,1,30,12.98,1.0035,1.0035,0,0,1,29.0057,14ZM20,12h7.9448A9.018,9.018,0,0,0,20,4.0552Z"
|
|
2450
2471
|
})), children);
|
|
2451
2472
|
});
|
|
2452
2473
|
if (process.env.NODE_ENV !== "production") {
|
|
2453
2474
|
DiagramReference.propTypes = iconPropTypes;
|
|
2454
2475
|
}
|
|
2455
|
-
const
|
|
2476
|
+
const DiamondOutline = /*#__PURE__*/React.forwardRef(function DiamondOutline(_ref107, ref) {
|
|
2456
2477
|
let {
|
|
2457
2478
|
children,
|
|
2458
2479
|
size = 16,
|
|
2459
2480
|
...rest
|
|
2460
|
-
} =
|
|
2481
|
+
} = _ref107;
|
|
2482
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2483
|
+
width: size,
|
|
2484
|
+
height: size,
|
|
2485
|
+
ref: ref,
|
|
2486
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2487
|
+
viewBox: "0 0 32 32",
|
|
2488
|
+
fill: "currentColor",
|
|
2489
|
+
...rest
|
|
2490
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2491
|
+
strokeWidth: "0",
|
|
2492
|
+
d: "m29.3906,14.5269L17.4731,2.6094c-.406-.4062-.9397-.6094-1.4731-.6094s-1.0671.2031-1.4731.6094L2.6094,14.5269c-.4062.4062-.6094.9395-.6094,1.4731s.2031,1.0669.6094,1.4731l11.9175,11.9175c.406.4062.9397.6094,1.4731.6094s1.0671-.2031,1.4731-.6094l11.9175-11.9175c.4062-.4062.6094-.9395.6094-1.4731s-.2031-1.0669-.6094-1.4731Zm-13.3906,13.5088L3.9646,16,16,3.9644l12.0356,12.0356-12.0356,12.0356Z"
|
|
2493
|
+
})), children);
|
|
2494
|
+
});
|
|
2495
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2496
|
+
DiamondOutline.propTypes = iconPropTypes;
|
|
2497
|
+
}
|
|
2498
|
+
const DiamondSolid = /*#__PURE__*/React.forwardRef(function DiamondSolid(_ref108, ref) {
|
|
2499
|
+
let {
|
|
2500
|
+
children,
|
|
2501
|
+
size = 16,
|
|
2502
|
+
...rest
|
|
2503
|
+
} = _ref108;
|
|
2504
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2505
|
+
width: size,
|
|
2506
|
+
height: size,
|
|
2507
|
+
ref: ref,
|
|
2508
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2509
|
+
viewBox: "0 0 32 32",
|
|
2510
|
+
fill: "currentColor",
|
|
2511
|
+
...rest
|
|
2512
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2513
|
+
strokeWidth: "0",
|
|
2514
|
+
d: "m29.3906,14.5269L17.4731,2.6094c-.406-.4062-.9397-.6094-1.4731-.6094s-1.0671.2031-1.4731.6094L2.6094,14.5269c-.4062.4062-.6094.9395-.6094,1.4731s.2031,1.0669.6094,1.4731l11.9175,11.9175c.406.4062.9397.6094,1.4731.6094s1.0671-.2031,1.4731-.6094l11.9175-11.9175c.4062-.4062.6094-.9395.6094-1.4731s-.2031-1.0669-.6094-1.4731Z"
|
|
2515
|
+
})), children);
|
|
2516
|
+
});
|
|
2517
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2518
|
+
DiamondSolid.propTypes = iconPropTypes;
|
|
2519
|
+
}
|
|
2520
|
+
const DiamondFill = /*#__PURE__*/React.forwardRef(function DiamondFill(_ref109, ref) {
|
|
2521
|
+
let {
|
|
2522
|
+
children,
|
|
2523
|
+
size = 16,
|
|
2524
|
+
...rest
|
|
2525
|
+
} = _ref109;
|
|
2461
2526
|
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
2462
2527
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2463
2528
|
width: size,
|
|
@@ -2467,9 +2532,9 @@ const DiamondFill = /*#__PURE__*/React.forwardRef(function DiamondFill(_ref106,
|
|
|
2467
2532
|
viewBox: "0 0 16 16",
|
|
2468
2533
|
fill: "currentColor",
|
|
2469
2534
|
...rest
|
|
2470
|
-
},
|
|
2535
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2471
2536
|
d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z"
|
|
2472
|
-
})),
|
|
2537
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2473
2538
|
d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
|
|
2474
2539
|
})), children);
|
|
2475
2540
|
}
|
|
@@ -2481,21 +2546,21 @@ const DiamondFill = /*#__PURE__*/React.forwardRef(function DiamondFill(_ref106,
|
|
|
2481
2546
|
viewBox: "0 0 16 16",
|
|
2482
2547
|
fill: "currentColor",
|
|
2483
2548
|
...rest
|
|
2484
|
-
},
|
|
2549
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2485
2550
|
d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z"
|
|
2486
|
-
})),
|
|
2551
|
+
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2487
2552
|
d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
|
|
2488
2553
|
})), children);
|
|
2489
2554
|
});
|
|
2490
2555
|
if (process.env.NODE_ENV !== "production") {
|
|
2491
2556
|
DiamondFill.propTypes = iconPropTypes;
|
|
2492
2557
|
}
|
|
2493
|
-
const WatsonHealthDicom_6000 = /*#__PURE__*/React.forwardRef(function WatsonHealthDicom_6000(
|
|
2558
|
+
const WatsonHealthDicom_6000 = /*#__PURE__*/React.forwardRef(function WatsonHealthDicom_6000(_ref110, ref) {
|
|
2494
2559
|
let {
|
|
2495
2560
|
children,
|
|
2496
2561
|
size = 16,
|
|
2497
2562
|
...rest
|
|
2498
|
-
} =
|
|
2563
|
+
} = _ref110;
|
|
2499
2564
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2500
2565
|
width: size,
|
|
2501
2566
|
height: size,
|
|
@@ -2504,19 +2569,19 @@ const WatsonHealthDicom_6000 = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
2504
2569
|
viewBox: "0 0 32 32",
|
|
2505
2570
|
fill: "currentColor",
|
|
2506
2571
|
...rest
|
|
2507
|
-
},
|
|
2572
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2508
2573
|
d: "M13 11H7a3 3 0 00-3 3v2H6V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0013 11zM10 10A4 4 0 106 6 4 4 0 0010 10zm0-6A2 2 0 118 6 2 2 0 0110 4zM20 4H30V6H20zM20 8H30V10H20zM20 12H26V14H20zM5 30H3a2 2 0 01-2-2V22a2 2 0 012-2H6v2H3v2H5a2 2 0 012 2v2A2 2 0 015 30zM3 26v2H5V26zM13 30H11a2 2 0 01-2-2V22a2 2 0 012-2h2a2 2 0 012 2v6A2 2 0 0113 30zm-2-8v6h2V22zM21 30H19a2 2 0 01-2-2V22a2 2 0 012-2h2a2 2 0 012 2v6A2 2 0 0121 30zm-2-8v6h2V22zM29 30H27a2 2 0 01-2-2V22a2 2 0 012-2h2a2 2 0 012 2v6A2 2 0 0129 30zm-2-8v6h2V22z"
|
|
2509
2574
|
})), children);
|
|
2510
2575
|
});
|
|
2511
2576
|
if (process.env.NODE_ENV !== "production") {
|
|
2512
2577
|
WatsonHealthDicom_6000.propTypes = iconPropTypes;
|
|
2513
2578
|
}
|
|
2514
|
-
const WatsonHealthDicomOverlay = /*#__PURE__*/React.forwardRef(function WatsonHealthDicomOverlay(
|
|
2579
|
+
const WatsonHealthDicomOverlay = /*#__PURE__*/React.forwardRef(function WatsonHealthDicomOverlay(_ref111, ref) {
|
|
2515
2580
|
let {
|
|
2516
2581
|
children,
|
|
2517
2582
|
size = 16,
|
|
2518
2583
|
...rest
|
|
2519
|
-
} =
|
|
2584
|
+
} = _ref111;
|
|
2520
2585
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2521
2586
|
width: size,
|
|
2522
2587
|
height: size,
|
|
@@ -2525,21 +2590,21 @@ const WatsonHealthDicomOverlay = /*#__PURE__*/React.forwardRef(function WatsonHe
|
|
|
2525
2590
|
viewBox: "0 0 32 32",
|
|
2526
2591
|
fill: "currentColor",
|
|
2527
2592
|
...rest
|
|
2528
|
-
},
|
|
2593
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2529
2594
|
d: "M28,6V26H4V6H28m0-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
|
|
2530
|
-
})),
|
|
2595
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2531
2596
|
d: "M6 8H16V10H6zM6 12H16V14H6zM6 16H12V18H6z"
|
|
2532
2597
|
})), children);
|
|
2533
2598
|
});
|
|
2534
2599
|
if (process.env.NODE_ENV !== "production") {
|
|
2535
2600
|
WatsonHealthDicomOverlay.propTypes = iconPropTypes;
|
|
2536
2601
|
}
|
|
2537
|
-
const DirectLink = /*#__PURE__*/React.forwardRef(function DirectLink(
|
|
2602
|
+
const DirectLink = /*#__PURE__*/React.forwardRef(function DirectLink(_ref112, ref) {
|
|
2538
2603
|
let {
|
|
2539
2604
|
children,
|
|
2540
2605
|
size = 16,
|
|
2541
2606
|
...rest
|
|
2542
|
-
} =
|
|
2607
|
+
} = _ref112;
|
|
2543
2608
|
if (process.env.NODE_ENV !== "production") {
|
|
2544
2609
|
if (!didWarnAboutDeprecation["DirectLink"]) {
|
|
2545
2610
|
didWarnAboutDeprecation["DirectLink"] = true;
|
|
@@ -2554,21 +2619,21 @@ const DirectLink = /*#__PURE__*/React.forwardRef(function DirectLink(_ref109, re
|
|
|
2554
2619
|
viewBox: "0 0 32 32",
|
|
2555
2620
|
fill: "currentColor",
|
|
2556
2621
|
...rest
|
|
2557
|
-
},
|
|
2622
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2558
2623
|
d: "M20.4131,14.584,12.416,6.5869a2.0016,2.0016,0,0,0-2.832,0L1.5869,14.584a2.0016,2.0016,0,0,0,0,2.832l3.2915,3.2915L3,22.5859,4.4141,24l1.8784-1.8784L9.584,25.4131a2.0016,2.0016,0,0,0,2.832,0l2.2559-2.2559-1.4156-1.4155L10.998,23.999,3.001,16.002l7.997-8.001,8.001,8.001L17.5,17.5l1.4146,1.4146,1.4985-1.4986a2.0016,2.0016,0,0,0,0-2.832Z"
|
|
2559
|
-
})),
|
|
2624
|
+
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2560
2625
|
d: "M30.4131,14.584l-3.2915-3.2915L29,9.4141,27.5859,8,25.7075,9.8784,22.416,6.5869a2.0016,2.0016,0,0,0-2.832,0L17.3281,8.8428l1.4146,1.4145L20.998,8.001l8.001,8.001-8.001,7.997-7.997-7.997,1.5-1.501-1.4156-1.4156L11.5869,14.584a2.0016,2.0016,0,0,0,0,2.832l7.9971,7.9971a2.0016,2.0016,0,0,0,2.832,0l7.9971-7.9971a2.0016,2.0016,0,0,0,0-2.832Z"
|
|
2561
2626
|
})), children);
|
|
2562
2627
|
});
|
|
2563
2628
|
if (process.env.NODE_ENV !== "production") {
|
|
2564
2629
|
DirectLink.propTypes = iconPropTypes;
|
|
2565
2630
|
}
|
|
2566
|
-
const DirectionBearRight_01 = /*#__PURE__*/React.forwardRef(function DirectionBearRight_01(
|
|
2631
|
+
const DirectionBearRight_01 = /*#__PURE__*/React.forwardRef(function DirectionBearRight_01(_ref113, ref) {
|
|
2567
2632
|
let {
|
|
2568
2633
|
children,
|
|
2569
2634
|
size = 16,
|
|
2570
2635
|
...rest
|
|
2571
|
-
} =
|
|
2636
|
+
} = _ref113;
|
|
2572
2637
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2573
2638
|
width: size,
|
|
2574
2639
|
height: size,
|
|
@@ -2577,19 +2642,19 @@ const DirectionBearRight_01 = /*#__PURE__*/React.forwardRef(function DirectionBe
|
|
|
2577
2642
|
viewBox: "0 0 32 32",
|
|
2578
2643
|
fill: "currentColor",
|
|
2579
2644
|
...rest
|
|
2580
|
-
},
|
|
2645
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2581
2646
|
d: "M12,4V6h6.5859L12.05,12.5356a6.954,6.954,0,0,0-2.05,4.95V28h2V17.4854A4.9683,4.9683,0,0,1,13.4644,13.95L20,7.4141V14h2V4Z"
|
|
2582
2647
|
})), children);
|
|
2583
2648
|
});
|
|
2584
2649
|
if (process.env.NODE_ENV !== "production") {
|
|
2585
2650
|
DirectionBearRight_01.propTypes = iconPropTypes;
|
|
2586
2651
|
}
|
|
2587
|
-
const DirectionBearRight_01Filled = /*#__PURE__*/React.forwardRef(function DirectionBearRight_01Filled(
|
|
2652
|
+
const DirectionBearRight_01Filled = /*#__PURE__*/React.forwardRef(function DirectionBearRight_01Filled(_ref114, ref) {
|
|
2588
2653
|
let {
|
|
2589
2654
|
children,
|
|
2590
2655
|
size = 16,
|
|
2591
2656
|
...rest
|
|
2592
|
-
} =
|
|
2657
|
+
} = _ref114;
|
|
2593
2658
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2594
2659
|
width: size,
|
|
2595
2660
|
height: size,
|
|
@@ -2598,9 +2663,9 @@ const DirectionBearRight_01Filled = /*#__PURE__*/React.forwardRef(function Direc
|
|
|
2598
2663
|
viewBox: "0 0 32 32",
|
|
2599
2664
|
fill: "currentColor",
|
|
2600
2665
|
...rest
|
|
2601
|
-
},
|
|
2666
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2602
2667
|
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,2ZM22,16H20V9.4141L13.4644,15.95A4.9683,4.9683,0,0,0,12,19.4854V26H10V19.4854a6.954,6.954,0,0,1,2.05-4.95L18.5859,8H12V6H22Z"
|
|
2603
|
-
})),
|
|
2668
|
+
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2604
2669
|
fill: "none",
|
|
2605
2670
|
d: "M22,16H20V9.4141L13.4644,15.95A4.9683,4.9683,0,0,0,12,19.4854V26H10V19.4854a6.954,6.954,0,0,1,2.05-4.95L18.5859,8H12V6H22Z",
|
|
2606
2671
|
"data-icon-path": "inner-path"
|
|
@@ -2609,12 +2674,12 @@ const DirectionBearRight_01Filled = /*#__PURE__*/React.forwardRef(function Direc
|
|
|
2609
2674
|
if (process.env.NODE_ENV !== "production") {
|
|
2610
2675
|
DirectionBearRight_01Filled.propTypes = iconPropTypes;
|
|
2611
2676
|
}
|
|
2612
|
-
const DirectionBearRight_02 = /*#__PURE__*/React.forwardRef(function DirectionBearRight_02(
|
|
2677
|
+
const DirectionBearRight_02 = /*#__PURE__*/React.forwardRef(function DirectionBearRight_02(_ref115, ref) {
|
|
2613
2678
|
let {
|
|
2614
2679
|
children,
|
|
2615
2680
|
size = 16,
|
|
2616
2681
|
...rest
|
|
2617
|
-
} =
|
|
2682
|
+
} = _ref115;
|
|
2618
2683
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2619
2684
|
width: size,
|
|
2620
2685
|
height: size,
|
|
@@ -2623,9 +2688,9 @@ const DirectionBearRight_02 = /*#__PURE__*/React.forwardRef(function DirectionBe
|
|
|
2623
2688
|
viewBox: "0 0 32 32",
|
|
2624
2689
|
fill: "currentColor",
|
|
2625
2690
|
...rest
|
|
2626
|
-
},
|
|
2691
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2627
2692
|
d: "M16,4V6h6.5859L16.05,12.5356a6.954,6.954,0,0,0-2.05,4.95V28h2V17.4854A4.9683,4.9683,0,0,1,17.4644,13.95L24,7.4141V14h2V4Z"
|
|
2628
|
-
})),
|
|
2693
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2629
2694
|
d: "M8.5 5.55H10.5V13.45H8.5z",
|
|
2630
2695
|
transform: "rotate(-45 9.5 9.5)"
|
|
2631
2696
|
})), children);
|
|
@@ -2633,12 +2698,12 @@ const DirectionBearRight_02 = /*#__PURE__*/React.forwardRef(function DirectionBe
|
|
|
2633
2698
|
if (process.env.NODE_ENV !== "production") {
|
|
2634
2699
|
DirectionBearRight_02.propTypes = iconPropTypes;
|
|
2635
2700
|
}
|
|
2636
|
-
const DirectionBearRight_02Filled = /*#__PURE__*/React.forwardRef(function DirectionBearRight_02Filled(
|
|
2701
|
+
const DirectionBearRight_02Filled = /*#__PURE__*/React.forwardRef(function DirectionBearRight_02Filled(_ref116, ref) {
|
|
2637
2702
|
let {
|
|
2638
2703
|
children,
|
|
2639
2704
|
size = 16,
|
|
2640
2705
|
...rest
|
|
2641
|
-
} =
|
|
2706
|
+
} = _ref116;
|
|
2642
2707
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2643
2708
|
width: size,
|
|
2644
2709
|
height: size,
|
|
@@ -2647,9 +2712,9 @@ const DirectionBearRight_02Filled = /*#__PURE__*/React.forwardRef(function Direc
|
|
|
2647
2712
|
viewBox: "0 0 32 32",
|
|
2648
2713
|
fill: "currentColor",
|
|
2649
2714
|
...rest
|
|
2650
|
-
},
|
|
2715
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2651
2716
|
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,2ZM6,7.4141,7.4141,6,14,12.5859,12.5859,14ZM26,16H24V9.4141L17.4644,15.95A4.9683,4.9683,0,0,0,16,19.4854V26H14V19.4854a6.954,6.954,0,0,1,2.05-4.95L22.5859,8H16V6H26Z"
|
|
2652
|
-
})),
|
|
2717
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2653
2718
|
fill: "none",
|
|
2654
2719
|
d: "M26,6V16H24V9.4141L17.4644,15.95A4.9683,4.9683,0,0,0,16,19.4854V26H14V19.4854a6.954,6.954,0,0,1,2.05-4.95L22.5859,8H16V6ZM14,12.5859,7.4141,6,6,7.4141,12.5859,14Z",
|
|
2655
2720
|
"data-icon-path": "inner-path"
|
|
@@ -2658,12 +2723,12 @@ const DirectionBearRight_02Filled = /*#__PURE__*/React.forwardRef(function Direc
|
|
|
2658
2723
|
if (process.env.NODE_ENV !== "production") {
|
|
2659
2724
|
DirectionBearRight_02Filled.propTypes = iconPropTypes;
|
|
2660
2725
|
}
|
|
2661
|
-
const DirectionCurve = /*#__PURE__*/React.forwardRef(function DirectionCurve(
|
|
2726
|
+
const DirectionCurve = /*#__PURE__*/React.forwardRef(function DirectionCurve(_ref117, ref) {
|
|
2662
2727
|
let {
|
|
2663
2728
|
children,
|
|
2664
2729
|
size = 16,
|
|
2665
2730
|
...rest
|
|
2666
|
-
} =
|
|
2731
|
+
} = _ref117;
|
|
2667
2732
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2668
2733
|
width: size,
|
|
2669
2734
|
height: size,
|
|
@@ -2672,19 +2737,19 @@ const DirectionCurve = /*#__PURE__*/React.forwardRef(function DirectionCurve(_re
|
|
|
2672
2737
|
viewBox: "0 0 32 32",
|
|
2673
2738
|
fill: "currentColor",
|
|
2674
2739
|
...rest
|
|
2675
|
-
},
|
|
2740
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2676
2741
|
d: "M17,4l-7,7,1.4141,1.4141L16,7.8281v6.7686a3.01,3.01,0,0,1-.6572,1.874l-2.2471,2.8086A5.0206,5.0206,0,0,0,12,22.4033V28h2V22.4033a3.01,3.01,0,0,1,.6572-1.874l2.2471-2.8086A5.0206,5.0206,0,0,0,18,14.5967V7.8281l4.5859,4.586L24,11Z"
|
|
2677
2742
|
})), children);
|
|
2678
2743
|
});
|
|
2679
2744
|
if (process.env.NODE_ENV !== "production") {
|
|
2680
2745
|
DirectionCurve.propTypes = iconPropTypes;
|
|
2681
2746
|
}
|
|
2682
|
-
const DirectionCurveFilled = /*#__PURE__*/React.forwardRef(function DirectionCurveFilled(
|
|
2747
|
+
const DirectionCurveFilled = /*#__PURE__*/React.forwardRef(function DirectionCurveFilled(_ref118, ref) {
|
|
2683
2748
|
let {
|
|
2684
2749
|
children,
|
|
2685
2750
|
size = 16,
|
|
2686
2751
|
...rest
|
|
2687
|
-
} =
|
|
2752
|
+
} = _ref118;
|
|
2688
2753
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2689
2754
|
width: size,
|
|
2690
2755
|
height: size,
|
|
@@ -2693,9 +2758,9 @@ const DirectionCurveFilled = /*#__PURE__*/React.forwardRef(function DirectionCur
|
|
|
2693
2758
|
viewBox: "0 0 32 32",
|
|
2694
2759
|
fill: "currentColor",
|
|
2695
2760
|
...rest
|
|
2696
|
-
},
|
|
2761
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2697
2762
|
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,2ZM22.5859,13.4141,18,8.8281v5.7686a5.0206,5.0206,0,0,1-1.0957,3.124l-2.2471,2.8086A3.01,3.01,0,0,0,14,22.4033V27H12V22.4033a5.0206,5.0206,0,0,1,1.0957-3.124l2.2471-2.8086A3.01,3.01,0,0,0,16,14.5967V8.8281l-4.5859,4.586L10,12l7-7,7,7Z"
|
|
2698
|
-
})),
|
|
2763
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2699
2764
|
fill: "none",
|
|
2700
2765
|
d: "M22.5859,13.4141,18,8.8281v5.7686a5.0206,5.0206,0,0,1-1.0957,3.124l-2.2471,2.8086A3.01,3.01,0,0,0,14,22.4033V27H12V22.4033a5.0206,5.0206,0,0,1,1.0957-3.124l2.2471-2.8086A3.01,3.01,0,0,0,16,14.5967V8.8281l-4.5859,4.586L10,12l7-7,7,7Z",
|
|
2701
2766
|
"data-icon-path": "inner-path"
|
|
@@ -2704,12 +2769,12 @@ const DirectionCurveFilled = /*#__PURE__*/React.forwardRef(function DirectionCur
|
|
|
2704
2769
|
if (process.env.NODE_ENV !== "production") {
|
|
2705
2770
|
DirectionCurveFilled.propTypes = iconPropTypes;
|
|
2706
2771
|
}
|
|
2707
|
-
const DirectionFork = /*#__PURE__*/React.forwardRef(function DirectionFork(
|
|
2772
|
+
const DirectionFork = /*#__PURE__*/React.forwardRef(function DirectionFork(_ref119, ref) {
|
|
2708
2773
|
let {
|
|
2709
2774
|
children,
|
|
2710
2775
|
size = 16,
|
|
2711
2776
|
...rest
|
|
2712
|
-
} =
|
|
2777
|
+
} = _ref119;
|
|
2713
2778
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2714
2779
|
width: size,
|
|
2715
2780
|
height: size,
|
|
@@ -2718,19 +2783,19 @@ const DirectionFork = /*#__PURE__*/React.forwardRef(function DirectionFork(_ref1
|
|
|
2718
2783
|
viewBox: "0 0 32 32",
|
|
2719
2784
|
fill: "currentColor",
|
|
2720
2785
|
...rest
|
|
2721
|
-
},
|
|
2786
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2722
2787
|
d: "M6 13L6 7.414 15 16.414 15 28 17 28 17 16.414 26 7.414 26 13 28 13 28 4 19 4 19 6 24.586 6 16 14.586 7.414 6 13 6 13 4 4 4 4 13 6 13z"
|
|
2723
2788
|
})), children);
|
|
2724
2789
|
});
|
|
2725
2790
|
if (process.env.NODE_ENV !== "production") {
|
|
2726
2791
|
DirectionFork.propTypes = iconPropTypes;
|
|
2727
2792
|
}
|
|
2728
|
-
const DirectionForkFilled = /*#__PURE__*/React.forwardRef(function DirectionForkFilled(
|
|
2793
|
+
const DirectionForkFilled = /*#__PURE__*/React.forwardRef(function DirectionForkFilled(_ref120, ref) {
|
|
2729
2794
|
let {
|
|
2730
2795
|
children,
|
|
2731
2796
|
size = 16,
|
|
2732
2797
|
...rest
|
|
2733
|
-
} =
|
|
2798
|
+
} = _ref120;
|
|
2734
2799
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2735
2800
|
width: size,
|
|
2736
2801
|
height: size,
|
|
@@ -2739,23 +2804,23 @@ const DirectionForkFilled = /*#__PURE__*/React.forwardRef(function DirectionFork
|
|
|
2739
2804
|
viewBox: "0 0 32 32",
|
|
2740
2805
|
fill: "currentColor",
|
|
2741
2806
|
...rest
|
|
2742
|
-
},
|
|
2807
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2743
2808
|
fill: "none",
|
|
2744
2809
|
d: "M8 14L8 9.414 15 16.414 15 26 17 26 17 16.414 24 9.414 24 14 26 14 26 6 18 6 18 8 22.586 8 16 14.586 9.414 8 14 8 14 6 6 6 6 14 8 14z",
|
|
2745
2810
|
"data-icon-path": "inner-path"
|
|
2746
|
-
})),
|
|
2811
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2747
2812
|
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,14H24V9.4141l-7,7V26H15V16.4141l-7-7V14H6V6h8V8H9.4141L16,14.5859,22.5859,8H18V6h8Z"
|
|
2748
2813
|
})), children);
|
|
2749
2814
|
});
|
|
2750
2815
|
if (process.env.NODE_ENV !== "production") {
|
|
2751
2816
|
DirectionForkFilled.propTypes = iconPropTypes;
|
|
2752
2817
|
}
|
|
2753
|
-
const DirectionLoopLeft = /*#__PURE__*/React.forwardRef(function DirectionLoopLeft(
|
|
2818
|
+
const DirectionLoopLeft = /*#__PURE__*/React.forwardRef(function DirectionLoopLeft(_ref121, ref) {
|
|
2754
2819
|
let {
|
|
2755
2820
|
children,
|
|
2756
2821
|
size = 16,
|
|
2757
2822
|
...rest
|
|
2758
|
-
} =
|
|
2823
|
+
} = _ref121;
|
|
2759
2824
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2760
2825
|
width: size,
|
|
2761
2826
|
height: size,
|
|
@@ -2764,21 +2829,21 @@ const DirectionLoopLeft = /*#__PURE__*/React.forwardRef(function DirectionLoopLe
|
|
|
2764
2829
|
viewBox: "0 0 32 32",
|
|
2765
2830
|
fill: "currentColor",
|
|
2766
2831
|
...rest
|
|
2767
|
-
},
|
|
2832
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2768
2833
|
d: "M16 20H18V28H16z"
|
|
2769
|
-
})),
|
|
2834
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2770
2835
|
d: "M23,4a7.0078,7.0078,0,0,0-7,7v3h2V11a5,5,0,1,1,5,5H5.8281l4.586-4.5859L9,10,2,17l7,7,1.4141-1.4141L5.8281,18H23A7,7,0,0,0,23,4Z"
|
|
2771
2836
|
})), children);
|
|
2772
2837
|
});
|
|
2773
2838
|
if (process.env.NODE_ENV !== "production") {
|
|
2774
2839
|
DirectionLoopLeft.propTypes = iconPropTypes;
|
|
2775
2840
|
}
|
|
2776
|
-
const DirectionLoopLeftFilled = /*#__PURE__*/React.forwardRef(function DirectionLoopLeftFilled(
|
|
2841
|
+
const DirectionLoopLeftFilled = /*#__PURE__*/React.forwardRef(function DirectionLoopLeftFilled(_ref122, ref) {
|
|
2777
2842
|
let {
|
|
2778
2843
|
children,
|
|
2779
2844
|
size = 16,
|
|
2780
2845
|
...rest
|
|
2781
|
-
} =
|
|
2846
|
+
} = _ref122;
|
|
2782
2847
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2783
2848
|
width: size,
|
|
2784
2849
|
height: size,
|
|
@@ -2787,23 +2852,23 @@ const DirectionLoopLeftFilled = /*#__PURE__*/React.forwardRef(function Direction
|
|
|
2787
2852
|
viewBox: "0 0 32 32",
|
|
2788
2853
|
fill: "currentColor",
|
|
2789
2854
|
...rest
|
|
2790
|
-
},
|
|
2855
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2791
2856
|
fill: "none",
|
|
2792
2857
|
d: "M16,18h2v8H16ZM4,15l7,7,1.4141-1.4141L7.8281,16H21a5,5,0,1,0-5-5v1h2V11a3,3,0,1,1,3,3H7.8281l4.586-4.5859L11,8Z",
|
|
2793
2858
|
"data-icon-path": "inner-path"
|
|
2794
|
-
})),
|
|
2859
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2795
2860
|
d: "M2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4ZM16,18h2v8H16ZM4,15l7-7,1.4141,1.4141L7.8281,14H21a3,3,0,1,0-3-3v1H16V11a5,5,0,1,1,5,5H7.8281l4.586,4.5859L11,22Z"
|
|
2796
2861
|
})), children);
|
|
2797
2862
|
});
|
|
2798
2863
|
if (process.env.NODE_ENV !== "production") {
|
|
2799
2864
|
DirectionLoopLeftFilled.propTypes = iconPropTypes;
|
|
2800
2865
|
}
|
|
2801
|
-
const DirectionLoopRight = /*#__PURE__*/React.forwardRef(function DirectionLoopRight(
|
|
2866
|
+
const DirectionLoopRight = /*#__PURE__*/React.forwardRef(function DirectionLoopRight(_ref123, ref) {
|
|
2802
2867
|
let {
|
|
2803
2868
|
children,
|
|
2804
2869
|
size = 16,
|
|
2805
2870
|
...rest
|
|
2806
|
-
} =
|
|
2871
|
+
} = _ref123;
|
|
2807
2872
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2808
2873
|
width: size,
|
|
2809
2874
|
height: size,
|
|
@@ -2812,21 +2877,21 @@ const DirectionLoopRight = /*#__PURE__*/React.forwardRef(function DirectionLoopR
|
|
|
2812
2877
|
viewBox: "0 0 32 32",
|
|
2813
2878
|
fill: "currentColor",
|
|
2814
2879
|
...rest
|
|
2815
|
-
},
|
|
2880
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2816
2881
|
d: "M14 20H16V28H14z"
|
|
2817
|
-
})),
|
|
2882
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2818
2883
|
d: "M9,4a7.0078,7.0078,0,0,1,7,7v3H14V11a5,5,0,1,0-5,5H26.1719l-4.586-4.5859L23,10l7,7-7,7-1.4141-1.4141L26.1719,18H9A7,7,0,0,1,9,4Z"
|
|
2819
2884
|
})), children);
|
|
2820
2885
|
});
|
|
2821
2886
|
if (process.env.NODE_ENV !== "production") {
|
|
2822
2887
|
DirectionLoopRight.propTypes = iconPropTypes;
|
|
2823
2888
|
}
|
|
2824
|
-
const DirectionLoopRightFilled = /*#__PURE__*/React.forwardRef(function DirectionLoopRightFilled(
|
|
2889
|
+
const DirectionLoopRightFilled = /*#__PURE__*/React.forwardRef(function DirectionLoopRightFilled(_ref124, ref) {
|
|
2825
2890
|
let {
|
|
2826
2891
|
children,
|
|
2827
2892
|
size = 16,
|
|
2828
2893
|
...rest
|
|
2829
|
-
} =
|
|
2894
|
+
} = _ref124;
|
|
2830
2895
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2831
2896
|
width: size,
|
|
2832
2897
|
height: size,
|
|
@@ -2835,23 +2900,23 @@ const DirectionLoopRightFilled = /*#__PURE__*/React.forwardRef(function Directio
|
|
|
2835
2900
|
viewBox: "0 0 32 32",
|
|
2836
2901
|
fill: "currentColor",
|
|
2837
2902
|
...rest
|
|
2838
|
-
},
|
|
2903
|
+
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2839
2904
|
fill: "none",
|
|
2840
2905
|
d: "M16,26H14V18h2ZM21,8,19.5859,9.4141,24.1719,14H11a3,3,0,1,1,3-3v1h2V11a5,5,0,1,0-5,5H24.1719l-4.586,4.5859L21,22l7-7Z",
|
|
2841
2906
|
"data-icon-path": "inner-path"
|
|
2842
|
-
})),
|
|
2907
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2843
2908
|
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,2ZM16,26H14V18h2Zm5-4-1.4141-1.4141L24.1719,16H11a5,5,0,1,1,5-5v1H14V11a3,3,0,1,0-3,3H24.1719l-4.586-4.5859L21,8l7,7Z"
|
|
2844
2909
|
})), children);
|
|
2845
2910
|
});
|
|
2846
2911
|
if (process.env.NODE_ENV !== "production") {
|
|
2847
2912
|
DirectionLoopRightFilled.propTypes = iconPropTypes;
|
|
2848
2913
|
}
|
|
2849
|
-
const DirectionMerge = /*#__PURE__*/React.forwardRef(function DirectionMerge(
|
|
2914
|
+
const DirectionMerge = /*#__PURE__*/React.forwardRef(function DirectionMerge(_ref125, ref) {
|
|
2850
2915
|
let {
|
|
2851
2916
|
children,
|
|
2852
2917
|
size = 16,
|
|
2853
2918
|
...rest
|
|
2854
|
-
} =
|
|
2919
|
+
} = _ref125;
|
|
2855
2920
|
return /*#__PURE__*/React.createElement(Icon, {
|
|
2856
2921
|
width: size,
|
|
2857
2922
|
height: size,
|
|
@@ -2860,83 +2925,12 @@ const DirectionMerge = /*#__PURE__*/React.forwardRef(function DirectionMerge(_re
|
|
|
2860
2925
|
viewBox: "0 0 32 32",
|
|
2861
2926
|
fill: "currentColor",
|
|
2862
2927
|
...rest
|
|
2863
|
-
},
|
|
2928
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2864
2929
|
d: "M17.8784,15.4648A2.9821,2.9821,0,0,1,17,13.3433V7.8281l4.5859,4.586L23,11,16,4,9,11l1.4141,1.4141L15,7.8281v5.5152a2.9805,2.9805,0,0,1-.8784,2.1211l-2.6572,2.6567A4.9682,4.9682,0,0,0,10,21.6567V28h2V21.6567a2.9805,2.9805,0,0,1,.8784-2.1211l2.6572-2.6567A5.0021,5.0021,0,0,0,16,16.3135a5.0021,5.0021,0,0,0,.4644.5654l2.6572,2.6563A2.9821,2.9821,0,0,1,20,21.6567V28h2V21.6567a4.9682,4.9682,0,0,0-1.4644-3.5356Z"
|
|
2865
2930
|
})), children);
|
|
2866
2931
|
});
|
|
2867
2932
|
if (process.env.NODE_ENV !== "production") {
|
|
2868
2933
|
DirectionMerge.propTypes = iconPropTypes;
|
|
2869
2934
|
}
|
|
2870
|
-
const DirectionMergeFilled = /*#__PURE__*/React.forwardRef(function DirectionMergeFilled(_ref123, ref) {
|
|
2871
|
-
let {
|
|
2872
|
-
children,
|
|
2873
|
-
size = 16,
|
|
2874
|
-
...rest
|
|
2875
|
-
} = _ref123;
|
|
2876
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2877
|
-
width: size,
|
|
2878
|
-
height: size,
|
|
2879
|
-
ref: ref,
|
|
2880
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2881
|
-
viewBox: "0 0 32 32",
|
|
2882
|
-
fill: "currentColor",
|
|
2883
|
-
...rest
|
|
2884
|
-
}, _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2885
|
-
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"
|
|
2886
|
-
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2887
|
-
fill: "none",
|
|
2888
|
-
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",
|
|
2889
|
-
"data-icon-path": "inner-path"
|
|
2890
|
-
})), children);
|
|
2891
|
-
});
|
|
2892
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2893
|
-
DirectionMergeFilled.propTypes = iconPropTypes;
|
|
2894
|
-
}
|
|
2895
|
-
const DirectionRight_01 = /*#__PURE__*/React.forwardRef(function DirectionRight_01(_ref124, ref) {
|
|
2896
|
-
let {
|
|
2897
|
-
children,
|
|
2898
|
-
size = 16,
|
|
2899
|
-
...rest
|
|
2900
|
-
} = _ref124;
|
|
2901
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2902
|
-
width: size,
|
|
2903
|
-
height: size,
|
|
2904
|
-
ref: ref,
|
|
2905
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2906
|
-
viewBox: "0 0 32 32",
|
|
2907
|
-
fill: "currentColor",
|
|
2908
|
-
...rest
|
|
2909
|
-
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2910
|
-
d: "M19,4,17.5859,5.4141,22.1719,10H10a2,2,0,0,0-2,2V28h2V12H22.1719l-4.586,4.5859L19,18l7-7Z"
|
|
2911
|
-
})), children);
|
|
2912
|
-
});
|
|
2913
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2914
|
-
DirectionRight_01.propTypes = iconPropTypes;
|
|
2915
|
-
}
|
|
2916
|
-
const DirectionRight_01Filled = /*#__PURE__*/React.forwardRef(function DirectionRight_01Filled(_ref125, ref) {
|
|
2917
|
-
let {
|
|
2918
|
-
children,
|
|
2919
|
-
size = 16,
|
|
2920
|
-
...rest
|
|
2921
|
-
} = _ref125;
|
|
2922
|
-
return /*#__PURE__*/React.createElement(Icon, {
|
|
2923
|
-
width: size,
|
|
2924
|
-
height: size,
|
|
2925
|
-
ref: ref,
|
|
2926
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2927
|
-
viewBox: "0 0 32 32",
|
|
2928
|
-
fill: "currentColor",
|
|
2929
|
-
...rest
|
|
2930
|
-
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2931
|
-
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"
|
|
2932
|
-
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2933
|
-
fill: "none",
|
|
2934
|
-
d: "M19,18l-1.4141-1.4141L22.1719,12H10V26H8V12a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,4l7,7Z",
|
|
2935
|
-
"data-icon-path": "inner-path"
|
|
2936
|
-
})), children);
|
|
2937
|
-
});
|
|
2938
|
-
if (process.env.NODE_ENV !== "production") {
|
|
2939
|
-
DirectionRight_01Filled.propTypes = iconPropTypes;
|
|
2940
|
-
}
|
|
2941
2935
|
|
|
2942
|
-
export { CurrencyLira, CurrencyPound, CurrencyRuble, CurrencyRupee, CurrencyShekel, CurrencyWon, CurrencyYen, Cursor_1, Cursor_2, Customer, CustomerService, Cut, CutOut, Cyclist, Dashboard, DashboardReference, DataAccessor, DataAnalytics, DataBackup, DataBase, DataBaseAlt, DataBin, DataBlob, DataCategorical, DataCenter, DataCheck, DataClass, DataCollection, DataConnected, DataDefinition, DataDiode, DataEnrichment, DataEnrichmentAdd, DataError, DataFormat, DataPlayer, DataQualityDefinition, DataReference, DataRefinery, DataRefineryReference, DataRegular, DataSet, DataShare, DataStructured, DataTable, DataTableReference, DataUnreal, DataUnstructured, DataView, DataViewAlt, DataVis_1, DataVis_2, DataVis_3, DataVis_4, DataVolume, DataVolumeAlt, Data_1, Data_2, DatabaseDatastax, DatabaseElastic, DatabaseEnterpriseDb2, DatabaseEnterprisedb, DatabaseEtcd, DatabaseMessaging, DatabaseMongodb, DatabasePostgreSql, DatabaseRabbit, DatabaseRedis, Datastore, Db2BufferPool, Db2DataSharingGroup, Db2Database, Debug, DecisionTree, Delete, Delivery, DeliveryAdd, DeliveryParcel, DeliveryTruck, Demo, Departure, Deploy, DeployRules, DeploymentPattern, DeploymentPolicy, DeploymentUnitData, DeploymentUnitExecution, DeploymentUnitInstallation, DeploymentUnitPresentation, DeploymentUnitTechnicalData, DeploymentUnitTechnicalExecution, DeploymentUnitTechnicalInstallation, DeploymentUnitTechnicalPresentation, DeskAdjustable, Development, Devices, DevicesApps, DewPoint, DewPointFilled, Diagram, DiagramReference, DiamondFill, DirectLink, DirectionBearRight_01, DirectionBearRight_01Filled, DirectionBearRight_02, DirectionBearRight_02Filled, DirectionCurve, DirectionCurveFilled, DirectionFork, DirectionForkFilled, DirectionLoopLeft, DirectionLoopLeftFilled, DirectionLoopRight, DirectionLoopRightFilled, DirectionMerge,
|
|
2936
|
+
export { CurrencyEuro, CurrencyLira, CurrencyPound, CurrencyRuble, CurrencyRupee, CurrencyShekel, CurrencyWon, CurrencyYen, Cursor_1, Cursor_2, Customer, CustomerService, Cut, CutOut, Cyclist, Dashboard, DashboardReference, DataAccessor, DataAnalytics, DataBackup, DataBase, DataBaseAlt, DataBin, DataBlob, DataCategorical, DataCenter, DataCheck, DataClass, DataCollection, DataConnected, DataDefinition, DataDiode, DataEnrichment, DataEnrichmentAdd, DataError, DataFormat, DataPlayer, DataQualityDefinition, DataReference, DataRefinery, DataRefineryReference, DataRegular, DataSet, DataShare, DataStructured, DataTable, DataTableReference, DataUnreal, DataUnstructured, DataView, DataViewAlt, DataVis_1, DataVis_2, DataVis_3, DataVis_4, DataVolume, DataVolumeAlt, Data_1, Data_2, DatabaseDatastax, DatabaseElastic, DatabaseEnterpriseDb2, DatabaseEnterprisedb, DatabaseEtcd, DatabaseMessaging, DatabaseMongodb, DatabasePostgreSql, DatabaseRabbit, DatabaseRedis, Datastore, Db2BufferPool, Db2DataSharingGroup, Db2Database, Debug, DecisionTree, Delete, Delivery, DeliveryAdd, DeliveryParcel, DeliveryTruck, Demo, Departure, Deploy, DeployRules, DeploymentPattern, DeploymentPolicy, DeploymentUnitData, DeploymentUnitExecution, DeploymentUnitInstallation, DeploymentUnitPresentation, DeploymentUnitTechnicalData, DeploymentUnitTechnicalExecution, DeploymentUnitTechnicalInstallation, DeploymentUnitTechnicalPresentation, DeskAdjustable, Development, Devices, DevicesApps, DewPoint, DewPointFilled, Diagram, DiagramReference, DiamondFill, DiamondOutline, DiamondSolid, DirectLink, DirectionBearRight_01, DirectionBearRight_01Filled, DirectionBearRight_02, DirectionBearRight_02Filled, DirectionCurve, DirectionCurveFilled, DirectionFork, DirectionForkFilled, DirectionLoopLeft, DirectionLoopLeftFilled, DirectionLoopRight, DirectionLoopRightFilled, DirectionMerge, QCY, QCZ, WatsonHealthCutInHalf, WatsonHealthDenominate, WatsonHealthDicomOverlay, WatsonHealthDicom_6000 };
|