@carbon-labs/react-ui-shell 0.56.0 → 0.58.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/README.md +0 -1
- package/es/components/HeaderContainer.d.ts +11 -1
- package/es/components/HeaderContainer.js +30 -6
- package/es/components/Profile.js +5 -4
- package/es/index.d.ts +0 -1
- package/es/index.js +0 -1
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +272 -272
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +898 -927
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +615 -637
- package/es/node_modules/@carbon/icons-react/node_modules/@carbon/icon-helpers/es/index.js +3 -3
- package/lib/components/HeaderContainer.d.ts +11 -1
- package/lib/components/HeaderContainer.js +29 -5
- package/lib/components/Profile.js +5 -4
- package/lib/index.d.ts +0 -1
- package/lib/index.js +0 -2
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +273 -273
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +926 -955
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +621 -643
- package/lib/node_modules/@carbon/icons-react/node_modules/@carbon/icon-helpers/es/index.js +3 -3
- package/package.json +2 -2
- package/scss/styles/_header.scss +5 -12
- package/scss/styles/_profile.scss +20 -15
- package/es/components/HeaderPanel.d.ts +0 -35
- package/es/components/HeaderPanel.js +0 -104
- package/lib/components/HeaderPanel.d.ts +0 -35
- package/lib/components/HeaderPanel.js +0 -106
|
@@ -12,26 +12,13 @@ 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,
|
|
16
|
-
const
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path0, _path1, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _circle, _circle2, _circle3, _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, _circle4, _path68, _circle5, _path69, _path70, _circle6, _path71, _path72, _path73, _path74, _path75, _circle7, _circle8, _circle9, _circle0, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _circle1, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _circle10, _circle11, _path103, _circle12, _circle13, _path104, _path105, _circle14, _circle15, _path106, _path107, _circle16, _circle17, _path108, _path109, _circle18, _circle19, _path110, _path111, _circle20, _circle21, _path112, _path113, _circle22, _circle23, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _rect, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _circle24, _path168, _path169, _path170, _path171, _path172, _circle25, _path173, _circle26, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _circle27, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _circle34, _circle35, _path206, _path207;
|
|
16
|
+
const SatisfyUsage = /*#__PURE__*/React.forwardRef(function SatisfyUsage(_ref, ref) {
|
|
17
17
|
let {
|
|
18
18
|
children,
|
|
19
19
|
size = 16,
|
|
20
20
|
...rest
|
|
21
21
|
} = _ref;
|
|
22
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
23
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
24
|
-
width: size,
|
|
25
|
-
height: size,
|
|
26
|
-
ref: ref,
|
|
27
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
-
viewBox: "0 0 16 16",
|
|
29
|
-
fill: "currentColor",
|
|
30
|
-
...rest
|
|
31
|
-
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
32
|
-
d: "M15,14.3L10.7,10c1.9-2.3,1.6-5.8-0.7-7.7S4.2,0.7,2.3,3S0.7,8.8,3,10.7c2,1.7,5,1.7,7,0l4.3,4.3L15,14.3z M2,6.5 C2,4,4,2,6.5,2S11,4,11,6.5S9,11,6.5,11S2,9,2,6.5z"
|
|
33
|
-
})), children);
|
|
34
|
-
}
|
|
35
22
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
36
23
|
width: size,
|
|
37
24
|
height: size,
|
|
@@ -40,19 +27,62 @@ const Search = /*#__PURE__*/React.forwardRef(function Search(_ref, ref) {
|
|
|
40
27
|
viewBox: "0 0 32 32",
|
|
41
28
|
fill: "currentColor",
|
|
42
29
|
...rest
|
|
43
|
-
},
|
|
44
|
-
|
|
30
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
strokeWidth: "0",
|
|
32
|
+
d: "M17.3934 19.5537c0-1.8433 1.3953-2.7563 3.8416-2.7563h1.5332v-.6545c0-.9993-.4995-1.585-1.6709-1.585-1.0337 0-1.6194.5168-2.05 1.137l-1.3093-1.1714c.6545-1.0337 1.7056-1.7228 3.5144-1.7228 2.429 0 3.7209 1.1543 3.7209 3.2042v4.2379h.896v1.7572h-1.2231c-.9475 0-1.5332-.6201-1.6711-1.5504h-.1033c-.293 1.1542-1.2749 1.7572-2.6187 1.7572-1.8259 0-2.8596-1.0509-2.8596-2.6531zm5.3624-.2412v-1.1886h-1.4126c-1.1541 0-1.7227.3962-1.7227 1.1025v.2928c0 .7235.4995 1.0853 1.3608 1.0853.9819 0 1.7744-.4479 1.7744-1.2921zM6.6184 20.2084l1.5332-1.4816c.8269.9647 1.8433 1.4816 3.0837 1.4816 1.3953 0 2.1189-.6719 2.1189-1.6882 0-.8097-.3789-1.3093-1.6367-1.5332l-1.137-.1724c-2.429-.3789-3.6003-1.5332-3.6003-3.4971 0-2.1534 1.6709-3.5488 4.3584-3.5488 1.8088 0 3.1526.6202 4.1172 1.7744l-1.5503 1.4644c-.5857-.7408-1.4126-1.2404-2.6875-1.2404-1.292 0-1.9639.5168-1.9639 1.4126 0 .9131.5168 1.292 1.6711 1.4988l1.1196.2067c2.429.4308 3.5662 1.516 3.5662 3.4972 0 2.2739-1.6367 3.8245-4.5137 3.8245-2.05 0-3.4626-.8097-4.479-1.9984z"
|
|
33
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
strokeWidth: "0",
|
|
35
|
+
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
|
45
36
|
})), children);
|
|
46
37
|
});
|
|
47
38
|
if (process.env.NODE_ENV !== "production") {
|
|
48
|
-
|
|
39
|
+
SatisfyUsage.propTypes = iconPropTypes4cbeb95d.i;
|
|
49
40
|
}
|
|
50
|
-
const
|
|
41
|
+
const Save = /*#__PURE__*/React.forwardRef(function Save(_ref2, ref) {
|
|
51
42
|
let {
|
|
52
43
|
children,
|
|
53
44
|
size = 16,
|
|
54
45
|
...rest
|
|
55
46
|
} = _ref2;
|
|
47
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
48
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
49
|
+
width: size,
|
|
50
|
+
height: size,
|
|
51
|
+
ref: ref,
|
|
52
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
53
|
+
viewBox: "0 0 16 16",
|
|
54
|
+
fill: "currentColor",
|
|
55
|
+
...rest
|
|
56
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
57
|
+
d: "M13.9,4.6l-2.5-2.5C11.3,2.1,11.1,2,11,2H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V5 C14,4.9,13.9,4.7,13.9,4.6z M6,3h4v2H6V3z M10,13H6V9h4V13z M11,13V9c0-0.6-0.4-1-1-1H6C5.4,8,5,8.4,5,9v4H3V3h2v2c0,0.6,0.4,1,1,1 h4c0.6,0,1-0.4,1-1V3.2l2,2V13H11z"
|
|
58
|
+
})), children);
|
|
59
|
+
}
|
|
60
|
+
if (size === 20 || size === "20" || size === "20px") {
|
|
61
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
62
|
+
width: size,
|
|
63
|
+
height: size,
|
|
64
|
+
ref: ref,
|
|
65
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
66
|
+
viewBox: "0 0 20 20",
|
|
67
|
+
fill: "currentColor",
|
|
68
|
+
...rest
|
|
69
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
70
|
+
d: "M17.8,5.5l-3.3-3.3C14.3,2.1,14.2,2,14,2H3.3C2.6,2,2,2.6,2,3.3v13.3C2,17.4,2.6,18,3.3,18h13.3c0.7,0,1.4-0.5,1.4-1.2V6.1 C18,5.7,17.9,5.7,17.8,5.5z M7.3,3.3h5.3v3.3H7.3V3.3z M12.7,16.7H7.3v-5.3h5.3L12.7,16.7L12.7,16.7z M14,16.7v-5.3 c0-0.7-0.6-1.3-1.3-1.3H7.3C6.6,10,6,10.6,6,11.3v5.3H3.3V3.3H6v3.3C6,7.4,6.6,8,7.3,8h5.3C13.4,8,14,7.4,14,6.7v-3l2.7,2.7v10.4 L14,16.7L14,16.7z"
|
|
71
|
+
})), children);
|
|
72
|
+
}
|
|
73
|
+
if (size === 24 || size === "24" || size === "24px") {
|
|
74
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
75
|
+
width: size,
|
|
76
|
+
height: size,
|
|
77
|
+
ref: ref,
|
|
78
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
79
|
+
viewBox: "0 0 24 24",
|
|
80
|
+
fill: "currentColor",
|
|
81
|
+
...rest
|
|
82
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
83
|
+
d: "M20.8,7L17,3.2C16.9,3.1,16.7,3,16.5,3h-12C3.7,3,3,3.7,3,4.5v15C3,20.3,3.7,21,4.5,21h15c0.8,0,1.5-0.7,1.5-1.5v-12 C21,7.3,20.9,7.1,20.8,7z M9,4.5h6v3H9V4.5z M15,19.5H9v-6h6V19.5z M16.5,19.5v-6c0-0.8-0.7-1.5-1.5-1.5H9c-0.8,0-1.5,0.7-1.5,1.5v6 h-3v-15h3v3C7.5,8.3,8.2,9,9,9h6c0.8,0,1.5-0.7,1.5-1.5V4.8l3,3v11.7H16.5z"
|
|
84
|
+
})), children);
|
|
85
|
+
}
|
|
56
86
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
57
87
|
width: size,
|
|
58
88
|
height: size,
|
|
@@ -61,14 +91,14 @@ const SearchAdvanced = /*#__PURE__*/React.forwardRef(function SearchAdvanced(_re
|
|
|
61
91
|
viewBox: "0 0 32 32",
|
|
62
92
|
fill: "currentColor",
|
|
63
93
|
...rest
|
|
64
|
-
},
|
|
65
|
-
d: "
|
|
94
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
95
|
+
d: "M27.71,9.29l-5-5A1,1,0,0,0,22,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V10A1,1,0,0,0,27.71,9.29ZM12,6h8v4H12Zm8,20H12V18h8Zm2,0V18a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2v8H6V6h4v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V6.41l4,4V26Z"
|
|
66
96
|
})), children);
|
|
67
97
|
});
|
|
68
98
|
if (process.env.NODE_ENV !== "production") {
|
|
69
|
-
|
|
99
|
+
Save.propTypes = iconPropTypes4cbeb95d.i;
|
|
70
100
|
}
|
|
71
|
-
const
|
|
101
|
+
const WatsonHealthSaveAnnotation = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveAnnotation(_ref3, ref) {
|
|
72
102
|
let {
|
|
73
103
|
children,
|
|
74
104
|
size = 16,
|
|
@@ -82,14 +112,18 @@ const SearchLocate = /*#__PURE__*/React.forwardRef(function SearchLocate(_ref3,
|
|
|
82
112
|
viewBox: "0 0 32 32",
|
|
83
113
|
fill: "currentColor",
|
|
84
114
|
...rest
|
|
85
|
-
},
|
|
86
|
-
d: "
|
|
115
|
+
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
116
|
+
d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z"
|
|
117
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
118
|
+
d: "M28,20H25V18h3V4H8V7H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
|
|
119
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
120
|
+
d: "M20 6H26V8H20zM22 10H26V12H22z"
|
|
87
121
|
})), children);
|
|
88
122
|
});
|
|
89
123
|
if (process.env.NODE_ENV !== "production") {
|
|
90
|
-
|
|
124
|
+
WatsonHealthSaveAnnotation.propTypes = iconPropTypes4cbeb95d.i;
|
|
91
125
|
}
|
|
92
|
-
const
|
|
126
|
+
const WatsonHealthSaveImage = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveImage(_ref4, ref) {
|
|
93
127
|
let {
|
|
94
128
|
children,
|
|
95
129
|
size = 16,
|
|
@@ -103,14 +137,16 @@ const SearchLocateMirror = /*#__PURE__*/React.forwardRef(function SearchLocateMi
|
|
|
103
137
|
viewBox: "0 0 32 32",
|
|
104
138
|
fill: "currentColor",
|
|
105
139
|
...rest
|
|
106
|
-
},
|
|
107
|
-
d: "M21
|
|
140
|
+
}, _path0 || (_path0 = /*#__PURE__*/React.createElement("path", {
|
|
141
|
+
d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z"
|
|
142
|
+
})), _path1 || (_path1 = /*#__PURE__*/React.createElement("path", {
|
|
143
|
+
d: "M28,20H25V18h3V4H14V7H12V4a2,2,0,0,1,2-2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
|
|
108
144
|
})), children);
|
|
109
145
|
});
|
|
110
146
|
if (process.env.NODE_ENV !== "production") {
|
|
111
|
-
|
|
147
|
+
WatsonHealthSaveImage.propTypes = iconPropTypes4cbeb95d.i;
|
|
112
148
|
}
|
|
113
|
-
const
|
|
149
|
+
const SaveModel = /*#__PURE__*/React.forwardRef(function SaveModel(_ref5, ref) {
|
|
114
150
|
let {
|
|
115
151
|
children,
|
|
116
152
|
size = 16,
|
|
@@ -124,16 +160,16 @@ const Security = /*#__PURE__*/React.forwardRef(function Security(_ref5, ref) {
|
|
|
124
160
|
viewBox: "0 0 32 32",
|
|
125
161
|
fill: "currentColor",
|
|
126
162
|
...rest
|
|
127
|
-
},
|
|
128
|
-
d: "
|
|
129
|
-
})),
|
|
130
|
-
d: "M16,
|
|
163
|
+
}, _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
164
|
+
d: "M26,20l1.4272,1.9028L23,26.9629l-4.4272-5.06L20,20h6m1-2H19l-3,4,7,8,7-8-3-4Z"
|
|
165
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
166
|
+
d: "M16,26H12V18h2V16H12a2,2,0,0,0-2,2v8H6V6h4v4a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V6.41l4,4V16h2V10a1,1,0,0,0-.29-.71l-5-5A.9989.9989,0,0,0,22,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H16ZM12,6h8v4H12Z"
|
|
131
167
|
})), children);
|
|
132
168
|
});
|
|
133
169
|
if (process.env.NODE_ENV !== "production") {
|
|
134
|
-
|
|
170
|
+
SaveModel.propTypes = iconPropTypes4cbeb95d.i;
|
|
135
171
|
}
|
|
136
|
-
const
|
|
172
|
+
const WatsonHealthSaveSeries = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveSeries(_ref6, ref) {
|
|
137
173
|
let {
|
|
138
174
|
children,
|
|
139
175
|
size = 16,
|
|
@@ -147,16 +183,18 @@ const SecurityServices = /*#__PURE__*/React.forwardRef(function SecurityServices
|
|
|
147
183
|
viewBox: "0 0 32 32",
|
|
148
184
|
fill: "currentColor",
|
|
149
185
|
...rest
|
|
150
|
-
},
|
|
151
|
-
d: "
|
|
152
|
-
})),
|
|
153
|
-
d: "
|
|
186
|
+
}, _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
187
|
+
d: "M21.56,15.1l-3.48-4.35A2,2,0,0,0,16.52,10H4a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H20a2,2,0,0,0,2-2V16.35A2,2,0,0,0,21.56,15.1ZM9,12h6v3H9Zm6,16H9V22h6Zm2,0V22a2,2,0,0,0-2-2H9a2,2,0,0,0-2,2v6H4V12H7v3a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V12.6l3,3.75V28Z"
|
|
188
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
189
|
+
d: "M27,21H25V7H11V5H25a2,2,0,0,1,2,2Z"
|
|
190
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
191
|
+
d: "M32,14H30V2H18V0H30a2,2,0,0,1,2,2Z"
|
|
154
192
|
})), children);
|
|
155
193
|
});
|
|
156
194
|
if (process.env.NODE_ENV !== "production") {
|
|
157
|
-
|
|
195
|
+
WatsonHealthSaveSeries.propTypes = iconPropTypes4cbeb95d.i;
|
|
158
196
|
}
|
|
159
|
-
const
|
|
197
|
+
const Scale = /*#__PURE__*/React.forwardRef(function Scale(_ref7, ref) {
|
|
160
198
|
let {
|
|
161
199
|
children,
|
|
162
200
|
size = 16,
|
|
@@ -170,14 +208,16 @@ const Select_01 = /*#__PURE__*/React.forwardRef(function Select_01(_ref7, ref) {
|
|
|
170
208
|
viewBox: "0 0 32 32",
|
|
171
209
|
fill: "currentColor",
|
|
172
210
|
...rest
|
|
173
|
-
},
|
|
174
|
-
d: "
|
|
211
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
212
|
+
d: "M13,17H7a2,2,0,0,0-2,2v6a2,2,0,0,0,2,2h6a2,2,0,0,0,2-2V19A2,2,0,0,0,13,17ZM7,25V19h6v6Z"
|
|
213
|
+
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
214
|
+
d: "M19,21v2h6a2,2,0,0,0,2-2V7a2,2,0,0,0-2-2H11A2,2,0,0,0,9,7v6h2V7H25V21"
|
|
175
215
|
})), children);
|
|
176
216
|
});
|
|
177
217
|
if (process.env.NODE_ENV !== "production") {
|
|
178
|
-
|
|
218
|
+
Scale.propTypes = iconPropTypes4cbeb95d.i;
|
|
179
219
|
}
|
|
180
|
-
const
|
|
220
|
+
const Scales = /*#__PURE__*/React.forwardRef(function Scales(_ref8, ref) {
|
|
181
221
|
let {
|
|
182
222
|
children,
|
|
183
223
|
size = 16,
|
|
@@ -191,14 +231,14 @@ const Select_02 = /*#__PURE__*/React.forwardRef(function Select_02(_ref8, ref) {
|
|
|
191
231
|
viewBox: "0 0 32 32",
|
|
192
232
|
fill: "currentColor",
|
|
193
233
|
...rest
|
|
194
|
-
},
|
|
195
|
-
d: "
|
|
234
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
235
|
+
d: "M20,16a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L25.896,7.5562a.8913.8913,0,0,0-.0454-.0816A1,1,0,0,0,25,7H18.8218A3.0155,3.0155,0,0,0,17,5.1841V2H15V5.1841A3.0155,3.0155,0,0,0,13.1782,7H7a1,1,0,0,0-.8945.5527l-4,8A1,1,0,0,0,2,16a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L8.6182,9h4.56A3.0147,3.0147,0,0,0,15,10.8154V28H6v2H26V28H17V10.8159A3.0155,3.0155,0,0,0,18.8218,9h4.56l-3.2763,6.5527A1,1,0,0,0,20,16ZM7,19a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,7,19Zm2.3821-4H4.6179L7,10.2363ZM16,9a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,9Zm9,10a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,25,19Zm0-8.7637L27.3821,15H22.6179Z"
|
|
196
236
|
})), children);
|
|
197
237
|
});
|
|
198
238
|
if (process.env.NODE_ENV !== "production") {
|
|
199
|
-
|
|
239
|
+
Scales.propTypes = iconPropTypes4cbeb95d.i;
|
|
200
240
|
}
|
|
201
|
-
const
|
|
241
|
+
const ScalesTipped = /*#__PURE__*/React.forwardRef(function ScalesTipped(_ref9, ref) {
|
|
202
242
|
let {
|
|
203
243
|
children,
|
|
204
244
|
size = 16,
|
|
@@ -212,14 +252,14 @@ const SelectWindow = /*#__PURE__*/React.forwardRef(function SelectWindow(_ref9,
|
|
|
212
252
|
viewBox: "0 0 32 32",
|
|
213
253
|
fill: "currentColor",
|
|
214
254
|
...rest
|
|
215
|
-
},
|
|
216
|
-
d: "
|
|
255
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
256
|
+
d: "M20,13a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473l-4-8a1,1,0,0,0-1.2109-.5014l-6.3308,2.11A3.0322,3.0322,0,0,0,17,5.1841V2H15V5.1841a2.9949,2.9949,0,0,0-1.9956,2.76l-6.3208,2.107a1,1,0,0,0-.5781.5014l-4,8A1,1,0,0,0,2,19a5,5,0,0,0,10,0,1,1,0,0,0-.1055-.4473L8.41,11.584l5.237-1.7456A3.0285,3.0285,0,0,0,15,10.8154V28H6v2H26V28H17V10.8159a2.9951,2.9951,0,0,0,1.9956-2.76l4.03-1.3438-2.92,5.8408A1,1,0,0,0,20,13ZM7,22a2.9956,2.9956,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,7,22Zm2.3821-4H4.6179L7,13.2363ZM16,9a1,1,0,1,1,1-1A1.0009,1.0009,0,0,1,16,9Zm9,7a2.9958,2.9958,0,0,1-2.8152-2h5.63A2.9956,2.9956,0,0,1,25,16Zm0-8.7637L27.3821,12H22.6179Z"
|
|
217
257
|
})), children);
|
|
218
258
|
});
|
|
219
259
|
if (process.env.NODE_ENV !== "production") {
|
|
220
|
-
|
|
260
|
+
ScalesTipped.propTypes = iconPropTypes4cbeb95d.i;
|
|
221
261
|
}
|
|
222
|
-
const
|
|
262
|
+
const Scalpel = /*#__PURE__*/React.forwardRef(function Scalpel(_ref10, ref) {
|
|
223
263
|
let {
|
|
224
264
|
children,
|
|
225
265
|
size = 16,
|
|
@@ -233,14 +273,14 @@ const Send = /*#__PURE__*/React.forwardRef(function Send(_ref10, ref) {
|
|
|
233
273
|
viewBox: "0 0 32 32",
|
|
234
274
|
fill: "currentColor",
|
|
235
275
|
...rest
|
|
236
|
-
},
|
|
237
|
-
d: "
|
|
276
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
277
|
+
d: "M28.83,5.17a4.1,4.1,0,0,0-5.66,0L.34,28H9.59a5,5,0,0,0,3.53-1.46L28.83,10.83a4,4,0,0,0,0-5.66ZM12.29,18.88l2.09-2.09,2.83,2.83-2.09,2.09Zm-.58,6.24A3,3,0,0,1,9.59,26H5.17l5.71-5.71,2.83,2.83ZM27.41,9.41l-8.79,8.8-2.83-2.83,8.8-8.79a2,2,0,0,1,2.82,0,2,2,0,0,1,0,2.82Z"
|
|
238
278
|
})), children);
|
|
239
279
|
});
|
|
240
280
|
if (process.env.NODE_ENV !== "production") {
|
|
241
|
-
|
|
281
|
+
Scalpel.propTypes = iconPropTypes4cbeb95d.i;
|
|
242
282
|
}
|
|
243
|
-
const
|
|
283
|
+
const WatsonHealthScalpelCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelCursor(_ref11, ref) {
|
|
244
284
|
let {
|
|
245
285
|
children,
|
|
246
286
|
size = 16,
|
|
@@ -254,14 +294,14 @@ const SendAlt = /*#__PURE__*/React.forwardRef(function SendAlt(_ref11, ref) {
|
|
|
254
294
|
viewBox: "0 0 32 32",
|
|
255
295
|
fill: "currentColor",
|
|
256
296
|
...rest
|
|
257
|
-
},
|
|
258
|
-
d: "
|
|
297
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
298
|
+
d: "M28.8281 7.1338a4.0941 4.0941 0 00-5.6562 0L.3433 29.9619H9.5889a4.9682 4.9682 0 003.5356-1.4648L28.8281 12.79a3.9984 3.9984 0 000-5.6562zM12.2928 20.8406l2.086-2.0858 2.8293 2.8293L15.1224 23.67zM11.71 27.083a2.9824 2.9824 0 01-2.1215.8789H5.1714l5.7073-5.7072 2.83 2.83zM27.4141 11.376L18.6221 20.17l-2.8293-2.8292 8.7931-8.7928a2.0471 2.0471 0 012.8282 0 1.9993 1.9993 0 010 2.8281zM13 4L4 4 4 13 6 13 6 6 13 6 13 4z"
|
|
259
299
|
})), children);
|
|
260
300
|
});
|
|
261
301
|
if (process.env.NODE_ENV !== "production") {
|
|
262
|
-
|
|
302
|
+
WatsonHealthScalpelCursor.propTypes = iconPropTypes4cbeb95d.i;
|
|
263
303
|
}
|
|
264
|
-
const
|
|
304
|
+
const WatsonHealthScalpelLasso = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelLasso(_ref12, ref) {
|
|
265
305
|
let {
|
|
266
306
|
children,
|
|
267
307
|
size = 16,
|
|
@@ -275,14 +315,14 @@ const SendAltFilled = /*#__PURE__*/React.forwardRef(function SendAltFilled(_ref1
|
|
|
275
315
|
viewBox: "0 0 32 32",
|
|
276
316
|
fill: "currentColor",
|
|
277
317
|
...rest
|
|
278
|
-
},
|
|
279
|
-
d: "
|
|
318
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
319
|
+
d: "M28.8281 7.1338a4.0941 4.0941 0 00-5.6562 0L.3433 29.9619H9.5889a4.9682 4.9682 0 003.5356-1.4648L28.8281 12.79a3.9984 3.9984 0 000-5.6562zM12.2928 20.8406l2.086-2.0858 2.8293 2.8293L15.1224 23.67zM11.71 27.083a2.9824 2.9824 0 01-2.1215.8789H5.1714l5.7073-5.7072 2.83 2.83zM27.4141 11.376L18.6221 20.17l-2.8293-2.8292 8.7931-8.7928a2.0471 2.0471 0 012.8282 0 1.9993 1.9993 0 010 2.8281zM11 2H7a4.9843 4.9843 0 00-3.8633 8.1528A2.9586 2.9586 0 003 11a2.9945 2.9945 0 002 2.8154V14a2.0025 2.0025 0 01-2 2H2v2H3a4.0045 4.0045 0 004-4v-.1841A2.9959 2.9959 0 008.8157 12H11A5 5 0 0011 2zM6 12a1 1 0 111-1A1.0009 1.0009 0 016 12zm5-2H8.8157A2.974 2.974 0 004.394 8.4746 2.9908 2.9908 0 017 4h4a3 3 0 010 6z"
|
|
280
320
|
})), children);
|
|
281
321
|
});
|
|
282
322
|
if (process.env.NODE_ENV !== "production") {
|
|
283
|
-
|
|
323
|
+
WatsonHealthScalpelLasso.propTypes = iconPropTypes4cbeb95d.i;
|
|
284
324
|
}
|
|
285
|
-
const
|
|
325
|
+
const WatsonHealthScalpelSelect = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelSelect(_ref13, ref) {
|
|
286
326
|
let {
|
|
287
327
|
children,
|
|
288
328
|
size = 16,
|
|
@@ -296,14 +336,14 @@ const SendFilled = /*#__PURE__*/React.forwardRef(function SendFilled(_ref13, ref
|
|
|
296
336
|
viewBox: "0 0 32 32",
|
|
297
337
|
fill: "currentColor",
|
|
298
338
|
...rest
|
|
299
|
-
},
|
|
300
|
-
d: "
|
|
339
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
340
|
+
d: "M28.8281 7.1719a4.0941 4.0941 0 00-5.6562 0L.3433 30H9.5889a4.9682 4.9682 0 003.5356-1.4648L28.8281 12.8281a3.9984 3.9984 0 000-5.6562zM12.2928 20.8787l2.086-2.0859 2.8293 2.8294-2.0857 2.0862zM11.71 27.1211A2.9824 2.9824 0 019.5889 28H5.1714l5.7073-5.7072 2.83 2.83zm15.7037-15.707l-8.792 8.7939-2.8293-2.8292 8.7931-8.7929a2.0473 2.0473 0 012.8282 0 1.9995 1.9995 0 010 2.8282zM15 2a2.9948 2.9948 0 00-2.8157 2H7.8156A2.9925 2.9925 0 104 7.8154v4.3687a3 3 0 102 0V7.8159A2.9959 2.9959 0 007.8156 6h4.3686A2.9947 2.9947 0 1015 2zM5 16a1 1 0 111-1A1.0008 1.0008 0 015 16zM5 6A1 1 0 116 5 1.0008 1.0008 0 015 6zM15 6a1 1 0 111-1A1.0008 1.0008 0 0115 6z"
|
|
301
341
|
})), children);
|
|
302
342
|
});
|
|
303
343
|
if (process.env.NODE_ENV !== "production") {
|
|
304
|
-
|
|
344
|
+
WatsonHealthScalpelSelect.propTypes = iconPropTypes4cbeb95d.i;
|
|
305
345
|
}
|
|
306
|
-
const
|
|
346
|
+
const Scan = /*#__PURE__*/React.forwardRef(function Scan(_ref14, ref) {
|
|
307
347
|
let {
|
|
308
348
|
children,
|
|
309
349
|
size = 16,
|
|
@@ -317,18 +357,16 @@ const SendActionUsage = /*#__PURE__*/React.forwardRef(function SendActionUsage(_
|
|
|
317
357
|
viewBox: "0 0 32 32",
|
|
318
358
|
fill: "currentColor",
|
|
319
359
|
...rest
|
|
320
|
-
},
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
strokeWidth: "0",
|
|
325
|
-
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
|
360
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
361
|
+
d: "M21,29H5a2,2,0,0,1-2-2V5A2,2,0,0,1,5,3H21V5H5V27H21Z"
|
|
362
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
363
|
+
d: "M15 9H17V23H15zM27 9H29V23H27zM21 9H23V23H21z"
|
|
326
364
|
})), children);
|
|
327
365
|
});
|
|
328
366
|
if (process.env.NODE_ENV !== "production") {
|
|
329
|
-
|
|
367
|
+
Scan.propTypes = iconPropTypes4cbeb95d.i;
|
|
330
368
|
}
|
|
331
|
-
const
|
|
369
|
+
const ScanAlt = /*#__PURE__*/React.forwardRef(function ScanAlt(_ref15, ref) {
|
|
332
370
|
let {
|
|
333
371
|
children,
|
|
334
372
|
size = 16,
|
|
@@ -342,14 +380,14 @@ const SendBackward = /*#__PURE__*/React.forwardRef(function SendBackward(_ref15,
|
|
|
342
380
|
viewBox: "0 0 32 32",
|
|
343
381
|
fill: "currentColor",
|
|
344
382
|
...rest
|
|
345
|
-
},
|
|
346
|
-
d: "
|
|
383
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
384
|
+
d: "M22 24H10a2 2 0 01-2-2V19h2v3H22V19h2v3A2 2 0 0122 24zM2 15H30V17H2zM24 13H22V10H10v3H8V10a2 2 0 012-2H22a2 2 0 012 2zM30 10L28 10 28 4 22 4 22 2 30 2 30 10zM4 10L2 10 2 2 10 2 10 4 4 4 4 10zM10 30L2 30 2 22 4 22 4 28 10 28 10 30zM30 30L22 30 22 28 28 28 28 22 30 22 30 30z"
|
|
347
385
|
})), children);
|
|
348
386
|
});
|
|
349
387
|
if (process.env.NODE_ENV !== "production") {
|
|
350
|
-
|
|
388
|
+
ScanAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
351
389
|
}
|
|
352
|
-
const
|
|
390
|
+
const ScanDisabled = /*#__PURE__*/React.forwardRef(function ScanDisabled(_ref16, ref) {
|
|
353
391
|
let {
|
|
354
392
|
children,
|
|
355
393
|
size = 16,
|
|
@@ -363,14 +401,14 @@ const SendToBack = /*#__PURE__*/React.forwardRef(function SendToBack(_ref16, ref
|
|
|
363
401
|
viewBox: "0 0 32 32",
|
|
364
402
|
fill: "currentColor",
|
|
365
403
|
...rest
|
|
366
|
-
},
|
|
367
|
-
d: "
|
|
404
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
405
|
+
d: "M29.3826 2.0762a.9993.9993 0 00-1.09.2168l-26 26A1 1 0 003 30h8V28H5.4143l4-4H22a2.0021 2.0021 0 002-2V9.4146l4-4V11h2V3A1 1 0 0029.3826 2.0762zM22 22H11.4143L22 11.4146zM10 17.7554V10h7.7554l2-2H10a2.0025 2.0025 0 00-2 2v9.7554zM11 2L2 2 2 11 4 11 4 4 11 4 11 2zM21 30L30 30 30 21 28 21 28 28 21 28 21 30zM4 23.755L4 21 2 21 2 25.754 4 23.755zM25.755 2L21 2 21 4 23.755 4 25.755 2z"
|
|
368
406
|
})), children);
|
|
369
407
|
});
|
|
370
408
|
if (process.env.NODE_ENV !== "production") {
|
|
371
|
-
|
|
409
|
+
ScanDisabled.propTypes = iconPropTypes4cbeb95d.i;
|
|
372
410
|
}
|
|
373
|
-
const
|
|
411
|
+
const ScatterMatrix = /*#__PURE__*/React.forwardRef(function ScatterMatrix(_ref17, ref) {
|
|
374
412
|
let {
|
|
375
413
|
children,
|
|
376
414
|
size = 16,
|
|
@@ -384,18 +422,26 @@ const ServerDns = /*#__PURE__*/React.forwardRef(function ServerDns(_ref17, ref)
|
|
|
384
422
|
viewBox: "0 0 32 32",
|
|
385
423
|
fill: "currentColor",
|
|
386
424
|
...rest
|
|
387
|
-
},
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
425
|
+
}, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
426
|
+
cx: "9.5",
|
|
427
|
+
cy: "9.5",
|
|
428
|
+
r: "2.5"
|
|
429
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
430
|
+
cx: "9.5",
|
|
431
|
+
cy: "22.5",
|
|
432
|
+
r: "2.5"
|
|
433
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
434
|
+
cx: "22.5",
|
|
435
|
+
cy: "22.5",
|
|
436
|
+
r: "2.5"
|
|
437
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
438
|
+
d: "M28,2H4A2.0023,2.0023,0,0,0,2,4V28a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V4A2.0023,2.0023,0,0,0,28,2Zm0,13H17V4H28ZM15,4V15H4V4ZM4,17H15V28H4ZM17,28V17H28V28Z"
|
|
393
439
|
})), children);
|
|
394
440
|
});
|
|
395
441
|
if (process.env.NODE_ENV !== "production") {
|
|
396
|
-
|
|
442
|
+
ScatterMatrix.propTypes = iconPropTypes4cbeb95d.i;
|
|
397
443
|
}
|
|
398
|
-
const
|
|
444
|
+
const Schematics = /*#__PURE__*/React.forwardRef(function Schematics(_ref18, ref) {
|
|
399
445
|
let {
|
|
400
446
|
children,
|
|
401
447
|
size = 16,
|
|
@@ -409,20 +455,14 @@ const ServerProxy = /*#__PURE__*/React.forwardRef(function ServerProxy(_ref18, r
|
|
|
409
455
|
viewBox: "0 0 32 32",
|
|
410
456
|
fill: "currentColor",
|
|
411
457
|
...rest
|
|
412
|
-
},
|
|
413
|
-
d: "
|
|
414
|
-
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
415
|
-
cx: "9",
|
|
416
|
-
cy: "25",
|
|
417
|
-
r: "1"
|
|
418
|
-
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
419
|
-
d: "M26,2,24.59,3.41,27.17,6H22.315A6.9835,6.9835,0,0,0,9.08,10H4.83L7.41,7.41,6,6,1,11l5,5,1.41-1.41L4.83,12H9.685A6.9835,6.9835,0,0,0,22.92,8h4.25l-2.58,2.59L26,12l5-5ZM21,9a4.983,4.983,0,0,1-8.9745,3H16V10H11.1011a4.9852,4.9852,0,0,1,8.8734-4H16V8h4.8989A5.0019,5.0019,0,0,1,21,9Z"
|
|
458
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
459
|
+
d: "M27,19.001A4.0056,4.0056,0,0,0,22.9991,15H9.0011A2.0031,2.0031,0,0,1,7,12.9991V9.858A3.9949,3.9949,0,0,0,9.8581,7h12.284a4,4,0,1,0,0-2H9.8581A3.9916,3.9916,0,1,0,5,9.858v3.1411A4.0057,4.0057,0,0,0,9.0011,17h13.998A2.003,2.003,0,0,1,25,19.001V22H22v3H9.8581a4,4,0,1,0,0,2H22v3h8V22H27ZM26,4a2,2,0,1,1-2,2A2.0019,2.0019,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.0019,2.0019,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.002,2.002,0,0,1,6,28Zm22-4v4H24V24Z"
|
|
420
460
|
})), children);
|
|
421
461
|
});
|
|
422
462
|
if (process.env.NODE_ENV !== "production") {
|
|
423
|
-
|
|
463
|
+
Schematics.propTypes = iconPropTypes4cbeb95d.i;
|
|
424
464
|
}
|
|
425
|
-
const
|
|
465
|
+
const ScisControlTower = /*#__PURE__*/React.forwardRef(function ScisControlTower(_ref19, ref) {
|
|
426
466
|
let {
|
|
427
467
|
children,
|
|
428
468
|
size = 16,
|
|
@@ -436,22 +476,14 @@ const ServerTime = /*#__PURE__*/React.forwardRef(function ServerTime(_ref19, ref
|
|
|
436
476
|
viewBox: "0 0 32 32",
|
|
437
477
|
fill: "currentColor",
|
|
438
478
|
...rest
|
|
439
|
-
},
|
|
440
|
-
d: "
|
|
441
|
-
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
442
|
-
cx: "7",
|
|
443
|
-
cy: "25",
|
|
444
|
-
r: "1"
|
|
445
|
-
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
446
|
-
d: "M19 11.586L17 9.586 17 6 15 6 15 10.414 17.586 13 19 11.586z"
|
|
447
|
-
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
448
|
-
d: "M16,18a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,18ZM16,4a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,4Z"
|
|
479
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
480
|
+
d: "M27,19c-0.3,0-0.7,0.1-1,0.2L20.4,12c1-1.1,1.6-2.5,1.6-4c0-3.3-2.7-6-6-6s-6,2.7-6,6c0,1.6,0.6,3,1.6,4L6,19.2 C5.7,19.1,5.3,19,5,19c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.6-0.2-1.1-0.5-1.6l5.6-7.1c0.6,0.3,1.2,0.5,1.9,0.6v10.3 c-1.2,0.4-2,1.5-2,2.8c0,1.7,1.3,3,3,3s3-1.3,3-3c0-1.3-0.8-2.4-2-2.8V13.9c0.7-0.1,1.3-0.3,1.9-0.6l5.6,7.1c-0.3,0.5-0.5,1-0.5,1.6 c0,1.7,1.3,3,3,3s3-1.3,3-3S28.7,19,27,19z M16,4c2.2,0,4,1.8,4,4s-1.8,4-4,4s-4-1.8-4-4S13.8,4,16,4z M5,23c-0.6,0-1-0.4-1-1 s0.4-1,1-1s1,0.4,1,1S5.6,23,5,23z M16,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S16.6,28,16,28z M27,23c-0.6,0-1-0.4-1-1s0.4-1,1-1 s1,0.4,1,1S27.6,23,27,23z"
|
|
449
481
|
})), children);
|
|
450
482
|
});
|
|
451
483
|
if (process.env.NODE_ENV !== "production") {
|
|
452
|
-
|
|
484
|
+
ScisControlTower.propTypes = iconPropTypes4cbeb95d.i;
|
|
453
485
|
}
|
|
454
|
-
const
|
|
486
|
+
const ScisTransparentSupply = /*#__PURE__*/React.forwardRef(function ScisTransparentSupply(_ref20, ref) {
|
|
455
487
|
let {
|
|
456
488
|
children,
|
|
457
489
|
size = 16,
|
|
@@ -465,15 +497,18 @@ const ServiceDesk = /*#__PURE__*/React.forwardRef(function ServiceDesk(_ref20, r
|
|
|
465
497
|
viewBox: "0 0 32 32",
|
|
466
498
|
fill: "currentColor",
|
|
467
499
|
...rest
|
|
468
|
-
},
|
|
469
|
-
d: "
|
|
470
|
-
|
|
500
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
501
|
+
d: "M23,23v3H8.5a4.5,4.5,0,0,1,0-9H9V15H8.5a6.5,6.5,0,0,0,0,13H23v3h8V23Zm6,6H25V25h4Z"
|
|
502
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
503
|
+
d: "M21 22H19V19H13v3H11V19a2.0023 2.0023 0 012-2h6a2.0023 2.0023 0 012 2zM16 16a3 3 0 113-3A3.0033 3.0033 0 0116 16zm0-4a1 1 0 101 1A1.0013 1.0013 0 0016 12z"
|
|
504
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
505
|
+
d: "M23.5,4H9V1H1V9H9V6H23.5a4.5,4.5,0,0,1,0,9H23v2h.5a6.5,6.5,0,0,0,0-13ZM7,7H3V3H7Z"
|
|
471
506
|
})), children);
|
|
472
507
|
});
|
|
473
508
|
if (process.env.NODE_ENV !== "production") {
|
|
474
|
-
|
|
509
|
+
ScisTransparentSupply.propTypes = iconPropTypes4cbeb95d.i;
|
|
475
510
|
}
|
|
476
|
-
const
|
|
511
|
+
const Scooter = /*#__PURE__*/React.forwardRef(function Scooter(_ref21, ref) {
|
|
477
512
|
let {
|
|
478
513
|
children,
|
|
479
514
|
size = 16,
|
|
@@ -487,16 +522,14 @@ const ServiceId = /*#__PURE__*/React.forwardRef(function ServiceId(_ref21, ref)
|
|
|
487
522
|
viewBox: "0 0 32 32",
|
|
488
523
|
fill: "currentColor",
|
|
489
524
|
...rest
|
|
490
|
-
},
|
|
491
|
-
d: "
|
|
492
|
-
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
493
|
-
d: "M6,28V4h16v9h2V4c0-1.103-0.897-2-2-2H6C4.897,2,4,2.897,4,4v24c0,1.103,0.897,2,2,2h8v-2H6z"
|
|
525
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
526
|
+
d: "M26 28a4 4 0 114-4A4.0045 4.0045 0 0126 28zm0-6a2 2 0 102 2A2.0023 2.0023 0 0026 22zM24 8H18v2h6a1 1 0 010 2H21a1 1 0 00-.98 1.1963l.9241 4.6211L18.4338 22h-2.69l-2.5723-8.5752A1.988 1.988 0 0011.2559 12H6v2h5.2561l.6 2H7a5.0057 5.0057 0 00-5 5v2a1 1 0 001 1H4a4 4 0 008 0h7a1 1 0 00.8574-.4854l3-5a1 1 0 00.1231-.7109L22.22 14H24a3 3 0 000-6zM8 26a2.0025 2.0025 0 01-2-2h4A2.0025 2.0025 0 018 26zM4 22V21a3.0033 3.0033 0 013-3h5.4561l1.2 4z"
|
|
494
527
|
})), children);
|
|
495
528
|
});
|
|
496
529
|
if (process.env.NODE_ENV !== "production") {
|
|
497
|
-
|
|
530
|
+
Scooter.propTypes = iconPropTypes4cbeb95d.i;
|
|
498
531
|
}
|
|
499
|
-
const
|
|
532
|
+
const ScooterFront = /*#__PURE__*/React.forwardRef(function ScooterFront(_ref22, ref) {
|
|
500
533
|
let {
|
|
501
534
|
children,
|
|
502
535
|
size = 16,
|
|
@@ -510,30 +543,16 @@ const ServiceLevels = /*#__PURE__*/React.forwardRef(function ServiceLevels(_ref2
|
|
|
510
543
|
viewBox: "0 0 32 32",
|
|
511
544
|
fill: "currentColor",
|
|
512
545
|
...rest
|
|
513
|
-
},
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
518
|
-
cx: "16",
|
|
519
|
-
cy: "11",
|
|
520
|
-
r: "1"
|
|
521
|
-
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
522
|
-
cx: "25",
|
|
523
|
-
cy: "19",
|
|
524
|
-
r: "1"
|
|
525
|
-
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
526
|
-
cx: "10",
|
|
527
|
-
cy: "14",
|
|
528
|
-
r: "1"
|
|
529
|
-
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
530
|
-
d: "M30 20h-2c0-1.2616-.1946-2.5042-.5786-3.6929l1.9033-.6146c.448 1.3876.6753 2.8369.6753 4.3075zM29.8508 8.9775l-2.4368 2.4365-.0005-.0005c-.3621.3623-.8621.5864-1.4136.5864-1.103 0-2-.897-2-2 0-.5518.2241-1.0518.5864-1.4136l-.0005-.0005 2.4368-2.4365c-.3284-.0879-.667-.1494-1.0227-.1494-2.2056 0-4 1.7944-4 4 0 .7393.2153 1.4238.5669 2.019l-4.5479 4.5479c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056 0-4 1.7944-4 4s1.7944 4 4 4 4-1.7944 4-4c0-.7397-.2153-1.4243-.5669-2.019l4.5479-4.5479c.595.3516 1.2795.5669 2.019.5669 2.2056 0 4-1.7944 4-4 0-.3555-.0615-.6943-.1492-1.0225zm-13.8508 13.0225c-1.103 0-2-.8975-2-2s.897-2 2-2 2 .8975 2 2-.897 2-2 2zM4 20h-2c0-7.7196 6.2803-14 14-14 1.4707 0 2.9199.2272 4.3074.6754l-.6147 1.9031c-1.1885-.3838-2.4309-.5785-3.6926-.5785-6.6167 0-12 5.3832-12 12z"
|
|
546
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
547
|
+
d: "M15 19H17V28H15z"
|
|
548
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
549
|
+
d: "M23,10V8H20a2.0025,2.0025,0,0,0-2-2H14a2.0025,2.0025,0,0,0-2,2H9v2h3v4.1841A2.9957,2.9957,0,0,0,10,17v7h2V17a1.0008,1.0008,0,0,1,1-1h6a1.0008,1.0008,0,0,1,1,1v7h2V17a2.9957,2.9957,0,0,0-2-2.8159V10ZM18,8v6H14V8Z"
|
|
531
550
|
})), children);
|
|
532
551
|
});
|
|
533
552
|
if (process.env.NODE_ENV !== "production") {
|
|
534
|
-
|
|
553
|
+
ScooterFront.propTypes = iconPropTypes4cbeb95d.i;
|
|
535
554
|
}
|
|
536
|
-
const
|
|
555
|
+
const Screen = /*#__PURE__*/React.forwardRef(function Screen(_ref23, ref) {
|
|
537
556
|
let {
|
|
538
557
|
children,
|
|
539
558
|
size = 16,
|
|
@@ -547,34 +566,19 @@ const SessionBorderControl = /*#__PURE__*/React.forwardRef(function SessionBorde
|
|
|
547
566
|
viewBox: "0 0 32 32",
|
|
548
567
|
fill: "currentColor",
|
|
549
568
|
...rest
|
|
550
|
-
},
|
|
551
|
-
d: "
|
|
569
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
570
|
+
d: "M28,4H4A2,2,0,0,0,2,6V22a2,2,0,0,0,2,2h8v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V6A2,2,0,0,0,28,4ZM18,28H14V24h4Zm10-6H4V6H28Z"
|
|
552
571
|
})), children);
|
|
553
572
|
});
|
|
554
573
|
if (process.env.NODE_ENV !== "production") {
|
|
555
|
-
|
|
574
|
+
Screen.propTypes = iconPropTypes4cbeb95d.i;
|
|
556
575
|
}
|
|
557
|
-
const
|
|
576
|
+
const ScreenOff = /*#__PURE__*/React.forwardRef(function ScreenOff(_ref24, ref) {
|
|
558
577
|
let {
|
|
559
578
|
children,
|
|
560
579
|
size = 16,
|
|
561
580
|
...rest
|
|
562
581
|
} = _ref24;
|
|
563
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
564
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
565
|
-
width: size,
|
|
566
|
-
height: size,
|
|
567
|
-
ref: ref,
|
|
568
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
569
|
-
viewBox: "0 0 16 16",
|
|
570
|
-
fill: "currentColor",
|
|
571
|
-
...rest
|
|
572
|
-
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
573
|
-
d: "M13.5,8.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l1-0.8c0.4-0.3,0.4-0.9,0.2-1.3l-1.2-2C13.3,3.2,13,3,12.6,3 c-0.1,0-0.2,0-0.3,0.1l-1.2,0.4c-0.2-0.1-0.4-0.3-0.7-0.4l-0.3-1.3C10.1,1.3,9.7,1,9.2,1H6.8c-0.5,0-0.9,0.3-1,0.8L5.6,3.1 C5.3,3.2,5.1,3.3,4.9,3.4L3.7,3C3.6,3,3.5,3,3.4,3C3,3,2.7,3.2,2.5,3.5l-1.2,2C1.1,5.9,1.2,6.4,1.6,6.8l0.9,0.9c0,0.1,0,0.3,0,0.4 c0,0.1,0,0.3,0,0.4L1.6,9.2c-0.4,0.3-0.5,0.9-0.2,1.3l1.2,2C2.7,12.8,3,13,3.4,13c0.1,0,0.2,0,0.3-0.1l1.2-0.4 c0.2,0.1,0.4,0.3,0.7,0.4l0.3,1.3c0.1,0.5,0.5,0.8,1,0.8h2.4c0.5,0,0.9-0.3,1-0.8l0.3-1.3c0.2-0.1,0.4-0.2,0.7-0.4l1.2,0.4 c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.2,0.9-0.5l1.1-2c0.2-0.4,0.2-0.9-0.2-1.3L13.5,8.4z M12.6,12l-1.7-0.6c-0.4,0.3-0.9,0.6-1.4,0.8 L9.2,14H6.8l-0.4-1.8c-0.5-0.2-0.9-0.5-1.4-0.8L3.4,12l-1.2-2l1.4-1.2c-0.1-0.5-0.1-1.1,0-1.6L2.2,6l1.2-2l1.7,0.6 C5.5,4.2,6,4,6.5,3.8L6.8,2h2.4l0.4,1.8c0.5,0.2,0.9,0.5,1.4,0.8L12.6,4l1.2,2l-1.4,1.2c0.1,0.5,0.1,1.1,0,1.6l1.4,1.2L12.6,12z"
|
|
574
|
-
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
575
|
-
d: "M8,11c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3C11,9.6,9.7,11,8,11C8,11,8,11,8,11z M8,6C6.9,6,6,6.8,6,7.9C6,7.9,6,8,6,8 c0,1.1,0.8,2,1.9,2c0,0,0.1,0,0.1,0c1.1,0,2-0.8,2-1.9c0,0,0-0.1,0-0.1C10,6.9,9.2,6,8,6C8.1,6,8,6,8,6z"
|
|
576
|
-
})), children);
|
|
577
|
-
}
|
|
578
582
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
579
583
|
width: size,
|
|
580
584
|
height: size,
|
|
@@ -583,16 +587,14 @@ const Settings = /*#__PURE__*/React.forwardRef(function Settings(_ref24, ref) {
|
|
|
583
587
|
viewBox: "0 0 32 32",
|
|
584
588
|
fill: "currentColor",
|
|
585
589
|
...rest
|
|
586
|
-
},
|
|
587
|
-
d: "
|
|
588
|
-
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
589
|
-
d: "M16,22a6,6,0,1,1,6-6A5.94,5.94,0,0,1,16,22Zm0-10a3.91,3.91,0,0,0-4,4,3.91,3.91,0,0,0,4,4,3.91,3.91,0,0,0,4-4A3.91,3.91,0,0,0,16,12Z"
|
|
590
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
591
|
+
d: "M28,22H11.41L30,3.41,28.59,2l-2,2H4A2,2,0,0,0,2,6V22H4V6H24.59L2,28.59,3.41,30l6-6H12v4H8v2H24V28H20V24h8a2,2,0,0,0,2-2V9H28ZM18,28H14V24h4Z"
|
|
590
592
|
})), children);
|
|
591
593
|
});
|
|
592
594
|
if (process.env.NODE_ENV !== "production") {
|
|
593
|
-
|
|
595
|
+
ScreenOff.propTypes = iconPropTypes4cbeb95d.i;
|
|
594
596
|
}
|
|
595
|
-
const
|
|
597
|
+
const ScreenMap = /*#__PURE__*/React.forwardRef(function ScreenMap(_ref25, ref) {
|
|
596
598
|
let {
|
|
597
599
|
children,
|
|
598
600
|
size = 16,
|
|
@@ -606,14 +608,16 @@ const SettingsAdjust = /*#__PURE__*/React.forwardRef(function SettingsAdjust(_re
|
|
|
606
608
|
viewBox: "0 0 32 32",
|
|
607
609
|
fill: "currentColor",
|
|
608
610
|
...rest
|
|
609
|
-
},
|
|
610
|
-
d: "
|
|
611
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
612
|
+
d: "M22 25H30V27H22zM22 21H30V23H22zM18.4141 11L23 11 23 9 15 9 15 17 17 17 17 12.4141 23.5859 19 25 17.5859 18.4141 11z"
|
|
613
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
614
|
+
d: "M28,3H4c-1.1028,0-2,.8975-2,2V21c0,1.1025,.8972,2,2,2H12v4h-4v2h12v-8H4V5H28v14h2V5c0-1.1025-.8972-2-2-2Zm-10,24h-4v-4h4v4Z"
|
|
611
615
|
})), children);
|
|
612
616
|
});
|
|
613
617
|
if (process.env.NODE_ENV !== "production") {
|
|
614
|
-
|
|
618
|
+
ScreenMap.propTypes = iconPropTypes4cbeb95d.i;
|
|
615
619
|
}
|
|
616
|
-
const
|
|
620
|
+
const ScreenMapSet = /*#__PURE__*/React.forwardRef(function ScreenMapSet(_ref26, ref) {
|
|
617
621
|
let {
|
|
618
622
|
children,
|
|
619
623
|
size = 16,
|
|
@@ -627,18 +631,18 @@ const SettingsCheck = /*#__PURE__*/React.forwardRef(function SettingsCheck(_ref2
|
|
|
627
631
|
viewBox: "0 0 32 32",
|
|
628
632
|
fill: "currentColor",
|
|
629
633
|
...rest
|
|
630
|
-
},
|
|
631
|
-
d: "
|
|
632
|
-
})),
|
|
633
|
-
d: "
|
|
634
|
-
})),
|
|
635
|
-
d: "
|
|
634
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
635
|
+
d: "M24 26H31V28H24zM24 22H31V24H24zM20.4141 12L25 12 25 10 17 10 17 18 19 18 19 13.4141 25.5859 20 27 18.5859 20.4141 12z"
|
|
636
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
637
|
+
d: "M7,7H29v12h2V7c0-1.1025-.8972-2-2-2H7c-1.1028,0-2,.8975-2,2v15c0,1.1025,.8972,2,2,2h7v4h-4v2h12v-8H7V7Zm13,21h-4v-4h4v4Z"
|
|
638
|
+
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
639
|
+
d: "M26,3V1H3C1.8972,1,1,1.8965,1,3v15H3V3H26Z"
|
|
636
640
|
})), children);
|
|
637
641
|
});
|
|
638
642
|
if (process.env.NODE_ENV !== "production") {
|
|
639
|
-
|
|
643
|
+
ScreenMapSet.propTypes = iconPropTypes4cbeb95d.i;
|
|
640
644
|
}
|
|
641
|
-
const
|
|
645
|
+
const Script = /*#__PURE__*/React.forwardRef(function Script(_ref27, ref) {
|
|
642
646
|
let {
|
|
643
647
|
children,
|
|
644
648
|
size = 16,
|
|
@@ -652,16 +656,16 @@ const SettingsEdit = /*#__PURE__*/React.forwardRef(function SettingsEdit(_ref27,
|
|
|
652
656
|
viewBox: "0 0 32 32",
|
|
653
657
|
fill: "currentColor",
|
|
654
658
|
...rest
|
|
655
|
-
},
|
|
656
|
-
d: "
|
|
657
|
-
})),
|
|
658
|
-
d: "
|
|
659
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
660
|
+
d: "M18.83 26L21.41 23.42 20 22 16 26 20 30 21.42 28.59 18.83 26zM27.17 26L24.59 28.58 26 30 30 26 26 22 24.58 23.41 27.17 26z"
|
|
661
|
+
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
662
|
+
d: "M14,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,2h6ZM18,4.4,23.6,10H18Z"
|
|
659
663
|
})), children);
|
|
660
664
|
});
|
|
661
665
|
if (process.env.NODE_ENV !== "production") {
|
|
662
|
-
|
|
666
|
+
Script.propTypes = iconPropTypes4cbeb95d.i;
|
|
663
667
|
}
|
|
664
|
-
const
|
|
668
|
+
const ScriptReference = /*#__PURE__*/React.forwardRef(function ScriptReference(_ref28, ref) {
|
|
665
669
|
let {
|
|
666
670
|
children,
|
|
667
671
|
size = 16,
|
|
@@ -675,18 +679,14 @@ const SettingsServices = /*#__PURE__*/React.forwardRef(function SettingsServices
|
|
|
675
679
|
viewBox: "0 0 32 32",
|
|
676
680
|
fill: "currentColor",
|
|
677
681
|
...rest
|
|
678
|
-
},
|
|
679
|
-
d: "
|
|
680
|
-
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
681
|
-
d: "M24 30H18a1 1 0 01-1-1V23a1 1 0 011-1h6a1 1 0 011 1v6A1 1 0 0124 30zm-5-2h4V24H19zM15 19.8579A3.9934 3.9934 0 1120 16h2a6 6 0 10-7 5.91z"
|
|
682
|
-
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
683
|
-
d: "M28.89,13.55l-2.31,2.03-1.42-1.42,2.41-2.12L25.21,7.96,21.77,9.12a9.3684,9.3684,0,0,0-2.7-1.57L18.36,4H13.64l-.71,3.55a8.8609,8.8609,0,0,0-2.71,1.57L6.79,7.96,4.43,12.04l2.72,2.39a8.8948,8.8948,0,0,0,0,3.13l-2.72,2.4,2.36,4.08,3.44-1.16a9.3684,9.3684,0,0,0,2.7,1.57L13.64,28H15v2H13.64a2.0007,2.0007,0,0,1-1.96-1.61l-.51-2.52a11.412,11.412,0,0,1-1.31-.75l-2.43.82a2.038,2.038,0,0,1-.64.1,1.973,1.973,0,0,1-1.73-1L2.7,20.96a2,2,0,0,1,.41-2.51l1.92-1.68C5.01,16.51,5,16.26,5,16s.02-.51.04-.76L3.11,13.55a2,2,0,0,1-.41-2.51L5.06,6.96a1.973,1.973,0,0,1,1.73-1,2.038,2.038,0,0,1,.64.1l2.42.82a11.5416,11.5416,0,0,1,1.32-.75l.51-2.52A2.0007,2.0007,0,0,1,13.64,2h4.72a2.0007,2.0007,0,0,1,1.96,1.61l.51,2.52a11.412,11.412,0,0,1,1.31.75l2.43-.82a2.038,2.038,0,0,1,.64-.1,1.973,1.973,0,0,1,1.73,1l2.36,4.08A2,2,0,0,1,28.89,13.55Z"
|
|
682
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
683
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM27.17 26L24.59 28.58 26 30 30 26 26 22 24.58 23.41 27.17 26zM18.83 26L21.41 23.42 20 22 16 26 20 30 21.42 28.59 18.83 26zM25.7 9.3l-7-7A.9087.9087 0 0018 2H8A2.0058 2.0058 0 006 4V16H8V4h8v6a2.0058 2.0058 0 002 2h6v6h2V10A.9092.9092 0 0025.7 9.3zM18 10V4.4L23.6 10z"
|
|
684
684
|
})), children);
|
|
685
685
|
});
|
|
686
686
|
if (process.env.NODE_ENV !== "production") {
|
|
687
|
-
|
|
687
|
+
ScriptReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
688
688
|
}
|
|
689
|
-
const
|
|
689
|
+
const Sdk = /*#__PURE__*/React.forwardRef(function Sdk(_ref29, ref) {
|
|
690
690
|
let {
|
|
691
691
|
children,
|
|
692
692
|
size = 16,
|
|
@@ -700,25 +700,32 @@ const SettingsView = /*#__PURE__*/React.forwardRef(function SettingsView(_ref29,
|
|
|
700
700
|
viewBox: "0 0 32 32",
|
|
701
701
|
fill: "currentColor",
|
|
702
702
|
...rest
|
|
703
|
-
},
|
|
704
|
-
|
|
705
|
-
cy: "24",
|
|
706
|
-
r: "2"
|
|
707
|
-
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
708
|
-
d: "M30.7769 23.4785A8.64 8.64 0 0023 18a8.64 8.64 0 00-7.7769 5.4785L15 24l.2231.5215A8.64 8.64 0 0023 30a8.64 8.64 0 007.7769-5.4785L31 24zM23 28a4 4 0 114-4A4.0045 4.0045 0 0123 28zM12.3989 20.8A6 6 0 1122 16H20a4 4 0 10-6.4 3.2z"
|
|
709
|
-
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
710
|
-
d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H15V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z"
|
|
703
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
704
|
+
d: "M30 9L27.9 9 24 15.6 24 9 22 9 22 23 24 23 24 18.7 24.9 17.2 27.9 23 30 23 26.1 15.4 30 9zM16 23H12V9h4a4.0118 4.0118 0 014 4v6A4.0118 4.0118 0 0116 23zm-2-2h2a2.0059 2.0059 0 002-2V13a2.0059 2.0059 0 00-2-2H14zM8 23H2V21H8V17H4a2.0059 2.0059 0 01-2-2V11A2.0059 2.0059 0 014 9h6v2H4v4H8a2.0059 2.0059 0 012 2v4A2.0059 2.0059 0 018 23z"
|
|
711
705
|
})), children);
|
|
712
706
|
});
|
|
713
707
|
if (process.env.NODE_ENV !== "production") {
|
|
714
|
-
|
|
708
|
+
Sdk.propTypes = iconPropTypes4cbeb95d.i;
|
|
715
709
|
}
|
|
716
|
-
const
|
|
710
|
+
const Search = /*#__PURE__*/React.forwardRef(function Search(_ref30, ref) {
|
|
717
711
|
let {
|
|
718
712
|
children,
|
|
719
713
|
size = 16,
|
|
720
714
|
...rest
|
|
721
715
|
} = _ref30;
|
|
716
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
717
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
718
|
+
width: size,
|
|
719
|
+
height: size,
|
|
720
|
+
ref: ref,
|
|
721
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
722
|
+
viewBox: "0 0 16 16",
|
|
723
|
+
fill: "currentColor",
|
|
724
|
+
...rest
|
|
725
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
726
|
+
d: "M15,14.3L10.7,10c1.9-2.3,1.6-5.8-0.7-7.7S4.2,0.7,2.3,3S0.7,8.8,3,10.7c2,1.7,5,1.7,7,0l4.3,4.3L15,14.3z M2,6.5 C2,4,4,2,6.5,2S11,4,11,6.5S9,11,6.5,11S2,9,2,6.5z"
|
|
727
|
+
})), children);
|
|
728
|
+
}
|
|
722
729
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
723
730
|
width: size,
|
|
724
731
|
height: size,
|
|
@@ -727,14 +734,14 @@ const ShapeExcept = /*#__PURE__*/React.forwardRef(function ShapeExcept(_ref30, r
|
|
|
727
734
|
viewBox: "0 0 32 32",
|
|
728
735
|
fill: "currentColor",
|
|
729
736
|
...rest
|
|
730
|
-
},
|
|
731
|
-
d: "
|
|
737
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
738
|
+
d: "M29,27.5859l-7.5521-7.5521a11.0177,11.0177,0,1,0-1.4141,1.4141L27.5859,29ZM4,13a9,9,0,1,1,9,9A9.01,9.01,0,0,1,4,13Z"
|
|
732
739
|
})), children);
|
|
733
740
|
});
|
|
734
741
|
if (process.env.NODE_ENV !== "production") {
|
|
735
|
-
|
|
742
|
+
Search.propTypes = iconPropTypes4cbeb95d.i;
|
|
736
743
|
}
|
|
737
|
-
const
|
|
744
|
+
const SearchAdvanced = /*#__PURE__*/React.forwardRef(function SearchAdvanced(_ref31, ref) {
|
|
738
745
|
let {
|
|
739
746
|
children,
|
|
740
747
|
size = 16,
|
|
@@ -748,16 +755,14 @@ const ShapeExclude = /*#__PURE__*/React.forwardRef(function ShapeExclude(_ref31,
|
|
|
748
755
|
viewBox: "0 0 32 32",
|
|
749
756
|
fill: "currentColor",
|
|
750
757
|
...rest
|
|
751
|
-
},
|
|
752
|
-
d: "
|
|
753
|
-
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
754
|
-
d: "M28,10H22V20a2,2,0,0,1-2,2H10v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10Z"
|
|
758
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
759
|
+
d: "M30 6L26 6 26 2 24 2 24 6 20 6 20 8 24 8 24 12 26 12 26 8 30 8 30 6zM24 28.5859l-5.9751-5.9751a9.0234 9.0234 0 10-1.4141 1.4141L22.5859 30zM4 17a7 7 0 117 7A7.0078 7.0078 0 014 17z"
|
|
755
760
|
})), children);
|
|
756
761
|
});
|
|
757
762
|
if (process.env.NODE_ENV !== "production") {
|
|
758
|
-
|
|
763
|
+
SearchAdvanced.propTypes = iconPropTypes4cbeb95d.i;
|
|
759
764
|
}
|
|
760
|
-
const
|
|
765
|
+
const SearchLocate = /*#__PURE__*/React.forwardRef(function SearchLocate(_ref32, ref) {
|
|
761
766
|
let {
|
|
762
767
|
children,
|
|
763
768
|
size = 16,
|
|
@@ -772,13 +777,13 @@ const ShapeIntersect = /*#__PURE__*/React.forwardRef(function ShapeIntersect(_re
|
|
|
772
777
|
fill: "currentColor",
|
|
773
778
|
...rest
|
|
774
779
|
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
775
|
-
d: "
|
|
780
|
+
d: "M30 28.5859l-4.6885-4.6884a8.028 8.028 0 10-1.414 1.414L28.5859 30zM19 25a6 6 0 116-6A6.0066 6.0066 0 0119 25zM2 12H10V14H2zM2 2H18V4H2zM2 7H18V9H2z"
|
|
776
781
|
})), children);
|
|
777
782
|
});
|
|
778
783
|
if (process.env.NODE_ENV !== "production") {
|
|
779
|
-
|
|
784
|
+
SearchLocate.propTypes = iconPropTypes4cbeb95d.i;
|
|
780
785
|
}
|
|
781
|
-
const
|
|
786
|
+
const SearchLocateMirror = /*#__PURE__*/React.forwardRef(function SearchLocateMirror(_ref33, ref) {
|
|
782
787
|
let {
|
|
783
788
|
children,
|
|
784
789
|
size = 16,
|
|
@@ -793,13 +798,13 @@ const ShapeJoin = /*#__PURE__*/React.forwardRef(function ShapeJoin(_ref33, ref)
|
|
|
793
798
|
fill: "currentColor",
|
|
794
799
|
...rest
|
|
795
800
|
}, _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
796
|
-
d: "
|
|
801
|
+
d: "M21 28.6l-4.7-4.7c1.1-1.4 1.7-3.1 1.7-4.9 0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8c1.8 0 3.5-.6 4.9-1.7l4.7 4.7L21 28.6zM10 25c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6S13.3 25 10 25zM22 12H30V14H22zM14 7H30V9H14zM14 2H30V4H14z"
|
|
797
802
|
})), children);
|
|
798
803
|
});
|
|
799
804
|
if (process.env.NODE_ENV !== "production") {
|
|
800
|
-
|
|
805
|
+
SearchLocateMirror.propTypes = iconPropTypes4cbeb95d.i;
|
|
801
806
|
}
|
|
802
|
-
const
|
|
807
|
+
const Security = /*#__PURE__*/React.forwardRef(function Security(_ref34, ref) {
|
|
803
808
|
let {
|
|
804
809
|
children,
|
|
805
810
|
size = 16,
|
|
@@ -814,13 +819,15 @@ const ShapeUnite = /*#__PURE__*/React.forwardRef(function ShapeUnite(_ref34, ref
|
|
|
814
819
|
fill: "currentColor",
|
|
815
820
|
...rest
|
|
816
821
|
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
817
|
-
d: "
|
|
822
|
+
d: "M14 16.59L11.41 14 10 15.41 14 19.41 22 11.41 20.59 10 14 16.59z"
|
|
823
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
824
|
+
d: "M16,30,9.8242,26.7071A10.9818,10.9818,0,0,1,4,17V4A2.0021,2.0021,0,0,1,6,2H26a2.0021,2.0021,0,0,1,2,2V17a10.9818,10.9818,0,0,1-5.8242,9.7071ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z"
|
|
818
825
|
})), children);
|
|
819
826
|
});
|
|
820
827
|
if (process.env.NODE_ENV !== "production") {
|
|
821
|
-
|
|
828
|
+
Security.propTypes = iconPropTypes4cbeb95d.i;
|
|
822
829
|
}
|
|
823
|
-
const
|
|
830
|
+
const SecurityServices = /*#__PURE__*/React.forwardRef(function SecurityServices(_ref35, ref) {
|
|
824
831
|
let {
|
|
825
832
|
children,
|
|
826
833
|
size = 16,
|
|
@@ -834,15 +841,16 @@ const Shapes = /*#__PURE__*/React.forwardRef(function Shapes(_ref35, ref) {
|
|
|
834
841
|
viewBox: "0 0 32 32",
|
|
835
842
|
fill: "currentColor",
|
|
836
843
|
...rest
|
|
837
|
-
},
|
|
838
|
-
|
|
839
|
-
|
|
844
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
845
|
+
d: "M30,24V22H27.8989a4.9678,4.9678,0,0,0-.7319-1.7529l1.49-1.49-1.414-1.414-1.49,1.49A4.9678,4.9678,0,0,0,24,18.1011V16H22v2.1011a4.9678,4.9678,0,0,0-1.7529.7319l-1.49-1.49-1.414,1.414,1.49,1.49A4.9678,4.9678,0,0,0,18.1011,22H16v2h2.1011a4.9678,4.9678,0,0,0,.7319,1.7529l-1.49,1.49,1.414,1.414,1.49-1.49A4.9678,4.9678,0,0,0,22,27.8989V30h2V27.8989a4.9678,4.9678,0,0,0,1.7529-.7319l1.49,1.49,1.414-1.414-1.49-1.49A4.9678,4.9678,0,0,0,27.8989,24Zm-7,2a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,23,26Z"
|
|
846
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
847
|
+
d: "M14,26.667l-3.2344-1.7246A8.9858,8.9858,0,0,1,6,17V4H26V14h2V4a2.0023,2.0023,0,0,0-2-2H6A2.0023,2.0023,0,0,0,4,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,28.9336Z"
|
|
840
848
|
})), children);
|
|
841
849
|
});
|
|
842
850
|
if (process.env.NODE_ENV !== "production") {
|
|
843
|
-
|
|
851
|
+
SecurityServices.propTypes = iconPropTypes4cbeb95d.i;
|
|
844
852
|
}
|
|
845
|
-
const
|
|
853
|
+
const Select_01 = /*#__PURE__*/React.forwardRef(function Select_01(_ref36, ref) {
|
|
846
854
|
let {
|
|
847
855
|
children,
|
|
848
856
|
size = 16,
|
|
@@ -856,14 +864,14 @@ const Share = /*#__PURE__*/React.forwardRef(function Share(_ref36, ref) {
|
|
|
856
864
|
viewBox: "0 0 32 32",
|
|
857
865
|
fill: "currentColor",
|
|
858
866
|
...rest
|
|
859
|
-
},
|
|
860
|
-
d: "
|
|
867
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
868
|
+
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 6zM16 6H20V8H16zM24 6V8h4v4h2V8a2 2 0 00-2-2zM6 16H8V20H6zM8 28V24H6v4a2 2 0 002 2h4V28zM28 16H30V20H28zM16 28H20V30H16zM28 24v4H24v2h4a2 2 0 002-2V24z"
|
|
861
869
|
})), children);
|
|
862
870
|
});
|
|
863
871
|
if (process.env.NODE_ENV !== "production") {
|
|
864
|
-
|
|
872
|
+
Select_01.propTypes = iconPropTypes4cbeb95d.i;
|
|
865
873
|
}
|
|
866
|
-
const
|
|
874
|
+
const Select_02 = /*#__PURE__*/React.forwardRef(function Select_02(_ref37, ref) {
|
|
867
875
|
let {
|
|
868
876
|
children,
|
|
869
877
|
size = 16,
|
|
@@ -877,14 +885,14 @@ const ShareKnowledge = /*#__PURE__*/React.forwardRef(function ShareKnowledge(_re
|
|
|
877
885
|
viewBox: "0 0 32 32",
|
|
878
886
|
fill: "currentColor",
|
|
879
887
|
...rest
|
|
880
|
-
},
|
|
881
|
-
d: "
|
|
888
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
889
|
+
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 6zM30 10V4H24V6H16V8h8v2h2V24H24v2H10V24H8V16H6v8H4v6h6V28H24v2h6V24H28V10zM8 28H6V26H8zm20 0H26V26h2zM26 6h2V8H26z"
|
|
882
890
|
})), children);
|
|
883
891
|
});
|
|
884
892
|
if (process.env.NODE_ENV !== "production") {
|
|
885
|
-
|
|
893
|
+
Select_02.propTypes = iconPropTypes4cbeb95d.i;
|
|
886
894
|
}
|
|
887
|
-
const
|
|
895
|
+
const SelectWindow = /*#__PURE__*/React.forwardRef(function SelectWindow(_ref38, ref) {
|
|
888
896
|
let {
|
|
889
897
|
children,
|
|
890
898
|
size = 16,
|
|
@@ -898,14 +906,14 @@ const ShoppingBag = /*#__PURE__*/React.forwardRef(function ShoppingBag(_ref38, r
|
|
|
898
906
|
viewBox: "0 0 32 32",
|
|
899
907
|
fill: "currentColor",
|
|
900
908
|
...rest
|
|
901
|
-
},
|
|
902
|
-
d: "
|
|
909
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
910
|
+
d: "M8 26H4a2.0021 2.0021 0 01-2-2V20H4v4H8zM2 12H4V16H2zM26 8H24V4H20V2h4a2.0021 2.0021 0 012 2zM12 2H16V4H12zM4 8H2V4A2.0021 2.0021 0 014 2H8V4H4zM27 32a.9967.9967 0 01-.707-.293l-6.1377-6.1377L16.832 30.5547a1 1 0 01-1.79-.2676l-6-20A1 1 0 0110.2871 9.042l20 6a1 1 0 01.2676 1.79l-4.9854 3.3233L31.707 26.293a.9994.9994 0 010 1.414l-4 4A.9967.9967 0 0127 32zm0-2.4141L29.5859 27 22.431 19.845l5.2458-3.4978L11.4917 11.4917l4.8555 16.1851L19.845 22.431z"
|
|
903
911
|
})), children);
|
|
904
912
|
});
|
|
905
913
|
if (process.env.NODE_ENV !== "production") {
|
|
906
|
-
|
|
914
|
+
SelectWindow.propTypes = iconPropTypes4cbeb95d.i;
|
|
907
915
|
}
|
|
908
|
-
const
|
|
916
|
+
const Send = /*#__PURE__*/React.forwardRef(function Send(_ref39, ref) {
|
|
909
917
|
let {
|
|
910
918
|
children,
|
|
911
919
|
size = 16,
|
|
@@ -919,22 +927,14 @@ const ShoppingCart = /*#__PURE__*/React.forwardRef(function ShoppingCart(_ref39,
|
|
|
919
927
|
viewBox: "0 0 32 32",
|
|
920
928
|
fill: "currentColor",
|
|
921
929
|
...rest
|
|
922
|
-
},
|
|
923
|
-
|
|
924
|
-
cy: "28",
|
|
925
|
-
r: "2"
|
|
926
|
-
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
927
|
-
cx: "24",
|
|
928
|
-
cy: "28",
|
|
929
|
-
r: "2"
|
|
930
|
-
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
931
|
-
d: "M28,7H5.82L5,2.8A1,1,0,0,0,4,2H0V4H3.18L7,23.2A1,1,0,0,0,8,24H26V22H8.82L8,18H26a1,1,0,0,0,1-.78l2-9A1,1,0,0,0,28,7Zm-2.8,9H7.62L6.22,9H26.75Z"
|
|
930
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
931
|
+
d: "M27.45,15.11l-22-11a1,1,0,0,0-1.08.12,1,1,0,0,0-.33,1L7,16,4,26.74A1,1,0,0,0,5,28a1,1,0,0,0,.45-.11l22-11a1,1,0,0,0,0-1.78Zm-20.9,10L8.76,17H18V15H8.76L6.55,6.89,24.76,16Z"
|
|
932
932
|
})), children);
|
|
933
933
|
});
|
|
934
934
|
if (process.env.NODE_ENV !== "production") {
|
|
935
|
-
|
|
935
|
+
Send.propTypes = iconPropTypes4cbeb95d.i;
|
|
936
936
|
}
|
|
937
|
-
const
|
|
937
|
+
const SendAlt = /*#__PURE__*/React.forwardRef(function SendAlt(_ref40, ref) {
|
|
938
938
|
let {
|
|
939
939
|
children,
|
|
940
940
|
size = 16,
|
|
@@ -948,24 +948,14 @@ const ShoppingCartArrowDown = /*#__PURE__*/React.forwardRef(function ShoppingCar
|
|
|
948
948
|
viewBox: "0 0 32 32",
|
|
949
949
|
fill: "currentColor",
|
|
950
950
|
...rest
|
|
951
|
-
},
|
|
952
|
-
|
|
953
|
-
cy: "28",
|
|
954
|
-
r: "2"
|
|
955
|
-
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
956
|
-
cx: "24",
|
|
957
|
-
cy: "28",
|
|
958
|
-
r: "2"
|
|
959
|
-
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
960
|
-
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
961
|
-
})), _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
962
|
-
d: "M21.586 6.586L18 10.172 18 2 16 2 16 10.172 12.414 6.586 11 8 17 14 23 8 21.586 6.586z"
|
|
951
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
952
|
+
d: "M27.71,4.29a1,1,0,0,0-1.05-.23l-22,8a1,1,0,0,0,0,1.87l9.6,3.84,3.84,9.6A1,1,0,0,0,19,28h0a1,1,0,0,0,.92-.66l8-22A1,1,0,0,0,27.71,4.29ZM19,24.2l-2.79-7L21,12.41,19.59,11l-4.83,4.83L7.8,13,25.33,6.67Z"
|
|
963
953
|
})), children);
|
|
964
954
|
});
|
|
965
955
|
if (process.env.NODE_ENV !== "production") {
|
|
966
|
-
|
|
956
|
+
SendAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
967
957
|
}
|
|
968
|
-
const
|
|
958
|
+
const SendAltFilled = /*#__PURE__*/React.forwardRef(function SendAltFilled(_ref41, ref) {
|
|
969
959
|
let {
|
|
970
960
|
children,
|
|
971
961
|
size = 16,
|
|
@@ -979,24 +969,14 @@ const ShoppingCartArrowUp = /*#__PURE__*/React.forwardRef(function ShoppingCartA
|
|
|
979
969
|
viewBox: "0 0 32 32",
|
|
980
970
|
fill: "currentColor",
|
|
981
971
|
...rest
|
|
982
|
-
},
|
|
983
|
-
|
|
984
|
-
cy: "28",
|
|
985
|
-
r: "2"
|
|
986
|
-
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
987
|
-
cx: "24",
|
|
988
|
-
cy: "28",
|
|
989
|
-
r: "2"
|
|
990
|
-
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
991
|
-
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
992
|
-
})), _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
993
|
-
d: "M21.586 9.414L18 5.828 18 14 16 14 16 5.828 12.414 9.414 11 8 17 2 23 8 21.586 9.414z"
|
|
972
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
973
|
+
d: "M27.71,4.29a1,1,0,0,0-1.05-.23l-22,8a1,1,0,0,0,0,1.87l8.59,3.43L19.59,11,21,12.41l-6.37,6.37,3.44,8.59A1,1,0,0,0,19,28h0a1,1,0,0,0,.92-.66l8-22A1,1,0,0,0,27.71,4.29Z"
|
|
994
974
|
})), children);
|
|
995
975
|
});
|
|
996
976
|
if (process.env.NODE_ENV !== "production") {
|
|
997
|
-
|
|
977
|
+
SendAltFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
998
978
|
}
|
|
999
|
-
const
|
|
979
|
+
const SendFilled = /*#__PURE__*/React.forwardRef(function SendFilled(_ref42, ref) {
|
|
1000
980
|
let {
|
|
1001
981
|
children,
|
|
1002
982
|
size = 16,
|
|
@@ -1010,24 +990,14 @@ const ShoppingCartClear = /*#__PURE__*/React.forwardRef(function ShoppingCartCle
|
|
|
1010
990
|
viewBox: "0 0 32 32",
|
|
1011
991
|
fill: "currentColor",
|
|
1012
992
|
...rest
|
|
1013
|
-
},
|
|
1014
|
-
|
|
1015
|
-
cy: "28",
|
|
1016
|
-
r: "2"
|
|
1017
|
-
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
1018
|
-
cx: "24",
|
|
1019
|
-
cy: "28",
|
|
1020
|
-
r: "2"
|
|
1021
|
-
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
1022
|
-
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
1023
|
-
})), _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
1024
|
-
d: "M18.41 8L22 4.41 20.59 3 17 6.59 13.41 3 12 4.41 15.59 8 12 11.59 13.41 13 17 9.41 20.59 13 22 11.59 18.41 8z"
|
|
993
|
+
}, _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
994
|
+
d: "M27.45,15.11l-22-11a1,1,0,0,0-1.08.12,1,1,0,0,0-.33,1L6.69,15H18v2H6.69L4,26.74A1,1,0,0,0,5,28a1,1,0,0,0,.45-.11l22-11a1,1,0,0,0,0-1.78Z"
|
|
1025
995
|
})), children);
|
|
1026
996
|
});
|
|
1027
997
|
if (process.env.NODE_ENV !== "production") {
|
|
1028
|
-
|
|
998
|
+
SendFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1029
999
|
}
|
|
1030
|
-
const
|
|
1000
|
+
const SendActionUsage = /*#__PURE__*/React.forwardRef(function SendActionUsage(_ref43, ref) {
|
|
1031
1001
|
let {
|
|
1032
1002
|
children,
|
|
1033
1003
|
size = 16,
|
|
@@ -1041,24 +1011,18 @@ const ShoppingCartError = /*#__PURE__*/React.forwardRef(function ShoppingCartErr
|
|
|
1041
1011
|
viewBox: "0 0 32 32",
|
|
1042
1012
|
fill: "currentColor",
|
|
1043
1013
|
...rest
|
|
1044
|
-
},
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
r: "2"
|
|
1048
|
-
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
1049
|
-
cx: "24",
|
|
1050
|
-
cy: "28",
|
|
1051
|
-
r: "2"
|
|
1014
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
1015
|
+
strokeWidth: "0",
|
|
1016
|
+
d: "m9,21c-.5523,0-1-.4477-1-1v-8c0-.5523.4477-1,1-1h11.1716c.5304,0,1.0391.2107,1.4142.5858l4.4142,4.4142-4.4142,4.4142c-.3751.3751-.8838.5858-1.4142.5858h-11.1715Z"
|
|
1052
1017
|
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
d: "M17,2a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,17,2Zm0,2a3.9521,3.9521,0,0,1,2.019.5669L13.5669,10.019A3.9529,3.9529,0,0,1,13,8,4.0045,4.0045,0,0,1,17,4Zm0,8a3.9521,3.9521,0,0,1-2.019-.5669L20.4331,5.981A3.9529,3.9529,0,0,1,21,8,4.0045,4.0045,0,0,1,17,12Z"
|
|
1018
|
+
strokeWidth: "0",
|
|
1019
|
+
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
|
1056
1020
|
})), children);
|
|
1057
1021
|
});
|
|
1058
1022
|
if (process.env.NODE_ENV !== "production") {
|
|
1059
|
-
|
|
1023
|
+
SendActionUsage.propTypes = iconPropTypes4cbeb95d.i;
|
|
1060
1024
|
}
|
|
1061
|
-
const
|
|
1025
|
+
const SendBackward = /*#__PURE__*/React.forwardRef(function SendBackward(_ref44, ref) {
|
|
1062
1026
|
let {
|
|
1063
1027
|
children,
|
|
1064
1028
|
size = 16,
|
|
@@ -1072,24 +1036,14 @@ const ShoppingCartMinus = /*#__PURE__*/React.forwardRef(function ShoppingCartMin
|
|
|
1072
1036
|
viewBox: "0 0 32 32",
|
|
1073
1037
|
fill: "currentColor",
|
|
1074
1038
|
...rest
|
|
1075
|
-
},
|
|
1076
|
-
|
|
1077
|
-
cy: "28",
|
|
1078
|
-
r: "2"
|
|
1079
|
-
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
1080
|
-
cx: "24",
|
|
1081
|
-
cy: "28",
|
|
1082
|
-
r: "2"
|
|
1083
|
-
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1084
|
-
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
1085
|
-
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1086
|
-
d: "M12 6L12 8 22 8 22 6 12 6z"
|
|
1039
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
1040
|
+
d: "M4 7H2V4A2.0023 2.0023 0 014 2H7V4H4zM7 22H4a2.0023 2.0023 0 01-2-2V17H4v3H7zM2 10H4V14H2zM22 7H20V4H17V2h3a2.0023 2.0023 0 012 2zM10 2H14V4H10zM28 30H12a2.0023 2.0023 0 01-2-2V12a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM12 12V28H28V12z"
|
|
1087
1041
|
})), children);
|
|
1088
1042
|
});
|
|
1089
1043
|
if (process.env.NODE_ENV !== "production") {
|
|
1090
|
-
|
|
1044
|
+
SendBackward.propTypes = iconPropTypes4cbeb95d.i;
|
|
1091
1045
|
}
|
|
1092
|
-
const
|
|
1046
|
+
const SendToBack = /*#__PURE__*/React.forwardRef(function SendToBack(_ref45, ref) {
|
|
1093
1047
|
let {
|
|
1094
1048
|
children,
|
|
1095
1049
|
size = 16,
|
|
@@ -1103,24 +1057,14 @@ const ShoppingCartPlus = /*#__PURE__*/React.forwardRef(function ShoppingCartPlus
|
|
|
1103
1057
|
viewBox: "0 0 32 32",
|
|
1104
1058
|
fill: "currentColor",
|
|
1105
1059
|
...rest
|
|
1106
|
-
},
|
|
1107
|
-
|
|
1108
|
-
cy: "28",
|
|
1109
|
-
r: "2"
|
|
1110
|
-
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
1111
|
-
cx: "24",
|
|
1112
|
-
cy: "28",
|
|
1113
|
-
r: "2"
|
|
1114
|
-
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1115
|
-
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
1116
|
-
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1117
|
-
d: "M18 6L18 2 16 2 16 6 12 6 12 8 16 8 16 12 18 12 18 8 22 8 22 6 18 6z"
|
|
1060
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1061
|
+
d: "M28,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6v6a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V12A2.0023,2.0023,0,0,0,28,10ZM12,28V12H28l.0015,16Z"
|
|
1118
1062
|
})), children);
|
|
1119
1063
|
});
|
|
1120
1064
|
if (process.env.NODE_ENV !== "production") {
|
|
1121
|
-
|
|
1065
|
+
SendToBack.propTypes = iconPropTypes4cbeb95d.i;
|
|
1122
1066
|
}
|
|
1123
|
-
const
|
|
1067
|
+
const ServerDns = /*#__PURE__*/React.forwardRef(function ServerDns(_ref46, ref) {
|
|
1124
1068
|
let {
|
|
1125
1069
|
children,
|
|
1126
1070
|
size = 16,
|
|
@@ -1134,16 +1078,18 @@ const ShoppingCatalog = /*#__PURE__*/React.forwardRef(function ShoppingCatalog(_
|
|
|
1134
1078
|
viewBox: "0 0 32 32",
|
|
1135
1079
|
fill: "currentColor",
|
|
1136
1080
|
...rest
|
|
1137
|
-
},
|
|
1138
|
-
d: "
|
|
1139
|
-
})),
|
|
1140
|
-
|
|
1081
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1082
|
+
d: "M16 2a8 8 0 108 8A8.0092 8.0092 0 0016 2zm5.91 7H19.4724a15.2457 15.2457 0 00-.7917-4.36A6.0088 6.0088 0 0121.91 9zM16.022 15.999h-.0076c-.3813-.1206-1.3091-1.8213-1.479-4.999h2.9292C17.2952 14.1763 16.3711 15.877 16.022 15.999zM14.5354 9c.1694-3.1763 1.0935-4.877 1.4426-4.999h.0076c.3813.1206 1.3091 1.8213 1.479 4.999zM13.3193 4.64A15.2457 15.2457 0 0012.5276 9H10.09A6.0088 6.0088 0 0113.3193 4.64zM10.09 11h2.4373a15.2457 15.2457 0 00.7917 4.36A6.0088 6.0088 0 0110.09 11zm8.59 4.36A15.2457 15.2457 0 0019.4724 11H21.91A6.0088 6.0088 0 0118.6807 15.36zM28 30H4a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 30zM4 22v6H28V22z"
|
|
1083
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
1084
|
+
cx: "7",
|
|
1085
|
+
cy: "25",
|
|
1086
|
+
r: "1"
|
|
1141
1087
|
})), children);
|
|
1142
1088
|
});
|
|
1143
1089
|
if (process.env.NODE_ENV !== "production") {
|
|
1144
|
-
|
|
1090
|
+
ServerDns.propTypes = iconPropTypes4cbeb95d.i;
|
|
1145
1091
|
}
|
|
1146
|
-
const
|
|
1092
|
+
const ServerProxy = /*#__PURE__*/React.forwardRef(function ServerProxy(_ref47, ref) {
|
|
1147
1093
|
let {
|
|
1148
1094
|
children,
|
|
1149
1095
|
size = 16,
|
|
@@ -1157,14 +1103,20 @@ const ShowDataCards = /*#__PURE__*/React.forwardRef(function ShowDataCards(_ref4
|
|
|
1157
1103
|
viewBox: "0 0 32 32",
|
|
1158
1104
|
fill: "currentColor",
|
|
1159
1105
|
...rest
|
|
1160
|
-
},
|
|
1161
|
-
d: "
|
|
1106
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1107
|
+
d: "M6,30H26a2,2,0,0,0,2-2V22a2,2,0,0,0-2-2H6a2,2,0,0,0-2,2v6A2,2,0,0,0,6,30Zm0-8H26v6H6Z"
|
|
1108
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
1109
|
+
cx: "9",
|
|
1110
|
+
cy: "25",
|
|
1111
|
+
r: "1"
|
|
1112
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1113
|
+
d: "M26,2,24.59,3.41,27.17,6H22.315A6.9835,6.9835,0,0,0,9.08,10H4.83L7.41,7.41,6,6,1,11l5,5,1.41-1.41L4.83,12H9.685A6.9835,6.9835,0,0,0,22.92,8h4.25l-2.58,2.59L26,12l5-5ZM21,9a4.983,4.983,0,0,1-8.9745,3H16V10H11.1011a4.9852,4.9852,0,0,1,8.8734-4H16V8h4.8989A5.0019,5.0019,0,0,1,21,9Z"
|
|
1162
1114
|
})), children);
|
|
1163
1115
|
});
|
|
1164
1116
|
if (process.env.NODE_ENV !== "production") {
|
|
1165
|
-
|
|
1117
|
+
ServerProxy.propTypes = iconPropTypes4cbeb95d.i;
|
|
1166
1118
|
}
|
|
1167
|
-
const
|
|
1119
|
+
const ServerTime = /*#__PURE__*/React.forwardRef(function ServerTime(_ref48, ref) {
|
|
1168
1120
|
let {
|
|
1169
1121
|
children,
|
|
1170
1122
|
size = 16,
|
|
@@ -1178,16 +1130,22 @@ const ShrinkScreen = /*#__PURE__*/React.forwardRef(function ShrinkScreen(_ref48,
|
|
|
1178
1130
|
viewBox: "0 0 32 32",
|
|
1179
1131
|
fill: "currentColor",
|
|
1180
1132
|
...rest
|
|
1181
|
-
},
|
|
1182
|
-
d: "M28
|
|
1183
|
-
})),
|
|
1184
|
-
|
|
1133
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1134
|
+
d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V22a2.0021,2.0021,0,0,1,2-2H28a2.0021,2.0021,0,0,1,2,2v6A2.0021,2.0021,0,0,1,28,30ZM4,22v6H28V22Z"
|
|
1135
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
1136
|
+
cx: "7",
|
|
1137
|
+
cy: "25",
|
|
1138
|
+
r: "1"
|
|
1139
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1140
|
+
d: "M19 11.586L17 9.586 17 6 15 6 15 10.414 17.586 13 19 11.586z"
|
|
1141
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1142
|
+
d: "M16,18a8,8,0,1,1,8-8A8.0092,8.0092,0,0,1,16,18ZM16,4a6,6,0,1,0,6,6A6.0067,6.0067,0,0,0,16,4Z"
|
|
1185
1143
|
})), children);
|
|
1186
1144
|
});
|
|
1187
1145
|
if (process.env.NODE_ENV !== "production") {
|
|
1188
|
-
|
|
1146
|
+
ServerTime.propTypes = iconPropTypes4cbeb95d.i;
|
|
1189
1147
|
}
|
|
1190
|
-
const
|
|
1148
|
+
const ServiceDesk = /*#__PURE__*/React.forwardRef(function ServiceDesk(_ref49, ref) {
|
|
1191
1149
|
let {
|
|
1192
1150
|
children,
|
|
1193
1151
|
size = 16,
|
|
@@ -1201,22 +1159,15 @@ const ShrinkScreenFilled = /*#__PURE__*/React.forwardRef(function ShrinkScreenFi
|
|
|
1201
1159
|
viewBox: "0 0 32 32",
|
|
1202
1160
|
fill: "currentColor",
|
|
1203
1161
|
...rest
|
|
1204
|
-
},
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
x: "15",
|
|
1208
|
-
y: "18",
|
|
1209
|
-
rx: "2"
|
|
1210
|
-
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1211
|
-
d: "M12 10L12 13.586 7.707 9.293 6.293 10.707 10.586 15 7 15 7 17 14 17 14 10 12 10z"
|
|
1212
|
-
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1213
|
-
d: "M13,22H4a2.0023,2.0023,0,0,1-2-2V7A2.002,2.002,0,0,1,4,5H26a2.0023,2.0023,0,0,1,2,2v9H26V7H4V20h9Z"
|
|
1162
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1163
|
+
d: "M28,24V22A12.01,12.01,0,0,0,17,10.0507V8h3V6H12V8h3v2.0507A12.01,12.01,0,0,0,4,22v2H2v2H30V24ZM16,12a10.0167,10.0167,0,0,1,9.7984,8H6.2015A10.0165,10.0165,0,0,1,16,12ZM6,22H26v2H6Z",
|
|
1164
|
+
transform: "translate(0 .005)"
|
|
1214
1165
|
})), children);
|
|
1215
1166
|
});
|
|
1216
1167
|
if (process.env.NODE_ENV !== "production") {
|
|
1217
|
-
|
|
1168
|
+
ServiceDesk.propTypes = iconPropTypes4cbeb95d.i;
|
|
1218
1169
|
}
|
|
1219
|
-
const
|
|
1170
|
+
const ServiceId = /*#__PURE__*/React.forwardRef(function ServiceId(_ref50, ref) {
|
|
1220
1171
|
let {
|
|
1221
1172
|
children,
|
|
1222
1173
|
size = 16,
|
|
@@ -1230,14 +1181,16 @@ const Shuffle = /*#__PURE__*/React.forwardRef(function Shuffle(_ref50, ref) {
|
|
|
1230
1181
|
viewBox: "0 0 32 32",
|
|
1231
1182
|
fill: "currentColor",
|
|
1232
1183
|
...rest
|
|
1233
|
-
},
|
|
1234
|
-
d: "
|
|
1184
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1185
|
+
d: "M30 24v-2h-2.101c-.13-.637-.384-1.229-.732-1.753l1.49-1.49-1.414-1.414-1.49 1.49c-.524-.348-1.116-.602-1.753-.732V16h-2v2.101c-.637.13-1.229.384-1.753.732l-1.49-1.49-1.414 1.414 1.49 1.49c-.348.524-.602 1.116-.732 1.753H16v2h2.101c.13.637.384 1.229.732 1.753l-1.49 1.49 1.414 1.414 1.49-1.49c.524.348 1.116.602 1.753.732V30h2v-2.101c.637-.13 1.229-.384 1.753-.732l1.49 1.49 1.414-1.414-1.49-1.49c.348-.524.602-1.116.732-1.753H30zM23 26c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3S24.654 26 23 26zM12 6H16V8H12z"
|
|
1186
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1187
|
+
d: "M6,28V4h16v9h2V4c0-1.103-0.897-2-2-2H6C4.897,2,4,2.897,4,4v24c0,1.103,0.897,2,2,2h8v-2H6z"
|
|
1235
1188
|
})), children);
|
|
1236
1189
|
});
|
|
1237
1190
|
if (process.env.NODE_ENV !== "production") {
|
|
1238
|
-
|
|
1191
|
+
ServiceId.propTypes = iconPropTypes4cbeb95d.i;
|
|
1239
1192
|
}
|
|
1240
|
-
const
|
|
1193
|
+
const ServiceLevels = /*#__PURE__*/React.forwardRef(function ServiceLevels(_ref51, ref) {
|
|
1241
1194
|
let {
|
|
1242
1195
|
children,
|
|
1243
1196
|
size = 16,
|
|
@@ -1251,14 +1204,30 @@ const Shuttle = /*#__PURE__*/React.forwardRef(function Shuttle(_ref51, ref) {
|
|
|
1251
1204
|
viewBox: "0 0 32 32",
|
|
1252
1205
|
fill: "currentColor",
|
|
1253
1206
|
...rest
|
|
1254
|
-
},
|
|
1255
|
-
|
|
1207
|
+
}, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
1208
|
+
cx: "7",
|
|
1209
|
+
cy: "19",
|
|
1210
|
+
r: "1"
|
|
1211
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
1212
|
+
cx: "16",
|
|
1213
|
+
cy: "11",
|
|
1214
|
+
r: "1"
|
|
1215
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
1216
|
+
cx: "25",
|
|
1217
|
+
cy: "19",
|
|
1218
|
+
r: "1"
|
|
1219
|
+
})), _circle0 || (_circle0 = /*#__PURE__*/React.createElement("circle", {
|
|
1220
|
+
cx: "10",
|
|
1221
|
+
cy: "14",
|
|
1222
|
+
r: "1"
|
|
1223
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1224
|
+
d: "M30 20h-2c0-1.2616-.1946-2.5042-.5786-3.6929l1.9033-.6146c.448 1.3876.6753 2.8369.6753 4.3075zM29.8508 8.9775l-2.4368 2.4365-.0005-.0005c-.3621.3623-.8621.5864-1.4136.5864-1.103 0-2-.897-2-2 0-.5518.2241-1.0518.5864-1.4136l-.0005-.0005 2.4368-2.4365c-.3284-.0879-.667-.1494-1.0227-.1494-2.2056 0-4 1.7944-4 4 0 .7393.2153 1.4238.5669 2.019l-4.5479 4.5479c-.595-.3516-1.2795-.5669-2.019-.5669-2.2056 0-4 1.7944-4 4s1.7944 4 4 4 4-1.7944 4-4c0-.7397-.2153-1.4243-.5669-2.019l4.5479-4.5479c.595.3516 1.2795.5669 2.019.5669 2.2056 0 4-1.7944 4-4 0-.3555-.0615-.6943-.1492-1.0225zm-13.8508 13.0225c-1.103 0-2-.8975-2-2s.897-2 2-2 2 .8975 2 2-.897 2-2 2zM4 20h-2c0-7.7196 6.2803-14 14-14 1.4707 0 2.9199.2272 4.3074.6754l-.6147 1.9031c-1.1885-.3838-2.4309-.5785-3.6926-.5785-6.6167 0-12 5.3832-12 12z"
|
|
1256
1225
|
})), children);
|
|
1257
1226
|
});
|
|
1258
1227
|
if (process.env.NODE_ENV !== "production") {
|
|
1259
|
-
|
|
1228
|
+
ServiceLevels.propTypes = iconPropTypes4cbeb95d.i;
|
|
1260
1229
|
}
|
|
1261
|
-
const
|
|
1230
|
+
const SessionBorderControl = /*#__PURE__*/React.forwardRef(function SessionBorderControl(_ref52, ref) {
|
|
1262
1231
|
let {
|
|
1263
1232
|
children,
|
|
1264
1233
|
size = 16,
|
|
@@ -1272,19 +1241,34 @@ const SidePanelClose = /*#__PURE__*/React.forwardRef(function SidePanelClose(_re
|
|
|
1272
1241
|
viewBox: "0 0 32 32",
|
|
1273
1242
|
fill: "currentColor",
|
|
1274
1243
|
...rest
|
|
1275
|
-
},
|
|
1276
|
-
d: "
|
|
1244
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1245
|
+
d: "M26,8,24.59,9.41,27.17,12H16a5.967,5.967,0,0,0-4,1.54V6.83l2.59,2.58L16,8,11,3,6,8,7.41,9.41,10,6.83V18a5.969,5.969,0,0,0,1.54,4H4.83l2.58-2.59L6,18,1,23l5,5,1.41-1.41L4.83,24H16A5.99,5.99,0,0,0,20.46,14h6.71l-2.58,2.59L26,18l5-5ZM20,18a4,4,0,1,1-4-4A4.0045,4.0045,0,0,1,20,18Z"
|
|
1277
1246
|
})), children);
|
|
1278
1247
|
});
|
|
1279
1248
|
if (process.env.NODE_ENV !== "production") {
|
|
1280
|
-
|
|
1249
|
+
SessionBorderControl.propTypes = iconPropTypes4cbeb95d.i;
|
|
1281
1250
|
}
|
|
1282
|
-
const
|
|
1251
|
+
const Settings = /*#__PURE__*/React.forwardRef(function Settings(_ref53, ref) {
|
|
1283
1252
|
let {
|
|
1284
1253
|
children,
|
|
1285
1254
|
size = 16,
|
|
1286
1255
|
...rest
|
|
1287
1256
|
} = _ref53;
|
|
1257
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1258
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1259
|
+
width: size,
|
|
1260
|
+
height: size,
|
|
1261
|
+
ref: ref,
|
|
1262
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1263
|
+
viewBox: "0 0 16 16",
|
|
1264
|
+
fill: "currentColor",
|
|
1265
|
+
...rest
|
|
1266
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1267
|
+
d: "M13.5,8.4c0-0.1,0-0.3,0-0.4c0-0.1,0-0.3,0-0.4l1-0.8c0.4-0.3,0.4-0.9,0.2-1.3l-1.2-2C13.3,3.2,13,3,12.6,3 c-0.1,0-0.2,0-0.3,0.1l-1.2,0.4c-0.2-0.1-0.4-0.3-0.7-0.4l-0.3-1.3C10.1,1.3,9.7,1,9.2,1H6.8c-0.5,0-0.9,0.3-1,0.8L5.6,3.1 C5.3,3.2,5.1,3.3,4.9,3.4L3.7,3C3.6,3,3.5,3,3.4,3C3,3,2.7,3.2,2.5,3.5l-1.2,2C1.1,5.9,1.2,6.4,1.6,6.8l0.9,0.9c0,0.1,0,0.3,0,0.4 c0,0.1,0,0.3,0,0.4L1.6,9.2c-0.4,0.3-0.5,0.9-0.2,1.3l1.2,2C2.7,12.8,3,13,3.4,13c0.1,0,0.2,0,0.3-0.1l1.2-0.4 c0.2,0.1,0.4,0.3,0.7,0.4l0.3,1.3c0.1,0.5,0.5,0.8,1,0.8h2.4c0.5,0,0.9-0.3,1-0.8l0.3-1.3c0.2-0.1,0.4-0.2,0.7-0.4l1.2,0.4 c0.1,0,0.2,0.1,0.3,0.1c0.4,0,0.7-0.2,0.9-0.5l1.1-2c0.2-0.4,0.2-0.9-0.2-1.3L13.5,8.4z M12.6,12l-1.7-0.6c-0.4,0.3-0.9,0.6-1.4,0.8 L9.2,14H6.8l-0.4-1.8c-0.5-0.2-0.9-0.5-1.4-0.8L3.4,12l-1.2-2l1.4-1.2c-0.1-0.5-0.1-1.1,0-1.6L2.2,6l1.2-2l1.7,0.6 C5.5,4.2,6,4,6.5,3.8L6.8,2h2.4l0.4,1.8c0.5,0.2,0.9,0.5,1.4,0.8L12.6,4l1.2,2l-1.4,1.2c0.1,0.5,0.1,1.1,0,1.6l1.4,1.2L12.6,12z"
|
|
1268
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1269
|
+
d: "M8,11c-1.7,0-3-1.3-3-3s1.3-3,3-3s3,1.3,3,3C11,9.6,9.7,11,8,11C8,11,8,11,8,11z M8,6C6.9,6,6,6.8,6,7.9C6,7.9,6,8,6,8 c0,1.1,0.8,2,1.9,2c0,0,0.1,0,0.1,0c1.1,0,2-0.8,2-1.9c0,0,0-0.1,0-0.1C10,6.9,9.2,6,8,6C8.1,6,8,6,8,6z"
|
|
1270
|
+
})), children);
|
|
1271
|
+
}
|
|
1288
1272
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1289
1273
|
width: size,
|
|
1290
1274
|
height: size,
|
|
@@ -1294,13 +1278,15 @@ const SidePanelCloseFilled = /*#__PURE__*/React.forwardRef(function SidePanelClo
|
|
|
1294
1278
|
fill: "currentColor",
|
|
1295
1279
|
...rest
|
|
1296
1280
|
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1297
|
-
d: "
|
|
1281
|
+
d: "M27,16.76c0-.25,0-.5,0-.76s0-.51,0-.77l1.92-1.68A2,2,0,0,0,29.3,11L26.94,7a2,2,0,0,0-1.73-1,2,2,0,0,0-.64.1l-2.43.82a11.35,11.35,0,0,0-1.31-.75l-.51-2.52a2,2,0,0,0-2-1.61H13.64a2,2,0,0,0-2,1.61l-.51,2.52a11.48,11.48,0,0,0-1.32.75L7.43,6.06A2,2,0,0,0,6.79,6,2,2,0,0,0,5.06,7L2.7,11a2,2,0,0,0,.41,2.51L5,15.24c0,.25,0,.5,0,.76s0,.51,0,.77L3.11,18.45A2,2,0,0,0,2.7,21L5.06,25a2,2,0,0,0,1.73,1,2,2,0,0,0,.64-.1l2.43-.82a11.35,11.35,0,0,0,1.31.75l.51,2.52a2,2,0,0,0,2,1.61h4.72a2,2,0,0,0,2-1.61l.51-2.52a11.48,11.48,0,0,0,1.32-.75l2.42.82a2,2,0,0,0,.64.1,2,2,0,0,0,1.73-1L29.3,21a2,2,0,0,0-.41-2.51ZM25.21,24l-3.43-1.16a8.86,8.86,0,0,1-2.71,1.57L18.36,28H13.64l-.71-3.55a9.36,9.36,0,0,1-2.7-1.57L6.79,24,4.43,20l2.72-2.4a8.9,8.9,0,0,1,0-3.13L4.43,12,6.79,8l3.43,1.16a8.86,8.86,0,0,1,2.71-1.57L13.64,4h4.72l.71,3.55a9.36,9.36,0,0,1,2.7,1.57L25.21,8,27.57,12l-2.72,2.4a8.9,8.9,0,0,1,0,3.13L27.57,20Z"
|
|
1282
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1283
|
+
d: "M16,22a6,6,0,1,1,6-6A5.94,5.94,0,0,1,16,22Zm0-10a3.91,3.91,0,0,0-4,4,3.91,3.91,0,0,0,4,4,3.91,3.91,0,0,0,4-4A3.91,3.91,0,0,0,16,12Z"
|
|
1298
1284
|
})), children);
|
|
1299
1285
|
});
|
|
1300
1286
|
if (process.env.NODE_ENV !== "production") {
|
|
1301
|
-
|
|
1287
|
+
Settings.propTypes = iconPropTypes4cbeb95d.i;
|
|
1302
1288
|
}
|
|
1303
|
-
const
|
|
1289
|
+
const SettingsAdjust = /*#__PURE__*/React.forwardRef(function SettingsAdjust(_ref54, ref) {
|
|
1304
1290
|
let {
|
|
1305
1291
|
children,
|
|
1306
1292
|
size = 16,
|
|
@@ -1314,14 +1300,14 @@ const SidePanelOpen = /*#__PURE__*/React.forwardRef(function SidePanelOpen(_ref5
|
|
|
1314
1300
|
viewBox: "0 0 32 32",
|
|
1315
1301
|
fill: "currentColor",
|
|
1316
1302
|
...rest
|
|
1317
|
-
},
|
|
1318
|
-
d: "
|
|
1303
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1304
|
+
d: "M30 8h-4.1c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2v2h14.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30V8zM21 12c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3S22.7 12 21 12zM2 24h4.1c.5 2.3 2.5 4 4.9 4s4.4-1.7 4.9-4H30v-2H15.9c-.5-2.3-2.5-4-4.9-4s-4.4 1.7-4.9 4H2V24zM11 20c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3S9.3 20 11 20z"
|
|
1319
1305
|
})), children);
|
|
1320
1306
|
});
|
|
1321
1307
|
if (process.env.NODE_ENV !== "production") {
|
|
1322
|
-
|
|
1308
|
+
SettingsAdjust.propTypes = iconPropTypes4cbeb95d.i;
|
|
1323
1309
|
}
|
|
1324
|
-
const
|
|
1310
|
+
const SettingsCheck = /*#__PURE__*/React.forwardRef(function SettingsCheck(_ref55, ref) {
|
|
1325
1311
|
let {
|
|
1326
1312
|
children,
|
|
1327
1313
|
size = 16,
|
|
@@ -1335,14 +1321,18 @@ const SidePanelOpenFilled = /*#__PURE__*/React.forwardRef(function SidePanelOpen
|
|
|
1335
1321
|
viewBox: "0 0 32 32",
|
|
1336
1322
|
fill: "currentColor",
|
|
1337
1323
|
...rest
|
|
1338
|
-
},
|
|
1339
|
-
d: "
|
|
1324
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1325
|
+
d: "M16,22a6,6,0,1,1,6-6A5.9364,5.9364,0,0,1,16,22Zm0-10a3.9123,3.9123,0,0,0-4,4,3.9123,3.9123,0,0,0,4,4,3.9123,3.9123,0,0,0,4-4A3.9123,3.9123,0,0,0,16,12Z"
|
|
1326
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1327
|
+
d: "M29.3047,11.044,26.9441,6.9562a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583L20.3215,3.608A2,2,0,0,0,18.36,2H13.64A2,2,0,0,0,11.6785,3.608l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0616a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.044a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4947,5,15.7447,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025L5.0559,25.044a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H18V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713L6.7878,24.044l-2.36-4.0878,2.7253-2.3951a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.044,6.7886,7.9562l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.044Z"
|
|
1328
|
+
})), _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1329
|
+
d: "M23 26.18L20.41 23.59 19 25 23 29 30 22 28.59 20.59 23 26.18z"
|
|
1340
1330
|
})), children);
|
|
1341
1331
|
});
|
|
1342
1332
|
if (process.env.NODE_ENV !== "production") {
|
|
1343
|
-
|
|
1333
|
+
SettingsCheck.propTypes = iconPropTypes4cbeb95d.i;
|
|
1344
1334
|
}
|
|
1345
|
-
const
|
|
1335
|
+
const SettingsEdit = /*#__PURE__*/React.forwardRef(function SettingsEdit(_ref56, ref) {
|
|
1346
1336
|
let {
|
|
1347
1337
|
children,
|
|
1348
1338
|
size = 16,
|
|
@@ -1356,16 +1346,16 @@ const Sight = /*#__PURE__*/React.forwardRef(function Sight(_ref56, ref) {
|
|
|
1356
1346
|
viewBox: "0 0 32 32",
|
|
1357
1347
|
fill: "currentColor",
|
|
1358
1348
|
...rest
|
|
1359
|
-
},
|
|
1360
|
-
d: "
|
|
1361
|
-
})),
|
|
1362
|
-
d: "
|
|
1349
|
+
}, _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1350
|
+
d: "M31.707 19.2929l-3-3c-.3906-.3906-1.0234-.3906-1.4141 0l-9.293 9.293v4.4141h4.4141l9.293-9.293c.3906-.3906.3906-1.0234 0-1.4141zm-10.1211 8.707h-1.5859v-1.5859l5-5 1.5859 1.5859-5 5zm6.4141-6.4141l-1.5859-1.5859 1.5859-1.5859 1.5859 1.5859-1.5859 1.5859zM16 22c-3.3643 0-6-2.6357-6-6s2.6357-6 6-6 6 2.6357 6 6-2.6357 6-6 6zm0-10c-2.2803 0-4 1.7197-4 4s1.7197 4 4 4 4-1.7197 4-4-1.7197-4-4-4z"
|
|
1351
|
+
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1352
|
+
d: "m27.5474,12.0005l1.7322-1-2.3354-4.0444c-.3652-.6328-1.0334-1.0005-1.7322-1.0005-.2134,0-.4294.0342-.6406.106l-2.4341.8232c-.418-.2812-.856-.5352-1.312-.7583l-.5037-2.5186c-.187-.9351-1.0078-1.6079-1.9612-1.6079h-4.7207c-.9534,0-1.7742.6729-1.9612,1.6079l-.5037,2.5186c-.459.2246-.9062.4692-1.3267.7534l-2.4194-.8184c-.2112-.0718-.4272-.106-.6406-.106-.6987,0-1.3669.3677-1.7322,1.0005l-2.3606,4.0879c-.4766.8257-.3042,1.873.4119,2.5024l1.9309,1.6968c-.0171.2515-.0381.5015-.0381.7568,0,.2578.0103.5127.0278.7656l-1.9207,1.688c-.7161.6294-.8884,1.6768-.4119,2.5024l2.3606,4.0879c.3652.6328,1.0334,1.0005,1.7322,1.0005.2134,0,.4297-.0342.6406-.106l2.4341-.8232c.418.2817.856.5352,1.312.7583l.5037,2.5186c.187.9351,1.0078,1.6079,1.9612,1.6079h2.3604v-2h-2.3604l-.7102-3.5508c-.9753-.356-1.9026-.9062-2.6948-1.5713l-3.4468,1.166-2.3604-4.0879,2.7253-2.395c-.1838-1.043-.1914-2.083-.0071-3.1279l-2.7183-2.3892,2.3611-4.0879,3.4268,1.1592c.8032-.6763,1.7295-1.2051,2.7141-1.5645l.7102-3.5508h4.7207l.7102,3.5508c.9753.356,1.9023.9062,2.6948,1.5713l3.4468-1.166,2.3352,4.0444Z"
|
|
1363
1353
|
})), children);
|
|
1364
1354
|
});
|
|
1365
1355
|
if (process.env.NODE_ENV !== "production") {
|
|
1366
|
-
|
|
1356
|
+
SettingsEdit.propTypes = iconPropTypes4cbeb95d.i;
|
|
1367
1357
|
}
|
|
1368
|
-
const
|
|
1358
|
+
const SettingsServices = /*#__PURE__*/React.forwardRef(function SettingsServices(_ref57, ref) {
|
|
1369
1359
|
let {
|
|
1370
1360
|
children,
|
|
1371
1361
|
size = 16,
|
|
@@ -1379,14 +1369,18 @@ const Sigma = /*#__PURE__*/React.forwardRef(function Sigma(_ref57, ref) {
|
|
|
1379
1369
|
viewBox: "0 0 32 32",
|
|
1380
1370
|
fill: "currentColor",
|
|
1381
1371
|
...rest
|
|
1382
|
-
},
|
|
1383
|
-
d: "
|
|
1372
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1373
|
+
d: "M29,25H27V23h1V19H24v1H22V18a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v6A1,1,0,0,1,29,25Z"
|
|
1374
|
+
})), _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1375
|
+
d: "M24 30H18a1 1 0 01-1-1V23a1 1 0 011-1h6a1 1 0 011 1v6A1 1 0 0124 30zm-5-2h4V24H19zM15 19.8579A3.9934 3.9934 0 1120 16h2a6 6 0 10-7 5.91z"
|
|
1376
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1377
|
+
d: "M28.89,13.55l-2.31,2.03-1.42-1.42,2.41-2.12L25.21,7.96,21.77,9.12a9.3684,9.3684,0,0,0-2.7-1.57L18.36,4H13.64l-.71,3.55a8.8609,8.8609,0,0,0-2.71,1.57L6.79,7.96,4.43,12.04l2.72,2.39a8.8948,8.8948,0,0,0,0,3.13l-2.72,2.4,2.36,4.08,3.44-1.16a9.3684,9.3684,0,0,0,2.7,1.57L13.64,28H15v2H13.64a2.0007,2.0007,0,0,1-1.96-1.61l-.51-2.52a11.412,11.412,0,0,1-1.31-.75l-2.43.82a2.038,2.038,0,0,1-.64.1,1.973,1.973,0,0,1-1.73-1L2.7,20.96a2,2,0,0,1,.41-2.51l1.92-1.68C5.01,16.51,5,16.26,5,16s.02-.51.04-.76L3.11,13.55a2,2,0,0,1-.41-2.51L5.06,6.96a1.973,1.973,0,0,1,1.73-1,2.038,2.038,0,0,1,.64.1l2.42.82a11.5416,11.5416,0,0,1,1.32-.75l.51-2.52A2.0007,2.0007,0,0,1,13.64,2h4.72a2.0007,2.0007,0,0,1,1.96,1.61l.51,2.52a11.412,11.412,0,0,1,1.31.75l2.43-.82a2.038,2.038,0,0,1,.64-.1,1.973,1.973,0,0,1,1.73,1l2.36,4.08A2,2,0,0,1,28.89,13.55Z"
|
|
1384
1378
|
})), children);
|
|
1385
1379
|
});
|
|
1386
1380
|
if (process.env.NODE_ENV !== "production") {
|
|
1387
|
-
|
|
1381
|
+
SettingsServices.propTypes = iconPropTypes4cbeb95d.i;
|
|
1388
1382
|
}
|
|
1389
|
-
const
|
|
1383
|
+
const SettingsView = /*#__PURE__*/React.forwardRef(function SettingsView(_ref58, ref) {
|
|
1390
1384
|
let {
|
|
1391
1385
|
children,
|
|
1392
1386
|
size = 16,
|
|
@@ -1400,14 +1394,20 @@ const SignalStrength = /*#__PURE__*/React.forwardRef(function SignalStrength(_re
|
|
|
1400
1394
|
viewBox: "0 0 32 32",
|
|
1401
1395
|
fill: "currentColor",
|
|
1402
1396
|
...rest
|
|
1403
|
-
},
|
|
1404
|
-
|
|
1397
|
+
}, _circle1 || (_circle1 = /*#__PURE__*/React.createElement("circle", {
|
|
1398
|
+
cx: "23",
|
|
1399
|
+
cy: "24",
|
|
1400
|
+
r: "2"
|
|
1401
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1402
|
+
d: "M30.7769 23.4785A8.64 8.64 0 0023 18a8.64 8.64 0 00-7.7769 5.4785L15 24l.2231.5215A8.64 8.64 0 0023 30a8.64 8.64 0 007.7769-5.4785L31 24zM23 28a4 4 0 114-4A4.0045 4.0045 0 0123 28zM12.3989 20.8A6 6 0 1122 16H20a4 4 0 10-6.4 3.2z"
|
|
1403
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1404
|
+
d: "M29.3047,11.0439,26.9441,6.9561a1.9977,1.9977,0,0,0-2.3728-.8946l-2.4341.8233a11.0419,11.0419,0,0,0-1.312-.7583l-.5037-2.5186A2,2,0,0,0,18.36,2H13.64a2,2,0,0,0-1.9611,1.6079l-.5037,2.5186A10.9666,10.9666,0,0,0,9.8481,6.88L7.4287,6.0615a1.9977,1.9977,0,0,0-2.3728.8946L2.6953,11.0439a2.0006,2.0006,0,0,0,.4119,2.5025l1.9309,1.6968C5.021,15.4946,5,15.7446,5,16c0,.2578.01.5127.0278.7656l-1.9206,1.688a2.0006,2.0006,0,0,0-.4119,2.5025l2.3606,4.0878a1.9977,1.9977,0,0,0,2.3728.8946l2.4341-.8233a10.9736,10.9736,0,0,0,1.312.7583l.5037,2.5186A2,2,0,0,0,13.64,30H15V28H13.64l-.71-3.5508a9.0953,9.0953,0,0,1-2.6948-1.5713l-3.4468,1.166-2.36-4.0878L7.1528,17.561a8.9263,8.9263,0,0,1-.007-3.1279L4.4275,12.0439,6.7886,7.9561l3.4267,1.1591a9.0305,9.0305,0,0,1,2.7141-1.5644L13.64,4H18.36l.71,3.5508a9.0978,9.0978,0,0,1,2.6948,1.5713l3.4468-1.166,2.36,4.0878-2.7978,2.4522L26.0923,16l2.8-2.4536A2.0006,2.0006,0,0,0,29.3047,11.0439Z"
|
|
1405
1405
|
})), children);
|
|
1406
1406
|
});
|
|
1407
1407
|
if (process.env.NODE_ENV !== "production") {
|
|
1408
|
-
|
|
1408
|
+
SettingsView.propTypes = iconPropTypes4cbeb95d.i;
|
|
1409
1409
|
}
|
|
1410
|
-
const
|
|
1410
|
+
const ShapeExcept = /*#__PURE__*/React.forwardRef(function ShapeExcept(_ref59, ref) {
|
|
1411
1411
|
let {
|
|
1412
1412
|
children,
|
|
1413
1413
|
size = 16,
|
|
@@ -1421,16 +1421,14 @@ const SimCard = /*#__PURE__*/React.forwardRef(function SimCard(_ref59, ref) {
|
|
|
1421
1421
|
viewBox: "0 0 32 32",
|
|
1422
1422
|
fill: "currentColor",
|
|
1423
1423
|
...rest
|
|
1424
|
-
},
|
|
1425
|
-
d: "
|
|
1426
|
-
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1427
|
-
d: "M23.5317,27H4a2.0021,2.0021,0,0,1-2-2V7A2.0021,2.0021,0,0,1,4,5H28a2.0021,2.0021,0,0,1,2,2V19.6379a2.0044,2.0044,0,0,1-.4639,1.2808L25.0679,26.28A1.9944,1.9944,0,0,1,23.5317,27ZM4,7V25H23.5317L28,19.6379V7Z"
|
|
1424
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1425
|
+
d: "M28,10H22V4a2.0023,2.0023,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10ZM12,20V12h8v8ZM3.9988,4H20v6H12a2.0023,2.0023,0,0,0-2,2v8H4Z"
|
|
1428
1426
|
})), children);
|
|
1429
1427
|
});
|
|
1430
1428
|
if (process.env.NODE_ENV !== "production") {
|
|
1431
|
-
|
|
1429
|
+
ShapeExcept.propTypes = iconPropTypes4cbeb95d.i;
|
|
1432
1430
|
}
|
|
1433
|
-
const
|
|
1431
|
+
const ShapeExclude = /*#__PURE__*/React.forwardRef(function ShapeExclude(_ref60, ref) {
|
|
1434
1432
|
let {
|
|
1435
1433
|
children,
|
|
1436
1434
|
size = 16,
|
|
@@ -1444,14 +1442,16 @@ const SkillLevel = /*#__PURE__*/React.forwardRef(function SkillLevel(_ref60, ref
|
|
|
1444
1442
|
viewBox: "0 0 32 32",
|
|
1445
1443
|
fill: "currentColor",
|
|
1446
1444
|
...rest
|
|
1447
|
-
},
|
|
1448
|
-
d: "
|
|
1445
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1446
|
+
d: "M12,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6V12A2,2,0,0,1,12,10Z"
|
|
1447
|
+
})), _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1448
|
+
d: "M28,10H22V20a2,2,0,0,1-2,2H10v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10Z"
|
|
1449
1449
|
})), children);
|
|
1450
1450
|
});
|
|
1451
1451
|
if (process.env.NODE_ENV !== "production") {
|
|
1452
|
-
|
|
1452
|
+
ShapeExclude.propTypes = iconPropTypes4cbeb95d.i;
|
|
1453
1453
|
}
|
|
1454
|
-
const
|
|
1454
|
+
const ShapeIntersect = /*#__PURE__*/React.forwardRef(function ShapeIntersect(_ref61, ref) {
|
|
1455
1455
|
let {
|
|
1456
1456
|
children,
|
|
1457
1457
|
size = 16,
|
|
@@ -1465,14 +1465,14 @@ const SkillLevelAdvanced = /*#__PURE__*/React.forwardRef(function SkillLevelAdva
|
|
|
1465
1465
|
viewBox: "0 0 32 32",
|
|
1466
1466
|
fill: "currentColor",
|
|
1467
1467
|
...rest
|
|
1468
|
-
},
|
|
1469
|
-
d: "
|
|
1468
|
+
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1469
|
+
d: "M28,10H22V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V12A2.0025,2.0025,0,0,0,28,10ZM4,20V4H20v6H12a2.0025,2.0025,0,0,0-2,2v8Zm8,8V22h8a2.0025,2.0025,0,0,0,2-2V12h6V28Z"
|
|
1470
1470
|
})), children);
|
|
1471
1471
|
});
|
|
1472
1472
|
if (process.env.NODE_ENV !== "production") {
|
|
1473
|
-
|
|
1473
|
+
ShapeIntersect.propTypes = iconPropTypes4cbeb95d.i;
|
|
1474
1474
|
}
|
|
1475
|
-
const
|
|
1475
|
+
const ShapeJoin = /*#__PURE__*/React.forwardRef(function ShapeJoin(_ref62, ref) {
|
|
1476
1476
|
let {
|
|
1477
1477
|
children,
|
|
1478
1478
|
size = 16,
|
|
@@ -1486,14 +1486,14 @@ const SkillLevelBasic = /*#__PURE__*/React.forwardRef(function SkillLevelBasic(_
|
|
|
1486
1486
|
viewBox: "0 0 32 32",
|
|
1487
1487
|
fill: "currentColor",
|
|
1488
1488
|
...rest
|
|
1489
|
-
},
|
|
1490
|
-
d: "
|
|
1489
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1490
|
+
d: "M28,10H22V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V12A2.0025,2.0025,0,0,0,28,10ZM4,20V4h6V20Zm18,8V12h6V28Z"
|
|
1491
1491
|
})), children);
|
|
1492
1492
|
});
|
|
1493
1493
|
if (process.env.NODE_ENV !== "production") {
|
|
1494
|
-
|
|
1494
|
+
ShapeJoin.propTypes = iconPropTypes4cbeb95d.i;
|
|
1495
1495
|
}
|
|
1496
|
-
const
|
|
1496
|
+
const ShapeUnite = /*#__PURE__*/React.forwardRef(function ShapeUnite(_ref63, ref) {
|
|
1497
1497
|
let {
|
|
1498
1498
|
children,
|
|
1499
1499
|
size = 16,
|
|
@@ -1507,14 +1507,14 @@ const SkillLevelIntermediate = /*#__PURE__*/React.forwardRef(function SkillLevel
|
|
|
1507
1507
|
viewBox: "0 0 32 32",
|
|
1508
1508
|
fill: "currentColor",
|
|
1509
1509
|
...rest
|
|
1510
|
-
},
|
|
1511
|
-
d: "
|
|
1510
|
+
}, _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1511
|
+
d: "M28,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10Z"
|
|
1512
1512
|
})), children);
|
|
1513
1513
|
});
|
|
1514
1514
|
if (process.env.NODE_ENV !== "production") {
|
|
1515
|
-
|
|
1515
|
+
ShapeUnite.propTypes = iconPropTypes4cbeb95d.i;
|
|
1516
1516
|
}
|
|
1517
|
-
const
|
|
1517
|
+
const Shapes = /*#__PURE__*/React.forwardRef(function Shapes(_ref64, ref) {
|
|
1518
1518
|
let {
|
|
1519
1519
|
children,
|
|
1520
1520
|
size = 16,
|
|
@@ -1528,14 +1528,15 @@ const SkipBack = /*#__PURE__*/React.forwardRef(function SkipBack(_ref64, ref) {
|
|
|
1528
1528
|
viewBox: "0 0 32 32",
|
|
1529
1529
|
fill: "currentColor",
|
|
1530
1530
|
...rest
|
|
1531
|
-
},
|
|
1532
|
-
|
|
1531
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1532
|
+
strokeWidth: "0",
|
|
1533
|
+
d: "M5 16h-2v11c0 1.1045.8954 2 2 2h8v-2H5v-11zM28 29h-11c-.3535 0-.6809-.1866-.8608-.4911-.0927-.1568-.1392-.3328-.1392-.5089 0-.1658.0412-.3317.1238-.4819l5.5-10c.1898-.3451.5333-.5178.8762-.5181.3434-.0003.6861.1724.8762.5181l5.5 10c.0826.1502.1238.3162.1238.4819 0 .1762-.0465.3521-.1392.5089-.1799.3044-.5073.4911-.8608.4911zm-9.3088-2h7.6177l-3.8088-6.9249-3.8088 6.9249zM27 3h-11v2h11v13.9922h2V5c0-1.1045-.8954-2-2-2zM11 3h-6c-1.1046 0-2 .8955-2 2v6c0 1.1045.8954 2 2 2h6c1.1046 0 2-.8955 2-2v-6c0-1.1045-.8954-2-2-2zm0 8h-6v-6h6v6z"
|
|
1533
1534
|
})), children);
|
|
1534
1535
|
});
|
|
1535
1536
|
if (process.env.NODE_ENV !== "production") {
|
|
1536
|
-
|
|
1537
|
+
Shapes.propTypes = iconPropTypes4cbeb95d.i;
|
|
1537
1538
|
}
|
|
1538
|
-
const
|
|
1539
|
+
const Share = /*#__PURE__*/React.forwardRef(function Share(_ref65, ref) {
|
|
1539
1540
|
let {
|
|
1540
1541
|
children,
|
|
1541
1542
|
size = 16,
|
|
@@ -1549,14 +1550,14 @@ const SkipBackFilled = /*#__PURE__*/React.forwardRef(function SkipBackFilled(_re
|
|
|
1549
1550
|
viewBox: "0 0 32 32",
|
|
1550
1551
|
fill: "currentColor",
|
|
1551
1552
|
...rest
|
|
1552
|
-
},
|
|
1553
|
-
d: "
|
|
1553
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1554
|
+
d: "M23,20a5,5,0,0,0-3.89,1.89L11.8,17.32a4.46,4.46,0,0,0,0-2.64l7.31-4.57A5,5,0,1,0,18,7a4.79,4.79,0,0,0,.2,1.32l-7.31,4.57a5,5,0,1,0,0,6.22l7.31,4.57A4.79,4.79,0,0,0,18,25a5,5,0,1,0,5-5ZM23,4a3,3,0,1,1-3,3A3,3,0,0,1,23,4ZM7,19a3,3,0,1,1,3-3A3,3,0,0,1,7,19Zm16,9a3,3,0,1,1,3-3A3,3,0,0,1,23,28Z"
|
|
1554
1555
|
})), children);
|
|
1555
1556
|
});
|
|
1556
1557
|
if (process.env.NODE_ENV !== "production") {
|
|
1557
|
-
|
|
1558
|
+
Share.propTypes = iconPropTypes4cbeb95d.i;
|
|
1558
1559
|
}
|
|
1559
|
-
const
|
|
1560
|
+
const ShareKnowledge = /*#__PURE__*/React.forwardRef(function ShareKnowledge(_ref66, ref) {
|
|
1560
1561
|
let {
|
|
1561
1562
|
children,
|
|
1562
1563
|
size = 16,
|
|
@@ -1570,19 +1571,14 @@ const SkipBackOutline = /*#__PURE__*/React.forwardRef(function SkipBackOutline(_
|
|
|
1570
1571
|
viewBox: "0 0 32 32",
|
|
1571
1572
|
fill: "currentColor",
|
|
1572
1573
|
...rest
|
|
1573
|
-
},
|
|
1574
|
-
d: "
|
|
1575
|
-
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1576
|
-
d: "M9 10H11V22H9z",
|
|
1577
|
-
transform: "rotate(-180 10 16)"
|
|
1578
|
-
})), _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1579
|
-
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
1574
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1575
|
+
d: "M27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM20 20a4 4 0 104-4A4 4 0 0020 20zm6 0a2 2 0 11-2-2A2 2 0 0126 20zM6 21V20H4v1a7 7 0 007 7h3V26H11A5 5 0 016 21zM19 10H26V12H19zM19 6H29V8H19zM19 2H29V4H19zM11 11H5a3 3 0 00-3 3v2H4V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0011 11zM8 10A4 4 0 104 6 4 4 0 008 10zM8 4A2 2 0 116 6 2 2 0 018 4z"
|
|
1580
1576
|
})), children);
|
|
1581
1577
|
});
|
|
1582
1578
|
if (process.env.NODE_ENV !== "production") {
|
|
1583
|
-
|
|
1579
|
+
ShareKnowledge.propTypes = iconPropTypes4cbeb95d.i;
|
|
1584
1580
|
}
|
|
1585
|
-
const
|
|
1581
|
+
const ShoppingBag = /*#__PURE__*/React.forwardRef(function ShoppingBag(_ref67, ref) {
|
|
1586
1582
|
let {
|
|
1587
1583
|
children,
|
|
1588
1584
|
size = 16,
|
|
@@ -1596,23 +1592,14 @@ const SkipBackOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipBackOut
|
|
|
1596
1592
|
viewBox: "0 0 32 32",
|
|
1597
1593
|
fill: "currentColor",
|
|
1598
1594
|
...rest
|
|
1599
|
-
},
|
|
1600
|
-
d: "
|
|
1601
|
-
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1602
|
-
d: "M22 19.301L22 12.699 16.059 16 22 19.301z"
|
|
1603
|
-
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1604
|
-
fill: "none",
|
|
1605
|
-
d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3005V12.7Z"
|
|
1606
|
-
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1607
|
-
fill: "none",
|
|
1608
|
-
d: "M8 10H10V22H8z",
|
|
1609
|
-
transform: "rotate(-180 9 16)"
|
|
1595
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1596
|
+
d: "M28.76,11.35A1,1,0,0,0,28,11H22V7a3,3,0,0,0-3-3H13a3,3,0,0,0-3,3v4H4a1,1,0,0,0-1,1.15L4.88,24.3a2,2,0,0,0,2,1.7H25.14a2,2,0,0,0,2-1.7L29,12.15A1,1,0,0,0,28.76,11.35ZM12,7a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v4H12ZM25.14,24H6.86L5.17,13H26.83Z"
|
|
1610
1597
|
})), children);
|
|
1611
1598
|
});
|
|
1612
1599
|
if (process.env.NODE_ENV !== "production") {
|
|
1613
|
-
|
|
1600
|
+
ShoppingBag.propTypes = iconPropTypes4cbeb95d.i;
|
|
1614
1601
|
}
|
|
1615
|
-
const
|
|
1602
|
+
const ShoppingCart = /*#__PURE__*/React.forwardRef(function ShoppingCart(_ref68, ref) {
|
|
1616
1603
|
let {
|
|
1617
1604
|
children,
|
|
1618
1605
|
size = 16,
|
|
@@ -1626,19 +1613,22 @@ const SkipBackOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipBackOutl
|
|
|
1626
1613
|
viewBox: "0 0 32 32",
|
|
1627
1614
|
fill: "currentColor",
|
|
1628
1615
|
...rest
|
|
1629
|
-
},
|
|
1630
|
-
|
|
1616
|
+
}, _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
1617
|
+
cx: "10",
|
|
1618
|
+
cy: "28",
|
|
1619
|
+
r: "2"
|
|
1620
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
1621
|
+
cx: "24",
|
|
1622
|
+
cy: "28",
|
|
1623
|
+
r: "2"
|
|
1631
1624
|
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1632
|
-
d: "
|
|
1633
|
-
transform: "rotate(-180 10 16)"
|
|
1634
|
-
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1635
|
-
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
1625
|
+
d: "M28,7H5.82L5,2.8A1,1,0,0,0,4,2H0V4H3.18L7,23.2A1,1,0,0,0,8,24H26V22H8.82L8,18H26a1,1,0,0,0,1-.78l2-9A1,1,0,0,0,28,7Zm-2.8,9H7.62L6.22,9H26.75Z"
|
|
1636
1626
|
})), children);
|
|
1637
1627
|
});
|
|
1638
1628
|
if (process.env.NODE_ENV !== "production") {
|
|
1639
|
-
|
|
1629
|
+
ShoppingCart.propTypes = iconPropTypes4cbeb95d.i;
|
|
1640
1630
|
}
|
|
1641
|
-
const
|
|
1631
|
+
const ShoppingCartArrowDown = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowDown(_ref69, ref) {
|
|
1642
1632
|
let {
|
|
1643
1633
|
children,
|
|
1644
1634
|
size = 16,
|
|
@@ -1652,21 +1642,24 @@ const SkipBackSolidFilled = /*#__PURE__*/React.forwardRef(function SkipBackSolid
|
|
|
1652
1642
|
viewBox: "0 0 32 32",
|
|
1653
1643
|
fill: "currentColor",
|
|
1654
1644
|
...rest
|
|
1655
|
-
},
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1645
|
+
}, _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
1646
|
+
cx: "10",
|
|
1647
|
+
cy: "28",
|
|
1648
|
+
r: "2"
|
|
1649
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
1650
|
+
cx: "24",
|
|
1651
|
+
cy: "28",
|
|
1652
|
+
r: "2"
|
|
1653
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1654
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
1655
|
+
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1656
|
+
d: "M21.586 6.586L18 10.172 18 2 16 2 16 10.172 12.414 6.586 11 8 17 14 23 8 21.586 6.586z"
|
|
1664
1657
|
})), children);
|
|
1665
1658
|
});
|
|
1666
1659
|
if (process.env.NODE_ENV !== "production") {
|
|
1667
|
-
|
|
1660
|
+
ShoppingCartArrowDown.propTypes = iconPropTypes4cbeb95d.i;
|
|
1668
1661
|
}
|
|
1669
|
-
const
|
|
1662
|
+
const ShoppingCartArrowUp = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowUp(_ref70, ref) {
|
|
1670
1663
|
let {
|
|
1671
1664
|
children,
|
|
1672
1665
|
size = 16,
|
|
@@ -1680,14 +1673,24 @@ const SkipForward = /*#__PURE__*/React.forwardRef(function SkipForward(_ref70, r
|
|
|
1680
1673
|
viewBox: "0 0 32 32",
|
|
1681
1674
|
fill: "currentColor",
|
|
1682
1675
|
...rest
|
|
1683
|
-
},
|
|
1684
|
-
|
|
1676
|
+
}, _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
1677
|
+
cx: "10",
|
|
1678
|
+
cy: "28",
|
|
1679
|
+
r: "2"
|
|
1680
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
1681
|
+
cx: "24",
|
|
1682
|
+
cy: "28",
|
|
1683
|
+
r: "2"
|
|
1684
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1685
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
1686
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1687
|
+
d: "M21.586 9.414L18 5.828 18 14 16 14 16 5.828 12.414 9.414 11 8 17 2 23 8 21.586 9.414z"
|
|
1685
1688
|
})), children);
|
|
1686
1689
|
});
|
|
1687
1690
|
if (process.env.NODE_ENV !== "production") {
|
|
1688
|
-
|
|
1691
|
+
ShoppingCartArrowUp.propTypes = iconPropTypes4cbeb95d.i;
|
|
1689
1692
|
}
|
|
1690
|
-
const
|
|
1693
|
+
const ShoppingCartClear = /*#__PURE__*/React.forwardRef(function ShoppingCartClear(_ref71, ref) {
|
|
1691
1694
|
let {
|
|
1692
1695
|
children,
|
|
1693
1696
|
size = 16,
|
|
@@ -1701,14 +1704,24 @@ const SkipForwardFilled = /*#__PURE__*/React.forwardRef(function SkipForwardFill
|
|
|
1701
1704
|
viewBox: "0 0 32 32",
|
|
1702
1705
|
fill: "currentColor",
|
|
1703
1706
|
...rest
|
|
1704
|
-
},
|
|
1705
|
-
|
|
1707
|
+
}, _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
1708
|
+
cx: "10",
|
|
1709
|
+
cy: "28",
|
|
1710
|
+
r: "2"
|
|
1711
|
+
})), _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
1712
|
+
cx: "24",
|
|
1713
|
+
cy: "28",
|
|
1714
|
+
r: "2"
|
|
1715
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1716
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
1717
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1718
|
+
d: "M18.41 8L22 4.41 20.59 3 17 6.59 13.41 3 12 4.41 15.59 8 12 11.59 13.41 13 17 9.41 20.59 13 22 11.59 18.41 8z"
|
|
1706
1719
|
})), children);
|
|
1707
1720
|
});
|
|
1708
1721
|
if (process.env.NODE_ENV !== "production") {
|
|
1709
|
-
|
|
1722
|
+
ShoppingCartClear.propTypes = iconPropTypes4cbeb95d.i;
|
|
1710
1723
|
}
|
|
1711
|
-
const
|
|
1724
|
+
const ShoppingCartError = /*#__PURE__*/React.forwardRef(function ShoppingCartError(_ref72, ref) {
|
|
1712
1725
|
let {
|
|
1713
1726
|
children,
|
|
1714
1727
|
size = 16,
|
|
@@ -1722,16 +1735,24 @@ const SkipForwardOutline = /*#__PURE__*/React.forwardRef(function SkipForwardOut
|
|
|
1722
1735
|
viewBox: "0 0 32 32",
|
|
1723
1736
|
fill: "currentColor",
|
|
1724
1737
|
...rest
|
|
1725
|
-
},
|
|
1726
|
-
|
|
1738
|
+
}, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
1739
|
+
cx: "10",
|
|
1740
|
+
cy: "28",
|
|
1741
|
+
r: "2"
|
|
1742
|
+
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
1743
|
+
cx: "24",
|
|
1744
|
+
cy: "28",
|
|
1745
|
+
r: "2"
|
|
1746
|
+
})), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1747
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
1727
1748
|
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1728
|
-
d: "
|
|
1749
|
+
d: "M17,2a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,17,2Zm0,2a3.9521,3.9521,0,0,1,2.019.5669L13.5669,10.019A3.9529,3.9529,0,0,1,13,8,4.0045,4.0045,0,0,1,17,4Zm0,8a3.9521,3.9521,0,0,1-2.019-.5669L20.4331,5.981A3.9529,3.9529,0,0,1,21,8,4.0045,4.0045,0,0,1,17,12Z"
|
|
1729
1750
|
})), children);
|
|
1730
1751
|
});
|
|
1731
1752
|
if (process.env.NODE_ENV !== "production") {
|
|
1732
|
-
|
|
1753
|
+
ShoppingCartError.propTypes = iconPropTypes4cbeb95d.i;
|
|
1733
1754
|
}
|
|
1734
|
-
const
|
|
1755
|
+
const ShoppingCartMinus = /*#__PURE__*/React.forwardRef(function ShoppingCartMinus(_ref73, ref) {
|
|
1735
1756
|
let {
|
|
1736
1757
|
children,
|
|
1737
1758
|
size = 16,
|
|
@@ -1745,19 +1766,24 @@ const SkipForwardOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipForw
|
|
|
1745
1766
|
viewBox: "0 0 32 32",
|
|
1746
1767
|
fill: "currentColor",
|
|
1747
1768
|
...rest
|
|
1748
|
-
},
|
|
1749
|
-
|
|
1769
|
+
}, _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
1770
|
+
cx: "10",
|
|
1771
|
+
cy: "28",
|
|
1772
|
+
r: "2"
|
|
1773
|
+
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
1774
|
+
cx: "24",
|
|
1775
|
+
cy: "28",
|
|
1776
|
+
r: "2"
|
|
1777
|
+
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1778
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
1750
1779
|
})), _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1751
|
-
d: "
|
|
1752
|
-
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1753
|
-
fill: "none",
|
|
1754
|
-
d: "M22 10H24V22H22zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8743l9 5a1 1 0 010 1.7486l-9 5a1.0009 1.0009 0 01-.9931-.0125zM10 12.7v6.601L15.9409 16z"
|
|
1780
|
+
d: "M12 6L12 8 22 8 22 6 12 6z"
|
|
1755
1781
|
})), children);
|
|
1756
1782
|
});
|
|
1757
1783
|
if (process.env.NODE_ENV !== "production") {
|
|
1758
|
-
|
|
1784
|
+
ShoppingCartMinus.propTypes = iconPropTypes4cbeb95d.i;
|
|
1759
1785
|
}
|
|
1760
|
-
const
|
|
1786
|
+
const ShoppingCartPlus = /*#__PURE__*/React.forwardRef(function ShoppingCartPlus(_ref74, ref) {
|
|
1761
1787
|
let {
|
|
1762
1788
|
children,
|
|
1763
1789
|
size = 16,
|
|
@@ -1771,16 +1797,24 @@ const SkipForwardOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipForwa
|
|
|
1771
1797
|
viewBox: "0 0 32 32",
|
|
1772
1798
|
fill: "currentColor",
|
|
1773
1799
|
...rest
|
|
1774
|
-
},
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1800
|
+
}, _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
1801
|
+
cx: "10",
|
|
1802
|
+
cy: "28",
|
|
1803
|
+
r: "2"
|
|
1804
|
+
})), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
1805
|
+
cx: "24",
|
|
1806
|
+
cy: "28",
|
|
1807
|
+
r: "2"
|
|
1808
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1809
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
1810
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1811
|
+
d: "M18 6L18 2 16 2 16 6 12 6 12 8 16 8 16 12 18 12 18 8 22 8 22 6 18 6z"
|
|
1778
1812
|
})), children);
|
|
1779
1813
|
});
|
|
1780
1814
|
if (process.env.NODE_ENV !== "production") {
|
|
1781
|
-
|
|
1815
|
+
ShoppingCartPlus.propTypes = iconPropTypes4cbeb95d.i;
|
|
1782
1816
|
}
|
|
1783
|
-
const
|
|
1817
|
+
const ShoppingCatalog = /*#__PURE__*/React.forwardRef(function ShoppingCatalog(_ref75, ref) {
|
|
1784
1818
|
let {
|
|
1785
1819
|
children,
|
|
1786
1820
|
size = 16,
|
|
@@ -1794,17 +1828,16 @@ const SkipForwardSolidFilled = /*#__PURE__*/React.forwardRef(function SkipForwar
|
|
|
1794
1828
|
viewBox: "0 0 32 32",
|
|
1795
1829
|
fill: "currentColor",
|
|
1796
1830
|
...rest
|
|
1797
|
-
},
|
|
1798
|
-
d: "
|
|
1799
|
-
})),
|
|
1800
|
-
|
|
1801
|
-
d: "M22 10H24V22H22zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8743l9 5a1 1 0 010 1.7486l-9 5a1.0009 1.0009 0 01-.9931-.0125z"
|
|
1831
|
+
}, _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1832
|
+
d: "M17 24H21V28H17zM24 24H28V28H24zM17 17H21V21H17zM24 17H28V21H24z"
|
|
1833
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1834
|
+
d: "M28,11h-6V7c0-1.7-1.3-3-3-3h-6c-1.7,0-3,1.3-3,3v4H4c-0.6,0-1,0.4-1,1c0,0.1,0,0.1,0,0.2l1.9,12.1c0.1,1,1,1.7,2,1.7H15v-2 H6.9L5.2,13H28V11z M12,7c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1v4h-8V7z"
|
|
1802
1835
|
})), children);
|
|
1803
1836
|
});
|
|
1804
1837
|
if (process.env.NODE_ENV !== "production") {
|
|
1805
|
-
|
|
1838
|
+
ShoppingCatalog.propTypes = iconPropTypes4cbeb95d.i;
|
|
1806
1839
|
}
|
|
1807
|
-
const
|
|
1840
|
+
const ShowDataCards = /*#__PURE__*/React.forwardRef(function ShowDataCards(_ref76, ref) {
|
|
1808
1841
|
let {
|
|
1809
1842
|
children,
|
|
1810
1843
|
size = 16,
|
|
@@ -1818,16 +1851,14 @@ const Sleet = /*#__PURE__*/React.forwardRef(function Sleet(_ref76, ref) {
|
|
|
1818
1851
|
viewBox: "0 0 32 32",
|
|
1819
1852
|
fill: "currentColor",
|
|
1820
1853
|
...rest
|
|
1821
|
-
},
|
|
1822
|
-
d: "
|
|
1823
|
-
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1824
|
-
d: "M21 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 0121 30zM24.8008 9.1362a8.9943 8.9943 0 00-17.6006 0A6.4973 6.4973 0 008.5 22h8.8818L16.106 24.5527a1 1 0 101.7885.8946L19.6177 22H23.5A6.4974 6.4974 0 0024.8008 9.1362zM23.5 20H8.5a4.4975 4.4975 0 01-.356-8.981l.8155-.0639.0991-.812a6.9938 6.9938 0 0113.8838 0l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 20z"
|
|
1854
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1855
|
+
d: "M28 10H4A2.0022 2.0022 0 012 8V4A2.0021 2.0021 0 014 2H28a2.0021 2.0021 0 012 2V8A2.0022 2.0022 0 0128 10zM4 4V8H28V4zM28 30H4a2.0022 2.0022 0 01-2-2V24a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v4A2.0022 2.0022 0 0128 30zM4 24v4H28V24zM28 20H4a2.0022 2.0022 0 01-2-2V14a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v4A2.0022 2.0022 0 0128 20zM4 14v4H28V14z"
|
|
1825
1856
|
})), children);
|
|
1826
1857
|
});
|
|
1827
1858
|
if (process.env.NODE_ENV !== "production") {
|
|
1828
|
-
|
|
1859
|
+
ShowDataCards.propTypes = iconPropTypes4cbeb95d.i;
|
|
1829
1860
|
}
|
|
1830
|
-
const
|
|
1861
|
+
const ShrinkScreen = /*#__PURE__*/React.forwardRef(function ShrinkScreen(_ref77, ref) {
|
|
1831
1862
|
let {
|
|
1832
1863
|
children,
|
|
1833
1864
|
size = 16,
|
|
@@ -1841,22 +1872,16 @@ const Slisor = /*#__PURE__*/React.forwardRef(function Slisor(_ref77, ref) {
|
|
|
1841
1872
|
viewBox: "0 0 32 32",
|
|
1842
1873
|
fill: "currentColor",
|
|
1843
1874
|
...rest
|
|
1844
|
-
},
|
|
1845
|
-
d: "M28
|
|
1846
|
-
})),
|
|
1847
|
-
|
|
1848
|
-
cy: "25",
|
|
1849
|
-
r: "1"
|
|
1850
|
-
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1851
|
-
d: "M16,22a1.0005,1.0005,0,0,1-.4473-.1055l-10-5,.8946-1.789L16,19.8821l9.5527-4.7766.8946,1.789-10,5A1.0005,1.0005,0,0,1,16,22Z"
|
|
1852
|
-
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1853
|
-
d: "M16,16a1.0005,1.0005,0,0,1-.4473-.1055l-10-5a1,1,0,0,1,0-1.789l10-5a1.0008,1.0008,0,0,1,.8946,0l10,5a1,1,0,0,1,0,1.789l-10,5A1.0005,1.0005,0,0,1,16,16ZM8.2358,10,16,13.8821,23.7642,10,16,6.1179Z"
|
|
1875
|
+
}, _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1876
|
+
d: "M28 28H17a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2H28a2.0027 2.0027 0 012 2v6A2.0027 2.0027 0 0128 28zM17 20v6H28.002L28 20zM12 10L12 13.586 7.707 9.293 6.293 10.707 10.586 15 7 15 7 17 14 17 14 10 12 10z"
|
|
1877
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1878
|
+
d: "M13,22H4a2.0023,2.0023,0,0,1-2-2V7A2.002,2.002,0,0,1,4,5H26a2.0023,2.0023,0,0,1,2,2v9H26V7H4V20h9Z"
|
|
1854
1879
|
})), children);
|
|
1855
1880
|
});
|
|
1856
1881
|
if (process.env.NODE_ENV !== "production") {
|
|
1857
|
-
|
|
1882
|
+
ShrinkScreen.propTypes = iconPropTypes4cbeb95d.i;
|
|
1858
1883
|
}
|
|
1859
|
-
const
|
|
1884
|
+
const ShrinkScreenFilled = /*#__PURE__*/React.forwardRef(function ShrinkScreenFilled(_ref78, ref) {
|
|
1860
1885
|
let {
|
|
1861
1886
|
children,
|
|
1862
1887
|
size = 16,
|
|
@@ -1870,14 +1895,22 @@ const Slm = /*#__PURE__*/React.forwardRef(function Slm(_ref78, ref) {
|
|
|
1870
1895
|
viewBox: "0 0 32 32",
|
|
1871
1896
|
fill: "currentColor",
|
|
1872
1897
|
...rest
|
|
1873
|
-
},
|
|
1874
|
-
|
|
1898
|
+
}, _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
|
1899
|
+
width: "15",
|
|
1900
|
+
height: "10",
|
|
1901
|
+
x: "15",
|
|
1902
|
+
y: "18",
|
|
1903
|
+
rx: "2"
|
|
1904
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1905
|
+
d: "M12 10L12 13.586 7.707 9.293 6.293 10.707 10.586 15 7 15 7 17 14 17 14 10 12 10z"
|
|
1906
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1907
|
+
d: "M13,22H4a2.0023,2.0023,0,0,1-2-2V7A2.002,2.002,0,0,1,4,5H26a2.0023,2.0023,0,0,1,2,2v9H26V7H4V20h9Z"
|
|
1875
1908
|
})), children);
|
|
1876
1909
|
});
|
|
1877
1910
|
if (process.env.NODE_ENV !== "production") {
|
|
1878
|
-
|
|
1911
|
+
ShrinkScreenFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1879
1912
|
}
|
|
1880
|
-
const
|
|
1913
|
+
const Shuffle = /*#__PURE__*/React.forwardRef(function Shuffle(_ref79, ref) {
|
|
1881
1914
|
let {
|
|
1882
1915
|
children,
|
|
1883
1916
|
size = 16,
|
|
@@ -1891,14 +1924,14 @@ const Smell = /*#__PURE__*/React.forwardRef(function Smell(_ref79, ref) {
|
|
|
1891
1924
|
viewBox: "0 0 32 32",
|
|
1892
1925
|
fill: "currentColor",
|
|
1893
1926
|
...rest
|
|
1894
|
-
},
|
|
1895
|
-
d: "M22,
|
|
1927
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1928
|
+
d: "M22.59,19.41,26.17,23H19.55l-4.37-7,4.37-7h6.62l-3.58,3.59L24,14l6-6L24,2,22.59,3.41,26.17,7H19.55a2,2,0,0,0-1.69.94L14,14.11,10.14,7.94A2,2,0,0,0,8.45,7H2V9H8.45l4.37,7L8.45,23H2v2H8.45a2,2,0,0,0,1.69-.94L14,17.89l3.86,6.17a2,2,0,0,0,1.69.94h6.62l-3.58,3.59L24,30l6-6-6-6Z"
|
|
1896
1929
|
})), children);
|
|
1897
1930
|
});
|
|
1898
1931
|
if (process.env.NODE_ENV !== "production") {
|
|
1899
|
-
|
|
1932
|
+
Shuffle.propTypes = iconPropTypes4cbeb95d.i;
|
|
1900
1933
|
}
|
|
1901
|
-
const
|
|
1934
|
+
const Shuttle = /*#__PURE__*/React.forwardRef(function Shuttle(_ref80, ref) {
|
|
1902
1935
|
let {
|
|
1903
1936
|
children,
|
|
1904
1937
|
size = 16,
|
|
@@ -1912,14 +1945,14 @@ const Smoke = /*#__PURE__*/React.forwardRef(function Smoke(_ref80, ref) {
|
|
|
1912
1945
|
viewBox: "0 0 32 32",
|
|
1913
1946
|
fill: "currentColor",
|
|
1914
1947
|
...rest
|
|
1915
|
-
},
|
|
1916
|
-
d: "
|
|
1948
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1949
|
+
d: "M29.81,16l-7-9.56A1,1,0,0,0,22,6H3A1,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-1V16.56A1,1,0,0,0,29.81,16ZM20,8h1.49l5.13,7H20ZM4,8H18v7H4ZM9,26a2,2,0,1,1,2-2A2,2,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2,2,0,0,1,23,26Zm5-3H26.86a4,4,0,0,0-7.72,0H12.86a4,4,0,0,0-7.72,0H4V17H28Z"
|
|
1917
1950
|
})), children);
|
|
1918
1951
|
});
|
|
1919
1952
|
if (process.env.NODE_ENV !== "production") {
|
|
1920
|
-
|
|
1953
|
+
Shuttle.propTypes = iconPropTypes4cbeb95d.i;
|
|
1921
1954
|
}
|
|
1922
|
-
const
|
|
1955
|
+
const SidePanelClose = /*#__PURE__*/React.forwardRef(function SidePanelClose(_ref81, ref) {
|
|
1923
1956
|
let {
|
|
1924
1957
|
children,
|
|
1925
1958
|
size = 16,
|
|
@@ -1933,18 +1966,14 @@ const WatsonHealthSmoothing = /*#__PURE__*/React.forwardRef(function WatsonHealt
|
|
|
1933
1966
|
viewBox: "0 0 32 32",
|
|
1934
1967
|
fill: "currentColor",
|
|
1935
1968
|
...rest
|
|
1936
|
-
},
|
|
1937
|
-
|
|
1938
|
-
cy: "16",
|
|
1939
|
-
r: "5"
|
|
1940
|
-
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1941
|
-
d: "M7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM2.7 20.4a14.4029 14.4029 0 002 3.9l1.6-1.2a12.8867 12.8867 0 01-1.7-3.3zM7.8 27.3a14.4029 14.4029 0 003.9 2l.6-1.9A12.8867 12.8867 0 019 25.7zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.526 11.526 0 0123 25.7zM27.4 19.7l1.9.6A15.4747 15.4747 0 0030 16H28A11.4756 11.4756 0 0127.4 19.7zM29.2 11.6a14.4029 14.4029 0 00-2-3.9L25.6 8.9a12.8867 12.8867 0 011.7 3.3zM24.1 4.6a14.4029 14.4029 0 00-3.9-2l-.6 1.9a12.8867 12.8867 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.4756 11.4756 0 0116 28v2A21.4206 21.4206 0 0020.3 29.3z"
|
|
1969
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1970
|
+
d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M10,26H4V6h6V26z M28,15H17.8 l3.6-3.6L20,10l-6,6l6,6l1.4-1.4L17.8,17H28v9H12V6h16V15z"
|
|
1942
1971
|
})), children);
|
|
1943
1972
|
});
|
|
1944
1973
|
if (process.env.NODE_ENV !== "production") {
|
|
1945
|
-
|
|
1974
|
+
SidePanelClose.propTypes = iconPropTypes4cbeb95d.i;
|
|
1946
1975
|
}
|
|
1947
|
-
const
|
|
1976
|
+
const SidePanelCloseFilled = /*#__PURE__*/React.forwardRef(function SidePanelCloseFilled(_ref82, ref) {
|
|
1948
1977
|
let {
|
|
1949
1978
|
children,
|
|
1950
1979
|
size = 16,
|
|
@@ -1958,18 +1987,14 @@ const WatsonHealthSmoothingCursor = /*#__PURE__*/React.forwardRef(function Watso
|
|
|
1958
1987
|
viewBox: "0 0 32 32",
|
|
1959
1988
|
fill: "currentColor",
|
|
1960
1989
|
...rest
|
|
1961
|
-
},
|
|
1962
|
-
|
|
1963
|
-
cy: "18",
|
|
1964
|
-
r: "4"
|
|
1965
|
-
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1966
|
-
d: "M18 30a11.8932 11.8932 0 01-4.1035-.72L14.58 27.4A9.9725 9.9725 0 0018 28zM22.1484 29.2637l-.6914-1.877a9.9556 9.9556 0 002.9973-1.748l1.2916 1.5268A11.9525 11.9525 0 0122.1484 29.2637zM10.2893 27.1951A12.0141 12.0141 0 017.61 24.0078l1.73-1.0029a10.0236 10.0236 0 002.2347 2.6584zM28.4133 23.967l-1.7343-.9956a9.9159 9.9159 0 001.176-3.2641l1.9712.3388A11.8956 11.8956 0 0128.4133 23.967zM6.1821 20.0925A12.1282 12.1282 0 016.1777 15.93l1.9707.3423a10.1214 10.1214 0 00.0035 3.4738zM27.8447 16.2339a9.9019 9.9019 0 00-1.1953-3.2564l1.7285-1.0063a11.9029 11.9029 0 011.4361 3.9121zM9.3313 13.0107l-1.7324-.999a12.01 12.01 0 012.6738-3.1931l1.2886 1.53A10.01 10.01 0 009.3313 13.0107zM24.4094 10.3237a9.96 9.96 0 00-3.0088-1.7309l.68-1.8809a11.9491 11.9491 0 013.6118 2.0772zM14.562 8.6064l-.6875-1.8779A12.1031 12.1031 0 0118 6V8A10.0875 10.0875 0 0014.562 8.6064zM11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
|
1990
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1991
|
+
d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M28,15H17.8l3.6-3.6L20,10l-6,6l6,6 l1.4-1.4L17.8,17H28v9H12V6h16V15z"
|
|
1967
1992
|
})), children);
|
|
1968
1993
|
});
|
|
1969
1994
|
if (process.env.NODE_ENV !== "production") {
|
|
1970
|
-
|
|
1995
|
+
SidePanelCloseFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1971
1996
|
}
|
|
1972
|
-
const
|
|
1997
|
+
const SidePanelOpen = /*#__PURE__*/React.forwardRef(function SidePanelOpen(_ref83, ref) {
|
|
1973
1998
|
let {
|
|
1974
1999
|
children,
|
|
1975
2000
|
size = 16,
|
|
@@ -1983,22 +2008,14 @@ const Snooze = /*#__PURE__*/React.forwardRef(function Snooze(_ref83, ref) {
|
|
|
1983
2008
|
viewBox: "0 0 32 32",
|
|
1984
2009
|
fill: "currentColor",
|
|
1985
2010
|
...rest
|
|
1986
|
-
},
|
|
1987
|
-
d: "
|
|
1988
|
-
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1989
|
-
d: "M24.5 3.965H26.499V9.036999999999999H24.5z",
|
|
1990
|
-
transform: "rotate(-44.945 25.5 6.5)"
|
|
1991
|
-
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1992
|
-
d: "M16,28A11,11,0,1,1,27,17,11.0125,11.0125,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9.01,9.01,0,0,0,16,8Z"
|
|
1993
|
-
})), _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1994
|
-
d: "M3.965 5.501H9.036999999999999V7.5H3.965z",
|
|
1995
|
-
transform: "rotate(-45.055 6.5 6.5)"
|
|
2011
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
2012
|
+
d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M10,26H4V6h6V26z M28,26H12v-9h10.2 l-3.6,3.6L20,22l6-6l-6-6l-1.4,1.4l3.6,3.6H12V6h16V26z"
|
|
1996
2013
|
})), children);
|
|
1997
2014
|
});
|
|
1998
2015
|
if (process.env.NODE_ENV !== "production") {
|
|
1999
|
-
|
|
2016
|
+
SidePanelOpen.propTypes = iconPropTypes4cbeb95d.i;
|
|
2000
2017
|
}
|
|
2001
|
-
const
|
|
2018
|
+
const SidePanelOpenFilled = /*#__PURE__*/React.forwardRef(function SidePanelOpenFilled(_ref84, ref) {
|
|
2002
2019
|
let {
|
|
2003
2020
|
children,
|
|
2004
2021
|
size = 16,
|
|
@@ -2012,14 +2029,14 @@ const Snow = /*#__PURE__*/React.forwardRef(function Snow(_ref84, ref) {
|
|
|
2012
2029
|
viewBox: "0 0 32 32",
|
|
2013
2030
|
fill: "currentColor",
|
|
2014
2031
|
...rest
|
|
2015
|
-
},
|
|
2016
|
-
d: "
|
|
2032
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
2033
|
+
d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M28,26H12v-9h10.2l-3.6,3.6L20,22 l6-6l-6-6l-1.4,1.4l3.6,3.6H12V6h16V26z"
|
|
2017
2034
|
})), children);
|
|
2018
2035
|
});
|
|
2019
2036
|
if (process.env.NODE_ENV !== "production") {
|
|
2020
|
-
|
|
2037
|
+
SidePanelOpenFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2021
2038
|
}
|
|
2022
|
-
const
|
|
2039
|
+
const Sight = /*#__PURE__*/React.forwardRef(function Sight(_ref85, ref) {
|
|
2023
2040
|
let {
|
|
2024
2041
|
children,
|
|
2025
2042
|
size = 16,
|
|
@@ -2033,16 +2050,16 @@ const SnowBlizzard = /*#__PURE__*/React.forwardRef(function SnowBlizzard(_ref85,
|
|
|
2033
2050
|
viewBox: "0 0 32 32",
|
|
2034
2051
|
fill: "currentColor",
|
|
2035
2052
|
...rest
|
|
2036
|
-
},
|
|
2037
|
-
d: "
|
|
2038
|
-
})),
|
|
2039
|
-
d: "
|
|
2053
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
2054
|
+
d: "M10 12H12V14H10zM6 12H8V14H6zM2 12H4V14H2zM26 30H24V27H20a5.0055 5.0055 0 01-5-5V20.7207l-2.3162-.772a1 1 0 01-.5412-1.4631L15 13.7229V11a9.01 9.01 0 019-9h5V4H24a7.0078 7.0078 0 00-7 7v3a.9991.9991 0 01-.1426.5144l-2.3586 3.9312 1.8174.6057A1 1 0 0117 20v2a3.0033 3.0033 0 003 3h5a1 1 0 011 1z"
|
|
2055
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
2056
|
+
d: "M19 12H23V14H19z"
|
|
2040
2057
|
})), children);
|
|
2041
2058
|
});
|
|
2042
2059
|
if (process.env.NODE_ENV !== "production") {
|
|
2043
|
-
|
|
2060
|
+
Sight.propTypes = iconPropTypes4cbeb95d.i;
|
|
2044
2061
|
}
|
|
2045
|
-
const
|
|
2062
|
+
const Sigma = /*#__PURE__*/React.forwardRef(function Sigma(_ref86, ref) {
|
|
2046
2063
|
let {
|
|
2047
2064
|
children,
|
|
2048
2065
|
size = 16,
|
|
@@ -2056,16 +2073,14 @@ const SnowHeavy = /*#__PURE__*/React.forwardRef(function SnowHeavy(_ref86, ref)
|
|
|
2056
2073
|
viewBox: "0 0 32 32",
|
|
2057
2074
|
fill: "currentColor",
|
|
2058
2075
|
...rest
|
|
2059
|
-
},
|
|
2060
|
-
d: "
|
|
2061
|
-
})), _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
2062
|
-
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z"
|
|
2076
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
2077
|
+
d: "M24 5L7 5 7 7.414 15.586 16 7 24.586 7 27 24 27 24 25 9.414 25 18.414 16 9.414 7 24 7 24 5z"
|
|
2063
2078
|
})), children);
|
|
2064
2079
|
});
|
|
2065
2080
|
if (process.env.NODE_ENV !== "production") {
|
|
2066
|
-
|
|
2081
|
+
Sigma.propTypes = iconPropTypes4cbeb95d.i;
|
|
2067
2082
|
}
|
|
2068
|
-
const
|
|
2083
|
+
const SignalStrength = /*#__PURE__*/React.forwardRef(function SignalStrength(_ref87, ref) {
|
|
2069
2084
|
let {
|
|
2070
2085
|
children,
|
|
2071
2086
|
size = 16,
|
|
@@ -2079,25 +2094,14 @@ const SnowScattered = /*#__PURE__*/React.forwardRef(function SnowScattered(_ref8
|
|
|
2079
2094
|
viewBox: "0 0 32 32",
|
|
2080
2095
|
fill: "currentColor",
|
|
2081
2096
|
...rest
|
|
2082
|
-
},
|
|
2083
|
-
d: "
|
|
2084
|
-
})), _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2085
|
-
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
2086
|
-
transform: "rotate(-45 28.232 4.768)"
|
|
2087
|
-
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2088
|
-
d: "M26.732 16.233H29.732V18.233H26.732z",
|
|
2089
|
-
transform: "rotate(-135 28.232 17.233)"
|
|
2090
|
-
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2091
|
-
d: "M12.268 3.768H15.268V5.768H12.268z",
|
|
2092
|
-
transform: "rotate(-135 13.768 4.768)"
|
|
2093
|
-
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2094
|
-
d: "M27,11A5.9852,5.9852,0,0,0,16.1431,7.5083,7.3737,7.3737,0,0,0,13.5,7a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,24H19a5.9672,5.9672,0,0,0,5.5667-8.2A5.9722,5.9722,0,0,0,27,11ZM19,22H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,22Zm4.5222-7.9131a5.9592,5.9592,0,0,0-2.8728-1.8428,7.5212,7.5212,0,0,0-2.7224-3.78,3.9869,3.9869,0,1,1,5.5952,5.6225Z"
|
|
2097
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
2098
|
+
d: "M26 6H28V26H26zM18 11H20V26H18zM11 16H13V26H11zM4 20H6V26H4z"
|
|
2095
2099
|
})), children);
|
|
2096
2100
|
});
|
|
2097
2101
|
if (process.env.NODE_ENV !== "production") {
|
|
2098
|
-
|
|
2102
|
+
SignalStrength.propTypes = iconPropTypes4cbeb95d.i;
|
|
2099
2103
|
}
|
|
2100
|
-
const
|
|
2104
|
+
const SimCard = /*#__PURE__*/React.forwardRef(function SimCard(_ref88, ref) {
|
|
2101
2105
|
let {
|
|
2102
2106
|
children,
|
|
2103
2107
|
size = 16,
|
|
@@ -2111,14 +2115,16 @@ const SnowScatteredNight = /*#__PURE__*/React.forwardRef(function SnowScatteredN
|
|
|
2111
2115
|
viewBox: "0 0 32 32",
|
|
2112
2116
|
fill: "currentColor",
|
|
2113
2117
|
...rest
|
|
2114
|
-
},
|
|
2115
|
-
d: "
|
|
2118
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
2119
|
+
d: "M21,9H8a2.0023,2.0023,0,0,0-2,2V21a2.0023,2.0023,0,0,0,2,2H21a2.0023,2.0023,0,0,0,2-2V11A2.0023,2.0023,0,0,0,21,9Zm0,4H18V11h3Zm-3,2h3v2H18Zm-2-4V21H13V14a1,1,0,0,0-1-1H8V11Zm-5,6H8V15h3ZM8,19h3v2H8Zm10,2V19h3v2Z"
|
|
2120
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
2121
|
+
d: "M23.5317,27H4a2.0021,2.0021,0,0,1-2-2V7A2.0021,2.0021,0,0,1,4,5H28a2.0021,2.0021,0,0,1,2,2V19.6379a2.0044,2.0044,0,0,1-.4639,1.2808L25.0679,26.28A1.9944,1.9944,0,0,1,23.5317,27ZM4,7V25H23.5317L28,19.6379V7Z"
|
|
2116
2122
|
})), children);
|
|
2117
2123
|
});
|
|
2118
2124
|
if (process.env.NODE_ENV !== "production") {
|
|
2119
|
-
|
|
2125
|
+
SimCard.propTypes = iconPropTypes4cbeb95d.i;
|
|
2120
2126
|
}
|
|
2121
|
-
const
|
|
2127
|
+
const SkillLevel = /*#__PURE__*/React.forwardRef(function SkillLevel(_ref89, ref) {
|
|
2122
2128
|
let {
|
|
2123
2129
|
children,
|
|
2124
2130
|
size = 16,
|
|
@@ -2132,16 +2138,14 @@ const SnowDensity = /*#__PURE__*/React.forwardRef(function SnowDensity(_ref89, r
|
|
|
2132
2138
|
viewBox: "0 0 32 32",
|
|
2133
2139
|
fill: "currentColor",
|
|
2134
2140
|
...rest
|
|
2135
|
-
},
|
|
2136
|
-
d: "
|
|
2137
|
-
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2138
|
-
d: "M20.6 16.8L19.4 15.2 17 17 17 14 15 14 15 17 12.6 15.2 11.4 16.8 14.333 19 11.4 21.2 12.6 22.8 15 21 15 24 17 24 17 21 19.4 22.8 20.6 21.2 17.667 19 20.6 16.8z"
|
|
2141
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
2142
|
+
d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8zM4 28H8V20H4z"
|
|
2139
2143
|
})), children);
|
|
2140
2144
|
});
|
|
2141
2145
|
if (process.env.NODE_ENV !== "production") {
|
|
2142
|
-
|
|
2146
|
+
SkillLevel.propTypes = iconPropTypes4cbeb95d.i;
|
|
2143
2147
|
}
|
|
2144
|
-
const
|
|
2148
|
+
const SkillLevelAdvanced = /*#__PURE__*/React.forwardRef(function SkillLevelAdvanced(_ref90, ref) {
|
|
2145
2149
|
let {
|
|
2146
2150
|
children,
|
|
2147
2151
|
size = 16,
|
|
@@ -2155,14 +2159,14 @@ const Snowflake = /*#__PURE__*/React.forwardRef(function Snowflake(_ref90, ref)
|
|
|
2155
2159
|
viewBox: "0 0 32 32",
|
|
2156
2160
|
fill: "currentColor",
|
|
2157
2161
|
...rest
|
|
2158
|
-
},
|
|
2159
|
-
d: "
|
|
2162
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
2163
|
+
d: "M30 30H22V4h8zM20 30H12V12h8zM10 30H2V18h8z"
|
|
2160
2164
|
})), children);
|
|
2161
2165
|
});
|
|
2162
2166
|
if (process.env.NODE_ENV !== "production") {
|
|
2163
|
-
|
|
2167
|
+
SkillLevelAdvanced.propTypes = iconPropTypes4cbeb95d.i;
|
|
2164
2168
|
}
|
|
2165
|
-
const
|
|
2169
|
+
const SkillLevelBasic = /*#__PURE__*/React.forwardRef(function SkillLevelBasic(_ref91, ref) {
|
|
2166
2170
|
let {
|
|
2167
2171
|
children,
|
|
2168
2172
|
size = 16,
|
|
@@ -2176,21 +2180,14 @@ const Soccer = /*#__PURE__*/React.forwardRef(function Soccer(_ref91, ref) {
|
|
|
2176
2180
|
viewBox: "0 0 32 32",
|
|
2177
2181
|
fill: "currentColor",
|
|
2178
2182
|
...rest
|
|
2179
|
-
},
|
|
2180
|
-
|
|
2181
|
-
cy: "28",
|
|
2182
|
-
r: "2"
|
|
2183
|
-
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2184
|
-
d: "M7.55 17.5H15.45V19.5H7.55z",
|
|
2185
|
-
transform: "rotate(-45 11.5 18.5)"
|
|
2186
|
-
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2187
|
-
d: "M28 16.584L19.4143 8H6v2H18.5857l3 3L6 28.5859 7.4141 30 23 14.415 26.584 18 23 21.5859 24.4141 23 28 19.416A2.0044 2.0044 0 0028 16.584zM24.5 9A3.5 3.5 0 1128 5.5 3.504 3.504 0 0124.5 9zm0-5A1.5 1.5 0 1026 5.5 1.5017 1.5017 0 0024.5 4z"
|
|
2183
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
2184
|
+
d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8z"
|
|
2188
2185
|
})), children);
|
|
2189
2186
|
});
|
|
2190
2187
|
if (process.env.NODE_ENV !== "production") {
|
|
2191
|
-
|
|
2188
|
+
SkillLevelBasic.propTypes = iconPropTypes4cbeb95d.i;
|
|
2192
2189
|
}
|
|
2193
|
-
const
|
|
2190
|
+
const SkillLevelIntermediate = /*#__PURE__*/React.forwardRef(function SkillLevelIntermediate(_ref92, ref) {
|
|
2194
2191
|
let {
|
|
2195
2192
|
children,
|
|
2196
2193
|
size = 16,
|
|
@@ -2204,14 +2201,14 @@ const SoftwareResource = /*#__PURE__*/React.forwardRef(function SoftwareResource
|
|
|
2204
2201
|
viewBox: "0 0 32 32",
|
|
2205
2202
|
fill: "currentColor",
|
|
2206
2203
|
...rest
|
|
2207
|
-
},
|
|
2208
|
-
d: "
|
|
2204
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2205
|
+
d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zM10 30H2V18h8z"
|
|
2209
2206
|
})), children);
|
|
2210
2207
|
});
|
|
2211
2208
|
if (process.env.NODE_ENV !== "production") {
|
|
2212
|
-
|
|
2209
|
+
SkillLevelIntermediate.propTypes = iconPropTypes4cbeb95d.i;
|
|
2213
2210
|
}
|
|
2214
|
-
const
|
|
2211
|
+
const SkipBack = /*#__PURE__*/React.forwardRef(function SkipBack(_ref93, ref) {
|
|
2215
2212
|
let {
|
|
2216
2213
|
children,
|
|
2217
2214
|
size = 16,
|
|
@@ -2225,14 +2222,14 @@ const SoftwareResourceCluster = /*#__PURE__*/React.forwardRef(function SoftwareR
|
|
|
2225
2222
|
viewBox: "0 0 32 32",
|
|
2226
2223
|
fill: "currentColor",
|
|
2227
2224
|
...rest
|
|
2228
|
-
},
|
|
2229
|
-
d: "
|
|
2225
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2226
|
+
d: "M27 28a1 1 0 01-.5-.13l-19-11a1 1 0 010-1.74l19-11a1 1 0 011 0A1 1 0 0128 5V27a1 1 0 01-1 1zM10 16l16 9.27V6.73zM2 4H4V28H2z"
|
|
2230
2227
|
})), children);
|
|
2231
2228
|
});
|
|
2232
2229
|
if (process.env.NODE_ENV !== "production") {
|
|
2233
|
-
|
|
2230
|
+
SkipBack.propTypes = iconPropTypes4cbeb95d.i;
|
|
2234
2231
|
}
|
|
2235
|
-
const
|
|
2232
|
+
const SkipBackFilled = /*#__PURE__*/React.forwardRef(function SkipBackFilled(_ref94, ref) {
|
|
2236
2233
|
let {
|
|
2237
2234
|
children,
|
|
2238
2235
|
size = 16,
|
|
@@ -2246,32 +2243,14 @@ const SoftwareResourceResource = /*#__PURE__*/React.forwardRef(function Software
|
|
|
2246
2243
|
viewBox: "0 0 32 32",
|
|
2247
2244
|
fill: "currentColor",
|
|
2248
2245
|
...rest
|
|
2249
|
-
},
|
|
2250
|
-
d: "
|
|
2251
|
-
transform: "rotate(-45.001 9.293 9.293)"
|
|
2252
|
-
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2253
|
-
d: "M4.9,19.7l-2.3-2.3C2.2,17,2,16.5,2,16s0.2-1,0.6-1.4l2.3-2.3l1.4,1.4L4,16l2.3,2.3L4.9,19.7z"
|
|
2254
|
-
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2255
|
-
d: "M8.3 20.3H10.3V25.1H8.3z",
|
|
2256
|
-
transform: "rotate(-45.001 9.293 22.707)"
|
|
2257
|
-
})), _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2258
|
-
d: "M16,30c-0.5,0-1-0.2-1.4-0.6l-2.3-2.3l1.4-1.4L16,28l2.3-2.3l1.4,1.4l-2.3,2.3C17,29.8,16.5,30,16,30z"
|
|
2259
|
-
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2260
|
-
d: "M20.3 21.7H25.1V23.7H20.3z",
|
|
2261
|
-
transform: "rotate(-45.001 22.707 22.707)"
|
|
2262
|
-
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2263
|
-
d: "M27.1,19.7l-1.4-1.4L28,16l-2.3-2.3l1.4-1.4l2.3,2.3C29.8,15,30,15.5,30,16s-0.2,1-0.6,1.4L27.1,19.7z"
|
|
2264
|
-
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2265
|
-
d: "M21.7 6.9H23.7V11.7H21.7z",
|
|
2266
|
-
transform: "rotate(-45.001 22.707 9.293)"
|
|
2267
|
-
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2268
|
-
d: "M16,2c-0.5,0-1,0.2-1.4,0.6l-2.3,2.3l1.4,1.4L16,4l2.3,2.3l1.4-1.4l-2.3-2.3C17,2.2,16.5,2,16,2z"
|
|
2246
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2247
|
+
d: "M27 28a.9975.9975 0 01-.501-.1348l-19-11a1 1 0 010-1.73l19-11A1 1 0 0128 5V27a1 1 0 01-1 1zM2 4H4V28H2z"
|
|
2269
2248
|
})), children);
|
|
2270
2249
|
});
|
|
2271
2250
|
if (process.env.NODE_ENV !== "production") {
|
|
2272
|
-
|
|
2251
|
+
SkipBackFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2273
2252
|
}
|
|
2274
|
-
const
|
|
2253
|
+
const SkipBackOutline = /*#__PURE__*/React.forwardRef(function SkipBackOutline(_ref95, ref) {
|
|
2275
2254
|
let {
|
|
2276
2255
|
children,
|
|
2277
2256
|
size = 16,
|
|
@@ -2285,48 +2264,19 @@ const SoilMoisture = /*#__PURE__*/React.forwardRef(function SoilMoisture(_ref95,
|
|
|
2285
2264
|
viewBox: "0 0 32 32",
|
|
2286
2265
|
fill: "currentColor",
|
|
2287
2266
|
...rest
|
|
2288
|
-
},
|
|
2289
|
-
d: "
|
|
2290
|
-
})),
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
cx: "11",
|
|
2296
|
-
cy: "19",
|
|
2297
|
-
r: "1"
|
|
2298
|
-
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
2299
|
-
cx: "15",
|
|
2300
|
-
cy: "25",
|
|
2301
|
-
r: "1"
|
|
2302
|
-
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
2303
|
-
cx: "17",
|
|
2304
|
-
cy: "15",
|
|
2305
|
-
r: "1"
|
|
2306
|
-
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
2307
|
-
cx: "13",
|
|
2308
|
-
cy: "11",
|
|
2309
|
-
r: "1"
|
|
2310
|
-
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
2311
|
-
cx: "27",
|
|
2312
|
-
cy: "11",
|
|
2313
|
-
r: "1"
|
|
2314
|
-
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
|
2315
|
-
cx: "9",
|
|
2316
|
-
cy: "27",
|
|
2317
|
-
r: "1"
|
|
2318
|
-
})), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
|
|
2319
|
-
cx: "3",
|
|
2320
|
-
cy: "21",
|
|
2321
|
-
r: "1"
|
|
2322
|
-
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2323
|
-
d: "M2 6H30V8H2z"
|
|
2267
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2268
|
+
d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7485l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3006V12.7Z"
|
|
2269
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2270
|
+
d: "M9 10H11V22H9z",
|
|
2271
|
+
transform: "rotate(-180 10 16)"
|
|
2272
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2273
|
+
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
2324
2274
|
})), children);
|
|
2325
2275
|
});
|
|
2326
2276
|
if (process.env.NODE_ENV !== "production") {
|
|
2327
|
-
|
|
2277
|
+
SkipBackOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
2328
2278
|
}
|
|
2329
|
-
const
|
|
2279
|
+
const SkipBackOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipBackOutlineFilled(_ref96, ref) {
|
|
2330
2280
|
let {
|
|
2331
2281
|
children,
|
|
2332
2282
|
size = 16,
|
|
@@ -2340,14 +2290,23 @@ const SoilMoistureField = /*#__PURE__*/React.forwardRef(function SoilMoistureFie
|
|
|
2340
2290
|
viewBox: "0 0 32 32",
|
|
2341
2291
|
fill: "currentColor",
|
|
2342
2292
|
...rest
|
|
2343
|
-
},
|
|
2344
|
-
d: "
|
|
2293
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2294
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM10,22H8V10h2Zm14-1a1,1,0,0,1-1.4858.874l-9-5a1,1,0,0,1,0-1.748l9-5A1,1,0,0,1,24,11Z"
|
|
2295
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2296
|
+
d: "M22 19.301L22 12.699 16.059 16 22 19.301z"
|
|
2297
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2298
|
+
fill: "none",
|
|
2299
|
+
d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3005V12.7Z"
|
|
2300
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2301
|
+
fill: "none",
|
|
2302
|
+
d: "M8 10H10V22H8z",
|
|
2303
|
+
transform: "rotate(-180 9 16)"
|
|
2345
2304
|
})), children);
|
|
2346
2305
|
});
|
|
2347
2306
|
if (process.env.NODE_ENV !== "production") {
|
|
2348
|
-
|
|
2307
|
+
SkipBackOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2349
2308
|
}
|
|
2350
|
-
const
|
|
2309
|
+
const SkipBackOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipBackOutlineSolid(_ref97, ref) {
|
|
2351
2310
|
let {
|
|
2352
2311
|
children,
|
|
2353
2312
|
size = 16,
|
|
@@ -2361,18 +2320,19 @@ const SoilMoistureGlobal = /*#__PURE__*/React.forwardRef(function SoilMoistureGl
|
|
|
2361
2320
|
viewBox: "0 0 32 32",
|
|
2362
2321
|
fill: "currentColor",
|
|
2363
2322
|
...rest
|
|
2364
|
-
},
|
|
2365
|
-
d: "
|
|
2366
|
-
})),
|
|
2367
|
-
d: "
|
|
2368
|
-
|
|
2369
|
-
|
|
2323
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2324
|
+
d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7485l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Z"
|
|
2325
|
+
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2326
|
+
d: "M9 10H11V22H9z",
|
|
2327
|
+
transform: "rotate(-180 10 16)"
|
|
2328
|
+
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2329
|
+
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
2370
2330
|
})), children);
|
|
2371
2331
|
});
|
|
2372
2332
|
if (process.env.NODE_ENV !== "production") {
|
|
2373
|
-
|
|
2333
|
+
SkipBackOutlineSolid.propTypes = iconPropTypes4cbeb95d.i;
|
|
2374
2334
|
}
|
|
2375
|
-
const
|
|
2335
|
+
const SkipBackSolidFilled = /*#__PURE__*/React.forwardRef(function SkipBackSolidFilled(_ref98, ref) {
|
|
2376
2336
|
let {
|
|
2377
2337
|
children,
|
|
2378
2338
|
size = 16,
|
|
@@ -2386,42 +2346,21 @@ const SoilTemperature = /*#__PURE__*/React.forwardRef(function SoilTemperature(_
|
|
|
2386
2346
|
viewBox: "0 0 32 32",
|
|
2387
2347
|
fill: "currentColor",
|
|
2388
2348
|
...rest
|
|
2389
|
-
},
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
cx: "15",
|
|
2399
|
-
cy: "25",
|
|
2400
|
-
r: "1"
|
|
2401
|
-
})), _circle38 || (_circle38 = /*#__PURE__*/React.createElement("circle", {
|
|
2402
|
-
cx: "17",
|
|
2403
|
-
cy: "15",
|
|
2404
|
-
r: "1"
|
|
2405
|
-
})), _circle39 || (_circle39 = /*#__PURE__*/React.createElement("circle", {
|
|
2406
|
-
cx: "13",
|
|
2407
|
-
cy: "11",
|
|
2408
|
-
r: "1"
|
|
2409
|
-
})), _circle40 || (_circle40 = /*#__PURE__*/React.createElement("circle", {
|
|
2410
|
-
cx: "9",
|
|
2411
|
-
cy: "27",
|
|
2412
|
-
r: "1"
|
|
2413
|
-
})), _circle41 || (_circle41 = /*#__PURE__*/React.createElement("circle", {
|
|
2414
|
-
cx: "3",
|
|
2415
|
-
cy: "21",
|
|
2416
|
-
r: "1"
|
|
2417
|
-
})), _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2418
|
-
d: "M25 30a4.9863 4.9863 0 01-3-8.98V15a3 3 0 016 0v6.02A4.9863 4.9863 0 0125 30zm0-16a1.0011 1.0011 0 00-1 1v7.13l-.4971.2893A2.9676 2.9676 0 0022 25a3 3 0 006 0 2.9676 2.9676 0 00-1.5029-2.5811L26 22.13V15A1.0011 1.0011 0 0025 14zM2 6H30V8H2z"
|
|
2349
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2350
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM10,22H8V10h2Zm14-1a1,1,0,0,1-1.4858.874l-9-5a1,1,0,0,1,0-1.748l9-5A1,1,0,0,1,24,11Z"
|
|
2351
|
+
})), _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2352
|
+
fill: "none",
|
|
2353
|
+
d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Z"
|
|
2354
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2355
|
+
fill: "none",
|
|
2356
|
+
d: "M8 10H10V22H8z",
|
|
2357
|
+
transform: "rotate(-180 9 16)"
|
|
2419
2358
|
})), children);
|
|
2420
2359
|
});
|
|
2421
2360
|
if (process.env.NODE_ENV !== "production") {
|
|
2422
|
-
|
|
2361
|
+
SkipBackSolidFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2423
2362
|
}
|
|
2424
|
-
const
|
|
2363
|
+
const SkipForward = /*#__PURE__*/React.forwardRef(function SkipForward(_ref99, ref) {
|
|
2425
2364
|
let {
|
|
2426
2365
|
children,
|
|
2427
2366
|
size = 16,
|
|
@@ -2435,14 +2374,14 @@ const SoilTemperatureField = /*#__PURE__*/React.forwardRef(function SoilTemperat
|
|
|
2435
2374
|
viewBox: "0 0 32 32",
|
|
2436
2375
|
fill: "currentColor",
|
|
2437
2376
|
...rest
|
|
2438
|
-
},
|
|
2439
|
-
d: "
|
|
2377
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2378
|
+
d: "M5 28a1 1 0 01-1-1V5a1 1 0 01.5-.87 1 1 0 011 0l19 11a1 1 0 010 1.74l-19 11A1 1 0 015 28zM6 6.73V25.27L22 16zM28 4H30V28H28z"
|
|
2440
2379
|
})), children);
|
|
2441
2380
|
});
|
|
2442
2381
|
if (process.env.NODE_ENV !== "production") {
|
|
2443
|
-
|
|
2382
|
+
SkipForward.propTypes = iconPropTypes4cbeb95d.i;
|
|
2444
2383
|
}
|
|
2445
|
-
const
|
|
2384
|
+
const SkipForwardFilled = /*#__PURE__*/React.forwardRef(function SkipForwardFilled(_ref100, ref) {
|
|
2446
2385
|
let {
|
|
2447
2386
|
children,
|
|
2448
2387
|
size = 16,
|
|
@@ -2456,18 +2395,14 @@ const SoilTemperatureGlobal = /*#__PURE__*/React.forwardRef(function SoilTempera
|
|
|
2456
2395
|
viewBox: "0 0 32 32",
|
|
2457
2396
|
fill: "currentColor",
|
|
2458
2397
|
...rest
|
|
2459
|
-
},
|
|
2460
|
-
d: "
|
|
2461
|
-
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2462
|
-
d: "M11,24H9A17.0192,17.0192,0,0,1,26,7h4V9H26A15.017,15.017,0,0,0,11,24Z"
|
|
2463
|
-
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2464
|
-
d: "M26,2A21.8625,21.8625,0,0,0,13.9993,5.5757,21.856,21.856,0,0,0,2,2V4A19.8735,19.8735,0,0,1,12.2622,6.835,22.1514,22.1514,0,0,0,9.9475,8.979,17.001,17.001,0,0,0,2,7V9a15.0142,15.0142,0,0,1,6.6191,1.5366,22.0768,22.0768,0,0,0-1.7016,2.5371A12.0319,12.0319,0,0,0,2,12v2a9.8838,9.8838,0,0,1,4.0007.8506A21.861,21.861,0,0,0,4,24H6A20.0226,20.0226,0,0,1,26,4h4V2Z"
|
|
2398
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2399
|
+
d: "M28 4H30V28H28zM5 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 015 28z"
|
|
2465
2400
|
})), children);
|
|
2466
2401
|
});
|
|
2467
2402
|
if (process.env.NODE_ENV !== "production") {
|
|
2468
|
-
|
|
2403
|
+
SkipForwardFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2469
2404
|
}
|
|
2470
|
-
const
|
|
2405
|
+
const SkipForwardOutline = /*#__PURE__*/React.forwardRef(function SkipForwardOutline(_ref101, ref) {
|
|
2471
2406
|
let {
|
|
2472
2407
|
children,
|
|
2473
2408
|
size = 16,
|
|
@@ -2481,20 +2416,16 @@ const SolarPanel = /*#__PURE__*/React.forwardRef(function SolarPanel(_ref101, re
|
|
|
2481
2416
|
viewBox: "0 0 32 32",
|
|
2482
2417
|
fill: "currentColor",
|
|
2483
2418
|
...rest
|
|
2484
|
-
},
|
|
2485
|
-
d: "
|
|
2486
|
-
})),
|
|
2487
|
-
d: "
|
|
2488
|
-
transform: "rotate(-45 6.343 6.343)"
|
|
2489
|
-
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2490
|
-
d: "M16.657 4.343H18.657V8.343H16.657z",
|
|
2491
|
-
transform: "rotate(-135 17.657 6.343)"
|
|
2419
|
+
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2420
|
+
d: "M21 10H23V22H21zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8742l9 5a1 1 0 010 1.7485l-9 5a1.0009 1.0009 0 01-.9931-.0125zM10 12.7v6.6011L15.9409 16z"
|
|
2421
|
+
})), _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2422
|
+
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
2492
2423
|
})), children);
|
|
2493
2424
|
});
|
|
2494
2425
|
if (process.env.NODE_ENV !== "production") {
|
|
2495
|
-
|
|
2426
|
+
SkipForwardOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
2496
2427
|
}
|
|
2497
|
-
const
|
|
2428
|
+
const SkipForwardOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineFilled(_ref102, ref) {
|
|
2498
2429
|
let {
|
|
2499
2430
|
children,
|
|
2500
2431
|
size = 16,
|
|
@@ -2508,14 +2439,19 @@ const SortAscending = /*#__PURE__*/React.forwardRef(function SortAscending(_ref1
|
|
|
2508
2439
|
viewBox: "0 0 32 32",
|
|
2509
2440
|
fill: "currentColor",
|
|
2510
2441
|
...rest
|
|
2511
|
-
},
|
|
2512
|
-
d: "
|
|
2442
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2443
|
+
d: "M10 19.301L15.941 16 10 12.699 10 19.301z"
|
|
2444
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2445
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm2.4858,14.874-9,5A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.874l9,5a1,1,0,0,1,0,1.748ZM24,22H22V10h2Z"
|
|
2446
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2447
|
+
fill: "none",
|
|
2448
|
+
d: "M22 10H24V22H22zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8743l9 5a1 1 0 010 1.7486l-9 5a1.0009 1.0009 0 01-.9931-.0125zM10 12.7v6.601L15.9409 16z"
|
|
2513
2449
|
})), children);
|
|
2514
2450
|
});
|
|
2515
2451
|
if (process.env.NODE_ENV !== "production") {
|
|
2516
|
-
|
|
2452
|
+
SkipForwardOutlineFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2517
2453
|
}
|
|
2518
|
-
const
|
|
2454
|
+
const SkipForwardOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineSolid(_ref103, ref) {
|
|
2519
2455
|
let {
|
|
2520
2456
|
children,
|
|
2521
2457
|
size = 16,
|
|
@@ -2529,14 +2465,16 @@ const SortDescending = /*#__PURE__*/React.forwardRef(function SortDescending(_re
|
|
|
2529
2465
|
viewBox: "0 0 32 32",
|
|
2530
2466
|
fill: "currentColor",
|
|
2531
2467
|
...rest
|
|
2532
|
-
},
|
|
2533
|
-
d: "
|
|
2468
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2469
|
+
d: "M21 10H23V22H21zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8742l9 5a1 1 0 010 1.7485l-9 5a1.0009 1.0009 0 01-.9931-.0125z"
|
|
2470
|
+
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2471
|
+
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
2534
2472
|
})), children);
|
|
2535
2473
|
});
|
|
2536
2474
|
if (process.env.NODE_ENV !== "production") {
|
|
2537
|
-
|
|
2475
|
+
SkipForwardOutlineSolid.propTypes = iconPropTypes4cbeb95d.i;
|
|
2538
2476
|
}
|
|
2539
|
-
const
|
|
2477
|
+
const SkipForwardSolidFilled = /*#__PURE__*/React.forwardRef(function SkipForwardSolidFilled(_ref104, ref) {
|
|
2540
2478
|
let {
|
|
2541
2479
|
children,
|
|
2542
2480
|
size = 16,
|
|
@@ -2550,14 +2488,17 @@ const SortRemove = /*#__PURE__*/React.forwardRef(function SortRemove(_ref104, re
|
|
|
2550
2488
|
viewBox: "0 0 32 32",
|
|
2551
2489
|
fill: "currentColor",
|
|
2552
2490
|
...rest
|
|
2553
|
-
},
|
|
2554
|
-
d: "
|
|
2491
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2492
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm2.4858,14.874-9,5A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.874l9,5a1,1,0,0,1,0,1.748ZM24,22H22V10h2Z"
|
|
2493
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2494
|
+
fill: "none",
|
|
2495
|
+
d: "M22 10H24V22H22zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8743l9 5a1 1 0 010 1.7486l-9 5a1.0009 1.0009 0 01-.9931-.0125z"
|
|
2555
2496
|
})), children);
|
|
2556
2497
|
});
|
|
2557
2498
|
if (process.env.NODE_ENV !== "production") {
|
|
2558
|
-
|
|
2499
|
+
SkipForwardSolidFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2559
2500
|
}
|
|
2560
|
-
const
|
|
2501
|
+
const Sleet = /*#__PURE__*/React.forwardRef(function Sleet(_ref105, ref) {
|
|
2561
2502
|
let {
|
|
2562
2503
|
children,
|
|
2563
2504
|
size = 16,
|
|
@@ -2571,16 +2512,16 @@ const SpellCheck = /*#__PURE__*/React.forwardRef(function SpellCheck(_ref105, re
|
|
|
2571
2512
|
viewBox: "0 0 32 32",
|
|
2572
2513
|
fill: "currentColor",
|
|
2573
2514
|
...rest
|
|
2574
|
-
},
|
|
2575
|
-
d: "
|
|
2576
|
-
})),
|
|
2577
|
-
d: "
|
|
2515
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2516
|
+
d: "M6 24H8V26H6zM8 26H10V28H8zM10 28H12V30H10zM10 24H12V26H10zM6 28H8V30H6z"
|
|
2517
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2518
|
+
d: "M21 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 0121 30zM24.8008 9.1362a8.9943 8.9943 0 00-17.6006 0A6.4973 6.4973 0 008.5 22h8.8818L16.106 24.5527a1 1 0 101.7885.8946L19.6177 22H23.5A6.4974 6.4974 0 0024.8008 9.1362zM23.5 20H8.5a4.4975 4.4975 0 01-.356-8.981l.8155-.0639.0991-.812a6.9938 6.9938 0 0113.8838 0l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 20z"
|
|
2578
2519
|
})), children);
|
|
2579
2520
|
});
|
|
2580
2521
|
if (process.env.NODE_ENV !== "production") {
|
|
2581
|
-
|
|
2522
|
+
Sleet.propTypes = iconPropTypes4cbeb95d.i;
|
|
2582
2523
|
}
|
|
2583
|
-
const
|
|
2524
|
+
const Slisor = /*#__PURE__*/React.forwardRef(function Slisor(_ref106, ref) {
|
|
2584
2525
|
let {
|
|
2585
2526
|
children,
|
|
2586
2527
|
size = 16,
|
|
@@ -2594,14 +2535,22 @@ const WatsonHealthSpineLabel = /*#__PURE__*/React.forwardRef(function WatsonHeal
|
|
|
2594
2535
|
viewBox: "0 0 32 32",
|
|
2595
2536
|
fill: "currentColor",
|
|
2596
2537
|
...rest
|
|
2597
|
-
},
|
|
2598
|
-
d: "
|
|
2538
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2539
|
+
d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
|
|
2540
|
+
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
2541
|
+
cx: "7",
|
|
2542
|
+
cy: "25",
|
|
2543
|
+
r: "1"
|
|
2544
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2545
|
+
d: "M16,22a1.0005,1.0005,0,0,1-.4473-.1055l-10-5,.8946-1.789L16,19.8821l9.5527-4.7766.8946,1.789-10,5A1.0005,1.0005,0,0,1,16,22Z"
|
|
2546
|
+
})), _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2547
|
+
d: "M16,16a1.0005,1.0005,0,0,1-.4473-.1055l-10-5a1,1,0,0,1,0-1.789l10-5a1.0008,1.0008,0,0,1,.8946,0l10,5a1,1,0,0,1,0,1.789l-10,5A1.0005,1.0005,0,0,1,16,16ZM8.2358,10,16,13.8821,23.7642,10,16,6.1179Z"
|
|
2599
2548
|
})), children);
|
|
2600
2549
|
});
|
|
2601
2550
|
if (process.env.NODE_ENV !== "production") {
|
|
2602
|
-
|
|
2551
|
+
Slisor.propTypes = iconPropTypes4cbeb95d.i;
|
|
2603
2552
|
}
|
|
2604
|
-
const
|
|
2553
|
+
const Slm = /*#__PURE__*/React.forwardRef(function Slm(_ref107, ref) {
|
|
2605
2554
|
let {
|
|
2606
2555
|
children,
|
|
2607
2556
|
size = 16,
|
|
@@ -2615,16 +2564,14 @@ const Split = /*#__PURE__*/React.forwardRef(function Split(_ref107, ref) {
|
|
|
2615
2564
|
viewBox: "0 0 32 32",
|
|
2616
2565
|
fill: "currentColor",
|
|
2617
2566
|
...rest
|
|
2618
|
-
},
|
|
2619
|
-
d: "
|
|
2620
|
-
})), _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2621
|
-
d: "M28,16A12.01,12.01,0,0,0,17,4.0508V2H15V4.0508a11.99,11.99,0,0,0,0,23.8984V30h2V27.9492A12.01,12.01,0,0,0,28,16ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
|
|
2567
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2568
|
+
d: "M28 9L26.5 14 26 16 25.5 14 24 9 22 9 22 23 24 23 24 15 23.8 13 24.4 15 26 19.6 27.6 15 28.2 13 28 15 28 23 30 23 30 9zM14 21L14 9 12 9 12 23 20 23 20 21zM8 23H2v-2h6v-4H4c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h6v2H4v4h4c1.1 0 2 .9 2 2v4C10 22.1 9.1 23 8 23z"
|
|
2622
2569
|
})), children);
|
|
2623
2570
|
});
|
|
2624
2571
|
if (process.env.NODE_ENV !== "production") {
|
|
2625
|
-
|
|
2572
|
+
Slm.propTypes = iconPropTypes4cbeb95d.i;
|
|
2626
2573
|
}
|
|
2627
|
-
const
|
|
2574
|
+
const Smell = /*#__PURE__*/React.forwardRef(function Smell(_ref108, ref) {
|
|
2628
2575
|
let {
|
|
2629
2576
|
children,
|
|
2630
2577
|
size = 16,
|
|
@@ -2638,14 +2585,14 @@ const WatsonHealthSplitDiscard = /*#__PURE__*/React.forwardRef(function WatsonHe
|
|
|
2638
2585
|
viewBox: "0 0 32 32",
|
|
2639
2586
|
fill: "currentColor",
|
|
2640
2587
|
...rest
|
|
2641
|
-
},
|
|
2642
|
-
d: "
|
|
2588
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2589
|
+
d: "M22,15V10H20v7h2a3,3,0,0,1,0,6H21V21H19v2a3,3,0,0,1-6,0V21H11v2H10a3,3,0,0,1,0-6h2V9a3,3,0,0,1,3-3h1V4H15a5,5,0,0,0-5,5v6a5,5,0,0,0,0,10h1.42a5,5,0,0,0,9.16,0H22a5,5,0,0,0,0-10Z"
|
|
2643
2590
|
})), children);
|
|
2644
2591
|
});
|
|
2645
2592
|
if (process.env.NODE_ENV !== "production") {
|
|
2646
|
-
|
|
2593
|
+
Smell.propTypes = iconPropTypes4cbeb95d.i;
|
|
2647
2594
|
}
|
|
2648
|
-
const
|
|
2595
|
+
const Smoke = /*#__PURE__*/React.forwardRef(function Smoke(_ref109, ref) {
|
|
2649
2596
|
let {
|
|
2650
2597
|
children,
|
|
2651
2598
|
size = 16,
|
|
@@ -2659,14 +2606,14 @@ const SplitScreen = /*#__PURE__*/React.forwardRef(function SplitScreen(_ref109,
|
|
|
2659
2606
|
viewBox: "0 0 32 32",
|
|
2660
2607
|
fill: "currentColor",
|
|
2661
2608
|
...rest
|
|
2662
|
-
},
|
|
2663
|
-
d: "
|
|
2609
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2610
|
+
d: "M27.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762a6.9956 6.9956 0 00-1.2446-5.6668L23.2 5.6a1 1 0 111.6-1.2l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L27.8 26.4A1 1 0 0127.001 28zM22.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762a6.9956 6.9956 0 00-1.2446-5.6668L18.2 5.6a1 1 0 111.6-1.2l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L22.8 26.4A1 1 0 0122.001 28zM17.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762a6.9956 6.9956 0 00-1.2446-5.6668L13.2 5.6a1 1 0 111.6-1.2l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L17.8 26.4A1 1 0 0117.001 28zM12.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762A6.9956 6.9956 0 009.0142 6.6855L8.2 5.6A1 1 0 119.8 4.4l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L12.8 26.4A1 1 0 0112.001 28zM7.001 28A.998.998 0 016.2 27.6l-.8145-1.086a8.9976 8.9976 0 01-1.6-7.2856l1.4736-6.8762A6.9956 6.9956 0 004.0142 6.6855L3.2 5.6A1 1 0 114.8 4.4l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856L5.7412 19.6474a6.9956 6.9956 0 001.2446 5.6668L7.8 26.4A1 1 0 017.001 28z"
|
|
2664
2611
|
})), children);
|
|
2665
2612
|
});
|
|
2666
2613
|
if (process.env.NODE_ENV !== "production") {
|
|
2667
|
-
|
|
2614
|
+
Smoke.propTypes = iconPropTypes4cbeb95d.i;
|
|
2668
2615
|
}
|
|
2669
|
-
const
|
|
2616
|
+
const WatsonHealthSmoothing = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothing(_ref110, ref) {
|
|
2670
2617
|
let {
|
|
2671
2618
|
children,
|
|
2672
2619
|
size = 16,
|
|
@@ -2680,16 +2627,18 @@ const SprayPaint = /*#__PURE__*/React.forwardRef(function SprayPaint(_ref110, re
|
|
|
2680
2627
|
viewBox: "0 0 32 32",
|
|
2681
2628
|
fill: "currentColor",
|
|
2682
2629
|
...rest
|
|
2683
|
-
},
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2630
|
+
}, _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
2631
|
+
cx: "16",
|
|
2632
|
+
cy: "16",
|
|
2633
|
+
r: "5"
|
|
2634
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2635
|
+
d: "M7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM2.7 20.4a14.4029 14.4029 0 002 3.9l1.6-1.2a12.8867 12.8867 0 01-1.7-3.3zM7.8 27.3a14.4029 14.4029 0 003.9 2l.6-1.9A12.8867 12.8867 0 019 25.7zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.526 11.526 0 0123 25.7zM27.4 19.7l1.9.6A15.4747 15.4747 0 0030 16H28A11.4756 11.4756 0 0127.4 19.7zM29.2 11.6a14.4029 14.4029 0 00-2-3.9L25.6 8.9a12.8867 12.8867 0 011.7 3.3zM24.1 4.6a14.4029 14.4029 0 00-3.9-2l-.6 1.9a12.8867 12.8867 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.4756 11.4756 0 0116 28v2A21.4206 21.4206 0 0020.3 29.3z"
|
|
2687
2636
|
})), children);
|
|
2688
2637
|
});
|
|
2689
2638
|
if (process.env.NODE_ENV !== "production") {
|
|
2690
|
-
|
|
2639
|
+
WatsonHealthSmoothing.propTypes = iconPropTypes4cbeb95d.i;
|
|
2691
2640
|
}
|
|
2692
|
-
const
|
|
2641
|
+
const WatsonHealthSmoothingCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothingCursor(_ref111, ref) {
|
|
2693
2642
|
let {
|
|
2694
2643
|
children,
|
|
2695
2644
|
size = 16,
|
|
@@ -2703,14 +2652,18 @@ const Sprout = /*#__PURE__*/React.forwardRef(function Sprout(_ref111, ref) {
|
|
|
2703
2652
|
viewBox: "0 0 32 32",
|
|
2704
2653
|
fill: "currentColor",
|
|
2705
2654
|
...rest
|
|
2706
|
-
},
|
|
2707
|
-
|
|
2655
|
+
}, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
2656
|
+
cx: "18",
|
|
2657
|
+
cy: "18",
|
|
2658
|
+
r: "4"
|
|
2659
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2660
|
+
d: "M18 30a11.8932 11.8932 0 01-4.1035-.72L14.58 27.4A9.9725 9.9725 0 0018 28zM22.1484 29.2637l-.6914-1.877a9.9556 9.9556 0 002.9973-1.748l1.2916 1.5268A11.9525 11.9525 0 0122.1484 29.2637zM10.2893 27.1951A12.0141 12.0141 0 017.61 24.0078l1.73-1.0029a10.0236 10.0236 0 002.2347 2.6584zM28.4133 23.967l-1.7343-.9956a9.9159 9.9159 0 001.176-3.2641l1.9712.3388A11.8956 11.8956 0 0128.4133 23.967zM6.1821 20.0925A12.1282 12.1282 0 016.1777 15.93l1.9707.3423a10.1214 10.1214 0 00.0035 3.4738zM27.8447 16.2339a9.9019 9.9019 0 00-1.1953-3.2564l1.7285-1.0063a11.9029 11.9029 0 011.4361 3.9121zM9.3313 13.0107l-1.7324-.999a12.01 12.01 0 012.6738-3.1931l1.2886 1.53A10.01 10.01 0 009.3313 13.0107zM24.4094 10.3237a9.96 9.96 0 00-3.0088-1.7309l.68-1.8809a11.9491 11.9491 0 013.6118 2.0772zM14.562 8.6064l-.6875-1.8779A12.1031 12.1031 0 0118 6V8A10.0875 10.0875 0 0014.562 8.6064zM11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
|
2708
2661
|
})), children);
|
|
2709
2662
|
});
|
|
2710
2663
|
if (process.env.NODE_ENV !== "production") {
|
|
2711
|
-
|
|
2664
|
+
WatsonHealthSmoothingCursor.propTypes = iconPropTypes4cbeb95d.i;
|
|
2712
2665
|
}
|
|
2713
|
-
const
|
|
2666
|
+
const Snooze = /*#__PURE__*/React.forwardRef(function Snooze(_ref112, ref) {
|
|
2714
2667
|
let {
|
|
2715
2668
|
children,
|
|
2716
2669
|
size = 16,
|
|
@@ -2724,14 +2677,22 @@ const SpyreAccelerator = /*#__PURE__*/React.forwardRef(function SpyreAccelerator
|
|
|
2724
2677
|
viewBox: "0 0 32 32",
|
|
2725
2678
|
fill: "currentColor",
|
|
2726
2679
|
...rest
|
|
2727
|
-
},
|
|
2728
|
-
d: "
|
|
2680
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2681
|
+
d: "M20 14L20 12 12 12 12 14 17.5 14 12 20 12 22 20 22 20 20 14.507 20 20 14z"
|
|
2682
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2683
|
+
d: "M24.5 3.965H26.499V9.036999999999999H24.5z",
|
|
2684
|
+
transform: "rotate(-44.945 25.5 6.5)"
|
|
2685
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2686
|
+
d: "M16,28A11,11,0,1,1,27,17,11.0125,11.0125,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9.01,9.01,0,0,0,16,8Z"
|
|
2687
|
+
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2688
|
+
d: "M3.965 5.501H9.036999999999999V7.5H3.965z",
|
|
2689
|
+
transform: "rotate(-45.055 6.5 6.5)"
|
|
2729
2690
|
})), children);
|
|
2730
2691
|
});
|
|
2731
2692
|
if (process.env.NODE_ENV !== "production") {
|
|
2732
|
-
|
|
2693
|
+
Snooze.propTypes = iconPropTypes4cbeb95d.i;
|
|
2733
2694
|
}
|
|
2734
|
-
const
|
|
2695
|
+
const Snow = /*#__PURE__*/React.forwardRef(function Snow(_ref113, ref) {
|
|
2735
2696
|
let {
|
|
2736
2697
|
children,
|
|
2737
2698
|
size = 16,
|
|
@@ -2745,14 +2706,14 @@ const Sql = /*#__PURE__*/React.forwardRef(function Sql(_ref113, ref) {
|
|
|
2745
2706
|
viewBox: "0 0 32 32",
|
|
2746
2707
|
fill: "currentColor",
|
|
2747
2708
|
...rest
|
|
2748
|
-
},
|
|
2749
|
-
d: "
|
|
2709
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2710
|
+
d: "M23.5 22H8.5A6.5 6.5 0 017.2 9.14a9 9 0 0117.6 0A6.5 6.5 0 0123.5 22zM16 4a7 7 0 00-6.94 6.14L9 11 8.14 11a4.5 4.5 0 00.36 9h15a4.5 4.5 0 00.36-9L23 11l-.1-.82A7 7 0 0016 4zM12 25.05L10.95 24 9.5 25.45 8.05 24 7 25.05 8.45 26.5 7 27.95 8.05 29 9.5 27.55 10.95 29 12 27.95 10.55 26.5 12 25.05zM26 25.05L24.95 24 23.5 25.45 22.05 24 21 25.05 22.45 26.5 21 27.95 22.05 29 23.5 27.55 24.95 29 26 27.95 24.55 26.5 26 25.05zM19 27.05L17.95 26 16.5 27.45 15.05 26 14 27.05 15.45 28.5 14 29.95 15.05 31 16.5 29.55 17.95 31 19 29.95 17.55 28.5 19 27.05z"
|
|
2750
2711
|
})), children);
|
|
2751
2712
|
});
|
|
2752
2713
|
if (process.env.NODE_ENV !== "production") {
|
|
2753
|
-
|
|
2714
|
+
Snow.propTypes = iconPropTypes4cbeb95d.i;
|
|
2754
2715
|
}
|
|
2755
|
-
const
|
|
2716
|
+
const SnowBlizzard = /*#__PURE__*/React.forwardRef(function SnowBlizzard(_ref114, ref) {
|
|
2756
2717
|
let {
|
|
2757
2718
|
children,
|
|
2758
2719
|
size = 16,
|
|
@@ -2766,15 +2727,16 @@ const SquareOutline = /*#__PURE__*/React.forwardRef(function SquareOutline(_ref1
|
|
|
2766
2727
|
viewBox: "0 0 32 32",
|
|
2767
2728
|
fill: "currentColor",
|
|
2768
2729
|
...rest
|
|
2769
|
-
},
|
|
2770
|
-
|
|
2771
|
-
|
|
2730
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2731
|
+
d: "M13 10H15V12H13zM15 12H17V14H15zM17 14H19V16H17zM17 10H19V12H17zM13 14H15V16H13zM3 26H5V28H3zM5 28H7V30H5zM7 30H9V32H7zM7 26H9V28H7zM3 30H5V32H3zM23 26H25V28H23zM25 28H27V30H25zM27 30H29V32H27zM27 26H29V28H27zM23 30H25V32H23zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM13 26H15V28H13zM15 28H17V30H15zM17 30H19V32H17zM17 26H19V28H17zM13 30H15V32H13z"
|
|
2732
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2733
|
+
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z"
|
|
2772
2734
|
})), children);
|
|
2773
2735
|
});
|
|
2774
2736
|
if (process.env.NODE_ENV !== "production") {
|
|
2775
|
-
|
|
2737
|
+
SnowBlizzard.propTypes = iconPropTypes4cbeb95d.i;
|
|
2776
2738
|
}
|
|
2777
|
-
const
|
|
2739
|
+
const SnowHeavy = /*#__PURE__*/React.forwardRef(function SnowHeavy(_ref115, ref) {
|
|
2778
2740
|
let {
|
|
2779
2741
|
children,
|
|
2780
2742
|
size = 16,
|
|
@@ -2788,49 +2750,48 @@ const SquareSolid = /*#__PURE__*/React.forwardRef(function SquareSolid(_ref115,
|
|
|
2788
2750
|
viewBox: "0 0 32 32",
|
|
2789
2751
|
fill: "currentColor",
|
|
2790
2752
|
...rest
|
|
2791
|
-
},
|
|
2792
|
-
|
|
2793
|
-
|
|
2753
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2754
|
+
d: "M4 26H6V28H4zM6 28H8V30H6zM8 30H10V32H8zM8 26H10V28H8zM4 30H6V32H4zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM14 26H16V28H14zM16 28H18V30H16zM18 30H20V32H18zM18 26H20V28H18zM14 30H16V32H14z"
|
|
2755
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2756
|
+
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z"
|
|
2794
2757
|
})), children);
|
|
2795
2758
|
});
|
|
2796
2759
|
if (process.env.NODE_ENV !== "production") {
|
|
2797
|
-
|
|
2760
|
+
SnowHeavy.propTypes = iconPropTypes4cbeb95d.i;
|
|
2798
2761
|
}
|
|
2799
|
-
const
|
|
2762
|
+
const SnowScattered = /*#__PURE__*/React.forwardRef(function SnowScattered(_ref116, ref) {
|
|
2800
2763
|
let {
|
|
2801
2764
|
children,
|
|
2802
2765
|
size = 16,
|
|
2803
2766
|
...rest
|
|
2804
2767
|
} = _ref116;
|
|
2805
|
-
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
2806
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2807
|
-
width: size,
|
|
2808
|
-
height: size,
|
|
2809
|
-
ref: ref,
|
|
2810
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2811
|
-
viewBox: "0 0 16 16",
|
|
2812
|
-
fill: "currentColor",
|
|
2813
|
-
...rest
|
|
2814
|
-
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2815
|
-
d: "M3 3H13V13H3z"
|
|
2816
|
-
})), children);
|
|
2817
|
-
}
|
|
2818
2768
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2819
2769
|
width: size,
|
|
2820
2770
|
height: size,
|
|
2821
2771
|
ref: ref,
|
|
2822
2772
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2823
|
-
viewBox: "0 0
|
|
2773
|
+
viewBox: "0 0 32 32",
|
|
2824
2774
|
fill: "currentColor",
|
|
2825
2775
|
...rest
|
|
2826
|
-
},
|
|
2827
|
-
d: "
|
|
2776
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2777
|
+
d: "M2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2zM20 26H22V28H20zM22 28H24V30H22zM24 30H26V32H24zM24 26H26V28H24zM20 30H22V32H20zM11 26H13V28H11zM13 28H15V30H13zM15 30H17V32H15zM15 26H17V28H15zM11 30H13V32H11zM20 0H22V3H20zM29 10.001H32V12.001H29z"
|
|
2778
|
+
})), _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2779
|
+
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
2780
|
+
transform: "rotate(-45 28.232 4.768)"
|
|
2781
|
+
})), _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2782
|
+
d: "M26.732 16.233H29.732V18.233H26.732z",
|
|
2783
|
+
transform: "rotate(-135 28.232 17.233)"
|
|
2784
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2785
|
+
d: "M12.268 3.768H15.268V5.768H12.268z",
|
|
2786
|
+
transform: "rotate(-135 13.768 4.768)"
|
|
2787
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2788
|
+
d: "M27,11A5.9852,5.9852,0,0,0,16.1431,7.5083,7.3737,7.3737,0,0,0,13.5,7a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,24H19a5.9672,5.9672,0,0,0,5.5667-8.2A5.9722,5.9722,0,0,0,27,11ZM19,22H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,22Zm4.5222-7.9131a5.9592,5.9592,0,0,0-2.8728-1.8428,7.5212,7.5212,0,0,0-2.7224-3.78,3.9869,3.9869,0,1,1,5.5952,5.6225Z"
|
|
2828
2789
|
})), children);
|
|
2829
2790
|
});
|
|
2830
2791
|
if (process.env.NODE_ENV !== "production") {
|
|
2831
|
-
|
|
2792
|
+
SnowScattered.propTypes = iconPropTypes4cbeb95d.i;
|
|
2832
2793
|
}
|
|
2833
|
-
const
|
|
2794
|
+
const SnowScatteredNight = /*#__PURE__*/React.forwardRef(function SnowScatteredNight(_ref117, ref) {
|
|
2834
2795
|
let {
|
|
2835
2796
|
children,
|
|
2836
2797
|
size = 16,
|
|
@@ -2844,14 +2805,14 @@ const StackLimitation = /*#__PURE__*/React.forwardRef(function StackLimitation(_
|
|
|
2844
2805
|
viewBox: "0 0 32 32",
|
|
2845
2806
|
fill: "currentColor",
|
|
2846
2807
|
...rest
|
|
2847
|
-
},
|
|
2848
|
-
d: "
|
|
2808
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2809
|
+
d: "M2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2zM20 26H22V28H20zM22 28H24V30H22zM24 30H26V32H24zM24 26H26V28H24zM20 30H22V32H20zM11 26H13V28H11zM13 28H15V30H13zM15 30H17V32H15zM15 26H17V28H15zM11 30H13V32H11zM29.8439 13.0347a1.517 1.517 0 00-1.23-.8658 5.3552 5.3552 0 01-3.4095-1.7158 6.4655 6.4655 0 01-1.286-6.3926 1.6025 1.6025 0 00-.2989-1.5459 1.4543 1.4543 0 00-1.36-.4931l-.0191.0039a7.7685 7.7685 0 00-5.8847 5.5737A7.3706 7.3706 0 0013.5 7a7.5511 7.5511 0 00-7.1494 5.2441A5.9926 5.9926 0 008 24H19a6.0066 6.0066 0 006-6c0-.0571-.0123-.1113-.0139-.1685a7.5076 7.5076 0 004.7611-3.2768A1.5369 1.5369 0 0029.8439 13.0347zM19 22H8a3.9926 3.9926 0 01-.6733-7.9292l.663-.1128.1456-.6562a5.496 5.496 0 0110.7294 0l.1456.6562.6626.1128A3.9925 3.9925 0 0119 22zm5.5974-6.1289a5.9661 5.9661 0 00-3.948-3.627 7.49 7.49 0 00-2.489-3.58 5.9018 5.9018 0 013.6381-4.4473 8.4577 8.4577 0 001.94 7.5967A7.4007 7.4007 0 0027.64 14.041 5.4487 5.4487 0 0124.5974 15.8711z"
|
|
2849
2810
|
})), children);
|
|
2850
2811
|
});
|
|
2851
2812
|
if (process.env.NODE_ENV !== "production") {
|
|
2852
|
-
|
|
2813
|
+
SnowScatteredNight.propTypes = iconPropTypes4cbeb95d.i;
|
|
2853
2814
|
}
|
|
2854
|
-
const
|
|
2815
|
+
const SnowDensity = /*#__PURE__*/React.forwardRef(function SnowDensity(_ref118, ref) {
|
|
2855
2816
|
let {
|
|
2856
2817
|
children,
|
|
2857
2818
|
size = 16,
|
|
@@ -2865,16 +2826,16 @@ const WatsonHealthStackedMove = /*#__PURE__*/React.forwardRef(function WatsonHea
|
|
|
2865
2826
|
viewBox: "0 0 32 32",
|
|
2866
2827
|
fill: "currentColor",
|
|
2867
2828
|
...rest
|
|
2868
|
-
},
|
|
2869
|
-
d: "
|
|
2870
|
-
})),
|
|
2871
|
-
d: "
|
|
2829
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2830
|
+
d: "M16,28a9.0114,9.0114,0,0,1-9-9,9.9843,9.9843,0,0,1,1.4941-4.9554L15.1528,3.4367a1.04,1.04,0,0,1,1.6944,0l6.6289,10.5564A10.0633,10.0633,0,0,1,25,19,9.0114,9.0114,0,0,1,16,28ZM16,5.8483l-5.7817,9.2079A7.9771,7.9771,0,0,0,9,19a7,7,0,0,0,14,0,8.0615,8.0615,0,0,0-1.248-3.9953Z"
|
|
2831
|
+
})), _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2832
|
+
d: "M20.6 16.8L19.4 15.2 17 17 17 14 15 14 15 17 12.6 15.2 11.4 16.8 14.333 19 11.4 21.2 12.6 22.8 15 21 15 24 17 24 17 21 19.4 22.8 20.6 21.2 17.667 19 20.6 16.8z"
|
|
2872
2833
|
})), children);
|
|
2873
2834
|
});
|
|
2874
2835
|
if (process.env.NODE_ENV !== "production") {
|
|
2875
|
-
|
|
2836
|
+
SnowDensity.propTypes = iconPropTypes4cbeb95d.i;
|
|
2876
2837
|
}
|
|
2877
|
-
const
|
|
2838
|
+
const Snowflake = /*#__PURE__*/React.forwardRef(function Snowflake(_ref119, ref) {
|
|
2878
2839
|
let {
|
|
2879
2840
|
children,
|
|
2880
2841
|
size = 16,
|
|
@@ -2888,18 +2849,14 @@ const WatsonHealthStackedScrolling_1 = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
2888
2849
|
viewBox: "0 0 32 32",
|
|
2889
2850
|
fill: "currentColor",
|
|
2890
2851
|
...rest
|
|
2891
|
-
},
|
|
2892
|
-
d: "
|
|
2893
|
-
})), _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2894
|
-
d: "M25,23H23V9H9V7H23a2,2,0,0,1,2,2Z"
|
|
2895
|
-
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2896
|
-
d: "M30,16H28V4H16V2H28a2,2,0,0,1,2,2Z"
|
|
2852
|
+
}, _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2853
|
+
d: "M21.4148,12H28V10H23.4148l4.5857-4.5854L26.5864,4,22,8.5869V4H20v6.5869L18.5867,12H17V8H15v4H13.4133L12,10.5869V4H10V8.5869L5.4136,4,4,5.4146,8.5852,10H4v2h6.5852L12,13.415V15H8v2h4v1.5869L10.5867,20H4v2H8.5867L4,26.5864l1.4141,1.4141L10,23.415V28h2V21.415L13.4148,20H15v4h2V20h1.5852L20,21.415V28h2V23.415l4.5854,4.5855L28,26.5864,23.4133,22H28V20H21.4133L20,18.5869V17h4V15H20V13.415ZM18,18H14V14h4Z"
|
|
2897
2854
|
})), children);
|
|
2898
2855
|
});
|
|
2899
2856
|
if (process.env.NODE_ENV !== "production") {
|
|
2900
|
-
|
|
2857
|
+
Snowflake.propTypes = iconPropTypes4cbeb95d.i;
|
|
2901
2858
|
}
|
|
2902
|
-
const
|
|
2859
|
+
const Soccer = /*#__PURE__*/React.forwardRef(function Soccer(_ref120, ref) {
|
|
2903
2860
|
let {
|
|
2904
2861
|
children,
|
|
2905
2862
|
size = 16,
|
|
@@ -2913,18 +2870,21 @@ const WatsonHealthStackedScrolling_2 = /*#__PURE__*/React.forwardRef(function Wa
|
|
|
2913
2870
|
viewBox: "0 0 32 32",
|
|
2914
2871
|
fill: "currentColor",
|
|
2915
2872
|
...rest
|
|
2916
|
-
},
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
})),
|
|
2921
|
-
d: "
|
|
2873
|
+
}, _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
|
2874
|
+
cx: "17",
|
|
2875
|
+
cy: "28",
|
|
2876
|
+
r: "2"
|
|
2877
|
+
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2878
|
+
d: "M7.55 17.5H15.45V19.5H7.55z",
|
|
2879
|
+
transform: "rotate(-45 11.5 18.5)"
|
|
2880
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2881
|
+
d: "M28 16.584L19.4143 8H6v2H18.5857l3 3L6 28.5859 7.4141 30 23 14.415 26.584 18 23 21.5859 24.4141 23 28 19.416A2.0044 2.0044 0 0028 16.584zM24.5 9A3.5 3.5 0 1128 5.5 3.504 3.504 0 0124.5 9zm0-5A1.5 1.5 0 1026 5.5 1.5017 1.5017 0 0024.5 4z"
|
|
2922
2882
|
})), children);
|
|
2923
2883
|
});
|
|
2924
2884
|
if (process.env.NODE_ENV !== "production") {
|
|
2925
|
-
|
|
2885
|
+
Soccer.propTypes = iconPropTypes4cbeb95d.i;
|
|
2926
2886
|
}
|
|
2927
|
-
const
|
|
2887
|
+
const SoftwareResource = /*#__PURE__*/React.forwardRef(function SoftwareResource(_ref121, ref) {
|
|
2928
2888
|
let {
|
|
2929
2889
|
children,
|
|
2930
2890
|
size = 16,
|
|
@@ -2938,32 +2898,19 @@ const Stamp = /*#__PURE__*/React.forwardRef(function Stamp(_ref121, ref) {
|
|
|
2938
2898
|
viewBox: "0 0 32 32",
|
|
2939
2899
|
fill: "currentColor",
|
|
2940
2900
|
...rest
|
|
2941
|
-
},
|
|
2942
|
-
d: "
|
|
2901
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2902
|
+
d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z"
|
|
2943
2903
|
})), children);
|
|
2944
2904
|
});
|
|
2945
2905
|
if (process.env.NODE_ENV !== "production") {
|
|
2946
|
-
|
|
2906
|
+
SoftwareResource.propTypes = iconPropTypes4cbeb95d.i;
|
|
2947
2907
|
}
|
|
2948
|
-
const
|
|
2908
|
+
const SoftwareResourceCluster = /*#__PURE__*/React.forwardRef(function SoftwareResourceCluster(_ref122, ref) {
|
|
2949
2909
|
let {
|
|
2950
2910
|
children,
|
|
2951
2911
|
size = 16,
|
|
2952
2912
|
...rest
|
|
2953
2913
|
} = _ref122;
|
|
2954
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2955
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2956
|
-
width: size,
|
|
2957
|
-
height: size,
|
|
2958
|
-
ref: ref,
|
|
2959
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2960
|
-
viewBox: "0 0 16 16",
|
|
2961
|
-
fill: "currentColor",
|
|
2962
|
-
...rest
|
|
2963
|
-
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2964
|
-
d: "M8,3.3l1.4,2.8l0.2,0.5l0.5,0.1l3.1,0.4L11,9.2l-0.4,0.4l0.1,0.5l0.5,3.1l-2.8-1.4L8,11.5l-0.5,0.2l-2.8,1.4l0.5-3.1 l0.1-0.5L5,9.2L2.8,7l3.1-0.4l0.5-0.1L6.6,6L8,3.3 M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7 L8,1z"
|
|
2965
|
-
})), children);
|
|
2966
|
-
}
|
|
2967
2914
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2968
2915
|
width: size,
|
|
2969
2916
|
height: size,
|
|
@@ -2972,32 +2919,19 @@ const Star = /*#__PURE__*/React.forwardRef(function Star(_ref122, ref) {
|
|
|
2972
2919
|
viewBox: "0 0 32 32",
|
|
2973
2920
|
fill: "currentColor",
|
|
2974
2921
|
...rest
|
|
2975
|
-
},
|
|
2976
|
-
d: "
|
|
2922
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2923
|
+
d: "M24 21c-.5 0-1-.2-1.4-.6l-3-3C19.2 17 19 16.5 19 16s.2-1 .6-1.4l3-3C23 11.2 23.5 11 24 11c.5 0 1 .2 1.4.6l3 3C28.8 15 29 15.5 29 16c0 .5-.2 1-.6 1.4l-3 3C25 20.8 24.5 21 24 21zM24 13l-3 3 3 3 3-3L24 13zM16 13c-.5 0-1-.2-1.4-.6l-3-3C11.2 9 11 8.5 11 8s.2-1 .6-1.4l3-3C15 3.2 15.5 3 16 3c.5 0 1 .2 1.4.6l3 3C20.8 7 21 7.5 21 8c0 .5-.2 1-.6 1.4l-3 3C17 12.8 16.5 13 16 13zM16 5l-3 3 3 3 3-3L16 5zM16 29c-.5 0-1-.2-1.4-.6l-3-3C11.2 25 11 24.5 11 24s.2-1 .6-1.4l3-3C15 19.2 15.5 19 16 19c.5 0 1 .2 1.4.6l3 3C20.8 23 21 23.5 21 24c0 .5-.2 1-.6 1.4l-3 3C17 28.8 16.5 29 16 29zM16 21l-3 3 3 3 3-3L16 21zM8 21c-.5 0-1-.2-1.4-.6l-3-3C3.2 17 3 16.5 3 16s.2-1 .6-1.4l3-3C7 11.2 7.5 11 8 11c.5 0 1 .2 1.4.6l3 3C12.8 15 13 15.5 13 16c0 .5-.2 1-.6 1.4l-3 3C9 20.8 8.5 21 8 21zM8 13l-3 3 3 3 3-3L8 13z"
|
|
2977
2924
|
})), children);
|
|
2978
2925
|
});
|
|
2979
2926
|
if (process.env.NODE_ENV !== "production") {
|
|
2980
|
-
|
|
2927
|
+
SoftwareResourceCluster.propTypes = iconPropTypes4cbeb95d.i;
|
|
2981
2928
|
}
|
|
2982
|
-
const
|
|
2929
|
+
const SoftwareResourceResource = /*#__PURE__*/React.forwardRef(function SoftwareResourceResource(_ref123, ref) {
|
|
2983
2930
|
let {
|
|
2984
2931
|
children,
|
|
2985
2932
|
size = 16,
|
|
2986
2933
|
...rest
|
|
2987
2934
|
} = _ref123;
|
|
2988
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
2989
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2990
|
-
width: size,
|
|
2991
|
-
height: size,
|
|
2992
|
-
ref: ref,
|
|
2993
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2994
|
-
viewBox: "0 0 16 16",
|
|
2995
|
-
fill: "currentColor",
|
|
2996
|
-
...rest
|
|
2997
|
-
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2998
|
-
d: "M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7L8,1z"
|
|
2999
|
-
})), children);
|
|
3000
|
-
}
|
|
3001
2935
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
3002
2936
|
width: size,
|
|
3003
2937
|
height: size,
|
|
@@ -3006,32 +2940,37 @@ const StarFilled = /*#__PURE__*/React.forwardRef(function StarFilled(_ref123, re
|
|
|
3006
2940
|
viewBox: "0 0 32 32",
|
|
3007
2941
|
fill: "currentColor",
|
|
3008
2942
|
...rest
|
|
3009
|
-
},
|
|
3010
|
-
d: "
|
|
2943
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2944
|
+
d: "M6.9 8.3H11.7V10.3H6.9z",
|
|
2945
|
+
transform: "rotate(-45.001 9.293 9.293)"
|
|
2946
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2947
|
+
d: "M4.9,19.7l-2.3-2.3C2.2,17,2,16.5,2,16s0.2-1,0.6-1.4l2.3-2.3l1.4,1.4L4,16l2.3,2.3L4.9,19.7z"
|
|
2948
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2949
|
+
d: "M8.3 20.3H10.3V25.1H8.3z",
|
|
2950
|
+
transform: "rotate(-45.001 9.293 22.707)"
|
|
2951
|
+
})), _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2952
|
+
d: "M16,30c-0.5,0-1-0.2-1.4-0.6l-2.3-2.3l1.4-1.4L16,28l2.3-2.3l1.4,1.4l-2.3,2.3C17,29.8,16.5,30,16,30z"
|
|
2953
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2954
|
+
d: "M20.3 21.7H25.1V23.7H20.3z",
|
|
2955
|
+
transform: "rotate(-45.001 22.707 22.707)"
|
|
2956
|
+
})), _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2957
|
+
d: "M27.1,19.7l-1.4-1.4L28,16l-2.3-2.3l1.4-1.4l2.3,2.3C29.8,15,30,15.5,30,16s-0.2,1-0.6,1.4L27.1,19.7z"
|
|
2958
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2959
|
+
d: "M21.7 6.9H23.7V11.7H21.7z",
|
|
2960
|
+
transform: "rotate(-45.001 22.707 9.293)"
|
|
2961
|
+
})), _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2962
|
+
d: "M16,2c-0.5,0-1,0.2-1.4,0.6l-2.3,2.3l1.4,1.4L16,4l2.3,2.3l1.4-1.4l-2.3-2.3C17,2.2,16.5,2,16,2z"
|
|
3011
2963
|
})), children);
|
|
3012
2964
|
});
|
|
3013
2965
|
if (process.env.NODE_ENV !== "production") {
|
|
3014
|
-
|
|
2966
|
+
SoftwareResourceResource.propTypes = iconPropTypes4cbeb95d.i;
|
|
3015
2967
|
}
|
|
3016
|
-
const
|
|
2968
|
+
const SoilMoisture = /*#__PURE__*/React.forwardRef(function SoilMoisture(_ref124, ref) {
|
|
3017
2969
|
let {
|
|
3018
2970
|
children,
|
|
3019
2971
|
size = 16,
|
|
3020
2972
|
...rest
|
|
3021
2973
|
} = _ref124;
|
|
3022
|
-
if (size === 16 || size === "16" || size === "16px") {
|
|
3023
|
-
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
3024
|
-
width: size,
|
|
3025
|
-
height: size,
|
|
3026
|
-
ref: ref,
|
|
3027
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3028
|
-
viewBox: "0 0 16 16",
|
|
3029
|
-
fill: "currentColor",
|
|
3030
|
-
...rest
|
|
3031
|
-
}, _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
3032
|
-
d: "M5.7 5.6L0.6 6.3 4.3 9.9 3.5 15 8 12.6 8 1z"
|
|
3033
|
-
})), children);
|
|
3034
|
-
}
|
|
3035
2974
|
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
3036
2975
|
width: size,
|
|
3037
2976
|
height: size,
|
|
@@ -3040,14 +2979,48 @@ const StarHalf = /*#__PURE__*/React.forwardRef(function StarHalf(_ref124, ref) {
|
|
|
3040
2979
|
viewBox: "0 0 32 32",
|
|
3041
2980
|
fill: "currentColor",
|
|
3042
2981
|
...rest
|
|
3043
|
-
},
|
|
3044
|
-
d: "
|
|
2982
|
+
}, _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2983
|
+
d: "M24.5,28A5.385,5.385,0,0,1,19,22.751a5.3837,5.3837,0,0,1,.874-2.8308L23.49,14.5383a1.217,1.217,0,0,1,2.02,0L29.06,19.8154A5.4923,5.4923,0,0,1,30,22.751,5.385,5.385,0,0,1,24.5,28Zm0-11.38-2.9356,4.3672A3.3586,3.3586,0,0,0,21,22.751a3.51,3.51,0,0,0,7,0,3.4356,3.4356,0,0,0-.63-1.867Z"
|
|
2984
|
+
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
|
2985
|
+
cx: "5",
|
|
2986
|
+
cy: "13",
|
|
2987
|
+
r: "1"
|
|
2988
|
+
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
2989
|
+
cx: "11",
|
|
2990
|
+
cy: "19",
|
|
2991
|
+
r: "1"
|
|
2992
|
+
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
2993
|
+
cx: "15",
|
|
2994
|
+
cy: "25",
|
|
2995
|
+
r: "1"
|
|
2996
|
+
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
2997
|
+
cx: "17",
|
|
2998
|
+
cy: "15",
|
|
2999
|
+
r: "1"
|
|
3000
|
+
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
3001
|
+
cx: "13",
|
|
3002
|
+
cy: "11",
|
|
3003
|
+
r: "1"
|
|
3004
|
+
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
|
3005
|
+
cx: "27",
|
|
3006
|
+
cy: "11",
|
|
3007
|
+
r: "1"
|
|
3008
|
+
})), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
|
|
3009
|
+
cx: "9",
|
|
3010
|
+
cy: "27",
|
|
3011
|
+
r: "1"
|
|
3012
|
+
})), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
|
3013
|
+
cx: "3",
|
|
3014
|
+
cy: "21",
|
|
3015
|
+
r: "1"
|
|
3016
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
3017
|
+
d: "M2 6H30V8H2z"
|
|
3045
3018
|
})), children);
|
|
3046
3019
|
});
|
|
3047
3020
|
if (process.env.NODE_ENV !== "production") {
|
|
3048
|
-
|
|
3021
|
+
SoilMoisture.propTypes = iconPropTypes4cbeb95d.i;
|
|
3049
3022
|
}
|
|
3050
|
-
const
|
|
3023
|
+
const SoilMoistureField = /*#__PURE__*/React.forwardRef(function SoilMoistureField(_ref125, ref) {
|
|
3051
3024
|
let {
|
|
3052
3025
|
children,
|
|
3053
3026
|
size = 16,
|
|
@@ -3061,16 +3034,37 @@ const StarReview = /*#__PURE__*/React.forwardRef(function StarReview(_ref125, re
|
|
|
3061
3034
|
viewBox: "0 0 32 32",
|
|
3062
3035
|
fill: "currentColor",
|
|
3063
3036
|
...rest
|
|
3064
|
-
},
|
|
3065
|
-
d: "
|
|
3066
|
-
})), _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
3067
|
-
d: "M20.549 11.217L16 2 11.451 11.217 1.28 12.695 8.64 19.87 6.902 30 14 26.269 14 24.009 9.559 26.344 10.611 20.208 10.789 19.171 10.036 18.438 5.578 14.091 11.739 13.196 12.779 13.045 13.245 12.102 16 6.519 18.755 12.102 19.221 13.045 20.261 13.196 27.715 14.281 28 12.3 20.549 11.217z"
|
|
3037
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
3038
|
+
d: "M24.5 30a5.202 5.202 0 01-4.626-8.08L23.49 16.5382a1.217 1.217 0 012.02 0L29.06 21.8154A5.4921 5.4921 0 0130 24.751 5.385 5.385 0 0124.5 30zm0-11.38l-2.9356 4.3672A3.2079 3.2079 0 0024.5 28 3.3855 3.3855 0 0028 24.751a3.4354 3.4354 0 00-.63-1.867zM11 16V11h1a4.0045 4.0045 0 004-4V4H13a3.9779 3.9779 0 00-2.7468 1.1067A6.0034 6.0034 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.002 2.002 0 0113 6zM8 9A4.0045 4.0045 0 014 5V4H5A4.0045 4.0045 0 019 8V9zM2 21H16V23H2zM2 26H16V28H2z"
|
|
3068
3039
|
})), children);
|
|
3069
3040
|
});
|
|
3070
3041
|
if (process.env.NODE_ENV !== "production") {
|
|
3071
|
-
|
|
3042
|
+
SoilMoistureField.propTypes = iconPropTypes4cbeb95d.i;
|
|
3072
3043
|
}
|
|
3073
3044
|
|
|
3045
|
+
exports.SatisfyUsage = SatisfyUsage;
|
|
3046
|
+
exports.Save = Save;
|
|
3047
|
+
exports.SaveModel = SaveModel;
|
|
3048
|
+
exports.Scale = Scale;
|
|
3049
|
+
exports.Scales = Scales;
|
|
3050
|
+
exports.ScalesTipped = ScalesTipped;
|
|
3051
|
+
exports.Scalpel = Scalpel;
|
|
3052
|
+
exports.Scan = Scan;
|
|
3053
|
+
exports.ScanAlt = ScanAlt;
|
|
3054
|
+
exports.ScanDisabled = ScanDisabled;
|
|
3055
|
+
exports.ScatterMatrix = ScatterMatrix;
|
|
3056
|
+
exports.Schematics = Schematics;
|
|
3057
|
+
exports.ScisControlTower = ScisControlTower;
|
|
3058
|
+
exports.ScisTransparentSupply = ScisTransparentSupply;
|
|
3059
|
+
exports.Scooter = Scooter;
|
|
3060
|
+
exports.ScooterFront = ScooterFront;
|
|
3061
|
+
exports.Screen = Screen;
|
|
3062
|
+
exports.ScreenMap = ScreenMap;
|
|
3063
|
+
exports.ScreenMapSet = ScreenMapSet;
|
|
3064
|
+
exports.ScreenOff = ScreenOff;
|
|
3065
|
+
exports.Script = Script;
|
|
3066
|
+
exports.ScriptReference = ScriptReference;
|
|
3067
|
+
exports.Sdk = Sdk;
|
|
3074
3068
|
exports.Search = Search;
|
|
3075
3069
|
exports.SearchAdvanced = SearchAdvanced;
|
|
3076
3070
|
exports.SearchLocate = SearchLocate;
|
|
@@ -3165,34 +3159,11 @@ exports.SoftwareResourceCluster = SoftwareResourceCluster;
|
|
|
3165
3159
|
exports.SoftwareResourceResource = SoftwareResourceResource;
|
|
3166
3160
|
exports.SoilMoisture = SoilMoisture;
|
|
3167
3161
|
exports.SoilMoistureField = SoilMoistureField;
|
|
3168
|
-
exports.
|
|
3169
|
-
exports.
|
|
3170
|
-
exports.
|
|
3171
|
-
exports.
|
|
3172
|
-
exports.
|
|
3173
|
-
exports.
|
|
3174
|
-
exports.SortDescending = SortDescending;
|
|
3175
|
-
exports.SortRemove = SortRemove;
|
|
3176
|
-
exports.SpellCheck = SpellCheck;
|
|
3177
|
-
exports.Split = Split;
|
|
3178
|
-
exports.SplitScreen = SplitScreen;
|
|
3179
|
-
exports.SprayPaint = SprayPaint;
|
|
3180
|
-
exports.Sprout = Sprout;
|
|
3181
|
-
exports.SpyreAccelerator = SpyreAccelerator;
|
|
3182
|
-
exports.Sql = Sql;
|
|
3183
|
-
exports.SquareFill = SquareFill;
|
|
3184
|
-
exports.SquareOutline = SquareOutline;
|
|
3185
|
-
exports.SquareSolid = SquareSolid;
|
|
3186
|
-
exports.StackLimitation = StackLimitation;
|
|
3187
|
-
exports.Stamp = Stamp;
|
|
3188
|
-
exports.Star = Star;
|
|
3189
|
-
exports.StarFilled = StarFilled;
|
|
3190
|
-
exports.StarHalf = StarHalf;
|
|
3191
|
-
exports.StarReview = StarReview;
|
|
3162
|
+
exports.WatsonHealthSaveAnnotation = WatsonHealthSaveAnnotation;
|
|
3163
|
+
exports.WatsonHealthSaveImage = WatsonHealthSaveImage;
|
|
3164
|
+
exports.WatsonHealthSaveSeries = WatsonHealthSaveSeries;
|
|
3165
|
+
exports.WatsonHealthScalpelCursor = WatsonHealthScalpelCursor;
|
|
3166
|
+
exports.WatsonHealthScalpelLasso = WatsonHealthScalpelLasso;
|
|
3167
|
+
exports.WatsonHealthScalpelSelect = WatsonHealthScalpelSelect;
|
|
3192
3168
|
exports.WatsonHealthSmoothing = WatsonHealthSmoothing;
|
|
3193
3169
|
exports.WatsonHealthSmoothingCursor = WatsonHealthSmoothingCursor;
|
|
3194
|
-
exports.WatsonHealthSpineLabel = WatsonHealthSpineLabel;
|
|
3195
|
-
exports.WatsonHealthSplitDiscard = WatsonHealthSplitDiscard;
|
|
3196
|
-
exports.WatsonHealthStackedMove = WatsonHealthStackedMove;
|
|
3197
|
-
exports.WatsonHealthStackedScrolling_1 = WatsonHealthStackedScrolling_1;
|
|
3198
|
-
exports.WatsonHealthStackedScrolling_2 = WatsonHealthStackedScrolling_2;
|