@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,3076 @@
|
|
|
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
|
+
import React from 'react';
|
|
9
|
+
import Icon from '../Icon.js';
|
|
10
|
+
import { i as iconPropTypes } from '../iconPropTypes-4cbeb95d.js';
|
|
11
|
+
import 'prop-types';
|
|
12
|
+
|
|
13
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _path7, _circle, _circle2, _path8, _circle3, _circle4, _path9, _path10, _circle5, _circle6, _path11, _path12, _circle7, _circle8, _path13, _path14, _circle9, _circle10, _path15, _path16, _circle11, _circle12, _path17, _path18, _circle13, _circle14, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _rect, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57, _path58, _path59, _path60, _path61, _path62, _path63, _path64, _path65, _path66, _path67, _path68, _path69, _path70, _path71, _path72, _circle15, _path73, _path74, _path75, _path76, _path77, _circle16, _path78, _circle17, _path79, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _circle18, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _circle19, _circle20, _circle21, _circle22, _circle23, _circle24, _circle25, _circle26, _path111, _path112, _path113, _path114, _path115, _circle27, _circle28, _circle29, _circle30, _circle31, _circle32, _circle33, _path116, _path117, _path118, _path119, _path120, _path121, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _circle34, _circle35, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212;
|
|
14
|
+
const ShapeIntersect = /*#__PURE__*/React.forwardRef(function ShapeIntersect(_ref, ref) {
|
|
15
|
+
let {
|
|
16
|
+
children,
|
|
17
|
+
size = 16,
|
|
18
|
+
...rest
|
|
19
|
+
} = _ref;
|
|
20
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
21
|
+
width: size,
|
|
22
|
+
height: size,
|
|
23
|
+
ref: ref,
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
...rest
|
|
28
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M28,10H22V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V12A2.0025,2.0025,0,0,0,28,10ZM4,20V4H20v6H12a2.0025,2.0025,0,0,0-2,2v8Zm8,8V22h8a2.0025,2.0025,0,0,0,2-2V12h6V28Z"
|
|
30
|
+
})), children);
|
|
31
|
+
});
|
|
32
|
+
if (process.env.NODE_ENV !== "production") {
|
|
33
|
+
ShapeIntersect.propTypes = iconPropTypes;
|
|
34
|
+
}
|
|
35
|
+
const ShapeJoin = /*#__PURE__*/React.forwardRef(function ShapeJoin(_ref2, ref) {
|
|
36
|
+
let {
|
|
37
|
+
children,
|
|
38
|
+
size = 16,
|
|
39
|
+
...rest
|
|
40
|
+
} = _ref2;
|
|
41
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
42
|
+
width: size,
|
|
43
|
+
height: size,
|
|
44
|
+
ref: ref,
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
viewBox: "0 0 32 32",
|
|
47
|
+
fill: "currentColor",
|
|
48
|
+
...rest
|
|
49
|
+
}, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M28,10H22V4a2.0025,2.0025,0,0,0-2-2H4A2.0025,2.0025,0,0,0,2,4V20a2.0025,2.0025,0,0,0,2,2h6v6a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V12A2.0025,2.0025,0,0,0,28,10ZM4,20V4h6V20Zm18,8V12h6V28Z"
|
|
51
|
+
})), children);
|
|
52
|
+
});
|
|
53
|
+
if (process.env.NODE_ENV !== "production") {
|
|
54
|
+
ShapeJoin.propTypes = iconPropTypes;
|
|
55
|
+
}
|
|
56
|
+
const ShapeUnite = /*#__PURE__*/React.forwardRef(function ShapeUnite(_ref3, ref) {
|
|
57
|
+
let {
|
|
58
|
+
children,
|
|
59
|
+
size = 16,
|
|
60
|
+
...rest
|
|
61
|
+
} = _ref3;
|
|
62
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
63
|
+
width: size,
|
|
64
|
+
height: size,
|
|
65
|
+
ref: ref,
|
|
66
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
67
|
+
viewBox: "0 0 32 32",
|
|
68
|
+
fill: "currentColor",
|
|
69
|
+
...rest
|
|
70
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
71
|
+
d: "M28,10H22V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V20a2,2,0,0,0,2,2h6v6a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V12A2,2,0,0,0,28,10Z"
|
|
72
|
+
})), children);
|
|
73
|
+
});
|
|
74
|
+
if (process.env.NODE_ENV !== "production") {
|
|
75
|
+
ShapeUnite.propTypes = iconPropTypes;
|
|
76
|
+
}
|
|
77
|
+
const Shapes = /*#__PURE__*/React.forwardRef(function Shapes(_ref4, ref) {
|
|
78
|
+
let {
|
|
79
|
+
children,
|
|
80
|
+
size = 16,
|
|
81
|
+
...rest
|
|
82
|
+
} = _ref4;
|
|
83
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
84
|
+
width: size,
|
|
85
|
+
height: size,
|
|
86
|
+
ref: ref,
|
|
87
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
88
|
+
viewBox: "0 0 32 32",
|
|
89
|
+
fill: "currentColor",
|
|
90
|
+
...rest
|
|
91
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
92
|
+
strokeWidth: "0",
|
|
93
|
+
d: "M5 16h-2v11c0 1.1045.8954 2 2 2h8v-2H5v-11zM28 29h-11c-.3535 0-.6809-.1866-.8608-.4911-.0927-.1568-.1392-.3328-.1392-.5089 0-.1658.0412-.3317.1238-.4819l5.5-10c.1898-.3451.5333-.5178.8762-.5181.3434-.0003.6861.1724.8762.5181l5.5 10c.0826.1502.1238.3162.1238.4819 0 .1762-.0465.3521-.1392.5089-.1799.3044-.5073.4911-.8608.4911zm-9.3088-2h7.6177l-3.8088-6.9249-3.8088 6.9249zM27 3h-11v2h11v13.9922h2V5c0-1.1045-.8954-2-2-2zM11 3h-6c-1.1046 0-2 .8955-2 2v6c0 1.1045.8954 2 2 2h6c1.1046 0 2-.8955 2-2v-6c0-1.1045-.8954-2-2-2zm0 8h-6v-6h6v6z"
|
|
94
|
+
})), children);
|
|
95
|
+
});
|
|
96
|
+
if (process.env.NODE_ENV !== "production") {
|
|
97
|
+
Shapes.propTypes = iconPropTypes;
|
|
98
|
+
}
|
|
99
|
+
const Share = /*#__PURE__*/React.forwardRef(function Share(_ref5, ref) {
|
|
100
|
+
let {
|
|
101
|
+
children,
|
|
102
|
+
size = 16,
|
|
103
|
+
...rest
|
|
104
|
+
} = _ref5;
|
|
105
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
106
|
+
width: size,
|
|
107
|
+
height: size,
|
|
108
|
+
ref: ref,
|
|
109
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
110
|
+
viewBox: "0 0 32 32",
|
|
111
|
+
fill: "currentColor",
|
|
112
|
+
...rest
|
|
113
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
114
|
+
d: "M23,20a5,5,0,0,0-3.89,1.89L11.8,17.32a4.46,4.46,0,0,0,0-2.64l7.31-4.57A5,5,0,1,0,18,7a4.79,4.79,0,0,0,.2,1.32l-7.31,4.57a5,5,0,1,0,0,6.22l7.31,4.57A4.79,4.79,0,0,0,18,25a5,5,0,1,0,5-5ZM23,4a3,3,0,1,1-3,3A3,3,0,0,1,23,4ZM7,19a3,3,0,1,1,3-3A3,3,0,0,1,7,19Zm16,9a3,3,0,1,1,3-3A3,3,0,0,1,23,28Z"
|
|
115
|
+
})), children);
|
|
116
|
+
});
|
|
117
|
+
if (process.env.NODE_ENV !== "production") {
|
|
118
|
+
Share.propTypes = iconPropTypes;
|
|
119
|
+
}
|
|
120
|
+
const ShareKnowledge = /*#__PURE__*/React.forwardRef(function ShareKnowledge(_ref6, ref) {
|
|
121
|
+
let {
|
|
122
|
+
children,
|
|
123
|
+
size = 16,
|
|
124
|
+
...rest
|
|
125
|
+
} = _ref6;
|
|
126
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
127
|
+
width: size,
|
|
128
|
+
height: size,
|
|
129
|
+
ref: ref,
|
|
130
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
131
|
+
viewBox: "0 0 32 32",
|
|
132
|
+
fill: "currentColor",
|
|
133
|
+
...rest
|
|
134
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
135
|
+
d: "M27 25H21a3 3 0 00-3 3v2h2V28a1 1 0 011-1h6a1 1 0 011 1v2h2V28A3 3 0 0027 25zM20 20a4 4 0 104-4A4 4 0 0020 20zm6 0a2 2 0 11-2-2A2 2 0 0126 20zM6 21V20H4v1a7 7 0 007 7h3V26H11A5 5 0 016 21zM19 10H26V12H19zM19 6H29V8H19zM19 2H29V4H19zM11 11H5a3 3 0 00-3 3v2H4V14a1 1 0 011-1h6a1 1 0 011 1v2h2V14A3 3 0 0011 11zM8 10A4 4 0 104 6 4 4 0 008 10zM8 4A2 2 0 116 6 2 2 0 018 4z"
|
|
136
|
+
})), children);
|
|
137
|
+
});
|
|
138
|
+
if (process.env.NODE_ENV !== "production") {
|
|
139
|
+
ShareKnowledge.propTypes = iconPropTypes;
|
|
140
|
+
}
|
|
141
|
+
const ShoppingBag = /*#__PURE__*/React.forwardRef(function ShoppingBag(_ref7, ref) {
|
|
142
|
+
let {
|
|
143
|
+
children,
|
|
144
|
+
size = 16,
|
|
145
|
+
...rest
|
|
146
|
+
} = _ref7;
|
|
147
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
148
|
+
width: size,
|
|
149
|
+
height: size,
|
|
150
|
+
ref: ref,
|
|
151
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
152
|
+
viewBox: "0 0 32 32",
|
|
153
|
+
fill: "currentColor",
|
|
154
|
+
...rest
|
|
155
|
+
}, _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
156
|
+
d: "M28.76,11.35A1,1,0,0,0,28,11H22V7a3,3,0,0,0-3-3H13a3,3,0,0,0-3,3v4H4a1,1,0,0,0-1,1.15L4.88,24.3a2,2,0,0,0,2,1.7H25.14a2,2,0,0,0,2-1.7L29,12.15A1,1,0,0,0,28.76,11.35ZM12,7a1,1,0,0,1,1-1h6a1,1,0,0,1,1,1v4H12ZM25.14,24H6.86L5.17,13H26.83Z"
|
|
157
|
+
})), children);
|
|
158
|
+
});
|
|
159
|
+
if (process.env.NODE_ENV !== "production") {
|
|
160
|
+
ShoppingBag.propTypes = iconPropTypes;
|
|
161
|
+
}
|
|
162
|
+
const ShoppingCart = /*#__PURE__*/React.forwardRef(function ShoppingCart(_ref8, ref) {
|
|
163
|
+
let {
|
|
164
|
+
children,
|
|
165
|
+
size = 16,
|
|
166
|
+
...rest
|
|
167
|
+
} = _ref8;
|
|
168
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
169
|
+
width: size,
|
|
170
|
+
height: size,
|
|
171
|
+
ref: ref,
|
|
172
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
173
|
+
viewBox: "0 0 32 32",
|
|
174
|
+
fill: "currentColor",
|
|
175
|
+
...rest
|
|
176
|
+
}, _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
177
|
+
cx: "10",
|
|
178
|
+
cy: "28",
|
|
179
|
+
r: "2"
|
|
180
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
181
|
+
cx: "24",
|
|
182
|
+
cy: "28",
|
|
183
|
+
r: "2"
|
|
184
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
185
|
+
d: "M28,7H5.82L5,2.8A1,1,0,0,0,4,2H0V4H3.18L7,23.2A1,1,0,0,0,8,24H26V22H8.82L8,18H26a1,1,0,0,0,1-.78l2-9A1,1,0,0,0,28,7Zm-2.8,9H7.62L6.22,9H26.75Z"
|
|
186
|
+
})), children);
|
|
187
|
+
});
|
|
188
|
+
if (process.env.NODE_ENV !== "production") {
|
|
189
|
+
ShoppingCart.propTypes = iconPropTypes;
|
|
190
|
+
}
|
|
191
|
+
const ShoppingCartArrowDown = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowDown(_ref9, ref) {
|
|
192
|
+
let {
|
|
193
|
+
children,
|
|
194
|
+
size = 16,
|
|
195
|
+
...rest
|
|
196
|
+
} = _ref9;
|
|
197
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
198
|
+
width: size,
|
|
199
|
+
height: size,
|
|
200
|
+
ref: ref,
|
|
201
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
202
|
+
viewBox: "0 0 32 32",
|
|
203
|
+
fill: "currentColor",
|
|
204
|
+
...rest
|
|
205
|
+
}, _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
206
|
+
cx: "10",
|
|
207
|
+
cy: "28",
|
|
208
|
+
r: "2"
|
|
209
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
210
|
+
cx: "24",
|
|
211
|
+
cy: "28",
|
|
212
|
+
r: "2"
|
|
213
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
214
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
215
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
216
|
+
d: "M21.586 6.586L18 10.172 18 2 16 2 16 10.172 12.414 6.586 11 8 17 14 23 8 21.586 6.586z"
|
|
217
|
+
})), children);
|
|
218
|
+
});
|
|
219
|
+
if (process.env.NODE_ENV !== "production") {
|
|
220
|
+
ShoppingCartArrowDown.propTypes = iconPropTypes;
|
|
221
|
+
}
|
|
222
|
+
const ShoppingCartArrowUp = /*#__PURE__*/React.forwardRef(function ShoppingCartArrowUp(_ref10, ref) {
|
|
223
|
+
let {
|
|
224
|
+
children,
|
|
225
|
+
size = 16,
|
|
226
|
+
...rest
|
|
227
|
+
} = _ref10;
|
|
228
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
229
|
+
width: size,
|
|
230
|
+
height: size,
|
|
231
|
+
ref: ref,
|
|
232
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
233
|
+
viewBox: "0 0 32 32",
|
|
234
|
+
fill: "currentColor",
|
|
235
|
+
...rest
|
|
236
|
+
}, _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
237
|
+
cx: "10",
|
|
238
|
+
cy: "28",
|
|
239
|
+
r: "2"
|
|
240
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
241
|
+
cx: "24",
|
|
242
|
+
cy: "28",
|
|
243
|
+
r: "2"
|
|
244
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
245
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
246
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
247
|
+
d: "M21.586 9.414L18 5.828 18 14 16 14 16 5.828 12.414 9.414 11 8 17 2 23 8 21.586 9.414z"
|
|
248
|
+
})), children);
|
|
249
|
+
});
|
|
250
|
+
if (process.env.NODE_ENV !== "production") {
|
|
251
|
+
ShoppingCartArrowUp.propTypes = iconPropTypes;
|
|
252
|
+
}
|
|
253
|
+
const ShoppingCartClear = /*#__PURE__*/React.forwardRef(function ShoppingCartClear(_ref11, ref) {
|
|
254
|
+
let {
|
|
255
|
+
children,
|
|
256
|
+
size = 16,
|
|
257
|
+
...rest
|
|
258
|
+
} = _ref11;
|
|
259
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
260
|
+
width: size,
|
|
261
|
+
height: size,
|
|
262
|
+
ref: ref,
|
|
263
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
264
|
+
viewBox: "0 0 32 32",
|
|
265
|
+
fill: "currentColor",
|
|
266
|
+
...rest
|
|
267
|
+
}, _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
268
|
+
cx: "10",
|
|
269
|
+
cy: "28",
|
|
270
|
+
r: "2"
|
|
271
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
272
|
+
cx: "24",
|
|
273
|
+
cy: "28",
|
|
274
|
+
r: "2"
|
|
275
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
276
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
277
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
278
|
+
d: "M18.41 8L22 4.41 20.59 3 17 6.59 13.41 3 12 4.41 15.59 8 12 11.59 13.41 13 17 9.41 20.59 13 22 11.59 18.41 8z"
|
|
279
|
+
})), children);
|
|
280
|
+
});
|
|
281
|
+
if (process.env.NODE_ENV !== "production") {
|
|
282
|
+
ShoppingCartClear.propTypes = iconPropTypes;
|
|
283
|
+
}
|
|
284
|
+
const ShoppingCartError = /*#__PURE__*/React.forwardRef(function ShoppingCartError(_ref12, ref) {
|
|
285
|
+
let {
|
|
286
|
+
children,
|
|
287
|
+
size = 16,
|
|
288
|
+
...rest
|
|
289
|
+
} = _ref12;
|
|
290
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
291
|
+
width: size,
|
|
292
|
+
height: size,
|
|
293
|
+
ref: ref,
|
|
294
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
295
|
+
viewBox: "0 0 32 32",
|
|
296
|
+
fill: "currentColor",
|
|
297
|
+
...rest
|
|
298
|
+
}, _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
299
|
+
cx: "10",
|
|
300
|
+
cy: "28",
|
|
301
|
+
r: "2"
|
|
302
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
303
|
+
cx: "24",
|
|
304
|
+
cy: "28",
|
|
305
|
+
r: "2"
|
|
306
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
307
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
308
|
+
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
309
|
+
d: "M17,2a6,6,0,1,0,6,6A6.0066,6.0066,0,0,0,17,2Zm0,2a3.9521,3.9521,0,0,1,2.019.5669L13.5669,10.019A3.9529,3.9529,0,0,1,13,8,4.0045,4.0045,0,0,1,17,4Zm0,8a3.9521,3.9521,0,0,1-2.019-.5669L20.4331,5.981A3.9529,3.9529,0,0,1,21,8,4.0045,4.0045,0,0,1,17,12Z"
|
|
310
|
+
})), children);
|
|
311
|
+
});
|
|
312
|
+
if (process.env.NODE_ENV !== "production") {
|
|
313
|
+
ShoppingCartError.propTypes = iconPropTypes;
|
|
314
|
+
}
|
|
315
|
+
const ShoppingCartMinus = /*#__PURE__*/React.forwardRef(function ShoppingCartMinus(_ref13, ref) {
|
|
316
|
+
let {
|
|
317
|
+
children,
|
|
318
|
+
size = 16,
|
|
319
|
+
...rest
|
|
320
|
+
} = _ref13;
|
|
321
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
322
|
+
width: size,
|
|
323
|
+
height: size,
|
|
324
|
+
ref: ref,
|
|
325
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
326
|
+
viewBox: "0 0 32 32",
|
|
327
|
+
fill: "currentColor",
|
|
328
|
+
...rest
|
|
329
|
+
}, _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
330
|
+
cx: "10",
|
|
331
|
+
cy: "28",
|
|
332
|
+
r: "2"
|
|
333
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
334
|
+
cx: "24",
|
|
335
|
+
cy: "28",
|
|
336
|
+
r: "2"
|
|
337
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
338
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
339
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
340
|
+
d: "M12 6L12 8 22 8 22 6 12 6z"
|
|
341
|
+
})), children);
|
|
342
|
+
});
|
|
343
|
+
if (process.env.NODE_ENV !== "production") {
|
|
344
|
+
ShoppingCartMinus.propTypes = iconPropTypes;
|
|
345
|
+
}
|
|
346
|
+
const ShoppingCartPlus = /*#__PURE__*/React.forwardRef(function ShoppingCartPlus(_ref14, ref) {
|
|
347
|
+
let {
|
|
348
|
+
children,
|
|
349
|
+
size = 16,
|
|
350
|
+
...rest
|
|
351
|
+
} = _ref14;
|
|
352
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
353
|
+
width: size,
|
|
354
|
+
height: size,
|
|
355
|
+
ref: ref,
|
|
356
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
357
|
+
viewBox: "0 0 32 32",
|
|
358
|
+
fill: "currentColor",
|
|
359
|
+
...rest
|
|
360
|
+
}, _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
361
|
+
cx: "10",
|
|
362
|
+
cy: "28",
|
|
363
|
+
r: "2"
|
|
364
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
365
|
+
cx: "24",
|
|
366
|
+
cy: "28",
|
|
367
|
+
r: "2"
|
|
368
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
369
|
+
d: "M4.9806,2.8039A1,1,0,0,0,4,2H0V4H3.18L7.0194,23.1961A1,1,0,0,0,8,24H26V22H8.82l-.8-4H26a1,1,0,0,0,.9762-.783L29.2445,7H27.1971l-1.9989,9H7.62Z"
|
|
370
|
+
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
371
|
+
d: "M18 6L18 2 16 2 16 6 12 6 12 8 16 8 16 12 18 12 18 8 22 8 22 6 18 6z"
|
|
372
|
+
})), children);
|
|
373
|
+
});
|
|
374
|
+
if (process.env.NODE_ENV !== "production") {
|
|
375
|
+
ShoppingCartPlus.propTypes = iconPropTypes;
|
|
376
|
+
}
|
|
377
|
+
const ShoppingCatalog = /*#__PURE__*/React.forwardRef(function ShoppingCatalog(_ref15, ref) {
|
|
378
|
+
let {
|
|
379
|
+
children,
|
|
380
|
+
size = 16,
|
|
381
|
+
...rest
|
|
382
|
+
} = _ref15;
|
|
383
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
384
|
+
width: size,
|
|
385
|
+
height: size,
|
|
386
|
+
ref: ref,
|
|
387
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
388
|
+
viewBox: "0 0 32 32",
|
|
389
|
+
fill: "currentColor",
|
|
390
|
+
...rest
|
|
391
|
+
}, _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
392
|
+
d: "M17 24H21V28H17zM24 24H28V28H24zM17 17H21V21H17zM24 17H28V21H24z"
|
|
393
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
394
|
+
d: "M28,11h-6V7c0-1.7-1.3-3-3-3h-6c-1.7,0-3,1.3-3,3v4H4c-0.6,0-1,0.4-1,1c0,0.1,0,0.1,0,0.2l1.9,12.1c0.1,1,1,1.7,2,1.7H15v-2 H6.9L5.2,13H28V11z M12,7c0-0.6,0.4-1,1-1h6c0.6,0,1,0.4,1,1v4h-8V7z"
|
|
395
|
+
})), children);
|
|
396
|
+
});
|
|
397
|
+
if (process.env.NODE_ENV !== "production") {
|
|
398
|
+
ShoppingCatalog.propTypes = iconPropTypes;
|
|
399
|
+
}
|
|
400
|
+
const ShowDataCards = /*#__PURE__*/React.forwardRef(function ShowDataCards(_ref16, ref) {
|
|
401
|
+
let {
|
|
402
|
+
children,
|
|
403
|
+
size = 16,
|
|
404
|
+
...rest
|
|
405
|
+
} = _ref16;
|
|
406
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
407
|
+
width: size,
|
|
408
|
+
height: size,
|
|
409
|
+
ref: ref,
|
|
410
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
411
|
+
viewBox: "0 0 32 32",
|
|
412
|
+
fill: "currentColor",
|
|
413
|
+
...rest
|
|
414
|
+
}, _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
415
|
+
d: "M28 10H4A2.0022 2.0022 0 012 8V4A2.0021 2.0021 0 014 2H28a2.0021 2.0021 0 012 2V8A2.0022 2.0022 0 0128 10zM4 4V8H28V4zM28 30H4a2.0022 2.0022 0 01-2-2V24a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v4A2.0022 2.0022 0 0128 30zM4 24v4H28V24zM28 20H4a2.0022 2.0022 0 01-2-2V14a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v4A2.0022 2.0022 0 0128 20zM4 14v4H28V14z"
|
|
416
|
+
})), children);
|
|
417
|
+
});
|
|
418
|
+
if (process.env.NODE_ENV !== "production") {
|
|
419
|
+
ShowDataCards.propTypes = iconPropTypes;
|
|
420
|
+
}
|
|
421
|
+
const ShrinkScreen = /*#__PURE__*/React.forwardRef(function ShrinkScreen(_ref17, ref) {
|
|
422
|
+
let {
|
|
423
|
+
children,
|
|
424
|
+
size = 16,
|
|
425
|
+
...rest
|
|
426
|
+
} = _ref17;
|
|
427
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
428
|
+
width: size,
|
|
429
|
+
height: size,
|
|
430
|
+
ref: ref,
|
|
431
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
432
|
+
viewBox: "0 0 32 32",
|
|
433
|
+
fill: "currentColor",
|
|
434
|
+
...rest
|
|
435
|
+
}, _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
436
|
+
d: "M28 28H17a2.0023 2.0023 0 01-2-2V20a2.0023 2.0023 0 012-2H28a2.0027 2.0027 0 012 2v6A2.0027 2.0027 0 0128 28zM17 20v6H28.002L28 20zM12 10L12 13.586 7.707 9.293 6.293 10.707 10.586 15 7 15 7 17 14 17 14 10 12 10z"
|
|
437
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
438
|
+
d: "M13,22H4a2.0023,2.0023,0,0,1-2-2V7A2.002,2.002,0,0,1,4,5H26a2.0023,2.0023,0,0,1,2,2v9H26V7H4V20h9Z"
|
|
439
|
+
})), children);
|
|
440
|
+
});
|
|
441
|
+
if (process.env.NODE_ENV !== "production") {
|
|
442
|
+
ShrinkScreen.propTypes = iconPropTypes;
|
|
443
|
+
}
|
|
444
|
+
const ShrinkScreenFilled = /*#__PURE__*/React.forwardRef(function ShrinkScreenFilled(_ref18, ref) {
|
|
445
|
+
let {
|
|
446
|
+
children,
|
|
447
|
+
size = 16,
|
|
448
|
+
...rest
|
|
449
|
+
} = _ref18;
|
|
450
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
451
|
+
width: size,
|
|
452
|
+
height: size,
|
|
453
|
+
ref: ref,
|
|
454
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
455
|
+
viewBox: "0 0 32 32",
|
|
456
|
+
fill: "currentColor",
|
|
457
|
+
...rest
|
|
458
|
+
}, _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
|
459
|
+
width: "15",
|
|
460
|
+
height: "10",
|
|
461
|
+
x: "15",
|
|
462
|
+
y: "18",
|
|
463
|
+
rx: "2"
|
|
464
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
465
|
+
d: "M12 10L12 13.586 7.707 9.293 6.293 10.707 10.586 15 7 15 7 17 14 17 14 10 12 10z"
|
|
466
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
467
|
+
d: "M13,22H4a2.0023,2.0023,0,0,1-2-2V7A2.002,2.002,0,0,1,4,5H26a2.0023,2.0023,0,0,1,2,2v9H26V7H4V20h9Z"
|
|
468
|
+
})), children);
|
|
469
|
+
});
|
|
470
|
+
if (process.env.NODE_ENV !== "production") {
|
|
471
|
+
ShrinkScreenFilled.propTypes = iconPropTypes;
|
|
472
|
+
}
|
|
473
|
+
const Shuffle = /*#__PURE__*/React.forwardRef(function Shuffle(_ref19, ref) {
|
|
474
|
+
let {
|
|
475
|
+
children,
|
|
476
|
+
size = 16,
|
|
477
|
+
...rest
|
|
478
|
+
} = _ref19;
|
|
479
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
480
|
+
width: size,
|
|
481
|
+
height: size,
|
|
482
|
+
ref: ref,
|
|
483
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
484
|
+
viewBox: "0 0 32 32",
|
|
485
|
+
fill: "currentColor",
|
|
486
|
+
...rest
|
|
487
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
488
|
+
d: "M22.59,19.41,26.17,23H19.55l-4.37-7,4.37-7h6.62l-3.58,3.59L24,14l6-6L24,2,22.59,3.41,26.17,7H19.55a2,2,0,0,0-1.69.94L14,14.11,10.14,7.94A2,2,0,0,0,8.45,7H2V9H8.45l4.37,7L8.45,23H2v2H8.45a2,2,0,0,0,1.69-.94L14,17.89l3.86,6.17a2,2,0,0,0,1.69.94h6.62l-3.58,3.59L24,30l6-6-6-6Z"
|
|
489
|
+
})), children);
|
|
490
|
+
});
|
|
491
|
+
if (process.env.NODE_ENV !== "production") {
|
|
492
|
+
Shuffle.propTypes = iconPropTypes;
|
|
493
|
+
}
|
|
494
|
+
const Shuttle = /*#__PURE__*/React.forwardRef(function Shuttle(_ref20, ref) {
|
|
495
|
+
let {
|
|
496
|
+
children,
|
|
497
|
+
size = 16,
|
|
498
|
+
...rest
|
|
499
|
+
} = _ref20;
|
|
500
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
501
|
+
width: size,
|
|
502
|
+
height: size,
|
|
503
|
+
ref: ref,
|
|
504
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
505
|
+
viewBox: "0 0 32 32",
|
|
506
|
+
fill: "currentColor",
|
|
507
|
+
...rest
|
|
508
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
509
|
+
d: "M29.81,16l-7-9.56A1,1,0,0,0,22,6H3A1,1,0,0,0,2,7V24a1,1,0,0,0,1,1H5.14a4,4,0,0,0,7.72,0h6.28a4,4,0,0,0,7.72,0H29a1,1,0,0,0,1-1V16.56A1,1,0,0,0,29.81,16ZM20,8h1.49l5.13,7H20ZM4,8H18v7H4ZM9,26a2,2,0,1,1,2-2A2,2,0,0,1,9,26Zm14,0a2,2,0,1,1,2-2A2,2,0,0,1,23,26Zm5-3H26.86a4,4,0,0,0-7.72,0H12.86a4,4,0,0,0-7.72,0H4V17H28Z"
|
|
510
|
+
})), children);
|
|
511
|
+
});
|
|
512
|
+
if (process.env.NODE_ENV !== "production") {
|
|
513
|
+
Shuttle.propTypes = iconPropTypes;
|
|
514
|
+
}
|
|
515
|
+
const SidePanelClose = /*#__PURE__*/React.forwardRef(function SidePanelClose(_ref21, ref) {
|
|
516
|
+
let {
|
|
517
|
+
children,
|
|
518
|
+
size = 16,
|
|
519
|
+
...rest
|
|
520
|
+
} = _ref21;
|
|
521
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
522
|
+
width: size,
|
|
523
|
+
height: size,
|
|
524
|
+
ref: ref,
|
|
525
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
526
|
+
viewBox: "0 0 32 32",
|
|
527
|
+
fill: "currentColor",
|
|
528
|
+
...rest
|
|
529
|
+
}, _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
530
|
+
d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M10,26H4V6h6V26z M28,15H17.8 l3.6-3.6L20,10l-6,6l6,6l1.4-1.4L17.8,17H28v9H12V6h16V15z"
|
|
531
|
+
})), children);
|
|
532
|
+
});
|
|
533
|
+
if (process.env.NODE_ENV !== "production") {
|
|
534
|
+
SidePanelClose.propTypes = iconPropTypes;
|
|
535
|
+
}
|
|
536
|
+
const SidePanelCloseFilled = /*#__PURE__*/React.forwardRef(function SidePanelCloseFilled(_ref22, ref) {
|
|
537
|
+
let {
|
|
538
|
+
children,
|
|
539
|
+
size = 16,
|
|
540
|
+
...rest
|
|
541
|
+
} = _ref22;
|
|
542
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
543
|
+
width: size,
|
|
544
|
+
height: size,
|
|
545
|
+
ref: ref,
|
|
546
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
547
|
+
viewBox: "0 0 32 32",
|
|
548
|
+
fill: "currentColor",
|
|
549
|
+
...rest
|
|
550
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
551
|
+
d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M28,15H17.8l3.6-3.6L20,10l-6,6l6,6 l1.4-1.4L17.8,17H28v9H12V6h16V15z"
|
|
552
|
+
})), children);
|
|
553
|
+
});
|
|
554
|
+
if (process.env.NODE_ENV !== "production") {
|
|
555
|
+
SidePanelCloseFilled.propTypes = iconPropTypes;
|
|
556
|
+
}
|
|
557
|
+
const SidePanelOpen = /*#__PURE__*/React.forwardRef(function SidePanelOpen(_ref23, ref) {
|
|
558
|
+
let {
|
|
559
|
+
children,
|
|
560
|
+
size = 16,
|
|
561
|
+
...rest
|
|
562
|
+
} = _ref23;
|
|
563
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
564
|
+
width: size,
|
|
565
|
+
height: size,
|
|
566
|
+
ref: ref,
|
|
567
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
568
|
+
viewBox: "0 0 32 32",
|
|
569
|
+
fill: "currentColor",
|
|
570
|
+
...rest
|
|
571
|
+
}, _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
572
|
+
d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M10,26H4V6h6V26z M28,26H12v-9h10.2 l-3.6,3.6L20,22l6-6l-6-6l-1.4,1.4l3.6,3.6H12V6h16V26z"
|
|
573
|
+
})), children);
|
|
574
|
+
});
|
|
575
|
+
if (process.env.NODE_ENV !== "production") {
|
|
576
|
+
SidePanelOpen.propTypes = iconPropTypes;
|
|
577
|
+
}
|
|
578
|
+
const SidePanelOpenFilled = /*#__PURE__*/React.forwardRef(function SidePanelOpenFilled(_ref24, ref) {
|
|
579
|
+
let {
|
|
580
|
+
children,
|
|
581
|
+
size = 16,
|
|
582
|
+
...rest
|
|
583
|
+
} = _ref24;
|
|
584
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
585
|
+
width: size,
|
|
586
|
+
height: size,
|
|
587
|
+
ref: ref,
|
|
588
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
589
|
+
viewBox: "0 0 32 32",
|
|
590
|
+
fill: "currentColor",
|
|
591
|
+
...rest
|
|
592
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
593
|
+
d: "M28,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2V6C30,4.9,29.1,4,28,4z M28,26H12v-9h10.2l-3.6,3.6L20,22 l6-6l-6-6l-1.4,1.4l3.6,3.6H12V6h16V26z"
|
|
594
|
+
})), children);
|
|
595
|
+
});
|
|
596
|
+
if (process.env.NODE_ENV !== "production") {
|
|
597
|
+
SidePanelOpenFilled.propTypes = iconPropTypes;
|
|
598
|
+
}
|
|
599
|
+
const Sight = /*#__PURE__*/React.forwardRef(function Sight(_ref25, ref) {
|
|
600
|
+
let {
|
|
601
|
+
children,
|
|
602
|
+
size = 16,
|
|
603
|
+
...rest
|
|
604
|
+
} = _ref25;
|
|
605
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
606
|
+
width: size,
|
|
607
|
+
height: size,
|
|
608
|
+
ref: ref,
|
|
609
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
610
|
+
viewBox: "0 0 32 32",
|
|
611
|
+
fill: "currentColor",
|
|
612
|
+
...rest
|
|
613
|
+
}, _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
614
|
+
d: "M10 12H12V14H10zM6 12H8V14H6zM2 12H4V14H2zM26 30H24V27H20a5.0055 5.0055 0 01-5-5V20.7207l-2.3162-.772a1 1 0 01-.5412-1.4631L15 13.7229V11a9.01 9.01 0 019-9h5V4H24a7.0078 7.0078 0 00-7 7v3a.9991.9991 0 01-.1426.5144l-2.3586 3.9312 1.8174.6057A1 1 0 0117 20v2a3.0033 3.0033 0 003 3h5a1 1 0 011 1z"
|
|
615
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
616
|
+
d: "M19 12H23V14H19z"
|
|
617
|
+
})), children);
|
|
618
|
+
});
|
|
619
|
+
if (process.env.NODE_ENV !== "production") {
|
|
620
|
+
Sight.propTypes = iconPropTypes;
|
|
621
|
+
}
|
|
622
|
+
const Sigma = /*#__PURE__*/React.forwardRef(function Sigma(_ref26, ref) {
|
|
623
|
+
let {
|
|
624
|
+
children,
|
|
625
|
+
size = 16,
|
|
626
|
+
...rest
|
|
627
|
+
} = _ref26;
|
|
628
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
629
|
+
width: size,
|
|
630
|
+
height: size,
|
|
631
|
+
ref: ref,
|
|
632
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
633
|
+
viewBox: "0 0 32 32",
|
|
634
|
+
fill: "currentColor",
|
|
635
|
+
...rest
|
|
636
|
+
}, _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
637
|
+
d: "M24 5L7 5 7 7.414 15.586 16 7 24.586 7 27 24 27 24 25 9.414 25 18.414 16 9.414 7 24 7 24 5z"
|
|
638
|
+
})), children);
|
|
639
|
+
});
|
|
640
|
+
if (process.env.NODE_ENV !== "production") {
|
|
641
|
+
Sigma.propTypes = iconPropTypes;
|
|
642
|
+
}
|
|
643
|
+
const SignalStrength = /*#__PURE__*/React.forwardRef(function SignalStrength(_ref27, ref) {
|
|
644
|
+
let {
|
|
645
|
+
children,
|
|
646
|
+
size = 16,
|
|
647
|
+
...rest
|
|
648
|
+
} = _ref27;
|
|
649
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
650
|
+
width: size,
|
|
651
|
+
height: size,
|
|
652
|
+
ref: ref,
|
|
653
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
654
|
+
viewBox: "0 0 32 32",
|
|
655
|
+
fill: "currentColor",
|
|
656
|
+
...rest
|
|
657
|
+
}, _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
658
|
+
d: "M26 6H28V26H26zM18 11H20V26H18zM11 16H13V26H11zM4 20H6V26H4z"
|
|
659
|
+
})), children);
|
|
660
|
+
});
|
|
661
|
+
if (process.env.NODE_ENV !== "production") {
|
|
662
|
+
SignalStrength.propTypes = iconPropTypes;
|
|
663
|
+
}
|
|
664
|
+
const SimCard = /*#__PURE__*/React.forwardRef(function SimCard(_ref28, ref) {
|
|
665
|
+
let {
|
|
666
|
+
children,
|
|
667
|
+
size = 16,
|
|
668
|
+
...rest
|
|
669
|
+
} = _ref28;
|
|
670
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
671
|
+
width: size,
|
|
672
|
+
height: size,
|
|
673
|
+
ref: ref,
|
|
674
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
675
|
+
viewBox: "0 0 32 32",
|
|
676
|
+
fill: "currentColor",
|
|
677
|
+
...rest
|
|
678
|
+
}, _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
679
|
+
d: "M21,9H8a2.0023,2.0023,0,0,0-2,2V21a2.0023,2.0023,0,0,0,2,2H21a2.0023,2.0023,0,0,0,2-2V11A2.0023,2.0023,0,0,0,21,9Zm0,4H18V11h3Zm-3,2h3v2H18Zm-2-4V21H13V14a1,1,0,0,0-1-1H8V11Zm-5,6H8V15h3ZM8,19h3v2H8Zm10,2V19h3v2Z"
|
|
680
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
681
|
+
d: "M23.5317,27H4a2.0021,2.0021,0,0,1-2-2V7A2.0021,2.0021,0,0,1,4,5H28a2.0021,2.0021,0,0,1,2,2V19.6379a2.0044,2.0044,0,0,1-.4639,1.2808L25.0679,26.28A1.9944,1.9944,0,0,1,23.5317,27ZM4,7V25H23.5317L28,19.6379V7Z"
|
|
682
|
+
})), children);
|
|
683
|
+
});
|
|
684
|
+
if (process.env.NODE_ENV !== "production") {
|
|
685
|
+
SimCard.propTypes = iconPropTypes;
|
|
686
|
+
}
|
|
687
|
+
const SkillLevel = /*#__PURE__*/React.forwardRef(function SkillLevel(_ref29, ref) {
|
|
688
|
+
let {
|
|
689
|
+
children,
|
|
690
|
+
size = 16,
|
|
691
|
+
...rest
|
|
692
|
+
} = _ref29;
|
|
693
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
694
|
+
width: size,
|
|
695
|
+
height: size,
|
|
696
|
+
ref: ref,
|
|
697
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
698
|
+
viewBox: "0 0 32 32",
|
|
699
|
+
fill: "currentColor",
|
|
700
|
+
...rest
|
|
701
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
702
|
+
d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8zM4 28H8V20H4z"
|
|
703
|
+
})), children);
|
|
704
|
+
});
|
|
705
|
+
if (process.env.NODE_ENV !== "production") {
|
|
706
|
+
SkillLevel.propTypes = iconPropTypes;
|
|
707
|
+
}
|
|
708
|
+
const SkillLevelAdvanced = /*#__PURE__*/React.forwardRef(function SkillLevelAdvanced(_ref30, ref) {
|
|
709
|
+
let {
|
|
710
|
+
children,
|
|
711
|
+
size = 16,
|
|
712
|
+
...rest
|
|
713
|
+
} = _ref30;
|
|
714
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
715
|
+
width: size,
|
|
716
|
+
height: size,
|
|
717
|
+
ref: ref,
|
|
718
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
719
|
+
viewBox: "0 0 32 32",
|
|
720
|
+
fill: "currentColor",
|
|
721
|
+
...rest
|
|
722
|
+
}, _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
723
|
+
d: "M30 30H22V4h8zM20 30H12V12h8zM10 30H2V18h8z"
|
|
724
|
+
})), children);
|
|
725
|
+
});
|
|
726
|
+
if (process.env.NODE_ENV !== "production") {
|
|
727
|
+
SkillLevelAdvanced.propTypes = iconPropTypes;
|
|
728
|
+
}
|
|
729
|
+
const SkillLevelBasic = /*#__PURE__*/React.forwardRef(function SkillLevelBasic(_ref31, ref) {
|
|
730
|
+
let {
|
|
731
|
+
children,
|
|
732
|
+
size = 16,
|
|
733
|
+
...rest
|
|
734
|
+
} = _ref31;
|
|
735
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
736
|
+
width: size,
|
|
737
|
+
height: size,
|
|
738
|
+
ref: ref,
|
|
739
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
740
|
+
viewBox: "0 0 32 32",
|
|
741
|
+
fill: "currentColor",
|
|
742
|
+
...rest
|
|
743
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
744
|
+
d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zm-6-2h4V14H14zM10 30H2V18h8z"
|
|
745
|
+
})), children);
|
|
746
|
+
});
|
|
747
|
+
if (process.env.NODE_ENV !== "production") {
|
|
748
|
+
SkillLevelBasic.propTypes = iconPropTypes;
|
|
749
|
+
}
|
|
750
|
+
const SkillLevelIntermediate = /*#__PURE__*/React.forwardRef(function SkillLevelIntermediate(_ref32, ref) {
|
|
751
|
+
let {
|
|
752
|
+
children,
|
|
753
|
+
size = 16,
|
|
754
|
+
...rest
|
|
755
|
+
} = _ref32;
|
|
756
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
757
|
+
width: size,
|
|
758
|
+
height: size,
|
|
759
|
+
ref: ref,
|
|
760
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
761
|
+
viewBox: "0 0 32 32",
|
|
762
|
+
fill: "currentColor",
|
|
763
|
+
...rest
|
|
764
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
765
|
+
d: "M30 30H22V4h8zm-6-2h4V6H24zM20 30H12V12h8zM10 30H2V18h8z"
|
|
766
|
+
})), children);
|
|
767
|
+
});
|
|
768
|
+
if (process.env.NODE_ENV !== "production") {
|
|
769
|
+
SkillLevelIntermediate.propTypes = iconPropTypes;
|
|
770
|
+
}
|
|
771
|
+
const SkipBack = /*#__PURE__*/React.forwardRef(function SkipBack(_ref33, ref) {
|
|
772
|
+
let {
|
|
773
|
+
children,
|
|
774
|
+
size = 16,
|
|
775
|
+
...rest
|
|
776
|
+
} = _ref33;
|
|
777
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
778
|
+
width: size,
|
|
779
|
+
height: size,
|
|
780
|
+
ref: ref,
|
|
781
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
782
|
+
viewBox: "0 0 32 32",
|
|
783
|
+
fill: "currentColor",
|
|
784
|
+
...rest
|
|
785
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
786
|
+
d: "M27 28a1 1 0 01-.5-.13l-19-11a1 1 0 010-1.74l19-11a1 1 0 011 0A1 1 0 0128 5V27a1 1 0 01-1 1zM10 16l16 9.27V6.73zM2 4H4V28H2z"
|
|
787
|
+
})), children);
|
|
788
|
+
});
|
|
789
|
+
if (process.env.NODE_ENV !== "production") {
|
|
790
|
+
SkipBack.propTypes = iconPropTypes;
|
|
791
|
+
}
|
|
792
|
+
const SkipBackFilled = /*#__PURE__*/React.forwardRef(function SkipBackFilled(_ref34, ref) {
|
|
793
|
+
let {
|
|
794
|
+
children,
|
|
795
|
+
size = 16,
|
|
796
|
+
...rest
|
|
797
|
+
} = _ref34;
|
|
798
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
799
|
+
width: size,
|
|
800
|
+
height: size,
|
|
801
|
+
ref: ref,
|
|
802
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
803
|
+
viewBox: "0 0 32 32",
|
|
804
|
+
fill: "currentColor",
|
|
805
|
+
...rest
|
|
806
|
+
}, _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
807
|
+
d: "M27 28a.9975.9975 0 01-.501-.1348l-19-11a1 1 0 010-1.73l19-11A1 1 0 0128 5V27a1 1 0 01-1 1zM2 4H4V28H2z"
|
|
808
|
+
})), children);
|
|
809
|
+
});
|
|
810
|
+
if (process.env.NODE_ENV !== "production") {
|
|
811
|
+
SkipBackFilled.propTypes = iconPropTypes;
|
|
812
|
+
}
|
|
813
|
+
const SkipBackOutline = /*#__PURE__*/React.forwardRef(function SkipBackOutline(_ref35, ref) {
|
|
814
|
+
let {
|
|
815
|
+
children,
|
|
816
|
+
size = 16,
|
|
817
|
+
...rest
|
|
818
|
+
} = _ref35;
|
|
819
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
820
|
+
width: size,
|
|
821
|
+
height: size,
|
|
822
|
+
ref: ref,
|
|
823
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
824
|
+
viewBox: "0 0 32 32",
|
|
825
|
+
fill: "currentColor",
|
|
826
|
+
...rest
|
|
827
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
828
|
+
d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7485l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3006V12.7Z"
|
|
829
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
830
|
+
d: "M9 10H11V22H9z",
|
|
831
|
+
transform: "rotate(-180 10 16)"
|
|
832
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
833
|
+
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
834
|
+
})), children);
|
|
835
|
+
});
|
|
836
|
+
if (process.env.NODE_ENV !== "production") {
|
|
837
|
+
SkipBackOutline.propTypes = iconPropTypes;
|
|
838
|
+
}
|
|
839
|
+
const SkipBackOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipBackOutlineFilled(_ref36, ref) {
|
|
840
|
+
let {
|
|
841
|
+
children,
|
|
842
|
+
size = 16,
|
|
843
|
+
...rest
|
|
844
|
+
} = _ref36;
|
|
845
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
846
|
+
width: size,
|
|
847
|
+
height: size,
|
|
848
|
+
ref: ref,
|
|
849
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
850
|
+
viewBox: "0 0 32 32",
|
|
851
|
+
fill: "currentColor",
|
|
852
|
+
...rest
|
|
853
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
854
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM10,22H8V10h2Zm14-1a1,1,0,0,1-1.4858.874l-9-5a1,1,0,0,1,0-1.748l9-5A1,1,0,0,1,24,11Z"
|
|
855
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
856
|
+
d: "M22 19.301L22 12.699 16.059 16 22 19.301z"
|
|
857
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
858
|
+
fill: "none",
|
|
859
|
+
d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Zm-6.9409-6L22,19.3005V12.7Z"
|
|
860
|
+
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
861
|
+
fill: "none",
|
|
862
|
+
d: "M8 10H10V22H8z",
|
|
863
|
+
transform: "rotate(-180 9 16)"
|
|
864
|
+
})), children);
|
|
865
|
+
});
|
|
866
|
+
if (process.env.NODE_ENV !== "production") {
|
|
867
|
+
SkipBackOutlineFilled.propTypes = iconPropTypes;
|
|
868
|
+
}
|
|
869
|
+
const SkipBackOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipBackOutlineSolid(_ref37, ref) {
|
|
870
|
+
let {
|
|
871
|
+
children,
|
|
872
|
+
size = 16,
|
|
873
|
+
...rest
|
|
874
|
+
} = _ref37;
|
|
875
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
876
|
+
width: size,
|
|
877
|
+
height: size,
|
|
878
|
+
ref: ref,
|
|
879
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
880
|
+
viewBox: "0 0 32 32",
|
|
881
|
+
fill: "currentColor",
|
|
882
|
+
...rest
|
|
883
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
884
|
+
d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7485l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Z"
|
|
885
|
+
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
886
|
+
d: "M9 10H11V22H9z",
|
|
887
|
+
transform: "rotate(-180 10 16)"
|
|
888
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
889
|
+
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
890
|
+
})), children);
|
|
891
|
+
});
|
|
892
|
+
if (process.env.NODE_ENV !== "production") {
|
|
893
|
+
SkipBackOutlineSolid.propTypes = iconPropTypes;
|
|
894
|
+
}
|
|
895
|
+
const SkipBackSolidFilled = /*#__PURE__*/React.forwardRef(function SkipBackSolidFilled(_ref38, ref) {
|
|
896
|
+
let {
|
|
897
|
+
children,
|
|
898
|
+
size = 16,
|
|
899
|
+
...rest
|
|
900
|
+
} = _ref38;
|
|
901
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
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
|
+
}, _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
910
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM10,22H8V10h2Zm14-1a1,1,0,0,1-1.4858.874l-9-5a1,1,0,0,1,0-1.748l9-5A1,1,0,0,1,24,11Z"
|
|
911
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
912
|
+
fill: "none",
|
|
913
|
+
d: "M23,22a1.0037,1.0037,0,0,1-.4858-.1257l-9-5a1,1,0,0,1,0-1.7486l9-5A1,1,0,0,1,24,11V21a1,1,0,0,1-1,1Z"
|
|
914
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
915
|
+
fill: "none",
|
|
916
|
+
d: "M8 10H10V22H8z",
|
|
917
|
+
transform: "rotate(-180 9 16)"
|
|
918
|
+
})), children);
|
|
919
|
+
});
|
|
920
|
+
if (process.env.NODE_ENV !== "production") {
|
|
921
|
+
SkipBackSolidFilled.propTypes = iconPropTypes;
|
|
922
|
+
}
|
|
923
|
+
const SkipForward = /*#__PURE__*/React.forwardRef(function SkipForward(_ref39, ref) {
|
|
924
|
+
let {
|
|
925
|
+
children,
|
|
926
|
+
size = 16,
|
|
927
|
+
...rest
|
|
928
|
+
} = _ref39;
|
|
929
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
930
|
+
width: size,
|
|
931
|
+
height: size,
|
|
932
|
+
ref: ref,
|
|
933
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
934
|
+
viewBox: "0 0 32 32",
|
|
935
|
+
fill: "currentColor",
|
|
936
|
+
...rest
|
|
937
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
938
|
+
d: "M5 28a1 1 0 01-1-1V5a1 1 0 01.5-.87 1 1 0 011 0l19 11a1 1 0 010 1.74l-19 11A1 1 0 015 28zM6 6.73V25.27L22 16zM28 4H30V28H28z"
|
|
939
|
+
})), children);
|
|
940
|
+
});
|
|
941
|
+
if (process.env.NODE_ENV !== "production") {
|
|
942
|
+
SkipForward.propTypes = iconPropTypes;
|
|
943
|
+
}
|
|
944
|
+
const SkipForwardFilled = /*#__PURE__*/React.forwardRef(function SkipForwardFilled(_ref40, ref) {
|
|
945
|
+
let {
|
|
946
|
+
children,
|
|
947
|
+
size = 16,
|
|
948
|
+
...rest
|
|
949
|
+
} = _ref40;
|
|
950
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
951
|
+
width: size,
|
|
952
|
+
height: size,
|
|
953
|
+
ref: ref,
|
|
954
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
955
|
+
viewBox: "0 0 32 32",
|
|
956
|
+
fill: "currentColor",
|
|
957
|
+
...rest
|
|
958
|
+
}, _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
959
|
+
d: "M28 4H30V28H28zM5 28a1 1 0 01-1-1V5a1 1 0 011.501-.8652l19 11a1 1 0 010 1.73l-19 11A.9975.9975 0 015 28z"
|
|
960
|
+
})), children);
|
|
961
|
+
});
|
|
962
|
+
if (process.env.NODE_ENV !== "production") {
|
|
963
|
+
SkipForwardFilled.propTypes = iconPropTypes;
|
|
964
|
+
}
|
|
965
|
+
const SkipForwardOutline = /*#__PURE__*/React.forwardRef(function SkipForwardOutline(_ref41, ref) {
|
|
966
|
+
let {
|
|
967
|
+
children,
|
|
968
|
+
size = 16,
|
|
969
|
+
...rest
|
|
970
|
+
} = _ref41;
|
|
971
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
972
|
+
width: size,
|
|
973
|
+
height: size,
|
|
974
|
+
ref: ref,
|
|
975
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
976
|
+
viewBox: "0 0 32 32",
|
|
977
|
+
fill: "currentColor",
|
|
978
|
+
...rest
|
|
979
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
980
|
+
d: "M21 10H23V22H21zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8742l9 5a1 1 0 010 1.7485l-9 5a1.0009 1.0009 0 01-.9931-.0125zM10 12.7v6.6011L15.9409 16z"
|
|
981
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
982
|
+
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
983
|
+
})), children);
|
|
984
|
+
});
|
|
985
|
+
if (process.env.NODE_ENV !== "production") {
|
|
986
|
+
SkipForwardOutline.propTypes = iconPropTypes;
|
|
987
|
+
}
|
|
988
|
+
const SkipForwardOutlineFilled = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineFilled(_ref42, ref) {
|
|
989
|
+
let {
|
|
990
|
+
children,
|
|
991
|
+
size = 16,
|
|
992
|
+
...rest
|
|
993
|
+
} = _ref42;
|
|
994
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
995
|
+
width: size,
|
|
996
|
+
height: size,
|
|
997
|
+
ref: ref,
|
|
998
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
999
|
+
viewBox: "0 0 32 32",
|
|
1000
|
+
fill: "currentColor",
|
|
1001
|
+
...rest
|
|
1002
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
1003
|
+
d: "M10 19.301L15.941 16 10 12.699 10 19.301z"
|
|
1004
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
1005
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm2.4858,14.874-9,5A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.874l9,5a1,1,0,0,1,0,1.748ZM24,22H22V10h2Z"
|
|
1006
|
+
})), _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
1007
|
+
fill: "none",
|
|
1008
|
+
d: "M22 10H24V22H22zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8743l9 5a1 1 0 010 1.7486l-9 5a1.0009 1.0009 0 01-.9931-.0125zM10 12.7v6.601L15.9409 16z"
|
|
1009
|
+
})), children);
|
|
1010
|
+
});
|
|
1011
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1012
|
+
SkipForwardOutlineFilled.propTypes = iconPropTypes;
|
|
1013
|
+
}
|
|
1014
|
+
const SkipForwardOutlineSolid = /*#__PURE__*/React.forwardRef(function SkipForwardOutlineSolid(_ref43, ref) {
|
|
1015
|
+
let {
|
|
1016
|
+
children,
|
|
1017
|
+
size = 16,
|
|
1018
|
+
...rest
|
|
1019
|
+
} = _ref43;
|
|
1020
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1021
|
+
width: size,
|
|
1022
|
+
height: size,
|
|
1023
|
+
ref: ref,
|
|
1024
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1025
|
+
viewBox: "0 0 32 32",
|
|
1026
|
+
fill: "currentColor",
|
|
1027
|
+
...rest
|
|
1028
|
+
}, _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
1029
|
+
d: "M21 10H23V22H21zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8742l9 5a1 1 0 010 1.7485l-9 5a1.0009 1.0009 0 01-.9931-.0125z"
|
|
1030
|
+
})), _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
1031
|
+
d: "M16,30A14,14,0,1,1,30,16,14.0158,14.0158,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12.0137,12.0137,0,0,0,16,4Z"
|
|
1032
|
+
})), children);
|
|
1033
|
+
});
|
|
1034
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1035
|
+
SkipForwardOutlineSolid.propTypes = iconPropTypes;
|
|
1036
|
+
}
|
|
1037
|
+
const SkipForwardSolidFilled = /*#__PURE__*/React.forwardRef(function SkipForwardSolidFilled(_ref44, ref) {
|
|
1038
|
+
let {
|
|
1039
|
+
children,
|
|
1040
|
+
size = 16,
|
|
1041
|
+
...rest
|
|
1042
|
+
} = _ref44;
|
|
1043
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1044
|
+
width: size,
|
|
1045
|
+
height: size,
|
|
1046
|
+
ref: ref,
|
|
1047
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1048
|
+
viewBox: "0 0 32 32",
|
|
1049
|
+
fill: "currentColor",
|
|
1050
|
+
...rest
|
|
1051
|
+
}, _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
1052
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm2.4858,14.874-9,5A1,1,0,0,1,8,21V11a1,1,0,0,1,1.4858-.874l9,5a1,1,0,0,1,0,1.748ZM24,22H22V10h2Z"
|
|
1053
|
+
})), _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
1054
|
+
fill: "none",
|
|
1055
|
+
d: "M22 10H24V22H22zM8.4927 21.8618A1 1 0 018 21V11a1 1 0 011.4858-.8743l9 5a1 1 0 010 1.7486l-9 5a1.0009 1.0009 0 01-.9931-.0125z"
|
|
1056
|
+
})), children);
|
|
1057
|
+
});
|
|
1058
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1059
|
+
SkipForwardSolidFilled.propTypes = iconPropTypes;
|
|
1060
|
+
}
|
|
1061
|
+
const Sleet = /*#__PURE__*/React.forwardRef(function Sleet(_ref45, ref) {
|
|
1062
|
+
let {
|
|
1063
|
+
children,
|
|
1064
|
+
size = 16,
|
|
1065
|
+
...rest
|
|
1066
|
+
} = _ref45;
|
|
1067
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1068
|
+
width: size,
|
|
1069
|
+
height: size,
|
|
1070
|
+
ref: ref,
|
|
1071
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1072
|
+
viewBox: "0 0 32 32",
|
|
1073
|
+
fill: "currentColor",
|
|
1074
|
+
...rest
|
|
1075
|
+
}, _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
1076
|
+
d: "M6 24H8V26H6zM8 26H10V28H8zM10 28H12V30H10zM10 24H12V26H10zM6 28H8V30H6z"
|
|
1077
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
1078
|
+
d: "M21 30a1 1 0 01-.8944-1.4474l2-4.0005a1 1 0 111.7888.8947l-2 4A.9981.9981 0 0121 30zM24.8008 9.1362a8.9943 8.9943 0 00-17.6006 0A6.4973 6.4973 0 008.5 22h8.8818L16.106 24.5527a1 1 0 101.7885.8946L19.6177 22H23.5A6.4974 6.4974 0 0024.8008 9.1362zM23.5 20H8.5a4.4975 4.4975 0 01-.356-8.981l.8155-.0639.0991-.812a6.9938 6.9938 0 0113.8838 0l.0986.812.8154.0639A4.4975 4.4975 0 0123.5 20z"
|
|
1079
|
+
})), children);
|
|
1080
|
+
});
|
|
1081
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1082
|
+
Sleet.propTypes = iconPropTypes;
|
|
1083
|
+
}
|
|
1084
|
+
const Slisor = /*#__PURE__*/React.forwardRef(function Slisor(_ref46, ref) {
|
|
1085
|
+
let {
|
|
1086
|
+
children,
|
|
1087
|
+
size = 16,
|
|
1088
|
+
...rest
|
|
1089
|
+
} = _ref46;
|
|
1090
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1091
|
+
width: size,
|
|
1092
|
+
height: size,
|
|
1093
|
+
ref: ref,
|
|
1094
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1095
|
+
viewBox: "0 0 32 32",
|
|
1096
|
+
fill: "currentColor",
|
|
1097
|
+
...rest
|
|
1098
|
+
}, _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
1099
|
+
d: "M28,20H26v2h2v6H4V22H6V20H4a2.0024,2.0024,0,0,0-2,2v6a2.0024,2.0024,0,0,0,2,2H28a2.0024,2.0024,0,0,0,2-2V22A2.0024,2.0024,0,0,0,28,20Z"
|
|
1100
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
1101
|
+
cx: "7",
|
|
1102
|
+
cy: "25",
|
|
1103
|
+
r: "1"
|
|
1104
|
+
})), _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
1105
|
+
d: "M16,22a1.0005,1.0005,0,0,1-.4473-.1055l-10-5,.8946-1.789L16,19.8821l9.5527-4.7766.8946,1.789-10,5A1.0005,1.0005,0,0,1,16,22Z"
|
|
1106
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
1107
|
+
d: "M16,16a1.0005,1.0005,0,0,1-.4473-.1055l-10-5a1,1,0,0,1,0-1.789l10-5a1.0008,1.0008,0,0,1,.8946,0l10,5a1,1,0,0,1,0,1.789l-10,5A1.0005,1.0005,0,0,1,16,16ZM8.2358,10,16,13.8821,23.7642,10,16,6.1179Z"
|
|
1108
|
+
})), children);
|
|
1109
|
+
});
|
|
1110
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1111
|
+
Slisor.propTypes = iconPropTypes;
|
|
1112
|
+
}
|
|
1113
|
+
const Slm = /*#__PURE__*/React.forwardRef(function Slm(_ref47, ref) {
|
|
1114
|
+
let {
|
|
1115
|
+
children,
|
|
1116
|
+
size = 16,
|
|
1117
|
+
...rest
|
|
1118
|
+
} = _ref47;
|
|
1119
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1120
|
+
width: size,
|
|
1121
|
+
height: size,
|
|
1122
|
+
ref: ref,
|
|
1123
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1124
|
+
viewBox: "0 0 32 32",
|
|
1125
|
+
fill: "currentColor",
|
|
1126
|
+
...rest
|
|
1127
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
1128
|
+
d: "M28 9L26.5 14 26 16 25.5 14 24 9 22 9 22 23 24 23 24 15 23.8 13 24.4 15 26 19.6 27.6 15 28.2 13 28 15 28 23 30 23 30 9zM14 21L14 9 12 9 12 23 20 23 20 21zM8 23H2v-2h6v-4H4c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h6v2H4v4h4c1.1 0 2 .9 2 2v4C10 22.1 9.1 23 8 23z"
|
|
1129
|
+
})), children);
|
|
1130
|
+
});
|
|
1131
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1132
|
+
Slm.propTypes = iconPropTypes;
|
|
1133
|
+
}
|
|
1134
|
+
const Smell = /*#__PURE__*/React.forwardRef(function Smell(_ref48, ref) {
|
|
1135
|
+
let {
|
|
1136
|
+
children,
|
|
1137
|
+
size = 16,
|
|
1138
|
+
...rest
|
|
1139
|
+
} = _ref48;
|
|
1140
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1141
|
+
width: size,
|
|
1142
|
+
height: size,
|
|
1143
|
+
ref: ref,
|
|
1144
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1145
|
+
viewBox: "0 0 32 32",
|
|
1146
|
+
fill: "currentColor",
|
|
1147
|
+
...rest
|
|
1148
|
+
}, _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
1149
|
+
d: "M22,15V10H20v7h2a3,3,0,0,1,0,6H21V21H19v2a3,3,0,0,1-6,0V21H11v2H10a3,3,0,0,1,0-6h2V9a3,3,0,0,1,3-3h1V4H15a5,5,0,0,0-5,5v6a5,5,0,0,0,0,10h1.42a5,5,0,0,0,9.16,0H22a5,5,0,0,0,0-10Z"
|
|
1150
|
+
})), children);
|
|
1151
|
+
});
|
|
1152
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1153
|
+
Smell.propTypes = iconPropTypes;
|
|
1154
|
+
}
|
|
1155
|
+
const Smoke = /*#__PURE__*/React.forwardRef(function Smoke(_ref49, ref) {
|
|
1156
|
+
let {
|
|
1157
|
+
children,
|
|
1158
|
+
size = 16,
|
|
1159
|
+
...rest
|
|
1160
|
+
} = _ref49;
|
|
1161
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1162
|
+
width: size,
|
|
1163
|
+
height: size,
|
|
1164
|
+
ref: ref,
|
|
1165
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1166
|
+
viewBox: "0 0 32 32",
|
|
1167
|
+
fill: "currentColor",
|
|
1168
|
+
...rest
|
|
1169
|
+
}, _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
1170
|
+
d: "M27.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762a6.9956 6.9956 0 00-1.2446-5.6668L23.2 5.6a1 1 0 111.6-1.2l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L27.8 26.4A1 1 0 0127.001 28zM22.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762a6.9956 6.9956 0 00-1.2446-5.6668L18.2 5.6a1 1 0 111.6-1.2l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L22.8 26.4A1 1 0 0122.001 28zM17.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762a6.9956 6.9956 0 00-1.2446-5.6668L13.2 5.6a1 1 0 111.6-1.2l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L17.8 26.4A1 1 0 0117.001 28zM12.001 28a.998.998 0 01-.8008-.4l-.8145-1.086a8.9976 8.9976 0 01-1.6005-7.2856l1.4736-6.8762A6.9956 6.9956 0 009.0142 6.6855L8.2 5.6A1 1 0 119.8 4.4l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856l-1.4736 6.8762a6.9956 6.9956 0 001.2446 5.6668L12.8 26.4A1 1 0 0112.001 28zM7.001 28A.998.998 0 016.2 27.6l-.8145-1.086a8.9976 8.9976 0 01-1.6-7.2856l1.4736-6.8762A6.9956 6.9956 0 004.0142 6.6855L3.2 5.6A1 1 0 114.8 4.4l.8145 1.0857a8.9976 8.9976 0 011.6005 7.2856L5.7412 19.6474a6.9956 6.9956 0 001.2446 5.6668L7.8 26.4A1 1 0 017.001 28z"
|
|
1171
|
+
})), children);
|
|
1172
|
+
});
|
|
1173
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1174
|
+
Smoke.propTypes = iconPropTypes;
|
|
1175
|
+
}
|
|
1176
|
+
const WatsonHealthSmoothing = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothing(_ref50, ref) {
|
|
1177
|
+
let {
|
|
1178
|
+
children,
|
|
1179
|
+
size = 16,
|
|
1180
|
+
...rest
|
|
1181
|
+
} = _ref50;
|
|
1182
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1183
|
+
width: size,
|
|
1184
|
+
height: size,
|
|
1185
|
+
ref: ref,
|
|
1186
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1187
|
+
viewBox: "0 0 32 32",
|
|
1188
|
+
fill: "currentColor",
|
|
1189
|
+
...rest
|
|
1190
|
+
}, _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
1191
|
+
cx: "16",
|
|
1192
|
+
cy: "16",
|
|
1193
|
+
r: "5"
|
|
1194
|
+
})), _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
1195
|
+
d: "M7.7 4.7a14.7029 14.7029 0 00-3 3.1L6.3 9A13.2634 13.2634 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.5111 12.5111 0 002 16H4A11.4756 11.4756 0 014.6 12.3zM2.7 20.4a14.4029 14.4029 0 002 3.9l1.6-1.2a12.8867 12.8867 0 01-1.7-3.3zM7.8 27.3a14.4029 14.4029 0 003.9 2l.6-1.9A12.8867 12.8867 0 019 25.7zM11.7 2.7l.6 1.9A11.4756 11.4756 0 0116 4V2A12.5111 12.5111 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.526 11.526 0 0123 25.7zM27.4 19.7l1.9.6A15.4747 15.4747 0 0030 16H28A11.4756 11.4756 0 0127.4 19.7zM29.2 11.6a14.4029 14.4029 0 00-2-3.9L25.6 8.9a12.8867 12.8867 0 011.7 3.3zM24.1 4.6a14.4029 14.4029 0 00-3.9-2l-.6 1.9a12.8867 12.8867 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.4756 11.4756 0 0116 28v2A21.4206 21.4206 0 0020.3 29.3z"
|
|
1196
|
+
})), children);
|
|
1197
|
+
});
|
|
1198
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1199
|
+
WatsonHealthSmoothing.propTypes = iconPropTypes;
|
|
1200
|
+
}
|
|
1201
|
+
const WatsonHealthSmoothingCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthSmoothingCursor(_ref51, ref) {
|
|
1202
|
+
let {
|
|
1203
|
+
children,
|
|
1204
|
+
size = 16,
|
|
1205
|
+
...rest
|
|
1206
|
+
} = _ref51;
|
|
1207
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1208
|
+
width: size,
|
|
1209
|
+
height: size,
|
|
1210
|
+
ref: ref,
|
|
1211
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1212
|
+
viewBox: "0 0 32 32",
|
|
1213
|
+
fill: "currentColor",
|
|
1214
|
+
...rest
|
|
1215
|
+
}, _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
1216
|
+
cx: "18",
|
|
1217
|
+
cy: "18",
|
|
1218
|
+
r: "4"
|
|
1219
|
+
})), _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1220
|
+
d: "M18 30a11.8932 11.8932 0 01-4.1035-.72L14.58 27.4A9.9725 9.9725 0 0018 28zM22.1484 29.2637l-.6914-1.877a9.9556 9.9556 0 002.9973-1.748l1.2916 1.5268A11.9525 11.9525 0 0122.1484 29.2637zM10.2893 27.1951A12.0141 12.0141 0 017.61 24.0078l1.73-1.0029a10.0236 10.0236 0 002.2347 2.6584zM28.4133 23.967l-1.7343-.9956a9.9159 9.9159 0 001.176-3.2641l1.9712.3388A11.8956 11.8956 0 0128.4133 23.967zM6.1821 20.0925A12.1282 12.1282 0 016.1777 15.93l1.9707.3423a10.1214 10.1214 0 00.0035 3.4738zM27.8447 16.2339a9.9019 9.9019 0 00-1.1953-3.2564l1.7285-1.0063a11.9029 11.9029 0 011.4361 3.9121zM9.3313 13.0107l-1.7324-.999a12.01 12.01 0 012.6738-3.1931l1.2886 1.53A10.01 10.01 0 009.3313 13.0107zM24.4094 10.3237a9.96 9.96 0 00-3.0088-1.7309l.68-1.8809a11.9491 11.9491 0 013.6118 2.0772zM14.562 8.6064l-.6875-1.8779A12.1031 12.1031 0 0118 6V8A10.0875 10.0875 0 0014.562 8.6064zM11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
|
1221
|
+
})), children);
|
|
1222
|
+
});
|
|
1223
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1224
|
+
WatsonHealthSmoothingCursor.propTypes = iconPropTypes;
|
|
1225
|
+
}
|
|
1226
|
+
const Snooze = /*#__PURE__*/React.forwardRef(function Snooze(_ref52, ref) {
|
|
1227
|
+
let {
|
|
1228
|
+
children,
|
|
1229
|
+
size = 16,
|
|
1230
|
+
...rest
|
|
1231
|
+
} = _ref52;
|
|
1232
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1233
|
+
width: size,
|
|
1234
|
+
height: size,
|
|
1235
|
+
ref: ref,
|
|
1236
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1237
|
+
viewBox: "0 0 32 32",
|
|
1238
|
+
fill: "currentColor",
|
|
1239
|
+
...rest
|
|
1240
|
+
}, _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1241
|
+
d: "M20 14L20 12 12 12 12 14 17.5 14 12 20 12 22 20 22 20 20 14.507 20 20 14z"
|
|
1242
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1243
|
+
d: "M24.5 3.965H26.499V9.036999999999999H24.5z",
|
|
1244
|
+
transform: "rotate(-44.945 25.5 6.5)"
|
|
1245
|
+
})), _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1246
|
+
d: "M16,28A11,11,0,1,1,27,17,11.0125,11.0125,0,0,1,16,28ZM16,8a9,9,0,1,0,9,9A9.01,9.01,0,0,0,16,8Z"
|
|
1247
|
+
})), _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1248
|
+
d: "M3.965 5.501H9.036999999999999V7.5H3.965z",
|
|
1249
|
+
transform: "rotate(-45.055 6.5 6.5)"
|
|
1250
|
+
})), children);
|
|
1251
|
+
});
|
|
1252
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1253
|
+
Snooze.propTypes = iconPropTypes;
|
|
1254
|
+
}
|
|
1255
|
+
const Snow = /*#__PURE__*/React.forwardRef(function Snow(_ref53, ref) {
|
|
1256
|
+
let {
|
|
1257
|
+
children,
|
|
1258
|
+
size = 16,
|
|
1259
|
+
...rest
|
|
1260
|
+
} = _ref53;
|
|
1261
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1262
|
+
width: size,
|
|
1263
|
+
height: size,
|
|
1264
|
+
ref: ref,
|
|
1265
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1266
|
+
viewBox: "0 0 32 32",
|
|
1267
|
+
fill: "currentColor",
|
|
1268
|
+
...rest
|
|
1269
|
+
}, _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1270
|
+
d: "M23.5 22H8.5A6.5 6.5 0 017.2 9.14a9 9 0 0117.6 0A6.5 6.5 0 0123.5 22zM16 4a7 7 0 00-6.94 6.14L9 11 8.14 11a4.5 4.5 0 00.36 9h15a4.5 4.5 0 00.36-9L23 11l-.1-.82A7 7 0 0016 4zM12 25.05L10.95 24 9.5 25.45 8.05 24 7 25.05 8.45 26.5 7 27.95 8.05 29 9.5 27.55 10.95 29 12 27.95 10.55 26.5 12 25.05zM26 25.05L24.95 24 23.5 25.45 22.05 24 21 25.05 22.45 26.5 21 27.95 22.05 29 23.5 27.55 24.95 29 26 27.95 24.55 26.5 26 25.05zM19 27.05L17.95 26 16.5 27.45 15.05 26 14 27.05 15.45 28.5 14 29.95 15.05 31 16.5 29.55 17.95 31 19 29.95 17.55 28.5 19 27.05z"
|
|
1271
|
+
})), children);
|
|
1272
|
+
});
|
|
1273
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1274
|
+
Snow.propTypes = iconPropTypes;
|
|
1275
|
+
}
|
|
1276
|
+
const SnowBlizzard = /*#__PURE__*/React.forwardRef(function SnowBlizzard(_ref54, ref) {
|
|
1277
|
+
let {
|
|
1278
|
+
children,
|
|
1279
|
+
size = 16,
|
|
1280
|
+
...rest
|
|
1281
|
+
} = _ref54;
|
|
1282
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1283
|
+
width: size,
|
|
1284
|
+
height: size,
|
|
1285
|
+
ref: ref,
|
|
1286
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1287
|
+
viewBox: "0 0 32 32",
|
|
1288
|
+
fill: "currentColor",
|
|
1289
|
+
...rest
|
|
1290
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1291
|
+
d: "M13 10H15V12H13zM15 12H17V14H15zM17 14H19V16H17zM17 10H19V12H17zM13 14H15V16H13zM3 26H5V28H3zM5 28H7V30H5zM7 30H9V32H7zM7 26H9V28H7zM3 30H5V32H3zM23 26H25V28H23zM25 28H27V30H25zM27 30H29V32H27zM27 26H29V28H27zM23 30H25V32H23zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM13 26H15V28H13zM15 28H17V30H15zM17 30H19V32H17zM17 26H19V28H17zM13 30H15V32H13z"
|
|
1292
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1293
|
+
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z"
|
|
1294
|
+
})), children);
|
|
1295
|
+
});
|
|
1296
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1297
|
+
SnowBlizzard.propTypes = iconPropTypes;
|
|
1298
|
+
}
|
|
1299
|
+
const SnowHeavy = /*#__PURE__*/React.forwardRef(function SnowHeavy(_ref55, ref) {
|
|
1300
|
+
let {
|
|
1301
|
+
children,
|
|
1302
|
+
size = 16,
|
|
1303
|
+
...rest
|
|
1304
|
+
} = _ref55;
|
|
1305
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1306
|
+
width: size,
|
|
1307
|
+
height: size,
|
|
1308
|
+
ref: ref,
|
|
1309
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1310
|
+
viewBox: "0 0 32 32",
|
|
1311
|
+
fill: "currentColor",
|
|
1312
|
+
...rest
|
|
1313
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1314
|
+
d: "M4 26H6V28H4zM6 28H8V30H6zM8 30H10V32H8zM8 26H10V28H8zM4 30H6V32H4zM8 18H10V20H8zM10 20H12V22H10zM12 22H14V24H12zM12 18H14V20H12zM8 22H10V24H8zM18 18H20V20H18zM20 20H22V22H20zM22 22H24V24H22zM22 18H24V20H22zM18 22H20V24H18zM14 26H16V28H14zM16 28H18V30H16zM18 30H20V32H18zM18 26H20V28H18zM14 30H16V32H14z"
|
|
1315
|
+
})), _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1316
|
+
d: "M24.8008,9.1362a8.9943,8.9943,0,0,0-17.6006,0A6.4957,6.4957,0,0,0,6,21.4985v-2.26A4.4943,4.4943,0,0,1,8.144,11.019l.8155-.0639.0991-.812a6.9938,6.9938,0,0,1,13.8838,0l.0986.812.8154.0639A4.4944,4.4944,0,0,1,26,19.2383v2.26A6.4958,6.4958,0,0,0,24.8008,9.1362Z"
|
|
1317
|
+
})), children);
|
|
1318
|
+
});
|
|
1319
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1320
|
+
SnowHeavy.propTypes = iconPropTypes;
|
|
1321
|
+
}
|
|
1322
|
+
const SnowScattered = /*#__PURE__*/React.forwardRef(function SnowScattered(_ref56, ref) {
|
|
1323
|
+
let {
|
|
1324
|
+
children,
|
|
1325
|
+
size = 16,
|
|
1326
|
+
...rest
|
|
1327
|
+
} = _ref56;
|
|
1328
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1329
|
+
width: size,
|
|
1330
|
+
height: size,
|
|
1331
|
+
ref: ref,
|
|
1332
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1333
|
+
viewBox: "0 0 32 32",
|
|
1334
|
+
fill: "currentColor",
|
|
1335
|
+
...rest
|
|
1336
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1337
|
+
d: "M2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2zM20 26H22V28H20zM22 28H24V30H22zM24 30H26V32H24zM24 26H26V28H24zM20 30H22V32H20zM11 26H13V28H11zM13 28H15V30H13zM15 30H17V32H15zM15 26H17V28H15zM11 30H13V32H11zM20 0H22V3H20zM29 10.001H32V12.001H29z"
|
|
1338
|
+
})), _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1339
|
+
d: "M26.732 3.768H29.732V5.768H26.732z",
|
|
1340
|
+
transform: "rotate(-45 28.232 4.768)"
|
|
1341
|
+
})), _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1342
|
+
d: "M26.732 16.233H29.732V18.233H26.732z",
|
|
1343
|
+
transform: "rotate(-135 28.232 17.233)"
|
|
1344
|
+
})), _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1345
|
+
d: "M12.268 3.768H15.268V5.768H12.268z",
|
|
1346
|
+
transform: "rotate(-135 13.768 4.768)"
|
|
1347
|
+
})), _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1348
|
+
d: "M27,11A5.9852,5.9852,0,0,0,16.1431,7.5083,7.3737,7.3737,0,0,0,13.5,7a7.5511,7.5511,0,0,0-7.1494,5.2441A5.9926,5.9926,0,0,0,8,24H19a5.9672,5.9672,0,0,0,5.5667-8.2A5.9722,5.9722,0,0,0,27,11ZM19,22H8a3.9926,3.9926,0,0,1-.6733-7.9292l.663-.1128.1456-.6562a5.496,5.496,0,0,1,10.7294,0l.1456.6562.6626.1128A3.9925,3.9925,0,0,1,19,22Zm4.5222-7.9131a5.9592,5.9592,0,0,0-2.8728-1.8428,7.5212,7.5212,0,0,0-2.7224-3.78,3.9869,3.9869,0,1,1,5.5952,5.6225Z"
|
|
1349
|
+
})), children);
|
|
1350
|
+
});
|
|
1351
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1352
|
+
SnowScattered.propTypes = iconPropTypes;
|
|
1353
|
+
}
|
|
1354
|
+
const SnowScatteredNight = /*#__PURE__*/React.forwardRef(function SnowScatteredNight(_ref57, ref) {
|
|
1355
|
+
let {
|
|
1356
|
+
children,
|
|
1357
|
+
size = 16,
|
|
1358
|
+
...rest
|
|
1359
|
+
} = _ref57;
|
|
1360
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
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: "M2 26H4V28H2zM4 28H6V30H4zM6 30H8V32H6zM6 26H8V28H6zM2 30H4V32H2zM20 26H22V28H20zM22 28H24V30H22zM24 30H26V32H24zM24 26H26V28H24zM20 30H22V32H20zM11 26H13V28H11zM13 28H15V30H13zM15 30H17V32H15zM15 26H17V28H15zM11 30H13V32H11zM29.8439 13.0347a1.517 1.517 0 00-1.23-.8658 5.3552 5.3552 0 01-3.4095-1.7158 6.4655 6.4655 0 01-1.286-6.3926 1.6025 1.6025 0 00-.2989-1.5459 1.4543 1.4543 0 00-1.36-.4931l-.0191.0039a7.7685 7.7685 0 00-5.8847 5.5737A7.3706 7.3706 0 0013.5 7a7.5511 7.5511 0 00-7.1494 5.2441A5.9926 5.9926 0 008 24H19a6.0066 6.0066 0 006-6c0-.0571-.0123-.1113-.0139-.1685a7.5076 7.5076 0 004.7611-3.2768A1.5369 1.5369 0 0029.8439 13.0347zM19 22H8a3.9926 3.9926 0 01-.6733-7.9292l.663-.1128.1456-.6562a5.496 5.496 0 0110.7294 0l.1456.6562.6626.1128A3.9925 3.9925 0 0119 22zm5.5974-6.1289a5.9661 5.9661 0 00-3.948-3.627 7.49 7.49 0 00-2.489-3.58 5.9018 5.9018 0 013.6381-4.4473 8.4577 8.4577 0 001.94 7.5967A7.4007 7.4007 0 0027.64 14.041 5.4487 5.4487 0 0124.5974 15.8711z"
|
|
1370
|
+
})), children);
|
|
1371
|
+
});
|
|
1372
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1373
|
+
SnowScatteredNight.propTypes = iconPropTypes;
|
|
1374
|
+
}
|
|
1375
|
+
const SnowDensity = /*#__PURE__*/React.forwardRef(function SnowDensity(_ref58, ref) {
|
|
1376
|
+
let {
|
|
1377
|
+
children,
|
|
1378
|
+
size = 16,
|
|
1379
|
+
...rest
|
|
1380
|
+
} = _ref58;
|
|
1381
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
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: "M16,28a9.0114,9.0114,0,0,1-9-9,9.9843,9.9843,0,0,1,1.4941-4.9554L15.1528,3.4367a1.04,1.04,0,0,1,1.6944,0l6.6289,10.5564A10.0633,10.0633,0,0,1,25,19,9.0114,9.0114,0,0,1,16,28ZM16,5.8483l-5.7817,9.2079A7.9771,7.9771,0,0,0,9,19a7,7,0,0,0,14,0,8.0615,8.0615,0,0,0-1.248-3.9953Z"
|
|
1391
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1392
|
+
d: "M20.6 16.8L19.4 15.2 17 17 17 14 15 14 15 17 12.6 15.2 11.4 16.8 14.333 19 11.4 21.2 12.6 22.8 15 21 15 24 17 24 17 21 19.4 22.8 20.6 21.2 17.667 19 20.6 16.8z"
|
|
1393
|
+
})), children);
|
|
1394
|
+
});
|
|
1395
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1396
|
+
SnowDensity.propTypes = iconPropTypes;
|
|
1397
|
+
}
|
|
1398
|
+
const Snowflake = /*#__PURE__*/React.forwardRef(function Snowflake(_ref59, ref) {
|
|
1399
|
+
let {
|
|
1400
|
+
children,
|
|
1401
|
+
size = 16,
|
|
1402
|
+
...rest
|
|
1403
|
+
} = _ref59;
|
|
1404
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1405
|
+
width: size,
|
|
1406
|
+
height: size,
|
|
1407
|
+
ref: ref,
|
|
1408
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1409
|
+
viewBox: "0 0 32 32",
|
|
1410
|
+
fill: "currentColor",
|
|
1411
|
+
...rest
|
|
1412
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1413
|
+
d: "M21.4148,12H28V10H23.4148l4.5857-4.5854L26.5864,4,22,8.5869V4H20v6.5869L18.5867,12H17V8H15v4H13.4133L12,10.5869V4H10V8.5869L5.4136,4,4,5.4146,8.5852,10H4v2h6.5852L12,13.415V15H8v2h4v1.5869L10.5867,20H4v2H8.5867L4,26.5864l1.4141,1.4141L10,23.415V28h2V21.415L13.4148,20H15v4h2V20h1.5852L20,21.415V28h2V23.415l4.5854,4.5855L28,26.5864,23.4133,22H28V20H21.4133L20,18.5869V17h4V15H20V13.415ZM18,18H14V14h4Z"
|
|
1414
|
+
})), children);
|
|
1415
|
+
});
|
|
1416
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1417
|
+
Snowflake.propTypes = iconPropTypes;
|
|
1418
|
+
}
|
|
1419
|
+
const Soccer = /*#__PURE__*/React.forwardRef(function Soccer(_ref60, ref) {
|
|
1420
|
+
let {
|
|
1421
|
+
children,
|
|
1422
|
+
size = 16,
|
|
1423
|
+
...rest
|
|
1424
|
+
} = _ref60;
|
|
1425
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1426
|
+
width: size,
|
|
1427
|
+
height: size,
|
|
1428
|
+
ref: ref,
|
|
1429
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1430
|
+
viewBox: "0 0 32 32",
|
|
1431
|
+
fill: "currentColor",
|
|
1432
|
+
...rest
|
|
1433
|
+
}, _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
1434
|
+
cx: "17",
|
|
1435
|
+
cy: "28",
|
|
1436
|
+
r: "2"
|
|
1437
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1438
|
+
d: "M7.55 17.5H15.45V19.5H7.55z",
|
|
1439
|
+
transform: "rotate(-45 11.5 18.5)"
|
|
1440
|
+
})), _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1441
|
+
d: "M28 16.584L19.4143 8H6v2H18.5857l3 3L6 28.5859 7.4141 30 23 14.415 26.584 18 23 21.5859 24.4141 23 28 19.416A2.0044 2.0044 0 0028 16.584zM24.5 9A3.5 3.5 0 1128 5.5 3.504 3.504 0 0124.5 9zm0-5A1.5 1.5 0 1026 5.5 1.5017 1.5017 0 0024.5 4z"
|
|
1442
|
+
})), children);
|
|
1443
|
+
});
|
|
1444
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1445
|
+
Soccer.propTypes = iconPropTypes;
|
|
1446
|
+
}
|
|
1447
|
+
const SoftwareResource = /*#__PURE__*/React.forwardRef(function SoftwareResource(_ref61, ref) {
|
|
1448
|
+
let {
|
|
1449
|
+
children,
|
|
1450
|
+
size = 16,
|
|
1451
|
+
...rest
|
|
1452
|
+
} = _ref61;
|
|
1453
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1454
|
+
width: size,
|
|
1455
|
+
height: size,
|
|
1456
|
+
ref: ref,
|
|
1457
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1458
|
+
viewBox: "0 0 32 32",
|
|
1459
|
+
fill: "currentColor",
|
|
1460
|
+
...rest
|
|
1461
|
+
}, _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1462
|
+
d: "M29.391,14.527L17.473,2.609C17.067,2.203,16.533,2,16,2c-0.533,0-1.067,0.203-1.473,0.609L2.609,14.527 C2.203,14.933,2,15.466,2,16s0.203,1.067,0.609,1.473l11.917,11.917C14.933,29.797,15.467,30,16,30c0.533,0,1.067-0.203,1.473-0.609 l11.917-11.917C29.797,17.067,30,16.534,30,16S29.797,14.933,29.391,14.527z M16,28.036L3.965,16L16,3.964L28.036,16L16,28.036z"
|
|
1463
|
+
})), children);
|
|
1464
|
+
});
|
|
1465
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1466
|
+
SoftwareResource.propTypes = iconPropTypes;
|
|
1467
|
+
}
|
|
1468
|
+
const SoftwareResourceCluster = /*#__PURE__*/React.forwardRef(function SoftwareResourceCluster(_ref62, ref) {
|
|
1469
|
+
let {
|
|
1470
|
+
children,
|
|
1471
|
+
size = 16,
|
|
1472
|
+
...rest
|
|
1473
|
+
} = _ref62;
|
|
1474
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1475
|
+
width: size,
|
|
1476
|
+
height: size,
|
|
1477
|
+
ref: ref,
|
|
1478
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1479
|
+
viewBox: "0 0 32 32",
|
|
1480
|
+
fill: "currentColor",
|
|
1481
|
+
...rest
|
|
1482
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1483
|
+
d: "M24 21c-.5 0-1-.2-1.4-.6l-3-3C19.2 17 19 16.5 19 16s.2-1 .6-1.4l3-3C23 11.2 23.5 11 24 11c.5 0 1 .2 1.4.6l3 3C28.8 15 29 15.5 29 16c0 .5-.2 1-.6 1.4l-3 3C25 20.8 24.5 21 24 21zM24 13l-3 3 3 3 3-3L24 13zM16 13c-.5 0-1-.2-1.4-.6l-3-3C11.2 9 11 8.5 11 8s.2-1 .6-1.4l3-3C15 3.2 15.5 3 16 3c.5 0 1 .2 1.4.6l3 3C20.8 7 21 7.5 21 8c0 .5-.2 1-.6 1.4l-3 3C17 12.8 16.5 13 16 13zM16 5l-3 3 3 3 3-3L16 5zM16 29c-.5 0-1-.2-1.4-.6l-3-3C11.2 25 11 24.5 11 24s.2-1 .6-1.4l3-3C15 19.2 15.5 19 16 19c.5 0 1 .2 1.4.6l3 3C20.8 23 21 23.5 21 24c0 .5-.2 1-.6 1.4l-3 3C17 28.8 16.5 29 16 29zM16 21l-3 3 3 3 3-3L16 21zM8 21c-.5 0-1-.2-1.4-.6l-3-3C3.2 17 3 16.5 3 16s.2-1 .6-1.4l3-3C7 11.2 7.5 11 8 11c.5 0 1 .2 1.4.6l3 3C12.8 15 13 15.5 13 16c0 .5-.2 1-.6 1.4l-3 3C9 20.8 8.5 21 8 21zM8 13l-3 3 3 3 3-3L8 13z"
|
|
1484
|
+
})), children);
|
|
1485
|
+
});
|
|
1486
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1487
|
+
SoftwareResourceCluster.propTypes = iconPropTypes;
|
|
1488
|
+
}
|
|
1489
|
+
const SoftwareResourceResource = /*#__PURE__*/React.forwardRef(function SoftwareResourceResource(_ref63, ref) {
|
|
1490
|
+
let {
|
|
1491
|
+
children,
|
|
1492
|
+
size = 16,
|
|
1493
|
+
...rest
|
|
1494
|
+
} = _ref63;
|
|
1495
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1496
|
+
width: size,
|
|
1497
|
+
height: size,
|
|
1498
|
+
ref: ref,
|
|
1499
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1500
|
+
viewBox: "0 0 32 32",
|
|
1501
|
+
fill: "currentColor",
|
|
1502
|
+
...rest
|
|
1503
|
+
}, _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1504
|
+
d: "M6.9 8.3H11.7V10.3H6.9z",
|
|
1505
|
+
transform: "rotate(-45.001 9.293 9.293)"
|
|
1506
|
+
})), _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1507
|
+
d: "M4.9,19.7l-2.3-2.3C2.2,17,2,16.5,2,16s0.2-1,0.6-1.4l2.3-2.3l1.4,1.4L4,16l2.3,2.3L4.9,19.7z"
|
|
1508
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1509
|
+
d: "M8.3 20.3H10.3V25.1H8.3z",
|
|
1510
|
+
transform: "rotate(-45.001 9.293 22.707)"
|
|
1511
|
+
})), _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1512
|
+
d: "M16,30c-0.5,0-1-0.2-1.4-0.6l-2.3-2.3l1.4-1.4L16,28l2.3-2.3l1.4,1.4l-2.3,2.3C17,29.8,16.5,30,16,30z"
|
|
1513
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1514
|
+
d: "M20.3 21.7H25.1V23.7H20.3z",
|
|
1515
|
+
transform: "rotate(-45.001 22.707 22.707)"
|
|
1516
|
+
})), _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1517
|
+
d: "M27.1,19.7l-1.4-1.4L28,16l-2.3-2.3l1.4-1.4l2.3,2.3C29.8,15,30,15.5,30,16s-0.2,1-0.6,1.4L27.1,19.7z"
|
|
1518
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1519
|
+
d: "M21.7 6.9H23.7V11.7H21.7z",
|
|
1520
|
+
transform: "rotate(-45.001 22.707 9.293)"
|
|
1521
|
+
})), _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1522
|
+
d: "M16,2c-0.5,0-1,0.2-1.4,0.6l-2.3,2.3l1.4,1.4L16,4l2.3,2.3l1.4-1.4l-2.3-2.3C17,2.2,16.5,2,16,2z"
|
|
1523
|
+
})), children);
|
|
1524
|
+
});
|
|
1525
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1526
|
+
SoftwareResourceResource.propTypes = iconPropTypes;
|
|
1527
|
+
}
|
|
1528
|
+
const SoilMoisture = /*#__PURE__*/React.forwardRef(function SoilMoisture(_ref64, ref) {
|
|
1529
|
+
let {
|
|
1530
|
+
children,
|
|
1531
|
+
size = 16,
|
|
1532
|
+
...rest
|
|
1533
|
+
} = _ref64;
|
|
1534
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1535
|
+
width: size,
|
|
1536
|
+
height: size,
|
|
1537
|
+
ref: ref,
|
|
1538
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1539
|
+
viewBox: "0 0 32 32",
|
|
1540
|
+
fill: "currentColor",
|
|
1541
|
+
...rest
|
|
1542
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1543
|
+
d: "M24.5,28A5.385,5.385,0,0,1,19,22.751a5.3837,5.3837,0,0,1,.874-2.8308L23.49,14.5383a1.217,1.217,0,0,1,2.02,0L29.06,19.8154A5.4923,5.4923,0,0,1,30,22.751,5.385,5.385,0,0,1,24.5,28Zm0-11.38-2.9356,4.3672A3.3586,3.3586,0,0,0,21,22.751a3.51,3.51,0,0,0,7,0,3.4356,3.4356,0,0,0-.63-1.867Z"
|
|
1544
|
+
})), _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
1545
|
+
cx: "5",
|
|
1546
|
+
cy: "13",
|
|
1547
|
+
r: "1"
|
|
1548
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
1549
|
+
cx: "11",
|
|
1550
|
+
cy: "19",
|
|
1551
|
+
r: "1"
|
|
1552
|
+
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
1553
|
+
cx: "15",
|
|
1554
|
+
cy: "25",
|
|
1555
|
+
r: "1"
|
|
1556
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
1557
|
+
cx: "17",
|
|
1558
|
+
cy: "15",
|
|
1559
|
+
r: "1"
|
|
1560
|
+
})), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
1561
|
+
cx: "13",
|
|
1562
|
+
cy: "11",
|
|
1563
|
+
r: "1"
|
|
1564
|
+
})), _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
1565
|
+
cx: "27",
|
|
1566
|
+
cy: "11",
|
|
1567
|
+
r: "1"
|
|
1568
|
+
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
1569
|
+
cx: "9",
|
|
1570
|
+
cy: "27",
|
|
1571
|
+
r: "1"
|
|
1572
|
+
})), _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
1573
|
+
cx: "3",
|
|
1574
|
+
cy: "21",
|
|
1575
|
+
r: "1"
|
|
1576
|
+
})), _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1577
|
+
d: "M2 6H30V8H2z"
|
|
1578
|
+
})), children);
|
|
1579
|
+
});
|
|
1580
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1581
|
+
SoilMoisture.propTypes = iconPropTypes;
|
|
1582
|
+
}
|
|
1583
|
+
const SoilMoistureField = /*#__PURE__*/React.forwardRef(function SoilMoistureField(_ref65, ref) {
|
|
1584
|
+
let {
|
|
1585
|
+
children,
|
|
1586
|
+
size = 16,
|
|
1587
|
+
...rest
|
|
1588
|
+
} = _ref65;
|
|
1589
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1590
|
+
width: size,
|
|
1591
|
+
height: size,
|
|
1592
|
+
ref: ref,
|
|
1593
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1594
|
+
viewBox: "0 0 32 32",
|
|
1595
|
+
fill: "currentColor",
|
|
1596
|
+
...rest
|
|
1597
|
+
}, _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1598
|
+
d: "M24.5 30a5.202 5.202 0 01-4.626-8.08L23.49 16.5382a1.217 1.217 0 012.02 0L29.06 21.8154A5.4921 5.4921 0 0130 24.751 5.385 5.385 0 0124.5 30zm0-11.38l-2.9356 4.3672A3.2079 3.2079 0 0024.5 28 3.3855 3.3855 0 0028 24.751a3.4354 3.4354 0 00-.63-1.867zM11 16V11h1a4.0045 4.0045 0 004-4V4H13a3.9779 3.9779 0 00-2.7468 1.1067A6.0034 6.0034 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.002 2.002 0 0113 6zM8 9A4.0045 4.0045 0 014 5V4H5A4.0045 4.0045 0 019 8V9zM2 21H16V23H2zM2 26H16V28H2z"
|
|
1599
|
+
})), children);
|
|
1600
|
+
});
|
|
1601
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1602
|
+
SoilMoistureField.propTypes = iconPropTypes;
|
|
1603
|
+
}
|
|
1604
|
+
const SoilMoistureGlobal = /*#__PURE__*/React.forwardRef(function SoilMoistureGlobal(_ref66, ref) {
|
|
1605
|
+
let {
|
|
1606
|
+
children,
|
|
1607
|
+
size = 16,
|
|
1608
|
+
...rest
|
|
1609
|
+
} = _ref66;
|
|
1610
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1611
|
+
width: size,
|
|
1612
|
+
height: size,
|
|
1613
|
+
ref: ref,
|
|
1614
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1615
|
+
viewBox: "0 0 32 32",
|
|
1616
|
+
fill: "currentColor",
|
|
1617
|
+
...rest
|
|
1618
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1619
|
+
d: "M25 30a4.7347 4.7347 0 01-4.2075-7.35l3.3687-5.1942a1 1 0 011.6779 0l3.3152 5.11A4.9753 4.9753 0 0130 25.2231 4.8979 4.8979 0 0125 30zm0-10.1629l-2.5078 3.8662A2.9264 2.9264 0 1028 25.2231a2.96 2.96 0 00-.5444-1.6028zM11 24H9A17.0192 17.0192 0 0126 7h4V9H26A15.017 15.017 0 0011 24z"
|
|
1620
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1621
|
+
d: "M16,24H14A12.0137,12.0137,0,0,1,26,12h4v2H26A10.0113,10.0113,0,0,0,16,24Z"
|
|
1622
|
+
})), _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1623
|
+
d: "M26,2A21.8625,21.8625,0,0,0,13.9993,5.5757,21.856,21.856,0,0,0,2,2V4A19.8735,19.8735,0,0,1,12.2622,6.835,22.1514,22.1514,0,0,0,9.9475,8.979,17.001,17.001,0,0,0,2,7V9a15.0142,15.0142,0,0,1,6.6191,1.5366,22.0768,22.0768,0,0,0-1.7016,2.5371A12.0319,12.0319,0,0,0,2,12v2a9.8838,9.8838,0,0,1,4.0007.8506A21.861,21.861,0,0,0,4,24H6A20.0226,20.0226,0,0,1,26,4h4V2Z"
|
|
1624
|
+
})), children);
|
|
1625
|
+
});
|
|
1626
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1627
|
+
SoilMoistureGlobal.propTypes = iconPropTypes;
|
|
1628
|
+
}
|
|
1629
|
+
const SoilTemperature = /*#__PURE__*/React.forwardRef(function SoilTemperature(_ref67, ref) {
|
|
1630
|
+
let {
|
|
1631
|
+
children,
|
|
1632
|
+
size = 16,
|
|
1633
|
+
...rest
|
|
1634
|
+
} = _ref67;
|
|
1635
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1636
|
+
width: size,
|
|
1637
|
+
height: size,
|
|
1638
|
+
ref: ref,
|
|
1639
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1640
|
+
viewBox: "0 0 32 32",
|
|
1641
|
+
fill: "currentColor",
|
|
1642
|
+
...rest
|
|
1643
|
+
}, _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
|
1644
|
+
cx: "5",
|
|
1645
|
+
cy: "13",
|
|
1646
|
+
r: "1"
|
|
1647
|
+
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
|
1648
|
+
cx: "11",
|
|
1649
|
+
cy: "19",
|
|
1650
|
+
r: "1"
|
|
1651
|
+
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
1652
|
+
cx: "15",
|
|
1653
|
+
cy: "25",
|
|
1654
|
+
r: "1"
|
|
1655
|
+
})), _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
1656
|
+
cx: "17",
|
|
1657
|
+
cy: "15",
|
|
1658
|
+
r: "1"
|
|
1659
|
+
})), _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
1660
|
+
cx: "13",
|
|
1661
|
+
cy: "11",
|
|
1662
|
+
r: "1"
|
|
1663
|
+
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
1664
|
+
cx: "9",
|
|
1665
|
+
cy: "27",
|
|
1666
|
+
r: "1"
|
|
1667
|
+
})), _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
|
1668
|
+
cx: "3",
|
|
1669
|
+
cy: "21",
|
|
1670
|
+
r: "1"
|
|
1671
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1672
|
+
d: "M25 30a4.9863 4.9863 0 01-3-8.98V15a3 3 0 016 0v6.02A4.9863 4.9863 0 0125 30zm0-16a1.0011 1.0011 0 00-1 1v7.13l-.4971.2893A2.9676 2.9676 0 0022 25a3 3 0 006 0 2.9676 2.9676 0 00-1.5029-2.5811L26 22.13V15A1.0011 1.0011 0 0025 14zM2 6H30V8H2z"
|
|
1673
|
+
})), children);
|
|
1674
|
+
});
|
|
1675
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1676
|
+
SoilTemperature.propTypes = iconPropTypes;
|
|
1677
|
+
}
|
|
1678
|
+
const SoilTemperatureField = /*#__PURE__*/React.forwardRef(function SoilTemperatureField(_ref68, ref) {
|
|
1679
|
+
let {
|
|
1680
|
+
children,
|
|
1681
|
+
size = 16,
|
|
1682
|
+
...rest
|
|
1683
|
+
} = _ref68;
|
|
1684
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1685
|
+
width: size,
|
|
1686
|
+
height: size,
|
|
1687
|
+
ref: ref,
|
|
1688
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1689
|
+
viewBox: "0 0 32 32",
|
|
1690
|
+
fill: "currentColor",
|
|
1691
|
+
...rest
|
|
1692
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1693
|
+
d: "M11 16V11h1a4.0045 4.0045 0 004-4V4H13a3.9779 3.9779 0 00-2.7468 1.1067A6.0034 6.0034 0 005 2H2V5a6.0066 6.0066 0 006 6H9v5H2v2H16V16zM13 6h1V7a2.002 2.002 0 01-2 2H11V8A2.002 2.002 0 0113 6zM8 9A4.0045 4.0045 0 014 5V4H5A4.0045 4.0045 0 019 8V9zM2 21H16V23H2zM2 26H16V28H2zM25 30a4.9863 4.9863 0 01-3-8.98V15a3 3 0 016 0v6.02A4.9863 4.9863 0 0125 30zm0-16a1.0011 1.0011 0 00-1 1v7.13l-.4971.2893A2.9676 2.9676 0 0022 25a3 3 0 006 0 2.9676 2.9676 0 00-1.5029-2.5811L26 22.13V15A1.0011 1.0011 0 0025 14z"
|
|
1694
|
+
})), children);
|
|
1695
|
+
});
|
|
1696
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1697
|
+
SoilTemperatureField.propTypes = iconPropTypes;
|
|
1698
|
+
}
|
|
1699
|
+
const SoilTemperatureGlobal = /*#__PURE__*/React.forwardRef(function SoilTemperatureGlobal(_ref69, ref) {
|
|
1700
|
+
let {
|
|
1701
|
+
children,
|
|
1702
|
+
size = 16,
|
|
1703
|
+
...rest
|
|
1704
|
+
} = _ref69;
|
|
1705
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1706
|
+
width: size,
|
|
1707
|
+
height: size,
|
|
1708
|
+
ref: ref,
|
|
1709
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1710
|
+
viewBox: "0 0 32 32",
|
|
1711
|
+
fill: "currentColor",
|
|
1712
|
+
...rest
|
|
1713
|
+
}, _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1714
|
+
d: "M25 30a4.9863 4.9863 0 01-3-8.98V15a3 3 0 016 0v6.02A4.9863 4.9863 0 0125 30zm0-16a1.0011 1.0011 0 00-1 1v7.13l-.4971.2893A2.9676 2.9676 0 0022 25a3 3 0 006 0 2.9676 2.9676 0 00-1.5029-2.5811L26 22.13V15A1.0011 1.0011 0 0025 14zM16 24H14a11.89 11.89 0 013.7642-8.7271l1.373 1.4542A9.909 9.909 0 0016 24z"
|
|
1715
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1716
|
+
d: "M11,24H9A17.0192,17.0192,0,0,1,26,7h4V9H26A15.017,15.017,0,0,0,11,24Z"
|
|
1717
|
+
})), _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1718
|
+
d: "M26,2A21.8625,21.8625,0,0,0,13.9993,5.5757,21.856,21.856,0,0,0,2,2V4A19.8735,19.8735,0,0,1,12.2622,6.835,22.1514,22.1514,0,0,0,9.9475,8.979,17.001,17.001,0,0,0,2,7V9a15.0142,15.0142,0,0,1,6.6191,1.5366,22.0768,22.0768,0,0,0-1.7016,2.5371A12.0319,12.0319,0,0,0,2,12v2a9.8838,9.8838,0,0,1,4.0007.8506A21.861,21.861,0,0,0,4,24H6A20.0226,20.0226,0,0,1,26,4h4V2Z"
|
|
1719
|
+
})), children);
|
|
1720
|
+
});
|
|
1721
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1722
|
+
SoilTemperatureGlobal.propTypes = iconPropTypes;
|
|
1723
|
+
}
|
|
1724
|
+
const SolarPanel = /*#__PURE__*/React.forwardRef(function SolarPanel(_ref70, ref) {
|
|
1725
|
+
let {
|
|
1726
|
+
children,
|
|
1727
|
+
size = 16,
|
|
1728
|
+
...rest
|
|
1729
|
+
} = _ref70;
|
|
1730
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1731
|
+
width: size,
|
|
1732
|
+
height: size,
|
|
1733
|
+
ref: ref,
|
|
1734
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1735
|
+
viewBox: "0 0 32 32",
|
|
1736
|
+
fill: "currentColor",
|
|
1737
|
+
...rest
|
|
1738
|
+
}, _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1739
|
+
d: "M30 26V14H13V26h5v2H2v2H30V28H25V26zm-5-2V21h3v3zm-2-3v3H20V21zm-3-2V16h3v3zm8 0H25V16h3zM18 16v3H15V16zm-3 8V21h3v3zm8 4H20V26h3zM9.3328 14.981A4 4 0 1116 12H14a2 2 0 10-3.3333 1.4907zM11 2H13V6H11zM2 11H6V13H2z"
|
|
1740
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1741
|
+
d: "M5.343 4.343H7.343V8.343H5.343z",
|
|
1742
|
+
transform: "rotate(-45 6.343 6.343)"
|
|
1743
|
+
})), _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1744
|
+
d: "M16.657 4.343H18.657V8.343H16.657z",
|
|
1745
|
+
transform: "rotate(-135 17.657 6.343)"
|
|
1746
|
+
})), children);
|
|
1747
|
+
});
|
|
1748
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1749
|
+
SolarPanel.propTypes = iconPropTypes;
|
|
1750
|
+
}
|
|
1751
|
+
const SortAscending = /*#__PURE__*/React.forwardRef(function SortAscending(_ref71, ref) {
|
|
1752
|
+
let {
|
|
1753
|
+
children,
|
|
1754
|
+
size = 16,
|
|
1755
|
+
...rest
|
|
1756
|
+
} = _ref71;
|
|
1757
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1758
|
+
width: size,
|
|
1759
|
+
height: size,
|
|
1760
|
+
ref: ref,
|
|
1761
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1762
|
+
viewBox: "0 0 32 32",
|
|
1763
|
+
fill: "currentColor",
|
|
1764
|
+
...rest
|
|
1765
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1766
|
+
d: "M18 22L19.414 20.586 23 24.172 23 4 25 4 25 24.172 28.586 20.586 30 22 24 28 18 22zM2 18H16V20H2zM6 12H16V14H6zM10 6H16V8H10z"
|
|
1767
|
+
})), children);
|
|
1768
|
+
});
|
|
1769
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1770
|
+
SortAscending.propTypes = iconPropTypes;
|
|
1771
|
+
}
|
|
1772
|
+
const SortDescending = /*#__PURE__*/React.forwardRef(function SortDescending(_ref72, ref) {
|
|
1773
|
+
let {
|
|
1774
|
+
children,
|
|
1775
|
+
size = 16,
|
|
1776
|
+
...rest
|
|
1777
|
+
} = _ref72;
|
|
1778
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1779
|
+
width: size,
|
|
1780
|
+
height: size,
|
|
1781
|
+
ref: ref,
|
|
1782
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1783
|
+
viewBox: "0 0 32 32",
|
|
1784
|
+
fill: "currentColor",
|
|
1785
|
+
...rest
|
|
1786
|
+
}, _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1787
|
+
d: "M18 22L19.414 20.586 23 24.172 23 4 25 4 25 24.172 28.586 20.586 30 22 24 28 18 22zM2 6H16V8H2zM6 12H16V14H6zM10 18H16V20H10z"
|
|
1788
|
+
})), children);
|
|
1789
|
+
});
|
|
1790
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1791
|
+
SortDescending.propTypes = iconPropTypes;
|
|
1792
|
+
}
|
|
1793
|
+
const SortRemove = /*#__PURE__*/React.forwardRef(function SortRemove(_ref73, ref) {
|
|
1794
|
+
let {
|
|
1795
|
+
children,
|
|
1796
|
+
size = 16,
|
|
1797
|
+
...rest
|
|
1798
|
+
} = _ref73;
|
|
1799
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1800
|
+
width: size,
|
|
1801
|
+
height: size,
|
|
1802
|
+
ref: ref,
|
|
1803
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1804
|
+
viewBox: "0 0 32 32",
|
|
1805
|
+
fill: "currentColor",
|
|
1806
|
+
...rest
|
|
1807
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1808
|
+
d: "M30 19.415L28.586 18 25 21.587 21.414 18 20 19.415 23.586 23 20 26.586 21.414 28 25 24.414 28.586 28 30 26.586 26.414 23 30 19.415zM10 18H16V20H10zM2 6H16V8H2zM6 12H16V14H6z"
|
|
1809
|
+
})), children);
|
|
1810
|
+
});
|
|
1811
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1812
|
+
SortRemove.propTypes = iconPropTypes;
|
|
1813
|
+
}
|
|
1814
|
+
const SpellCheck = /*#__PURE__*/React.forwardRef(function SpellCheck(_ref74, ref) {
|
|
1815
|
+
let {
|
|
1816
|
+
children,
|
|
1817
|
+
size = 16,
|
|
1818
|
+
...rest
|
|
1819
|
+
} = _ref74;
|
|
1820
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1821
|
+
width: size,
|
|
1822
|
+
height: size,
|
|
1823
|
+
ref: ref,
|
|
1824
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1825
|
+
viewBox: "0 0 32 32",
|
|
1826
|
+
fill: "currentColor",
|
|
1827
|
+
...rest
|
|
1828
|
+
}, _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1829
|
+
d: "M20,22h2L17,10H15L10,22h2l1.24-3h5.53Zm-5.93-5,1.82-4.42h.25L18,17Z"
|
|
1830
|
+
})), _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1831
|
+
d: "M12 28H6a2 2 0 01-2-2V6A2 2 0 016 4H26a2 2 0 012 2V17H26V6H6V26h6zM23 27.18L20.41 24.59 19 26 23 30 30 23 28.59 21.59 23 27.18z"
|
|
1832
|
+
})), children);
|
|
1833
|
+
});
|
|
1834
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1835
|
+
SpellCheck.propTypes = iconPropTypes;
|
|
1836
|
+
}
|
|
1837
|
+
const WatsonHealthSpineLabel = /*#__PURE__*/React.forwardRef(function WatsonHealthSpineLabel(_ref75, ref) {
|
|
1838
|
+
let {
|
|
1839
|
+
children,
|
|
1840
|
+
size = 16,
|
|
1841
|
+
...rest
|
|
1842
|
+
} = _ref75;
|
|
1843
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1844
|
+
width: size,
|
|
1845
|
+
height: size,
|
|
1846
|
+
ref: ref,
|
|
1847
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1848
|
+
viewBox: "0 0 32 32",
|
|
1849
|
+
fill: "currentColor",
|
|
1850
|
+
...rest
|
|
1851
|
+
}, _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1852
|
+
d: "M3 11L3 13 8.59 13 2.29 19.29 3.71 20.71 10 14.41 10 20 12 20 12 11 3 11zM26 13H23V12H21v1H18a2 2 0 00-2 2v2a2 2 0 002 2h3v1h2V19h3a2 2 0 002-2V15A2 2 0 0026 13zm-8 4V15h8v2zM26 23H23V22H21v1H18a2 2 0 00-2 2v2a2 2 0 002 2h3v1h2V29h3a2 2 0 002-2V25A2 2 0 0026 23zm-8 4V25h8v2zM26 3H23V2H21V3H18a2 2 0 00-2 2V7a2 2 0 002 2h3v1h2V9h3a2 2 0 002-2V5A2 2 0 0026 3zM18 7V5h8V7z"
|
|
1853
|
+
})), children);
|
|
1854
|
+
});
|
|
1855
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1856
|
+
WatsonHealthSpineLabel.propTypes = iconPropTypes;
|
|
1857
|
+
}
|
|
1858
|
+
const Split = /*#__PURE__*/React.forwardRef(function Split(_ref76, ref) {
|
|
1859
|
+
let {
|
|
1860
|
+
children,
|
|
1861
|
+
size = 16,
|
|
1862
|
+
...rest
|
|
1863
|
+
} = _ref76;
|
|
1864
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1865
|
+
width: size,
|
|
1866
|
+
height: size,
|
|
1867
|
+
ref: ref,
|
|
1868
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1869
|
+
viewBox: "0 0 32 32",
|
|
1870
|
+
fill: "currentColor",
|
|
1871
|
+
...rest
|
|
1872
|
+
}, _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1873
|
+
d: "M15 20H17V24H15zM15 14H17V18H15zM15 8H17V12H15z"
|
|
1874
|
+
})), _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1875
|
+
d: "M28,16A12.01,12.01,0,0,0,17,4.0508V2H15V4.0508a11.99,11.99,0,0,0,0,23.8984V30h2V27.9492A12.01,12.01,0,0,0,28,16ZM16,26A10,10,0,1,1,26,16,10.0114,10.0114,0,0,1,16,26Z"
|
|
1876
|
+
})), children);
|
|
1877
|
+
});
|
|
1878
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1879
|
+
Split.propTypes = iconPropTypes;
|
|
1880
|
+
}
|
|
1881
|
+
const WatsonHealthSplitDiscard = /*#__PURE__*/React.forwardRef(function WatsonHealthSplitDiscard(_ref77, ref) {
|
|
1882
|
+
let {
|
|
1883
|
+
children,
|
|
1884
|
+
size = 16,
|
|
1885
|
+
...rest
|
|
1886
|
+
} = _ref77;
|
|
1887
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
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
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1896
|
+
d: "M28,16A12.01,12.01,0,0,0,17,4.0508V2H15V4.0508a11.99,11.99,0,0,0,0,23.8984V30h2V27.9492A12.01,12.01,0,0,0,28,16ZM16,26V6a10,10,0,0,1,0,20Z"
|
|
1897
|
+
})), children);
|
|
1898
|
+
});
|
|
1899
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1900
|
+
WatsonHealthSplitDiscard.propTypes = iconPropTypes;
|
|
1901
|
+
}
|
|
1902
|
+
const SplitScreen = /*#__PURE__*/React.forwardRef(function SplitScreen(_ref78, ref) {
|
|
1903
|
+
let {
|
|
1904
|
+
children,
|
|
1905
|
+
size = 16,
|
|
1906
|
+
...rest
|
|
1907
|
+
} = _ref78;
|
|
1908
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1909
|
+
width: size,
|
|
1910
|
+
height: size,
|
|
1911
|
+
ref: ref,
|
|
1912
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1913
|
+
viewBox: "0 0 32 32",
|
|
1914
|
+
fill: "currentColor",
|
|
1915
|
+
...rest
|
|
1916
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1917
|
+
d: "M15 4H17V28H15zM10 7V25H4V7h6m0-2H4A2 2 0 002 7V25a2 2 0 002 2h6a2 2 0 002-2V7a2 2 0 00-2-2zM28 7V25H22V7h6m0-2H22a2 2 0 00-2 2V25a2 2 0 002 2h6a2 2 0 002-2V7a2 2 0 00-2-2z"
|
|
1918
|
+
})), children);
|
|
1919
|
+
});
|
|
1920
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1921
|
+
SplitScreen.propTypes = iconPropTypes;
|
|
1922
|
+
}
|
|
1923
|
+
const SprayPaint = /*#__PURE__*/React.forwardRef(function SprayPaint(_ref79, ref) {
|
|
1924
|
+
let {
|
|
1925
|
+
children,
|
|
1926
|
+
size = 16,
|
|
1927
|
+
...rest
|
|
1928
|
+
} = _ref79;
|
|
1929
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1930
|
+
width: size,
|
|
1931
|
+
height: size,
|
|
1932
|
+
ref: ref,
|
|
1933
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1934
|
+
viewBox: "0 0 32 32",
|
|
1935
|
+
fill: "currentColor",
|
|
1936
|
+
...rest
|
|
1937
|
+
}, _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1938
|
+
d: "M22.5,23A4.5,4.5,0,1,1,27,18.5,4.505,4.505,0,0,1,22.5,23Zm0-7A2.5,2.5,0,1,0,25,18.5,2.5026,2.5026,0,0,0,22.5,16Z"
|
|
1939
|
+
})), _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1940
|
+
d: "M28 8H26V3H19V8H17a2.002 2.002 0 00-2 2V28a2.0023 2.0023 0 002 2H28a2.0027 2.0027 0 002-2V10A2.0023 2.0023 0 0028 8zM21 5h3V8H21zM17 28V10H28l.002 18zM2 14H5V17H2zM7 9H10V12H7zM2 9H5V12H2zM12 4H15V7H12zM7 4H10V7H7zM2 4H5V7H2z"
|
|
1941
|
+
})), children);
|
|
1942
|
+
});
|
|
1943
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1944
|
+
SprayPaint.propTypes = iconPropTypes;
|
|
1945
|
+
}
|
|
1946
|
+
const Sprout = /*#__PURE__*/React.forwardRef(function Sprout(_ref80, ref) {
|
|
1947
|
+
let {
|
|
1948
|
+
children,
|
|
1949
|
+
size = 16,
|
|
1950
|
+
...rest
|
|
1951
|
+
} = _ref80;
|
|
1952
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1953
|
+
width: size,
|
|
1954
|
+
height: size,
|
|
1955
|
+
ref: ref,
|
|
1956
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1957
|
+
viewBox: "0 0 32 32",
|
|
1958
|
+
fill: "currentColor",
|
|
1959
|
+
...rest
|
|
1960
|
+
}, _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1961
|
+
d: "M25,2A11.01,11.01,0,0,0,14.7549,9.0244,6.9939,6.9939,0,0,0,9,6H6V9a7.0078,7.0078,0,0,0,7,7h1v9.0493a9.9229,9.9229,0,0,0-6.071,2.8794l1.414,1.4141a8,8,0,0,1,12.3086,1.2134l1.6616-1.1128A9.98,9.98,0,0,0,16,25.062V16h1A11.0125,11.0125,0,0,0,28,5V2ZM13,14A5.0057,5.0057,0,0,1,8,9V8H9a5.0054,5.0054,0,0,1,5,5v1ZM26,5a9.01,9.01,0,0,1-9,9H16V13a9.01,9.01,0,0,1,9-9h1Z"
|
|
1962
|
+
})), children);
|
|
1963
|
+
});
|
|
1964
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1965
|
+
Sprout.propTypes = iconPropTypes;
|
|
1966
|
+
}
|
|
1967
|
+
const Sql = /*#__PURE__*/React.forwardRef(function Sql(_ref81, ref) {
|
|
1968
|
+
let {
|
|
1969
|
+
children,
|
|
1970
|
+
size = 16,
|
|
1971
|
+
...rest
|
|
1972
|
+
} = _ref81;
|
|
1973
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1974
|
+
width: size,
|
|
1975
|
+
height: size,
|
|
1976
|
+
ref: ref,
|
|
1977
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1978
|
+
viewBox: "0 0 32 32",
|
|
1979
|
+
fill: "currentColor",
|
|
1980
|
+
...rest
|
|
1981
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1982
|
+
d: "M24 21L24 9 22 9 22 23 30 23 30 21 24 21zM18 9H14a2 2 0 00-2 2V21a2 2 0 002 2h1v2a2 2 0 002 2h2V25H17V23h1a2 2 0 002-2V11A2 2 0 0018 9zM14 21V11h4V21zM8 23H2V21H8V17H4a2 2 0 01-2-2V11A2 2 0 014 9h6v2H4v4H8a2 2 0 012 2v4A2 2 0 018 23z"
|
|
1983
|
+
})), children);
|
|
1984
|
+
});
|
|
1985
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1986
|
+
Sql.propTypes = iconPropTypes;
|
|
1987
|
+
}
|
|
1988
|
+
const SquareOutline = /*#__PURE__*/React.forwardRef(function SquareOutline(_ref82, ref) {
|
|
1989
|
+
let {
|
|
1990
|
+
children,
|
|
1991
|
+
size = 16,
|
|
1992
|
+
...rest
|
|
1993
|
+
} = _ref82;
|
|
1994
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
1995
|
+
width: size,
|
|
1996
|
+
height: size,
|
|
1997
|
+
ref: ref,
|
|
1998
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1999
|
+
viewBox: "0 0 32 32",
|
|
2000
|
+
fill: "currentColor",
|
|
2001
|
+
...rest
|
|
2002
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
2003
|
+
strokeWidth: "0",
|
|
2004
|
+
d: "m26,4H6c-1.1046,0-2,.8954-2,2v20c0,1.1046.8954,2,2,2h20c1.1046,0,2-.8954,2-2V6c0-1.1046-.8954-2-2-2ZM6,26V6h20v20H6Z"
|
|
2005
|
+
})), children);
|
|
2006
|
+
});
|
|
2007
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2008
|
+
SquareOutline.propTypes = iconPropTypes;
|
|
2009
|
+
}
|
|
2010
|
+
const SquareSolid = /*#__PURE__*/React.forwardRef(function SquareSolid(_ref83, ref) {
|
|
2011
|
+
let {
|
|
2012
|
+
children,
|
|
2013
|
+
size = 16,
|
|
2014
|
+
...rest
|
|
2015
|
+
} = _ref83;
|
|
2016
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2017
|
+
width: size,
|
|
2018
|
+
height: size,
|
|
2019
|
+
ref: ref,
|
|
2020
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2021
|
+
viewBox: "0 0 32 32",
|
|
2022
|
+
fill: "currentColor",
|
|
2023
|
+
...rest
|
|
2024
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
2025
|
+
fill: "none",
|
|
2026
|
+
d: "M0 32V0h32v32z"
|
|
2027
|
+
})), children);
|
|
2028
|
+
});
|
|
2029
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2030
|
+
SquareSolid.propTypes = iconPropTypes;
|
|
2031
|
+
}
|
|
2032
|
+
const SquareFill = /*#__PURE__*/React.forwardRef(function SquareFill(_ref84, ref) {
|
|
2033
|
+
let {
|
|
2034
|
+
children,
|
|
2035
|
+
size = 16,
|
|
2036
|
+
...rest
|
|
2037
|
+
} = _ref84;
|
|
2038
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
2039
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2040
|
+
width: size,
|
|
2041
|
+
height: size,
|
|
2042
|
+
ref: ref,
|
|
2043
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2044
|
+
viewBox: "0 0 16 16",
|
|
2045
|
+
fill: "currentColor",
|
|
2046
|
+
...rest
|
|
2047
|
+
}, _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
2048
|
+
d: "M3 3H13V13H3z"
|
|
2049
|
+
})), children);
|
|
2050
|
+
}
|
|
2051
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2052
|
+
width: size,
|
|
2053
|
+
height: size,
|
|
2054
|
+
ref: ref,
|
|
2055
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2056
|
+
viewBox: "0 0 16 16",
|
|
2057
|
+
fill: "currentColor",
|
|
2058
|
+
...rest
|
|
2059
|
+
}, _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
2060
|
+
d: "M3 3H13V13H3z"
|
|
2061
|
+
})), children);
|
|
2062
|
+
});
|
|
2063
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2064
|
+
SquareFill.propTypes = iconPropTypes;
|
|
2065
|
+
}
|
|
2066
|
+
const StackLimitation = /*#__PURE__*/React.forwardRef(function StackLimitation(_ref85, ref) {
|
|
2067
|
+
let {
|
|
2068
|
+
children,
|
|
2069
|
+
size = 16,
|
|
2070
|
+
...rest
|
|
2071
|
+
} = _ref85;
|
|
2072
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2073
|
+
width: size,
|
|
2074
|
+
height: size,
|
|
2075
|
+
ref: ref,
|
|
2076
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2077
|
+
viewBox: "0 0 32 32",
|
|
2078
|
+
fill: "currentColor",
|
|
2079
|
+
...rest
|
|
2080
|
+
}, _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
2081
|
+
d: "M8 22H16V30H8zM24 12H20v2h4v2H21v2h3v2H20v2h4a2.0027 2.0027 0 002-2V14A2.0023 2.0023 0 0024 12zM16 20H8V12h8zm-6-2h4V14H10zM16 3.41L14.59 2 12 4.59 9.41 2 8 3.41 10.59 6 8 8.59 9.41 10 12 7.41 14.59 10 16 8.59 13.41 6 16 3.41z"
|
|
2082
|
+
})), children);
|
|
2083
|
+
});
|
|
2084
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2085
|
+
StackLimitation.propTypes = iconPropTypes;
|
|
2086
|
+
}
|
|
2087
|
+
const WatsonHealthStackedMove = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedMove(_ref86, ref) {
|
|
2088
|
+
let {
|
|
2089
|
+
children,
|
|
2090
|
+
size = 16,
|
|
2091
|
+
...rest
|
|
2092
|
+
} = _ref86;
|
|
2093
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2094
|
+
width: size,
|
|
2095
|
+
height: size,
|
|
2096
|
+
ref: ref,
|
|
2097
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2098
|
+
viewBox: "0 0 32 32",
|
|
2099
|
+
fill: "currentColor",
|
|
2100
|
+
...rest
|
|
2101
|
+
}, _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
2102
|
+
d: "M15,28H4a2,2,0,0,1-2-2V11A2,2,0,0,1,4,9H15a2,2,0,0,1,2,2V26A2,2,0,0,1,15,28ZM4,11V26H15V11Z"
|
|
2103
|
+
})), _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
2104
|
+
d: "M26,6,24.59,7.41,27,10H22V6a2,2,0,0,0-2-2H10V6H20V20h2V12h5l-2.41,2.59L26,16l5-5Z"
|
|
2105
|
+
})), children);
|
|
2106
|
+
});
|
|
2107
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2108
|
+
WatsonHealthStackedMove.propTypes = iconPropTypes;
|
|
2109
|
+
}
|
|
2110
|
+
const WatsonHealthStackedScrolling_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedScrolling_1(_ref87, ref) {
|
|
2111
|
+
let {
|
|
2112
|
+
children,
|
|
2113
|
+
size = 16,
|
|
2114
|
+
...rest
|
|
2115
|
+
} = _ref87;
|
|
2116
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2117
|
+
width: size,
|
|
2118
|
+
height: size,
|
|
2119
|
+
ref: ref,
|
|
2120
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2121
|
+
viewBox: "0 0 32 32",
|
|
2122
|
+
fill: "currentColor",
|
|
2123
|
+
...rest
|
|
2124
|
+
}, _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
2125
|
+
d: "M18,30H4a2,2,0,0,1-2-2V14a2,2,0,0,1,2-2H18a2,2,0,0,1,2,2V28A2,2,0,0,1,18,30ZM4,14V28H18V14Z"
|
|
2126
|
+
})), _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
2127
|
+
d: "M25,23H23V9H9V7H23a2,2,0,0,1,2,2Z"
|
|
2128
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
2129
|
+
d: "M30,16H28V4H16V2H28a2,2,0,0,1,2,2Z"
|
|
2130
|
+
})), children);
|
|
2131
|
+
});
|
|
2132
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2133
|
+
WatsonHealthStackedScrolling_1.propTypes = iconPropTypes;
|
|
2134
|
+
}
|
|
2135
|
+
const WatsonHealthStackedScrolling_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthStackedScrolling_2(_ref88, ref) {
|
|
2136
|
+
let {
|
|
2137
|
+
children,
|
|
2138
|
+
size = 16,
|
|
2139
|
+
...rest
|
|
2140
|
+
} = _ref88;
|
|
2141
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2142
|
+
width: size,
|
|
2143
|
+
height: size,
|
|
2144
|
+
ref: ref,
|
|
2145
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2146
|
+
viewBox: "0 0 32 32",
|
|
2147
|
+
fill: "currentColor",
|
|
2148
|
+
...rest
|
|
2149
|
+
}, _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
2150
|
+
d: "M8 30H2a2 2 0 01-2-2V14a2 2 0 012-2H8a2 2 0 012 2V28A2 2 0 018 30zM2 14V28H8V14zM20 30H14a2 2 0 01-2-2V14a2 2 0 012-2h6a2 2 0 012 2V28A2 2 0 0120 30zM14 14V28h6V14z"
|
|
2151
|
+
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
2152
|
+
d: "M27,21H25V9H17V7h8a2,2,0,0,1,2,2Z"
|
|
2153
|
+
})), _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
2154
|
+
d: "M32,16H30V4H22V2h8a2,2,0,0,1,2,2Z"
|
|
2155
|
+
})), children);
|
|
2156
|
+
});
|
|
2157
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2158
|
+
WatsonHealthStackedScrolling_2.propTypes = iconPropTypes;
|
|
2159
|
+
}
|
|
2160
|
+
const Stamp = /*#__PURE__*/React.forwardRef(function Stamp(_ref89, ref) {
|
|
2161
|
+
let {
|
|
2162
|
+
children,
|
|
2163
|
+
size = 16,
|
|
2164
|
+
...rest
|
|
2165
|
+
} = _ref89;
|
|
2166
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2167
|
+
width: size,
|
|
2168
|
+
height: size,
|
|
2169
|
+
ref: ref,
|
|
2170
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2171
|
+
viewBox: "0 0 32 32",
|
|
2172
|
+
fill: "currentColor",
|
|
2173
|
+
...rest
|
|
2174
|
+
}, _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2175
|
+
d: "M26,18H20V14.8982a7.4938,7.4938,0,0,1,1.1587-3.8542,5.9751,5.9751,0,0,0-1.3735-7.7006,5.9968,5.9968,0,0,0-9.6829,3.54,5.91,5.91,0,0,0,.7478,4.175A7.2573,7.2573,0,0,1,12,14.7942V18H6a2.002,2.002,0,0,0-2,2v4a2.0025,2.0025,0,0,0,2,2v2a2.0025,2.0025,0,0,0,2,2H24a2.0025,2.0025,0,0,0,2-2V26a2.0025,2.0025,0,0,0,2-2V20A2.002,2.002,0,0,0,26,18ZM12.07,7.244a3.9994,3.9994,0,1,1,7.3728,2.7731A9.76,9.76,0,0,0,18.0664,14H13.94a9.5433,9.5433,0,0,0-1.376-3.9736A3.9366,3.9366,0,0,1,12.07,7.244ZM18,16v2H14V16Zm6,12H8V26H24ZM6,24V20H26v4Z"
|
|
2176
|
+
})), children);
|
|
2177
|
+
});
|
|
2178
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2179
|
+
Stamp.propTypes = iconPropTypes;
|
|
2180
|
+
}
|
|
2181
|
+
const Star = /*#__PURE__*/React.forwardRef(function Star(_ref90, ref) {
|
|
2182
|
+
let {
|
|
2183
|
+
children,
|
|
2184
|
+
size = 16,
|
|
2185
|
+
...rest
|
|
2186
|
+
} = _ref90;
|
|
2187
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2188
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2189
|
+
width: size,
|
|
2190
|
+
height: size,
|
|
2191
|
+
ref: ref,
|
|
2192
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2193
|
+
viewBox: "0 0 16 16",
|
|
2194
|
+
fill: "currentColor",
|
|
2195
|
+
...rest
|
|
2196
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2197
|
+
d: "M8,3.3l1.4,2.8l0.2,0.5l0.5,0.1l3.1,0.4L11,9.2l-0.4,0.4l0.1,0.5l0.5,3.1l-2.8-1.4L8,11.5l-0.5,0.2l-2.8,1.4l0.5-3.1 l0.1-0.5L5,9.2L2.8,7l3.1-0.4l0.5-0.1L6.6,6L8,3.3 M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7 L8,1z"
|
|
2198
|
+
})), children);
|
|
2199
|
+
}
|
|
2200
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2201
|
+
width: size,
|
|
2202
|
+
height: size,
|
|
2203
|
+
ref: ref,
|
|
2204
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2205
|
+
viewBox: "0 0 32 32",
|
|
2206
|
+
fill: "currentColor",
|
|
2207
|
+
...rest
|
|
2208
|
+
}, _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2209
|
+
d: "M16,6.52l2.76,5.58.46,1,1,.15,6.16.89L22,18.44l-.75.73.18,1,1.05,6.13-5.51-2.89L16,23l-.93.49L9.56,26.34l1-6.13.18-1L10,18.44,5.58,14.09l6.16-.89,1-.15.46-1L16,6.52M16,2l-4.55,9.22L1.28,12.69l7.36,7.18L6.9,30,16,25.22,25.1,30,23.36,19.87l7.36-7.17L20.55,11.22Z"
|
|
2210
|
+
})), children);
|
|
2211
|
+
});
|
|
2212
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2213
|
+
Star.propTypes = iconPropTypes;
|
|
2214
|
+
}
|
|
2215
|
+
const StarFilled = /*#__PURE__*/React.forwardRef(function StarFilled(_ref91, ref) {
|
|
2216
|
+
let {
|
|
2217
|
+
children,
|
|
2218
|
+
size = 16,
|
|
2219
|
+
...rest
|
|
2220
|
+
} = _ref91;
|
|
2221
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2222
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2223
|
+
width: size,
|
|
2224
|
+
height: size,
|
|
2225
|
+
ref: ref,
|
|
2226
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2227
|
+
viewBox: "0 0 16 16",
|
|
2228
|
+
fill: "currentColor",
|
|
2229
|
+
...rest
|
|
2230
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2231
|
+
d: "M8,1L5.7,5.6L0.6,6.3l3.7,3.6L3.5,15L8,12.6l4.6,2.4l-0.9-5.1l3.7-3.6l-5.1-0.7L8,1z"
|
|
2232
|
+
})), children);
|
|
2233
|
+
}
|
|
2234
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2235
|
+
width: size,
|
|
2236
|
+
height: size,
|
|
2237
|
+
ref: ref,
|
|
2238
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2239
|
+
viewBox: "0 0 32 32",
|
|
2240
|
+
fill: "currentColor",
|
|
2241
|
+
...rest
|
|
2242
|
+
}, _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2243
|
+
d: "M16,2l-4.55,9.22L1.28,12.69l7.36,7.18L6.9,30,16,25.22,25.1,30,23.36,19.87l7.36-7.17L20.55,11.22Z"
|
|
2244
|
+
})), children);
|
|
2245
|
+
});
|
|
2246
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2247
|
+
StarFilled.propTypes = iconPropTypes;
|
|
2248
|
+
}
|
|
2249
|
+
const StarHalf = /*#__PURE__*/React.forwardRef(function StarHalf(_ref92, ref) {
|
|
2250
|
+
let {
|
|
2251
|
+
children,
|
|
2252
|
+
size = 16,
|
|
2253
|
+
...rest
|
|
2254
|
+
} = _ref92;
|
|
2255
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2256
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2257
|
+
width: size,
|
|
2258
|
+
height: size,
|
|
2259
|
+
ref: ref,
|
|
2260
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2261
|
+
viewBox: "0 0 16 16",
|
|
2262
|
+
fill: "currentColor",
|
|
2263
|
+
...rest
|
|
2264
|
+
}, _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2265
|
+
d: "M5.7 5.6L0.6 6.3 4.3 9.9 3.5 15 8 12.6 8 1z"
|
|
2266
|
+
})), children);
|
|
2267
|
+
}
|
|
2268
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2269
|
+
width: size,
|
|
2270
|
+
height: size,
|
|
2271
|
+
ref: ref,
|
|
2272
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2273
|
+
viewBox: "0 0 32 32",
|
|
2274
|
+
fill: "currentColor",
|
|
2275
|
+
...rest
|
|
2276
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2277
|
+
d: "M11.45 11.22L1.28 12.7 8.64 19.87 6.9 30 16 25.22 16 2 11.45 11.22z"
|
|
2278
|
+
})), children);
|
|
2279
|
+
});
|
|
2280
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2281
|
+
StarHalf.propTypes = iconPropTypes;
|
|
2282
|
+
}
|
|
2283
|
+
const StarReview = /*#__PURE__*/React.forwardRef(function StarReview(_ref93, ref) {
|
|
2284
|
+
let {
|
|
2285
|
+
children,
|
|
2286
|
+
size = 16,
|
|
2287
|
+
...rest
|
|
2288
|
+
} = _ref93;
|
|
2289
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2290
|
+
width: size,
|
|
2291
|
+
height: size,
|
|
2292
|
+
ref: ref,
|
|
2293
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2294
|
+
viewBox: "0 0 32 32",
|
|
2295
|
+
fill: "currentColor",
|
|
2296
|
+
...rest
|
|
2297
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2298
|
+
d: "M18 26H26V28H18zM18 22H30V24H18zM18 18H30V20H18z"
|
|
2299
|
+
})), _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2300
|
+
d: "M20.549 11.217L16 2 11.451 11.217 1.28 12.695 8.64 19.87 6.902 30 14 26.269 14 24.009 9.559 26.344 10.611 20.208 10.789 19.171 10.036 18.438 5.578 14.091 11.739 13.196 12.779 13.045 13.245 12.102 16 6.519 18.755 12.102 19.221 13.045 20.261 13.196 27.715 14.281 28 12.3 20.549 11.217z"
|
|
2301
|
+
})), children);
|
|
2302
|
+
});
|
|
2303
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2304
|
+
StarReview.propTypes = iconPropTypes;
|
|
2305
|
+
}
|
|
2306
|
+
const WatsonHealthStatusAcknowledge = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusAcknowledge(_ref94, ref) {
|
|
2307
|
+
let {
|
|
2308
|
+
children,
|
|
2309
|
+
size = 16,
|
|
2310
|
+
...rest
|
|
2311
|
+
} = _ref94;
|
|
2312
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2313
|
+
width: size,
|
|
2314
|
+
height: size,
|
|
2315
|
+
ref: ref,
|
|
2316
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2317
|
+
viewBox: "0 0 32 32",
|
|
2318
|
+
fill: "currentColor",
|
|
2319
|
+
...rest
|
|
2320
|
+
}, _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2321
|
+
d: "M24 30a6 6 0 116-6A6.0067 6.0067 0 0124 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 20zM12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59z"
|
|
2322
|
+
})), _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2323
|
+
d: "M14,24A10,10,0,1,1,24,14h2A12,12,0,1,0,14,26Z"
|
|
2324
|
+
})), children);
|
|
2325
|
+
});
|
|
2326
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2327
|
+
WatsonHealthStatusAcknowledge.propTypes = iconPropTypes;
|
|
2328
|
+
}
|
|
2329
|
+
const WatsonHealthStatusChange = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusChange(_ref95, ref) {
|
|
2330
|
+
let {
|
|
2331
|
+
children,
|
|
2332
|
+
size = 16,
|
|
2333
|
+
...rest
|
|
2334
|
+
} = _ref95;
|
|
2335
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2336
|
+
width: size,
|
|
2337
|
+
height: size,
|
|
2338
|
+
ref: ref,
|
|
2339
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2340
|
+
viewBox: "0 0 32 32",
|
|
2341
|
+
fill: "currentColor",
|
|
2342
|
+
...rest
|
|
2343
|
+
}, _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2344
|
+
d: "M7 30a5 5 0 115-5A5.0057 5.0057 0 017 30zm0-8a3 3 0 103 3A3.0033 3.0033 0 007 22zM23 30a5 5 0 115-5A5.0057 5.0057 0 0123 30zm0-8a3 3 0 103 3A3.0033 3.0033 0 0023 22zM24 7v7l3.5859-3.4141L29 12l-6 6-6-6 1.4141-1.4141L22 14V7a1.0009 1.0009 0 00-1-1H9A1.0006 1.0006 0 008 7V18H6V7A3.0033 3.0033 0 019 4H21A3.0033 3.0033 0 0124 7z"
|
|
2345
|
+
})), children);
|
|
2346
|
+
});
|
|
2347
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2348
|
+
WatsonHealthStatusChange.propTypes = iconPropTypes;
|
|
2349
|
+
}
|
|
2350
|
+
const WatsonHealthStatusPartialFail = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusPartialFail(_ref96, ref) {
|
|
2351
|
+
let {
|
|
2352
|
+
children,
|
|
2353
|
+
size = 16,
|
|
2354
|
+
...rest
|
|
2355
|
+
} = _ref96;
|
|
2356
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2357
|
+
width: size,
|
|
2358
|
+
height: size,
|
|
2359
|
+
ref: ref,
|
|
2360
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2361
|
+
viewBox: "0 0 32 32",
|
|
2362
|
+
fill: "currentColor",
|
|
2363
|
+
...rest
|
|
2364
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2365
|
+
d: "M25.1407 23.7642l1.5315 1.2851a13.976 13.976 0 002.4408-4.1821l-1.8776-.6836A11.9729 11.9729 0 0125.1407 23.7642zM18 27.81l.4128 1.9677A13.8888 13.8888 0 0022.9543 28.14L22 26.4087A12.52 12.52 0 0118 27.81zM10 26.4087L9 28.14a14.14 14.14 0 004.5872 1.6382l.3469-1.9677A12.1519 12.1519 0 0110 26.4087zM4.7646 20.1836l-1.8776.6836a13.976 13.976 0 002.4408 4.1821l1.5315-1.2851A11.9729 11.9729 0 014.7646 20.1836zM16 22a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 22zM15 8H17V19H15z"
|
|
2366
|
+
})), _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2367
|
+
d: "M30,16H28A12,12,0,0,0,4,16H2a14,14,0,0,1,28,0Z"
|
|
2368
|
+
})), children);
|
|
2369
|
+
});
|
|
2370
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2371
|
+
WatsonHealthStatusPartialFail.propTypes = iconPropTypes;
|
|
2372
|
+
}
|
|
2373
|
+
const WatsonHealthStatusResolved = /*#__PURE__*/React.forwardRef(function WatsonHealthStatusResolved(_ref97, ref) {
|
|
2374
|
+
let {
|
|
2375
|
+
children,
|
|
2376
|
+
size = 16,
|
|
2377
|
+
...rest
|
|
2378
|
+
} = _ref97;
|
|
2379
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2380
|
+
width: size,
|
|
2381
|
+
height: size,
|
|
2382
|
+
ref: ref,
|
|
2383
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2384
|
+
viewBox: "0 0 32 32",
|
|
2385
|
+
fill: "currentColor",
|
|
2386
|
+
...rest
|
|
2387
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2388
|
+
d: "M21 28.414L16 23.413 17.413 22 21 25.586 28.585 18 30 19.415 21 28.414zM12 15.59L9.41 13 8 14.41 12 18.41 19 11.41 17.59 10 12 15.59z"
|
|
2389
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2390
|
+
d: "M11.8193,25.8022a11.992,11.992,0,1,1,13.9829-9.6215l-1.9668-.3614A10.001,10.001,0,1,0,12.1807,23.835Z"
|
|
2391
|
+
})), children);
|
|
2392
|
+
});
|
|
2393
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2394
|
+
WatsonHealthStatusResolved.propTypes = iconPropTypes;
|
|
2395
|
+
}
|
|
2396
|
+
const StayInside = /*#__PURE__*/React.forwardRef(function StayInside(_ref98, ref) {
|
|
2397
|
+
let {
|
|
2398
|
+
children,
|
|
2399
|
+
size = 16,
|
|
2400
|
+
...rest
|
|
2401
|
+
} = _ref98;
|
|
2402
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2403
|
+
width: size,
|
|
2404
|
+
height: size,
|
|
2405
|
+
ref: ref,
|
|
2406
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2407
|
+
viewBox: "0 0 32 32",
|
|
2408
|
+
fill: "currentColor",
|
|
2409
|
+
...rest
|
|
2410
|
+
}, _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2411
|
+
d: "M23 30H21V28a3.0033 3.0033 0 00-3-3H14a3.0033 3.0033 0 00-3 3v2H9V28a5.0059 5.0059 0 015-5h4a5.0059 5.0059 0 015 5zM16 13a3 3 0 11-3 3 3 3 0 013-3m0-2a5 5 0 105 5A5 5 0 0016 11z"
|
|
2412
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2413
|
+
d: "M30,30H28V14.4639L16,4.31,4,14.4639V30H2V14a1,1,0,0,1,.354-.7634l13-11a1,1,0,0,1,1.292,0l13,11A1,1,0,0,1,30,14Z"
|
|
2414
|
+
})), children);
|
|
2415
|
+
});
|
|
2416
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2417
|
+
StayInside.propTypes = iconPropTypes;
|
|
2418
|
+
}
|
|
2419
|
+
const StemLeafPlot = /*#__PURE__*/React.forwardRef(function StemLeafPlot(_ref99, ref) {
|
|
2420
|
+
let {
|
|
2421
|
+
children,
|
|
2422
|
+
size = 16,
|
|
2423
|
+
...rest
|
|
2424
|
+
} = _ref99;
|
|
2425
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2426
|
+
width: size,
|
|
2427
|
+
height: size,
|
|
2428
|
+
ref: ref,
|
|
2429
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2430
|
+
viewBox: "0 0 32 32",
|
|
2431
|
+
fill: "currentColor",
|
|
2432
|
+
...rest
|
|
2433
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2434
|
+
d: "M19 10a3 3 0 113-3A3.0033 3.0033 0 0119 10zm0-4a1 1 0 101 1A1.0011 1.0011 0 0019 6zM19 19a3 3 0 113-3A3.0033 3.0033 0 0119 19zm0-4a1 1 0 101 1A1.0011 1.0011 0 0019 15zM27 19a3 3 0 113-3A3.0033 3.0033 0 0127 19zm0-4a1 1 0 101 1A1.0011 1.0011 0 0027 15zM19 28a3 3 0 113-3A3.0033 3.0033 0 0119 28zm0-4a1 1 0 101 1A1.0011 1.0011 0 0019 24zM12 2H14V30H12zM7 28a3 3 0 113-3A3.0033 3.0033 0 017 28zm0-4a1 1 0 101 1A1.0011 1.0011 0 007 24zM7 19a3 3 0 113-3A3.0033 3.0033 0 017 19zm0-4a1 1 0 101 1A1.0011 1.0011 0 007 15zM7 10a3 3 0 113-3A3.0033 3.0033 0 017 10zM7 6A1 1 0 108 7 1.0011 1.0011 0 007 6z"
|
|
2435
|
+
})), children);
|
|
2436
|
+
});
|
|
2437
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2438
|
+
StemLeafPlot.propTypes = iconPropTypes;
|
|
2439
|
+
}
|
|
2440
|
+
const Stethoscope = /*#__PURE__*/React.forwardRef(function Stethoscope(_ref100, ref) {
|
|
2441
|
+
let {
|
|
2442
|
+
children,
|
|
2443
|
+
size = 16,
|
|
2444
|
+
...rest
|
|
2445
|
+
} = _ref100;
|
|
2446
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2447
|
+
width: size,
|
|
2448
|
+
height: size,
|
|
2449
|
+
ref: ref,
|
|
2450
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2451
|
+
viewBox: "0 0 32 32",
|
|
2452
|
+
fill: "currentColor",
|
|
2453
|
+
...rest
|
|
2454
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2455
|
+
d: "M24,2V4h2v6a4,4,0,0,1-8,0V4h2V2H16v8a6.0051,6.0051,0,0,0,5,5.91V22A6,6,0,0,1,9,22V15.8579a4,4,0,1,0-2,0V22a8,8,0,0,0,16,0V15.91A6.0051,6.0051,0,0,0,28,10V2ZM6,12a2,2,0,1,1,2,2A2.0023,2.0023,0,0,1,6,12Z"
|
|
2456
|
+
})), children);
|
|
2457
|
+
});
|
|
2458
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2459
|
+
Stethoscope.propTypes = iconPropTypes;
|
|
2460
|
+
}
|
|
2461
|
+
const Stop = /*#__PURE__*/React.forwardRef(function Stop(_ref101, ref) {
|
|
2462
|
+
let {
|
|
2463
|
+
children,
|
|
2464
|
+
size = 16,
|
|
2465
|
+
...rest
|
|
2466
|
+
} = _ref101;
|
|
2467
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2468
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2469
|
+
width: size,
|
|
2470
|
+
height: size,
|
|
2471
|
+
ref: ref,
|
|
2472
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2473
|
+
viewBox: "0 0 16 16",
|
|
2474
|
+
fill: "currentColor",
|
|
2475
|
+
...rest
|
|
2476
|
+
}, _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2477
|
+
d: "M12,4v8H4V4H12 M12,3H4C3.4,3,3,3.4,3,4v8c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1V4C13,3.4,12.6,3,12,3z"
|
|
2478
|
+
})), children);
|
|
2479
|
+
}
|
|
2480
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2481
|
+
width: size,
|
|
2482
|
+
height: size,
|
|
2483
|
+
ref: ref,
|
|
2484
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2485
|
+
viewBox: "0 0 32 32",
|
|
2486
|
+
fill: "currentColor",
|
|
2487
|
+
...rest
|
|
2488
|
+
}, _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2489
|
+
d: "M24,8V24H8V8H24m0-2H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z"
|
|
2490
|
+
})), children);
|
|
2491
|
+
});
|
|
2492
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2493
|
+
Stop.propTypes = iconPropTypes;
|
|
2494
|
+
}
|
|
2495
|
+
const StopFilled = /*#__PURE__*/React.forwardRef(function StopFilled(_ref102, ref) {
|
|
2496
|
+
let {
|
|
2497
|
+
children,
|
|
2498
|
+
size = 16,
|
|
2499
|
+
...rest
|
|
2500
|
+
} = _ref102;
|
|
2501
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2502
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2503
|
+
width: size,
|
|
2504
|
+
height: size,
|
|
2505
|
+
ref: ref,
|
|
2506
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2507
|
+
viewBox: "0 0 16 16",
|
|
2508
|
+
fill: "currentColor",
|
|
2509
|
+
...rest
|
|
2510
|
+
}, _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2511
|
+
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z"
|
|
2512
|
+
})), children);
|
|
2513
|
+
}
|
|
2514
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2515
|
+
width: size,
|
|
2516
|
+
height: size,
|
|
2517
|
+
ref: ref,
|
|
2518
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2519
|
+
viewBox: "0 0 32 32",
|
|
2520
|
+
fill: "currentColor",
|
|
2521
|
+
...rest
|
|
2522
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2523
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm6,18a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V12a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2Z"
|
|
2524
|
+
})), children);
|
|
2525
|
+
});
|
|
2526
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2527
|
+
StopFilled.propTypes = iconPropTypes;
|
|
2528
|
+
}
|
|
2529
|
+
const StopFilledAlt = /*#__PURE__*/React.forwardRef(function StopFilledAlt(_ref103, ref) {
|
|
2530
|
+
let {
|
|
2531
|
+
children,
|
|
2532
|
+
size = 16,
|
|
2533
|
+
...rest
|
|
2534
|
+
} = _ref103;
|
|
2535
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2536
|
+
width: size,
|
|
2537
|
+
height: size,
|
|
2538
|
+
ref: ref,
|
|
2539
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2540
|
+
viewBox: "0 0 32 32",
|
|
2541
|
+
fill: "currentColor",
|
|
2542
|
+
...rest
|
|
2543
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2544
|
+
d: "M24,6H8A2,2,0,0,0,6,8V24a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2Z"
|
|
2545
|
+
})), children);
|
|
2546
|
+
});
|
|
2547
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2548
|
+
StopFilledAlt.propTypes = iconPropTypes;
|
|
2549
|
+
}
|
|
2550
|
+
const StopOutline = /*#__PURE__*/React.forwardRef(function StopOutline(_ref104, ref) {
|
|
2551
|
+
let {
|
|
2552
|
+
children,
|
|
2553
|
+
size = 16,
|
|
2554
|
+
...rest
|
|
2555
|
+
} = _ref104;
|
|
2556
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2557
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2558
|
+
width: size,
|
|
2559
|
+
height: size,
|
|
2560
|
+
ref: ref,
|
|
2561
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2562
|
+
viewBox: "0 0 16 16",
|
|
2563
|
+
fill: "currentColor",
|
|
2564
|
+
...rest
|
|
2565
|
+
}, _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2566
|
+
d: "M8,2c3.3,0,6,2.7,6,6s-2.7,6-6,6s-6-2.7-6-6S4.7,2,8,2 M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z"
|
|
2567
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2568
|
+
d: "M10,6v4H6V6H10 M10,5H6C5.4,5,5,5.4,5,6v4c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1V6C11,5.4,10.6,5,10,5z"
|
|
2569
|
+
})), children);
|
|
2570
|
+
}
|
|
2571
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2572
|
+
width: size,
|
|
2573
|
+
height: size,
|
|
2574
|
+
ref: ref,
|
|
2575
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2576
|
+
viewBox: "0 0 32 32",
|
|
2577
|
+
fill: "currentColor",
|
|
2578
|
+
...rest
|
|
2579
|
+
}, _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2580
|
+
d: "M16,4A12,12,0,1,1,4,16,12,12,0,0,1,16,4m0-2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Z"
|
|
2581
|
+
})), _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2582
|
+
d: "M20,12v8H12V12h8m0-2H12a2,2,0,0,0-2,2v8a2,2,0,0,0,2,2h8a2,2,0,0,0,2-2V12a2,2,0,0,0-2-2Z"
|
|
2583
|
+
})), children);
|
|
2584
|
+
});
|
|
2585
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2586
|
+
StopOutline.propTypes = iconPropTypes;
|
|
2587
|
+
}
|
|
2588
|
+
const StopOutlineFilled = /*#__PURE__*/React.forwardRef(function StopOutlineFilled(_ref105, ref) {
|
|
2589
|
+
let {
|
|
2590
|
+
children,
|
|
2591
|
+
size = 16,
|
|
2592
|
+
...rest
|
|
2593
|
+
} = _ref105;
|
|
2594
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2595
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2596
|
+
width: size,
|
|
2597
|
+
height: size,
|
|
2598
|
+
ref: ref,
|
|
2599
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2600
|
+
viewBox: "0 0 16 16",
|
|
2601
|
+
fill: "currentColor",
|
|
2602
|
+
...rest
|
|
2603
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2604
|
+
d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M11,10c0,0.6-0.4,1-1,1H6c-0.6,0-1-0.4-1-1V6c0-0.6,0.4-1,1-1h4 c0.6,0,1,0.4,1,1V10z"
|
|
2605
|
+
})), _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2606
|
+
d: "M6 6H10V10H6z"
|
|
2607
|
+
})), children);
|
|
2608
|
+
}
|
|
2609
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2610
|
+
width: size,
|
|
2611
|
+
height: size,
|
|
2612
|
+
ref: ref,
|
|
2613
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2614
|
+
viewBox: "0 0 32 32",
|
|
2615
|
+
fill: "currentColor",
|
|
2616
|
+
...rest
|
|
2617
|
+
}, _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2618
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm6,18a2,2,0,0,1-2,2H12a2,2,0,0,1-2-2V12a2,2,0,0,1,2-2h8a2,2,0,0,1,2,2Z"
|
|
2619
|
+
})), _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2620
|
+
d: "M12 12H20V20H12z"
|
|
2621
|
+
})), children);
|
|
2622
|
+
});
|
|
2623
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2624
|
+
StopOutlineFilled.propTypes = iconPropTypes;
|
|
2625
|
+
}
|
|
2626
|
+
const StopSign = /*#__PURE__*/React.forwardRef(function StopSign(_ref106, ref) {
|
|
2627
|
+
let {
|
|
2628
|
+
children,
|
|
2629
|
+
size = 16,
|
|
2630
|
+
...rest
|
|
2631
|
+
} = _ref106;
|
|
2632
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2633
|
+
width: size,
|
|
2634
|
+
height: size,
|
|
2635
|
+
ref: ref,
|
|
2636
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2637
|
+
viewBox: "0 0 32 32",
|
|
2638
|
+
fill: "currentColor",
|
|
2639
|
+
...rest
|
|
2640
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2641
|
+
d: "M20.5857,29H11.4143A1.9865,1.9865,0,0,1,10,28.4141L3.5859,22A1.9865,1.9865,0,0,1,3,20.5857V11.4143A1.9865,1.9865,0,0,1,3.5859,10L10,3.5859A1.9865,1.9865,0,0,1,11.4143,3h9.1714A1.9865,1.9865,0,0,1,22,3.5859L28.4141,10A1.9865,1.9865,0,0,1,29,11.4143v9.1714A1.9865,1.9865,0,0,1,28.4141,22L22,28.4141A1.9865,1.9865,0,0,1,20.5857,29ZM11.4141,5,5,11.4141v9.1716L11.4141,27h9.1716L27,20.5859V11.4143L20.5859,5H11.4141Z"
|
|
2642
|
+
})), children);
|
|
2643
|
+
});
|
|
2644
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2645
|
+
StopSign.propTypes = iconPropTypes;
|
|
2646
|
+
}
|
|
2647
|
+
const StopSignFilled = /*#__PURE__*/React.forwardRef(function StopSignFilled(_ref107, ref) {
|
|
2648
|
+
let {
|
|
2649
|
+
children,
|
|
2650
|
+
size = 16,
|
|
2651
|
+
...rest
|
|
2652
|
+
} = _ref107;
|
|
2653
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2654
|
+
width: size,
|
|
2655
|
+
height: size,
|
|
2656
|
+
ref: ref,
|
|
2657
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2658
|
+
viewBox: "0 0 32 32",
|
|
2659
|
+
fill: "currentColor",
|
|
2660
|
+
...rest
|
|
2661
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2662
|
+
d: "M20.5857,29H11.4143A1.9865,1.9865,0,0,1,10,28.4141L3.5859,22A1.9865,1.9865,0,0,1,3,20.5857V11.4143A1.9865,1.9865,0,0,1,3.5859,10L10,3.5859A1.9865,1.9865,0,0,1,11.4143,3h9.1714A1.9865,1.9865,0,0,1,22,3.5859L28.4141,10A1.9865,1.9865,0,0,1,29,11.4143v9.1714A1.9865,1.9865,0,0,1,28.4141,22L22,28.4141A1.9865,1.9865,0,0,1,20.5857,29Z"
|
|
2663
|
+
})), children);
|
|
2664
|
+
});
|
|
2665
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2666
|
+
StopSignFilled.propTypes = iconPropTypes;
|
|
2667
|
+
}
|
|
2668
|
+
const StoragePool = /*#__PURE__*/React.forwardRef(function StoragePool(_ref108, ref) {
|
|
2669
|
+
let {
|
|
2670
|
+
children,
|
|
2671
|
+
size = 16,
|
|
2672
|
+
...rest
|
|
2673
|
+
} = _ref108;
|
|
2674
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2675
|
+
width: size,
|
|
2676
|
+
height: size,
|
|
2677
|
+
ref: ref,
|
|
2678
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2679
|
+
viewBox: "0 0 32 32",
|
|
2680
|
+
fill: "currentColor",
|
|
2681
|
+
...rest
|
|
2682
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2683
|
+
d: "M28,30H4a2.0021,2.0021,0,0,1-2-2V4A2.0021,2.0021,0,0,1,4,2H28a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,28,30ZM4,4V28H28V4Z"
|
|
2684
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2685
|
+
d: "M17.5 13A3.5 3.5 0 1121 9.5 3.5041 3.5041 0 0117.5 13zm0-5A1.5 1.5 0 1019 9.5 1.5017 1.5017 0 0017.5 8zM14.5 26A3.5 3.5 0 1118 22.5 3.5041 3.5041 0 0114.5 26zm0-5A1.5 1.5 0 1016 22.5 1.5017 1.5017 0 0014.5 21zM9.5 18A3.5 3.5 0 1113 14.5 3.5041 3.5041 0 019.5 18zm0-5A1.5 1.5 0 1011 14.5 1.5017 1.5017 0 009.5 13zM22.5 21A3.5 3.5 0 1126 17.5 3.5041 3.5041 0 0122.5 21zm0-5A1.5 1.5 0 1024 17.5 1.5017 1.5017 0 0022.5 16z"
|
|
2686
|
+
})), children);
|
|
2687
|
+
});
|
|
2688
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2689
|
+
StoragePool.propTypes = iconPropTypes;
|
|
2690
|
+
}
|
|
2691
|
+
const StorageRequest = /*#__PURE__*/React.forwardRef(function StorageRequest(_ref109, ref) {
|
|
2692
|
+
let {
|
|
2693
|
+
children,
|
|
2694
|
+
size = 16,
|
|
2695
|
+
...rest
|
|
2696
|
+
} = _ref109;
|
|
2697
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2698
|
+
width: size,
|
|
2699
|
+
height: size,
|
|
2700
|
+
ref: ref,
|
|
2701
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2702
|
+
viewBox: "0 0 32 32",
|
|
2703
|
+
fill: "currentColor",
|
|
2704
|
+
...rest
|
|
2705
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2706
|
+
d: "M4 21H2v3a2.0059 2.0059 0 002 2H7V24H4zM4 8H7V6H4A2.0059 2.0059 0 002 8v3H4zM17 6H23V8H17zM9 6H15V8H9zM17 24H23V26H17zM28 15L4 15 4 13 2 13 2 19 4 19 4 17 28 17 28 19 30 19 30 13 28 13 28 15zM28 24H25v2h3a2.0059 2.0059 0 002-2V21H28zM28 6H25V8h3v3h2V8A2.0059 2.0059 0 0028 6zM9 24H15V26H9z"
|
|
2707
|
+
})), _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
|
|
2708
|
+
cx: "7",
|
|
2709
|
+
cy: "12",
|
|
2710
|
+
r: "1"
|
|
2711
|
+
})), _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
|
2712
|
+
cx: "7",
|
|
2713
|
+
cy: "20",
|
|
2714
|
+
r: "1"
|
|
2715
|
+
})), children);
|
|
2716
|
+
});
|
|
2717
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2718
|
+
StorageRequest.propTypes = iconPropTypes;
|
|
2719
|
+
}
|
|
2720
|
+
const Store = /*#__PURE__*/React.forwardRef(function Store(_ref110, ref) {
|
|
2721
|
+
let {
|
|
2722
|
+
children,
|
|
2723
|
+
size = 16,
|
|
2724
|
+
...rest
|
|
2725
|
+
} = _ref110;
|
|
2726
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2727
|
+
width: size,
|
|
2728
|
+
height: size,
|
|
2729
|
+
ref: ref,
|
|
2730
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2731
|
+
viewBox: "0 0 32 32",
|
|
2732
|
+
fill: "currentColor",
|
|
2733
|
+
...rest
|
|
2734
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2735
|
+
d: "M30,10.68l-2-6A1,1,0,0,0,27,4H5a1,1,0,0,0-1,.68l-2,6A1.19,1.19,0,0,0,2,11v6a1,1,0,0,0,1,1H4V28H6V18h6V28H28V18h1a1,1,0,0,0,1-1V11A1.19,1.19,0,0,0,30,10.68ZM26,26H14V18H26Zm2-10H24V12H22v4H17V12H15v4H10V12H8v4H4V11.16L5.72,6H26.28L28,11.16Z"
|
|
2736
|
+
})), children);
|
|
2737
|
+
});
|
|
2738
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2739
|
+
Store.propTypes = iconPropTypes;
|
|
2740
|
+
}
|
|
2741
|
+
const StormTracker = /*#__PURE__*/React.forwardRef(function StormTracker(_ref111, ref) {
|
|
2742
|
+
let {
|
|
2743
|
+
children,
|
|
2744
|
+
size = 16,
|
|
2745
|
+
...rest
|
|
2746
|
+
} = _ref111;
|
|
2747
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2748
|
+
width: size,
|
|
2749
|
+
height: size,
|
|
2750
|
+
ref: ref,
|
|
2751
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2752
|
+
viewBox: "0 0 32 32",
|
|
2753
|
+
fill: "currentColor",
|
|
2754
|
+
...rest
|
|
2755
|
+
}, _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2756
|
+
d: "M16,2a1,1,0,0,0-.9736.771l-1.7229,7.3223a10.0653,10.0653,0,1,0,8.6032,8.603l7.3223-1.7227A1,1,0,0,0,30,16,14.0158,14.0158,0,0,0,16,2ZM11.293,20.707A1,1,0,0,0,12,21a1.013,1.013,0,0,0,.229-.0264l3.7622-.8852a3.996,3.996,0,1,1-4.08-4.08l-.8852,3.7622A1,1,0,0,0,11.293,20.707Zm2.05-2.0508,2.271-9.65a7.5018,7.5018,0,0,1,7.38,7.38ZM20,20a8,8,0,1,1-8-8,8.1017,8.1017,0,0,1,.8438.0469L12.38,14.019C12.2532,14.0107,12.127,14,12,14a6,6,0,1,0,6,6c0-.127-.011-.2534-.019-.38l1.9721-.4643A8.1048,8.1048,0,0,1,20,20Zm4.9707-4.0791a9.4981,9.4981,0,0,0-8.8914-8.8916l.7068-3.0039A12.0193,12.0193,0,0,1,27.9746,15.2139Z"
|
|
2757
|
+
})), children);
|
|
2758
|
+
});
|
|
2759
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2760
|
+
StormTracker.propTypes = iconPropTypes;
|
|
2761
|
+
}
|
|
2762
|
+
const StrategyPlay = /*#__PURE__*/React.forwardRef(function StrategyPlay(_ref112, ref) {
|
|
2763
|
+
let {
|
|
2764
|
+
children,
|
|
2765
|
+
size = 16,
|
|
2766
|
+
...rest
|
|
2767
|
+
} = _ref112;
|
|
2768
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2769
|
+
width: size,
|
|
2770
|
+
height: size,
|
|
2771
|
+
ref: ref,
|
|
2772
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2773
|
+
viewBox: "0 0 32 32",
|
|
2774
|
+
fill: "currentColor",
|
|
2775
|
+
...rest
|
|
2776
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2777
|
+
strokeWidth: "0",
|
|
2778
|
+
d: "M12 3.415L10.586 2 7 5.587 3.414 2 2 3.415 5.586 7 2 10.586 3.414 12 7 8.414 10.586 12 12 10.586 8.414 7 12 3.415zM25 2l-5 5 1.4089 1.4189 2.5911-2.625v9.2061H8c-1.1028 0-2 .8975-2 2v3.1011c-2.2793.4644-4 2.4844-4 4.8989 0 2.7568 2.2429 5 5 5s5-2.2432 5-5c0-2.4146-1.7207-4.4346-4-4.8989v-3.1011h16c1.1028 0 2-.8975 2-2V5.8472l2.5911 2.5718 1.4089-1.4189-5-5zm-15 23c0 1.6543-1.3457 3-3 3s-3-1.3457-3-3 1.3457-3 3-3 3 1.3457 3 3z"
|
|
2779
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2780
|
+
strokeWidth: "0",
|
|
2781
|
+
d: "M30 21.415L28.586 20 25 23.587 21.414 20 20 21.415 23.586 25 20 28.586 21.414 30 25 26.414 28.586 30 30 28.586 26.414 25 30 21.415z"
|
|
2782
|
+
})), children);
|
|
2783
|
+
});
|
|
2784
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2785
|
+
StrategyPlay.propTypes = iconPropTypes;
|
|
2786
|
+
}
|
|
2787
|
+
const Strawberry = /*#__PURE__*/React.forwardRef(function Strawberry(_ref113, ref) {
|
|
2788
|
+
let {
|
|
2789
|
+
children,
|
|
2790
|
+
size = 16,
|
|
2791
|
+
...rest
|
|
2792
|
+
} = _ref113;
|
|
2793
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2794
|
+
width: size,
|
|
2795
|
+
height: size,
|
|
2796
|
+
ref: ref,
|
|
2797
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2798
|
+
viewBox: "0 0 32 32",
|
|
2799
|
+
fill: "currentColor",
|
|
2800
|
+
...rest
|
|
2801
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2802
|
+
d: "M9 10H11V12H9zM9 14H11V16H9zM13 12H15V14H13z"
|
|
2803
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2804
|
+
d: "M9 28a5.169 5.169 0 01-.7441-.054A5.0935 5.0935 0 014 22.8669V11.1985a7.1615 7.1615 0 016.31-7.1653 6.9607 6.9607 0 014.4643 1.0706l7.9688 4.9807a6.98 6.98 0 01-.6885 12.19l-10.88 5.2285A4.9765 4.9765 0 019 28zM11.002 6q-.2484 0-.5005.0241A5.1463 5.1463 0 006 11.1985V22.8669a3.0839 3.0839 0 002.5435 3.1 3.0266 3.0266 0 001.7622-.2649l10.8828-5.23a4.9807 4.9807 0 00.4887-8.6958L13.7046 6.7935A4.9687 4.9687 0 0011.002 6zM26 7H22a4.0045 4.0045 0 01-4-4V2h2V3a2.0021 2.0021 0 002 2h4z"
|
|
2805
|
+
})), children);
|
|
2806
|
+
});
|
|
2807
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2808
|
+
Strawberry.propTypes = iconPropTypes;
|
|
2809
|
+
}
|
|
2810
|
+
const WatsonHealthStressBreathEditor = /*#__PURE__*/React.forwardRef(function WatsonHealthStressBreathEditor(_ref114, ref) {
|
|
2811
|
+
let {
|
|
2812
|
+
children,
|
|
2813
|
+
size = 16,
|
|
2814
|
+
...rest
|
|
2815
|
+
} = _ref114;
|
|
2816
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2817
|
+
width: size,
|
|
2818
|
+
height: size,
|
|
2819
|
+
ref: ref,
|
|
2820
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2821
|
+
viewBox: "0 0 32 32",
|
|
2822
|
+
fill: "currentColor",
|
|
2823
|
+
...rest
|
|
2824
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2825
|
+
d: "M20 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0020 2zM30 30H28V25a5 5 0 00-5-5H17a5 5 0 00-5 5v5H10V25a7 7 0 017-7h6a7 7 0 017 7zM11 8H5A3 3 0 012 5V3H4V5A1 1 0 005 6h6zM4 15H2V13a3 3 0 013-3h6v2H5a1 1 0 00-1 1z"
|
|
2826
|
+
})), children);
|
|
2827
|
+
});
|
|
2828
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2829
|
+
WatsonHealthStressBreathEditor.propTypes = iconPropTypes;
|
|
2830
|
+
}
|
|
2831
|
+
const StringInteger = /*#__PURE__*/React.forwardRef(function StringInteger(_ref115, ref) {
|
|
2832
|
+
let {
|
|
2833
|
+
children,
|
|
2834
|
+
size = 16,
|
|
2835
|
+
...rest
|
|
2836
|
+
} = _ref115;
|
|
2837
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2838
|
+
width: size,
|
|
2839
|
+
height: size,
|
|
2840
|
+
ref: ref,
|
|
2841
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2842
|
+
viewBox: "0 0 32 32",
|
|
2843
|
+
fill: "currentColor",
|
|
2844
|
+
...rest
|
|
2845
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2846
|
+
d: "M26 12H22v2h4v2H23v2h3v2H22v2h4a2.0027 2.0027 0 002-2V14A2.0023 2.0023 0 0026 12zM19 22H13V18a2.002 2.002 0 012-2h2V14H13V12h4a2.0023 2.0023 0 012 2v2a2.0023 2.0023 0 01-2 2H15v2h4zM8 20L8 12 6 12 6 13 4 13 4 15 6 15 6 20 4 20 4 22 10 22 10 20 8 20z"
|
|
2847
|
+
})), children);
|
|
2848
|
+
});
|
|
2849
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2850
|
+
StringInteger.propTypes = iconPropTypes;
|
|
2851
|
+
}
|
|
2852
|
+
const StringText = /*#__PURE__*/React.forwardRef(function StringText(_ref116, ref) {
|
|
2853
|
+
let {
|
|
2854
|
+
children,
|
|
2855
|
+
size = 16,
|
|
2856
|
+
...rest
|
|
2857
|
+
} = _ref116;
|
|
2858
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2859
|
+
width: size,
|
|
2860
|
+
height: size,
|
|
2861
|
+
ref: ref,
|
|
2862
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2863
|
+
viewBox: "0 0 32 32",
|
|
2864
|
+
fill: "currentColor",
|
|
2865
|
+
...rest
|
|
2866
|
+
}, _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2867
|
+
d: "M29 22H24a2.0027 2.0027 0 01-2-2V14a2.0023 2.0023 0 012-2h5v2H24v6h5zM18 12H14V8H12V22h6a2.0027 2.0027 0 002-2V14A2.0023 2.0023 0 0018 12zm-4 8V14h4v6zM8 12H3v2H8v2H4a2 2 0 00-2 2v2a2 2 0 002 2h6V14A2.0023 2.0023 0 008 12zm0 8H4V18H8z"
|
|
2868
|
+
})), children);
|
|
2869
|
+
});
|
|
2870
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2871
|
+
StringText.propTypes = iconPropTypes;
|
|
2872
|
+
}
|
|
2873
|
+
const WatsonHealthStudyNext = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyNext(_ref117, ref) {
|
|
2874
|
+
let {
|
|
2875
|
+
children,
|
|
2876
|
+
size = 16,
|
|
2877
|
+
...rest
|
|
2878
|
+
} = _ref117;
|
|
2879
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2880
|
+
width: size,
|
|
2881
|
+
height: size,
|
|
2882
|
+
ref: ref,
|
|
2883
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2884
|
+
viewBox: "0 0 32 32",
|
|
2885
|
+
fill: "currentColor",
|
|
2886
|
+
...rest
|
|
2887
|
+
}, _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2888
|
+
d: "M23.93 21L30 15 23.93 9 22.5 10.41 27.14 15 22.5 19.59 23.93 21zM12 4A5 5 0 117 9a5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0012 2zM22 30H20V25a5 5 0 00-5-5H9a5 5 0 00-5 5v5H2V25a7 7 0 017-7h6a7 7 0 017 7z"
|
|
2889
|
+
})), children);
|
|
2890
|
+
});
|
|
2891
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2892
|
+
WatsonHealthStudyNext.propTypes = iconPropTypes;
|
|
2893
|
+
}
|
|
2894
|
+
const WatsonHealthStudyPrevious = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyPrevious(_ref118, ref) {
|
|
2895
|
+
let {
|
|
2896
|
+
children,
|
|
2897
|
+
size = 16,
|
|
2898
|
+
...rest
|
|
2899
|
+
} = _ref118;
|
|
2900
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2901
|
+
width: size,
|
|
2902
|
+
height: size,
|
|
2903
|
+
ref: ref,
|
|
2904
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2905
|
+
viewBox: "0 0 32 32",
|
|
2906
|
+
fill: "currentColor",
|
|
2907
|
+
...rest
|
|
2908
|
+
}, _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2909
|
+
d: "M8.07 21L2 15 8.07 9 9.5 10.41 4.86 15 9.5 19.59 8.07 21zM20 4a5 5 0 11-5 5 5 5 0 015-5m0-2a7 7 0 107 7A7 7 0 0020 2zM30 30H28V25a5 5 0 00-5-5H17a5 5 0 00-5 5v5H10V25a7 7 0 017-7h6a7 7 0 017 7z"
|
|
2910
|
+
})), children);
|
|
2911
|
+
});
|
|
2912
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2913
|
+
WatsonHealthStudyPrevious.propTypes = iconPropTypes;
|
|
2914
|
+
}
|
|
2915
|
+
const WatsonHealthStudyRead = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyRead(_ref119, ref) {
|
|
2916
|
+
let {
|
|
2917
|
+
children,
|
|
2918
|
+
size = 16,
|
|
2919
|
+
...rest
|
|
2920
|
+
} = _ref119;
|
|
2921
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2922
|
+
width: size,
|
|
2923
|
+
height: size,
|
|
2924
|
+
ref: ref,
|
|
2925
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2926
|
+
viewBox: "0 0 32 32",
|
|
2927
|
+
fill: "currentColor",
|
|
2928
|
+
...rest
|
|
2929
|
+
}, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2930
|
+
d: "M21 29.414L16 24.413 17.413 23 21 26.586 28.585 19 30 20.415 21 29.414zM20 14L20 12 15 12 15 10 18 10 18 8 15 8 15 6 13 6 13 8 10 8 10 10 13 10 13 12 8 12 8 14 13 14 13 16 8 16 8 18 13 18 13 20 10 20 10 22 15 22 15 18 18 18 18 16 15 16 15 14 20 14z"
|
|
2931
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2932
|
+
d: "M13,24H4V4H24V16h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2h9Z"
|
|
2933
|
+
})), children);
|
|
2934
|
+
});
|
|
2935
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2936
|
+
WatsonHealthStudyRead.propTypes = iconPropTypes;
|
|
2937
|
+
}
|
|
2938
|
+
const WatsonHealthStudySkip = /*#__PURE__*/React.forwardRef(function WatsonHealthStudySkip(_ref120, ref) {
|
|
2939
|
+
let {
|
|
2940
|
+
children,
|
|
2941
|
+
size = 16,
|
|
2942
|
+
...rest
|
|
2943
|
+
} = _ref120;
|
|
2944
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2945
|
+
width: size,
|
|
2946
|
+
height: size,
|
|
2947
|
+
ref: ref,
|
|
2948
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2949
|
+
viewBox: "0 0 32 32",
|
|
2950
|
+
fill: "currentColor",
|
|
2951
|
+
...rest
|
|
2952
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2953
|
+
d: "M22,9h5.2A11,11,0,0,0,7,15H5A13,13,0,0,1,28,6.7V3h2v8H22Z"
|
|
2954
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2955
|
+
d: "M16 12a3 3 0 11-3 3 2.95 2.95 0 013-3m0-2a5 5 0 105 5A5 5 0 0016 10zM23 30H21V27a3 3 0 00-3-3H14a3 3 0 00-3 3v3H9V27a5 5 0 015-5h4a5 5 0 015 5z"
|
|
2956
|
+
})), children);
|
|
2957
|
+
});
|
|
2958
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2959
|
+
WatsonHealthStudySkip.propTypes = iconPropTypes;
|
|
2960
|
+
}
|
|
2961
|
+
const WatsonHealthStudyTransfer = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyTransfer(_ref121, ref) {
|
|
2962
|
+
let {
|
|
2963
|
+
children,
|
|
2964
|
+
size = 16,
|
|
2965
|
+
...rest
|
|
2966
|
+
} = _ref121;
|
|
2967
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2968
|
+
width: size,
|
|
2969
|
+
height: size,
|
|
2970
|
+
ref: ref,
|
|
2971
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2972
|
+
viewBox: "0 0 32 32",
|
|
2973
|
+
fill: "currentColor",
|
|
2974
|
+
...rest
|
|
2975
|
+
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2976
|
+
d: "M8.586 19.414L13.165 24 8.586 28.586 10 30 16 24 10 18 8.586 19.414z"
|
|
2977
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2978
|
+
d: "M2.586 19.414L7.165 24 2.586 28.586 4 30 10 24 4 18 2.586 19.414zM12 14L12 12 17 12 17 10 14 10 14 8 17 8 17 6 19 6 19 8 22 8 22 10 19 10 19 12 24 12 24 14 19 14 19 16 24 16 24 18 19 18 19 20 22 20 22 22 17 22 17 18 14 18 14 16 17 16 17 14 12 14z"
|
|
2979
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2980
|
+
d: "M19,24h9V4H8V16H6V4A2,2,0,0,1,8,2H28a2,2,0,0,1,2,2V24a2,2,0,0,1-2,2H19Z"
|
|
2981
|
+
})), children);
|
|
2982
|
+
});
|
|
2983
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2984
|
+
WatsonHealthStudyTransfer.propTypes = iconPropTypes;
|
|
2985
|
+
}
|
|
2986
|
+
const WatsonHealthStudyUnread = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyUnread(_ref122, ref) {
|
|
2987
|
+
let {
|
|
2988
|
+
children,
|
|
2989
|
+
size = 16,
|
|
2990
|
+
...rest
|
|
2991
|
+
} = _ref122;
|
|
2992
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
2993
|
+
width: size,
|
|
2994
|
+
height: size,
|
|
2995
|
+
ref: ref,
|
|
2996
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2997
|
+
viewBox: "0 0 32 32",
|
|
2998
|
+
fill: "currentColor",
|
|
2999
|
+
...rest
|
|
3000
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
3001
|
+
d: "M24 30a6 6 0 116-6A6.0067 6.0067 0 0124 30zm0-10a4 4 0 104 4A4.0045 4.0045 0 0024 20zM20 14L20 12 15 12 15 10 18 10 18 8 15 8 15 6 13 6 13 8 10 8 10 10 13 10 13 12 8 12 8 14 13 14 13 16 8 16 8 18 13 18 13 20 10 20 10 22 17 22 17 20 15 20 15 18 18 18 18 16 15 16 15 14 20 14z"
|
|
3002
|
+
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
3003
|
+
d: "M15,24H4V4H24V15h2V4a2,2,0,0,0-2-2H4A2,2,0,0,0,2,4V24a2,2,0,0,0,2,2H15Z"
|
|
3004
|
+
})), children);
|
|
3005
|
+
});
|
|
3006
|
+
if (process.env.NODE_ENV !== "production") {
|
|
3007
|
+
WatsonHealthStudyUnread.propTypes = iconPropTypes;
|
|
3008
|
+
}
|
|
3009
|
+
const WatsonHealthStudyView = /*#__PURE__*/React.forwardRef(function WatsonHealthStudyView(_ref123, ref) {
|
|
3010
|
+
let {
|
|
3011
|
+
children,
|
|
3012
|
+
size = 16,
|
|
3013
|
+
...rest
|
|
3014
|
+
} = _ref123;
|
|
3015
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
3016
|
+
width: size,
|
|
3017
|
+
height: size,
|
|
3018
|
+
ref: ref,
|
|
3019
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3020
|
+
viewBox: "0 0 32 32",
|
|
3021
|
+
fill: "currentColor",
|
|
3022
|
+
...rest
|
|
3023
|
+
}, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
3024
|
+
d: "M28 20H25V18h3V4H14V7H12V4a2.002 2.002 0 012-2H28a2.0023 2.0023 0 012 2V18A2.0027 2.0027 0 0128 20zM17 22L17 20 13 20 13 18 16 18 16 16 13 16 13 14 11 14 11 16 8 16 8 18 11 18 11 20 7 20 7 22 11 22 11 24 8 24 8 26 16 26 16 24 13 24 13 22 17 22z"
|
|
3025
|
+
})), _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
3026
|
+
d: "M20,30H4a2.0021,2.0021,0,0,1-2-2V12a2.0021,2.0021,0,0,1,2-2H20a2.0021,2.0021,0,0,1,2,2V28A2.0021,2.0021,0,0,1,20,30ZM4,12V28H20V12Z"
|
|
3027
|
+
})), children);
|
|
3028
|
+
});
|
|
3029
|
+
if (process.env.NODE_ENV !== "production") {
|
|
3030
|
+
WatsonHealthStudyView.propTypes = iconPropTypes;
|
|
3031
|
+
}
|
|
3032
|
+
const WatsonHealthSubVolume = /*#__PURE__*/React.forwardRef(function WatsonHealthSubVolume(_ref124, ref) {
|
|
3033
|
+
let {
|
|
3034
|
+
children,
|
|
3035
|
+
size = 16,
|
|
3036
|
+
...rest
|
|
3037
|
+
} = _ref124;
|
|
3038
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
3039
|
+
width: size,
|
|
3040
|
+
height: size,
|
|
3041
|
+
ref: ref,
|
|
3042
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3043
|
+
viewBox: "0 0 32 32",
|
|
3044
|
+
fill: "currentColor",
|
|
3045
|
+
...rest
|
|
3046
|
+
}, _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
3047
|
+
d: "M29.4741,19.12,23.6807,16l5.7934-3.12a1,1,0,0,0,0-1.7607l-13-7a.9982.9982,0,0,0-.9482,0l-13,7a1,1,0,0,0,0,1.7607L8.3193,16,2.5259,19.12a1,1,0,0,0,0,1.7607l13,7a.9995.9995,0,0,0,.9482,0l13-7a1,1,0,0,0,0-1.7607ZM16,6.1359,26.8906,12,16,17.8643,5.1094,12Zm0,19.7284L5.1094,20l5.3193-2.8642L15.5259,19.88a.9995.9995,0,0,0,.9482,0l5.0972-2.7446L26.8906,20Z"
|
|
3048
|
+
})), children);
|
|
3049
|
+
});
|
|
3050
|
+
if (process.env.NODE_ENV !== "production") {
|
|
3051
|
+
WatsonHealthSubVolume.propTypes = iconPropTypes;
|
|
3052
|
+
}
|
|
3053
|
+
const Subclassification = /*#__PURE__*/React.forwardRef(function Subclassification(_ref125, ref) {
|
|
3054
|
+
let {
|
|
3055
|
+
children,
|
|
3056
|
+
size = 16,
|
|
3057
|
+
...rest
|
|
3058
|
+
} = _ref125;
|
|
3059
|
+
return /*#__PURE__*/React.createElement(Icon, {
|
|
3060
|
+
width: size,
|
|
3061
|
+
height: size,
|
|
3062
|
+
ref: ref,
|
|
3063
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3064
|
+
viewBox: "0 0 32 32",
|
|
3065
|
+
fill: "currentColor",
|
|
3066
|
+
...rest
|
|
3067
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
3068
|
+
strokeWidth: "0",
|
|
3069
|
+
d: "m13,28v-10h7c.3564,0,.686-.1899.8647-.498.0902-.1551.1353-.3285.1353-.502,0-.1711-.0441-.3424-.1318-.4961L12.8682,2.504c-.1919-.3359-.5301-.504-.8682-.504s-.6763.1681-.8682.504l-7.9999,13.9999c-.0878.1537-.1318.3249-.1318.4961,0,.1735.0451.3469.1353.502.1787.3081.5083.498.8647.498h7v10c0,1.1046.8954,2,2,2h15v-2h-15Zm-7.2769-12l6.2769-10.9844,6.2769,10.9844H5.7231Z"
|
|
3070
|
+
})), children);
|
|
3071
|
+
});
|
|
3072
|
+
if (process.env.NODE_ENV !== "production") {
|
|
3073
|
+
Subclassification.propTypes = iconPropTypes;
|
|
3074
|
+
}
|
|
3075
|
+
|
|
3076
|
+
export { ShapeIntersect, ShapeJoin, ShapeUnite, Shapes, Share, ShareKnowledge, ShoppingBag, ShoppingCart, ShoppingCartArrowDown, ShoppingCartArrowUp, ShoppingCartClear, ShoppingCartError, ShoppingCartMinus, ShoppingCartPlus, ShoppingCatalog, ShowDataCards, ShrinkScreen, ShrinkScreenFilled, Shuffle, Shuttle, SidePanelClose, SidePanelCloseFilled, SidePanelOpen, SidePanelOpenFilled, Sight, Sigma, SignalStrength, SimCard, SkillLevel, SkillLevelAdvanced, SkillLevelBasic, SkillLevelIntermediate, SkipBack, SkipBackFilled, SkipBackOutline, SkipBackOutlineFilled, SkipBackOutlineSolid, SkipBackSolidFilled, SkipForward, SkipForwardFilled, SkipForwardOutline, SkipForwardOutlineFilled, SkipForwardOutlineSolid, SkipForwardSolidFilled, Sleet, Slisor, Slm, Smell, Smoke, Snooze, Snow, SnowBlizzard, SnowDensity, SnowHeavy, SnowScattered, SnowScatteredNight, Snowflake, Soccer, SoftwareResource, SoftwareResourceCluster, SoftwareResourceResource, SoilMoisture, SoilMoistureField, SoilMoistureGlobal, SoilTemperature, SoilTemperatureField, SoilTemperatureGlobal, SolarPanel, SortAscending, SortDescending, SortRemove, SpellCheck, Split, SplitScreen, SprayPaint, Sprout, Sql, SquareFill, SquareOutline, SquareSolid, StackLimitation, Stamp, Star, StarFilled, StarHalf, StarReview, StayInside, StemLeafPlot, Stethoscope, Stop, StopFilled, StopFilledAlt, StopOutline, StopOutlineFilled, StopSign, StopSignFilled, StoragePool, StorageRequest, Store, StormTracker, StrategyPlay, Strawberry, StringInteger, StringText, Subclassification, WatsonHealthSmoothing, WatsonHealthSmoothingCursor, WatsonHealthSpineLabel, WatsonHealthSplitDiscard, WatsonHealthStackedMove, WatsonHealthStackedScrolling_1, WatsonHealthStackedScrolling_2, WatsonHealthStatusAcknowledge, WatsonHealthStatusChange, WatsonHealthStatusPartialFail, WatsonHealthStatusResolved, WatsonHealthStressBreathEditor, WatsonHealthStudyNext, WatsonHealthStudyPrevious, WatsonHealthStudyRead, WatsonHealthStudySkip, WatsonHealthStudyTransfer, WatsonHealthStudyUnread, WatsonHealthStudyView, WatsonHealthSubVolume };
|