@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,3210 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2024
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
'use strict';
|
|
9
|
+
|
|
10
|
+
var React = require('react');
|
|
11
|
+
var Icon = require('../Icon.js');
|
|
12
|
+
var iconPropTypes4cbeb95d = require('../iconPropTypes-4cbeb95d.js');
|
|
13
|
+
require('prop-types');
|
|
14
|
+
|
|
15
|
+
var _path, _path2, _path3, _path4, _path5, _path6, _circle, _circle2, _path7, _circle3, _circle4, _path8, _path9, _circle5, _circle6, _circle7, _path10, _path11, _circle8, _path12, _circle9, _path13, _circle10, _path14, _circle11, _path15, _path16, _circle12, _path17, _circle13, _path18, _path19, _path20, _circle14, _circle15, _circle16, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _circle17, _path34, _circle18, _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, _circle19, _path71, _path72, _path73, _circle20, _path74, _path75, _path76, _path77, _path78, _path79, _circle21, _path80, _path81, _path82, _path83, _path84, _path85, _path86, _path87, _path88, _path89, _path90, _path91, _path92, _path93, _path94, _path95, _path96, _path97, _path98, _path99, _path100, _path101, _path102, _path103, _path104, _path105, _path106, _path107, _path108, _path109, _path110, _path111, _path112, _path113, _path114, _path115, _circle22, _path116, _path117, _circle23, _path118, _circle24, _path119, _path120, _circle25, _path121, _circle26, _path122, _path123, _path124, _path125, _path126, _path127, _path128, _path129, _circle27, _circle28, _circle29, _path130, _path131, _path132, _path133, _path134, _path135, _path136, _path137, _path138, _path139, _path140, _path141, _path142, _path143, _path144, _path145, _path146, _path147, _circle30, _path148, _path149, _path150, _path151, _path152, _path153, _path154, _path155, _path156, _path157, _path158, _path159, _path160, _path161, _path162, _path163, _path164, _path165, _path166, _path167, _path168, _path169, _path170, _path171, _path172, _path173, _path174, _path175, _path176, _path177, _path178, _path179, _path180, _path181, _path182, _path183, _path184, _path185, _path186, _path187, _path188, _path189, _path190, _path191, _path192, _path193, _path194, _path195, _path196, _path197, _path198, _circle31, _circle32, _path199, _path200, _path201, _path202, _path203, _path204, _path205, _path206, _path207, _path208, _path209, _path210, _path211, _path212, _path213, _path214, _path215, _path216, _path217, _circle33, _path218, _path219, _circle34, _path220, _path221, _circle35, _path222, _path223, _path224, _path225, _path226, _path227, _path228, _rect, _path229, _path230, _path231, _path232;
|
|
16
|
+
const didWarnAboutDeprecation = {};
|
|
17
|
+
const IbmWatsonQuery = /*#__PURE__*/React.forwardRef(function IbmWatsonQuery(_ref, ref) {
|
|
18
|
+
let {
|
|
19
|
+
children,
|
|
20
|
+
size = 16,
|
|
21
|
+
...rest
|
|
22
|
+
} = _ref;
|
|
23
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
24
|
+
width: size,
|
|
25
|
+
height: size,
|
|
26
|
+
ref: ref,
|
|
27
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
28
|
+
viewBox: "0 0 32 32",
|
|
29
|
+
fill: "currentColor",
|
|
30
|
+
...rest
|
|
31
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
d: "M22,24c-0.2,0-0.3,0-0.5,0L18.2,18c0.5-0.5,0.8-1.2,0.8-2c0-1.7-1.3-3-3-3s-3,1.3-3,3c0,0.8,0.3,1.5,0.8,2L10.5,24 c-0.2,0-0.3,0-0.5,0c-1.7,0-3,1.3-3,3s1.3,3,3,3s3-1.3,3-3c0-0.8-0.3-1.5-0.8-2l3.3-6.1c0.2,0,0.3,0,0.5,0s0.3,0,0.5,0l3.3,6.1 c-0.5,0.5-0.8,1.2-0.8,2c0,1.7,1.3,3,3,3s3-1.3,3-3S23.7,24,22,24z M16,15c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S15.4,15,16,15z M10,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S10.6,28,10,28z M22,28c-0.6,0-1-0.4-1-1s0.4-1,1-1s1,0.4,1,1S22.6,28,22,28z"
|
|
33
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
d: "M24.8,9.1C23.9,5,20.3,2,16,2S8.1,5,7.2,9.1C4.2,9.7,2,12.4,2,15.5C2,19.1,4.9,22,8.5,22H9v-2H8.5C6,20,4,18,4,15.5 c0-2.3,1.8-4.3,4.1-4.5L9,11l0.1-0.8C9.5,6.6,12.5,4,16,4c3.5,0,6.5,2.6,6.9,6.1L23,11l0.8,0.1c2.3,0.2,4.1,2.2,4.1,4.5 c0,2.5-2,4.5-4.5,4.5H23v2h0.5c3.6,0,6.5-2.9,6.5-6.5C30,12.4,27.8,9.7,24.8,9.1z"
|
|
35
|
+
})), children);
|
|
36
|
+
});
|
|
37
|
+
if (process.env.NODE_ENV !== "production") {
|
|
38
|
+
IbmWatsonQuery.propTypes = iconPropTypes4cbeb95d.i;
|
|
39
|
+
}
|
|
40
|
+
const IbmWatsonSpeechToText = /*#__PURE__*/React.forwardRef(function IbmWatsonSpeechToText(_ref2, ref) {
|
|
41
|
+
let {
|
|
42
|
+
children,
|
|
43
|
+
size = 16,
|
|
44
|
+
...rest
|
|
45
|
+
} = _ref2;
|
|
46
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
47
|
+
width: size,
|
|
48
|
+
height: size,
|
|
49
|
+
ref: ref,
|
|
50
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
51
|
+
viewBox: "0 0 32 32",
|
|
52
|
+
fill: "currentColor",
|
|
53
|
+
...rest
|
|
54
|
+
}, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
55
|
+
d: "M14 18H4c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h2.4l1.7 3 1.7-1-2.3-4H4v-6h10v6h-3v2h3c1.1 0 2-.9 2-2v-6C16 18.9 15.1 18 14 18zM19 26h2c3.9 0 7-3.1 7-7v-2h-2v2c0 2.8-2.2 5-5 5h-2V26zM18 11H24V13H18zM18 7H30V9H18zM18 3H30V5H18zM4 14h2v-2c0-2.8 2.2-5 5-5h4V5h-4c-3.9 0-7 3.1-7 7V14z"
|
|
56
|
+
})), children);
|
|
57
|
+
});
|
|
58
|
+
if (process.env.NODE_ENV !== "production") {
|
|
59
|
+
IbmWatsonSpeechToText.propTypes = iconPropTypes4cbeb95d.i;
|
|
60
|
+
}
|
|
61
|
+
const IbmWatsonStudio = /*#__PURE__*/React.forwardRef(function IbmWatsonStudio(_ref3, ref) {
|
|
62
|
+
let {
|
|
63
|
+
children,
|
|
64
|
+
size = 16,
|
|
65
|
+
...rest
|
|
66
|
+
} = _ref3;
|
|
67
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
68
|
+
width: size,
|
|
69
|
+
height: size,
|
|
70
|
+
ref: ref,
|
|
71
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
72
|
+
viewBox: "0 0 32 32",
|
|
73
|
+
fill: "currentColor",
|
|
74
|
+
...rest
|
|
75
|
+
}, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
76
|
+
d: "M25 21c-2.8 0-5-2.2-5-5s2.2-5 5-5 5 2.2 5 5S27.8 21 25 21zM25 13c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3S26.7 13 25 13zM14 11V6c0-1.1-.9-2-2-2h-2v2h2v5c0 2.1 1.1 3.9 2.7 5-1.6 1.1-2.7 2.9-2.7 5v5h-2v2h2c1.1 0 2-.9 2-2v-5c0-2.2 1.8-4 4-4v-2C15.8 15 14 13.2 14 11zM2 30v-6h6v6H2zM4 26v2h2v-2H4zM2 19v-6h6v6H2zM4 15v2h2v-2H4zM2 8V2h6v6H2zM4 4v2h2V4H4z"
|
|
77
|
+
})), children);
|
|
78
|
+
});
|
|
79
|
+
if (process.env.NODE_ENV !== "production") {
|
|
80
|
+
IbmWatsonStudio.propTypes = iconPropTypes4cbeb95d.i;
|
|
81
|
+
}
|
|
82
|
+
const IbmWatsonTextToSpeech = /*#__PURE__*/React.forwardRef(function IbmWatsonTextToSpeech(_ref4, ref) {
|
|
83
|
+
let {
|
|
84
|
+
children,
|
|
85
|
+
size = 16,
|
|
86
|
+
...rest
|
|
87
|
+
} = _ref4;
|
|
88
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
89
|
+
width: size,
|
|
90
|
+
height: size,
|
|
91
|
+
ref: ref,
|
|
92
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
93
|
+
viewBox: "0 0 32 32",
|
|
94
|
+
fill: "currentColor",
|
|
95
|
+
...rest
|
|
96
|
+
}, _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
97
|
+
d: "M13 26h-2c-3.9 0-7-3.1-7-7v-2h2v2c0 2.8 2.2 5 5 5h2V26zM18 18h10c1.1 0 2 .9 2 2v6c0 1.1-.9 2-2 2h-2.4l-1.7 3-1.7-1 2.3-4H28v-6H18v6h3v2h-3c-1.1 0-2-.9-2-2v-6C16 18.9 16.9 18 18 18zM28 14h-2v-2c0-2.8-2.2-5-5-5h-4V5h4c3.9 0 7 3.1 7 7V14zM2 11H8V13H2zM2 7H14V9H2zM2 3H14V5H2z"
|
|
98
|
+
})), children);
|
|
99
|
+
});
|
|
100
|
+
if (process.env.NODE_ENV !== "production") {
|
|
101
|
+
IbmWatsonTextToSpeech.propTypes = iconPropTypes4cbeb95d.i;
|
|
102
|
+
}
|
|
103
|
+
const IbmWatsonToneAnalyzer = /*#__PURE__*/React.forwardRef(function IbmWatsonToneAnalyzer(_ref5, ref) {
|
|
104
|
+
let {
|
|
105
|
+
children,
|
|
106
|
+
size = 16,
|
|
107
|
+
...rest
|
|
108
|
+
} = _ref5;
|
|
109
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
110
|
+
width: size,
|
|
111
|
+
height: size,
|
|
112
|
+
ref: ref,
|
|
113
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
114
|
+
viewBox: "0 0 32 32",
|
|
115
|
+
fill: "currentColor",
|
|
116
|
+
...rest
|
|
117
|
+
}, _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
118
|
+
d: "M23.9,10c-0.6-0.6-1.5-1-2.4-1s-1.8,0.4-2.4,1l-1.4-1.4c1-1,2.4-1.6,3.8-1.6s2.9,0.6,3.8,1.6L23.9,10z"
|
|
119
|
+
})), _circle || (_circle = /*#__PURE__*/React.createElement("circle", {
|
|
120
|
+
cx: "24",
|
|
121
|
+
cy: "5",
|
|
122
|
+
r: "1"
|
|
123
|
+
})), _circle2 || (_circle2 = /*#__PURE__*/React.createElement("circle", {
|
|
124
|
+
cx: "19",
|
|
125
|
+
cy: "5",
|
|
126
|
+
r: "1"
|
|
127
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
128
|
+
d: "M15 0l13 0c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2h-3.5l-1.7 3L21 16l2.3-4H28V2H15v10h5v2h-5c-1.1 0-2-.9-2-2V2C13 .9 13.9 0 15 0zM20 19v6c0 .6-.4 1-1 1h-5v2h5c1.7 0 3-1.3 3-3v-6H20zM15.4 20.4c-.8 1-2.1 1.6-3.4 1.6s-2.6-.6-3.4-1.6L7 21.6c1.2 1.4 3 2.4 5 2.4s3.8-.9 5-2.4L15.4 20.4z"
|
|
129
|
+
})), _circle3 || (_circle3 = /*#__PURE__*/React.createElement("circle", {
|
|
130
|
+
cx: "15.5",
|
|
131
|
+
cy: "17.5",
|
|
132
|
+
r: "1.5"
|
|
133
|
+
})), _circle4 || (_circle4 = /*#__PURE__*/React.createElement("circle", {
|
|
134
|
+
cx: "8.5",
|
|
135
|
+
cy: "17.5",
|
|
136
|
+
r: "1.5"
|
|
137
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
138
|
+
d: "M10.1,26H5c-0.6,0-1-0.4-1-1V14c0-0.6,0.4-1,1-1h5v-2H5c-1.7,0-3,1.3-3,3v11c0,1.7,1.3,3,3,3h4l2.3,4l1.7-1L10.1,26z"
|
|
139
|
+
})), children);
|
|
140
|
+
});
|
|
141
|
+
if (process.env.NODE_ENV !== "production") {
|
|
142
|
+
IbmWatsonToneAnalyzer.propTypes = iconPropTypes4cbeb95d.i;
|
|
143
|
+
}
|
|
144
|
+
const IbmWatsonxAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxAssistant(_ref6, ref) {
|
|
145
|
+
let {
|
|
146
|
+
children,
|
|
147
|
+
size = 16,
|
|
148
|
+
...rest
|
|
149
|
+
} = _ref6;
|
|
150
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
151
|
+
width: size,
|
|
152
|
+
height: size,
|
|
153
|
+
ref: ref,
|
|
154
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
155
|
+
viewBox: "0 0 32 32",
|
|
156
|
+
fill: "currentColor",
|
|
157
|
+
...rest
|
|
158
|
+
}, _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
159
|
+
d: "M28 2h-10c-1.1035 0-2 .8965-2 2v6c0 1.1035.8965 2 2 2h2.4229s1.7314 3 1.7314 3l1.7324-1-2.3096-4h-3.5771V4h10v6h-3s0 2 0 2h3c1.1035 0 2-.8965 2-2V4c0-1.1035-.8965-2-2-2zM14.6904 31l-1.7324-1 3.4648-6h5.5771c1.1046 0 2-.8954 2-2v-5h2v5c0 2.2091-1.7909 4-4 4h-4.4229l-2.8867 5z"
|
|
160
|
+
})), _circle5 || (_circle5 = /*#__PURE__*/React.createElement("circle", {
|
|
161
|
+
cx: "10",
|
|
162
|
+
cy: "17",
|
|
163
|
+
r: "1"
|
|
164
|
+
})), _circle6 || (_circle6 = /*#__PURE__*/React.createElement("circle", {
|
|
165
|
+
cx: "14",
|
|
166
|
+
cy: "17",
|
|
167
|
+
r: "1"
|
|
168
|
+
})), _circle7 || (_circle7 = /*#__PURE__*/React.createElement("circle", {
|
|
169
|
+
cx: "18",
|
|
170
|
+
cy: "17",
|
|
171
|
+
r: "1"
|
|
172
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
173
|
+
d: "m12,26h-6c-2.2091,0-4-1.7909-4-4v-10c0-2.2091,1.7909-4,4-4h8v2H6c-1.1046,0-2,.8954-2,2v10c0,1.1046.8954,2,2,2h6v2Z"
|
|
174
|
+
})), children);
|
|
175
|
+
});
|
|
176
|
+
if (process.env.NODE_ENV !== "production") {
|
|
177
|
+
IbmWatsonxAssistant.propTypes = iconPropTypes4cbeb95d.i;
|
|
178
|
+
}
|
|
179
|
+
const IbmWatsonxCodeAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistant(_ref7, ref) {
|
|
180
|
+
let {
|
|
181
|
+
children,
|
|
182
|
+
size = 16,
|
|
183
|
+
...rest
|
|
184
|
+
} = _ref7;
|
|
185
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
186
|
+
width: size,
|
|
187
|
+
height: size,
|
|
188
|
+
ref: ref,
|
|
189
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
190
|
+
viewBox: "0 0 32 32",
|
|
191
|
+
fill: "currentColor",
|
|
192
|
+
...rest
|
|
193
|
+
}, _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
194
|
+
d: "M11 28h-2c-3.8599 0-7-3.1401-7-7v-2h2v2c0 2.7568 2.2432 5 5 5h2v2zM28.17 26L25.59 28.58 27 30 31 26 27 22 25.58 23.41 28.17 26zM22 31L20.085 30.4229 23 21 24.9149 21.5771 22 31zM16.83 26L19.41 23.42 18 22 14 26 18 30 19.42 28.59 16.83 26zM30 19h-2v-7c0-2.7614-2.2386-5-5-5h-4v-2h4c3.866 0 7 3.134 7 7v7z"
|
|
195
|
+
})), _circle8 || (_circle8 = /*#__PURE__*/React.createElement("circle", {
|
|
196
|
+
cx: "3",
|
|
197
|
+
cy: "4",
|
|
198
|
+
r: "1"
|
|
199
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
200
|
+
d: "M6 3H16V5H6z"
|
|
201
|
+
})), _circle9 || (_circle9 = /*#__PURE__*/React.createElement("circle", {
|
|
202
|
+
cx: "3",
|
|
203
|
+
cy: "12",
|
|
204
|
+
r: "1"
|
|
205
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
206
|
+
d: "M6 11H16V13H6zM2 15H12V17H2z"
|
|
207
|
+
})), _circle10 || (_circle10 = /*#__PURE__*/React.createElement("circle", {
|
|
208
|
+
cx: "15",
|
|
209
|
+
cy: "8",
|
|
210
|
+
r: "1"
|
|
211
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
212
|
+
d: "M2 7H12V9H2z"
|
|
213
|
+
})), _circle11 || (_circle11 = /*#__PURE__*/React.createElement("circle", {
|
|
214
|
+
cx: "15",
|
|
215
|
+
cy: "16",
|
|
216
|
+
r: "1"
|
|
217
|
+
})), children);
|
|
218
|
+
});
|
|
219
|
+
if (process.env.NODE_ENV !== "production") {
|
|
220
|
+
IbmWatsonxCodeAssistant.propTypes = iconPropTypes4cbeb95d.i;
|
|
221
|
+
}
|
|
222
|
+
const IbmWatsonxCodeAssistantForZ = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZ(_ref8, ref) {
|
|
223
|
+
let {
|
|
224
|
+
children,
|
|
225
|
+
size = 16,
|
|
226
|
+
...rest
|
|
227
|
+
} = _ref8;
|
|
228
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
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
|
+
}, _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
237
|
+
d: "M29.17 25L26.59 27.58 28 29 32 25 28 21 26.58 22.41 29.17 25zM23 30L21.0851 29.4229 24 20 25.9149 20.5771 23 30zM17.83 25L20.41 22.42 19 21 15 25 19 29 20.42 27.59 17.83 25zM18 19h-2V5c0-1.1028.8972-2 2-2h9c1.1028 0 2 .8972 2 2v11h-2V5h-9v14zM12 3H3c-1.1028 0-2 .8975-2 2v22c0 1.1025.8972 2 2 2h9c1.1028 0 2-.8975 2-2V5c0-1.1025-.8972-2-2-2zm.0002 7.0366l-6.925-5.0366h6.9248l.0002 5.0366zm-.7004 1.9634l-8.2998 6.0361V5.9639l8.2998 6.0361zm.7007 1.9634l.0007 11.8169-8.2795-5.7959 8.2788-6.021zm-9.0005 7.9575l7.2563 5.0791H3v-5.0791zm9 5.0791l.0012-.002v.002h-.0012z"
|
|
238
|
+
})), children);
|
|
239
|
+
});
|
|
240
|
+
if (process.env.NODE_ENV !== "production") {
|
|
241
|
+
IbmWatsonxCodeAssistantForZ.propTypes = iconPropTypes4cbeb95d.i;
|
|
242
|
+
}
|
|
243
|
+
const IbmWatsonxCodeAssistantForZRefactor = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZRefactor(_ref9, ref) {
|
|
244
|
+
let {
|
|
245
|
+
children,
|
|
246
|
+
size = 16,
|
|
247
|
+
...rest
|
|
248
|
+
} = _ref9;
|
|
249
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
250
|
+
width: size,
|
|
251
|
+
height: size,
|
|
252
|
+
ref: ref,
|
|
253
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
254
|
+
viewBox: "0 0 32 32",
|
|
255
|
+
fill: "currentColor",
|
|
256
|
+
...rest
|
|
257
|
+
}, _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
258
|
+
d: "M22.17 16L19.59 18.58 21 20 25 16 21 12 19.58 13.41 22.17 16zM15.5 21L13.5851 20.4229 16.5 11 18.4149 11.5771 15.5 21zM9.83 16L12.41 13.42 11 12 7 16 11 20 12.42 18.59 9.83 16z"
|
|
259
|
+
})), _circle12 || (_circle12 = /*#__PURE__*/React.createElement("circle", {
|
|
260
|
+
cx: "19",
|
|
261
|
+
cy: "28",
|
|
262
|
+
r: "1"
|
|
263
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
264
|
+
d: "m22,29v-2c2.7568,0,5-2.2432,5-5v-12c0-2.7568-2.2432-5-5-5h-6v-2h6c3.8594,0,7,3.1401,7,7v12c0,3.8594-3.1406,7-7,7Z"
|
|
265
|
+
})), _circle13 || (_circle13 = /*#__PURE__*/React.createElement("circle", {
|
|
266
|
+
cx: "13",
|
|
267
|
+
cy: "4",
|
|
268
|
+
r: "1"
|
|
269
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
270
|
+
d: "m16,29h-6c-3.8594,0-7-3.1406-7-7v-12c0-3.8599,3.1406-7,7-7v2c-2.7568,0-5,2.2432-5,5v12c0,2.7568,2.2432,5,5,5h6v2Z"
|
|
271
|
+
})), children);
|
|
272
|
+
});
|
|
273
|
+
if (process.env.NODE_ENV !== "production") {
|
|
274
|
+
IbmWatsonxCodeAssistantForZRefactor.propTypes = iconPropTypes4cbeb95d.i;
|
|
275
|
+
}
|
|
276
|
+
const IbmWatsonxCodeAssistantForZValidationAssistant = /*#__PURE__*/React.forwardRef(function IbmWatsonxCodeAssistantForZValidationAssistant(_ref10, ref) {
|
|
277
|
+
let {
|
|
278
|
+
children,
|
|
279
|
+
size = 16,
|
|
280
|
+
...rest
|
|
281
|
+
} = _ref10;
|
|
282
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
283
|
+
width: size,
|
|
284
|
+
height: size,
|
|
285
|
+
ref: ref,
|
|
286
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
287
|
+
viewBox: "0 0 32 32",
|
|
288
|
+
fill: "currentColor",
|
|
289
|
+
...rest
|
|
290
|
+
}, _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
291
|
+
d: "M16,2c-7.7,0-14,6.3-14,14s2.7,9.5,6.7,12l1.1-1.7c-3.5-2.1-5.8-5.9-5.8-10.3,0-6.6,5.4-12,12-12s12,5.4,12,12h2c0-7.7-6.3-14-14-14ZM14,21.4l-5-5,1.4-1.4,3.6,3.6,7.6-7.6,1.4,1.4-9,9ZM29.2,27l-2.6,2.6,1.4,1.4,4-4-4-4-1.4,1.4,2.6,2.6ZM22.5,32l-1.9-.6,2.9-9.4,1.9.6-2.9,9.4ZM16.8,27l2.6-2.6-1.4-1.4-4,4,4,4,1.4-1.4-2.6-2.6Z"
|
|
292
|
+
})), children);
|
|
293
|
+
});
|
|
294
|
+
if (process.env.NODE_ENV !== "production") {
|
|
295
|
+
IbmWatsonxCodeAssistantForZValidationAssistant.propTypes = iconPropTypes4cbeb95d.i;
|
|
296
|
+
}
|
|
297
|
+
const IbmWatsonxOrchestrate = /*#__PURE__*/React.forwardRef(function IbmWatsonxOrchestrate(_ref11, ref) {
|
|
298
|
+
let {
|
|
299
|
+
children,
|
|
300
|
+
size = 16,
|
|
301
|
+
...rest
|
|
302
|
+
} = _ref11;
|
|
303
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
304
|
+
width: size,
|
|
305
|
+
height: size,
|
|
306
|
+
ref: ref,
|
|
307
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
308
|
+
viewBox: "0 0 32 32",
|
|
309
|
+
fill: "currentColor",
|
|
310
|
+
...rest
|
|
311
|
+
}, _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
312
|
+
d: "m27.9248,19.4282c-1.123,1.6104-2.9641,2.5718-4.9248,2.5718-2.1233,0-4.0464-1.0874-5.1438-2.9092l-1.7129,1.0322c1.4624,2.4277,4.0256,3.877,6.8567,3.877,1.4231,0,2.7925-.3911,3.9922-1.0835-2.3442,3.6958-6.4814,6.0835-10.9922,6.0835-5.7104,0-10.8347-3.8184-12.4617-9.2852l-1.917.5703c1.8774,6.3086,7.79,10.7148,14.3787,10.7148s12.5012-4.4062,14.3787-10.7148l-2.4539-.8569Z"
|
|
313
|
+
})), _circle14 || (_circle14 = /*#__PURE__*/React.createElement("circle", {
|
|
314
|
+
cx: "30",
|
|
315
|
+
cy: "16",
|
|
316
|
+
r: "2"
|
|
317
|
+
})), _circle15 || (_circle15 = /*#__PURE__*/React.createElement("circle", {
|
|
318
|
+
cx: "2",
|
|
319
|
+
cy: "16",
|
|
320
|
+
r: "2"
|
|
321
|
+
})), _circle16 || (_circle16 = /*#__PURE__*/React.createElement("circle", {
|
|
322
|
+
cx: "16",
|
|
323
|
+
cy: "16",
|
|
324
|
+
r: "2"
|
|
325
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
326
|
+
d: "m16,1C9.4114,1,3.4988,5.4062,1.6213,11.7148l2.4539.8569c1.123-1.6104,2.9641-2.5718,4.9248-2.5718s3.8018.9614,4.9248,2.5718l1.6406-1.144c-1.4971-2.1465-3.9514-3.4277-6.5654-3.4277-1.4231,0-2.7925.3911-3.9922,1.0835,2.3442-3.6953,6.4814-6.0835,10.9922-6.0835,5.7104,0,10.8347,3.8184,12.4617,9.2852l1.917-.5703c-1.8774-6.3086-7.79-10.7148-14.3787-10.7148Z"
|
|
327
|
+
})), children);
|
|
328
|
+
});
|
|
329
|
+
if (process.env.NODE_ENV !== "production") {
|
|
330
|
+
IbmWatsonxOrchestrate.propTypes = iconPropTypes4cbeb95d.i;
|
|
331
|
+
}
|
|
332
|
+
const IbmZCloudModStack = /*#__PURE__*/React.forwardRef(function IbmZCloudModStack(_ref12, ref) {
|
|
333
|
+
let {
|
|
334
|
+
children,
|
|
335
|
+
size = 16,
|
|
336
|
+
...rest
|
|
337
|
+
} = _ref12;
|
|
338
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
339
|
+
width: size,
|
|
340
|
+
height: size,
|
|
341
|
+
ref: ref,
|
|
342
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
343
|
+
viewBox: "0 0 32 32",
|
|
344
|
+
fill: "currentColor",
|
|
345
|
+
...rest
|
|
346
|
+
}, _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
347
|
+
d: "M18.496,27.386L16,28.842L5,22.426v-5.852l10.016-5.843C15.308,10.897,15.641,11,16,11c1.104,0,2-0.896,2-2s-0.896-2-2-2 s-2,0.896-2,2c0,0.003,0.001,0.005,0.001,0.008L3.496,15.136C3.189,15.315,3,15.645,3,16v7c0,0.355,0.189,0.685,0.496,0.864l12,7 C15.652,30.955,15.826,31,16,31s0.348-0.045,0.504-0.136l3-1.75L18.496,27.386z"
|
|
348
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
349
|
+
d: "M28.504,8.136l-3-1.75l-1.008,1.728L27,9.574v12.852l-4.593,2.679l-10.409-6.093C11.999,19.007,12,19.004,12,19 c0-1.104-0.896-2-2-2s-2,0.896-2,2s0.896,2,2,2c0.358,0,0.69-0.102,0.981-0.267l10.92,6.393c0.156,0.091,0.331,0.137,0.505,0.137 c0.174,0,0.348-0.045,0.504-0.136l5.594-3.263C28.811,23.685,29,23.355,29,23V9C29,8.645,28.811,8.315,28.504,8.136z"
|
|
350
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
351
|
+
d: "M23,17.277V5.5c0-0.355-0.189-0.685-0.496-0.864l-6-3.5C16.348,1.045,16.174,1,16,1s-0.348,0.045-0.504,0.136l-12,7 C3.189,8.315,3,8.645,3,9v2.999h2V9.574l11-6.417l5,2.917v11.203c-0.595,0.347-1,0.984-1,1.723c0,1.104,0.896,2,2,2s2-0.896,2-2 C24,18.262,23.595,17.624,23,17.277z"
|
|
352
|
+
})), children);
|
|
353
|
+
});
|
|
354
|
+
if (process.env.NODE_ENV !== "production") {
|
|
355
|
+
IbmZCloudModStack.propTypes = iconPropTypes4cbeb95d.i;
|
|
356
|
+
}
|
|
357
|
+
const IbmZEnvironmentsDevSecOps = /*#__PURE__*/React.forwardRef(function IbmZEnvironmentsDevSecOps(_ref13, ref) {
|
|
358
|
+
let {
|
|
359
|
+
children,
|
|
360
|
+
size = 16,
|
|
361
|
+
...rest
|
|
362
|
+
} = _ref13;
|
|
363
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
364
|
+
width: size,
|
|
365
|
+
height: size,
|
|
366
|
+
ref: ref,
|
|
367
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
368
|
+
viewBox: "0 0 32 32",
|
|
369
|
+
fill: "currentColor",
|
|
370
|
+
...rest
|
|
371
|
+
}, _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
372
|
+
d: "m23.5,16v2c3.0327,0,5.5,2.4673,5.5,5.5s-2.4673,5.5-5.5,5.5-5.5-2.4673-5.5-5.5h-2c0,4.1422,3.3578,7.5,7.5,7.5s7.5-3.3578,7.5-7.5-3.3578-7.5-7.5-7.5Z"
|
|
373
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
374
|
+
d: "M23.5 26c1.3807 0 2.5-1.1193 2.5-2.5s-1.1193-2.5-2.5-2.5c-.3217 0-.6268.066-.9093.1766l-4.8837-4.8837-1.4141 1.4141 4.8837 4.8837c-.1107.2825-.1766.5876-.1766.9093 0 1.3807 1.1193 2.5 2.5 2.5zM29 13h-2v-3.4257l-11-6.4166-3 1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12 7c.3071.1792.4961.5081.4961.8638v4zM7 6H9V16H7z"
|
|
375
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
376
|
+
d: "m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"
|
|
377
|
+
})), children);
|
|
378
|
+
});
|
|
379
|
+
if (process.env.NODE_ENV !== "production") {
|
|
380
|
+
IbmZEnvironmentsDevSecOps.propTypes = iconPropTypes4cbeb95d.i;
|
|
381
|
+
}
|
|
382
|
+
const IbmZOpenEditor = /*#__PURE__*/React.forwardRef(function IbmZOpenEditor(_ref14, ref) {
|
|
383
|
+
let {
|
|
384
|
+
children,
|
|
385
|
+
size = 16,
|
|
386
|
+
...rest
|
|
387
|
+
} = _ref14;
|
|
388
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
389
|
+
width: size,
|
|
390
|
+
height: size,
|
|
391
|
+
ref: ref,
|
|
392
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
393
|
+
viewBox: "0 0 32 32",
|
|
394
|
+
fill: "currentColor",
|
|
395
|
+
...rest
|
|
396
|
+
}, _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
397
|
+
d: "M29,13h-2v-3.4257l-11-6.4166-3,1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12,7c.3071.1792.4961.5081.4961.8638v4ZM7,16h2V6h-2v10ZM15,28.2718l-10.0013-5.8403v-13.4315h-1.9987v14.006c0,.3559.1889.6849.4958.8642l10.4971,6.1298,1.0072-1.7282h-.0001ZM26,17l-1.4141,1.4141,3.5854,3.5859-3.5854,3.5859,1.4141,1.4141,5-5-5-5ZM15,22l5,5,1.4141-1.4141-3.5854-3.5859,3.5854-3.5859-1.4141-1.4141-5,5Z"
|
|
398
|
+
})), children);
|
|
399
|
+
});
|
|
400
|
+
if (process.env.NODE_ENV !== "production") {
|
|
401
|
+
IbmZOpenEditor.propTypes = iconPropTypes4cbeb95d.i;
|
|
402
|
+
}
|
|
403
|
+
const IbmZProcessorCapacityReference = /*#__PURE__*/React.forwardRef(function IbmZProcessorCapacityReference(_ref15, ref) {
|
|
404
|
+
let {
|
|
405
|
+
children,
|
|
406
|
+
size = 16,
|
|
407
|
+
...rest
|
|
408
|
+
} = _ref15;
|
|
409
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
410
|
+
width: size,
|
|
411
|
+
height: size,
|
|
412
|
+
ref: ref,
|
|
413
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
414
|
+
viewBox: "0 0 32 32",
|
|
415
|
+
fill: "currentColor",
|
|
416
|
+
...rest
|
|
417
|
+
}, _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
418
|
+
d: "M25 25H27V29H25zM21 23H23V29H21zM29 20H31V29H29z"
|
|
419
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
420
|
+
d: "M30 17V5c0-1.1046-.8954-2-2-2h-9c-1.1046 0-2 .8954-2 2v24h2V5h9v12h2zM13 3H4c-1.1046 0-2 .8954-2 2v22c0 1.1046.8954 2 2 2h9c1.1046 0 2-.8954 2-2V5c0-1.1046-.8954-2-2-2zm-9 2.9635l8.2998 6.0365-8.2998 6.0365V5.9635zm0 21.0365v-5.0366l6.9253 5.0366h-6.9253zm9-.9635l-8.2998-6.0365 8.2998-6.0365v12.073zm0-15.9999l-6.9253-5.0366h6.9253v5.0366z"
|
|
421
|
+
})), children);
|
|
422
|
+
});
|
|
423
|
+
if (process.env.NODE_ENV !== "production") {
|
|
424
|
+
IbmZProcessorCapacityReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
425
|
+
}
|
|
426
|
+
const IbmZCloudProvisioning = /*#__PURE__*/React.forwardRef(function IbmZCloudProvisioning(_ref16, ref) {
|
|
427
|
+
let {
|
|
428
|
+
children,
|
|
429
|
+
size = 16,
|
|
430
|
+
...rest
|
|
431
|
+
} = _ref16;
|
|
432
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
433
|
+
width: size,
|
|
434
|
+
height: size,
|
|
435
|
+
ref: ref,
|
|
436
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
437
|
+
viewBox: "0 0 32 32",
|
|
438
|
+
fill: "currentColor",
|
|
439
|
+
...rest
|
|
440
|
+
}, _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
441
|
+
d: "M10 17H14V21H10zM17 10H21V14H17zM17 17H21V21H17z"
|
|
442
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
443
|
+
d: "M19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
|
|
444
|
+
})), children);
|
|
445
|
+
});
|
|
446
|
+
if (process.env.NODE_ENV !== "production") {
|
|
447
|
+
IbmZCloudProvisioning.propTypes = iconPropTypes4cbeb95d.i;
|
|
448
|
+
}
|
|
449
|
+
const IbmZOs = /*#__PURE__*/React.forwardRef(function IbmZOs(_ref17, ref) {
|
|
450
|
+
let {
|
|
451
|
+
children,
|
|
452
|
+
size = 16,
|
|
453
|
+
...rest
|
|
454
|
+
} = _ref17;
|
|
455
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
456
|
+
width: size,
|
|
457
|
+
height: size,
|
|
458
|
+
ref: ref,
|
|
459
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
460
|
+
viewBox: "0 0 32 32",
|
|
461
|
+
fill: "currentColor",
|
|
462
|
+
...rest
|
|
463
|
+
}, _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
464
|
+
d: "M16 32c-5.0793 0-9.7449-2.3319-12.7998-6.3979l1.5991-1.2014c2.6736 3.5585 6.7561 5.5994 11.2007 5.5994s8.5281-2.0413 11.2014-5.6005l1.5991 1.2012c-3.0547 4.0668-7.7202 6.3993-12.8005 6.3993zM30 22h-5v-2h5v-3h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h5v2h-5v3h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zM21 22h-4c-1.1028 0-2-.8972-2-2v-8c0-1.1028.8972-2 2-2h4c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-4-10v8h4v-8h-4zM11.4458 10L7.4458 22 9.5542 22 13.5542 10 11.4458 10zM6 22L0 22 0 19.6973 3.7981 14 0 14 0 12 6 12 6 14.3027 2.2019 20 6 20 6 22zM16.0001 0C10.9207 0 6.2552 2.3319 3.2003 6.3979l1.5991 1.2014c2.6736-3.5585 6.7561-5.5994 11.2007-5.5994s8.5281 2.0413 11.2014 5.6005l1.5991-1.2012C25.7459 2.3325 21.0804 0 16.0001 0z"
|
|
465
|
+
})), children);
|
|
466
|
+
});
|
|
467
|
+
if (process.env.NODE_ENV !== "production") {
|
|
468
|
+
IbmZOs.propTypes = iconPropTypes4cbeb95d.i;
|
|
469
|
+
}
|
|
470
|
+
const IbmZOsAiControlInterface = /*#__PURE__*/React.forwardRef(function IbmZOsAiControlInterface(_ref18, ref) {
|
|
471
|
+
let {
|
|
472
|
+
children,
|
|
473
|
+
size = 16,
|
|
474
|
+
...rest
|
|
475
|
+
} = _ref18;
|
|
476
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
477
|
+
width: size,
|
|
478
|
+
height: size,
|
|
479
|
+
ref: ref,
|
|
480
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
481
|
+
viewBox: "0 0 32 32",
|
|
482
|
+
fill: "currentColor",
|
|
483
|
+
...rest
|
|
484
|
+
}, _circle17 || (_circle17 = /*#__PURE__*/React.createElement("circle", {
|
|
485
|
+
cx: "12",
|
|
486
|
+
cy: "21",
|
|
487
|
+
r: "1"
|
|
488
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
489
|
+
d: "m23,25h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
|
|
490
|
+
})), _circle18 || (_circle18 = /*#__PURE__*/React.createElement("circle", {
|
|
491
|
+
cx: "12",
|
|
492
|
+
cy: "11",
|
|
493
|
+
r: "1"
|
|
494
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
495
|
+
d: "m23,15h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"
|
|
496
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
497
|
+
d: "m28,30H4c-1.103,0-2-.897-2-2v-12h2v12h24V4h-12v-2h12c1.103,0,2,.897,2,2v24c0,1.103-.897,2-2,2Z"
|
|
498
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
499
|
+
d: "M8.5 1.5H13.5V3.5H8.5z",
|
|
500
|
+
transform: "rotate(90 11 2.5)"
|
|
501
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
502
|
+
d: "M1.975 3.475H6.975V5.475H1.975z",
|
|
503
|
+
transform: "rotate(45 4.475 4.475)"
|
|
504
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
505
|
+
d: "M0 10H5V12H0z"
|
|
506
|
+
})), children);
|
|
507
|
+
});
|
|
508
|
+
if (process.env.NODE_ENV !== "production") {
|
|
509
|
+
IbmZOsAiControlInterface.propTypes = iconPropTypes4cbeb95d.i;
|
|
510
|
+
}
|
|
511
|
+
const IbmZOsContainers = /*#__PURE__*/React.forwardRef(function IbmZOsContainers(_ref19, ref) {
|
|
512
|
+
let {
|
|
513
|
+
children,
|
|
514
|
+
size = 16,
|
|
515
|
+
...rest
|
|
516
|
+
} = _ref19;
|
|
517
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
518
|
+
width: size,
|
|
519
|
+
height: size,
|
|
520
|
+
ref: ref,
|
|
521
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
522
|
+
viewBox: "0 0 32 32",
|
|
523
|
+
fill: "currentColor",
|
|
524
|
+
...rest
|
|
525
|
+
}, _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
526
|
+
d: "m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z"
|
|
527
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
528
|
+
d: "m20,15v2h7v10h-10V3H5c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h22c1.1028,0,2-.8975,2-2v-12h-9Zm-13.5859,2h8.5859v8.5859l-8.5859-8.5859Zm8.5859-2H6.4141L15,6.4141v8.5859Zm-1.4141-10L5,13.5859V5h8.5859Zm-8.5859,13.4141l8.5859,8.5859H5v-8.5859Z"
|
|
529
|
+
})), children);
|
|
530
|
+
});
|
|
531
|
+
if (process.env.NODE_ENV !== "production") {
|
|
532
|
+
IbmZOsContainers.propTypes = iconPropTypes4cbeb95d.i;
|
|
533
|
+
}
|
|
534
|
+
const IbmZOsPackageManager = /*#__PURE__*/React.forwardRef(function IbmZOsPackageManager(_ref20, ref) {
|
|
535
|
+
let {
|
|
536
|
+
children,
|
|
537
|
+
size = 16,
|
|
538
|
+
...rest
|
|
539
|
+
} = _ref20;
|
|
540
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
541
|
+
width: size,
|
|
542
|
+
height: size,
|
|
543
|
+
ref: ref,
|
|
544
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
545
|
+
viewBox: "0 0 32 32",
|
|
546
|
+
fill: "currentColor",
|
|
547
|
+
...rest
|
|
548
|
+
}, _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
549
|
+
d: "M15 9v10.172l-2.586-2.586L11 18l5 5 5-5-1.414-1.414L17 19.172V9H15zM19.758 26.65L16 28.842 5 22.426V18H3v5c0 .355.189.685.496.864l12 7C15.652 30.955 15.826 31 16 31s.348-.045.504-.136l4.282-2.498L19.758 26.65zM28.504 8.136l-4.269-2.49-1.029 1.715L27 9.574v12.852l-3.787 2.209 1.029 1.715 4.262-2.486C28.811 23.685 29 23.355 29 23V9C29 8.645 28.811 8.315 28.504 8.136zM5 9.574l11-6.417 3.751 2.188L20.78 3.63l-4.276-2.494C16.348 1.045 16.174 1 16 1s-.348.045-.504.136l-12 7C3.189 8.315 3 8.645 3 9v5h2V9.574z"
|
|
550
|
+
})), children);
|
|
551
|
+
});
|
|
552
|
+
if (process.env.NODE_ENV !== "production") {
|
|
553
|
+
IbmZOsPackageManager.propTypes = iconPropTypes4cbeb95d.i;
|
|
554
|
+
}
|
|
555
|
+
const WatsonHealthICa_2D = /*#__PURE__*/React.forwardRef(function WatsonHealthICa_2D(_ref21, ref) {
|
|
556
|
+
let {
|
|
557
|
+
children,
|
|
558
|
+
size = 16,
|
|
559
|
+
...rest
|
|
560
|
+
} = _ref21;
|
|
561
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
562
|
+
width: size,
|
|
563
|
+
height: size,
|
|
564
|
+
ref: ref,
|
|
565
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
566
|
+
viewBox: "0 0 32 32",
|
|
567
|
+
fill: "currentColor",
|
|
568
|
+
...rest
|
|
569
|
+
}, _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
570
|
+
d: "M22 24H10a2.0023 2.0023 0 01-2-2V10a2.0023 2.0023 0 012-2H22a2.0023 2.0023 0 012 2V22A2.0023 2.0023 0 0122 24zM10 10V22H22V10zM11 2L2 2 2 11 4 11 4 4 11 4 11 2zM2 21L2 30 11 30 11 28 4 28 4 21 2 21zM30 11L30 2 21 2 21 4 28 4 28 11 30 11zM21 30L30 30 30 21 28 21 28 28 21 28 21 30z"
|
|
571
|
+
})), children);
|
|
572
|
+
});
|
|
573
|
+
if (process.env.NODE_ENV !== "production") {
|
|
574
|
+
WatsonHealthICa_2D.propTypes = iconPropTypes4cbeb95d.i;
|
|
575
|
+
}
|
|
576
|
+
const IceAccretion = /*#__PURE__*/React.forwardRef(function IceAccretion(_ref22, ref) {
|
|
577
|
+
let {
|
|
578
|
+
children,
|
|
579
|
+
size = 16,
|
|
580
|
+
...rest
|
|
581
|
+
} = _ref22;
|
|
582
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
583
|
+
width: size,
|
|
584
|
+
height: size,
|
|
585
|
+
ref: ref,
|
|
586
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
587
|
+
viewBox: "0 0 32 32",
|
|
588
|
+
fill: "currentColor",
|
|
589
|
+
...rest
|
|
590
|
+
}, _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
591
|
+
d: "M4 2A2 2 0 002 4V20l1 2 1-2V4H8V14l1 2 1-2V2zM28 2H14v8l1 2 1-2V4h2V17l1 2 1-2V4h4V14l1 2 1-2V4h2V24l1 2 1-2V4A2 2 0 0028 2zM14 28L13 30 12 28 12 16 14 16 14 28z"
|
|
592
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
593
|
+
d: "M24 26L23 28 22 26 22 20 24 20 24 26zM8 24L7 26 6 24 6 18 8 18 8 24z"
|
|
594
|
+
})), children);
|
|
595
|
+
});
|
|
596
|
+
if (process.env.NODE_ENV !== "production") {
|
|
597
|
+
IceAccretion.propTypes = iconPropTypes4cbeb95d.i;
|
|
598
|
+
}
|
|
599
|
+
const IceVision = /*#__PURE__*/React.forwardRef(function IceVision(_ref23, ref) {
|
|
600
|
+
let {
|
|
601
|
+
children,
|
|
602
|
+
size = 16,
|
|
603
|
+
...rest
|
|
604
|
+
} = _ref23;
|
|
605
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
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
|
+
}, _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
614
|
+
d: "M19 14L19 21 20 23 21 21 21 14 19 14zM17 14H13a2 2 0 00-2 2v4l1 2 1-2V16h2v7l1 2 1-2z"
|
|
615
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
616
|
+
d: "M4,18A12,12,0,1,0,16,6H12V1L6,7l6,6V8h4A10,10,0,1,1,6,18Z"
|
|
617
|
+
})), children);
|
|
618
|
+
});
|
|
619
|
+
if (process.env.NODE_ENV !== "production") {
|
|
620
|
+
IceVision.propTypes = iconPropTypes4cbeb95d.i;
|
|
621
|
+
}
|
|
622
|
+
const QID = /*#__PURE__*/React.forwardRef(function QID(_ref24, ref) {
|
|
623
|
+
let {
|
|
624
|
+
children,
|
|
625
|
+
size = 16,
|
|
626
|
+
...rest
|
|
627
|
+
} = _ref24;
|
|
628
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
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
|
+
}, _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
637
|
+
d: "M10 9H12V11H10zM18 23H14V9h4a4 4 0 014 4v6A4 4 0 0118 23zm-2-2h2a2 2 0 002-2V13a2 2 0 00-2-2H16zM10 13H12V23H10z"
|
|
638
|
+
})), children);
|
|
639
|
+
});
|
|
640
|
+
if (process.env.NODE_ENV !== "production") {
|
|
641
|
+
QID.propTypes = iconPropTypes4cbeb95d.i;
|
|
642
|
+
}
|
|
643
|
+
const IdManagement = /*#__PURE__*/React.forwardRef(function IdManagement(_ref25, ref) {
|
|
644
|
+
let {
|
|
645
|
+
children,
|
|
646
|
+
size = 16,
|
|
647
|
+
...rest
|
|
648
|
+
} = _ref25;
|
|
649
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
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
|
+
}, _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
658
|
+
d: "M15 20H9a3 3 0 00-3 3v2H8V23a1 1 0 011-1h6a1 1 0 011 1v2h2V23A3 3 0 0015 20zM12 19a4 4 0 10-4-4A4 4 0 0012 19zm0-6a2 2 0 11-2 2A2 2 0 0112 13z"
|
|
659
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
660
|
+
d: "M28,19v9H4V8H16V6H4A2,2,0,0,0,2,8V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V19Z"
|
|
661
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
662
|
+
d: "M20 19H26V21H20zM22 23H26V25H22zM32 10V8H29.8989a4.9678 4.9678 0 00-.7319-1.7529l1.49-1.49-1.414-1.414-1.49 1.49A4.9678 4.9678 0 0026 4.1011V2H24V4.1011a4.9678 4.9678 0 00-1.7529.7319l-1.49-1.49-1.414 1.414 1.49 1.49A4.9678 4.9678 0 0020.1011 8H18v2h2.1011a4.9678 4.9678 0 00.7319 1.7529l-1.49 1.49 1.414 1.414 1.49-1.49A4.9678 4.9678 0 0024 13.8989V16h2V13.8989a4.9678 4.9678 0 001.7529-.7319l1.49 1.49 1.414-1.414-1.49-1.49A4.9678 4.9678 0 0029.8989 10zm-7 2a3 3 0 113-3A3.0033 3.0033 0 0125 12z"
|
|
663
|
+
})), children);
|
|
664
|
+
});
|
|
665
|
+
if (process.env.NODE_ENV !== "production") {
|
|
666
|
+
IdManagement.propTypes = iconPropTypes4cbeb95d.i;
|
|
667
|
+
}
|
|
668
|
+
const Idea = /*#__PURE__*/React.forwardRef(function Idea(_ref26, ref) {
|
|
669
|
+
let {
|
|
670
|
+
children,
|
|
671
|
+
size = 16,
|
|
672
|
+
...rest
|
|
673
|
+
} = _ref26;
|
|
674
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
675
|
+
width: size,
|
|
676
|
+
height: size,
|
|
677
|
+
ref: ref,
|
|
678
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
679
|
+
viewBox: "0 0 32 32",
|
|
680
|
+
fill: "currentColor",
|
|
681
|
+
...rest
|
|
682
|
+
}, _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
683
|
+
d: "M11 24H21V26H11zM13 28H19V30H13zM16 2A10 10 0 006 12a9.19 9.19 0 003.46 7.62c1 .93 1.54 1.46 1.54 2.38h2c0-1.84-1.11-2.87-2.19-3.86A7.2 7.2 0 018 12a8 8 0 0116 0 7.2 7.2 0 01-2.82 6.14c-1.07 1-2.18 2-2.18 3.86h2c0-.92.53-1.45 1.54-2.39A9.18 9.18 0 0026 12 10 10 0 0016 2z"
|
|
684
|
+
})), children);
|
|
685
|
+
});
|
|
686
|
+
if (process.env.NODE_ENV !== "production") {
|
|
687
|
+
Idea.propTypes = iconPropTypes4cbeb95d.i;
|
|
688
|
+
}
|
|
689
|
+
const Identification = /*#__PURE__*/React.forwardRef(function Identification(_ref27, ref) {
|
|
690
|
+
let {
|
|
691
|
+
children,
|
|
692
|
+
size = 16,
|
|
693
|
+
...rest
|
|
694
|
+
} = _ref27;
|
|
695
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
696
|
+
width: size,
|
|
697
|
+
height: size,
|
|
698
|
+
ref: ref,
|
|
699
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
700
|
+
viewBox: "0 0 32 32",
|
|
701
|
+
fill: "currentColor",
|
|
702
|
+
...rest
|
|
703
|
+
}, _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
704
|
+
d: "M28,6V26H4V6H28m0-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
|
|
705
|
+
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
706
|
+
d: "M6 10H13V12H6zM6 14H10V16H6zM23 18H17a3 3 0 00-3 3v2h2V21a1 1 0 011-1h6a1 1 0 011 1v2h2V21A3 3 0 0023 18zM20 17a4 4 0 10-4-4A4 4 0 0020 17zm0-6a2 2 0 11-2 2A2 2 0 0120 11z"
|
|
707
|
+
})), children);
|
|
708
|
+
});
|
|
709
|
+
if (process.env.NODE_ENV !== "production") {
|
|
710
|
+
Identification.propTypes = iconPropTypes4cbeb95d.i;
|
|
711
|
+
}
|
|
712
|
+
const Image = /*#__PURE__*/React.forwardRef(function Image(_ref28, ref) {
|
|
713
|
+
let {
|
|
714
|
+
children,
|
|
715
|
+
size = 16,
|
|
716
|
+
...rest
|
|
717
|
+
} = _ref28;
|
|
718
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
719
|
+
width: size,
|
|
720
|
+
height: size,
|
|
721
|
+
ref: ref,
|
|
722
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
723
|
+
viewBox: "0 0 32 32",
|
|
724
|
+
fill: "currentColor",
|
|
725
|
+
...rest
|
|
726
|
+
}, _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
727
|
+
d: "M19,14a3,3,0,1,0-3-3A3,3,0,0,0,19,14Zm0-4a1,1,0,1,1-1,1A1,1,0,0,1,19,10Z"
|
|
728
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
729
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,22H6V20l5-5,5.59,5.59a2,2,0,0,0,2.82,0L21,19l5,5Zm0-4.83-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17l-5.59-5.59a2,2,0,0,0-2.82,0L6,17.17V6H26Z"
|
|
730
|
+
})), children);
|
|
731
|
+
});
|
|
732
|
+
if (process.env.NODE_ENV !== "production") {
|
|
733
|
+
Image.propTypes = iconPropTypes4cbeb95d.i;
|
|
734
|
+
}
|
|
735
|
+
const ImageCopy = /*#__PURE__*/React.forwardRef(function ImageCopy(_ref29, ref) {
|
|
736
|
+
let {
|
|
737
|
+
children,
|
|
738
|
+
size = 16,
|
|
739
|
+
...rest
|
|
740
|
+
} = _ref29;
|
|
741
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
742
|
+
width: size,
|
|
743
|
+
height: size,
|
|
744
|
+
ref: ref,
|
|
745
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
746
|
+
viewBox: "0 0 32 32",
|
|
747
|
+
fill: "currentColor",
|
|
748
|
+
...rest
|
|
749
|
+
}, _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
750
|
+
d: "M4 22H2V4A2.0023 2.0023 0 014 2H22V4H4zM21 17a3 3 0 10-3-3A3.0033 3.0033 0 0021 17zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0121 13z"
|
|
751
|
+
})), _path58 || (_path58 = /*#__PURE__*/React.createElement("path", {
|
|
752
|
+
d: "M28,7H9A2.0025,2.0025,0,0,0,7,9V28a2.0025,2.0025,0,0,0,2,2H28a2.0025,2.0025,0,0,0,2-2V9A2.0025,2.0025,0,0,0,28,7Zm0,21H9v-6l4-3.9971,5.5859,5.586a2,2,0,0,0,2.8282,0L23,22.0034,28,27Zm0-3.8281-3.5859-3.586a2,2,0,0,0-2.8282,0L20,22.1719l-5.5859-5.586a2,2,0,0,0-2.8282,0L9,19.1719V9H28Z"
|
|
753
|
+
})), children);
|
|
754
|
+
});
|
|
755
|
+
if (process.env.NODE_ENV !== "production") {
|
|
756
|
+
ImageCopy.propTypes = iconPropTypes4cbeb95d.i;
|
|
757
|
+
}
|
|
758
|
+
const ImageMedical = /*#__PURE__*/React.forwardRef(function ImageMedical(_ref30, ref) {
|
|
759
|
+
let {
|
|
760
|
+
children,
|
|
761
|
+
size = 16,
|
|
762
|
+
...rest
|
|
763
|
+
} = _ref30;
|
|
764
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
765
|
+
width: size,
|
|
766
|
+
height: size,
|
|
767
|
+
ref: ref,
|
|
768
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
769
|
+
viewBox: "0 0 32 32",
|
|
770
|
+
fill: "currentColor",
|
|
771
|
+
...rest
|
|
772
|
+
}, _path59 || (_path59 = /*#__PURE__*/React.createElement("path", {
|
|
773
|
+
d: "M26,6V26H6V6H26m0-2H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6a2,2,0,0,0-2-2Z"
|
|
774
|
+
})), _path60 || (_path60 = /*#__PURE__*/React.createElement("path", {
|
|
775
|
+
d: "M22 16L22 14 17 14 17 12 20 12 20 10 17 10 17 8 15 8 15 10 12 10 12 12 15 12 15 14 10 14 10 16 15 16 15 18 10 18 10 20 15 20 15 22 12 22 12 24 20 24 20 22 17 22 17 20 22 20 22 18 17 18 17 16 22 16z"
|
|
776
|
+
})), children);
|
|
777
|
+
});
|
|
778
|
+
if (process.env.NODE_ENV !== "production") {
|
|
779
|
+
ImageMedical.propTypes = iconPropTypes4cbeb95d.i;
|
|
780
|
+
}
|
|
781
|
+
const ImageReference = /*#__PURE__*/React.forwardRef(function ImageReference(_ref31, ref) {
|
|
782
|
+
let {
|
|
783
|
+
children,
|
|
784
|
+
size = 16,
|
|
785
|
+
...rest
|
|
786
|
+
} = _ref31;
|
|
787
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
788
|
+
width: size,
|
|
789
|
+
height: size,
|
|
790
|
+
ref: ref,
|
|
791
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
792
|
+
viewBox: "0 0 32 32",
|
|
793
|
+
fill: "currentColor",
|
|
794
|
+
...rest
|
|
795
|
+
}, _path61 || (_path61 = /*#__PURE__*/React.createElement("path", {
|
|
796
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM19 14a3 3 0 10-3-3A3 3 0 0019 14zm0-4a1 1 0 11-1 1A1 1 0 0119 10z"
|
|
797
|
+
})), _path62 || (_path62 = /*#__PURE__*/React.createElement("path", {
|
|
798
|
+
d: "M26,4H6A2,2,0,0,0,4,6V16H6V6H26V21.17l-3.59-3.59a2,2,0,0,0-2.82,0L18,19.17,11.8308,13l-1.4151,1.4155L14,18l2.59,2.59a2,2,0,0,0,2.82,0L21,19l5,5v2H16v2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Z"
|
|
799
|
+
})), children);
|
|
800
|
+
});
|
|
801
|
+
if (process.env.NODE_ENV !== "production") {
|
|
802
|
+
ImageReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
803
|
+
}
|
|
804
|
+
const ImageSearch = /*#__PURE__*/React.forwardRef(function ImageSearch(_ref32, ref) {
|
|
805
|
+
let {
|
|
806
|
+
children,
|
|
807
|
+
size = 16,
|
|
808
|
+
...rest
|
|
809
|
+
} = _ref32;
|
|
810
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
811
|
+
width: size,
|
|
812
|
+
height: size,
|
|
813
|
+
ref: ref,
|
|
814
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
815
|
+
viewBox: "0 0 32 32",
|
|
816
|
+
fill: "currentColor",
|
|
817
|
+
...rest
|
|
818
|
+
}, _path63 || (_path63 = /*#__PURE__*/React.createElement("path", {
|
|
819
|
+
d: "M24 14a5.99 5.99 0 00-4.885 9.4712L14 28.5859 15.4141 30l5.1147-5.1147A5.9971 5.9971 0 1024 14zm0 10a4 4 0 114-4A4.0045 4.0045 0 0124 24zM17 12a3 3 0 10-3-3A3.0033 3.0033 0 0017 12zm0-4a1 1 0 11-1 1A1.0009 1.0009 0 0117 8z"
|
|
820
|
+
})), _path64 || (_path64 = /*#__PURE__*/React.createElement("path", {
|
|
821
|
+
d: "M12,24H4V17.9966L9,13l5.5859,5.5859L16,17.168l-5.5859-5.5855a2,2,0,0,0-2.8282,0L4,15.168V4H24v6h2V4a2.0023,2.0023,0,0,0-2-2H4A2.002,2.002,0,0,0,2,4V24a2.0023,2.0023,0,0,0,2,2h8Z"
|
|
822
|
+
})), children);
|
|
823
|
+
});
|
|
824
|
+
if (process.env.NODE_ENV !== "production") {
|
|
825
|
+
ImageSearch.propTypes = iconPropTypes4cbeb95d.i;
|
|
826
|
+
}
|
|
827
|
+
const ImageSearchAlt = /*#__PURE__*/React.forwardRef(function ImageSearchAlt(_ref33, ref) {
|
|
828
|
+
let {
|
|
829
|
+
children,
|
|
830
|
+
size = 16,
|
|
831
|
+
...rest
|
|
832
|
+
} = _ref33;
|
|
833
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
834
|
+
width: size,
|
|
835
|
+
height: size,
|
|
836
|
+
ref: ref,
|
|
837
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
838
|
+
viewBox: "0 0 32 32",
|
|
839
|
+
fill: "currentColor",
|
|
840
|
+
...rest
|
|
841
|
+
}, _path65 || (_path65 = /*#__PURE__*/React.createElement("path", {
|
|
842
|
+
d: "M10,16a5.9908,5.9908,0,0,0,9.4712,4.8853L24.5859,26,26,24.5859l-5.115-5.1147A5.997,5.997,0,1,0,10,16Zm2,0a4,4,0,1,1,4,4A4.0045,4.0045,0,0,1,12,16Z"
|
|
843
|
+
})), _path66 || (_path66 = /*#__PURE__*/React.createElement("path", {
|
|
844
|
+
d: "M29,7H22.54L20.83,4.45A.9946.9946,0,0,0,20,4H12a.9946.9946,0,0,0-.83.45L9.46,7H3A1.0031,1.0031,0,0,0,2,8V25a1.0031,1.0031,0,0,0,1,1h9V24H4V9h6a.9946.9946,0,0,0,.83-.45L12.54,6h6.92l1.71,2.55A.9946.9946,0,0,0,22,9h6V21h2V8A1.0031,1.0031,0,0,0,29,7Z"
|
|
845
|
+
})), children);
|
|
846
|
+
});
|
|
847
|
+
if (process.env.NODE_ENV !== "production") {
|
|
848
|
+
ImageSearchAlt.propTypes = iconPropTypes4cbeb95d.i;
|
|
849
|
+
}
|
|
850
|
+
const WatsonHealthImageAvailabilityLocal = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityLocal(_ref34, ref) {
|
|
851
|
+
let {
|
|
852
|
+
children,
|
|
853
|
+
size = 16,
|
|
854
|
+
...rest
|
|
855
|
+
} = _ref34;
|
|
856
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
857
|
+
width: size,
|
|
858
|
+
height: size,
|
|
859
|
+
ref: ref,
|
|
860
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
861
|
+
viewBox: "0 0 32 32",
|
|
862
|
+
fill: "currentColor",
|
|
863
|
+
...rest
|
|
864
|
+
}, _path67 || (_path67 = /*#__PURE__*/React.createElement("path", {
|
|
865
|
+
d: "M16,18c-2.8,0-5-2.2-5-5s2.2-5,5-5s5,2.2,5,5S18.8,18,16,18z"
|
|
866
|
+
})), _path68 || (_path68 = /*#__PURE__*/React.createElement("path", {
|
|
867
|
+
d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
|
|
868
|
+
})), children);
|
|
869
|
+
});
|
|
870
|
+
if (process.env.NODE_ENV !== "production") {
|
|
871
|
+
WatsonHealthImageAvailabilityLocal.propTypes = iconPropTypes4cbeb95d.i;
|
|
872
|
+
}
|
|
873
|
+
const WatsonHealthImageAvailabilityRetrieving = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityRetrieving(_ref35, ref) {
|
|
874
|
+
let {
|
|
875
|
+
children,
|
|
876
|
+
size = 16,
|
|
877
|
+
...rest
|
|
878
|
+
} = _ref35;
|
|
879
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
880
|
+
width: size,
|
|
881
|
+
height: size,
|
|
882
|
+
ref: ref,
|
|
883
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
884
|
+
viewBox: "0 0 32 32",
|
|
885
|
+
fill: "currentColor",
|
|
886
|
+
...rest
|
|
887
|
+
}, _path69 || (_path69 = /*#__PURE__*/React.createElement("path", {
|
|
888
|
+
d: "M10 13L11.4 11.6 15 15.2 15 2 17 2 17 15.2 20.6 11.6 22 13 16 19z"
|
|
889
|
+
})), _path70 || (_path70 = /*#__PURE__*/React.createElement("path", {
|
|
890
|
+
d: "M20,2.8V5c3,1.5,5,4.5,5,8c0,2-0.6,3.8-1.8,5.4c0,0-0.2,0.3-0.3,0.4L16,26.9l-6.9-8.1c-0.1-0.1-0.3-0.4-0.3-0.4 C7.6,16.8,7,15,7,13c0-3.5,2-6.6,5-8V2.8C7.9,4.4,5,8.3,5,13c0,2.4,0.8,4.7,2.2,6.6c0,0,0.3,0.4,0.3,0.5L16,30l8.4-10 c0-0.1,0.3-0.4,0.3-0.4l0,0c1.4-1.9,2.2-4.2,2.2-6.6C27,8.3,24.1,4.4,20,2.8z"
|
|
891
|
+
})), children);
|
|
892
|
+
});
|
|
893
|
+
if (process.env.NODE_ENV !== "production") {
|
|
894
|
+
WatsonHealthImageAvailabilityRetrieving.propTypes = iconPropTypes4cbeb95d.i;
|
|
895
|
+
}
|
|
896
|
+
const WatsonHealthImageAvailabilityUnavailable = /*#__PURE__*/React.forwardRef(function WatsonHealthImageAvailabilityUnavailable(_ref36, ref) {
|
|
897
|
+
let {
|
|
898
|
+
children,
|
|
899
|
+
size = 16,
|
|
900
|
+
...rest
|
|
901
|
+
} = _ref36;
|
|
902
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
903
|
+
width: size,
|
|
904
|
+
height: size,
|
|
905
|
+
ref: ref,
|
|
906
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
907
|
+
viewBox: "0 0 32 32",
|
|
908
|
+
fill: "currentColor",
|
|
909
|
+
...rest
|
|
910
|
+
}, _circle19 || (_circle19 = /*#__PURE__*/React.createElement("circle", {
|
|
911
|
+
cx: "16",
|
|
912
|
+
cy: "20.5",
|
|
913
|
+
r: "1.5"
|
|
914
|
+
})), _path71 || (_path71 = /*#__PURE__*/React.createElement("path", {
|
|
915
|
+
d: "M17,17h-2v-4h2c1.1,0,2-0.9,2-2s-0.9-2-2-2h-2c-1.1,0-2,0.9-2,2v0.5h-2V11c0-2.2,1.8-4,4-4h2c2.2,0,4,1.8,4,4s-1.8,4-4,4V17 z"
|
|
916
|
+
})), _path72 || (_path72 = /*#__PURE__*/React.createElement("path", {
|
|
917
|
+
d: "M16,30l-8.4-9.9c0-0.1-0.3-0.5-0.3-0.5C5.8,17.7,5,15.4,5,13C5,6.9,9.9,2,16,2s11,4.9,11,11c0,2.4-0.8,4.7-2.2,6.6l0,0 c0,0-0.3,0.4-0.3,0.4L16,30z M8.8,18.4c0,0,0.2,0.3,0.3,0.4l6.9,8.1l6.9-8.1c0-0.1,0.3-0.4,0.3-0.4C24.4,16.8,25,15,25,13 c0-5-4-9-9-9s-9,4-9,9C7,15,7.6,16.8,8.8,18.4L8.8,18.4z"
|
|
918
|
+
})), children);
|
|
919
|
+
});
|
|
920
|
+
if (process.env.NODE_ENV !== "production") {
|
|
921
|
+
WatsonHealthImageAvailabilityUnavailable.propTypes = iconPropTypes4cbeb95d.i;
|
|
922
|
+
}
|
|
923
|
+
const ImageService = /*#__PURE__*/React.forwardRef(function ImageService(_ref37, ref) {
|
|
924
|
+
let {
|
|
925
|
+
children,
|
|
926
|
+
size = 16,
|
|
927
|
+
...rest
|
|
928
|
+
} = _ref37;
|
|
929
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
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
|
+
}, _path73 || (_path73 = /*#__PURE__*/React.createElement("path", {
|
|
938
|
+
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"
|
|
939
|
+
})), _circle20 || (_circle20 = /*#__PURE__*/React.createElement("circle", {
|
|
940
|
+
cx: "7",
|
|
941
|
+
cy: "25",
|
|
942
|
+
r: "1"
|
|
943
|
+
})), _path74 || (_path74 = /*#__PURE__*/React.createElement("path", {
|
|
944
|
+
d: "M13 4H15V12H13zM9 4H11V12H9zM21 12H19a2.0021 2.0021 0 01-2-2V6a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0121 12zM19 6v4h2V6zM21 14H23V22H21zM9 14H11V22H9zM17 22H15a2.0021 2.0021 0 01-2-2V16a2.0021 2.0021 0 012-2h2a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0117 22zm-2-6v4h2V16z"
|
|
945
|
+
})), children);
|
|
946
|
+
});
|
|
947
|
+
if (process.env.NODE_ENV !== "production") {
|
|
948
|
+
ImageService.propTypes = iconPropTypes4cbeb95d.i;
|
|
949
|
+
}
|
|
950
|
+
const ImageStoreLocal = /*#__PURE__*/React.forwardRef(function ImageStoreLocal(_ref38, ref) {
|
|
951
|
+
let {
|
|
952
|
+
children,
|
|
953
|
+
size = 16,
|
|
954
|
+
...rest
|
|
955
|
+
} = _ref38;
|
|
956
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
957
|
+
width: size,
|
|
958
|
+
height: size,
|
|
959
|
+
ref: ref,
|
|
960
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
961
|
+
viewBox: "0 0 32 32",
|
|
962
|
+
fill: "currentColor",
|
|
963
|
+
...rest
|
|
964
|
+
}, _path75 || (_path75 = /*#__PURE__*/React.createElement("path", {
|
|
965
|
+
strokeWidth: "0",
|
|
966
|
+
d: "m25,2v7h7V2h-7Zm5,5h-3v-3h3v3Z"
|
|
967
|
+
})), _path76 || (_path76 = /*#__PURE__*/React.createElement("path", {
|
|
968
|
+
strokeWidth: "0",
|
|
969
|
+
d: "m23,6h-7v12h12v-7h-5v-5Zm-2,10h-3v-3h3v3Zm5-3v3h-3v-3h3Zm-8-2v-3h3v3h-3Z"
|
|
970
|
+
})), _path77 || (_path77 = /*#__PURE__*/React.createElement("path", {
|
|
971
|
+
strokeWidth: "0",
|
|
972
|
+
d: "M26 20v2H6v-14h8v-2H6c-1.104.0011-1.999.8959-2 2v14c.0012 1.104.896 1.9987 2 2h20c1.104-.0015 1.9985-.8961 2-2v-2h-2zM2 26H30V28H2z"
|
|
973
|
+
})), children);
|
|
974
|
+
});
|
|
975
|
+
if (process.env.NODE_ENV !== "production") {
|
|
976
|
+
ImageStoreLocal.propTypes = iconPropTypes4cbeb95d.i;
|
|
977
|
+
}
|
|
978
|
+
const ImportExport = /*#__PURE__*/React.forwardRef(function ImportExport(_ref39, ref) {
|
|
979
|
+
let {
|
|
980
|
+
children,
|
|
981
|
+
size = 16,
|
|
982
|
+
...rest
|
|
983
|
+
} = _ref39;
|
|
984
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
985
|
+
width: size,
|
|
986
|
+
height: size,
|
|
987
|
+
ref: ref,
|
|
988
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
989
|
+
viewBox: "0 0 32 32",
|
|
990
|
+
fill: "currentColor",
|
|
991
|
+
...rest
|
|
992
|
+
}, _path78 || (_path78 = /*#__PURE__*/React.createElement("path", {
|
|
993
|
+
d: "M28 24v4H4V24H2v4l.0076-.0049A1.9977 1.9977 0 004 30H28a2 2 0 002-2h0V24zM27.6 14.6L24 18.2 24 4 22 4 22 18.2 18.4 14.6 17 16 23 22 29 16 27.6 14.6zM9 4L3 10 4.4 11.4 8 7.8 8 22 10 22 10 7.8 13.6 11.4 15 10 9 4z"
|
|
994
|
+
})), children);
|
|
995
|
+
});
|
|
996
|
+
if (process.env.NODE_ENV !== "production") {
|
|
997
|
+
ImportExport.propTypes = iconPropTypes4cbeb95d.i;
|
|
998
|
+
}
|
|
999
|
+
const ImproveRelevance = /*#__PURE__*/React.forwardRef(function ImproveRelevance(_ref40, ref) {
|
|
1000
|
+
let {
|
|
1001
|
+
children,
|
|
1002
|
+
size = 16,
|
|
1003
|
+
...rest
|
|
1004
|
+
} = _ref40;
|
|
1005
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1006
|
+
width: size,
|
|
1007
|
+
height: size,
|
|
1008
|
+
ref: ref,
|
|
1009
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1010
|
+
viewBox: "0 0 32 32",
|
|
1011
|
+
fill: "currentColor",
|
|
1012
|
+
...rest
|
|
1013
|
+
}, _path79 || (_path79 = /*#__PURE__*/React.createElement("path", {
|
|
1014
|
+
d: "M22 26.59L19.41 24 18 25.41 22 29.41 30 21.41 28.59 20 22 26.59z"
|
|
1015
|
+
})), _circle21 || (_circle21 = /*#__PURE__*/React.createElement("circle", {
|
|
1016
|
+
cx: "16",
|
|
1017
|
+
cy: "16",
|
|
1018
|
+
r: "2"
|
|
1019
|
+
})), _path80 || (_path80 = /*#__PURE__*/React.createElement("path", {
|
|
1020
|
+
d: "M16,22a6,6,0,1,1,6-6A6.0066,6.0066,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4.0045,4.0045,0,0,0,16,12Z"
|
|
1021
|
+
})), _path81 || (_path81 = /*#__PURE__*/React.createElement("path", {
|
|
1022
|
+
d: "M28,16A12,12,0,1,0,16,28V26A10,10,0,1,1,26,16Z"
|
|
1023
|
+
})), children);
|
|
1024
|
+
});
|
|
1025
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1026
|
+
ImproveRelevance.propTypes = iconPropTypes4cbeb95d.i;
|
|
1027
|
+
}
|
|
1028
|
+
const InProgress = /*#__PURE__*/React.forwardRef(function InProgress(_ref41, ref) {
|
|
1029
|
+
let {
|
|
1030
|
+
children,
|
|
1031
|
+
size = 16,
|
|
1032
|
+
...rest
|
|
1033
|
+
} = _ref41;
|
|
1034
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1035
|
+
width: size,
|
|
1036
|
+
height: size,
|
|
1037
|
+
ref: ref,
|
|
1038
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1039
|
+
viewBox: "0 0 32 32",
|
|
1040
|
+
fill: "currentColor",
|
|
1041
|
+
...rest
|
|
1042
|
+
}, _path82 || (_path82 = /*#__PURE__*/React.createElement("path", {
|
|
1043
|
+
d: "M16,2A14,14,0,1,0,30,16,14.0158,14.0158,0,0,0,16,2Zm0,26A12,12,0,0,1,16,4V16l8.4812,8.4814A11.9625,11.9625,0,0,1,16,28Z"
|
|
1044
|
+
})), children);
|
|
1045
|
+
});
|
|
1046
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1047
|
+
InProgress.propTypes = iconPropTypes4cbeb95d.i;
|
|
1048
|
+
}
|
|
1049
|
+
const InProgressError = /*#__PURE__*/React.forwardRef(function InProgressError(_ref42, ref) {
|
|
1050
|
+
let {
|
|
1051
|
+
children,
|
|
1052
|
+
size = 16,
|
|
1053
|
+
...rest
|
|
1054
|
+
} = _ref42;
|
|
1055
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1056
|
+
width: size,
|
|
1057
|
+
height: size,
|
|
1058
|
+
ref: ref,
|
|
1059
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1060
|
+
viewBox: "0 0 32 32",
|
|
1061
|
+
fill: "currentColor",
|
|
1062
|
+
...rest
|
|
1063
|
+
}, _path83 || (_path83 = /*#__PURE__*/React.createElement("path", {
|
|
1064
|
+
d: "M30,24a6,6,0,1,0-6,6A6.0066,6.0066,0,0,0,30,24Zm-2,0a3.9521,3.9521,0,0,1-.5669,2.019L21.981,20.5669A3.9529,3.9529,0,0,1,24,20,4.0045,4.0045,0,0,1,28,24Zm-8,0a3.9521,3.9521,0,0,1,.5669-2.019l5.4521,5.4521A3.9529,3.9529,0,0,1,24,28,4.0045,4.0045,0,0,1,20,24Z"
|
|
1065
|
+
})), _path84 || (_path84 = /*#__PURE__*/React.createElement("path", {
|
|
1066
|
+
d: "M14,2a12,12,0,1,0,2,23.8193v-2.021A10,10,0,1,1,14,4V14l4.343,4.3433A7.9751,7.9751,0,0,1,24,16h1.8193A11.93,11.93,0,0,0,14,2Z"
|
|
1067
|
+
})), children);
|
|
1068
|
+
});
|
|
1069
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1070
|
+
InProgressError.propTypes = iconPropTypes4cbeb95d.i;
|
|
1071
|
+
}
|
|
1072
|
+
const InProgressWarning = /*#__PURE__*/React.forwardRef(function InProgressWarning(_ref43, ref) {
|
|
1073
|
+
let {
|
|
1074
|
+
children,
|
|
1075
|
+
size = 16,
|
|
1076
|
+
...rest
|
|
1077
|
+
} = _ref43;
|
|
1078
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1079
|
+
width: size,
|
|
1080
|
+
height: size,
|
|
1081
|
+
ref: ref,
|
|
1082
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1083
|
+
viewBox: "0 0 32 32",
|
|
1084
|
+
fill: "currentColor",
|
|
1085
|
+
...rest
|
|
1086
|
+
}, _path85 || (_path85 = /*#__PURE__*/React.createElement("path", {
|
|
1087
|
+
d: "M27.38,28H20.6178L24,21.2358ZM24,18a1,1,0,0,0-.8947.5527l-5,10A1.0005,1.0005,0,0,0,19,30H29a1,1,0,0,0,.9214-1.3892L24.8946,18.5527A1,1,0,0,0,24,18Z"
|
|
1088
|
+
})), _path86 || (_path86 = /*#__PURE__*/React.createElement("path", {
|
|
1089
|
+
d: "M18.746,22.7993A9.999,9.999,0,1,1,14,4V14l6.0971,6.0972,1.22-2.44A2.9849,2.9849,0,0,1,24,16h1.8193A11.993,11.993,0,1,0,14,26a11.9337,11.9337,0,0,0,3.3939-.4966Z"
|
|
1090
|
+
})), children);
|
|
1091
|
+
});
|
|
1092
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1093
|
+
InProgressWarning.propTypes = iconPropTypes4cbeb95d.i;
|
|
1094
|
+
}
|
|
1095
|
+
const Incomplete = /*#__PURE__*/React.forwardRef(function Incomplete(_ref44, ref) {
|
|
1096
|
+
let {
|
|
1097
|
+
children,
|
|
1098
|
+
size = 16,
|
|
1099
|
+
...rest
|
|
1100
|
+
} = _ref44;
|
|
1101
|
+
if (size === "glyph" || size === "glyph" || size === "glyphpx") {
|
|
1102
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1103
|
+
width: size,
|
|
1104
|
+
height: size,
|
|
1105
|
+
ref: ref,
|
|
1106
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1107
|
+
viewBox: "0 0 16 16",
|
|
1108
|
+
fill: "currentColor",
|
|
1109
|
+
...rest
|
|
1110
|
+
}, _path87 || (_path87 = /*#__PURE__*/React.createElement("path", {
|
|
1111
|
+
d: "M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2ZM8,4a4.0045,4.0045,0,0,1,4,4H4A4.0045,4.0045,0,0,1,8,4Z"
|
|
1112
|
+
})), children);
|
|
1113
|
+
}
|
|
1114
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1115
|
+
width: size,
|
|
1116
|
+
height: size,
|
|
1117
|
+
ref: ref,
|
|
1118
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1119
|
+
viewBox: "0 0 32 32",
|
|
1120
|
+
fill: "currentColor",
|
|
1121
|
+
...rest
|
|
1122
|
+
}, _path88 || (_path88 = /*#__PURE__*/React.createElement("path", {
|
|
1123
|
+
d: "M23.7642 6.8593l1.2851-1.5315A13.976 13.976 0 0020.8672 2.887l-.6836 1.8776A11.9729 11.9729 0 0123.7642 6.8593zM27.81 14l1.9677-.4128A13.8888 13.8888 0 0028.14 9.0457L26.4087 10A12.52 12.52 0 0127.81 14zM20.1836 27.2354l.6836 1.8776a13.976 13.976 0 004.1821-2.4408l-1.2851-1.5315A11.9729 11.9729 0 0120.1836 27.2354zM26.4087 22L28.14 23a14.14 14.14 0 001.6382-4.5872L27.81 18.0659A12.1519 12.1519 0 0126.4087 22zM16 30V2a14 14 0 000 28z"
|
|
1124
|
+
})), children);
|
|
1125
|
+
});
|
|
1126
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1127
|
+
Incomplete.propTypes = iconPropTypes4cbeb95d.i;
|
|
1128
|
+
}
|
|
1129
|
+
const IncompleteCancel = /*#__PURE__*/React.forwardRef(function IncompleteCancel(_ref45, ref) {
|
|
1130
|
+
let {
|
|
1131
|
+
children,
|
|
1132
|
+
size = 16,
|
|
1133
|
+
...rest
|
|
1134
|
+
} = _ref45;
|
|
1135
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1136
|
+
width: size,
|
|
1137
|
+
height: size,
|
|
1138
|
+
ref: ref,
|
|
1139
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1140
|
+
viewBox: "0 0 32 32",
|
|
1141
|
+
fill: "currentColor",
|
|
1142
|
+
...rest
|
|
1143
|
+
}, _path89 || (_path89 = /*#__PURE__*/React.createElement("path", {
|
|
1144
|
+
d: "M30 21.41L28.59 20 25 23.59 21.41 20 20 21.41 23.59 25 20 28.59 21.41 30 25 26.41 28.59 30 30 28.59 26.41 25 30 21.41zM14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14z"
|
|
1145
|
+
})), children);
|
|
1146
|
+
});
|
|
1147
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1148
|
+
IncompleteCancel.propTypes = iconPropTypes4cbeb95d.i;
|
|
1149
|
+
}
|
|
1150
|
+
const IncompleteError = /*#__PURE__*/React.forwardRef(function IncompleteError(_ref46, ref) {
|
|
1151
|
+
let {
|
|
1152
|
+
children,
|
|
1153
|
+
size = 16,
|
|
1154
|
+
...rest
|
|
1155
|
+
} = _ref46;
|
|
1156
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1157
|
+
width: size,
|
|
1158
|
+
height: size,
|
|
1159
|
+
ref: ref,
|
|
1160
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1161
|
+
viewBox: "0 0 32 32",
|
|
1162
|
+
fill: "currentColor",
|
|
1163
|
+
...rest
|
|
1164
|
+
}, _path90 || (_path90 = /*#__PURE__*/React.createElement("path", {
|
|
1165
|
+
d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM30 24a6 6 0 10-6 6A6.0066 6.0066 0 0030 24zm-2 0a3.9521 3.9521 0 01-.5669 2.019L21.981 20.5669A3.9529 3.9529 0 0124 20 4.0045 4.0045 0 0128 24zm-8 0a3.9521 3.9521 0 01.5669-2.019l5.4521 5.4521A3.9529 3.9529 0 0124 28 4.0045 4.0045 0 0120 24z"
|
|
1166
|
+
})), children);
|
|
1167
|
+
});
|
|
1168
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1169
|
+
IncompleteError.propTypes = iconPropTypes4cbeb95d.i;
|
|
1170
|
+
}
|
|
1171
|
+
const IncompleteWarning = /*#__PURE__*/React.forwardRef(function IncompleteWarning(_ref47, ref) {
|
|
1172
|
+
let {
|
|
1173
|
+
children,
|
|
1174
|
+
size = 16,
|
|
1175
|
+
...rest
|
|
1176
|
+
} = _ref47;
|
|
1177
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1178
|
+
width: size,
|
|
1179
|
+
height: size,
|
|
1180
|
+
ref: ref,
|
|
1181
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1182
|
+
viewBox: "0 0 32 32",
|
|
1183
|
+
fill: "currentColor",
|
|
1184
|
+
...rest
|
|
1185
|
+
}, _path91 || (_path91 = /*#__PURE__*/React.createElement("path", {
|
|
1186
|
+
d: "M14 26A12 12 0 0114 2zM17.8257 4.7642a10.0288 10.0288 0 013.2422 2.1679l1.4133-1.4135a12.0359 12.0359 0 00-3.89-2.6016zM26 14a11.93 11.93 0 00-.9167-4.5908l-1.8472.7651A9.9428 9.9428 0 0124 14zM27.38 28H20.6178L24 21.2358zM24 18a1 1 0 00-.8947.5527l-5 10A1.0005 1.0005 0 0019 30H29a1 1 0 00.9214-1.3892L24.8946 18.5527A1 1 0 0024 18z"
|
|
1187
|
+
})), children);
|
|
1188
|
+
});
|
|
1189
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1190
|
+
IncompleteWarning.propTypes = iconPropTypes4cbeb95d.i;
|
|
1191
|
+
}
|
|
1192
|
+
const IncreaseLevel = /*#__PURE__*/React.forwardRef(function IncreaseLevel(_ref48, ref) {
|
|
1193
|
+
let {
|
|
1194
|
+
children,
|
|
1195
|
+
size = 16,
|
|
1196
|
+
...rest
|
|
1197
|
+
} = _ref48;
|
|
1198
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1199
|
+
width: size,
|
|
1200
|
+
height: size,
|
|
1201
|
+
ref: ref,
|
|
1202
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1203
|
+
viewBox: "0 0 32 32",
|
|
1204
|
+
fill: "currentColor",
|
|
1205
|
+
...rest
|
|
1206
|
+
}, _path92 || (_path92 = /*#__PURE__*/React.createElement("path", {
|
|
1207
|
+
d: "M23 4L18 7.75 18 14.25 15 12 10 15.75 10 22.25 7 20 2 23.75 2 30 4 30 4 24.75 7 22.5 10 24.75 10 30 12 30 12 16.75 15 14.5 18 16.75 18 30 20 30 20 8.75 23 6.5 26 8.75 26 30 28 30 28 7.75 23 4z"
|
|
1208
|
+
})), children);
|
|
1209
|
+
});
|
|
1210
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1211
|
+
IncreaseLevel.propTypes = iconPropTypes4cbeb95d.i;
|
|
1212
|
+
}
|
|
1213
|
+
const Industry = /*#__PURE__*/React.forwardRef(function Industry(_ref49, ref) {
|
|
1214
|
+
let {
|
|
1215
|
+
children,
|
|
1216
|
+
size = 16,
|
|
1217
|
+
...rest
|
|
1218
|
+
} = _ref49;
|
|
1219
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1220
|
+
width: size,
|
|
1221
|
+
height: size,
|
|
1222
|
+
ref: ref,
|
|
1223
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1224
|
+
viewBox: "0 0 32 32",
|
|
1225
|
+
fill: "currentColor",
|
|
1226
|
+
...rest
|
|
1227
|
+
}, _path93 || (_path93 = /*#__PURE__*/React.createElement("path", {
|
|
1228
|
+
d: "M29.53,6.15a1,1,0,0,0-1,0L20,10.38V7a1,1,0,0,0-1.45-.89L10,10.38V3A1,1,0,0,0,9,2H3A1,1,0,0,0,2,3V28H30V7A1,1,0,0,0,29.53,6.15ZM22,26H18V19h4Zm6,0H24V18a1,1,0,0,0-1-1H17a1,1,0,0,0-1,1v8H4V4H8v9.62l10-5v5l10-5Z"
|
|
1229
|
+
})), children);
|
|
1230
|
+
});
|
|
1231
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1232
|
+
Industry.propTypes = iconPropTypes4cbeb95d.i;
|
|
1233
|
+
}
|
|
1234
|
+
const InfinitySymbol = /*#__PURE__*/React.forwardRef(function InfinitySymbol(_ref50, ref) {
|
|
1235
|
+
let {
|
|
1236
|
+
children,
|
|
1237
|
+
size = 16,
|
|
1238
|
+
...rest
|
|
1239
|
+
} = _ref50;
|
|
1240
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1241
|
+
width: size,
|
|
1242
|
+
height: size,
|
|
1243
|
+
ref: ref,
|
|
1244
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1245
|
+
viewBox: "0 0 32 32",
|
|
1246
|
+
fill: "currentColor",
|
|
1247
|
+
...rest
|
|
1248
|
+
}, _path94 || (_path94 = /*#__PURE__*/React.createElement("path", {
|
|
1249
|
+
d: "m23,23c-5.6558,0-7.8577-6.4109-7.9487-6.6837-.0173-.0514-1.8435-5.3163-6.0513-5.3163-2.7571,0-5,2.243-5,5s2.2429,5,5,5c1.5876,0,3.0134-.7322,4.2373-2.1764l1.5259,1.2932c-1.5989,1.8862-3.5916,2.8832-5.7632,2.8832-3.8599,0-7-3.1401-7-7s3.1401-7,7-7c5.6558,0,7.8577,6.4109,7.9487,6.6837.0173.0514,1.8435,5.3163,6.0513,5.3163,2.7571,0,5-2.243,5-5s-2.2429-5-5-5c-1.5876,0-3.0134.7322-4.2373,2.1764l-1.5259-1.2932c1.5989-1.8862,3.5916-2.8832,5.7632-2.8832,3.8599,0,7,3.1401,7,7s-3.1401,7-7,7Z"
|
|
1250
|
+
})), children);
|
|
1251
|
+
});
|
|
1252
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1253
|
+
InfinitySymbol.propTypes = iconPropTypes4cbeb95d.i;
|
|
1254
|
+
}
|
|
1255
|
+
const Information = /*#__PURE__*/React.forwardRef(function Information(_ref51, ref) {
|
|
1256
|
+
let {
|
|
1257
|
+
children,
|
|
1258
|
+
size = 16,
|
|
1259
|
+
...rest
|
|
1260
|
+
} = _ref51;
|
|
1261
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1262
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1263
|
+
width: size,
|
|
1264
|
+
height: size,
|
|
1265
|
+
ref: ref,
|
|
1266
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1267
|
+
viewBox: "0 0 16 16",
|
|
1268
|
+
fill: "currentColor",
|
|
1269
|
+
...rest
|
|
1270
|
+
}, _path95 || (_path95 = /*#__PURE__*/React.createElement("path", {
|
|
1271
|
+
d: "M8.5 11L8.5 6.5 6.5 6.5 6.5 7.5 7.5 7.5 7.5 11 6 11 6 12 10 12 10 11zM8 3.5c-.4 0-.8.3-.8.8S7.6 5 8 5c.4 0 .8-.3.8-.8S8.4 3.5 8 3.5z"
|
|
1272
|
+
})), _path96 || (_path96 = /*#__PURE__*/React.createElement("path", {
|
|
1273
|
+
d: "M8,15c-3.9,0-7-3.1-7-7s3.1-7,7-7s7,3.1,7,7S11.9,15,8,15z M8,2C4.7,2,2,4.7,2,8s2.7,6,6,6s6-2.7,6-6S11.3,2,8,2z"
|
|
1274
|
+
})), children);
|
|
1275
|
+
}
|
|
1276
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1277
|
+
width: size,
|
|
1278
|
+
height: size,
|
|
1279
|
+
ref: ref,
|
|
1280
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1281
|
+
viewBox: "0 0 32 32",
|
|
1282
|
+
fill: "currentColor",
|
|
1283
|
+
...rest
|
|
1284
|
+
}, _path97 || (_path97 = /*#__PURE__*/React.createElement("path", {
|
|
1285
|
+
d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
|
1286
|
+
})), _path98 || (_path98 = /*#__PURE__*/React.createElement("path", {
|
|
1287
|
+
d: "M16,30A14,14,0,1,1,30,16,14,14,0,0,1,16,30ZM16,4A12,12,0,1,0,28,16,12,12,0,0,0,16,4Z"
|
|
1288
|
+
})), children);
|
|
1289
|
+
});
|
|
1290
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1291
|
+
Information.propTypes = iconPropTypes4cbeb95d.i;
|
|
1292
|
+
}
|
|
1293
|
+
const InformationDisabled = /*#__PURE__*/React.forwardRef(function InformationDisabled(_ref52, ref) {
|
|
1294
|
+
let {
|
|
1295
|
+
children,
|
|
1296
|
+
size = 16,
|
|
1297
|
+
...rest
|
|
1298
|
+
} = _ref52;
|
|
1299
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1300
|
+
width: size,
|
|
1301
|
+
height: size,
|
|
1302
|
+
ref: ref,
|
|
1303
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1304
|
+
viewBox: "0 0 32 32",
|
|
1305
|
+
fill: "currentColor",
|
|
1306
|
+
...rest
|
|
1307
|
+
}, _path99 || (_path99 = /*#__PURE__*/React.createElement("path", {
|
|
1308
|
+
d: "M30 3.4141L28.5859 2 2 28.5859 3.4141 30l3.4433-3.4434A13.9614 13.9614 0 0026.5565 6.8574zM28 16A11.9734 11.9734 0 018.2678 25.146L15 18.4141V22H13v2h7V22H17V16.4141l8.146-8.146A11.8967 11.8967 0 0128 16zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
|
1309
|
+
})), _path100 || (_path100 = /*#__PURE__*/React.createElement("path", {
|
|
1310
|
+
d: "M5.67,22.0854A11.9829,11.9829,0,0,1,22.0856,5.67L23.54,4.2163A13.985,13.985,0,0,0,4.2162,23.54Z"
|
|
1311
|
+
})), children);
|
|
1312
|
+
});
|
|
1313
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1314
|
+
InformationDisabled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1315
|
+
}
|
|
1316
|
+
const InformationFilled = /*#__PURE__*/React.forwardRef(function InformationFilled(_ref53, ref) {
|
|
1317
|
+
let {
|
|
1318
|
+
children,
|
|
1319
|
+
size = 16,
|
|
1320
|
+
...rest
|
|
1321
|
+
} = _ref53;
|
|
1322
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1323
|
+
width: size,
|
|
1324
|
+
height: size,
|
|
1325
|
+
ref: ref,
|
|
1326
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1327
|
+
viewBox: "0 0 32 32",
|
|
1328
|
+
fill: "currentColor",
|
|
1329
|
+
...rest
|
|
1330
|
+
}, _path101 || (_path101 = /*#__PURE__*/React.createElement("path", {
|
|
1331
|
+
fill: "none",
|
|
1332
|
+
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
|
1333
|
+
"data-icon-path": "inner-path"
|
|
1334
|
+
})), _path102 || (_path102 = /*#__PURE__*/React.createElement("path", {
|
|
1335
|
+
d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,6a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
|
|
1336
|
+
})), children);
|
|
1337
|
+
});
|
|
1338
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1339
|
+
InformationFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1340
|
+
}
|
|
1341
|
+
const InformationSquare = /*#__PURE__*/React.forwardRef(function InformationSquare(_ref54, ref) {
|
|
1342
|
+
let {
|
|
1343
|
+
children,
|
|
1344
|
+
size = 16,
|
|
1345
|
+
...rest
|
|
1346
|
+
} = _ref54;
|
|
1347
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1348
|
+
width: size,
|
|
1349
|
+
height: size,
|
|
1350
|
+
ref: ref,
|
|
1351
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1352
|
+
viewBox: "0 0 32 32",
|
|
1353
|
+
fill: "currentColor",
|
|
1354
|
+
...rest
|
|
1355
|
+
}, _path103 || (_path103 = /*#__PURE__*/React.createElement("path", {
|
|
1356
|
+
d: "M17 22L17 14 13 14 13 16 15 16 15 22 12 22 12 24 20 24 20 22 17 22zM16 8a1.5 1.5 0 101.5 1.5A1.5 1.5 0 0016 8z"
|
|
1357
|
+
})), _path104 || (_path104 = /*#__PURE__*/React.createElement("path", {
|
|
1358
|
+
d: "M26,28H6a2.0023,2.0023,0,0,1-2-2V6A2.0023,2.0023,0,0,1,6,4H26a2.0023,2.0023,0,0,1,2,2V26A2.0023,2.0023,0,0,1,26,28ZM6,6V26H26V6Z"
|
|
1359
|
+
})), children);
|
|
1360
|
+
});
|
|
1361
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1362
|
+
InformationSquare.propTypes = iconPropTypes4cbeb95d.i;
|
|
1363
|
+
}
|
|
1364
|
+
const InformationSquareFilled = /*#__PURE__*/React.forwardRef(function InformationSquareFilled(_ref55, ref) {
|
|
1365
|
+
let {
|
|
1366
|
+
children,
|
|
1367
|
+
size = 16,
|
|
1368
|
+
...rest
|
|
1369
|
+
} = _ref55;
|
|
1370
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1371
|
+
width: size,
|
|
1372
|
+
height: size,
|
|
1373
|
+
ref: ref,
|
|
1374
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1375
|
+
viewBox: "0 0 32 32",
|
|
1376
|
+
fill: "currentColor",
|
|
1377
|
+
...rest
|
|
1378
|
+
}, _path105 || (_path105 = /*#__PURE__*/React.createElement("path", {
|
|
1379
|
+
fill: "none",
|
|
1380
|
+
d: "M16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,13.875H17.125v-8H13v2.25h1.875v5.75H12v2.25h8Z",
|
|
1381
|
+
"data-icon-path": "inner-path"
|
|
1382
|
+
})), _path106 || (_path106 = /*#__PURE__*/React.createElement("path", {
|
|
1383
|
+
d: "M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM16,8a1.5,1.5,0,1,1-1.5,1.5A1.5,1.5,0,0,1,16,8Zm4,16.125H12v-2.25h2.875v-5.75H13v-2.25h4.125v8H20Z"
|
|
1384
|
+
})), children);
|
|
1385
|
+
});
|
|
1386
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1387
|
+
InformationSquareFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
1388
|
+
}
|
|
1389
|
+
const InfrastructureClassic = /*#__PURE__*/React.forwardRef(function InfrastructureClassic(_ref56, ref) {
|
|
1390
|
+
let {
|
|
1391
|
+
children,
|
|
1392
|
+
size = 16,
|
|
1393
|
+
...rest
|
|
1394
|
+
} = _ref56;
|
|
1395
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1396
|
+
width: size,
|
|
1397
|
+
height: size,
|
|
1398
|
+
ref: ref,
|
|
1399
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1400
|
+
viewBox: "0 0 32 32",
|
|
1401
|
+
fill: "currentColor",
|
|
1402
|
+
...rest
|
|
1403
|
+
}, _path107 || (_path107 = /*#__PURE__*/React.createElement("path", {
|
|
1404
|
+
d: "M18 26H30V28H18zM18 21H30V23H18zM18 16H30V18H18z"
|
|
1405
|
+
})), _path108 || (_path108 = /*#__PURE__*/React.createElement("path", {
|
|
1406
|
+
d: "M14,25H9.5A7.4964,7.4964,0,0,1,8.1782,10.124,10,10,0,0,1,28,12H26a7.999,7.999,0,0,0-15.9507-.87l-.09.8335L9.123,12.02A5.4962,5.4962,0,0,0,9.5,23H14Z"
|
|
1407
|
+
})), children);
|
|
1408
|
+
});
|
|
1409
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1410
|
+
InfrastructureClassic.propTypes = iconPropTypes4cbeb95d.i;
|
|
1411
|
+
}
|
|
1412
|
+
const Insert = /*#__PURE__*/React.forwardRef(function Insert(_ref57, ref) {
|
|
1413
|
+
let {
|
|
1414
|
+
children,
|
|
1415
|
+
size = 16,
|
|
1416
|
+
...rest
|
|
1417
|
+
} = _ref57;
|
|
1418
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1419
|
+
width: size,
|
|
1420
|
+
height: size,
|
|
1421
|
+
ref: ref,
|
|
1422
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1423
|
+
viewBox: "0 0 32 32",
|
|
1424
|
+
fill: "currentColor",
|
|
1425
|
+
...rest
|
|
1426
|
+
}, _path109 || (_path109 = /*#__PURE__*/React.createElement("path", {
|
|
1427
|
+
d: "M2 9h9V2H2zM4 4H9V7H4zM2 19h9V12H2zm2-5H9v3H4zM2 29h9V22H2zm2-5H9v3H4zM27 9H18l3.41-3.59L20 4l-6 6 6 6 1.41-1.41L18 11h9a1 1 0 011 1V24a1 1 0 01-1 1H15v2H27a3 3 0 003-3V12A3 3 0 0027 9z"
|
|
1428
|
+
})), children);
|
|
1429
|
+
});
|
|
1430
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1431
|
+
Insert.propTypes = iconPropTypes4cbeb95d.i;
|
|
1432
|
+
}
|
|
1433
|
+
const InsertPage = /*#__PURE__*/React.forwardRef(function InsertPage(_ref58, ref) {
|
|
1434
|
+
let {
|
|
1435
|
+
children,
|
|
1436
|
+
size = 16,
|
|
1437
|
+
...rest
|
|
1438
|
+
} = _ref58;
|
|
1439
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1440
|
+
width: size,
|
|
1441
|
+
height: size,
|
|
1442
|
+
ref: ref,
|
|
1443
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1444
|
+
viewBox: "0 0 32 32",
|
|
1445
|
+
fill: "currentColor",
|
|
1446
|
+
...rest
|
|
1447
|
+
}, _path110 || (_path110 = /*#__PURE__*/React.createElement("path", {
|
|
1448
|
+
d: "M26 30H24V20H12V30H10V20a2.0021 2.0021 0 012-2H24a2.0021 2.0021 0 012 2zM5.17 16L2 19.17 3.411 20.589 8 16 3.42 11.42 2 12.83 5.17 16zM24 14H12a2.0021 2.0021 0 01-2-2V2h2V12H24V2h2V12A2.0021 2.0021 0 0124 14z"
|
|
1449
|
+
})), children);
|
|
1450
|
+
});
|
|
1451
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1452
|
+
InsertPage.propTypes = iconPropTypes4cbeb95d.i;
|
|
1453
|
+
}
|
|
1454
|
+
const InsertSyntax = /*#__PURE__*/React.forwardRef(function InsertSyntax(_ref59, ref) {
|
|
1455
|
+
let {
|
|
1456
|
+
children,
|
|
1457
|
+
size = 16,
|
|
1458
|
+
...rest
|
|
1459
|
+
} = _ref59;
|
|
1460
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1461
|
+
width: size,
|
|
1462
|
+
height: size,
|
|
1463
|
+
ref: ref,
|
|
1464
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1465
|
+
viewBox: "0 0 32 32",
|
|
1466
|
+
fill: "currentColor",
|
|
1467
|
+
...rest
|
|
1468
|
+
}, _path111 || (_path111 = /*#__PURE__*/React.createElement("path", {
|
|
1469
|
+
d: "M20.17 16L17.59 18.58 19 20 23 16 19 12 17.58 13.41 20.17 16zM11.83 16L14.41 13.42 13 12 9 16 13 20 14.42 18.59 11.83 16z"
|
|
1470
|
+
})), _path112 || (_path112 = /*#__PURE__*/React.createElement("path", {
|
|
1471
|
+
d: "M27,22.142V9.858A3.9916,3.9916,0,1,0,22.142,5H9.858A3.9916,3.9916,0,1,0,5,9.858V22.142A3.9916,3.9916,0,1,0,9.858,27H22.142A3.9916,3.9916,0,1,0,27,22.142ZM26,4a2,2,0,1,1-2,2A2.0023,2.0023,0,0,1,26,4ZM4,6A2,2,0,1,1,6,8,2.002,2.002,0,0,1,4,6ZM6,28a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,6,28Zm16.142-3H9.858A3.9937,3.9937,0,0,0,7,22.142V9.858A3.9947,3.9947,0,0,0,9.858,7H22.142A3.9937,3.9937,0,0,0,25,9.858V22.142A3.9931,3.9931,0,0,0,22.142,25ZM26,28a2,2,0,1,1,2-2A2.0027,2.0027,0,0,1,26,28Z"
|
|
1472
|
+
})), children);
|
|
1473
|
+
});
|
|
1474
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1475
|
+
InsertSyntax.propTypes = iconPropTypes4cbeb95d.i;
|
|
1476
|
+
}
|
|
1477
|
+
const Inspection = /*#__PURE__*/React.forwardRef(function Inspection(_ref60, ref) {
|
|
1478
|
+
let {
|
|
1479
|
+
children,
|
|
1480
|
+
size = 16,
|
|
1481
|
+
...rest
|
|
1482
|
+
} = _ref60;
|
|
1483
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1484
|
+
width: size,
|
|
1485
|
+
height: size,
|
|
1486
|
+
ref: ref,
|
|
1487
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1488
|
+
viewBox: "0 0 32 32",
|
|
1489
|
+
fill: "currentColor",
|
|
1490
|
+
...rest
|
|
1491
|
+
}, _path113 || (_path113 = /*#__PURE__*/React.createElement("path", {
|
|
1492
|
+
d: "M15 17.18L12.41 14.59 11 16 15 20 22 13 20.59 11.59 15 17.18z"
|
|
1493
|
+
})), _path114 || (_path114 = /*#__PURE__*/React.createElement("path", {
|
|
1494
|
+
d: "M30,15H27.9492A12.0071,12.0071,0,0,0,17,4.0508V2H15V4.0508A12.0071,12.0071,0,0,0,4.0508,15H2v2H4.0508A12.0071,12.0071,0,0,0,15,27.9492V30h2V27.9492A12.0071,12.0071,0,0,0,27.9492,17H30ZM17,25.9492V23H15v2.9492A10.0166,10.0166,0,0,1,6.0508,17H9V15H6.0508A10.0166,10.0166,0,0,1,15,6.0508V9h2V6.0508A10.0166,10.0166,0,0,1,25.9492,15H23v2h2.949A10.0165,10.0165,0,0,1,17,25.9492Z"
|
|
1495
|
+
})), children);
|
|
1496
|
+
});
|
|
1497
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1498
|
+
Inspection.propTypes = iconPropTypes4cbeb95d.i;
|
|
1499
|
+
}
|
|
1500
|
+
const InstanceBx = /*#__PURE__*/React.forwardRef(function InstanceBx(_ref61, ref) {
|
|
1501
|
+
let {
|
|
1502
|
+
children,
|
|
1503
|
+
size = 16,
|
|
1504
|
+
...rest
|
|
1505
|
+
} = _ref61;
|
|
1506
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1507
|
+
width: size,
|
|
1508
|
+
height: size,
|
|
1509
|
+
ref: ref,
|
|
1510
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1511
|
+
viewBox: "0 0 32 32",
|
|
1512
|
+
fill: "currentColor",
|
|
1513
|
+
...rest
|
|
1514
|
+
}, _path115 || (_path115 = /*#__PURE__*/React.createElement("path", {
|
|
1515
|
+
d: "M12 5A3.0033 3.0033 0 009 2H4V15H9a3.0033 3.0033 0 003-3V10.5a2.977 2.977 0 00-.78-2 2.9768 2.9768 0 00.78-2zM6 4H9a1.0013 1.0013 0 011 1V6.5513A.9587.9587 0 019 7.5H6zm4 8a1.0009 1.0009 0 01-1 1H6V9.5H9a1.0009 1.0009 0 011 1zM22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5z"
|
|
1516
|
+
})), _circle22 || (_circle22 = /*#__PURE__*/React.createElement("circle", {
|
|
1517
|
+
cx: "9",
|
|
1518
|
+
cy: "27",
|
|
1519
|
+
r: "1"
|
|
1520
|
+
})), _path116 || (_path116 = /*#__PURE__*/React.createElement("path", {
|
|
1521
|
+
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
|
1522
|
+
})), children);
|
|
1523
|
+
});
|
|
1524
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1525
|
+
InstanceBx.propTypes = iconPropTypes4cbeb95d.i;
|
|
1526
|
+
}
|
|
1527
|
+
const InstanceClassic = /*#__PURE__*/React.forwardRef(function InstanceClassic(_ref62, ref) {
|
|
1528
|
+
let {
|
|
1529
|
+
children,
|
|
1530
|
+
size = 16,
|
|
1531
|
+
...rest
|
|
1532
|
+
} = _ref62;
|
|
1533
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1534
|
+
width: size,
|
|
1535
|
+
height: size,
|
|
1536
|
+
ref: ref,
|
|
1537
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1538
|
+
viewBox: "0 0 32 32",
|
|
1539
|
+
fill: "currentColor",
|
|
1540
|
+
...rest
|
|
1541
|
+
}, _path117 || (_path117 = /*#__PURE__*/React.createElement("path", {
|
|
1542
|
+
d: "M23.5,21H23V19h.5a4.4975,4.4975,0,0,0,.3564-8.981l-.8154-.0639-.0986-.812a6.9938,6.9938,0,0,0-13.8838,0l-.0991.812-.8155.0639A4.4975,4.4975,0,0,0,8.5,19H9v2H8.5A6.4973,6.4973,0,0,1,7.2,8.1362a8.9943,8.9943,0,0,1,17.6006,0A6.4974,6.4974,0,0,1,23.5,21Z"
|
|
1543
|
+
})), _circle23 || (_circle23 = /*#__PURE__*/React.createElement("circle", {
|
|
1544
|
+
cx: "9",
|
|
1545
|
+
cy: "27",
|
|
1546
|
+
r: "1"
|
|
1547
|
+
})), _path118 || (_path118 = /*#__PURE__*/React.createElement("path", {
|
|
1548
|
+
d: "M26,23H17V15.83l2.59,2.58L21,17l-5-5-5,5,1.41,1.41L15,15.83V23H6a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V25A2.0023,2.0023,0,0,0,26,23Zm0,6H6V25H26Z"
|
|
1549
|
+
})), children);
|
|
1550
|
+
});
|
|
1551
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1552
|
+
InstanceClassic.propTypes = iconPropTypes4cbeb95d.i;
|
|
1553
|
+
}
|
|
1554
|
+
const InstanceCx = /*#__PURE__*/React.forwardRef(function InstanceCx(_ref63, ref) {
|
|
1555
|
+
let {
|
|
1556
|
+
children,
|
|
1557
|
+
size = 16,
|
|
1558
|
+
...rest
|
|
1559
|
+
} = _ref63;
|
|
1560
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1561
|
+
width: size,
|
|
1562
|
+
height: size,
|
|
1563
|
+
ref: ref,
|
|
1564
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1565
|
+
viewBox: "0 0 32 32",
|
|
1566
|
+
fill: "currentColor",
|
|
1567
|
+
...rest
|
|
1568
|
+
}, _circle24 || (_circle24 = /*#__PURE__*/React.createElement("circle", {
|
|
1569
|
+
cx: "9",
|
|
1570
|
+
cy: "27",
|
|
1571
|
+
r: "1"
|
|
1572
|
+
})), _path119 || (_path119 = /*#__PURE__*/React.createElement("path", {
|
|
1573
|
+
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM12 15H6a2.0023 2.0023 0 01-2-2V4A2.002 2.002 0 016 2h6V4H6v9h6zM2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
|
1574
|
+
})), children);
|
|
1575
|
+
});
|
|
1576
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1577
|
+
InstanceCx.propTypes = iconPropTypes4cbeb95d.i;
|
|
1578
|
+
}
|
|
1579
|
+
const InstanceMx = /*#__PURE__*/React.forwardRef(function InstanceMx(_ref64, ref) {
|
|
1580
|
+
let {
|
|
1581
|
+
children,
|
|
1582
|
+
size = 16,
|
|
1583
|
+
...rest
|
|
1584
|
+
} = _ref64;
|
|
1585
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1586
|
+
width: size,
|
|
1587
|
+
height: size,
|
|
1588
|
+
ref: ref,
|
|
1589
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1590
|
+
viewBox: "0 0 32 32",
|
|
1591
|
+
fill: "currentColor",
|
|
1592
|
+
...rest
|
|
1593
|
+
}, _path120 || (_path120 = /*#__PURE__*/React.createElement("path", {
|
|
1594
|
+
d: "M22 5L20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5zM10 2L8.485 6.374 8 8 7.535 6.374 6 2 4 2 4 15 6 15 6 7.374 5.841 5.378 6.421 7.374 8 12 9.579 7.374 10.159 5.374 10 7.374 10 15 12 15 12 2 10 2z"
|
|
1595
|
+
})), _circle25 || (_circle25 = /*#__PURE__*/React.createElement("circle", {
|
|
1596
|
+
cx: "9",
|
|
1597
|
+
cy: "27",
|
|
1598
|
+
r: "1"
|
|
1599
|
+
})), _path121 || (_path121 = /*#__PURE__*/React.createElement("path", {
|
|
1600
|
+
d: "M2 18H6V20H2zM8 18H12V20H8zM14 18H18V20H14zM20 18H24V20H20zM26 18H30V20H26zM26 31H6a2.0021 2.0021 0 01-2-2V25a2.0021 2.0021 0 012-2H26a2.0021 2.0021 0 012 2v4A2.0021 2.0021 0 0126 31zM6 25v4H26V25z"
|
|
1601
|
+
})), children);
|
|
1602
|
+
});
|
|
1603
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1604
|
+
InstanceMx.propTypes = iconPropTypes4cbeb95d.i;
|
|
1605
|
+
}
|
|
1606
|
+
const InstanceVirtual = /*#__PURE__*/React.forwardRef(function InstanceVirtual(_ref65, ref) {
|
|
1607
|
+
let {
|
|
1608
|
+
children,
|
|
1609
|
+
size = 16,
|
|
1610
|
+
...rest
|
|
1611
|
+
} = _ref65;
|
|
1612
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1613
|
+
width: size,
|
|
1614
|
+
height: size,
|
|
1615
|
+
ref: ref,
|
|
1616
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1617
|
+
viewBox: "0 0 32 32",
|
|
1618
|
+
fill: "currentColor",
|
|
1619
|
+
...rest
|
|
1620
|
+
}, _circle26 || (_circle26 = /*#__PURE__*/React.createElement("circle", {
|
|
1621
|
+
cx: "7",
|
|
1622
|
+
cy: "23",
|
|
1623
|
+
r: "1"
|
|
1624
|
+
})), _path122 || (_path122 = /*#__PURE__*/React.createElement("path", {
|
|
1625
|
+
d: "M2 6H6V8H2zM8 6H12V8H8zM14 6H18V8H14zM20 6H24V8H20zM26 6H30V8H26zM28 28H4a2.0021 2.0021 0 01-2-2V20a2.0021 2.0021 0 012-2H28a2.0021 2.0021 0 012 2v6A2.0021 2.0021 0 0128 28zM4 20v6H28V20zM2 12H30V14H2z"
|
|
1626
|
+
})), children);
|
|
1627
|
+
});
|
|
1628
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1629
|
+
InstanceVirtual.propTypes = iconPropTypes4cbeb95d.i;
|
|
1630
|
+
}
|
|
1631
|
+
const Integration = /*#__PURE__*/React.forwardRef(function Integration(_ref66, ref) {
|
|
1632
|
+
let {
|
|
1633
|
+
children,
|
|
1634
|
+
size = 16,
|
|
1635
|
+
...rest
|
|
1636
|
+
} = _ref66;
|
|
1637
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1638
|
+
width: size,
|
|
1639
|
+
height: size,
|
|
1640
|
+
ref: ref,
|
|
1641
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1642
|
+
viewBox: "0 0 32 32",
|
|
1643
|
+
fill: "currentColor",
|
|
1644
|
+
...rest
|
|
1645
|
+
}, _path123 || (_path123 = /*#__PURE__*/React.createElement("path", {
|
|
1646
|
+
d: "M29.88,15.52l-6-11A1,1,0,0,0,23,4H9a1,1,0,0,0-.88.52l-6,11a1,1,0,0,0,0,1l6,11A1,1,0,0,0,9,28H23a1,1,0,0,0,.88-.52l6-11A1,1,0,0,0,29.88,15.52ZM22.93,7l4.39,8h-9.5ZM16,14.14,10.82,6H21.18ZM9.07,7l5.11,8H4.68ZM4.68,17h9.5L9.07,25ZM16,17.86,21.18,26H10.82ZM22.93,25l-5.11-8h9.5Z"
|
|
1647
|
+
})), children);
|
|
1648
|
+
});
|
|
1649
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1650
|
+
Integration.propTypes = iconPropTypes4cbeb95d.i;
|
|
1651
|
+
}
|
|
1652
|
+
const IntentRequestActive = /*#__PURE__*/React.forwardRef(function IntentRequestActive(_ref67, ref) {
|
|
1653
|
+
let {
|
|
1654
|
+
children,
|
|
1655
|
+
size = 16,
|
|
1656
|
+
...rest
|
|
1657
|
+
} = _ref67;
|
|
1658
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1659
|
+
width: size,
|
|
1660
|
+
height: size,
|
|
1661
|
+
ref: ref,
|
|
1662
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1663
|
+
viewBox: "0 0 32 32",
|
|
1664
|
+
fill: "currentColor",
|
|
1665
|
+
...rest
|
|
1666
|
+
}, _path124 || (_path124 = /*#__PURE__*/React.createElement("path", {
|
|
1667
|
+
d: "M23 27.2L20.4 24.6 19 26 23 30 31 22 29.6 20.6z"
|
|
1668
|
+
})), _path125 || (_path125 = /*#__PURE__*/React.createElement("path", {
|
|
1669
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
|
1670
|
+
})), children);
|
|
1671
|
+
});
|
|
1672
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1673
|
+
IntentRequestActive.propTypes = iconPropTypes4cbeb95d.i;
|
|
1674
|
+
}
|
|
1675
|
+
const IntentRequestCreate = /*#__PURE__*/React.forwardRef(function IntentRequestCreate(_ref68, ref) {
|
|
1676
|
+
let {
|
|
1677
|
+
children,
|
|
1678
|
+
size = 16,
|
|
1679
|
+
...rest
|
|
1680
|
+
} = _ref68;
|
|
1681
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1682
|
+
width: size,
|
|
1683
|
+
height: size,
|
|
1684
|
+
ref: ref,
|
|
1685
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1686
|
+
viewBox: "0 0 32 32",
|
|
1687
|
+
fill: "currentColor",
|
|
1688
|
+
...rest
|
|
1689
|
+
}, _path126 || (_path126 = /*#__PURE__*/React.createElement("path", {
|
|
1690
|
+
d: "M30 24L26 24 26 20 24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26z"
|
|
1691
|
+
})), _path127 || (_path127 = /*#__PURE__*/React.createElement("path", {
|
|
1692
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
|
1693
|
+
})), children);
|
|
1694
|
+
});
|
|
1695
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1696
|
+
IntentRequestCreate.propTypes = iconPropTypes4cbeb95d.i;
|
|
1697
|
+
}
|
|
1698
|
+
const IntentRequestHeal = /*#__PURE__*/React.forwardRef(function IntentRequestHeal(_ref69, ref) {
|
|
1699
|
+
let {
|
|
1700
|
+
children,
|
|
1701
|
+
size = 16,
|
|
1702
|
+
...rest
|
|
1703
|
+
} = _ref69;
|
|
1704
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1705
|
+
width: size,
|
|
1706
|
+
height: size,
|
|
1707
|
+
ref: ref,
|
|
1708
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1709
|
+
viewBox: "0 0 32 32",
|
|
1710
|
+
fill: "currentColor",
|
|
1711
|
+
...rest
|
|
1712
|
+
}, _path128 || (_path128 = /*#__PURE__*/React.createElement("path", {
|
|
1713
|
+
d: "M27,20c-0.8,0-1.5,0.3-2.1,0.9l-0.4,0.5l-0.4-0.5C23.5,20.3,22.7,20,22,20s-1.5,0.3-2.1,0.9c-1.2,1.2-1.2,3.1,0,4.3l4.6,4.8 l4.6-4.8c1.2-1.2,1.2-3.1,0-4.3C28.6,20.3,27.8,20,27,20L27,20z"
|
|
1714
|
+
})), _path129 || (_path129 = /*#__PURE__*/React.createElement("path", {
|
|
1715
|
+
d: "M16.6,28.6L4,16L16,4l12.6,12.6l1.4-1.4L17.5,2.6c-0.8-0.8-2.1-0.8-2.9,0L2.6,14.5c-0.8,0.8-0.8,2.1,0,2.9L15.1,30 L16.6,28.6z"
|
|
1716
|
+
})), children);
|
|
1717
|
+
});
|
|
1718
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1719
|
+
IntentRequestHeal.propTypes = iconPropTypes4cbeb95d.i;
|
|
1720
|
+
}
|
|
1721
|
+
const IntentRequestInactive = /*#__PURE__*/React.forwardRef(function IntentRequestInactive(_ref70, ref) {
|
|
1722
|
+
let {
|
|
1723
|
+
children,
|
|
1724
|
+
size = 16,
|
|
1725
|
+
...rest
|
|
1726
|
+
} = _ref70;
|
|
1727
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1728
|
+
width: size,
|
|
1729
|
+
height: size,
|
|
1730
|
+
ref: ref,
|
|
1731
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1732
|
+
viewBox: "0 0 32 32",
|
|
1733
|
+
fill: "currentColor",
|
|
1734
|
+
...rest
|
|
1735
|
+
}, _circle27 || (_circle27 = /*#__PURE__*/React.createElement("circle", {
|
|
1736
|
+
cx: "18.5",
|
|
1737
|
+
cy: "22.5",
|
|
1738
|
+
r: "1.5"
|
|
1739
|
+
})), _circle28 || (_circle28 = /*#__PURE__*/React.createElement("circle", {
|
|
1740
|
+
cx: "23.5",
|
|
1741
|
+
cy: "22.5",
|
|
1742
|
+
r: "1.5"
|
|
1743
|
+
})), _circle29 || (_circle29 = /*#__PURE__*/React.createElement("circle", {
|
|
1744
|
+
cx: "28.5",
|
|
1745
|
+
cy: "22.5",
|
|
1746
|
+
r: "1.5"
|
|
1747
|
+
})), _path130 || (_path130 = /*#__PURE__*/React.createElement("path", {
|
|
1748
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
|
1749
|
+
})), children);
|
|
1750
|
+
});
|
|
1751
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1752
|
+
IntentRequestInactive.propTypes = iconPropTypes4cbeb95d.i;
|
|
1753
|
+
}
|
|
1754
|
+
const IntentRequestScaleIn = /*#__PURE__*/React.forwardRef(function IntentRequestScaleIn(_ref71, ref) {
|
|
1755
|
+
let {
|
|
1756
|
+
children,
|
|
1757
|
+
size = 16,
|
|
1758
|
+
...rest
|
|
1759
|
+
} = _ref71;
|
|
1760
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1761
|
+
width: size,
|
|
1762
|
+
height: size,
|
|
1763
|
+
ref: ref,
|
|
1764
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1765
|
+
viewBox: "0 0 32 32",
|
|
1766
|
+
fill: "currentColor",
|
|
1767
|
+
...rest
|
|
1768
|
+
}, _path131 || (_path131 = /*#__PURE__*/React.createElement("path", {
|
|
1769
|
+
d: "M28.6 30L30 28.6 22.4 21 29 21 29 19 19 19 19 29 21 29 21 22.4zM2 28.6L3.4 30 11 22.4 11 29 13 29 13 19 3 19 3 21 9.6 21zM17 2L15 2 15 12.2 10.4 7.6 9 9 16 16 23 9 21.6 7.6 17 12.2z"
|
|
1770
|
+
})), children);
|
|
1771
|
+
});
|
|
1772
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1773
|
+
IntentRequestScaleIn.propTypes = iconPropTypes4cbeb95d.i;
|
|
1774
|
+
}
|
|
1775
|
+
const IntentRequestScaleOut = /*#__PURE__*/React.forwardRef(function IntentRequestScaleOut(_ref72, ref) {
|
|
1776
|
+
let {
|
|
1777
|
+
children,
|
|
1778
|
+
size = 16,
|
|
1779
|
+
...rest
|
|
1780
|
+
} = _ref72;
|
|
1781
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1782
|
+
width: size,
|
|
1783
|
+
height: size,
|
|
1784
|
+
ref: ref,
|
|
1785
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1786
|
+
viewBox: "0 0 32 32",
|
|
1787
|
+
fill: "currentColor",
|
|
1788
|
+
...rest
|
|
1789
|
+
}, _path132 || (_path132 = /*#__PURE__*/React.createElement("path", {
|
|
1790
|
+
d: "M19 20.4L20.4 19 28 26.6 28 20 30 20 30 30 20 30 20 28 26.6 28zM13 20.4L11.6 19 4 26.6 4 20 2 20 2 30 12 30 12 28 5.4 28zM17 16L15 16 15 5.8 10.4 10.4 9 9 16 2 23 9 21.6 10.4 17 5.8z"
|
|
1791
|
+
})), children);
|
|
1792
|
+
});
|
|
1793
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1794
|
+
IntentRequestScaleOut.propTypes = iconPropTypes4cbeb95d.i;
|
|
1795
|
+
}
|
|
1796
|
+
const IntentRequestUninstall = /*#__PURE__*/React.forwardRef(function IntentRequestUninstall(_ref73, ref) {
|
|
1797
|
+
let {
|
|
1798
|
+
children,
|
|
1799
|
+
size = 16,
|
|
1800
|
+
...rest
|
|
1801
|
+
} = _ref73;
|
|
1802
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1803
|
+
width: size,
|
|
1804
|
+
height: size,
|
|
1805
|
+
ref: ref,
|
|
1806
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1807
|
+
viewBox: "0 0 32 32",
|
|
1808
|
+
fill: "currentColor",
|
|
1809
|
+
...rest
|
|
1810
|
+
}, _path133 || (_path133 = /*#__PURE__*/React.createElement("path", {
|
|
1811
|
+
d: "M30 21.4L28.6 20 25 23.6 21.4 20 20 21.4 23.6 25 20 28.6 21.4 30 25 26.4 28.6 30 30 28.6 26.4 25z"
|
|
1812
|
+
})), _path134 || (_path134 = /*#__PURE__*/React.createElement("path", {
|
|
1813
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
|
1814
|
+
})), children);
|
|
1815
|
+
});
|
|
1816
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1817
|
+
IntentRequestUninstall.propTypes = iconPropTypes4cbeb95d.i;
|
|
1818
|
+
}
|
|
1819
|
+
const IntentRequestUpgrade = /*#__PURE__*/React.forwardRef(function IntentRequestUpgrade(_ref74, ref) {
|
|
1820
|
+
let {
|
|
1821
|
+
children,
|
|
1822
|
+
size = 16,
|
|
1823
|
+
...rest
|
|
1824
|
+
} = _ref74;
|
|
1825
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1826
|
+
width: size,
|
|
1827
|
+
height: size,
|
|
1828
|
+
ref: ref,
|
|
1829
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1830
|
+
viewBox: "0 0 32 32",
|
|
1831
|
+
fill: "currentColor",
|
|
1832
|
+
...rest
|
|
1833
|
+
}, _path135 || (_path135 = /*#__PURE__*/React.createElement("path", {
|
|
1834
|
+
d: "M28 23L26.6 24.4 24 21.8 24 30 22 30 22 21.8 19.4 24.4 18 23 23 18z"
|
|
1835
|
+
})), _path136 || (_path136 = /*#__PURE__*/React.createElement("path", {
|
|
1836
|
+
d: "M15.4,30L5,23.8c-0.6-0.4-1-1-1-1.7V9.9c0-0.7,0.4-1.4,1-1.7l10-5.9C15.3,2.1,15.6,2,16,2c0.4,0,0.7,0.1,1,0.3l10,5.9 c0.6,0.4,1,1,1,1.7V16h-2V9.9L16,4L6,9.9v12.2l10.5,6.2L15.4,30z"
|
|
1837
|
+
})), children);
|
|
1838
|
+
});
|
|
1839
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1840
|
+
IntentRequestUpgrade.propTypes = iconPropTypes4cbeb95d.i;
|
|
1841
|
+
}
|
|
1842
|
+
const Interactions = /*#__PURE__*/React.forwardRef(function Interactions(_ref75, ref) {
|
|
1843
|
+
let {
|
|
1844
|
+
children,
|
|
1845
|
+
size = 16,
|
|
1846
|
+
...rest
|
|
1847
|
+
} = _ref75;
|
|
1848
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
1849
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1850
|
+
width: size,
|
|
1851
|
+
height: size,
|
|
1852
|
+
ref: ref,
|
|
1853
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1854
|
+
viewBox: "0 0 16 16",
|
|
1855
|
+
fill: "currentColor",
|
|
1856
|
+
...rest
|
|
1857
|
+
}, _path137 || (_path137 = /*#__PURE__*/React.createElement("path", {
|
|
1858
|
+
fillRule: "evenodd",
|
|
1859
|
+
d: "M11,7 L11,9 L13,9 C13.5522847,9 14,9.44771525 14,10 L14,10 L14,13 C14,13.5522847 13.5522847,14 13,14 L13,14 L10,14 L10,7 L11,7 Z M5,9 C5.55228475,9 6,9.44771525 6,10 L6,10 L6,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,13 L2,12 C2,11.4477153 2.44771525,11 3,11 L3,11 L5,11 L5,10 L2.5,10 L2.5,9 Z M13,10 L11,10 L11,13 L13,13 L13,10 Z M5,12 L3,12 L3,13 L5,13 L5,12 Z M7.912,2 L7.834,3.911 L9.628,3.248 L9.914,4.119 L8.068,4.626 L9.251,6.134 L8.523,6.667 L7.457,5.068 L6.391,6.667 L5.663,6.134 L6.846,4.626 L5,4.119 L5.286,3.248 L7.08,3.911 L7.002,2 L7.912,2 Z"
|
|
1860
|
+
})), children);
|
|
1861
|
+
}
|
|
1862
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1863
|
+
width: size,
|
|
1864
|
+
height: size,
|
|
1865
|
+
ref: ref,
|
|
1866
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1867
|
+
viewBox: "0 0 32 32",
|
|
1868
|
+
fill: "currentColor",
|
|
1869
|
+
...rest
|
|
1870
|
+
}, _path138 || (_path138 = /*#__PURE__*/React.createElement("path", {
|
|
1871
|
+
d: "M26 18H22V14H20V28h6a2.0027 2.0027 0 002-2V20A2.0023 2.0023 0 0026 18zm-4 8V20h4v6zM20 6.076L19.256 4.219 16 5.522 16 2 14 2 14 5.523 10.744 4.22 10 6.077 13.417 7.444 10.9 10.8 12.5 12 15 8.667 17.5 12 19.1 10.8 16.583 7.443 20 6.076zM10 18H5v2h5v2H6a2 2 0 00-2 2v2a2 2 0 002 2h6V20A2.0023 2.0023 0 0010 18zm0 8H6V24h4z"
|
|
1872
|
+
})), children);
|
|
1873
|
+
});
|
|
1874
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1875
|
+
Interactions.propTypes = iconPropTypes4cbeb95d.i;
|
|
1876
|
+
}
|
|
1877
|
+
const WatsonHealthInteractiveSegmentationCursor = /*#__PURE__*/React.forwardRef(function WatsonHealthInteractiveSegmentationCursor(_ref76, ref) {
|
|
1878
|
+
let {
|
|
1879
|
+
children,
|
|
1880
|
+
size = 16,
|
|
1881
|
+
...rest
|
|
1882
|
+
} = _ref76;
|
|
1883
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1884
|
+
width: size,
|
|
1885
|
+
height: size,
|
|
1886
|
+
ref: ref,
|
|
1887
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1888
|
+
viewBox: "0 0 32 32",
|
|
1889
|
+
fill: "currentColor",
|
|
1890
|
+
...rest
|
|
1891
|
+
}, _path139 || (_path139 = /*#__PURE__*/React.createElement("path", {
|
|
1892
|
+
d: "M29.4139,24,15.9989,10.5663a2.0473,2.0473,0,0,0-2.8281,0l-2.586,2.586a2.0023,2.0023,0,0,0,0,2.8283L23.9989,29.4145a2.0021,2.0021,0,0,0,2.8281,0l2.5869-2.5865a1.9993,1.9993,0,0,0,0-2.8283Zm-17.415-9.4335,2.5859-2.5859,3.5,3.5L15.498,18.0676l-3.5-3.5ZM25.413,28l-8.5009-8.5188,2.5867-2.587L28,25.4143Z"
|
|
1893
|
+
})), _path140 || (_path140 = /*#__PURE__*/React.createElement("path", {
|
|
1894
|
+
d: "M7.586 18.586H10.414V21.413999999999998H7.586z",
|
|
1895
|
+
transform: "rotate(-45 9 20)"
|
|
1896
|
+
})), _path141 || (_path141 = /*#__PURE__*/React.createElement("path", {
|
|
1897
|
+
d: "M18.586 7.586H21.413999999999998V10.414H18.586z",
|
|
1898
|
+
transform: "rotate(-45 20 9)"
|
|
1899
|
+
})), _path142 || (_path142 = /*#__PURE__*/React.createElement("path", {
|
|
1900
|
+
d: "M7.586 7.586H10.414V10.414H7.586z",
|
|
1901
|
+
transform: "rotate(-45 9 9)"
|
|
1902
|
+
})), _path143 || (_path143 = /*#__PURE__*/React.createElement("path", {
|
|
1903
|
+
d: "M11 2L2 2 2 11 4 11 4 4 11 4 11 2z"
|
|
1904
|
+
})), children);
|
|
1905
|
+
});
|
|
1906
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1907
|
+
WatsonHealthInteractiveSegmentationCursor.propTypes = iconPropTypes4cbeb95d.i;
|
|
1908
|
+
}
|
|
1909
|
+
const InterfaceUsage = /*#__PURE__*/React.forwardRef(function InterfaceUsage(_ref77, ref) {
|
|
1910
|
+
let {
|
|
1911
|
+
children,
|
|
1912
|
+
size = 16,
|
|
1913
|
+
...rest
|
|
1914
|
+
} = _ref77;
|
|
1915
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1916
|
+
width: size,
|
|
1917
|
+
height: size,
|
|
1918
|
+
ref: ref,
|
|
1919
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1920
|
+
viewBox: "0 0 32 32",
|
|
1921
|
+
fill: "currentColor",
|
|
1922
|
+
...rest
|
|
1923
|
+
}, _path144 || (_path144 = /*#__PURE__*/React.createElement("path", {
|
|
1924
|
+
strokeWidth: "0",
|
|
1925
|
+
d: "M18.3242 11.7334v1.29h-1.3242v1.7368h1.3242v7.2397h2.2012v-7.2397h1.8398v-1.7368h-1.8398v-1.9951h1.8398v-1.7539h-1.5649c-1.6167 0-2.4761.877-2.4761 2.459zM10 11.8193L11.582 11.8193 11.582 20.1772 10 20.1772 10 22 15.4516 22 15.4516 20.1772 13.8525 20.1772 13.8525 11.8193 15.4516 11.8193 15.4516 9.9966 10 9.9966 10 11.8193z"
|
|
1926
|
+
})), _path145 || (_path145 = /*#__PURE__*/React.createElement("path", {
|
|
1927
|
+
strokeWidth: "0",
|
|
1928
|
+
d: "m21,30h-10c-4.9626,0-9-4.0374-9-9v-10C2,6.0374,6.0374,2,11,2h10c4.9626,0,9,4.0374,9,9v10c0,4.9626-4.0374,9-9,9ZM11,4c-3.8599,0-7,3.1401-7,7v10c0,3.8599,3.1401,7,7,7h10c3.8599,0,7-3.1401,7-7v-10c0-3.8599-3.1401-7-7-7h-10Z"
|
|
1929
|
+
})), children);
|
|
1930
|
+
});
|
|
1931
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1932
|
+
InterfaceUsage.propTypes = iconPropTypes4cbeb95d.i;
|
|
1933
|
+
}
|
|
1934
|
+
const Intersect = /*#__PURE__*/React.forwardRef(function Intersect(_ref78, ref) {
|
|
1935
|
+
let {
|
|
1936
|
+
children,
|
|
1937
|
+
size = 16,
|
|
1938
|
+
...rest
|
|
1939
|
+
} = _ref78;
|
|
1940
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1941
|
+
width: size,
|
|
1942
|
+
height: size,
|
|
1943
|
+
ref: ref,
|
|
1944
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1945
|
+
viewBox: "0 0 32 32",
|
|
1946
|
+
fill: "currentColor",
|
|
1947
|
+
...rest
|
|
1948
|
+
}, _path146 || (_path146 = /*#__PURE__*/React.createElement("path", {
|
|
1949
|
+
d: "M22 24H18V22h4V18h2v4A2.0021 2.0021 0 0122 24zM10 14H8V10a2.0022 2.0022 0 012-2h4v2H10z"
|
|
1950
|
+
})), _path147 || (_path147 = /*#__PURE__*/React.createElement("path", {
|
|
1951
|
+
d: "M28,8H24V4a2.0023,2.0023,0,0,0-2-2H4A2.0023,2.0023,0,0,0,2,4V22a2.0023,2.0023,0,0,0,2,2H8v4a2.0023,2.0023,0,0,0,2,2H28a2.0023,2.0023,0,0,0,2-2V10A2.0023,2.0023,0,0,0,28,8Zm0,20H10V24h4V22H10V18H8v4H4V4H22V8H18v2h4v4h2V10h4Z"
|
|
1952
|
+
})), children);
|
|
1953
|
+
});
|
|
1954
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1955
|
+
Intersect.propTypes = iconPropTypes4cbeb95d.i;
|
|
1956
|
+
}
|
|
1957
|
+
const IntrusionPrevention = /*#__PURE__*/React.forwardRef(function IntrusionPrevention(_ref79, ref) {
|
|
1958
|
+
let {
|
|
1959
|
+
children,
|
|
1960
|
+
size = 16,
|
|
1961
|
+
...rest
|
|
1962
|
+
} = _ref79;
|
|
1963
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1964
|
+
width: size,
|
|
1965
|
+
height: size,
|
|
1966
|
+
ref: ref,
|
|
1967
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1968
|
+
viewBox: "0 0 32 32",
|
|
1969
|
+
fill: "currentColor",
|
|
1970
|
+
...rest
|
|
1971
|
+
}, _circle30 || (_circle30 = /*#__PURE__*/React.createElement("circle", {
|
|
1972
|
+
cx: "22",
|
|
1973
|
+
cy: "23.887",
|
|
1974
|
+
r: "2"
|
|
1975
|
+
})), _path148 || (_path148 = /*#__PURE__*/React.createElement("path", {
|
|
1976
|
+
d: "M29.7769 23.4785A8.64 8.64 0 0022 18a8.64 8.64 0 00-7.7769 5.4785L14 24l.2231.5215A8.64 8.64 0 0022 30a8.64 8.64 0 007.7769-5.4785L30 24zM22 28a4 4 0 114-4A4.0045 4.0045 0 0122 28zM25 10H4A2.0021 2.0021 0 012 8V4A2.0021 2.0021 0 014 2H25a2.0021 2.0021 0 012 2V8A2.0021 2.0021 0 0125 10zM4 4V8H25V4zM12 28H4V24h8V22H4a2.0023 2.0023 0 00-2 2v4a2.0023 2.0023 0 002 2h8z"
|
|
1977
|
+
})), _path149 || (_path149 = /*#__PURE__*/React.createElement("path", {
|
|
1978
|
+
d: "M28,12H7a2.0023,2.0023,0,0,0-2,2v4a2.0023,2.0023,0,0,0,2,2h5V18H7V14H28l.0007,2H30V14A2.0023,2.0023,0,0,0,28,12Z"
|
|
1979
|
+
})), children);
|
|
1980
|
+
});
|
|
1981
|
+
if (process.env.NODE_ENV !== "production") {
|
|
1982
|
+
IntrusionPrevention.propTypes = iconPropTypes4cbeb95d.i;
|
|
1983
|
+
}
|
|
1984
|
+
const InventoryManagement = /*#__PURE__*/React.forwardRef(function InventoryManagement(_ref80, ref) {
|
|
1985
|
+
let {
|
|
1986
|
+
children,
|
|
1987
|
+
size = 16,
|
|
1988
|
+
...rest
|
|
1989
|
+
} = _ref80;
|
|
1990
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
1991
|
+
width: size,
|
|
1992
|
+
height: size,
|
|
1993
|
+
ref: ref,
|
|
1994
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1995
|
+
viewBox: "0 0 32 32",
|
|
1996
|
+
fill: "currentColor",
|
|
1997
|
+
...rest
|
|
1998
|
+
}, _path150 || (_path150 = /*#__PURE__*/React.createElement("path", {
|
|
1999
|
+
d: "M19 24H23V28H19zM26 24H30V28H26zM19 17H23V21H19zM26 17H30V21H26z"
|
|
2000
|
+
})), _path151 || (_path151 = /*#__PURE__*/React.createElement("path", {
|
|
2001
|
+
d: "M17,24H4V10H28v5h2V10a2.0023,2.0023,0,0,0-2-2H22V4a2.0023,2.0023,0,0,0-2-2H12a2.002,2.002,0,0,0-2,2V8H4a2.002,2.002,0,0,0-2,2V24a2.0023,2.0023,0,0,0,2,2H17ZM12,4h8V8H12Z"
|
|
2002
|
+
})), children);
|
|
2003
|
+
});
|
|
2004
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2005
|
+
InventoryManagement.propTypes = iconPropTypes4cbeb95d.i;
|
|
2006
|
+
}
|
|
2007
|
+
const IotConnect = /*#__PURE__*/React.forwardRef(function IotConnect(_ref81, ref) {
|
|
2008
|
+
let {
|
|
2009
|
+
children,
|
|
2010
|
+
size = 16,
|
|
2011
|
+
...rest
|
|
2012
|
+
} = _ref81;
|
|
2013
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2014
|
+
width: size,
|
|
2015
|
+
height: size,
|
|
2016
|
+
ref: ref,
|
|
2017
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2018
|
+
viewBox: "0 0 32 32",
|
|
2019
|
+
fill: "currentColor",
|
|
2020
|
+
...rest
|
|
2021
|
+
}, _path152 || (_path152 = /*#__PURE__*/React.createElement("path", {
|
|
2022
|
+
d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
|
|
2023
|
+
})), _path153 || (_path153 = /*#__PURE__*/React.createElement("path", {
|
|
2024
|
+
d: "M26,2a4.0042,4.0042,0,0,0-4,4,3.9556,3.9556,0,0,0,.5668,2.0192L19.5859,11H11V21H21V12.4141l2.9808-2.9808A3.9553,3.9553,0,0,0,26,10a4,4,0,0,0,0-8ZM19,19H13V13h6ZM26,8a2,2,0,1,1,2-2A2.0023,2.0023,0,0,1,26,8Z"
|
|
2025
|
+
})), children);
|
|
2026
|
+
});
|
|
2027
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2028
|
+
IotConnect.propTypes = iconPropTypes4cbeb95d.i;
|
|
2029
|
+
}
|
|
2030
|
+
const IotPlatform = /*#__PURE__*/React.forwardRef(function IotPlatform(_ref82, ref) {
|
|
2031
|
+
let {
|
|
2032
|
+
children,
|
|
2033
|
+
size = 16,
|
|
2034
|
+
...rest
|
|
2035
|
+
} = _ref82;
|
|
2036
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2037
|
+
width: size,
|
|
2038
|
+
height: size,
|
|
2039
|
+
ref: ref,
|
|
2040
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2041
|
+
viewBox: "0 0 32 32",
|
|
2042
|
+
fill: "currentColor",
|
|
2043
|
+
...rest
|
|
2044
|
+
}, _path154 || (_path154 = /*#__PURE__*/React.createElement("path", {
|
|
2045
|
+
d: "M30,19H26V15H24v9H8V8l9-.0009V6H13V2H11V6H8A2.002,2.002,0,0,0,6,8v3H2v2H6v6H2v2H6v3a2.0023,2.0023,0,0,0,2,2h3v4h2V26h6v4h2V26h3a2.0027,2.0027,0,0,0,2-2V21h4Z"
|
|
2046
|
+
})), _path155 || (_path155 = /*#__PURE__*/React.createElement("path", {
|
|
2047
|
+
d: "M21 21H11V11H21zm-8-2h6V13H13zM31 13H29A10.0117 10.0117 0 0019 3V1A12.0131 12.0131 0 0131 13z"
|
|
2048
|
+
})), _path156 || (_path156 = /*#__PURE__*/React.createElement("path", {
|
|
2049
|
+
d: "M26,13H24a5.0059,5.0059,0,0,0-5-5V6A7.0085,7.0085,0,0,1,26,13Z"
|
|
2050
|
+
})), children);
|
|
2051
|
+
});
|
|
2052
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2053
|
+
IotPlatform.propTypes = iconPropTypes4cbeb95d.i;
|
|
2054
|
+
}
|
|
2055
|
+
const Ip = /*#__PURE__*/React.forwardRef(function Ip(_ref83, ref) {
|
|
2056
|
+
let {
|
|
2057
|
+
children,
|
|
2058
|
+
size = 16,
|
|
2059
|
+
...rest
|
|
2060
|
+
} = _ref83;
|
|
2061
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2062
|
+
width: size,
|
|
2063
|
+
height: size,
|
|
2064
|
+
ref: ref,
|
|
2065
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2066
|
+
viewBox: "0 0 32 32",
|
|
2067
|
+
fill: "currentColor",
|
|
2068
|
+
...rest
|
|
2069
|
+
}, _path157 || (_path157 = /*#__PURE__*/React.createElement("path", {
|
|
2070
|
+
strokeWidth: "0",
|
|
2071
|
+
d: "M19 23h-2v-14h6c1.103 0 2 .897 2 2v5c0 1.103-.897 2-2 2h-4v5zm0-7h4v-5.0015h-4v5.0015zM7 11L10 11 10 21 7 21 7 23 15 23 15 21 12 21 12 11 15 11 15 9 7 9 7 11z"
|
|
2072
|
+
})), children);
|
|
2073
|
+
});
|
|
2074
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2075
|
+
Ip.propTypes = iconPropTypes4cbeb95d.i;
|
|
2076
|
+
}
|
|
2077
|
+
const Iso = /*#__PURE__*/React.forwardRef(function Iso(_ref84, ref) {
|
|
2078
|
+
let {
|
|
2079
|
+
children,
|
|
2080
|
+
size = 16,
|
|
2081
|
+
...rest
|
|
2082
|
+
} = _ref84;
|
|
2083
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2084
|
+
width: size,
|
|
2085
|
+
height: size,
|
|
2086
|
+
ref: ref,
|
|
2087
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2088
|
+
viewBox: "0 0 32 32",
|
|
2089
|
+
fill: "currentColor",
|
|
2090
|
+
...rest
|
|
2091
|
+
}, _path158 || (_path158 = /*#__PURE__*/React.createElement("path", {
|
|
2092
|
+
d: "M28 23H24a2 2 0 01-2-2V11a2 2 0 012-2h4a2 2 0 012 2V21A2 2 0 0128 23zM24 11V21h4V11zM18 23H12V21h6V17H14a2 2 0 01-2-2V11a2 2 0 012-2h6v2H14v4h4a2 2 0 012 2v4A2 2 0 0118 23zM2 11L5 11 5 21 2 21 2 23 10 23 10 21 7 21 7 11 10 11 10 9 2 9 2 11z"
|
|
2093
|
+
})), children);
|
|
2094
|
+
});
|
|
2095
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2096
|
+
Iso.propTypes = iconPropTypes4cbeb95d.i;
|
|
2097
|
+
}
|
|
2098
|
+
const IsoFilled = /*#__PURE__*/React.forwardRef(function IsoFilled(_ref85, ref) {
|
|
2099
|
+
let {
|
|
2100
|
+
children,
|
|
2101
|
+
size = 16,
|
|
2102
|
+
...rest
|
|
2103
|
+
} = _ref85;
|
|
2104
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2105
|
+
width: size,
|
|
2106
|
+
height: size,
|
|
2107
|
+
ref: ref,
|
|
2108
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2109
|
+
viewBox: "0 0 32 32",
|
|
2110
|
+
fill: "currentColor",
|
|
2111
|
+
...rest
|
|
2112
|
+
}, _path159 || (_path159 = /*#__PURE__*/React.createElement("path", {
|
|
2113
|
+
d: "M21 13H24V19H21z"
|
|
2114
|
+
})), _path160 || (_path160 = /*#__PURE__*/React.createElement("path", {
|
|
2115
|
+
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM8,21H6V11H8Zm9-8H12v2h3a2,2,0,0,1,2,2v2a2,2,0,0,1-2,2H10V19h5V17H12a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h5Zm9,6a2,2,0,0,1-2,2H21a2,2,0,0,1-2-2V13a2,2,0,0,1,2-2h3a2,2,0,0,1,2,2Z"
|
|
2116
|
+
})), children);
|
|
2117
|
+
});
|
|
2118
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2119
|
+
IsoFilled.propTypes = iconPropTypes4cbeb95d.i;
|
|
2120
|
+
}
|
|
2121
|
+
const IsoOutline = /*#__PURE__*/React.forwardRef(function IsoOutline(_ref86, ref) {
|
|
2122
|
+
let {
|
|
2123
|
+
children,
|
|
2124
|
+
size = 16,
|
|
2125
|
+
...rest
|
|
2126
|
+
} = _ref86;
|
|
2127
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2128
|
+
width: size,
|
|
2129
|
+
height: size,
|
|
2130
|
+
ref: ref,
|
|
2131
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2132
|
+
viewBox: "0 0 32 32",
|
|
2133
|
+
fill: "currentColor",
|
|
2134
|
+
...rest
|
|
2135
|
+
}, _path161 || (_path161 = /*#__PURE__*/React.createElement("path", {
|
|
2136
|
+
d: "M24 21H21a2 2 0 01-2-2V13a2 2 0 012-2h3a2 2 0 012 2v6A2 2 0 0124 21zm-3-8v6h3V13zM15 21H10V19h5V17H12a2 2 0 01-2-2V13a2 2 0 012-2h5v2H12v2h3a2 2 0 012 2v2A2 2 0 0115 21zM6 11H8V21H6z"
|
|
2137
|
+
})), _path162 || (_path162 = /*#__PURE__*/React.createElement("path", {
|
|
2138
|
+
d: "M28,6H4A2,2,0,0,0,2,8V24a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V8A2,2,0,0,0,28,6ZM4,24V8H28V24Z"
|
|
2139
|
+
})), children);
|
|
2140
|
+
});
|
|
2141
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2142
|
+
IsoOutline.propTypes = iconPropTypes4cbeb95d.i;
|
|
2143
|
+
}
|
|
2144
|
+
const JobDaemon = /*#__PURE__*/React.forwardRef(function JobDaemon(_ref87, ref) {
|
|
2145
|
+
let {
|
|
2146
|
+
children,
|
|
2147
|
+
size = 16,
|
|
2148
|
+
...rest
|
|
2149
|
+
} = _ref87;
|
|
2150
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2151
|
+
width: size,
|
|
2152
|
+
height: size,
|
|
2153
|
+
ref: ref,
|
|
2154
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2155
|
+
viewBox: "0 0 32 32",
|
|
2156
|
+
fill: "currentColor",
|
|
2157
|
+
...rest
|
|
2158
|
+
}, _path163 || (_path163 = /*#__PURE__*/React.createElement("path", {
|
|
2159
|
+
d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h5v2h-5c-1.1,0-2-.9-2-2v-11h2v11ZM27,20c-1.6,0-3.1,1.4-4,2.4-.9-1-2.4-2.4-4-2.4-2.6,0-4,2-4,4s1.4,4,4,4,3.1-1.4,4-2.4c.9,1,2.4,2.4,4,2.4,2.6,0,4-2,4-4s-1.4-4-4-4ZM19,26c-1.5,0-2-1.1-2-2s.5-2,2-2,2,1.1,2.8,2c-.7.9-1.9,2-2.8,2ZM27,26c-.9,0-2-1.1-2.8-2,.7-.9,1.9-2,2.8-2,1.5,0,2,1.1,2,2s-.5,2-2,2Z"
|
|
2160
|
+
})), children);
|
|
2161
|
+
});
|
|
2162
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2163
|
+
JobDaemon.propTypes = iconPropTypes4cbeb95d.i;
|
|
2164
|
+
}
|
|
2165
|
+
const JobRun = /*#__PURE__*/React.forwardRef(function JobRun(_ref88, ref) {
|
|
2166
|
+
let {
|
|
2167
|
+
children,
|
|
2168
|
+
size = 16,
|
|
2169
|
+
...rest
|
|
2170
|
+
} = _ref88;
|
|
2171
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2172
|
+
width: size,
|
|
2173
|
+
height: size,
|
|
2174
|
+
ref: ref,
|
|
2175
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2176
|
+
viewBox: "0 0 32 32",
|
|
2177
|
+
fill: "currentColor",
|
|
2178
|
+
...rest
|
|
2179
|
+
}, _path164 || (_path164 = /*#__PURE__*/React.createElement("path", {
|
|
2180
|
+
d: "M12,17h8c1.1,0,2-.9,2-2V4c0-1.1-.9-2-2-2h-8c-1.1,0-2,.9-2,2v11c0,1.1.9,2,2,2ZM12,4h8v11h-8V4ZM8,19h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM4,23h6v2h-6c-1.1,0-2-.9-2-2v-11h2v11ZM30,24l-6,6-1.4-1.4,3.6-3.6h-9.2v-2h9.2l-3.6-3.6,1.4-1.4,6,6Z"
|
|
2181
|
+
})), children);
|
|
2182
|
+
});
|
|
2183
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2184
|
+
JobRun.propTypes = iconPropTypes4cbeb95d.i;
|
|
2185
|
+
}
|
|
2186
|
+
const JoinFull = /*#__PURE__*/React.forwardRef(function JoinFull(_ref89, ref) {
|
|
2187
|
+
let {
|
|
2188
|
+
children,
|
|
2189
|
+
size = 16,
|
|
2190
|
+
...rest
|
|
2191
|
+
} = _ref89;
|
|
2192
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2193
|
+
width: size,
|
|
2194
|
+
height: size,
|
|
2195
|
+
ref: ref,
|
|
2196
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2197
|
+
viewBox: "0 0 32 32",
|
|
2198
|
+
fill: "currentColor",
|
|
2199
|
+
...rest
|
|
2200
|
+
}, _path165 || (_path165 = /*#__PURE__*/React.createElement("path", {
|
|
2201
|
+
fill: "none",
|
|
2202
|
+
d: "M16,9.0752a7.9941,7.9941,0,0,1,0,13.85,7.9941,7.9941,0,0,1,0-13.85m0-2.2373a9.9953,9.9953,0,0,0,0,18.3242A9.9953,9.9953,0,0,0,16,6.8379Z",
|
|
2203
|
+
"data-icon-path": "inner-path"
|
|
2204
|
+
})), _path166 || (_path166 = /*#__PURE__*/React.createElement("path", {
|
|
2205
|
+
d: "M10,16a9.9976,9.9976,0,0,1,6-9.1621,10,10,0,1,0,0,18.3242A9.9976,9.9976,0,0,1,10,16Z"
|
|
2206
|
+
})), _path167 || (_path167 = /*#__PURE__*/React.createElement("path", {
|
|
2207
|
+
d: "M16,9.0752a7.9941,7.9941,0,0,0,0,13.85,7.9941,7.9941,0,0,0,0-13.85Z"
|
|
2208
|
+
})), _path168 || (_path168 = /*#__PURE__*/React.createElement("path", {
|
|
2209
|
+
d: "M20,6a9.9539,9.9539,0,0,0-4,.8379,9.9953,9.9953,0,0,1,0,18.3242A9.9988,9.9988,0,1,0,20,6Z"
|
|
2210
|
+
})), children);
|
|
2211
|
+
});
|
|
2212
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2213
|
+
JoinFull.propTypes = iconPropTypes4cbeb95d.i;
|
|
2214
|
+
}
|
|
2215
|
+
const JoinInner = /*#__PURE__*/React.forwardRef(function JoinInner(_ref90, ref) {
|
|
2216
|
+
let {
|
|
2217
|
+
children,
|
|
2218
|
+
size = 16,
|
|
2219
|
+
...rest
|
|
2220
|
+
} = _ref90;
|
|
2221
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2222
|
+
width: size,
|
|
2223
|
+
height: size,
|
|
2224
|
+
ref: ref,
|
|
2225
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2226
|
+
viewBox: "0 0 32 32",
|
|
2227
|
+
fill: "currentColor",
|
|
2228
|
+
...rest
|
|
2229
|
+
}, _path169 || (_path169 = /*#__PURE__*/React.createElement("path", {
|
|
2230
|
+
d: "M20,6a9.9355,9.9355,0,0,0-4,.8418A9.999,9.999,0,1,0,16,25.16,9.998,9.998,0,1,0,20,6ZM12,24A8,8,0,1,1,13.7573,8.2017a9.9734,9.9734,0,0,0,0,15.5986A7.9919,7.9919,0,0,1,12,24Zm8,0a7.9919,7.9919,0,0,1-1.7573-.2,9.9734,9.9734,0,0,0,0-15.5986A7.9972,7.9972,0,1,1,20,24Z"
|
|
2231
|
+
})), children);
|
|
2232
|
+
});
|
|
2233
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2234
|
+
JoinInner.propTypes = iconPropTypes4cbeb95d.i;
|
|
2235
|
+
}
|
|
2236
|
+
const JoinLeft = /*#__PURE__*/React.forwardRef(function JoinLeft(_ref91, ref) {
|
|
2237
|
+
let {
|
|
2238
|
+
children,
|
|
2239
|
+
size = 16,
|
|
2240
|
+
...rest
|
|
2241
|
+
} = _ref91;
|
|
2242
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2243
|
+
width: size,
|
|
2244
|
+
height: size,
|
|
2245
|
+
ref: ref,
|
|
2246
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2247
|
+
viewBox: "0 0 32 32",
|
|
2248
|
+
fill: "currentColor",
|
|
2249
|
+
...rest
|
|
2250
|
+
}, _path170 || (_path170 = /*#__PURE__*/React.createElement("path", {
|
|
2251
|
+
d: "M20,6a9.9272,9.9272,0,0,0-3.9968.8394,9.9758,9.9758,0,0,1,2.2451,1.36,8,8,0,1,1,0,15.6016,9.9758,9.9758,0,0,1-2.2451,1.36A9.9976,9.9976,0,1,0,20,6Z"
|
|
2252
|
+
})), _path171 || (_path171 = /*#__PURE__*/React.createElement("path", {
|
|
2253
|
+
d: "M12,16a8.01,8.01,0,0,0,6.2483,7.8008,9.9858,9.9858,0,0,0,0-15.6016A8.01,8.01,0,0,0,12,16Z"
|
|
2254
|
+
})), _path172 || (_path172 = /*#__PURE__*/React.createElement("path", {
|
|
2255
|
+
fill: "none",
|
|
2256
|
+
d: "M12,16a8.01,8.01,0,0,1,6.2483-7.8008,9.9758,9.9758,0,0,0-2.2451-1.36,9.9909,9.9909,0,0,0,0,18.3212,9.9758,9.9758,0,0,0,2.2451-1.36A8.01,8.01,0,0,1,12,16Z",
|
|
2257
|
+
"data-icon-path": "inner-path"
|
|
2258
|
+
})), _path173 || (_path173 = /*#__PURE__*/React.createElement("path", {
|
|
2259
|
+
d: "M10,16a10.0105,10.0105,0,0,1,6.0032-9.1606,10,10,0,1,0,0,18.3212A10.0105,10.0105,0,0,1,10,16Z"
|
|
2260
|
+
})), children);
|
|
2261
|
+
});
|
|
2262
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2263
|
+
JoinLeft.propTypes = iconPropTypes4cbeb95d.i;
|
|
2264
|
+
}
|
|
2265
|
+
const JoinOuter = /*#__PURE__*/React.forwardRef(function JoinOuter(_ref92, ref) {
|
|
2266
|
+
let {
|
|
2267
|
+
children,
|
|
2268
|
+
size = 16,
|
|
2269
|
+
...rest
|
|
2270
|
+
} = _ref92;
|
|
2271
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2272
|
+
width: size,
|
|
2273
|
+
height: size,
|
|
2274
|
+
ref: ref,
|
|
2275
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2276
|
+
viewBox: "0 0 32 32",
|
|
2277
|
+
fill: "currentColor",
|
|
2278
|
+
...rest
|
|
2279
|
+
}, _path174 || (_path174 = /*#__PURE__*/React.createElement("path", {
|
|
2280
|
+
d: "M20 6a9.9539 9.9539 0 00-4 .8379 9.9953 9.9953 0 010 18.3242A9.9988 9.9988 0 1020 6zM10 16a9.9976 9.9976 0 016-9.1621 10 10 0 100 18.3242A9.9976 9.9976 0 0110 16z"
|
|
2281
|
+
})), children);
|
|
2282
|
+
});
|
|
2283
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2284
|
+
JoinOuter.propTypes = iconPropTypes4cbeb95d.i;
|
|
2285
|
+
}
|
|
2286
|
+
const JoinRight = /*#__PURE__*/React.forwardRef(function JoinRight(_ref93, ref) {
|
|
2287
|
+
let {
|
|
2288
|
+
children,
|
|
2289
|
+
size = 16,
|
|
2290
|
+
...rest
|
|
2291
|
+
} = _ref93;
|
|
2292
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2293
|
+
width: size,
|
|
2294
|
+
height: size,
|
|
2295
|
+
ref: ref,
|
|
2296
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2297
|
+
viewBox: "0 0 32 32",
|
|
2298
|
+
fill: "currentColor",
|
|
2299
|
+
...rest
|
|
2300
|
+
}, _path175 || (_path175 = /*#__PURE__*/React.createElement("path", {
|
|
2301
|
+
d: "M20,6a9.95,9.95,0,0,0-4.0032.8394,9.9909,9.9909,0,0,1,0,18.3212A9.9988,9.9988,0,1,0,20,6Z"
|
|
2302
|
+
})), _path176 || (_path176 = /*#__PURE__*/React.createElement("path", {
|
|
2303
|
+
fill: "none",
|
|
2304
|
+
d: "M20,16a8.01,8.01,0,0,0-6.2483-7.8008,9.9758,9.9758,0,0,1,2.2451-1.36,9.9909,9.9909,0,0,1,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A8.01,8.01,0,0,0,20,16Z",
|
|
2305
|
+
"data-icon-path": "inner-path"
|
|
2306
|
+
})), _path177 || (_path177 = /*#__PURE__*/React.createElement("path", {
|
|
2307
|
+
d: "M10,16a9.9759,9.9759,0,0,0,3.7517,7.8008,7.9937,7.9937,0,0,0,0-15.6016A9.9759,9.9759,0,0,0,10,16Z"
|
|
2308
|
+
})), _path178 || (_path178 = /*#__PURE__*/React.createElement("path", {
|
|
2309
|
+
d: "M12,24A8,8,0,1,1,13.7517,8.1992a9.9758,9.9758,0,0,1,2.2451-1.36,10,10,0,1,0,0,18.3212,9.9758,9.9758,0,0,1-2.2451-1.36A7.9727,7.9727,0,0,1,12,24Z"
|
|
2310
|
+
})), children);
|
|
2311
|
+
});
|
|
2312
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2313
|
+
JoinRight.propTypes = iconPropTypes4cbeb95d.i;
|
|
2314
|
+
}
|
|
2315
|
+
const JoinNode = /*#__PURE__*/React.forwardRef(function JoinNode(_ref94, ref) {
|
|
2316
|
+
let {
|
|
2317
|
+
children,
|
|
2318
|
+
size = 16,
|
|
2319
|
+
...rest
|
|
2320
|
+
} = _ref94;
|
|
2321
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2322
|
+
width: size,
|
|
2323
|
+
height: size,
|
|
2324
|
+
ref: ref,
|
|
2325
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2326
|
+
viewBox: "0 0 32 32",
|
|
2327
|
+
fill: "currentColor",
|
|
2328
|
+
...rest
|
|
2329
|
+
}, _path179 || (_path179 = /*#__PURE__*/React.createElement("path", {
|
|
2330
|
+
strokeWidth: "0",
|
|
2331
|
+
d: "M2 9H6V11H2zM2 21H6V23H2zM25 11L23.5859 12.4141 26.1719 15 18 15 18 4 12 4 12 9 8 9 8 11 12 11 12 21 8 21 8 23 12 23 12 28 18 28 18 17 26.1719 17 23.5859 19.5859 25 21 30 16 25 11z"
|
|
2332
|
+
})), children);
|
|
2333
|
+
});
|
|
2334
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2335
|
+
JoinNode.propTypes = iconPropTypes4cbeb95d.i;
|
|
2336
|
+
}
|
|
2337
|
+
const Jpg = /*#__PURE__*/React.forwardRef(function Jpg(_ref95, ref) {
|
|
2338
|
+
let {
|
|
2339
|
+
children,
|
|
2340
|
+
size = 16,
|
|
2341
|
+
...rest
|
|
2342
|
+
} = _ref95;
|
|
2343
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2344
|
+
width: size,
|
|
2345
|
+
height: size,
|
|
2346
|
+
ref: ref,
|
|
2347
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2348
|
+
viewBox: "0 0 32 32",
|
|
2349
|
+
fill: "currentColor",
|
|
2350
|
+
...rest
|
|
2351
|
+
}, _path180 || (_path180 = /*#__PURE__*/React.createElement("path", {
|
|
2352
|
+
d: "M30 23H24a2 2 0 01-2-2V11a2 2 0 012-2h6v2H24V21h4V17H26V15h4zM14 23H12V9h6a2 2 0 012 2v5a2 2 0 01-2 2H14zm0-7h4V11H14zM8 23H4a2 2 0 01-2-2V19H4v2H8V9h2V21A2 2 0 018 23z"
|
|
2353
|
+
})), children);
|
|
2354
|
+
});
|
|
2355
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2356
|
+
Jpg.propTypes = iconPropTypes4cbeb95d.i;
|
|
2357
|
+
}
|
|
2358
|
+
const JsError = /*#__PURE__*/React.forwardRef(function JsError(_ref96, ref) {
|
|
2359
|
+
let {
|
|
2360
|
+
children,
|
|
2361
|
+
size = 16,
|
|
2362
|
+
...rest
|
|
2363
|
+
} = _ref96;
|
|
2364
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2365
|
+
width: size,
|
|
2366
|
+
height: size,
|
|
2367
|
+
ref: ref,
|
|
2368
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2369
|
+
viewBox: "0 0 32 32",
|
|
2370
|
+
fill: "currentColor",
|
|
2371
|
+
...rest
|
|
2372
|
+
}, _path181 || (_path181 = /*#__PURE__*/React.createElement("path", {
|
|
2373
|
+
d: "M20.3335 30h-2.667c-.9189 0-1.6665-.7476-1.6665-1.6665v-2.3335h2v2h2v-8h2v8.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM28.3335 30h-4.3335v-2h4v-2h-2c-1.103 0-2-.897-2-2v-2.3335c0-.9189.7476-1.6665 1.6665-1.6665h4.3335v2h-4v2h2c1.103 0 2 .897 2 2v2.3335c0 .9189-.7476 1.6665-1.6665 1.6665zM16 18c-.8284 0-1.5.6716-1.5 1.5s.6716 1.5 1.5 1.5 1.5-.6716 1.5-1.5-.6716-1.5-1.5-1.5h0zM15 7H17V16H15z"
|
|
2374
|
+
})), _path182 || (_path182 = /*#__PURE__*/React.createElement("path", {
|
|
2375
|
+
d: "m14,26h-4.5c-.3538,0-.6809-.1868-.8608-.4912L2.1392,14.5088c-.0928-.1569-.1392-.3329-.1392-.5088s.0464-.3519.1392-.5088L8.6392,2.4912c.1799-.3044.5071-.4912.8608-.4912h13c.3538,0,.6809.1868.8608.4912l6.5,11c.0928.1569.1392.3328.1392.5088s-.0464.3519-.1392.5088l-2,3.3845-1.7217-1.0173,1.6992-2.876-5.9089-10h-11.8589l-5.9089,10,5.9089,10h3.9294v2Z"
|
|
2376
|
+
})), children);
|
|
2377
|
+
});
|
|
2378
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2379
|
+
JsError.propTypes = iconPropTypes4cbeb95d.i;
|
|
2380
|
+
}
|
|
2381
|
+
const Json = /*#__PURE__*/React.forwardRef(function Json(_ref97, ref) {
|
|
2382
|
+
let {
|
|
2383
|
+
children,
|
|
2384
|
+
size = 16,
|
|
2385
|
+
...rest
|
|
2386
|
+
} = _ref97;
|
|
2387
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2388
|
+
width: size,
|
|
2389
|
+
height: size,
|
|
2390
|
+
ref: ref,
|
|
2391
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2392
|
+
viewBox: "0 0 32 32",
|
|
2393
|
+
fill: "currentColor",
|
|
2394
|
+
...rest
|
|
2395
|
+
}, _path183 || (_path183 = /*#__PURE__*/React.createElement("path", {
|
|
2396
|
+
d: "M31 11L31 21 29 21 27 15 27 21 25 21 25 11 27 11 29 17 29 11 31 11zM21.3335 21h-2.667A1.6684 1.6684 0 0117 19.3335v-6.667A1.6684 1.6684 0 0118.6665 11h2.667A1.6684 1.6684 0 0123 12.6665v6.667A1.6684 1.6684 0 0121.3335 21zM19 19h2V13H19zM13.3335 21H9V19h4V17H11a2.002 2.002 0 01-2-2V12.6665A1.6684 1.6684 0 0110.6665 11H15v2H11v2h2a2.002 2.002 0 012 2v2.3335A1.6684 1.6684 0 0113.3335 21zM5.3335 21H2.6665A1.6684 1.6684 0 011 19.3335V17H3v2H5V11H7v8.3335A1.6684 1.6684 0 015.3335 21z"
|
|
2397
|
+
})), children);
|
|
2398
|
+
});
|
|
2399
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2400
|
+
Json.propTypes = iconPropTypes4cbeb95d.i;
|
|
2401
|
+
}
|
|
2402
|
+
const JsonReference = /*#__PURE__*/React.forwardRef(function JsonReference(_ref98, ref) {
|
|
2403
|
+
let {
|
|
2404
|
+
children,
|
|
2405
|
+
size = 16,
|
|
2406
|
+
...rest
|
|
2407
|
+
} = _ref98;
|
|
2408
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2409
|
+
width: size,
|
|
2410
|
+
height: size,
|
|
2411
|
+
ref: ref,
|
|
2412
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2413
|
+
viewBox: "0 0 32 32",
|
|
2414
|
+
fill: "currentColor",
|
|
2415
|
+
...rest
|
|
2416
|
+
}, _path184 || (_path184 = /*#__PURE__*/React.createElement("path", {
|
|
2417
|
+
d: "M4 20L4 22 8.586 22 2 28.586 3.414 30 10 23.414 10 28 12 28 12 20 4 20zM29 12L27 6 25 6 25 16 27 16 27 10 29 16 31 16 31 6 29 6 29 12zM21.3335 6h-2.667A1.6683 1.6683 0 0017 7.6665v6.667A1.6684 1.6684 0 0018.6665 16h2.667A1.6683 1.6683 0 0023 14.3335V7.6665A1.6683 1.6683 0 0021.3335 6zM21 14H19V8h2zM9 7.6665V10a2.002 2.002 0 002 2h2v2H9v2h4.3335A1.6683 1.6683 0 0015 14.3335V12a2.002 2.002 0 00-2-2H11V8h4V6H10.6665A1.6683 1.6683 0 009 7.6665zM5 14H3V12H1v2.3335A1.6684 1.6684 0 002.6665 16h2.667A1.6683 1.6683 0 007 14.3335V6H5z"
|
|
2418
|
+
})), children);
|
|
2419
|
+
});
|
|
2420
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2421
|
+
JsonReference.propTypes = iconPropTypes4cbeb95d.i;
|
|
2422
|
+
}
|
|
2423
|
+
const JumpLink = /*#__PURE__*/React.forwardRef(function JumpLink(_ref99, ref) {
|
|
2424
|
+
let {
|
|
2425
|
+
children,
|
|
2426
|
+
size = 16,
|
|
2427
|
+
...rest
|
|
2428
|
+
} = _ref99;
|
|
2429
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2430
|
+
width: size,
|
|
2431
|
+
height: size,
|
|
2432
|
+
ref: ref,
|
|
2433
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2434
|
+
viewBox: "0 0 32 32",
|
|
2435
|
+
fill: "currentColor",
|
|
2436
|
+
...rest
|
|
2437
|
+
}, _path185 || (_path185 = /*#__PURE__*/React.createElement("path", {
|
|
2438
|
+
d: "M13.4141,17.5859,18,22.1719V8H8V6H18a2.0024,2.0024,0,0,1,2,2V22.1719l4.5859-4.586L26,19l-7,7-7-7Z"
|
|
2439
|
+
})), children);
|
|
2440
|
+
});
|
|
2441
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2442
|
+
JumpLink.propTypes = iconPropTypes4cbeb95d.i;
|
|
2443
|
+
}
|
|
2444
|
+
const KeepDry = /*#__PURE__*/React.forwardRef(function KeepDry(_ref100, ref) {
|
|
2445
|
+
let {
|
|
2446
|
+
children,
|
|
2447
|
+
size = 16,
|
|
2448
|
+
...rest
|
|
2449
|
+
} = _ref100;
|
|
2450
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2451
|
+
width: size,
|
|
2452
|
+
height: size,
|
|
2453
|
+
ref: ref,
|
|
2454
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2455
|
+
viewBox: "0 0 32 32",
|
|
2456
|
+
fill: "currentColor",
|
|
2457
|
+
...rest
|
|
2458
|
+
}, _path186 || (_path186 = /*#__PURE__*/React.createElement("path", {
|
|
2459
|
+
d: "M25,10a3.8978,3.8978,0,0,1-4-3.777,3.9017,3.9017,0,0,1,.6533-2.0639L24.17.4141a1.0381,1.0381,0,0,1,1.6592,0L28.3154,4.11A3.9693,3.9693,0,0,1,29,6.223,3.8978,3.8978,0,0,1,25,10Zm0-7.2368L23.3438,5.2257A1.89,1.89,0,0,0,23,6.223a2.014,2.014,0,0,0,4,0,1.98,1.98,0,0,0-.375-1.0466Z"
|
|
2460
|
+
})), _path187 || (_path187 = /*#__PURE__*/React.createElement("path", {
|
|
2461
|
+
d: "M29.9854,15.83a13.9726,13.9726,0,0,0-1.8147-4.8323L26.4329,12.001a12.092,12.092,0,0,1,1.07,2.2124A5.4079,5.4079,0,0,0,26,14a6.5439,6.5439,0,0,0-3.939,1.333,14.5177,14.5177,0,0,0-3.0456-8.9341A13.8858,13.8858,0,0,0,17,4.4014V2H15V4.0464A14.3808,14.3808,0,0,0,2.0146,15.83,1,1,0,0,0,3.51,16.86,4.8551,4.8551,0,0,1,6,16a4.8653,4.8653,0,0,1,4.1406,2.5107,1.0393,1.0393,0,0,0,1.7188,0A5.02,5.02,0,0,1,15,16.1255V25.5a2.5,2.5,0,0,1-5,0V25H8v.5a4.5,4.5,0,0,0,9,0V16.1255a5.02,5.02,0,0,1,3.1406,2.3852.9994.9994,0,0,0,1.7188,0A4.8653,4.8653,0,0,1,26,16a4.8551,4.8551,0,0,1,2.49.86,1,1,0,0,0,1.4957-1.03ZM9.939,15.333A6.5439,6.5439,0,0,0,6,14a5.4079,5.4079,0,0,0-1.5034.2134,12.4413,12.4413,0,0,1,8.488-7.8145A14.5157,14.5157,0,0,0,9.939,15.333ZM16,14a6.5526,6.5526,0,0,0-4.0564,1.4307c.0378-2.22.6089-6.49,4.0564-9.1763,3.4307,2.6768,4.009,6.9487,4.0522,9.1728A6.552,6.552,0,0,0,16,14Z"
|
|
2462
|
+
})), children);
|
|
2463
|
+
});
|
|
2464
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2465
|
+
KeepDry.propTypes = iconPropTypes4cbeb95d.i;
|
|
2466
|
+
}
|
|
2467
|
+
const Key = /*#__PURE__*/React.forwardRef(function Key(_ref101, ref) {
|
|
2468
|
+
let {
|
|
2469
|
+
children,
|
|
2470
|
+
size = 16,
|
|
2471
|
+
...rest
|
|
2472
|
+
} = _ref101;
|
|
2473
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2474
|
+
width: size,
|
|
2475
|
+
height: size,
|
|
2476
|
+
ref: ref,
|
|
2477
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2478
|
+
viewBox: "0 0 32 32",
|
|
2479
|
+
fill: "currentColor",
|
|
2480
|
+
...rest
|
|
2481
|
+
}, _path188 || (_path188 = /*#__PURE__*/React.createElement("path", {
|
|
2482
|
+
strokeWidth: "0",
|
|
2483
|
+
d: "M30 9L28.0001 9 26 16 24.0001 9 22 9 25 17.9996 25 23 27 23 27 18 27.0001 18 30 9zM21 11L21 9 13 9 13 23 21 23 21 21 15 21 15 17 20 17 20 15 15 15 15 11 21 11zM11 9L8.8941 9 5 15.5527 5 9 3 9 3 23 5 23 5 18.7062 5.9277 17.2208 8.8941 23 11 23 7.1093 15.4308 11 9z"
|
|
2484
|
+
})), children);
|
|
2485
|
+
});
|
|
2486
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2487
|
+
Key.propTypes = iconPropTypes4cbeb95d.i;
|
|
2488
|
+
}
|
|
2489
|
+
const Keyboard = /*#__PURE__*/React.forwardRef(function Keyboard(_ref102, ref) {
|
|
2490
|
+
let {
|
|
2491
|
+
children,
|
|
2492
|
+
size = 16,
|
|
2493
|
+
...rest
|
|
2494
|
+
} = _ref102;
|
|
2495
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2496
|
+
width: size,
|
|
2497
|
+
height: size,
|
|
2498
|
+
ref: ref,
|
|
2499
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2500
|
+
viewBox: "0 0 32 32",
|
|
2501
|
+
fill: "currentColor",
|
|
2502
|
+
...rest
|
|
2503
|
+
}, _path189 || (_path189 = /*#__PURE__*/React.createElement("path", {
|
|
2504
|
+
d: "M28,26H4a2,2,0,0,1-2-2V10A2,2,0,0,1,4,8H28a2,2,0,0,1,2,2V24A2,2,0,0,1,28,26ZM4,10V24H28V10Z"
|
|
2505
|
+
})), _path190 || (_path190 = /*#__PURE__*/React.createElement("path", {
|
|
2506
|
+
d: "M10 20H21V22H10zM6 12H8V14H6zM10 12H12V14H10zM14 12H16V14H14zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM14 16H16V18H14zM22 12H26V14H22zM22 16H26V18H22zM18 16H20V18H18zM23 20H26V22H23z"
|
|
2507
|
+
})), children);
|
|
2508
|
+
});
|
|
2509
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2510
|
+
Keyboard.propTypes = iconPropTypes4cbeb95d.i;
|
|
2511
|
+
}
|
|
2512
|
+
const KeyboardOff = /*#__PURE__*/React.forwardRef(function KeyboardOff(_ref103, ref) {
|
|
2513
|
+
let {
|
|
2514
|
+
children,
|
|
2515
|
+
size = 16,
|
|
2516
|
+
...rest
|
|
2517
|
+
} = _ref103;
|
|
2518
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2519
|
+
width: size,
|
|
2520
|
+
height: size,
|
|
2521
|
+
ref: ref,
|
|
2522
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2523
|
+
viewBox: "0 0 32 32",
|
|
2524
|
+
fill: "currentColor",
|
|
2525
|
+
...rest
|
|
2526
|
+
}, _path191 || (_path191 = /*#__PURE__*/React.createElement("path", {
|
|
2527
|
+
d: "M6 12H8V14H6zM18 12H20V14H18zM6 20H8V22H6zM6 16H8V18H6zM10 16H12V18H10zM22 12H26V14H22zM22 16H26V18H22z"
|
|
2528
|
+
})), _path192 || (_path192 = /*#__PURE__*/React.createElement("path", {
|
|
2529
|
+
d: "M14.2 10H28v13h2V10c0-1.1-.9-2-2-2H12.2L14.2 10zM30 28.6L3.4 2 2 3.4 6.6 8H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h20.6l4 4L30 28.6zM4 24V10h4.6l2 2H10v2h2.6l2 2H14v2h2.6l2 2H10v2h10.6l2 2H4z"
|
|
2530
|
+
})), children);
|
|
2531
|
+
});
|
|
2532
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2533
|
+
KeyboardOff.propTypes = iconPropTypes4cbeb95d.i;
|
|
2534
|
+
}
|
|
2535
|
+
const Kubelet = /*#__PURE__*/React.forwardRef(function Kubelet(_ref104, ref) {
|
|
2536
|
+
let {
|
|
2537
|
+
children,
|
|
2538
|
+
size = 16,
|
|
2539
|
+
...rest
|
|
2540
|
+
} = _ref104;
|
|
2541
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2542
|
+
width: size,
|
|
2543
|
+
height: size,
|
|
2544
|
+
ref: ref,
|
|
2545
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2546
|
+
viewBox: "0 0 32 32",
|
|
2547
|
+
fill: "currentColor",
|
|
2548
|
+
...rest
|
|
2549
|
+
}, _path193 || (_path193 = /*#__PURE__*/React.createElement("path", {
|
|
2550
|
+
strokeWidth: "0",
|
|
2551
|
+
d: "m20.0444,27.2942l-3.0825-10.018-1.0132,3.04c-.1361.4084-.5183.6838-.9487.6838h-6s0-2,0-2h5.2793s1.772-5.3162,1.772-5.3162c.1307-.4123.5162-.6902.9487-.6838.4374.0046.8225.2891.9555.7058l3.0088,9.7783,1.0742-3.7589c.1227-.4293.5151-.7252.9615-.7252h5s0,2,0,2h-4.2456s-1.7933,6.2747-1.7933,6.2747c-.1216.4256-.5085.7207-.9511.7253h-.01c-.4389,0-.8265-.2863-.9556-.7058Z"
|
|
2552
|
+
})), _path194 || (_path194 = /*#__PURE__*/React.createElement("path", {
|
|
2553
|
+
strokeWidth: "0",
|
|
2554
|
+
d: "m16,28H6c-1.1028,0-2-.8972-2-2V6c0-1.1028.8972-2,2-2h20c1.1028,0,2,.8972,2,2v9h-2V6H6v20h10v2Z"
|
|
2555
|
+
})), children);
|
|
2556
|
+
});
|
|
2557
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2558
|
+
Kubelet.propTypes = iconPropTypes4cbeb95d.i;
|
|
2559
|
+
}
|
|
2560
|
+
const Kubernetes = /*#__PURE__*/React.forwardRef(function Kubernetes(_ref105, ref) {
|
|
2561
|
+
let {
|
|
2562
|
+
children,
|
|
2563
|
+
size = 16,
|
|
2564
|
+
...rest
|
|
2565
|
+
} = _ref105;
|
|
2566
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2567
|
+
if (!didWarnAboutDeprecation["Kubernetes"]) {
|
|
2568
|
+
didWarnAboutDeprecation["Kubernetes"] = true;
|
|
2569
|
+
console.warn("The current kubernetes icon has been replaced by logo--kubernetes. As a result, the Kubernetes component will be removed in the next major version of @carbon/icons-react.");
|
|
2570
|
+
}
|
|
2571
|
+
}
|
|
2572
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2573
|
+
width: size,
|
|
2574
|
+
height: size,
|
|
2575
|
+
ref: ref,
|
|
2576
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2577
|
+
viewBox: "0 0 32 32",
|
|
2578
|
+
fill: "currentColor",
|
|
2579
|
+
...rest
|
|
2580
|
+
}, _path195 || (_path195 = /*#__PURE__*/React.createElement("path", {
|
|
2581
|
+
d: "M29.2227,17.9639,25.9194,17.21a9.7843,9.7843,0,0,0-1.5249-6.6245l2.54-2.0254L25.6875,6.9961,23.1482,9.0205A9.97,9.97,0,0,0,17,6.0508V3H15V6.0508a9.97,9.97,0,0,0-6.1482,2.97L6.3125,6.9961,5.0654,8.56l2.54,2.0254A9.7843,9.7843,0,0,0,6.0806,17.21l-3.3033.7544.4454,1.9492L6.52,19.1606a10.0359,10.0359,0,0,0,4.2688,5.358l-1.33,2.7631,1.8018.8677L12.59,25.3882a9.8113,9.8113,0,0,0,6.8208,0L20.74,28.1494l1.8018-.8682-1.33-2.7626a10.0359,10.0359,0,0,0,4.2688-5.358l3.2973.7525ZM24,16c0,.2573-.0148.5112-.0386.7627l-5-1.1416a2.9664,2.9664,0,0,0-.1376-.5942L22.82,11.84A7.9392,7.9392,0,0,1,24,16Zm-9,0a1,1,0,1,1,1,1A1.0009,1.0009,0,0,1,15,16Zm6.5758-5.7256L17.58,13.4609a3.0028,3.0028,0,0,0-.58-.2768V8.0693A7.9762,7.9762,0,0,1,21.5758,10.2744ZM15,8.0693v5.1148a3.0028,3.0028,0,0,0-.58.2768l-3.9956-3.1865A7.9762,7.9762,0,0,1,15,8.0693ZM8,16a7.9392,7.9392,0,0,1,1.18-4.16l3.9962,3.1866a2.9664,2.9664,0,0,0-.1376.5942l-5,1.1416C8.0148,16.5112,8,16.2573,8,16Zm.4835,2.7124,4.9752-1.1362a3.0132,3.0132,0,0,0,.4146.5366L11.6594,22.71A8.031,8.031,0,0,1,8.4835,18.7124ZM16,24a7.9679,7.9679,0,0,1-2.54-.42l2.2206-4.6123A2.9988,2.9988,0,0,0,16,19a2.9988,2.9988,0,0,0,.319-.0322L18.54,23.58A7.9546,7.9546,0,0,1,16,24Zm4.3406-1.29-2.2139-4.5976a3.0132,3.0132,0,0,0,.4146-.5366l4.9752,1.1362A8.031,8.031,0,0,1,20.3406,22.71Z"
|
|
2582
|
+
})), children);
|
|
2583
|
+
});
|
|
2584
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2585
|
+
Kubernetes.propTypes = iconPropTypes4cbeb95d.i;
|
|
2586
|
+
}
|
|
2587
|
+
const KubernetesControlPlaneNode = /*#__PURE__*/React.forwardRef(function KubernetesControlPlaneNode(_ref106, ref) {
|
|
2588
|
+
let {
|
|
2589
|
+
children,
|
|
2590
|
+
size = 16,
|
|
2591
|
+
...rest
|
|
2592
|
+
} = _ref106;
|
|
2593
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2594
|
+
width: size,
|
|
2595
|
+
height: size,
|
|
2596
|
+
ref: ref,
|
|
2597
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2598
|
+
viewBox: "0 0 32 32",
|
|
2599
|
+
fill: "currentColor",
|
|
2600
|
+
...rest
|
|
2601
|
+
}, _path196 || (_path196 = /*#__PURE__*/React.createElement("path", {
|
|
2602
|
+
d: "M22.951 20h-2.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h6.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h2.1843v-2Zm-5 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Zm5-10h-6.1843c-.4141-1.1611-1.5137-2-2.8157-2s-2.4016.8389-2.8157 2H8.951v2h2.1843c.4141 1.1611 1.5137 2 2.8157 2s2.4016-.8389 2.8157-2h6.1843v-2Zm-9 2c-.5515 0-1-.4487-1-1s.4485-1 1-1 1 .4487 1 1-.4485 1-1 1Z"
|
|
2603
|
+
})), _path197 || (_path197 = /*#__PURE__*/React.createElement("path", {
|
|
2604
|
+
d: "m29.8993 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5133 2.059 16.2321 2 15.9511 2s-.5623.0591-.8242.1777L5.7197 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8367 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.0653 28H10.837l-6.886-8.5586 2.593-11.187L15.951 4l9.407 4.2549 2.593 11.1865L21.0652 28Z"
|
|
2605
|
+
})), _path198 || (_path198 = /*#__PURE__*/React.createElement("path", {
|
|
2606
|
+
fill: "none",
|
|
2607
|
+
d: "M0 0h32v32H0z"
|
|
2608
|
+
})), children);
|
|
2609
|
+
});
|
|
2610
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2611
|
+
KubernetesControlPlaneNode.propTypes = iconPropTypes4cbeb95d.i;
|
|
2612
|
+
}
|
|
2613
|
+
const KubernetesIpAddress = /*#__PURE__*/React.forwardRef(function KubernetesIpAddress(_ref107, ref) {
|
|
2614
|
+
let {
|
|
2615
|
+
children,
|
|
2616
|
+
size = 16,
|
|
2617
|
+
...rest
|
|
2618
|
+
} = _ref107;
|
|
2619
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2620
|
+
width: size,
|
|
2621
|
+
height: size,
|
|
2622
|
+
ref: ref,
|
|
2623
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2624
|
+
viewBox: "0 0 32 32",
|
|
2625
|
+
fill: "currentColor",
|
|
2626
|
+
...rest
|
|
2627
|
+
}, _circle31 || (_circle31 = /*#__PURE__*/React.createElement("circle", {
|
|
2628
|
+
cx: "16",
|
|
2629
|
+
cy: "9",
|
|
2630
|
+
r: "2"
|
|
2631
|
+
})), _circle32 || (_circle32 = /*#__PURE__*/React.createElement("circle", {
|
|
2632
|
+
cx: "16",
|
|
2633
|
+
cy: "16",
|
|
2634
|
+
r: "2"
|
|
2635
|
+
})), _path199 || (_path199 = /*#__PURE__*/React.createElement("path", {
|
|
2636
|
+
d: "m18.8157,26c-.302-.8472-.9685-1.5137-1.8157-1.8159v-2.1841h3c.2969,0,.5781-.1318.7683-.3599l5-6c.1982-.2378.2751-.5547.2078-.8569l-2-9c-.0696-.3145-.2864-.5757-.5823-.7021l-7-3c-.1257-.0542-.2598-.0811-.3938-.0811s-.2681.0269-.3938.0811l-7.0015,3c-.2959.1265-.5127.3877-.5825.7021l-1.9985,9c-.0671.3027.0098.6191.208.8569l5,6c.1902.228.4714.3599.7683.3599h3v2.1846c-.8472.3018-1.5137.9683-1.8157,1.8154H4v2h9.1843c.4141,1.1611,1.5137,2,2.8157,2s2.4016-.8389,2.8157-2h9.1843v-2h-9.1843Zm-10.7329-11.2627l1.7808-8.02,6.1365-2.6294,6.135,2.6294,1.7822,8.02-4.3855,5.2627h-7.0635l-4.3855-5.2627Zm7.9172,13.2627c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
|
2637
|
+
})), children);
|
|
2638
|
+
});
|
|
2639
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2640
|
+
KubernetesIpAddress.propTypes = iconPropTypes4cbeb95d.i;
|
|
2641
|
+
}
|
|
2642
|
+
const KubernetesOperator = /*#__PURE__*/React.forwardRef(function KubernetesOperator(_ref108, ref) {
|
|
2643
|
+
let {
|
|
2644
|
+
children,
|
|
2645
|
+
size = 16,
|
|
2646
|
+
...rest
|
|
2647
|
+
} = _ref108;
|
|
2648
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2649
|
+
width: size,
|
|
2650
|
+
height: size,
|
|
2651
|
+
ref: ref,
|
|
2652
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2653
|
+
viewBox: "0 0 32 32",
|
|
2654
|
+
fill: "currentColor",
|
|
2655
|
+
...rest
|
|
2656
|
+
}, _path200 || (_path200 = /*#__PURE__*/React.createElement("path", {
|
|
2657
|
+
strokeWidth: "0",
|
|
2658
|
+
d: "m19,21h-6c-1.1028,0-2-.8972-2-2v-6c0-1.1028.8972-2,2-2h6c1.1028,0,2,.8972,2,2v6c0,1.1028-.8972,2-2,2Zm-6-8v6h6v-6h-6Z"
|
|
2659
|
+
})), _path201 || (_path201 = /*#__PURE__*/React.createElement("path", {
|
|
2660
|
+
strokeWidth: "0",
|
|
2661
|
+
d: "m30,16c0-7.7197-6.2803-14-14-14S2,8.2803,2,16s6.2803,14,14,14c2.7773,0,5.417-.7959,7.7012-2.3081.3948.1914.8315.3081,1.2988.3081,1.6543,0,3-1.3457,3-3,0-.4673-.1167-.9043-.3079-1.2988,1.5122-2.2842,2.3079-4.9238,2.3079-7.7012Zm-26,0c0-6.6167,5.3833-12,12-12s12,5.3833,12,12c0,2.248-.6152,4.3877-1.7744,6.2681-.375-.1689-.7881-.2681-1.2256-.2681-1.6543,0-3,1.3457-3,3,0,.4375.0991.8506.2681,1.2256-1.8801,1.1592-4.0198,1.7744-6.2681,1.7744-6.6167,0-12-5.3833-12-12Zm21,10c-.5515,0-1-.4487-1-1s.4485-1,1-1,1,.4487,1,1-.4485,1-1,1Z"
|
|
2662
|
+
})), children);
|
|
2663
|
+
});
|
|
2664
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2665
|
+
KubernetesOperator.propTypes = iconPropTypes4cbeb95d.i;
|
|
2666
|
+
}
|
|
2667
|
+
const KubernetesPod = /*#__PURE__*/React.forwardRef(function KubernetesPod(_ref109, ref) {
|
|
2668
|
+
let {
|
|
2669
|
+
children,
|
|
2670
|
+
size = 16,
|
|
2671
|
+
...rest
|
|
2672
|
+
} = _ref109;
|
|
2673
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2674
|
+
width: size,
|
|
2675
|
+
height: size,
|
|
2676
|
+
ref: ref,
|
|
2677
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2678
|
+
viewBox: "0 0 32 32",
|
|
2679
|
+
fill: "currentColor",
|
|
2680
|
+
...rest
|
|
2681
|
+
}, _path202 || (_path202 = /*#__PURE__*/React.createElement("path", {
|
|
2682
|
+
d: "m22.5046,11.6368l-5.9883-3.5c-.1594-.0933-.3381-.1387-.5164-.1367-.1699.002-.3394.0474-.4915.1357l-6.0117,3.5c-.3076.1792-.4968.5083-.4968.8643v7c0,.356.1892.6851.4968.8643l6.0117,3.5c.1555.0903.3176.1357.4915.1357.1743,0,.3604-.0454.5164-.1367l5.9883-3.5c.3069-.1792.4954-.5078.4954-.8633v-7c0-.3555-.1885-.6841-.4954-.8633Zm-6.4939-1.479l4.0076,2.3423-4.0076,2.3423-4.0232-2.3423,4.0232-2.3423Zm-5.0107,4.0815l4,2.3291v4.6855l-4-2.3291v-4.6855Zm6,7.0249v-4.6836l4-2.3379v4.6836l-4,2.3379Z"
|
|
2683
|
+
})), _path203 || (_path203 = /*#__PURE__*/React.createElement("path", {
|
|
2684
|
+
d: "m16,31c-.1741,0-.3481-.0454-.5039-.1362l-12-7c-.3071-.1792-.4961-.5081-.4961-.8638v-14c0-.3557.189-.6846.4961-.8638L15.4961,1.1362c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l11,6.4166-1.0078,1.7275-10.4961-6.1227-11,6.4166v12.8513l11,6.4166,11-6.4166v-7.4257h2v8c0,.3557-.189.6846-.4961.8638l-12,7c-.1558.0908-.3298.1362-.5039.1362Z"
|
|
2685
|
+
})), children);
|
|
2686
|
+
});
|
|
2687
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2688
|
+
KubernetesPod.propTypes = iconPropTypes4cbeb95d.i;
|
|
2689
|
+
}
|
|
2690
|
+
const KubernetesWorkerNode = /*#__PURE__*/React.forwardRef(function KubernetesWorkerNode(_ref110, ref) {
|
|
2691
|
+
let {
|
|
2692
|
+
children,
|
|
2693
|
+
size = 16,
|
|
2694
|
+
...rest
|
|
2695
|
+
} = _ref110;
|
|
2696
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2697
|
+
width: size,
|
|
2698
|
+
height: size,
|
|
2699
|
+
ref: ref,
|
|
2700
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2701
|
+
viewBox: "0 0 32 32",
|
|
2702
|
+
fill: "currentColor",
|
|
2703
|
+
...rest
|
|
2704
|
+
}, _path204 || (_path204 = /*#__PURE__*/React.createElement("path", {
|
|
2705
|
+
d: "M23 18v-2h-2.1c-.1-.6-.4-1.2-.7-1.8l1.5-1.5-1.4-1.4-1.5 1.5c-.5-.3-1.1-.6-1.8-.7V10h-2v2.1c-.6.1-1.2.4-1.8.7l-1.5-1.5-1.4 1.4 1.5 1.5c-.3.5-.6 1.1-.7 1.8H9v2h2.1c.1.6.4 1.2.7 1.8l-1.5 1.5 1.4 1.4 1.5-1.5c.5.3 1.1.6 1.8.7V24h2v-2.1c.6-.1 1.2-.4 1.8-.7l1.5 1.5 1.4-1.4-1.5-1.5c.3-.5.6-1.1.7-1.8H23Zm-7 2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3Z"
|
|
2706
|
+
})), _path205 || (_path205 = /*#__PURE__*/React.createElement("path", {
|
|
2707
|
+
d: "m29.9483 18.9897-2.593-11.1865a2 2 0 0 0-1.124-1.3711l-9.407-4.2544C16.5623 2.059 16.2811 2 16.0001 2s-.5623.0591-.8242.1777L5.7687 6.4321a2 2 0 0 0-1.124 1.3711l-2.593 11.1865a2.0008 2.0008 0 0 0 .3899 1.7056l6.886 8.5586A2.0001 2.0001 0 0 0 10.8857 30h10.2286a2.0001 2.0001 0 0 0 1.5581-.7461l6.886-8.5586a2.0008 2.0008 0 0 0 .3899-1.7056ZM21.1143 28H10.886L4 19.4414l2.593-11.187L16 4l9.407 4.2549L28 19.4414 21.1142 28Z"
|
|
2708
|
+
})), _path206 || (_path206 = /*#__PURE__*/React.createElement("path", {
|
|
2709
|
+
fill: "none",
|
|
2710
|
+
d: "M0 0h32v32H0z"
|
|
2711
|
+
})), children);
|
|
2712
|
+
});
|
|
2713
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2714
|
+
KubernetesWorkerNode.propTypes = iconPropTypes4cbeb95d.i;
|
|
2715
|
+
}
|
|
2716
|
+
const Label = /*#__PURE__*/React.forwardRef(function Label(_ref111, ref) {
|
|
2717
|
+
let {
|
|
2718
|
+
children,
|
|
2719
|
+
size = 16,
|
|
2720
|
+
...rest
|
|
2721
|
+
} = _ref111;
|
|
2722
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2723
|
+
width: size,
|
|
2724
|
+
height: size,
|
|
2725
|
+
ref: ref,
|
|
2726
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2727
|
+
viewBox: "0 0 32 32",
|
|
2728
|
+
fill: "currentColor",
|
|
2729
|
+
...rest
|
|
2730
|
+
}, _path207 || (_path207 = /*#__PURE__*/React.createElement("path", {
|
|
2731
|
+
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2.0023 2.0023 0 0023 13zm0 8H19V19h4zM13 9H9a2.002 2.002 0 00-2 2V23H9V18h4v5h2V11A2.002 2.002 0 0013 9zM9 16V11h4v5z"
|
|
2732
|
+
})), _path208 || (_path208 = /*#__PURE__*/React.createElement("path", {
|
|
2733
|
+
d: "M28,28H4a2.0021,2.0021,0,0,1-2-2V6A2.0021,2.0021,0,0,1,4,4H28a2.0021,2.0021,0,0,1,2,2V26A2.0021,2.0021,0,0,1,28,28ZM4,6V26H28V6Z"
|
|
2734
|
+
})), children);
|
|
2735
|
+
});
|
|
2736
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2737
|
+
Label.propTypes = iconPropTypes4cbeb95d.i;
|
|
2738
|
+
}
|
|
2739
|
+
const Language = /*#__PURE__*/React.forwardRef(function Language(_ref112, ref) {
|
|
2740
|
+
let {
|
|
2741
|
+
children,
|
|
2742
|
+
size = 16,
|
|
2743
|
+
...rest
|
|
2744
|
+
} = _ref112;
|
|
2745
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2746
|
+
width: size,
|
|
2747
|
+
height: size,
|
|
2748
|
+
ref: ref,
|
|
2749
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2750
|
+
viewBox: "0 0 32 32",
|
|
2751
|
+
fill: "currentColor",
|
|
2752
|
+
...rest
|
|
2753
|
+
}, _path209 || (_path209 = /*#__PURE__*/React.createElement("path", {
|
|
2754
|
+
d: "M18 19H24V21H18zM18 15H30V17H18zM18 11H30V13H18zM14 21V19H9V17H7v2H2v2h8.2148a8.5914 8.5914 0 01-2.2159 3.9771A9.2731 9.2731 0 016.5521 23H4.3334a10.8553 10.8553 0 002.1451 3.2966A14.6584 14.6584 0 013 28.127L3.7021 30a16.42 16.42 0 004.2907-2.3362A16.4883 16.4883 0 0012.2979 30L13 28.127A14.664 14.664 0 019.5228 26.3 10.3132 10.3132 0 0012.2516 21zM11.1666 13H13.333L8.75 2H6.5832L2 13H4.1664L5 11h5.3335zM5.8331 9L7.6665 4.6 9.5 9z"
|
|
2755
|
+
})), children);
|
|
2756
|
+
});
|
|
2757
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2758
|
+
Language.propTypes = iconPropTypes4cbeb95d.i;
|
|
2759
|
+
}
|
|
2760
|
+
const Laptop = /*#__PURE__*/React.forwardRef(function Laptop(_ref113, ref) {
|
|
2761
|
+
let {
|
|
2762
|
+
children,
|
|
2763
|
+
size = 16,
|
|
2764
|
+
...rest
|
|
2765
|
+
} = _ref113;
|
|
2766
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2767
|
+
width: size,
|
|
2768
|
+
height: size,
|
|
2769
|
+
ref: ref,
|
|
2770
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2771
|
+
viewBox: "0 0 32 32",
|
|
2772
|
+
fill: "currentColor",
|
|
2773
|
+
...rest
|
|
2774
|
+
}, _path210 || (_path210 = /*#__PURE__*/React.createElement("path", {
|
|
2775
|
+
d: "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
|
|
2776
|
+
transform: "translate(0 .005)"
|
|
2777
|
+
})), _path211 || (_path211 = /*#__PURE__*/React.createElement("path", {
|
|
2778
|
+
d: "M2 26.005H30V28.005H2z"
|
|
2779
|
+
})), children);
|
|
2780
|
+
});
|
|
2781
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2782
|
+
Laptop.propTypes = iconPropTypes4cbeb95d.i;
|
|
2783
|
+
}
|
|
2784
|
+
const Lasso = /*#__PURE__*/React.forwardRef(function Lasso(_ref114, ref) {
|
|
2785
|
+
let {
|
|
2786
|
+
children,
|
|
2787
|
+
size = 16,
|
|
2788
|
+
...rest
|
|
2789
|
+
} = _ref114;
|
|
2790
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2791
|
+
width: size,
|
|
2792
|
+
height: size,
|
|
2793
|
+
ref: ref,
|
|
2794
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2795
|
+
viewBox: "0 0 32 32",
|
|
2796
|
+
fill: "currentColor",
|
|
2797
|
+
...rest
|
|
2798
|
+
}, _path212 || (_path212 = /*#__PURE__*/React.createElement("path", {
|
|
2799
|
+
d: "M20,2H12A9.9842,9.9842,0,0,0,7.0349,20.6553C7.0249,20.7705,7,20.8818,7,21a3.9929,3.9929,0,0,0,2.9106,3.83A4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,3.9966,3.9966,0,0,0,2.93-2.88H20A10,10,0,0,0,20,2ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm9-3H14.8579a3.9841,3.9841,0,0,0-7.15-1.2637A7.99,7.99,0,0,1,12,4h8a8,8,0,0,1,0,16Z"
|
|
2800
|
+
})), children);
|
|
2801
|
+
});
|
|
2802
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2803
|
+
Lasso.propTypes = iconPropTypes4cbeb95d.i;
|
|
2804
|
+
}
|
|
2805
|
+
const LassoPolygon = /*#__PURE__*/React.forwardRef(function LassoPolygon(_ref115, ref) {
|
|
2806
|
+
let {
|
|
2807
|
+
children,
|
|
2808
|
+
size = 16,
|
|
2809
|
+
...rest
|
|
2810
|
+
} = _ref115;
|
|
2811
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2812
|
+
width: size,
|
|
2813
|
+
height: size,
|
|
2814
|
+
ref: ref,
|
|
2815
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2816
|
+
viewBox: "0 0 32 32",
|
|
2817
|
+
fill: "currentColor",
|
|
2818
|
+
...rest
|
|
2819
|
+
}, _path213 || (_path213 = /*#__PURE__*/React.createElement("path", {
|
|
2820
|
+
d: "M29.6245,2.2193a1.0005,1.0005,0,0,0-1.0972-.1006L17.9353,7.8,3.366,2.0694a1,1,0,0,0-1.28,1.3369l6.4353,14.479A3.965,3.965,0,0,0,9.9106,24.83,4.0049,4.0049,0,0,1,6,28H4v2H6a6.0044,6.0044,0,0,0,5.928-5.12,4.0021,4.0021,0,0,0,2.93-2.88H23.24a2,2,0,0,0,1.9273-1.4649L29.9634,3.2676A1,1,0,0,0,29.6245,2.2193ZM11,23a2,2,0,1,1,2-2A2.0025,2.0025,0,0,1,11,23Zm12.24-3H14.8579a3.897,3.897,0,0,0-4.5117-2.9336L4.905,4.8238,18.0647,10,27.41,4.9878Z"
|
|
2821
|
+
})), children);
|
|
2822
|
+
});
|
|
2823
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2824
|
+
LassoPolygon.propTypes = iconPropTypes4cbeb95d.i;
|
|
2825
|
+
}
|
|
2826
|
+
const Launch = /*#__PURE__*/React.forwardRef(function Launch(_ref116, ref) {
|
|
2827
|
+
let {
|
|
2828
|
+
children,
|
|
2829
|
+
size = 16,
|
|
2830
|
+
...rest
|
|
2831
|
+
} = _ref116;
|
|
2832
|
+
if (size === 16 || size === "16" || size === "16px") {
|
|
2833
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2834
|
+
width: size,
|
|
2835
|
+
height: size,
|
|
2836
|
+
ref: ref,
|
|
2837
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2838
|
+
viewBox: "0 0 16 16",
|
|
2839
|
+
fill: "currentColor",
|
|
2840
|
+
...rest
|
|
2841
|
+
}, _path214 || (_path214 = /*#__PURE__*/React.createElement("path", {
|
|
2842
|
+
d: "M13,14H3c-0.6,0-1-0.4-1-1V3c0-0.6,0.4-1,1-1h5v1H3v10h10V8h1v5C14,13.6,13.6,14,13,14z"
|
|
2843
|
+
})), _path215 || (_path215 = /*#__PURE__*/React.createElement("path", {
|
|
2844
|
+
d: "M10 1L10 2 13.3 2 9 6.3 9.7 7 14 2.7 14 6 15 6 15 1z"
|
|
2845
|
+
})), children);
|
|
2846
|
+
}
|
|
2847
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2848
|
+
width: size,
|
|
2849
|
+
height: size,
|
|
2850
|
+
ref: ref,
|
|
2851
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2852
|
+
viewBox: "0 0 32 32",
|
|
2853
|
+
fill: "currentColor",
|
|
2854
|
+
...rest
|
|
2855
|
+
}, _path216 || (_path216 = /*#__PURE__*/React.createElement("path", {
|
|
2856
|
+
d: "M26,28H6a2.0027,2.0027,0,0,1-2-2V6A2.0027,2.0027,0,0,1,6,4H16V6H6V26H26V16h2V26A2.0027,2.0027,0,0,1,26,28Z"
|
|
2857
|
+
})), _path217 || (_path217 = /*#__PURE__*/React.createElement("path", {
|
|
2858
|
+
d: "M20 2L20 4 26.586 4 18 12.586 19.414 14 28 5.414 28 12 30 12 30 2 20 2z"
|
|
2859
|
+
})), children);
|
|
2860
|
+
});
|
|
2861
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2862
|
+
Launch.propTypes = iconPropTypes4cbeb95d.i;
|
|
2863
|
+
}
|
|
2864
|
+
const WatsonHealthLaunchStudy_1 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_1(_ref117, ref) {
|
|
2865
|
+
let {
|
|
2866
|
+
children,
|
|
2867
|
+
size = 16,
|
|
2868
|
+
...rest
|
|
2869
|
+
} = _ref117;
|
|
2870
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2871
|
+
width: size,
|
|
2872
|
+
height: size,
|
|
2873
|
+
ref: ref,
|
|
2874
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2875
|
+
viewBox: "0 0 32 32",
|
|
2876
|
+
fill: "currentColor",
|
|
2877
|
+
...rest
|
|
2878
|
+
}, _circle33 || (_circle33 = /*#__PURE__*/React.createElement("circle", {
|
|
2879
|
+
cx: "23",
|
|
2880
|
+
cy: "25",
|
|
2881
|
+
r: "1"
|
|
2882
|
+
})), _path218 || (_path218 = /*#__PURE__*/React.createElement("path", {
|
|
2883
|
+
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 10.59L17 14.17 17 2 15 2 15 14.17 11.41 10.59 10 12 16 18 22 12 20.59 10.59z"
|
|
2884
|
+
})), _path219 || (_path219 = /*#__PURE__*/React.createElement("path", {
|
|
2885
|
+
d: "M8 24H20V26H8z"
|
|
2886
|
+
})), children);
|
|
2887
|
+
});
|
|
2888
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2889
|
+
WatsonHealthLaunchStudy_1.propTypes = iconPropTypes4cbeb95d.i;
|
|
2890
|
+
}
|
|
2891
|
+
const WatsonHealthLaunchStudy_2 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_2(_ref118, ref) {
|
|
2892
|
+
let {
|
|
2893
|
+
children,
|
|
2894
|
+
size = 16,
|
|
2895
|
+
...rest
|
|
2896
|
+
} = _ref118;
|
|
2897
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2898
|
+
width: size,
|
|
2899
|
+
height: size,
|
|
2900
|
+
ref: ref,
|
|
2901
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2902
|
+
viewBox: "0 0 32 32",
|
|
2903
|
+
fill: "currentColor",
|
|
2904
|
+
...rest
|
|
2905
|
+
}, _circle34 || (_circle34 = /*#__PURE__*/React.createElement("circle", {
|
|
2906
|
+
cx: "23",
|
|
2907
|
+
cy: "7",
|
|
2908
|
+
r: "1"
|
|
2909
|
+
})), _path220 || (_path220 = /*#__PURE__*/React.createElement("path", {
|
|
2910
|
+
d: "M26 4v6H6V4H26m0-2H6A2 2 0 004 4v6a2 2 0 002 2H26a2 2 0 002-2V4a2 2 0 00-2-2zM20.59 21.41L17 17.83 17 30 15 30 15 17.83 11.41 21.41 10 20 16 14 22 20 20.59 21.41z"
|
|
2911
|
+
})), _path221 || (_path221 = /*#__PURE__*/React.createElement("path", {
|
|
2912
|
+
d: "M8 6H20V8H8z"
|
|
2913
|
+
})), children);
|
|
2914
|
+
});
|
|
2915
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2916
|
+
WatsonHealthLaunchStudy_2.propTypes = iconPropTypes4cbeb95d.i;
|
|
2917
|
+
}
|
|
2918
|
+
const WatsonHealthLaunchStudy_3 = /*#__PURE__*/React.forwardRef(function WatsonHealthLaunchStudy_3(_ref119, ref) {
|
|
2919
|
+
let {
|
|
2920
|
+
children,
|
|
2921
|
+
size = 16,
|
|
2922
|
+
...rest
|
|
2923
|
+
} = _ref119;
|
|
2924
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2925
|
+
width: size,
|
|
2926
|
+
height: size,
|
|
2927
|
+
ref: ref,
|
|
2928
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2929
|
+
viewBox: "0 0 32 32",
|
|
2930
|
+
fill: "currentColor",
|
|
2931
|
+
...rest
|
|
2932
|
+
}, _circle35 || (_circle35 = /*#__PURE__*/React.createElement("circle", {
|
|
2933
|
+
cx: "23",
|
|
2934
|
+
cy: "25",
|
|
2935
|
+
r: "1"
|
|
2936
|
+
})), _path222 || (_path222 = /*#__PURE__*/React.createElement("path", {
|
|
2937
|
+
d: "M26 22v6H6V22H26m0-2H6a2 2 0 00-2 2v6a2 2 0 002 2H26a2 2 0 002-2V22a2 2 0 00-2-2zM20.59 4.59L17 8.17 17 0 15 0 15 8.17 11.41 4.59 10 6 16 12 22 6 20.59 4.59z"
|
|
2938
|
+
})), _path223 || (_path223 = /*#__PURE__*/React.createElement("path", {
|
|
2939
|
+
d: "M20.59 10.59L16 15.16 11.41 10.59 10 12 16 18 22 12 20.59 10.59zM8 24H20V26H8z"
|
|
2940
|
+
})), children);
|
|
2941
|
+
});
|
|
2942
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2943
|
+
WatsonHealthLaunchStudy_3.propTypes = iconPropTypes4cbeb95d.i;
|
|
2944
|
+
}
|
|
2945
|
+
const Layers = /*#__PURE__*/React.forwardRef(function Layers(_ref120, ref) {
|
|
2946
|
+
let {
|
|
2947
|
+
children,
|
|
2948
|
+
size = 16,
|
|
2949
|
+
...rest
|
|
2950
|
+
} = _ref120;
|
|
2951
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2952
|
+
width: size,
|
|
2953
|
+
height: size,
|
|
2954
|
+
ref: ref,
|
|
2955
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2956
|
+
viewBox: "0 0 32 32",
|
|
2957
|
+
fill: "currentColor",
|
|
2958
|
+
...rest
|
|
2959
|
+
}, _path224 || (_path224 = /*#__PURE__*/React.createElement("path", {
|
|
2960
|
+
d: "M16,24a.9967.9967,0,0,1-.4741-.12l-13-7L3.4741,15.12,16,21.8643,28.5259,15.12l.9482,1.7607-13,7A.9967.9967,0,0,1,16,24Z"
|
|
2961
|
+
})), _path225 || (_path225 = /*#__PURE__*/React.createElement("path", {
|
|
2962
|
+
d: "M16 30a.9967.9967 0 01-.4741-.12l-13-7L3.4741 21.12 16 27.8643 28.5259 21.12l.9482 1.7607-13 7A.9967.9967 0 0116 30zM16 18a.9967.9967 0 01-.4741-.12l-13-7a1 1 0 010-1.7607l13-7a.9982.9982 0 01.9482 0l13 7a1 1 0 010 1.7607l-13 7A.9967.9967 0 0116 18zM5.1094 10L16 15.8643 26.8906 10 16 4.1358z"
|
|
2963
|
+
})), children);
|
|
2964
|
+
});
|
|
2965
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2966
|
+
Layers.propTypes = iconPropTypes4cbeb95d.i;
|
|
2967
|
+
}
|
|
2968
|
+
const LayersExternal = /*#__PURE__*/React.forwardRef(function LayersExternal(_ref121, ref) {
|
|
2969
|
+
let {
|
|
2970
|
+
children,
|
|
2971
|
+
size = 16,
|
|
2972
|
+
...rest
|
|
2973
|
+
} = _ref121;
|
|
2974
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
2975
|
+
width: size,
|
|
2976
|
+
height: size,
|
|
2977
|
+
ref: ref,
|
|
2978
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2979
|
+
viewBox: "0 0 32 32",
|
|
2980
|
+
fill: "currentColor",
|
|
2981
|
+
...rest
|
|
2982
|
+
}, _path226 || (_path226 = /*#__PURE__*/React.createElement("path", {
|
|
2983
|
+
strokeWidth: "0",
|
|
2984
|
+
d: "m16,24c-.1631,0-.3262-.0398-.4741-.1196l-13-7,.9482-1.7607,12.5259,6.7446,12.5259-6.7446.9482,1.7607-13,7c-.1479.0798-.311.1196-.4741.1196Z"
|
|
2985
|
+
})), _path227 || (_path227 = /*#__PURE__*/React.createElement("path", {
|
|
2986
|
+
strokeWidth: "0",
|
|
2987
|
+
d: "M16 30c-.1631 0-.3262-.0398-.4741-.1196l-13-7 .9482-1.7607 12.5259 6.7446 12.5259-6.7446.9482 1.7607-13 7c-.1479.0798-.311.1196-.4741.1196zM29.4741 9.1196L16 1.8643v2.2715l10.8906 5.8643-10.8906 5.8643v2.2715l13.4741-7.2554c.324-.1743.5259-.5122.5259-.8804s-.2019-.7061-.5259-.8804zM4.4141 9.4141l3.5859-3.586v8.1719s2 0 2 0V5.8281s3.5859 3.5859 3.5859 3.5859l1.4141-1.414L9 2 3 8l1.4141 1.4141z"
|
|
2988
|
+
})), children);
|
|
2989
|
+
});
|
|
2990
|
+
if (process.env.NODE_ENV !== "production") {
|
|
2991
|
+
LayersExternal.propTypes = iconPropTypes4cbeb95d.i;
|
|
2992
|
+
}
|
|
2993
|
+
const Legend = /*#__PURE__*/React.forwardRef(function Legend(_ref122, ref) {
|
|
2994
|
+
let {
|
|
2995
|
+
children,
|
|
2996
|
+
size = 16,
|
|
2997
|
+
...rest
|
|
2998
|
+
} = _ref122;
|
|
2999
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
3000
|
+
width: size,
|
|
3001
|
+
height: size,
|
|
3002
|
+
ref: ref,
|
|
3003
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3004
|
+
viewBox: "0 0 32 32",
|
|
3005
|
+
fill: "currentColor",
|
|
3006
|
+
...rest
|
|
3007
|
+
}, _path228 || (_path228 = /*#__PURE__*/React.createElement("path", {
|
|
3008
|
+
d: "M16 22H30V24H16z"
|
|
3009
|
+
})), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
|
3010
|
+
width: "6",
|
|
3011
|
+
height: "6",
|
|
3012
|
+
x: "4",
|
|
3013
|
+
y: "20",
|
|
3014
|
+
rx: "1"
|
|
3015
|
+
})), _path229 || (_path229 = /*#__PURE__*/React.createElement("path", {
|
|
3016
|
+
d: "M16 8H30V10H16zM9.5 12h-5a.5.5 0 01-.4473-.7236l2.5-5.0224a.5206.5206 0 01.8945 0l2.5 5.0225A.5.5 0 019.5 12z"
|
|
3017
|
+
})), children);
|
|
3018
|
+
});
|
|
3019
|
+
if (process.env.NODE_ENV !== "production") {
|
|
3020
|
+
Legend.propTypes = iconPropTypes4cbeb95d.i;
|
|
3021
|
+
}
|
|
3022
|
+
const LetterAa = /*#__PURE__*/React.forwardRef(function LetterAa(_ref123, ref) {
|
|
3023
|
+
let {
|
|
3024
|
+
children,
|
|
3025
|
+
size = 16,
|
|
3026
|
+
...rest
|
|
3027
|
+
} = _ref123;
|
|
3028
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
3029
|
+
width: size,
|
|
3030
|
+
height: size,
|
|
3031
|
+
ref: ref,
|
|
3032
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3033
|
+
viewBox: "0 0 32 32",
|
|
3034
|
+
fill: "currentColor",
|
|
3035
|
+
...rest
|
|
3036
|
+
}, _path230 || (_path230 = /*#__PURE__*/React.createElement("path", {
|
|
3037
|
+
d: "M23 13H18v2h5v2H19a2 2 0 00-2 2v2a2 2 0 002 2h6V15A2 2 0 0023 13zm0 8H19V19h4zM13 9H9a2 2 0 00-2 2V23H9V18h4v5h2V11A2 2 0 0013 9zM9 16V11h4v5z"
|
|
3038
|
+
})), children);
|
|
3039
|
+
});
|
|
3040
|
+
if (process.env.NODE_ENV !== "production") {
|
|
3041
|
+
LetterAa.propTypes = iconPropTypes4cbeb95d.i;
|
|
3042
|
+
}
|
|
3043
|
+
const LetterBb = /*#__PURE__*/React.forwardRef(function LetterBb(_ref124, ref) {
|
|
3044
|
+
let {
|
|
3045
|
+
children,
|
|
3046
|
+
size = 16,
|
|
3047
|
+
...rest
|
|
3048
|
+
} = _ref124;
|
|
3049
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
3050
|
+
width: size,
|
|
3051
|
+
height: size,
|
|
3052
|
+
ref: ref,
|
|
3053
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3054
|
+
viewBox: "0 0 32 32",
|
|
3055
|
+
fill: "currentColor",
|
|
3056
|
+
...rest
|
|
3057
|
+
}, _path231 || (_path231 = /*#__PURE__*/React.createElement("path", {
|
|
3058
|
+
d: "M23 13H19V9H17V23h6a2 2 0 002-2V15A2 2 0 0023 13zm-4 8V15h4v6zM15 12a3 3 0 00-3-3H7V23h5a3 3 0 003-3V18a3 3 0 00-.78-2A3 3 0 0015 14zM9 11h3a1 1 0 011 1v2a1 1 0 01-1 1H9zm4 9a1 1 0 01-1 1H9V17h3a1 1 0 011 1z"
|
|
3059
|
+
})), children);
|
|
3060
|
+
});
|
|
3061
|
+
if (process.env.NODE_ENV !== "production") {
|
|
3062
|
+
LetterBb.propTypes = iconPropTypes4cbeb95d.i;
|
|
3063
|
+
}
|
|
3064
|
+
const LetterCc = /*#__PURE__*/React.forwardRef(function LetterCc(_ref125, ref) {
|
|
3065
|
+
let {
|
|
3066
|
+
children,
|
|
3067
|
+
size = 16,
|
|
3068
|
+
...rest
|
|
3069
|
+
} = _ref125;
|
|
3070
|
+
return /*#__PURE__*/React.createElement(Icon.default, {
|
|
3071
|
+
width: size,
|
|
3072
|
+
height: size,
|
|
3073
|
+
ref: ref,
|
|
3074
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3075
|
+
viewBox: "0 0 32 32",
|
|
3076
|
+
fill: "currentColor",
|
|
3077
|
+
...rest
|
|
3078
|
+
}, _path232 || (_path232 = /*#__PURE__*/React.createElement("path", {
|
|
3079
|
+
d: "M24 23H19a2 2 0 01-2-2V15a2 2 0 012-2h5v2H19v6h5zM15 23H9a2 2 0 01-2-2V11A2 2 0 019 9h6v2H9V21h6z"
|
|
3080
|
+
})), children);
|
|
3081
|
+
});
|
|
3082
|
+
if (process.env.NODE_ENV !== "production") {
|
|
3083
|
+
LetterCc.propTypes = iconPropTypes4cbeb95d.i;
|
|
3084
|
+
}
|
|
3085
|
+
|
|
3086
|
+
exports.IbmWatsonQuery = IbmWatsonQuery;
|
|
3087
|
+
exports.IbmWatsonSpeechToText = IbmWatsonSpeechToText;
|
|
3088
|
+
exports.IbmWatsonStudio = IbmWatsonStudio;
|
|
3089
|
+
exports.IbmWatsonTextToSpeech = IbmWatsonTextToSpeech;
|
|
3090
|
+
exports.IbmWatsonToneAnalyzer = IbmWatsonToneAnalyzer;
|
|
3091
|
+
exports.IbmWatsonxAssistant = IbmWatsonxAssistant;
|
|
3092
|
+
exports.IbmWatsonxCodeAssistant = IbmWatsonxCodeAssistant;
|
|
3093
|
+
exports.IbmWatsonxCodeAssistantForZ = IbmWatsonxCodeAssistantForZ;
|
|
3094
|
+
exports.IbmWatsonxCodeAssistantForZRefactor = IbmWatsonxCodeAssistantForZRefactor;
|
|
3095
|
+
exports.IbmWatsonxCodeAssistantForZValidationAssistant = IbmWatsonxCodeAssistantForZValidationAssistant;
|
|
3096
|
+
exports.IbmWatsonxOrchestrate = IbmWatsonxOrchestrate;
|
|
3097
|
+
exports.IbmZCloudModStack = IbmZCloudModStack;
|
|
3098
|
+
exports.IbmZCloudProvisioning = IbmZCloudProvisioning;
|
|
3099
|
+
exports.IbmZEnvironmentsDevSecOps = IbmZEnvironmentsDevSecOps;
|
|
3100
|
+
exports.IbmZOpenEditor = IbmZOpenEditor;
|
|
3101
|
+
exports.IbmZOs = IbmZOs;
|
|
3102
|
+
exports.IbmZOsAiControlInterface = IbmZOsAiControlInterface;
|
|
3103
|
+
exports.IbmZOsContainers = IbmZOsContainers;
|
|
3104
|
+
exports.IbmZOsPackageManager = IbmZOsPackageManager;
|
|
3105
|
+
exports.IbmZProcessorCapacityReference = IbmZProcessorCapacityReference;
|
|
3106
|
+
exports.IceAccretion = IceAccretion;
|
|
3107
|
+
exports.IceVision = IceVision;
|
|
3108
|
+
exports.IdManagement = IdManagement;
|
|
3109
|
+
exports.Idea = Idea;
|
|
3110
|
+
exports.Identification = Identification;
|
|
3111
|
+
exports.Image = Image;
|
|
3112
|
+
exports.ImageCopy = ImageCopy;
|
|
3113
|
+
exports.ImageMedical = ImageMedical;
|
|
3114
|
+
exports.ImageReference = ImageReference;
|
|
3115
|
+
exports.ImageSearch = ImageSearch;
|
|
3116
|
+
exports.ImageSearchAlt = ImageSearchAlt;
|
|
3117
|
+
exports.ImageService = ImageService;
|
|
3118
|
+
exports.ImageStoreLocal = ImageStoreLocal;
|
|
3119
|
+
exports.ImportExport = ImportExport;
|
|
3120
|
+
exports.ImproveRelevance = ImproveRelevance;
|
|
3121
|
+
exports.InProgress = InProgress;
|
|
3122
|
+
exports.InProgressError = InProgressError;
|
|
3123
|
+
exports.InProgressWarning = InProgressWarning;
|
|
3124
|
+
exports.Incomplete = Incomplete;
|
|
3125
|
+
exports.IncompleteCancel = IncompleteCancel;
|
|
3126
|
+
exports.IncompleteError = IncompleteError;
|
|
3127
|
+
exports.IncompleteWarning = IncompleteWarning;
|
|
3128
|
+
exports.IncreaseLevel = IncreaseLevel;
|
|
3129
|
+
exports.Industry = Industry;
|
|
3130
|
+
exports.InfinitySymbol = InfinitySymbol;
|
|
3131
|
+
exports.Information = Information;
|
|
3132
|
+
exports.InformationDisabled = InformationDisabled;
|
|
3133
|
+
exports.InformationFilled = InformationFilled;
|
|
3134
|
+
exports.InformationSquare = InformationSquare;
|
|
3135
|
+
exports.InformationSquareFilled = InformationSquareFilled;
|
|
3136
|
+
exports.InfrastructureClassic = InfrastructureClassic;
|
|
3137
|
+
exports.Insert = Insert;
|
|
3138
|
+
exports.InsertPage = InsertPage;
|
|
3139
|
+
exports.InsertSyntax = InsertSyntax;
|
|
3140
|
+
exports.Inspection = Inspection;
|
|
3141
|
+
exports.InstanceBx = InstanceBx;
|
|
3142
|
+
exports.InstanceClassic = InstanceClassic;
|
|
3143
|
+
exports.InstanceCx = InstanceCx;
|
|
3144
|
+
exports.InstanceMx = InstanceMx;
|
|
3145
|
+
exports.InstanceVirtual = InstanceVirtual;
|
|
3146
|
+
exports.Integration = Integration;
|
|
3147
|
+
exports.IntentRequestActive = IntentRequestActive;
|
|
3148
|
+
exports.IntentRequestCreate = IntentRequestCreate;
|
|
3149
|
+
exports.IntentRequestHeal = IntentRequestHeal;
|
|
3150
|
+
exports.IntentRequestInactive = IntentRequestInactive;
|
|
3151
|
+
exports.IntentRequestScaleIn = IntentRequestScaleIn;
|
|
3152
|
+
exports.IntentRequestScaleOut = IntentRequestScaleOut;
|
|
3153
|
+
exports.IntentRequestUninstall = IntentRequestUninstall;
|
|
3154
|
+
exports.IntentRequestUpgrade = IntentRequestUpgrade;
|
|
3155
|
+
exports.Interactions = Interactions;
|
|
3156
|
+
exports.InterfaceUsage = InterfaceUsage;
|
|
3157
|
+
exports.Intersect = Intersect;
|
|
3158
|
+
exports.IntrusionPrevention = IntrusionPrevention;
|
|
3159
|
+
exports.InventoryManagement = InventoryManagement;
|
|
3160
|
+
exports.IotConnect = IotConnect;
|
|
3161
|
+
exports.IotPlatform = IotPlatform;
|
|
3162
|
+
exports.Ip = Ip;
|
|
3163
|
+
exports.Iso = Iso;
|
|
3164
|
+
exports.IsoFilled = IsoFilled;
|
|
3165
|
+
exports.IsoOutline = IsoOutline;
|
|
3166
|
+
exports.JobDaemon = JobDaemon;
|
|
3167
|
+
exports.JobRun = JobRun;
|
|
3168
|
+
exports.JoinFull = JoinFull;
|
|
3169
|
+
exports.JoinInner = JoinInner;
|
|
3170
|
+
exports.JoinLeft = JoinLeft;
|
|
3171
|
+
exports.JoinNode = JoinNode;
|
|
3172
|
+
exports.JoinOuter = JoinOuter;
|
|
3173
|
+
exports.JoinRight = JoinRight;
|
|
3174
|
+
exports.Jpg = Jpg;
|
|
3175
|
+
exports.JsError = JsError;
|
|
3176
|
+
exports.Json = Json;
|
|
3177
|
+
exports.JsonReference = JsonReference;
|
|
3178
|
+
exports.JumpLink = JumpLink;
|
|
3179
|
+
exports.KeepDry = KeepDry;
|
|
3180
|
+
exports.Key = Key;
|
|
3181
|
+
exports.Keyboard = Keyboard;
|
|
3182
|
+
exports.KeyboardOff = KeyboardOff;
|
|
3183
|
+
exports.Kubelet = Kubelet;
|
|
3184
|
+
exports.Kubernetes = Kubernetes;
|
|
3185
|
+
exports.KubernetesControlPlaneNode = KubernetesControlPlaneNode;
|
|
3186
|
+
exports.KubernetesIpAddress = KubernetesIpAddress;
|
|
3187
|
+
exports.KubernetesOperator = KubernetesOperator;
|
|
3188
|
+
exports.KubernetesPod = KubernetesPod;
|
|
3189
|
+
exports.KubernetesWorkerNode = KubernetesWorkerNode;
|
|
3190
|
+
exports.Label = Label;
|
|
3191
|
+
exports.Language = Language;
|
|
3192
|
+
exports.Laptop = Laptop;
|
|
3193
|
+
exports.Lasso = Lasso;
|
|
3194
|
+
exports.LassoPolygon = LassoPolygon;
|
|
3195
|
+
exports.Launch = Launch;
|
|
3196
|
+
exports.Layers = Layers;
|
|
3197
|
+
exports.LayersExternal = LayersExternal;
|
|
3198
|
+
exports.Legend = Legend;
|
|
3199
|
+
exports.LetterAa = LetterAa;
|
|
3200
|
+
exports.LetterBb = LetterBb;
|
|
3201
|
+
exports.LetterCc = LetterCc;
|
|
3202
|
+
exports.QID = QID;
|
|
3203
|
+
exports.WatsonHealthICa_2D = WatsonHealthICa_2D;
|
|
3204
|
+
exports.WatsonHealthImageAvailabilityLocal = WatsonHealthImageAvailabilityLocal;
|
|
3205
|
+
exports.WatsonHealthImageAvailabilityRetrieving = WatsonHealthImageAvailabilityRetrieving;
|
|
3206
|
+
exports.WatsonHealthImageAvailabilityUnavailable = WatsonHealthImageAvailabilityUnavailable;
|
|
3207
|
+
exports.WatsonHealthInteractiveSegmentationCursor = WatsonHealthInteractiveSegmentationCursor;
|
|
3208
|
+
exports.WatsonHealthLaunchStudy_1 = WatsonHealthLaunchStudy_1;
|
|
3209
|
+
exports.WatsonHealthLaunchStudy_2 = WatsonHealthLaunchStudy_2;
|
|
3210
|
+
exports.WatsonHealthLaunchStudy_3 = WatsonHealthLaunchStudy_3;
|