@carbon-labs/react-animated-header 0.2.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/es/__stories__/data/index.d.ts +19 -9
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/es/components/AnimatedHeader/AnimatedHeader.js +76 -65
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +10 -8
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/es/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/es/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/es/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +392 -403
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +679 -676
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +808 -768
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +959 -998
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +827 -826
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +890 -853
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +741 -776
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +935 -939
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +839 -760
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +705 -779
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +941 -1002
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +992 -123
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +676 -775
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +803 -719
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +834 -828
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +768 -781
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +836 -822
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +816 -850
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +943 -986
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +921 -915
- package/es/node_modules/@carbon/icons-react/es/index.js +20 -20
- package/lib/__stories__/AnimatedHeader.stories.d.ts +438 -520
- package/lib/__stories__/data/index.d.ts +19 -9
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -12
- package/lib/components/AnimatedHeader/AnimatedHeader.js +75 -64
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +3 -3
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +11 -9
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +1 -1
- package/lib/components/Tiles/BaseTile/BaseTile.js +4 -4
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +3 -3
- package/lib/components/Tiles/GlassTile/GlassTile.js +6 -6
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +1 -1
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +394 -405
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +686 -683
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +833 -793
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +985 -1024
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +854 -853
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +920 -883
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +771 -806
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +966 -970
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +871 -792
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +738 -812
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +974 -1035
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +1025 -122
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +684 -783
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +811 -727
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +843 -837
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +778 -791
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +848 -834
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +832 -866
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +964 -1007
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +943 -937
- package/lib/node_modules/@carbon/icons-react/es/index.js +435 -401
- package/package.json +2 -2
- package/scss/AnimatedHeader/animated-header.scss +31 -17
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +12 -5
- package/scss/Tiles/GlassTile/glass-tile.scss +17 -3
- /package/es/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
- /package/lib/node_modules/@carbon/{icon-helpers → icons-react/node_modules/@carbon/icon-helpers}/es/index.js +0 -0
|
@@ -12,9 +12,9 @@ var Icon = require('../Icon.js');
|
|
|
12
12
|
var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
|
|
13
13
|
require('prop-types');
|
|
14
14
|
|
|
15
|
-
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71,
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _circle, _path92, _path93, _path94, _circle2, _path95, _path96, _path97, _circle3, _path98, _path99, _path100, _path101, _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, _circle4, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _circle5, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _circle6, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _circle7, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211;
|
|
16
16
|
const didWarnAboutDeprecation = {};
|
|
17
|
-
const
|
|
17
|
+
const DecisionTree = /*#__PURE__*/React.forwardRef(function DecisionTree(_ref, ref) {
|
|
18
18
|
let {
|
|
19
19
|
children,
|
|
20
20
|
size = 16,
|
|
@@ -29,13 +29,13 @@ const DeployRules = /*#__PURE__*/React.forwardRef(function DeployRules(_ref, ref
|
|
|
29
29
|
fill: "currentColor",
|
|
30
30
|
...rest
|
|
31
31
|
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
32
|
-
d: "
|
|
32
|
+
d: "M30,12V4H22V7H18a2.0023,2.0023,0,0,0-2,2v6H10V12H2v8h8V17h6v6a2.0023,2.0023,0,0,0,2,2h4v3h8V20H22v3H18V9h4v3ZM8,18H4V14H8Zm16,4h4v4H24ZM24,6h4v4H24Z"
|
|
33
33
|
})), children);
|
|
34
34
|
});
|
|
35
35
|
if (process.env.NODE_ENV !== "production") {
|
|
36
|
-
|
|
36
|
+
DecisionTree.propTypes = iconPropTypes4cbeb95d.i;
|
|
37
37
|
}
|
|
38
|
-
const
|
|
38
|
+
const Delete = /*#__PURE__*/React.forwardRef(function Delete(_ref2, ref) {
|
|
39
39
|
let {
|
|
40
40
|
children,
|
|
41
41
|
size = 16,
|
|
@@ -50,21 +50,15 @@ const DeploymentPattern = /*#__PURE__*/React.forwardRef(function DeploymentPatte
|
|
|
50
50
|
fill: "currentColor",
|
|
51
51
|
...rest
|
|
52
52
|
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
53
|
-
d: "
|
|
53
|
+
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"
|
|
54
54
|
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
55
|
-
d: "
|
|
56
|
-
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
57
|
-
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"
|
|
58
|
-
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
59
|
-
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"
|
|
60
|
-
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
61
|
-
d: "M31.4141,21,27,16.5859,23.5859,20H14v2h9.5859L27,25.4141ZM27,19.4141,28.5859,21,27,22.5859,25.4141,21Z"
|
|
55
|
+
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"
|
|
62
56
|
})), children);
|
|
63
57
|
});
|
|
64
58
|
if (process.env.NODE_ENV !== "production") {
|
|
65
|
-
|
|
59
|
+
Delete.propTypes = iconPropTypes4cbeb95d.i;
|
|
66
60
|
}
|
|
67
|
-
const
|
|
61
|
+
const Delivery = /*#__PURE__*/React.forwardRef(function Delivery(_ref3, ref) {
|
|
68
62
|
let {
|
|
69
63
|
children,
|
|
70
64
|
size = 16,
|
|
@@ -78,14 +72,16 @@ const DeploymentPolicy = /*#__PURE__*/React.forwardRef(function DeploymentPolicy
|
|
|
78
72
|
viewBox: "0 0 32 32",
|
|
79
73
|
fill: "currentColor",
|
|
80
74
|
...rest
|
|
81
|
-
},
|
|
82
|
-
d: "
|
|
75
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
76
|
+
d: "M4 16H16V18H4zM2 11H12V13H2z"
|
|
77
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
78
|
+
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"
|
|
83
79
|
})), children);
|
|
84
80
|
});
|
|
85
81
|
if (process.env.NODE_ENV !== "production") {
|
|
86
|
-
|
|
82
|
+
Delivery.propTypes = iconPropTypes4cbeb95d.i;
|
|
87
83
|
}
|
|
88
|
-
const
|
|
84
|
+
const DeliveryAdd = /*#__PURE__*/React.forwardRef(function DeliveryAdd(_ref4, ref) {
|
|
89
85
|
let {
|
|
90
86
|
children,
|
|
91
87
|
size = 16,
|
|
@@ -99,14 +95,16 @@ const DeploymentUnitData = /*#__PURE__*/React.forwardRef(function DeploymentUnit
|
|
|
99
95
|
viewBox: "0 0 32 32",
|
|
100
96
|
fill: "currentColor",
|
|
101
97
|
...rest
|
|
102
|
-
},
|
|
103
|
-
d: "
|
|
98
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
99
|
+
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"
|
|
100
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
101
|
+
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"
|
|
104
102
|
})), children);
|
|
105
103
|
});
|
|
106
104
|
if (process.env.NODE_ENV !== "production") {
|
|
107
|
-
|
|
105
|
+
DeliveryAdd.propTypes = iconPropTypes4cbeb95d.i;
|
|
108
106
|
}
|
|
109
|
-
const
|
|
107
|
+
const DeliveryParcel = /*#__PURE__*/React.forwardRef(function DeliveryParcel(_ref5, ref) {
|
|
110
108
|
let {
|
|
111
109
|
children,
|
|
112
110
|
size = 16,
|
|
@@ -120,14 +118,23 @@ const DeploymentUnitExecution = /*#__PURE__*/React.forwardRef(function Deploymen
|
|
|
120
118
|
viewBox: "0 0 32 32",
|
|
121
119
|
fill: "currentColor",
|
|
122
120
|
...rest
|
|
123
|
-
},
|
|
124
|
-
d: "
|
|
121
|
+
}, _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
122
|
+
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"
|
|
123
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
124
|
+
d: "M2 14H10V16H2z",
|
|
125
|
+
transform: "rotate(-180 6 15)"
|
|
126
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
127
|
+
d: "M4 22H12V24H4z",
|
|
128
|
+
transform: "rotate(-180 8 23)"
|
|
129
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
130
|
+
d: "M6 18H14V20H6z",
|
|
131
|
+
transform: "rotate(-180 10 19)"
|
|
125
132
|
})), children);
|
|
126
133
|
});
|
|
127
134
|
if (process.env.NODE_ENV !== "production") {
|
|
128
|
-
|
|
135
|
+
DeliveryParcel.propTypes = iconPropTypes4cbeb95d.i;
|
|
129
136
|
}
|
|
130
|
-
const
|
|
137
|
+
const DeliveryTruck = /*#__PURE__*/React.forwardRef(function DeliveryTruck(_ref6, ref) {
|
|
131
138
|
let {
|
|
132
139
|
children,
|
|
133
140
|
size = 16,
|
|
@@ -141,14 +148,14 @@ const DeploymentUnitInstallation = /*#__PURE__*/React.forwardRef(function Deploy
|
|
|
141
148
|
viewBox: "0 0 32 32",
|
|
142
149
|
fill: "currentColor",
|
|
143
150
|
...rest
|
|
144
|
-
},
|
|
145
|
-
d: "
|
|
151
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
152
|
+
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"
|
|
146
153
|
})), children);
|
|
147
154
|
});
|
|
148
155
|
if (process.env.NODE_ENV !== "production") {
|
|
149
|
-
|
|
156
|
+
DeliveryTruck.propTypes = iconPropTypes4cbeb95d.i;
|
|
150
157
|
}
|
|
151
|
-
const
|
|
158
|
+
const DeliverySettings = /*#__PURE__*/React.forwardRef(function DeliverySettings(_ref7, ref) {
|
|
152
159
|
let {
|
|
153
160
|
children,
|
|
154
161
|
size = 16,
|
|
@@ -162,14 +169,14 @@ const DeploymentUnitPresentation = /*#__PURE__*/React.forwardRef(function Deploy
|
|
|
162
169
|
viewBox: "0 0 32 32",
|
|
163
170
|
fill: "currentColor",
|
|
164
171
|
...rest
|
|
165
|
-
},
|
|
166
|
-
d: "
|
|
172
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
173
|
+
d: "M29.9189,18.6064l-3-7c-.1572-.3682-.5186-.6064-.9189-.6064h-3v-2c0-.5527-.4473-1-1-1h-3v2h2v12.5562c-.9094.5308-1.5869,1.4009-1.858,2.4438h-6.2841c-.447-1.7207-1.9993-3-3.8579-3s-3.4109,1.2793-3.8579,3h-1.1421v-8h-2v9c0,.5527.4473,1,1,1h2.1421c.447,1.7207,1.9993,3,3.8579,3s3.4109-1.2793,3.8579-3h6.2841c.4472,1.7207,1.9997,3,3.858,3s3.4108-1.2793,3.858-3h2.142c.5527,0,1-.4473,1-1v-7c0-.1401-.0293-.2725-.0811-.3936ZM9,28c-1.1025,0-2-.8975-2-2s.8975-2,2-2,2,.8975,2,2-.8975,2-2,2ZM23,13h2.3408l2.1431,5h-4.4839v-5ZM23,28c-1.103,0-2-.8975-2-2s.897-2,2-2,2,.8975,2,2-.897,2-2,2ZM28,25h-1.142c-.4472-1.7207-1.9997-3-3.858-3v-2h5v5ZM4.833,11.7529l-1.49,1.4901,1.414,1.414,1.49-1.4901c.5318.3546,1.127.6031,1.753.7321v2.1011h2v-2.1011c.626-.129,1.2211-.3775,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49c.3545-.5318.603-1.127.732-1.753h2.1011v-2h-2.1011c-.129-.6259-.3774-1.2211-.7319-1.7529l1.4901-1.4901-1.414-1.414-1.4901,1.4901c-.5318-.3546-1.127-.6031-1.753-.7321V2h-2v2.1011c-.6259.129-1.2211.3775-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49c-.3545.5318-.603,1.127-.732,1.753H2v2h2.1011c.1289.6259.3774,1.2211.7319,1.7529ZM9,6c1.6569,0,3,1.3431,3,3-.0018,1.6561-1.3439,2.9982-3,3-1.6569,0-3-1.3431-3-3s1.3431-3,3-3Z"
|
|
167
174
|
})), children);
|
|
168
175
|
});
|
|
169
176
|
if (process.env.NODE_ENV !== "production") {
|
|
170
|
-
|
|
177
|
+
DeliverySettings.propTypes = iconPropTypes4cbeb95d.i;
|
|
171
178
|
}
|
|
172
|
-
const
|
|
179
|
+
const Demo = /*#__PURE__*/React.forwardRef(function Demo(_ref8, ref) {
|
|
173
180
|
let {
|
|
174
181
|
children,
|
|
175
182
|
size = 16,
|
|
@@ -183,14 +190,16 @@ const DeploymentUnitTechnicalData = /*#__PURE__*/React.forwardRef(function Deplo
|
|
|
183
190
|
viewBox: "0 0 32 32",
|
|
184
191
|
fill: "currentColor",
|
|
185
192
|
...rest
|
|
186
|
-
},
|
|
187
|
-
d: "
|
|
193
|
+
}, _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
194
|
+
d: "M20 2L20 14 30 8 20 2z"
|
|
195
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
196
|
+
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"
|
|
188
197
|
})), children);
|
|
189
198
|
});
|
|
190
199
|
if (process.env.NODE_ENV !== "production") {
|
|
191
|
-
|
|
200
|
+
Demo.propTypes = iconPropTypes4cbeb95d.i;
|
|
192
201
|
}
|
|
193
|
-
const
|
|
202
|
+
const WatsonHealthDenominate = /*#__PURE__*/React.forwardRef(function WatsonHealthDenominate(_ref9, ref) {
|
|
194
203
|
let {
|
|
195
204
|
children,
|
|
196
205
|
size = 16,
|
|
@@ -204,14 +213,16 @@ const DeploymentUnitTechnicalExecution = /*#__PURE__*/React.forwardRef(function
|
|
|
204
213
|
viewBox: "0 0 32 32",
|
|
205
214
|
fill: "currentColor",
|
|
206
215
|
...rest
|
|
207
|
-
},
|
|
208
|
-
d: "M25
|
|
216
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
217
|
+
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"
|
|
218
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
219
|
+
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"
|
|
209
220
|
})), children);
|
|
210
221
|
});
|
|
211
222
|
if (process.env.NODE_ENV !== "production") {
|
|
212
|
-
|
|
223
|
+
WatsonHealthDenominate.propTypes = iconPropTypes4cbeb95d.i;
|
|
213
224
|
}
|
|
214
|
-
const
|
|
225
|
+
const Departure = /*#__PURE__*/React.forwardRef(function Departure(_ref10, ref) {
|
|
215
226
|
let {
|
|
216
227
|
children,
|
|
217
228
|
size = 16,
|
|
@@ -225,14 +236,14 @@ const DeploymentUnitTechnicalInstallation = /*#__PURE__*/React.forwardRef(functi
|
|
|
225
236
|
viewBox: "0 0 32 32",
|
|
226
237
|
fill: "currentColor",
|
|
227
238
|
...rest
|
|
228
|
-
},
|
|
229
|
-
d: "
|
|
239
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
240
|
+
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"
|
|
230
241
|
})), children);
|
|
231
242
|
});
|
|
232
243
|
if (process.env.NODE_ENV !== "production") {
|
|
233
|
-
|
|
244
|
+
Departure.propTypes = iconPropTypes4cbeb95d.i;
|
|
234
245
|
}
|
|
235
|
-
const
|
|
246
|
+
const Deploy = /*#__PURE__*/React.forwardRef(function Deploy(_ref11, ref) {
|
|
236
247
|
let {
|
|
237
248
|
children,
|
|
238
249
|
size = 16,
|
|
@@ -246,14 +257,16 @@ const DeploymentUnitTechnicalPresentation = /*#__PURE__*/React.forwardRef(functi
|
|
|
246
257
|
viewBox: "0 0 32 32",
|
|
247
258
|
fill: "currentColor",
|
|
248
259
|
...rest
|
|
249
|
-
},
|
|
250
|
-
d: "
|
|
260
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
261
|
+
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"
|
|
262
|
+
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
263
|
+
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"
|
|
251
264
|
})), children);
|
|
252
265
|
});
|
|
253
266
|
if (process.env.NODE_ENV !== "production") {
|
|
254
|
-
|
|
267
|
+
Deploy.propTypes = iconPropTypes4cbeb95d.i;
|
|
255
268
|
}
|
|
256
|
-
const
|
|
269
|
+
const DeployRules = /*#__PURE__*/React.forwardRef(function DeployRules(_ref12, ref) {
|
|
257
270
|
let {
|
|
258
271
|
children,
|
|
259
272
|
size = 16,
|
|
@@ -267,16 +280,14 @@ const DeskAdjustable = /*#__PURE__*/React.forwardRef(function DeskAdjustable(_re
|
|
|
267
280
|
viewBox: "0 0 32 32",
|
|
268
281
|
fill: "currentColor",
|
|
269
282
|
...rest
|
|
270
|
-
},
|
|
271
|
-
d: "
|
|
272
|
-
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
273
|
-
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"
|
|
283
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
284
|
+
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"
|
|
274
285
|
})), children);
|
|
275
286
|
});
|
|
276
287
|
if (process.env.NODE_ENV !== "production") {
|
|
277
|
-
|
|
288
|
+
DeployRules.propTypes = iconPropTypes4cbeb95d.i;
|
|
278
289
|
}
|
|
279
|
-
const
|
|
290
|
+
const DeploymentPattern = /*#__PURE__*/React.forwardRef(function DeploymentPattern(_ref13, ref) {
|
|
280
291
|
let {
|
|
281
292
|
children,
|
|
282
293
|
size = 16,
|
|
@@ -290,16 +301,22 @@ const Development = /*#__PURE__*/React.forwardRef(function Development(_ref13, r
|
|
|
290
301
|
viewBox: "0 0 32 32",
|
|
291
302
|
fill: "currentColor",
|
|
292
303
|
...rest
|
|
293
|
-
},
|
|
294
|
-
d: "M8
|
|
295
|
-
})),
|
|
296
|
-
d: "
|
|
304
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
305
|
+
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"
|
|
306
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
307
|
+
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"
|
|
308
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
309
|
+
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"
|
|
310
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
311
|
+
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"
|
|
312
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
313
|
+
d: "M31.4141,21,27,16.5859,23.5859,20H14v2h9.5859L27,25.4141ZM27,19.4141,28.5859,21,27,22.5859,25.4141,21Z"
|
|
297
314
|
})), children);
|
|
298
315
|
});
|
|
299
316
|
if (process.env.NODE_ENV !== "production") {
|
|
300
|
-
|
|
317
|
+
DeploymentPattern.propTypes = iconPropTypes4cbeb95d.i;
|
|
301
318
|
}
|
|
302
|
-
const
|
|
319
|
+
const DeploymentPolicy = /*#__PURE__*/React.forwardRef(function DeploymentPolicy(_ref14, ref) {
|
|
303
320
|
let {
|
|
304
321
|
children,
|
|
305
322
|
size = 16,
|
|
@@ -313,16 +330,14 @@ const Devices = /*#__PURE__*/React.forwardRef(function Devices(_ref14, ref) {
|
|
|
313
330
|
viewBox: "0 0 32 32",
|
|
314
331
|
fill: "currentColor",
|
|
315
332
|
...rest
|
|
316
|
-
},
|
|
317
|
-
d: "
|
|
318
|
-
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
319
|
-
d: "M28,4H6A2,2,0,0,0,4,6v6H6V6H28V20H14v2h2v4H14v2h9V26H18V22H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Z"
|
|
333
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
334
|
+
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"
|
|
320
335
|
})), children);
|
|
321
336
|
});
|
|
322
337
|
if (process.env.NODE_ENV !== "production") {
|
|
323
|
-
|
|
338
|
+
DeploymentPolicy.propTypes = iconPropTypes4cbeb95d.i;
|
|
324
339
|
}
|
|
325
|
-
const
|
|
340
|
+
const DeploymentUnitData = /*#__PURE__*/React.forwardRef(function DeploymentUnitData(_ref15, ref) {
|
|
326
341
|
let {
|
|
327
342
|
children,
|
|
328
343
|
size = 16,
|
|
@@ -336,14 +351,14 @@ const DevicesApps = /*#__PURE__*/React.forwardRef(function DevicesApps(_ref15, r
|
|
|
336
351
|
viewBox: "0 0 32 32",
|
|
337
352
|
fill: "currentColor",
|
|
338
353
|
...rest
|
|
339
|
-
},
|
|
340
|
-
d: "
|
|
354
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
355
|
+
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"
|
|
341
356
|
})), children);
|
|
342
357
|
});
|
|
343
358
|
if (process.env.NODE_ENV !== "production") {
|
|
344
|
-
|
|
359
|
+
DeploymentUnitData.propTypes = iconPropTypes4cbeb95d.i;
|
|
345
360
|
}
|
|
346
|
-
const
|
|
361
|
+
const DeploymentUnitExecution = /*#__PURE__*/React.forwardRef(function DeploymentUnitExecution(_ref16, ref) {
|
|
347
362
|
let {
|
|
348
363
|
children,
|
|
349
364
|
size = 16,
|
|
@@ -357,14 +372,14 @@ const DewPoint = /*#__PURE__*/React.forwardRef(function DewPoint(_ref16, ref) {
|
|
|
357
372
|
viewBox: "0 0 32 32",
|
|
358
373
|
fill: "currentColor",
|
|
359
374
|
...rest
|
|
360
|
-
},
|
|
361
|
-
d: "
|
|
375
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
376
|
+
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"
|
|
362
377
|
})), children);
|
|
363
378
|
});
|
|
364
379
|
if (process.env.NODE_ENV !== "production") {
|
|
365
|
-
|
|
380
|
+
DeploymentUnitExecution.propTypes = iconPropTypes4cbeb95d.i;
|
|
366
381
|
}
|
|
367
|
-
const
|
|
382
|
+
const DeploymentUnitInstallation = /*#__PURE__*/React.forwardRef(function DeploymentUnitInstallation(_ref17, ref) {
|
|
368
383
|
let {
|
|
369
384
|
children,
|
|
370
385
|
size = 16,
|
|
@@ -378,14 +393,14 @@ const DewPointFilled = /*#__PURE__*/React.forwardRef(function DewPointFilled(_re
|
|
|
378
393
|
viewBox: "0 0 32 32",
|
|
379
394
|
fill: "currentColor",
|
|
380
395
|
...rest
|
|
381
|
-
},
|
|
382
|
-
d: "
|
|
396
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
397
|
+
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"
|
|
383
398
|
})), children);
|
|
384
399
|
});
|
|
385
400
|
if (process.env.NODE_ENV !== "production") {
|
|
386
|
-
|
|
401
|
+
DeploymentUnitInstallation.propTypes = iconPropTypes4cbeb95d.i;
|
|
387
402
|
}
|
|
388
|
-
const
|
|
403
|
+
const DeploymentUnitPresentation = /*#__PURE__*/React.forwardRef(function DeploymentUnitPresentation(_ref18, ref) {
|
|
389
404
|
let {
|
|
390
405
|
children,
|
|
391
406
|
size = 16,
|
|
@@ -399,16 +414,14 @@ const Diagram = /*#__PURE__*/React.forwardRef(function Diagram(_ref18, ref) {
|
|
|
399
414
|
viewBox: "0 0 32 32",
|
|
400
415
|
fill: "currentColor",
|
|
401
416
|
...rest
|
|
402
|
-
},
|
|
403
|
-
d: "
|
|
404
|
-
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
405
|
-
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"
|
|
417
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
418
|
+
d: "M14,23H12V9h6a2.002,2.002,0,0,1,2,2v5a2.002,2.002,0,0,1-2,2H14Zm0-7h4V11H14Z"
|
|
406
419
|
})), children);
|
|
407
420
|
});
|
|
408
421
|
if (process.env.NODE_ENV !== "production") {
|
|
409
|
-
|
|
422
|
+
DeploymentUnitPresentation.propTypes = iconPropTypes4cbeb95d.i;
|
|
410
423
|
}
|
|
411
|
-
const
|
|
424
|
+
const DeploymentUnitTechnicalData = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalData(_ref19, ref) {
|
|
412
425
|
let {
|
|
413
426
|
children,
|
|
414
427
|
size = 16,
|
|
@@ -422,18 +435,14 @@ const DiagramReference = /*#__PURE__*/React.forwardRef(function DiagramReference
|
|
|
422
435
|
viewBox: "0 0 32 32",
|
|
423
436
|
fill: "currentColor",
|
|
424
437
|
...rest
|
|
425
|
-
},
|
|
426
|
-
d: "
|
|
427
|
-
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
428
|
-
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"
|
|
429
|
-
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
430
|
-
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"
|
|
438
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
439
|
+
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"
|
|
431
440
|
})), children);
|
|
432
441
|
});
|
|
433
442
|
if (process.env.NODE_ENV !== "production") {
|
|
434
|
-
|
|
443
|
+
DeploymentUnitTechnicalData.propTypes = iconPropTypes4cbeb95d.i;
|
|
435
444
|
}
|
|
436
|
-
const
|
|
445
|
+
const DeploymentUnitTechnicalExecution = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalExecution(_ref20, ref) {
|
|
437
446
|
let {
|
|
438
447
|
children,
|
|
439
448
|
size = 16,
|
|
@@ -447,15 +456,14 @@ const DiamondOutline = /*#__PURE__*/React.forwardRef(function DiamondOutline(_re
|
|
|
447
456
|
viewBox: "0 0 32 32",
|
|
448
457
|
fill: "currentColor",
|
|
449
458
|
...rest
|
|
450
|
-
},
|
|
451
|
-
|
|
452
|
-
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"
|
|
459
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
460
|
+
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"
|
|
453
461
|
})), children);
|
|
454
462
|
});
|
|
455
463
|
if (process.env.NODE_ENV !== "production") {
|
|
456
|
-
|
|
464
|
+
DeploymentUnitTechnicalExecution.propTypes = iconPropTypes4cbeb95d.i;
|
|
457
465
|
}
|
|
458
|
-
const
|
|
466
|
+
const DeploymentUnitTechnicalInstallation = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalInstallation(_ref21, ref) {
|
|
459
467
|
let {
|
|
460
468
|
children,
|
|
461
469
|
size = 16,
|
|
@@ -469,53 +477,35 @@ const DiamondSolid = /*#__PURE__*/React.forwardRef(function DiamondSolid(_ref21,
|
|
|
469
477
|
viewBox: "0 0 32 32",
|
|
470
478
|
fill: "currentColor",
|
|
471
479
|
...rest
|
|
472
|
-
},
|
|
473
|
-
|
|
474
|
-
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"
|
|
480
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
481
|
+
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"
|
|
475
482
|
})), children);
|
|
476
483
|
});
|
|
477
484
|
if (process.env.NODE_ENV !== "production") {
|
|
478
|
-
|
|
485
|
+
DeploymentUnitTechnicalInstallation.propTypes = iconPropTypes4cbeb95d.i;
|
|
479
486
|
}
|
|
480
|
-
const
|
|
487
|
+
const DeploymentUnitTechnicalPresentation = /*#__PURE__*/React.forwardRef(function DeploymentUnitTechnicalPresentation(_ref22, ref) {
|
|
481
488
|
let {
|
|
482
489
|
children,
|
|
483
490
|
size = 16,
|
|
484
491
|
...rest
|
|
485
492
|
} = _ref22;
|
|
486
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
487
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
488
|
-
width: size,
|
|
489
|
-
height: size,
|
|
490
|
-
ref: ref,
|
|
491
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
492
|
-
viewBox: "0 0 16 16",
|
|
493
|
-
fill: "currentColor",
|
|
494
|
-
...rest
|
|
495
|
-
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
496
|
-
d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z"
|
|
497
|
-
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
498
|
-
d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
|
|
499
|
-
})), children);
|
|
500
|
-
}
|
|
501
493
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
502
494
|
width: size,
|
|
503
495
|
height: size,
|
|
504
496
|
ref: ref,
|
|
505
497
|
xmlns: "http://www.w3.org/2000/svg",
|
|
506
|
-
viewBox: "0 0
|
|
498
|
+
viewBox: "0 0 32 32",
|
|
507
499
|
fill: "currentColor",
|
|
508
500
|
...rest
|
|
509
|
-
},
|
|
510
|
-
d: "
|
|
511
|
-
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
512
|
-
d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
|
|
501
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
502
|
+
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"
|
|
513
503
|
})), children);
|
|
514
504
|
});
|
|
515
505
|
if (process.env.NODE_ENV !== "production") {
|
|
516
|
-
|
|
506
|
+
DeploymentUnitTechnicalPresentation.propTypes = iconPropTypes4cbeb95d.i;
|
|
517
507
|
}
|
|
518
|
-
const
|
|
508
|
+
const DeskAdjustable = /*#__PURE__*/React.forwardRef(function DeskAdjustable(_ref23, ref) {
|
|
519
509
|
let {
|
|
520
510
|
children,
|
|
521
511
|
size = 16,
|
|
@@ -530,13 +520,15 @@ const WatsonHealthDicom_6000 = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
530
520
|
fill: "currentColor",
|
|
531
521
|
...rest
|
|
532
522
|
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
533
|
-
d: "
|
|
523
|
+
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"
|
|
524
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
525
|
+
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"
|
|
534
526
|
})), children);
|
|
535
527
|
});
|
|
536
528
|
if (process.env.NODE_ENV !== "production") {
|
|
537
|
-
|
|
529
|
+
DeskAdjustable.propTypes = iconPropTypes4cbeb95d.i;
|
|
538
530
|
}
|
|
539
|
-
const
|
|
531
|
+
const Development = /*#__PURE__*/React.forwardRef(function Development(_ref24, ref) {
|
|
540
532
|
let {
|
|
541
533
|
children,
|
|
542
534
|
size = 16,
|
|
@@ -550,27 +542,21 @@ const WatsonHealthDicomOverlay = /*#__PURE__*/React.forwardRef(function WatsonHe
|
|
|
550
542
|
viewBox: "0 0 32 32",
|
|
551
543
|
fill: "currentColor",
|
|
552
544
|
...rest
|
|
553
|
-
},
|
|
554
|
-
d: "
|
|
555
|
-
})),
|
|
556
|
-
d: "
|
|
545
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
546
|
+
d: "M8 4V8H4V4H8M2 2v8h8V2zM18 7v4H14V7h4M12 5v8h8V5zM8 16v4H4V16H8M2 14v8h8V14z"
|
|
547
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
548
|
+
d: "M22,10v6H16v6H10v8H30V10Zm-4,8h4v4H18ZM16,28H12V24h4Zm6,0H18V24h4Zm6,0H24V24h4Zm0-6H24V18h4Zm-4-6V12h4v4Z"
|
|
557
549
|
})), children);
|
|
558
550
|
});
|
|
559
551
|
if (process.env.NODE_ENV !== "production") {
|
|
560
|
-
|
|
552
|
+
Development.propTypes = iconPropTypes4cbeb95d.i;
|
|
561
553
|
}
|
|
562
|
-
const
|
|
554
|
+
const Devices = /*#__PURE__*/React.forwardRef(function Devices(_ref25, ref) {
|
|
563
555
|
let {
|
|
564
556
|
children,
|
|
565
557
|
size = 16,
|
|
566
558
|
...rest
|
|
567
559
|
} = _ref25;
|
|
568
|
-
if (process.env.NODE_ENV !== "production") {
|
|
569
|
-
if (!didWarnAboutDeprecation["DirectLink"]) {
|
|
570
|
-
didWarnAboutDeprecation["DirectLink"] = true;
|
|
571
|
-
console.warn("The current icon has been replaced with the correct version of the App icon, use the most appropriate ibm-cloud--direct-link icon variant instead. As a result, the DirectLink component will be removed in the next major version of @carbon/icons-react.");
|
|
572
|
-
}
|
|
573
|
-
}
|
|
574
560
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
575
561
|
width: size,
|
|
576
562
|
height: size,
|
|
@@ -579,16 +565,16 @@ const DirectLink = /*#__PURE__*/React.forwardRef(function DirectLink(_ref25, ref
|
|
|
579
565
|
viewBox: "0 0 32 32",
|
|
580
566
|
fill: "currentColor",
|
|
581
567
|
...rest
|
|
582
|
-
},
|
|
583
|
-
d: "
|
|
584
|
-
})),
|
|
585
|
-
d: "
|
|
568
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
569
|
+
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"
|
|
570
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
571
|
+
d: "M28,4H6A2,2,0,0,0,4,6v6H6V6H28V20H14v2h2v4H14v2h9V26H18V22H28a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4Z"
|
|
586
572
|
})), children);
|
|
587
573
|
});
|
|
588
574
|
if (process.env.NODE_ENV !== "production") {
|
|
589
|
-
|
|
575
|
+
Devices.propTypes = iconPropTypes4cbeb95d.i;
|
|
590
576
|
}
|
|
591
|
-
const
|
|
577
|
+
const DevicesApps = /*#__PURE__*/React.forwardRef(function DevicesApps(_ref26, ref) {
|
|
592
578
|
let {
|
|
593
579
|
children,
|
|
594
580
|
size = 16,
|
|
@@ -602,14 +588,14 @@ const DirectionBearRight_01 = /*#__PURE__*/React.forwardRef(function DirectionBe
|
|
|
602
588
|
viewBox: "0 0 32 32",
|
|
603
589
|
fill: "currentColor",
|
|
604
590
|
...rest
|
|
605
|
-
},
|
|
606
|
-
d: "
|
|
591
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
592
|
+
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"
|
|
607
593
|
})), children);
|
|
608
594
|
});
|
|
609
595
|
if (process.env.NODE_ENV !== "production") {
|
|
610
|
-
|
|
596
|
+
DevicesApps.propTypes = iconPropTypes4cbeb95d.i;
|
|
611
597
|
}
|
|
612
|
-
const
|
|
598
|
+
const DewPoint = /*#__PURE__*/React.forwardRef(function DewPoint(_ref27, ref) {
|
|
613
599
|
let {
|
|
614
600
|
children,
|
|
615
601
|
size = 16,
|
|
@@ -623,18 +609,14 @@ const DirectionBearRight_01Filled = /*#__PURE__*/React.forwardRef(function Direc
|
|
|
623
609
|
viewBox: "0 0 32 32",
|
|
624
610
|
fill: "currentColor",
|
|
625
611
|
...rest
|
|
626
|
-
},
|
|
627
|
-
d: "
|
|
628
|
-
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
629
|
-
fill: "none",
|
|
630
|
-
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",
|
|
631
|
-
"data-icon-path": "inner-path"
|
|
612
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
613
|
+
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"
|
|
632
614
|
})), children);
|
|
633
615
|
});
|
|
634
616
|
if (process.env.NODE_ENV !== "production") {
|
|
635
|
-
|
|
617
|
+
DewPoint.propTypes = iconPropTypes4cbeb95d.i;
|
|
636
618
|
}
|
|
637
|
-
const
|
|
619
|
+
const DewPointFilled = /*#__PURE__*/React.forwardRef(function DewPointFilled(_ref28, ref) {
|
|
638
620
|
let {
|
|
639
621
|
children,
|
|
640
622
|
size = 16,
|
|
@@ -649,16 +631,13 @@ const DirectionBearRight_02 = /*#__PURE__*/React.forwardRef(function DirectionBe
|
|
|
649
631
|
fill: "currentColor",
|
|
650
632
|
...rest
|
|
651
633
|
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
652
|
-
d: "
|
|
653
|
-
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
654
|
-
d: "M8.5 5.55H10.5V13.45H8.5z",
|
|
655
|
-
transform: "rotate(-45 9.5 9.5)"
|
|
634
|
+
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"
|
|
656
635
|
})), children);
|
|
657
636
|
});
|
|
658
637
|
if (process.env.NODE_ENV !== "production") {
|
|
659
|
-
|
|
638
|
+
DewPointFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
660
639
|
}
|
|
661
|
-
const
|
|
640
|
+
const Diagram = /*#__PURE__*/React.forwardRef(function Diagram(_ref29, ref) {
|
|
662
641
|
let {
|
|
663
642
|
children,
|
|
664
643
|
size = 16,
|
|
@@ -672,18 +651,16 @@ const DirectionBearRight_02Filled = /*#__PURE__*/React.forwardRef(function Direc
|
|
|
672
651
|
viewBox: "0 0 32 32",
|
|
673
652
|
fill: "currentColor",
|
|
674
653
|
...rest
|
|
675
|
-
},
|
|
676
|
-
d: "
|
|
677
|
-
})),
|
|
678
|
-
|
|
679
|
-
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",
|
|
680
|
-
"data-icon-path": "inner-path"
|
|
654
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
655
|
+
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"
|
|
656
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
657
|
+
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"
|
|
681
658
|
})), children);
|
|
682
659
|
});
|
|
683
660
|
if (process.env.NODE_ENV !== "production") {
|
|
684
|
-
|
|
661
|
+
Diagram.propTypes = iconPropTypes4cbeb95d.i;
|
|
685
662
|
}
|
|
686
|
-
const
|
|
663
|
+
const DiagramReference = /*#__PURE__*/React.forwardRef(function DiagramReference(_ref30, ref) {
|
|
687
664
|
let {
|
|
688
665
|
children,
|
|
689
666
|
size = 16,
|
|
@@ -697,14 +674,18 @@ const DirectionCurve = /*#__PURE__*/React.forwardRef(function DirectionCurve(_re
|
|
|
697
674
|
viewBox: "0 0 32 32",
|
|
698
675
|
fill: "currentColor",
|
|
699
676
|
...rest
|
|
700
|
-
},
|
|
701
|
-
d: "
|
|
677
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
678
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20z"
|
|
679
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
680
|
+
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"
|
|
681
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
682
|
+
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"
|
|
702
683
|
})), children);
|
|
703
684
|
});
|
|
704
685
|
if (process.env.NODE_ENV !== "production") {
|
|
705
|
-
|
|
686
|
+
DiagramReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
706
687
|
}
|
|
707
|
-
const
|
|
688
|
+
const DiamondOutline = /*#__PURE__*/React.forwardRef(function DiamondOutline(_ref31, ref) {
|
|
708
689
|
let {
|
|
709
690
|
children,
|
|
710
691
|
size = 16,
|
|
@@ -718,18 +699,15 @@ const DirectionCurveFilled = /*#__PURE__*/React.forwardRef(function DirectionCur
|
|
|
718
699
|
viewBox: "0 0 32 32",
|
|
719
700
|
fill: "currentColor",
|
|
720
701
|
...rest
|
|
721
|
-
},
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
fill: "none",
|
|
725
|
-
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",
|
|
726
|
-
"data-icon-path": "inner-path"
|
|
702
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
703
|
+
strokeWidth: "0",
|
|
704
|
+
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"
|
|
727
705
|
})), children);
|
|
728
706
|
});
|
|
729
707
|
if (process.env.NODE_ENV !== "production") {
|
|
730
|
-
|
|
708
|
+
DiamondOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
731
709
|
}
|
|
732
|
-
const
|
|
710
|
+
const DiamondSolid = /*#__PURE__*/React.forwardRef(function DiamondSolid(_ref32, ref) {
|
|
733
711
|
let {
|
|
734
712
|
children,
|
|
735
713
|
size = 16,
|
|
@@ -744,38 +722,52 @@ const DirectionFork = /*#__PURE__*/React.forwardRef(function DirectionFork(_ref3
|
|
|
744
722
|
fill: "currentColor",
|
|
745
723
|
...rest
|
|
746
724
|
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
747
|
-
|
|
725
|
+
strokeWidth: "0",
|
|
726
|
+
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"
|
|
748
727
|
})), children);
|
|
749
728
|
});
|
|
750
729
|
if (process.env.NODE_ENV !== "production") {
|
|
751
|
-
|
|
730
|
+
DiamondSolid.propTypes = iconPropTypes4cbeb95d.i;
|
|
752
731
|
}
|
|
753
|
-
const
|
|
732
|
+
const DiamondFill = /*#__PURE__*/React.forwardRef(function DiamondFill(_ref33, ref) {
|
|
754
733
|
let {
|
|
755
734
|
children,
|
|
756
735
|
size = 16,
|
|
757
736
|
...rest
|
|
758
737
|
} = _ref33;
|
|
738
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
739
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
740
|
+
width: size,
|
|
741
|
+
height: size,
|
|
742
|
+
ref: ref,
|
|
743
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
744
|
+
viewBox: "0 0 16 16",
|
|
745
|
+
fill: "currentColor",
|
|
746
|
+
...rest
|
|
747
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
748
|
+
d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z"
|
|
749
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
750
|
+
d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
|
|
751
|
+
})), children);
|
|
752
|
+
}
|
|
759
753
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
760
754
|
width: size,
|
|
761
755
|
height: size,
|
|
762
756
|
ref: ref,
|
|
763
757
|
xmlns: "http://www.w3.org/2000/svg",
|
|
764
|
-
viewBox: "0 0
|
|
758
|
+
viewBox: "0 0 16 16",
|
|
765
759
|
fill: "currentColor",
|
|
766
760
|
...rest
|
|
767
|
-
},
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
772
|
-
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"
|
|
761
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
762
|
+
d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142M8,1,1,8l7,7,7-7L8,1Z"
|
|
763
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
764
|
+
d: "M8,2.4142,13.5858,8,8,13.5858,2.4142,8,8,2.4142"
|
|
773
765
|
})), children);
|
|
774
766
|
});
|
|
775
767
|
if (process.env.NODE_ENV !== "production") {
|
|
776
|
-
|
|
768
|
+
DiamondFill.propTypes = iconPropTypes4cbeb95d.i;
|
|
777
769
|
}
|
|
778
|
-
const
|
|
770
|
+
const WatsonHealthDicom_6000 = /*#__PURE__*/React.forwardRef(function WatsonHealthDicom_6000(_ref34, ref) {
|
|
779
771
|
let {
|
|
780
772
|
children,
|
|
781
773
|
size = 16,
|
|
@@ -789,16 +781,14 @@ const DirectionLoopLeft = /*#__PURE__*/React.forwardRef(function DirectionLoopLe
|
|
|
789
781
|
viewBox: "0 0 32 32",
|
|
790
782
|
fill: "currentColor",
|
|
791
783
|
...rest
|
|
792
|
-
},
|
|
793
|
-
d: "
|
|
794
|
-
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
795
|
-
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"
|
|
784
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
785
|
+
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"
|
|
796
786
|
})), children);
|
|
797
787
|
});
|
|
798
788
|
if (process.env.NODE_ENV !== "production") {
|
|
799
|
-
|
|
789
|
+
WatsonHealthDicom_6000.propTypes = iconPropTypes4cbeb95d.i;
|
|
800
790
|
}
|
|
801
|
-
const
|
|
791
|
+
const WatsonHealthDicomOverlay = /*#__PURE__*/React.forwardRef(function WatsonHealthDicomOverlay(_ref35, ref) {
|
|
802
792
|
let {
|
|
803
793
|
children,
|
|
804
794
|
size = 16,
|
|
@@ -812,23 +802,27 @@ const DirectionLoopLeftFilled = /*#__PURE__*/React.forwardRef(function Direction
|
|
|
812
802
|
viewBox: "0 0 32 32",
|
|
813
803
|
fill: "currentColor",
|
|
814
804
|
...rest
|
|
815
|
-
},
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
820
|
-
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"
|
|
805
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
806
|
+
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"
|
|
807
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
808
|
+
d: "M6 8H16V10H6zM6 12H16V14H6zM6 16H12V18H6z"
|
|
821
809
|
})), children);
|
|
822
810
|
});
|
|
823
811
|
if (process.env.NODE_ENV !== "production") {
|
|
824
|
-
|
|
812
|
+
WatsonHealthDicomOverlay.propTypes = iconPropTypes4cbeb95d.i;
|
|
825
813
|
}
|
|
826
|
-
const
|
|
814
|
+
const DirectLink = /*#__PURE__*/React.forwardRef(function DirectLink(_ref36, ref) {
|
|
827
815
|
let {
|
|
828
816
|
children,
|
|
829
817
|
size = 16,
|
|
830
818
|
...rest
|
|
831
819
|
} = _ref36;
|
|
820
|
+
if (process.env.NODE_ENV !== "production") {
|
|
821
|
+
if (!didWarnAboutDeprecation["DirectLink"]) {
|
|
822
|
+
didWarnAboutDeprecation["DirectLink"] = true;
|
|
823
|
+
console.warn("The current icon has been replaced with the correct version of the App icon, use the most appropriate ibm-cloud--direct-link icon variant instead. As a result, the DirectLink component will be removed in the next major version of @carbon/icons-react.");
|
|
824
|
+
}
|
|
825
|
+
}
|
|
832
826
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
833
827
|
width: size,
|
|
834
828
|
height: size,
|
|
@@ -837,16 +831,16 @@ const DirectionLoopRight = /*#__PURE__*/React.forwardRef(function DirectionLoopR
|
|
|
837
831
|
viewBox: "0 0 32 32",
|
|
838
832
|
fill: "currentColor",
|
|
839
833
|
...rest
|
|
840
|
-
},
|
|
841
|
-
d: "
|
|
842
|
-
})),
|
|
843
|
-
d: "
|
|
834
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
835
|
+
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"
|
|
836
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
837
|
+
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"
|
|
844
838
|
})), children);
|
|
845
839
|
});
|
|
846
840
|
if (process.env.NODE_ENV !== "production") {
|
|
847
|
-
|
|
841
|
+
DirectLink.propTypes = iconPropTypes4cbeb95d.i;
|
|
848
842
|
}
|
|
849
|
-
const
|
|
843
|
+
const DirectionBearRight_01 = /*#__PURE__*/React.forwardRef(function DirectionBearRight_01(_ref37, ref) {
|
|
850
844
|
let {
|
|
851
845
|
children,
|
|
852
846
|
size = 16,
|
|
@@ -860,18 +854,14 @@ const DirectionLoopRightFilled = /*#__PURE__*/React.forwardRef(function Directio
|
|
|
860
854
|
viewBox: "0 0 32 32",
|
|
861
855
|
fill: "currentColor",
|
|
862
856
|
...rest
|
|
863
|
-
},
|
|
864
|
-
|
|
865
|
-
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",
|
|
866
|
-
"data-icon-path": "inner-path"
|
|
867
|
-
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
868
|
-
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"
|
|
857
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
858
|
+
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"
|
|
869
859
|
})), children);
|
|
870
860
|
});
|
|
871
861
|
if (process.env.NODE_ENV !== "production") {
|
|
872
|
-
|
|
862
|
+
DirectionBearRight_01.propTypes = iconPropTypes4cbeb95d.i;
|
|
873
863
|
}
|
|
874
|
-
const
|
|
864
|
+
const DirectionBearRight_01Filled = /*#__PURE__*/React.forwardRef(function DirectionBearRight_01Filled(_ref38, ref) {
|
|
875
865
|
let {
|
|
876
866
|
children,
|
|
877
867
|
size = 16,
|
|
@@ -886,13 +876,17 @@ const DirectionMerge = /*#__PURE__*/React.forwardRef(function DirectionMerge(_re
|
|
|
886
876
|
fill: "currentColor",
|
|
887
877
|
...rest
|
|
888
878
|
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
889
|
-
d: "
|
|
879
|
+
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"
|
|
880
|
+
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
881
|
+
fill: "none",
|
|
882
|
+
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",
|
|
883
|
+
"data-icon-path": "inner-path"
|
|
890
884
|
})), children);
|
|
891
885
|
});
|
|
892
886
|
if (process.env.NODE_ENV !== "production") {
|
|
893
|
-
|
|
887
|
+
DirectionBearRight_01Filled.propTypes = iconPropTypes4cbeb95d.i;
|
|
894
888
|
}
|
|
895
|
-
const
|
|
889
|
+
const DirectionBearRight_02 = /*#__PURE__*/React.forwardRef(function DirectionBearRight_02(_ref39, ref) {
|
|
896
890
|
let {
|
|
897
891
|
children,
|
|
898
892
|
size = 16,
|
|
@@ -906,18 +900,17 @@ const DirectionMergeFilled = /*#__PURE__*/React.forwardRef(function DirectionMer
|
|
|
906
900
|
viewBox: "0 0 32 32",
|
|
907
901
|
fill: "currentColor",
|
|
908
902
|
...rest
|
|
909
|
-
},
|
|
910
|
-
d: "
|
|
911
|
-
})),
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
"data-icon-path": "inner-path"
|
|
903
|
+
}, _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
904
|
+
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"
|
|
905
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
906
|
+
d: "M8.5 5.55H10.5V13.45H8.5z",
|
|
907
|
+
transform: "rotate(-45 9.5 9.5)"
|
|
915
908
|
})), children);
|
|
916
909
|
});
|
|
917
910
|
if (process.env.NODE_ENV !== "production") {
|
|
918
|
-
|
|
911
|
+
DirectionBearRight_02.propTypes = iconPropTypes4cbeb95d.i;
|
|
919
912
|
}
|
|
920
|
-
const
|
|
913
|
+
const DirectionBearRight_02Filled = /*#__PURE__*/React.forwardRef(function DirectionBearRight_02Filled(_ref40, ref) {
|
|
921
914
|
let {
|
|
922
915
|
children,
|
|
923
916
|
size = 16,
|
|
@@ -931,14 +924,18 @@ const DirectionRight_01 = /*#__PURE__*/React.forwardRef(function DirectionRight_
|
|
|
931
924
|
viewBox: "0 0 32 32",
|
|
932
925
|
fill: "currentColor",
|
|
933
926
|
...rest
|
|
934
|
-
},
|
|
935
|
-
d: "
|
|
927
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
928
|
+
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"
|
|
929
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
930
|
+
fill: "none",
|
|
931
|
+
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",
|
|
932
|
+
"data-icon-path": "inner-path"
|
|
936
933
|
})), children);
|
|
937
934
|
});
|
|
938
935
|
if (process.env.NODE_ENV !== "production") {
|
|
939
|
-
|
|
936
|
+
DirectionBearRight_02Filled.propTypes = iconPropTypes4cbeb95d.i;
|
|
940
937
|
}
|
|
941
|
-
const
|
|
938
|
+
const DirectionCurve = /*#__PURE__*/React.forwardRef(function DirectionCurve(_ref41, ref) {
|
|
942
939
|
let {
|
|
943
940
|
children,
|
|
944
941
|
size = 16,
|
|
@@ -952,18 +949,14 @@ const DirectionRight_01Filled = /*#__PURE__*/React.forwardRef(function Direction
|
|
|
952
949
|
viewBox: "0 0 32 32",
|
|
953
950
|
fill: "currentColor",
|
|
954
951
|
...rest
|
|
955
|
-
},
|
|
956
|
-
d: "
|
|
957
|
-
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
958
|
-
fill: "none",
|
|
959
|
-
d: "M19,18l-1.4141-1.4141L22.1719,12H10V26H8V12a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,4l7,7Z",
|
|
960
|
-
"data-icon-path": "inner-path"
|
|
952
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
953
|
+
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"
|
|
961
954
|
})), children);
|
|
962
955
|
});
|
|
963
956
|
if (process.env.NODE_ENV !== "production") {
|
|
964
|
-
|
|
957
|
+
DirectionCurve.propTypes = iconPropTypes4cbeb95d.i;
|
|
965
958
|
}
|
|
966
|
-
const
|
|
959
|
+
const DirectionCurveFilled = /*#__PURE__*/React.forwardRef(function DirectionCurveFilled(_ref42, ref) {
|
|
967
960
|
let {
|
|
968
961
|
children,
|
|
969
962
|
size = 16,
|
|
@@ -977,14 +970,18 @@ const DirectionRight_02 = /*#__PURE__*/React.forwardRef(function DirectionRight_
|
|
|
977
970
|
viewBox: "0 0 32 32",
|
|
978
971
|
fill: "currentColor",
|
|
979
972
|
...rest
|
|
980
|
-
},
|
|
981
|
-
d: "
|
|
973
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
974
|
+
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"
|
|
975
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
976
|
+
fill: "none",
|
|
977
|
+
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",
|
|
978
|
+
"data-icon-path": "inner-path"
|
|
982
979
|
})), children);
|
|
983
980
|
});
|
|
984
981
|
if (process.env.NODE_ENV !== "production") {
|
|
985
|
-
|
|
982
|
+
DirectionCurveFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
986
983
|
}
|
|
987
|
-
const
|
|
984
|
+
const DirectionFork = /*#__PURE__*/React.forwardRef(function DirectionFork(_ref43, ref) {
|
|
988
985
|
let {
|
|
989
986
|
children,
|
|
990
987
|
size = 16,
|
|
@@ -998,18 +995,14 @@ const DirectionRight_02Filled = /*#__PURE__*/React.forwardRef(function Direction
|
|
|
998
995
|
viewBox: "0 0 32 32",
|
|
999
996
|
fill: "currentColor",
|
|
1000
997
|
...rest
|
|
1001
|
-
},
|
|
1002
|
-
d: "
|
|
1003
|
-
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1004
|
-
fill: "none",
|
|
1005
|
-
d: "M8,6h2v8H8ZM19,24l-1.4141-1.4141L22.1719,18H10v8H8V18a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,10l7,7Z",
|
|
1006
|
-
"data-icon-path": "inner-path"
|
|
998
|
+
}, _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
999
|
+
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"
|
|
1007
1000
|
})), children);
|
|
1008
1001
|
});
|
|
1009
1002
|
if (process.env.NODE_ENV !== "production") {
|
|
1010
|
-
|
|
1003
|
+
DirectionFork.propTypes = iconPropTypes4cbeb95d.i;
|
|
1011
1004
|
}
|
|
1012
|
-
const
|
|
1005
|
+
const DirectionForkFilled = /*#__PURE__*/React.forwardRef(function DirectionForkFilled(_ref44, ref) {
|
|
1013
1006
|
let {
|
|
1014
1007
|
children,
|
|
1015
1008
|
size = 16,
|
|
@@ -1023,14 +1016,18 @@ const DirectionRotaryFirstRight = /*#__PURE__*/React.forwardRef(function Directi
|
|
|
1023
1016
|
viewBox: "0 0 32 32",
|
|
1024
1017
|
fill: "currentColor",
|
|
1025
1018
|
...rest
|
|
1026
|
-
},
|
|
1027
|
-
|
|
1019
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1020
|
+
fill: "none",
|
|
1021
|
+
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",
|
|
1022
|
+
"data-icon-path": "inner-path"
|
|
1023
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1024
|
+
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"
|
|
1028
1025
|
})), children);
|
|
1029
1026
|
});
|
|
1030
1027
|
if (process.env.NODE_ENV !== "production") {
|
|
1031
|
-
|
|
1028
|
+
DirectionForkFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1032
1029
|
}
|
|
1033
|
-
const
|
|
1030
|
+
const DirectionLoopLeft = /*#__PURE__*/React.forwardRef(function DirectionLoopLeft(_ref45, ref) {
|
|
1034
1031
|
let {
|
|
1035
1032
|
children,
|
|
1036
1033
|
size = 16,
|
|
@@ -1044,22 +1041,16 @@ const DirectionRotaryFirstRightFilled = /*#__PURE__*/React.forwardRef(function D
|
|
|
1044
1041
|
viewBox: "0 0 32 32",
|
|
1045
1042
|
fill: "currentColor",
|
|
1046
1043
|
...rest
|
|
1047
|
-
},
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1052
|
-
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM26,26H16V24h6.5859l-8.833-8.833A4.9678,4.9678,0,0,1,12,15.8989V26H10V15.8989a5.0113,5.0113,0,1,1,5.167-2.146L24,22.5859V16h2Z"
|
|
1053
|
-
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1054
|
-
fill: "none",
|
|
1055
|
-
d: "M11,14a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,11,14Zm13,2v6.5859l-8.833-8.833A4.9959,4.9959,0,1,0,10,15.8989V26h2V15.8989a4.9678,4.9678,0,0,0,1.7529-.7319L22.5859,24H16v2H26V16Z",
|
|
1056
|
-
"data-icon-path": "inner-path"
|
|
1044
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1045
|
+
d: "M16 20H18V28H16z"
|
|
1046
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1047
|
+
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"
|
|
1057
1048
|
})), children);
|
|
1058
1049
|
});
|
|
1059
1050
|
if (process.env.NODE_ENV !== "production") {
|
|
1060
|
-
|
|
1051
|
+
DirectionLoopLeft.propTypes = iconPropTypes4cbeb95d.i;
|
|
1061
1052
|
}
|
|
1062
|
-
const
|
|
1053
|
+
const DirectionLoopLeftFilled = /*#__PURE__*/React.forwardRef(function DirectionLoopLeftFilled(_ref46, ref) {
|
|
1063
1054
|
let {
|
|
1064
1055
|
children,
|
|
1065
1056
|
size = 16,
|
|
@@ -1073,14 +1064,18 @@ const DirectionRotaryRight = /*#__PURE__*/React.forwardRef(function DirectionRot
|
|
|
1073
1064
|
viewBox: "0 0 32 32",
|
|
1074
1065
|
fill: "currentColor",
|
|
1075
1066
|
...rest
|
|
1076
|
-
},
|
|
1077
|
-
|
|
1067
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1068
|
+
fill: "none",
|
|
1069
|
+
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",
|
|
1070
|
+
"data-icon-path": "inner-path"
|
|
1071
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1072
|
+
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"
|
|
1078
1073
|
})), children);
|
|
1079
1074
|
});
|
|
1080
1075
|
if (process.env.NODE_ENV !== "production") {
|
|
1081
|
-
|
|
1076
|
+
DirectionLoopLeftFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1082
1077
|
}
|
|
1083
|
-
const
|
|
1078
|
+
const DirectionLoopRight = /*#__PURE__*/React.forwardRef(function DirectionLoopRight(_ref47, ref) {
|
|
1084
1079
|
let {
|
|
1085
1080
|
children,
|
|
1086
1081
|
size = 16,
|
|
@@ -1094,22 +1089,16 @@ const DirectionRotaryRightFilled = /*#__PURE__*/React.forwardRef(function Direct
|
|
|
1094
1089
|
viewBox: "0 0 32 32",
|
|
1095
1090
|
fill: "currentColor",
|
|
1096
1091
|
...rest
|
|
1097
|
-
},
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1102
|
-
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM20,18l-1.4141-1.4141L23.1719,12h-7.273A5.0145,5.0145,0,0,1,12,15.8989V26H10V15.8989A5,5,0,1,1,15.8989,10h7.273l-4.586-4.5859L20,4l7,7Z"
|
|
1103
|
-
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1104
|
-
fill: "none",
|
|
1105
|
-
d: "M20,4,18.5859,5.4141,23.1719,10h-7.273A5,5,0,1,0,10,15.8989V26h2V15.8989A5.0145,5.0145,0,0,0,15.8989,12h7.273l-4.586,4.5859L20,18l7-7ZM11,14a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,11,14Z",
|
|
1106
|
-
"data-icon-path": "inner-path"
|
|
1092
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1093
|
+
d: "M14 20H16V28H14z"
|
|
1094
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1095
|
+
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"
|
|
1107
1096
|
})), children);
|
|
1108
1097
|
});
|
|
1109
1098
|
if (process.env.NODE_ENV !== "production") {
|
|
1110
|
-
|
|
1099
|
+
DirectionLoopRight.propTypes = iconPropTypes4cbeb95d.i;
|
|
1111
1100
|
}
|
|
1112
|
-
const
|
|
1101
|
+
const DirectionLoopRightFilled = /*#__PURE__*/React.forwardRef(function DirectionLoopRightFilled(_ref48, ref) {
|
|
1113
1102
|
let {
|
|
1114
1103
|
children,
|
|
1115
1104
|
size = 16,
|
|
@@ -1123,14 +1112,18 @@ const DirectionRotaryStraight = /*#__PURE__*/React.forwardRef(function Direction
|
|
|
1123
1112
|
viewBox: "0 0 32 32",
|
|
1124
1113
|
fill: "currentColor",
|
|
1125
1114
|
...rest
|
|
1126
|
-
},
|
|
1127
|
-
|
|
1115
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1116
|
+
fill: "none",
|
|
1117
|
+
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",
|
|
1118
|
+
"data-icon-path": "inner-path"
|
|
1119
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1120
|
+
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"
|
|
1128
1121
|
})), children);
|
|
1129
1122
|
});
|
|
1130
1123
|
if (process.env.NODE_ENV !== "production") {
|
|
1131
|
-
|
|
1124
|
+
DirectionLoopRightFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1132
1125
|
}
|
|
1133
|
-
const
|
|
1126
|
+
const DirectionMerge = /*#__PURE__*/React.forwardRef(function DirectionMerge(_ref49, ref) {
|
|
1134
1127
|
let {
|
|
1135
1128
|
children,
|
|
1136
1129
|
size = 16,
|
|
@@ -1144,22 +1137,14 @@ const DirectionRotaryStraightFilled = /*#__PURE__*/React.forwardRef(function Dir
|
|
|
1144
1137
|
viewBox: "0 0 32 32",
|
|
1145
1138
|
fill: "currentColor",
|
|
1146
1139
|
...rest
|
|
1147
|
-
},
|
|
1148
|
-
|
|
1149
|
-
cy: "19",
|
|
1150
|
-
r: "3"
|
|
1151
|
-
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1152
|
-
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM21.5859,12.4141,17,7.8281v6.273a5,5,0,0,1,0,9.7978V28H15V23.8989a5,5,0,0,1,0-9.7978V7.8281l-4.5859,4.586L9,11l7-7,7,7Z"
|
|
1153
|
-
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1154
|
-
fill: "none",
|
|
1155
|
-
d: "M21.5859,12.4141,23,11,16,4,9,11l1.4141,1.4141L15,7.8281v6.273a5,5,0,0,0,0,9.7978V28h2V23.8989a5,5,0,0,0,0-9.7978V7.8281ZM19,19a3,3,0,1,1-3-3A3.0033,3.0033,0,0,1,19,19Z",
|
|
1156
|
-
"data-icon-path": "inner-path"
|
|
1140
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1141
|
+
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"
|
|
1157
1142
|
})), children);
|
|
1158
1143
|
});
|
|
1159
1144
|
if (process.env.NODE_ENV !== "production") {
|
|
1160
|
-
|
|
1145
|
+
DirectionMerge.propTypes = iconPropTypes4cbeb95d.i;
|
|
1161
1146
|
}
|
|
1162
|
-
const
|
|
1147
|
+
const DirectionMergeFilled = /*#__PURE__*/React.forwardRef(function DirectionMergeFilled(_ref50, ref) {
|
|
1163
1148
|
let {
|
|
1164
1149
|
children,
|
|
1165
1150
|
size = 16,
|
|
@@ -1173,14 +1158,18 @@ const DirectionSharpTurn = /*#__PURE__*/React.forwardRef(function DirectionSharp
|
|
|
1173
1158
|
viewBox: "0 0 32 32",
|
|
1174
1159
|
fill: "currentColor",
|
|
1175
1160
|
...rest
|
|
1176
|
-
},
|
|
1177
|
-
d: "
|
|
1161
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1162
|
+
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"
|
|
1163
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1164
|
+
fill: "none",
|
|
1165
|
+
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",
|
|
1166
|
+
"data-icon-path": "inner-path"
|
|
1178
1167
|
})), children);
|
|
1179
1168
|
});
|
|
1180
1169
|
if (process.env.NODE_ENV !== "production") {
|
|
1181
|
-
|
|
1170
|
+
DirectionMergeFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1182
1171
|
}
|
|
1183
|
-
const
|
|
1172
|
+
const DirectionRight_01 = /*#__PURE__*/React.forwardRef(function DirectionRight_01(_ref51, ref) {
|
|
1184
1173
|
let {
|
|
1185
1174
|
children,
|
|
1186
1175
|
size = 16,
|
|
@@ -1194,18 +1183,14 @@ const DirectionSharpTurnFilled = /*#__PURE__*/React.forwardRef(function Directio
|
|
|
1194
1183
|
viewBox: "0 0 32 32",
|
|
1195
1184
|
fill: "currentColor",
|
|
1196
1185
|
...rest
|
|
1197
|
-
},
|
|
1198
|
-
d: "
|
|
1199
|
-
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1200
|
-
fill: "none",
|
|
1201
|
-
d: "M26,26H16V24h6.5859L8,9.4141V26H6V7a1,1,0,0,1,1.707-.707L24,22.5859V16h2Z",
|
|
1202
|
-
"data-icon-path": "inner-path"
|
|
1186
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1187
|
+
d: "M19,4,17.5859,5.4141,22.1719,10H10a2,2,0,0,0-2,2V28h2V12H22.1719l-4.586,4.5859L19,18l7-7Z"
|
|
1203
1188
|
})), children);
|
|
1204
1189
|
});
|
|
1205
1190
|
if (process.env.NODE_ENV !== "production") {
|
|
1206
|
-
|
|
1191
|
+
DirectionRight_01.propTypes = iconPropTypes4cbeb95d.i;
|
|
1207
1192
|
}
|
|
1208
|
-
const
|
|
1193
|
+
const DirectionRight_01Filled = /*#__PURE__*/React.forwardRef(function DirectionRight_01Filled(_ref52, ref) {
|
|
1209
1194
|
let {
|
|
1210
1195
|
children,
|
|
1211
1196
|
size = 16,
|
|
@@ -1219,14 +1204,18 @@ const DirectionStraight = /*#__PURE__*/React.forwardRef(function DirectionStraig
|
|
|
1219
1204
|
viewBox: "0 0 32 32",
|
|
1220
1205
|
fill: "currentColor",
|
|
1221
1206
|
...rest
|
|
1222
|
-
},
|
|
1223
|
-
d: "
|
|
1207
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1208
|
+
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"
|
|
1209
|
+
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1210
|
+
fill: "none",
|
|
1211
|
+
d: "M19,18l-1.4141-1.4141L22.1719,12H10V26H8V12a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,4l7,7Z",
|
|
1212
|
+
"data-icon-path": "inner-path"
|
|
1224
1213
|
})), children);
|
|
1225
1214
|
});
|
|
1226
1215
|
if (process.env.NODE_ENV !== "production") {
|
|
1227
|
-
|
|
1216
|
+
DirectionRight_01Filled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1228
1217
|
}
|
|
1229
|
-
const
|
|
1218
|
+
const DirectionRight_02 = /*#__PURE__*/React.forwardRef(function DirectionRight_02(_ref53, ref) {
|
|
1230
1219
|
let {
|
|
1231
1220
|
children,
|
|
1232
1221
|
size = 16,
|
|
@@ -1240,18 +1229,14 @@ const DirectionStraightFilled = /*#__PURE__*/React.forwardRef(function Direction
|
|
|
1240
1229
|
viewBox: "0 0 32 32",
|
|
1241
1230
|
fill: "currentColor",
|
|
1242
1231
|
...rest
|
|
1243
|
-
},
|
|
1244
|
-
d: "
|
|
1245
|
-
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1246
|
-
fill: "none",
|
|
1247
|
-
d: "M21.5859,13.4141,17,8.8281V26H15V8.8281l-4.5859,4.586L9,12l7-7,7,7Z",
|
|
1248
|
-
"data-icon-path": "inner-path"
|
|
1232
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1233
|
+
d: "M19 8L17.5859 9.4141 22.1719 14H10a2 2 0 00-2 2V28h2V16H22.1719l-4.586 4.5859L19 22l7-7zM8 4H10V12H8z"
|
|
1249
1234
|
})), children);
|
|
1250
1235
|
});
|
|
1251
1236
|
if (process.env.NODE_ENV !== "production") {
|
|
1252
|
-
|
|
1237
|
+
DirectionRight_02.propTypes = iconPropTypes4cbeb95d.i;
|
|
1253
1238
|
}
|
|
1254
|
-
const
|
|
1239
|
+
const DirectionRight_02Filled = /*#__PURE__*/React.forwardRef(function DirectionRight_02Filled(_ref54, ref) {
|
|
1255
1240
|
let {
|
|
1256
1241
|
children,
|
|
1257
1242
|
size = 16,
|
|
@@ -1265,14 +1250,18 @@ const DirectionStraightRight = /*#__PURE__*/React.forwardRef(function DirectionS
|
|
|
1265
1250
|
viewBox: "0 0 32 32",
|
|
1266
1251
|
fill: "currentColor",
|
|
1267
1252
|
...rest
|
|
1268
|
-
},
|
|
1269
|
-
d: "M28
|
|
1253
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1254
|
+
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM8,6h2v8H8ZM19,24l-1.4141-1.4141L22.1719,18H10v8H8V18a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,10l7,7Z"
|
|
1255
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1256
|
+
fill: "none",
|
|
1257
|
+
d: "M8,6h2v8H8ZM19,24l-1.4141-1.4141L22.1719,18H10v8H8V18a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,10l7,7Z",
|
|
1258
|
+
"data-icon-path": "inner-path"
|
|
1270
1259
|
})), children);
|
|
1271
1260
|
});
|
|
1272
1261
|
if (process.env.NODE_ENV !== "production") {
|
|
1273
|
-
|
|
1262
|
+
DirectionRight_02Filled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1274
1263
|
}
|
|
1275
|
-
const
|
|
1264
|
+
const DirectionRotaryFirstRight = /*#__PURE__*/React.forwardRef(function DirectionRotaryFirstRight(_ref55, ref) {
|
|
1276
1265
|
let {
|
|
1277
1266
|
children,
|
|
1278
1267
|
size = 16,
|
|
@@ -1286,18 +1275,14 @@ const DirectionStraightRightFilled = /*#__PURE__*/React.forwardRef(function Dire
|
|
|
1286
1275
|
viewBox: "0 0 32 32",
|
|
1287
1276
|
fill: "currentColor",
|
|
1288
1277
|
...rest
|
|
1289
|
-
},
|
|
1290
|
-
d: "
|
|
1291
|
-
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1292
|
-
fill: "none",
|
|
1293
|
-
d: "M20,23l-1.4141-1.4141L23.1719,17H6V15H23.1719l-4.586-4.5859L20,9l7,7Z",
|
|
1294
|
-
"data-icon-path": "inner-path"
|
|
1278
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1279
|
+
d: "M26,18v6.5859L15.8712,14.457A5.9242,5.9242,0,0,0,17,11a6,6,0,1,0-7,5.91V28h2V16.91a5.9566,5.9566,0,0,0,2.4554-1.04L24.5859,26H18v2H28V18ZM11,15a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,11,15Z"
|
|
1295
1280
|
})), children);
|
|
1296
1281
|
});
|
|
1297
1282
|
if (process.env.NODE_ENV !== "production") {
|
|
1298
|
-
|
|
1283
|
+
DirectionRotaryFirstRight.propTypes = iconPropTypes4cbeb95d.i;
|
|
1299
1284
|
}
|
|
1300
|
-
const
|
|
1285
|
+
const DirectionRotaryFirstRightFilled = /*#__PURE__*/React.forwardRef(function DirectionRotaryFirstRightFilled(_ref56, ref) {
|
|
1301
1286
|
let {
|
|
1302
1287
|
children,
|
|
1303
1288
|
size = 16,
|
|
@@ -1311,14 +1296,22 @@ const DirectionUTurn = /*#__PURE__*/React.forwardRef(function DirectionUTurn(_re
|
|
|
1311
1296
|
viewBox: "0 0 32 32",
|
|
1312
1297
|
fill: "currentColor",
|
|
1313
1298
|
...rest
|
|
1314
|
-
},
|
|
1315
|
-
|
|
1299
|
+
}, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
1300
|
+
cx: "11",
|
|
1301
|
+
cy: "11",
|
|
1302
|
+
r: "3"
|
|
1303
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1304
|
+
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM26,26H16V24h6.5859l-8.833-8.833A4.9678,4.9678,0,0,1,12,15.8989V26H10V15.8989a5.0113,5.0113,0,1,1,5.167-2.146L24,22.5859V16h2Z"
|
|
1305
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1306
|
+
fill: "none",
|
|
1307
|
+
d: "M11,14a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,11,14Zm13,2v6.5859l-8.833-8.833A4.9959,4.9959,0,1,0,10,15.8989V26h2V15.8989a4.9678,4.9678,0,0,0,1.7529-.7319L22.5859,24H16v2H26V16Z",
|
|
1308
|
+
"data-icon-path": "inner-path"
|
|
1316
1309
|
})), children);
|
|
1317
1310
|
});
|
|
1318
1311
|
if (process.env.NODE_ENV !== "production") {
|
|
1319
|
-
|
|
1312
|
+
DirectionRotaryFirstRightFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1320
1313
|
}
|
|
1321
|
-
const
|
|
1314
|
+
const DirectionRotaryRight = /*#__PURE__*/React.forwardRef(function DirectionRotaryRight(_ref57, ref) {
|
|
1322
1315
|
let {
|
|
1323
1316
|
children,
|
|
1324
1317
|
size = 16,
|
|
@@ -1332,18 +1325,14 @@ const DirectionUTurnFilled = /*#__PURE__*/React.forwardRef(function DirectionUTu
|
|
|
1332
1325
|
viewBox: "0 0 32 32",
|
|
1333
1326
|
fill: "currentColor",
|
|
1334
1327
|
...rest
|
|
1335
|
-
},
|
|
1336
|
-
|
|
1337
|
-
d: "M26.5859,17.5859,22,22.1719V14A8,8,0,0,0,6,14V26H8V14a6,6,0,0,1,12,0v8.1719l-4.5859-4.586L14,19l7,7,7-7Z",
|
|
1338
|
-
"data-icon-path": "inner-path"
|
|
1339
|
-
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1340
|
-
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM21,26l-7-7,1.4141-1.4141L20,22.1719V14A6,6,0,0,0,8,14V26H6V14a8,8,0,0,1,16,0v8.1719l4.5859-4.586L28,19Z"
|
|
1328
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1329
|
+
d: "M22,4,20.5859,5.4141,25.1719,10H16.91A5.9965,5.9965,0,1,0,10,16.91V28h2V16.91A6.0061,6.0061,0,0,0,16.91,12h8.2622l-4.586,4.5859L22,18l7-7ZM11,15a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,11,15Z"
|
|
1341
1330
|
})), children);
|
|
1342
1331
|
});
|
|
1343
1332
|
if (process.env.NODE_ENV !== "production") {
|
|
1344
|
-
|
|
1333
|
+
DirectionRotaryRight.propTypes = iconPropTypes4cbeb95d.i;
|
|
1345
1334
|
}
|
|
1346
|
-
const
|
|
1335
|
+
const DirectionRotaryRightFilled = /*#__PURE__*/React.forwardRef(function DirectionRotaryRightFilled(_ref58, ref) {
|
|
1347
1336
|
let {
|
|
1348
1337
|
children,
|
|
1349
1338
|
size = 16,
|
|
@@ -1357,14 +1346,22 @@ const DirectoryDomain = /*#__PURE__*/React.forwardRef(function DirectoryDomain(_
|
|
|
1357
1346
|
viewBox: "0 0 32 32",
|
|
1358
1347
|
fill: "currentColor",
|
|
1359
1348
|
...rest
|
|
1360
|
-
},
|
|
1361
|
-
|
|
1349
|
+
}, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
1350
|
+
cx: "11",
|
|
1351
|
+
cy: "11",
|
|
1352
|
+
r: "3"
|
|
1353
|
+
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1354
|
+
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM20,18l-1.4141-1.4141L23.1719,12h-7.273A5.0145,5.0145,0,0,1,12,15.8989V26H10V15.8989A5,5,0,1,1,15.8989,10h7.273l-4.586-4.5859L20,4l7,7Z"
|
|
1355
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1356
|
+
fill: "none",
|
|
1357
|
+
d: "M20,4,18.5859,5.4141,23.1719,10h-7.273A5,5,0,1,0,10,15.8989V26h2V15.8989A5.0145,5.0145,0,0,0,15.8989,12h7.273l-4.586,4.5859L20,18l7-7ZM11,14a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,11,14Z",
|
|
1358
|
+
"data-icon-path": "inner-path"
|
|
1362
1359
|
})), children);
|
|
1363
1360
|
});
|
|
1364
1361
|
if (process.env.NODE_ENV !== "production") {
|
|
1365
|
-
|
|
1362
|
+
DirectionRotaryRightFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1366
1363
|
}
|
|
1367
|
-
const
|
|
1364
|
+
const DirectionRotaryStraight = /*#__PURE__*/React.forwardRef(function DirectionRotaryStraight(_ref59, ref) {
|
|
1368
1365
|
let {
|
|
1369
1366
|
children,
|
|
1370
1367
|
size = 16,
|
|
@@ -1378,14 +1375,14 @@ const DistributeHorizontalCenter = /*#__PURE__*/React.forwardRef(function Distri
|
|
|
1378
1375
|
viewBox: "0 0 32 32",
|
|
1379
1376
|
fill: "currentColor",
|
|
1380
1377
|
...rest
|
|
1381
|
-
},
|
|
1382
|
-
d: "
|
|
1378
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1379
|
+
d: "M17,12.09V5.8281l4.5859,4.586L23,9,16,2,9,9l1.4141,1.4141L15,5.8281V12.09A5.9925,5.9925,0,0,0,15,23.91V28h2V23.91A5.9925,5.9925,0,0,0,17,12.09ZM16,22a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,16,22Z"
|
|
1383
1380
|
})), children);
|
|
1384
1381
|
});
|
|
1385
1382
|
if (process.env.NODE_ENV !== "production") {
|
|
1386
|
-
|
|
1383
|
+
DirectionRotaryStraight.propTypes = iconPropTypes4cbeb95d.i;
|
|
1387
1384
|
}
|
|
1388
|
-
const
|
|
1385
|
+
const DirectionRotaryStraightFilled = /*#__PURE__*/React.forwardRef(function DirectionRotaryStraightFilled(_ref60, ref) {
|
|
1389
1386
|
let {
|
|
1390
1387
|
children,
|
|
1391
1388
|
size = 16,
|
|
@@ -1399,14 +1396,22 @@ const DistributeHorizontalLeft = /*#__PURE__*/React.forwardRef(function Distribu
|
|
|
1399
1396
|
viewBox: "0 0 32 32",
|
|
1400
1397
|
fill: "currentColor",
|
|
1401
1398
|
...rest
|
|
1402
|
-
},
|
|
1403
|
-
|
|
1399
|
+
}, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
1400
|
+
cx: "16",
|
|
1401
|
+
cy: "19",
|
|
1402
|
+
r: "3"
|
|
1403
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1404
|
+
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM21.5859,12.4141,17,7.8281v6.273a5,5,0,0,1,0,9.7978V28H15V23.8989a5,5,0,0,1,0-9.7978V7.8281l-4.5859,4.586L9,11l7-7,7,7Z"
|
|
1405
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1406
|
+
fill: "none",
|
|
1407
|
+
d: "M21.5859,12.4141,23,11,16,4,9,11l1.4141,1.4141L15,7.8281v6.273a5,5,0,0,0,0,9.7978V28h2V23.8989a5,5,0,0,0,0-9.7978V7.8281ZM19,19a3,3,0,1,1-3-3A3.0033,3.0033,0,0,1,19,19Z",
|
|
1408
|
+
"data-icon-path": "inner-path"
|
|
1404
1409
|
})), children);
|
|
1405
1410
|
});
|
|
1406
1411
|
if (process.env.NODE_ENV !== "production") {
|
|
1407
|
-
|
|
1412
|
+
DirectionRotaryStraightFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1408
1413
|
}
|
|
1409
|
-
const
|
|
1414
|
+
const DirectionSharpTurn = /*#__PURE__*/React.forwardRef(function DirectionSharpTurn(_ref61, ref) {
|
|
1410
1415
|
let {
|
|
1411
1416
|
children,
|
|
1412
1417
|
size = 16,
|
|
@@ -1420,14 +1425,14 @@ const DistributeHorizontalRight = /*#__PURE__*/React.forwardRef(function Distrib
|
|
|
1420
1425
|
viewBox: "0 0 32 32",
|
|
1421
1426
|
fill: "currentColor",
|
|
1422
1427
|
...rest
|
|
1423
|
-
},
|
|
1424
|
-
d: "
|
|
1428
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1429
|
+
d: "M26,18v6.5859L7.707,6.293A1,1,0,0,0,6,7V28H8V9.4141L24.5859,26H18v2H28V18Z"
|
|
1425
1430
|
})), children);
|
|
1426
1431
|
});
|
|
1427
1432
|
if (process.env.NODE_ENV !== "production") {
|
|
1428
|
-
|
|
1433
|
+
DirectionSharpTurn.propTypes = iconPropTypes4cbeb95d.i;
|
|
1429
1434
|
}
|
|
1430
|
-
const
|
|
1435
|
+
const DirectionSharpTurnFilled = /*#__PURE__*/React.forwardRef(function DirectionSharpTurnFilled(_ref62, ref) {
|
|
1431
1436
|
let {
|
|
1432
1437
|
children,
|
|
1433
1438
|
size = 16,
|
|
@@ -1441,14 +1446,18 @@ const DistributeVerticalBottom = /*#__PURE__*/React.forwardRef(function Distribu
|
|
|
1441
1446
|
viewBox: "0 0 32 32",
|
|
1442
1447
|
fill: "currentColor",
|
|
1443
1448
|
...rest
|
|
1444
|
-
},
|
|
1445
|
-
d: "
|
|
1449
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1450
|
+
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM26,26H16V24h6.5859L8,9.4141V26H6V7a1,1,0,0,1,1.707-.707L24,22.5859V16h2Z"
|
|
1451
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1452
|
+
fill: "none",
|
|
1453
|
+
d: "M26,26H16V24h6.5859L8,9.4141V26H6V7a1,1,0,0,1,1.707-.707L24,22.5859V16h2Z",
|
|
1454
|
+
"data-icon-path": "inner-path"
|
|
1446
1455
|
})), children);
|
|
1447
1456
|
});
|
|
1448
1457
|
if (process.env.NODE_ENV !== "production") {
|
|
1449
|
-
|
|
1458
|
+
DirectionSharpTurnFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1450
1459
|
}
|
|
1451
|
-
const
|
|
1460
|
+
const DirectionStraight = /*#__PURE__*/React.forwardRef(function DirectionStraight(_ref63, ref) {
|
|
1452
1461
|
let {
|
|
1453
1462
|
children,
|
|
1454
1463
|
size = 16,
|
|
@@ -1462,14 +1471,14 @@ const DistributeVerticalCenter = /*#__PURE__*/React.forwardRef(function Distribu
|
|
|
1462
1471
|
viewBox: "0 0 32 32",
|
|
1463
1472
|
fill: "currentColor",
|
|
1464
1473
|
...rest
|
|
1465
|
-
},
|
|
1466
|
-
d: "
|
|
1474
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1475
|
+
d: "M16 4L9 11 10.414 12.414 15 7.828 15 28 17 28 17 7.828 21.586 12.414 23 11 16 4z"
|
|
1467
1476
|
})), children);
|
|
1468
1477
|
});
|
|
1469
1478
|
if (process.env.NODE_ENV !== "production") {
|
|
1470
|
-
|
|
1479
|
+
DirectionStraight.propTypes = iconPropTypes4cbeb95d.i;
|
|
1471
1480
|
}
|
|
1472
|
-
const
|
|
1481
|
+
const DirectionStraightFilled = /*#__PURE__*/React.forwardRef(function DirectionStraightFilled(_ref64, ref) {
|
|
1473
1482
|
let {
|
|
1474
1483
|
children,
|
|
1475
1484
|
size = 16,
|
|
@@ -1483,14 +1492,18 @@ const DistributeVerticalTop = /*#__PURE__*/React.forwardRef(function DistributeV
|
|
|
1483
1492
|
viewBox: "0 0 32 32",
|
|
1484
1493
|
fill: "currentColor",
|
|
1485
1494
|
...rest
|
|
1486
|
-
},
|
|
1487
|
-
d: "
|
|
1495
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1496
|
+
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM21.5859,13.4141,17,8.8281V26H15V8.8281l-4.5859,4.586L9,12l7-7,7,7Z"
|
|
1497
|
+
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1498
|
+
fill: "none",
|
|
1499
|
+
d: "M21.5859,13.4141,17,8.8281V26H15V8.8281l-4.5859,4.586L9,12l7-7,7,7Z",
|
|
1500
|
+
"data-icon-path": "inner-path"
|
|
1488
1501
|
})), children);
|
|
1489
1502
|
});
|
|
1490
1503
|
if (process.env.NODE_ENV !== "production") {
|
|
1491
|
-
|
|
1504
|
+
DirectionStraightFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1492
1505
|
}
|
|
1493
|
-
const
|
|
1506
|
+
const DirectionStraightRight = /*#__PURE__*/React.forwardRef(function DirectionStraightRight(_ref65, ref) {
|
|
1494
1507
|
let {
|
|
1495
1508
|
children,
|
|
1496
1509
|
size = 16,
|
|
@@ -1504,14 +1517,14 @@ const WatsonHealthDna = /*#__PURE__*/React.forwardRef(function WatsonHealthDna(_
|
|
|
1504
1517
|
viewBox: "0 0 32 32",
|
|
1505
1518
|
fill: "currentColor",
|
|
1506
1519
|
...rest
|
|
1507
|
-
},
|
|
1508
|
-
d: "
|
|
1520
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1521
|
+
d: "M28 16L21 9 19.586 10.414 24.172 15 4 15 4 17 24.172 17 19.586 21.586 21 23 28 16z"
|
|
1509
1522
|
})), children);
|
|
1510
1523
|
});
|
|
1511
1524
|
if (process.env.NODE_ENV !== "production") {
|
|
1512
|
-
|
|
1525
|
+
DirectionStraightRight.propTypes = iconPropTypes4cbeb95d.i;
|
|
1513
1526
|
}
|
|
1514
|
-
const
|
|
1527
|
+
const DirectionStraightRightFilled = /*#__PURE__*/React.forwardRef(function DirectionStraightRightFilled(_ref66, ref) {
|
|
1515
1528
|
let {
|
|
1516
1529
|
children,
|
|
1517
1530
|
size = 16,
|
|
@@ -1525,16 +1538,18 @@ const DnsServices = /*#__PURE__*/React.forwardRef(function DnsServices(_ref66, r
|
|
|
1525
1538
|
viewBox: "0 0 32 32",
|
|
1526
1539
|
fill: "currentColor",
|
|
1527
1540
|
...rest
|
|
1528
|
-
},
|
|
1529
|
-
d: "
|
|
1530
|
-
})),
|
|
1531
|
-
|
|
1541
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1542
|
+
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM20,23l-1.4141-1.4141L23.1719,17H6V15H23.1719l-4.586-4.5859L20,9l7,7Z"
|
|
1543
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1544
|
+
fill: "none",
|
|
1545
|
+
d: "M20,23l-1.4141-1.4141L23.1719,17H6V15H23.1719l-4.586-4.5859L20,9l7,7Z",
|
|
1546
|
+
"data-icon-path": "inner-path"
|
|
1532
1547
|
})), children);
|
|
1533
1548
|
});
|
|
1534
1549
|
if (process.env.NODE_ENV !== "production") {
|
|
1535
|
-
|
|
1550
|
+
DirectionStraightRightFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1536
1551
|
}
|
|
1537
|
-
const
|
|
1552
|
+
const DirectionUTurn = /*#__PURE__*/React.forwardRef(function DirectionUTurn(_ref67, ref) {
|
|
1538
1553
|
let {
|
|
1539
1554
|
children,
|
|
1540
1555
|
size = 16,
|
|
@@ -1548,14 +1563,14 @@ const Doc = /*#__PURE__*/React.forwardRef(function Doc(_ref67, ref) {
|
|
|
1548
1563
|
viewBox: "0 0 32 32",
|
|
1549
1564
|
fill: "currentColor",
|
|
1550
1565
|
...rest
|
|
1551
|
-
},
|
|
1552
|
-
d: "
|
|
1566
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1567
|
+
d: "M26.5859,19.5859,22,24.1719V12A8,8,0,0,0,6,12V28H8V12a6,6,0,0,1,12,0V24.1719l-4.5859-4.586L14,21l7,7,7-7Z"
|
|
1553
1568
|
})), children);
|
|
1554
1569
|
});
|
|
1555
1570
|
if (process.env.NODE_ENV !== "production") {
|
|
1556
|
-
|
|
1571
|
+
DirectionUTurn.propTypes = iconPropTypes4cbeb95d.i;
|
|
1557
1572
|
}
|
|
1558
|
-
const
|
|
1573
|
+
const DirectionUTurnFilled = /*#__PURE__*/React.forwardRef(function DirectionUTurnFilled(_ref68, ref) {
|
|
1559
1574
|
let {
|
|
1560
1575
|
children,
|
|
1561
1576
|
size = 16,
|
|
@@ -1569,16 +1584,18 @@ const Document = /*#__PURE__*/React.forwardRef(function Document(_ref68, ref) {
|
|
|
1569
1584
|
viewBox: "0 0 32 32",
|
|
1570
1585
|
fill: "currentColor",
|
|
1571
1586
|
...rest
|
|
1572
|
-
},
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1587
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1588
|
+
fill: "none",
|
|
1589
|
+
d: "M26.5859,17.5859,22,22.1719V14A8,8,0,0,0,6,14V26H8V14a6,6,0,0,1,12,0v8.1719l-4.5859-4.586L14,19l7,7,7-7Z",
|
|
1590
|
+
"data-icon-path": "inner-path"
|
|
1591
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1592
|
+
d: "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM21,26l-7-7,1.4141-1.4141L20,22.1719V14A6,6,0,0,0,8,14V26H6V14a8,8,0,0,1,16,0v8.1719l4.5859-4.586L28,19Z"
|
|
1576
1593
|
})), children);
|
|
1577
1594
|
});
|
|
1578
1595
|
if (process.env.NODE_ENV !== "production") {
|
|
1579
|
-
|
|
1596
|
+
DirectionUTurnFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1580
1597
|
}
|
|
1581
|
-
const
|
|
1598
|
+
const DirectoryDomain = /*#__PURE__*/React.forwardRef(function DirectoryDomain(_ref69, ref) {
|
|
1582
1599
|
let {
|
|
1583
1600
|
children,
|
|
1584
1601
|
size = 16,
|
|
@@ -1592,16 +1609,14 @@ const DocumentAdd = /*#__PURE__*/React.forwardRef(function DocumentAdd(_ref69, r
|
|
|
1592
1609
|
viewBox: "0 0 32 32",
|
|
1593
1610
|
fill: "currentColor",
|
|
1594
1611
|
...rest
|
|
1595
|
-
},
|
|
1596
|
-
d: "
|
|
1597
|
-
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1598
|
-
d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v4h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z"
|
|
1612
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1613
|
+
d: "M28,26H18.8157A2.9959,2.9959,0,0,0,17,24.1841V19h7a2.0025,2.0025,0,0,0,2-2V4a2.0025,2.0025,0,0,0-2-2H8A2.0025,2.0025,0,0,0,6,4V17a2.0025,2.0025,0,0,0,2,2h7v5.1841A2.9959,2.9959,0,0,0,13.1843,26H4v2h9.1843a2.982,2.982,0,0,0,5.6314,0H28ZM24,12H8V9H24Zm0-8V7H8V4ZM8,14H24v3H8Zm8,14a1,1,0,1,1,1-1A1.0008,1.0008,0,0,1,16,28Z"
|
|
1599
1614
|
})), children);
|
|
1600
1615
|
});
|
|
1601
1616
|
if (process.env.NODE_ENV !== "production") {
|
|
1602
|
-
|
|
1617
|
+
DirectoryDomain.propTypes = iconPropTypes4cbeb95d.i;
|
|
1603
1618
|
}
|
|
1604
|
-
const
|
|
1619
|
+
const DistributeHorizontalCenter = /*#__PURE__*/React.forwardRef(function DistributeHorizontalCenter(_ref70, ref) {
|
|
1605
1620
|
let {
|
|
1606
1621
|
children,
|
|
1607
1622
|
size = 16,
|
|
@@ -1615,16 +1630,14 @@ const DocumentAttachment = /*#__PURE__*/React.forwardRef(function DocumentAttach
|
|
|
1615
1630
|
viewBox: "0 0 32 32",
|
|
1616
1631
|
fill: "currentColor",
|
|
1617
1632
|
...rest
|
|
1618
|
-
},
|
|
1619
|
-
d: "
|
|
1620
|
-
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1621
|
-
d: "M17 10H24V12H17zM16 15H24V17H16zM15 20H24V22H15zM9 19a5.0055 5.0055 0 01-5-5V3H6V14a3 3 0 006 0V5a1 1 0 00-2 0V15H8V5a3 3 0 016 0v9A5.0055 5.0055 0 019 19z"
|
|
1633
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1634
|
+
d: "M24 10H23V2H21v8H20a2.0023 2.0023 0 00-2 2v8a2.0023 2.0023 0 002 2h1v8h2V22h1a2.0023 2.0023 0 002-2V12A2.0023 2.0023 0 0024 10zm0 10H20V12h4zM12 6H11V2H9V6H8A2.0023 2.0023 0 006 8V24a2.0023 2.0023 0 002 2H9v4h2V26h1a2.0023 2.0023 0 002-2V8A2.0023 2.0023 0 0012 6zm0 18H8V8h4z"
|
|
1622
1635
|
})), children);
|
|
1623
1636
|
});
|
|
1624
1637
|
if (process.env.NODE_ENV !== "production") {
|
|
1625
|
-
|
|
1638
|
+
DistributeHorizontalCenter.propTypes = iconPropTypes4cbeb95d.i;
|
|
1626
1639
|
}
|
|
1627
|
-
const
|
|
1640
|
+
const DistributeHorizontalLeft = /*#__PURE__*/React.forwardRef(function DistributeHorizontalLeft(_ref71, ref) {
|
|
1628
1641
|
let {
|
|
1629
1642
|
children,
|
|
1630
1643
|
size = 16,
|
|
@@ -1638,16 +1651,14 @@ const DocumentAudio = /*#__PURE__*/React.forwardRef(function DocumentAudio(_ref7
|
|
|
1638
1651
|
viewBox: "0 0 32 32",
|
|
1639
1652
|
fill: "currentColor",
|
|
1640
1653
|
...rest
|
|
1641
|
-
},
|
|
1642
|
-
d: "
|
|
1643
|
-
})), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1644
|
-
d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3l2,0V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z"
|
|
1654
|
+
}, _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1655
|
+
d: "M28 22H24a2.0021 2.0021 0 01-2-2V12a2.0021 2.0021 0 012-2h4a2.0021 2.0021 0 012 2v8A2.0021 2.0021 0 0128 22zM24 12v8h4V12zM18 2H20V30H18zM12 26H8a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 018 6h4a2.0021 2.0021 0 012 2V24A2.0021 2.0021 0 0112 26zM8 8V24h4V8zM2 2H4V30H2z"
|
|
1645
1656
|
})), children);
|
|
1646
1657
|
});
|
|
1647
1658
|
if (process.env.NODE_ENV !== "production") {
|
|
1648
|
-
|
|
1659
|
+
DistributeHorizontalLeft.propTypes = iconPropTypes4cbeb95d.i;
|
|
1649
1660
|
}
|
|
1650
|
-
const
|
|
1661
|
+
const DistributeHorizontalRight = /*#__PURE__*/React.forwardRef(function DistributeHorizontalRight(_ref72, ref) {
|
|
1651
1662
|
let {
|
|
1652
1663
|
children,
|
|
1653
1664
|
size = 16,
|
|
@@ -1661,14 +1672,14 @@ const DocumentBlank = /*#__PURE__*/React.forwardRef(function DocumentBlank(_ref7
|
|
|
1661
1672
|
viewBox: "0 0 32 32",
|
|
1662
1673
|
fill: "currentColor",
|
|
1663
1674
|
...rest
|
|
1664
|
-
},
|
|
1665
|
-
d: "
|
|
1675
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1676
|
+
d: "M28 2H30V30H28zM24 22H20a2.0021 2.0021 0 01-2-2V12a2.0021 2.0021 0 012-2h4a2.0021 2.0021 0 012 2v8A2.0021 2.0021 0 0124 22zM20 12h-.0015L20 20h4V12zM12 2H14V30H12zM8 26H4a2.0021 2.0021 0 01-2-2V8A2.0021 2.0021 0 014 6H8a2.0021 2.0021 0 012 2V24A2.0021 2.0021 0 018 26zM4 8H3.9985L4 24H8V8z"
|
|
1666
1677
|
})), children);
|
|
1667
1678
|
});
|
|
1668
1679
|
if (process.env.NODE_ENV !== "production") {
|
|
1669
|
-
|
|
1680
|
+
DistributeHorizontalRight.propTypes = iconPropTypes4cbeb95d.i;
|
|
1670
1681
|
}
|
|
1671
|
-
const
|
|
1682
|
+
const DistributeVerticalBottom = /*#__PURE__*/React.forwardRef(function DistributeVerticalBottom(_ref73, ref) {
|
|
1672
1683
|
let {
|
|
1673
1684
|
children,
|
|
1674
1685
|
size = 16,
|
|
@@ -1682,18 +1693,14 @@ const DocumentComment = /*#__PURE__*/React.forwardRef(function DocumentComment(_
|
|
|
1682
1693
|
viewBox: "0 0 32 32",
|
|
1683
1694
|
fill: "currentColor",
|
|
1684
1695
|
...rest
|
|
1685
|
-
},
|
|
1686
|
-
|
|
1687
|
-
d: "m26,17h-10c-1.104.0014-1.9986.896-2,2v6c0,1.1046.8954,2,2,2h4v-2h-4v-6h10v6h-2.5352l-2.5937,3.8906,1.6641,1.1094,2-3h1.4648c1.1046,0,2-.8954,2-2v-6c-.0014-1.104-.896-1.9986-2-2Z"
|
|
1688
|
-
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1689
|
-
strokeWidth: "0",
|
|
1690
|
-
d: "m22,14h2v-4c0-.2998-.1001-.5-.3-.7002l-7-7c-.2-.1997-.3999-.2998-.7-.2998H6c-1.1001,0-2,.8999-2,2v24c0,1.1001.8999,2,2,2h6v-2h-6V4h8v6c0,1.1001.8999,2,2,2h6v2Zm-6-4v-5.6001l5.6001,5.6001h-5.6001Z"
|
|
1696
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1697
|
+
d: "M2 28H30V30H2zM24 26H8a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0124 26zm0-6.0012L8 20v4H24zM2 12H30V14H2zM20 10H12a2.0021 2.0021 0 01-2-2V4a2.0021 2.0021 0 012-2h8a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0120 10zm0-6.0012L12 4V8h8z"
|
|
1691
1698
|
})), children);
|
|
1692
1699
|
});
|
|
1693
1700
|
if (process.env.NODE_ENV !== "production") {
|
|
1694
|
-
|
|
1701
|
+
DistributeVerticalBottom.propTypes = iconPropTypes4cbeb95d.i;
|
|
1695
1702
|
}
|
|
1696
|
-
const
|
|
1703
|
+
const DistributeVerticalCenter = /*#__PURE__*/React.forwardRef(function DistributeVerticalCenter(_ref74, ref) {
|
|
1697
1704
|
let {
|
|
1698
1705
|
children,
|
|
1699
1706
|
size = 16,
|
|
@@ -1707,18 +1714,14 @@ const DocumentConfiguration = /*#__PURE__*/React.forwardRef(function DocumentCon
|
|
|
1707
1714
|
viewBox: "0 0 32 32",
|
|
1708
1715
|
fill: "currentColor",
|
|
1709
1716
|
...rest
|
|
1710
|
-
},
|
|
1711
|
-
|
|
1712
|
-
d: "m30,24v-2h-2.1011c-.1289-.6259-.3775-1.2211-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49c-.5318-.3545-1.127-.603-1.753-.732v-2.1011h-2v2.1011c-.6259.1289-1.2211.3775-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49c-.3545.5318-.603,1.127-.732,1.753h-2.1011v2h2.1011c.1289.6259.3775,1.2211.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49c.5318.3545,1.127.603,1.753.732v2.1011h2v-2.1011c.6259-.1289,1.2211-.3775,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49c.3545-.5318.603-1.127.732-1.753h2.1011Zm-7,2c-1.6569,0-3-1.3431-3-3s1.3431-3,3-3,3,1.3431,3,3c-.0018,1.6561-1.3439,2.9982-3,3Z"
|
|
1713
|
-
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1714
|
-
strokeWidth: "0",
|
|
1715
|
-
d: "m23.499,9.085l-6.792-6.792c-.1875-.1875-.4419-.293-.707-.293H6c-1.1001,0-2,.8999-2,2v24c0,1.1001.8999,2,2,2h8v-2H6V4h8v6c0,1.1025.897,2,2,2h6.292c.6929,0,1.312-.4136,1.5771-1.0537.2656-.6406.1201-1.3711-.3701-1.8613Zm-7.499.915v-5.5859l5.5854,5.5859h-5.5854Z"
|
|
1717
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1718
|
+
d: "M30 21H26V20a2.0023 2.0023 0 00-2-2H8a2.0023 2.0023 0 00-2 2v1H2v2H6v1a2.0023 2.0023 0 002 2H24a2.0023 2.0023 0 002-2V23h4zm-6 3H8V20l16-.001zM30 9H22V8a2.0023 2.0023 0 00-2-2H12a2.0023 2.0023 0 00-2 2V9H2v2h8v1a2.0023 2.0023 0 002 2h8a2.0023 2.0023 0 002-2V11h8zM20 12H12V8l8-.001z"
|
|
1716
1719
|
})), children);
|
|
1717
1720
|
});
|
|
1718
1721
|
if (process.env.NODE_ENV !== "production") {
|
|
1719
|
-
|
|
1722
|
+
DistributeVerticalCenter.propTypes = iconPropTypes4cbeb95d.i;
|
|
1720
1723
|
}
|
|
1721
|
-
const
|
|
1724
|
+
const DistributeVerticalTop = /*#__PURE__*/React.forwardRef(function DistributeVerticalTop(_ref75, ref) {
|
|
1722
1725
|
let {
|
|
1723
1726
|
children,
|
|
1724
1727
|
size = 16,
|
|
@@ -1732,16 +1735,14 @@ const DocumentDownload = /*#__PURE__*/React.forwardRef(function DocumentDownload
|
|
|
1732
1735
|
viewBox: "0 0 32 32",
|
|
1733
1736
|
fill: "currentColor",
|
|
1734
1737
|
...rest
|
|
1735
|
-
},
|
|
1736
|
-
d: "
|
|
1737
|
-
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1738
|
-
d: "M18,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3l2,0V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2H18ZM18,4.4,23.6,10H18Z"
|
|
1738
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1739
|
+
d: "M24 30H8a2.0021 2.0021 0 01-2-2V24a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0124 30zM8 24v4H24V24zM2 18H30V20H2zM20 14H12a2.0021 2.0021 0 01-2-2V8a2.0021 2.0021 0 012-2h8a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0120 14zM12 8v4h8V8zM2 2H30V4H2z"
|
|
1739
1740
|
})), children);
|
|
1740
1741
|
});
|
|
1741
1742
|
if (process.env.NODE_ENV !== "production") {
|
|
1742
|
-
|
|
1743
|
+
DistributeVerticalTop.propTypes = iconPropTypes4cbeb95d.i;
|
|
1743
1744
|
}
|
|
1744
|
-
const
|
|
1745
|
+
const WatsonHealthDna = /*#__PURE__*/React.forwardRef(function WatsonHealthDna(_ref76, ref) {
|
|
1745
1746
|
let {
|
|
1746
1747
|
children,
|
|
1747
1748
|
size = 16,
|
|
@@ -1755,16 +1756,14 @@ const DocumentEpdf = /*#__PURE__*/React.forwardRef(function DocumentEpdf(_ref76,
|
|
|
1755
1756
|
viewBox: "0 0 32 32",
|
|
1756
1757
|
fill: "currentColor",
|
|
1757
1758
|
...rest
|
|
1758
|
-
},
|
|
1759
|
-
d: "
|
|
1760
|
-
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1761
|
-
d: "M25.707,9.293l-7-7A1,1,0,0,0,18,2H8A2.002,2.002,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2h8V28H8V4h8v6a2.002,2.002,0,0,0,2,2h6v4h2V10A1,1,0,0,0,25.707,9.293ZM18,4.4141,23.5859,10H18Z"
|
|
1759
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1760
|
+
d: "M22,2V1H20V2a7.04,7.04,0,0,1-.08,1H12.08A7.04,7.04,0,0,1,12,2V1H10V2c0,3.7549,1.9707,5.6035,4.1008,7C11.9707,10.3965,10,12.2451,10,16s1.9707,5.6035,4.1008,7C11.9707,24.3965,10,26.2451,10,30v1h2V30a7.04,7.04,0,0,1,.08-1H19.92A7.04,7.04,0,0,1,20,30v1h2V30c0-3.7549-1.9707-5.6035-4.1008-7C20.0293,21.6035,22,19.7549,22,16s-1.9707-5.6035-4.1008-7C20.0293,7.6035,22,5.7549,22,2ZM20,16a7.04,7.04,0,0,1-.08,1H12.08a6.3212,6.3212,0,0,1,0-2H19.92A7.04,7.04,0,0,1,20,16Zm-.7559,11H12.7559A8.9078,8.9078,0,0,1,16,24.17,8.9078,8.9078,0,0,1,19.2441,27ZM16,21.83A8.9078,8.9078,0,0,1,12.7559,19h6.4882A8.9078,8.9078,0,0,1,16,21.83ZM19.2441,13H12.7559A8.9078,8.9078,0,0,1,16,10.17,8.9078,8.9078,0,0,1,19.2441,13ZM16,7.83A8.9078,8.9078,0,0,1,12.7559,5h6.4882A8.9078,8.9078,0,0,1,16,7.83Z"
|
|
1762
1761
|
})), children);
|
|
1763
1762
|
});
|
|
1764
1763
|
if (process.env.NODE_ENV !== "production") {
|
|
1765
|
-
|
|
1764
|
+
WatsonHealthDna.propTypes = iconPropTypes4cbeb95d.i;
|
|
1766
1765
|
}
|
|
1767
|
-
const
|
|
1766
|
+
const DnsServices = /*#__PURE__*/React.forwardRef(function DnsServices(_ref77, ref) {
|
|
1768
1767
|
let {
|
|
1769
1768
|
children,
|
|
1770
1769
|
size = 16,
|
|
@@ -1779,15 +1778,15 @@ const DocumentExport = /*#__PURE__*/React.forwardRef(function DocumentExport(_re
|
|
|
1779
1778
|
fill: "currentColor",
|
|
1780
1779
|
...rest
|
|
1781
1780
|
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1782
|
-
d: "
|
|
1781
|
+
d: "M20 20H30V22H20zM20 24H26V26H20z"
|
|
1783
1782
|
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1784
|
-
d: "
|
|
1783
|
+
d: "M30,17V16A13.9871,13.9871,0,1,0,19.23,29.625l-.46-1.9463A12.0419,12.0419,0,0,1,16,28c-.19,0-.375-.0186-.563-.0273A20.3044,20.3044,0,0,1,12.0259,17Zm-2.0415-2H21.9751A24.2838,24.2838,0,0,0,19.2014,4.4414,12.0228,12.0228,0,0,1,27.9585,15ZM16.563,4.0273A20.3044,20.3044,0,0,1,19.9741,15H12.0259A20.3044,20.3044,0,0,1,15.437,4.0273C15.625,4.0186,15.81,4,16,4S16.375,4.0186,16.563,4.0273Zm-3.7644.4141A24.2838,24.2838,0,0,0,10.0249,15H4.0415A12.0228,12.0228,0,0,1,12.7986,4.4414Zm0,23.1172A12.0228,12.0228,0,0,1,4.0415,17h5.9834A24.2838,24.2838,0,0,0,12.7986,27.5586Z"
|
|
1785
1784
|
})), children);
|
|
1786
1785
|
});
|
|
1787
1786
|
if (process.env.NODE_ENV !== "production") {
|
|
1788
|
-
|
|
1787
|
+
DnsServices.propTypes = iconPropTypes4cbeb95d.i;
|
|
1789
1788
|
}
|
|
1790
|
-
const
|
|
1789
|
+
const Doc = /*#__PURE__*/React.forwardRef(function Doc(_ref78, ref) {
|
|
1791
1790
|
let {
|
|
1792
1791
|
children,
|
|
1793
1792
|
size = 16,
|
|
@@ -1802,15 +1801,13 @@ const DocumentHorizontal = /*#__PURE__*/React.forwardRef(function DocumentHorizo
|
|
|
1802
1801
|
fill: "currentColor",
|
|
1803
1802
|
...rest
|
|
1804
1803
|
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1805
|
-
d: "
|
|
1806
|
-
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1807
|
-
d: "M16,18a4,4,0,1,0-4-4A4,4,0,0,0,16,18Zm0-6a2,2,0,1,1-2,2A2,2,0,0,1,16,12Z"
|
|
1804
|
+
d: "M30 23H24a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h6v2H24V21h6zM18 23H14a2.0023 2.0023 0 01-2-2V11a2.002 2.002 0 012-2h4a2.002 2.002 0 012 2V21A2.0023 2.0023 0 0118 23zM14 11V21h4V11zM6 23H2V9H6a4.0045 4.0045 0 014 4v6A4.0045 4.0045 0 016 23zM4 21H6a2.002 2.002 0 002-2V13a2.002 2.002 0 00-2-2H4z"
|
|
1808
1805
|
})), children);
|
|
1809
1806
|
});
|
|
1810
1807
|
if (process.env.NODE_ENV !== "production") {
|
|
1811
|
-
|
|
1808
|
+
Doc.propTypes = iconPropTypes4cbeb95d.i;
|
|
1812
1809
|
}
|
|
1813
|
-
const
|
|
1810
|
+
const Document = /*#__PURE__*/React.forwardRef(function Document(_ref79, ref) {
|
|
1814
1811
|
let {
|
|
1815
1812
|
children,
|
|
1816
1813
|
size = 16,
|
|
@@ -1824,16 +1821,16 @@ const DocumentImport = /*#__PURE__*/React.forwardRef(function DocumentImport(_re
|
|
|
1824
1821
|
viewBox: "0 0 32 32",
|
|
1825
1822
|
fill: "currentColor",
|
|
1826
1823
|
...rest
|
|
1827
|
-
},
|
|
1828
|
-
d: "
|
|
1829
|
-
})),
|
|
1830
|
-
d: "
|
|
1824
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1825
|
+
d: "M25.7,9.3l-7-7C18.5,2.1,18.3,2,18,2H8C6.9,2,6,2.9,6,4v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10C26,9.7,25.9,9.5,25.7,9.3 z M18,4.4l5.6,5.6H18V4.4z M24,28H8V4h8v6c0,1.1,0.9,2,2,2h6V28z"
|
|
1826
|
+
})), _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1827
|
+
d: "M10 22H22V24H10zM10 16H22V18H10z"
|
|
1831
1828
|
})), children);
|
|
1832
1829
|
});
|
|
1833
1830
|
if (process.env.NODE_ENV !== "production") {
|
|
1834
|
-
|
|
1831
|
+
Document.propTypes = iconPropTypes4cbeb95d.i;
|
|
1835
1832
|
}
|
|
1836
|
-
const
|
|
1833
|
+
const DocumentAdd = /*#__PURE__*/React.forwardRef(function DocumentAdd(_ref80, ref) {
|
|
1837
1834
|
let {
|
|
1838
1835
|
children,
|
|
1839
1836
|
size = 16,
|
|
@@ -1847,16 +1844,16 @@ const DocumentMultiple_01 = /*#__PURE__*/React.forwardRef(function DocumentMulti
|
|
|
1847
1844
|
viewBox: "0 0 32 32",
|
|
1848
1845
|
fill: "currentColor",
|
|
1849
1846
|
...rest
|
|
1850
|
-
},
|
|
1851
|
-
d: "
|
|
1852
|
-
})),
|
|
1853
|
-
d: "
|
|
1847
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1848
|
+
d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26 30 24z"
|
|
1849
|
+
})), _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1850
|
+
d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v4h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z"
|
|
1854
1851
|
})), children);
|
|
1855
1852
|
});
|
|
1856
1853
|
if (process.env.NODE_ENV !== "production") {
|
|
1857
|
-
|
|
1854
|
+
DocumentAdd.propTypes = iconPropTypes4cbeb95d.i;
|
|
1858
1855
|
}
|
|
1859
|
-
const
|
|
1856
|
+
const DocumentAttachment = /*#__PURE__*/React.forwardRef(function DocumentAttachment(_ref81, ref) {
|
|
1860
1857
|
let {
|
|
1861
1858
|
children,
|
|
1862
1859
|
size = 16,
|
|
@@ -1870,20 +1867,16 @@ const DocumentMultiple_02 = /*#__PURE__*/React.forwardRef(function DocumentMulti
|
|
|
1870
1867
|
viewBox: "0 0 32 32",
|
|
1871
1868
|
fill: "currentColor",
|
|
1872
1869
|
...rest
|
|
1873
|
-
},
|
|
1874
|
-
d: "
|
|
1875
|
-
})),
|
|
1876
|
-
d: "
|
|
1877
|
-
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1878
|
-
d: "M16 16H24V18H16z"
|
|
1879
|
-
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1880
|
-
d: "M27.7,9.3l-7-7C20.5,2.1,20.3,2,20,2h-6c-1.1,0-2,0.9-2,2v17c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V10 C28,9.7,27.9,9.5,27.7,9.3z M20,4.4l5.6,5.6H20V4.4z M26,21H14V4h4v6c0,1.1,0.9,2,2,2h6V21z"
|
|
1870
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1871
|
+
d: "M26,30H11a2.0023,2.0023,0,0,1-2-2V22h2v6H26V6H17V4h9a2.0023,2.0023,0,0,1,2,2V28A2.0023,2.0023,0,0,1,26,30Z"
|
|
1872
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1873
|
+
d: "M17 10H24V12H17zM16 15H24V17H16zM15 20H24V22H15zM9 19a5.0055 5.0055 0 01-5-5V3H6V14a3 3 0 006 0V5a1 1 0 00-2 0V15H8V5a3 3 0 016 0v9A5.0055 5.0055 0 019 19z"
|
|
1881
1874
|
})), children);
|
|
1882
1875
|
});
|
|
1883
1876
|
if (process.env.NODE_ENV !== "production") {
|
|
1884
|
-
|
|
1877
|
+
DocumentAttachment.propTypes = iconPropTypes4cbeb95d.i;
|
|
1885
1878
|
}
|
|
1886
|
-
const
|
|
1879
|
+
const DocumentAudio = /*#__PURE__*/React.forwardRef(function DocumentAudio(_ref82, ref) {
|
|
1887
1880
|
let {
|
|
1888
1881
|
children,
|
|
1889
1882
|
size = 16,
|
|
@@ -1897,16 +1890,16 @@ const DocumentPdf = /*#__PURE__*/React.forwardRef(function DocumentPdf(_ref82, r
|
|
|
1897
1890
|
viewBox: "0 0 32 32",
|
|
1898
1891
|
fill: "currentColor",
|
|
1899
1892
|
...rest
|
|
1900
|
-
},
|
|
1901
|
-
d: "
|
|
1902
|
-
})),
|
|
1903
|
-
d: "
|
|
1893
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1894
|
+
d: "M29,31a.9987.9987,0,0,1-.6245-.2192L23.6494,27H20a1,1,0,0,1-1-1V21a1,1,0,0,1,1-1h3.6494l4.7261-3.7808A1,1,0,0,1,30,17V30a1,1,0,0,1-1,1Zm-8-6h3a1,1,0,0,1,.6245.2192L28,27.9194V19.0806l-3.3755,2.7A1,1,0,0,1,24,22H21Z"
|
|
1895
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1896
|
+
d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3l2,0V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z"
|
|
1904
1897
|
})), children);
|
|
1905
1898
|
});
|
|
1906
1899
|
if (process.env.NODE_ENV !== "production") {
|
|
1907
|
-
|
|
1900
|
+
DocumentAudio.propTypes = iconPropTypes4cbeb95d.i;
|
|
1908
1901
|
}
|
|
1909
|
-
const
|
|
1902
|
+
const DocumentBlank = /*#__PURE__*/React.forwardRef(function DocumentBlank(_ref83, ref) {
|
|
1910
1903
|
let {
|
|
1911
1904
|
children,
|
|
1912
1905
|
size = 16,
|
|
@@ -1920,16 +1913,14 @@ const DocumentPreliminary = /*#__PURE__*/React.forwardRef(function DocumentPreli
|
|
|
1920
1913
|
viewBox: "0 0 32 32",
|
|
1921
1914
|
fill: "currentColor",
|
|
1922
1915
|
...rest
|
|
1923
|
-
},
|
|
1924
|
-
d: "
|
|
1925
|
-
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1926
|
-
d: "M16,28H6V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,16,2H6A2.0058,2.0058,0,0,0,4,4V28a2.0058,2.0058,0,0,0,2,2H16ZM16,4.4,21.6,10H16Z"
|
|
1916
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1917
|
+
d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z"
|
|
1927
1918
|
})), children);
|
|
1928
1919
|
});
|
|
1929
1920
|
if (process.env.NODE_ENV !== "production") {
|
|
1930
|
-
|
|
1921
|
+
DocumentBlank.propTypes = iconPropTypes4cbeb95d.i;
|
|
1931
1922
|
}
|
|
1932
|
-
const
|
|
1923
|
+
const DocumentComment = /*#__PURE__*/React.forwardRef(function DocumentComment(_ref84, ref) {
|
|
1933
1924
|
let {
|
|
1934
1925
|
children,
|
|
1935
1926
|
size = 16,
|
|
@@ -1943,16 +1934,18 @@ const DocumentProcessor = /*#__PURE__*/React.forwardRef(function DocumentProcess
|
|
|
1943
1934
|
viewBox: "0 0 32 32",
|
|
1944
1935
|
fill: "currentColor",
|
|
1945
1936
|
...rest
|
|
1946
|
-
},
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1937
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1938
|
+
strokeWidth: "0",
|
|
1939
|
+
d: "m26,17h-10c-1.104.0014-1.9986.896-2,2v6c0,1.1046.8954,2,2,2h4v-2h-4v-6h10v6h-2.5352l-2.5937,3.8906,1.6641,1.1094,2-3h1.4648c1.1046,0,2-.8954,2-2v-6c-.0014-1.104-.896-1.9986-2-2Z"
|
|
1940
|
+
})), _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1941
|
+
strokeWidth: "0",
|
|
1942
|
+
d: "m22,14h2v-4c0-.2998-.1001-.5-.3-.7002l-7-7c-.2-.1997-.3999-.2998-.7-.2998H6c-1.1001,0-2,.8999-2,2v24c0,1.1001.8999,2,2,2h6v-2h-6V4h8v6c0,1.1001.8999,2,2,2h6v2Zm-6-4v-5.6001l5.6001,5.6001h-5.6001Z"
|
|
1950
1943
|
})), children);
|
|
1951
1944
|
});
|
|
1952
1945
|
if (process.env.NODE_ENV !== "production") {
|
|
1953
|
-
|
|
1946
|
+
DocumentComment.propTypes = iconPropTypes4cbeb95d.i;
|
|
1954
1947
|
}
|
|
1955
|
-
const
|
|
1948
|
+
const DocumentConfiguration = /*#__PURE__*/React.forwardRef(function DocumentConfiguration(_ref85, ref) {
|
|
1956
1949
|
let {
|
|
1957
1950
|
children,
|
|
1958
1951
|
size = 16,
|
|
@@ -1966,16 +1959,18 @@ const DocumentProtected = /*#__PURE__*/React.forwardRef(function DocumentProtect
|
|
|
1966
1959
|
viewBox: "0 0 32 32",
|
|
1967
1960
|
fill: "currentColor",
|
|
1968
1961
|
...rest
|
|
1969
|
-
},
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1962
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1963
|
+
strokeWidth: "0",
|
|
1964
|
+
d: "m30,24v-2h-2.1011c-.1289-.6259-.3775-1.2211-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49c-.5318-.3545-1.127-.603-1.753-.732v-2.1011h-2v2.1011c-.6259.1289-1.2211.3775-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49c-.3545.5318-.603,1.127-.732,1.753h-2.1011v2h2.1011c.1289.6259.3775,1.2211.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49c.5318.3545,1.127.603,1.753.732v2.1011h2v-2.1011c.6259-.1289,1.2211-.3775,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49c.3545-.5318.603-1.127.732-1.753h2.1011Zm-7,2c-1.6569,0-3-1.3431-3-3s1.3431-3,3-3,3,1.3431,3,3c-.0018,1.6561-1.3439,2.9982-3,3Z"
|
|
1965
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1966
|
+
strokeWidth: "0",
|
|
1967
|
+
d: "m23.499,9.085l-6.792-6.792c-.1875-.1875-.4419-.293-.707-.293H6c-1.1001,0-2,.8999-2,2v24c0,1.1001.8999,2,2,2h8v-2H6V4h8v6c0,1.1025.897,2,2,2h6.292c.6929,0,1.312-.4136,1.5771-1.0537.2656-.6406.1201-1.3711-.3701-1.8613Zm-7.499.915v-5.5859l5.5854,5.5859h-5.5854Z"
|
|
1973
1968
|
})), children);
|
|
1974
1969
|
});
|
|
1975
1970
|
if (process.env.NODE_ENV !== "production") {
|
|
1976
|
-
|
|
1971
|
+
DocumentConfiguration.propTypes = iconPropTypes4cbeb95d.i;
|
|
1977
1972
|
}
|
|
1978
|
-
const
|
|
1973
|
+
const DocumentDownload = /*#__PURE__*/React.forwardRef(function DocumentDownload(_ref86, ref) {
|
|
1979
1974
|
let {
|
|
1980
1975
|
children,
|
|
1981
1976
|
size = 16,
|
|
@@ -1989,18 +1984,16 @@ const DocumentRequirements = /*#__PURE__*/React.forwardRef(function DocumentRequ
|
|
|
1989
1984
|
viewBox: "0 0 32 32",
|
|
1990
1985
|
fill: "currentColor",
|
|
1991
1986
|
...rest
|
|
1992
|
-
},
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
strokeWidth: "0",
|
|
1997
|
-
d: "m8,4h8v6c0,1.1001.8999,2,2,2h6v6h2v-8c0-.2998-.1001-.5-.3-.7002l-7-7c-.2-.1997-.3999-.2998-.7-.2998h-10c-1.1001,0-2,.8999-2,2v24c0,1.1001.8999,2,2,2h7v-2h-7V4Zm10,.3999l5.6001,5.6001h-5.6001v-5.6001Z"
|
|
1987
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1988
|
+
d: "M30 25L28.586 23.586 26 26.172 26 18 24 18 24 26.172 21.414 23.586 20 25 25 30 30 25z"
|
|
1989
|
+
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1990
|
+
d: "M18,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3l2,0V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2H18ZM18,4.4,23.6,10H18Z"
|
|
1998
1991
|
})), children);
|
|
1999
1992
|
});
|
|
2000
1993
|
if (process.env.NODE_ENV !== "production") {
|
|
2001
|
-
|
|
1994
|
+
DocumentDownload.propTypes = iconPropTypes4cbeb95d.i;
|
|
2002
1995
|
}
|
|
2003
|
-
const
|
|
1996
|
+
const DocumentEpdf = /*#__PURE__*/React.forwardRef(function DocumentEpdf(_ref87, ref) {
|
|
2004
1997
|
let {
|
|
2005
1998
|
children,
|
|
2006
1999
|
size = 16,
|
|
@@ -2014,16 +2007,16 @@ const DocumentSecurity = /*#__PURE__*/React.forwardRef(function DocumentSecurity
|
|
|
2014
2007
|
viewBox: "0 0 32 32",
|
|
2015
2008
|
fill: "currentColor",
|
|
2016
2009
|
...rest
|
|
2017
|
-
},
|
|
2018
|
-
d: "
|
|
2019
|
-
})),
|
|
2020
|
-
d: "
|
|
2010
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2011
|
+
d: "M28,26V22a2.0023,2.0023,0,0,0-2-2H22a2.0023,2.0023,0,0,0-2,2v6a2.0077,2.0077,0,0,0,2,2h5V28H22V26Zm-6-4h4v2H22Z"
|
|
2012
|
+
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2013
|
+
d: "M25.707,9.293l-7-7A1,1,0,0,0,18,2H8A2.002,2.002,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2h8V28H8V4h8v6a2.002,2.002,0,0,0,2,2h6v4h2V10A1,1,0,0,0,25.707,9.293ZM18,4.4141,23.5859,10H18Z"
|
|
2021
2014
|
})), children);
|
|
2022
2015
|
});
|
|
2023
2016
|
if (process.env.NODE_ENV !== "production") {
|
|
2024
|
-
|
|
2017
|
+
DocumentEpdf.propTypes = iconPropTypes4cbeb95d.i;
|
|
2025
2018
|
}
|
|
2026
|
-
const
|
|
2019
|
+
const DocumentExport = /*#__PURE__*/React.forwardRef(function DocumentExport(_ref88, ref) {
|
|
2027
2020
|
let {
|
|
2028
2021
|
children,
|
|
2029
2022
|
size = 16,
|
|
@@ -2037,22 +2030,16 @@ const DocumentSigned = /*#__PURE__*/React.forwardRef(function DocumentSigned(_re
|
|
|
2037
2030
|
viewBox: "0 0 32 32",
|
|
2038
2031
|
fill: "currentColor",
|
|
2039
2032
|
...rest
|
|
2040
|
-
},
|
|
2041
|
-
d: "
|
|
2042
|
-
})),
|
|
2043
|
-
|
|
2044
|
-
cy: "20",
|
|
2045
|
-
r: "1"
|
|
2046
|
-
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2047
|
-
d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
|
|
2048
|
-
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2049
|
-
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2v9H22V4H6V28h6Z"
|
|
2033
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2034
|
+
d: "M13 21L26.17 21 23.59 23.59 25 25 30 20 25 15 23.59 16.41 26.17 19 13 19 13 21z"
|
|
2035
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2036
|
+
d: "M22,14V10a1,1,0,0,0-.29-.71l-7-7A1,1,0,0,0,14,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V26H20v2H4V4h8v6a2,2,0,0,0,2,2h6v2Zm-8-4V4.41L19.59,10Z"
|
|
2050
2037
|
})), children);
|
|
2051
2038
|
});
|
|
2052
2039
|
if (process.env.NODE_ENV !== "production") {
|
|
2053
|
-
|
|
2040
|
+
DocumentExport.propTypes = iconPropTypes4cbeb95d.i;
|
|
2054
2041
|
}
|
|
2055
|
-
const
|
|
2042
|
+
const DocumentHorizontal = /*#__PURE__*/React.forwardRef(function DocumentHorizontal(_ref89, ref) {
|
|
2056
2043
|
let {
|
|
2057
2044
|
children,
|
|
2058
2045
|
size = 16,
|
|
@@ -2066,16 +2053,16 @@ const DocumentSketch = /*#__PURE__*/React.forwardRef(function DocumentSketch(_re
|
|
|
2066
2053
|
viewBox: "0 0 32 32",
|
|
2067
2054
|
fill: "currentColor",
|
|
2068
2055
|
...rest
|
|
2069
|
-
},
|
|
2070
|
-
d: "
|
|
2071
|
-
})),
|
|
2072
|
-
d: "M16,
|
|
2056
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2057
|
+
d: "M28,6H4A2.0023,2.0023,0,0,0,2,8V24a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V8A2.0023,2.0023,0,0,0,28,6ZM20,24H12V22a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1Zm8,0H22V22a3,3,0,0,0-3-3H13a3,3,0,0,0-3,3v2H4V8H28Z"
|
|
2058
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2059
|
+
d: "M16,18a4,4,0,1,0-4-4A4,4,0,0,0,16,18Zm0-6a2,2,0,1,1-2,2A2,2,0,0,1,16,12Z"
|
|
2073
2060
|
})), children);
|
|
2074
2061
|
});
|
|
2075
2062
|
if (process.env.NODE_ENV !== "production") {
|
|
2076
|
-
|
|
2063
|
+
DocumentHorizontal.propTypes = iconPropTypes4cbeb95d.i;
|
|
2077
2064
|
}
|
|
2078
|
-
const
|
|
2065
|
+
const DocumentImport = /*#__PURE__*/React.forwardRef(function DocumentImport(_ref90, ref) {
|
|
2079
2066
|
let {
|
|
2080
2067
|
children,
|
|
2081
2068
|
size = 16,
|
|
@@ -2089,18 +2076,16 @@ const DocumentSubject = /*#__PURE__*/React.forwardRef(function DocumentSubject(_
|
|
|
2089
2076
|
viewBox: "0 0 32 32",
|
|
2090
2077
|
fill: "currentColor",
|
|
2091
2078
|
...rest
|
|
2092
|
-
},
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
strokeWidth: "0",
|
|
2097
|
-
d: "m24,16.9922h2v-6.9922c0-.1001,0-.2998-.1001-.3999-.0999-.1001-.0999-.2002-.2-.3003l-7-7c-.0999-.0996-.2-.1997-.3-.1997-.0999-.1001-.2998-.1001-.3999-.1001h-10c-.5,0-1,.2002-1.3999.6001-.4001.3999-.6001.8999-.6001,1.3999v24c0,.5.2,1,.6001,1.3999.3999.3999.8999.6001,1.3999.6001h7.9473v-2h-7.9473V4h8v6c0,.5.2,1,.6001,1.3999.3999.3999.8999.6001,1.3999.6001h6v4.9922Zm-6-6.9922v-5.6001l5.6001,5.6001h-5.6001Z"
|
|
2079
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2080
|
+
d: "M28 19L14.83 19 17.41 16.41 16 15 11 20 16 25 17.41 23.59 14.83 21 28 21 28 19z"
|
|
2081
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2082
|
+
d: "M24,14V10a1,1,0,0,0-.29-.71l-7-7A1,1,0,0,0,16,2H6A2,2,0,0,0,4,4V28a2,2,0,0,0,2,2H22a2,2,0,0,0,2-2V26H22v2H6V4h8v6a2,2,0,0,0,2,2h6v2Zm-8-4V4.41L21.59,10Z"
|
|
2098
2083
|
})), children);
|
|
2099
2084
|
});
|
|
2100
2085
|
if (process.env.NODE_ENV !== "production") {
|
|
2101
|
-
|
|
2086
|
+
DocumentImport.propTypes = iconPropTypes4cbeb95d.i;
|
|
2102
2087
|
}
|
|
2103
|
-
const
|
|
2088
|
+
const DocumentMultiple_01 = /*#__PURE__*/React.forwardRef(function DocumentMultiple_01(_ref91, ref) {
|
|
2104
2089
|
let {
|
|
2105
2090
|
children,
|
|
2106
2091
|
size = 16,
|
|
@@ -2114,16 +2099,16 @@ const DocumentSubtract = /*#__PURE__*/React.forwardRef(function DocumentSubtract
|
|
|
2114
2099
|
viewBox: "0 0 32 32",
|
|
2115
2100
|
fill: "currentColor",
|
|
2116
2101
|
...rest
|
|
2117
|
-
},
|
|
2118
|
-
d: "
|
|
2119
|
-
})),
|
|
2120
|
-
d: "
|
|
2102
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2103
|
+
d: "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
|
|
2104
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2105
|
+
d: "M29.7,9.3l-7-7C22.5,2.1,22.3,2,22,2H12c-1.1,0-2,0.9-2,2v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10 C30,9.7,29.9,9.5,29.7,9.3z M22,4.4l5.6,5.6H22V4.4z M28,28H12V4h8v6c0,1.1,0.9,2,2,2h6V28z"
|
|
2121
2106
|
})), children);
|
|
2122
2107
|
});
|
|
2123
2108
|
if (process.env.NODE_ENV !== "production") {
|
|
2124
|
-
|
|
2109
|
+
DocumentMultiple_01.propTypes = iconPropTypes4cbeb95d.i;
|
|
2125
2110
|
}
|
|
2126
|
-
const
|
|
2111
|
+
const DocumentMultiple_02 = /*#__PURE__*/React.forwardRef(function DocumentMultiple_02(_ref92, ref) {
|
|
2127
2112
|
let {
|
|
2128
2113
|
children,
|
|
2129
2114
|
size = 16,
|
|
@@ -2137,16 +2122,20 @@ const DocumentTasks = /*#__PURE__*/React.forwardRef(function DocumentTasks(_ref9
|
|
|
2137
2122
|
viewBox: "0 0 32 32",
|
|
2138
2123
|
fill: "currentColor",
|
|
2139
2124
|
...rest
|
|
2140
|
-
},
|
|
2141
|
-
d: "
|
|
2142
|
-
})),
|
|
2143
|
-
d: "
|
|
2125
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2126
|
+
d: "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
|
|
2127
|
+
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2128
|
+
d: "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
|
|
2129
|
+
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2130
|
+
d: "M16 16H24V18H16z"
|
|
2131
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2132
|
+
d: "M27.7,9.3l-7-7C20.5,2.1,20.3,2,20,2h-6c-1.1,0-2,0.9-2,2v17c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V10 C28,9.7,27.9,9.5,27.7,9.3z M20,4.4l5.6,5.6H20V4.4z M26,21H14V4h4v6c0,1.1,0.9,2,2,2h6V21z"
|
|
2144
2133
|
})), children);
|
|
2145
2134
|
});
|
|
2146
2135
|
if (process.env.NODE_ENV !== "production") {
|
|
2147
|
-
|
|
2136
|
+
DocumentMultiple_02.propTypes = iconPropTypes4cbeb95d.i;
|
|
2148
2137
|
}
|
|
2149
|
-
const
|
|
2138
|
+
const DocumentPdf = /*#__PURE__*/React.forwardRef(function DocumentPdf(_ref93, ref) {
|
|
2150
2139
|
let {
|
|
2151
2140
|
children,
|
|
2152
2141
|
size = 16,
|
|
@@ -2160,20 +2149,16 @@ const DocumentUnknown = /*#__PURE__*/React.forwardRef(function DocumentUnknown(_
|
|
|
2160
2149
|
viewBox: "0 0 32 32",
|
|
2161
2150
|
fill: "currentColor",
|
|
2162
2151
|
...rest
|
|
2163
|
-
},
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2168
|
-
d: "M10,25H8V21h2a2,2,0,0,0,0-4H8a2.0023,2.0023,0,0,0-2,2v.5H4V19a4.0045,4.0045,0,0,1,4-4h2a4,4,0,0,1,0,8Z"
|
|
2169
|
-
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2170
|
-
d: "M27.7,9.3l-7-7A.9085.9085,0,0,0,20,2H10A2.0058,2.0058,0,0,0,8,4v8h2V4h8v6a2.0058,2.0058,0,0,0,2,2h6V28H14v2H26a2.0058,2.0058,0,0,0,2-2V10A.9092.9092,0,0,0,27.7,9.3ZM20,10V4.4L25.6,10Z"
|
|
2152
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2153
|
+
d: "M30 18L30 16 24 16 24 26 26 26 26 22 29 22 29 20 26 20 26 18 30 18zM19 26H15V16h4a3.0033 3.0033 0 013 3v4A3.0033 3.0033 0 0119 26zm-2-2h2a1.0011 1.0011 0 001-1V19a1.0011 1.0011 0 00-1-1H17zM11 16H6V26H8V23h3a2.0027 2.0027 0 002-2V18A2.0023 2.0023 0 0011 16zM8 21V18h3l.001 3z"
|
|
2154
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2155
|
+
d: "M22,14V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,14,2H4A2.0059,2.0059,0,0,0,2,4V28a2,2,0,0,0,2,2H20V28H4V4h8v6a2.0059,2.0059,0,0,0,2,2h6v2Zm-8-4V4.4L19.6,10Z"
|
|
2171
2156
|
})), children);
|
|
2172
2157
|
});
|
|
2173
2158
|
if (process.env.NODE_ENV !== "production") {
|
|
2174
|
-
|
|
2159
|
+
DocumentPdf.propTypes = iconPropTypes4cbeb95d.i;
|
|
2175
2160
|
}
|
|
2176
|
-
const
|
|
2161
|
+
const DocumentPreliminary = /*#__PURE__*/React.forwardRef(function DocumentPreliminary(_ref94, ref) {
|
|
2177
2162
|
let {
|
|
2178
2163
|
children,
|
|
2179
2164
|
size = 16,
|
|
@@ -2187,16 +2172,16 @@ const DocumentUnprotected = /*#__PURE__*/React.forwardRef(function DocumentUnpro
|
|
|
2187
2172
|
viewBox: "0 0 32 32",
|
|
2188
2173
|
fill: "currentColor",
|
|
2189
2174
|
...rest
|
|
2190
|
-
},
|
|
2191
|
-
d: "
|
|
2192
|
-
})),
|
|
2193
|
-
d: "
|
|
2175
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2176
|
+
d: "M24 30a6 6 0 116-6A6.0067 6.0067 0 0124 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 20zM8 22H16V24H8zM8 16H18V18H8z"
|
|
2177
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2178
|
+
d: "M16,28H6V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,16,2H6A2.0058,2.0058,0,0,0,4,4V28a2.0058,2.0058,0,0,0,2,2H16ZM16,4.4,21.6,10H16Z"
|
|
2194
2179
|
})), children);
|
|
2195
2180
|
});
|
|
2196
2181
|
if (process.env.NODE_ENV !== "production") {
|
|
2197
|
-
|
|
2182
|
+
DocumentPreliminary.propTypes = iconPropTypes4cbeb95d.i;
|
|
2198
2183
|
}
|
|
2199
|
-
const
|
|
2184
|
+
const DocumentProcessor = /*#__PURE__*/React.forwardRef(function DocumentProcessor(_ref95, ref) {
|
|
2200
2185
|
let {
|
|
2201
2186
|
children,
|
|
2202
2187
|
size = 16,
|
|
@@ -2210,16 +2195,16 @@ const DocumentVertical = /*#__PURE__*/React.forwardRef(function DocumentVertical
|
|
|
2210
2195
|
viewBox: "0 0 32 32",
|
|
2211
2196
|
fill: "currentColor",
|
|
2212
2197
|
...rest
|
|
2213
|
-
},
|
|
2214
|
-
d: "
|
|
2215
|
-
})),
|
|
2216
|
-
d: "
|
|
2198
|
+
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2199
|
+
d: "M21 28v2h-2c-1.1025 0-2-.8975-2-2v-2h2v2h2zM26 26h2v2c0 1.1025-.8975 2-2 2h-2v-2h2v-2zM24 21v-2h2c1.1025 0 2 .8975 2 2v2h-2v-2h-2zM19 23h-2v-2c0-1.1025.8975-2 2-2h2v2h-2v2z"
|
|
2200
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2201
|
+
d: "M14,28h-6V4h8v6c0,1.1001.8999,2,2,2h6v4h2v-6c0-.2998-.1001-.5-.3-.7002l-7-7c-.2-.1997-.3999-.2998-.7-.2998h-10c-1.1001,0-2,.8999-2,2v24c0,1.1001.8999,2,2,2h6v-2ZM18,4.3999l5.6001,5.6001h-5.6001v-5.6001Z"
|
|
2217
2202
|
})), children);
|
|
2218
2203
|
});
|
|
2219
2204
|
if (process.env.NODE_ENV !== "production") {
|
|
2220
|
-
|
|
2205
|
+
DocumentProcessor.propTypes = iconPropTypes4cbeb95d.i;
|
|
2221
2206
|
}
|
|
2222
|
-
const
|
|
2207
|
+
const DocumentProtected = /*#__PURE__*/React.forwardRef(function DocumentProtected(_ref96, ref) {
|
|
2223
2208
|
let {
|
|
2224
2209
|
children,
|
|
2225
2210
|
size = 16,
|
|
@@ -2233,16 +2218,16 @@ const DocumentVideo = /*#__PURE__*/React.forwardRef(function DocumentVideo(_ref9
|
|
|
2233
2218
|
viewBox: "0 0 32 32",
|
|
2234
2219
|
fill: "currentColor",
|
|
2235
2220
|
...rest
|
|
2236
|
-
},
|
|
2237
|
-
d: "
|
|
2238
|
-
})),
|
|
2239
|
-
d: "
|
|
2221
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2222
|
+
d: "M28,21V18a4,4,0,0,0-8,0v3a2.0025,2.0025,0,0,0-2,2v5a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V23A2.0025,2.0025,0,0,0,28,21Zm-6-3a2,2,0,0,1,4,0v3H22ZM20,28V23h8v5Z"
|
|
2223
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2224
|
+
d: "M23.499,9.085,16.707,2.293A1,1,0,0,0,16,2H6A2.0058,2.0058,0,0,0,4,4V28a2.0058,2.0058,0,0,0,2,2h8V28H6V4h8v6a2.0023,2.0023,0,0,0,2,2h6.292a1.7075,1.7075,0,0,0,1.207-2.915ZM16,10V4.4141L21.5854,10Z"
|
|
2240
2225
|
})), children);
|
|
2241
2226
|
});
|
|
2242
2227
|
if (process.env.NODE_ENV !== "production") {
|
|
2243
|
-
|
|
2228
|
+
DocumentProtected.propTypes = iconPropTypes4cbeb95d.i;
|
|
2244
2229
|
}
|
|
2245
|
-
const
|
|
2230
|
+
const DocumentRequirements = /*#__PURE__*/React.forwardRef(function DocumentRequirements(_ref97, ref) {
|
|
2246
2231
|
let {
|
|
2247
2232
|
children,
|
|
2248
2233
|
size = 16,
|
|
@@ -2256,23 +2241,18 @@ const DocumentView = /*#__PURE__*/React.forwardRef(function DocumentView(_ref97,
|
|
|
2256
2241
|
viewBox: "0 0 32 32",
|
|
2257
2242
|
fill: "currentColor",
|
|
2258
2243
|
...rest
|
|
2259
|
-
},
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
d: "M22,28a4,4,0,1,1,4-4A4.0039,4.0039,0,0,1,22,28Zm0-6a2,2,0,1,0,2,2A2.0027,2.0027,0,0,0,22,22Z"
|
|
2266
|
-
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2267
|
-
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"
|
|
2268
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2269
|
-
d: "M12,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v4h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h4ZM18,4.4,23.6,10H18Z"
|
|
2244
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2245
|
+
strokeWidth: "0",
|
|
2246
|
+
d: "M28.5899 20.59L22 27.1798 19.41 24.5898 18 26 22 30 30 22 28.5899 20.59zM10 20H16V22H10zM10 16H18V18H10z"
|
|
2247
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2248
|
+
strokeWidth: "0",
|
|
2249
|
+
d: "m8,4h8v6c0,1.1001.8999,2,2,2h6v6h2v-8c0-.2998-.1001-.5-.3-.7002l-7-7c-.2-.1997-.3999-.2998-.7-.2998h-10c-1.1001,0-2,.8999-2,2v24c0,1.1001.8999,2,2,2h7v-2h-7V4Zm10,.3999l5.6001,5.6001h-5.6001v-5.6001Z"
|
|
2270
2250
|
})), children);
|
|
2271
2251
|
});
|
|
2272
2252
|
if (process.env.NODE_ENV !== "production") {
|
|
2273
|
-
|
|
2253
|
+
DocumentRequirements.propTypes = iconPropTypes4cbeb95d.i;
|
|
2274
2254
|
}
|
|
2275
|
-
const
|
|
2255
|
+
const DocumentSecurity = /*#__PURE__*/React.forwardRef(function DocumentSecurity(_ref98, ref) {
|
|
2276
2256
|
let {
|
|
2277
2257
|
children,
|
|
2278
2258
|
size = 16,
|
|
@@ -2286,16 +2266,16 @@ const DocumentWordProcessor = /*#__PURE__*/React.forwardRef(function DocumentWor
|
|
|
2286
2266
|
viewBox: "0 0 32 32",
|
|
2287
2267
|
fill: "currentColor",
|
|
2288
2268
|
...rest
|
|
2289
|
-
},
|
|
2290
|
-
d: "
|
|
2291
|
-
})),
|
|
2292
|
-
d: "
|
|
2269
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2270
|
+
d: "M23,30l-2.1387-1.0127A5.0216,5.0216,0,0,1,18,24.4678V18H28v6.4678a5.0216,5.0216,0,0,1-2.8613,4.52ZM20,20v4.4678a3.012,3.012,0,0,0,1.7168,2.7109L23,27.7861l1.2832-.6074A3.012,3.012,0,0,0,26,24.4678V20Z"
|
|
2271
|
+
})), _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2272
|
+
d: "M16,28H6V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,16,2H6A2.0058,2.0058,0,0,0,4,4V28a2.0058,2.0058,0,0,0,2,2H16ZM16,4.4,21.6,10H16Z"
|
|
2293
2273
|
})), children);
|
|
2294
2274
|
});
|
|
2295
2275
|
if (process.env.NODE_ENV !== "production") {
|
|
2296
|
-
|
|
2276
|
+
DocumentSecurity.propTypes = iconPropTypes4cbeb95d.i;
|
|
2297
2277
|
}
|
|
2298
|
-
const
|
|
2278
|
+
const DocumentSigned = /*#__PURE__*/React.forwardRef(function DocumentSigned(_ref99, ref) {
|
|
2299
2279
|
let {
|
|
2300
2280
|
children,
|
|
2301
2281
|
size = 16,
|
|
@@ -2309,14 +2289,22 @@ const DocumentWordProcessorReference = /*#__PURE__*/React.forwardRef(function Do
|
|
|
2309
2289
|
viewBox: "0 0 32 32",
|
|
2310
2290
|
fill: "currentColor",
|
|
2311
2291
|
...rest
|
|
2312
|
-
},
|
|
2313
|
-
d: "
|
|
2292
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2293
|
+
d: "M19.4141,30H15V25.5857l5.0337-5.0337A4.6069,4.6069,0,0,1,20,20a5,5,0,1,1,4.4478,4.9663ZM17,28h1.5859l5.2061-5.2063.5395.1238a3.0351,3.0351,0,1,0-2.249-2.2488l.1236.5393L17,26.4143Z"
|
|
2294
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
2295
|
+
cx: "25",
|
|
2296
|
+
cy: "20",
|
|
2297
|
+
r: "1"
|
|
2298
|
+
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2299
|
+
d: "M8 6H20V8H8zM8 10H20V12H8zM8 14H14V16H8zM8 24H12V26H8z"
|
|
2300
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2301
|
+
d: "M12,30H6a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,6,2H22a2.0021,2.0021,0,0,1,2,2v9H22V4H6V28h6Z"
|
|
2314
2302
|
})), children);
|
|
2315
2303
|
});
|
|
2316
2304
|
if (process.env.NODE_ENV !== "production") {
|
|
2317
|
-
|
|
2305
|
+
DocumentSigned.propTypes = iconPropTypes4cbeb95d.i;
|
|
2318
2306
|
}
|
|
2319
|
-
const
|
|
2307
|
+
const DocumentSketch = /*#__PURE__*/React.forwardRef(function DocumentSketch(_ref100, ref) {
|
|
2320
2308
|
let {
|
|
2321
2309
|
children,
|
|
2322
2310
|
size = 16,
|
|
@@ -2330,16 +2318,16 @@ const DocumentSentiment = /*#__PURE__*/React.forwardRef(function DocumentSentime
|
|
|
2330
2318
|
viewBox: "0 0 32 32",
|
|
2331
2319
|
fill: "currentColor",
|
|
2332
2320
|
...rest
|
|
2333
|
-
},
|
|
2334
|
-
d: "
|
|
2335
|
-
})),
|
|
2336
|
-
d: "
|
|
2321
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2322
|
+
d: "M26,20l1.4272,1.9028L23,26.9629l-4.4272-5.06L20,20h6m1-2H19l-3,4,7,8,7-8-3-4Z"
|
|
2323
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2324
|
+
d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3l2,0V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z"
|
|
2337
2325
|
})), children);
|
|
2338
2326
|
});
|
|
2339
2327
|
if (process.env.NODE_ENV !== "production") {
|
|
2340
|
-
|
|
2328
|
+
DocumentSketch.propTypes = iconPropTypes4cbeb95d.i;
|
|
2341
2329
|
}
|
|
2342
|
-
const
|
|
2330
|
+
const DocumentSubject = /*#__PURE__*/React.forwardRef(function DocumentSubject(_ref101, ref) {
|
|
2343
2331
|
let {
|
|
2344
2332
|
children,
|
|
2345
2333
|
size = 16,
|
|
@@ -2353,16 +2341,18 @@ const DogWalker = /*#__PURE__*/React.forwardRef(function DogWalker(_ref101, ref)
|
|
|
2353
2341
|
viewBox: "0 0 32 32",
|
|
2354
2342
|
fill: "currentColor",
|
|
2355
2343
|
...rest
|
|
2356
|
-
},
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2344
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2345
|
+
strokeWidth: "0",
|
|
2346
|
+
d: "M26 30h-5v-2h5v-2h-3c-1.1025 0-2-.8975-2-2v-2c0-1.103.8975-2 2-2h5v2h-5v2h3c1.1025 0 2 .8975 2 2v2c0 1.1025-.8975 2-2 2zM10 20H16V22H10zM10 16H18V18H10z"
|
|
2347
|
+
})), _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2348
|
+
strokeWidth: "0",
|
|
2349
|
+
d: "m24,16.9922h2v-6.9922c0-.1001,0-.2998-.1001-.3999-.0999-.1001-.0999-.2002-.2-.3003l-7-7c-.0999-.0996-.2-.1997-.3-.1997-.0999-.1001-.2998-.1001-.3999-.1001h-10c-.5,0-1,.2002-1.3999.6001-.4001.3999-.6001.8999-.6001,1.3999v24c0,.5.2,1,.6001,1.3999.3999.3999.8999.6001,1.3999.6001h7.9473v-2h-7.9473V4h8v6c0,.5.2,1,.6001,1.3999.3999.3999.8999.6001,1.3999.6001h6v4.9922Zm-6-6.9922v-5.6001l5.6001,5.6001h-5.6001Z"
|
|
2360
2350
|
})), children);
|
|
2361
2351
|
});
|
|
2362
2352
|
if (process.env.NODE_ENV !== "production") {
|
|
2363
|
-
|
|
2353
|
+
DocumentSubject.propTypes = iconPropTypes4cbeb95d.i;
|
|
2364
2354
|
}
|
|
2365
|
-
const
|
|
2355
|
+
const DocumentSubtract = /*#__PURE__*/React.forwardRef(function DocumentSubtract(_ref102, ref) {
|
|
2366
2356
|
let {
|
|
2367
2357
|
children,
|
|
2368
2358
|
size = 16,
|
|
@@ -2376,16 +2366,16 @@ const DotMark = /*#__PURE__*/React.forwardRef(function DotMark(_ref102, ref) {
|
|
|
2376
2366
|
viewBox: "0 0 32 32",
|
|
2377
2367
|
fill: "currentColor",
|
|
2378
2368
|
...rest
|
|
2379
|
-
},
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2369
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2370
|
+
d: "M20 24H30V26H20z"
|
|
2371
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2372
|
+
d: "M16,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v8h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h8ZM18,4.4,23.6,10H18Z"
|
|
2383
2373
|
})), children);
|
|
2384
2374
|
});
|
|
2385
2375
|
if (process.env.NODE_ENV !== "production") {
|
|
2386
|
-
|
|
2376
|
+
DocumentSubtract.propTypes = iconPropTypes4cbeb95d.i;
|
|
2387
2377
|
}
|
|
2388
|
-
const
|
|
2378
|
+
const DocumentTasks = /*#__PURE__*/React.forwardRef(function DocumentTasks(_ref103, ref) {
|
|
2389
2379
|
let {
|
|
2390
2380
|
children,
|
|
2391
2381
|
size = 16,
|
|
@@ -2400,13 +2390,15 @@ const DoubleInteger = /*#__PURE__*/React.forwardRef(function DoubleInteger(_ref1
|
|
|
2400
2390
|
fill: "currentColor",
|
|
2401
2391
|
...rest
|
|
2402
2392
|
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2403
|
-
d: "
|
|
2393
|
+
d: "M22 27.18L19.41 24.59 18 26 22 30 30 22 28.59 20.59 22 27.18z"
|
|
2394
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2395
|
+
d: "M15,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v6h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h7ZM18,4.4,23.6,10H18Z"
|
|
2404
2396
|
})), children);
|
|
2405
2397
|
});
|
|
2406
2398
|
if (process.env.NODE_ENV !== "production") {
|
|
2407
|
-
|
|
2399
|
+
DocumentTasks.propTypes = iconPropTypes4cbeb95d.i;
|
|
2408
2400
|
}
|
|
2409
|
-
const
|
|
2401
|
+
const DocumentUnknown = /*#__PURE__*/React.forwardRef(function DocumentUnknown(_ref104, ref) {
|
|
2410
2402
|
let {
|
|
2411
2403
|
children,
|
|
2412
2404
|
size = 16,
|
|
@@ -2420,32 +2412,25 @@ const DownToBottom = /*#__PURE__*/React.forwardRef(function DownToBottom(_ref104
|
|
|
2420
2412
|
viewBox: "0 0 32 32",
|
|
2421
2413
|
fill: "currentColor",
|
|
2422
2414
|
...rest
|
|
2423
|
-
},
|
|
2424
|
-
|
|
2415
|
+
}, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
2416
|
+
cx: "9",
|
|
2417
|
+
cy: "28.5",
|
|
2418
|
+
r: "1.5"
|
|
2419
|
+
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2420
|
+
d: "M10,25H8V21h2a2,2,0,0,0,0-4H8a2.0023,2.0023,0,0,0-2,2v.5H4V19a4.0045,4.0045,0,0,1,4-4h2a4,4,0,0,1,0,8Z"
|
|
2421
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2422
|
+
d: "M27.7,9.3l-7-7A.9085.9085,0,0,0,20,2H10A2.0058,2.0058,0,0,0,8,4v8h2V4h8v6a2.0058,2.0058,0,0,0,2,2h6V28H14v2H26a2.0058,2.0058,0,0,0,2-2V10A.9092.9092,0,0,0,27.7,9.3ZM20,10V4.4L25.6,10Z"
|
|
2425
2423
|
})), children);
|
|
2426
2424
|
});
|
|
2427
2425
|
if (process.env.NODE_ENV !== "production") {
|
|
2428
|
-
|
|
2426
|
+
DocumentUnknown.propTypes = iconPropTypes4cbeb95d.i;
|
|
2429
2427
|
}
|
|
2430
|
-
const
|
|
2428
|
+
const DocumentUnprotected = /*#__PURE__*/React.forwardRef(function DocumentUnprotected(_ref105, ref) {
|
|
2431
2429
|
let {
|
|
2432
2430
|
children,
|
|
2433
2431
|
size = 16,
|
|
2434
2432
|
...rest
|
|
2435
2433
|
} = _ref105;
|
|
2436
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2437
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2438
|
-
width: size,
|
|
2439
|
-
height: size,
|
|
2440
|
-
ref: ref,
|
|
2441
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2442
|
-
viewBox: "0 0 16 16",
|
|
2443
|
-
fill: "currentColor",
|
|
2444
|
-
...rest
|
|
2445
|
-
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2446
|
-
d: "M13 7L12.3 6.3 8.5 10.1 8.5 1 7.5 1 7.5 10.1 3.7 6.3 3 7 8 12zM13 12v2H3v-2H2v2l0 0c0 .6.4 1 1 1h10c.6 0 1-.4 1-1l0 0v-2H13z"
|
|
2447
|
-
})), children);
|
|
2448
|
-
}
|
|
2449
2434
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2450
2435
|
width: size,
|
|
2451
2436
|
height: size,
|
|
@@ -2454,14 +2439,16 @@ const Download = /*#__PURE__*/React.forwardRef(function Download(_ref105, ref) {
|
|
|
2454
2439
|
viewBox: "0 0 32 32",
|
|
2455
2440
|
fill: "currentColor",
|
|
2456
2441
|
...rest
|
|
2457
|
-
},
|
|
2458
|
-
d: "
|
|
2442
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2443
|
+
d: "M23.499,9.085,16.707,2.293A1,1,0,0,0,16,2H6A2.0058,2.0058,0,0,0,4,4V28a2.0058,2.0058,0,0,0,2,2h8V28H6V4h8v6a2.0023,2.0023,0,0,0,2,2h6.292a1.7075,1.7075,0,0,0,1.207-2.915ZM16,10V4.4141L21.5854,10Z"
|
|
2444
|
+
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2445
|
+
d: "M28,21H22V18a2,2,0,0,1,4,0h2a4,4,0,0,0-8,0v3a2.0025,2.0025,0,0,0-2,2v5a2.0025,2.0025,0,0,0,2,2h8a2.0025,2.0025,0,0,0,2-2V23A2.0025,2.0025,0,0,0,28,21Zm-8,7V23h8v5Z"
|
|
2459
2446
|
})), children);
|
|
2460
2447
|
});
|
|
2461
2448
|
if (process.env.NODE_ENV !== "production") {
|
|
2462
|
-
|
|
2449
|
+
DocumentUnprotected.propTypes = iconPropTypes4cbeb95d.i;
|
|
2463
2450
|
}
|
|
2464
|
-
const
|
|
2451
|
+
const DocumentVertical = /*#__PURE__*/React.forwardRef(function DocumentVertical(_ref106, ref) {
|
|
2465
2452
|
let {
|
|
2466
2453
|
children,
|
|
2467
2454
|
size = 16,
|
|
@@ -2475,16 +2462,16 @@ const WatsonHealthDownloadStudy = /*#__PURE__*/React.forwardRef(function WatsonH
|
|
|
2475
2462
|
viewBox: "0 0 32 32",
|
|
2476
2463
|
fill: "currentColor",
|
|
2477
2464
|
...rest
|
|
2478
|
-
},
|
|
2479
|
-
d: "
|
|
2480
|
-
})),
|
|
2481
|
-
d: "
|
|
2465
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2466
|
+
d: "M16,14a4,4,0,1,1,4-4h0A4.0118,4.0118,0,0,1,16,14Zm0-6a2,2,0,1,0,2,2h0a2.0059,2.0059,0,0,0-2-2Z"
|
|
2467
|
+
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2468
|
+
d: "M24,2H8A2.0023,2.0023,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2H24a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,24,2ZM12,24V18a.9447.9447,0,0,1,1-1h6a.9447.9447,0,0,1,1,1v6H18v4H14V24Zm8,4V26a2.0058,2.0058,0,0,0,2-2V18a2.9463,2.9463,0,0,0-3-3H13a2.9463,2.9463,0,0,0-3,3v6a2.0058,2.0058,0,0,0,2,2v2H8V4H24V28Z"
|
|
2482
2469
|
})), children);
|
|
2483
2470
|
});
|
|
2484
2471
|
if (process.env.NODE_ENV !== "production") {
|
|
2485
|
-
|
|
2472
|
+
DocumentVertical.propTypes = iconPropTypes4cbeb95d.i;
|
|
2486
2473
|
}
|
|
2487
|
-
const
|
|
2474
|
+
const DocumentVideo = /*#__PURE__*/React.forwardRef(function DocumentVideo(_ref107, ref) {
|
|
2488
2475
|
let {
|
|
2489
2476
|
children,
|
|
2490
2477
|
size = 16,
|
|
@@ -2498,14 +2485,16 @@ const Downstream = /*#__PURE__*/React.forwardRef(function Downstream(_ref107, re
|
|
|
2498
2485
|
viewBox: "0 0 32 32",
|
|
2499
2486
|
fill: "currentColor",
|
|
2500
2487
|
...rest
|
|
2501
|
-
},
|
|
2502
|
-
d: "
|
|
2488
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2489
|
+
d: "M30,19l-4,3.2V20a2.0023,2.0023,0,0,0-2-2H16a2.0023,2.0023,0,0,0-2,2v6a2.0023,2.0023,0,0,0,2,2h8a2.0023,2.0023,0,0,0,2-2V23.8L30,27ZM16,26V20h8l.0015,6Z"
|
|
2490
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2491
|
+
d: "M12,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v3l2,0V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h4ZM18,4.4,23.6,10H18Z"
|
|
2503
2492
|
})), children);
|
|
2504
2493
|
});
|
|
2505
2494
|
if (process.env.NODE_ENV !== "production") {
|
|
2506
|
-
|
|
2495
|
+
DocumentVideo.propTypes = iconPropTypes4cbeb95d.i;
|
|
2507
2496
|
}
|
|
2508
|
-
const
|
|
2497
|
+
const DocumentView = /*#__PURE__*/React.forwardRef(function DocumentView(_ref108, ref) {
|
|
2509
2498
|
let {
|
|
2510
2499
|
children,
|
|
2511
2500
|
size = 16,
|
|
@@ -2519,14 +2508,23 @@ const DragHorizontal = /*#__PURE__*/React.forwardRef(function DragHorizontal(_re
|
|
|
2519
2508
|
viewBox: "0 0 32 32",
|
|
2520
2509
|
fill: "currentColor",
|
|
2521
2510
|
...rest
|
|
2522
|
-
},
|
|
2523
|
-
|
|
2511
|
+
}, _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
2512
|
+
cx: "22",
|
|
2513
|
+
cy: "24",
|
|
2514
|
+
r: "2"
|
|
2515
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2516
|
+
fill: "none",
|
|
2517
|
+
d: "M22,28a4,4,0,1,1,4-4A4.0039,4.0039,0,0,1,22,28Zm0-6a2,2,0,1,0,2,2A2.0027,2.0027,0,0,0,22,22Z"
|
|
2518
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2519
|
+
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"
|
|
2520
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2521
|
+
d: "M12,28H8V4h8v6a2.0058,2.0058,0,0,0,2,2h6v4h2V10a.9092.9092,0,0,0-.3-.7l-7-7A.9087.9087,0,0,0,18,2H8A2.0058,2.0058,0,0,0,6,4V28a2.0058,2.0058,0,0,0,2,2h4ZM18,4.4,23.6,10H18Z"
|
|
2524
2522
|
})), children);
|
|
2525
2523
|
});
|
|
2526
2524
|
if (process.env.NODE_ENV !== "production") {
|
|
2527
|
-
|
|
2525
|
+
DocumentView.propTypes = iconPropTypes4cbeb95d.i;
|
|
2528
2526
|
}
|
|
2529
|
-
const
|
|
2527
|
+
const DocumentWordProcessor = /*#__PURE__*/React.forwardRef(function DocumentWordProcessor(_ref109, ref) {
|
|
2530
2528
|
let {
|
|
2531
2529
|
children,
|
|
2532
2530
|
size = 16,
|
|
@@ -2540,14 +2538,16 @@ const DragVertical = /*#__PURE__*/React.forwardRef(function DragVertical(_ref109
|
|
|
2540
2538
|
viewBox: "0 0 32 32",
|
|
2541
2539
|
fill: "currentColor",
|
|
2542
2540
|
...rest
|
|
2543
|
-
},
|
|
2544
|
-
d: "
|
|
2541
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2542
|
+
d: "M28.3 20L27.391 28.611 26 20 24 20 22.609 28.611 21.7 20 20 20 21.36 30 23.64 30 25 21.626 26.36 30 28.64 30 30 20 28.3 20z"
|
|
2543
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2544
|
+
d: "M25.707,9.293l-7-7A1,1,0,0,0,18,2H8A2.002,2.002,0,0,0,6,4V28a2.0023,2.0023,0,0,0,2,2h8V28H8V4h8v6a2.002,2.002,0,0,0,2,2h6v4h2V10A1,1,0,0,0,25.707,9.293ZM18,4.4141,23.5859,10H18Z"
|
|
2545
2545
|
})), children);
|
|
2546
2546
|
});
|
|
2547
2547
|
if (process.env.NODE_ENV !== "production") {
|
|
2548
|
-
|
|
2548
|
+
DocumentWordProcessor.propTypes = iconPropTypes4cbeb95d.i;
|
|
2549
2549
|
}
|
|
2550
|
-
const
|
|
2550
|
+
const DocumentWordProcessorReference = /*#__PURE__*/React.forwardRef(function DocumentWordProcessorReference(_ref110, ref) {
|
|
2551
2551
|
let {
|
|
2552
2552
|
children,
|
|
2553
2553
|
size = 16,
|
|
@@ -2561,14 +2561,14 @@ const Draggable = /*#__PURE__*/React.forwardRef(function Draggable(_ref110, ref)
|
|
|
2561
2561
|
viewBox: "0 0 32 32",
|
|
2562
2562
|
fill: "currentColor",
|
|
2563
2563
|
...rest
|
|
2564
|
-
},
|
|
2565
|
-
d: "
|
|
2564
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2565
|
+
d: "M28.3 20L27.391 28.611 26 20 24 20 22.609 28.611 21.7 20 20 20 21.36 30 23.64 30 25 21.626 26.36 30 28.64 30 30 20 28.3 20zM4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM25.707 9.293l-7-7A1 1 0 0018 2H8A2.002 2.002 0 006 4V16H8V4h8v6a2.002 2.002 0 002 2h6v4h2V10A1 1 0 0025.707 9.293zM18 10V4.4141L23.5859 10z"
|
|
2566
2566
|
})), children);
|
|
2567
2567
|
});
|
|
2568
2568
|
if (process.env.NODE_ENV !== "production") {
|
|
2569
|
-
|
|
2569
|
+
DocumentWordProcessorReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
2570
2570
|
}
|
|
2571
|
-
const
|
|
2571
|
+
const DocumentSentiment = /*#__PURE__*/React.forwardRef(function DocumentSentiment(_ref111, ref) {
|
|
2572
2572
|
let {
|
|
2573
2573
|
children,
|
|
2574
2574
|
size = 16,
|
|
@@ -2582,14 +2582,16 @@ const Draw = /*#__PURE__*/React.forwardRef(function Draw(_ref111, ref) {
|
|
|
2582
2582
|
viewBox: "0 0 32 32",
|
|
2583
2583
|
fill: "currentColor",
|
|
2584
2584
|
...rest
|
|
2585
|
-
},
|
|
2586
|
-
d: "
|
|
2585
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2586
|
+
d: "M18.303,16a2.6616,2.6616,0,0,0-1.9079.8058l-.3932.4054-.397-.4054a2.6615,2.6615,0,0,0-3.8157,0,2.7992,2.7992,0,0,0,0,3.8964L16.0019,25l4.2089-4.2978a2.7992,2.7992,0,0,0,0-3.8964A2.6616,2.6616,0,0,0,18.303,16Z"
|
|
2587
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2588
|
+
d: "M25.7,9.3l-7-7A.9078.9078,0,0,0,18,2H8A2.0059,2.0059,0,0,0,6,4V28a2.0059,2.0059,0,0,0,2,2H24a2.0059,2.0059,0,0,0,2-2V10A.9078.9078,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2.0059,2.0059,0,0,0,2,2h6Z"
|
|
2587
2589
|
})), children);
|
|
2588
2590
|
});
|
|
2589
2591
|
if (process.env.NODE_ENV !== "production") {
|
|
2590
|
-
|
|
2592
|
+
DocumentSentiment.propTypes = iconPropTypes4cbeb95d.i;
|
|
2591
2593
|
}
|
|
2592
|
-
const
|
|
2594
|
+
const DogWalker = /*#__PURE__*/React.forwardRef(function DogWalker(_ref112, ref) {
|
|
2593
2595
|
let {
|
|
2594
2596
|
children,
|
|
2595
2597
|
size = 16,
|
|
@@ -2603,18 +2605,16 @@ const DrillBack = /*#__PURE__*/React.forwardRef(function DrillBack(_ref112, ref)
|
|
|
2603
2605
|
viewBox: "0 0 32 32",
|
|
2604
2606
|
fill: "currentColor",
|
|
2605
2607
|
...rest
|
|
2606
|
-
},
|
|
2607
|
-
d: "
|
|
2608
|
-
})),
|
|
2609
|
-
d: "M16
|
|
2610
|
-
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2611
|
-
d: "M16,2A13.9581,13.9581,0,0,0,6.105,6.105L7.5188,7.5186a12,12,0,1,1,0,16.9628L6.105,25.895A13.9974,13.9974,0,1,0,16,2Z"
|
|
2608
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2609
|
+
d: "M20 20H22V30H20zM4 23H6V30H4z"
|
|
2610
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2611
|
+
d: "M16 30H14V26a1.0011 1.0011 0 00-1-1H11v5H9V23h4a3.0033 3.0033 0 013 3zM7.5 22A3.5041 3.5041 0 014 18.5V17H2V15H6v3.5a1.5 1.5 0 003 0V15h4v2H11v1.5A3.5041 3.5041 0 017.5 22zM27 10H21.354a2.9861 2.9861 0 00-2.7856 1.8857l-1.4419 3.6055-3.6079 4.51 1.562 1.249 3.7-4.625 1.645-3.9961A.9949.9949 0 0121.354 12H27a1.0009 1.0009 0 011 1v7H25V30h2V22h1a2.0023 2.0023 0 002-2V13A3.0033 3.0033 0 0027 10zM24 9a4 4 0 114-4A4.0045 4.0045 0 0124 9zm0-6a2 2 0 102 2A2.0021 2.0021 0 0024 3z"
|
|
2612
2612
|
})), children);
|
|
2613
2613
|
});
|
|
2614
2614
|
if (process.env.NODE_ENV !== "production") {
|
|
2615
|
-
|
|
2615
|
+
DogWalker.propTypes = iconPropTypes4cbeb95d.i;
|
|
2616
2616
|
}
|
|
2617
|
-
const
|
|
2617
|
+
const DotMark = /*#__PURE__*/React.forwardRef(function DotMark(_ref113, ref) {
|
|
2618
2618
|
let {
|
|
2619
2619
|
children,
|
|
2620
2620
|
size = 16,
|
|
@@ -2628,18 +2628,16 @@ const DrillDown = /*#__PURE__*/React.forwardRef(function DrillDown(_ref113, ref)
|
|
|
2628
2628
|
viewBox: "0 0 32 32",
|
|
2629
2629
|
fill: "currentColor",
|
|
2630
2630
|
...rest
|
|
2631
|
-
},
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
})), _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2636
|
-
d: "M30,16a13.9581,13.9581,0,0,0-4.105-9.895L24.4814,7.5188a12,12,0,1,1-16.9628,0L6.105,6.105A13.9974,13.9974,0,1,0,30,16Z"
|
|
2631
|
+
}, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
2632
|
+
cx: "16",
|
|
2633
|
+
cy: "16",
|
|
2634
|
+
r: "8"
|
|
2637
2635
|
})), children);
|
|
2638
2636
|
});
|
|
2639
2637
|
if (process.env.NODE_ENV !== "production") {
|
|
2640
|
-
|
|
2638
|
+
DotMark.propTypes = iconPropTypes4cbeb95d.i;
|
|
2641
2639
|
}
|
|
2642
|
-
const
|
|
2640
|
+
const DoubleInteger = /*#__PURE__*/React.forwardRef(function DoubleInteger(_ref114, ref) {
|
|
2643
2641
|
let {
|
|
2644
2642
|
children,
|
|
2645
2643
|
size = 16,
|
|
@@ -2653,16 +2651,14 @@ const DrillThrough = /*#__PURE__*/React.forwardRef(function DrillThrough(_ref114
|
|
|
2653
2651
|
viewBox: "0 0 32 32",
|
|
2654
2652
|
fill: "currentColor",
|
|
2655
2653
|
...rest
|
|
2656
|
-
},
|
|
2657
|
-
d: "
|
|
2658
|
-
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2659
|
-
d: "M4 12L4 10 8.586 10 2 3.414 3.414 2 10 8.586 10 4 12 4 12 12 4 12zM16 10v6H10a6 6 0 106-6z"
|
|
2654
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2655
|
+
d: "M17 8V6H13V2H11V6H8V2H6V6H2V8H6v3H2v2H6v4H8V13h3v4h2V13h4V11H13V8zm-6 3H8V8h3zM30 21V19H26V15H24v4H21V15H19v4H15v2h4v3H15v2h4v4h2V26h3v4h2V26h4V24H26V21zm-6 3H21V21h3z"
|
|
2660
2656
|
})), children);
|
|
2661
2657
|
});
|
|
2662
2658
|
if (process.env.NODE_ENV !== "production") {
|
|
2663
|
-
|
|
2659
|
+
DoubleInteger.propTypes = iconPropTypes4cbeb95d.i;
|
|
2664
2660
|
}
|
|
2665
|
-
const
|
|
2661
|
+
const DownToBottom = /*#__PURE__*/React.forwardRef(function DownToBottom(_ref115, ref) {
|
|
2666
2662
|
let {
|
|
2667
2663
|
children,
|
|
2668
2664
|
size = 16,
|
|
@@ -2676,21 +2672,32 @@ const Drink_01 = /*#__PURE__*/React.forwardRef(function Drink_01(_ref115, ref) {
|
|
|
2676
2672
|
viewBox: "0 0 32 32",
|
|
2677
2673
|
fill: "currentColor",
|
|
2678
2674
|
...rest
|
|
2679
|
-
},
|
|
2680
|
-
d: "
|
|
2681
|
-
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2682
|
-
d: "M15,1h-5c-.5522,0-1,.4478-1,1v7.3706c-1.0674,.6055-3,2.1777-3,5.6294v14c0,.5527,.4478,1,1,1h5v-2h-4V15c0-3.7536,3-4.2793,3-4.2793V3h3v7h2V2c0-.5522-.4478-1-1-1Z"
|
|
2675
|
+
}, _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2676
|
+
d: "M16 18L6 8 7.4 6.6 16 15.2 24.6 6.6 26 8zM4 22H28V24H4z"
|
|
2683
2677
|
})), children);
|
|
2684
2678
|
});
|
|
2685
2679
|
if (process.env.NODE_ENV !== "production") {
|
|
2686
|
-
|
|
2680
|
+
DownToBottom.propTypes = iconPropTypes4cbeb95d.i;
|
|
2687
2681
|
}
|
|
2688
|
-
const
|
|
2682
|
+
const Download = /*#__PURE__*/React.forwardRef(function Download(_ref116, ref) {
|
|
2689
2683
|
let {
|
|
2690
2684
|
children,
|
|
2691
2685
|
size = 16,
|
|
2692
2686
|
...rest
|
|
2693
2687
|
} = _ref116;
|
|
2688
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2689
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2690
|
+
width: size,
|
|
2691
|
+
height: size,
|
|
2692
|
+
ref: ref,
|
|
2693
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2694
|
+
viewBox: "0 0 16 16",
|
|
2695
|
+
fill: "currentColor",
|
|
2696
|
+
...rest
|
|
2697
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2698
|
+
d: "M13 7L12.3 6.3 8.5 10.1 8.5 1 7.5 1 7.5 10.1 3.7 6.3 3 7 8 12zM13 12v2H3v-2H2v2l0 0c0 .6.4 1 1 1h10c.6 0 1-.4 1-1l0 0v-2H13z"
|
|
2699
|
+
})), children);
|
|
2700
|
+
}
|
|
2694
2701
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2695
2702
|
width: size,
|
|
2696
2703
|
height: size,
|
|
@@ -2699,16 +2706,14 @@ const Drink_02 = /*#__PURE__*/React.forwardRef(function Drink_02(_ref116, ref) {
|
|
|
2699
2706
|
viewBox: "0 0 32 32",
|
|
2700
2707
|
fill: "currentColor",
|
|
2701
2708
|
...rest
|
|
2702
|
-
},
|
|
2703
|
-
d: "
|
|
2704
|
-
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2705
|
-
d: "M16,7.0513v-3.0513c0-.5522-.4478-1-1-1h-6c-.5522,0-1,.4478-1,1v3.0513c-1.2771,1.1411-2,2.7358-2,4.4487V29c0,.5522,.4478,1,1,1h5v-2h-4V11.5c0-2.356,2-3.48,2-3.48v-3.02h4v3.02s2,1.124,2,3.48v.5h2v-.5c0-1.7129-.7229-3.3076-2-4.4487Z"
|
|
2709
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2710
|
+
d: "M26 24v4H6V24H4v4H4a2 2 0 002 2H26a2 2 0 002-2h0V24zM26 14L24.59 12.59 17 20.17 17 2 15 2 15 20.17 7.41 12.59 6 14 16 24 26 14z"
|
|
2706
2711
|
})), children);
|
|
2707
2712
|
});
|
|
2708
2713
|
if (process.env.NODE_ENV !== "production") {
|
|
2709
|
-
|
|
2714
|
+
Download.propTypes = iconPropTypes4cbeb95d.i;
|
|
2710
2715
|
}
|
|
2711
|
-
const
|
|
2716
|
+
const WatsonHealthDownloadStudy = /*#__PURE__*/React.forwardRef(function WatsonHealthDownloadStudy(_ref117, ref) {
|
|
2712
2717
|
let {
|
|
2713
2718
|
children,
|
|
2714
2719
|
size = 16,
|
|
@@ -2722,18 +2727,16 @@ const DriverAnalysis = /*#__PURE__*/React.forwardRef(function DriverAnalysis(_re
|
|
|
2722
2727
|
viewBox: "0 0 32 32",
|
|
2723
2728
|
fill: "currentColor",
|
|
2724
2729
|
...rest
|
|
2725
|
-
},
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2730
|
-
d: "M30,15H27.91A6.0048,6.0048,0,0,0,22,10l-.022.001A9.9833,9.9833,0,0,0,4.0508,15H2v2H4.0508A9.9833,9.9833,0,0,0,21.978,21.999L22,22a6.0048,6.0048,0,0,0,5.91-5H30ZM14,8a7.9769,7.9769,0,0,1,5.7383,2.4463A6.0152,6.0152,0,0,0,16.0891,15H6.0693A8.0073,8.0073,0,0,1,14,8Zm0,16a8.0073,8.0073,0,0,1-7.9307-7h10.02a6.0152,6.0152,0,0,0,3.6492,4.5537A7.9769,7.9769,0,0,1,14,24Zm8-4a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,22,20Z"
|
|
2730
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2731
|
+
d: "M30 25L28.586 23.586 26 26.172 26 18 24 18 24 26.172 21.414 23.586 20 25 25 30 30 25zM19 14H23V16H19zM19 10H26V12H19zM9 18h6a3 3 0 013 3v2H16V21a1 1 0 00-1-1H9a1 1 0 00-1 1v2H6V21A3 3 0 019 18zM16 13a4 4 0 10-4 4A4 4 0 0016 13zm-2 0a2 2 0 11-2-2A2 2 0 0114 13z"
|
|
2732
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2733
|
+
d: "M18,26H4V6H28V16h2V6a2,2,0,0,0-2-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H18Z"
|
|
2731
2734
|
})), children);
|
|
2732
2735
|
});
|
|
2733
2736
|
if (process.env.NODE_ENV !== "production") {
|
|
2734
|
-
|
|
2737
|
+
WatsonHealthDownloadStudy.propTypes = iconPropTypes4cbeb95d.i;
|
|
2735
2738
|
}
|
|
2736
|
-
const
|
|
2739
|
+
const Downstream = /*#__PURE__*/React.forwardRef(function Downstream(_ref118, ref) {
|
|
2737
2740
|
let {
|
|
2738
2741
|
children,
|
|
2739
2742
|
size = 16,
|
|
@@ -2747,16 +2750,14 @@ const Drone = /*#__PURE__*/React.forwardRef(function Drone(_ref118, ref) {
|
|
|
2747
2750
|
viewBox: "0 0 32 32",
|
|
2748
2751
|
fill: "currentColor",
|
|
2749
2752
|
...rest
|
|
2750
|
-
},
|
|
2751
|
-
d: "
|
|
2752
|
-
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2753
|
-
d: "M20,18.5859V13.4141L25.707,7.707a1,1,0,1,0-1.414-1.414l-4.4995,4.5a3.9729,3.9729,0,0,0-7.587,0L7.707,6.293a.9994.9994,0,0,0-1.414,0h0a.9994.9994,0,0,0,0,1.414L12,13.4141v5.1718L6.293,24.293a.9994.9994,0,0,0,0,1.414h0a.9994.9994,0,0,0,1.414,0l4.5-4.5a3.9729,3.9729,0,0,0,7.587,0l4.4995,4.5a1,1,0,0,0,1.414-1.414ZM18,20a2,2,0,0,1-4,0V12a2,2,0,0,1,4,0Z"
|
|
2753
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2754
|
+
d: "M5 24c-1.6567 0-3 1.3433-3 3s1.3433 3 3 3 3-1.3433 3-3-1.3433-3-3-3zm0 4c-.5522 0-1-.4478-1-1s.4478-1 1-1 1 .4478 1 1-.4478 1-1 1zM16 24c-1.6567 0-3 1.3433-3 3s1.3433 3 3 3 3-1.3433 3-3-1.3433-3-3-3zm0 4c-.5522 0-1-.4478-1-1s.4478-1 1-1 1 .4478 1 1-.4478 1-1 1zM27 24c-1.6567 0-3 1.3433-3 3s1.3433 3 3 3 3-1.3433 3-3-1.3433-3-3-3zm0 4c-.5522 0-1-.4478-1-1s.4478-1 1-1 1 .4478 1 1-.4478 1-1 1zM29.586 17.5859l-1.5859 1.5859v-3.1719c0-3.5542-2.6646-6.4917-6.0999-6.9355.0623-.3457.0999-.7007.0999-1.0645 0-3.3135-2.6863-6-6-6s-6 2.6865-6 6c0 .3638.0376.7188.0999 1.0645-3.4353.4438-6.0999 3.3813-6.0999 6.9355v3.1714l-1.5859-1.5854-1.4141 1.4141 4 4 4-4-1.4141-1.4141-1.5859 1.5859v-3.1719c0-2.6953 2.1479-4.8848 4.8203-4.9819.8799 1.5063 2.3945 2.5918 4.1797 2.8921v5.2617l-1.5859-1.5859-1.4141 1.4141 4 4 4-4-1.4141-1.4141-1.5859 1.5859v-5.2617c1.7852-.3003 3.2998-1.3857 4.1797-2.8921 2.6724.0972 4.8203 2.2866 4.8203 4.9819v3.1714l-1.5859-1.5854-1.4141 1.4141 4 4 4-4-1.4141-1.4141zm-13.5859-5.5859c-2.2056 0-4-1.7944-4-4s1.7944-4 4-4 4 1.7944 4 4-1.7944 4-4 4z"
|
|
2754
2755
|
})), children);
|
|
2755
2756
|
});
|
|
2756
2757
|
if (process.env.NODE_ENV !== "production") {
|
|
2757
|
-
|
|
2758
|
+
Downstream.propTypes = iconPropTypes4cbeb95d.i;
|
|
2758
2759
|
}
|
|
2759
|
-
const
|
|
2760
|
+
const DragHorizontal = /*#__PURE__*/React.forwardRef(function DragHorizontal(_ref119, ref) {
|
|
2760
2761
|
let {
|
|
2761
2762
|
children,
|
|
2762
2763
|
size = 16,
|
|
@@ -2770,18 +2771,14 @@ const DroneDelivery = /*#__PURE__*/React.forwardRef(function DroneDelivery(_ref1
|
|
|
2770
2771
|
viewBox: "0 0 32 32",
|
|
2771
2772
|
fill: "currentColor",
|
|
2772
2773
|
...rest
|
|
2773
|
-
},
|
|
2774
|
-
d: "
|
|
2775
|
-
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2776
|
-
d: "M32 11L22 11 22 13 26 13 26 16 6 16 6 13 10 13 10 11 0 11 0 13 4 13 4 18 9.132 18 6 22.697 6 27 8 27 8 23.303 11.535 18 20.465 18 24 23.303 24 27 26 27 26 22.697 22.868 18 28 18 28 13 32 13 32 11zM16 6a5.9817 5.9817 0 00-4.2407 1.7593l1.4136 1.4136a3.9936 3.9936 0 015.6542 0l1.4136-1.4136A5.9814 5.9814 0 0016 6z"
|
|
2777
|
-
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2778
|
-
d: "M8.9324,4.9321l1.4133,1.4136a7.9877,7.9877,0,0,1,11.3086,0l1.4136-1.4136a9.9844,9.9844,0,0,0-14.1355,0Z"
|
|
2774
|
+
}, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2775
|
+
d: "M12 4L12 15 5.83 15 8.41 12.41 7 11 2 16 7 21 8.41 19.59 5.83 17 12 17 12 28 14 28 14 4 12 4zM25 11L23.59 12.41 26.17 15 20 15 20 4 18 4 18 28 20 28 20 17 26.17 17 23.59 19.59 25 21 30 16 25 11z"
|
|
2779
2776
|
})), children);
|
|
2780
2777
|
});
|
|
2781
2778
|
if (process.env.NODE_ENV !== "production") {
|
|
2782
|
-
|
|
2779
|
+
DragHorizontal.propTypes = iconPropTypes4cbeb95d.i;
|
|
2783
2780
|
}
|
|
2784
|
-
const
|
|
2781
|
+
const DragVertical = /*#__PURE__*/React.forwardRef(function DragVertical(_ref120, ref) {
|
|
2785
2782
|
let {
|
|
2786
2783
|
children,
|
|
2787
2784
|
size = 16,
|
|
@@ -2795,16 +2792,14 @@ const DroneFront = /*#__PURE__*/React.forwardRef(function DroneFront(_ref120, re
|
|
|
2795
2792
|
viewBox: "0 0 32 32",
|
|
2796
2793
|
fill: "currentColor",
|
|
2797
2794
|
...rest
|
|
2798
|
-
},
|
|
2799
|
-
d: "
|
|
2800
|
-
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2801
|
-
d: "M8.9324,4.9321l1.4133,1.4136a7.9877,7.9877,0,0,1,11.3086,0l1.4136-1.4136a9.9844,9.9844,0,0,0-14.1355,0Z"
|
|
2795
|
+
}, _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2796
|
+
d: "M4 20L15 20 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17 17 20 28 20 28 18 4 18 4 20zM11 7L12.41 8.41 15 5.83 15 12 4 12 4 14 28 14 28 12 17 12 17 5.83 19.59 8.41 21 7 16 2 11 7z"
|
|
2802
2797
|
})), children);
|
|
2803
2798
|
});
|
|
2804
2799
|
if (process.env.NODE_ENV !== "production") {
|
|
2805
|
-
|
|
2800
|
+
DragVertical.propTypes = iconPropTypes4cbeb95d.i;
|
|
2806
2801
|
}
|
|
2807
|
-
const
|
|
2802
|
+
const Draggable = /*#__PURE__*/React.forwardRef(function Draggable(_ref121, ref) {
|
|
2808
2803
|
let {
|
|
2809
2804
|
children,
|
|
2810
2805
|
size = 16,
|
|
@@ -2818,20 +2813,14 @@ const DroneVideo = /*#__PURE__*/React.forwardRef(function DroneVideo(_ref121, re
|
|
|
2818
2813
|
viewBox: "0 0 32 32",
|
|
2819
2814
|
fill: "currentColor",
|
|
2820
2815
|
...rest
|
|
2821
|
-
},
|
|
2822
|
-
|
|
2823
|
-
cy: "21",
|
|
2824
|
-
r: "1"
|
|
2825
|
-
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2826
|
-
d: "M28 19V15H26v2H6V15H4v4h7v4.4116L7 25.6367V30H9V26.8125L12.26 25h7.481L23 26.8125V30h2V25.6367l-4-2.2251V19zm-9 4H13V19h6zM0 11H10V13H0zM22 11H32V13H22zM16 6a5.9817 5.9817 0 00-4.2407 1.7593l1.4136 1.4136a3.9936 3.9936 0 015.6542 0l1.4136-1.4136A5.9814 5.9814 0 0016 6z"
|
|
2827
|
-
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2828
|
-
d: "M8.9324,4.9321l1.4133,1.4136a7.9877,7.9877,0,0,1,11.3086,0l1.4136-1.4136a9.9844,9.9844,0,0,0-14.1355,0Z"
|
|
2816
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2817
|
+
d: "M10 6H14V10H10zM18 6H22V10H18zM10 14H14V18H10zM18 14H22V18H18zM10 22H14V26H10zM18 22H22V26H18z"
|
|
2829
2818
|
})), children);
|
|
2830
2819
|
});
|
|
2831
2820
|
if (process.env.NODE_ENV !== "production") {
|
|
2832
|
-
|
|
2821
|
+
Draggable.propTypes = iconPropTypes4cbeb95d.i;
|
|
2833
2822
|
}
|
|
2834
|
-
const
|
|
2823
|
+
const Draw = /*#__PURE__*/React.forwardRef(function Draw(_ref122, ref) {
|
|
2835
2824
|
let {
|
|
2836
2825
|
children,
|
|
2837
2826
|
size = 16,
|
|
@@ -2845,16 +2834,14 @@ const DropPhoto = /*#__PURE__*/React.forwardRef(function DropPhoto(_ref122, ref)
|
|
|
2845
2834
|
viewBox: "0 0 32 32",
|
|
2846
2835
|
fill: "currentColor",
|
|
2847
2836
|
...rest
|
|
2848
|
-
},
|
|
2849
|
-
d: "M19,
|
|
2850
|
-
})), _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2851
|
-
d: "M27 29H11a2 2 0 01-2-2V18a2 2 0 012-2h3.2793l.5441-1.6324A2 2 0 0116.7208 13h4.5584a2 2 0 011.8974 1.3676L23.7207 16H27a2 2 0 012 2v9A2 2 0 0127 29zM11 27H27V18H22.2792l-1-3H16.7207l-1 3H11zM27 11H29V13H27zM27 7H29V9H27zM27 3H29V5H27zM23 3H25V5H23zM19 3H21V5H19zM15 3H17V5H15zM11 3H13V5H11zM7 3H9V5H7zM3 3H5V5H3zM3 7H5V9H3zM3 11H5V13H3zM3 15H5V17H3zM3 19H5V21H3zM3 23H5V25H3zM3 27H5V29H3z"
|
|
2837
|
+
}, _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2838
|
+
d: "M19.14,28a3.42,3.42,0,0,1-2.42-5.85L21.86,17a1.42,1.42,0,1,0-2-2L13,21.85a3.5,3.5,0,0,1-4.85,0,3.43,3.43,0,0,1,0-4.84l8.58-8.58a1.42,1.42,0,1,0-2-2L6.41,14.7,5,13.3,13.29,5a3.43,3.43,0,0,1,4.84,4.85L9.56,18.42a1.42,1.42,0,0,0,0,2,1.45,1.45,0,0,0,2,0l6.86-6.86a3.43,3.43,0,1,1,4.85,4.84l-5.15,5.15a1.42,1.42,0,0,0,2,2l4.44-4.43L26,22.56,21.56,27A3.38,3.38,0,0,1,19.14,28Z"
|
|
2852
2839
|
})), children);
|
|
2853
2840
|
});
|
|
2854
2841
|
if (process.env.NODE_ENV !== "production") {
|
|
2855
|
-
|
|
2842
|
+
Draw.propTypes = iconPropTypes4cbeb95d.i;
|
|
2856
2843
|
}
|
|
2857
|
-
const
|
|
2844
|
+
const DrillBack = /*#__PURE__*/React.forwardRef(function DrillBack(_ref123, ref) {
|
|
2858
2845
|
let {
|
|
2859
2846
|
children,
|
|
2860
2847
|
size = 16,
|
|
@@ -2868,24 +2855,18 @@ const DropPhotoFilled = /*#__PURE__*/React.forwardRef(function DropPhotoFilled(_
|
|
|
2868
2855
|
viewBox: "0 0 32 32",
|
|
2869
2856
|
fill: "currentColor",
|
|
2870
2857
|
...rest
|
|
2871
|
-
},
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
})),
|
|
2876
|
-
d: "
|
|
2877
|
-
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2878
|
-
fill: "none",
|
|
2879
|
-
d: "M19,26a4,4,0,1,1,4-4A4.0045,4.0045,0,0,1,19,26Zm0-6a2,2,0,1,0,2,2A2.0021,2.0021,0,0,0,19,20Z",
|
|
2880
|
-
"data-icon-path": "inner-path"
|
|
2881
|
-
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2882
|
-
d: "M27 11H29V13H27zM27 7H29V9H27zM27 3H29V5H27zM23 3H25V5H23zM19 3H21V5H19zM15 3H17V5H15zM11 3H13V5H11zM7 3H9V5H7zM3 3H5V5H3zM3 7H5V9H3zM3 11H5V13H3zM3 15H5V17H3zM3 19H5V21H3zM3 23H5V25H3zM3 27H5V29H3z"
|
|
2858
|
+
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2859
|
+
d: "M6 22L7.414 20.586 3.828 17 12 17 12 15 3.828 15 7.414 11.414 6 10 0 16 6 22z"
|
|
2860
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2861
|
+
d: "M16,10a5.9815,5.9815,0,0,0-4.2427,1.7573L16,16l-4.2427,4.2427A6,6,0,1,0,16,10Z"
|
|
2862
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2863
|
+
d: "M16,2A13.9581,13.9581,0,0,0,6.105,6.105L7.5188,7.5186a12,12,0,1,1,0,16.9628L6.105,25.895A13.9974,13.9974,0,1,0,16,2Z"
|
|
2883
2864
|
})), children);
|
|
2884
2865
|
});
|
|
2885
2866
|
if (process.env.NODE_ENV !== "production") {
|
|
2886
|
-
|
|
2867
|
+
DrillBack.propTypes = iconPropTypes4cbeb95d.i;
|
|
2887
2868
|
}
|
|
2888
|
-
const
|
|
2869
|
+
const DrillDown = /*#__PURE__*/React.forwardRef(function DrillDown(_ref124, ref) {
|
|
2889
2870
|
let {
|
|
2890
2871
|
children,
|
|
2891
2872
|
size = 16,
|
|
@@ -2899,14 +2880,18 @@ const Drought = /*#__PURE__*/React.forwardRef(function Drought(_ref124, ref) {
|
|
|
2899
2880
|
viewBox: "0 0 32 32",
|
|
2900
2881
|
fill: "currentColor",
|
|
2901
2882
|
...rest
|
|
2902
|
-
},
|
|
2903
|
-
d: "
|
|
2883
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2884
|
+
d: "M10 6L11.414 4.586 15 8.172 15 0 17 0 17 8.172 20.586 4.586 22 6 16 12 10 6z"
|
|
2885
|
+
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2886
|
+
d: "M22,16a5.9815,5.9815,0,0,0-1.7573-4.2427L16,16l-4.2427-4.2427A6,6,0,1,0,22,16Z"
|
|
2887
|
+
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2888
|
+
d: "M30,16a13.9581,13.9581,0,0,0-4.105-9.895L24.4814,7.5188a12,12,0,1,1-16.9628,0L6.105,6.105A13.9974,13.9974,0,1,0,30,16Z"
|
|
2904
2889
|
})), children);
|
|
2905
2890
|
});
|
|
2906
2891
|
if (process.env.NODE_ENV !== "production") {
|
|
2907
|
-
|
|
2892
|
+
DrillDown.propTypes = iconPropTypes4cbeb95d.i;
|
|
2908
2893
|
}
|
|
2909
|
-
const
|
|
2894
|
+
const DrillThrough = /*#__PURE__*/React.forwardRef(function DrillThrough(_ref125, ref) {
|
|
2910
2895
|
let {
|
|
2911
2896
|
children,
|
|
2912
2897
|
size = 16,
|
|
@@ -2920,14 +2905,26 @@ const Dvr = /*#__PURE__*/React.forwardRef(function Dvr(_ref125, ref) {
|
|
|
2920
2905
|
viewBox: "0 0 32 32",
|
|
2921
2906
|
fill: "currentColor",
|
|
2922
2907
|
...rest
|
|
2923
|
-
},
|
|
2924
|
-
d: "
|
|
2908
|
+
}, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2909
|
+
d: "M16,30A14.0158,14.0158,0,0,1,2,16H4A12,12,0,1,0,16,4V2a14,14,0,0,1,0,28Z"
|
|
2910
|
+
})), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2911
|
+
d: "M4 12L4 10 8.586 10 2 3.414 3.414 2 10 8.586 10 4 12 4 12 12 4 12zM16 10v6H10a6 6 0 106-6z"
|
|
2925
2912
|
})), children);
|
|
2926
2913
|
});
|
|
2927
2914
|
if (process.env.NODE_ENV !== "production") {
|
|
2928
|
-
|
|
2915
|
+
DrillThrough.propTypes = iconPropTypes4cbeb95d.i;
|
|
2929
2916
|
}
|
|
2930
2917
|
|
|
2918
|
+
exports.DecisionTree = DecisionTree;
|
|
2919
|
+
exports.Delete = Delete;
|
|
2920
|
+
exports.Delivery = Delivery;
|
|
2921
|
+
exports.DeliveryAdd = DeliveryAdd;
|
|
2922
|
+
exports.DeliveryParcel = DeliveryParcel;
|
|
2923
|
+
exports.DeliverySettings = DeliverySettings;
|
|
2924
|
+
exports.DeliveryTruck = DeliveryTruck;
|
|
2925
|
+
exports.Demo = Demo;
|
|
2926
|
+
exports.Departure = Departure;
|
|
2927
|
+
exports.Deploy = Deploy;
|
|
2931
2928
|
exports.DeployRules = DeployRules;
|
|
2932
2929
|
exports.DeploymentPattern = DeploymentPattern;
|
|
2933
2930
|
exports.DeploymentPolicy = DeploymentPolicy;
|
|
@@ -3038,17 +3035,7 @@ exports.Draw = Draw;
|
|
|
3038
3035
|
exports.DrillBack = DrillBack;
|
|
3039
3036
|
exports.DrillDown = DrillDown;
|
|
3040
3037
|
exports.DrillThrough = DrillThrough;
|
|
3041
|
-
exports.
|
|
3042
|
-
exports.Drink_02 = Drink_02;
|
|
3043
|
-
exports.DriverAnalysis = DriverAnalysis;
|
|
3044
|
-
exports.Drone = Drone;
|
|
3045
|
-
exports.DroneDelivery = DroneDelivery;
|
|
3046
|
-
exports.DroneFront = DroneFront;
|
|
3047
|
-
exports.DroneVideo = DroneVideo;
|
|
3048
|
-
exports.DropPhoto = DropPhoto;
|
|
3049
|
-
exports.DropPhotoFilled = DropPhotoFilled;
|
|
3050
|
-
exports.Drought = Drought;
|
|
3051
|
-
exports.Dvr = Dvr;
|
|
3038
|
+
exports.WatsonHealthDenominate = WatsonHealthDenominate;
|
|
3052
3039
|
exports.WatsonHealthDicomOverlay = WatsonHealthDicomOverlay;
|
|
3053
3040
|
exports.WatsonHealthDicom_6000 = WatsonHealthDicom_6000;
|
|
3054
3041
|
exports.WatsonHealthDna = WatsonHealthDna;
|