@carbon-labs/react-animated-header 0.1.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/LICENSE +201 -0
- package/es/__stories__/AnimatedHeader.stories.d.ts +17275 -0
- package/es/_virtual/_commonjsHelpers.js +12 -0
- package/es/_virtual/lottie.js +14 -0
- package/es/_virtual/lottie2.js +10 -0
- package/es/assets/index.d.ts +7 -0
- package/es/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
- package/es/components/AnimatedHeader/AnimatedHeader.js +277 -0
- package/es/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
- package/es/components/Tiles/AIPromptTile/AIPromptTile.js +94 -0
- package/es/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
- package/es/components/Tiles/BaseTile/BaseTile.js +39 -0
- package/es/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
- package/es/components/Tiles/GlassTile/GlassTile.js +53 -0
- package/es/components/Tiles/index.d.ts +12 -0
- package/es/data/index.d.ts +47 -0
- package/es/index.d.ts +11 -0
- package/es/index.js +11 -0
- package/es/node_modules/@carbon/icon-helpers/es/index.js +125 -0
- package/es/node_modules/@carbon/icons-react/es/Icon.js +71 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +2967 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3260 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-10.js +2906 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3151 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-12.js +2966 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3019 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-14.js +2923 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3076 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-16.js +2913 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-17.js +2917 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3141 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-19.js +811 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3195 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3119 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3002 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-5.js +2929 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-6.js +2978 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3017 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3149 -0
- package/es/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3084 -0
- package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +14 -0
- package/es/node_modules/@carbon/icons-react/es/index.js +30 -0
- package/es/node_modules/@carbon-labs/utilities/es/usePrefix.js +20 -0
- package/es/node_modules/lottie-web/build/player/lottie.js +682 -0
- package/lib/__stories__/AnimatedHeader.stories.d.ts +17275 -0
- package/lib/_virtual/_commonjsHelpers.js +14 -0
- package/lib/_virtual/lottie.js +18 -0
- package/lib/_virtual/lottie2.js +12 -0
- package/lib/assets/index.d.ts +7 -0
- package/lib/components/AnimatedHeader/AnimatedHeader.d.ts +31 -0
- package/lib/components/AnimatedHeader/AnimatedHeader.js +281 -0
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.d.ts +20 -0
- package/lib/components/Tiles/AIPromptTile/AIPromptTile.js +96 -0
- package/lib/components/Tiles/BaseTile/BaseTile.d.ts +22 -0
- package/lib/components/Tiles/BaseTile/BaseTile.js +41 -0
- package/lib/components/Tiles/GlassTile/GlassTile.d.ts +21 -0
- package/lib/components/Tiles/GlassTile/GlassTile.js +55 -0
- package/lib/components/Tiles/index.d.ts +12 -0
- package/lib/data/index.d.ts +47 -0
- package/lib/index.d.ts +11 -0
- package/lib/index.js +18 -0
- package/lib/node_modules/@carbon/icon-helpers/es/index.js +128 -0
- package/lib/node_modules/@carbon/icons-react/es/Icon.js +75 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +3093 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-1.js +3386 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-10.js +3032 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-11.js +3277 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-12.js +3092 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-13.js +3145 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-14.js +3049 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-15.js +3202 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-16.js +3039 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-17.js +3043 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-18.js +3267 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-19.js +847 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-2.js +3321 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +3245 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-4.js +3128 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-5.js +3055 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-6.js +3104 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-7.js +3143 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +3275 -0
- package/lib/node_modules/@carbon/icons-react/es/generated/bucket-9.js +3210 -0
- package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +16 -0
- package/lib/node_modules/@carbon/icons-react/es/index.js +2446 -0
- package/lib/node_modules/@carbon-labs/utilities/es/usePrefix.js +23 -0
- package/lib/node_modules/lottie-web/build/player/lottie.js +684 -0
- package/package.json +35 -0
- package/scss/AnimatedHeader/animated-header.scss +619 -0
- package/scss/Tiles/AIPromptTile/ai-prompt-tile.scss +187 -0
- package/scss/Tiles/GlassTile/glass-tile.scss +111 -0
- package/scss/animated_header.scss +10 -0
|
@@ -0,0 +1,3049 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2024
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
'use strict';
|
|
9
|
+
|
|
10
|
+
var React = require('react');
|
|
11
|
+
var Icon = require('../Icon.js');
|
|
12
|
+
var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
|
|
13
|
+
require('prop-types');
|
|
14
|
+
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _circle, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _circle2, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _switch, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _path73, _path74, _path75, _path76, _path77, _path78, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _circle3, _circle4, _circle5, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _circle6, _path171, _circle7, _path172, _path173, _circle8, _path174, _path175, _path176, _path177, _path178, _circle9, _circle10, _circle11, _circle12, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _circle13, _path194, _path195, _path196, _path197, _path198;
|
|
16
|
+
const Restart = /*#__PURE__*/React.forwardRef(function Restart(_ref, ref) {
|
|
17
|
+
let {
|
|
18
|
+
children,
|
|
19
|
+
size = 16,
|
|
20
|
+
...rest
|
|
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: "M13,9c0,2.8-2.2,5-5,5s-5-2.2-5-5s2.2-5,5-5h3.1L9.3,5.8L10,6.5l3-3l-3-3L9.3,1.2L11.1,3H8C4.7,3,2,5.7,2,9s2.7,6,6,6 s6-2.7,6-6H13z"
|
|
33
|
+
})), children);
|
|
34
|
+
}
|
|
35
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
36
|
+
width: size,
|
|
37
|
+
height: size,
|
|
38
|
+
ref: ref,
|
|
39
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
40
|
+
viewBox: "0 0 32 32",
|
|
41
|
+
fill: "currentColor",
|
|
42
|
+
...rest
|
|
43
|
+
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
44
|
+
d: "M26,18A10,10,0,1,1,16,8h6.1821l-3.5844,3.5854L20,13l6-6L20,1,18.5977,2.414,22.1851,6H16A12,12,0,1,0,28,18Z"
|
|
45
|
+
})), children);
|
|
46
|
+
});
|
|
47
|
+
if (process.env.NODE_ENV !== "production") {
|
|
48
|
+
Restart.propTypes = iconPropTypes4cbeb95d.i;
|
|
49
|
+
}
|
|
50
|
+
const Restaurant = /*#__PURE__*/React.forwardRef(function Restaurant(_ref2, ref) {
|
|
51
|
+
let {
|
|
52
|
+
children,
|
|
53
|
+
size = 16,
|
|
54
|
+
...rest
|
|
55
|
+
} = _ref2;
|
|
56
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
57
|
+
width: size,
|
|
58
|
+
height: size,
|
|
59
|
+
ref: ref,
|
|
60
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
61
|
+
viewBox: "0 0 32 32",
|
|
62
|
+
fill: "currentColor",
|
|
63
|
+
...rest
|
|
64
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
65
|
+
d: "M9 2H11V12H9z"
|
|
66
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
67
|
+
d: "M14 11a4 4 0 01-8 0V2H4v9a6 6 0 005 5.91V30h2V16.91A6 6 0 0016 11V2H14zM22 2H21V30h2V20h3a2 2 0 002-2V8A5.78 5.78 0 0022 2zm4 16H23V4.09c2.88.56 3 3.54 3 3.91z"
|
|
68
|
+
})), children);
|
|
69
|
+
});
|
|
70
|
+
if (process.env.NODE_ENV !== "production") {
|
|
71
|
+
Restaurant.propTypes = iconPropTypes4cbeb95d.i;
|
|
72
|
+
}
|
|
73
|
+
const RestaurantFine = /*#__PURE__*/React.forwardRef(function RestaurantFine(_ref3, ref) {
|
|
74
|
+
let {
|
|
75
|
+
children,
|
|
76
|
+
size = 16,
|
|
77
|
+
...rest
|
|
78
|
+
} = _ref3;
|
|
79
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
80
|
+
width: size,
|
|
81
|
+
height: size,
|
|
82
|
+
ref: ref,
|
|
83
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
84
|
+
viewBox: "0 0 32 32",
|
|
85
|
+
fill: "currentColor",
|
|
86
|
+
...rest
|
|
87
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
88
|
+
d: "M30 11.0005v-8a1 1 0 00-1-1H19a1 1 0 00-1 1v8A6.0039 6.0039 0 0023 16.91V28H19v2H29V28H25V16.91A6.0039 6.0039 0 0030 11.0005zm-10 0V4h8v7.0005a4 4 0 11-8 0zM12 2v9.02a3.9644 3.9644 0 01-3.96 3.96A4.0052 4.0052 0 014 11.02V2H2v9.02a5.9888 5.9888 0 005 5.8652V30H9V16.8953A5.9646 5.9646 0 0014 11.02V2z"
|
|
89
|
+
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
90
|
+
d: "M7 2H9V11.98H7z"
|
|
91
|
+
})), children);
|
|
92
|
+
});
|
|
93
|
+
if (process.env.NODE_ENV !== "production") {
|
|
94
|
+
RestaurantFine.propTypes = iconPropTypes4cbeb95d.i;
|
|
95
|
+
}
|
|
96
|
+
const Result = /*#__PURE__*/React.forwardRef(function Result(_ref4, ref) {
|
|
97
|
+
let {
|
|
98
|
+
children,
|
|
99
|
+
size = 16,
|
|
100
|
+
...rest
|
|
101
|
+
} = _ref4;
|
|
102
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
103
|
+
width: size,
|
|
104
|
+
height: size,
|
|
105
|
+
ref: ref,
|
|
106
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
107
|
+
viewBox: "0 0 32 32",
|
|
108
|
+
fill: "currentColor",
|
|
109
|
+
...rest
|
|
110
|
+
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
111
|
+
d: "M14 23H22V25H14zM10 23H12V25H10zM14 18H22V20H14zM10 18H12V20H10zM14 13H22V15H14zM10 13H12V15H10z"
|
|
112
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
113
|
+
d: "M25,5H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H25a2,2,0,0,0,2-2V7A2,2,0,0,0,25,5ZM12,4h8V8H12ZM25,28H7V7h3v3H22V7h3Z"
|
|
114
|
+
})), children);
|
|
115
|
+
});
|
|
116
|
+
if (process.env.NODE_ENV !== "production") {
|
|
117
|
+
Result.propTypes = iconPropTypes4cbeb95d.i;
|
|
118
|
+
}
|
|
119
|
+
const ResultDraft = /*#__PURE__*/React.forwardRef(function ResultDraft(_ref5, ref) {
|
|
120
|
+
let {
|
|
121
|
+
children,
|
|
122
|
+
size = 16,
|
|
123
|
+
...rest
|
|
124
|
+
} = _ref5;
|
|
125
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
126
|
+
width: size,
|
|
127
|
+
height: size,
|
|
128
|
+
ref: ref,
|
|
129
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
130
|
+
viewBox: "0 0 32 32",
|
|
131
|
+
fill: "currentColor",
|
|
132
|
+
...rest
|
|
133
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
134
|
+
d: "M29.7 19.3l-3-3c-.4-.4-1-.4-1.4 0L16 25.6V30h4.4l9.3-9.3C30.1 20.3 30.1 19.7 29.7 19.3zM19.6 28H18v-1.6l5-5 1.6 1.6L19.6 28zM26 21.6L24.4 20l1.6-1.6 1.6 1.6L26 21.6zM10 23H12V25H10zM14 18H18V20H14zM10 18H12V20H10zM14 13H22V15H14zM10 13H12V15H10z"
|
|
135
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
136
|
+
d: "M7,28V7h3v3h12V7h3v6h2V7c0-1.1-0.9-2-2-2h-3V4c0-1.1-0.9-2-2-2h-8c-1.1,0-2,0.9-2,2v1H7C5.9,5,5,5.9,5,7v21 c0,1.1,0.9,2,2,2h5v-2H7z M12,4h8v4h-8V4z"
|
|
137
|
+
})), children);
|
|
138
|
+
});
|
|
139
|
+
if (process.env.NODE_ENV !== "production") {
|
|
140
|
+
ResultDraft.propTypes = iconPropTypes4cbeb95d.i;
|
|
141
|
+
}
|
|
142
|
+
const ResultNew = /*#__PURE__*/React.forwardRef(function ResultNew(_ref6, ref) {
|
|
143
|
+
let {
|
|
144
|
+
children,
|
|
145
|
+
size = 16,
|
|
146
|
+
...rest
|
|
147
|
+
} = _ref6;
|
|
148
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
149
|
+
width: size,
|
|
150
|
+
height: size,
|
|
151
|
+
ref: ref,
|
|
152
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
153
|
+
viewBox: "0 0 32 32",
|
|
154
|
+
fill: "currentColor",
|
|
155
|
+
...rest
|
|
156
|
+
}, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
157
|
+
cx: "26",
|
|
158
|
+
cy: "26",
|
|
159
|
+
r: "4"
|
|
160
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
161
|
+
d: "M10 13H12V15H10zM10 18H12V20H10zM10 23H12V25H10zM14 13H22V15H14zM14 18H22V20H14zM14 23H18V25H14z"
|
|
162
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
163
|
+
d: "M7,28V7h3v3H22V7h3V18h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2H18V28ZM12,4h8V8H12Z"
|
|
164
|
+
})), children);
|
|
165
|
+
});
|
|
166
|
+
if (process.env.NODE_ENV !== "production") {
|
|
167
|
+
ResultNew.propTypes = iconPropTypes4cbeb95d.i;
|
|
168
|
+
}
|
|
169
|
+
const ResultOld = /*#__PURE__*/React.forwardRef(function ResultOld(_ref7, ref) {
|
|
170
|
+
let {
|
|
171
|
+
children,
|
|
172
|
+
size = 16,
|
|
173
|
+
...rest
|
|
174
|
+
} = _ref7;
|
|
175
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
176
|
+
width: size,
|
|
177
|
+
height: size,
|
|
178
|
+
ref: ref,
|
|
179
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
180
|
+
viewBox: "0 0 32 32",
|
|
181
|
+
fill: "currentColor",
|
|
182
|
+
...rest
|
|
183
|
+
}, _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
184
|
+
d: "M10 13H12V15H10zM14 13H22V15H14zM10 18H12V20H10zM10 23H12V25H10z"
|
|
185
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
186
|
+
d: "M7,28V7h3v3H22V7h3v8h2V7a2,2,0,0,0-2-2H22V4a2,2,0,0,0-2-2H12a2,2,0,0,0-2,2V5H7A2,2,0,0,0,5,7V28a2,2,0,0,0,2,2h9V28ZM12,4h8V8H12Z"
|
|
187
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
188
|
+
d: "M18,19v2.4131A6.996,6.996,0,1,1,24,32V30a5,5,0,1,0-4.5762-7H22v2H16V19Z"
|
|
189
|
+
})), children);
|
|
190
|
+
});
|
|
191
|
+
if (process.env.NODE_ENV !== "production") {
|
|
192
|
+
ResultOld.propTypes = iconPropTypes4cbeb95d.i;
|
|
193
|
+
}
|
|
194
|
+
const RetryFailed = /*#__PURE__*/React.forwardRef(function RetryFailed(_ref8, ref) {
|
|
195
|
+
let {
|
|
196
|
+
children,
|
|
197
|
+
size = 16,
|
|
198
|
+
...rest
|
|
199
|
+
} = _ref8;
|
|
200
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
201
|
+
width: size,
|
|
202
|
+
height: size,
|
|
203
|
+
ref: ref,
|
|
204
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
205
|
+
viewBox: "0 0 32 32",
|
|
206
|
+
fill: "currentColor",
|
|
207
|
+
...rest
|
|
208
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
209
|
+
d: "M26.41 25L30 21.41 28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25zM18 2A12.0351 12.0351 0 006 14v6.2L2.4 16.6 1 18l6 6 6-6-1.4-1.4L8 20.2V14a10 10 0 0120 0v3h2V14A12.0351 12.0351 0 0018 2z"
|
|
210
|
+
})), children);
|
|
211
|
+
});
|
|
212
|
+
if (process.env.NODE_ENV !== "production") {
|
|
213
|
+
RetryFailed.propTypes = iconPropTypes4cbeb95d.i;
|
|
214
|
+
}
|
|
215
|
+
const Return = /*#__PURE__*/React.forwardRef(function Return(_ref9, ref) {
|
|
216
|
+
let {
|
|
217
|
+
children,
|
|
218
|
+
size = 16,
|
|
219
|
+
...rest
|
|
220
|
+
} = _ref9;
|
|
221
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
222
|
+
width: size,
|
|
223
|
+
height: size,
|
|
224
|
+
ref: ref,
|
|
225
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
226
|
+
viewBox: "0 0 32 32",
|
|
227
|
+
fill: "currentColor",
|
|
228
|
+
...rest
|
|
229
|
+
}, _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
230
|
+
d: "m22,8v2c2.2061,0,4,1.7944,4,4s-1.7939,4-4,4h-12v-5l-6,6,6,6v-5h12c3.3086,0,6-2.6914,6-6s-2.6914-6-6-6Z"
|
|
231
|
+
})), children);
|
|
232
|
+
});
|
|
233
|
+
if (process.env.NODE_ENV !== "production") {
|
|
234
|
+
Return.propTypes = iconPropTypes4cbeb95d.i;
|
|
235
|
+
}
|
|
236
|
+
const Review = /*#__PURE__*/React.forwardRef(function Review(_ref10, ref) {
|
|
237
|
+
let {
|
|
238
|
+
children,
|
|
239
|
+
size = 16,
|
|
240
|
+
...rest
|
|
241
|
+
} = _ref10;
|
|
242
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
243
|
+
width: size,
|
|
244
|
+
height: size,
|
|
245
|
+
ref: ref,
|
|
246
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
247
|
+
viewBox: "0 0 32 32",
|
|
248
|
+
fill: "currentColor",
|
|
249
|
+
...rest
|
|
250
|
+
}, _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
251
|
+
d: "M16 8L17.912 11.703 22 12.297 19 15 20 19 16 16.75 12 19 13 15 10 12.297 14.2 11.703 16 8z"
|
|
252
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
253
|
+
d: "M17.7358,30,16,29l4-7h6a1.9966,1.9966,0,0,0,2-2V8a1.9966,1.9966,0,0,0-2-2H6A1.9966,1.9966,0,0,0,4,8V20a1.9966,1.9966,0,0,0,2,2h9v2H6a3.9993,3.9993,0,0,1-4-4V8A3.9988,3.9988,0,0,1,6,4H26a3.9988,3.9988,0,0,1,4,4V20a3.9993,3.9993,0,0,1-4,4H21.1646Z"
|
|
254
|
+
})), children);
|
|
255
|
+
});
|
|
256
|
+
if (process.env.NODE_ENV !== "production") {
|
|
257
|
+
Review.propTypes = iconPropTypes4cbeb95d.i;
|
|
258
|
+
}
|
|
259
|
+
const Rewind_10 = /*#__PURE__*/React.forwardRef(function Rewind_10(_ref11, ref) {
|
|
260
|
+
let {
|
|
261
|
+
children,
|
|
262
|
+
size = 16,
|
|
263
|
+
...rest
|
|
264
|
+
} = _ref11;
|
|
265
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
266
|
+
width: size,
|
|
267
|
+
height: size,
|
|
268
|
+
ref: ref,
|
|
269
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
270
|
+
viewBox: "0 0 32 32",
|
|
271
|
+
fill: "currentColor",
|
|
272
|
+
...rest
|
|
273
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
274
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
275
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
276
|
+
d: "M19.63 22.13a2.84 2.84 0 01-1.28-.27 2.44 2.44 0 01-.89-.77 3.57 3.57 0 01-.52-1.25 7.69 7.69 0 01-.17-1.68 7.83 7.83 0 01.17-1.68 3.65 3.65 0 01.52-1.25 2.44 2.44 0 01.89-.77 2.84 2.84 0 011.28-.27 2.44 2.44 0 012.16 1 5.23 5.23 0 01.7 2.93 5.23 5.23 0 01-.7 2.93A2.44 2.44 0 0119.63 22.13zm0-1.22a1.07 1.07 0 001-.55A3.38 3.38 0 0021 18.85V17.47a3.31 3.31 0 00-.29-1.5 1.23 1.23 0 00-2.06 0 3.31 3.31 0 00-.29 1.5v1.38a3.38 3.38 0 00.29 1.51A1.06 1.06 0 0019.63 20.91zM10.63 22V20.82h2V15.63l-1.86 1-.55-1.06 2.32-1.3H14v6.5h1.78V22z"
|
|
277
|
+
})), children);
|
|
278
|
+
});
|
|
279
|
+
if (process.env.NODE_ENV !== "production") {
|
|
280
|
+
Rewind_10.propTypes = iconPropTypes4cbeb95d.i;
|
|
281
|
+
}
|
|
282
|
+
const Rewind_30 = /*#__PURE__*/React.forwardRef(function Rewind_30(_ref12, ref) {
|
|
283
|
+
let {
|
|
284
|
+
children,
|
|
285
|
+
size = 16,
|
|
286
|
+
...rest
|
|
287
|
+
} = _ref12;
|
|
288
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
289
|
+
width: size,
|
|
290
|
+
height: size,
|
|
291
|
+
ref: ref,
|
|
292
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
293
|
+
viewBox: "0 0 32 32",
|
|
294
|
+
fill: "currentColor",
|
|
295
|
+
...rest
|
|
296
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
297
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
298
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
299
|
+
d: "M19.64 22.13a2.81 2.81 0 01-1.28-.27 2.36 2.36 0 01-.89-.77A3.39 3.39 0 0117 19.84a7.12 7.12 0 01-.17-1.68A7.24 7.24 0 0117 16.48a3.46 3.46 0 01.52-1.25 2.36 2.36 0 01.89-.77 2.81 2.81 0 011.28-.27 2.44 2.44 0 012.16 1 5.31 5.31 0 01.7 2.93 5.31 5.31 0 01-.7 2.93A2.44 2.44 0 0119.64 22.13zm0-1.22a1 1 0 001-.55 3.24 3.24 0 00.3-1.51V17.47a3.17 3.17 0 00-.3-1.5 1.22 1.22 0 00-2.05 0 3.18 3.18 0 00-.29 1.5v1.38a3.25 3.25 0 00.29 1.51A1 1 0 0019.64 20.91zM12.62 17.42a1.46 1.46 0 001-.27.84.84 0 00.31-.68v-.08a.94.94 0 00-.3-.74 1.2 1.2 0 00-.83-.27 1.65 1.65 0 00-.89.24 2.1 2.1 0 00-.68.68l-.93-.83a5.37 5.37 0 01.44-.51 2.7 2.7 0 01.54-.4 2.55 2.55 0 01.7-.27 3.25 3.25 0 01.87-.1 3.94 3.94 0 011.06.14 2.33 2.33 0 01.82.4 1.91 1.91 0 01.54.63 1.87 1.87 0 01.18.83 2 2 0 01-.11.67 1.82 1.82 0 01-.32.52 1.79 1.79 0 01-.47.36 2.27 2.27 0 01-.57.2V18a2.34 2.34 0 01.63.21 1.7 1.7 0 01.51.38 1.89 1.89 0 01.34.55 2.07 2.07 0 01.12.73 2 2 0 01-.2.92 2 2 0 01-.58.72 2.66 2.66 0 01-.89.45 3.76 3.76 0 01-1.15.16 4.1 4.1 0 01-1-.11A3.1 3.1 0 0111 21.7a2.76 2.76 0 01-.56-.45A4.22 4.22 0 0110 20.7l1.07-.81a3.07 3.07 0 00.28.42 1.94 1.94 0 00.36.34 1.57 1.57 0 00.45.22 2 2 0 00.57.07 1.45 1.45 0 001-.3 1.12 1.12 0 00.34-.85v-.08a1 1 0 00-.37-.8 1.78 1.78 0 00-1.06-.28h-.76V17.42z"
|
|
300
|
+
})), children);
|
|
301
|
+
});
|
|
302
|
+
if (process.env.NODE_ENV !== "production") {
|
|
303
|
+
Rewind_30.propTypes = iconPropTypes4cbeb95d.i;
|
|
304
|
+
}
|
|
305
|
+
const Rewind_5 = /*#__PURE__*/React.forwardRef(function Rewind_5(_ref13, ref) {
|
|
306
|
+
let {
|
|
307
|
+
children,
|
|
308
|
+
size = 16,
|
|
309
|
+
...rest
|
|
310
|
+
} = _ref13;
|
|
311
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
312
|
+
width: size,
|
|
313
|
+
height: size,
|
|
314
|
+
ref: ref,
|
|
315
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
316
|
+
viewBox: "0 0 32 32",
|
|
317
|
+
fill: "currentColor",
|
|
318
|
+
...rest
|
|
319
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
320
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
321
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
322
|
+
d: "M18.58,15.58H15.13L15,18.15H15a4.83,4.83,0,0,1,.26-.45,1.59,1.59,0,0,1,.33-.35,1.53,1.53,0,0,1,.44-.23,2,2,0,0,1,.6-.08,2.54,2.54,0,0,1,.92.16,2.06,2.06,0,0,1,.74.48,2.28,2.28,0,0,1,.5.77,2.73,2.73,0,0,1,.18,1,2.87,2.87,0,0,1-.19,1.07,2.36,2.36,0,0,1-.55.84,2.44,2.44,0,0,1-.89.55,3.23,3.23,0,0,1-1.21.2,3.79,3.79,0,0,1-.94-.11,3,3,0,0,1-.74-.32,2.45,2.45,0,0,1-.55-.45,4.13,4.13,0,0,1-.41-.55l1.06-.81.27.41a1.82,1.82,0,0,0,.34.34,1.59,1.59,0,0,0,.43.22,1.52,1.52,0,0,0,.55.08,1.29,1.29,0,0,0,1-.36,1.41,1.41,0,0,0,.33-1V19.5a1.18,1.18,0,0,0-1.28-1.27,1.44,1.44,0,0,0-.77.18,1.94,1.94,0,0,0-.48.39l-1.19-.17.29-4.31h4.52Z"
|
|
323
|
+
})), children);
|
|
324
|
+
});
|
|
325
|
+
if (process.env.NODE_ENV !== "production") {
|
|
326
|
+
Rewind_5.propTypes = iconPropTypes4cbeb95d.i;
|
|
327
|
+
}
|
|
328
|
+
const RightPanelClose = /*#__PURE__*/React.forwardRef(function RightPanelClose(_ref14, ref) {
|
|
329
|
+
let {
|
|
330
|
+
children,
|
|
331
|
+
size = 16,
|
|
332
|
+
...rest
|
|
333
|
+
} = _ref14;
|
|
334
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
335
|
+
width: size,
|
|
336
|
+
height: size,
|
|
337
|
+
ref: ref,
|
|
338
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
339
|
+
viewBox: "0 0 32 32",
|
|
340
|
+
fill: "currentColor",
|
|
341
|
+
...rest
|
|
342
|
+
}, _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
343
|
+
strokeWidth: "0",
|
|
344
|
+
d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
345
|
+
})), children);
|
|
346
|
+
});
|
|
347
|
+
if (process.env.NODE_ENV !== "production") {
|
|
348
|
+
RightPanelClose.propTypes = iconPropTypes4cbeb95d.i;
|
|
349
|
+
}
|
|
350
|
+
const RightPanelCloseFilled = /*#__PURE__*/React.forwardRef(function RightPanelCloseFilled(_ref15, ref) {
|
|
351
|
+
let {
|
|
352
|
+
children,
|
|
353
|
+
size = 16,
|
|
354
|
+
...rest
|
|
355
|
+
} = _ref15;
|
|
356
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
357
|
+
width: size,
|
|
358
|
+
height: size,
|
|
359
|
+
ref: ref,
|
|
360
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
361
|
+
viewBox: "0 0 32 32",
|
|
362
|
+
fill: "currentColor",
|
|
363
|
+
...rest
|
|
364
|
+
}, _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
365
|
+
strokeWidth: "0",
|
|
366
|
+
d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v20H4v-9h10.1699s-3.5801,3.5898-3.5801,3.5898l1.4102,1.4102,6-6-6-6-1.4102,1.4102,3.5801,3.5898H4V6Z"
|
|
367
|
+
})), children);
|
|
368
|
+
});
|
|
369
|
+
if (process.env.NODE_ENV !== "production") {
|
|
370
|
+
RightPanelCloseFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
371
|
+
}
|
|
372
|
+
const RightPanelOpen = /*#__PURE__*/React.forwardRef(function RightPanelOpen(_ref16, ref) {
|
|
373
|
+
let {
|
|
374
|
+
children,
|
|
375
|
+
size = 16,
|
|
376
|
+
...rest
|
|
377
|
+
} = _ref16;
|
|
378
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
379
|
+
width: size,
|
|
380
|
+
height: size,
|
|
381
|
+
ref: ref,
|
|
382
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
383
|
+
viewBox: "0 0 32 32",
|
|
384
|
+
fill: "currentColor",
|
|
385
|
+
...rest
|
|
386
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
387
|
+
strokeWidth: "0",
|
|
388
|
+
d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm20,0h6v20h-6V6Zm-18,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
389
|
+
})), children);
|
|
390
|
+
});
|
|
391
|
+
if (process.env.NODE_ENV !== "production") {
|
|
392
|
+
RightPanelOpen.propTypes = iconPropTypes4cbeb95d.i;
|
|
393
|
+
}
|
|
394
|
+
const RightPanelOpenFilled = /*#__PURE__*/React.forwardRef(function RightPanelOpenFilled(_ref17, ref) {
|
|
395
|
+
let {
|
|
396
|
+
children,
|
|
397
|
+
size = 16,
|
|
398
|
+
...rest
|
|
399
|
+
} = _ref17;
|
|
400
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
401
|
+
width: size,
|
|
402
|
+
height: size,
|
|
403
|
+
ref: ref,
|
|
404
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
405
|
+
viewBox: "0 0 32 32",
|
|
406
|
+
fill: "currentColor",
|
|
407
|
+
...rest
|
|
408
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
409
|
+
strokeWidth: "0",
|
|
410
|
+
d: "m2,6v20c0,1.1045.8955,2,2,2h24c1.1045,0,2-.8955,2-2V6c0-1.1045-.8955-2-2-2H4c-1.1045,0-2,.8955-2,2Zm2,0h16v9h-10.1699s3.5798-3.5898,3.5798-3.5898l-1.4099-1.4102-6,6,6,6,1.4099-1.4102-3.5798-3.5898h10.1699v9H4V6Z"
|
|
411
|
+
})), children);
|
|
412
|
+
});
|
|
413
|
+
if (process.env.NODE_ENV !== "production") {
|
|
414
|
+
RightPanelOpenFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
415
|
+
}
|
|
416
|
+
const Road = /*#__PURE__*/React.forwardRef(function Road(_ref18, ref) {
|
|
417
|
+
let {
|
|
418
|
+
children,
|
|
419
|
+
size = 16,
|
|
420
|
+
...rest
|
|
421
|
+
} = _ref18;
|
|
422
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
423
|
+
width: size,
|
|
424
|
+
height: size,
|
|
425
|
+
ref: ref,
|
|
426
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
427
|
+
viewBox: "0 0 32 32",
|
|
428
|
+
fill: "currentColor",
|
|
429
|
+
...rest
|
|
430
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
431
|
+
d: "M13 13H19V15H13z"
|
|
432
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
433
|
+
d: "M25.4409 8L24.1687 3.45A2.009 2.009 0 0022.2456 2H9.7544A2.0089 2.0089 0 007.8313 3.4507L6.5315 8H4v2H6v7a2.0025 2.0025 0 002 2v3h2V19H22v3h2V19a2.0025 2.0025 0 002-2V10h2V8zM9.7544 4H22.2458l1.4285 5H8.3257zM24 13H22v2h2v2H8V15h2V13H8V11H24zM2 16H4V30H2zM28 16H30V30H28z"
|
|
434
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
435
|
+
d: "M15 21H17V24H15zM15 26H17V30H15z"
|
|
436
|
+
})), children);
|
|
437
|
+
});
|
|
438
|
+
if (process.env.NODE_ENV !== "production") {
|
|
439
|
+
Road.propTypes = iconPropTypes4cbeb95d.i;
|
|
440
|
+
}
|
|
441
|
+
const RoadWeather = /*#__PURE__*/React.forwardRef(function RoadWeather(_ref19, ref) {
|
|
442
|
+
let {
|
|
443
|
+
children,
|
|
444
|
+
size = 16,
|
|
445
|
+
...rest
|
|
446
|
+
} = _ref19;
|
|
447
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
448
|
+
width: size,
|
|
449
|
+
height: size,
|
|
450
|
+
ref: ref,
|
|
451
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
452
|
+
viewBox: "0 0 32 32",
|
|
453
|
+
fill: "currentColor",
|
|
454
|
+
...rest
|
|
455
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
456
|
+
d: "M16 31H14v-.228a3.0135 3.0135 0 00-1.9468-2.8091L8.5215 26.6384A3.9034 3.9034 0 016 23H8a1.8946 1.8946 0 001.2236 1.7659L12.7554 26.09A5.0226 5.0226 0 0116 30.772zM30 31H28v-.228a3.0135 3.0135 0 00-1.9468-2.8091l-3.5317-1.3245A3.9034 3.9034 0 0120 23h2a1.8946 1.8946 0 001.2236 1.7659L26.7554 26.09A5.0226 5.0226 0 0130 30.772zM11 13H17V15H11z"
|
|
457
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
458
|
+
d: "M23.4409,8,22.1687,3.45A2.009,2.009,0,0,0,20.2456,2H7.7544A2.0089,2.0089,0,0,0,5.8313,3.4507L4.5315,8H2v2H4v7a2.0025,2.0025,0,0,0,2,2v2H8V19H20v2h2V19a2.0025,2.0025,0,0,0,2-2V10h2V8ZM7.7544,4H20.2458l1.4285,5H6.3257ZM22,13H20v2h2v2H6V15H8V13H6V11H22Z"
|
|
459
|
+
})), children);
|
|
460
|
+
});
|
|
461
|
+
if (process.env.NODE_ENV !== "production") {
|
|
462
|
+
RoadWeather.propTypes = iconPropTypes4cbeb95d.i;
|
|
463
|
+
}
|
|
464
|
+
const Roadmap = /*#__PURE__*/React.forwardRef(function Roadmap(_ref20, ref) {
|
|
465
|
+
let {
|
|
466
|
+
children,
|
|
467
|
+
size = 16,
|
|
468
|
+
...rest
|
|
469
|
+
} = _ref20;
|
|
470
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
471
|
+
width: size,
|
|
472
|
+
height: size,
|
|
473
|
+
ref: ref,
|
|
474
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
475
|
+
viewBox: "0 0 32 32",
|
|
476
|
+
fill: "currentColor",
|
|
477
|
+
...rest
|
|
478
|
+
}, _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
479
|
+
d: "M12 30H4a2.0023 2.0023 0 01-2-2V24a2.0023 2.0023 0 012-2h8a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0112 30zM4 24v4h8V24zM28 20H12a2.0023 2.0023 0 01-2-2V14a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2v4A2.0023 2.0023 0 0128 20zM12 14v4H28V14zM16 10H4A2.0023 2.0023 0 012 8V4A2.0023 2.0023 0 014 2H16a2.0023 2.0023 0 012 2V8A2.0023 2.0023 0 0116 10zM4 4V8H16V4z"
|
|
480
|
+
})), children);
|
|
481
|
+
});
|
|
482
|
+
if (process.env.NODE_ENV !== "production") {
|
|
483
|
+
Roadmap.propTypes = iconPropTypes4cbeb95d.i;
|
|
484
|
+
}
|
|
485
|
+
const Rocket = /*#__PURE__*/React.forwardRef(function Rocket(_ref21, ref) {
|
|
486
|
+
let {
|
|
487
|
+
children,
|
|
488
|
+
size = 16,
|
|
489
|
+
...rest
|
|
490
|
+
} = _ref21;
|
|
491
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
492
|
+
width: size,
|
|
493
|
+
height: size,
|
|
494
|
+
ref: ref,
|
|
495
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
496
|
+
viewBox: "0 0 32 32",
|
|
497
|
+
fill: "currentColor",
|
|
498
|
+
...rest
|
|
499
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
500
|
+
d: "M6.34 19H17.65V21H6.34z",
|
|
501
|
+
transform: "rotate(-45 11.995 20.002)"
|
|
502
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
503
|
+
d: "M17,30a1,1,0,0,1-.37-.07,1,1,0,0,1-.62-.79l-1-7,2-.28.75,5.27L21,24.52V17a1,1,0,0,1,.29-.71l4.07-4.07A8.94,8.94,0,0,0,28,5.86V4H26.14a8.94,8.94,0,0,0-6.36,2.64l-4.07,4.07A1,1,0,0,1,15,11H7.48L4.87,14.26l5.27.75-.28,2-7-1a1,1,0,0,1-.79-.62,1,1,0,0,1,.15-1l4-5A1,1,0,0,1,7,9h7.59l3.77-3.78A10.92,10.92,0,0,1,26.14,2H28a2,2,0,0,1,2,2V5.86a10.92,10.92,0,0,1-3.22,7.78L23,17.41V25a1,1,0,0,1-.38.78l-5,4A1,1,0,0,1,17,30Z"
|
|
504
|
+
})), children);
|
|
505
|
+
});
|
|
506
|
+
if (process.env.NODE_ENV !== "production") {
|
|
507
|
+
Rocket.propTypes = iconPropTypes4cbeb95d.i;
|
|
508
|
+
}
|
|
509
|
+
const Rotate = /*#__PURE__*/React.forwardRef(function Rotate(_ref22, ref) {
|
|
510
|
+
let {
|
|
511
|
+
children,
|
|
512
|
+
size = 16,
|
|
513
|
+
...rest
|
|
514
|
+
} = _ref22;
|
|
515
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
516
|
+
width: size,
|
|
517
|
+
height: size,
|
|
518
|
+
ref: ref,
|
|
519
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
520
|
+
viewBox: "0 0 32 32",
|
|
521
|
+
fill: "currentColor",
|
|
522
|
+
...rest
|
|
523
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
524
|
+
d: "M17.91 26.82l.35 2a12.9 12.9 0 004.24-1.54l-1-1.73A10.88 10.88 0 0117.91 26.82zM24.42 23.07L26 24.35a13 13 0 002.24-3.91l-1.87-.68A11 11 0 0124.42 23.07zM9.5 27.25a12.9 12.9 0 004.24 1.54l.35-2a10.88 10.88 0 01-3.59-1.3zM5.67 19.76l-1.87.68A13 13 0 006 24.35l.32-.26 1.22-1h0a11 11 0 01-1.91-3.31zM29 16a12.85 12.85 0 00-.8-4.44l-1.87.68A11.18 11.18 0 0127 16zM26 7.65a13 13 0 00-20 0V4H4v8h8V10H6.81A11 11 0 0124.42 8.93z"
|
|
525
|
+
})), children);
|
|
526
|
+
});
|
|
527
|
+
if (process.env.NODE_ENV !== "production") {
|
|
528
|
+
Rotate.propTypes = iconPropTypes4cbeb95d.i;
|
|
529
|
+
}
|
|
530
|
+
const WatsonHealthRotate_180 = /*#__PURE__*/React.forwardRef(function WatsonHealthRotate_180(_ref23, ref) {
|
|
531
|
+
let {
|
|
532
|
+
children,
|
|
533
|
+
size = 16,
|
|
534
|
+
...rest
|
|
535
|
+
} = _ref23;
|
|
536
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
537
|
+
width: size,
|
|
538
|
+
height: size,
|
|
539
|
+
ref: ref,
|
|
540
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
541
|
+
viewBox: "0 0 32 32",
|
|
542
|
+
fill: "currentColor",
|
|
543
|
+
...rest
|
|
544
|
+
}, _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
545
|
+
d: "M14.0913 26.8235l-.3467 1.968a12.8956 12.8956 0 01-4.24-1.5418l1-1.7307A10.9086 10.9086 0 0014.0913 26.8235zM7.5767 23.0682L6.0449 24.3533a12.9811 12.9811 0 01-2.25-3.9112l1.8775-.6834A10.9808 10.9808 0 007.5767 23.0682zM22.4951 27.25a12.8956 12.8956 0 01-4.24 1.5418l-.3467-1.968a10.9086 10.9086 0 003.5869-1.3045zM26.3271 19.7587l1.8775.6834a12.9811 12.9811 0 01-2.2495 3.9112l-.3115-.2614-1.22-1.0237h0a10.9822 10.9822 0 001.9038-3.3093zM13.6616 5.2559c-.1592.0346-.3144.08-.4712.1215-.2131.0562-.4258.1138-.6335.1822-.1643.0547-.325.1167-.4859.1782-.1926.0742-.3835.1509-.57.2349-.1611.0727-.3193.15-.4763.23q-.2677.1363-.5262.2867c-.153.0893-.3046.18-.4531.2758-.1679.1089-.3308.2242-.4922.3413-.1406.1026-.2817.2037-.417.3125-.1616.1294-.3156.2676-.47.4063-.1225.11-.2478.2168-.3652.332-.1668.1636-.3223.3379-.4785.5117A10.9438 10.9438 0 005 16H3A12.9363 12.9363 0 016.05 7.65l-.0047-.0039c.0918-.1094.197-.2061.2925-.3125.1841-.2051.3672-.41.5635-.603.1382-.1358.2856-.2613.43-.3907.1831-.1645.3657-.3286.5581-.4824.1592-.1279.3244-.2466.4895-.3667.1921-.14.3855-.2768.5854-.4062.1743-.1128.3523-.2188.5322-.3238q.3081-.1786.6253-.3408c.1846-.0942.37-.1846.56-.27.2224-.1.449-.1914.678-.2793.1894-.0723.3777-.1455.5713-.209.2463-.0815.498-.1494.7507-.2163.1848-.0493.3674-.1025.5554-.1431.29-.0634.5865-.1074.8833-.1508.159-.023.3145-.0552.4754-.0728A12.9331 12.9331 0 0126 7.7031V4h2v8H20V10h5.1885A10.961 10.961 0 0016 5a11.1114 11.1114 0 00-1.189.0669c-.1362.0146-.268.042-.4026.0615C14.1575 5.165 13.907 5.2026 13.6616 5.2559z"
|
|
546
|
+
})), children);
|
|
547
|
+
});
|
|
548
|
+
if (process.env.NODE_ENV !== "production") {
|
|
549
|
+
WatsonHealthRotate_180.propTypes = iconPropTypes4cbeb95d.i;
|
|
550
|
+
}
|
|
551
|
+
const WatsonHealthRotate_360 = /*#__PURE__*/React.forwardRef(function WatsonHealthRotate_360(_ref24, ref) {
|
|
552
|
+
let {
|
|
553
|
+
children,
|
|
554
|
+
size = 16,
|
|
555
|
+
...rest
|
|
556
|
+
} = _ref24;
|
|
557
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
558
|
+
width: size,
|
|
559
|
+
height: size,
|
|
560
|
+
ref: ref,
|
|
561
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
562
|
+
viewBox: "0 0 32 32",
|
|
563
|
+
fill: "currentColor",
|
|
564
|
+
...rest
|
|
565
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
566
|
+
d: "M25.95,7.65l.0047-.0039c-.0918-.1094-.197-.2061-.2925-.3125-.1841-.2051-.3672-.41-.5635-.603-.1382-.1358-.2856-.2613-.43-.3907-.1831-.1645-.3657-.3286-.5581-.4824-.1592-.1279-.3244-.2466-.4895-.3667-.1921-.14-.3855-.2768-.5854-.4062-.1743-.1128-.3523-.2188-.5322-.3238q-.3081-.1786-.6253-.3408c-.1846-.0942-.37-.1846-.56-.27-.2224-.1-.449-.1914-.678-.2793-.1894-.0723-.3777-.1455-.5713-.209-.2463-.0815-.498-.1494-.7507-.2163-.1848-.0493-.3674-.1025-.5554-.1431-.29-.0634-.5865-.1074-.8833-.1508-.159-.023-.3145-.0552-.4754-.0728A12.9331,12.9331,0,0,0,6,7.7031V4H4v8h8V10H6.8115A10.961,10.961,0,0,1,16,5a11.1114,11.1114,0,0,1,1.189.0669c.1362.0146.268.042.4026.0615.2509.0366.5014.0742.7468.1275.1592.0346.3144.08.4712.1215.2131.0562.4258.1138.6335.1822.1643.0547.325.1167.4859.1782.1926.0742.3835.1509.5705.2349.1611.0727.3193.15.4763.23q.2677.1363.5262.2867c.153.0893.3046.18.4531.2758.1679.1089.3308.2242.4922.3413.1406.1026.2817.2037.417.3125.1616.1294.3156.2676.47.4063.1225.11.2478.2168.3652.332.1668.1636.3223.3379.4785.5117A10.9928,10.9928,0,1,1,5,16H3A13,13,0,1,0,25.95,7.65Z"
|
|
567
|
+
})), children);
|
|
568
|
+
});
|
|
569
|
+
if (process.env.NODE_ENV !== "production") {
|
|
570
|
+
WatsonHealthRotate_360.propTypes = iconPropTypes4cbeb95d.i;
|
|
571
|
+
}
|
|
572
|
+
const RotateClockwise = /*#__PURE__*/React.forwardRef(function RotateClockwise(_ref25, ref) {
|
|
573
|
+
let {
|
|
574
|
+
children,
|
|
575
|
+
size = 16,
|
|
576
|
+
...rest
|
|
577
|
+
} = _ref25;
|
|
578
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
579
|
+
width: size,
|
|
580
|
+
height: size,
|
|
581
|
+
ref: ref,
|
|
582
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
583
|
+
viewBox: "0 0 32 32",
|
|
584
|
+
fill: "currentColor",
|
|
585
|
+
...rest
|
|
586
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
587
|
+
d: "M28 30H16a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM16 16V28H28.0012L28 16zM15 2L13.59 3.41 16.17 6H11a7.0078 7.0078 0 00-7 7v5H6V13a5.0057 5.0057 0 015-5h5.17l-2.58 2.59L15 12l5-5z"
|
|
588
|
+
})), children);
|
|
589
|
+
});
|
|
590
|
+
if (process.env.NODE_ENV !== "production") {
|
|
591
|
+
RotateClockwise.propTypes = iconPropTypes4cbeb95d.i;
|
|
592
|
+
}
|
|
593
|
+
const RotateClockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateClockwiseAlt(_ref26, ref) {
|
|
594
|
+
let {
|
|
595
|
+
children,
|
|
596
|
+
size = 16,
|
|
597
|
+
...rest
|
|
598
|
+
} = _ref26;
|
|
599
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
600
|
+
width: size,
|
|
601
|
+
height: size,
|
|
602
|
+
ref: ref,
|
|
603
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
604
|
+
viewBox: "0 0 32 32",
|
|
605
|
+
fill: "currentColor",
|
|
606
|
+
...rest
|
|
607
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
608
|
+
d: "M16 30H4a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0116 30zM4 16V28H16.0012L16 16zM30 15l-1.41-1.41L26 16.17V11a7.0078 7.0078 0 00-7-7H14V6h5a5.0057 5.0057 0 015 5v5.17l-2.59-2.58L20 15l5 5z"
|
|
609
|
+
})), children);
|
|
610
|
+
});
|
|
611
|
+
if (process.env.NODE_ENV !== "production") {
|
|
612
|
+
RotateClockwiseAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
613
|
+
}
|
|
614
|
+
const RotateClockwiseAltFilled = /*#__PURE__*/React.forwardRef(function RotateClockwiseAltFilled(_ref27, ref) {
|
|
615
|
+
let {
|
|
616
|
+
children,
|
|
617
|
+
size = 16,
|
|
618
|
+
...rest
|
|
619
|
+
} = _ref27;
|
|
620
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
621
|
+
width: size,
|
|
622
|
+
height: size,
|
|
623
|
+
ref: ref,
|
|
624
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
625
|
+
viewBox: "0 0 32 32",
|
|
626
|
+
fill: "currentColor",
|
|
627
|
+
...rest
|
|
628
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
629
|
+
d: "M16 30H4a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0116 30zM30 15l-1.41-1.41L26 16.17V11a7.0078 7.0078 0 00-7-7H14V6h5a5.0057 5.0057 0 015 5v5.17l-2.59-2.58L20 15l5 5z"
|
|
630
|
+
})), children);
|
|
631
|
+
});
|
|
632
|
+
if (process.env.NODE_ENV !== "production") {
|
|
633
|
+
RotateClockwiseAltFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
634
|
+
}
|
|
635
|
+
const RotateClockwiseFilled = /*#__PURE__*/React.forwardRef(function RotateClockwiseFilled(_ref28, ref) {
|
|
636
|
+
let {
|
|
637
|
+
children,
|
|
638
|
+
size = 16,
|
|
639
|
+
...rest
|
|
640
|
+
} = _ref28;
|
|
641
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
642
|
+
width: size,
|
|
643
|
+
height: size,
|
|
644
|
+
ref: ref,
|
|
645
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
646
|
+
viewBox: "0 0 32 32",
|
|
647
|
+
fill: "currentColor",
|
|
648
|
+
...rest
|
|
649
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
650
|
+
d: "M28 30H16a2.0023 2.0023 0 01-2-2V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28A2.0023 2.0023 0 0128 30zM15 2L13.59 3.41 16.17 6H11a7.0078 7.0078 0 00-7 7v5H6V13a5.0057 5.0057 0 015-5h5.17l-2.58 2.59L15 12l5-5z"
|
|
651
|
+
})), children);
|
|
652
|
+
});
|
|
653
|
+
if (process.env.NODE_ENV !== "production") {
|
|
654
|
+
RotateClockwiseFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
655
|
+
}
|
|
656
|
+
const RotateCounterclockwise = /*#__PURE__*/React.forwardRef(function RotateCounterclockwise(_ref29, ref) {
|
|
657
|
+
let {
|
|
658
|
+
children,
|
|
659
|
+
size = 16,
|
|
660
|
+
...rest
|
|
661
|
+
} = _ref29;
|
|
662
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
663
|
+
width: size,
|
|
664
|
+
height: size,
|
|
665
|
+
ref: ref,
|
|
666
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
667
|
+
viewBox: "0 0 32 32",
|
|
668
|
+
fill: "currentColor",
|
|
669
|
+
...rest
|
|
670
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
671
|
+
d: "M2 28V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H4A2.0023 2.0023 0 012 28zM4 16L3.9988 28H16V16zM17 2l1.41 1.41L15.83 6H21a7.0078 7.0078 0 017 7v5H26V13a5.0057 5.0057 0 00-5-5H15.83l2.58 2.59L17 12 12 7z"
|
|
672
|
+
})), children);
|
|
673
|
+
});
|
|
674
|
+
if (process.env.NODE_ENV !== "production") {
|
|
675
|
+
RotateCounterclockwise.propTypes = iconPropTypes4cbeb95d.i;
|
|
676
|
+
}
|
|
677
|
+
const RotateCounterclockwiseAlt = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseAlt(_ref30, ref) {
|
|
678
|
+
let {
|
|
679
|
+
children,
|
|
680
|
+
size = 16,
|
|
681
|
+
...rest
|
|
682
|
+
} = _ref30;
|
|
683
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
684
|
+
width: size,
|
|
685
|
+
height: size,
|
|
686
|
+
ref: ref,
|
|
687
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
688
|
+
viewBox: "0 0 32 32",
|
|
689
|
+
fill: "currentColor",
|
|
690
|
+
...rest
|
|
691
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
692
|
+
d: "M14 28V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H16A2.0023 2.0023 0 0114 28zm2-12l-.0012 12H28V16zM2 15l1.41-1.41L6 16.17V11a7.0078 7.0078 0 017-7h5V6H13a5.0057 5.0057 0 00-5 5v5.17l2.59-2.58L12 15 7 20z"
|
|
693
|
+
})), children);
|
|
694
|
+
});
|
|
695
|
+
if (process.env.NODE_ENV !== "production") {
|
|
696
|
+
RotateCounterclockwiseAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
697
|
+
}
|
|
698
|
+
const RotateCounterclockwiseAltFilled = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseAltFilled(_ref31, ref) {
|
|
699
|
+
let {
|
|
700
|
+
children,
|
|
701
|
+
size = 16,
|
|
702
|
+
...rest
|
|
703
|
+
} = _ref31;
|
|
704
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
705
|
+
width: size,
|
|
706
|
+
height: size,
|
|
707
|
+
ref: ref,
|
|
708
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
709
|
+
viewBox: "0 0 32 32",
|
|
710
|
+
fill: "currentColor",
|
|
711
|
+
...rest
|
|
712
|
+
}, _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
713
|
+
d: "M14 28V16a2.0023 2.0023 0 012-2H28a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H16A2.0023 2.0023 0 0114 28zM2 15l1.41-1.41L6 16.17V11a7.0078 7.0078 0 017-7h5V6H13a5.0057 5.0057 0 00-5 5v5.17l2.59-2.58L12 15 7 20z"
|
|
714
|
+
})), children);
|
|
715
|
+
});
|
|
716
|
+
if (process.env.NODE_ENV !== "production") {
|
|
717
|
+
RotateCounterclockwiseAltFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
718
|
+
}
|
|
719
|
+
const RotateCounterclockwiseFilled = /*#__PURE__*/React.forwardRef(function RotateCounterclockwiseFilled(_ref32, ref) {
|
|
720
|
+
let {
|
|
721
|
+
children,
|
|
722
|
+
size = 16,
|
|
723
|
+
...rest
|
|
724
|
+
} = _ref32;
|
|
725
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
726
|
+
width: size,
|
|
727
|
+
height: size,
|
|
728
|
+
ref: ref,
|
|
729
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
730
|
+
viewBox: "0 0 32 32",
|
|
731
|
+
fill: "currentColor",
|
|
732
|
+
...rest
|
|
733
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
734
|
+
d: "M2 28V16a2.0023 2.0023 0 012-2H16a2.0023 2.0023 0 012 2V28a2.0023 2.0023 0 01-2 2H4A2.0023 2.0023 0 012 28zM17 2l1.41 1.41L15.83 6H21a7.0078 7.0078 0 017 7v5H26V13a5.0057 5.0057 0 00-5-5H15.83l2.58 2.59L17 12 12 7z"
|
|
735
|
+
})), children);
|
|
736
|
+
});
|
|
737
|
+
if (process.env.NODE_ENV !== "production") {
|
|
738
|
+
RotateCounterclockwiseFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
739
|
+
}
|
|
740
|
+
const Router = /*#__PURE__*/React.forwardRef(function Router(_ref33, ref) {
|
|
741
|
+
let {
|
|
742
|
+
children,
|
|
743
|
+
size = 16,
|
|
744
|
+
...rest
|
|
745
|
+
} = _ref33;
|
|
746
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
747
|
+
width: size,
|
|
748
|
+
height: size,
|
|
749
|
+
ref: ref,
|
|
750
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
751
|
+
viewBox: "0 0 32 32",
|
|
752
|
+
fill: "currentColor",
|
|
753
|
+
...rest
|
|
754
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
755
|
+
d: "M21 7L16 2 11 7 12.409 8.419 15 5.847 15 13 17 13 17 5.794 19.591 8.419 21 7zM21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11z"
|
|
756
|
+
})), children);
|
|
757
|
+
});
|
|
758
|
+
if (process.env.NODE_ENV !== "production") {
|
|
759
|
+
Router.propTypes = iconPropTypes4cbeb95d.i;
|
|
760
|
+
}
|
|
761
|
+
const RouterVoice = /*#__PURE__*/React.forwardRef(function RouterVoice(_ref34, ref) {
|
|
762
|
+
let {
|
|
763
|
+
children,
|
|
764
|
+
size = 16,
|
|
765
|
+
...rest
|
|
766
|
+
} = _ref34;
|
|
767
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
768
|
+
width: size,
|
|
769
|
+
height: size,
|
|
770
|
+
ref: ref,
|
|
771
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
772
|
+
viewBox: "0 0 32 32",
|
|
773
|
+
fill: "currentColor",
|
|
774
|
+
...rest
|
|
775
|
+
}, _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
776
|
+
d: "M21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11zM12.4289 5.8227v1.63a1.1269 1.1269 0 01-.6767 1.026l-1.39.5967A1.1218 1.1218 0 019.14 8.8424L7.3208 7.0233a1.1165 1.1165 0 01.0125-1.579l.0348-.0328c7.393-6.527 14.6913-2.0374 17.2127-.0473a1.1166 1.1166 0 01.1746 1.5693 1.1011 1.1011 0 01-.0873.0971L22.9108 8.7878a1.1114 1.1114 0 01-1.2225.2329l-1.39-.5967a1.1112 1.1112 0 01-.68-1.0223v-1.63S15.9726 3.0648 12.4289 5.8227z"
|
|
777
|
+
})), children);
|
|
778
|
+
});
|
|
779
|
+
if (process.env.NODE_ENV !== "production") {
|
|
780
|
+
RouterVoice.propTypes = iconPropTypes4cbeb95d.i;
|
|
781
|
+
}
|
|
782
|
+
const RouterWifi = /*#__PURE__*/React.forwardRef(function RouterWifi(_ref35, ref) {
|
|
783
|
+
let {
|
|
784
|
+
children,
|
|
785
|
+
size = 16,
|
|
786
|
+
...rest
|
|
787
|
+
} = _ref35;
|
|
788
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
789
|
+
width: size,
|
|
790
|
+
height: size,
|
|
791
|
+
ref: ref,
|
|
792
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
793
|
+
viewBox: "0 0 32 32",
|
|
794
|
+
fill: "currentColor",
|
|
795
|
+
...rest
|
|
796
|
+
}, _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
797
|
+
cx: "16",
|
|
798
|
+
cy: "13.5",
|
|
799
|
+
r: "1.5"
|
|
800
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
801
|
+
d: "M19.5356,10.4648a5,5,0,0,0-7.0717,0L11.05,9.0508a6.9992,6.9992,0,0,1,9.9,0Z"
|
|
802
|
+
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
803
|
+
d: "M23.0713 6.929a10 10 0 00-14.1426 0L7.5146 5.5144a12.0011 12.0011 0 0116.9708 0zM21 25L16 30 11 25 12.409 23.581 15 26.153 15 19 17 19 17 26.206 19.591 23.581 21 25zM24 11L19 16 24 21 25.419 19.591 22.847 17 30 17 30 15 22.794 15 25.419 12.409 24 11zM8 11L13 16 8 21 6.581 19.591 9.153 17 2 17 2 15 9.206 15 6.581 12.409 8 11z"
|
|
804
|
+
})), children);
|
|
805
|
+
});
|
|
806
|
+
if (process.env.NODE_ENV !== "production") {
|
|
807
|
+
RouterWifi.propTypes = iconPropTypes4cbeb95d.i;
|
|
808
|
+
}
|
|
809
|
+
const Row = /*#__PURE__*/React.forwardRef(function Row(_ref36, ref) {
|
|
810
|
+
let {
|
|
811
|
+
children,
|
|
812
|
+
size = 16,
|
|
813
|
+
...rest
|
|
814
|
+
} = _ref36;
|
|
815
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
816
|
+
width: size,
|
|
817
|
+
height: size,
|
|
818
|
+
ref: ref,
|
|
819
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
820
|
+
viewBox: "0 0 32 32",
|
|
821
|
+
fill: "currentColor",
|
|
822
|
+
...rest
|
|
823
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
824
|
+
d: "M4 24H28V26H4zM26 18H6V14H26v4m2 0V14a2 2 0 00-2-2H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2zM4 6H28V8H4z"
|
|
825
|
+
})), children);
|
|
826
|
+
});
|
|
827
|
+
if (process.env.NODE_ENV !== "production") {
|
|
828
|
+
Row.propTypes = iconPropTypes4cbeb95d.i;
|
|
829
|
+
}
|
|
830
|
+
const RowCollapse = /*#__PURE__*/React.forwardRef(function RowCollapse(_ref37, ref) {
|
|
831
|
+
let {
|
|
832
|
+
children,
|
|
833
|
+
size = 16,
|
|
834
|
+
...rest
|
|
835
|
+
} = _ref37;
|
|
836
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
837
|
+
width: size,
|
|
838
|
+
height: size,
|
|
839
|
+
ref: ref,
|
|
840
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
841
|
+
viewBox: "0 0 32 32",
|
|
842
|
+
fill: "currentColor",
|
|
843
|
+
...rest
|
|
844
|
+
}, _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
845
|
+
d: "M26 20H6a2 2 0 00-2 2v4a2 2 0 002 2H26a2 2 0 002-2V22A2 2 0 0026 20zm0 6H6V22H26zM17 7.828L19.586 10.414 21 9 16 4 11 9 12.414 10.414 15 7.828 15 14 4 14 4 16 28 16 28 14 17 14 17 7.828z"
|
|
846
|
+
})), children);
|
|
847
|
+
});
|
|
848
|
+
if (process.env.NODE_ENV !== "production") {
|
|
849
|
+
RowCollapse.propTypes = iconPropTypes4cbeb95d.i;
|
|
850
|
+
}
|
|
851
|
+
const RowDelete = /*#__PURE__*/React.forwardRef(function RowDelete(_ref38, ref) {
|
|
852
|
+
let {
|
|
853
|
+
children,
|
|
854
|
+
size = 16,
|
|
855
|
+
...rest
|
|
856
|
+
} = _ref38;
|
|
857
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
858
|
+
width: size,
|
|
859
|
+
height: size,
|
|
860
|
+
ref: ref,
|
|
861
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
862
|
+
viewBox: "0 0 32 32",
|
|
863
|
+
fill: "currentColor",
|
|
864
|
+
...rest
|
|
865
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
866
|
+
d: "M24 30H4a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0124 30zM4 22H3.9985L4 28H24V22zM30 3.41L28.59 2 25 5.59 21.41 2 20 3.41 23.59 7 20 10.59 21.41 12 25 8.41 28.59 12 30 10.59 26.41 7 30 3.41z"
|
|
867
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
868
|
+
d: "M4,14V8H18V6H4A2.0023,2.0023,0,0,0,2,8v6a2.0023,2.0023,0,0,0,2,2H26V14Z"
|
|
869
|
+
})), children);
|
|
870
|
+
});
|
|
871
|
+
if (process.env.NODE_ENV !== "production") {
|
|
872
|
+
RowDelete.propTypes = iconPropTypes4cbeb95d.i;
|
|
873
|
+
}
|
|
874
|
+
const RowExpand = /*#__PURE__*/React.forwardRef(function RowExpand(_ref39, ref) {
|
|
875
|
+
let {
|
|
876
|
+
children,
|
|
877
|
+
size = 16,
|
|
878
|
+
...rest
|
|
879
|
+
} = _ref39;
|
|
880
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
881
|
+
width: size,
|
|
882
|
+
height: size,
|
|
883
|
+
ref: ref,
|
|
884
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
885
|
+
viewBox: "0 0 32 32",
|
|
886
|
+
fill: "currentColor",
|
|
887
|
+
...rest
|
|
888
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
889
|
+
d: "M4 18L15 18 15 24.172 12.414 21.586 11 23 16 28 21 23 19.586 21.586 17 24.172 17 18 28 18 28 16 4 16 4 18zM26 4H6A2 2 0 004 6v4a2 2 0 002 2H26a2 2 0 002-2V6A2 2 0 0026 4zm0 6H6V6H26z"
|
|
890
|
+
})), children);
|
|
891
|
+
});
|
|
892
|
+
if (process.env.NODE_ENV !== "production") {
|
|
893
|
+
RowExpand.propTypes = iconPropTypes4cbeb95d.i;
|
|
894
|
+
}
|
|
895
|
+
const RowInsert = /*#__PURE__*/React.forwardRef(function RowInsert(_ref40, ref) {
|
|
896
|
+
let {
|
|
897
|
+
children,
|
|
898
|
+
size = 16,
|
|
899
|
+
...rest
|
|
900
|
+
} = _ref40;
|
|
901
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
902
|
+
width: size,
|
|
903
|
+
height: size,
|
|
904
|
+
ref: ref,
|
|
905
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
906
|
+
viewBox: "0 0 32 32",
|
|
907
|
+
fill: "currentColor",
|
|
908
|
+
...rest
|
|
909
|
+
}, _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
910
|
+
d: "M28 12H10a2.0021 2.0021 0 01-2-2V4a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 12zM10 4v6H28V4zM28 30H10a2.0021 2.0021 0 01-2-2V22a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 30zM10 22v6H28V22zM9 16L3.414 10.414 2 11.828 6.172 16 2 20.172 3.414 21.586 9 16z"
|
|
911
|
+
})), children);
|
|
912
|
+
});
|
|
913
|
+
if (process.env.NODE_ENV !== "production") {
|
|
914
|
+
RowInsert.propTypes = iconPropTypes4cbeb95d.i;
|
|
915
|
+
}
|
|
916
|
+
const Rss = /*#__PURE__*/React.forwardRef(function Rss(_ref41, ref) {
|
|
917
|
+
let {
|
|
918
|
+
children,
|
|
919
|
+
size = 16,
|
|
920
|
+
...rest
|
|
921
|
+
} = _ref41;
|
|
922
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
923
|
+
width: size,
|
|
924
|
+
height: size,
|
|
925
|
+
ref: ref,
|
|
926
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
927
|
+
viewBox: "0 0 32 32",
|
|
928
|
+
fill: "currentColor",
|
|
929
|
+
...rest
|
|
930
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
931
|
+
d: "M8 18c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6C14 20.7 11.3 18 8 18zM8 28c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4C12 26.2 10.2 28 8 28zM30 24h-2C28 13 19 4 8 4V2C20.1 2 30 11.9 30 24z"
|
|
932
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
933
|
+
d: "M22,24h-2c0-6.6-5.4-12-12-12v-2C15.7,10,22,16.3,22,24z"
|
|
934
|
+
})), children);
|
|
935
|
+
});
|
|
936
|
+
if (process.env.NODE_ENV !== "production") {
|
|
937
|
+
Rss.propTypes = iconPropTypes4cbeb95d.i;
|
|
938
|
+
}
|
|
939
|
+
const Rule = /*#__PURE__*/React.forwardRef(function Rule(_ref42, ref) {
|
|
940
|
+
let {
|
|
941
|
+
children,
|
|
942
|
+
size = 16,
|
|
943
|
+
...rest
|
|
944
|
+
} = _ref42;
|
|
945
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
946
|
+
width: size,
|
|
947
|
+
height: size,
|
|
948
|
+
ref: ref,
|
|
949
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
950
|
+
viewBox: "0 0 32 32",
|
|
951
|
+
fill: "currentColor",
|
|
952
|
+
...rest
|
|
953
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
954
|
+
d: "M10 16H22V18H10zM10 10H22V12H10z"
|
|
955
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
956
|
+
d: "M16,30,9.8242,26.7071A10.9815,10.9815,0,0,1,4,17V4A2.0022,2.0022,0,0,1,6,2H26a2.0022,2.0022,0,0,1,2,2V17a10.9815,10.9815,0,0,1-5.8242,9.7069ZM6,4V17a8.9852,8.9852,0,0,0,4.7656,7.9423L16,27.7333l5.2344-2.791A8.9852,8.9852,0,0,0,26,17V4Z"
|
|
957
|
+
})), children);
|
|
958
|
+
});
|
|
959
|
+
if (process.env.NODE_ENV !== "production") {
|
|
960
|
+
Rule.propTypes = iconPropTypes4cbeb95d.i;
|
|
961
|
+
}
|
|
962
|
+
const RuleCancelled = /*#__PURE__*/React.forwardRef(function RuleCancelled(_ref43, ref) {
|
|
963
|
+
let {
|
|
964
|
+
children,
|
|
965
|
+
size = 16,
|
|
966
|
+
...rest
|
|
967
|
+
} = _ref43;
|
|
968
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
969
|
+
width: size,
|
|
970
|
+
height: size,
|
|
971
|
+
ref: ref,
|
|
972
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
973
|
+
viewBox: "0 0 32 32",
|
|
974
|
+
fill: "currentColor",
|
|
975
|
+
...rest
|
|
976
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
977
|
+
d: "M30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24zM8 16H18V18H8zM8 10H20V12H8z"
|
|
978
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
979
|
+
d: "M14,27.7334l-5.2344-2.791A8.9858,8.9858,0,0,1,4,17V4H24l0,11h2L26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L14,30Z"
|
|
980
|
+
})), children);
|
|
981
|
+
});
|
|
982
|
+
if (process.env.NODE_ENV !== "production") {
|
|
983
|
+
RuleCancelled.propTypes = iconPropTypes4cbeb95d.i;
|
|
984
|
+
}
|
|
985
|
+
const RuleDataQuality = /*#__PURE__*/React.forwardRef(function RuleDataQuality(_ref44, ref) {
|
|
986
|
+
let {
|
|
987
|
+
children,
|
|
988
|
+
size = 16,
|
|
989
|
+
...rest
|
|
990
|
+
} = _ref44;
|
|
991
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
992
|
+
width: size,
|
|
993
|
+
height: size,
|
|
994
|
+
ref: ref,
|
|
995
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
996
|
+
viewBox: "0 0 32 32",
|
|
997
|
+
fill: "currentColor",
|
|
998
|
+
...rest
|
|
999
|
+
}, _switch || (_switch = /*#__PURE__*/React.createElement("switch", null, /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
1000
|
+
d: "M30 28.6l-2.8-2.8C27.7 25 28 24 28 23c0-2.8-2.2-5-5-5s-5 2.2-5 5 2.2 5 5 5c1 0 2-.3 2.8-.8l2.8 2.8L30 28.6zM20 23c0-1.7 1.3-3 3-3s3 1.3 3 3-1.3 3-3 3S20 24.7 20 23zM8 16H18V18H8zM8 10H20V12H8z"
|
|
1001
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1002
|
+
d: "M14,27.7l-5.2-2.8C5.8,23.4,4,20.3,4,17V4h20v11h2V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7L14,30 V27.7z"
|
|
1003
|
+
})))), children);
|
|
1004
|
+
});
|
|
1005
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1006
|
+
RuleDataQuality.propTypes = iconPropTypes4cbeb95d.i;
|
|
1007
|
+
}
|
|
1008
|
+
const RuleDraft = /*#__PURE__*/React.forwardRef(function RuleDraft(_ref45, ref) {
|
|
1009
|
+
let {
|
|
1010
|
+
children,
|
|
1011
|
+
size = 16,
|
|
1012
|
+
...rest
|
|
1013
|
+
} = _ref45;
|
|
1014
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1015
|
+
width: size,
|
|
1016
|
+
height: size,
|
|
1017
|
+
ref: ref,
|
|
1018
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1019
|
+
viewBox: "0 0 32 32",
|
|
1020
|
+
fill: "currentColor",
|
|
1021
|
+
...rest
|
|
1022
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
1023
|
+
d: "M29.707 19.293l-3-3a.9994.9994 0 00-1.414 0L16 25.5859V30h4.4141l9.2929-9.293A.9994.9994 0 0029.707 19.293zM19.5859 28H18V26.4141l5-5L24.5859 23zM26 21.5859L24.4141 20 26 18.4141 27.5859 20zM8 16H18V18H8zM8 10H20V12H8z"
|
|
1024
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1025
|
+
d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z"
|
|
1026
|
+
})), children);
|
|
1027
|
+
});
|
|
1028
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1029
|
+
RuleDraft.propTypes = iconPropTypes4cbeb95d.i;
|
|
1030
|
+
}
|
|
1031
|
+
const RuleFilled = /*#__PURE__*/React.forwardRef(function RuleFilled(_ref46, ref) {
|
|
1032
|
+
let {
|
|
1033
|
+
children,
|
|
1034
|
+
size = 16,
|
|
1035
|
+
...rest
|
|
1036
|
+
} = _ref46;
|
|
1037
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1038
|
+
width: size,
|
|
1039
|
+
height: size,
|
|
1040
|
+
ref: ref,
|
|
1041
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1042
|
+
viewBox: "0 0 32 32",
|
|
1043
|
+
fill: "currentColor",
|
|
1044
|
+
...rest
|
|
1045
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1046
|
+
fill: "none",
|
|
1047
|
+
d: "M9 16H23V18H9z",
|
|
1048
|
+
"data-icon-path": "inner-path"
|
|
1049
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1050
|
+
fill: "none",
|
|
1051
|
+
d: "M9 10H23V12H9z"
|
|
1052
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1053
|
+
d: "M26,2H6A2.0023,2.0023,0,0,0,4,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L16,30l6.1758-3.293A10.9814,10.9814,0,0,0,28,17V4A2.0023,2.0023,0,0,0,26,2ZM23,18H9V16H23Zm0-6H9V10H23Z"
|
|
1054
|
+
})), children);
|
|
1055
|
+
});
|
|
1056
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1057
|
+
RuleFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1058
|
+
}
|
|
1059
|
+
const RuleLocked = /*#__PURE__*/React.forwardRef(function RuleLocked(_ref47, ref) {
|
|
1060
|
+
let {
|
|
1061
|
+
children,
|
|
1062
|
+
size = 16,
|
|
1063
|
+
...rest
|
|
1064
|
+
} = _ref47;
|
|
1065
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1066
|
+
width: size,
|
|
1067
|
+
height: size,
|
|
1068
|
+
ref: ref,
|
|
1069
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1070
|
+
viewBox: "0 0 32 32",
|
|
1071
|
+
fill: "currentColor",
|
|
1072
|
+
...rest
|
|
1073
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1074
|
+
d: "M28 22v-3c0-2.2-1.8-4-4-4s-4 1.8-4 4v3c-1.1 0-2 .9-2 2v5c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-5C30 22.9 29.1 22 28 22zM22 19c0-1.1.9-2 2-2s2 .9 2 2v3h-4V19zM20 29v-5h8v5H20zM8 16H14V18H8zM8 10H20V12H8z"
|
|
1075
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1076
|
+
d: "M26,4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7l5.2,2.8v-2.3l-4.2-2.3C5.8,23.4,4,20.3,4,17V4h20v8h2V4z"
|
|
1077
|
+
})), children);
|
|
1078
|
+
});
|
|
1079
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1080
|
+
RuleLocked.propTypes = iconPropTypes4cbeb95d.i;
|
|
1081
|
+
}
|
|
1082
|
+
const RulePartial = /*#__PURE__*/React.forwardRef(function RulePartial(_ref48, ref) {
|
|
1083
|
+
let {
|
|
1084
|
+
children,
|
|
1085
|
+
size = 16,
|
|
1086
|
+
...rest
|
|
1087
|
+
} = _ref48;
|
|
1088
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1089
|
+
width: size,
|
|
1090
|
+
height: size,
|
|
1091
|
+
ref: ref,
|
|
1092
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1093
|
+
viewBox: "0 0 32 32",
|
|
1094
|
+
fill: "currentColor",
|
|
1095
|
+
...rest
|
|
1096
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1097
|
+
d: "M23 16c-3.9 0-7 3.1-7 7s3.1 7 7 7 7-3.1 7-7S26.9 16 23 16zM23 28V18c2.8 0 5 2.2 5 5S25.8 28 23 28zM8 16H14V18H8zM8 10H20V12H8z"
|
|
1098
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1099
|
+
d: "M26,4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v13c0,4.1,2.2,7.8,5.8,9.7l5.2,2.8v-2.3l-4.2-2.3C5.8,23.4,4,20.3,4,17V4h20v9h2V4z"
|
|
1100
|
+
})), children);
|
|
1101
|
+
});
|
|
1102
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1103
|
+
RulePartial.propTypes = iconPropTypes4cbeb95d.i;
|
|
1104
|
+
}
|
|
1105
|
+
const RuleTest = /*#__PURE__*/React.forwardRef(function RuleTest(_ref49, ref) {
|
|
1106
|
+
let {
|
|
1107
|
+
children,
|
|
1108
|
+
size = 16,
|
|
1109
|
+
...rest
|
|
1110
|
+
} = _ref49;
|
|
1111
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1112
|
+
width: size,
|
|
1113
|
+
height: size,
|
|
1114
|
+
ref: ref,
|
|
1115
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1116
|
+
viewBox: "0 0 32 32",
|
|
1117
|
+
fill: "currentColor",
|
|
1118
|
+
...rest
|
|
1119
|
+
}, _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1120
|
+
d: "M23,30a7,7,0,1,1,7-7A7.0078,7.0078,0,0,1,23,30Zm0-12a5,5,0,1,0,5,5A5.0055,5.0055,0,0,0,23,18Z"
|
|
1121
|
+
})), _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1122
|
+
d: "M26 24.586L24 22.586 24 20 22 20 22 23.414 24.586 26 26 24.586zM8 16H14V18H8zM8 10H20V12H8z"
|
|
1123
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1124
|
+
d: "M26,4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V17a10.9814,10.9814,0,0,0,5.8242,9.707L13,29.4668V27.2L8.7656,24.9424A8.9858,8.9858,0,0,1,4,17V4H24v9h2Z"
|
|
1125
|
+
})), children);
|
|
1126
|
+
});
|
|
1127
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1128
|
+
RuleTest.propTypes = iconPropTypes4cbeb95d.i;
|
|
1129
|
+
}
|
|
1130
|
+
const Ruler = /*#__PURE__*/React.forwardRef(function Ruler(_ref50, ref) {
|
|
1131
|
+
let {
|
|
1132
|
+
children,
|
|
1133
|
+
size = 16,
|
|
1134
|
+
...rest
|
|
1135
|
+
} = _ref50;
|
|
1136
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1137
|
+
width: size,
|
|
1138
|
+
height: size,
|
|
1139
|
+
ref: ref,
|
|
1140
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1141
|
+
viewBox: "0 0 32 32",
|
|
1142
|
+
fill: "currentColor",
|
|
1143
|
+
...rest
|
|
1144
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1145
|
+
d: "M29,10H3a1,1,0,0,0-1,1V21a1,1,0,0,0,1,1H29a1,1,0,0,0,1-1V11A1,1,0,0,0,29,10ZM28,20H4V12H8v4h2V12h5v4h2V12h5v4h2V12h4Z"
|
|
1146
|
+
})), children);
|
|
1147
|
+
});
|
|
1148
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1149
|
+
Ruler.propTypes = iconPropTypes4cbeb95d.i;
|
|
1150
|
+
}
|
|
1151
|
+
const RulerAlt = /*#__PURE__*/React.forwardRef(function RulerAlt(_ref51, ref) {
|
|
1152
|
+
let {
|
|
1153
|
+
children,
|
|
1154
|
+
size = 16,
|
|
1155
|
+
...rest
|
|
1156
|
+
} = _ref51;
|
|
1157
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1158
|
+
width: size,
|
|
1159
|
+
height: size,
|
|
1160
|
+
ref: ref,
|
|
1161
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1162
|
+
viewBox: "0 0 32 32",
|
|
1163
|
+
fill: "currentColor",
|
|
1164
|
+
...rest
|
|
1165
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1166
|
+
d: "M29.41,21.67,10.34,2.58a2,2,0,0,0-2.83,0L2.59,7.51a2,2,0,0,0,0,2.82L21.66,29.42a2,2,0,0,0,1.42.58,2,2,0,0,0,1.41-.58l4.92-4.93A2,2,0,0,0,29.41,21.67ZM23.08,28,4,8.92,8.92,4l3.79,3.79L10.46,10l1.41,1.41L14.12,9.2l4.13,4.13L16,15.58,17.42,17l2.25-2.25,4.13,4.13-2.25,2.25L23,22.54l2.25-2.25L28,23.08Z"
|
|
1167
|
+
})), children);
|
|
1168
|
+
});
|
|
1169
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1170
|
+
RulerAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
1171
|
+
}
|
|
1172
|
+
const Run = /*#__PURE__*/React.forwardRef(function Run(_ref52, ref) {
|
|
1173
|
+
let {
|
|
1174
|
+
children,
|
|
1175
|
+
size = 16,
|
|
1176
|
+
...rest
|
|
1177
|
+
} = _ref52;
|
|
1178
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1179
|
+
width: size,
|
|
1180
|
+
height: size,
|
|
1181
|
+
ref: ref,
|
|
1182
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1183
|
+
viewBox: "0 0 32 32",
|
|
1184
|
+
fill: "currentColor",
|
|
1185
|
+
...rest
|
|
1186
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1187
|
+
d: "M21,16a6,6,0,1,1-6,6,6,6,0,0,1,6-6m0-2a8,8,0,1,0,8,8,8,8,0,0,0-8-8Z"
|
|
1188
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1189
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2h4V26H6V12H28V6A2,2,0,0,0,26,4ZM6,10V6H26v4Z"
|
|
1190
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1191
|
+
d: "M19 19L19 25 24 22 19 19z"
|
|
1192
|
+
})), children);
|
|
1193
|
+
});
|
|
1194
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1195
|
+
Run.propTypes = iconPropTypes4cbeb95d.i;
|
|
1196
|
+
}
|
|
1197
|
+
const RunMirror = /*#__PURE__*/React.forwardRef(function RunMirror(_ref53, ref) {
|
|
1198
|
+
let {
|
|
1199
|
+
children,
|
|
1200
|
+
size = 16,
|
|
1201
|
+
...rest
|
|
1202
|
+
} = _ref53;
|
|
1203
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1204
|
+
width: size,
|
|
1205
|
+
height: size,
|
|
1206
|
+
ref: ref,
|
|
1207
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1208
|
+
viewBox: "0 0 32 32",
|
|
1209
|
+
fill: "currentColor",
|
|
1210
|
+
...rest
|
|
1211
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1212
|
+
d: "M9 19L9 25 14 22z"
|
|
1213
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1214
|
+
d: "M11,16c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S7.7,16,11,16 M11,14c-4.4,0-8,3.6-8,8s3.6,8,8,8s8-3.6,8-8S15.4,14,11,14 L11,14z"
|
|
1215
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1216
|
+
d: "M4,6v6h22v14h-4v2h4c1.1,0,2-0.9,2-2V6c0-1.1-0.9-2-2-2H6C4.9,4,4,4.9,4,6z M6,10V6h20v4H6z"
|
|
1217
|
+
})), children);
|
|
1218
|
+
});
|
|
1219
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1220
|
+
RunMirror.propTypes = iconPropTypes4cbeb95d.i;
|
|
1221
|
+
}
|
|
1222
|
+
const Running = /*#__PURE__*/React.forwardRef(function Running(_ref54, ref) {
|
|
1223
|
+
let {
|
|
1224
|
+
children,
|
|
1225
|
+
size = 16,
|
|
1226
|
+
...rest
|
|
1227
|
+
} = _ref54;
|
|
1228
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1229
|
+
width: size,
|
|
1230
|
+
height: size,
|
|
1231
|
+
ref: ref,
|
|
1232
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1233
|
+
viewBox: "0 0 32 32",
|
|
1234
|
+
fill: "currentColor",
|
|
1235
|
+
...rest
|
|
1236
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1237
|
+
d: "m21.707,20.293l-5-5c-.1951-.1953-.451-.293-.707-.293s-.512.0977-.707.293L2,28.5859l1.4143,1.4141,12.5857-12.5859,3.5857,3.5859-5.5857,5.5859,1.4143,1.4141,2.292-2.292,4.0007-4.001c.1953-.1953.293-.4512.293-.707s-.0977-.5117-.293-.707Z"
|
|
1238
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1239
|
+
d: "m28.5859,9l-5.5859,5.5859-6.0012-6.0015c-.392-.3918-.9073-.5865-1.422-.5845-.5096.002-1.0185.1968-1.4063.5845l-6.1704,6.1753,1.4143,1.4141,6.1704-6.1748,6.7083,6.708c.1951.1953.4512.293.707.293s.512-.0977.707-.293l6.293-6.293-1.4141-1.4141Z"
|
|
1240
|
+
})), _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1241
|
+
d: "m22.5,9c-1.9299,0-3.5-1.5701-3.5-3.5s1.5701-3.5,3.5-3.5,3.5,1.5701,3.5,3.5-1.5701,3.5-3.5,3.5Zm0-5c-.8271,0-1.5.6729-1.5,1.5s.6729,1.5,1.5,1.5,1.5-.6729,1.5-1.5-.6729-1.5-1.5-1.5Z"
|
|
1242
|
+
})), children);
|
|
1243
|
+
});
|
|
1244
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1245
|
+
Running.propTypes = iconPropTypes4cbeb95d.i;
|
|
1246
|
+
}
|
|
1247
|
+
const QS = /*#__PURE__*/React.forwardRef(function QS(_ref55, ref) {
|
|
1248
|
+
let {
|
|
1249
|
+
children,
|
|
1250
|
+
size = 16,
|
|
1251
|
+
...rest
|
|
1252
|
+
} = _ref55;
|
|
1253
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1254
|
+
width: size,
|
|
1255
|
+
height: size,
|
|
1256
|
+
ref: ref,
|
|
1257
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1258
|
+
viewBox: "0 0 32 32",
|
|
1259
|
+
fill: "currentColor",
|
|
1260
|
+
...rest
|
|
1261
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1262
|
+
d: "M18,23H12V21h6V17H14a2,2,0,0,1-2-2V11a2,2,0,0,1,2-2h6v2H14v4h4a2,2,0,0,1,2,2v4A2,2,0,0,1,18,23Z"
|
|
1263
|
+
})), children);
|
|
1264
|
+
});
|
|
1265
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1266
|
+
QS.propTypes = iconPropTypes4cbeb95d.i;
|
|
1267
|
+
}
|
|
1268
|
+
const QSAlt = /*#__PURE__*/React.forwardRef(function QSAlt(_ref56, ref) {
|
|
1269
|
+
let {
|
|
1270
|
+
children,
|
|
1271
|
+
size = 16,
|
|
1272
|
+
...rest
|
|
1273
|
+
} = _ref56;
|
|
1274
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1275
|
+
width: size,
|
|
1276
|
+
height: size,
|
|
1277
|
+
ref: ref,
|
|
1278
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1279
|
+
viewBox: "0 0 32 32",
|
|
1280
|
+
fill: "currentColor",
|
|
1281
|
+
...rest
|
|
1282
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1283
|
+
d: "M24 9L22 9 22 7 20 7 20 9 18 9 18 11 20 11 20 17 22 17 22 11 24 11 24 9zM14 23H8V21h6V17H10a2 2 0 01-2-2V11a2 2 0 012-2h6v2H10v4h4a2 2 0 012 2v4A2 2 0 0114 23z"
|
|
1284
|
+
})), children);
|
|
1285
|
+
});
|
|
1286
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1287
|
+
QSAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
1288
|
+
}
|
|
1289
|
+
const SailboatCoastal = /*#__PURE__*/React.forwardRef(function SailboatCoastal(_ref57, ref) {
|
|
1290
|
+
let {
|
|
1291
|
+
children,
|
|
1292
|
+
size = 16,
|
|
1293
|
+
...rest
|
|
1294
|
+
} = _ref57;
|
|
1295
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1296
|
+
width: size,
|
|
1297
|
+
height: size,
|
|
1298
|
+
ref: ref,
|
|
1299
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1300
|
+
viewBox: "0 0 32 32",
|
|
1301
|
+
fill: "currentColor",
|
|
1302
|
+
...rest
|
|
1303
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1304
|
+
d: "M24.7808,26,25.97,21.2422A1,1,0,0,0,25,20H20V17h5a1,1,0,0,0,.9082-1.4189l-6-13a1.0006,1.0006,0,0,0-1.7021-.19L8.2075,15.3906A1,1,0,0,0,9,17h9v3H7a1,1,0,0,0-.97,1.2422L7.2192,26H2v2H30V26ZM20,7.5527,23.437,15H20ZM11.0308,15,18,5.94V15ZM22.7192,26H9.2808l-1-4H23.7192Z"
|
|
1305
|
+
})), children);
|
|
1306
|
+
});
|
|
1307
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1308
|
+
SailboatCoastal.propTypes = iconPropTypes4cbeb95d.i;
|
|
1309
|
+
}
|
|
1310
|
+
const SailboatOffshore = /*#__PURE__*/React.forwardRef(function SailboatOffshore(_ref58, ref) {
|
|
1311
|
+
let {
|
|
1312
|
+
children,
|
|
1313
|
+
size = 16,
|
|
1314
|
+
...rest
|
|
1315
|
+
} = _ref58;
|
|
1316
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1317
|
+
width: size,
|
|
1318
|
+
height: size,
|
|
1319
|
+
ref: ref,
|
|
1320
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1321
|
+
viewBox: "0 0 32 32",
|
|
1322
|
+
fill: "currentColor",
|
|
1323
|
+
...rest
|
|
1324
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1325
|
+
d: "M6.9692,25H9.0308l-.75-3H23.7192l-.75,3h2.0616l.9394-3.7578A1,1,0,0,0,25,20H20V17h5a1,1,0,0,0,.9082-1.4189l-6-13a1.0006,1.0006,0,0,0-1.7021-.19L8.2075,15.3906A1,1,0,0,0,9,17h9v3H7a1,1,0,0,0-.97,1.2422ZM20,7.5527,23.437,15H20ZM11.0308,15,18,5.94V15Z"
|
|
1326
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1327
|
+
d: "M26.9058,25.751A2.998,2.998,0,0,1,24,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,20,25a.9894.9894,0,0,0-.9468.6787A3.44,3.44,0,0,1,16,28a3.4376,3.4376,0,0,1-3.0513-2.3164A1.007,1.007,0,0,0,12,25a.971.971,0,0,0-.9468.6787A3.44,3.44,0,0,1,8,28a2.998,2.998,0,0,1-2.9058-2.249l-1.9365.498A4.9965,4.9965,0,0,0,8,30a4.9316,4.9316,0,0,0,4-1.9873,5.0192,5.0192,0,0,0,8,0A4.9316,4.9316,0,0,0,24,30a4.9965,4.9965,0,0,0,4.8423-3.751Z"
|
|
1328
|
+
})), children);
|
|
1329
|
+
});
|
|
1330
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1331
|
+
SailboatOffshore.propTypes = iconPropTypes4cbeb95d.i;
|
|
1332
|
+
}
|
|
1333
|
+
const SalesOps = /*#__PURE__*/React.forwardRef(function SalesOps(_ref59, ref) {
|
|
1334
|
+
let {
|
|
1335
|
+
children,
|
|
1336
|
+
size = 16,
|
|
1337
|
+
...rest
|
|
1338
|
+
} = _ref59;
|
|
1339
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1340
|
+
width: size,
|
|
1341
|
+
height: size,
|
|
1342
|
+
ref: ref,
|
|
1343
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1344
|
+
viewBox: "0 0 32 32",
|
|
1345
|
+
fill: "currentColor",
|
|
1346
|
+
...rest
|
|
1347
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1348
|
+
d: "M30 6v-2h-3v-2h-2v2h-1c-1.1028 0-2 .8975-2 2v2c0 1.1025.8972 2 2 2h4v2h-6v2h3v2h2v-2h1c1.1028 0 2-.8975 2-2v-2c0-1.1025-.8972-2-2-2h-4v-2h6zM24 20v2h2.5859l-3.5857 3.5859-2.2917-2.293c-.1875-.1875-.4419-.293-.707-.293h-.0015c-.2651 0-.5183.1055-.7058.293l-5.2942 5.293 1.4143 1.4141 4.5867-4.5859 2.2917 2.293c.1875.1875.4419.293.7073.293.2651 0 .5195-.1055.707-.293l4.293-4.293v2.5859h2v-6h-6zM4 30h-2v-5c0-3.8599 3.1401-7 7-7h6c1.9885 0 3.8901.8502 5.217 2.3328l-1.4902 1.334c-.948-1.0592-2.3064-1.6667-3.7268-1.6667h-6c-2.7571 0-5 2.243-5 5v5zM12 16c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm0-12c2.7615 0 5 2.2385 5 5s-2.2385 5-5 5-5-2.2385-5-5c.0032-2.7601 2.2399-4.9968 5-5z"
|
|
1349
|
+
})), children);
|
|
1350
|
+
});
|
|
1351
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1352
|
+
SalesOps.propTypes = iconPropTypes4cbeb95d.i;
|
|
1353
|
+
}
|
|
1354
|
+
const SankeyDiagram = /*#__PURE__*/React.forwardRef(function SankeyDiagram(_ref60, ref) {
|
|
1355
|
+
let {
|
|
1356
|
+
children,
|
|
1357
|
+
size = 16,
|
|
1358
|
+
...rest
|
|
1359
|
+
} = _ref60;
|
|
1360
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1361
|
+
width: size,
|
|
1362
|
+
height: size,
|
|
1363
|
+
ref: ref,
|
|
1364
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1365
|
+
viewBox: "0 0 32 32",
|
|
1366
|
+
fill: "currentColor",
|
|
1367
|
+
...rest
|
|
1368
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1369
|
+
d: "M28,2V8.0439c-1.9634.1968-6.3162,1.2325-10.5637,6.2764-.198-.2768-.3982-.5464-.5882-.8506C11.9736,5.6714,6.3191,4.2759,4,4.042V2H2V30H4V26.0464a14.8661,14.8661,0,0,0,9.9185-3.96C18.47,27.46,25.2363,28.0381,27.9341,28.0381c.0244,0,.0422-.001.0659-.001V30h2V2Zm0,8.0552v9.99a12.8834,12.8834,0,0,1-9.2756-4.1328C22.5032,11.2666,26.2915,10.26,28,10.0552ZM15.1519,14.53c.3242.5185.663.9907,1.0078,1.4409-.3384.4741-.6753.9707-1.0078,1.5029a16.1346,16.1346,0,0,1-1.0313,1.4531c-.0825-.1372-.1675-.27-.2466-.4126C9.3279,10.3315,5.7871,8.4438,4,8.0684V6.0508C5.9932,6.2905,10.8228,7.6035,15.1519,14.53ZM4,24.0488V10.1406c1.3254.4644,4.2034,2.2847,8.126,9.3448.1894.3413.396.6523.6.9667A12.8784,12.8784,0,0,1,4,24.0488Zm11.3179-3.4209a18.0563,18.0563,0,0,0,1.53-2.0937c.2212-.354.4454-.67.6687-.9951A14.8686,14.8686,0,0,0,28,22.0425v3.9863C25.67,26.019,19.374,25.5088,15.3179,20.6279Z"
|
|
1370
|
+
})), children);
|
|
1371
|
+
});
|
|
1372
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1373
|
+
SankeyDiagram.propTypes = iconPropTypes4cbeb95d.i;
|
|
1374
|
+
}
|
|
1375
|
+
const SankeyDiagramAlt = /*#__PURE__*/React.forwardRef(function SankeyDiagramAlt(_ref61, ref) {
|
|
1376
|
+
let {
|
|
1377
|
+
children,
|
|
1378
|
+
size = 16,
|
|
1379
|
+
...rest
|
|
1380
|
+
} = _ref61;
|
|
1381
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1382
|
+
width: size,
|
|
1383
|
+
height: size,
|
|
1384
|
+
ref: ref,
|
|
1385
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1386
|
+
viewBox: "0 0 32 32",
|
|
1387
|
+
fill: "currentColor",
|
|
1388
|
+
...rest
|
|
1389
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1390
|
+
d: "M30,2H2V16H8.1113a7.0359,7.0359,0,0,1,3.13.7393L15.7637,19l-4.522,2.2607A7.0359,7.0359,0,0,1,8.1113,22H2v8H9.2231a9.0446,9.0446,0,0,0,4.0249-.95L21.87,24.7393A7.0359,7.0359,0,0,1,25,24h5V14H25a7.0359,7.0359,0,0,1-3.13-.7393L15.3481,10H30ZM8,4H24V8H8ZM4,4H6V14H4ZM4,24H6v4H4Zm16.9751-1.05-8.6216,4.3105A7.0359,7.0359,0,0,1,9.2231,28H8V24h.1113a9.0446,9.0446,0,0,0,4.0249-.95L18,20.1182l1.8638.9316a9.0446,9.0446,0,0,0,4.0249.95H24v.0586A9.0515,9.0515,0,0,0,20.9751,22.95ZM28,22H26V16h2ZM12.3535,10.7393l8.6216,4.31A9.0515,9.0515,0,0,0,24,15.9414V20h-.1113a7.0359,7.0359,0,0,1-3.13-.7393l-8.6221-4.31A9.0446,9.0446,0,0,0,8.1113,14H8V10H9.2231A7.0359,7.0359,0,0,1,12.3535,10.7393ZM28,8H26V4h2Z"
|
|
1391
|
+
})), children);
|
|
1392
|
+
});
|
|
1393
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1394
|
+
SankeyDiagramAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
1395
|
+
}
|
|
1396
|
+
const Satellite = /*#__PURE__*/React.forwardRef(function Satellite(_ref62, ref) {
|
|
1397
|
+
let {
|
|
1398
|
+
children,
|
|
1399
|
+
size = 16,
|
|
1400
|
+
...rest
|
|
1401
|
+
} = _ref62;
|
|
1402
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1403
|
+
width: size,
|
|
1404
|
+
height: size,
|
|
1405
|
+
ref: ref,
|
|
1406
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1407
|
+
viewBox: "0 0 32 32",
|
|
1408
|
+
fill: "currentColor",
|
|
1409
|
+
...rest
|
|
1410
|
+
}, _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1411
|
+
d: "M22.9141,16.5l2.7929-2.793a.9994.9994,0,0,0,0-1.414L23.4141,10,25.5,7.9141,28.5859,11,30,9.5859,22.4141,2,21,3.4141,24.0859,6.5,22,8.5859,19.707,6.293a.9994.9994,0,0,0-1.414,0L15.5,9.0859,8.707,2.293a.9994.9994,0,0,0-1.414,0l-5,5a.9994.9994,0,0,0,0,1.414L9.0859,15.5,6.293,18.293a.9994.9994,0,0,0,0,1.414L8.5859,22,6.5,24.0859,3.4141,21,2,22.4141,9.5859,30,11,28.5859,7.9141,25.5,10,23.4141l2.293,2.2929a.9995.9995,0,0,0,1.414,0L16.5,22.9141l6.793,6.7929a.9995.9995,0,0,0,1.414,0l5-5a.9994.9994,0,0,0,0-1.414ZM4.4141,8,8,4.4141,10.0859,6.5,6.5,10.0859Zm3.5,3.5L11.5,7.9141,14.0859,10.5,10.5,14.0859ZM13,23.5859,8.4141,19,19,8.4141,23.5859,13ZM17.9141,21.5,21.5,17.9141,24.0859,20.5,20.5,24.0859ZM24,27.5859,21.9141,25.5,25.5,21.9141,27.5859,24Z"
|
|
1412
|
+
})), children);
|
|
1413
|
+
});
|
|
1414
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1415
|
+
Satellite.propTypes = iconPropTypes4cbeb95d.i;
|
|
1416
|
+
}
|
|
1417
|
+
const SatelliteRadar = /*#__PURE__*/React.forwardRef(function SatelliteRadar(_ref63, ref) {
|
|
1418
|
+
let {
|
|
1419
|
+
children,
|
|
1420
|
+
size = 16,
|
|
1421
|
+
...rest
|
|
1422
|
+
} = _ref63;
|
|
1423
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1424
|
+
width: size,
|
|
1425
|
+
height: size,
|
|
1426
|
+
ref: ref,
|
|
1427
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1428
|
+
viewBox: "0 0 32 32",
|
|
1429
|
+
fill: "currentColor",
|
|
1430
|
+
...rest
|
|
1431
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1432
|
+
d: "M30,14H28A10.0113,10.0113,0,0,0,18,4V2A12.0137,12.0137,0,0,1,30,14Z"
|
|
1433
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1434
|
+
d: "M26 14H24a6.0067 6.0067 0 00-6-6V6A8.0092 8.0092 0 0126 14zM16 28V24.96a9.9124 9.9124 0 007.3179-2.208 1.8482 1.8482 0 00.6777-1.3344 1.8 1.8 0 00-.5239-1.36L18.4141 15 21 12.4141 19.5859 11 17 13.5859 11.9419 8.5273a1.8145 1.8145 0 00-1.36-.5229 1.845 1.845 0 00-1.3339.6782 9.9566 9.9566 0 00-.5127 11.95L6.2793 28H2v2H30V28zM10.68 10.0938L21.9058 21.32A8.0011 8.0011 0 0110.68 10.0938zM14 28H8.3875l1.8757-5.627A9.9894 9.9894 0 0014 24.5435z"
|
|
1435
|
+
})), children);
|
|
1436
|
+
});
|
|
1437
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1438
|
+
SatelliteRadar.propTypes = iconPropTypes4cbeb95d.i;
|
|
1439
|
+
}
|
|
1440
|
+
const SatelliteWeather = /*#__PURE__*/React.forwardRef(function SatelliteWeather(_ref64, ref) {
|
|
1441
|
+
let {
|
|
1442
|
+
children,
|
|
1443
|
+
size = 16,
|
|
1444
|
+
...rest
|
|
1445
|
+
} = _ref64;
|
|
1446
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1447
|
+
width: size,
|
|
1448
|
+
height: size,
|
|
1449
|
+
ref: ref,
|
|
1450
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1451
|
+
viewBox: "0 0 32 32",
|
|
1452
|
+
fill: "currentColor",
|
|
1453
|
+
...rest
|
|
1454
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1455
|
+
d: "M26.5 12H19a4 4 0 010-8h.0835A4.7864 4.7864 0 0123 2a4.9816 4.9816 0 014.6543 3.2034A3.4667 3.4667 0 0130 8.5 3.5041 3.5041 0 0126.5 12zM19 6a2 2 0 000 4h7.5A1.5017 1.5017 0 0028 8.5a1.4855 1.4855 0 00-1.2778-1.4739L26.061 6.927l-.1616-.6487a2.9568 2.9568 0 00-5.4873-.7121L20.1143 6zM13 28V24.8882a7.9363 7.9363 0 004.707-2.2818.9995.9995 0 000-1.414L13.4644 16.95 16 14.4141 14.5859 13 12.05 15.5356 7.8076 11.293a.9994.9994 0 00-1.414 0 7.9993 7.9993 0 000 11.3134c.1621.1622.3327.3125.5058.459L4.4321 28H2v2H30V28zm-2 0H6.6685L8.59 24.1567A7.8927 7.8927 0 0011 24.873zM7.8076 21.1924a6.0036 6.0036 0 01-.6489-7.72l8.3686 8.3681a6.0026 6.0026 0 01-7.72-.6484z"
|
|
1456
|
+
})), children);
|
|
1457
|
+
});
|
|
1458
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1459
|
+
SatelliteWeather.propTypes = iconPropTypes4cbeb95d.i;
|
|
1460
|
+
}
|
|
1461
|
+
const SatisfyDefinition = /*#__PURE__*/React.forwardRef(function SatisfyDefinition(_ref65, ref) {
|
|
1462
|
+
let {
|
|
1463
|
+
children,
|
|
1464
|
+
size = 16,
|
|
1465
|
+
...rest
|
|
1466
|
+
} = _ref65;
|
|
1467
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1468
|
+
width: size,
|
|
1469
|
+
height: size,
|
|
1470
|
+
ref: ref,
|
|
1471
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1472
|
+
viewBox: "0 0 32 32",
|
|
1473
|
+
fill: "currentColor",
|
|
1474
|
+
...rest
|
|
1475
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1476
|
+
strokeWidth: "0",
|
|
1477
|
+
d: "M17.3945 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.6195 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"
|
|
1478
|
+
})), _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1479
|
+
strokeWidth: "0",
|
|
1480
|
+
d: "m28,30H4c-1.1046,0-2-.8954-2-2V4c0-1.1046.8954-2,2-2h24c1.1046,0,2,.8954,2,2v24c0,1.1046-.8954,2-2,2Zm-24-2h24V4H4v24Z"
|
|
1481
|
+
})), children);
|
|
1482
|
+
});
|
|
1483
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1484
|
+
SatisfyDefinition.propTypes = iconPropTypes4cbeb95d.i;
|
|
1485
|
+
}
|
|
1486
|
+
const SatisfyUsage = /*#__PURE__*/React.forwardRef(function SatisfyUsage(_ref66, ref) {
|
|
1487
|
+
let {
|
|
1488
|
+
children,
|
|
1489
|
+
size = 16,
|
|
1490
|
+
...rest
|
|
1491
|
+
} = _ref66;
|
|
1492
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1493
|
+
width: size,
|
|
1494
|
+
height: size,
|
|
1495
|
+
ref: ref,
|
|
1496
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1497
|
+
viewBox: "0 0 32 32",
|
|
1498
|
+
fill: "currentColor",
|
|
1499
|
+
...rest
|
|
1500
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1501
|
+
strokeWidth: "0",
|
|
1502
|
+
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"
|
|
1503
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1504
|
+
strokeWidth: "0",
|
|
1505
|
+
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"
|
|
1506
|
+
})), children);
|
|
1507
|
+
});
|
|
1508
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1509
|
+
SatisfyUsage.propTypes = iconPropTypes4cbeb95d.i;
|
|
1510
|
+
}
|
|
1511
|
+
const Save = /*#__PURE__*/React.forwardRef(function Save(_ref67, ref) {
|
|
1512
|
+
let {
|
|
1513
|
+
children,
|
|
1514
|
+
size = 16,
|
|
1515
|
+
...rest
|
|
1516
|
+
} = _ref67;
|
|
1517
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1518
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1519
|
+
width: size,
|
|
1520
|
+
height: size,
|
|
1521
|
+
ref: ref,
|
|
1522
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1523
|
+
viewBox: "0 0 16 16",
|
|
1524
|
+
fill: "currentColor",
|
|
1525
|
+
...rest
|
|
1526
|
+
}, _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1527
|
+
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"
|
|
1528
|
+
})), children);
|
|
1529
|
+
}
|
|
1530
|
+
if (size === 20 || size === "20" || size === "20px") {
|
|
1531
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1532
|
+
width: size,
|
|
1533
|
+
height: size,
|
|
1534
|
+
ref: ref,
|
|
1535
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1536
|
+
viewBox: "0 0 20 20",
|
|
1537
|
+
fill: "currentColor",
|
|
1538
|
+
...rest
|
|
1539
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1540
|
+
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"
|
|
1541
|
+
})), children);
|
|
1542
|
+
}
|
|
1543
|
+
if (size === 24 || size === "24" || size === "24px") {
|
|
1544
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1545
|
+
width: size,
|
|
1546
|
+
height: size,
|
|
1547
|
+
ref: ref,
|
|
1548
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1549
|
+
viewBox: "0 0 24 24",
|
|
1550
|
+
fill: "currentColor",
|
|
1551
|
+
...rest
|
|
1552
|
+
}, _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1553
|
+
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"
|
|
1554
|
+
})), children);
|
|
1555
|
+
}
|
|
1556
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1557
|
+
width: size,
|
|
1558
|
+
height: size,
|
|
1559
|
+
ref: ref,
|
|
1560
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1561
|
+
viewBox: "0 0 32 32",
|
|
1562
|
+
fill: "currentColor",
|
|
1563
|
+
...rest
|
|
1564
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1565
|
+
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"
|
|
1566
|
+
})), children);
|
|
1567
|
+
});
|
|
1568
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1569
|
+
Save.propTypes = iconPropTypes4cbeb95d.i;
|
|
1570
|
+
}
|
|
1571
|
+
const WatsonHealthSaveAnnotation = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveAnnotation(_ref68, ref) {
|
|
1572
|
+
let {
|
|
1573
|
+
children,
|
|
1574
|
+
size = 16,
|
|
1575
|
+
...rest
|
|
1576
|
+
} = _ref68;
|
|
1577
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1578
|
+
width: size,
|
|
1579
|
+
height: size,
|
|
1580
|
+
ref: ref,
|
|
1581
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1582
|
+
viewBox: "0 0 32 32",
|
|
1583
|
+
fill: "currentColor",
|
|
1584
|
+
...rest
|
|
1585
|
+
}, _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1586
|
+
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"
|
|
1587
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1588
|
+
d: "M28,20H25V18h3V4H8V7H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
|
|
1589
|
+
})), _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1590
|
+
d: "M20 6H26V8H20zM22 10H26V12H22z"
|
|
1591
|
+
})), children);
|
|
1592
|
+
});
|
|
1593
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1594
|
+
WatsonHealthSaveAnnotation.propTypes = iconPropTypes4cbeb95d.i;
|
|
1595
|
+
}
|
|
1596
|
+
const WatsonHealthSaveImage = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveImage(_ref69, ref) {
|
|
1597
|
+
let {
|
|
1598
|
+
children,
|
|
1599
|
+
size = 16,
|
|
1600
|
+
...rest
|
|
1601
|
+
} = _ref69;
|
|
1602
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1603
|
+
width: size,
|
|
1604
|
+
height: size,
|
|
1605
|
+
ref: ref,
|
|
1606
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1607
|
+
viewBox: "0 0 32 32",
|
|
1608
|
+
fill: "currentColor",
|
|
1609
|
+
...rest
|
|
1610
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1611
|
+
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"
|
|
1612
|
+
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1613
|
+
d: "M28,20H25V18h3V4H14V7H12V4a2,2,0,0,1,2-2H28a2,2,0,0,1,2,2V18A2,2,0,0,1,28,20Z"
|
|
1614
|
+
})), children);
|
|
1615
|
+
});
|
|
1616
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1617
|
+
WatsonHealthSaveImage.propTypes = iconPropTypes4cbeb95d.i;
|
|
1618
|
+
}
|
|
1619
|
+
const SaveModel = /*#__PURE__*/React.forwardRef(function SaveModel(_ref70, ref) {
|
|
1620
|
+
let {
|
|
1621
|
+
children,
|
|
1622
|
+
size = 16,
|
|
1623
|
+
...rest
|
|
1624
|
+
} = _ref70;
|
|
1625
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1626
|
+
width: size,
|
|
1627
|
+
height: size,
|
|
1628
|
+
ref: ref,
|
|
1629
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1630
|
+
viewBox: "0 0 32 32",
|
|
1631
|
+
fill: "currentColor",
|
|
1632
|
+
...rest
|
|
1633
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1634
|
+
d: "M26,20l1.4272,1.9028L23,26.9629l-4.4272-5.06L20,20h6m1-2H19l-3,4,7,8,7-8-3-4Z"
|
|
1635
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1636
|
+
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"
|
|
1637
|
+
})), children);
|
|
1638
|
+
});
|
|
1639
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1640
|
+
SaveModel.propTypes = iconPropTypes4cbeb95d.i;
|
|
1641
|
+
}
|
|
1642
|
+
const WatsonHealthSaveSeries = /*#__PURE__*/React.forwardRef(function WatsonHealthSaveSeries(_ref71, ref) {
|
|
1643
|
+
let {
|
|
1644
|
+
children,
|
|
1645
|
+
size = 16,
|
|
1646
|
+
...rest
|
|
1647
|
+
} = _ref71;
|
|
1648
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1649
|
+
width: size,
|
|
1650
|
+
height: size,
|
|
1651
|
+
ref: ref,
|
|
1652
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1653
|
+
viewBox: "0 0 32 32",
|
|
1654
|
+
fill: "currentColor",
|
|
1655
|
+
...rest
|
|
1656
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1657
|
+
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"
|
|
1658
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1659
|
+
d: "M27,21H25V7H11V5H25a2,2,0,0,1,2,2Z"
|
|
1660
|
+
})), _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1661
|
+
d: "M32,14H30V2H18V0H30a2,2,0,0,1,2,2Z"
|
|
1662
|
+
})), children);
|
|
1663
|
+
});
|
|
1664
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1665
|
+
WatsonHealthSaveSeries.propTypes = iconPropTypes4cbeb95d.i;
|
|
1666
|
+
}
|
|
1667
|
+
const Scale = /*#__PURE__*/React.forwardRef(function Scale(_ref72, ref) {
|
|
1668
|
+
let {
|
|
1669
|
+
children,
|
|
1670
|
+
size = 16,
|
|
1671
|
+
...rest
|
|
1672
|
+
} = _ref72;
|
|
1673
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1674
|
+
width: size,
|
|
1675
|
+
height: size,
|
|
1676
|
+
ref: ref,
|
|
1677
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1678
|
+
viewBox: "0 0 32 32",
|
|
1679
|
+
fill: "currentColor",
|
|
1680
|
+
...rest
|
|
1681
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1682
|
+
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"
|
|
1683
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1684
|
+
d: "M19,21v2h6a2,2,0,0,0,2-2V7a2,2,0,0,0-2-2H11A2,2,0,0,0,9,7v6h2V7H25V21"
|
|
1685
|
+
})), children);
|
|
1686
|
+
});
|
|
1687
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1688
|
+
Scale.propTypes = iconPropTypes4cbeb95d.i;
|
|
1689
|
+
}
|
|
1690
|
+
const Scales = /*#__PURE__*/React.forwardRef(function Scales(_ref73, ref) {
|
|
1691
|
+
let {
|
|
1692
|
+
children,
|
|
1693
|
+
size = 16,
|
|
1694
|
+
...rest
|
|
1695
|
+
} = _ref73;
|
|
1696
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1697
|
+
width: size,
|
|
1698
|
+
height: size,
|
|
1699
|
+
ref: ref,
|
|
1700
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1701
|
+
viewBox: "0 0 32 32",
|
|
1702
|
+
fill: "currentColor",
|
|
1703
|
+
...rest
|
|
1704
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1705
|
+
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"
|
|
1706
|
+
})), children);
|
|
1707
|
+
});
|
|
1708
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1709
|
+
Scales.propTypes = iconPropTypes4cbeb95d.i;
|
|
1710
|
+
}
|
|
1711
|
+
const ScalesTipped = /*#__PURE__*/React.forwardRef(function ScalesTipped(_ref74, ref) {
|
|
1712
|
+
let {
|
|
1713
|
+
children,
|
|
1714
|
+
size = 16,
|
|
1715
|
+
...rest
|
|
1716
|
+
} = _ref74;
|
|
1717
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1718
|
+
width: size,
|
|
1719
|
+
height: size,
|
|
1720
|
+
ref: ref,
|
|
1721
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1722
|
+
viewBox: "0 0 32 32",
|
|
1723
|
+
fill: "currentColor",
|
|
1724
|
+
...rest
|
|
1725
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1726
|
+
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"
|
|
1727
|
+
})), children);
|
|
1728
|
+
});
|
|
1729
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1730
|
+
ScalesTipped.propTypes = iconPropTypes4cbeb95d.i;
|
|
1731
|
+
}
|
|
1732
|
+
const Scalpel = /*#__PURE__*/React.forwardRef(function Scalpel(_ref75, ref) {
|
|
1733
|
+
let {
|
|
1734
|
+
children,
|
|
1735
|
+
size = 16,
|
|
1736
|
+
...rest
|
|
1737
|
+
} = _ref75;
|
|
1738
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1739
|
+
width: size,
|
|
1740
|
+
height: size,
|
|
1741
|
+
ref: ref,
|
|
1742
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1743
|
+
viewBox: "0 0 32 32",
|
|
1744
|
+
fill: "currentColor",
|
|
1745
|
+
...rest
|
|
1746
|
+
}, _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1747
|
+
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"
|
|
1748
|
+
})), children);
|
|
1749
|
+
});
|
|
1750
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1751
|
+
Scalpel.propTypes = iconPropTypes4cbeb95d.i;
|
|
1752
|
+
}
|
|
1753
|
+
const WatsonHealthScalpelCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelCursor(_ref76, ref) {
|
|
1754
|
+
let {
|
|
1755
|
+
children,
|
|
1756
|
+
size = 16,
|
|
1757
|
+
...rest
|
|
1758
|
+
} = _ref76;
|
|
1759
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1760
|
+
width: size,
|
|
1761
|
+
height: size,
|
|
1762
|
+
ref: ref,
|
|
1763
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1764
|
+
viewBox: "0 0 32 32",
|
|
1765
|
+
fill: "currentColor",
|
|
1766
|
+
...rest
|
|
1767
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1768
|
+
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"
|
|
1769
|
+
})), children);
|
|
1770
|
+
});
|
|
1771
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1772
|
+
WatsonHealthScalpelCursor.propTypes = iconPropTypes4cbeb95d.i;
|
|
1773
|
+
}
|
|
1774
|
+
const WatsonHealthScalpelLasso = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelLasso(_ref77, ref) {
|
|
1775
|
+
let {
|
|
1776
|
+
children,
|
|
1777
|
+
size = 16,
|
|
1778
|
+
...rest
|
|
1779
|
+
} = _ref77;
|
|
1780
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1781
|
+
width: size,
|
|
1782
|
+
height: size,
|
|
1783
|
+
ref: ref,
|
|
1784
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1785
|
+
viewBox: "0 0 32 32",
|
|
1786
|
+
fill: "currentColor",
|
|
1787
|
+
...rest
|
|
1788
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1789
|
+
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"
|
|
1790
|
+
})), children);
|
|
1791
|
+
});
|
|
1792
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1793
|
+
WatsonHealthScalpelLasso.propTypes = iconPropTypes4cbeb95d.i;
|
|
1794
|
+
}
|
|
1795
|
+
const WatsonHealthScalpelSelect = /*#__PURE__*/React.forwardRef(function WatsonHealthScalpelSelect(_ref78, ref) {
|
|
1796
|
+
let {
|
|
1797
|
+
children,
|
|
1798
|
+
size = 16,
|
|
1799
|
+
...rest
|
|
1800
|
+
} = _ref78;
|
|
1801
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1802
|
+
width: size,
|
|
1803
|
+
height: size,
|
|
1804
|
+
ref: ref,
|
|
1805
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1806
|
+
viewBox: "0 0 32 32",
|
|
1807
|
+
fill: "currentColor",
|
|
1808
|
+
...rest
|
|
1809
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1810
|
+
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"
|
|
1811
|
+
})), children);
|
|
1812
|
+
});
|
|
1813
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1814
|
+
WatsonHealthScalpelSelect.propTypes = iconPropTypes4cbeb95d.i;
|
|
1815
|
+
}
|
|
1816
|
+
const Scan = /*#__PURE__*/React.forwardRef(function Scan(_ref79, ref) {
|
|
1817
|
+
let {
|
|
1818
|
+
children,
|
|
1819
|
+
size = 16,
|
|
1820
|
+
...rest
|
|
1821
|
+
} = _ref79;
|
|
1822
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1823
|
+
width: size,
|
|
1824
|
+
height: size,
|
|
1825
|
+
ref: ref,
|
|
1826
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1827
|
+
viewBox: "0 0 32 32",
|
|
1828
|
+
fill: "currentColor",
|
|
1829
|
+
...rest
|
|
1830
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1831
|
+
d: "M21,29H5a2,2,0,0,1-2-2V5A2,2,0,0,1,5,3H21V5H5V27H21Z"
|
|
1832
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1833
|
+
d: "M15 9H17V23H15zM27 9H29V23H27zM21 9H23V23H21z"
|
|
1834
|
+
})), children);
|
|
1835
|
+
});
|
|
1836
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1837
|
+
Scan.propTypes = iconPropTypes4cbeb95d.i;
|
|
1838
|
+
}
|
|
1839
|
+
const ScanAlt = /*#__PURE__*/React.forwardRef(function ScanAlt(_ref80, ref) {
|
|
1840
|
+
let {
|
|
1841
|
+
children,
|
|
1842
|
+
size = 16,
|
|
1843
|
+
...rest
|
|
1844
|
+
} = _ref80;
|
|
1845
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1846
|
+
width: size,
|
|
1847
|
+
height: size,
|
|
1848
|
+
ref: ref,
|
|
1849
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1850
|
+
viewBox: "0 0 32 32",
|
|
1851
|
+
fill: "currentColor",
|
|
1852
|
+
...rest
|
|
1853
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1854
|
+
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"
|
|
1855
|
+
})), children);
|
|
1856
|
+
});
|
|
1857
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1858
|
+
ScanAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
1859
|
+
}
|
|
1860
|
+
const ScanDisabled = /*#__PURE__*/React.forwardRef(function ScanDisabled(_ref81, ref) {
|
|
1861
|
+
let {
|
|
1862
|
+
children,
|
|
1863
|
+
size = 16,
|
|
1864
|
+
...rest
|
|
1865
|
+
} = _ref81;
|
|
1866
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1867
|
+
width: size,
|
|
1868
|
+
height: size,
|
|
1869
|
+
ref: ref,
|
|
1870
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1871
|
+
viewBox: "0 0 32 32",
|
|
1872
|
+
fill: "currentColor",
|
|
1873
|
+
...rest
|
|
1874
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1875
|
+
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"
|
|
1876
|
+
})), children);
|
|
1877
|
+
});
|
|
1878
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1879
|
+
ScanDisabled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1880
|
+
}
|
|
1881
|
+
const ScatterMatrix = /*#__PURE__*/React.forwardRef(function ScatterMatrix(_ref82, ref) {
|
|
1882
|
+
let {
|
|
1883
|
+
children,
|
|
1884
|
+
size = 16,
|
|
1885
|
+
...rest
|
|
1886
|
+
} = _ref82;
|
|
1887
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1888
|
+
width: size,
|
|
1889
|
+
height: size,
|
|
1890
|
+
ref: ref,
|
|
1891
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1892
|
+
viewBox: "0 0 32 32",
|
|
1893
|
+
fill: "currentColor",
|
|
1894
|
+
...rest
|
|
1895
|
+
}, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
1896
|
+
cx: "9.5",
|
|
1897
|
+
cy: "9.5",
|
|
1898
|
+
r: "2.5"
|
|
1899
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
1900
|
+
cx: "9.5",
|
|
1901
|
+
cy: "22.5",
|
|
1902
|
+
r: "2.5"
|
|
1903
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
1904
|
+
cx: "22.5",
|
|
1905
|
+
cy: "22.5",
|
|
1906
|
+
r: "2.5"
|
|
1907
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1908
|
+
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"
|
|
1909
|
+
})), children);
|
|
1910
|
+
});
|
|
1911
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1912
|
+
ScatterMatrix.propTypes = iconPropTypes4cbeb95d.i;
|
|
1913
|
+
}
|
|
1914
|
+
const Schematics = /*#__PURE__*/React.forwardRef(function Schematics(_ref83, ref) {
|
|
1915
|
+
let {
|
|
1916
|
+
children,
|
|
1917
|
+
size = 16,
|
|
1918
|
+
...rest
|
|
1919
|
+
} = _ref83;
|
|
1920
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1921
|
+
width: size,
|
|
1922
|
+
height: size,
|
|
1923
|
+
ref: ref,
|
|
1924
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1925
|
+
viewBox: "0 0 32 32",
|
|
1926
|
+
fill: "currentColor",
|
|
1927
|
+
...rest
|
|
1928
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1929
|
+
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"
|
|
1930
|
+
})), children);
|
|
1931
|
+
});
|
|
1932
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1933
|
+
Schematics.propTypes = iconPropTypes4cbeb95d.i;
|
|
1934
|
+
}
|
|
1935
|
+
const ScisControlTower = /*#__PURE__*/React.forwardRef(function ScisControlTower(_ref84, ref) {
|
|
1936
|
+
let {
|
|
1937
|
+
children,
|
|
1938
|
+
size = 16,
|
|
1939
|
+
...rest
|
|
1940
|
+
} = _ref84;
|
|
1941
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1942
|
+
width: size,
|
|
1943
|
+
height: size,
|
|
1944
|
+
ref: ref,
|
|
1945
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1946
|
+
viewBox: "0 0 32 32",
|
|
1947
|
+
fill: "currentColor",
|
|
1948
|
+
...rest
|
|
1949
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1950
|
+
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"
|
|
1951
|
+
})), children);
|
|
1952
|
+
});
|
|
1953
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1954
|
+
ScisControlTower.propTypes = iconPropTypes4cbeb95d.i;
|
|
1955
|
+
}
|
|
1956
|
+
const ScisTransparentSupply = /*#__PURE__*/React.forwardRef(function ScisTransparentSupply(_ref85, ref) {
|
|
1957
|
+
let {
|
|
1958
|
+
children,
|
|
1959
|
+
size = 16,
|
|
1960
|
+
...rest
|
|
1961
|
+
} = _ref85;
|
|
1962
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1963
|
+
width: size,
|
|
1964
|
+
height: size,
|
|
1965
|
+
ref: ref,
|
|
1966
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1967
|
+
viewBox: "0 0 32 32",
|
|
1968
|
+
fill: "currentColor",
|
|
1969
|
+
...rest
|
|
1970
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1971
|
+
d: "M23,23v3H8.5a4.5,4.5,0,0,1,0-9H9V15H8.5a6.5,6.5,0,0,0,0,13H23v3h8V23Zm6,6H25V25h4Z"
|
|
1972
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1973
|
+
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"
|
|
1974
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1975
|
+
d: "M23.5,4H9V1H1V9H9V6H23.5a4.5,4.5,0,0,1,0,9H23v2h.5a6.5,6.5,0,0,0,0-13ZM7,7H3V3H7Z"
|
|
1976
|
+
})), children);
|
|
1977
|
+
});
|
|
1978
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1979
|
+
ScisTransparentSupply.propTypes = iconPropTypes4cbeb95d.i;
|
|
1980
|
+
}
|
|
1981
|
+
const Scooter = /*#__PURE__*/React.forwardRef(function Scooter(_ref86, ref) {
|
|
1982
|
+
let {
|
|
1983
|
+
children,
|
|
1984
|
+
size = 16,
|
|
1985
|
+
...rest
|
|
1986
|
+
} = _ref86;
|
|
1987
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1988
|
+
width: size,
|
|
1989
|
+
height: size,
|
|
1990
|
+
ref: ref,
|
|
1991
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1992
|
+
viewBox: "0 0 32 32",
|
|
1993
|
+
fill: "currentColor",
|
|
1994
|
+
...rest
|
|
1995
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1996
|
+
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"
|
|
1997
|
+
})), children);
|
|
1998
|
+
});
|
|
1999
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2000
|
+
Scooter.propTypes = iconPropTypes4cbeb95d.i;
|
|
2001
|
+
}
|
|
2002
|
+
const ScooterFront = /*#__PURE__*/React.forwardRef(function ScooterFront(_ref87, ref) {
|
|
2003
|
+
let {
|
|
2004
|
+
children,
|
|
2005
|
+
size = 16,
|
|
2006
|
+
...rest
|
|
2007
|
+
} = _ref87;
|
|
2008
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2009
|
+
width: size,
|
|
2010
|
+
height: size,
|
|
2011
|
+
ref: ref,
|
|
2012
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2013
|
+
viewBox: "0 0 32 32",
|
|
2014
|
+
fill: "currentColor",
|
|
2015
|
+
...rest
|
|
2016
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
2017
|
+
d: "M15 19H17V28H15z"
|
|
2018
|
+
})), _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2019
|
+
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"
|
|
2020
|
+
})), children);
|
|
2021
|
+
});
|
|
2022
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2023
|
+
ScooterFront.propTypes = iconPropTypes4cbeb95d.i;
|
|
2024
|
+
}
|
|
2025
|
+
const Screen = /*#__PURE__*/React.forwardRef(function Screen(_ref88, ref) {
|
|
2026
|
+
let {
|
|
2027
|
+
children,
|
|
2028
|
+
size = 16,
|
|
2029
|
+
...rest
|
|
2030
|
+
} = _ref88;
|
|
2031
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2032
|
+
width: size,
|
|
2033
|
+
height: size,
|
|
2034
|
+
ref: ref,
|
|
2035
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2036
|
+
viewBox: "0 0 32 32",
|
|
2037
|
+
fill: "currentColor",
|
|
2038
|
+
...rest
|
|
2039
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2040
|
+
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"
|
|
2041
|
+
})), children);
|
|
2042
|
+
});
|
|
2043
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2044
|
+
Screen.propTypes = iconPropTypes4cbeb95d.i;
|
|
2045
|
+
}
|
|
2046
|
+
const ScreenOff = /*#__PURE__*/React.forwardRef(function ScreenOff(_ref89, ref) {
|
|
2047
|
+
let {
|
|
2048
|
+
children,
|
|
2049
|
+
size = 16,
|
|
2050
|
+
...rest
|
|
2051
|
+
} = _ref89;
|
|
2052
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2053
|
+
width: size,
|
|
2054
|
+
height: size,
|
|
2055
|
+
ref: ref,
|
|
2056
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2057
|
+
viewBox: "0 0 32 32",
|
|
2058
|
+
fill: "currentColor",
|
|
2059
|
+
...rest
|
|
2060
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2061
|
+
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"
|
|
2062
|
+
})), children);
|
|
2063
|
+
});
|
|
2064
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2065
|
+
ScreenOff.propTypes = iconPropTypes4cbeb95d.i;
|
|
2066
|
+
}
|
|
2067
|
+
const ScreenMap = /*#__PURE__*/React.forwardRef(function ScreenMap(_ref90, ref) {
|
|
2068
|
+
let {
|
|
2069
|
+
children,
|
|
2070
|
+
size = 16,
|
|
2071
|
+
...rest
|
|
2072
|
+
} = _ref90;
|
|
2073
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2074
|
+
width: size,
|
|
2075
|
+
height: size,
|
|
2076
|
+
ref: ref,
|
|
2077
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2078
|
+
viewBox: "0 0 32 32",
|
|
2079
|
+
fill: "currentColor",
|
|
2080
|
+
...rest
|
|
2081
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2082
|
+
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"
|
|
2083
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2084
|
+
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"
|
|
2085
|
+
})), children);
|
|
2086
|
+
});
|
|
2087
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2088
|
+
ScreenMap.propTypes = iconPropTypes4cbeb95d.i;
|
|
2089
|
+
}
|
|
2090
|
+
const ScreenMapSet = /*#__PURE__*/React.forwardRef(function ScreenMapSet(_ref91, ref) {
|
|
2091
|
+
let {
|
|
2092
|
+
children,
|
|
2093
|
+
size = 16,
|
|
2094
|
+
...rest
|
|
2095
|
+
} = _ref91;
|
|
2096
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2097
|
+
width: size,
|
|
2098
|
+
height: size,
|
|
2099
|
+
ref: ref,
|
|
2100
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2101
|
+
viewBox: "0 0 32 32",
|
|
2102
|
+
fill: "currentColor",
|
|
2103
|
+
...rest
|
|
2104
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2105
|
+
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"
|
|
2106
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2107
|
+
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"
|
|
2108
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2109
|
+
d: "M26,3V1H3C1.8972,1,1,1.8965,1,3v15H3V3H26Z"
|
|
2110
|
+
})), children);
|
|
2111
|
+
});
|
|
2112
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2113
|
+
ScreenMapSet.propTypes = iconPropTypes4cbeb95d.i;
|
|
2114
|
+
}
|
|
2115
|
+
const Script = /*#__PURE__*/React.forwardRef(function Script(_ref92, ref) {
|
|
2116
|
+
let {
|
|
2117
|
+
children,
|
|
2118
|
+
size = 16,
|
|
2119
|
+
...rest
|
|
2120
|
+
} = _ref92;
|
|
2121
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2122
|
+
width: size,
|
|
2123
|
+
height: size,
|
|
2124
|
+
ref: ref,
|
|
2125
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2126
|
+
viewBox: "0 0 32 32",
|
|
2127
|
+
fill: "currentColor",
|
|
2128
|
+
...rest
|
|
2129
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2130
|
+
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"
|
|
2131
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2132
|
+
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"
|
|
2133
|
+
})), children);
|
|
2134
|
+
});
|
|
2135
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2136
|
+
Script.propTypes = iconPropTypes4cbeb95d.i;
|
|
2137
|
+
}
|
|
2138
|
+
const ScriptReference = /*#__PURE__*/React.forwardRef(function ScriptReference(_ref93, ref) {
|
|
2139
|
+
let {
|
|
2140
|
+
children,
|
|
2141
|
+
size = 16,
|
|
2142
|
+
...rest
|
|
2143
|
+
} = _ref93;
|
|
2144
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2145
|
+
width: size,
|
|
2146
|
+
height: size,
|
|
2147
|
+
ref: ref,
|
|
2148
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2149
|
+
viewBox: "0 0 32 32",
|
|
2150
|
+
fill: "currentColor",
|
|
2151
|
+
...rest
|
|
2152
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2153
|
+
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"
|
|
2154
|
+
})), children);
|
|
2155
|
+
});
|
|
2156
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2157
|
+
ScriptReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
2158
|
+
}
|
|
2159
|
+
const Sdk = /*#__PURE__*/React.forwardRef(function Sdk(_ref94, ref) {
|
|
2160
|
+
let {
|
|
2161
|
+
children,
|
|
2162
|
+
size = 16,
|
|
2163
|
+
...rest
|
|
2164
|
+
} = _ref94;
|
|
2165
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2166
|
+
width: size,
|
|
2167
|
+
height: size,
|
|
2168
|
+
ref: ref,
|
|
2169
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2170
|
+
viewBox: "0 0 32 32",
|
|
2171
|
+
fill: "currentColor",
|
|
2172
|
+
...rest
|
|
2173
|
+
}, _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2174
|
+
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"
|
|
2175
|
+
})), children);
|
|
2176
|
+
});
|
|
2177
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2178
|
+
Sdk.propTypes = iconPropTypes4cbeb95d.i;
|
|
2179
|
+
}
|
|
2180
|
+
const Search = /*#__PURE__*/React.forwardRef(function Search(_ref95, ref) {
|
|
2181
|
+
let {
|
|
2182
|
+
children,
|
|
2183
|
+
size = 16,
|
|
2184
|
+
...rest
|
|
2185
|
+
} = _ref95;
|
|
2186
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2187
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2188
|
+
width: size,
|
|
2189
|
+
height: size,
|
|
2190
|
+
ref: ref,
|
|
2191
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2192
|
+
viewBox: "0 0 16 16",
|
|
2193
|
+
fill: "currentColor",
|
|
2194
|
+
...rest
|
|
2195
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2196
|
+
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"
|
|
2197
|
+
})), children);
|
|
2198
|
+
}
|
|
2199
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2200
|
+
width: size,
|
|
2201
|
+
height: size,
|
|
2202
|
+
ref: ref,
|
|
2203
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2204
|
+
viewBox: "0 0 32 32",
|
|
2205
|
+
fill: "currentColor",
|
|
2206
|
+
...rest
|
|
2207
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2208
|
+
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"
|
|
2209
|
+
})), children);
|
|
2210
|
+
});
|
|
2211
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2212
|
+
Search.propTypes = iconPropTypes4cbeb95d.i;
|
|
2213
|
+
}
|
|
2214
|
+
const SearchAdvanced = /*#__PURE__*/React.forwardRef(function SearchAdvanced(_ref96, ref) {
|
|
2215
|
+
let {
|
|
2216
|
+
children,
|
|
2217
|
+
size = 16,
|
|
2218
|
+
...rest
|
|
2219
|
+
} = _ref96;
|
|
2220
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2221
|
+
width: size,
|
|
2222
|
+
height: size,
|
|
2223
|
+
ref: ref,
|
|
2224
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2225
|
+
viewBox: "0 0 32 32",
|
|
2226
|
+
fill: "currentColor",
|
|
2227
|
+
...rest
|
|
2228
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2229
|
+
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"
|
|
2230
|
+
})), children);
|
|
2231
|
+
});
|
|
2232
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2233
|
+
SearchAdvanced.propTypes = iconPropTypes4cbeb95d.i;
|
|
2234
|
+
}
|
|
2235
|
+
const SearchLocate = /*#__PURE__*/React.forwardRef(function SearchLocate(_ref97, ref) {
|
|
2236
|
+
let {
|
|
2237
|
+
children,
|
|
2238
|
+
size = 16,
|
|
2239
|
+
...rest
|
|
2240
|
+
} = _ref97;
|
|
2241
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2242
|
+
width: size,
|
|
2243
|
+
height: size,
|
|
2244
|
+
ref: ref,
|
|
2245
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2246
|
+
viewBox: "0 0 32 32",
|
|
2247
|
+
fill: "currentColor",
|
|
2248
|
+
...rest
|
|
2249
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2250
|
+
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"
|
|
2251
|
+
})), children);
|
|
2252
|
+
});
|
|
2253
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2254
|
+
SearchLocate.propTypes = iconPropTypes4cbeb95d.i;
|
|
2255
|
+
}
|
|
2256
|
+
const SearchLocateMirror = /*#__PURE__*/React.forwardRef(function SearchLocateMirror(_ref98, ref) {
|
|
2257
|
+
let {
|
|
2258
|
+
children,
|
|
2259
|
+
size = 16,
|
|
2260
|
+
...rest
|
|
2261
|
+
} = _ref98;
|
|
2262
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2263
|
+
width: size,
|
|
2264
|
+
height: size,
|
|
2265
|
+
ref: ref,
|
|
2266
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2267
|
+
viewBox: "0 0 32 32",
|
|
2268
|
+
fill: "currentColor",
|
|
2269
|
+
...rest
|
|
2270
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2271
|
+
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"
|
|
2272
|
+
})), children);
|
|
2273
|
+
});
|
|
2274
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2275
|
+
SearchLocateMirror.propTypes = iconPropTypes4cbeb95d.i;
|
|
2276
|
+
}
|
|
2277
|
+
const Security = /*#__PURE__*/React.forwardRef(function Security(_ref99, ref) {
|
|
2278
|
+
let {
|
|
2279
|
+
children,
|
|
2280
|
+
size = 16,
|
|
2281
|
+
...rest
|
|
2282
|
+
} = _ref99;
|
|
2283
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2284
|
+
width: size,
|
|
2285
|
+
height: size,
|
|
2286
|
+
ref: ref,
|
|
2287
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2288
|
+
viewBox: "0 0 32 32",
|
|
2289
|
+
fill: "currentColor",
|
|
2290
|
+
...rest
|
|
2291
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2292
|
+
d: "M14 16.59L11.41 14 10 15.41 14 19.41 22 11.41 20.59 10 14 16.59z"
|
|
2293
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2294
|
+
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"
|
|
2295
|
+
})), children);
|
|
2296
|
+
});
|
|
2297
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2298
|
+
Security.propTypes = iconPropTypes4cbeb95d.i;
|
|
2299
|
+
}
|
|
2300
|
+
const SecurityServices = /*#__PURE__*/React.forwardRef(function SecurityServices(_ref100, ref) {
|
|
2301
|
+
let {
|
|
2302
|
+
children,
|
|
2303
|
+
size = 16,
|
|
2304
|
+
...rest
|
|
2305
|
+
} = _ref100;
|
|
2306
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2307
|
+
width: size,
|
|
2308
|
+
height: size,
|
|
2309
|
+
ref: ref,
|
|
2310
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2311
|
+
viewBox: "0 0 32 32",
|
|
2312
|
+
fill: "currentColor",
|
|
2313
|
+
...rest
|
|
2314
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2315
|
+
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"
|
|
2316
|
+
})), _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2317
|
+
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"
|
|
2318
|
+
})), children);
|
|
2319
|
+
});
|
|
2320
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2321
|
+
SecurityServices.propTypes = iconPropTypes4cbeb95d.i;
|
|
2322
|
+
}
|
|
2323
|
+
const Select_01 = /*#__PURE__*/React.forwardRef(function Select_01(_ref101, ref) {
|
|
2324
|
+
let {
|
|
2325
|
+
children,
|
|
2326
|
+
size = 16,
|
|
2327
|
+
...rest
|
|
2328
|
+
} = _ref101;
|
|
2329
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2330
|
+
width: size,
|
|
2331
|
+
height: size,
|
|
2332
|
+
ref: ref,
|
|
2333
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2334
|
+
viewBox: "0 0 32 32",
|
|
2335
|
+
fill: "currentColor",
|
|
2336
|
+
...rest
|
|
2337
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2338
|
+
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"
|
|
2339
|
+
})), children);
|
|
2340
|
+
});
|
|
2341
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2342
|
+
Select_01.propTypes = iconPropTypes4cbeb95d.i;
|
|
2343
|
+
}
|
|
2344
|
+
const Select_02 = /*#__PURE__*/React.forwardRef(function Select_02(_ref102, ref) {
|
|
2345
|
+
let {
|
|
2346
|
+
children,
|
|
2347
|
+
size = 16,
|
|
2348
|
+
...rest
|
|
2349
|
+
} = _ref102;
|
|
2350
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2351
|
+
width: size,
|
|
2352
|
+
height: size,
|
|
2353
|
+
ref: ref,
|
|
2354
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2355
|
+
viewBox: "0 0 32 32",
|
|
2356
|
+
fill: "currentColor",
|
|
2357
|
+
...rest
|
|
2358
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2359
|
+
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"
|
|
2360
|
+
})), children);
|
|
2361
|
+
});
|
|
2362
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2363
|
+
Select_02.propTypes = iconPropTypes4cbeb95d.i;
|
|
2364
|
+
}
|
|
2365
|
+
const SelectWindow = /*#__PURE__*/React.forwardRef(function SelectWindow(_ref103, ref) {
|
|
2366
|
+
let {
|
|
2367
|
+
children,
|
|
2368
|
+
size = 16,
|
|
2369
|
+
...rest
|
|
2370
|
+
} = _ref103;
|
|
2371
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2372
|
+
width: size,
|
|
2373
|
+
height: size,
|
|
2374
|
+
ref: ref,
|
|
2375
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2376
|
+
viewBox: "0 0 32 32",
|
|
2377
|
+
fill: "currentColor",
|
|
2378
|
+
...rest
|
|
2379
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2380
|
+
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"
|
|
2381
|
+
})), children);
|
|
2382
|
+
});
|
|
2383
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2384
|
+
SelectWindow.propTypes = iconPropTypes4cbeb95d.i;
|
|
2385
|
+
}
|
|
2386
|
+
const Send = /*#__PURE__*/React.forwardRef(function Send(_ref104, ref) {
|
|
2387
|
+
let {
|
|
2388
|
+
children,
|
|
2389
|
+
size = 16,
|
|
2390
|
+
...rest
|
|
2391
|
+
} = _ref104;
|
|
2392
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2393
|
+
width: size,
|
|
2394
|
+
height: size,
|
|
2395
|
+
ref: ref,
|
|
2396
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2397
|
+
viewBox: "0 0 32 32",
|
|
2398
|
+
fill: "currentColor",
|
|
2399
|
+
...rest
|
|
2400
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2401
|
+
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"
|
|
2402
|
+
})), children);
|
|
2403
|
+
});
|
|
2404
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2405
|
+
Send.propTypes = iconPropTypes4cbeb95d.i;
|
|
2406
|
+
}
|
|
2407
|
+
const SendAlt = /*#__PURE__*/React.forwardRef(function SendAlt(_ref105, ref) {
|
|
2408
|
+
let {
|
|
2409
|
+
children,
|
|
2410
|
+
size = 16,
|
|
2411
|
+
...rest
|
|
2412
|
+
} = _ref105;
|
|
2413
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2414
|
+
width: size,
|
|
2415
|
+
height: size,
|
|
2416
|
+
ref: ref,
|
|
2417
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2418
|
+
viewBox: "0 0 32 32",
|
|
2419
|
+
fill: "currentColor",
|
|
2420
|
+
...rest
|
|
2421
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2422
|
+
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"
|
|
2423
|
+
})), children);
|
|
2424
|
+
});
|
|
2425
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2426
|
+
SendAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
2427
|
+
}
|
|
2428
|
+
const SendAltFilled = /*#__PURE__*/React.forwardRef(function SendAltFilled(_ref106, ref) {
|
|
2429
|
+
let {
|
|
2430
|
+
children,
|
|
2431
|
+
size = 16,
|
|
2432
|
+
...rest
|
|
2433
|
+
} = _ref106;
|
|
2434
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2435
|
+
width: size,
|
|
2436
|
+
height: size,
|
|
2437
|
+
ref: ref,
|
|
2438
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2439
|
+
viewBox: "0 0 32 32",
|
|
2440
|
+
fill: "currentColor",
|
|
2441
|
+
...rest
|
|
2442
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2443
|
+
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"
|
|
2444
|
+
})), children);
|
|
2445
|
+
});
|
|
2446
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2447
|
+
SendAltFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2448
|
+
}
|
|
2449
|
+
const SendFilled = /*#__PURE__*/React.forwardRef(function SendFilled(_ref107, ref) {
|
|
2450
|
+
let {
|
|
2451
|
+
children,
|
|
2452
|
+
size = 16,
|
|
2453
|
+
...rest
|
|
2454
|
+
} = _ref107;
|
|
2455
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2456
|
+
width: size,
|
|
2457
|
+
height: size,
|
|
2458
|
+
ref: ref,
|
|
2459
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2460
|
+
viewBox: "0 0 32 32",
|
|
2461
|
+
fill: "currentColor",
|
|
2462
|
+
...rest
|
|
2463
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2464
|
+
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"
|
|
2465
|
+
})), children);
|
|
2466
|
+
});
|
|
2467
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2468
|
+
SendFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2469
|
+
}
|
|
2470
|
+
const SendActionUsage = /*#__PURE__*/React.forwardRef(function SendActionUsage(_ref108, ref) {
|
|
2471
|
+
let {
|
|
2472
|
+
children,
|
|
2473
|
+
size = 16,
|
|
2474
|
+
...rest
|
|
2475
|
+
} = _ref108;
|
|
2476
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2477
|
+
width: size,
|
|
2478
|
+
height: size,
|
|
2479
|
+
ref: ref,
|
|
2480
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2481
|
+
viewBox: "0 0 32 32",
|
|
2482
|
+
fill: "currentColor",
|
|
2483
|
+
...rest
|
|
2484
|
+
}, _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2485
|
+
strokeWidth: "0",
|
|
2486
|
+
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"
|
|
2487
|
+
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2488
|
+
strokeWidth: "0",
|
|
2489
|
+
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"
|
|
2490
|
+
})), children);
|
|
2491
|
+
});
|
|
2492
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2493
|
+
SendActionUsage.propTypes = iconPropTypes4cbeb95d.i;
|
|
2494
|
+
}
|
|
2495
|
+
const SendBackward = /*#__PURE__*/React.forwardRef(function SendBackward(_ref109, ref) {
|
|
2496
|
+
let {
|
|
2497
|
+
children,
|
|
2498
|
+
size = 16,
|
|
2499
|
+
...rest
|
|
2500
|
+
} = _ref109;
|
|
2501
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2502
|
+
width: size,
|
|
2503
|
+
height: size,
|
|
2504
|
+
ref: ref,
|
|
2505
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2506
|
+
viewBox: "0 0 32 32",
|
|
2507
|
+
fill: "currentColor",
|
|
2508
|
+
...rest
|
|
2509
|
+
}, _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2510
|
+
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"
|
|
2511
|
+
})), children);
|
|
2512
|
+
});
|
|
2513
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2514
|
+
SendBackward.propTypes = iconPropTypes4cbeb95d.i;
|
|
2515
|
+
}
|
|
2516
|
+
const SendToBack = /*#__PURE__*/React.forwardRef(function SendToBack(_ref110, ref) {
|
|
2517
|
+
let {
|
|
2518
|
+
children,
|
|
2519
|
+
size = 16,
|
|
2520
|
+
...rest
|
|
2521
|
+
} = _ref110;
|
|
2522
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2523
|
+
width: size,
|
|
2524
|
+
height: size,
|
|
2525
|
+
ref: ref,
|
|
2526
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2527
|
+
viewBox: "0 0 32 32",
|
|
2528
|
+
fill: "currentColor",
|
|
2529
|
+
...rest
|
|
2530
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2531
|
+
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"
|
|
2532
|
+
})), children);
|
|
2533
|
+
});
|
|
2534
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2535
|
+
SendToBack.propTypes = iconPropTypes4cbeb95d.i;
|
|
2536
|
+
}
|
|
2537
|
+
const ServerDns = /*#__PURE__*/React.forwardRef(function ServerDns(_ref111, ref) {
|
|
2538
|
+
let {
|
|
2539
|
+
children,
|
|
2540
|
+
size = 16,
|
|
2541
|
+
...rest
|
|
2542
|
+
} = _ref111;
|
|
2543
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2544
|
+
width: size,
|
|
2545
|
+
height: size,
|
|
2546
|
+
ref: ref,
|
|
2547
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2548
|
+
viewBox: "0 0 32 32",
|
|
2549
|
+
fill: "currentColor",
|
|
2550
|
+
...rest
|
|
2551
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2552
|
+
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"
|
|
2553
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
2554
|
+
cx: "7",
|
|
2555
|
+
cy: "25",
|
|
2556
|
+
r: "1"
|
|
2557
|
+
})), children);
|
|
2558
|
+
});
|
|
2559
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2560
|
+
ServerDns.propTypes = iconPropTypes4cbeb95d.i;
|
|
2561
|
+
}
|
|
2562
|
+
const ServerProxy = /*#__PURE__*/React.forwardRef(function ServerProxy(_ref112, ref) {
|
|
2563
|
+
let {
|
|
2564
|
+
children,
|
|
2565
|
+
size = 16,
|
|
2566
|
+
...rest
|
|
2567
|
+
} = _ref112;
|
|
2568
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2569
|
+
width: size,
|
|
2570
|
+
height: size,
|
|
2571
|
+
ref: ref,
|
|
2572
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2573
|
+
viewBox: "0 0 32 32",
|
|
2574
|
+
fill: "currentColor",
|
|
2575
|
+
...rest
|
|
2576
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2577
|
+
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"
|
|
2578
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
2579
|
+
cx: "9",
|
|
2580
|
+
cy: "25",
|
|
2581
|
+
r: "1"
|
|
2582
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2583
|
+
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"
|
|
2584
|
+
})), children);
|
|
2585
|
+
});
|
|
2586
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2587
|
+
ServerProxy.propTypes = iconPropTypes4cbeb95d.i;
|
|
2588
|
+
}
|
|
2589
|
+
const ServerTime = /*#__PURE__*/React.forwardRef(function ServerTime(_ref113, ref) {
|
|
2590
|
+
let {
|
|
2591
|
+
children,
|
|
2592
|
+
size = 16,
|
|
2593
|
+
...rest
|
|
2594
|
+
} = _ref113;
|
|
2595
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2596
|
+
width: size,
|
|
2597
|
+
height: size,
|
|
2598
|
+
ref: ref,
|
|
2599
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2600
|
+
viewBox: "0 0 32 32",
|
|
2601
|
+
fill: "currentColor",
|
|
2602
|
+
...rest
|
|
2603
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2604
|
+
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"
|
|
2605
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
2606
|
+
cx: "7",
|
|
2607
|
+
cy: "25",
|
|
2608
|
+
r: "1"
|
|
2609
|
+
})), _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2610
|
+
d: "M19 11.586L17 9.586 17 6 15 6 15 10.414 17.586 13 19 11.586z"
|
|
2611
|
+
})), _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2612
|
+
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"
|
|
2613
|
+
})), children);
|
|
2614
|
+
});
|
|
2615
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2616
|
+
ServerTime.propTypes = iconPropTypes4cbeb95d.i;
|
|
2617
|
+
}
|
|
2618
|
+
const ServiceDesk = /*#__PURE__*/React.forwardRef(function ServiceDesk(_ref114, ref) {
|
|
2619
|
+
let {
|
|
2620
|
+
children,
|
|
2621
|
+
size = 16,
|
|
2622
|
+
...rest
|
|
2623
|
+
} = _ref114;
|
|
2624
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2625
|
+
width: size,
|
|
2626
|
+
height: size,
|
|
2627
|
+
ref: ref,
|
|
2628
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2629
|
+
viewBox: "0 0 32 32",
|
|
2630
|
+
fill: "currentColor",
|
|
2631
|
+
...rest
|
|
2632
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2633
|
+
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",
|
|
2634
|
+
transform: "translate(0 .005)"
|
|
2635
|
+
})), children);
|
|
2636
|
+
});
|
|
2637
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2638
|
+
ServiceDesk.propTypes = iconPropTypes4cbeb95d.i;
|
|
2639
|
+
}
|
|
2640
|
+
const ServiceId = /*#__PURE__*/React.forwardRef(function ServiceId(_ref115, ref) {
|
|
2641
|
+
let {
|
|
2642
|
+
children,
|
|
2643
|
+
size = 16,
|
|
2644
|
+
...rest
|
|
2645
|
+
} = _ref115;
|
|
2646
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2647
|
+
width: size,
|
|
2648
|
+
height: size,
|
|
2649
|
+
ref: ref,
|
|
2650
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2651
|
+
viewBox: "0 0 32 32",
|
|
2652
|
+
fill: "currentColor",
|
|
2653
|
+
...rest
|
|
2654
|
+
}, _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2655
|
+
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"
|
|
2656
|
+
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2657
|
+
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"
|
|
2658
|
+
})), children);
|
|
2659
|
+
});
|
|
2660
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2661
|
+
ServiceId.propTypes = iconPropTypes4cbeb95d.i;
|
|
2662
|
+
}
|
|
2663
|
+
const ServiceLevels = /*#__PURE__*/React.forwardRef(function ServiceLevels(_ref116, ref) {
|
|
2664
|
+
let {
|
|
2665
|
+
children,
|
|
2666
|
+
size = 16,
|
|
2667
|
+
...rest
|
|
2668
|
+
} = _ref116;
|
|
2669
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2670
|
+
width: size,
|
|
2671
|
+
height: size,
|
|
2672
|
+
ref: ref,
|
|
2673
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2674
|
+
viewBox: "0 0 32 32",
|
|
2675
|
+
fill: "currentColor",
|
|
2676
|
+
...rest
|
|
2677
|
+
}, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
2678
|
+
cx: "7",
|
|
2679
|
+
cy: "19",
|
|
2680
|
+
r: "1"
|
|
2681
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
2682
|
+
cx: "16",
|
|
2683
|
+
cy: "11",
|
|
2684
|
+
r: "1"
|
|
2685
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
2686
|
+
cx: "25",
|
|
2687
|
+
cy: "19",
|
|
2688
|
+
r: "1"
|
|
2689
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
2690
|
+
cx: "10",
|
|
2691
|
+
cy: "14",
|
|
2692
|
+
r: "1"
|
|
2693
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2694
|
+
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"
|
|
2695
|
+
})), children);
|
|
2696
|
+
});
|
|
2697
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2698
|
+
ServiceLevels.propTypes = iconPropTypes4cbeb95d.i;
|
|
2699
|
+
}
|
|
2700
|
+
const SessionBorderControl = /*#__PURE__*/React.forwardRef(function SessionBorderControl(_ref117, ref) {
|
|
2701
|
+
let {
|
|
2702
|
+
children,
|
|
2703
|
+
size = 16,
|
|
2704
|
+
...rest
|
|
2705
|
+
} = _ref117;
|
|
2706
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2707
|
+
width: size,
|
|
2708
|
+
height: size,
|
|
2709
|
+
ref: ref,
|
|
2710
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2711
|
+
viewBox: "0 0 32 32",
|
|
2712
|
+
fill: "currentColor",
|
|
2713
|
+
...rest
|
|
2714
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2715
|
+
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"
|
|
2716
|
+
})), children);
|
|
2717
|
+
});
|
|
2718
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2719
|
+
SessionBorderControl.propTypes = iconPropTypes4cbeb95d.i;
|
|
2720
|
+
}
|
|
2721
|
+
const Settings = /*#__PURE__*/React.forwardRef(function Settings(_ref118, ref) {
|
|
2722
|
+
let {
|
|
2723
|
+
children,
|
|
2724
|
+
size = 16,
|
|
2725
|
+
...rest
|
|
2726
|
+
} = _ref118;
|
|
2727
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2728
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2729
|
+
width: size,
|
|
2730
|
+
height: size,
|
|
2731
|
+
ref: ref,
|
|
2732
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2733
|
+
viewBox: "0 0 16 16",
|
|
2734
|
+
fill: "currentColor",
|
|
2735
|
+
...rest
|
|
2736
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2737
|
+
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"
|
|
2738
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2739
|
+
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"
|
|
2740
|
+
})), children);
|
|
2741
|
+
}
|
|
2742
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2743
|
+
width: size,
|
|
2744
|
+
height: size,
|
|
2745
|
+
ref: ref,
|
|
2746
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2747
|
+
viewBox: "0 0 32 32",
|
|
2748
|
+
fill: "currentColor",
|
|
2749
|
+
...rest
|
|
2750
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2751
|
+
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"
|
|
2752
|
+
})), _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2753
|
+
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"
|
|
2754
|
+
})), children);
|
|
2755
|
+
});
|
|
2756
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2757
|
+
Settings.propTypes = iconPropTypes4cbeb95d.i;
|
|
2758
|
+
}
|
|
2759
|
+
const SettingsAdjust = /*#__PURE__*/React.forwardRef(function SettingsAdjust(_ref119, ref) {
|
|
2760
|
+
let {
|
|
2761
|
+
children,
|
|
2762
|
+
size = 16,
|
|
2763
|
+
...rest
|
|
2764
|
+
} = _ref119;
|
|
2765
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2766
|
+
width: size,
|
|
2767
|
+
height: size,
|
|
2768
|
+
ref: ref,
|
|
2769
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2770
|
+
viewBox: "0 0 32 32",
|
|
2771
|
+
fill: "currentColor",
|
|
2772
|
+
...rest
|
|
2773
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2774
|
+
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"
|
|
2775
|
+
})), children);
|
|
2776
|
+
});
|
|
2777
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2778
|
+
SettingsAdjust.propTypes = iconPropTypes4cbeb95d.i;
|
|
2779
|
+
}
|
|
2780
|
+
const SettingsCheck = /*#__PURE__*/React.forwardRef(function SettingsCheck(_ref120, ref) {
|
|
2781
|
+
let {
|
|
2782
|
+
children,
|
|
2783
|
+
size = 16,
|
|
2784
|
+
...rest
|
|
2785
|
+
} = _ref120;
|
|
2786
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2787
|
+
width: size,
|
|
2788
|
+
height: size,
|
|
2789
|
+
ref: ref,
|
|
2790
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2791
|
+
viewBox: "0 0 32 32",
|
|
2792
|
+
fill: "currentColor",
|
|
2793
|
+
...rest
|
|
2794
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2795
|
+
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"
|
|
2796
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2797
|
+
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"
|
|
2798
|
+
})), _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2799
|
+
d: "M23 26.18L20.41 23.59 19 25 23 29 30 22 28.59 20.59 23 26.18z"
|
|
2800
|
+
})), children);
|
|
2801
|
+
});
|
|
2802
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2803
|
+
SettingsCheck.propTypes = iconPropTypes4cbeb95d.i;
|
|
2804
|
+
}
|
|
2805
|
+
const SettingsEdit = /*#__PURE__*/React.forwardRef(function SettingsEdit(_ref121, ref) {
|
|
2806
|
+
let {
|
|
2807
|
+
children,
|
|
2808
|
+
size = 16,
|
|
2809
|
+
...rest
|
|
2810
|
+
} = _ref121;
|
|
2811
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2812
|
+
width: size,
|
|
2813
|
+
height: size,
|
|
2814
|
+
ref: ref,
|
|
2815
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2816
|
+
viewBox: "0 0 32 32",
|
|
2817
|
+
fill: "currentColor",
|
|
2818
|
+
...rest
|
|
2819
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2820
|
+
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"
|
|
2821
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2822
|
+
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"
|
|
2823
|
+
})), children);
|
|
2824
|
+
});
|
|
2825
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2826
|
+
SettingsEdit.propTypes = iconPropTypes4cbeb95d.i;
|
|
2827
|
+
}
|
|
2828
|
+
const SettingsServices = /*#__PURE__*/React.forwardRef(function SettingsServices(_ref122, ref) {
|
|
2829
|
+
let {
|
|
2830
|
+
children,
|
|
2831
|
+
size = 16,
|
|
2832
|
+
...rest
|
|
2833
|
+
} = _ref122;
|
|
2834
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2835
|
+
width: size,
|
|
2836
|
+
height: size,
|
|
2837
|
+
ref: ref,
|
|
2838
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2839
|
+
viewBox: "0 0 32 32",
|
|
2840
|
+
fill: "currentColor",
|
|
2841
|
+
...rest
|
|
2842
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2843
|
+
d: "M29,25H27V23h1V19H24v1H22V18a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v6A1,1,0,0,1,29,25Z"
|
|
2844
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2845
|
+
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"
|
|
2846
|
+
})), _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2847
|
+
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"
|
|
2848
|
+
})), children);
|
|
2849
|
+
});
|
|
2850
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2851
|
+
SettingsServices.propTypes = iconPropTypes4cbeb95d.i;
|
|
2852
|
+
}
|
|
2853
|
+
const SettingsView = /*#__PURE__*/React.forwardRef(function SettingsView(_ref123, ref) {
|
|
2854
|
+
let {
|
|
2855
|
+
children,
|
|
2856
|
+
size = 16,
|
|
2857
|
+
...rest
|
|
2858
|
+
} = _ref123;
|
|
2859
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2860
|
+
width: size,
|
|
2861
|
+
height: size,
|
|
2862
|
+
ref: ref,
|
|
2863
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2864
|
+
viewBox: "0 0 32 32",
|
|
2865
|
+
fill: "currentColor",
|
|
2866
|
+
...rest
|
|
2867
|
+
}, _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
2868
|
+
cx: "23",
|
|
2869
|
+
cy: "24",
|
|
2870
|
+
r: "2"
|
|
2871
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2872
|
+
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"
|
|
2873
|
+
})), _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2874
|
+
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"
|
|
2875
|
+
})), children);
|
|
2876
|
+
});
|
|
2877
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2878
|
+
SettingsView.propTypes = iconPropTypes4cbeb95d.i;
|
|
2879
|
+
}
|
|
2880
|
+
const ShapeExcept = /*#__PURE__*/React.forwardRef(function ShapeExcept(_ref124, ref) {
|
|
2881
|
+
let {
|
|
2882
|
+
children,
|
|
2883
|
+
size = 16,
|
|
2884
|
+
...rest
|
|
2885
|
+
} = _ref124;
|
|
2886
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2887
|
+
width: size,
|
|
2888
|
+
height: size,
|
|
2889
|
+
ref: ref,
|
|
2890
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2891
|
+
viewBox: "0 0 32 32",
|
|
2892
|
+
fill: "currentColor",
|
|
2893
|
+
...rest
|
|
2894
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2895
|
+
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"
|
|
2896
|
+
})), children);
|
|
2897
|
+
});
|
|
2898
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2899
|
+
ShapeExcept.propTypes = iconPropTypes4cbeb95d.i;
|
|
2900
|
+
}
|
|
2901
|
+
const ShapeExclude = /*#__PURE__*/React.forwardRef(function ShapeExclude(_ref125, ref) {
|
|
2902
|
+
let {
|
|
2903
|
+
children,
|
|
2904
|
+
size = 16,
|
|
2905
|
+
...rest
|
|
2906
|
+
} = _ref125;
|
|
2907
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2908
|
+
width: size,
|
|
2909
|
+
height: size,
|
|
2910
|
+
ref: ref,
|
|
2911
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2912
|
+
viewBox: "0 0 32 32",
|
|
2913
|
+
fill: "currentColor",
|
|
2914
|
+
...rest
|
|
2915
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2916
|
+
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"
|
|
2917
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2918
|
+
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"
|
|
2919
|
+
})), children);
|
|
2920
|
+
});
|
|
2921
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2922
|
+
ShapeExclude.propTypes = iconPropTypes4cbeb95d.i;
|
|
2923
|
+
}
|
|
2924
|
+
|
|
2925
|
+
exports.QS = QS;
|
|
2926
|
+
exports.QSAlt = QSAlt;
|
|
2927
|
+
exports.Restart = Restart;
|
|
2928
|
+
exports.Restaurant = Restaurant;
|
|
2929
|
+
exports.RestaurantFine = RestaurantFine;
|
|
2930
|
+
exports.Result = Result;
|
|
2931
|
+
exports.ResultDraft = ResultDraft;
|
|
2932
|
+
exports.ResultNew = ResultNew;
|
|
2933
|
+
exports.ResultOld = ResultOld;
|
|
2934
|
+
exports.RetryFailed = RetryFailed;
|
|
2935
|
+
exports.Return = Return;
|
|
2936
|
+
exports.Review = Review;
|
|
2937
|
+
exports.Rewind_10 = Rewind_10;
|
|
2938
|
+
exports.Rewind_30 = Rewind_30;
|
|
2939
|
+
exports.Rewind_5 = Rewind_5;
|
|
2940
|
+
exports.RightPanelClose = RightPanelClose;
|
|
2941
|
+
exports.RightPanelCloseFilled = RightPanelCloseFilled;
|
|
2942
|
+
exports.RightPanelOpen = RightPanelOpen;
|
|
2943
|
+
exports.RightPanelOpenFilled = RightPanelOpenFilled;
|
|
2944
|
+
exports.Road = Road;
|
|
2945
|
+
exports.RoadWeather = RoadWeather;
|
|
2946
|
+
exports.Roadmap = Roadmap;
|
|
2947
|
+
exports.Rocket = Rocket;
|
|
2948
|
+
exports.Rotate = Rotate;
|
|
2949
|
+
exports.RotateClockwise = RotateClockwise;
|
|
2950
|
+
exports.RotateClockwiseAlt = RotateClockwiseAlt;
|
|
2951
|
+
exports.RotateClockwiseAltFilled = RotateClockwiseAltFilled;
|
|
2952
|
+
exports.RotateClockwiseFilled = RotateClockwiseFilled;
|
|
2953
|
+
exports.RotateCounterclockwise = RotateCounterclockwise;
|
|
2954
|
+
exports.RotateCounterclockwiseAlt = RotateCounterclockwiseAlt;
|
|
2955
|
+
exports.RotateCounterclockwiseAltFilled = RotateCounterclockwiseAltFilled;
|
|
2956
|
+
exports.RotateCounterclockwiseFilled = RotateCounterclockwiseFilled;
|
|
2957
|
+
exports.Router = Router;
|
|
2958
|
+
exports.RouterVoice = RouterVoice;
|
|
2959
|
+
exports.RouterWifi = RouterWifi;
|
|
2960
|
+
exports.Row = Row;
|
|
2961
|
+
exports.RowCollapse = RowCollapse;
|
|
2962
|
+
exports.RowDelete = RowDelete;
|
|
2963
|
+
exports.RowExpand = RowExpand;
|
|
2964
|
+
exports.RowInsert = RowInsert;
|
|
2965
|
+
exports.Rss = Rss;
|
|
2966
|
+
exports.Rule = Rule;
|
|
2967
|
+
exports.RuleCancelled = RuleCancelled;
|
|
2968
|
+
exports.RuleDataQuality = RuleDataQuality;
|
|
2969
|
+
exports.RuleDraft = RuleDraft;
|
|
2970
|
+
exports.RuleFilled = RuleFilled;
|
|
2971
|
+
exports.RuleLocked = RuleLocked;
|
|
2972
|
+
exports.RulePartial = RulePartial;
|
|
2973
|
+
exports.RuleTest = RuleTest;
|
|
2974
|
+
exports.Ruler = Ruler;
|
|
2975
|
+
exports.RulerAlt = RulerAlt;
|
|
2976
|
+
exports.Run = Run;
|
|
2977
|
+
exports.RunMirror = RunMirror;
|
|
2978
|
+
exports.Running = Running;
|
|
2979
|
+
exports.SailboatCoastal = SailboatCoastal;
|
|
2980
|
+
exports.SailboatOffshore = SailboatOffshore;
|
|
2981
|
+
exports.SalesOps = SalesOps;
|
|
2982
|
+
exports.SankeyDiagram = SankeyDiagram;
|
|
2983
|
+
exports.SankeyDiagramAlt = SankeyDiagramAlt;
|
|
2984
|
+
exports.Satellite = Satellite;
|
|
2985
|
+
exports.SatelliteRadar = SatelliteRadar;
|
|
2986
|
+
exports.SatelliteWeather = SatelliteWeather;
|
|
2987
|
+
exports.SatisfyDefinition = SatisfyDefinition;
|
|
2988
|
+
exports.SatisfyUsage = SatisfyUsage;
|
|
2989
|
+
exports.Save = Save;
|
|
2990
|
+
exports.SaveModel = SaveModel;
|
|
2991
|
+
exports.Scale = Scale;
|
|
2992
|
+
exports.Scales = Scales;
|
|
2993
|
+
exports.ScalesTipped = ScalesTipped;
|
|
2994
|
+
exports.Scalpel = Scalpel;
|
|
2995
|
+
exports.Scan = Scan;
|
|
2996
|
+
exports.ScanAlt = ScanAlt;
|
|
2997
|
+
exports.ScanDisabled = ScanDisabled;
|
|
2998
|
+
exports.ScatterMatrix = ScatterMatrix;
|
|
2999
|
+
exports.Schematics = Schematics;
|
|
3000
|
+
exports.ScisControlTower = ScisControlTower;
|
|
3001
|
+
exports.ScisTransparentSupply = ScisTransparentSupply;
|
|
3002
|
+
exports.Scooter = Scooter;
|
|
3003
|
+
exports.ScooterFront = ScooterFront;
|
|
3004
|
+
exports.Screen = Screen;
|
|
3005
|
+
exports.ScreenMap = ScreenMap;
|
|
3006
|
+
exports.ScreenMapSet = ScreenMapSet;
|
|
3007
|
+
exports.ScreenOff = ScreenOff;
|
|
3008
|
+
exports.Script = Script;
|
|
3009
|
+
exports.ScriptReference = ScriptReference;
|
|
3010
|
+
exports.Sdk = Sdk;
|
|
3011
|
+
exports.Search = Search;
|
|
3012
|
+
exports.SearchAdvanced = SearchAdvanced;
|
|
3013
|
+
exports.SearchLocate = SearchLocate;
|
|
3014
|
+
exports.SearchLocateMirror = SearchLocateMirror;
|
|
3015
|
+
exports.Security = Security;
|
|
3016
|
+
exports.SecurityServices = SecurityServices;
|
|
3017
|
+
exports.SelectWindow = SelectWindow;
|
|
3018
|
+
exports.Select_01 = Select_01;
|
|
3019
|
+
exports.Select_02 = Select_02;
|
|
3020
|
+
exports.Send = Send;
|
|
3021
|
+
exports.SendActionUsage = SendActionUsage;
|
|
3022
|
+
exports.SendAlt = SendAlt;
|
|
3023
|
+
exports.SendAltFilled = SendAltFilled;
|
|
3024
|
+
exports.SendBackward = SendBackward;
|
|
3025
|
+
exports.SendFilled = SendFilled;
|
|
3026
|
+
exports.SendToBack = SendToBack;
|
|
3027
|
+
exports.ServerDns = ServerDns;
|
|
3028
|
+
exports.ServerProxy = ServerProxy;
|
|
3029
|
+
exports.ServerTime = ServerTime;
|
|
3030
|
+
exports.ServiceDesk = ServiceDesk;
|
|
3031
|
+
exports.ServiceId = ServiceId;
|
|
3032
|
+
exports.ServiceLevels = ServiceLevels;
|
|
3033
|
+
exports.SessionBorderControl = SessionBorderControl;
|
|
3034
|
+
exports.Settings = Settings;
|
|
3035
|
+
exports.SettingsAdjust = SettingsAdjust;
|
|
3036
|
+
exports.SettingsCheck = SettingsCheck;
|
|
3037
|
+
exports.SettingsEdit = SettingsEdit;
|
|
3038
|
+
exports.SettingsServices = SettingsServices;
|
|
3039
|
+
exports.SettingsView = SettingsView;
|
|
3040
|
+
exports.ShapeExcept = ShapeExcept;
|
|
3041
|
+
exports.ShapeExclude = ShapeExclude;
|
|
3042
|
+
exports.WatsonHealthRotate_180 = WatsonHealthRotate_180;
|
|
3043
|
+
exports.WatsonHealthRotate_360 = WatsonHealthRotate_360;
|
|
3044
|
+
exports.WatsonHealthSaveAnnotation = WatsonHealthSaveAnnotation;
|
|
3045
|
+
exports.WatsonHealthSaveImage = WatsonHealthSaveImage;
|
|
3046
|
+
exports.WatsonHealthSaveSeries = WatsonHealthSaveSeries;
|
|
3047
|
+
exports.WatsonHealthScalpelCursor = WatsonHealthScalpelCursor;
|
|
3048
|
+
exports.WatsonHealthScalpelLasso = WatsonHealthScalpelLasso;
|
|
3049
|
+
exports.WatsonHealthScalpelSelect = WatsonHealthScalpelSelect;
|