@next-core/brick-icons 2.31.26 → 2.31.28
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/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/{second-menu-04c1844e.js → second-menu-7d4bf2f5.js} +1468 -753
- package/dist/second-menu-7d4bf2f5.js.map +1 -0
- package/dist/{third-menu-d7105a1b.js → third-menu-250fadd5.js} +1412 -729
- package/dist/third-menu-250fadd5.js.map +1 -0
- package/dist/types/generated/icons/second-menu.d.ts +26 -0
- package/dist/types/generated/icons/third-menu.d.ts +23 -0
- package/package.json +2 -2
- package/src/icons/second-menu/alibaba-ecs-second-menu.svg +3 -3
- package/src/icons/second-menu/apachel-second-menu.svg +20 -0
- package/src/icons/second-menu/area-second-menu.svg +11 -0
- package/src/icons/second-menu/availability-zone-second-menu.svg +11 -0
- package/src/icons/second-menu/backend-second-menu.svg +23 -0
- package/src/icons/second-menu/broadband-line-second-menu.svg +12 -0
- package/src/icons/second-menu/cabinet-list-second-menu.svg +14 -0
- package/src/icons/second-menu/cabinet-second-menu.svg +12 -0
- package/src/icons/second-menu/computer-room-details-second-menu.svg +12 -0
- package/src/icons/second-menu/connection-second-menu.svg +21 -0
- package/src/icons/second-menu/engine-room-second-menu.svg +12 -0
- package/src/icons/second-menu/frontend-second-menu.svg +16 -0
- package/src/icons/second-menu/host-second-menu.svg +2 -3
- package/src/icons/second-menu/infra-monitor-second-menu.svg +23 -0
- package/src/icons/second-menu/ip-second-menu.svg +12 -0
- package/src/icons/second-menu/ip-segment-second-menu.svg +11 -0
- package/src/icons/second-menu/jboss-second-menu.svg +15 -0
- package/src/icons/second-menu/key-second-menu.svg +14 -0
- package/src/icons/second-menu/mssql-second-menu.svg +2 -2
- package/src/icons/second-menu/persistent-volume-statement-second-menu.svg +11 -0
- package/src/icons/second-menu/queue-second-menu.svg +28 -0
- package/src/icons/second-menu/release-ticket-second-menu.svg +16 -0
- package/src/icons/second-menu/resource-pool-second-menu.svg +12 -0
- package/src/icons/second-menu/serve-second-menu.svg +14 -0
- package/src/icons/second-menu/supplier-second-menu.svg +12 -0
- package/src/icons/second-menu/tencent-cloud-hard-disk-second-menu.svg +14 -0
- package/src/icons/second-menu/tencent-cvm-second-menu.svg +3 -3
- package/src/icons/second-menu/tidb-second-menui.svg +3 -3
- package/src/icons/second-menu/tomcat-second-menu.svg +24 -0
- package/src/icons/second-menu/tongweb-second-menu.svg +4 -4
- package/src/icons/second-menu/vm-host-machine-second-menu.svg +11 -0
- package/src/icons/second-menu/weblogic-second-menu.svg +4 -4
- package/src/icons/second-menu/website-second-menu.svg +26 -0
- package/src/icons/third-menu/apachel-third-menu.svg +17 -0
- package/src/icons/third-menu/area-third-menu.svg +10 -0
- package/src/icons/third-menu/availability-zone-third-menu.svg +10 -0
- package/src/icons/third-menu/backend-third-menu.svg +22 -0
- package/src/icons/third-menu/broadband-line-third-menu.svg +11 -0
- package/src/icons/third-menu/cabinet-list-third-menu.svg +11 -0
- package/src/icons/third-menu/cabinet-third-menu.svg +11 -0
- package/src/icons/third-menu/computer-room-details-third-menu.svg +13 -0
- package/src/icons/third-menu/connection-third-menu.svg +16 -0
- package/src/icons/third-menu/engine-room-third-menu.svg +10 -0
- package/src/icons/third-menu/frontend-third-menu.svg +18 -0
- package/src/icons/third-menu/infra-monitor-third-menu.svg +21 -0
- package/src/icons/third-menu/ip-segment-third-menu.svg +10 -0
- package/src/icons/third-menu/ip-third-menu.svg +12 -0
- package/src/icons/third-menu/jboss-third-menu.svg +14 -0
- package/src/icons/third-menu/persistent-volume-statement-third-menu.svg +10 -0
- package/src/icons/third-menu/queue-third-menu.svg +25 -0
- package/src/icons/third-menu/serve-third-menu.svg +12 -0
- package/src/icons/third-menu/supplier-third-menu.svg +11 -0
- package/src/icons/third-menu/tencent-cloud-hard-disk-third-menu.svg +13 -0
- package/src/icons/third-menu/tidb-third-menu.svg +3 -3
- package/src/icons/third-menu/tomcat-third-menu.svg +21 -0
- package/src/icons/third-menu/tongweb-third-menu.svg +3 -3
- package/src/icons/third-menu/vm-host-machine-third-menu.svg +11 -0
- package/src/icons/third-menu/weblogic-third-menu.svg +3 -3
- package/src/icons/third-menu/website-third-menu.svg +23 -0
- package/dist/second-menu-04c1844e.js.map +0 -1
- package/dist/third-menu-d7105a1b.js.map +0 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
|
|
3
|
-
function _extends$
|
|
4
|
-
var _ref$
|
|
3
|
+
function _extends$3a() { _extends$3a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3a.apply(this, arguments); }
|
|
4
|
+
var _ref$3a = /*#__PURE__*/React.createElement("path", {
|
|
5
5
|
d: "M12.375 10.048l.25.144 1.516.875.25.144v2.328l-.25.144-1.516.875-.25.144-.25-.144-1.516-.875-.25-.144V11.21l.25-.144 1.516-.875.25-.144zm0 1.154l-1.016.587v1.171l1.016.587 1.015-.587v-1.171l-1.015-.587zM5.43 3.694a4.919 4.919 0 0 1 1.64 0l.028.005a.322.322 0 0 1 .266.25l.162.83a3.69 3.69 0 0 1 1.029.563l.838-.282a.344.344 0 0 1 .362.093l.019.02c.359.4.635.854.822 1.347l.01.026a.302.302 0 0 1-.096.343l-.676.547a3.33 3.33 0 0 1 0 1.13l.676.546a.3.3 0 0 1 .095.342l-.009.025a4.306 4.306 0 0 1-.822 1.347l-.019.02a.342.342 0 0 1-.362.093l-.838-.282c-.31.241-.655.43-1.029.563l-.162.83a.322.322 0 0 1-.266.25l-.028.006a4.88 4.88 0 0 1-1.64 0l-.028-.005a.322.322 0 0 1-.266-.251l-.163-.834a3.659 3.659 0 0 1-1.021-.56l-.845.283a.344.344 0 0 1-.362-.092l-.019-.02a4.295 4.295 0 0 1-.822-1.348l-.01-.025a.302.302 0 0 1 .096-.344l.684-.553a3.24 3.24 0 0 1 0-1.115L1.99 6.89a.303.303 0 0 1-.095-.343l.009-.026c.187-.492.463-.945.822-1.347l.019-.02a.342.342 0 0 1 .362-.093l.845.284c.307-.239.65-.427 1.02-.56l.164-.834a.322.322 0 0 1 .266-.251zm1.2 1.166a3.534 3.534 0 0 0-.754 0l-.158.816-.336.12c-.253.09-.488.22-.698.383l-.278.218-.828-.279a3.07 3.07 0 0 0-.378.618l.67.541-.058.336a2.193 2.193 0 0 0 0 .763l.057.336-.669.541c.101.219.227.426.378.618l.828-.279.278.218c.21.163.445.293.698.383l.335.122.158.816c.25.027.505.027.754 0l.159-.814.337-.12c.256-.09.491-.22.703-.385l.279-.216.822.276a3.07 3.07 0 0 0 .378-.618l-.662-.536.058-.337a2.251 2.251 0 0 0 0-.773l-.057-.335.662-.536a3.134 3.134 0 0 0-.378-.618l-.822.276-.279-.216a2.527 2.527 0 0 0-.703-.385l-.338-.12zM6.25 6.81c.308 0 .598.114.817.32.218.208.338.482.338.774 0 .292-.12.566-.338.774-.219.206-.509.32-.817.32-.308 0-.598-.114-.817-.32a1.061 1.061 0 0 1-.338-.774c0-.292.12-.566.338-.773a1.18 1.18 0 0 1 .817-.32zm6.124-5.512l.25.144 1.516.875.25.144V4.79l-.25.144-1.516.875-.25.144-.25-.144-1.516-.875-.25-.144V2.46l.25-.144 1.516-.875.25-.144zm0 1.154l-1.016.587V4.21l1.016.587 1.015-.587V3.039l-1.015-.587z",
|
|
6
6
|
fill: "currentColor",
|
|
7
7
|
fillRule: "nonzero"
|
|
8
8
|
});
|
|
9
9
|
function SvgAdvancedSettingsThirdMenu(props) {
|
|
10
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
10
|
+
return /*#__PURE__*/React.createElement("svg", _extends$3a({
|
|
11
11
|
width: 16,
|
|
12
12
|
height: 16,
|
|
13
13
|
viewBox: "0 0 16 16",
|
|
14
14
|
xmlns: "http://www.w3.org/2000/svg"
|
|
15
|
-
}, props), _ref$
|
|
15
|
+
}, props), _ref$3a);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
function _extends$
|
|
19
|
-
var _ref$
|
|
18
|
+
function _extends$39() { _extends$39 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$39.apply(this, arguments); }
|
|
19
|
+
var _ref$39 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("path", {
|
|
20
20
|
id: "agent-management-tasks-third-menu_svg__a",
|
|
21
21
|
d: "M0 0h13.826v8.585H0z"
|
|
22
22
|
}), /*#__PURE__*/React.createElement("path", {
|
|
@@ -75,17 +75,17 @@ var _ref2$4 = /*#__PURE__*/React.createElement("g", {
|
|
|
75
75
|
ry: 1.078
|
|
76
76
|
}));
|
|
77
77
|
function SvgAgentManagementTasksThirdMenu(props) {
|
|
78
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
78
|
+
return /*#__PURE__*/React.createElement("svg", _extends$39({
|
|
79
79
|
width: 16,
|
|
80
80
|
height: 16,
|
|
81
81
|
viewBox: "0 0 16 16",
|
|
82
82
|
xmlns: "http://www.w3.org/2000/svg",
|
|
83
83
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
84
|
-
}, props), _ref$
|
|
84
|
+
}, props), _ref$39, _ref2$4);
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
function _extends$
|
|
88
|
-
var _ref$
|
|
87
|
+
function _extends$38() { _extends$38 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$38.apply(this, arguments); }
|
|
88
|
+
var _ref$38 = /*#__PURE__*/React.createElement("g", {
|
|
89
89
|
fill: "none",
|
|
90
90
|
fillRule: "evenodd"
|
|
91
91
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -103,16 +103,16 @@ var _ref$2N = /*#__PURE__*/React.createElement("g", {
|
|
|
103
103
|
fill: "currentColor"
|
|
104
104
|
}));
|
|
105
105
|
function SvgAlertRulesThirdMenu(props) {
|
|
106
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
106
|
+
return /*#__PURE__*/React.createElement("svg", _extends$38({
|
|
107
107
|
width: 16,
|
|
108
108
|
height: 16,
|
|
109
109
|
viewBox: "0 0 16 16",
|
|
110
110
|
xmlns: "http://www.w3.org/2000/svg"
|
|
111
|
-
}, props), _ref$
|
|
111
|
+
}, props), _ref$38);
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
function _extends$
|
|
115
|
-
var _ref$
|
|
114
|
+
function _extends$37() { _extends$37 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$37.apply(this, arguments); }
|
|
115
|
+
var _ref$37 = /*#__PURE__*/React.createElement("g", {
|
|
116
116
|
fill: "currentColor",
|
|
117
117
|
fillRule: "evenodd"
|
|
118
118
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -126,16 +126,16 @@ var _ref$2M = /*#__PURE__*/React.createElement("g", {
|
|
|
126
126
|
fillRule: "nonzero"
|
|
127
127
|
}));
|
|
128
128
|
function SvgAlibabaCloudElasticPublicIpThirdMenu(props) {
|
|
129
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
129
|
+
return /*#__PURE__*/React.createElement("svg", _extends$37({
|
|
130
130
|
width: 16,
|
|
131
131
|
height: 16,
|
|
132
132
|
viewBox: "0 0 16 16",
|
|
133
133
|
xmlns: "http://www.w3.org/2000/svg"
|
|
134
|
-
}, props), _ref$
|
|
134
|
+
}, props), _ref$37);
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
function _extends$
|
|
138
|
-
var _ref$
|
|
137
|
+
function _extends$36() { _extends$36 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$36.apply(this, arguments); }
|
|
138
|
+
var _ref$36 = /*#__PURE__*/React.createElement("g", {
|
|
139
139
|
fill: "currentColor",
|
|
140
140
|
fillRule: "evenodd"
|
|
141
141
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -148,16 +148,16 @@ var _ref$2L = /*#__PURE__*/React.createElement("g", {
|
|
|
148
148
|
d: "M7.544 2.15a4.253 4.253 0 0 1 3.923 2.612l.063.163.011.002a4.98 4.98 0 0 1 4.354 4.718l.005.223v.09a3.885 3.885 0 0 1-3.885 3.886h-8.03a3.885 3.885 0 0 1-.862-7.674l.179-.037.011-.142a4.25 4.25 0 0 1 4.025-3.836l.206-.005zM4.652 5.432l-.034.102a3.05 3.05 0 0 0-.115 1.092l.05.633-.634.016a2.685 2.685 0 0 0 .066 5.369h5.087c.16-.168.316-.334.466-.5A.98.98 0 0 1 9.3 11.5a1 1 0 0 1 1.482-.877c.334-.457.626-.91.876-1.358a.988.988 0 0 1-.338-.563l.533.199a39.89 39.89 0 0 1-2.747-1.125l-.326-.15a1 1 0 0 1-1.752-.86A44.833 44.833 0 0 1 4.652 5.43zm8.276 3.848a1.005 1.005 0 0 1-.713.216 13.917 13.917 0 0 1-1.014 1.571 1 1 0 0 1-1.149 1.402l-.159.174h2.122A2.685 2.685 0 0 0 14.7 9.96v-.091l-.001-.046-.494-.14c-.427-.127-.852-.26-1.277-.402zm.291-2.413l-.041.196c-.055.234-.12.468-.199.704a.994.994 0 0 1 .287.99l-.588-.198c.649.227 1.302.434 1.958.623a3.77 3.77 0 0 0-1.417-2.315zM7.544 3.35c-1.13 0-2.118.615-2.645 1.529.81.49 1.623.946 2.44 1.371a1 1 0 0 1 1.658.815c.793.37 1.591.71 2.393 1.022a.997.997 0 0 1 1.04-.579c.108-.333.19-.662.247-.989a3.757 3.757 0 0 0-1.618-.428l-.449-.016-.111-.435a3.051 3.051 0 0 0-2.955-2.29z"
|
|
149
149
|
}));
|
|
150
150
|
function SvgAlibabaCloudVpcThirdMenu(props) {
|
|
151
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
151
|
+
return /*#__PURE__*/React.createElement("svg", _extends$36({
|
|
152
152
|
width: 16,
|
|
153
153
|
height: 16,
|
|
154
154
|
viewBox: "0 0 16 16",
|
|
155
155
|
xmlns: "http://www.w3.org/2000/svg"
|
|
156
|
-
}, props), _ref$
|
|
156
|
+
}, props), _ref$36);
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
function _extends$
|
|
160
|
-
var _ref$
|
|
159
|
+
function _extends$35() { _extends$35 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$35.apply(this, arguments); }
|
|
160
|
+
var _ref$35 = /*#__PURE__*/React.createElement("g", {
|
|
161
161
|
fill: "none",
|
|
162
162
|
fillRule: "evenodd"
|
|
163
163
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -170,46 +170,69 @@ var _ref$2K = /*#__PURE__*/React.createElement("g", {
|
|
|
170
170
|
fillRule: "nonzero"
|
|
171
171
|
}));
|
|
172
172
|
function SvgAlibabaEcsThirdMenu(props) {
|
|
173
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
173
|
+
return /*#__PURE__*/React.createElement("svg", _extends$35({
|
|
174
174
|
width: 16,
|
|
175
175
|
height: 16,
|
|
176
176
|
viewBox: "0 0 16 16",
|
|
177
177
|
xmlns: "http://www.w3.org/2000/svg"
|
|
178
|
-
}, props), _ref$
|
|
178
|
+
}, props), _ref$35);
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
function _extends$
|
|
182
|
-
var _ref$
|
|
181
|
+
function _extends$34() { _extends$34 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$34.apply(this, arguments); }
|
|
182
|
+
var _ref$34 = /*#__PURE__*/React.createElement("path", {
|
|
183
183
|
d: "M7.878.578c1.104.048 1.993.923 1.993 2.014v3.393h3.403a1.5 1.5 0 0 1 1.493 1.356l.007.145v6.436a1.5 1.5 0 0 1-1.5 1.5H2.584a1.5 1.5 0 0 1-1.5-1.5V2.57c.049-1.074.93-1.955 2.014-1.955 1.108 0 2.014.876 2.014 1.978v3.393h.73V2.57C5.89 1.52 6.685.663 7.722.584l.157-.006zm-.021 1c-.543 0-.99.454-1.015 1.014v3.893a.5.5 0 0 1-.5.5h-1.73a.5.5 0 0 1-.5-.5V2.593c0-.542-.45-.978-1.014-.978-.5 0-.925.389-1.003.885l-.012.105v11.318a.5.5 0 0 0 .41.492l.09.008h10.691a.5.5 0 0 0 .5-.5V7.486a.5.5 0 0 0-.5-.5H9.371a.5.5 0 0 1-.5-.5V2.592c0-.542-.455-.99-1.014-1.014zm3.504 6.774c.536-.01 1.043.374 1.11.946v.288a1.15 1.15 0 0 1-.937.938c-.577.072-1.154-.325-1.226-.938-.072-.577.325-1.153.938-1.225z",
|
|
184
184
|
fill: "currentColor",
|
|
185
185
|
fillRule: "nonzero"
|
|
186
186
|
});
|
|
187
187
|
function SvgAmqThirdMenu(props) {
|
|
188
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
188
|
+
return /*#__PURE__*/React.createElement("svg", _extends$34({
|
|
189
189
|
width: 16,
|
|
190
190
|
height: 16,
|
|
191
191
|
viewBox: "0 0 16 16",
|
|
192
192
|
xmlns: "http://www.w3.org/2000/svg"
|
|
193
|
-
}, props), _ref$
|
|
193
|
+
}, props), _ref$34);
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
function _extends$
|
|
197
|
-
var _ref$
|
|
196
|
+
function _extends$33() { _extends$33 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$33.apply(this, arguments); }
|
|
197
|
+
var _ref$33 = /*#__PURE__*/React.createElement("path", {
|
|
198
198
|
d: "M10.339 1.937a1.6 1.6 0 0 1 .011.189v.023l2.775.001a1.6 1.6 0 0 1 1.6 1.6v8.5a1.6 1.6 0 0 1-1.6 1.6H10.35v.024a1.6 1.6 0 0 1-1.788 1.59l-5.875-.697a1.6 1.6 0 0 1-1.412-1.589V2.822a1.6 1.6 0 0 1 1.412-1.59L8.562.538a1.6 1.6 0 0 1 1.777 1.4zm-1.555-.21l-.081.001-5.875.697a.4.4 0 0 0-.353.397v10.356a.4.4 0 0 0 .353.397l5.875.697a.4.4 0 0 0 .447-.398V2.126a.4.4 0 0 0-.289-.385l-.077-.014zm4.341 1.623H10.35v9.3h2.775a.4.4 0 0 0 .4-.4v-8.5a.4.4 0 0 0-.4-.4zM8.2 6.25v2.625H7V6.25h1.2z",
|
|
199
199
|
fill: "currentColor",
|
|
200
200
|
fillRule: "nonzero"
|
|
201
201
|
});
|
|
202
202
|
function SvgAnywhereDoorThirdMenu(props) {
|
|
203
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
203
|
+
return /*#__PURE__*/React.createElement("svg", _extends$33({
|
|
204
204
|
width: 16,
|
|
205
205
|
height: 16,
|
|
206
206
|
viewBox: "0 0 16 16",
|
|
207
207
|
xmlns: "http://www.w3.org/2000/svg"
|
|
208
|
-
}, props), _ref$
|
|
208
|
+
}, props), _ref$33);
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
function _extends$
|
|
212
|
-
var _ref$
|
|
211
|
+
function _extends$32() { _extends$32 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$32.apply(this, arguments); }
|
|
212
|
+
var _ref$32 = /*#__PURE__*/React.createElement("g", {
|
|
213
|
+
fill: "none",
|
|
214
|
+
fillRule: "evenodd"
|
|
215
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
216
|
+
d: "M0 0h16v16H0z"
|
|
217
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
218
|
+
d: "M0 0h16v16H0z"
|
|
219
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
220
|
+
fill: "currentColor",
|
|
221
|
+
fillRule: "nonzero"
|
|
222
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
223
|
+
d: "M1.22 2.03c.153-.076.306 0 .382.153l.993 2.213c1.564-.19 4.055.687 5.438 1.754.718.555 1.09.87 1.347 1.114-1.088.23-2.043.128-2.295.102-.251-.026-.55-.026-.594.207-.044.233.137.382.43.435.293.053 1.911.171 2.95-.23.26.292.63.725.93 1.072l.128.149c-1.09.23-1.573.187-1.832.187-.259 0-.539-.027-.583.206-.045.234.123.39.425.432.303.04 1.433.125 2.472-.277.488.546 1.375 1.509 2.25 2.29 1.069.954 1.374 1.107 1.336 1.565a50.224 50.224 0 0 1-6.22-2.71C5.304 8.862 2.824 5.008 2.67 5.083c-.23.115-.203.238-.076.456.127.218 2.29 3.819 5.953 5.727a65.956 65.956 0 0 0 6.03 2.71c-1.146.572-4.945 1.025-9.905-2.355-4.792-3.265-2.8-6.715-2.658-6.945l.007-.012L1.03 2.45v-.038c-.076-.153 0-.306.153-.382z"
|
|
224
|
+
})));
|
|
225
|
+
function SvgApachelThirdMenu(props) {
|
|
226
|
+
return /*#__PURE__*/React.createElement("svg", _extends$32({
|
|
227
|
+
width: 16,
|
|
228
|
+
height: 16,
|
|
229
|
+
viewBox: "0 0 16 16",
|
|
230
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
231
|
+
}, props), _ref$32);
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
function _extends$31() { _extends$31 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$31.apply(this, arguments); }
|
|
235
|
+
var _ref$31 = /*#__PURE__*/React.createElement("g", {
|
|
213
236
|
fill: "none",
|
|
214
237
|
fillRule: "evenodd"
|
|
215
238
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -220,16 +243,16 @@ var _ref$2H = /*#__PURE__*/React.createElement("g", {
|
|
|
220
243
|
fillRule: "nonzero"
|
|
221
244
|
}));
|
|
222
245
|
function SvgApiListThirdMenu(props) {
|
|
223
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
246
|
+
return /*#__PURE__*/React.createElement("svg", _extends$31({
|
|
224
247
|
width: 16,
|
|
225
248
|
height: 16,
|
|
226
249
|
viewBox: "0 0 16 16",
|
|
227
250
|
xmlns: "http://www.w3.org/2000/svg"
|
|
228
|
-
}, props), _ref$
|
|
251
|
+
}, props), _ref$31);
|
|
229
252
|
}
|
|
230
253
|
|
|
231
|
-
function _extends$
|
|
232
|
-
var _ref$
|
|
254
|
+
function _extends$30() { _extends$30 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$30.apply(this, arguments); }
|
|
255
|
+
var _ref$30 = /*#__PURE__*/React.createElement("g", {
|
|
233
256
|
fill: "currentColor",
|
|
234
257
|
fillRule: "evenodd"
|
|
235
258
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -238,16 +261,16 @@ var _ref$2G = /*#__PURE__*/React.createElement("g", {
|
|
|
238
261
|
d: "M10.214 2.338l-.525.815 3.195 1.926-.063 5.84-.979.588.486.846 1.433-.846.062-6.984V4.49l-3.61-2.153zM2.642 4.946L7.794 2.04l1.01.618.486-.814L7.833.968h-.031l-6.107 3.39-.032 4.244h.948l.031-3.656zm5.058 8.91l-5.12-2.999.03-1.174-.947-.032-.031 1.762 6.037 3.555H7.7l3.688-2.09.031-.032-.485-.846L7.7 13.856z"
|
|
239
262
|
}));
|
|
240
263
|
function SvgApplicationActivityThirdMenu(props) {
|
|
241
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
264
|
+
return /*#__PURE__*/React.createElement("svg", _extends$30({
|
|
242
265
|
width: 16,
|
|
243
266
|
height: 16,
|
|
244
267
|
viewBox: "0 0 16 16",
|
|
245
268
|
xmlns: "http://www.w3.org/2000/svg"
|
|
246
|
-
}, props), _ref$
|
|
269
|
+
}, props), _ref$30);
|
|
247
270
|
}
|
|
248
271
|
|
|
249
|
-
function _extends$
|
|
250
|
-
var _ref$
|
|
272
|
+
function _extends$2$() { _extends$2$ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2$.apply(this, arguments); }
|
|
273
|
+
var _ref$2$ = /*#__PURE__*/React.createElement("g", {
|
|
251
274
|
fill: "currentColor",
|
|
252
275
|
fillRule: "evenodd"
|
|
253
276
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -256,16 +279,16 @@ var _ref$2F = /*#__PURE__*/React.createElement("g", {
|
|
|
256
279
|
d: "M3.951 3.714a1.313 1.313 0 1 0 0-2.625 1.313 1.313 0 0 0 0 2.625zm0 11.375a1.313 1.313 0 1 0 0-2.625 1.313 1.313 0 0 0 0 2.625zm8.313-1.75a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5zm0-7a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5zm-7.875 4.375a2.625 2.625 0 1 0 0-5.25 2.625 2.625 0 0 0 0 5.25z"
|
|
257
280
|
}));
|
|
258
281
|
function SvgApplicationBlueprintThirdMenu(props) {
|
|
259
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
282
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2$({
|
|
260
283
|
width: 16,
|
|
261
284
|
height: 16,
|
|
262
285
|
viewBox: "0 0 16 16",
|
|
263
286
|
xmlns: "http://www.w3.org/2000/svg"
|
|
264
|
-
}, props), _ref$
|
|
287
|
+
}, props), _ref$2$);
|
|
265
288
|
}
|
|
266
289
|
|
|
267
|
-
function _extends$
|
|
268
|
-
var _ref$
|
|
290
|
+
function _extends$2_() { _extends$2_ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2_.apply(this, arguments); }
|
|
291
|
+
var _ref$2_ = /*#__PURE__*/React.createElement("g", {
|
|
269
292
|
fill: "currentColor",
|
|
270
293
|
fillRule: "evenodd"
|
|
271
294
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -278,16 +301,16 @@ var _ref$2E = /*#__PURE__*/React.createElement("g", {
|
|
|
278
301
|
d: "M7.145 4.987c.279.463.88.643 1.336.36.456-.282.634-.89.355-1.353-.28-.463-.88-.642-1.336-.36-.465.249-.634.857-.355 1.353"
|
|
279
302
|
}));
|
|
280
303
|
function SvgApplicationConfigurationThirdMenu(props) {
|
|
281
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
304
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2_({
|
|
282
305
|
width: 16,
|
|
283
306
|
height: 16,
|
|
284
307
|
viewBox: "0 0 16 16",
|
|
285
308
|
xmlns: "http://www.w3.org/2000/svg"
|
|
286
|
-
}, props), _ref$
|
|
309
|
+
}, props), _ref$2_);
|
|
287
310
|
}
|
|
288
311
|
|
|
289
|
-
function _extends$
|
|
290
|
-
var _ref$
|
|
312
|
+
function _extends$2Z() { _extends$2Z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2Z.apply(this, arguments); }
|
|
313
|
+
var _ref$2Z = /*#__PURE__*/React.createElement("g", {
|
|
291
314
|
fill: "none",
|
|
292
315
|
fillRule: "evenodd"
|
|
293
316
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -296,46 +319,46 @@ var _ref$2D = /*#__PURE__*/React.createElement("g", {
|
|
|
296
319
|
fillRule: "nonzero"
|
|
297
320
|
}));
|
|
298
321
|
function SvgApplicationDeploymentHistoryThirdMenu(props) {
|
|
299
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
322
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2Z({
|
|
300
323
|
width: 16,
|
|
301
324
|
height: 16,
|
|
302
325
|
viewBox: "0 0 16 16",
|
|
303
326
|
xmlns: "http://www.w3.org/2000/svg"
|
|
304
|
-
}, props), _ref$
|
|
327
|
+
}, props), _ref$2Z);
|
|
305
328
|
}
|
|
306
329
|
|
|
307
|
-
function _extends$
|
|
308
|
-
var _ref$
|
|
330
|
+
function _extends$2Y() { _extends$2Y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2Y.apply(this, arguments); }
|
|
331
|
+
var _ref$2Y = /*#__PURE__*/React.createElement("path", {
|
|
309
332
|
d: "M15.265 9.845c.042-.013.11-.013.152.014a.152.152 0 0 1 .083.138v3.593c0 .055-.028.11-.083.138l-3.468 1.727c-.014.014-.041.014-.069.014-.028 0-.055-.014-.083-.028a.152.152 0 0 1-.083-.138v-3.578c0-.056.028-.111.083-.139zM12.97 3.366l.057.053c.205.192 1.145 1.075 1.275 1.194a.605.605 0 0 1-.486 1.047H2.88a.28.28 0 0 0-.28.28v7.698c0 .382.17.625.257.625H6.77a.6.6 0 0 1 0 1.2H2.857c-.86 0-1.457-.853-1.457-1.825V5.94c0-.517.265-.973.667-1.237a.6.6 0 0 1 .08-.09c.061-.055.115-.106.197-.187l.147-.147c.157-.16.393-.401.79-.809l.022-.023c.201-.206.365-.373.505-.514l.282-.281.082-.081c.136-.132.246-.234.334-.31.056-.047.105-.086.151-.118a.61.61 0 0 1 .394-.134l6.055-.058c.342 0 .37.024 1.864 1.415zM7.693 9.675l.056.018 3.482 1.893c.041.028.082.083.069.139v3.564c0 .056-.028.11-.083.138a.196.196 0 0 1-.083.028c-.028 0-.055 0-.083-.014l-3.468-1.893a.152.152 0 0 1-.083-.138V9.832c0-.056.028-.11.083-.139a.176.176 0 0 1 .166 0zm-.424.826v1H3.5v-1h3.769zm4.262-3l.045.01 3.606 1.644c.055.013.097.069.097.138 0 .055-.042.11-.11.138l-3.607 1.782c-.014.014-.041.014-.069.014-.028 0-.041 0-.069-.014L7.818 9.431c-.055-.028-.083-.083-.083-.152 0-.055.041-.11.097-.138l3.606-1.63a.235.235 0 0 1 .138 0zM8.5 7.5v1H3.557v-1H8.5zm2.429-4.34l-5.677.057-.013.012c-.04.035-.086.079-.14.129l-.084.081-.162.16-.19.19c-.136.137-.296.3-.493.503l-.023.023-.141.145 8.36-.002-.066-.063-.098-.091-.056-.052c-.39-.363-.7-.646-.936-.853a9.665 9.665 0 0 0-.248-.211l-.033-.027z",
|
|
310
333
|
fill: "currentColor",
|
|
311
334
|
fillRule: "nonzero"
|
|
312
335
|
});
|
|
313
336
|
function SvgApplicationOperationAndMaintenanceThirdMenu(props) {
|
|
314
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
337
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2Y({
|
|
315
338
|
width: 16,
|
|
316
339
|
height: 16,
|
|
317
340
|
viewBox: "0 0 16 16",
|
|
318
341
|
xmlns: "http://www.w3.org/2000/svg"
|
|
319
|
-
}, props), _ref$
|
|
342
|
+
}, props), _ref$2Y);
|
|
320
343
|
}
|
|
321
344
|
|
|
322
|
-
function _extends$
|
|
323
|
-
var _ref$
|
|
345
|
+
function _extends$2X() { _extends$2X = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2X.apply(this, arguments); }
|
|
346
|
+
var _ref$2X = /*#__PURE__*/React.createElement("path", {
|
|
324
347
|
d: "M8 8.9a.664.664 0 0 1-.313-.079L1.68 5.601a.663.663 0 0 1-.01-1.164l6.006-3.353a.663.663 0 0 1 .646 0l6.006 3.353a.663.663 0 0 1-.01 1.164L8.313 8.82A.663.663 0 0 1 8 8.9zM3.376 5.005L8 7.484l4.624-2.48L8 2.423 3.376 5.005zM8 11.95a.662.662 0 0 1-.313-.079L1.68 8.651a.663.663 0 0 1 .627-1.17L8 10.535l5.692-3.052a.663.663 0 0 1 .627 1.169l-6.006 3.22A.661.661 0 0 1 8 11.95zM8 15a.663.663 0 0 1-.313-.079l-6.006-3.22a.663.663 0 0 1 .627-1.169L8 13.585l5.692-3.053a.663.663 0 0 1 .627 1.169l-6.006 3.22A.663.663 0 0 1 8 15z",
|
|
325
348
|
fill: "currentColor",
|
|
326
349
|
fillRule: "nonzero"
|
|
327
350
|
});
|
|
328
351
|
function SvgApplicationOverviewThirdMenu(props) {
|
|
329
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
352
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2X({
|
|
330
353
|
width: 16,
|
|
331
354
|
height: 16,
|
|
332
355
|
viewBox: "0 0 16 16",
|
|
333
356
|
xmlns: "http://www.w3.org/2000/svg"
|
|
334
|
-
}, props), _ref$
|
|
357
|
+
}, props), _ref$2X);
|
|
335
358
|
}
|
|
336
359
|
|
|
337
|
-
function _extends$
|
|
338
|
-
var _ref$
|
|
360
|
+
function _extends$2W() { _extends$2W = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2W.apply(this, arguments); }
|
|
361
|
+
var _ref$2W = /*#__PURE__*/React.createElement("g", {
|
|
339
362
|
fill: "none",
|
|
340
363
|
fillRule: "evenodd"
|
|
341
364
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -344,16 +367,36 @@ var _ref$2A = /*#__PURE__*/React.createElement("g", {
|
|
|
344
367
|
fillRule: "nonzero"
|
|
345
368
|
}));
|
|
346
369
|
function SvgApplicationProductsThirdMenu(props) {
|
|
347
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
370
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2W({
|
|
348
371
|
width: 16,
|
|
349
372
|
height: 16,
|
|
350
373
|
viewBox: "0 0 16 16",
|
|
351
374
|
xmlns: "http://www.w3.org/2000/svg"
|
|
352
|
-
}, props), _ref$
|
|
375
|
+
}, props), _ref$2W);
|
|
353
376
|
}
|
|
354
377
|
|
|
355
|
-
function _extends$
|
|
356
|
-
var _ref$
|
|
378
|
+
function _extends$2V() { _extends$2V = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2V.apply(this, arguments); }
|
|
379
|
+
var _ref$2V = /*#__PURE__*/React.createElement("g", {
|
|
380
|
+
fill: "currentColor",
|
|
381
|
+
fillRule: "evenodd"
|
|
382
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
383
|
+
fillOpacity: 0,
|
|
384
|
+
d: "M0 0h16v16H0z"
|
|
385
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
386
|
+
d: "M9.044 1A4.472 4.472 0 0 0 9 1.623c0 2.39 4.233 7.729 4.233 7.729s.838-1.02 1.768-2.379L15 14a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h7.044zM2.2 7.614v6.184h1.271l1.405-4.302L2.2 7.615zm3.702 2.604l-1.169 3.58h6.258l-5.089-3.58zm2.246-6.88L6.29 9.027l6.784 4.772h.725v-3.247l-.583.712-.924-1.166-.076-.097a42.466 42.466 0 0 1-.61-.807c-.51-.691-1.02-1.42-1.497-2.157-.34-.524-.651-1.034-.928-1.525-.45-.796-.799-1.518-1.034-2.173zm-.889-1.141L2.2 2.199v3.95l3.065 2.156 1.994-6.107zM13.135 0C14.452 0 15.5 1.053 15.5 2.388l-.008.147c-.148 1.48-2.357 4.17-2.357 4.17s-2.366-2.983-2.366-4.318C10.77 1.052 11.816 0 13.135 0zm0 1.348c-.588 0-1.113.513-1.113 1.123s.434 1.123 1.02 1.123c.587 0 1.112-.513 1.112-1.123s-.433-1.123-1.019-1.123z",
|
|
387
|
+
fillRule: "nonzero"
|
|
388
|
+
}));
|
|
389
|
+
function SvgAreaThirdMenu(props) {
|
|
390
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2V({
|
|
391
|
+
width: 16,
|
|
392
|
+
height: 16,
|
|
393
|
+
viewBox: "0 0 16 16",
|
|
394
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
395
|
+
}, props), _ref$2V);
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
function _extends$2U() { _extends$2U = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2U.apply(this, arguments); }
|
|
399
|
+
var _ref$2U = /*#__PURE__*/React.createElement("g", {
|
|
357
400
|
fill: "none",
|
|
358
401
|
fillRule: "evenodd"
|
|
359
402
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -362,16 +405,16 @@ var _ref$2z = /*#__PURE__*/React.createElement("g", {
|
|
|
362
405
|
fillRule: "nonzero"
|
|
363
406
|
}));
|
|
364
407
|
function SvgArrangeTemplateLibraryThirdMenu(props) {
|
|
365
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
408
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2U({
|
|
366
409
|
width: 16,
|
|
367
410
|
height: 16,
|
|
368
411
|
viewBox: "0 0 16 16",
|
|
369
412
|
xmlns: "http://www.w3.org/2000/svg"
|
|
370
|
-
}, props), _ref$
|
|
413
|
+
}, props), _ref$2U);
|
|
371
414
|
}
|
|
372
415
|
|
|
373
|
-
function _extends$
|
|
374
|
-
var _ref$
|
|
416
|
+
function _extends$2T() { _extends$2T = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2T.apply(this, arguments); }
|
|
417
|
+
var _ref$2T = /*#__PURE__*/React.createElement("g", {
|
|
375
418
|
fill: "currentColor",
|
|
376
419
|
fillRule: "evenodd"
|
|
377
420
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -384,31 +427,31 @@ var _ref$2y = /*#__PURE__*/React.createElement("g", {
|
|
|
384
427
|
transform: "translate(8.875 8.875)"
|
|
385
428
|
}));
|
|
386
429
|
function SvgAuthorityManagementThirdMenu(props) {
|
|
387
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
430
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2T({
|
|
388
431
|
width: 16,
|
|
389
432
|
height: 16,
|
|
390
433
|
viewBox: "0 0 16 16",
|
|
391
434
|
xmlns: "http://www.w3.org/2000/svg"
|
|
392
|
-
}, props), _ref$
|
|
435
|
+
}, props), _ref$2T);
|
|
393
436
|
}
|
|
394
437
|
|
|
395
|
-
function _extends$
|
|
396
|
-
var _ref$
|
|
438
|
+
function _extends$2S() { _extends$2S = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2S.apply(this, arguments); }
|
|
439
|
+
var _ref$2S = /*#__PURE__*/React.createElement("path", {
|
|
397
440
|
d: "M2 6.042a1 1 0 0 1 .422.093l4.852 2.261a.5.5 0 0 1 .288.453v4.582a1 1 0 0 1-1.422.906L1.29 12.076A.5.5 0 0 1 1 11.623V7.042a1 1 0 0 1 1-1zm12 0a1 1 0 0 1 1 1v4.58a.5.5 0 0 1-.289.454L9.86 14.337a1 1 0 0 1-1.422-.906V8.849a.5.5 0 0 1 .288-.453l4.852-2.26A1 1 0 0 1 14 6.041zM2.2 7.355v3.822l4.162 1.94V9.295L2.2 7.355zm11.6 0l-4.162 1.94v3.822l4.162-1.94V7.355zM5.498 2.942a.6.6 0 0 1-.301.793L3.62 4.44l4.42 2.147 4.312-2.144-1.47-.66a.6.6 0 0 1-.334-.702l.032-.092a.6.6 0 0 1 .793-.301l2.037.915c.076.031.163.08.253.155a.813.813 0 0 1 .31.644c0 .26-.106.476-.268.642a1.014 1.014 0 0 1-.261.196L8.531 7.685a1.1 1.1 0 0 1-.97.005L2.49 5.226a1.171 1.171 0 0 1-.225-.175.876.876 0 0 1-.289-.643c0-.285.137-.499.331-.654.09-.072.177-.119.234-.143l2.163-.97a.6.6 0 0 1 .793.3zm3.21-.726v.826h.978l-1.63 1.93-1.63-1.93h1.018v-.826h1.264zm.002-.579l-.002.4H7.43v-.4h1.28zM8.708 1l-.012.407H7.444V1h1.264z",
|
|
398
441
|
fill: "currentColor",
|
|
399
442
|
fillRule: "nonzero"
|
|
400
443
|
});
|
|
401
444
|
function SvgAutomaticCollectionThirdMenu(props) {
|
|
402
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
445
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2S({
|
|
403
446
|
width: 16,
|
|
404
447
|
height: 16,
|
|
405
448
|
viewBox: "0 0 16 16",
|
|
406
449
|
xmlns: "http://www.w3.org/2000/svg"
|
|
407
|
-
}, props), _ref$
|
|
450
|
+
}, props), _ref$2S);
|
|
408
451
|
}
|
|
409
452
|
|
|
410
|
-
function _extends$
|
|
411
|
-
var _ref$
|
|
453
|
+
function _extends$2R() { _extends$2R = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2R.apply(this, arguments); }
|
|
454
|
+
var _ref$2R = /*#__PURE__*/React.createElement("g", {
|
|
412
455
|
fill: "currentColor",
|
|
413
456
|
fillRule: "evenodd"
|
|
414
457
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -419,31 +462,102 @@ var _ref$2w = /*#__PURE__*/React.createElement("g", {
|
|
|
419
462
|
fillRule: "nonzero"
|
|
420
463
|
}));
|
|
421
464
|
function SvgAutomaticDiscoveryThirdMenu(props) {
|
|
422
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
465
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2R({
|
|
423
466
|
width: 16,
|
|
424
467
|
height: 16,
|
|
425
468
|
viewBox: "0 0 16 16",
|
|
426
469
|
xmlns: "http://www.w3.org/2000/svg"
|
|
427
|
-
}, props), _ref$
|
|
470
|
+
}, props), _ref$2R);
|
|
428
471
|
}
|
|
429
472
|
|
|
430
|
-
function _extends$
|
|
431
|
-
var _ref$
|
|
473
|
+
function _extends$2Q() { _extends$2Q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2Q.apply(this, arguments); }
|
|
474
|
+
var _ref$2Q = /*#__PURE__*/React.createElement("g", {
|
|
475
|
+
fill: "currentColor",
|
|
476
|
+
fillRule: "evenodd"
|
|
477
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
478
|
+
fillOpacity: 0,
|
|
479
|
+
d: "M0 0h16v16H0z"
|
|
480
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
481
|
+
d: "M13.01 8.306a.45.45 0 0 1 .41.246l1.719 2.988a.522.522 0 0 1 0 .491l-1.72 2.988a.45.45 0 0 1-.409.246H9.53a.45.45 0 0 1-.409-.246l-1.72-2.988a.522.522 0 0 1 0-.491l1.72-2.988a.45.45 0 0 1 .41-.246h3.479zm-.425 1.2h-2.63l-1.312 2.277 1.31 2.281h2.63l1.313-2.278-1.31-2.28zM6.87 4.826a.45.45 0 0 1 .409.246l1.72 2.988a.522.522 0 0 1 0 .492l-1.72 2.988a.45.45 0 0 1-.41.246H3.39a.45.45 0 0 1-.41-.246L1.262 8.552a.522.522 0 0 1 0-.492l1.72-2.988a.45.45 0 0 1 .409-.245h3.48zm-.425 1.2h-2.63L2.503 8.305l1.31 2.28h2.63l1.313-2.277-1.311-2.28zm6.52-4.806a.45.45 0 0 1 .41.246l1.718 2.988a.522.522 0 0 1 0 .491l-1.719 2.988a.45.45 0 0 1-.41.246H9.486a.45.45 0 0 1-.41-.246L7.358 4.945a.522.522 0 0 1 0-.491l1.719-2.988a.45.45 0 0 1 .41-.246h3.479zm-.425 1.2H9.91L8.598 4.697l1.31 2.281h2.63L13.851 4.7l-1.31-2.28z",
|
|
482
|
+
fillRule: "nonzero"
|
|
483
|
+
}));
|
|
484
|
+
function SvgAvailabilityZoneThirdMenu(props) {
|
|
485
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2Q({
|
|
486
|
+
width: 16,
|
|
487
|
+
height: 16,
|
|
488
|
+
viewBox: "0 0 16 16",
|
|
489
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
490
|
+
}, props), _ref$2Q);
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
function _extends$2P() { _extends$2P = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2P.apply(this, arguments); }
|
|
494
|
+
var _ref$2P = /*#__PURE__*/React.createElement("g", {
|
|
495
|
+
fill: "none",
|
|
496
|
+
fillRule: "evenodd"
|
|
497
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
498
|
+
d: "M0 0h16v16H0z"
|
|
499
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
500
|
+
d: "M0 0h16v16H0z"
|
|
501
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
502
|
+
transform: "translate(1 1)"
|
|
503
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
504
|
+
d: "M13 .6l.4 3.8H.6V1L13 .6z",
|
|
505
|
+
stroke: "currentColor",
|
|
506
|
+
strokeWidth: 1.2,
|
|
507
|
+
fillRule: "nonzero"
|
|
508
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
509
|
+
d: "M4.6 1.9h6.8a.6.6 0 0 1 0 1.2H4.6a.6.6 0 1 1 0-1.2zM2.6 3.1a.6.6 0 1 0 0-1.2.6.6 0 0 0 0 1.2z",
|
|
510
|
+
fill: "currentColor",
|
|
511
|
+
fillRule: "nonzero"
|
|
512
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
513
|
+
d: "M13.4 6.6V10L1 10.4.6 6.6h12.8z",
|
|
514
|
+
stroke: "currentColor",
|
|
515
|
+
strokeWidth: 1.2,
|
|
516
|
+
fillRule: "nonzero"
|
|
517
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
518
|
+
d: "M4.6 7.9h6.8a.6.6 0 0 1 0 1.2H4.6a.6.6 0 1 1 0-1.2zM2.6 9.1a.6.6 0 1 0 0-1.2.6.6 0 0 0 0 1.2z",
|
|
519
|
+
fill: "currentColor"
|
|
520
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
521
|
+
fill: "currentColor",
|
|
522
|
+
y: 11.8,
|
|
523
|
+
width: 14,
|
|
524
|
+
height: 1.2,
|
|
525
|
+
rx: 0.6
|
|
526
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
527
|
+
fill: "currentColor",
|
|
528
|
+
transform: "rotate(-90 7 12.1)",
|
|
529
|
+
x: 5,
|
|
530
|
+
y: 11.5,
|
|
531
|
+
width: 4,
|
|
532
|
+
height: 1.2,
|
|
533
|
+
rx: 0.6
|
|
534
|
+
})));
|
|
535
|
+
function SvgBackendThirdMenu(props) {
|
|
536
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2P({
|
|
537
|
+
width: 16,
|
|
538
|
+
height: 16,
|
|
539
|
+
viewBox: "0 0 16 16",
|
|
540
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
541
|
+
}, props), _ref$2P);
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
function _extends$2O() { _extends$2O = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2O.apply(this, arguments); }
|
|
545
|
+
var _ref$2O = /*#__PURE__*/React.createElement("path", {
|
|
432
546
|
d: "M11.438 1.1a1.1 1.1 0 0 1 1.1 1.1v4.81a.6.6 0 0 1-1.2 0V2.3h-9.3v11.05h3.941a.6.6 0 0 1 .592.503l.008.097a.6.6 0 0 1-.6.6H1.938a1.1 1.1 0 0 1-1.1-1.1V2.2a1.1 1.1 0 0 1 1.1-1.1h9.5zm-.375 7.1c1.304 0 2.424.832 2.823 2.02l.004.012.092.026a2.183 2.183 0 0 1 1.512 1.894l.006.157a2.125 2.125 0 0 1-2.14 2.141H9.093a2.475 2.475 0 0 1-2.469-2.469c0-.548.176-1.053.479-1.463h-1.72v-.984h3.2v.014l.058-.087a2.904 2.904 0 0 1 2.223-1.255l.198-.006zm0 1a1.9 1.9 0 0 0-1.719 1.036l-.119.239-.264.034c-.778.1-1.336.716-1.336 1.472 0 .807.662 1.469 1.469 1.469h4.265c.643 0 1.141-.498 1.141-1.141a1.17 1.17 0 0 0-1.05-1.142l-.373-.03L13 10.77A1.97 1.97 0 0 0 11.063 9.2zm-7.278.21a.615.615 0 1 1 0 1.231.615.615 0 0 1 0-1.23zm0-2.214a.615.615 0 1 1 0 1.23.615.615 0 0 1 0-1.23zm6.426.123v.985H5.365l.02-.985h4.826zM3.785 4.981a.615.615 0 1 1 0 1.23.615.615 0 0 1 0-1.23zm6.426.123v.985H5.385v-.985h4.826z",
|
|
433
547
|
fill: "currentColor",
|
|
434
548
|
fillRule: "nonzero"
|
|
435
549
|
});
|
|
436
550
|
function SvgBasicCloudResourcesThirdMenu(props) {
|
|
437
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
551
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2O({
|
|
438
552
|
width: 16,
|
|
439
553
|
height: 16,
|
|
440
554
|
viewBox: "0 0 16 16",
|
|
441
555
|
xmlns: "http://www.w3.org/2000/svg"
|
|
442
|
-
}, props), _ref$
|
|
556
|
+
}, props), _ref$2O);
|
|
443
557
|
}
|
|
444
558
|
|
|
445
|
-
function _extends$
|
|
446
|
-
var _ref$
|
|
559
|
+
function _extends$2N() { _extends$2N = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2N.apply(this, arguments); }
|
|
560
|
+
var _ref$2N = /*#__PURE__*/React.createElement("g", {
|
|
447
561
|
fill: "none",
|
|
448
562
|
fillRule: "evenodd"
|
|
449
563
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -456,16 +570,16 @@ var _ref$2u = /*#__PURE__*/React.createElement("g", {
|
|
|
456
570
|
fillRule: "nonzero"
|
|
457
571
|
}));
|
|
458
572
|
function SvgBasicInfoThirdMenu(props) {
|
|
459
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
573
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2N({
|
|
460
574
|
width: 16,
|
|
461
575
|
height: 16,
|
|
462
576
|
viewBox: "0 0 16 16",
|
|
463
577
|
xmlns: "http://www.w3.org/2000/svg"
|
|
464
|
-
}, props), _ref$
|
|
578
|
+
}, props), _ref$2N);
|
|
465
579
|
}
|
|
466
580
|
|
|
467
|
-
function _extends$
|
|
468
|
-
var _ref$
|
|
581
|
+
function _extends$2M() { _extends$2M = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2M.apply(this, arguments); }
|
|
582
|
+
var _ref$2M = /*#__PURE__*/React.createElement("g", {
|
|
469
583
|
fill: "none",
|
|
470
584
|
fillRule: "evenodd"
|
|
471
585
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -477,16 +591,16 @@ var _ref$2t = /*#__PURE__*/React.createElement("g", {
|
|
|
477
591
|
fill: "currentColor"
|
|
478
592
|
}));
|
|
479
593
|
function SvgBesappserviceThirdMenu(props) {
|
|
480
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
594
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2M({
|
|
481
595
|
width: 16,
|
|
482
596
|
height: 16,
|
|
483
597
|
viewBox: "0 0 16 16",
|
|
484
598
|
xmlns: "http://www.w3.org/2000/svg"
|
|
485
|
-
}, props), _ref$
|
|
599
|
+
}, props), _ref$2M);
|
|
486
600
|
}
|
|
487
601
|
|
|
488
|
-
function _extends$
|
|
489
|
-
var _ref$
|
|
602
|
+
function _extends$2L() { _extends$2L = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2L.apply(this, arguments); }
|
|
603
|
+
var _ref$2L = /*#__PURE__*/React.createElement("g", {
|
|
490
604
|
fill: "currentColor",
|
|
491
605
|
fillRule: "evenodd"
|
|
492
606
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -497,16 +611,16 @@ var _ref$2s = /*#__PURE__*/React.createElement("g", {
|
|
|
497
611
|
fillRule: "nonzero"
|
|
498
612
|
}));
|
|
499
613
|
function SvgBlocksThirdMenu(props) {
|
|
500
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
614
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2L({
|
|
501
615
|
width: 16,
|
|
502
616
|
height: 16,
|
|
503
617
|
viewBox: "0 0 16 16",
|
|
504
618
|
xmlns: "http://www.w3.org/2000/svg"
|
|
505
|
-
}, props), _ref$
|
|
619
|
+
}, props), _ref$2L);
|
|
506
620
|
}
|
|
507
621
|
|
|
508
|
-
function _extends$
|
|
509
|
-
var _ref$
|
|
622
|
+
function _extends$2K() { _extends$2K = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2K.apply(this, arguments); }
|
|
623
|
+
var _ref$2K = /*#__PURE__*/React.createElement("g", {
|
|
510
624
|
fill: "none",
|
|
511
625
|
fillRule: "evenodd"
|
|
512
626
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -519,16 +633,39 @@ var _ref$2r = /*#__PURE__*/React.createElement("g", {
|
|
|
519
633
|
fillRule: "nonzero"
|
|
520
634
|
}));
|
|
521
635
|
function SvgBlueprintInstanceThirdMenu(props) {
|
|
522
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
636
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2K({
|
|
523
637
|
width: 16,
|
|
524
638
|
height: 16,
|
|
525
639
|
viewBox: "0 0 16 16",
|
|
526
640
|
xmlns: "http://www.w3.org/2000/svg"
|
|
527
|
-
}, props), _ref$
|
|
641
|
+
}, props), _ref$2K);
|
|
528
642
|
}
|
|
529
643
|
|
|
530
|
-
function _extends$
|
|
531
|
-
var _ref$
|
|
644
|
+
function _extends$2J() { _extends$2J = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2J.apply(this, arguments); }
|
|
645
|
+
var _ref$2J = /*#__PURE__*/React.createElement("g", {
|
|
646
|
+
fill: "currentColor",
|
|
647
|
+
fillRule: "evenodd"
|
|
648
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
649
|
+
fillOpacity: 0,
|
|
650
|
+
d: "M0 0h16v16H0z"
|
|
651
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
652
|
+
fillOpacity: 0,
|
|
653
|
+
d: "M1 1h14v14H1z"
|
|
654
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
655
|
+
d: "M2.078 5.145a.2.2 0 0 1-.147-.336l2.445-2.641.012-.012a.2.2 0 0 1 .283.013L7.077 4.81a.2.2 0 0 1-.148.335H5.1v5.404A7.093 7.093 0 0 1 11 7.4V5.458a.2.2 0 0 1 .336-.147l2.642 2.445a.2.2 0 0 1-.002.295l-2.641 2.406A.2.2 0 0 1 11 10.31V8.6a5.9 5.9 0 0 0-5.9 5.9v.5H3.9V5.145z",
|
|
656
|
+
fillRule: "nonzero"
|
|
657
|
+
}));
|
|
658
|
+
function SvgBroadbandLineThirdMenu(props) {
|
|
659
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2J({
|
|
660
|
+
width: 16,
|
|
661
|
+
height: 16,
|
|
662
|
+
viewBox: "0 0 16 16",
|
|
663
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
664
|
+
}, props), _ref$2J);
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
function _extends$2I() { _extends$2I = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2I.apply(this, arguments); }
|
|
668
|
+
var _ref$2I = /*#__PURE__*/React.createElement("g", {
|
|
532
669
|
fill: "none",
|
|
533
670
|
fillRule: "evenodd"
|
|
534
671
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -539,83 +676,130 @@ var _ref$2q = /*#__PURE__*/React.createElement("g", {
|
|
|
539
676
|
fillRule: "nonzero"
|
|
540
677
|
}));
|
|
541
678
|
function SvgBrokerThirdMenu(props) {
|
|
542
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
679
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2I({
|
|
543
680
|
width: 16,
|
|
544
681
|
height: 16,
|
|
545
682
|
viewBox: "0 0 16 16",
|
|
546
683
|
xmlns: "http://www.w3.org/2000/svg"
|
|
547
|
-
}, props), _ref$
|
|
684
|
+
}, props), _ref$2I);
|
|
548
685
|
}
|
|
549
686
|
|
|
550
|
-
function _extends$
|
|
551
|
-
var _ref$
|
|
687
|
+
function _extends$2H() { _extends$2H = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2H.apply(this, arguments); }
|
|
688
|
+
var _ref$2H = /*#__PURE__*/React.createElement("path", {
|
|
552
689
|
d: "M9 1.4a6.6 6.6 0 1 1-4.719 11.214.6.6 0 1 1 .858-.839 5.4 5.4 0 1 0-1.484-4.55l1.41-1.407a.6.6 0 0 1 .773-.063l.075.063a.6.6 0 0 1 0 .848L3.688 8.891a.6.6 0 0 1-.849 0L.718 6.77a.6.6 0 0 1 .849-.849l.932.934A6.602 6.602 0 0 1 9 1.4zm.603 4.267v2.111l1.946 2.2-.9.795-2.096-2.37a.6.6 0 0 1-.15-.397V5.667h1.2z",
|
|
553
690
|
fill: "currentColor",
|
|
554
691
|
fillRule: "nonzero"
|
|
555
692
|
});
|
|
556
693
|
function SvgBuildHistoryThirdMenu(props) {
|
|
557
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
694
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2H({
|
|
558
695
|
width: 16,
|
|
559
696
|
height: 16,
|
|
560
697
|
viewBox: "0 0 16 16",
|
|
561
698
|
xmlns: "http://www.w3.org/2000/svg"
|
|
562
|
-
}, props), _ref$
|
|
699
|
+
}, props), _ref$2H);
|
|
563
700
|
}
|
|
564
701
|
|
|
565
|
-
function _extends$
|
|
566
|
-
var _ref$
|
|
702
|
+
function _extends$2G() { _extends$2G = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2G.apply(this, arguments); }
|
|
703
|
+
var _ref$2G = /*#__PURE__*/React.createElement("path", {
|
|
567
704
|
d: "M14 .4A1.6 1.6 0 0 1 15.6 2v8.5a1.6 1.6 0 0 1-1.6 1.6H6.33l-1.546 1.925h6.442l-.007-.011-.282-.375-.059-.079a.6.6 0 0 1 .96-.72l.507.675c.647.862.031 1.71-1.024 1.71H4.679c-1.055 0-1.67-.848-1.012-1.726L4.79 12.1H2a1.6 1.6 0 0 1-1.6-1.6V2A1.6 1.6 0 0 1 2 .4h12zm0 1.2H2a.4.4 0 0 0-.4.4v8.5c0 .22.18.4.4.4h12a.4.4 0 0 0 .4-.4V2a.4.4 0 0 0-.4-.4zM4.062 7.125a1.313 1.313 0 1 1 0 2.625 1.313 1.313 0 0 1 0-2.625zm8.375.713a.6.6 0 0 1 0 1.2h-4.5a.6.6 0 1 1 0-1.2h4.5zM6.386 3.193a.6.6 0 0 1 .016.848l-1.77 1.84-.418.436-.433-.422-1.012-.988a.6.6 0 0 1 .837-.859l.58.566 1.351-1.405a.6.6 0 0 1 .849-.016zm6.051 1.145a.6.6 0 0 1 0 1.2h-4.5a.6.6 0 1 1 0-1.2h4.5z",
|
|
568
705
|
fill: "currentColor",
|
|
569
706
|
fillRule: "nonzero"
|
|
570
707
|
});
|
|
571
708
|
function SvgBuildMachineManagementThirdMenu(props) {
|
|
572
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
709
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2G({
|
|
573
710
|
width: 16,
|
|
574
711
|
height: 16,
|
|
575
712
|
viewBox: "0 0 16 16",
|
|
576
713
|
xmlns: "http://www.w3.org/2000/svg"
|
|
577
|
-
}, props), _ref$
|
|
714
|
+
}, props), _ref$2G);
|
|
578
715
|
}
|
|
579
716
|
|
|
580
|
-
function _extends$
|
|
581
|
-
var _ref$
|
|
582
|
-
|
|
717
|
+
function _extends$2F() { _extends$2F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2F.apply(this, arguments); }
|
|
718
|
+
var _ref$2F = /*#__PURE__*/React.createElement("g", {
|
|
719
|
+
fill: "none",
|
|
720
|
+
fillRule: "evenodd"
|
|
721
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
722
|
+
fillOpacity: 0,
|
|
723
|
+
fill: "currentColor",
|
|
724
|
+
d: "M0 0h16v16H0z"
|
|
725
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
726
|
+
d: "M1.5 1h13.176v13.176H1.5z"
|
|
727
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
728
|
+
d: "M12.16 8.9a3.159 3.159 0 1 1 0 6.317 3.159 3.159 0 0 1 0-6.317zM10.3.614a1.6 1.6 0 0 1 1.6 1.6v5.867a3.974 3.974 0 0 0-1.2.317V5.83H1.9V9.4h7.424a4 4 0 0 0-.738 1.2H1.9v2.615c0 .221.18.4.4.4h6.324c.189.448.457.854.787 1.201H2.3a1.6 1.6 0 0 1-1.6-1.6v-11a1.6 1.6 0 0 1 1.6-1.6h8zM12.16 9.9a2.159 2.159 0 1 0 .001 4.317 2.159 2.159 0 0 0 0-4.317zm.147 2.4v1h-1.4v-1h1.4zm1.1-1.5v1h-2.5v-1h2.5zM10.3 1.814h-8a.4.4 0 0 0-.4.4v2.417h8.8V2.214a.4.4 0 0 0-.4-.4z",
|
|
583
729
|
fill: "currentColor",
|
|
584
730
|
fillRule: "nonzero"
|
|
585
|
-
});
|
|
586
|
-
function
|
|
587
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
731
|
+
}));
|
|
732
|
+
function SvgCabinetListThirdMenu(props) {
|
|
733
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2F({
|
|
588
734
|
width: 16,
|
|
589
735
|
height: 16,
|
|
590
736
|
viewBox: "0 0 16 16",
|
|
591
737
|
xmlns: "http://www.w3.org/2000/svg"
|
|
592
|
-
}, props), _ref$
|
|
738
|
+
}, props), _ref$2F);
|
|
593
739
|
}
|
|
594
740
|
|
|
595
|
-
function _extends$
|
|
596
|
-
var _ref$
|
|
597
|
-
fill: "
|
|
741
|
+
function _extends$2E() { _extends$2E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2E.apply(this, arguments); }
|
|
742
|
+
var _ref$2E = /*#__PURE__*/React.createElement("g", {
|
|
743
|
+
fill: "currentColor",
|
|
598
744
|
fillRule: "evenodd"
|
|
599
745
|
}, /*#__PURE__*/React.createElement("path", {
|
|
600
746
|
fillOpacity: 0,
|
|
601
|
-
fill: "currentColor",
|
|
602
747
|
d: "M0 0h16v16H0z"
|
|
603
748
|
}), /*#__PURE__*/React.createElement("path", {
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
749
|
+
fillOpacity: 0,
|
|
750
|
+
d: "M1 1h14v14H1z"
|
|
751
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
752
|
+
d: "M12.563 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3.437a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h9.126zm-.2 9.8H3.636v3h8.726v-3zm-3.335.71v1H6.94v-1h2.088zm3.335-5.111H3.636V9.6h8.726V6.399zM9.027 7v1H6.94V7h2.088zm3.335-4.8H3.636v2.999h8.726V2.2zM9.027 3v1H6.94V3h2.088z",
|
|
753
|
+
fillRule: "nonzero"
|
|
607
754
|
}));
|
|
608
|
-
function
|
|
609
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
755
|
+
function SvgCabinetThirdMenu(props) {
|
|
756
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2E({
|
|
610
757
|
width: 16,
|
|
611
758
|
height: 16,
|
|
612
759
|
viewBox: "0 0 16 16",
|
|
613
760
|
xmlns: "http://www.w3.org/2000/svg"
|
|
614
|
-
}, props), _ref$
|
|
761
|
+
}, props), _ref$2E);
|
|
615
762
|
}
|
|
616
763
|
|
|
617
|
-
function _extends$
|
|
618
|
-
var _ref$
|
|
764
|
+
function _extends$2D() { _extends$2D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2D.apply(this, arguments); }
|
|
765
|
+
var _ref$2D = /*#__PURE__*/React.createElement("path", {
|
|
766
|
+
d: "M11.775 9a.4.4 0 0 0-.4-.4h-6.75a.4.4 0 0 0-.4.4v.75h.15a1 1 0 0 1 1 1v2.375a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V10.75a1 1 0 0 1 1-1h1.025V9a1.6 1.6 0 0 1 1.6-1.6H7.4V6.253h1.2V7.4h2.775a1.6 1.6 0 0 1 1.6 1.6v.75H14a1 1 0 0 1 1 1v2.375a1 1 0 0 1-1 1h-2.375a1 1 0 0 1-1-1V10.75a1 1 0 0 1 1-1h.15V9zm-7.6 1.95H2.2v1.975h1.975V10.95zm9.625 0h-1.975v1.975H13.8V10.95zM9.188 1.875a1 1 0 0 1 1 1V5.25a1 1 0 0 1-1 1H6.813a1 1 0 0 1-1-1V2.875a1 1 0 0 1 1-1h2.375zm-.2 1.2H7.013V5.05h1.975V3.075z",
|
|
767
|
+
fill: "currentColor",
|
|
768
|
+
fillRule: "nonzero"
|
|
769
|
+
});
|
|
770
|
+
function SvgCallRelationshipThirdMenu(props) {
|
|
771
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2D({
|
|
772
|
+
width: 16,
|
|
773
|
+
height: 16,
|
|
774
|
+
viewBox: "0 0 16 16",
|
|
775
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
776
|
+
}, props), _ref$2D);
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
function _extends$2C() { _extends$2C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2C.apply(this, arguments); }
|
|
780
|
+
var _ref$2C = /*#__PURE__*/React.createElement("g", {
|
|
781
|
+
fill: "none",
|
|
782
|
+
fillRule: "evenodd"
|
|
783
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
784
|
+
fillOpacity: 0,
|
|
785
|
+
fill: "currentColor",
|
|
786
|
+
d: "M0 0h16v16H0z"
|
|
787
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
788
|
+
d: "M7.977 4.584c.214 0 .388.011.559.035a3.69 3.69 0 0 1 1.415.516c.411.257.768.593 1.049.987.287.405.493.876.595 1.36.111.528.104 1.082-.02 1.604a3.664 3.664 0 0 1-.618 1.326c-.924 1.087-1.086 1.62-1.086 2.17 0 .456.126.893.352 1.27-.33.517-.461.373-.599.182a2.361 2.361 0 0 1-.452-1.442c.007-.412.092-.82.249-1.202a3.43 3.43 0 0 1 .663-1.035c.232-.266.372-.435.487-.631a2.912 2.912 0 0 0 .344-2.099 2.983 2.983 0 0 0-.48-1.098 2.994 2.994 0 0 0-.848-.797 2.935 2.935 0 0 0-1.146-.418c-1.335.05-1.7.212-2.027.417-.33.206-.623.482-.85.8a2.99 2.99 0 0 0-.481 1.1c-.088.428-.081.87.019 1.293.064.277.174.548.325.802.118.2.262.371.403.535.363.396.59.747.748 1.13.157.385.235.794.249 1.204a2.36 2.36 0 0 1-.453 1.441c-.53.298-.705.236-.858.176.485-.735.611-1.172.611-1.629 0-.594-.222-1.17-.678-1.7-.678-.834-.91-1.303-1.028-1.794a3.704 3.704 0 0 1-.02-1.604c.105-.49.307-.952.595-1.36a3.698 3.698 0 0 1 1.049-.987 3.681 3.681 0 0 1 1.407-.515c.172-.022.348-.037.525-.037zm0-2.822a6.503 6.503 0 0 1 2.568.51c.769.325 1.468.796 2.059 1.387A6.466 6.466 0 0 1 14.5 8.24a6.442 6.442 0 0 1-.654 2.84 6.878 6.878 0 0 1-1.48 1.963c-.336-.568-.188-.773.018-1.012a5.77 5.77 0 0 0-.277-7.874 5.759 5.759 0 0 0-4.083-1.694A5.785 5.785 0 0 0 2.2 8.238c0 1.397.503 2.745 1.416 3.792.207.24.354.433.316.635-.907-.19-1.436-.888-1.777-1.587a6.45 6.45 0 0 1-.654-2.84 6.438 6.438 0 0 1 1.897-4.58 6.433 6.433 0 0 1 2.059-1.387 6.43 6.43 0 0 1 2.52-.509zm.025 5.666a.873.873 0 0 1 .876.876.876.876 0 0 1-1.497.62.875.875 0 0 1 .62-1.496z",
|
|
789
|
+
fillRule: "nonzero",
|
|
790
|
+
stroke: "currentColor"
|
|
791
|
+
}));
|
|
792
|
+
function SvgCephThirdMenu(props) {
|
|
793
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2C({
|
|
794
|
+
width: 16,
|
|
795
|
+
height: 16,
|
|
796
|
+
viewBox: "0 0 16 16",
|
|
797
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
798
|
+
}, props), _ref$2C);
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
function _extends$2B() { _extends$2B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2B.apply(this, arguments); }
|
|
802
|
+
var _ref$2B = /*#__PURE__*/React.createElement("g", {
|
|
619
803
|
transform: "translate(1 1.106)",
|
|
620
804
|
fill: "none",
|
|
621
805
|
fillRule: "evenodd"
|
|
@@ -632,16 +816,16 @@ var _ref$2l = /*#__PURE__*/React.createElement("g", {
|
|
|
632
816
|
d: "M9.188 7.6l.437.007h.438v1.75h1.75v.875H9.187z"
|
|
633
817
|
}));
|
|
634
818
|
function SvgChangeHistoryThirdMenu(props) {
|
|
635
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
819
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2B({
|
|
636
820
|
width: 16,
|
|
637
821
|
height: 16,
|
|
638
822
|
viewBox: "0 0 16 16",
|
|
639
823
|
xmlns: "http://www.w3.org/2000/svg"
|
|
640
|
-
}, props), _ref$
|
|
824
|
+
}, props), _ref$2B);
|
|
641
825
|
}
|
|
642
826
|
|
|
643
|
-
function _extends$
|
|
644
|
-
var _ref$
|
|
827
|
+
function _extends$2A() { _extends$2A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2A.apply(this, arguments); }
|
|
828
|
+
var _ref$2A = /*#__PURE__*/React.createElement("g", {
|
|
645
829
|
fill: "currentColor",
|
|
646
830
|
fillRule: "evenodd"
|
|
647
831
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -655,31 +839,31 @@ var _ref$2k = /*#__PURE__*/React.createElement("g", {
|
|
|
655
839
|
fillRule: "nonzero"
|
|
656
840
|
}));
|
|
657
841
|
function SvgClickhouseThirdMenu(props) {
|
|
658
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
842
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2A({
|
|
659
843
|
width: 16,
|
|
660
844
|
height: 16,
|
|
661
845
|
viewBox: "0 0 16 16",
|
|
662
846
|
xmlns: "http://www.w3.org/2000/svg"
|
|
663
|
-
}, props), _ref$
|
|
847
|
+
}, props), _ref$2A);
|
|
664
848
|
}
|
|
665
849
|
|
|
666
|
-
function _extends$
|
|
667
|
-
var _ref$
|
|
850
|
+
function _extends$2z() { _extends$2z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2z.apply(this, arguments); }
|
|
851
|
+
var _ref$2z = /*#__PURE__*/React.createElement("path", {
|
|
668
852
|
d: "M7.98 1c.21 0 .382.229.382.51 0 .365-.078.413-.096.898.002.184.04.366.115.533.07.023.118.088.119.164l-.003.011.223.027a5.113 5.113 0 0 1 2.971 1.548l.008-.008a.168.168 0 0 1 .194-.008c.21-.048.357-.165.456-.252.362-.317.352-.41.63-.636.218-.176.499-.182.632-.015.133.169.062.446-.154.623-.28.229-.365.197-.75.485a1.318 1.318 0 0 0-.342.429l-.016-.031a.177.177 0 0 1-.021.233l-.021-.032.126.207c.571.99.807 2.148.666 3.292l-.015-.005a.173.173 0 0 1 .133.167c.168.145.357.192.49.217.47.09.534.024.883.106.27.062.45.28.402.489-.048.209-.303.327-.572.265-.35-.08-.378-.168-.84-.295-.18-.04-.365-.04-.544-.003a.168.168 0 0 1-.163.08l.01-.032-.086.247a5.255 5.255 0 0 1-2.142 2.604.173.173 0 0 1-.037.167c.006.16.053.319.134.46.224.427.314.44.47.767.119.254.063.536-.127.628-.19.092-.441-.038-.562-.291-.154-.329-.106-.406-.297-.852a1.299 1.299 0 0 0-.288-.39.171.171 0 0 1-.205-.038l-.004-.007-.146.053a5.09 5.09 0 0 1-3.163.022l-.237-.083a.17.17 0 0 1-.135.101l.079-.049-.094.055c-.2.137-.295.33-.353.465-.19.446-.142.524-.297.852-.12.255-.372.386-.562.291-.19-.094-.247-.374-.127-.627.155-.33.246-.339.469-.768.08-.173.122-.36.125-.55a.176.176 0 0 1-.04-.197l.016-.027-.167-.107a5.253 5.253 0 0 1-2.03-2.726.164.164 0 0 1-.15-.066 1 1 0 0 0-.506.025c-.462.126-.491.213-.84.295-.27.062-.526-.056-.573-.266-.048-.21.133-.429.403-.489.349-.08.414-.014.883-.105.162-.039.315-.11.45-.207a.175.175 0 0 1 .127-.212l-.013.004-.018-.164a5.29 5.29 0 0 1 .79-3.263.177.177 0 0 1-.056-.193l.017-.033a1.068 1.068 0 0 0-.328-.367c-.384-.292-.47-.26-.75-.486-.216-.177-.285-.457-.154-.625.132-.168.414-.161.63.014.28.227.27.319.631.636.127.1.27.176.422.223a.163.163 0 0 1 .208-.005l.007.006.007.007.14-.144a5.109 5.109 0 0 1 3.071-1.438.03.03 0 0 1-.001-.01c0-.077.05-.143.118-.166a1.03 1.03 0 0 0 .101-.53c-.018-.485-.096-.533-.096-.898 0-.281.172-.51.383-.51zm-.14 9.314c-.067.07-.444.63-.813 1.244l-.182.31c-.09.155-.175.31-.252.456a4.219 4.219 0 0 0 2.745-.007 27.41 27.41 0 0 0-1.202-2.007c-.073-.095-.2-.095-.295.004zM6.452 9.47c-.066 0-1.454.145-2.328.335.305.901.888 1.67 1.657 2.185.394-.938.793-2.177.813-2.326.02-.15-.076-.192-.142-.194zm3.036 0c-.058.001-.179.055-.149.2.03.146.465 1.472.832 2.32A4.295 4.295 0 0 0 11.81 9.8a25.363 25.363 0 0 0-2.322-.33zM8.33 7.61h-.66l-.412.528.147.658.595.293.595-.293.147-.658-.412-.528zm3.172-1.5a26.546 26.546 0 0 0-1.615 1.763c-.032.048-.055.178.048.242.104.063 1.286.554 2.125.795a4.897 4.897 0 0 0-.558-2.8zm-7.008 0a4.48 4.48 0 0 0-.618 2.8c.944-.25 2.34-.756 2.391-.78.052-.025.123-.15.052-.247-.072-.097-1.08-1.144-1.825-1.773zm3.197-1.959l-.232.034A4.148 4.148 0 0 0 5.22 5.352c.742.556 1.855 1.255 1.983 1.318.129.063.222 0 .259-.131.037-.13.207-1.454.228-2.388zm.824-.001c.032.973.194 2.298.223 2.409.03.111.134.151.228.111.094-.04 1.275-.757 2.02-1.324A4.187 4.187 0 0 0 8.514 4.15z",
|
|
669
853
|
fill: "currentColor",
|
|
670
854
|
fillRule: "evenodd"
|
|
671
855
|
});
|
|
672
856
|
function SvgClusterOverviewThirdMenu(props) {
|
|
673
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
857
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2z({
|
|
674
858
|
width: 16,
|
|
675
859
|
height: 16,
|
|
676
860
|
viewBox: "0 0 16 16",
|
|
677
861
|
xmlns: "http://www.w3.org/2000/svg"
|
|
678
|
-
}, props), _ref$
|
|
862
|
+
}, props), _ref$2z);
|
|
679
863
|
}
|
|
680
864
|
|
|
681
|
-
function _extends$
|
|
682
|
-
var _ref$
|
|
865
|
+
function _extends$2y() { _extends$2y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2y.apply(this, arguments); }
|
|
866
|
+
var _ref$2y = /*#__PURE__*/React.createElement("g", {
|
|
683
867
|
fill: "none",
|
|
684
868
|
fillRule: "evenodd"
|
|
685
869
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -697,16 +881,16 @@ var _ref$2i = /*#__PURE__*/React.createElement("g", {
|
|
|
697
881
|
d: "M5.788 3.897a.6.6 0 0 1 .815-.234l1.668.924a.6.6 0 0 1 .31.525v2.716a.6.6 0 1 1-1.2 0L7.38 5.464l-1.358-.752a.6.6 0 0 1-.275-.726l.04-.09z"
|
|
698
882
|
})));
|
|
699
883
|
function SvgClusterThirdMenu(props) {
|
|
700
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
884
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2y({
|
|
701
885
|
width: 16,
|
|
702
886
|
height: 16,
|
|
703
887
|
viewBox: "0 0 16 16",
|
|
704
888
|
xmlns: "http://www.w3.org/2000/svg"
|
|
705
|
-
}, props), _ref$
|
|
889
|
+
}, props), _ref$2y);
|
|
706
890
|
}
|
|
707
891
|
|
|
708
|
-
function _extends$
|
|
709
|
-
var _ref$
|
|
892
|
+
function _extends$2x() { _extends$2x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2x.apply(this, arguments); }
|
|
893
|
+
var _ref$2x = /*#__PURE__*/React.createElement("g", {
|
|
710
894
|
stroke: "currentColor",
|
|
711
895
|
strokeLinecap: "round",
|
|
712
896
|
strokeLinejoin: "round",
|
|
@@ -721,46 +905,46 @@ var _ref$2h = /*#__PURE__*/React.createElement("g", {
|
|
|
721
905
|
d: "M13.263 6.056a.5.5 0 0 1 .405.793l-5.15 7.104a.499.499 0 0 1-.224-.592l2.443-7.305h2.526zM5.36 6.056l2.57 7.25a.5.5 0 0 1-.415.664L2.328 6.85a.5.5 0 0 1 .405-.794h2.626z"
|
|
722
906
|
}));
|
|
723
907
|
function SvgCodeProjectThirdMenu(props) {
|
|
724
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
908
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2x({
|
|
725
909
|
width: 16,
|
|
726
910
|
height: 16,
|
|
727
911
|
viewBox: "0 0 16 16",
|
|
728
912
|
xmlns: "http://www.w3.org/2000/svg"
|
|
729
|
-
}, props), _ref$
|
|
913
|
+
}, props), _ref$2x);
|
|
730
914
|
}
|
|
731
915
|
|
|
732
|
-
function _extends$
|
|
733
|
-
var _ref$
|
|
916
|
+
function _extends$2w() { _extends$2w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2w.apply(this, arguments); }
|
|
917
|
+
var _ref$2w = /*#__PURE__*/React.createElement("path", {
|
|
734
918
|
d: "M9.25 1.15c.556 0 1.006.45 1.006 1.006V4.4H13.5c.52 0 .946.392 1 .896l.006.11V8.5a.6.6 0 0 1-.6.6H3.338l-.757 4.362H4.9L4.9 10.9h1.2v2.562h3.8V10.9h1.2v2.562h2.317l-.004-.025-.255-1.473-.038-.221-.114-.656-.028-.161a.6.6 0 1 1 1.182-.205l.48 2.762c.097.549-.273 1.072-.797 1.16a.911.911 0 0 1-.195.02H2.352a1.005 1.005 0 0 1-.992-1.178l.722-4.163-.09-.047a1.005 1.005 0 0 1-.492-.759l-.006-.11v-3c0-.556.45-1.006 1.006-1.006h3.243V2.156c0-.519.393-.946.897-1l.11-.006h2.5zm-.195 1.2H6.943V5a.6.6 0 0 1-.502.592l-.097.008h-3.65l-.002 2.3h10.613V5.6H9.656a.6.6 0 0 1-.592-.503L9.056 5V2.35z",
|
|
735
919
|
fill: "currentColor",
|
|
736
920
|
fillRule: "nonzero"
|
|
737
921
|
});
|
|
738
922
|
function SvgComponentCleanupThirdMenu(props) {
|
|
739
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
923
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2w({
|
|
740
924
|
width: 16,
|
|
741
925
|
height: 16,
|
|
742
926
|
viewBox: "0 0 16 16",
|
|
743
927
|
xmlns: "http://www.w3.org/2000/svg"
|
|
744
|
-
}, props), _ref$
|
|
928
|
+
}, props), _ref$2w);
|
|
745
929
|
}
|
|
746
930
|
|
|
747
|
-
function _extends$
|
|
748
|
-
var _ref$
|
|
931
|
+
function _extends$2v() { _extends$2v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2v.apply(this, arguments); }
|
|
932
|
+
var _ref$2v = /*#__PURE__*/React.createElement("path", {
|
|
749
933
|
d: "M11.062.4C13.577.4 15.6 2.612 15.6 5.306c0 .277-.021.547-.063.811a.6.6 0 0 1-.42.481.594.594 0 0 1-.335.102h-4.293L9.261 9.144a.6.6 0 0 1-1.058.028l-.042-.093-1.067-2.942-.653 1.533a.6.6 0 0 1-.463.358l-.089.007H3.625a.6.6 0 1 1 0-1.2l1.867-.001 1.095-2.57a.6.6 0 0 1 1.116.032L8.814 7.36l.769-1.529a.6.6 0 0 1 .44-.323l.096-.008h4.276c.003-.064.005-.129.005-.194 0-2.054-1.51-3.706-3.338-3.706-.997 0-1.945.5-2.58 1.358a.6.6 0 0 1-.964 0C6.883 2.098 5.936 1.6 4.938 1.6 3.111 1.6 1.6 3.252 1.6 5.306c0 1.018.28 1.681 1.047 2.886.613.962 1.7 2.126 3.069 3.365a37.815 37.815 0 0 0 2.145 1.81c.044.034.092.05.139.05a.225.225 0 0 0 .139-.051c.51-.394 1.296-1.04 2.145-1.81 1.369-1.238 2.455-2.402 3.068-3.364a.6.6 0 1 1 1.012.645c-.684 1.073-1.833 2.304-3.274 3.61a38.938 38.938 0 0 1-2.217 1.869c-.254.196-.56.3-.873.3-.313 0-.62-.104-.873-.3a38.962 38.962 0 0 1-2.217-1.87c-1.442-1.305-2.59-2.535-3.275-3.61C.754 7.454.4 6.617.4 5.307.4 2.612 2.423.4 4.938.4 6.08.4 7.165.865 7.99 1.676l.01.011.01-.01a4.373 4.373 0 0 1 2.808-1.27L11.062.4z",
|
|
750
934
|
fill: "currentColor",
|
|
751
935
|
fillRule: "nonzero"
|
|
752
936
|
});
|
|
753
937
|
function SvgComponentInspectionThirdMenu(props) {
|
|
754
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
938
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2v({
|
|
755
939
|
width: 16,
|
|
756
940
|
height: 16,
|
|
757
941
|
viewBox: "0 0 16 16",
|
|
758
942
|
xmlns: "http://www.w3.org/2000/svg"
|
|
759
|
-
}, props), _ref$
|
|
943
|
+
}, props), _ref$2v);
|
|
760
944
|
}
|
|
761
945
|
|
|
762
|
-
function _extends$
|
|
763
|
-
var _ref$
|
|
946
|
+
function _extends$2u() { _extends$2u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2u.apply(this, arguments); }
|
|
947
|
+
var _ref$2u = /*#__PURE__*/React.createElement("g", {
|
|
764
948
|
fill: "none",
|
|
765
949
|
fillRule: "evenodd"
|
|
766
950
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -771,16 +955,39 @@ var _ref$2e = /*#__PURE__*/React.createElement("g", {
|
|
|
771
955
|
fillRule: "nonzero"
|
|
772
956
|
}));
|
|
773
957
|
function SvgComponentManagementThirdMenu(props) {
|
|
774
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
958
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2u({
|
|
775
959
|
width: 16,
|
|
776
960
|
height: 16,
|
|
777
961
|
viewBox: "0 0 16 16",
|
|
778
962
|
xmlns: "http://www.w3.org/2000/svg"
|
|
779
|
-
}, props), _ref$
|
|
963
|
+
}, props), _ref$2u);
|
|
780
964
|
}
|
|
781
965
|
|
|
782
|
-
function _extends$
|
|
783
|
-
var _ref$
|
|
966
|
+
function _extends$2t() { _extends$2t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2t.apply(this, arguments); }
|
|
967
|
+
var _ref$2t = /*#__PURE__*/React.createElement("g", {
|
|
968
|
+
fill: "currentColor",
|
|
969
|
+
fillRule: "evenodd"
|
|
970
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
971
|
+
fillOpacity: 0,
|
|
972
|
+
d: "M0 0h16v16H0z"
|
|
973
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
974
|
+
fillOpacity: 0,
|
|
975
|
+
d: "M2.18 2h12.153v12.153H2.18z"
|
|
976
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
977
|
+
d: "M5.2 1.76a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-11a1 1 0 0 1 1-1h4zM5 2.96H1.4v10.6H5V2.96zm-2.003 8.608c.329 0 .597.269.597.597a.599.599 0 0 1-.597.597.599.599 0 0 1-.597-.597c0-.328.269-.597.597-.597zM4 5.882v.896H2v-.896h2zM4 4v.926l-2-.03V4h2zm8.254 4.9a3.159 3.159 0 1 1 0 6.317 3.159 3.159 0 0 1 0-6.317zM11.7 1.76a1 1 0 0 1 1 1l.001 5.31a4.057 4.057 0 0 0-1.2.093L11.5 2.96H7.9v10.6h.795c.18.446.44.852.759 1.2H7.7a1 1 0 0 1-1-1v-11a1 1 0 0 1 1-1h4zm.554 8.14a2.159 2.159 0 1 0 0 4.317 2.159 2.159 0 0 0 0-4.317zm.285 1.9c.052 0 .095.021.095.047v1.615c0 .026-.043.047-.095.047h-.57c-.052 0-.094-.021-.094-.047v-1.615c0-.026.042-.047.094-.047h.57zm-.277-1a.38.38 0 1 1 0 .76.38.38 0 0 1 0-.76zM10.75 5.882v.896h-2v-.896h2zm0-1.882v.926l-2-.03V4h2z",
|
|
978
|
+
fillRule: "nonzero"
|
|
979
|
+
}));
|
|
980
|
+
function SvgComputerRoomDetailsThirdMenu(props) {
|
|
981
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2t({
|
|
982
|
+
width: 16,
|
|
983
|
+
height: 16,
|
|
984
|
+
viewBox: "0 0 16 16",
|
|
985
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
986
|
+
}, props), _ref$2t);
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
function _extends$2s() { _extends$2s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2s.apply(this, arguments); }
|
|
990
|
+
var _ref$2s = /*#__PURE__*/React.createElement("g", {
|
|
784
991
|
fill: "currentColor",
|
|
785
992
|
fillRule: "evenodd"
|
|
786
993
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -794,46 +1001,73 @@ var _ref$2d = /*#__PURE__*/React.createElement("g", {
|
|
|
794
1001
|
fillRule: "nonzero"
|
|
795
1002
|
}));
|
|
796
1003
|
function SvgConfigurationInfoThirdMenu(props) {
|
|
797
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1004
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2s({
|
|
798
1005
|
width: 16,
|
|
799
1006
|
height: 16,
|
|
800
1007
|
viewBox: "0 0 16 16",
|
|
801
1008
|
xmlns: "http://www.w3.org/2000/svg"
|
|
802
|
-
}, props), _ref$
|
|
1009
|
+
}, props), _ref$2s);
|
|
803
1010
|
}
|
|
804
1011
|
|
|
805
|
-
function _extends$
|
|
806
|
-
var _ref$
|
|
1012
|
+
function _extends$2r() { _extends$2r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2r.apply(this, arguments); }
|
|
1013
|
+
var _ref$2r = /*#__PURE__*/React.createElement("path", {
|
|
807
1014
|
d: "M13.605 1c.355 0 .645.332.645.737v12.526c0 .405-.29.737-.645.737H2.645C2.29 15 2 14.668 2 14.263V1.737C2 1.332 2.29 1 2.645 1h10.96zm-.355 1H3v12h10.25V2zM6.992 8.452c.693 0 1.312.474 1.531 1.094h3.464v1.094H8.523c-.219.62-.838 1.093-1.531 1.093S5.679 11.26 5.46 10.64H4.257V9.546h1.204c.218-.62.838-1.094 1.53-1.094zm0 1.094a.56.56 0 0 0-.547.547.56.56 0 0 0 .547.547.56.56 0 0 0 .547-.547.56.56 0 0 0-.547-.547zM8.086 4.15c.692 0 1.312.474 1.53 1.094h2.37v1.094h-2.37c-.218.62-.838 1.093-1.53 1.093-.693 0-1.313-.474-1.532-1.093H4.258V5.244h2.296c.22-.62.839-1.094 1.532-1.094zm0 1.094a.56.56 0 0 0-.547.547.56.56 0 0 0 .547.546.56.56 0 0 0 .546-.546.56.56 0 0 0-.546-.547z",
|
|
808
1015
|
fill: "currentColor",
|
|
809
1016
|
fillRule: "nonzero"
|
|
810
1017
|
});
|
|
811
1018
|
function SvgConfigurationThirdMenu(props) {
|
|
812
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1019
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2r({
|
|
813
1020
|
width: 16,
|
|
814
1021
|
height: 16,
|
|
815
1022
|
viewBox: "0 0 16 16",
|
|
816
1023
|
xmlns: "http://www.w3.org/2000/svg"
|
|
817
|
-
}, props), _ref$
|
|
1024
|
+
}, props), _ref$2r);
|
|
818
1025
|
}
|
|
819
1026
|
|
|
820
|
-
function _extends$
|
|
821
|
-
var _ref$
|
|
1027
|
+
function _extends$2q() { _extends$2q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2q.apply(this, arguments); }
|
|
1028
|
+
var _ref$2q = /*#__PURE__*/React.createElement("g", {
|
|
1029
|
+
fill: "none",
|
|
1030
|
+
fillRule: "evenodd"
|
|
1031
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1032
|
+
d: "M0 0h16v16H0z"
|
|
1033
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1034
|
+
d: "M0 0h16v16H0z"
|
|
1035
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
1036
|
+
fillRule: "nonzero",
|
|
1037
|
+
stroke: "currentColor",
|
|
1038
|
+
strokeLinecap: "round",
|
|
1039
|
+
strokeWidth: 1.2
|
|
1040
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1041
|
+
d: "M9.075 6.725a2.961 2.961 0 0 1 0 4.188l-2.393 2.393a2.961 2.961 0 1 1-4.188-4.188l.949-.949h0"
|
|
1042
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1043
|
+
d: "M6.725 9.075a2.961 2.961 0 0 1 0-4.188l2.393-2.393a2.961 2.961 0 1 1 4.188 4.188l-1.444 1.445h0"
|
|
1044
|
+
})));
|
|
1045
|
+
function SvgConnectionThirdMenu(props) {
|
|
1046
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2q({
|
|
1047
|
+
width: 16,
|
|
1048
|
+
height: 16,
|
|
1049
|
+
viewBox: "0 0 16 16",
|
|
1050
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1051
|
+
}, props), _ref$2q);
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
function _extends$2p() { _extends$2p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2p.apply(this, arguments); }
|
|
1055
|
+
var _ref$2p = /*#__PURE__*/React.createElement("path", {
|
|
822
1056
|
d: "M13.25 1.8c.864 0 1.55.723 1.55 1.6v5.935a.6.6 0 0 1-1.2 0V3.4c0-.228-.164-.4-.35-.4h-9.3c-.186 0-.35.172-.35.4l-.001.57H12a1 1 0 0 1 1 1v6.5a1 1 0 0 1-1 1H6.793l-2.135 1.396a.5.5 0 0 1-.177.072l-.096.009a.5.5 0 0 1-.5-.5l-.001-.977H2a1 1 0 0 1-1-1v-6.5a1 1 0 0 1 1-1h.399L2.4 3.4c0-.877.686-1.6 1.55-1.6h9.3zM11.8 5.17H2.2v6.1h2.883v.884l1.053-.688.3-.196H11.8v-6.1zM9.229 8.3v1.05H4.58V8.3h4.649zm0-1.8v1.05H4.58V6.5h4.649z",
|
|
823
1057
|
fill: "currentColor",
|
|
824
1058
|
fillRule: "nonzero"
|
|
825
1059
|
});
|
|
826
1060
|
function SvgConsumerGroupThirdMenu(props) {
|
|
827
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1061
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2p({
|
|
828
1062
|
width: 16,
|
|
829
1063
|
height: 16,
|
|
830
1064
|
viewBox: "0 0 16 16",
|
|
831
1065
|
xmlns: "http://www.w3.org/2000/svg"
|
|
832
|
-
}, props), _ref$
|
|
1066
|
+
}, props), _ref$2p);
|
|
833
1067
|
}
|
|
834
1068
|
|
|
835
|
-
function _extends$
|
|
836
|
-
var _ref$
|
|
1069
|
+
function _extends$2o() { _extends$2o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2o.apply(this, arguments); }
|
|
1070
|
+
var _ref$2o = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("path", {
|
|
837
1071
|
id: "container-image-third-menu_svg__a",
|
|
838
1072
|
d: "M0 10h14V0H0z"
|
|
839
1073
|
}));
|
|
@@ -864,32 +1098,32 @@ var _ref2$3 = /*#__PURE__*/React.createElement("g", {
|
|
|
864
1098
|
d: "M1.422 4.666h1.303V3.338H1.422zM3.058 4.666h1.304V3.338H3.058zM4.696 4.666h1.303V3.338H4.696zM6.333 4.666h1.304V3.338H6.333zM3.058 2.997h1.304V1.67H3.058zM4.696 2.997h1.303V1.67H4.696zM6.333 2.997h1.304V1.67H6.333zM6.333 1.329h1.304V0H6.333zM7.97 4.666h1.304V3.338H7.97z"
|
|
865
1099
|
}));
|
|
866
1100
|
function SvgContainerImageThirdMenu(props) {
|
|
867
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1101
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2o({
|
|
868
1102
|
width: 16,
|
|
869
1103
|
height: 16,
|
|
870
1104
|
viewBox: "0 0 16 16",
|
|
871
1105
|
xmlns: "http://www.w3.org/2000/svg",
|
|
872
1106
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
873
|
-
}, props), _ref$
|
|
1107
|
+
}, props), _ref$2o, _ref2$3);
|
|
874
1108
|
}
|
|
875
1109
|
|
|
876
|
-
function _extends$
|
|
877
|
-
var _ref$
|
|
1110
|
+
function _extends$2n() { _extends$2n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2n.apply(this, arguments); }
|
|
1111
|
+
var _ref$2n = /*#__PURE__*/React.createElement("path", {
|
|
878
1112
|
d: "M2 6.042a1 1 0 0 1 .422.093l4.563 2.127a1 1 0 0 1 .577.906v4.263a1 1 0 0 1-1.422.906l-4.562-2.126A1 1 0 0 1 1 11.304V7.042a1 1 0 0 1 1-1zm12 0a1 1 0 0 1 1 1v4.262a1 1 0 0 1-.578.907L9.86 14.337a1 1 0 0 1-1.422-.906V9.168a1 1 0 0 1 .577-.906l4.563-2.127A1 1 0 0 1 14 6.042zM2.2 7.355v3.821l4.162 1.941V9.295L2.2 7.355zm11.6 0l-4.162 1.94v3.822l4.162-1.94V7.354zM8.411 1.351l4.63 2.089a1 1 0 0 1 .02 1.813L8.477 7.45a1 1 0 0 1-.86.002L2.958 5.25a1 1 0 0 1 .016-1.816L7.59 1.351a1 1 0 0 1 .822 0zM8 2.481L3.861 4.35l4.182 1.977 4.112-1.97-4.156-1.874z",
|
|
879
1113
|
fill: "currentColor",
|
|
880
1114
|
fillRule: "nonzero"
|
|
881
1115
|
});
|
|
882
1116
|
function SvgContainerThirdMenu(props) {
|
|
883
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1117
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2n({
|
|
884
1118
|
width: 16,
|
|
885
1119
|
height: 16,
|
|
886
1120
|
viewBox: "0 0 16 16",
|
|
887
1121
|
xmlns: "http://www.w3.org/2000/svg"
|
|
888
|
-
}, props), _ref$
|
|
1122
|
+
}, props), _ref$2n);
|
|
889
1123
|
}
|
|
890
1124
|
|
|
891
|
-
function _extends$
|
|
892
|
-
var _ref$
|
|
1125
|
+
function _extends$2m() { _extends$2m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2m.apply(this, arguments); }
|
|
1126
|
+
var _ref$2m = /*#__PURE__*/React.createElement("g", {
|
|
893
1127
|
fill: "currentColor",
|
|
894
1128
|
fillRule: "evenodd"
|
|
895
1129
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -899,16 +1133,16 @@ var _ref$28 = /*#__PURE__*/React.createElement("g", {
|
|
|
899
1133
|
d: "M7.812 2l1.502.917V4.75l-1.502.917L6.31 4.75V2.917L7.812 2zm-5.85 11.564l-.111-1.756 1.502-1.052 1.613.704.11 1.756-1.502 1.052-1.613-.704zm12.076 0l.11-1.756-1.502-1.052-1.612.704-.11 1.756 1.502 1.052 1.612-.704zm-6.226-6.76l2.432 1.484v2.97l-2.432 1.484-2.432-1.484v-2.97l2.432-1.485z"
|
|
900
1134
|
}));
|
|
901
1135
|
function SvgContinuousDeploymentThirdMenu(props) {
|
|
902
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1136
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2m({
|
|
903
1137
|
width: 16,
|
|
904
1138
|
height: 16,
|
|
905
1139
|
viewBox: "0 0 16 16",
|
|
906
1140
|
xmlns: "http://www.w3.org/2000/svg"
|
|
907
|
-
}, props), _ref$
|
|
1141
|
+
}, props), _ref$2m);
|
|
908
1142
|
}
|
|
909
1143
|
|
|
910
|
-
function _extends$
|
|
911
|
-
var _ref$
|
|
1144
|
+
function _extends$2l() { _extends$2l = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2l.apply(this, arguments); }
|
|
1145
|
+
var _ref$2l = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("path", {
|
|
912
1146
|
id: "continuous-integration-third-menu_svg__a",
|
|
913
1147
|
d: "M0 0h14v6.779H0z"
|
|
914
1148
|
}));
|
|
@@ -927,17 +1161,17 @@ var _ref2$2 = /*#__PURE__*/React.createElement("g", {
|
|
|
927
1161
|
mask: "url(#continuous-integration-third-menu_svg__b)"
|
|
928
1162
|
}));
|
|
929
1163
|
function SvgContinuousIntegrationThirdMenu(props) {
|
|
930
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1164
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2l({
|
|
931
1165
|
width: 16,
|
|
932
1166
|
height: 16,
|
|
933
1167
|
viewBox: "0 0 16 16",
|
|
934
1168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
935
1169
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
936
|
-
}, props), _ref$
|
|
1170
|
+
}, props), _ref$2l, _ref2$2);
|
|
937
1171
|
}
|
|
938
1172
|
|
|
939
|
-
function _extends$
|
|
940
|
-
var _ref$
|
|
1173
|
+
function _extends$2k() { _extends$2k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2k.apply(this, arguments); }
|
|
1174
|
+
var _ref$2k = /*#__PURE__*/React.createElement("g", {
|
|
941
1175
|
fill: "none",
|
|
942
1176
|
fillRule: "evenodd"
|
|
943
1177
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -951,16 +1185,16 @@ var _ref$26 = /*#__PURE__*/React.createElement("g", {
|
|
|
951
1185
|
d: "M13.457 8.423v3.692H3.304v-6L6.428 4.27 8.77 7.5l2.734-.923z"
|
|
952
1186
|
}));
|
|
953
1187
|
function SvgDashboardListThirdMenu(props) {
|
|
954
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1188
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2k({
|
|
955
1189
|
width: 16,
|
|
956
1190
|
height: 16,
|
|
957
1191
|
viewBox: "0 0 16 16",
|
|
958
1192
|
xmlns: "http://www.w3.org/2000/svg"
|
|
959
|
-
}, props), _ref$
|
|
1193
|
+
}, props), _ref$2k);
|
|
960
1194
|
}
|
|
961
1195
|
|
|
962
|
-
function _extends$
|
|
963
|
-
var _ref$
|
|
1196
|
+
function _extends$2j() { _extends$2j = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2j.apply(this, arguments); }
|
|
1197
|
+
var _ref$2j = /*#__PURE__*/React.createElement("g", {
|
|
964
1198
|
fill: "none",
|
|
965
1199
|
fillRule: "evenodd"
|
|
966
1200
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -971,16 +1205,16 @@ var _ref$25 = /*#__PURE__*/React.createElement("g", {
|
|
|
971
1205
|
fillRule: "nonzero"
|
|
972
1206
|
}));
|
|
973
1207
|
function SvgDashboardThirdMenu(props) {
|
|
974
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1208
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2j({
|
|
975
1209
|
width: 16,
|
|
976
1210
|
height: 16,
|
|
977
1211
|
viewBox: "0 0 16 16",
|
|
978
1212
|
xmlns: "http://www.w3.org/2000/svg"
|
|
979
|
-
}, props), _ref$
|
|
1213
|
+
}, props), _ref$2j);
|
|
980
1214
|
}
|
|
981
1215
|
|
|
982
|
-
function _extends$
|
|
983
|
-
var _ref$
|
|
1216
|
+
function _extends$2i() { _extends$2i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2i.apply(this, arguments); }
|
|
1217
|
+
var _ref$2i = /*#__PURE__*/React.createElement("g", {
|
|
984
1218
|
fill: "none",
|
|
985
1219
|
fillRule: "evenodd"
|
|
986
1220
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -991,16 +1225,16 @@ var _ref$24 = /*#__PURE__*/React.createElement("g", {
|
|
|
991
1225
|
fillRule: "nonzero"
|
|
992
1226
|
}));
|
|
993
1227
|
function SvgDataSourceManagementThirdMenu(props) {
|
|
994
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1228
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2i({
|
|
995
1229
|
width: 16,
|
|
996
1230
|
height: 16,
|
|
997
1231
|
viewBox: "0 0 16 16",
|
|
998
1232
|
xmlns: "http://www.w3.org/2000/svg"
|
|
999
|
-
}, props), _ref$
|
|
1233
|
+
}, props), _ref$2i);
|
|
1000
1234
|
}
|
|
1001
1235
|
|
|
1002
|
-
function _extends$
|
|
1003
|
-
var _ref$
|
|
1236
|
+
function _extends$2h() { _extends$2h = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2h.apply(this, arguments); }
|
|
1237
|
+
var _ref$2h = /*#__PURE__*/React.createElement("g", {
|
|
1004
1238
|
fill: "none",
|
|
1005
1239
|
fillRule: "evenodd"
|
|
1006
1240
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1009,16 +1243,16 @@ var _ref$23 = /*#__PURE__*/React.createElement("g", {
|
|
|
1009
1243
|
fillRule: "nonzero"
|
|
1010
1244
|
}));
|
|
1011
1245
|
function SvgDatabaseAlterationTaskThirdMenu(props) {
|
|
1012
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1246
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2h({
|
|
1013
1247
|
width: 16,
|
|
1014
1248
|
height: 16,
|
|
1015
1249
|
viewBox: "0 0 16 16",
|
|
1016
1250
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1017
|
-
}, props), _ref$
|
|
1251
|
+
}, props), _ref$2h);
|
|
1018
1252
|
}
|
|
1019
1253
|
|
|
1020
|
-
function _extends$
|
|
1021
|
-
var _ref$
|
|
1254
|
+
function _extends$2g() { _extends$2g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2g.apply(this, arguments); }
|
|
1255
|
+
var _ref$2g = /*#__PURE__*/React.createElement("g", {
|
|
1022
1256
|
fill: "currentColor",
|
|
1023
1257
|
fillRule: "evenodd"
|
|
1024
1258
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1029,16 +1263,16 @@ var _ref$22 = /*#__PURE__*/React.createElement("g", {
|
|
|
1029
1263
|
fillRule: "nonzero"
|
|
1030
1264
|
}));
|
|
1031
1265
|
function SvgDatabaseThirdMenu(props) {
|
|
1032
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1266
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2g({
|
|
1033
1267
|
width: 16,
|
|
1034
1268
|
height: 16,
|
|
1035
1269
|
viewBox: "0 0 16 16",
|
|
1036
1270
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1037
|
-
}, props), _ref$
|
|
1271
|
+
}, props), _ref$2g);
|
|
1038
1272
|
}
|
|
1039
1273
|
|
|
1040
|
-
function _extends$
|
|
1041
|
-
var _ref$
|
|
1274
|
+
function _extends$2f() { _extends$2f = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2f.apply(this, arguments); }
|
|
1275
|
+
var _ref$2f = /*#__PURE__*/React.createElement("g", {
|
|
1042
1276
|
fill: "currentColor",
|
|
1043
1277
|
fillRule: "evenodd"
|
|
1044
1278
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1052,16 +1286,16 @@ var _ref$21 = /*#__PURE__*/React.createElement("g", {
|
|
|
1052
1286
|
fillRule: "nonzero"
|
|
1053
1287
|
}));
|
|
1054
1288
|
function SvgDb2ThirdMenu(props) {
|
|
1055
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1289
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2f({
|
|
1056
1290
|
width: 16,
|
|
1057
1291
|
height: 16,
|
|
1058
1292
|
viewBox: "0 0 16 16",
|
|
1059
1293
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1060
|
-
}, props), _ref$
|
|
1294
|
+
}, props), _ref$2f);
|
|
1061
1295
|
}
|
|
1062
1296
|
|
|
1063
|
-
function _extends$
|
|
1064
|
-
var _ref$
|
|
1297
|
+
function _extends$2e() { _extends$2e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2e.apply(this, arguments); }
|
|
1298
|
+
var _ref$2e = /*#__PURE__*/React.createElement("g", {
|
|
1065
1299
|
fill: "none",
|
|
1066
1300
|
fillRule: "evenodd"
|
|
1067
1301
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1072,16 +1306,16 @@ var _ref$20 = /*#__PURE__*/React.createElement("g", {
|
|
|
1072
1306
|
fillRule: "nonzero"
|
|
1073
1307
|
}));
|
|
1074
1308
|
function SvgDependentResourcesThirdMenu(props) {
|
|
1075
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1309
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2e({
|
|
1076
1310
|
width: 16,
|
|
1077
1311
|
height: 16,
|
|
1078
1312
|
viewBox: "0 0 16 16",
|
|
1079
1313
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1080
|
-
}, props), _ref$
|
|
1314
|
+
}, props), _ref$2e);
|
|
1081
1315
|
}
|
|
1082
1316
|
|
|
1083
|
-
function _extends$
|
|
1084
|
-
var _ref$
|
|
1317
|
+
function _extends$2d() { _extends$2d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2d.apply(this, arguments); }
|
|
1318
|
+
var _ref$2d = /*#__PURE__*/React.createElement("g", {
|
|
1085
1319
|
fill: "currentColor",
|
|
1086
1320
|
fillRule: "evenodd"
|
|
1087
1321
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1092,16 +1326,16 @@ var _ref$1$ = /*#__PURE__*/React.createElement("g", {
|
|
|
1092
1326
|
d: "M8 15a.703.703 0 0 1-.284-.06l-6.3-2.8a.7.7 0 0 1 .569-1.28L8 13.534l6.015-2.674a.7.7 0 1 1 .57 1.28l-6.3 2.8A.7.7 0 0 1 8 15z"
|
|
1093
1327
|
}));
|
|
1094
1328
|
function SvgDeployOrchestrationTasksThirdMenu(props) {
|
|
1095
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1329
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2d({
|
|
1096
1330
|
width: 16,
|
|
1097
1331
|
height: 16,
|
|
1098
1332
|
viewBox: "0 0 16 16",
|
|
1099
1333
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1100
|
-
}, props), _ref$
|
|
1334
|
+
}, props), _ref$2d);
|
|
1101
1335
|
}
|
|
1102
1336
|
|
|
1103
|
-
function _extends$
|
|
1104
|
-
var _ref$
|
|
1337
|
+
function _extends$2c() { _extends$2c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2c.apply(this, arguments); }
|
|
1338
|
+
var _ref$2c = /*#__PURE__*/React.createElement("g", {
|
|
1105
1339
|
fill: "none",
|
|
1106
1340
|
fillRule: "evenodd"
|
|
1107
1341
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1112,46 +1346,46 @@ var _ref$1_ = /*#__PURE__*/React.createElement("g", {
|
|
|
1112
1346
|
fillRule: "nonzero"
|
|
1113
1347
|
}));
|
|
1114
1348
|
function SvgDeploymentArchitectureThirdMenu(props) {
|
|
1115
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1349
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2c({
|
|
1116
1350
|
width: 16,
|
|
1117
1351
|
height: 16,
|
|
1118
1352
|
viewBox: "0 0 16 16",
|
|
1119
1353
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1120
|
-
}, props), _ref$
|
|
1354
|
+
}, props), _ref$2c);
|
|
1121
1355
|
}
|
|
1122
1356
|
|
|
1123
|
-
function _extends$
|
|
1124
|
-
var _ref$
|
|
1357
|
+
function _extends$2b() { _extends$2b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2b.apply(this, arguments); }
|
|
1358
|
+
var _ref$2b = /*#__PURE__*/React.createElement("path", {
|
|
1125
1359
|
d: "M9.42 8.012l-.569.792a3.855 3.855 0 0 0-.726 2.259c0 .85.274 1.656.772 2.321l.6.8H2.5a1.5 1.5 0 0 1-1.5-1.5V9.513a1.5 1.5 0 0 1 1.5-1.5l5.945-.001h.975zm5.573 2.386a3.063 3.063 0 0 1-4.871 3.081l-.428.308.061-.86.003-.04.044-.607 1.495.352-.312.225a2.062 2.062 0 0 0 3.03-2.243.5.5 0 0 1 .978-.216zM7.577 9.011L2.5 9.013a.5.5 0 0 0-.5.5v3.17a.5.5 0 0 0 .5.5l5.111.001-.045-.092a4.854 4.854 0 0 1-.434-1.764l-.007-.265c0-.69.144-1.358.414-1.97l.038-.082zM12.002 8c.712 0 1.386.244 1.925.68l.397-.327-.051 1.472-1.47-.214.33-.274a2.062 2.062 0 0 0-3.14 2.195.5.5 0 1 1-.973.227A3.062 3.062 0 0 1 12.003 8zm-7.727 2.134v1.852h-1v-1.852h1zm1.775 0v1.852h-1v-1.852h1zm6.8-8.759a1.5 1.5 0 0 1 1.5 1.5v3.094a1.5 1.5 0 0 1-.869 1.36l-.174.082-.183-.057a3.865 3.865 0 0 0-2.493.082l-.176.032L2.5 7.47A1.5 1.5 0 0 1 1 5.97V2.875a1.5 1.5 0 0 1 1.5-1.5h10.35zm0 1H2.5a.5.5 0 0 0-.5.5v3.094a.5.5 0 0 0 .5.5l7.87-.001.184-.062a4.86 4.86 0 0 1 1.15-.21L12 6.188c.389 0 .771.045 1.141.135l.047.012.057-.062a.488.488 0 0 0 .097-.221l.007-.083V2.875a.5.5 0 0 0-.5-.5zm-8.575 1.12v1.853h-1V3.496h1zm1.775 0v1.853h-1V3.496h1zm5.749 0v1.853h-1.5V3.496h1.5z",
|
|
1126
1360
|
fill: "currentColor",
|
|
1127
1361
|
fillRule: "nonzero"
|
|
1128
1362
|
});
|
|
1129
1363
|
function SvgDeploymentInstanceThirdMenu(props) {
|
|
1130
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1364
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2b({
|
|
1131
1365
|
width: 16,
|
|
1132
1366
|
height: 16,
|
|
1133
1367
|
viewBox: "0 0 16 16",
|
|
1134
1368
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1135
|
-
}, props), _ref$
|
|
1369
|
+
}, props), _ref$2b);
|
|
1136
1370
|
}
|
|
1137
1371
|
|
|
1138
|
-
function _extends$
|
|
1139
|
-
var _ref$
|
|
1372
|
+
function _extends$2a() { _extends$2a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2a.apply(this, arguments); }
|
|
1373
|
+
var _ref$2a = /*#__PURE__*/React.createElement("path", {
|
|
1140
1374
|
d: "M8.1 1c.905 0 1.709.515 2.05 1.284l.042.103.139.055c1.883.782 3.148 2.494 3.239 4.434l.005.225v3.073l.13.052c.837.367 1.427 1.141 1.49 2.047l.005.16c0 .435-.36.767-.78.767h-3.602c-.004.03-.01.061-.01.09-.11 1.305-1.29 2.312-2.708 2.31-1.418.002-2.598-1.005-2.708-2.31.004-.016-.003-.056-.005-.09H1.78a.788.788 0 0 1-.534-.208.76.76 0 0 1-.246-.558c0-.97.604-1.816 1.493-2.206l.132-.054V7.101c0-2.032 1.29-3.847 3.244-4.659l.138-.055.042-.103c.321-.72 1.047-1.219 1.883-1.278L8.1 1zm0 1.2c-.511 0-.934.33-1.012.758a.6.6 0 0 1-.407.463c-1.717.552-2.856 2.032-2.856 3.68v3.53a.6.6 0 0 1-.499.59c-.485.084-.864.383-1.032.767L2.29 12H13.91l-.005-.013a1.34 1.34 0 0 0-.902-.737l-.128-.028a.6.6 0 0 1-.5-.592V7.1c0-1.647-1.139-3.127-2.856-3.68a.6.6 0 0 1-.407-.462C9.034 2.53 8.612 2.2 8.1 2.2zm2.38 2.62c.281 0 .518.204.553.477l.004.068V7.64a.55.55 0 0 1-.522.541.554.554 0 0 1-.587-.472l-.005-.069V5.365a.54.54 0 0 1 .163-.385.563.563 0 0 1 .394-.16z",
|
|
1141
1375
|
fill: "currentColor",
|
|
1142
1376
|
fillRule: "nonzero"
|
|
1143
1377
|
});
|
|
1144
1378
|
function SvgDeploymentNotificationThirdMenu(props) {
|
|
1145
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1379
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2a({
|
|
1146
1380
|
width: 16,
|
|
1147
1381
|
height: 16,
|
|
1148
1382
|
viewBox: "0 0 16 16",
|
|
1149
1383
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1150
|
-
}, props), _ref$
|
|
1384
|
+
}, props), _ref$2a);
|
|
1151
1385
|
}
|
|
1152
1386
|
|
|
1153
|
-
function _extends$
|
|
1154
|
-
var _ref$
|
|
1387
|
+
function _extends$29() { _extends$29 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$29.apply(this, arguments); }
|
|
1388
|
+
var _ref$29 = /*#__PURE__*/React.createElement("g", {
|
|
1155
1389
|
fill: "none",
|
|
1156
1390
|
fillRule: "evenodd"
|
|
1157
1391
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1160,16 +1394,16 @@ var _ref$1X = /*#__PURE__*/React.createElement("g", {
|
|
|
1160
1394
|
fillRule: "nonzero"
|
|
1161
1395
|
}));
|
|
1162
1396
|
function SvgDeploymentOrchestrationHistoryThirdMenu(props) {
|
|
1163
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1397
|
+
return /*#__PURE__*/React.createElement("svg", _extends$29({
|
|
1164
1398
|
width: 16,
|
|
1165
1399
|
height: 16,
|
|
1166
1400
|
viewBox: "0 0 16 16",
|
|
1167
1401
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1168
|
-
}, props), _ref$
|
|
1402
|
+
}, props), _ref$29);
|
|
1169
1403
|
}
|
|
1170
1404
|
|
|
1171
|
-
function _extends$
|
|
1172
|
-
var _ref$
|
|
1405
|
+
function _extends$28() { _extends$28 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$28.apply(this, arguments); }
|
|
1406
|
+
var _ref$28 = /*#__PURE__*/React.createElement("g", {
|
|
1173
1407
|
fill: "currentColor",
|
|
1174
1408
|
fillRule: "evenodd"
|
|
1175
1409
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1179,31 +1413,31 @@ var _ref$1W = /*#__PURE__*/React.createElement("g", {
|
|
|
1179
1413
|
d: "M11.286 7.34l3.216 1.914v3.83L11.286 15l-3.217-1.915v-3.83l3.217-1.916zm1.36 2.716l-1.493.84-1.492-.84-.232.392 1.492.841v1.679h.464v-1.679l1.492-.841-.232-.392z"
|
|
1180
1414
|
}));
|
|
1181
1415
|
function SvgDeploymentStrategyThirdMenu(props) {
|
|
1182
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1416
|
+
return /*#__PURE__*/React.createElement("svg", _extends$28({
|
|
1183
1417
|
width: 16,
|
|
1184
1418
|
height: 16,
|
|
1185
1419
|
viewBox: "0 0 16 16",
|
|
1186
1420
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1187
|
-
}, props), _ref$
|
|
1421
|
+
}, props), _ref$28);
|
|
1188
1422
|
}
|
|
1189
1423
|
|
|
1190
|
-
function _extends$
|
|
1191
|
-
var _ref$
|
|
1424
|
+
function _extends$27() { _extends$27 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$27.apply(this, arguments); }
|
|
1425
|
+
var _ref$27 = /*#__PURE__*/React.createElement("path", {
|
|
1192
1426
|
d: "M12.348 9.25c1.74 0 3.152 1.398 3.152 3.125S14.088 15.5 12.348 15.5a3.157 3.157 0 0 1-2.252-.938.5.5 0 0 1 .712-.703c.402.407.952.641 1.54.641 1.19 0 2.152-.953 2.152-2.125 0-1.172-.962-2.125-2.152-2.125a2.15 2.15 0 0 0-2.037 1.439l.285-.219a.32.32 0 0 1 .397.005l.052.052a.32.32 0 0 1-.058.45l-.878.68a.501.501 0 0 1-.26.194l.044-.028a.32.32 0 0 1-.348.028.5.5 0 0 1-.341-.39l-.576-.729a.32.32 0 0 1 .503-.396l.174.222a3.15 3.15 0 0 1 3.043-2.308zM8.207.4a.6.6 0 0 1 .419.17l4.935 4.812a.6.6 0 0 1 .181.43V8.427a.6.6 0 1 1-1.2 0V6.065l-4.58-4.466-5.062.002a.3.3 0 0 0-.292.23l-.008.07v10.876a.3.3 0 0 0 .3.3h4.743a.6.6 0 1 1 0 1.2H2.9a1.5 1.5 0 0 1-1.5-1.5V1.901A1.5 1.5 0 0 1 2.9.4L8.207.4zm4.642 10.717v1.07l.624.698.333.372-.746.667-.333-.373-.75-.84a.5.5 0 0 1-.128-.334v-1.26h1zm-2.028-3.925v1.2h-7.03v-1.2h7.03zM8.566 3.57v1.2H3.791v-1.2h4.775z",
|
|
1193
1427
|
fill: "currentColor",
|
|
1194
1428
|
fillRule: "nonzero"
|
|
1195
1429
|
});
|
|
1196
1430
|
function SvgDeploymentTasks2ThirdMenu(props) {
|
|
1197
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1431
|
+
return /*#__PURE__*/React.createElement("svg", _extends$27({
|
|
1198
1432
|
width: 16,
|
|
1199
1433
|
height: 16,
|
|
1200
1434
|
viewBox: "0 0 16 16",
|
|
1201
1435
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1202
|
-
}, props), _ref$
|
|
1436
|
+
}, props), _ref$27);
|
|
1203
1437
|
}
|
|
1204
1438
|
|
|
1205
|
-
function _extends$
|
|
1206
|
-
var _ref$
|
|
1439
|
+
function _extends$26() { _extends$26 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$26.apply(this, arguments); }
|
|
1440
|
+
var _ref$26 = /*#__PURE__*/React.createElement("g", {
|
|
1207
1441
|
fill: "none",
|
|
1208
1442
|
fillRule: "evenodd"
|
|
1209
1443
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1218,16 +1452,16 @@ var _ref$1U = /*#__PURE__*/React.createElement("g", {
|
|
|
1218
1452
|
fillRule: "nonzero"
|
|
1219
1453
|
}));
|
|
1220
1454
|
function SvgDeploymentTasksThirdMenu(props) {
|
|
1221
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1455
|
+
return /*#__PURE__*/React.createElement("svg", _extends$26({
|
|
1222
1456
|
width: 16,
|
|
1223
1457
|
height: 16,
|
|
1224
1458
|
viewBox: "0 0 16 16",
|
|
1225
1459
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1226
|
-
}, props), _ref$
|
|
1460
|
+
}, props), _ref$26);
|
|
1227
1461
|
}
|
|
1228
1462
|
|
|
1229
|
-
function _extends$
|
|
1230
|
-
var _ref$
|
|
1463
|
+
function _extends$25() { _extends$25 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$25.apply(this, arguments); }
|
|
1464
|
+
var _ref$25 = /*#__PURE__*/React.createElement("g", {
|
|
1231
1465
|
fill: "none",
|
|
1232
1466
|
fillRule: "evenodd"
|
|
1233
1467
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1238,16 +1472,16 @@ var _ref$1T = /*#__PURE__*/React.createElement("g", {
|
|
|
1238
1472
|
fillRule: "nonzero"
|
|
1239
1473
|
}));
|
|
1240
1474
|
function SvgDestinationAnalysisThirdMenu(props) {
|
|
1241
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1475
|
+
return /*#__PURE__*/React.createElement("svg", _extends$25({
|
|
1242
1476
|
width: 16,
|
|
1243
1477
|
height: 16,
|
|
1244
1478
|
viewBox: "0 0 16 16",
|
|
1245
1479
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1246
|
-
}, props), _ref$
|
|
1480
|
+
}, props), _ref$25);
|
|
1247
1481
|
}
|
|
1248
1482
|
|
|
1249
|
-
function _extends$
|
|
1250
|
-
var _ref$
|
|
1483
|
+
function _extends$24() { _extends$24 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$24.apply(this, arguments); }
|
|
1484
|
+
var _ref$24 = /*#__PURE__*/React.createElement("g", {
|
|
1251
1485
|
fill: "currentColor",
|
|
1252
1486
|
fillRule: "evenodd"
|
|
1253
1487
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1260,16 +1494,16 @@ var _ref$1S = /*#__PURE__*/React.createElement("g", {
|
|
|
1260
1494
|
d: "M3.234 6.332c-.138 1.633.62 2.613 2.242 2.87 2.28.362 2.71 1.325 1.887 3.804l-.126.381c-2.63.694-4.977.265-5.872-1.285-.897-1.554-.088-3.808 1.84-5.742zm1.608-1.34c-.304 2.142.388 3.392 2.078 3.66l.168.03c1.76.34 2.354 1.468 1.96 3.375l-.02.08-.008.009a7.7 7.7 0 0 0-.02.018l-.007.018-.005.011.027.01-.008.034-.003.011c-.024-.02-.024-.023-.023-.026l-.004.017c-.01.036-.01.036-.022.09l-.051.209-.02.077-.054.222c-.375.16-.75.297-1.12.413l.038-.116c.896-2.697.346-3.928-2.208-4.333-1.576-.25-2.17-1.216-1.821-2.997l-.016.086c.288-.256.596-.505.922-.743zm1.457-.885c-.52 2.316.174 3.665 2.077 3.937 1.35.182 2.032.927 2.23 2.066.123.7.026 1.563-.065 1.812l.04.015a13.553 13.553 0 0 1-1.25.677c.657-2.46-.038-3.997-2.347-4.363-1.562-.248-2.113-1.45-1.65-3.721l-.03.153a13.495 13.495 0 0 1 .764-.452zm1.588-.702c-.608 2.523.052 3.983 1.99 4.26 1.35.181 2.014.91 2.188 2.021.062.395.052.832.012 1.185-.332.275-.688.54-1.065.79a5.446 5.446 0 0 0-.005-1.621c-.228-1.304-1.04-2.192-2.575-2.398-1.743-.25-2.286-1.497-1.628-3.879l-.028.106a12.64 12.64 0 0 1 1.065-.447zm.46-.155c2.835-.896 5.435-.517 6.388 1.134.955 1.654-.023 4.1-2.224 6.11a4.494 4.494 0 0 0-.044-.87c-.2-1.282-.998-2.155-2.534-2.362-1.739-.248-2.264-1.571-1.561-4.106z"
|
|
1261
1495
|
}));
|
|
1262
1496
|
function SvgDmThirdMenu(props) {
|
|
1263
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1497
|
+
return /*#__PURE__*/React.createElement("svg", _extends$24({
|
|
1264
1498
|
width: 16,
|
|
1265
1499
|
height: 16,
|
|
1266
1500
|
viewBox: "0 0 16 16",
|
|
1267
1501
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1268
|
-
}, props), _ref$
|
|
1502
|
+
}, props), _ref$24);
|
|
1269
1503
|
}
|
|
1270
1504
|
|
|
1271
|
-
function _extends$
|
|
1272
|
-
var _ref$
|
|
1505
|
+
function _extends$23() { _extends$23 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$23.apply(this, arguments); }
|
|
1506
|
+
var _ref$23 = /*#__PURE__*/React.createElement("g", {
|
|
1273
1507
|
fill: "none",
|
|
1274
1508
|
fillRule: "evenodd"
|
|
1275
1509
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1287,16 +1521,36 @@ var _ref$1R = /*#__PURE__*/React.createElement("g", {
|
|
|
1287
1521
|
fillRule: "nonzero"
|
|
1288
1522
|
}));
|
|
1289
1523
|
function SvgElasticsearchThirdMenu(props) {
|
|
1290
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1524
|
+
return /*#__PURE__*/React.createElement("svg", _extends$23({
|
|
1291
1525
|
width: 16,
|
|
1292
1526
|
height: 16,
|
|
1293
1527
|
viewBox: "0 0 16 16",
|
|
1294
1528
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1295
|
-
}, props), _ref$
|
|
1529
|
+
}, props), _ref$23);
|
|
1296
1530
|
}
|
|
1297
1531
|
|
|
1298
|
-
function _extends$
|
|
1299
|
-
var _ref$
|
|
1532
|
+
function _extends$22() { _extends$22 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$22.apply(this, arguments); }
|
|
1533
|
+
var _ref$22 = /*#__PURE__*/React.createElement("g", {
|
|
1534
|
+
fill: "currentColor",
|
|
1535
|
+
fillRule: "evenodd"
|
|
1536
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1537
|
+
fillOpacity: 0,
|
|
1538
|
+
d: "M0 0h16v16H0z"
|
|
1539
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1540
|
+
d: "M9.75 1.85a1 1 0 0 1 1 1v10.674a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1V2.85a1 1 0 0 1 1-1h3.5zm-.2 1.2h-3.1v10.273h3.1V3.05zm-1.553 8.7c.382 0 .694.311.694.693a.696.696 0 0 1-.694.694.696.696 0 0 1-.693-.694c0-.382.312-.694.693-.694zM9 6.305v1.04H7v-1.04h2zM9 4.12v1.075L7 5.16V4.12h2zm3.048-1.264l.09.012 2.579.573a1 1 0 0 1 .783.976v8.422a1 1 0 0 1-.783.976l-2.58.574a.5.5 0 0 1-.608-.489V3.356a.5.5 0 0 1 .432-.496l.087-.004zm.681 1.371v8.8l1.57-.349V4.576l-1.57-.349zM14 7.188v1.075l-1-.034v-1.04h1zm0-2.186v1.075l-1-.035v-1.04h1zM3.952 2.856l.087.004a.5.5 0 0 1 .432.496V13.9a.5.5 0 0 1-.609.489l-2.579-.574A1 1 0 0 1 .5 12.84V4.417a1 1 0 0 1 .783-.976l2.58-.573.089-.012zM3.27 4.227l-1.57.35v8.101l1.57.35v-8.8zM3 7.188v1.075L2 8.23v-1.04h1zm0-2.186v1.075l-1-.035v-1.04h1z",
|
|
1541
|
+
fillRule: "nonzero"
|
|
1542
|
+
}));
|
|
1543
|
+
function SvgEngineRoomThirdMenu(props) {
|
|
1544
|
+
return /*#__PURE__*/React.createElement("svg", _extends$22({
|
|
1545
|
+
width: 16,
|
|
1546
|
+
height: 16,
|
|
1547
|
+
viewBox: "0 0 16 16",
|
|
1548
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1549
|
+
}, props), _ref$22);
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
function _extends$21() { _extends$21 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$21.apply(this, arguments); }
|
|
1553
|
+
var _ref$21 = /*#__PURE__*/React.createElement("g", {
|
|
1300
1554
|
fill: "currentColor",
|
|
1301
1555
|
fillRule: "evenodd"
|
|
1302
1556
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1307,16 +1561,16 @@ var _ref$1Q = /*#__PURE__*/React.createElement("g", {
|
|
|
1307
1561
|
fillRule: "nonzero"
|
|
1308
1562
|
}));
|
|
1309
1563
|
function SvgEtcdThirdMenu(props) {
|
|
1310
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1564
|
+
return /*#__PURE__*/React.createElement("svg", _extends$21({
|
|
1311
1565
|
width: 16,
|
|
1312
1566
|
height: 16,
|
|
1313
1567
|
viewBox: "0 0 16 16",
|
|
1314
1568
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1315
|
-
}, props), _ref$
|
|
1569
|
+
}, props), _ref$21);
|
|
1316
1570
|
}
|
|
1317
1571
|
|
|
1318
|
-
function _extends$
|
|
1319
|
-
var _ref$
|
|
1572
|
+
function _extends$20() { _extends$20 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$20.apply(this, arguments); }
|
|
1573
|
+
var _ref$20 = /*#__PURE__*/React.createElement("g", {
|
|
1320
1574
|
fill: "none",
|
|
1321
1575
|
fillRule: "evenodd"
|
|
1322
1576
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1326,16 +1580,16 @@ var _ref$1P = /*#__PURE__*/React.createElement("g", {
|
|
|
1326
1580
|
fill: "currentColor"
|
|
1327
1581
|
}));
|
|
1328
1582
|
function SvgEventThirdMenu(props) {
|
|
1329
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1583
|
+
return /*#__PURE__*/React.createElement("svg", _extends$20({
|
|
1330
1584
|
width: 16,
|
|
1331
1585
|
height: 16,
|
|
1332
1586
|
viewBox: "0 0 16 16",
|
|
1333
1587
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1334
|
-
}, props), _ref$
|
|
1588
|
+
}, props), _ref$20);
|
|
1335
1589
|
}
|
|
1336
1590
|
|
|
1337
|
-
function _extends$
|
|
1338
|
-
var _ref$
|
|
1591
|
+
function _extends$1$() { _extends$1$ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1$.apply(this, arguments); }
|
|
1592
|
+
var _ref$1$ = /*#__PURE__*/React.createElement("g", {
|
|
1339
1593
|
fill: "currentColor",
|
|
1340
1594
|
fillRule: "evenodd"
|
|
1341
1595
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1349,16 +1603,16 @@ var _ref$1O = /*#__PURE__*/React.createElement("g", {
|
|
|
1349
1603
|
fillRule: "nonzero"
|
|
1350
1604
|
}));
|
|
1351
1605
|
function SvgExchangesThirdMenu(props) {
|
|
1352
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1606
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1$({
|
|
1353
1607
|
width: 16,
|
|
1354
1608
|
height: 16,
|
|
1355
1609
|
viewBox: "0 0 16 16",
|
|
1356
1610
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1357
|
-
}, props), _ref$
|
|
1611
|
+
}, props), _ref$1$);
|
|
1358
1612
|
}
|
|
1359
1613
|
|
|
1360
|
-
function _extends$
|
|
1361
|
-
var _ref$
|
|
1614
|
+
function _extends$1_() { _extends$1_ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1_.apply(this, arguments); }
|
|
1615
|
+
var _ref$1_ = /*#__PURE__*/React.createElement("g", {
|
|
1362
1616
|
fill: "currentColor",
|
|
1363
1617
|
fillRule: "nonzero"
|
|
1364
1618
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1367,16 +1621,16 @@ var _ref$1N = /*#__PURE__*/React.createElement("g", {
|
|
|
1367
1621
|
d: "M14.23 11a.5.5 0 0 1-.315.888h-3.2a.5.5 0 1 1 0-1l1.788-.001-.354-.286a.5.5 0 0 1-.125-.629l.05-.075a.5.5 0 0 1 .704-.074L14.23 11zm-3.83 2.089a.5.5 0 0 1 .315-.889h3.2a.5.5 0 1 1 0 1h-1.788l.355.287a.5.5 0 0 1 .124.629l-.05.075a.5.5 0 0 1-.704.073L10.4 13.09z"
|
|
1368
1622
|
}));
|
|
1369
1623
|
function SvgExporterThirdMenu(props) {
|
|
1370
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1624
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1_({
|
|
1371
1625
|
width: 16,
|
|
1372
1626
|
height: 16,
|
|
1373
1627
|
viewBox: "0 0 16 16",
|
|
1374
1628
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1375
|
-
}, props), _ref$
|
|
1629
|
+
}, props), _ref$1_);
|
|
1376
1630
|
}
|
|
1377
1631
|
|
|
1378
|
-
function _extends$
|
|
1379
|
-
var _ref$
|
|
1632
|
+
function _extends$1Z() { _extends$1Z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1Z.apply(this, arguments); }
|
|
1633
|
+
var _ref$1Z = /*#__PURE__*/React.createElement("g", {
|
|
1380
1634
|
fill: "none",
|
|
1381
1635
|
fillRule: "evenodd"
|
|
1382
1636
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1387,16 +1641,16 @@ var _ref$1M = /*#__PURE__*/React.createElement("g", {
|
|
|
1387
1641
|
fillRule: "nonzero"
|
|
1388
1642
|
}));
|
|
1389
1643
|
function SvgFailureResourceThirdMenu(props) {
|
|
1390
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1644
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1Z({
|
|
1391
1645
|
width: 16,
|
|
1392
1646
|
height: 16,
|
|
1393
1647
|
viewBox: "0 0 16 16",
|
|
1394
1648
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1395
|
-
}, props), _ref$
|
|
1649
|
+
}, props), _ref$1Z);
|
|
1396
1650
|
}
|
|
1397
1651
|
|
|
1398
|
-
function _extends$
|
|
1399
|
-
var _ref$
|
|
1652
|
+
function _extends$1Y() { _extends$1Y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1Y.apply(this, arguments); }
|
|
1653
|
+
var _ref$1Y = /*#__PURE__*/React.createElement("g", {
|
|
1400
1654
|
fill: "currentColor",
|
|
1401
1655
|
fillRule: "evenodd"
|
|
1402
1656
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1407,31 +1661,80 @@ var _ref$1L = /*#__PURE__*/React.createElement("g", {
|
|
|
1407
1661
|
fillRule: "nonzero"
|
|
1408
1662
|
}));
|
|
1409
1663
|
function SvgFilesystemsThirdMenu(props) {
|
|
1410
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1664
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1Y({
|
|
1411
1665
|
width: 16,
|
|
1412
1666
|
height: 16,
|
|
1413
1667
|
viewBox: "0 0 16 16",
|
|
1414
1668
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1415
|
-
}, props), _ref$
|
|
1669
|
+
}, props), _ref$1Y);
|
|
1416
1670
|
}
|
|
1417
1671
|
|
|
1418
|
-
function _extends$
|
|
1419
|
-
var _ref$
|
|
1672
|
+
function _extends$1X() { _extends$1X = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1X.apply(this, arguments); }
|
|
1673
|
+
var _ref$1X = /*#__PURE__*/React.createElement("path", {
|
|
1420
1674
|
d: "M7.812 1.028a.547.547 0 0 1 .343 0l5.678 1.876a.545.545 0 0 1 .374.518v5.42c0 .616-.29 1.324-.863 2.102-.447.61-1.075 1.273-1.817 1.918a15.998 15.998 0 0 1-1.978 1.48C8.494 15 8.11 15 7.984 15c-.126 0-.51 0-1.568-.67a16.46 16.46 0 0 1-1.977-1.496c-.74-.649-1.367-1.312-1.814-1.918-.573-.777-.864-1.475-.864-2.075v-5.42c0-.234.15-.443.374-.517zM2.85 7.999v.843c0 .696.86 1.891 2.246 3.12a15.648 15.648 0 0 0 1.821 1.396c.639.413.975.535 1.066.552a.409.409 0 0 0 .04-.01L8 13.907 8 8h5.117V3.815L8 2.124V8H2.85z",
|
|
1421
1675
|
fill: "currentColor",
|
|
1422
1676
|
fillRule: "nonzero"
|
|
1423
1677
|
});
|
|
1424
1678
|
function SvgFirewallThirdMenu(props) {
|
|
1425
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1679
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1X({
|
|
1426
1680
|
width: 16,
|
|
1427
1681
|
height: 16,
|
|
1428
1682
|
viewBox: "0 0 16 16",
|
|
1429
1683
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1430
|
-
}, props), _ref$
|
|
1684
|
+
}, props), _ref$1X);
|
|
1431
1685
|
}
|
|
1432
1686
|
|
|
1433
|
-
function _extends$
|
|
1434
|
-
var _ref$
|
|
1687
|
+
function _extends$1W() { _extends$1W = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1W.apply(this, arguments); }
|
|
1688
|
+
var _ref$1W = /*#__PURE__*/React.createElement("g", {
|
|
1689
|
+
fill: "none",
|
|
1690
|
+
fillRule: "evenodd"
|
|
1691
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1692
|
+
d: "M0 0h16v16H0z"
|
|
1693
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1694
|
+
d: "M0 0h16v16H0z"
|
|
1695
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
1696
|
+
transform: "translate(1 1)",
|
|
1697
|
+
fillRule: "nonzero"
|
|
1698
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
1699
|
+
stroke: "currentColor",
|
|
1700
|
+
strokeWidth: 1.2,
|
|
1701
|
+
x: 0.6,
|
|
1702
|
+
y: 0.6,
|
|
1703
|
+
width: 12.8,
|
|
1704
|
+
height: 9.8,
|
|
1705
|
+
rx: 1
|
|
1706
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
1707
|
+
fill: "currentColor",
|
|
1708
|
+
y: 12.9,
|
|
1709
|
+
width: 14,
|
|
1710
|
+
height: 1.2,
|
|
1711
|
+
rx: 0.6
|
|
1712
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
1713
|
+
fill: "currentColor",
|
|
1714
|
+
transform: "rotate(-90 7 12)",
|
|
1715
|
+
x: 5.5,
|
|
1716
|
+
y: 11.4,
|
|
1717
|
+
width: 3,
|
|
1718
|
+
height: 1.2,
|
|
1719
|
+
rx: 0.6
|
|
1720
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1721
|
+
stroke: "currentColor",
|
|
1722
|
+
strokeWidth: 1.2,
|
|
1723
|
+
strokeLinecap: "round",
|
|
1724
|
+
strokeLinejoin: "round",
|
|
1725
|
+
d: "M2.625 7.875l3.5-3.281 1.75 2.187 3.5-3.281"
|
|
1726
|
+
})));
|
|
1727
|
+
function SvgFrontendThirdMenu(props) {
|
|
1728
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1W({
|
|
1729
|
+
width: 16,
|
|
1730
|
+
height: 16,
|
|
1731
|
+
viewBox: "0 0 16 16",
|
|
1732
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1733
|
+
}, props), _ref$1W);
|
|
1734
|
+
}
|
|
1735
|
+
|
|
1736
|
+
function _extends$1V() { _extends$1V = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1V.apply(this, arguments); }
|
|
1737
|
+
var _ref$1V = /*#__PURE__*/React.createElement("g", {
|
|
1435
1738
|
fill: "none",
|
|
1436
1739
|
fillRule: "evenodd"
|
|
1437
1740
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1442,16 +1745,16 @@ var _ref$1J = /*#__PURE__*/React.createElement("g", {
|
|
|
1442
1745
|
fillRule: "nonzero"
|
|
1443
1746
|
}));
|
|
1444
1747
|
function SvgGroupingRulesThirdMenu(props) {
|
|
1445
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1748
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1V({
|
|
1446
1749
|
width: 16,
|
|
1447
1750
|
height: 16,
|
|
1448
1751
|
viewBox: "0 0 16 16",
|
|
1449
1752
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1450
|
-
}, props), _ref$
|
|
1753
|
+
}, props), _ref$1V);
|
|
1451
1754
|
}
|
|
1452
1755
|
|
|
1453
|
-
function _extends$
|
|
1454
|
-
var _ref$
|
|
1756
|
+
function _extends$1U() { _extends$1U = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1U.apply(this, arguments); }
|
|
1757
|
+
var _ref$1U = /*#__PURE__*/React.createElement("g", {
|
|
1455
1758
|
fill: "none",
|
|
1456
1759
|
fillRule: "evenodd"
|
|
1457
1760
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1464,16 +1767,16 @@ var _ref$1I = /*#__PURE__*/React.createElement("g", {
|
|
|
1464
1767
|
fillRule: "nonzero"
|
|
1465
1768
|
}));
|
|
1466
1769
|
function SvgHaproxyThirdMenu(props) {
|
|
1467
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1770
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1U({
|
|
1468
1771
|
width: 16,
|
|
1469
1772
|
height: 16,
|
|
1470
1773
|
viewBox: "0 0 16 16",
|
|
1471
1774
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1472
|
-
}, props), _ref$
|
|
1775
|
+
}, props), _ref$1U);
|
|
1473
1776
|
}
|
|
1474
1777
|
|
|
1475
|
-
function _extends$
|
|
1476
|
-
var _ref$
|
|
1778
|
+
function _extends$1T() { _extends$1T = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1T.apply(this, arguments); }
|
|
1779
|
+
var _ref$1T = /*#__PURE__*/React.createElement("g", {
|
|
1477
1780
|
fill: "none",
|
|
1478
1781
|
fillRule: "evenodd"
|
|
1479
1782
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1529,16 +1832,16 @@ var _ref$1H = /*#__PURE__*/React.createElement("g", {
|
|
|
1529
1832
|
d: "M10.215 1.814h-1v-1h1zM8.293 1.486h-1v-1h1z"
|
|
1530
1833
|
})));
|
|
1531
1834
|
function SvgHaproxyThridMenu(props) {
|
|
1532
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1835
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1T({
|
|
1533
1836
|
width: 16,
|
|
1534
1837
|
height: 16,
|
|
1535
1838
|
viewBox: "0 0 16 16",
|
|
1536
1839
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1537
|
-
}, props), _ref$
|
|
1840
|
+
}, props), _ref$1T);
|
|
1538
1841
|
}
|
|
1539
1842
|
|
|
1540
|
-
function _extends$
|
|
1541
|
-
var _ref$
|
|
1843
|
+
function _extends$1S() { _extends$1S = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1S.apply(this, arguments); }
|
|
1844
|
+
var _ref$1S = /*#__PURE__*/React.createElement("g", {
|
|
1542
1845
|
fill: "none",
|
|
1543
1846
|
fillRule: "evenodd"
|
|
1544
1847
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1555,46 +1858,46 @@ var _ref$1G = /*#__PURE__*/React.createElement("g", {
|
|
|
1555
1858
|
fillRule: "nonzero"
|
|
1556
1859
|
}));
|
|
1557
1860
|
function SvgHbaseThirdMenu(props) {
|
|
1558
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1861
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1S({
|
|
1559
1862
|
width: 16,
|
|
1560
1863
|
height: 16,
|
|
1561
1864
|
viewBox: "0 0 16 16",
|
|
1562
1865
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1563
|
-
}, props), _ref$
|
|
1866
|
+
}, props), _ref$1S);
|
|
1564
1867
|
}
|
|
1565
1868
|
|
|
1566
|
-
function _extends$
|
|
1567
|
-
var _ref$
|
|
1869
|
+
function _extends$1R() { _extends$1R = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1R.apply(this, arguments); }
|
|
1870
|
+
var _ref$1R = /*#__PURE__*/React.createElement("path", {
|
|
1568
1871
|
d: "M13.454 13.34a.4.4 0 0 1-.596.011c-.142-.14-.147-.425-.01-.604a.4.4 0 0 1 .596-.01.412.412 0 0 1 .01.604m-.899-.888a.47.47 0 0 1-.665 0l-2.95-2.95a.47.47 0 0 1 .664-.666l2.951 2.95a.471.471 0 0 1 0 .666m1.97-.264L9.06 6.836c.578-1.548.286-3.387-.993-4.64C6.965 1.118 5.4.75 4.02 1.17c-.69.189 3.732 2.88 1.904 4.8C4.14 7.888 1.29 3.501 1.13 4.206c-.365 1.412.052 2.987 1.154 4.065 1.28 1.252 3.104 1.528 4.607.843l5.465 5.353a1.555 1.555 0 0 0 2.21-.04 1.605 1.605 0 0 0-.04-2.239",
|
|
1569
1872
|
fill: "currentColor",
|
|
1570
1873
|
fillRule: "evenodd"
|
|
1571
1874
|
});
|
|
1572
1875
|
function SvgHostInstanceMaintenanceThirdMenu(props) {
|
|
1573
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1876
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1R({
|
|
1574
1877
|
width: 16,
|
|
1575
1878
|
height: 16,
|
|
1576
1879
|
viewBox: "0 0 16 16",
|
|
1577
1880
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1578
|
-
}, props), _ref$
|
|
1881
|
+
}, props), _ref$1R);
|
|
1579
1882
|
}
|
|
1580
1883
|
|
|
1581
|
-
function _extends$
|
|
1582
|
-
var _ref$
|
|
1884
|
+
function _extends$1Q() { _extends$1Q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1Q.apply(this, arguments); }
|
|
1885
|
+
var _ref$1Q = /*#__PURE__*/React.createElement("path", {
|
|
1583
1886
|
d: "M7.288.966a.6.6 0 0 1-.266.805l-5.26 2.643a.298.298 0 0 0-.162.265v6.088c0 .112.063.214.158.263l5.264 2.657a.6.6 0 0 1-.54 1.07L1.214 12.1A1.498 1.498 0 0 1 .4 10.767V4.679a1.5 1.5 0 0 1 .819-1.335L6.483.7a.6.6 0 0 1 .805.267zm2.058-.41l5.44 2.79c.5.257.814.772.814 1.333v6.088c0 .562-.314 1.076-.825 1.338l-5.44 2.656a.6.6 0 0 1-.526-1.078l5.429-2.65a.298.298 0 0 0 .162-.266V4.679a.298.298 0 0 0-.162-.265l-5.44-2.79A.6.6 0 1 1 9.347.557zm3.759 7.961v1.702l-4.689 2.269v-1.815l4.689-2.156zm-10.21 0l4.689 2.156v1.815l-4.689-2.269V8.517zm3.366 2.004c-.265-.075-.492.114-.492.379 0 .264.227.529.492.567.264.075.491-.114.491-.378 0-.265-.227-.492-.491-.568zm6.844-4.689v1.853L8.416 9.916V7.988l4.689-2.156zm-10.21 0l4.689 2.156v1.89L2.895 7.686V5.832zm3.366 2.042c-.265-.075-.492.114-.492.379 0 .264.227.529.492.567.264.075.491-.114.491-.378 0-.265-.227-.492-.491-.568zM8 2.77l4.878 2.42L8 7.27 3.122 5.19 8 2.77z",
|
|
1584
1887
|
fill: "currentColor",
|
|
1585
1888
|
fillRule: "evenodd"
|
|
1586
1889
|
});
|
|
1587
1890
|
function SvgHostResourcesThirdMenu(props) {
|
|
1588
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1891
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1Q({
|
|
1589
1892
|
width: 16,
|
|
1590
1893
|
height: 16,
|
|
1591
1894
|
viewBox: "0 0 16 16",
|
|
1592
1895
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1593
|
-
}, props), _ref$
|
|
1896
|
+
}, props), _ref$1Q);
|
|
1594
1897
|
}
|
|
1595
1898
|
|
|
1596
|
-
function _extends$
|
|
1597
|
-
var _ref$
|
|
1899
|
+
function _extends$1P() { _extends$1P = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1P.apply(this, arguments); }
|
|
1900
|
+
var _ref$1P = /*#__PURE__*/React.createElement("g", {
|
|
1598
1901
|
fill: "currentColor",
|
|
1599
1902
|
fillRule: "evenodd"
|
|
1600
1903
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1605,16 +1908,16 @@ var _ref$1D = /*#__PURE__*/React.createElement("g", {
|
|
|
1605
1908
|
fillRule: "nonzero"
|
|
1606
1909
|
}));
|
|
1607
1910
|
function SvgHostThirdMenu(props) {
|
|
1608
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1911
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1P({
|
|
1609
1912
|
width: 16,
|
|
1610
1913
|
height: 16,
|
|
1611
1914
|
viewBox: "0 0 16 16",
|
|
1612
1915
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1613
|
-
}, props), _ref$
|
|
1916
|
+
}, props), _ref$1P);
|
|
1614
1917
|
}
|
|
1615
1918
|
|
|
1616
|
-
function _extends$
|
|
1617
|
-
var _ref$
|
|
1919
|
+
function _extends$1O() { _extends$1O = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1O.apply(this, arguments); }
|
|
1920
|
+
var _ref$1O = /*#__PURE__*/React.createElement("g", {
|
|
1618
1921
|
fill: "currentColor",
|
|
1619
1922
|
fillRule: "evenodd"
|
|
1620
1923
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1628,16 +1931,16 @@ var _ref$1C = /*#__PURE__*/React.createElement("g", {
|
|
|
1628
1931
|
fillRule: "nonzero"
|
|
1629
1932
|
}));
|
|
1630
1933
|
function SvgHttpMonitoringInfoThirdMenu(props) {
|
|
1631
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1934
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1O({
|
|
1632
1935
|
width: 16,
|
|
1633
1936
|
height: 16,
|
|
1634
1937
|
viewBox: "0 0 16 16",
|
|
1635
1938
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1636
|
-
}, props), _ref$
|
|
1939
|
+
}, props), _ref$1O);
|
|
1637
1940
|
}
|
|
1638
1941
|
|
|
1639
|
-
function _extends$
|
|
1640
|
-
var _ref$
|
|
1942
|
+
function _extends$1N() { _extends$1N = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1N.apply(this, arguments); }
|
|
1943
|
+
var _ref$1N = /*#__PURE__*/React.createElement("g", {
|
|
1641
1944
|
fill: "none",
|
|
1642
1945
|
fillRule: "evenodd"
|
|
1643
1946
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1650,16 +1953,47 @@ var _ref$1B = /*#__PURE__*/React.createElement("g", {
|
|
|
1650
1953
|
fillRule: "nonzero"
|
|
1651
1954
|
}));
|
|
1652
1955
|
function SvgIisThirdMenu(props) {
|
|
1653
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1956
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1N({
|
|
1654
1957
|
width: 16,
|
|
1655
1958
|
height: 16,
|
|
1656
1959
|
viewBox: "0 0 16 16",
|
|
1657
1960
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1658
|
-
}, props), _ref$
|
|
1961
|
+
}, props), _ref$1N);
|
|
1659
1962
|
}
|
|
1660
1963
|
|
|
1661
|
-
function _extends$
|
|
1662
|
-
var _ref$
|
|
1964
|
+
function _extends$1M() { _extends$1M = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1M.apply(this, arguments); }
|
|
1965
|
+
var _ref$1M = /*#__PURE__*/React.createElement("g", {
|
|
1966
|
+
fill: "none",
|
|
1967
|
+
fillRule: "evenodd"
|
|
1968
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1969
|
+
d: "M0 0h16v16H0z"
|
|
1970
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1971
|
+
d: "M0 0h16v16H0z"
|
|
1972
|
+
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
1973
|
+
d: "M8 12H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v4",
|
|
1974
|
+
stroke: "currentColor",
|
|
1975
|
+
strokeWidth: 1.2,
|
|
1976
|
+
strokeLinecap: "round",
|
|
1977
|
+
fillRule: "nonzero"
|
|
1978
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1979
|
+
d: "M14.39 13.536l.434.957a.3.3 0 0 1-.038.316c-.137.184-.443.267-.686.267h-3.12c-.284 0-.547-.099-.67-.251a.32.32 0 0 1-.06-.32l.006-.012.435-.957c.477.42 1.13.68 1.85.68.718 0 1.371-.26 1.849-.68zm-1.832-4.674a2.557 2.557 0 1 1 0 5.115 2.557 2.557 0 0 1 0-5.115zm0 1.564a1.456 1.456 0 1 0 0 2.911 1.456 1.456 0 0 0 0-2.911zm0 .693a.793.793 0 1 1 0 1.587.793.793 0 0 1 0-1.587z",
|
|
1980
|
+
fill: "currentColor"
|
|
1981
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1982
|
+
d: "M9.475 8.144l-.89-.89a.35.35 0 0 1 .495-.495l1.73 1.73-1.73 1.73a.35.35 0 0 1-.495-.497l.887-.888H6.953a.345.345 0 0 1 0-.69h2.522zm-4.33-2.806h2.518a.349.349 0 1 1 0 .697H5.147l.888.889a.35.35 0 0 1-.495.495L3.81 5.69l1.736-1.73a.351.351 0 0 1 .496.001.348.348 0 0 1-.002.494l-.896.884z",
|
|
1983
|
+
fill: "currentColor",
|
|
1984
|
+
fillRule: "nonzero"
|
|
1985
|
+
})));
|
|
1986
|
+
function SvgInfraMonitorThirdMenu(props) {
|
|
1987
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1M({
|
|
1988
|
+
width: 16,
|
|
1989
|
+
height: 16,
|
|
1990
|
+
viewBox: "0 0 16 16",
|
|
1991
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1992
|
+
}, props), _ref$1M);
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1995
|
+
function _extends$1L() { _extends$1L = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1L.apply(this, arguments); }
|
|
1996
|
+
var _ref$1L = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("path", {
|
|
1663
1997
|
d: "M3.1.435c0 .18.102.336.247.401v.69l-.452.014c-.88.059-1.438.248-1.79.52-.269.267-.46.626-.533 1.029H.363c-.2 0-.363.178-.363.395v.565c0 .217.163.395.363.395H.54c.015.53.229 1.006.565 1.341.347.268.897.455 1.757.516a.48.48 0 0 0-.005.068v.185c0 .204.152.37.34.37h.017v.317H1.92c-.337 0-.613.3-.613.667v.463c.618.4 1.338.629 2.108.629.84 0 1.62-.273 2.273-.74v-.352c0-.367-.276-.667-.613-.667H3.78v-.318h.018c.188 0 .34-.165.34-.369V6.37v-.066l.03-.001c.79-.057 1.312-.22 1.655-.454a1.96 1.96 0 0 0 .632-1.404h.182c.2 0 .363-.178.363-.395v-.565c0-.217-.163-.395-.363-.395h-.215a1.94 1.94 0 0 0-.599-1.093c-.343-.234-.865-.397-1.655-.454l-.515-.016v-.69A.437.437 0 0 0 3.9.435C3.9.195 3.72 0 3.5 0c-.22 0-.4.195-.4.435",
|
|
1664
1998
|
id: "inspection-kit-third-menu_svg__a"
|
|
1665
1999
|
}));
|
|
@@ -1697,17 +2031,17 @@ var _ref2$1 = /*#__PURE__*/React.createElement("g", {
|
|
|
1697
2031
|
strokeLinejoin: "round"
|
|
1698
2032
|
}));
|
|
1699
2033
|
function SvgInspectionKitThirdMenu(props) {
|
|
1700
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2034
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1L({
|
|
1701
2035
|
width: 16,
|
|
1702
2036
|
height: 16,
|
|
1703
2037
|
viewBox: "0 0 16 16",
|
|
1704
2038
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1705
2039
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
1706
|
-
}, props), _ref$
|
|
2040
|
+
}, props), _ref$1L, _ref2$1);
|
|
1707
2041
|
}
|
|
1708
2042
|
|
|
1709
|
-
function _extends$
|
|
1710
|
-
var _ref$
|
|
2043
|
+
function _extends$1K() { _extends$1K = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1K.apply(this, arguments); }
|
|
2044
|
+
var _ref$1K = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("path", {
|
|
1711
2045
|
d: "M3.1.435c0 .18.102.336.247.401v.69l-.452.014c-.88.059-1.438.248-1.79.52-.269.267-.46.626-.533 1.029H.363c-.2 0-.363.178-.363.395v.565c0 .217.163.395.363.395H.54c.015.53.229 1.006.565 1.341.347.268.897.455 1.757.516a.48.48 0 0 0-.005.068v.185c0 .204.152.37.34.37h.017v.317H1.92c-.337 0-.613.3-.613.667v.463c.618.4 1.338.629 2.108.629.84 0 1.62-.273 2.273-.74v-.352c0-.367-.276-.667-.613-.667H3.78v-.318h.018c.188 0 .34-.165.34-.369V6.37v-.066l.03-.001c.79-.057 1.312-.22 1.655-.454a1.96 1.96 0 0 0 .632-1.404h.182c.2 0 .363-.178.363-.395v-.565c0-.217-.163-.395-.363-.395h-.215a1.94 1.94 0 0 0-.599-1.093c-.343-.234-.865-.397-1.655-.454l-.515-.016v-.69A.437.437 0 0 0 3.9.435C3.9.195 3.72 0 3.5 0c-.22 0-.4.195-.4.435",
|
|
1712
2046
|
id: "inspection-overview-third-menu_svg__a"
|
|
1713
2047
|
}));
|
|
@@ -1738,17 +2072,17 @@ var _ref2 = /*#__PURE__*/React.createElement("g", {
|
|
|
1738
2072
|
mask: "url(#inspection-overview-third-menu_svg__b)"
|
|
1739
2073
|
})));
|
|
1740
2074
|
function SvgInspectionOverviewThirdMenu(props) {
|
|
1741
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2075
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1K({
|
|
1742
2076
|
width: 16,
|
|
1743
2077
|
height: 16,
|
|
1744
2078
|
viewBox: "0 0 16 16",
|
|
1745
2079
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1746
2080
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
1747
|
-
}, props), _ref$
|
|
2081
|
+
}, props), _ref$1K, _ref2);
|
|
1748
2082
|
}
|
|
1749
2083
|
|
|
1750
|
-
function _extends$
|
|
1751
|
-
var _ref$
|
|
2084
|
+
function _extends$1J() { _extends$1J = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1J.apply(this, arguments); }
|
|
2085
|
+
var _ref$1J = /*#__PURE__*/React.createElement("g", {
|
|
1752
2086
|
fill: "currentColor",
|
|
1753
2087
|
fillRule: "evenodd"
|
|
1754
2088
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1762,17 +2096,97 @@ var _ref$1y = /*#__PURE__*/React.createElement("g", {
|
|
|
1762
2096
|
fillRule: "nonzero"
|
|
1763
2097
|
}));
|
|
1764
2098
|
function SvgInstanceInfoThirdMenu(props) {
|
|
1765
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2099
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1J({
|
|
1766
2100
|
width: 16,
|
|
1767
2101
|
height: 16,
|
|
1768
2102
|
viewBox: "0 0 16 16",
|
|
1769
2103
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1770
|
-
}, props), _ref$
|
|
2104
|
+
}, props), _ref$1J);
|
|
1771
2105
|
}
|
|
1772
2106
|
|
|
1773
|
-
function _extends$
|
|
1774
|
-
var _ref$
|
|
1775
|
-
fill: "currentColor",
|
|
2107
|
+
function _extends$1I() { _extends$1I = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1I.apply(this, arguments); }
|
|
2108
|
+
var _ref$1I = /*#__PURE__*/React.createElement("g", {
|
|
2109
|
+
fill: "currentColor",
|
|
2110
|
+
fillRule: "evenodd"
|
|
2111
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
2112
|
+
fillOpacity: 0,
|
|
2113
|
+
d: "M0 0h16v16H0z"
|
|
2114
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2115
|
+
d: "M14 1a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H6.396a.603.603 0 0 1-.065.1l-1.547 1.925h6.442l-.007-.011-.282-.375-.059-.079a.6.6 0 0 1 .96-.72l.507.675c.647.862.031 1.71-1.024 1.71H4.679c-1.055 0-1.67-.848-1.012-1.726L4.871 12H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zm-.2 1.2H2.2v8.6h11.6V2.2zm-2.056 2.866c.245 0 .447.068.608.205.16.137.262.336.306.597l-.597.066a.435.435 0 0 0-.115-.273.333.333 0 0 0-.24-.088c-.13 0-.24.059-.33.176-.09.117-.147.361-.17.732a.722.722 0 0 1 .573-.273c.258 0 .479.098.663.295.184.196.276.45.276.76 0 .33-.097.594-.29.793a.993.993 0 0 1-.745.299.996.996 0 0 1-.802-.38c-.21-.252-.315-.666-.315-1.242 0-.59.11-1.016.328-1.276.218-.261.502-.391.85-.391zm-7.664.013V8.3h-.65V5.079h.65zm1.663 0c.396 0 .654.016.774.048.184.048.339.154.463.315.125.162.187.371.187.628 0 .198-.036.364-.107.499a.883.883 0 0 1-.274.317.943.943 0 0 1-.337.153c-.156.03-.38.046-.675.046H5.35V8.3H4.7V5.079h1.043zm2.334 0l.815 2.384.789-2.384h.69L9.217 8.3h-.694L7.372 5.079h.705zm3.606 1.584a.386.386 0 0 0-.301.14c-.082.093-.123.23-.123.412 0 .2.046.355.138.464.092.11.198.164.316.164A.36.36 0 0 0 12 7.709c.076-.09.114-.236.114-.44 0-.209-.04-.362-.123-.46a.386.386 0 0 0-.307-.146zm-6.019-1.04H5.35v.915h.356c.256 0 .428-.017.514-.05a.427.427 0 0 0 .277-.41.416.416 0 0 0-.103-.29.45.45 0 0 0-.262-.142 3.126 3.126 0 0 0-.468-.022z",
|
|
2116
|
+
fillRule: "nonzero"
|
|
2117
|
+
}));
|
|
2118
|
+
function SvgIpSegmentThirdMenu(props) {
|
|
2119
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1I({
|
|
2120
|
+
width: 16,
|
|
2121
|
+
height: 16,
|
|
2122
|
+
viewBox: "0 0 16 16",
|
|
2123
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
2124
|
+
}, props), _ref$1I);
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
function _extends$1H() { _extends$1H = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1H.apply(this, arguments); }
|
|
2128
|
+
var _ref$1H = /*#__PURE__*/React.createElement("g", {
|
|
2129
|
+
fill: "currentColor",
|
|
2130
|
+
fillRule: "evenodd"
|
|
2131
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
2132
|
+
fillOpacity: 0,
|
|
2133
|
+
d: "M0 0h16v16H0z"
|
|
2134
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
2135
|
+
transform: "translate(1 .4)"
|
|
2136
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
2137
|
+
fillOpacity: 0,
|
|
2138
|
+
d: "M0 .6h14v14H0z"
|
|
2139
|
+
}), /*#__PURE__*/React.createElement("ellipse", {
|
|
2140
|
+
opacity: 0.55,
|
|
2141
|
+
cx: 6.987,
|
|
2142
|
+
cy: 14.475,
|
|
2143
|
+
rx: 2.188,
|
|
2144
|
+
ry: 1
|
|
2145
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2146
|
+
d: "M11.56 1.873a6.375 6.375 0 0 1 0 9.052l-3.772 3.75a1.1 1.1 0 0 1-1.55 0l-3.773-3.75a6.375 6.375 0 0 1 0-9.052 6.457 6.457 0 0 1 9.095 0zm-8.25.852a5.175 5.175 0 0 0 0 7.348l3.703 3.681 3.702-3.68a5.175 5.175 0 0 0 1.525-3.417l.006-.258c0-1.38-.551-2.702-1.531-3.675a5.257 5.257 0 0 0-7.404 0zm2.051 1.211v5.727H4.205V3.936h1.156zm2.957 0c.703 0 1.162.029 1.375.086.328.086.603.273.825.56.22.288.332.66.332 1.116 0 .351-.064.647-.192.886a1.57 1.57 0 0 1-.486.565 1.676 1.676 0 0 1-.6.271c-.276.055-.676.082-1.199.082h-.754v2.16H6.463V3.937h1.855zm-.14.969h-.559V6.53h.633c.456 0 .76-.03.914-.09a.76.76 0 0 0 .361-.281.77.77 0 0 0 .131-.446.74.74 0 0 0-.183-.515.8.8 0 0 0-.465-.254c-.138-.026-.416-.04-.832-.04z",
|
|
2147
|
+
fillRule: "nonzero"
|
|
2148
|
+
})));
|
|
2149
|
+
function SvgIpThirdMenu(props) {
|
|
2150
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1H({
|
|
2151
|
+
width: 16,
|
|
2152
|
+
height: 16,
|
|
2153
|
+
viewBox: "0 0 16 16",
|
|
2154
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
2155
|
+
}, props), _ref$1H);
|
|
2156
|
+
}
|
|
2157
|
+
|
|
2158
|
+
function _extends$1G() { _extends$1G = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1G.apply(this, arguments); }
|
|
2159
|
+
var _ref$1G = /*#__PURE__*/React.createElement("g", {
|
|
2160
|
+
fill: "none",
|
|
2161
|
+
fillRule: "evenodd"
|
|
2162
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
2163
|
+
fillOpacity: 0,
|
|
2164
|
+
fill: "currentColor",
|
|
2165
|
+
d: "M0 0h16v16H0z"
|
|
2166
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2167
|
+
fillOpacity: 0,
|
|
2168
|
+
fill: "currentColor",
|
|
2169
|
+
d: "M.941.941h14.118v14.118H.941z"
|
|
2170
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2171
|
+
opacity: 0.446,
|
|
2172
|
+
d: "M.5.5h15v15H.5z"
|
|
2173
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2174
|
+
d: "M9.066 11.68l.14.006c.785.068 1.38.708 1.38 1.514 0 .853-.667 1.52-1.52 1.52s-1.52-.667-1.52-1.52c0-.816.704-1.52 1.52-1.52zm-3.745-.334c.704 0 1.298.593 1.335 1.335a1.33 1.33 0 0 1-1.335 1.335 1.33 1.33 0 0 1-1.335-1.335c0-.698.525-1.265 1.206-1.33l.129-.005zM2.317 9.12a1.174 1.174 0 0 1 1.26 1.112v.149a1.199 1.199 0 0 1-1.26 1.112 1.199 1.199 0 0 1-1.112-1.26c0-.631.519-1.113 1.112-1.113zm7.165-4.71v3.115a3.985 3.985 0 0 1-.185 1.484c-.148.37-.37.667-.705.853-.408.26-.89.37-1.335.37-.445.037-.927-.074-1.335-.222a1.928 1.928 0 0 1-.741-.705 1.11 1.11 0 0 1-.149-.37.65.65 0 0 1 .408-.816c.037 0 .074-.037.112-.037l.37-.038a.679.679 0 0 1 .698.377l.044.106a.577.577 0 0 0 .223.296c.26.149.556.074.741-.148.111-.223.149-.482.149-.742l-.075-3.523h1.78zm5.036.445c.296.26.444.63.444 1.002 0 .333-.11.63-.333.89a1.36 1.36 0 0 1-.63.37c.333.074.667.26.926.52.186.26.297.593.297.927 0 .296-.074.556-.222.815-.149.223-.334.445-.557.557-.222.11-.445.185-.667.185-.408.037-.668.074-.779.074H9.92l.037-5.785h3.3c.446-.037.89.149 1.261.445zm-1.892 2.93h-.89v1.15h.927c.223.037.445-.038.63-.149a.614.614 0 0 0 .186-.445.595.595 0 0 0-.185-.408.997.997 0 0 0-.668-.148zM1.91 5.783l.117.007a1.076 1.076 0 0 1-.117 2.144 1.076 1.076 0 0 1 0-2.15zm10.68-.222h-.779l-.037 1.112h.78c.184.037.407-.037.592-.148.112-.111.186-.26.149-.408a.558.558 0 0 0-.149-.408 1.046 1.046 0 0 0-.556-.148zM3.587 2.963l.102.002a.91.91 0 0 1 .853.964v.111a.91.91 0 1 1-1.817-.111v-.111a.91.91 0 0 1 .964-.853zm2.597-1.15l.101.002c.445 0 .816.334.816.78l-.007.1c-.05.394-.398.678-.809.678-.445 0-.779-.37-.779-.816 0-.445.334-.779.779-.742zm2.845-.368c.371-.038.668.26.705.63l-.02.108a.71.71 0 0 1-.61.522c-.371.038-.668-.26-.705-.63.037-.334.296-.63.63-.63z",
|
|
2175
|
+
fill: "currentColor",
|
|
2176
|
+
fillRule: "nonzero"
|
|
2177
|
+
}));
|
|
2178
|
+
function SvgJbossThirdMenu(props) {
|
|
2179
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1G({
|
|
2180
|
+
width: 16,
|
|
2181
|
+
height: 16,
|
|
2182
|
+
viewBox: "0 0 16 16",
|
|
2183
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
2184
|
+
}, props), _ref$1G);
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2187
|
+
function _extends$1F() { _extends$1F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1F.apply(this, arguments); }
|
|
2188
|
+
var _ref$1F = /*#__PURE__*/React.createElement("g", {
|
|
2189
|
+
fill: "currentColor",
|
|
1776
2190
|
fillRule: "evenodd"
|
|
1777
2191
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1778
2192
|
fillOpacity: 0,
|
|
@@ -1785,16 +2199,16 @@ var _ref$1x = /*#__PURE__*/React.createElement("g", {
|
|
|
1785
2199
|
fillRule: "nonzero"
|
|
1786
2200
|
}));
|
|
1787
2201
|
function SvgJdbcMultipleDataSourceInfoThirdMenu(props) {
|
|
1788
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2202
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1F({
|
|
1789
2203
|
width: 16,
|
|
1790
2204
|
height: 16,
|
|
1791
2205
|
viewBox: "0 0 16 16",
|
|
1792
2206
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1793
|
-
}, props), _ref$
|
|
2207
|
+
}, props), _ref$1F);
|
|
1794
2208
|
}
|
|
1795
2209
|
|
|
1796
|
-
function _extends$
|
|
1797
|
-
var _ref$
|
|
2210
|
+
function _extends$1E() { _extends$1E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1E.apply(this, arguments); }
|
|
2211
|
+
var _ref$1E = /*#__PURE__*/React.createElement("g", {
|
|
1798
2212
|
fill: "currentColor",
|
|
1799
2213
|
fillRule: "evenodd"
|
|
1800
2214
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1808,31 +2222,31 @@ var _ref$1w = /*#__PURE__*/React.createElement("g", {
|
|
|
1808
2222
|
fillRule: "nonzero"
|
|
1809
2223
|
}));
|
|
1810
2224
|
function SvgJdbcSingleDataSourceInfoThirdMenu(props) {
|
|
1811
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2225
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1E({
|
|
1812
2226
|
width: 16,
|
|
1813
2227
|
height: 16,
|
|
1814
2228
|
viewBox: "0 0 16 16",
|
|
1815
2229
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1816
|
-
}, props), _ref$
|
|
2230
|
+
}, props), _ref$1E);
|
|
1817
2231
|
}
|
|
1818
2232
|
|
|
1819
|
-
function _extends$
|
|
1820
|
-
var _ref$
|
|
2233
|
+
function _extends$1D() { _extends$1D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1D.apply(this, arguments); }
|
|
2234
|
+
var _ref$1D = /*#__PURE__*/React.createElement("path", {
|
|
1821
2235
|
d: "M9.312.46l.153.152.013.013 4.983 4.995.157.158.001.21v.013l-.002.012.002 3.988v3.704c0 .85-.69 1.54-1.54 1.54H3.812c-.85 0-1.54-.69-1.54-1.54V1.793c0-.736.597-1.332 1.332-1.332h5.708zM8.55 1.54l-4.946.002a.252.252 0 0 0-.252.252v11.912c0 .254.206.46.46.46h9.266a.46.46 0 0 0 .46-.46V6.54h-3.63c-.75 0-1.358-.608-1.358-1.358V1.54zm3.517 9.342v1H7.442v-1h4.625zM5.512 5.933l.354.354 1.81 1.81a.5.5 0 0 1-.005.712l-1.81 1.768-.357.35-.7-.716.358-.35L6.61 8.446 5.158 6.994l-.353-.354.707-.707zM9.63 2.307v2.876c0 .153.124.278.277.278h2.868L9.63 2.307z",
|
|
1822
2236
|
fill: "currentColor",
|
|
1823
2237
|
fillRule: "nonzero"
|
|
1824
2238
|
});
|
|
1825
2239
|
function SvgJobManagementThirdMenu(props) {
|
|
1826
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2240
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1D({
|
|
1827
2241
|
width: 16,
|
|
1828
2242
|
height: 16,
|
|
1829
2243
|
viewBox: "0 0 16 16",
|
|
1830
2244
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1831
|
-
}, props), _ref$
|
|
2245
|
+
}, props), _ref$1D);
|
|
1832
2246
|
}
|
|
1833
2247
|
|
|
1834
|
-
function _extends$
|
|
1835
|
-
var _ref$
|
|
2248
|
+
function _extends$1C() { _extends$1C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1C.apply(this, arguments); }
|
|
2249
|
+
var _ref$1C = /*#__PURE__*/React.createElement("g", {
|
|
1836
2250
|
fill: "currentColor",
|
|
1837
2251
|
fillRule: "evenodd"
|
|
1838
2252
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1846,16 +2260,16 @@ var _ref$1u = /*#__PURE__*/React.createElement("g", {
|
|
|
1846
2260
|
fillRule: "nonzero"
|
|
1847
2261
|
}));
|
|
1848
2262
|
function SvgJvmInfoThirdMenu(props) {
|
|
1849
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2263
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1C({
|
|
1850
2264
|
width: 16,
|
|
1851
2265
|
height: 16,
|
|
1852
2266
|
viewBox: "0 0 16 16",
|
|
1853
2267
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1854
|
-
}, props), _ref$
|
|
2268
|
+
}, props), _ref$1C);
|
|
1855
2269
|
}
|
|
1856
2270
|
|
|
1857
|
-
function _extends$
|
|
1858
|
-
var _ref$
|
|
2271
|
+
function _extends$1B() { _extends$1B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1B.apply(this, arguments); }
|
|
2272
|
+
var _ref$1B = /*#__PURE__*/React.createElement("g", {
|
|
1859
2273
|
fill: "none",
|
|
1860
2274
|
fillRule: "evenodd"
|
|
1861
2275
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1865,31 +2279,31 @@ var _ref$1t = /*#__PURE__*/React.createElement("g", {
|
|
|
1865
2279
|
fill: "currentColor"
|
|
1866
2280
|
}));
|
|
1867
2281
|
function SvgJvmThirdMenu(props) {
|
|
1868
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2282
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1B({
|
|
1869
2283
|
width: 16,
|
|
1870
2284
|
height: 16,
|
|
1871
2285
|
viewBox: "0 0 16 16",
|
|
1872
2286
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1873
|
-
}, props), _ref$
|
|
2287
|
+
}, props), _ref$1B);
|
|
1874
2288
|
}
|
|
1875
2289
|
|
|
1876
|
-
function _extends$
|
|
1877
|
-
var _ref$
|
|
2290
|
+
function _extends$1A() { _extends$1A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1A.apply(this, arguments); }
|
|
2291
|
+
var _ref$1A = /*#__PURE__*/React.createElement("path", {
|
|
1878
2292
|
d: "M3.951 1.089a1.312 1.312 0 0 1 .404 2.562l.035-.012-.003 1.825-.164.005.166-.005c.946 0 1.775.5 2.237 1.25l-.011-.017 3.91-1.907.003.024a1.75 1.75 0 1 1 .299.774l.015.022L6.95 7.508l-.006-.028a2.632 2.632 0 0 1-.006 1.242l.006-.024 3.978 1.769-.022.026a1.75 1.75 0 1 1-.35.743l-.004.022-3.944-1.756.016-.025a2.623 2.623 0 0 1-2.228 1.237v1.825l-.034-.012a1.313 1.313 0 1 1-.818.004l-.024.008-.001-1.975.015.005a2.626 2.626 0 0 1 .003-4.961l-.018.006V3.639l.025.008a1.313 1.313 0 0 1 .414-2.558z",
|
|
1879
2293
|
fill: "currentColor",
|
|
1880
2294
|
fillRule: "evenodd"
|
|
1881
2295
|
});
|
|
1882
2296
|
function SvgKafkaThirdMenu(props) {
|
|
1883
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2297
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1A({
|
|
1884
2298
|
width: 16,
|
|
1885
2299
|
height: 16,
|
|
1886
2300
|
viewBox: "0 0 16 16",
|
|
1887
2301
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1888
|
-
}, props), _ref$
|
|
2302
|
+
}, props), _ref$1A);
|
|
1889
2303
|
}
|
|
1890
2304
|
|
|
1891
|
-
function _extends$
|
|
1892
|
-
var _ref$
|
|
2305
|
+
function _extends$1z() { _extends$1z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1z.apply(this, arguments); }
|
|
2306
|
+
var _ref$1z = /*#__PURE__*/React.createElement("g", {
|
|
1893
2307
|
fill: "currentColor",
|
|
1894
2308
|
fillRule: "evenodd"
|
|
1895
2309
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1902,31 +2316,31 @@ var _ref$1r = /*#__PURE__*/React.createElement("g", {
|
|
|
1902
2316
|
d: "M2.632 5.13L2.63 6.766 6.053 5.13v1.193L2.632 7.959l3.421 1.637v1.324L2.631 9.282v1.638h-1.25V8.684L0 8.024l1.381-.66V5.13h1.25zm8.29 0v.987h-2.96V7.3h2.763v.987H7.96V9.67h2.961v.986h-4.21V5.13h4.21zm.483 3.82l1.11-.109c.067.373.202.647.407.821.204.175.48.263.827.263.367 0 .644-.078.83-.234.187-.155.28-.337.28-.545a.514.514 0 0 0-.118-.341c-.078-.094-.215-.176-.41-.245a14.044 14.044 0 0 0-.914-.247c-.612-.152-1.04-.338-1.288-.559a1.47 1.47 0 0 1-.52-1.137c0-.288.082-.557.245-.808.163-.25.398-.441.705-.572.307-.131.678-.197 1.112-.197.71 0 1.244.155 1.602.466.359.311.547.727.565 1.246l-1.141.05c-.049-.29-.154-.5-.314-.627s-.402-.19-.723-.19c-.332 0-.591.068-.779.204a.412.412 0 0 0-.181.35c0 .134.057.249.17.344.144.12.493.247 1.048.378.555.13.966.266 1.232.406s.474.332.624.575c.15.243.226.543.226.9a1.664 1.664 0 0 1-1.033 1.54c-.33.138-.74.206-1.23.206-.714 0-1.263-.165-1.646-.495-.383-.33-.612-.812-.686-1.444z"
|
|
1903
2317
|
}));
|
|
1904
2318
|
function SvgKingbaseesThirdMenu(props) {
|
|
1905
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2319
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1z({
|
|
1906
2320
|
width: 16,
|
|
1907
2321
|
height: 16,
|
|
1908
2322
|
viewBox: "0 0 16 16",
|
|
1909
2323
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1910
|
-
}, props), _ref$
|
|
2324
|
+
}, props), _ref$1z);
|
|
1911
2325
|
}
|
|
1912
2326
|
|
|
1913
|
-
function _extends$
|
|
1914
|
-
var _ref$
|
|
2327
|
+
function _extends$1y() { _extends$1y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1y.apply(this, arguments); }
|
|
2328
|
+
var _ref$1y = /*#__PURE__*/React.createElement("path", {
|
|
1915
2329
|
d: "M6.045 10.977c.441.183.78.533.952.96h5.945a.6.6 0 0 1 0 1.2H7.039a1.75 1.75 0 0 1-3.28.126l-.047-.126h-.945a.6.6 0 0 1 0-1.2h.986a1.747 1.747 0 0 1 2.292-.96zm-.514 1.121a.5.5 0 1 0-.382.924.5.5 0 0 0 .382-.924zm.514-10.121c.441.183.78.533.952.96h5.945a.6.6 0 0 1 0 1.2H7.039a1.75 1.75 0 0 1-3.28.126l-.047-.126h-.945a.6.6 0 1 1 0-1.2h.986a1.747 1.747 0 0 1 2.292-.96zM5.53 3.098a.5.5 0 1 0-.382.924.5.5 0 0 0 .382-.924zm4.133 3.375a1.75 1.75 0 0 0-.953.96H2.823a.656.656 0 0 0 0 1.313H8.71a1.75 1.75 0 0 0 3.24.014l.005-.014h.93a.656.656 0 0 0 0-1.312l-.93-.002a1.747 1.747 0 0 0-2.292-.959zm.502 1.213a.437.437 0 1 1 .335.808.437.437 0 0 1-.335-.808z",
|
|
1916
2330
|
fill: "currentColor",
|
|
1917
2331
|
fillRule: "nonzero"
|
|
1918
2332
|
});
|
|
1919
2333
|
function SvgLoadbalanceThirdMenu(props) {
|
|
1920
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2334
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1y({
|
|
1921
2335
|
width: 16,
|
|
1922
2336
|
height: 16,
|
|
1923
2337
|
viewBox: "0 0 16 16",
|
|
1924
2338
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1925
|
-
}, props), _ref$
|
|
2339
|
+
}, props), _ref$1y);
|
|
1926
2340
|
}
|
|
1927
2341
|
|
|
1928
|
-
function _extends$
|
|
1929
|
-
var _ref$
|
|
2342
|
+
function _extends$1x() { _extends$1x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1x.apply(this, arguments); }
|
|
2343
|
+
var _ref$1x = /*#__PURE__*/React.createElement("g", {
|
|
1930
2344
|
fill: "none",
|
|
1931
2345
|
fillRule: "evenodd"
|
|
1932
2346
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1939,16 +2353,16 @@ var _ref$1p = /*#__PURE__*/React.createElement("g", {
|
|
|
1939
2353
|
fillRule: "nonzero"
|
|
1940
2354
|
}));
|
|
1941
2355
|
function SvgLogConfigurationInfoThirdMenu(props) {
|
|
1942
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2356
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1x({
|
|
1943
2357
|
width: 16,
|
|
1944
2358
|
height: 16,
|
|
1945
2359
|
viewBox: "0 0 16 16",
|
|
1946
2360
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1947
|
-
}, props), _ref$
|
|
2361
|
+
}, props), _ref$1x);
|
|
1948
2362
|
}
|
|
1949
2363
|
|
|
1950
|
-
function _extends$
|
|
1951
|
-
var _ref$
|
|
2364
|
+
function _extends$1w() { _extends$1w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1w.apply(this, arguments); }
|
|
2365
|
+
var _ref$1w = /*#__PURE__*/React.createElement("g", {
|
|
1952
2366
|
fill: "currentColor",
|
|
1953
2367
|
fillRule: "evenodd"
|
|
1954
2368
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1962,16 +2376,16 @@ var _ref$1o = /*#__PURE__*/React.createElement("g", {
|
|
|
1962
2376
|
d: "M8.776 4.78l-.002.026-.012.015-.017.011-.199.104a1.58 1.58 0 0 0-.194.16c-.139.124-.3.22-.475.285-.113.04-.228.07-.346.096-.148.039-.301.06-.456.064a.706.706 0 0 1-.432-.141l-.125-.117a.35.35 0 0 0-.145-.085l-.036-.008a.068.068 0 0 1-.031-.017l-.01-.018.055.014a.457.457 0 0 1 .122.064l.167.122c.132.078.282.12.435.123.153.003.305-.012.453-.045.12-.022.236-.055.35-.099.17-.073.33-.169.476-.284l.099-.078.157-.143a.23.23 0 0 1 .074-.042c.03-.008.06-.01.092-.008zm-1.13-.262c.011.25.074.207.11.316.037.108.058.315.093.337.036.021.087-.076.092-.283a1.254 1.254 0 0 0-.101-.554c-.056-.164-.118-.174-.174-.022a.708.708 0 0 0-.02.206zm-.6-.13c-.046-.098-.123.413-.1.685.007.076.027.163.041.12.014-.044.04-.338.063-.435.017-.087.014-.337-.004-.37z"
|
|
1963
2377
|
})));
|
|
1964
2378
|
function SvgLvsThirdMenu(props) {
|
|
1965
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2379
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1w({
|
|
1966
2380
|
width: 16,
|
|
1967
2381
|
height: 16,
|
|
1968
2382
|
viewBox: "0 0 16 16",
|
|
1969
2383
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1970
|
-
}, props), _ref$
|
|
2384
|
+
}, props), _ref$1w);
|
|
1971
2385
|
}
|
|
1972
2386
|
|
|
1973
|
-
function _extends$
|
|
1974
|
-
var _ref$
|
|
2387
|
+
function _extends$1v() { _extends$1v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1v.apply(this, arguments); }
|
|
2388
|
+
var _ref$1v = /*#__PURE__*/React.createElement("g", {
|
|
1975
2389
|
fill: "currentColor",
|
|
1976
2390
|
fillRule: "evenodd"
|
|
1977
2391
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1985,16 +2399,16 @@ var _ref$1n = /*#__PURE__*/React.createElement("g", {
|
|
|
1985
2399
|
fillRule: "nonzero"
|
|
1986
2400
|
}));
|
|
1987
2401
|
function SvgMariadbThirdMenu(props) {
|
|
1988
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2402
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1v({
|
|
1989
2403
|
width: 16,
|
|
1990
2404
|
height: 16,
|
|
1991
2405
|
viewBox: "0 0 16 16",
|
|
1992
2406
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1993
|
-
}, props), _ref$
|
|
2407
|
+
}, props), _ref$1v);
|
|
1994
2408
|
}
|
|
1995
2409
|
|
|
1996
|
-
function _extends$
|
|
1997
|
-
var _ref$
|
|
2410
|
+
function _extends$1u() { _extends$1u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1u.apply(this, arguments); }
|
|
2411
|
+
var _ref$1u = /*#__PURE__*/React.createElement("g", {
|
|
1998
2412
|
fill: "none",
|
|
1999
2413
|
fillRule: "evenodd"
|
|
2000
2414
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2005,31 +2419,31 @@ var _ref$1m = /*#__PURE__*/React.createElement("g", {
|
|
|
2005
2419
|
fillRule: "nonzero"
|
|
2006
2420
|
}));
|
|
2007
2421
|
function SvgMemcachedThirdMenu(props) {
|
|
2008
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2422
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1u({
|
|
2009
2423
|
width: 16,
|
|
2010
2424
|
height: 16,
|
|
2011
2425
|
viewBox: "0 0 16 16",
|
|
2012
2426
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2013
|
-
}, props), _ref$
|
|
2427
|
+
}, props), _ref$1u);
|
|
2014
2428
|
}
|
|
2015
2429
|
|
|
2016
|
-
function _extends$
|
|
2017
|
-
var _ref$
|
|
2430
|
+
function _extends$1t() { _extends$1t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1t.apply(this, arguments); }
|
|
2431
|
+
var _ref$1t = /*#__PURE__*/React.createElement("path", {
|
|
2018
2432
|
d: "M8 1.275c3.7 0 6.725 3.025 6.725 6.725 0 3.7-3.025 6.725-6.725 6.725-3.7 0-6.725-3.025-6.725-6.725C1.275 4.3 4.3 1.275 8 1.275zm0 1.2C4.963 2.475 2.475 4.963 2.475 8c0 3.037 2.488 5.525 5.525 5.525 3.037 0 5.525-2.488 5.525-5.525 0-3.037-2.488-5.525-5.525-5.525zm.787 4.738v3.937H7.212V7.212h1.575zm0-2.32V6.47H7.212V4.894h1.575z",
|
|
2019
2433
|
fill: "currentColor",
|
|
2020
2434
|
fillRule: "nonzero"
|
|
2021
2435
|
});
|
|
2022
2436
|
function SvgModelDefinitionThirdMenu(props) {
|
|
2023
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2437
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1t({
|
|
2024
2438
|
width: 16,
|
|
2025
2439
|
height: 16,
|
|
2026
2440
|
viewBox: "0 0 16 16",
|
|
2027
2441
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2028
|
-
}, props), _ref$
|
|
2442
|
+
}, props), _ref$1t);
|
|
2029
2443
|
}
|
|
2030
2444
|
|
|
2031
|
-
function _extends$
|
|
2032
|
-
var _ref$
|
|
2445
|
+
function _extends$1s() { _extends$1s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1s.apply(this, arguments); }
|
|
2446
|
+
var _ref$1s = /*#__PURE__*/React.createElement("g", {
|
|
2033
2447
|
fill: "none",
|
|
2034
2448
|
fillRule: "evenodd"
|
|
2035
2449
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2040,16 +2454,16 @@ var _ref$1k = /*#__PURE__*/React.createElement("g", {
|
|
|
2040
2454
|
fillRule: "nonzero"
|
|
2041
2455
|
}));
|
|
2042
2456
|
function SvgMongodbThirdMenu(props) {
|
|
2043
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2457
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1s({
|
|
2044
2458
|
width: 16,
|
|
2045
2459
|
height: 16,
|
|
2046
2460
|
viewBox: "0 0 16 16",
|
|
2047
2461
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2048
|
-
}, props), _ref$
|
|
2462
|
+
}, props), _ref$1s);
|
|
2049
2463
|
}
|
|
2050
2464
|
|
|
2051
|
-
function _extends$
|
|
2052
|
-
var _ref$
|
|
2465
|
+
function _extends$1r() { _extends$1r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1r.apply(this, arguments); }
|
|
2466
|
+
var _ref$1r = /*#__PURE__*/React.createElement("g", {
|
|
2053
2467
|
fill: "none",
|
|
2054
2468
|
fillRule: "evenodd"
|
|
2055
2469
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2059,46 +2473,46 @@ var _ref$1j = /*#__PURE__*/React.createElement("g", {
|
|
|
2059
2473
|
fill: "currentColor"
|
|
2060
2474
|
}));
|
|
2061
2475
|
function SvgMssqlThirdMenu(props) {
|
|
2062
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2476
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1r({
|
|
2063
2477
|
width: 16,
|
|
2064
2478
|
height: 16,
|
|
2065
2479
|
viewBox: "0 0 16 16",
|
|
2066
2480
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2067
|
-
}, props), _ref$
|
|
2481
|
+
}, props), _ref$1r);
|
|
2068
2482
|
}
|
|
2069
2483
|
|
|
2070
|
-
function _extends$
|
|
2071
|
-
var _ref$
|
|
2484
|
+
function _extends$1q() { _extends$1q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1q.apply(this, arguments); }
|
|
2485
|
+
var _ref$1q = /*#__PURE__*/React.createElement("path", {
|
|
2072
2486
|
d: "M13.299 12.708c.94 0 1.701.795 1.701 1.776v.115c0 .362-.67.398-1.527.4h-1.595c-.785-.005-1.378-.047-1.378-.4v-.115c0-.98.762-1.776 1.701-1.776H13.3zM9.666 1.496l.61.01 1.435.022a1.6 1.6 0 0 1 1.6 1.6v4.483a.6.6 0 0 1-1.2 0V3.128c0-.22-.179-.4-.41-.4l-.836-.014v1.193a.8.8 0 0 1-.7.794l-.1.006H4.824a.8.8 0 0 1-.8-.8V2.714l-.812.014a.4.4 0 0 0-.392.32l-.008.08v10.25c0 .221.18.4.4.4h5.263a.6.6 0 0 1 0 1.2H3.21a1.6 1.6 0 0 1-1.6-1.6V3.128c0-.883.717-1.6 1.59-1.6l1.412-.023.61-.01v2.012h4.442V1.496zM12.695 9.5c.727 0 1.317.616 1.317 1.375 0 .76-.59 1.375-1.317 1.375s-1.317-.616-1.317-1.375c0-.76.59-1.375 1.317-1.375zm-4.74-1.05v1.2H4v-1.2h3.954zm2.965-2.2v1.2H4v-1.2h6.92zM8.8 1.63v1.2H6v-1.2h2.8z",
|
|
2073
2487
|
fill: "currentColor",
|
|
2074
2488
|
fillRule: "nonzero"
|
|
2075
2489
|
});
|
|
2076
2490
|
function SvgMySubmissionThirdMenu(props) {
|
|
2077
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2491
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1q({
|
|
2078
2492
|
width: 16,
|
|
2079
2493
|
height: 16,
|
|
2080
2494
|
viewBox: "0 0 16 16",
|
|
2081
2495
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2082
|
-
}, props), _ref$
|
|
2496
|
+
}, props), _ref$1q);
|
|
2083
2497
|
}
|
|
2084
2498
|
|
|
2085
|
-
function _extends$
|
|
2086
|
-
var _ref$
|
|
2499
|
+
function _extends$1p() { _extends$1p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1p.apply(this, arguments); }
|
|
2500
|
+
var _ref$1p = /*#__PURE__*/React.createElement("path", {
|
|
2087
2501
|
d: "M6.685.4A3.776 3.776 0 0 1 7.71 7.812l.128-.001c.904 0 1.758.148 2.535.433a.6.6 0 0 1-.415 1.126 6.124 6.124 0 0 0-2.12-.359H6.685c-2.89 0-4.947 1.779-5.083 4.206-.03.547.33.946.848.946h6.832a.6.6 0 1 1 0 1.2H2.45c-1.219 0-2.115-.99-2.046-2.213.159-2.834 2.366-4.964 5.437-5.294A3.776 3.776 0 0 1 6.685.4zM12 9a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 1a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm.5.5v1.25l.862.905.345.362-.724.69-.345-.362-1-1.05a.5.5 0 0 1-.138-.345V10.5h1zM6.685 1.6a2.576 2.576 0 1 0 0 5.152 2.576 2.576 0 0 0 0-5.152z",
|
|
2088
2502
|
fill: "currentColor",
|
|
2089
2503
|
fillRule: "nonzero"
|
|
2090
2504
|
});
|
|
2091
2505
|
function SvgMyTaskThirdMenu(props) {
|
|
2092
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2506
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1p({
|
|
2093
2507
|
width: 16,
|
|
2094
2508
|
height: 16,
|
|
2095
2509
|
viewBox: "0 0 16 16",
|
|
2096
2510
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2097
|
-
}, props), _ref$
|
|
2511
|
+
}, props), _ref$1p);
|
|
2098
2512
|
}
|
|
2099
2513
|
|
|
2100
|
-
function _extends$
|
|
2101
|
-
var _ref$
|
|
2514
|
+
function _extends$1o() { _extends$1o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1o.apply(this, arguments); }
|
|
2515
|
+
var _ref$1o = /*#__PURE__*/React.createElement("g", {
|
|
2102
2516
|
fill: "none",
|
|
2103
2517
|
fillRule: "evenodd"
|
|
2104
2518
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2111,16 +2525,16 @@ var _ref$1g = /*#__PURE__*/React.createElement("g", {
|
|
|
2111
2525
|
fillRule: "nonzero"
|
|
2112
2526
|
}));
|
|
2113
2527
|
function SvgMysqlThirdMenu(props) {
|
|
2114
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2528
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1o({
|
|
2115
2529
|
width: 16,
|
|
2116
2530
|
height: 16,
|
|
2117
2531
|
viewBox: "0 0 16 16",
|
|
2118
2532
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2119
|
-
}, props), _ref$
|
|
2533
|
+
}, props), _ref$1o);
|
|
2120
2534
|
}
|
|
2121
2535
|
|
|
2122
|
-
function _extends$
|
|
2123
|
-
var _ref$
|
|
2536
|
+
function _extends$1n() { _extends$1n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1n.apply(this, arguments); }
|
|
2537
|
+
var _ref$1n = /*#__PURE__*/React.createElement("g", {
|
|
2124
2538
|
fill: "none",
|
|
2125
2539
|
fillRule: "evenodd"
|
|
2126
2540
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2129,76 +2543,76 @@ var _ref$1f = /*#__PURE__*/React.createElement("g", {
|
|
|
2129
2543
|
fillRule: "nonzero"
|
|
2130
2544
|
}));
|
|
2131
2545
|
function SvgNamespacesThirdMenu(props) {
|
|
2132
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2546
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1n({
|
|
2133
2547
|
width: 16,
|
|
2134
2548
|
height: 16,
|
|
2135
2549
|
viewBox: "0 0 16 16",
|
|
2136
2550
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2137
|
-
}, props), _ref$
|
|
2551
|
+
}, props), _ref$1n);
|
|
2138
2552
|
}
|
|
2139
2553
|
|
|
2140
|
-
function _extends$
|
|
2141
|
-
var _ref$
|
|
2554
|
+
function _extends$1m() { _extends$1m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1m.apply(this, arguments); }
|
|
2555
|
+
var _ref$1m = /*#__PURE__*/React.createElement("path", {
|
|
2142
2556
|
d: "M10.744 2.582l.009 3.733h3.371a1 1 0 0 1 1 1v3.493a1 1 0 0 1-1 1h-2.357l.766-1.2h1.391V7.516h-3.168l.007 2.63h1.278L9.563 14l-.011-6.485H6.308v5.744h-1.2V7.515H2.2v3.093h1.938v1.2H2a1 1 0 0 1-1-1V7.316a1 1 0 0 1 1-1h3.108v-.997H3.459L6.308 2.6v3.715H9.55l-.006-3.733h1.2zm-2.301 8.026v1.2H7.277v-1.2h1.166z",
|
|
2143
2557
|
fill: "currentColor",
|
|
2144
2558
|
fillRule: "nonzero"
|
|
2145
2559
|
});
|
|
2146
2560
|
function SvgNatGatewayThirdMenu(props) {
|
|
2147
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2561
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1m({
|
|
2148
2562
|
width: 16,
|
|
2149
2563
|
height: 16,
|
|
2150
2564
|
viewBox: "0 0 16 16",
|
|
2151
2565
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2152
|
-
}, props), _ref$
|
|
2566
|
+
}, props), _ref$1m);
|
|
2153
2567
|
}
|
|
2154
2568
|
|
|
2155
|
-
function _extends$
|
|
2156
|
-
var _ref$
|
|
2569
|
+
function _extends$1l() { _extends$1l = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1l.apply(this, arguments); }
|
|
2570
|
+
var _ref$1l = /*#__PURE__*/React.createElement("path", {
|
|
2157
2571
|
d: "M9.572 13.748c.084.256.183.497.297.718.202.396.44.709.708.93.046.037.092.072.14.104a3.98 3.98 0 0 1-2.166-1.242c.104-.075.212-.144.324-.206.213-.118.447-.22.697-.304zm3.856 0c.25.084.485.186.697.304.112.062.22.13.324.206a3.98 3.98 0 0 1-2.165 1.242c.047-.032.093-.067.139-.105.267-.22.506-.533.708-.93.114-.22.213-.46.297-.717zM12.97 3.366l.057.053c.205.192 1.145 1.075 1.275 1.194a.605.605 0 0 1-.486 1.047H2.88a.28.28 0 0 0-.28.28v7.698c0 .382.17.625.257.625H6.77a.6.6 0 0 1 0 1.2H2.857c-.86 0-1.457-.853-1.457-1.825V5.94c0-.517.265-.973.667-1.237a.6.6 0 0 1 .08-.09c.061-.055.115-.106.197-.187l.147-.147c.157-.16.393-.401.79-.809l.022-.023c.201-.206.365-.373.505-.514l.282-.281.082-.081c.136-.132.246-.234.334-.31.056-.047.105-.086.151-.118a.61.61 0 0 1 .394-.134l6.055-.058c.342 0 .37.024 1.864 1.415zm-1.644 10.087v1.931c-.426-.08-.829-.458-1.149-1.082a4.616 4.616 0 0 1-.27-.654c.44-.116.92-.183 1.419-.195zm.348 0c.5.012.98.079 1.42.195a4.616 4.616 0 0 1-.271.654c-.32.624-.723 1.001-1.149 1.082zM9.24 11.678a7.47 7.47 0 0 0 .233 1.73c-.274.092-.53.203-.763.333-.133.073-.26.155-.383.246a4.105 4.105 0 0 1-.826-2.31zm6.261 0a4.105 4.105 0 0 1-.826 2.308 3.424 3.424 0 0 0-.383-.245 4.57 4.57 0 0 0-.763-.333c.14-.533.22-1.12.233-1.73zm-4.174 0v1.42a6.57 6.57 0 0 0-1.52.21 7.101 7.101 0 0 1-.219-1.63h1.739zm2.087 0a7.101 7.101 0 0 1-.22 1.63 6.568 6.568 0 0 0-1.519-.21v-1.42zM7.269 10.5v1H3.5v-1h3.769zm2.537-.81c.472.126.987.198 1.52.211v1.42H9.587c.013-.576.088-1.13.22-1.63zm3.388 0c.13.501.206 1.055.219 1.632h-1.739v-1.42a6.568 6.568 0 0 0 1.52-.211zm-4.868-.677c.122.09.25.172.383.245.233.13.49.241.763.333a7.47 7.47 0 0 0-.233 1.73H7.5a4.105 4.105 0 0 1 .826-2.308zm6.348 0c.503.664.792 1.47.826 2.309h-1.739a7.47 7.47 0 0 0-.233-1.731c.274-.092.53-.203.763-.333.133-.073.26-.155.383-.245zm-3-1.398c.426.08.829.458 1.149 1.083.107.21.197.429.27.653-.44.116-.92.183-1.419.195zm-.348 0v1.931c-.5-.012-.98-.079-1.42-.195.074-.224.164-.443.271-.654.32-.624.723-1.001 1.149-1.082zm.958-.116a3.98 3.98 0 0 1 2.165 1.242 3.151 3.151 0 0 1-.324.206c-.213.118-.447.22-.697.305a4.964 4.964 0 0 0-.297-.719c-.202-.396-.44-.709-.708-.93a1.866 1.866 0 0 0-.14-.104zm-1.568 0a1.867 1.867 0 0 0-.139.105c-.267.22-.506.533-.708.93-.114.22-.213.46-.297.717a4.202 4.202 0 0 1-.697-.304 3.151 3.151 0 0 1-.324-.206A3.98 3.98 0 0 1 10.716 7.5zM8.5 7.5v1H3.557v-1H8.5zm2.429-4.34l-5.677.057-.013.012c-.04.035-.086.079-.14.129l-.084.081-.162.16-.19.19c-.136.137-.296.3-.493.503l-.023.023-.141.145 8.36-.002-.066-.063-.098-.091-.056-.052c-.39-.363-.7-.646-.936-.853a9.665 9.665 0 0 0-.248-.211l-.033-.027z",
|
|
2158
2572
|
fill: "currentColor",
|
|
2159
2573
|
fillRule: "nonzero"
|
|
2160
2574
|
});
|
|
2161
2575
|
function SvgNetworkOperationAndMaintenanceThirdMenu(props) {
|
|
2162
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2576
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1l({
|
|
2163
2577
|
width: 16,
|
|
2164
2578
|
height: 16,
|
|
2165
2579
|
viewBox: "0 0 16 16",
|
|
2166
2580
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2167
|
-
}, props), _ref$
|
|
2581
|
+
}, props), _ref$1l);
|
|
2168
2582
|
}
|
|
2169
2583
|
|
|
2170
|
-
function _extends$
|
|
2171
|
-
var _ref$
|
|
2584
|
+
function _extends$1k() { _extends$1k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1k.apply(this, arguments); }
|
|
2585
|
+
var _ref$1k = /*#__PURE__*/React.createElement("path", {
|
|
2172
2586
|
d: "M8.029 5.541a1.408 1.408 0 0 1 1.015 2.385.406.406 0 0 0-.107.359l.513 2.64.157.798.544 2.798a.402.402 0 0 1-.395.479H6.304a.402.402 0 0 1-.394-.48l.543-2.797.155-.798.513-2.64a.407.407 0 0 0-.108-.359 1.407 1.407 0 0 1-.393-.977A1.413 1.413 0 0 1 8.01 5.54zM8 1.617a5.615 5.615 0 0 1 3.95 9.606.5.5 0 1 1-.704-.711 4.615 4.615 0 1 0-6.525-.033.5.5 0 1 1-.71.703A5.615 5.615 0 0 1 8 1.617zm0 1.75a3.569 3.569 0 0 1 2.51 6.106.5.5 0 1 1-.703-.711 2.569 2.569 0 1 0-3.632-.019.5.5 0 1 1-.711.704A3.569 3.569 0 0 1 8 3.367z",
|
|
2173
2587
|
fill: "currentColor",
|
|
2174
2588
|
fillRule: "nonzero"
|
|
2175
2589
|
});
|
|
2176
2590
|
function SvgNetworkThirdMenu(props) {
|
|
2177
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2591
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1k({
|
|
2178
2592
|
width: 16,
|
|
2179
2593
|
height: 16,
|
|
2180
2594
|
viewBox: "0 0 16 16",
|
|
2181
2595
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2182
|
-
}, props), _ref$
|
|
2596
|
+
}, props), _ref$1k);
|
|
2183
2597
|
}
|
|
2184
2598
|
|
|
2185
|
-
function _extends$
|
|
2186
|
-
var _ref$
|
|
2599
|
+
function _extends$1j() { _extends$1j = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1j.apply(this, arguments); }
|
|
2600
|
+
var _ref$1j = /*#__PURE__*/React.createElement("path", {
|
|
2187
2601
|
d: "M14 2.15a1.6 1.6 0 0 1 1.6 1.6v8.5a1.6 1.6 0 0 1-1.6 1.6H2a1.6 1.6 0 0 1-1.6-1.6v-8.5A1.6 1.6 0 0 1 2 2.15h12zm0 1.2H2a.4.4 0 0 0-.4.4v8.5c0 .22.18.4.4.4h12a.4.4 0 0 0 .4-.4v-8.5a.4.4 0 0 0-.4-.4zm-2.235 2.179c.578 0 1.013.126 1.305.38.292.253.445.591.46 1.014l-.93.041c-.04-.237-.125-.407-.255-.51-.131-.104-.328-.156-.59-.156-.27 0-.48.056-.634.167a.335.335 0 0 0-.147.285c0 .11.046.203.138.28.117.098.402.201.854.308.452.107.787.217 1.004.331.216.114.386.27.508.468.123.198.184.442.184.733a1.356 1.356 0 0 1-.842 1.255c-.268.112-.602.168-1.002.168-.582 0-1.029-.134-1.34-.403-.313-.27-.499-.662-.56-1.177l.905-.088c.054.304.165.527.331.67.167.142.391.213.674.213.3 0 .525-.063.677-.19.151-.127.227-.275.227-.444a.42.42 0 0 0-.095-.278c-.064-.077-.176-.143-.335-.2a11.441 11.441 0 0 0-.744-.2c-.498-.124-.848-.276-1.05-.456a1.198 1.198 0 0 1-.423-.927c0-.234.066-.454.2-.658.132-.204.324-.36.574-.466.25-.107.552-.16.906-.16zm-8.52.078l1.884 3.075V5.607h.863v4.604H5.06L3.204 7.21v3.002H2.34V5.607h.904zm6.518 0v.78H7.536v1.089h1.922v.779H7.536v1.956h-.93V5.607h3.157z",
|
|
2188
2602
|
fill: "currentColor",
|
|
2189
2603
|
fillRule: "nonzero"
|
|
2190
2604
|
});
|
|
2191
2605
|
function SvgNfsThirdMenu(props) {
|
|
2192
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2606
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1j({
|
|
2193
2607
|
width: 16,
|
|
2194
2608
|
height: 16,
|
|
2195
2609
|
viewBox: "0 0 16 16",
|
|
2196
2610
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2197
|
-
}, props), _ref$
|
|
2611
|
+
}, props), _ref$1j);
|
|
2198
2612
|
}
|
|
2199
2613
|
|
|
2200
|
-
function _extends$
|
|
2201
|
-
var _ref$
|
|
2614
|
+
function _extends$1i() { _extends$1i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1i.apply(this, arguments); }
|
|
2615
|
+
var _ref$1i = /*#__PURE__*/React.createElement("g", {
|
|
2202
2616
|
fill: "none",
|
|
2203
2617
|
fillRule: "evenodd"
|
|
2204
2618
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2210,31 +2624,31 @@ var _ref$1a = /*#__PURE__*/React.createElement("g", {
|
|
|
2210
2624
|
fillRule: "nonzero"
|
|
2211
2625
|
}));
|
|
2212
2626
|
function SvgNginxThirdMenu(props) {
|
|
2213
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2627
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1i({
|
|
2214
2628
|
width: 16,
|
|
2215
2629
|
height: 16,
|
|
2216
2630
|
viewBox: "0 0 16 16",
|
|
2217
2631
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2218
|
-
}, props), _ref$
|
|
2632
|
+
}, props), _ref$1i);
|
|
2219
2633
|
}
|
|
2220
2634
|
|
|
2221
|
-
function _extends$
|
|
2222
|
-
var _ref$
|
|
2635
|
+
function _extends$1h() { _extends$1h = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1h.apply(this, arguments); }
|
|
2636
|
+
var _ref$1h = /*#__PURE__*/React.createElement("path", {
|
|
2223
2637
|
d: "M8 2.5a6.75 6.75 0 0 1 5.663 10.425.625.625 0 1 1-1.048-.682A5.473 5.473 0 0 0 13.5 9.25a5.5 5.5 0 1 0-10.12 2.986.625.625 0 1 1-1.05.68A6.723 6.723 0 0 1 1.25 9.25 6.75 6.75 0 0 1 8 2.499zm-.234 3.98c.08-.19.387-.19.468 0l1.382 3.236c.086.182.134.381.134.59 0 .846-.784 1.531-1.75 1.531s-1.75-.685-1.75-1.531c0-.209.048-.408.134-.59z",
|
|
2224
2638
|
fill: "currentColor",
|
|
2225
2639
|
fillRule: "nonzero"
|
|
2226
2640
|
});
|
|
2227
2641
|
function SvgNodeAutoDiscoveryThirdMenu(props) {
|
|
2228
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2642
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1h({
|
|
2229
2643
|
width: 16,
|
|
2230
2644
|
height: 16,
|
|
2231
2645
|
viewBox: "0 0 16 16",
|
|
2232
2646
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2233
|
-
}, props), _ref$
|
|
2647
|
+
}, props), _ref$1h);
|
|
2234
2648
|
}
|
|
2235
2649
|
|
|
2236
|
-
function _extends$
|
|
2237
|
-
var _ref$
|
|
2650
|
+
function _extends$1g() { _extends$1g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1g.apply(this, arguments); }
|
|
2651
|
+
var _ref$1g = /*#__PURE__*/React.createElement("g", {
|
|
2238
2652
|
fill: "none",
|
|
2239
2653
|
fillRule: "evenodd"
|
|
2240
2654
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2245,16 +2659,16 @@ var _ref$18 = /*#__PURE__*/React.createElement("g", {
|
|
|
2245
2659
|
fillRule: "nonzero"
|
|
2246
2660
|
}));
|
|
2247
2661
|
function SvgNodeThirdMenu(props) {
|
|
2248
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2662
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1g({
|
|
2249
2663
|
width: 16,
|
|
2250
2664
|
height: 16,
|
|
2251
2665
|
viewBox: "0 0 16 16",
|
|
2252
2666
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2253
|
-
}, props), _ref$
|
|
2667
|
+
}, props), _ref$1g);
|
|
2254
2668
|
}
|
|
2255
2669
|
|
|
2256
|
-
function _extends$
|
|
2257
|
-
var _ref$
|
|
2670
|
+
function _extends$1f() { _extends$1f = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1f.apply(this, arguments); }
|
|
2671
|
+
var _ref$1f = /*#__PURE__*/React.createElement("g", {
|
|
2258
2672
|
fill: "none",
|
|
2259
2673
|
fillRule: "evenodd"
|
|
2260
2674
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2265,16 +2679,16 @@ var _ref$17 = /*#__PURE__*/React.createElement("g", {
|
|
|
2265
2679
|
fillRule: "nonzero"
|
|
2266
2680
|
}));
|
|
2267
2681
|
function SvgNotificationBlockThirdMenu(props) {
|
|
2268
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2682
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1f({
|
|
2269
2683
|
width: 16,
|
|
2270
2684
|
height: 16,
|
|
2271
2685
|
viewBox: "0 0 16 16",
|
|
2272
2686
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2273
|
-
}, props), _ref$
|
|
2687
|
+
}, props), _ref$1f);
|
|
2274
2688
|
}
|
|
2275
2689
|
|
|
2276
|
-
function _extends$
|
|
2277
|
-
var _ref$
|
|
2690
|
+
function _extends$1e() { _extends$1e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1e.apply(this, arguments); }
|
|
2691
|
+
var _ref$1e = /*#__PURE__*/React.createElement("g", {
|
|
2278
2692
|
fill: "none",
|
|
2279
2693
|
fillRule: "evenodd"
|
|
2280
2694
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2285,16 +2699,16 @@ var _ref$16 = /*#__PURE__*/React.createElement("g", {
|
|
|
2285
2699
|
fillRule: "nonzero"
|
|
2286
2700
|
}));
|
|
2287
2701
|
function SvgNotificationGroupThirdMenu(props) {
|
|
2288
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2702
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1e({
|
|
2289
2703
|
width: 16,
|
|
2290
2704
|
height: 16,
|
|
2291
2705
|
viewBox: "0 0 16 16",
|
|
2292
2706
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2293
|
-
}, props), _ref$
|
|
2707
|
+
}, props), _ref$1e);
|
|
2294
2708
|
}
|
|
2295
2709
|
|
|
2296
|
-
function _extends$
|
|
2297
|
-
var _ref$
|
|
2710
|
+
function _extends$1d() { _extends$1d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1d.apply(this, arguments); }
|
|
2711
|
+
var _ref$1d = /*#__PURE__*/React.createElement("g", {
|
|
2298
2712
|
transform: "translate(1 1)",
|
|
2299
2713
|
fill: "currentColor",
|
|
2300
2714
|
fillRule: "evenodd"
|
|
@@ -2317,16 +2731,16 @@ var _ref$15 = /*#__PURE__*/React.createElement("g", {
|
|
|
2317
2731
|
ry: 1.05
|
|
2318
2732
|
}));
|
|
2319
2733
|
function SvgOmAutomationTasksThirdMenu(props) {
|
|
2320
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2734
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1d({
|
|
2321
2735
|
width: 16,
|
|
2322
2736
|
height: 16,
|
|
2323
2737
|
viewBox: "0 0 16 16",
|
|
2324
2738
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2325
|
-
}, props), _ref$
|
|
2739
|
+
}, props), _ref$1d);
|
|
2326
2740
|
}
|
|
2327
2741
|
|
|
2328
|
-
function _extends$
|
|
2329
|
-
var _ref$
|
|
2742
|
+
function _extends$1c() { _extends$1c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1c.apply(this, arguments); }
|
|
2743
|
+
var _ref$1c = /*#__PURE__*/React.createElement("g", {
|
|
2330
2744
|
fill: "none",
|
|
2331
2745
|
fillRule: "evenodd"
|
|
2332
2746
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2337,16 +2751,16 @@ var _ref$14 = /*#__PURE__*/React.createElement("g", {
|
|
|
2337
2751
|
fillRule: "nonzero"
|
|
2338
2752
|
}));
|
|
2339
2753
|
function SvgOracleThirdMenu(props) {
|
|
2340
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2754
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1c({
|
|
2341
2755
|
width: 16,
|
|
2342
2756
|
height: 16,
|
|
2343
2757
|
viewBox: "0 0 16 16",
|
|
2344
2758
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2345
|
-
}, props), _ref$
|
|
2759
|
+
}, props), _ref$1c);
|
|
2346
2760
|
}
|
|
2347
2761
|
|
|
2348
|
-
function _extends$
|
|
2349
|
-
var _ref$
|
|
2762
|
+
function _extends$1b() { _extends$1b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1b.apply(this, arguments); }
|
|
2763
|
+
var _ref$1b = /*#__PURE__*/React.createElement("g", {
|
|
2350
2764
|
fill: "none",
|
|
2351
2765
|
fillRule: "evenodd"
|
|
2352
2766
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2363,16 +2777,16 @@ var _ref$13 = /*#__PURE__*/React.createElement("g", {
|
|
|
2363
2777
|
fill: "currentColor"
|
|
2364
2778
|
}));
|
|
2365
2779
|
function SvgOrchestrationThirdMenu(props) {
|
|
2366
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2780
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1b({
|
|
2367
2781
|
width: 16,
|
|
2368
2782
|
height: 16,
|
|
2369
2783
|
viewBox: "0 0 16 16",
|
|
2370
2784
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2371
|
-
}, props), _ref$
|
|
2785
|
+
}, props), _ref$1b);
|
|
2372
2786
|
}
|
|
2373
2787
|
|
|
2374
|
-
function _extends$
|
|
2375
|
-
var _ref$
|
|
2788
|
+
function _extends$1a() { _extends$1a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1a.apply(this, arguments); }
|
|
2789
|
+
var _ref$1a = /*#__PURE__*/React.createElement("g", {
|
|
2376
2790
|
fill: "none",
|
|
2377
2791
|
fillRule: "evenodd"
|
|
2378
2792
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2387,16 +2801,16 @@ var _ref$12 = /*#__PURE__*/React.createElement("g", {
|
|
|
2387
2801
|
fillRule: "nonzero"
|
|
2388
2802
|
}));
|
|
2389
2803
|
function SvgOverviewThirdMenu2(props) {
|
|
2390
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2804
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1a({
|
|
2391
2805
|
width: 16,
|
|
2392
2806
|
height: 16,
|
|
2393
2807
|
viewBox: "0 0 16 16",
|
|
2394
2808
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2395
|
-
}, props), _ref$
|
|
2809
|
+
}, props), _ref$1a);
|
|
2396
2810
|
}
|
|
2397
2811
|
|
|
2398
|
-
function _extends$
|
|
2399
|
-
var _ref$
|
|
2812
|
+
function _extends$19() { _extends$19 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$19.apply(this, arguments); }
|
|
2813
|
+
var _ref$19 = /*#__PURE__*/React.createElement("g", {
|
|
2400
2814
|
fill: "currentColor",
|
|
2401
2815
|
fillRule: "evenodd"
|
|
2402
2816
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2407,16 +2821,16 @@ var _ref$11 = /*#__PURE__*/React.createElement("g", {
|
|
|
2407
2821
|
fillRule: "nonzero"
|
|
2408
2822
|
}));
|
|
2409
2823
|
function SvgOverviewThirdMenu(props) {
|
|
2410
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2824
|
+
return /*#__PURE__*/React.createElement("svg", _extends$19({
|
|
2411
2825
|
width: 16,
|
|
2412
2826
|
height: 16,
|
|
2413
2827
|
viewBox: "0 0 16 16",
|
|
2414
2828
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2415
|
-
}, props), _ref$
|
|
2829
|
+
}, props), _ref$19);
|
|
2416
2830
|
}
|
|
2417
2831
|
|
|
2418
|
-
function _extends$
|
|
2419
|
-
var _ref$
|
|
2832
|
+
function _extends$18() { _extends$18 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$18.apply(this, arguments); }
|
|
2833
|
+
var _ref$18 = /*#__PURE__*/React.createElement("g", {
|
|
2420
2834
|
fill: "currentColor",
|
|
2421
2835
|
fillRule: "evenodd"
|
|
2422
2836
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2426,16 +2840,16 @@ var _ref$10 = /*#__PURE__*/React.createElement("g", {
|
|
|
2426
2840
|
fillRule: "nonzero"
|
|
2427
2841
|
}));
|
|
2428
2842
|
function SvgPackageManagementThirdMenu(props) {
|
|
2429
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2843
|
+
return /*#__PURE__*/React.createElement("svg", _extends$18({
|
|
2430
2844
|
width: 16,
|
|
2431
2845
|
height: 16,
|
|
2432
2846
|
viewBox: "0 0 16 16",
|
|
2433
2847
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2434
|
-
}, props), _ref$
|
|
2848
|
+
}, props), _ref$18);
|
|
2435
2849
|
}
|
|
2436
2850
|
|
|
2437
|
-
function _extends
|
|
2438
|
-
var _ref
|
|
2851
|
+
function _extends$17() { _extends$17 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$17.apply(this, arguments); }
|
|
2852
|
+
var _ref$17 = /*#__PURE__*/React.createElement("g", {
|
|
2439
2853
|
fill: "none",
|
|
2440
2854
|
fillRule: "evenodd"
|
|
2441
2855
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2450,31 +2864,31 @@ var _ref$$ = /*#__PURE__*/React.createElement("g", {
|
|
|
2450
2864
|
strokeLinejoin: "round"
|
|
2451
2865
|
}));
|
|
2452
2866
|
function SvgPackageThirdMenu(props) {
|
|
2453
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
2867
|
+
return /*#__PURE__*/React.createElement("svg", _extends$17({
|
|
2454
2868
|
width: 16,
|
|
2455
2869
|
height: 16,
|
|
2456
2870
|
viewBox: "0 0 16 16",
|
|
2457
2871
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2458
|
-
}, props), _ref
|
|
2872
|
+
}, props), _ref$17);
|
|
2459
2873
|
}
|
|
2460
2874
|
|
|
2461
|
-
function _extends$
|
|
2462
|
-
var _ref$
|
|
2875
|
+
function _extends$16() { _extends$16 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$16.apply(this, arguments); }
|
|
2876
|
+
var _ref$16 = /*#__PURE__*/React.createElement("path", {
|
|
2463
2877
|
d: "M11.711 1.528a1.6 1.6 0 0 1 1.6 1.6v4.483a.6.6 0 0 1-1.2 0V3.128a.4.4 0 0 0-.4-.4h-8.5a.4.4 0 0 0-.4.4v10.25c0 .221.18.4.4.4h5.263a.6.6 0 0 1 0 1.2H3.21a1.6 1.6 0 0 1-1.6-1.6V3.128a1.6 1.6 0 0 1 1.6-1.6h8.5zm3.584 12.404v.87h-5.107v-.87h5.107zM11.397 10.4c0-.81.716-1.45 1.54-1.298.505.094.915.5 1.022 1.01.1.46-.046.896-.325 1.197a.742.742 0 0 0-.169.654c.073.336.387.562.724.562h.513c.188 0 .337.152.337.347v.55h-4.596v-.554c0-.187.15-.34.333-.34h.498a.723.723 0 0 0 .667-.724.738.738 0 0 0-.184-.484 1.357 1.357 0 0 1-.36-.92zm-1.9-1.5v1.2H4V8.9h5.497zm0-2.2v1.2H4V6.7h5.497zM6.248 4.5v1.2H4V4.5h2.248z",
|
|
2464
2878
|
fill: "currentColor",
|
|
2465
2879
|
fillRule: "nonzero"
|
|
2466
2880
|
});
|
|
2467
2881
|
function SvgPendingApprovalThridMenu(props) {
|
|
2468
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2882
|
+
return /*#__PURE__*/React.createElement("svg", _extends$16({
|
|
2469
2883
|
width: 16,
|
|
2470
2884
|
height: 16,
|
|
2471
2885
|
viewBox: "0 0 16 16",
|
|
2472
2886
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2473
|
-
}, props), _ref$
|
|
2887
|
+
}, props), _ref$16);
|
|
2474
2888
|
}
|
|
2475
2889
|
|
|
2476
|
-
function _extends$
|
|
2477
|
-
var _ref$
|
|
2890
|
+
function _extends$15() { _extends$15 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$15.apply(this, arguments); }
|
|
2891
|
+
var _ref$15 = /*#__PURE__*/React.createElement("g", {
|
|
2478
2892
|
fill: "none",
|
|
2479
2893
|
fillRule: "evenodd"
|
|
2480
2894
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2485,46 +2899,61 @@ var _ref$Z = /*#__PURE__*/React.createElement("g", {
|
|
|
2485
2899
|
fillRule: "nonzero"
|
|
2486
2900
|
}));
|
|
2487
2901
|
function SvgPerformanceMonitorThirdMenu(props) {
|
|
2488
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2902
|
+
return /*#__PURE__*/React.createElement("svg", _extends$15({
|
|
2489
2903
|
width: 16,
|
|
2490
2904
|
height: 16,
|
|
2491
2905
|
viewBox: "0 0 16 16",
|
|
2492
2906
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2493
|
-
}, props), _ref$
|
|
2907
|
+
}, props), _ref$15);
|
|
2494
2908
|
}
|
|
2495
2909
|
|
|
2496
|
-
function _extends$
|
|
2497
|
-
var _ref$
|
|
2910
|
+
function _extends$14() { _extends$14 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$14.apply(this, arguments); }
|
|
2911
|
+
var _ref$14 = /*#__PURE__*/React.createElement("path", {
|
|
2912
|
+
d: "M15.1 9.045v1.603l-.006 1.762-.011.072c-.122.831-.905 1.612-2.194 2.192-1.313.59-3.045.926-4.889.926-1.844 0-3.576-.336-4.889-.926-1.29-.58-2.072-1.36-2.194-2.192l-.01-.072-.007-.087V9.045l1.052 1.208c.208.24.476.44.812.602C4.149 11.52 6.014 11.9 8 11.9c1.987 0 3.851-.38 5.236-1.045a2.48 2.48 0 0 0 .812-.602L15.1 9.045zm-1.2 2.815l-.144.076C12.2 12.685 10.158 13.1 8 13.1c-2.158 0-4.2-.415-5.756-1.164l-.144-.075v.42l.004.027c.048.325.477.773 1.302 1.179l.198.093c1.15.517 2.714.82 4.396.82s3.247-.303 4.396-.82c.954-.43 1.448-.922 1.5-1.272l.004.015v-.463zM.9 4.545l1.052 1.208c.208.24.476.44.812.602C4.149 7.02 6.014 7.4 8 7.4c1.987 0 3.851-.38 5.236-1.045.336-.162.604-.363.812-.602L15.1 4.545V8.85h-.117l-.003.01c-.236.6-.82 1.16-1.696 1.622l-.225.113C11.73 11.233 9.927 11.6 8 11.6s-3.73-.367-5.059-1.005C1.94 10.113 1.276 9.51 1.02 8.86l-.003-.01H.9V4.545zm13 2.815l-.144.076C12.2 8.185 10.158 8.6 8 8.6c-2.158 0-4.2-.415-5.756-1.164L2.1 7.361v.889c0 .306.368.748 1.18 1.173l.181.09c1.157.556 2.783.887 4.539.887 1.756 0 3.382-.33 4.539-.887.938-.451 1.36-.935 1.36-1.263v-.6l.001-.29zM8 .4c1.927 0 3.73.367 5.058 1.005 1.31.63 2.041 1.468 2.041 2.345 0 .877-.73 1.715-2.04 2.345C11.73 6.733 9.926 7.1 7.998 7.1c-1.927 0-3.73-.367-5.058-1.005C1.631 5.465.9 4.627.9 3.75c0-.877.73-1.715 2.041-2.345C4.27.767 6.072.4 8 .4zm0 1.2c-1.756 0-3.383.33-4.539.887-.939.451-1.361.935-1.361 1.263 0 .328.422.812 1.361 1.263C4.617 5.57 6.244 5.9 8 5.9c1.755 0 3.382-.33 4.538-.887.939-.451 1.361-.935 1.361-1.263 0-.328-.422-.812-1.36-1.263-1.157-.556-2.784-.887-4.54-.887z",
|
|
2913
|
+
fill: "currentColor",
|
|
2914
|
+
fillRule: "nonzero"
|
|
2915
|
+
});
|
|
2916
|
+
function SvgPersistentVolumeStatementThirdMenu(props) {
|
|
2917
|
+
return /*#__PURE__*/React.createElement("svg", _extends$14({
|
|
2918
|
+
width: 16,
|
|
2919
|
+
height: 16,
|
|
2920
|
+
viewBox: "0 0 16 16",
|
|
2921
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
2922
|
+
}, props), _ref$14);
|
|
2923
|
+
}
|
|
2924
|
+
|
|
2925
|
+
function _extends$13() { _extends$13 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$13.apply(this, arguments); }
|
|
2926
|
+
var _ref$13 = /*#__PURE__*/React.createElement("path", {
|
|
2498
2927
|
d: "M11 8a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm0 1a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM3.592 3c.697 0 1.29.456 1.505 1.09h5.734a.6.6 0 0 1 .6.6v2.431a.6.6 0 0 1-.6.6h-7.4v3.824h3.4a.6.6 0 0 1 .592.504l.008.097a.6.6 0 0 1-.6.6h-4a.6.6 0 0 1-.6-.6V7.12a.6.6 0 0 1 .6-.6h7.4v-1.23H5.042c-.25.56-.806.948-1.45.948C2.712 6.24 2 5.514 2 4.62 2 3.726 2.713 3 3.592 3zM11.5 9.5v1.25l.862.905.345.362-.724.69-.345-.362-1-1.05a.5.5 0 0 1-.138-.345V9.5h1z",
|
|
2499
2928
|
fill: "currentColor",
|
|
2500
2929
|
fillRule: "evenodd"
|
|
2501
2930
|
});
|
|
2502
2931
|
function SvgPipelineTaskHistoryThirdMenu(props) {
|
|
2503
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2932
|
+
return /*#__PURE__*/React.createElement("svg", _extends$13({
|
|
2504
2933
|
width: 16,
|
|
2505
2934
|
height: 16,
|
|
2506
2935
|
viewBox: "0 0 16 16",
|
|
2507
2936
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2508
|
-
}, props), _ref$
|
|
2937
|
+
}, props), _ref$13);
|
|
2509
2938
|
}
|
|
2510
2939
|
|
|
2511
|
-
function _extends$
|
|
2512
|
-
var _ref$
|
|
2940
|
+
function _extends$12() { _extends$12 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$12.apply(this, arguments); }
|
|
2941
|
+
var _ref$12 = /*#__PURE__*/React.createElement("path", {
|
|
2513
2942
|
d: "M10.753 2v.4H13.6v6.646l-2.848-.001V10H5.299v-.955H3.627l-.023 3.604h1.694V12h5.455v3H5.298v-1.15H2.396l.004-.604.031-4.804.004-.596 2.863-.001V7h5.455v.845H12.4V3.6h-1.648V5H5.299V2h5.455z",
|
|
2514
2943
|
fill: "currentColor",
|
|
2515
2944
|
fillRule: "nonzero"
|
|
2516
2945
|
});
|
|
2517
2946
|
function SvgPipelineTaskThirdMenu(props) {
|
|
2518
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2947
|
+
return /*#__PURE__*/React.createElement("svg", _extends$12({
|
|
2519
2948
|
width: 16,
|
|
2520
2949
|
height: 16,
|
|
2521
2950
|
viewBox: "0 0 16 16",
|
|
2522
2951
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2523
|
-
}, props), _ref$
|
|
2952
|
+
}, props), _ref$12);
|
|
2524
2953
|
}
|
|
2525
2954
|
|
|
2526
|
-
function _extends$
|
|
2527
|
-
var _ref$
|
|
2955
|
+
function _extends$11() { _extends$11 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$11.apply(this, arguments); }
|
|
2956
|
+
var _ref$11 = /*#__PURE__*/React.createElement("g", {
|
|
2528
2957
|
fill: "none",
|
|
2529
2958
|
fillRule: "evenodd"
|
|
2530
2959
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2533,31 +2962,31 @@ var _ref$W = /*#__PURE__*/React.createElement("g", {
|
|
|
2533
2962
|
fillRule: "nonzero"
|
|
2534
2963
|
}));
|
|
2535
2964
|
function SvgPipelineTemplateThirdMenu(props) {
|
|
2536
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2965
|
+
return /*#__PURE__*/React.createElement("svg", _extends$11({
|
|
2537
2966
|
width: 16,
|
|
2538
2967
|
height: 16,
|
|
2539
2968
|
viewBox: "0 0 16 16",
|
|
2540
2969
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2541
|
-
}, props), _ref$
|
|
2970
|
+
}, props), _ref$11);
|
|
2542
2971
|
}
|
|
2543
2972
|
|
|
2544
|
-
function _extends$
|
|
2545
|
-
var _ref$
|
|
2973
|
+
function _extends$10() { _extends$10 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$10.apply(this, arguments); }
|
|
2974
|
+
var _ref$10 = /*#__PURE__*/React.createElement("path", {
|
|
2546
2975
|
d: "M3.2 9.436v3.357h7.463c.012-.929.755-1.679 1.67-1.679.923 0 1.67.762 1.67 1.7 0 .94-.747 1.7-1.67 1.7-.473 0-.9-.2-1.204-.522l-.028.001H2.6a.6.6 0 0 1-.6-.6V8.836a.6.6 0 0 1 .6-.6h10.178V4.879H5.452a1.683 1.683 0 0 1-1.271.582c-.94 0-1.7-.775-1.7-1.73C2.48 2.774 3.24 2 4.18 2c.89 0 1.62.695 1.693 1.581l.004.097h7.5a.6.6 0 0 1 .6.6v4.558a.6.6 0 0 1-.6.6H3.2z",
|
|
2547
2976
|
fill: "currentColor",
|
|
2548
2977
|
fillRule: "evenodd"
|
|
2549
2978
|
});
|
|
2550
2979
|
function SvgPipelineThirdMenu(props) {
|
|
2551
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
2980
|
+
return /*#__PURE__*/React.createElement("svg", _extends$10({
|
|
2552
2981
|
width: 16,
|
|
2553
2982
|
height: 16,
|
|
2554
2983
|
viewBox: "0 0 16 16",
|
|
2555
2984
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2556
|
-
}, props), _ref$
|
|
2985
|
+
}, props), _ref$10);
|
|
2557
2986
|
}
|
|
2558
2987
|
|
|
2559
|
-
function _extends
|
|
2560
|
-
var _ref
|
|
2988
|
+
function _extends$$() { _extends$$ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$$.apply(this, arguments); }
|
|
2989
|
+
var _ref$$ = /*#__PURE__*/React.createElement("g", {
|
|
2561
2990
|
fill: "none",
|
|
2562
2991
|
fillRule: "evenodd"
|
|
2563
2992
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2570,31 +2999,31 @@ var _ref$U = /*#__PURE__*/React.createElement("g", {
|
|
|
2570
2999
|
fillRule: "nonzero"
|
|
2571
3000
|
}));
|
|
2572
3001
|
function SvgPlaceholderThirdMenu(props) {
|
|
2573
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
3002
|
+
return /*#__PURE__*/React.createElement("svg", _extends$$({
|
|
2574
3003
|
width: 16,
|
|
2575
3004
|
height: 16,
|
|
2576
3005
|
viewBox: "0 0 16 16",
|
|
2577
3006
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2578
|
-
}, props), _ref
|
|
3007
|
+
}, props), _ref$$);
|
|
2579
3008
|
}
|
|
2580
3009
|
|
|
2581
|
-
function _extends$
|
|
2582
|
-
var _ref$
|
|
3010
|
+
function _extends$_() { _extends$_ = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$_.apply(this, arguments); }
|
|
3011
|
+
var _ref$_ = /*#__PURE__*/React.createElement("path", {
|
|
2583
3012
|
d: "M6.503.4c.698 0 1.354.268 1.84.737a2.502 2.502 0 0 1 .63 2.634l-.002.001h2.521c.253 0 .494.084.688.234l.093.08c.211.204.334.484.334.783l-.001 2.303.035-.006c.057-.007.115-.013.173-.016l.175-.006c.697 0 1.353.268 1.839.737.49.474.772 1.118.772 1.805 0 .687-.282 1.331-.772 1.805a2.642 2.642 0 0 1-2.187.715l-.035-.007v2.304c0 .256-.09.499-.248.691l-.085.092c-.207.2-.486.314-.781.314H1.515c-.295 0-.574-.114-.781-.314a1.086 1.086 0 0 1-.334-.783V4.87c0-.299.123-.579.334-.783.207-.2.486-.314.781-.314h2.519c-.07-.2-.115-.406-.133-.617l-.009-.213c0-.687.282-1.331.772-1.805A2.642 2.642 0 0 1 6.504.4zm0 1.2c-.384 0-.742.146-1.005.4-.26.251-.406.585-.406.942 0 .185.039.364.114.53l.296.653.383.847H1.6V14.4h9.806v-3.653l.716.14.579.113c.093.019.19.028.288.028.384 0 .742-.146 1.005-.4.26-.251.406-.585.406-.942s-.146-.69-.406-.941a1.442 1.442 0 0 0-1.005-.4c-.098 0-.195.008-.288.027l-.579.113-.715.14-.001-3.653H7.122l.383-.847.296-.654c.075-.165.114-.344.114-.53 0-.356-.146-.69-.406-.94A1.442 1.442 0 0 0 6.503 1.6zM5.256 7c1.122 0 1.85.66 2.043 1.852l-1.28.315c-.068-.824-.33-1.192-.832-1.192-.557 0-.88.705-.88 1.972 0 1.216.358 2.078.922 2.078.481 0 .715-.33.825-1.155l1.321.18C7.079 12.377 6.419 13 5.318 13 3.791 13 3 11.988 3 10c0-1.852.867-3 2.256-3zM9 7.075v5.85H7.727v-5.85H9z",
|
|
2584
3013
|
fill: "currentColor",
|
|
2585
3014
|
fillRule: "nonzero"
|
|
2586
3015
|
});
|
|
2587
3016
|
function SvgPluginCenterThirdMenu(props) {
|
|
2588
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3017
|
+
return /*#__PURE__*/React.createElement("svg", _extends$_({
|
|
2589
3018
|
width: 16,
|
|
2590
3019
|
height: 16,
|
|
2591
3020
|
viewBox: "0 0 16 16",
|
|
2592
3021
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2593
|
-
}, props), _ref$
|
|
3022
|
+
}, props), _ref$_);
|
|
2594
3023
|
}
|
|
2595
3024
|
|
|
2596
|
-
function _extends$
|
|
2597
|
-
var _ref$
|
|
3025
|
+
function _extends$Z() { _extends$Z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Z.apply(this, arguments); }
|
|
3026
|
+
var _ref$Z = /*#__PURE__*/React.createElement("g", {
|
|
2598
3027
|
fill: "none",
|
|
2599
3028
|
fillRule: "evenodd"
|
|
2600
3029
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2607,16 +3036,16 @@ var _ref$S = /*#__PURE__*/React.createElement("g", {
|
|
|
2607
3036
|
fill: "currentColor"
|
|
2608
3037
|
}));
|
|
2609
3038
|
function SvgPluginMarketThirdMenu(props) {
|
|
2610
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3039
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Z({
|
|
2611
3040
|
width: 16,
|
|
2612
3041
|
height: 16,
|
|
2613
3042
|
viewBox: "0 0 16 16",
|
|
2614
3043
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2615
|
-
}, props), _ref$
|
|
3044
|
+
}, props), _ref$Z);
|
|
2616
3045
|
}
|
|
2617
3046
|
|
|
2618
|
-
function _extends$
|
|
2619
|
-
var _ref$
|
|
3047
|
+
function _extends$Y() { _extends$Y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Y.apply(this, arguments); }
|
|
3048
|
+
var _ref$Y = /*#__PURE__*/React.createElement("g", {
|
|
2620
3049
|
fill: "none",
|
|
2621
3050
|
fillRule: "evenodd"
|
|
2622
3051
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2627,16 +3056,16 @@ var _ref$R = /*#__PURE__*/React.createElement("g", {
|
|
|
2627
3056
|
fillRule: "nonzero"
|
|
2628
3057
|
}));
|
|
2629
3058
|
function SvgPodThirdMenu(props) {
|
|
2630
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3059
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Y({
|
|
2631
3060
|
width: 16,
|
|
2632
3061
|
height: 16,
|
|
2633
3062
|
viewBox: "0 0 16 16",
|
|
2634
3063
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2635
|
-
}, props), _ref$
|
|
3064
|
+
}, props), _ref$Y);
|
|
2636
3065
|
}
|
|
2637
3066
|
|
|
2638
|
-
function _extends$
|
|
2639
|
-
var _ref$
|
|
3067
|
+
function _extends$X() { _extends$X = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$X.apply(this, arguments); }
|
|
3068
|
+
var _ref$X = /*#__PURE__*/React.createElement("g", {
|
|
2640
3069
|
fill: "none",
|
|
2641
3070
|
fillRule: "evenodd"
|
|
2642
3071
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2647,16 +3076,16 @@ var _ref$Q = /*#__PURE__*/React.createElement("g", {
|
|
|
2647
3076
|
fillRule: "nonzero"
|
|
2648
3077
|
}));
|
|
2649
3078
|
function SvgPoolsThirdMenu(props) {
|
|
2650
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3079
|
+
return /*#__PURE__*/React.createElement("svg", _extends$X({
|
|
2651
3080
|
width: 16,
|
|
2652
3081
|
height: 16,
|
|
2653
3082
|
viewBox: "0 0 16 16",
|
|
2654
3083
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2655
|
-
}, props), _ref$
|
|
3084
|
+
}, props), _ref$X);
|
|
2656
3085
|
}
|
|
2657
3086
|
|
|
2658
|
-
function _extends$
|
|
2659
|
-
var _ref$
|
|
3087
|
+
function _extends$W() { _extends$W = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$W.apply(this, arguments); }
|
|
3088
|
+
var _ref$W = /*#__PURE__*/React.createElement("g", {
|
|
2660
3089
|
fill: "currentColor",
|
|
2661
3090
|
fillRule: "evenodd"
|
|
2662
3091
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2670,61 +3099,114 @@ var _ref$P = /*#__PURE__*/React.createElement("g", {
|
|
|
2670
3099
|
fillRule: "nonzero"
|
|
2671
3100
|
}));
|
|
2672
3101
|
function SvgPostgresqlThirdMenu(props) {
|
|
2673
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3102
|
+
return /*#__PURE__*/React.createElement("svg", _extends$W({
|
|
2674
3103
|
width: 16,
|
|
2675
3104
|
height: 16,
|
|
2676
3105
|
viewBox: "0 0 16 16",
|
|
2677
3106
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2678
|
-
}, props), _ref$
|
|
3107
|
+
}, props), _ref$W);
|
|
2679
3108
|
}
|
|
2680
3109
|
|
|
2681
|
-
function _extends$
|
|
2682
|
-
var _ref$
|
|
3110
|
+
function _extends$V() { _extends$V = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$V.apply(this, arguments); }
|
|
3111
|
+
var _ref$V = /*#__PURE__*/React.createElement("path", {
|
|
2683
3112
|
d: "M9.312.46l.159.159 4.99 5 .157.159V6l.001 3.517h.921v4.762a1.26 1.26 0 0 1-1.26 1.26H2.72a1.26 1.26 0 0 1-1.26-1.26V9.519h.812V1.792c0-.736.597-1.332 1.332-1.332h5.708zM5.116 10.6H2.54v3.681c0 .08.052.147.123.17l.057.01h11.56c.1 0 .18-.08.18-.18v-3.681h-2.578l.002 1.107v.54H5.116v-1.647zm3.748-9.06l-5.26.002c-.119 0-.219.083-.245.194l-.006.058-.001 7.725h2.844V11.167h4.607V9.519h2.736V6.224l-1.985-1.989a.5.5 0 0 1 .03.17v2.79a.5.5 0 0 1-.5.5H5.666V8.5L8.64 8.5a1 1 0 1 1-.011 1.001H5.167a.5.5 0 0 1-.5-.5V7.196a.5.5 0 0 1 .5-.5h.666l4.75-.001v-1.79l-4.22.002a1 1 0 1 1 .006-1.002h4.714a.5.5 0 0 1 .17.03L8.864 1.54z",
|
|
2684
3113
|
fill: "currentColor",
|
|
2685
3114
|
fillRule: "nonzero"
|
|
2686
3115
|
});
|
|
2687
3116
|
function SvgProcessManagementThirdMenu(props) {
|
|
2688
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3117
|
+
return /*#__PURE__*/React.createElement("svg", _extends$V({
|
|
2689
3118
|
width: 16,
|
|
2690
3119
|
height: 16,
|
|
2691
3120
|
viewBox: "0 0 16 16",
|
|
2692
3121
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2693
|
-
}, props), _ref$
|
|
3122
|
+
}, props), _ref$V);
|
|
2694
3123
|
}
|
|
2695
3124
|
|
|
2696
|
-
function _extends$
|
|
2697
|
-
var _ref$
|
|
3125
|
+
function _extends$U() { _extends$U = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$U.apply(this, arguments); }
|
|
3126
|
+
var _ref$U = /*#__PURE__*/React.createElement("path", {
|
|
2698
3127
|
d: "M11.592 1.3c.88 0 1.593.725 1.593 1.62 0 .894-.713 1.62-1.593 1.62a1.6 1.6 0 0 1-1.567-1.33h-2.1v4.229h2.146A1.596 1.596 0 0 1 11.592 6.3c.88 0 1.593.725 1.593 1.62 0 .894-.713 1.62-1.593 1.62a1.59 1.59 0 0 1-1.426-.9l-2.241-.001v3.37h2.35c.287-.428.77-.709 1.317-.709.88 0 1.593.725 1.593 1.62 0 .894-.713 1.62-1.593 1.62a1.6 1.6 0 0 1-1.567-1.33h-3.3V8.639H5.019c-.26.534-.801.9-1.427.9C2.712 9.54 2 8.814 2 7.92 2 7.026 2.713 6.3 3.592 6.3c.715 0 1.32.479 1.521 1.139h1.612v-5.43h3.55c.287-.428.77-.709 1.317-.709z",
|
|
2699
3128
|
fill: "currentColor",
|
|
2700
3129
|
fillRule: "evenodd"
|
|
2701
3130
|
});
|
|
2702
3131
|
function SvgProcessTaskThirdMenu(props) {
|
|
2703
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3132
|
+
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
2704
3133
|
width: 16,
|
|
2705
3134
|
height: 16,
|
|
2706
3135
|
viewBox: "0 0 16 16",
|
|
2707
3136
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2708
|
-
}, props), _ref$
|
|
3137
|
+
}, props), _ref$U);
|
|
2709
3138
|
}
|
|
2710
3139
|
|
|
2711
|
-
function _extends$
|
|
2712
|
-
var _ref$
|
|
3140
|
+
function _extends$T() { _extends$T = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$T.apply(this, arguments); }
|
|
3141
|
+
var _ref$T = /*#__PURE__*/React.createElement("path", {
|
|
2713
3142
|
d: "M5.639 1.4c.296 0 .588.08.842.233l2.1 1.26c.068.041.146.063.225.063h5.157c.904 0 1.637.732 1.637 1.637V6.5a.6.6 0 0 1-.6.6H1.6v6.775c0 .22.18.4.4.4h12a.4.4 0 0 0 .4-.4V9.747a.6.6 0 0 1 1.2 0v4.128a1.6 1.6 0 0 1-1.6 1.6H2a1.6 1.6 0 0 1-1.6-1.6V3.037c0-.904.733-1.637 1.637-1.637h3.602zm.18 6.752l.839.857-.429.42-1.367 1.336 1.362 1.301.434.415-.83.867-.433-.414-1.81-1.73a.6.6 0 0 1-.005-.862l1.81-1.77.429-.42zm3.862 0l.43.42 1.809 1.77a.6.6 0 0 1-.005.863l-1.81 1.729-.434.414-.829-.867.434-.415 1.362-1.301-1.367-1.336-.429-.42.84-.857zM5.64 2.6H2.037a.437.437 0 0 0-.437.437V5.9h12.8V4.593a.437.437 0 0 0-.358-.43l-.079-.007H8.806c-.297 0-.588-.081-.842-.234l-2.1-1.26a.437.437 0 0 0-.225-.062z",
|
|
2714
3143
|
fill: "currentColor",
|
|
2715
3144
|
fillRule: "nonzero"
|
|
2716
3145
|
});
|
|
2717
3146
|
function SvgProjectListThirdMenu(props) {
|
|
2718
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3147
|
+
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
2719
3148
|
width: 16,
|
|
2720
3149
|
height: 16,
|
|
2721
3150
|
viewBox: "0 0 16 16",
|
|
2722
3151
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2723
|
-
}, props), _ref$
|
|
3152
|
+
}, props), _ref$T);
|
|
2724
3153
|
}
|
|
2725
3154
|
|
|
2726
|
-
function _extends$
|
|
2727
|
-
var _ref$
|
|
3155
|
+
function _extends$S() { _extends$S = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$S.apply(this, arguments); }
|
|
3156
|
+
var _ref$S = /*#__PURE__*/React.createElement("g", {
|
|
3157
|
+
fill: "none",
|
|
3158
|
+
fillRule: "evenodd"
|
|
3159
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3160
|
+
d: "M0 0h16v16H0z"
|
|
3161
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3162
|
+
d: "M0 0h16v16H0z"
|
|
3163
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3164
|
+
transform: "translate(.5 2)"
|
|
3165
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3166
|
+
d: "M1.3 1h.5a1 1 0 0 1 1 1v7.8a1 1 0 0 0 1 1h4.9a1 1 0 0 1 1 1v.6h0",
|
|
3167
|
+
stroke: "currentColor",
|
|
3168
|
+
strokeWidth: 1.2,
|
|
3169
|
+
strokeLinecap: "round",
|
|
3170
|
+
fillRule: "nonzero"
|
|
3171
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3172
|
+
fill: "currentColor",
|
|
3173
|
+
d: "M1.6 0v2L0 1z"
|
|
3174
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
3175
|
+
fill: "currentColor",
|
|
3176
|
+
cx: 5.1,
|
|
3177
|
+
cy: 6,
|
|
3178
|
+
r: 1
|
|
3179
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
3180
|
+
fill: "currentColor",
|
|
3181
|
+
cx: 7.5,
|
|
3182
|
+
cy: 6,
|
|
3183
|
+
r: 1
|
|
3184
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
3185
|
+
fill: "currentColor",
|
|
3186
|
+
cx: 9.9,
|
|
3187
|
+
cy: 6,
|
|
3188
|
+
r: 1
|
|
3189
|
+
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
3190
|
+
d: "M13.7 11.4h-.5a1 1 0 0 1-1-1V2.6a1 1 0 0 0-1-1H6.7a1 1 0 0 1-1-1V0h0",
|
|
3191
|
+
stroke: "currentColor",
|
|
3192
|
+
strokeWidth: 1.2,
|
|
3193
|
+
strokeLinecap: "round",
|
|
3194
|
+
fillRule: "nonzero"
|
|
3195
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3196
|
+
fill: "currentColor",
|
|
3197
|
+
d: "M13.4 12.4v-2l1.6 1z"
|
|
3198
|
+
}))));
|
|
3199
|
+
function SvgQueueThirdMenu(props) {
|
|
3200
|
+
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
3201
|
+
width: 16,
|
|
3202
|
+
height: 16,
|
|
3203
|
+
viewBox: "0 0 16 16",
|
|
3204
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
3205
|
+
}, props), _ref$S);
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3208
|
+
function _extends$R() { _extends$R = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$R.apply(this, arguments); }
|
|
3209
|
+
var _ref$R = /*#__PURE__*/React.createElement("g", {
|
|
2728
3210
|
fill: "none",
|
|
2729
3211
|
fillRule: "evenodd"
|
|
2730
3212
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2736,16 +3218,16 @@ var _ref$L = /*#__PURE__*/React.createElement("g", {
|
|
|
2736
3218
|
fillRule: "nonzero"
|
|
2737
3219
|
}));
|
|
2738
3220
|
function SvgRedisThirdMenu(props) {
|
|
2739
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3221
|
+
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
2740
3222
|
width: 16,
|
|
2741
3223
|
height: 16,
|
|
2742
3224
|
viewBox: "0 0 16 16",
|
|
2743
3225
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2744
|
-
}, props), _ref$
|
|
3226
|
+
}, props), _ref$R);
|
|
2745
3227
|
}
|
|
2746
3228
|
|
|
2747
|
-
function _extends$
|
|
2748
|
-
var _ref$
|
|
3229
|
+
function _extends$Q() { _extends$Q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$Q.apply(this, arguments); }
|
|
3230
|
+
var _ref$Q = /*#__PURE__*/React.createElement("g", {
|
|
2749
3231
|
fill: "none",
|
|
2750
3232
|
fillRule: "evenodd"
|
|
2751
3233
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2758,16 +3240,16 @@ var _ref$K = /*#__PURE__*/React.createElement("g", {
|
|
|
2758
3240
|
fillRule: "nonzero"
|
|
2759
3241
|
}));
|
|
2760
3242
|
function SvgResourceInstanceThirdMenu(props) {
|
|
2761
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3243
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
2762
3244
|
width: 16,
|
|
2763
3245
|
height: 16,
|
|
2764
3246
|
viewBox: "0 0 16 16",
|
|
2765
3247
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2766
|
-
}, props), _ref$
|
|
3248
|
+
}, props), _ref$Q);
|
|
2767
3249
|
}
|
|
2768
3250
|
|
|
2769
|
-
function _extends$
|
|
2770
|
-
var _ref$
|
|
3251
|
+
function _extends$P() { _extends$P = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$P.apply(this, arguments); }
|
|
3252
|
+
var _ref$P = /*#__PURE__*/React.createElement("g", {
|
|
2771
3253
|
fill: "none",
|
|
2772
3254
|
fillRule: "evenodd"
|
|
2773
3255
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2787,16 +3269,16 @@ var _ref$J = /*#__PURE__*/React.createElement("g", {
|
|
|
2787
3269
|
fillRule: "nonzero"
|
|
2788
3270
|
}));
|
|
2789
3271
|
function SvgRocketmqThirdMenu(props) {
|
|
2790
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3272
|
+
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
2791
3273
|
width: 16,
|
|
2792
3274
|
height: 16,
|
|
2793
3275
|
viewBox: "0 0 16 16",
|
|
2794
3276
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2795
|
-
}, props), _ref$
|
|
3277
|
+
}, props), _ref$P);
|
|
2796
3278
|
}
|
|
2797
3279
|
|
|
2798
|
-
function _extends$
|
|
2799
|
-
var _ref$
|
|
3280
|
+
function _extends$O() { _extends$O = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$O.apply(this, arguments); }
|
|
3281
|
+
var _ref$O = /*#__PURE__*/React.createElement("g", {
|
|
2800
3282
|
fill: "currentColor",
|
|
2801
3283
|
fillRule: "evenodd"
|
|
2802
3284
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2810,16 +3292,16 @@ var _ref$I = /*#__PURE__*/React.createElement("g", {
|
|
|
2810
3292
|
fillRule: "nonzero"
|
|
2811
3293
|
}));
|
|
2812
3294
|
function SvgRoleInfoThirdMenu(props) {
|
|
2813
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3295
|
+
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
2814
3296
|
width: 16,
|
|
2815
3297
|
height: 16,
|
|
2816
3298
|
viewBox: "0 0 16 16",
|
|
2817
3299
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2818
|
-
}, props), _ref$
|
|
3300
|
+
}, props), _ref$O);
|
|
2819
3301
|
}
|
|
2820
3302
|
|
|
2821
|
-
function _extends$
|
|
2822
|
-
var _ref$
|
|
3303
|
+
function _extends$N() { _extends$N = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); }
|
|
3304
|
+
var _ref$N = /*#__PURE__*/React.createElement("g", {
|
|
2823
3305
|
fill: "currentColor",
|
|
2824
3306
|
fillRule: "evenodd"
|
|
2825
3307
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2833,16 +3315,16 @@ var _ref$H = /*#__PURE__*/React.createElement("g", {
|
|
|
2833
3315
|
fillRule: "nonzero"
|
|
2834
3316
|
}));
|
|
2835
3317
|
function SvgRolePermissionsThirdMenu(props) {
|
|
2836
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3318
|
+
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
2837
3319
|
width: 16,
|
|
2838
3320
|
height: 16,
|
|
2839
3321
|
viewBox: "0 0 16 16",
|
|
2840
3322
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2841
|
-
}, props), _ref$
|
|
3323
|
+
}, props), _ref$N);
|
|
2842
3324
|
}
|
|
2843
3325
|
|
|
2844
|
-
function _extends$
|
|
2845
|
-
var _ref$
|
|
3326
|
+
function _extends$M() { _extends$M = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$M.apply(this, arguments); }
|
|
3327
|
+
var _ref$M = /*#__PURE__*/React.createElement("g", {
|
|
2846
3328
|
fill: "currentColor",
|
|
2847
3329
|
fillRule: "evenodd"
|
|
2848
3330
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2856,16 +3338,16 @@ var _ref$G = /*#__PURE__*/React.createElement("g", {
|
|
|
2856
3338
|
fillRule: "nonzero"
|
|
2857
3339
|
}));
|
|
2858
3340
|
function SvgRoutingTableThirdMenu(props) {
|
|
2859
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3341
|
+
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
2860
3342
|
width: 16,
|
|
2861
3343
|
height: 16,
|
|
2862
3344
|
viewBox: "0 0 16 16",
|
|
2863
3345
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2864
|
-
}, props), _ref$
|
|
3346
|
+
}, props), _ref$M);
|
|
2865
3347
|
}
|
|
2866
3348
|
|
|
2867
|
-
function _extends$
|
|
2868
|
-
var _ref$
|
|
3349
|
+
function _extends$L() { _extends$L = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$L.apply(this, arguments); }
|
|
3350
|
+
var _ref$L = /*#__PURE__*/React.createElement("g", {
|
|
2869
3351
|
fill: "none",
|
|
2870
3352
|
fillRule: "evenodd"
|
|
2871
3353
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2878,16 +3360,16 @@ var _ref$F = /*#__PURE__*/React.createElement("g", {
|
|
|
2878
3360
|
fillRule: "nonzero"
|
|
2879
3361
|
}));
|
|
2880
3362
|
function SvgSecurityDomainInfoThirdMenu(props) {
|
|
2881
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3363
|
+
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
2882
3364
|
width: 16,
|
|
2883
3365
|
height: 16,
|
|
2884
3366
|
viewBox: "0 0 16 16",
|
|
2885
3367
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2886
|
-
}, props), _ref$
|
|
3368
|
+
}, props), _ref$L);
|
|
2887
3369
|
}
|
|
2888
3370
|
|
|
2889
|
-
function _extends$
|
|
2890
|
-
var _ref$
|
|
3371
|
+
function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$K.apply(this, arguments); }
|
|
3372
|
+
var _ref$K = /*#__PURE__*/React.createElement("g", {
|
|
2891
3373
|
fill: "none",
|
|
2892
3374
|
fillRule: "evenodd"
|
|
2893
3375
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2900,16 +3382,43 @@ var _ref$E = /*#__PURE__*/React.createElement("g", {
|
|
|
2900
3382
|
fillRule: "nonzero"
|
|
2901
3383
|
}));
|
|
2902
3384
|
function SvgSecurityDomainUserInfoThirdMenu(props) {
|
|
2903
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3385
|
+
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
2904
3386
|
width: 16,
|
|
2905
3387
|
height: 16,
|
|
2906
3388
|
viewBox: "0 0 16 16",
|
|
2907
3389
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2908
|
-
}, props), _ref$
|
|
3390
|
+
}, props), _ref$K);
|
|
2909
3391
|
}
|
|
2910
3392
|
|
|
2911
|
-
function _extends$
|
|
2912
|
-
var _ref$
|
|
3393
|
+
function _extends$J() { _extends$J = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$J.apply(this, arguments); }
|
|
3394
|
+
var _ref$J = /*#__PURE__*/React.createElement("g", {
|
|
3395
|
+
fill: "none",
|
|
3396
|
+
fillRule: "evenodd"
|
|
3397
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3398
|
+
fillOpacity: 0,
|
|
3399
|
+
fill: "currentColor",
|
|
3400
|
+
d: "M1 1h14v14H1z"
|
|
3401
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3402
|
+
fillRule: "nonzero"
|
|
3403
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3404
|
+
d: "M11.204 8.417c.572 0 1.102.145 1.582.457.59.384.988.915 1.168 1.594.24.903.074 1.736-.492 2.482a2.776 2.776 0 0 1-1.523 1.014 2.577 2.577 0 0 1-.943.083c-1.076-.112-1.853-.663-2.34-1.625a2.606 2.606 0 0 1-.26-.922 3.026 3.026 0 0 1-.013-.306V8.417h2.821zm-3.653-.032v2.803a2.788 2.788 0 0 1-.733 1.93 2.72 2.72 0 0 1-1.618.898c-.985.16-1.832-.127-2.532-.835a2.668 2.668 0 0 1-.735-1.397c-.17-.898.033-1.707.63-2.403.438-.513 1-.82 1.664-.945.18-.033.366-.05.55-.05H7.49l.062-.001zm-1.2 1.201H4.778c-.114 0-.226.01-.329.03-.412.078-.725.253-.975.545-.353.412-.466.85-.361 1.403.054.292.195.56.41.774.432.438.891.59 1.485.494a1.52 1.52 0 0 0 .917-.516c.291-.325.427-.683.426-1.128V9.586zm4.853.031H9.582v.214l.001 1.363c0 .08.003.138.007.18.022.205.066.369.136.506.308.608.734.905 1.387.973.17.016.34.001.512-.047.374-.101.66-.29.881-.582.343-.452.433-.904.288-1.45-.1-.379-.312-.666-.662-.894a1.64 1.64 0 0 0-.928-.263zm-4.56-6.96c.476.447.761 1.001.869 1.643.025.146.037.294.038.44.003.923.002 1.843.002 2.766l-.002.048H4.754c-.736 0-1.382-.24-1.93-.73a2.781 2.781 0 0 1-.877-1.491c-.23-1.02.119-2.081.908-2.765.422-.364.908-.589 1.459-.661.892-.117 1.673.132 2.33.75zm-2.175.44c-.31.04-.579.163-.828.378a1.635 1.635 0 0 0-.016 2.454c.323.29.682.425 1.129.425h1.598V5.256v-.503c-.002-.09-.009-.173-.023-.254a1.646 1.646 0 0 0-.507-.968c-.393-.37-.814-.504-1.353-.434z",
|
|
3405
|
+
fill: "currentColor"
|
|
3406
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3407
|
+
d: "M10.614 2.56c.812-.204 1.539-.032 2.16.542.335.304.558.712.637 1.16.148.82-.077 1.526-.687 2.1-.319.3-.704.475-1.132.55A83.818 83.818 0 0 1 9.1 6.95l-.118-2.228c.003-.49.142-.937.43-1.333a2.107 2.107 0 0 1 1.201-.83z",
|
|
3408
|
+
stroke: "currentColor",
|
|
3409
|
+
strokeWidth: 1.2
|
|
3410
|
+
})));
|
|
3411
|
+
function SvgServeThirdMenu(props) {
|
|
3412
|
+
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
3413
|
+
width: 16,
|
|
3414
|
+
height: 16,
|
|
3415
|
+
viewBox: "0 0 16 16",
|
|
3416
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
3417
|
+
}, props), _ref$J);
|
|
3418
|
+
}
|
|
3419
|
+
|
|
3420
|
+
function _extends$I() { _extends$I = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
|
|
3421
|
+
var _ref$I = /*#__PURE__*/React.createElement("g", {
|
|
2913
3422
|
fill: "none",
|
|
2914
3423
|
fillRule: "evenodd"
|
|
2915
3424
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2922,16 +3431,16 @@ var _ref$D = /*#__PURE__*/React.createElement("g", {
|
|
|
2922
3431
|
fillRule: "nonzero"
|
|
2923
3432
|
}));
|
|
2924
3433
|
function SvgServerInfoThirdMenu(props) {
|
|
2925
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3434
|
+
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
2926
3435
|
width: 16,
|
|
2927
3436
|
height: 16,
|
|
2928
3437
|
viewBox: "0 0 16 16",
|
|
2929
3438
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2930
|
-
}, props), _ref$
|
|
3439
|
+
}, props), _ref$I);
|
|
2931
3440
|
}
|
|
2932
3441
|
|
|
2933
|
-
function _extends$
|
|
2934
|
-
var _ref$
|
|
3442
|
+
function _extends$H() { _extends$H = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
|
|
3443
|
+
var _ref$H = /*#__PURE__*/React.createElement("g", {
|
|
2935
3444
|
fill: "currentColor",
|
|
2936
3445
|
fillRule: "evenodd"
|
|
2937
3446
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2942,46 +3451,46 @@ var _ref$C = /*#__PURE__*/React.createElement("g", {
|
|
|
2942
3451
|
fillRule: "nonzero"
|
|
2943
3452
|
}));
|
|
2944
3453
|
function SvgServiceNameThirdMenu(props) {
|
|
2945
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3454
|
+
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
2946
3455
|
width: 16,
|
|
2947
3456
|
height: 16,
|
|
2948
3457
|
viewBox: "0 0 16 16",
|
|
2949
3458
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2950
|
-
}, props), _ref$
|
|
3459
|
+
}, props), _ref$H);
|
|
2951
3460
|
}
|
|
2952
3461
|
|
|
2953
|
-
function _extends$
|
|
2954
|
-
var _ref$
|
|
3462
|
+
function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
|
|
3463
|
+
var _ref$G = /*#__PURE__*/React.createElement("path", {
|
|
2955
3464
|
d: "M11.204 8.417c.572 0 1.102.145 1.582.457.59.384.988.915 1.168 1.594.24.903.074 1.736-.492 2.482a2.776 2.776 0 0 1-1.523 1.014 2.577 2.577 0 0 1-.943.083c-1.076-.112-1.853-.663-2.34-1.625a2.606 2.606 0 0 1-.26-.922 3.026 3.026 0 0 1-.013-.306V8.417h2.821zm-3.653-.032v2.803a2.788 2.788 0 0 1-.733 1.93 2.72 2.72 0 0 1-1.618.898c-.985.16-1.832-.127-2.532-.835a2.668 2.668 0 0 1-.735-1.397c-.17-.898.033-1.707.63-2.403.438-.513 1-.82 1.664-.945.18-.033.366-.05.55-.05H7.49l.062-.001zm3.653 1.232H9.582v.214l.001 1.363c0 .08.003.138.007.18.022.205.066.369.136.506.308.608.734.905 1.387.973.17.016.34.001.512-.047.374-.101.66-.29.881-.582.343-.452.433-.904.288-1.45-.1-.379-.312-.666-.662-.894a1.64 1.64 0 0 0-.928-.263zm-4.853-.031H4.778c-.114 0-.226.01-.329.03-.412.078-.725.253-.975.545-.353.412-.466.85-.361 1.403.054.292.195.56.41.774.432.438.891.59 1.485.494a1.52 1.52 0 0 0 .917-.516c.291-.325.427-.683.426-1.128V9.586zm.293-6.93c.476.448.761 1.002.869 1.644.025.146.037.294.038.44.003.923.002 1.843.002 2.766l-.002.048H4.754c-.736 0-1.382-.24-1.93-.73a2.781 2.781 0 0 1-.877-1.491c-.23-1.02.119-2.081.908-2.765.422-.364.908-.589 1.459-.661.892-.117 1.673.132 2.33.75zm6.534.002c.433.393.722.92.823 1.497.187 1.032-.098 1.922-.866 2.644-.417.391-.92.621-1.485.711-.162.026-.325.04-.49.04-.906.003-1.81.001-2.716.001l-.06.003V4.738c0-.626.176-1.196.546-1.703.389-.53.9-.894 1.538-1.056 1.02-.258 1.934-.038 2.71.679zm-8.709.439c-.31.04-.579.163-.828.378a1.635 1.635 0 0 0-.016 2.454c.323.29.682.425 1.129.425h1.598V5.256v-.503c-.002-.09-.009-.173-.023-.254a1.647 1.647 0 0 0-.508-.969l-.131-.113c-.356-.283-.742-.383-1.22-.32zm6.294.045c-.352.09-.631.283-.864.6a1.618 1.618 0 0 0-.316.996V6.35H10.912l.248-.001c.1 0 .199-.008.302-.025.346-.055.623-.187.851-.4.467-.44.623-.918.506-1.562a1.441 1.441 0 0 0-.448-.817l-.008-.007c-.47-.435-.965-.557-1.6-.397z",
|
|
2956
3465
|
fill: "currentColor",
|
|
2957
3466
|
fillRule: "nonzero"
|
|
2958
3467
|
});
|
|
2959
3468
|
function SvgServiceThirdMenu2(props) {
|
|
2960
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3469
|
+
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
2961
3470
|
width: 16,
|
|
2962
3471
|
height: 16,
|
|
2963
3472
|
viewBox: "0 0 16 16",
|
|
2964
3473
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2965
|
-
}, props), _ref$
|
|
3474
|
+
}, props), _ref$G);
|
|
2966
3475
|
}
|
|
2967
3476
|
|
|
2968
|
-
function _extends$
|
|
2969
|
-
var _ref$
|
|
3477
|
+
function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
|
|
3478
|
+
var _ref$F = /*#__PURE__*/React.createElement("path", {
|
|
2970
3479
|
d: "M10.94 6c.067 0 .123.078.123.172v8.656c0 .094-.056.172-.123.172H5.06c-.067 0-.122-.078-.122-.172V6.172c0-.094.055-.172.122-.172h5.88zm-.878 6.319H5.937V14h4.125v-1.681zM7 12.67a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm3.062-3.011H5.937v1.66h4.125v-1.66zM7 10a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1zm1.003-9a5.002 5.002 0 0 1 4.675 3.233A3.13 3.13 0 0 1 15 7.278c-.011 1.628-1.274 2.953-2.863 3.097A.127.127 0 0 1 12 10.25v-.945c0-.063.045-.116.108-.124.422-.053.818-.239 1.123-.539a1.94 1.94 0 0 0-.858-3.26l-.59-.156-.216-.571a3.766 3.766 0 0 0-.558-.993 3.808 3.808 0 0 0-5.193-.782 3.845 3.845 0 0 0-1.377 1.773l-.217.573-.592.157a1.946 1.946 0 0 0-1.033.683c-.267.343-.41.756-.41 1.193 0 .524.207 1.017.582 1.385.306.301.704.486 1.126.539.063.007.11.06.11.123v.944a.125.125 0 0 1-.136.125c-1.594-.142-2.86-1.469-2.869-3.1A3.13 3.13 0 0 1 3.328 4.23 5 5 0 0 1 8.003 1zm2.06 6H5.936v1.659h4.125V7zM7 7.33a.5.5 0 1 1 0 1 .5.5 0 0 1 0-1z",
|
|
2971
3480
|
fill: "currentColor",
|
|
2972
3481
|
fillRule: "nonzero"
|
|
2973
3482
|
});
|
|
2974
3483
|
function SvgServiceThirdMenu(props) {
|
|
2975
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3484
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
2976
3485
|
width: 16,
|
|
2977
3486
|
height: 16,
|
|
2978
3487
|
viewBox: "0 0 16 16",
|
|
2979
3488
|
xmlns: "http://www.w3.org/2000/svg"
|
|
2980
|
-
}, props), _ref$
|
|
3489
|
+
}, props), _ref$F);
|
|
2981
3490
|
}
|
|
2982
3491
|
|
|
2983
|
-
function _extends$
|
|
2984
|
-
var _ref$
|
|
3492
|
+
function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
|
|
3493
|
+
var _ref$E = /*#__PURE__*/React.createElement("g", {
|
|
2985
3494
|
fill: "currentColor",
|
|
2986
3495
|
fillRule: "evenodd"
|
|
2987
3496
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -2995,16 +3504,16 @@ var _ref$z = /*#__PURE__*/React.createElement("g", {
|
|
|
2995
3504
|
fillRule: "nonzero"
|
|
2996
3505
|
}));
|
|
2997
3506
|
function SvgSessionManagementInfoThirdMenu(props) {
|
|
2998
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3507
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
2999
3508
|
width: 16,
|
|
3000
3509
|
height: 16,
|
|
3001
3510
|
viewBox: "0 0 16 16",
|
|
3002
3511
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3003
|
-
}, props), _ref$
|
|
3512
|
+
}, props), _ref$E);
|
|
3004
3513
|
}
|
|
3005
3514
|
|
|
3006
|
-
function _extends$
|
|
3007
|
-
var _ref$
|
|
3515
|
+
function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
|
|
3516
|
+
var _ref$D = /*#__PURE__*/React.createElement("g", {
|
|
3008
3517
|
fill: "currentColor",
|
|
3009
3518
|
fillRule: "evenodd"
|
|
3010
3519
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3015,16 +3524,16 @@ var _ref$y = /*#__PURE__*/React.createElement("g", {
|
|
|
3015
3524
|
fillRule: "nonzero"
|
|
3016
3525
|
}));
|
|
3017
3526
|
function SvgSlabsThridMenu(props) {
|
|
3018
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3527
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
3019
3528
|
width: 16,
|
|
3020
3529
|
height: 16,
|
|
3021
3530
|
viewBox: "0 0 16 16",
|
|
3022
3531
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3023
|
-
}, props), _ref$
|
|
3532
|
+
}, props), _ref$D);
|
|
3024
3533
|
}
|
|
3025
3534
|
|
|
3026
|
-
function _extends$
|
|
3027
|
-
var _ref$
|
|
3535
|
+
function _extends$C() { _extends$C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
|
|
3536
|
+
var _ref$C = /*#__PURE__*/React.createElement("g", {
|
|
3028
3537
|
fill: "none",
|
|
3029
3538
|
fillRule: "evenodd"
|
|
3030
3539
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3035,16 +3544,16 @@ var _ref$x = /*#__PURE__*/React.createElement("g", {
|
|
|
3035
3544
|
fillRule: "nonzero"
|
|
3036
3545
|
}));
|
|
3037
3546
|
function SvgSourceAnalysisThirdMenu(props) {
|
|
3038
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3547
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
3039
3548
|
width: 16,
|
|
3040
3549
|
height: 16,
|
|
3041
3550
|
viewBox: "0 0 16 16",
|
|
3042
3551
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3043
|
-
}, props), _ref$
|
|
3552
|
+
}, props), _ref$C);
|
|
3044
3553
|
}
|
|
3045
3554
|
|
|
3046
|
-
function _extends$
|
|
3047
|
-
var _ref$
|
|
3555
|
+
function _extends$B() { _extends$B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
|
|
3556
|
+
var _ref$B = /*#__PURE__*/React.createElement("g", {
|
|
3048
3557
|
fill: "none",
|
|
3049
3558
|
fillRule: "evenodd"
|
|
3050
3559
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3055,31 +3564,31 @@ var _ref$w = /*#__PURE__*/React.createElement("g", {
|
|
|
3055
3564
|
fillRule: "nonzero"
|
|
3056
3565
|
}));
|
|
3057
3566
|
function SvgSpaceAnalysisThirdMenu(props) {
|
|
3058
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3567
|
+
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
3059
3568
|
width: 16,
|
|
3060
3569
|
height: 16,
|
|
3061
3570
|
viewBox: "0 0 16 16",
|
|
3062
3571
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3063
|
-
}, props), _ref$
|
|
3572
|
+
}, props), _ref$B);
|
|
3064
3573
|
}
|
|
3065
3574
|
|
|
3066
|
-
function _extends$
|
|
3067
|
-
var _ref$
|
|
3575
|
+
function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
|
|
3576
|
+
var _ref$A = /*#__PURE__*/React.createElement("path", {
|
|
3068
3577
|
d: "M15.6 9.045v1.603l-.006 1.762-.011.072c-.122.831-.905 1.612-2.194 2.192-1.313.59-3.045.926-4.889.926-1.844 0-3.576-.336-4.889-.926-1.29-.58-2.072-1.36-2.194-2.192l-.01-.072-.007-.087V9.045l1.052 1.208c.208.24.476.44.812.602C4.649 11.52 6.514 11.9 8.5 11.9c1.987 0 3.851-.38 5.236-1.045a2.48 2.48 0 0 0 .812-.602L15.6 9.045zm-1.2 2.815l-.144.076C12.7 12.685 10.658 13.1 8.5 13.1c-2.158 0-4.2-.415-5.756-1.164l-.144-.075v.42l.004.027c.048.325.477.773 1.302 1.179l.198.093c1.15.517 2.714.82 4.396.82s3.247-.303 4.396-.82c.954-.43 1.448-.922 1.5-1.272l.004.015v-.463zm-13-7.315l1.052 1.208c.208.24.476.44.812.602C4.649 7.02 6.514 7.4 8.5 7.4c1.987 0 3.851-.38 5.236-1.045.336-.162.604-.363.812-.602L15.6 4.545V8.85h-.117l-.003.01c-.236.6-.82 1.16-1.696 1.622l-.225.113C12.23 11.233 10.427 11.6 8.5 11.6s-3.73-.367-5.059-1.005C2.44 10.113 1.776 9.51 1.52 8.86l-.003-.01H1.4V4.545zm13 2.815l-.144.076C12.7 8.185 10.658 8.6 8.5 8.6c-2.158 0-4.2-.415-5.756-1.164L2.6 7.361v.889c0 .306.368.748 1.18 1.173l.181.09c1.157.556 2.783.887 4.539.887 1.756 0 3.382-.33 4.539-.887.938-.451 1.36-.935 1.36-1.263v-.6l.001-.29zM8.5.4c1.927 0 3.73.367 5.058 1.005 1.31.63 2.041 1.468 2.041 2.345 0 .877-.73 1.715-2.04 2.345-1.329.638-3.132 1.005-5.06 1.005-1.927 0-3.73-.367-5.058-1.005C2.131 5.465 1.4 4.627 1.4 3.75c0-.877.73-1.715 2.041-2.345C4.77.767 6.572.4 8.5.4zm0 1.2c-1.756 0-3.383.33-4.539.887-.939.451-1.361.935-1.361 1.263 0 .328.422.812 1.361 1.263C5.117 5.57 6.744 5.9 8.5 5.9c1.755 0 3.382-.33 4.538-.887.939-.451 1.361-.935 1.361-1.263 0-.328-.422-.812-1.36-1.263-1.157-.556-2.784-.887-4.54-.887z",
|
|
3069
3578
|
fill: "currentColor",
|
|
3070
3579
|
fillRule: "nonzero"
|
|
3071
3580
|
});
|
|
3072
3581
|
function SvgStorageManagementThirdMenu(props) {
|
|
3073
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3582
|
+
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
3074
3583
|
width: 16,
|
|
3075
3584
|
height: 16,
|
|
3076
3585
|
viewBox: "0 0 16 16",
|
|
3077
3586
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3078
|
-
}, props), _ref$
|
|
3587
|
+
}, props), _ref$A);
|
|
3079
3588
|
}
|
|
3080
3589
|
|
|
3081
|
-
function _extends$
|
|
3082
|
-
var _ref$
|
|
3590
|
+
function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
|
|
3591
|
+
var _ref$z = /*#__PURE__*/React.createElement("g", {
|
|
3083
3592
|
fill: "none",
|
|
3084
3593
|
fillRule: "evenodd"
|
|
3085
3594
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3088,16 +3597,16 @@ var _ref$u = /*#__PURE__*/React.createElement("g", {
|
|
|
3088
3597
|
fillRule: "nonzero"
|
|
3089
3598
|
}));
|
|
3090
3599
|
function SvgStorageOperationAndMaintenanceThirdMenu(props) {
|
|
3091
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3600
|
+
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
3092
3601
|
width: 16,
|
|
3093
3602
|
height: 16,
|
|
3094
3603
|
viewBox: "0 0 16 16",
|
|
3095
3604
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3096
|
-
}, props), _ref$
|
|
3605
|
+
}, props), _ref$z);
|
|
3097
3606
|
}
|
|
3098
3607
|
|
|
3099
|
-
function _extends$
|
|
3100
|
-
var _ref$
|
|
3608
|
+
function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
|
|
3609
|
+
var _ref$y = /*#__PURE__*/React.createElement("g", {
|
|
3101
3610
|
fill: "none",
|
|
3102
3611
|
fillRule: "evenodd"
|
|
3103
3612
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3116,16 +3625,16 @@ var _ref$t = /*#__PURE__*/React.createElement("g", {
|
|
|
3116
3625
|
d: "M3.838 6.735V5.518h8.192v1.217z"
|
|
3117
3626
|
}));
|
|
3118
3627
|
function SvgStorageThirdMenu(props) {
|
|
3119
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3628
|
+
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
3120
3629
|
width: 16,
|
|
3121
3630
|
height: 16,
|
|
3122
3631
|
viewBox: "0 0 16 16",
|
|
3123
3632
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3124
|
-
}, props), _ref$
|
|
3633
|
+
}, props), _ref$y);
|
|
3125
3634
|
}
|
|
3126
3635
|
|
|
3127
|
-
function _extends$
|
|
3128
|
-
var _ref$
|
|
3636
|
+
function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
|
|
3637
|
+
var _ref$x = /*#__PURE__*/React.createElement("g", {
|
|
3129
3638
|
fill: "currentColor",
|
|
3130
3639
|
fillRule: "evenodd"
|
|
3131
3640
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3139,16 +3648,39 @@ var _ref$s = /*#__PURE__*/React.createElement("g", {
|
|
|
3139
3648
|
d: "M0 0h16v16H0z"
|
|
3140
3649
|
}));
|
|
3141
3650
|
function SvgSubnetThirdMenu(props) {
|
|
3142
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3651
|
+
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
3143
3652
|
width: 16,
|
|
3144
3653
|
height: 16,
|
|
3145
3654
|
viewBox: "0 0 16 16",
|
|
3146
3655
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3147
|
-
}, props), _ref$
|
|
3656
|
+
}, props), _ref$x);
|
|
3148
3657
|
}
|
|
3149
3658
|
|
|
3150
|
-
function _extends$
|
|
3151
|
-
var _ref$
|
|
3659
|
+
function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$w.apply(this, arguments); }
|
|
3660
|
+
var _ref$w = /*#__PURE__*/React.createElement("g", {
|
|
3661
|
+
fill: "currentColor",
|
|
3662
|
+
fillRule: "evenodd"
|
|
3663
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3664
|
+
fillOpacity: 0,
|
|
3665
|
+
d: "M0 0h16v16H0z"
|
|
3666
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3667
|
+
fillOpacity: 0,
|
|
3668
|
+
d: "M.5 1h14v14H.5z"
|
|
3669
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3670
|
+
d: "M4.893 7.924l.264.264 2.769 2.769.184.183-.009.26-.001.1c0 1.02.393 1.977 1.085 2.7l.974 1.014H2.694c-1.219 0-2.115-.99-2.046-2.213.128-2.285 1.616-4.179 3.89-4.956l.355-.121zM12 8a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zM4.583 9.311l-.08.034c-1.506.665-2.477 1.959-2.64 3.51l-.017.214c-.03.546.33.946.848.946h4.87l-.015-.023a5.079 5.079 0 0 1-.642-2.227l-.005-.136-2.319-2.318zM12 9.1a2.4 2.4 0 1 0 0 4.8 2.4 2.4 0 0 0 0-4.8zm.879 3.053c.234.195.542.51.693.678l-.389.389a8.804 8.804 0 0 0-.675-.753zm-.921-.025l.406.343a7.157 7.157 0 0 1-.7.728l-.396-.385c.249-.193.518-.459.69-.686zM10.883 9.93l.533.112a4.8 4.8 0 0 1-.218.679v2.471h-.518v-1.519c-.073.108-.153.213-.234.322l-.091-.801c.227-.354.416-.743.528-1.264zm1.761.028l.563.014v.514h.277v.515h-.277v.591h.343v.536h-2.222v-.536h.364v-.591h-.28v-.514h.28v-.529l.581.014v.514h.371v-.528zm0 1.043h-.371v.591h.371v-.591zM7.482.663a3.776 3.776 0 1 1 0 7.552 3.776 3.776 0 0 1 0-7.553zm0 1.2a2.576 2.576 0 1 0 0 5.152 2.576 2.576 0 0 0 0-5.153z",
|
|
3671
|
+
fillRule: "nonzero"
|
|
3672
|
+
}));
|
|
3673
|
+
function SvgSupplierThirdMenu(props) {
|
|
3674
|
+
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
3675
|
+
width: 16,
|
|
3676
|
+
height: 16,
|
|
3677
|
+
viewBox: "0 0 16 16",
|
|
3678
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
3679
|
+
}, props), _ref$w);
|
|
3680
|
+
}
|
|
3681
|
+
|
|
3682
|
+
function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
|
|
3683
|
+
var _ref$v = /*#__PURE__*/React.createElement("g", {
|
|
3152
3684
|
fill: "none",
|
|
3153
3685
|
fillRule: "evenodd"
|
|
3154
3686
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3163,16 +3695,16 @@ var _ref$r = /*#__PURE__*/React.createElement("g", {
|
|
|
3163
3695
|
fillRule: "nonzero"
|
|
3164
3696
|
}));
|
|
3165
3697
|
function SvgSwitchThirdMenu(props) {
|
|
3166
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3698
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
3167
3699
|
width: 16,
|
|
3168
3700
|
height: 16,
|
|
3169
3701
|
viewBox: "0 0 16 16",
|
|
3170
3702
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3171
|
-
}, props), _ref$
|
|
3703
|
+
}, props), _ref$v);
|
|
3172
3704
|
}
|
|
3173
3705
|
|
|
3174
|
-
function _extends$
|
|
3175
|
-
var _ref$
|
|
3706
|
+
function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$u.apply(this, arguments); }
|
|
3707
|
+
var _ref$u = /*#__PURE__*/React.createElement("g", {
|
|
3176
3708
|
fill: "none",
|
|
3177
3709
|
fillRule: "evenodd"
|
|
3178
3710
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3181,16 +3713,16 @@ var _ref$q = /*#__PURE__*/React.createElement("g", {
|
|
|
3181
3713
|
fillRule: "nonzero"
|
|
3182
3714
|
}));
|
|
3183
3715
|
function SvgSystemOperationAndMaintenanceThirdMenu(props) {
|
|
3184
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3716
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
3185
3717
|
width: 16,
|
|
3186
3718
|
height: 16,
|
|
3187
3719
|
viewBox: "0 0 16 16",
|
|
3188
3720
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3189
|
-
}, props), _ref$
|
|
3721
|
+
}, props), _ref$u);
|
|
3190
3722
|
}
|
|
3191
3723
|
|
|
3192
|
-
function _extends$
|
|
3193
|
-
var _ref$
|
|
3724
|
+
function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$t.apply(this, arguments); }
|
|
3725
|
+
var _ref$t = /*#__PURE__*/React.createElement("g", {
|
|
3194
3726
|
fill: "currentColor",
|
|
3195
3727
|
fillRule: "evenodd"
|
|
3196
3728
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3204,31 +3736,31 @@ var _ref$p = /*#__PURE__*/React.createElement("g", {
|
|
|
3204
3736
|
fillRule: "nonzero"
|
|
3205
3737
|
}));
|
|
3206
3738
|
function SvgTableSpaceThirdMenu(props) {
|
|
3207
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3739
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
3208
3740
|
width: 16,
|
|
3209
3741
|
height: 16,
|
|
3210
3742
|
viewBox: "0 0 16 16",
|
|
3211
3743
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3212
|
-
}, props), _ref$
|
|
3744
|
+
}, props), _ref$t);
|
|
3213
3745
|
}
|
|
3214
3746
|
|
|
3215
|
-
function _extends$
|
|
3216
|
-
var _ref$
|
|
3747
|
+
function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
|
|
3748
|
+
var _ref$s = /*#__PURE__*/React.createElement("path", {
|
|
3217
3749
|
d: "M10.5 1.4a.6.6 0 0 1 0 1.2H9.1v.9A5.617 5.617 0 0 1 13.6 9a5.6 5.6 0 0 1-9.604 3.915.6.6 0 1 1 .858-.839 4.4 4.4 0 1 0-1.237-3.465l.593-.596a.48.48 0 0 1 .612-.057l.067.055a.48.48 0 0 1 .002.679l-1.404 1.414a.48.48 0 0 1-.68.001L1.393 8.693a.48.48 0 0 1 .679-.679l.362.364A5.6 5.6 0 0 1 7.9 3.4V2.6H6a.6.6 0 1 1 0-1.2h4.5zM8.4 7.6v1.709l.938 1.477.214.337-.675.43-.215-.339-1-1.574-.062-.215V7.6h.8z",
|
|
3218
3750
|
fill: "currentColor",
|
|
3219
3751
|
fillRule: "nonzero"
|
|
3220
3752
|
});
|
|
3221
3753
|
function SvgTaskHistoryThirdMenu(props) {
|
|
3222
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3754
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
3223
3755
|
width: 16,
|
|
3224
3756
|
height: 16,
|
|
3225
3757
|
viewBox: "0 0 16 16",
|
|
3226
3758
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3227
|
-
}, props), _ref$
|
|
3759
|
+
}, props), _ref$s);
|
|
3228
3760
|
}
|
|
3229
3761
|
|
|
3230
|
-
function _extends$
|
|
3231
|
-
var _ref$
|
|
3762
|
+
function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
|
|
3763
|
+
var _ref$r = /*#__PURE__*/React.createElement("g", {
|
|
3232
3764
|
fill: "none",
|
|
3233
3765
|
fillRule: "evenodd"
|
|
3234
3766
|
}, /*#__PURE__*/React.createElement("g", {
|
|
@@ -3244,16 +3776,16 @@ var _ref$n = /*#__PURE__*/React.createElement("g", {
|
|
|
3244
3776
|
fillRule: "nonzero"
|
|
3245
3777
|
}));
|
|
3246
3778
|
function SvgTaskHistory2ThirdMenu(props) {
|
|
3247
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3779
|
+
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
3248
3780
|
width: 16,
|
|
3249
3781
|
height: 16,
|
|
3250
3782
|
viewBox: "0 0 16 16",
|
|
3251
3783
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3252
|
-
}, props), _ref$
|
|
3784
|
+
}, props), _ref$r);
|
|
3253
3785
|
}
|
|
3254
3786
|
|
|
3255
|
-
function _extends$
|
|
3256
|
-
var _ref$
|
|
3787
|
+
function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
|
|
3788
|
+
var _ref$q = /*#__PURE__*/React.createElement("g", {
|
|
3257
3789
|
fill: "currentColor",
|
|
3258
3790
|
fillRule: "evenodd"
|
|
3259
3791
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3267,31 +3799,31 @@ var _ref$m = /*#__PURE__*/React.createElement("g", {
|
|
|
3267
3799
|
fillRule: "nonzero"
|
|
3268
3800
|
}));
|
|
3269
3801
|
function SvgTaskListThirdMenu(props) {
|
|
3270
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3802
|
+
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
3271
3803
|
width: 16,
|
|
3272
3804
|
height: 16,
|
|
3273
3805
|
viewBox: "0 0 16 16",
|
|
3274
3806
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3275
|
-
}, props), _ref$
|
|
3807
|
+
}, props), _ref$q);
|
|
3276
3808
|
}
|
|
3277
3809
|
|
|
3278
|
-
function _extends$
|
|
3279
|
-
var _ref$
|
|
3810
|
+
function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
|
|
3811
|
+
var _ref$p = /*#__PURE__*/React.createElement("path", {
|
|
3280
3812
|
d: "M14.068 1.4c.846 0 1.532.686 1.532 1.532v1.624a.6.6 0 0 1-.6.6H1.6v8.723c0 .16.114.294.265.325l.067.007h12.136a.332.332 0 0 0 .332-.332V9.792a.6.6 0 0 1 1.2 0v4.087c0 .846-.686 1.532-1.532 1.532H1.932A1.532 1.532 0 0 1 .4 13.879V2.932c0-.846.686-1.532 1.532-1.532h12.136zm-2 10.48v1H7.441v-1h4.625zM4.511 6.934l.354.354 1.81 1.81a.5.5 0 0 1-.005.712l-1.81 1.768-.357.35-.7-.716.358-.35L5.61 9.446 4.158 7.994l-.353-.354.707-.707zM14.068 2.6H1.932a.332.332 0 0 0-.332.332v1.024h12.8V2.932a.332.332 0 0 0-.265-.325l-.067-.007z",
|
|
3281
3813
|
fill: "currentColor",
|
|
3282
3814
|
fillRule: "nonzero"
|
|
3283
3815
|
});
|
|
3284
3816
|
function SvgTaskManagementThirdMenu(props) {
|
|
3285
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3817
|
+
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
3286
3818
|
width: 16,
|
|
3287
3819
|
height: 16,
|
|
3288
3820
|
viewBox: "0 0 16 16",
|
|
3289
3821
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3290
|
-
}, props), _ref$
|
|
3822
|
+
}, props), _ref$p);
|
|
3291
3823
|
}
|
|
3292
3824
|
|
|
3293
|
-
function _extends$
|
|
3294
|
-
var _ref$
|
|
3825
|
+
function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
|
|
3826
|
+
var _ref$o = /*#__PURE__*/React.createElement("g", {
|
|
3295
3827
|
fill: "none",
|
|
3296
3828
|
fillRule: "evenodd"
|
|
3297
3829
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3300,16 +3832,39 @@ var _ref$k = /*#__PURE__*/React.createElement("g", {
|
|
|
3300
3832
|
fillRule: "nonzero"
|
|
3301
3833
|
}));
|
|
3302
3834
|
function SvgTemplateManagementThirdMenu(props) {
|
|
3303
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3835
|
+
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
3304
3836
|
width: 16,
|
|
3305
3837
|
height: 16,
|
|
3306
3838
|
viewBox: "0 0 16 16",
|
|
3307
3839
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3308
|
-
}, props), _ref$
|
|
3840
|
+
}, props), _ref$o);
|
|
3309
3841
|
}
|
|
3310
3842
|
|
|
3311
|
-
function _extends$
|
|
3312
|
-
var _ref$
|
|
3843
|
+
function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
|
|
3844
|
+
var _ref$n = /*#__PURE__*/React.createElement("g", {
|
|
3845
|
+
fill: "currentColor",
|
|
3846
|
+
fillRule: "evenodd"
|
|
3847
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3848
|
+
fillOpacity: 0,
|
|
3849
|
+
d: "M0 0h16v16H0z"
|
|
3850
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3851
|
+
fillOpacity: 0,
|
|
3852
|
+
d: "M1 1h14v14H1z"
|
|
3853
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3854
|
+
d: "M13.563 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2.437a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h11.126zm-4.564 9.075H2.639V13.8H9v-3.725zm4.364 0H10.2V13.8h3.163v-3.725zm0-7.875H2.636v6.675h10.726V2.2z",
|
|
3855
|
+
fillRule: "nonzero"
|
|
3856
|
+
}));
|
|
3857
|
+
function SvgTencentCloudHardDiskThirdMenu(props) {
|
|
3858
|
+
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
3859
|
+
width: 16,
|
|
3860
|
+
height: 16,
|
|
3861
|
+
viewBox: "0 0 16 16",
|
|
3862
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
3863
|
+
}, props), _ref$n);
|
|
3864
|
+
}
|
|
3865
|
+
|
|
3866
|
+
function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
|
|
3867
|
+
var _ref$m = /*#__PURE__*/React.createElement("g", {
|
|
3313
3868
|
fill: "currentColor",
|
|
3314
3869
|
fillRule: "evenodd"
|
|
3315
3870
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3323,16 +3878,16 @@ var _ref$j = /*#__PURE__*/React.createElement("g", {
|
|
|
3323
3878
|
fillRule: "nonzero"
|
|
3324
3879
|
}));
|
|
3325
3880
|
function SvgTencentCloudNatGatewayThirdMenu(props) {
|
|
3326
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3881
|
+
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
3327
3882
|
width: 16,
|
|
3328
3883
|
height: 16,
|
|
3329
3884
|
viewBox: "0 0 16 16",
|
|
3330
3885
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3331
|
-
}, props), _ref$
|
|
3886
|
+
}, props), _ref$m);
|
|
3332
3887
|
}
|
|
3333
3888
|
|
|
3334
|
-
function _extends$
|
|
3335
|
-
var _ref$
|
|
3889
|
+
function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
|
|
3890
|
+
var _ref$l = /*#__PURE__*/React.createElement("g", {
|
|
3336
3891
|
fill: "currentColor",
|
|
3337
3892
|
fillRule: "evenodd"
|
|
3338
3893
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3346,16 +3901,16 @@ var _ref$i = /*#__PURE__*/React.createElement("g", {
|
|
|
3346
3901
|
fillRule: "nonzero"
|
|
3347
3902
|
}));
|
|
3348
3903
|
function SvgTencentCloudPrivateNetworkThirdMenu(props) {
|
|
3349
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3904
|
+
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
3350
3905
|
width: 16,
|
|
3351
3906
|
height: 16,
|
|
3352
3907
|
viewBox: "0 0 16 16",
|
|
3353
3908
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3354
|
-
}, props), _ref$
|
|
3909
|
+
}, props), _ref$l);
|
|
3355
3910
|
}
|
|
3356
3911
|
|
|
3357
|
-
function _extends$
|
|
3358
|
-
var _ref$
|
|
3912
|
+
function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
|
|
3913
|
+
var _ref$k = /*#__PURE__*/React.createElement("g", {
|
|
3359
3914
|
fill: "none",
|
|
3360
3915
|
fillRule: "evenodd"
|
|
3361
3916
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3368,16 +3923,16 @@ var _ref$h = /*#__PURE__*/React.createElement("g", {
|
|
|
3368
3923
|
fillRule: "nonzero"
|
|
3369
3924
|
}));
|
|
3370
3925
|
function SvgTencentCvmThirdMenu(props) {
|
|
3371
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3926
|
+
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
3372
3927
|
width: 16,
|
|
3373
3928
|
height: 16,
|
|
3374
3929
|
viewBox: "0 0 16 16",
|
|
3375
3930
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3376
|
-
}, props), _ref$
|
|
3931
|
+
}, props), _ref$k);
|
|
3377
3932
|
}
|
|
3378
3933
|
|
|
3379
|
-
function _extends$
|
|
3380
|
-
var _ref$
|
|
3934
|
+
function _extends$j() { _extends$j = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$j.apply(this, arguments); }
|
|
3935
|
+
var _ref$j = /*#__PURE__*/React.createElement("g", {
|
|
3381
3936
|
fill: "none",
|
|
3382
3937
|
fillRule: "evenodd"
|
|
3383
3938
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3388,16 +3943,16 @@ var _ref$g = /*#__PURE__*/React.createElement("g", {
|
|
|
3388
3943
|
fillRule: "nonzero"
|
|
3389
3944
|
}));
|
|
3390
3945
|
function SvgThirdPartyEventsThirdMenu(props) {
|
|
3391
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3946
|
+
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
3392
3947
|
width: 16,
|
|
3393
3948
|
height: 16,
|
|
3394
3949
|
viewBox: "0 0 16 16",
|
|
3395
3950
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3396
|
-
}, props), _ref$
|
|
3951
|
+
}, props), _ref$j);
|
|
3397
3952
|
}
|
|
3398
3953
|
|
|
3399
|
-
function _extends$
|
|
3400
|
-
var _ref$
|
|
3954
|
+
function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
|
|
3955
|
+
var _ref$i = /*#__PURE__*/React.createElement("g", {
|
|
3401
3956
|
fill: "currentColor",
|
|
3402
3957
|
fillRule: "evenodd"
|
|
3403
3958
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3413,16 +3968,16 @@ var _ref$f = /*#__PURE__*/React.createElement("g", {
|
|
|
3413
3968
|
d: "M12 6H5V5h7v1zM9 8.8H5v-1h4v1z"
|
|
3414
3969
|
}));
|
|
3415
3970
|
function SvgThreadPoolInfoThirdMenu(props) {
|
|
3416
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3971
|
+
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
3417
3972
|
width: 16,
|
|
3418
3973
|
height: 16,
|
|
3419
3974
|
viewBox: "0 0 16 16",
|
|
3420
3975
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3421
|
-
}, props), _ref$
|
|
3976
|
+
}, props), _ref$i);
|
|
3422
3977
|
}
|
|
3423
3978
|
|
|
3424
|
-
function _extends$
|
|
3425
|
-
var _ref$
|
|
3979
|
+
function _extends$h() { _extends$h = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$h.apply(this, arguments); }
|
|
3980
|
+
var _ref$h = /*#__PURE__*/React.createElement("g", {
|
|
3426
3981
|
fill: "currentColor",
|
|
3427
3982
|
fillRule: "evenodd"
|
|
3428
3983
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3432,35 +3987,67 @@ var _ref$e = /*#__PURE__*/React.createElement("g", {
|
|
|
3432
3987
|
fillOpacity: 0,
|
|
3433
3988
|
d: "M1 1h14v14H1z"
|
|
3434
3989
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3435
|
-
d: "M8.
|
|
3990
|
+
d: "M8.607.311l5.916 3.416c.362.209.584.595.584 1.012v6.831c0 .418-.222.804-.584 1.012l-5.916 3.416a1.169 1.169 0 0 1-1.169 0l-5.916-3.416a1.169 1.169 0 0 1-.584-1.012V4.74c0-.417.223-.803.584-1.012L7.438.31a1.169 1.169 0 0 1 1.169 0zm-.584 1.282l-5.684 3.28v6.562l5.684 3.28 5.682-3.28V4.873l-5.682-3.28zM8.71 2.86l1.858 1.09L8.335 5.25l-.036 8.198-1.786-1.032.125-6.306L4.28 7.58V5.48l4.43-2.618zm1.858 1.925v7.763l-1.797.9V5.794l1.797-1.009z",
|
|
3436
3991
|
fillRule: "nonzero"
|
|
3437
3992
|
}));
|
|
3438
3993
|
function SvgTidbThirdMenu(props) {
|
|
3439
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
3994
|
+
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
3440
3995
|
width: 16,
|
|
3441
3996
|
height: 16,
|
|
3442
3997
|
viewBox: "0 0 16 16",
|
|
3443
3998
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3444
|
-
}, props), _ref$
|
|
3999
|
+
}, props), _ref$h);
|
|
3445
4000
|
}
|
|
3446
4001
|
|
|
3447
|
-
function _extends$
|
|
3448
|
-
var _ref$
|
|
4002
|
+
function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
|
|
4003
|
+
var _ref$g = /*#__PURE__*/React.createElement("path", {
|
|
3449
4004
|
d: "M10.1 1.5a.6.6 0 0 1 0 1.2H8.7v.9c.898.187 1.72.581 2.408 1.134l1.07-1.06a.6.6 0 1 1 .845.852l-1.066 1.056a5.6 5.6 0 0 1-8.361 7.433.6.6 0 1 1 .858-.839A4.4 4.4 0 1 0 3.2 9.1a.6.6 0 1 1-1.2 0 5.6 5.6 0 0 1 5.5-5.6v-.8H5.6a.6.6 0 1 1 0-1.2h4.5zM8 7.7v1.709l.938 1.477.214.337-.675.43-.215-.339-1-1.574-.062-.215V7.7H8z",
|
|
3450
4005
|
fill: "currentColor",
|
|
3451
4006
|
fillRule: "nonzero"
|
|
3452
4007
|
});
|
|
3453
4008
|
function SvgTimedTaskThirdMenu(props) {
|
|
3454
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
4009
|
+
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
3455
4010
|
width: 16,
|
|
3456
4011
|
height: 16,
|
|
3457
4012
|
viewBox: "0 0 16 16",
|
|
3458
4013
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3459
|
-
}, props), _ref$
|
|
4014
|
+
}, props), _ref$g);
|
|
3460
4015
|
}
|
|
3461
4016
|
|
|
3462
|
-
function _extends$
|
|
3463
|
-
var _ref$
|
|
4017
|
+
function _extends$f() { _extends$f = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$f.apply(this, arguments); }
|
|
4018
|
+
var _ref$f = /*#__PURE__*/React.createElement("g", {
|
|
4019
|
+
fill: "none",
|
|
4020
|
+
fillRule: "evenodd"
|
|
4021
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4022
|
+
d: "M0 0h16v16H0z"
|
|
4023
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4024
|
+
d: "M0 0h16v16H0z"
|
|
4025
|
+
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
4026
|
+
opacity: 0.446,
|
|
4027
|
+
d: "M1 1h14v14H1z"
|
|
4028
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
4029
|
+
fill: "currentColor",
|
|
4030
|
+
fillRule: "nonzero"
|
|
4031
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4032
|
+
d: "M8.028 4.826c.027.526.083 1.024.221 1.522 0 0 1.107 2.628 3.21 3.32a5.223 5.223 0 0 0 1.549-1.66l.11-.166c.056-.083.084-.166.139-.25l.083-.165c.387-.858.58-1.77.553-2.684 0-.277-.083-1.439-.249-1.743-.415.166-1.19.692-1.355 1.217a9.103 9.103 0 0 0-2.601.028C9.549 3.664 8.858 3.221 8.332 3c-.221.36-.332 1.217-.304 1.826z"
|
|
4033
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4034
|
+
d: "M14.723 12.296a1.641 1.641 0 0 0-1.217-.415c-.194-.249-1.107-1.217-1.66-1.798l-.277.194-.249-.083C8.996 9.447 7.834 6.68 7.78 6.569v-.055a11.121 11.121 0 0 0-4.344 2.628l-.166.166c-.083.083-.166.166-.222.25-1.19 1.3-2.047 2.71-2.047 2.96v.11h1.55l-.028-.138a1.902 1.902 0 0 1 .442-1.466c.305-.36.72-.609 1.19-.72.47-.166 1.743-.027 1.743-.027 2.49.221 4.897 1.217 7.581 2.628h1.494l.028-.11a1.107 1.107 0 0 0-.277-.499zM2.937 8.893l.11-.11c.028-.028.028-.056.056-.056a3.595 3.595 0 0 1-.498-1.272 1.803 1.803 0 0 1 .387-1.44c.498-.636 1.217-.663 1.965-.553-.028.111 0 .194.055.305.194.276 1.245.387 1.881.11-.47-.636-1.383-.968-1.66-.83-.083.056-.166.111-.193.194a2.955 2.955 0 0 0-.692-.083 1.89 1.89 0 0 0-1.522.692c-.36.47-.526 1.051-.415 1.632.028.498.221.969.526 1.411z"
|
|
4035
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
4036
|
+
d: "M6.99 11.48a.9.9 0 0 0-.692-.053c-.16-.186-.266-.4-.32-.612h-.08a7.073 7.073 0 0 0-1.304-.027c.453.4.959.799 1.465 1.145h1.118V11.8c0-.133-.08-.24-.187-.32z",
|
|
4037
|
+
fill: "currentColor",
|
|
4038
|
+
fillRule: "nonzero"
|
|
4039
|
+
})));
|
|
4040
|
+
function SvgTomcatThirdMenu(props) {
|
|
4041
|
+
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
4042
|
+
width: 16,
|
|
4043
|
+
height: 16,
|
|
4044
|
+
viewBox: "0 0 16 16",
|
|
4045
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
4046
|
+
}, props), _ref$f);
|
|
4047
|
+
}
|
|
4048
|
+
|
|
4049
|
+
function _extends$e() { _extends$e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$e.apply(this, arguments); }
|
|
4050
|
+
var _ref$e = /*#__PURE__*/React.createElement("g", {
|
|
3464
4051
|
fill: "currentColor",
|
|
3465
4052
|
fillRule: "evenodd"
|
|
3466
4053
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3468,22 +4055,22 @@ var _ref$c = /*#__PURE__*/React.createElement("g", {
|
|
|
3468
4055
|
d: "M0 0h16v16H0z"
|
|
3469
4056
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3470
4057
|
fillOpacity: 0,
|
|
3471
|
-
d: "
|
|
4058
|
+
d: "M.5.5h15v14.986H.5z"
|
|
3472
4059
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3473
|
-
d: "M8
|
|
4060
|
+
d: "M8 .5a7.5 7.5 0 1 1 0 15 7.5 7.5 0 0 1 0-15zM6.677 1.837a6.163 6.163 0 1 0 5.483 8.975h-1.536v-.36s.019-.194.204-.194a.734.734 0 0 0 .194-.056.587.587 0 0 0 .313-.43c.011-.068.017-.197.017-.39V6.601l.003-1.37-.005-.043h.81c-1.022-1.99-2.771-3.35-5.483-3.35zM7.78 5.231l.024.046H6.758v.156h1.126l.093.182H6.758v.208h1.327l.093.182h-1.52v.208h1.628l.092.18h-1.72V6.6h1.827l.094.182H6.737l-.08-.157v2.756c0 .208.013.358.04.45a.535.535 0 0 0 .163.248c.111.1.257.138.43.168.068.011.11.034.11.156v.365H4.89l.001-.355s.018-.19.2-.19a.725.725 0 0 0 .191-.055.58.58 0 0 0 .309-.424c.009-.053.014-.146.016-.277V6.322c0-.538-.48-.572-.48-.572v-.313s-.004-.206.264-.206h2.388zm1.514 5.264l-.142.274h-.378l-.14-.274h.66zm.202-.388l-.094.18h-.874l-.092-.18h1.06zm.203-.391l-.095.182H8.329l-.094-.182h1.463zm.202-.389l-.094.18H8.129l-.092-.18H9.9zm.202-.39l-.094.182H7.93l-.093-.181h2.264zM9.49 8.55l.042.082.044-.082h.728l-.094.18H7.732l-.093-.18h1.85zm-.201-.39l.093.181h-1.85L7.44 8.16H9.29zm1.217 0l-.094.181h-.725l.096-.181h.723zM9.088 7.77l.093.18H7.334l-.092-.18h1.846zm1.62 0l-.094.18h-.72l.096-.18h.718zm-1.82-.39l.093.182H7.135l-.092-.181h1.845zm1.31 0l.712.001-.094.18h-.715l.097-.18zm-1.511-.39l.093.182H6.937l-.093-.181h1.843zm2.426 0l-.095.182h-.71l.097-.181h.708zm.202-.39l-.094.183h-.705l.097-.182h.702zm.037-.387v.18h-.628l.095-.18h.533z",
|
|
3474
4061
|
fillRule: "nonzero"
|
|
3475
4062
|
}));
|
|
3476
4063
|
function SvgTongwebThirdMenu(props) {
|
|
3477
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
4064
|
+
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
3478
4065
|
width: 16,
|
|
3479
4066
|
height: 16,
|
|
3480
4067
|
viewBox: "0 0 16 16",
|
|
3481
4068
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3482
|
-
}, props), _ref$
|
|
4069
|
+
}, props), _ref$e);
|
|
3483
4070
|
}
|
|
3484
4071
|
|
|
3485
|
-
function _extends$
|
|
3486
|
-
var _ref$
|
|
4072
|
+
function _extends$d() { _extends$d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
|
|
4073
|
+
var _ref$d = /*#__PURE__*/React.createElement("g", {
|
|
3487
4074
|
fill: "none",
|
|
3488
4075
|
fillRule: "evenodd"
|
|
3489
4076
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3499,16 +4086,16 @@ var _ref$b = /*#__PURE__*/React.createElement("g", {
|
|
|
3499
4086
|
d: "M6.72 6.765L5.25 8.223l1.47 1.424M9.874 6.765l1.47 1.458-1.47 1.424"
|
|
3500
4087
|
})));
|
|
3501
4088
|
function SvgToolManagementThirdMenu(props) {
|
|
3502
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
4089
|
+
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
3503
4090
|
width: 16,
|
|
3504
4091
|
height: 16,
|
|
3505
4092
|
viewBox: "0 0 16 16",
|
|
3506
4093
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3507
|
-
}, props), _ref$
|
|
4094
|
+
}, props), _ref$d);
|
|
3508
4095
|
}
|
|
3509
4096
|
|
|
3510
|
-
function _extends$
|
|
3511
|
-
var _ref$
|
|
4097
|
+
function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
|
|
4098
|
+
var _ref$c = /*#__PURE__*/React.createElement("g", {
|
|
3512
4099
|
fill: "none",
|
|
3513
4100
|
fillRule: "evenodd"
|
|
3514
4101
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3520,31 +4107,31 @@ var _ref$a = /*#__PURE__*/React.createElement("g", {
|
|
|
3520
4107
|
fill: "currentColor"
|
|
3521
4108
|
}));
|
|
3522
4109
|
function SvgToolTaskThirdMenu(props) {
|
|
3523
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
4110
|
+
return /*#__PURE__*/React.createElement("svg", _extends$c({
|
|
3524
4111
|
width: 16,
|
|
3525
4112
|
height: 16,
|
|
3526
4113
|
viewBox: "0 0 16 16",
|
|
3527
4114
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3528
|
-
}, props), _ref$
|
|
4115
|
+
}, props), _ref$c);
|
|
3529
4116
|
}
|
|
3530
4117
|
|
|
3531
|
-
function _extends$
|
|
3532
|
-
var _ref$
|
|
4118
|
+
function _extends$b() { _extends$b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$b.apply(this, arguments); }
|
|
4119
|
+
var _ref$b = /*#__PURE__*/React.createElement("path", {
|
|
3533
4120
|
d: "M14 3.45a1 1 0 0 1 1 1v7.625a1 1 0 0 1-1 1H8.273l-2.74 1.79a.5.5 0 0 1-.177.073l-.096.009a.5.5 0 0 1-.5-.5l-.001-1.372H2a1 1 0 0 1-1-1V4.45a1 1 0 0 1 1-1h12zm-.2 1.2H2.2v7.225h3.758v1.278l1.659-1.083.299-.195H13.8V4.65zM9.75 8.875v.438a1.75 1.75 0 0 1-3.5 0v-.438h3.5zm-3.5-3.063a.875.875 0 1 1 0 1.75.875.875 0 0 1 0-1.75zm3.5 0a.875.875 0 1 1 0 1.75.875.875 0 0 1 0-1.75zM2.475 1h11.05a.6.6 0 0 1 0 1.2H2.475a.6.6 0 1 1 0-1.2z",
|
|
3534
4121
|
fill: "currentColor",
|
|
3535
4122
|
fillRule: "nonzero"
|
|
3536
4123
|
});
|
|
3537
4124
|
function SvgTopicThirdMenu(props) {
|
|
3538
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
4125
|
+
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
3539
4126
|
width: 16,
|
|
3540
4127
|
height: 16,
|
|
3541
4128
|
viewBox: "0 0 16 16",
|
|
3542
4129
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3543
|
-
}, props), _ref$
|
|
4130
|
+
}, props), _ref$b);
|
|
3544
4131
|
}
|
|
3545
4132
|
|
|
3546
|
-
function _extends$
|
|
3547
|
-
var _ref$
|
|
4133
|
+
function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
|
|
4134
|
+
var _ref$a = /*#__PURE__*/React.createElement("g", {
|
|
3548
4135
|
fill: "none",
|
|
3549
4136
|
fillRule: "evenodd"
|
|
3550
4137
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3557,16 +4144,16 @@ var _ref$8 = /*#__PURE__*/React.createElement("g", {
|
|
|
3557
4144
|
fillRule: "nonzero"
|
|
3558
4145
|
}));
|
|
3559
4146
|
function SvgTunnelInfoThirdMenu(props) {
|
|
3560
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
4147
|
+
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
3561
4148
|
width: 16,
|
|
3562
4149
|
height: 16,
|
|
3563
4150
|
viewBox: "0 0 16 16",
|
|
3564
4151
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3565
|
-
}, props), _ref$
|
|
4152
|
+
}, props), _ref$a);
|
|
3566
4153
|
}
|
|
3567
4154
|
|
|
3568
|
-
function _extends$
|
|
3569
|
-
var _ref$
|
|
4155
|
+
function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
|
|
4156
|
+
var _ref$9 = /*#__PURE__*/React.createElement("g", {
|
|
3570
4157
|
fill: "currentColor",
|
|
3571
4158
|
fillRule: "evenodd"
|
|
3572
4159
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3577,16 +4164,16 @@ var _ref$7 = /*#__PURE__*/React.createElement("g", {
|
|
|
3577
4164
|
fillRule: "nonzero"
|
|
3578
4165
|
}));
|
|
3579
4166
|
function SvgUserInfoThirdMenu(props) {
|
|
3580
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
4167
|
+
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
3581
4168
|
width: 16,
|
|
3582
4169
|
height: 16,
|
|
3583
4170
|
viewBox: "0 0 16 16",
|
|
3584
4171
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3585
|
-
}, props), _ref$
|
|
4172
|
+
}, props), _ref$9);
|
|
3586
4173
|
}
|
|
3587
4174
|
|
|
3588
|
-
function _extends$
|
|
3589
|
-
var _ref$
|
|
4175
|
+
function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
|
|
4176
|
+
var _ref$8 = /*#__PURE__*/React.createElement("g", {
|
|
3590
4177
|
fill: "currentColor",
|
|
3591
4178
|
fillRule: "evenodd"
|
|
3592
4179
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3600,16 +4187,16 @@ var _ref$6 = /*#__PURE__*/React.createElement("g", {
|
|
|
3600
4187
|
fillRule: "nonzero"
|
|
3601
4188
|
}));
|
|
3602
4189
|
function SvgUserRoleThirdMenu(props) {
|
|
3603
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
4190
|
+
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
3604
4191
|
width: 16,
|
|
3605
4192
|
height: 16,
|
|
3606
4193
|
viewBox: "0 0 16 16",
|
|
3607
4194
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3608
|
-
}, props), _ref$
|
|
4195
|
+
}, props), _ref$8);
|
|
3609
4196
|
}
|
|
3610
4197
|
|
|
3611
|
-
function _extends$
|
|
3612
|
-
var _ref$
|
|
4198
|
+
function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
|
|
4199
|
+
var _ref$7 = /*#__PURE__*/React.createElement("g", {
|
|
3613
4200
|
fill: "currentColor",
|
|
3614
4201
|
fillRule: "evenodd"
|
|
3615
4202
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3623,32 +4210,32 @@ var _ref$5 = /*#__PURE__*/React.createElement("g", {
|
|
|
3623
4210
|
fillRule: "nonzero"
|
|
3624
4211
|
}));
|
|
3625
4212
|
function SvgUserTableThirdMenu(props) {
|
|
3626
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
4213
|
+
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
3627
4214
|
width: 16,
|
|
3628
4215
|
height: 16,
|
|
3629
4216
|
viewBox: "0 0 16 16",
|
|
3630
4217
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3631
|
-
}, props), _ref$
|
|
4218
|
+
}, props), _ref$7);
|
|
3632
4219
|
}
|
|
3633
4220
|
|
|
3634
|
-
function _extends$
|
|
3635
|
-
var _ref$
|
|
4221
|
+
function _extends$6() { _extends$6 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
|
|
4222
|
+
var _ref$6 = /*#__PURE__*/React.createElement("g", {
|
|
3636
4223
|
fill: "currentColor",
|
|
3637
4224
|
fillRule: "nonzero"
|
|
3638
4225
|
}, /*#__PURE__*/React.createElement("path", {
|
|
3639
4226
|
d: "M10 2a.6.6 0 1 1 0 1.2H1.6a.6.6 0 0 1 0-1.2H10zM1.603 5.575l12 .066a.6.6 0 0 1-.006 1.2l-12-.066a.6.6 0 0 1 .006-1.2zM10 9.2a.6.6 0 1 1 0 1.2H1.6a.6.6 0 0 1 0-1.2H10zM1.603 12.775l12 .066a.6.6 0 0 1-.006 1.2l-12-.066a.6.6 0 0 1 .006-1.2z"
|
|
3640
4227
|
}));
|
|
3641
4228
|
function SvgVersionReleaseRecordThirdMenu(props) {
|
|
3642
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
4229
|
+
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
3643
4230
|
width: 16,
|
|
3644
4231
|
height: 16,
|
|
3645
4232
|
viewBox: "0 0 16 16",
|
|
3646
4233
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3647
|
-
}, props), _ref$
|
|
4234
|
+
}, props), _ref$6);
|
|
3648
4235
|
}
|
|
3649
4236
|
|
|
3650
|
-
function _extends$
|
|
3651
|
-
var _ref$
|
|
4237
|
+
function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5.apply(this, arguments); }
|
|
4238
|
+
var _ref$5 = /*#__PURE__*/React.createElement("g", {
|
|
3652
4239
|
fill: "none",
|
|
3653
4240
|
fillRule: "evenodd"
|
|
3654
4241
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3665,16 +4252,43 @@ var _ref$3 = /*#__PURE__*/React.createElement("g", {
|
|
|
3665
4252
|
fill: "currentColor"
|
|
3666
4253
|
}));
|
|
3667
4254
|
function SvgViewSettingsThirdMenu(props) {
|
|
3668
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
4255
|
+
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
3669
4256
|
width: 16,
|
|
3670
4257
|
height: 16,
|
|
3671
4258
|
viewBox: "0 0 16 16",
|
|
3672
4259
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3673
|
-
}, props), _ref$
|
|
4260
|
+
}, props), _ref$5);
|
|
3674
4261
|
}
|
|
3675
4262
|
|
|
3676
|
-
function _extends$
|
|
3677
|
-
var _ref$
|
|
4263
|
+
function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
|
|
4264
|
+
var _ref$4 = /*#__PURE__*/React.createElement("g", {
|
|
4265
|
+
fill: "none",
|
|
4266
|
+
fillRule: "evenodd"
|
|
4267
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4268
|
+
fillOpacity: 0,
|
|
4269
|
+
fill: "currentColor",
|
|
4270
|
+
d: "M0 0h16v16H0z"
|
|
4271
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4272
|
+
d: "M8 3.109l-4.878 2.42L8 7.609l4.878-2.08L8 3.109zm5.105 3.063L8.416 8.327v1.929l4.689-2.231V6.172zm0 2.685l-4.689 2.155v1.815l4.689-2.269V8.857zm-5.521-.53L2.895 6.172v1.853l4.689 2.193v-1.89zm-1.323.832a.604.604 0 0 1-.492-.567c0-.265.227-.454.492-.378.264.075.491.302.491.567 0 .265-.227.454-.491.378zm-3.366-.302v1.701l4.689 2.27v-1.816L2.895 8.857zm3.366 2.95a.604.604 0 0 1-.492-.568c0-.265.227-.454.492-.378.264.076.491.302.491.567 0 .265-.227.454-.491.378z",
|
|
4273
|
+
fill: "currentColor"
|
|
4274
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4275
|
+
d: "M6.752 14.562l-5.264-2.657A.898.898 0 0 1 1 11.106V5.02c0-.337.188-.646.488-.8l5.264-2.645m2.32-.144l5.44 2.79c.3.153.488.462.488.799v6.087a.898.898 0 0 1-.488.8l-5.44 2.656",
|
|
4276
|
+
stroke: "currentColor",
|
|
4277
|
+
strokeWidth: 1.2,
|
|
4278
|
+
strokeLinecap: "round",
|
|
4279
|
+
strokeLinejoin: "round"
|
|
4280
|
+
}));
|
|
4281
|
+
function SvgVmHostMachineThirdMenu(props) {
|
|
4282
|
+
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
4283
|
+
width: 16,
|
|
4284
|
+
height: 16,
|
|
4285
|
+
viewBox: "0 0 16 16",
|
|
4286
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
4287
|
+
}, props), _ref$4);
|
|
4288
|
+
}
|
|
4289
|
+
|
|
4290
|
+
function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
|
|
4291
|
+
var _ref$3 = /*#__PURE__*/React.createElement("g", {
|
|
3678
4292
|
fill: "none",
|
|
3679
4293
|
fillRule: "evenodd"
|
|
3680
4294
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3687,16 +4301,16 @@ var _ref$2 = /*#__PURE__*/React.createElement("g", {
|
|
|
3687
4301
|
fill: "currentColor"
|
|
3688
4302
|
}));
|
|
3689
4303
|
function SvgWebhookPushStrategyThirdMenu(props) {
|
|
3690
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
4304
|
+
return /*#__PURE__*/React.createElement("svg", _extends$3({
|
|
3691
4305
|
width: 16,
|
|
3692
4306
|
height: 16,
|
|
3693
4307
|
viewBox: "0 0 16 16",
|
|
3694
4308
|
xmlns: "http://www.w3.org/2000/svg"
|
|
3695
|
-
}, props), _ref$
|
|
4309
|
+
}, props), _ref$3);
|
|
3696
4310
|
}
|
|
3697
4311
|
|
|
3698
|
-
function _extends$
|
|
3699
|
-
var _ref$
|
|
4312
|
+
function _extends$2() { _extends$2 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
|
|
4313
|
+
var _ref$2 = /*#__PURE__*/React.createElement("g", {
|
|
3700
4314
|
fill: "currentColor",
|
|
3701
4315
|
fillRule: "evenodd"
|
|
3702
4316
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -3706,10 +4320,56 @@ var _ref$1 = /*#__PURE__*/React.createElement("g", {
|
|
|
3706
4320
|
fillOpacity: 0,
|
|
3707
4321
|
d: "M1 1h14v14H1z"
|
|
3708
4322
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3709
|
-
d: "M8
|
|
4323
|
+
d: "M8.1.5a7.6 7.6 0 1 1 0 15.2A7.6 7.6 0 0 1 8.1.5zm0 1.285a6.315 6.315 0 1 0 6.24 5.341l-2.552 2.48-1.09 1.058V7.172L7.947 9.886l-1.093 1.078v-3.18H4.037V6.5h4.1v1.393L10.89 5.18l1.093-1.078v3.523l1.967-1.91a6.318 6.318 0 0 0-5.85-3.93z",
|
|
3710
4324
|
fillRule: "nonzero"
|
|
3711
4325
|
}));
|
|
3712
4326
|
function SvgWeblogicThirdMenu(props) {
|
|
4327
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2({
|
|
4328
|
+
width: 16,
|
|
4329
|
+
height: 16,
|
|
4330
|
+
viewBox: "0 0 16 16",
|
|
4331
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
4332
|
+
}, props), _ref$2);
|
|
4333
|
+
}
|
|
4334
|
+
|
|
4335
|
+
function _extends$1() { _extends$1 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); }
|
|
4336
|
+
var _ref$1 = /*#__PURE__*/React.createElement("g", {
|
|
4337
|
+
fill: "none",
|
|
4338
|
+
fillRule: "evenodd"
|
|
4339
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4340
|
+
d: "M0 0h16v16H0z"
|
|
4341
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4342
|
+
d: "M0 0h16v16H0z"
|
|
4343
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
4344
|
+
transform: "translate(1 1)"
|
|
4345
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4346
|
+
fill: "currentColor",
|
|
4347
|
+
d: "M2.5 5h1.2v7H2.5zM10.5 5h1.2v7h-1.2z"
|
|
4348
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
4349
|
+
stroke: "currentColor",
|
|
4350
|
+
cx: 3,
|
|
4351
|
+
cy: 12.5,
|
|
4352
|
+
r: 1
|
|
4353
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
4354
|
+
stroke: "currentColor",
|
|
4355
|
+
cx: 11,
|
|
4356
|
+
cy: 12.5,
|
|
4357
|
+
r: 1
|
|
4358
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4359
|
+
stroke: "currentColor",
|
|
4360
|
+
strokeWidth: 1.2,
|
|
4361
|
+
fillRule: "nonzero",
|
|
4362
|
+
d: "M.6.6h4.8v3.8H.6z"
|
|
4363
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4364
|
+
fill: "currentColor",
|
|
4365
|
+
d: "M.5 8h5v1.2h-5zM1.5 12.5c0 .214.045.417.125.6H0v-1.2l1.625-.001c-.08.184-.125.387-.125.601zm8 0c0 .214.045.417.125.6h-5.25a1.495 1.495 0 0 0 0-1.201h5.25c-.08.184-.125.387-.125.601zm4.5-.6v1.2h-1.625a1.495 1.495 0 0 0 0-1.201L14 11.9zM8.5 8h5v1.2h-5z"
|
|
4366
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4367
|
+
stroke: "currentColor",
|
|
4368
|
+
strokeWidth: 1.2,
|
|
4369
|
+
fillRule: "nonzero",
|
|
4370
|
+
d: "M8.6.6h4.8v3.8H8.6z"
|
|
4371
|
+
})));
|
|
4372
|
+
function SvgWebsiteThirdMenu(props) {
|
|
3713
4373
|
return /*#__PURE__*/React.createElement("svg", _extends$1({
|
|
3714
4374
|
width: 16,
|
|
3715
4375
|
height: 16,
|
|
@@ -3745,6 +4405,7 @@ var thirdMenuCategory = {
|
|
|
3745
4405
|
"alibaba-ecs-third-menu": SvgAlibabaEcsThirdMenu,
|
|
3746
4406
|
"amq-third-menu": SvgAmqThirdMenu,
|
|
3747
4407
|
"anywhere-door-third-menu": SvgAnywhereDoorThirdMenu,
|
|
4408
|
+
"apachel-third-menu": SvgApachelThirdMenu,
|
|
3748
4409
|
"api-list-third-menu": SvgApiListThirdMenu,
|
|
3749
4410
|
"application-activity-third-menu": SvgApplicationActivityThirdMenu,
|
|
3750
4411
|
"application-blueprint-third-menu": SvgApplicationBlueprintThirdMenu,
|
|
@@ -3753,18 +4414,24 @@ var thirdMenuCategory = {
|
|
|
3753
4414
|
"application-operation-and-maintenance-third-menu": SvgApplicationOperationAndMaintenanceThirdMenu,
|
|
3754
4415
|
"application-overview-third-menu": SvgApplicationOverviewThirdMenu,
|
|
3755
4416
|
"application-products-third-menu": SvgApplicationProductsThirdMenu,
|
|
4417
|
+
"area-third-menu": SvgAreaThirdMenu,
|
|
3756
4418
|
"arrange-template-library-third-menu": SvgArrangeTemplateLibraryThirdMenu,
|
|
3757
4419
|
"authority-management-third-menu": SvgAuthorityManagementThirdMenu,
|
|
3758
4420
|
"automatic-collection-third-menu": SvgAutomaticCollectionThirdMenu,
|
|
3759
4421
|
"automatic-discovery-third-menu": SvgAutomaticDiscoveryThirdMenu,
|
|
4422
|
+
"availability-zone-third-menu": SvgAvailabilityZoneThirdMenu,
|
|
4423
|
+
"backend-third-menu": SvgBackendThirdMenu,
|
|
3760
4424
|
"basic-cloud-resources-third-menu": SvgBasicCloudResourcesThirdMenu,
|
|
3761
4425
|
"basic-info-third-menu": SvgBasicInfoThirdMenu,
|
|
3762
4426
|
"besappservice-third-menu": SvgBesappserviceThirdMenu,
|
|
3763
4427
|
"blocks-third-menu": SvgBlocksThirdMenu,
|
|
3764
4428
|
"blueprint-instance-third-menu": SvgBlueprintInstanceThirdMenu,
|
|
4429
|
+
"broadband-line-third-menu": SvgBroadbandLineThirdMenu,
|
|
3765
4430
|
"broker-third-menu": SvgBrokerThirdMenu,
|
|
3766
4431
|
"build-history-third-menu": SvgBuildHistoryThirdMenu,
|
|
3767
4432
|
"build-machine-management-third-menu": SvgBuildMachineManagementThirdMenu,
|
|
4433
|
+
"cabinet-list-third-menu": SvgCabinetListThirdMenu,
|
|
4434
|
+
"cabinet-third-menu": SvgCabinetThirdMenu,
|
|
3768
4435
|
"call-relationship-third-menu": SvgCallRelationshipThirdMenu,
|
|
3769
4436
|
"ceph-third-menu": SvgCephThirdMenu,
|
|
3770
4437
|
"change-history-third-menu": SvgChangeHistoryThirdMenu,
|
|
@@ -3775,8 +4442,10 @@ var thirdMenuCategory = {
|
|
|
3775
4442
|
"component-cleanup-third-menu": SvgComponentCleanupThirdMenu,
|
|
3776
4443
|
"component-inspection-third-menu": SvgComponentInspectionThirdMenu,
|
|
3777
4444
|
"component-management-third-menu": SvgComponentManagementThirdMenu,
|
|
4445
|
+
"computer-room-details-third-menu": SvgComputerRoomDetailsThirdMenu,
|
|
3778
4446
|
"configuration-info-third-menu": SvgConfigurationInfoThirdMenu,
|
|
3779
4447
|
"configuration-third-menu": SvgConfigurationThirdMenu,
|
|
4448
|
+
"connection-third-menu": SvgConnectionThirdMenu,
|
|
3780
4449
|
"consumer-group-third-menu": SvgConsumerGroupThirdMenu,
|
|
3781
4450
|
"container-image-third-menu": SvgContainerImageThirdMenu,
|
|
3782
4451
|
"container-third-menu": SvgContainerThirdMenu,
|
|
@@ -3800,6 +4469,7 @@ var thirdMenuCategory = {
|
|
|
3800
4469
|
"destination-analysis-third-menu": SvgDestinationAnalysisThirdMenu,
|
|
3801
4470
|
"dm-third-menu": SvgDmThirdMenu,
|
|
3802
4471
|
"elasticsearch-third-menu": SvgElasticsearchThirdMenu,
|
|
4472
|
+
"engine-room-third-menu": SvgEngineRoomThirdMenu,
|
|
3803
4473
|
"etcd-third-menu": SvgEtcdThirdMenu,
|
|
3804
4474
|
"event-third-menu": SvgEventThirdMenu,
|
|
3805
4475
|
"exchanges-third-menu": SvgExchangesThirdMenu,
|
|
@@ -3807,6 +4477,7 @@ var thirdMenuCategory = {
|
|
|
3807
4477
|
"failure-resource-third-menu": SvgFailureResourceThirdMenu,
|
|
3808
4478
|
"filesystems-third-menu": SvgFilesystemsThirdMenu,
|
|
3809
4479
|
"firewall-third-menu": SvgFirewallThirdMenu,
|
|
4480
|
+
"frontend-third-menu": SvgFrontendThirdMenu,
|
|
3810
4481
|
"grouping-rules-third-menu": SvgGroupingRulesThirdMenu,
|
|
3811
4482
|
"haproxy-third-menu": SvgHaproxyThirdMenu,
|
|
3812
4483
|
"haproxy-thrid-menu": SvgHaproxyThridMenu,
|
|
@@ -3816,9 +4487,13 @@ var thirdMenuCategory = {
|
|
|
3816
4487
|
"host-third-menu": SvgHostThirdMenu,
|
|
3817
4488
|
"http-monitoring-info-third-menu": SvgHttpMonitoringInfoThirdMenu,
|
|
3818
4489
|
"iis-third-menu": SvgIisThirdMenu,
|
|
4490
|
+
"infra-monitor-third-menu": SvgInfraMonitorThirdMenu,
|
|
3819
4491
|
"inspection-kit-third-menu": SvgInspectionKitThirdMenu,
|
|
3820
4492
|
"inspection-overview-third-menu": SvgInspectionOverviewThirdMenu,
|
|
3821
4493
|
"instance-info-third-menu": SvgInstanceInfoThirdMenu,
|
|
4494
|
+
"ip-segment-third-menu": SvgIpSegmentThirdMenu,
|
|
4495
|
+
"ip-third-menu": SvgIpThirdMenu,
|
|
4496
|
+
"jboss-third-menu": SvgJbossThirdMenu,
|
|
3822
4497
|
"jdbc-multiple-data-source-info-third-menu": SvgJdbcMultipleDataSourceInfoThirdMenu,
|
|
3823
4498
|
"jdbc-single-data-source-info-third-menu": SvgJdbcSingleDataSourceInfoThirdMenu,
|
|
3824
4499
|
"job-management-third-menu": SvgJobManagementThirdMenu,
|
|
@@ -3856,6 +4531,7 @@ var thirdMenuCategory = {
|
|
|
3856
4531
|
"package-third-menu": SvgPackageThirdMenu,
|
|
3857
4532
|
"pending-approval-thrid-menu": SvgPendingApprovalThridMenu,
|
|
3858
4533
|
"performance-monitor-third-menu": SvgPerformanceMonitorThirdMenu,
|
|
4534
|
+
"persistent-volume-statement-third-menu": SvgPersistentVolumeStatementThirdMenu,
|
|
3859
4535
|
"pipeline-task-history-third-menu": SvgPipelineTaskHistoryThirdMenu,
|
|
3860
4536
|
"pipeline-task-third-menu": SvgPipelineTaskThirdMenu,
|
|
3861
4537
|
"pipeline-template-third-menu": SvgPipelineTemplateThirdMenu,
|
|
@@ -3869,6 +4545,7 @@ var thirdMenuCategory = {
|
|
|
3869
4545
|
"process-management-third-menu": SvgProcessManagementThirdMenu,
|
|
3870
4546
|
"process-task-third-menu": SvgProcessTaskThirdMenu,
|
|
3871
4547
|
"project-list-third-menu": SvgProjectListThirdMenu,
|
|
4548
|
+
"queue-third-menu": SvgQueueThirdMenu,
|
|
3872
4549
|
"redis-third-menu": SvgRedisThirdMenu,
|
|
3873
4550
|
"resource-instance-third-menu": SvgResourceInstanceThirdMenu,
|
|
3874
4551
|
"rocketmq-third-menu": SvgRocketmqThirdMenu,
|
|
@@ -3877,6 +4554,7 @@ var thirdMenuCategory = {
|
|
|
3877
4554
|
"routing-table-third-menu": SvgRoutingTableThirdMenu,
|
|
3878
4555
|
"security-domain-info-third-menu": SvgSecurityDomainInfoThirdMenu,
|
|
3879
4556
|
"security-domain-user-info-third-menu": SvgSecurityDomainUserInfoThirdMenu,
|
|
4557
|
+
"serve-third-menu": SvgServeThirdMenu,
|
|
3880
4558
|
"server-info-third-menu": SvgServerInfoThirdMenu,
|
|
3881
4559
|
"service-name-third-menu": SvgServiceNameThirdMenu,
|
|
3882
4560
|
"service-third-menu-2": SvgServiceThirdMenu2,
|
|
@@ -3889,6 +4567,7 @@ var thirdMenuCategory = {
|
|
|
3889
4567
|
"storage-operation-and-maintenance-third-menu": SvgStorageOperationAndMaintenanceThirdMenu,
|
|
3890
4568
|
"storage-third-menu": SvgStorageThirdMenu,
|
|
3891
4569
|
"subnet-third-menu": SvgSubnetThirdMenu,
|
|
4570
|
+
"supplier-third-menu": SvgSupplierThirdMenu,
|
|
3892
4571
|
"switch-third-menu": SvgSwitchThirdMenu,
|
|
3893
4572
|
"system-operation-and-maintenance-third-menu": SvgSystemOperationAndMaintenanceThirdMenu,
|
|
3894
4573
|
"table-space-third-menu": SvgTableSpaceThirdMenu,
|
|
@@ -3897,6 +4576,7 @@ var thirdMenuCategory = {
|
|
|
3897
4576
|
"task-list-third-menu": SvgTaskListThirdMenu,
|
|
3898
4577
|
"task-management-third-menu": SvgTaskManagementThirdMenu,
|
|
3899
4578
|
"template-management-third-menu": SvgTemplateManagementThirdMenu,
|
|
4579
|
+
"tencent-cloud-hard-disk-third-menu": SvgTencentCloudHardDiskThirdMenu,
|
|
3900
4580
|
"tencent-cloud-nat-gateway-third-menu": SvgTencentCloudNatGatewayThirdMenu,
|
|
3901
4581
|
"tencent-cloud-private-network-third-menu": SvgTencentCloudPrivateNetworkThirdMenu,
|
|
3902
4582
|
"tencent-cvm-third-menu": SvgTencentCvmThirdMenu,
|
|
@@ -3904,6 +4584,7 @@ var thirdMenuCategory = {
|
|
|
3904
4584
|
"thread-pool-info-third-menu": SvgThreadPoolInfoThirdMenu,
|
|
3905
4585
|
"tidb-third-menu": SvgTidbThirdMenu,
|
|
3906
4586
|
"timed-task-third-menu": SvgTimedTaskThirdMenu,
|
|
4587
|
+
"tomcat-third-menu": SvgTomcatThirdMenu,
|
|
3907
4588
|
"tongweb-third-menu": SvgTongwebThirdMenu,
|
|
3908
4589
|
"tool-management-third-menu": SvgToolManagementThirdMenu,
|
|
3909
4590
|
"tool-task-third-menu": SvgToolTaskThirdMenu,
|
|
@@ -3914,10 +4595,12 @@ var thirdMenuCategory = {
|
|
|
3914
4595
|
"user-table-third-menu": SvgUserTableThirdMenu,
|
|
3915
4596
|
"version-release-record-third-menu": SvgVersionReleaseRecordThirdMenu,
|
|
3916
4597
|
"view-settings-third-menu": SvgViewSettingsThirdMenu,
|
|
4598
|
+
"vm-host-machine-third-menu": SvgVmHostMachineThirdMenu,
|
|
3917
4599
|
"webhook-push-strategy-third-menu": SvgWebhookPushStrategyThirdMenu,
|
|
3918
4600
|
"weblogic-third-menu": SvgWeblogicThirdMenu,
|
|
4601
|
+
"website-third-menu": SvgWebsiteThirdMenu,
|
|
3919
4602
|
"workload-third-menu": SvgWorkloadThirdMenu
|
|
3920
4603
|
};
|
|
3921
4604
|
|
|
3922
4605
|
export { thirdMenuCategory };
|
|
3923
|
-
//# sourceMappingURL=third-menu-
|
|
4606
|
+
//# sourceMappingURL=third-menu-250fadd5.js.map
|