@next-core/brick-icons 2.31.17 → 2.31.19
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/auto-ops-6bf0b2da.js +189 -0
- package/dist/{auto-ops-6be7bf7d.js.map → auto-ops-6bf0b2da.js.map} +1 -1
- package/dist/{common-76f2cfb0.js → common-0ae45a4a.js} +571 -496
- package/dist/common-0ae45a4a.js.map +1 -0
- package/dist/index.esm.js +6 -6
- package/dist/index.esm.js.map +1 -1
- package/dist/{second-menu-4afea79f.js → second-menu-55445b6d.js} +460 -455
- package/dist/second-menu-55445b6d.js.map +1 -0
- package/dist/{third-menu-496a406e.js → third-menu-0745b203.js} +35 -26
- package/dist/{third-menu-496a406e.js.map → third-menu-0745b203.js.map} +1 -1
- package/dist/types/generated/icons/common.d.ts +30 -23
- package/dist/types/generated/icons/second-menu.d.ts +1 -0
- package/package.json +2 -2
- package/dist/auto-ops-6be7bf7d.js +0 -190
- package/dist/common-76f2cfb0.js.map +0 -1
- package/dist/second-menu-4afea79f.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
|
|
3
|
-
function _extends$
|
|
4
|
-
var _ref$
|
|
3
|
+
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); }
|
|
4
|
+
var _ref$1d = /*#__PURE__*/React.createElement("g", {
|
|
5
5
|
fill: "currentColor",
|
|
6
6
|
fillRule: "evenodd"
|
|
7
7
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -12,16 +12,16 @@ var _ref$16 = /*#__PURE__*/React.createElement("g", {
|
|
|
12
12
|
fillRule: "nonzero"
|
|
13
13
|
}));
|
|
14
14
|
function SvgAllItemsFilled(props) {
|
|
15
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
15
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1d({
|
|
16
16
|
width: 16,
|
|
17
17
|
height: 16,
|
|
18
18
|
viewBox: "0 0 16 16",
|
|
19
19
|
xmlns: "http://www.w3.org/2000/svg"
|
|
20
|
-
}, props), _ref$
|
|
20
|
+
}, props), _ref$1d);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
function _extends$
|
|
24
|
-
var _ref$
|
|
23
|
+
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); }
|
|
24
|
+
var _ref$1c = /*#__PURE__*/React.createElement("g", {
|
|
25
25
|
fill: "currentColor",
|
|
26
26
|
fillRule: "evenodd"
|
|
27
27
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -29,64 +29,60 @@ var _ref$15 = /*#__PURE__*/React.createElement("g", {
|
|
|
29
29
|
d: "M-1-1h16v16H-1z"
|
|
30
30
|
}), /*#__PURE__*/React.createElement("path", {
|
|
31
31
|
fillOpacity: 0,
|
|
32
|
-
d: "
|
|
32
|
+
d: "M.553.5h12.894v12.894H.553z"
|
|
33
33
|
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
-
d: "
|
|
34
|
+
d: "M13.959 10.238a.553.553 0 0 1-.302.72l-5.763 2.363c-.512.21-1.276.21-1.788 0L.62 11.076l-.283-.12a.553.553 0 1 1 .43-1.018l.278.118 5.479 2.243c.244.1.706.1.95 0l5.763-2.363a.553.553 0 0 1 .72.302zm0-3.233a.553.553 0 0 1-.302.72L7.894 10.09c-.512.21-1.276.21-1.788 0L.62 7.843l-.283-.12a.553.553 0 1 1 .43-1.018l.278.118 5.479 2.243c.244.1.706.1.95 0l5.763-2.363a.553.553 0 0 1 .72.302zM7.894.795l5.479 2.244c.836.342.836 1.24 0 1.583L7.894 6.865c-.512.21-1.276.21-1.788 0L.627 4.622c-.836-.342-.836-1.241 0-1.583L6.106.795c.512-.21 1.276-.21 1.788 0zm-1.37 1.023L1.61 3.83l4.915 2.012c.209.086.579.098.834.037l.116-.037L12.39 3.83 7.475 1.818c-.244-.1-.706-.1-.95 0z",
|
|
35
35
|
fillRule: "nonzero"
|
|
36
36
|
}));
|
|
37
37
|
function SvgAllItemsOutlined(props) {
|
|
38
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
38
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1c({
|
|
39
39
|
width: 14,
|
|
40
40
|
height: 14,
|
|
41
41
|
viewBox: "0 0 14 14",
|
|
42
42
|
xmlns: "http://www.w3.org/2000/svg"
|
|
43
|
-
}, props), _ref$
|
|
43
|
+
}, props), _ref$1c);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
function _extends$
|
|
47
|
-
var _ref$
|
|
46
|
+
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); }
|
|
47
|
+
var _ref$1b = /*#__PURE__*/React.createElement("g", {
|
|
48
48
|
fill: "none",
|
|
49
|
-
fillRule: "evenodd"
|
|
50
|
-
opacity: 0.65
|
|
49
|
+
fillRule: "evenodd"
|
|
51
50
|
}, /*#__PURE__*/React.createElement("path", {
|
|
52
51
|
d: "M0 0h16v16H0z"
|
|
53
52
|
}), /*#__PURE__*/React.createElement("path", {
|
|
54
53
|
d: "M3 5.65v1.2H1.75a.4.4 0 0 0-.4.4v7c0 .22.18.4.4.4h8a.4.4 0 0 0 .4-.4v-7a.4.4 0 0 0-.4-.4H7v-1.2h2.75a1.6 1.6 0 0 1 1.6 1.6v7a1.6 1.6 0 0 1-1.6 1.6h-8a1.6 1.6 0 0 1-1.6-1.6v-7a1.6 1.6 0 0 1 1.6-1.6H3zM14.25.15a1.6 1.6 0 0 1 1.6 1.6v7a1.6 1.6 0 0 1-1.6 1.6H13v-1.2h1.25a.4.4 0 0 0 .4-.4v-7a.4.4 0 0 0-.4-.4h-8a.4.4 0 0 0-.4.4v7c0 .22.18.4.4.4H8v1.2H6.25a1.6 1.6 0 0 1-1.6-1.6v-7a1.6 1.6 0 0 1 1.6-1.6h8z",
|
|
55
|
-
fill: "currentColor"
|
|
56
|
-
fillRule: "nonzero"
|
|
54
|
+
fill: "currentColor"
|
|
57
55
|
}));
|
|
58
|
-
function
|
|
59
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
56
|
+
function SvgAssociatedResourcesFilled(props) {
|
|
57
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1b({
|
|
60
58
|
width: 16,
|
|
61
59
|
height: 16,
|
|
62
60
|
viewBox: "0 0 16 16",
|
|
63
61
|
xmlns: "http://www.w3.org/2000/svg"
|
|
64
|
-
}, props), _ref$
|
|
62
|
+
}, props), _ref$1b);
|
|
65
63
|
}
|
|
66
64
|
|
|
67
|
-
function _extends$
|
|
68
|
-
var _ref$
|
|
65
|
+
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); }
|
|
66
|
+
var _ref$1a = /*#__PURE__*/React.createElement("g", {
|
|
69
67
|
fill: "none",
|
|
70
|
-
fillRule: "evenodd"
|
|
71
|
-
opacity: 0.65
|
|
68
|
+
fillRule: "evenodd"
|
|
72
69
|
}, /*#__PURE__*/React.createElement("path", {
|
|
73
70
|
d: "M0 0h14v14H0z"
|
|
74
71
|
}), /*#__PURE__*/React.createElement("path", {
|
|
75
72
|
d: "M2.586 4.855v1.2H1.6a.4.4 0 0 0-.4.4V12.4c0 .22.18.4.4.4h6.828a.4.4 0 0 0 .4-.4V6.455a.4.4 0 0 0-.4-.4H6.9v-1.2h1.528a1.6 1.6 0 0 1 1.6 1.6V12.4a1.6 1.6 0 0 1-1.6 1.6H1.6A1.6 1.6 0 0 1 0 12.4V6.455a1.6 1.6 0 0 1 1.6-1.6h.986zM12.4 0A1.6 1.6 0 0 1 14 1.6v5.945a1.6 1.6 0 0 1-1.6 1.6h-.986v-1.2h.986a.4.4 0 0 0 .4-.4V1.6a.4.4 0 0 0-.4-.4H5.572a.4.4 0 0 0-.4.4v5.945c0 .22.18.4.4.4H7v1.2H5.572a1.6 1.6 0 0 1-1.6-1.6V1.6a1.6 1.6 0 0 1 1.6-1.6H12.4z",
|
|
76
|
-
fill: "currentColor"
|
|
77
|
-
fillRule: "nonzero"
|
|
73
|
+
fill: "currentColor"
|
|
78
74
|
}));
|
|
79
|
-
function
|
|
80
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
75
|
+
function SvgAssociatedResourcesOutlined(props) {
|
|
76
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1a({
|
|
81
77
|
width: 14,
|
|
82
78
|
height: 14,
|
|
83
79
|
viewBox: "0 0 14 14",
|
|
84
80
|
xmlns: "http://www.w3.org/2000/svg"
|
|
85
|
-
}, props), _ref$
|
|
81
|
+
}, props), _ref$1a);
|
|
86
82
|
}
|
|
87
83
|
|
|
88
|
-
function _extends$
|
|
89
|
-
var _ref$
|
|
84
|
+
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); }
|
|
85
|
+
var _ref$19 = /*#__PURE__*/React.createElement("g", {
|
|
90
86
|
fill: "none",
|
|
91
87
|
fillRule: "evenodd"
|
|
92
88
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -95,19 +91,20 @@ var _ref$12 = /*#__PURE__*/React.createElement("g", {
|
|
|
95
91
|
d: "M-2-2h20v20H-2z"
|
|
96
92
|
}), /*#__PURE__*/React.createElement("path", {
|
|
97
93
|
d: "M1 5.68a1 1 0 0 1 .422.094l5.5 2.563a1 1 0 0 1 .578.907v5.187a1 1 0 0 1-1.422.906l-5.5-2.563A1 1 0 0 1 0 11.867V6.68a1 1 0 0 1 1-1zm14 0a1 1 0 0 1 1 1v5.187a1 1 0 0 1-.578.907l-5.5 2.563a1 1 0 0 1-1.422-.906V9.244a1 1 0 0 1 .578-.907l5.5-2.563A1 1 0 0 1 15 5.68zm-3.449-3.89l2.49 1.124a1 1 0 0 1 .02 1.814L8.484 7.4a1 1 0 0 1-.86.002l-5.667-2.68a1 1 0 0 1 .016-1.815L4.45 1.79a2.53 2.53 0 0 0-.049.497c0 1.656 1.612 3 3.6 3s3.6-1.344 3.6-3a2.53 2.53 0 0 0-.049-.497zm-2.742-.4v.944h1.118L8.064 4.54 6.201 2.334h1.163V1.39h1.445zm.003-.662l-.003.457H7.35V.728h1.462zM8.809 0l-.014.465H7.364V0h1.445z",
|
|
98
|
-
fill: "currentColor"
|
|
94
|
+
fill: "currentColor",
|
|
95
|
+
fillRule: "nonzero"
|
|
99
96
|
}));
|
|
100
97
|
function SvgAutomaticCollectionFilled(props) {
|
|
101
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
98
|
+
return /*#__PURE__*/React.createElement("svg", _extends$19({
|
|
102
99
|
width: 16,
|
|
103
100
|
height: 16,
|
|
104
101
|
viewBox: "0 0 16 16",
|
|
105
102
|
xmlns: "http://www.w3.org/2000/svg"
|
|
106
|
-
}, props), _ref$
|
|
103
|
+
}, props), _ref$19);
|
|
107
104
|
}
|
|
108
105
|
|
|
109
|
-
function _extends$
|
|
110
|
-
var _ref$
|
|
106
|
+
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); }
|
|
107
|
+
var _ref$18 = /*#__PURE__*/React.createElement("g", {
|
|
111
108
|
fill: "none",
|
|
112
109
|
fillRule: "evenodd"
|
|
113
110
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -120,76 +117,72 @@ var _ref$11 = /*#__PURE__*/React.createElement("g", {
|
|
|
120
117
|
fillRule: "nonzero"
|
|
121
118
|
}));
|
|
122
119
|
function SvgAutomaticCollectionOutlined(props) {
|
|
123
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
120
|
+
return /*#__PURE__*/React.createElement("svg", _extends$18({
|
|
124
121
|
width: 14,
|
|
125
122
|
height: 14,
|
|
126
123
|
viewBox: "0 0 14 14",
|
|
127
124
|
xmlns: "http://www.w3.org/2000/svg"
|
|
128
|
-
}, props), _ref$
|
|
125
|
+
}, props), _ref$18);
|
|
129
126
|
}
|
|
130
127
|
|
|
131
|
-
function _extends$
|
|
132
|
-
var _ref$
|
|
128
|
+
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); }
|
|
129
|
+
var _ref$17 = /*#__PURE__*/React.createElement("g", {
|
|
133
130
|
fill: "none",
|
|
134
131
|
fillRule: "evenodd"
|
|
135
132
|
}, /*#__PURE__*/React.createElement("path", {
|
|
136
133
|
d: "M0 0h16v16H0z"
|
|
137
134
|
}), /*#__PURE__*/React.createElement("path", {
|
|
138
135
|
d: "M14 0a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h12zM7 12H3v1.2h4V12zm6-3H3v1.2h10V9zm0-3H3v1.2h10V6zM4 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm4 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm4 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z",
|
|
139
|
-
fill: "currentColor"
|
|
140
|
-
opacity: 0.65
|
|
136
|
+
fill: "currentColor"
|
|
141
137
|
}));
|
|
142
|
-
function
|
|
143
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
138
|
+
function SvgBasicInformationFilled(props) {
|
|
139
|
+
return /*#__PURE__*/React.createElement("svg", _extends$17({
|
|
144
140
|
width: 16,
|
|
145
141
|
height: 16,
|
|
146
142
|
viewBox: "0 0 16 16",
|
|
147
143
|
xmlns: "http://www.w3.org/2000/svg"
|
|
148
|
-
}, props), _ref$
|
|
144
|
+
}, props), _ref$17);
|
|
149
145
|
}
|
|
150
146
|
|
|
151
|
-
function _extends
|
|
152
|
-
var _ref
|
|
147
|
+
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); }
|
|
148
|
+
var _ref$16 = /*#__PURE__*/React.createElement("g", {
|
|
153
149
|
fill: "none",
|
|
154
|
-
fillRule: "evenodd"
|
|
155
|
-
opacity: 0.65
|
|
150
|
+
fillRule: "evenodd"
|
|
156
151
|
}, /*#__PURE__*/React.createElement("path", {
|
|
157
152
|
d: "M0 0h14v14H0z"
|
|
158
153
|
}), /*#__PURE__*/React.createElement("path", {
|
|
159
154
|
d: "M12 0a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h10zm-.2 1.2H2.2v11.6h9.6V1.2zM7 9v1.2H3V9h4zm4-3v1.2H3V6h8zM4 2.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z",
|
|
160
|
-
fill: "currentColor"
|
|
161
|
-
fillRule: "nonzero"
|
|
155
|
+
fill: "currentColor"
|
|
162
156
|
}));
|
|
163
|
-
function
|
|
164
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
157
|
+
function SvgBasicInformationOutlined(props) {
|
|
158
|
+
return /*#__PURE__*/React.createElement("svg", _extends$16({
|
|
165
159
|
width: 14,
|
|
166
160
|
height: 14,
|
|
167
161
|
viewBox: "0 0 14 14",
|
|
168
162
|
xmlns: "http://www.w3.org/2000/svg"
|
|
169
|
-
}, props), _ref
|
|
163
|
+
}, props), _ref$16);
|
|
170
164
|
}
|
|
171
165
|
|
|
172
|
-
function _extends$
|
|
173
|
-
var _ref$
|
|
166
|
+
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); }
|
|
167
|
+
var _ref$15 = /*#__PURE__*/React.createElement("g", {
|
|
174
168
|
fill: "currentColor",
|
|
175
|
-
fillRule: "evenodd"
|
|
176
|
-
opacity: 0.65
|
|
169
|
+
fillRule: "evenodd"
|
|
177
170
|
}, /*#__PURE__*/React.createElement("path", {
|
|
178
|
-
d: "M14.022 2.
|
|
171
|
+
d: "M14.022 2.386c.698 0 1.264.52 1.264 1.16v5.147c-1.207.331-2.175-.406-2.175-1.913H10.89c0 1.678-1.244 2.497-2.778 1.667L7 10.3c1.423.77 1.51 2.143 0 2.96l1.111 1.853c.977-.529 1.882-.392 2.38.273H3.55c-.698 0-1.264-.52-1.264-1.16V3.546c0-.64.566-1.16 1.264-1.16h10.472zM13.542.18c.706 0 1.296.455 1.43 1.058a1.613 1.613 0 0 0-.43-.058H2.458C1.653 1.18 1 1.77 1 2.499V14.86c0 .09.01.177.028.261C.433 14.957 0 14.455 0 13.862V1.498C0 .77.653.18 1.458.18h12.084z"
|
|
179
172
|
}), /*#__PURE__*/React.createElement("path", {
|
|
180
|
-
d: "M12.889 7.
|
|
173
|
+
d: "M12.889 7.847c0 1.4 1.046 1.97 2.222 1.333L16 10.662c-1.208.654-1.138 1.753 0 2.37l-.889 1.481c-2.222-1.066-2.222 1.334-2.222 1.334H11.11c0-1.401-1.046-1.97-2.222-1.334L8 13.031c1.208-.654 1.138-1.752 0-2.369l.889-1.482c1.227.665 2.222.01 2.222-1.333h1.778zM12 10.513a1.333 1.333 0 1 0 0 2.667 1.333 1.333 0 0 0 0-2.667z"
|
|
181
174
|
}));
|
|
182
175
|
function SvgBatchSettingCategoriesFilled(props) {
|
|
183
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
176
|
+
return /*#__PURE__*/React.createElement("svg", _extends$15({
|
|
184
177
|
width: 16,
|
|
185
178
|
height: 16,
|
|
186
179
|
viewBox: "0 0 16 16",
|
|
187
180
|
xmlns: "http://www.w3.org/2000/svg"
|
|
188
|
-
}, props), _ref$
|
|
181
|
+
}, props), _ref$15);
|
|
189
182
|
}
|
|
190
183
|
|
|
191
|
-
function _extends$
|
|
192
|
-
var _ref$
|
|
184
|
+
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); }
|
|
185
|
+
var _ref$14 = /*#__PURE__*/React.createElement("g", {
|
|
193
186
|
fill: "currentColor",
|
|
194
187
|
fillRule: "nonzero"
|
|
195
188
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -200,108 +193,102 @@ var _ref$Z = /*#__PURE__*/React.createElement("g", {
|
|
|
200
193
|
d: "M10 7.52a1.48 1.48 0 1 1 0 2.96 1.48 1.48 0 0 1 0-2.96zm0 .96a.52.52 0 1 0 0 1.04.52.52 0 0 0 0-1.04z"
|
|
201
194
|
}));
|
|
202
195
|
function SvgBatchSettingCategoriesOutlined(props) {
|
|
203
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
196
|
+
return /*#__PURE__*/React.createElement("svg", _extends$14({
|
|
204
197
|
width: 14,
|
|
205
198
|
height: 14,
|
|
206
199
|
viewBox: "0 0 14 14",
|
|
207
200
|
xmlns: "http://www.w3.org/2000/svg"
|
|
208
|
-
}, props), _ref$
|
|
201
|
+
}, props), _ref$14);
|
|
209
202
|
}
|
|
210
203
|
|
|
211
|
-
function _extends$
|
|
212
|
-
var _ref$
|
|
204
|
+
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); }
|
|
205
|
+
var _ref$13 = /*#__PURE__*/React.createElement("g", {
|
|
213
206
|
fill: "none",
|
|
214
207
|
fillRule: "evenodd"
|
|
215
208
|
}, /*#__PURE__*/React.createElement("path", {
|
|
216
209
|
d: "M0 0h16v16H0z"
|
|
217
210
|
}), /*#__PURE__*/React.createElement("path", {
|
|
218
211
|
d: "M4 1a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2h2a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h2zm7.892 5.375L7.799 10.54 5.816 8.574a.6.6 0 0 0-.845.852l2.412 2.39a.6.6 0 0 0 .85-.005l4.515-4.595a.6.6 0 0 0-.856-.84zM10 0a1 1 0 0 1 0 2H6a1 1 0 1 1 0-2h4z",
|
|
219
|
-
fill: "currentColor"
|
|
220
|
-
opacity: 0.65
|
|
212
|
+
fill: "currentColor"
|
|
221
213
|
}));
|
|
222
|
-
function
|
|
223
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
214
|
+
function SvgCloseAtOnceFilled(props) {
|
|
215
|
+
return /*#__PURE__*/React.createElement("svg", _extends$13({
|
|
224
216
|
width: 16,
|
|
225
217
|
height: 16,
|
|
226
218
|
viewBox: "0 0 16 16",
|
|
227
219
|
xmlns: "http://www.w3.org/2000/svg"
|
|
228
|
-
}, props), _ref$
|
|
220
|
+
}, props), _ref$13);
|
|
229
221
|
}
|
|
230
222
|
|
|
231
|
-
function _extends$
|
|
232
|
-
var _ref$
|
|
223
|
+
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); }
|
|
224
|
+
var _ref$12 = /*#__PURE__*/React.createElement("g", {
|
|
233
225
|
fill: "none",
|
|
234
|
-
fillRule: "evenodd"
|
|
235
|
-
opacity: 0.65
|
|
226
|
+
fillRule: "evenodd"
|
|
236
227
|
}, /*#__PURE__*/React.createElement("path", {
|
|
237
228
|
d: "M0 0h14v14H0z"
|
|
238
229
|
}), /*#__PURE__*/React.createElement("path", {
|
|
239
230
|
d: "M10.384.274L11.6.275a1.6 1.6 0 0 1 1.6 1.6V12.4a1.6 1.6 0 0 1-1.6 1.6H2.4a1.6 1.6 0 0 1-1.6-1.6V1.875a1.6 1.6 0 0 1 1.6-1.6L3.625.274 3.6.925c0 .734.567 1.342 1.273 1.395L5 2.325h4a1.4 1.4 0 0 0 1.4-1.4l-.016-.651zm-7.921 1.2l-.063.001a.4.4 0 0 0-.392.32L2 1.874V12.4c0 .22.18.4.4.4h9.2a.4.4 0 0 0 .4-.4V1.875a.4.4 0 0 0-.4-.4h-.06l-.02.09A2.601 2.601 0 0 1 9 3.525H4.978l-.171-.007A2.597 2.597 0 0 1 2.485 1.57l-.022-.096zm8.09 4.098c.207.203.21.536.007.742l-3.95 4.02a.525.525 0 0 1-.744.006l-2.11-2.092a.525.525 0 1 1 .739-.746l1.735 1.72L9.811 5.58a.525.525 0 0 1 .743-.007zM8.75 0a.875.875 0 1 1 0 1.75h-3.5a.875.875 0 1 1 0-1.75h3.5z",
|
|
240
|
-
fill: "currentColor"
|
|
241
|
-
fillRule: "nonzero"
|
|
231
|
+
fill: "currentColor"
|
|
242
232
|
}));
|
|
243
|
-
function
|
|
244
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
233
|
+
function SvgCloseAtOnceOutlined(props) {
|
|
234
|
+
return /*#__PURE__*/React.createElement("svg", _extends$12({
|
|
245
235
|
width: 14,
|
|
246
236
|
height: 14,
|
|
247
237
|
viewBox: "0 0 14 14",
|
|
248
238
|
xmlns: "http://www.w3.org/2000/svg"
|
|
249
|
-
}, props), _ref$
|
|
239
|
+
}, props), _ref$12);
|
|
250
240
|
}
|
|
251
241
|
|
|
252
|
-
function _extends$
|
|
253
|
-
var _ref$
|
|
254
|
-
d: "M14.
|
|
242
|
+
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); }
|
|
243
|
+
var _ref$11 = /*#__PURE__*/React.createElement("path", {
|
|
244
|
+
d: "M14.842 9.37c.143.851.385 2.315.607 3.65l.13.78c.106.628.2 1.186.269 1.583a.526.526 0 0 1-.52.617H11.67v-4.017h-1.2V16H5.562v-4.017h-1.2V16H.648a.527.527 0 0 1-.52-.617L1.17 9.37l13.672-.002zM9.612 0c.293 0 .528.236.528.528v3.695h4.995c.293 0 .528.236.528.528v3.42H.312v-3.42c0-.26.187-.475.434-.52l.095-.008h4.995V.528c0-.292.235-.528.528-.528h3.248z",
|
|
255
245
|
fill: "currentColor",
|
|
256
|
-
fillRule: "evenodd"
|
|
257
|
-
opacity: 0.65
|
|
246
|
+
fillRule: "evenodd"
|
|
258
247
|
});
|
|
259
248
|
function SvgComponentCleanupFilled(props) {
|
|
260
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
249
|
+
return /*#__PURE__*/React.createElement("svg", _extends$11({
|
|
261
250
|
width: 16,
|
|
262
251
|
height: 16,
|
|
263
252
|
viewBox: "0 0 16 16",
|
|
264
253
|
xmlns: "http://www.w3.org/2000/svg"
|
|
265
|
-
}, props), _ref$
|
|
254
|
+
}, props), _ref$11);
|
|
266
255
|
}
|
|
267
256
|
|
|
268
|
-
function _extends$
|
|
269
|
-
var _ref$
|
|
270
|
-
d: "M8.
|
|
257
|
+
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); }
|
|
258
|
+
var _ref$10 = /*#__PURE__*/React.createElement("path", {
|
|
259
|
+
d: "M8.29 0c.576 0 1.042.466 1.042 1.043v2.324h3.361c.538 0 .98.406 1.037.93l.006.113v3.205a.622.622 0 0 1-.622.622l.006.034.02.127.048.286c.07.413.159.952.276 1.657l.005.035c.192 1.154.322 1.927.405 2.402.1.568-.282 1.11-.826 1.202a.944.944 0 0 1-.201.02H1.143a1.042 1.042 0 0 1-1.027-1.22l.748-4.313-.094-.049a1.042 1.042 0 0 1-.51-.786l-.006-.114V4.41c0-.577.466-1.043 1.042-1.043h3.36l.001-2.324c0-.538.406-.98.929-1.037L5.7 0h2.59zm3.563 8.234l-9.688.002-.784 4.52h2.401v-2.654h1.244v2.654h3.937v-2.654h1.244l-.001 2.654h2.402l-.005-.029a467.97 467.97 0 0 1-.313-1.866l-.047-.28-.006-.036-.156-.938-.063-.385-.056-.333-.047-.286-.062-.369zm-3.765-6.99H5.9v2.745a.622.622 0 0 1-.52.613l-.101.009H1.497l-.001 2.382h10.995V4.611h-3.78a.622.622 0 0 1-.614-.521l-.008-.101V1.243z",
|
|
271
260
|
fill: "currentColor",
|
|
272
261
|
fillRule: "nonzero"
|
|
273
262
|
});
|
|
274
263
|
function SvgComponentCleanupOutlined(props) {
|
|
275
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
264
|
+
return /*#__PURE__*/React.createElement("svg", _extends$10({
|
|
276
265
|
width: 14,
|
|
277
266
|
height: 14,
|
|
278
267
|
viewBox: "0 0 14 14",
|
|
279
268
|
xmlns: "http://www.w3.org/2000/svg"
|
|
280
|
-
}, props), _ref$
|
|
269
|
+
}, props), _ref$10);
|
|
281
270
|
}
|
|
282
271
|
|
|
283
|
-
function _extends
|
|
284
|
-
var _ref
|
|
272
|
+
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); }
|
|
273
|
+
var _ref$$ = /*#__PURE__*/React.createElement("g", {
|
|
285
274
|
fill: "currentColor",
|
|
286
275
|
fillRule: "evenodd"
|
|
287
276
|
}, /*#__PURE__*/React.createElement("path", {
|
|
288
|
-
|
|
289
|
-
d: "M0 0h6.4v6.4H0zM0 9.6h6.4V16H0zM9.6 0H16v6.4H9.6z"
|
|
277
|
+
d: "M0 0h6.4v6.4H0zm0 9.6h6.4V16H0zM9.6 0H16v6.4H9.6z"
|
|
290
278
|
}), /*#__PURE__*/React.createElement("path", {
|
|
291
|
-
d: "M6.9 2.4a5.5 5.5 0 0 1 4.29 8.941l3.134 3.135.425.424-.849.849-3.559-3.558A5.5 5.5 0 1 1 6.9 2.4zm0 1.2a4.3 4.3 0 1 0 0 8.6 4.3 4.3 0 0 0 0-8.6z"
|
|
292
|
-
fillRule: "nonzero"
|
|
279
|
+
d: "M6.9 2.4a5.5 5.5 0 0 1 4.29 8.941l3.134 3.135.425.424-.849.849-3.559-3.558A5.5 5.5 0 1 1 6.9 2.4zm0 1.2a4.3 4.3 0 1 0 0 8.6 4.3 4.3 0 0 0 0-8.6z"
|
|
293
280
|
}));
|
|
294
281
|
function SvgComponentInspectionFilled(props) {
|
|
295
|
-
return /*#__PURE__*/React.createElement("svg", _extends
|
|
282
|
+
return /*#__PURE__*/React.createElement("svg", _extends$$({
|
|
296
283
|
width: 16,
|
|
297
284
|
height: 16,
|
|
298
285
|
viewBox: "0 0 16 16",
|
|
299
286
|
xmlns: "http://www.w3.org/2000/svg"
|
|
300
|
-
}, props), _ref
|
|
287
|
+
}, props), _ref$$);
|
|
301
288
|
}
|
|
302
289
|
|
|
303
|
-
function _extends$
|
|
304
|
-
var _ref$
|
|
290
|
+
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); }
|
|
291
|
+
var _ref$_ = /*#__PURE__*/React.createElement("g", {
|
|
305
292
|
fill: "currentColor",
|
|
306
293
|
fillRule: "nonzero"
|
|
307
294
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -310,16 +297,16 @@ var _ref$T = /*#__PURE__*/React.createElement("g", {
|
|
|
310
297
|
d: "M6.037 1.5a5.412 5.412 0 0 1 4.229 8.792l2.32 2.321a.6.6 0 0 1-.848.849L9.417 11.14a5.412 5.412 0 1 1-3.38-9.64zm0 1.2a4.212 4.212 0 1 0 0 8.425 4.212 4.212 0 0 0 0-8.425z"
|
|
311
298
|
}));
|
|
312
299
|
function SvgComponentInspectionOutlined(props) {
|
|
313
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
300
|
+
return /*#__PURE__*/React.createElement("svg", _extends$_({
|
|
314
301
|
width: 14,
|
|
315
302
|
height: 14,
|
|
316
303
|
viewBox: "0 0 14 14",
|
|
317
304
|
xmlns: "http://www.w3.org/2000/svg"
|
|
318
|
-
}, props), _ref$
|
|
305
|
+
}, props), _ref$_);
|
|
319
306
|
}
|
|
320
307
|
|
|
321
|
-
function _extends$
|
|
322
|
-
var _ref$
|
|
308
|
+
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); }
|
|
309
|
+
var _ref$Z = /*#__PURE__*/React.createElement("g", {
|
|
323
310
|
fill: "currentColor",
|
|
324
311
|
fillRule: "evenodd"
|
|
325
312
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -329,19 +316,20 @@ var _ref$S = /*#__PURE__*/React.createElement("g", {
|
|
|
329
316
|
fillOpacity: 0,
|
|
330
317
|
d: "M0 0h16v16H0z"
|
|
331
318
|
}), /*#__PURE__*/React.createElement("path", {
|
|
332
|
-
d: "M11.5 2.5a1 1 0 0 1 1 1V15a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h9.5zM12.822.25c1.045 0 1.893.847 1.893 1.893v10.715a.75.75 0 0 1-1.5 0V2.143a.393.393 0 0 0-.393-.393H4a.75.75 0 0 1 0-1.5h8.822zM6.97 11.086H3.312v1.2H6.97v-1.2zm3.428-2.743H3.312v1.2h7.086v-1.2zm0-2.629H3.312v1.2h7.086v-1.2z"
|
|
319
|
+
d: "M11.5 2.5a1 1 0 0 1 1 1V15a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h9.5zM12.822.25c1.045 0 1.893.847 1.893 1.893v10.715a.75.75 0 0 1-1.5 0V2.143a.393.393 0 0 0-.393-.393H4a.75.75 0 0 1 0-1.5h8.822zM6.97 11.086H3.312v1.2H6.97v-1.2zm3.428-2.743H3.312v1.2h7.086v-1.2zm0-2.629H3.312v1.2h7.086v-1.2z",
|
|
320
|
+
fillRule: "nonzero"
|
|
333
321
|
}));
|
|
334
322
|
function SvgCopyFilled(props) {
|
|
335
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
323
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Z({
|
|
336
324
|
width: 16,
|
|
337
325
|
height: 16,
|
|
338
326
|
viewBox: "0 0 16 16",
|
|
339
327
|
xmlns: "http://www.w3.org/2000/svg"
|
|
340
|
-
}, props), _ref$
|
|
328
|
+
}, props), _ref$Z);
|
|
341
329
|
}
|
|
342
330
|
|
|
343
|
-
function _extends$
|
|
344
|
-
var _ref$
|
|
331
|
+
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); }
|
|
332
|
+
var _ref$Y = /*#__PURE__*/React.createElement("g", {
|
|
345
333
|
fill: "currentColor",
|
|
346
334
|
fillRule: "evenodd"
|
|
347
335
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -351,59 +339,60 @@ var _ref$R = /*#__PURE__*/React.createElement("g", {
|
|
|
351
339
|
fillOpacity: 0,
|
|
352
340
|
d: "M0 0h14v14H0z"
|
|
353
341
|
}), /*#__PURE__*/React.createElement("path", {
|
|
354
|
-
d: "M9.82
|
|
342
|
+
d: "M9.82 2a1.6 1.6 0 0 1 1.6 1.6v8.776a1.6 1.6 0 0 1-1.6 1.6H2.1a1.6 1.6 0 0 1-1.6-1.6V3.6A1.6 1.6 0 0 1 2.1 2h7.72zm0 1.2H2.1a.4.4 0 0 0-.4.4v8.776c0 .22.18.4.4.4h7.72a.4.4 0 0 0 .4-.4V3.6a.4.4 0 0 0-.4-.4zM11.817 0a1.6 1.6 0 0 1 1.6 1.6v8.776a.6.6 0 0 1-1.2 0V1.6a.4.4 0 0 0-.4-.4h-7.72a.6.6 0 1 1 0-1.2h7.72zm-5.72 9.7v1.2h-3.2V9.7h3.2zm3-2.4v1.2h-6.2V7.3h6.2zm0-2.3v1.2h-6.2V5h6.2z",
|
|
355
343
|
fillRule: "nonzero"
|
|
356
344
|
}));
|
|
357
345
|
function SvgCopyOutlined(props) {
|
|
358
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
346
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Y({
|
|
359
347
|
width: 14,
|
|
360
348
|
height: 14,
|
|
361
349
|
viewBox: "0 0 14 14",
|
|
362
350
|
xmlns: "http://www.w3.org/2000/svg"
|
|
363
|
-
}, props), _ref$
|
|
351
|
+
}, props), _ref$Y);
|
|
364
352
|
}
|
|
365
353
|
|
|
366
|
-
function _extends$
|
|
367
|
-
var _ref$
|
|
354
|
+
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); }
|
|
355
|
+
var _ref$X = /*#__PURE__*/React.createElement("g", {
|
|
368
356
|
fill: "currentColor",
|
|
369
357
|
fillRule: "evenodd"
|
|
370
358
|
}, /*#__PURE__*/React.createElement("path", {
|
|
371
359
|
fillOpacity: 0,
|
|
372
360
|
d: "M-2-2h20v20H-2z"
|
|
373
361
|
}), /*#__PURE__*/React.createElement("path", {
|
|
374
|
-
d: "M9.726 8.097a2.335 2.335 0 0 1 2.312.591c.731.72.898 1.779.568 2.669l3.122 3.079a.927.927 0 0 1 .023 1.288c-.34.36-.91.37-1.262.022l-3.123-3.078a2.343 2.343 0 0 1-2.633-.485 2.45 2.45 0 0 1-.66-2.338c.092-.406 1.72 2.117 2.74 1.013 1.045-1.105-1.481-2.652-1.087-2.76zm3.56-7.526a1 1 0 0 1 1 1v5.981a5 5 0 0 0-5.925 7.877H2.714a1 1 0 0 1-1-1V1.57a1 1 0 0 1 1-1h10.572zM8 6.057H4.343v1.2H8v-1.2zm3.429-2.628H4.343v1.2h7.086v-1.2z"
|
|
362
|
+
d: "M9.726 8.097a2.335 2.335 0 0 1 2.312.591c.731.72.898 1.779.568 2.669l3.122 3.079a.927.927 0 0 1 .023 1.288c-.34.36-.91.37-1.262.022l-3.123-3.078a2.343 2.343 0 0 1-2.633-.485 2.45 2.45 0 0 1-.66-2.338c.092-.406 1.72 2.117 2.74 1.013 1.045-1.105-1.481-2.652-1.087-2.76zm3.56-7.526a1 1 0 0 1 1 1v5.981a5 5 0 0 0-5.925 7.877H2.714a1 1 0 0 1-1-1V1.57a1 1 0 0 1 1-1h10.572zM8 6.057H4.343v1.2H8v-1.2zm3.429-2.628H4.343v1.2h7.086v-1.2z",
|
|
363
|
+
fillRule: "nonzero"
|
|
375
364
|
}));
|
|
376
365
|
function SvgDeploymentRecordFilled(props) {
|
|
377
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
366
|
+
return /*#__PURE__*/React.createElement("svg", _extends$X({
|
|
378
367
|
width: 16,
|
|
379
368
|
height: 16,
|
|
380
369
|
viewBox: "0 0 16 16",
|
|
381
370
|
xmlns: "http://www.w3.org/2000/svg"
|
|
382
|
-
}, props), _ref$
|
|
371
|
+
}, props), _ref$X);
|
|
383
372
|
}
|
|
384
373
|
|
|
385
|
-
function _extends$
|
|
386
|
-
var _ref$
|
|
374
|
+
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); }
|
|
375
|
+
var _ref$W = /*#__PURE__*/React.createElement("g", {
|
|
387
376
|
fill: "currentColor",
|
|
388
377
|
fillRule: "evenodd"
|
|
389
378
|
}, /*#__PURE__*/React.createElement("path", {
|
|
390
379
|
fillOpacity: 0,
|
|
391
380
|
d: "M-1-1h16v16H-1z"
|
|
392
381
|
}), /*#__PURE__*/React.createElement("path", {
|
|
393
|
-
d: "M11.5
|
|
382
|
+
d: "M11.5 0a1.6 1.6 0 0 1 1.6 1.6v4.446a.6.6 0 0 1-1.2 0V1.6a.4.4 0 0 0-.4-.4h-9a.4.4 0 0 0-.4.4v10.8c0 .22.18.4.4.4h2.52a.6.6 0 0 1 0 1.2H2.5a1.6 1.6 0 0 1-1.6-1.6V1.6A1.6 1.6 0 0 1 2.5 0h9zM8.51 7.085a2.043 2.043 0 0 1 2.023.517c.64.63.786 1.556.497 2.335l2.732 2.694a.811.811 0 0 1 .02 1.127.774.774 0 0 1-1.104.02l-2.733-2.694a2.05 2.05 0 0 1-2.303-.424 2.144 2.144 0 0 1-.577-2.046c.08-.355 1.504 1.853 2.397.886.914-.966-1.297-2.32-.952-2.415zM7 5.3v1.2H3.8V5.3H7zM10 3v1.2H3.8V3H10z",
|
|
394
383
|
fillRule: "nonzero"
|
|
395
384
|
}));
|
|
396
385
|
function SvgDeploymentRecordOutlined(props) {
|
|
397
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
386
|
+
return /*#__PURE__*/React.createElement("svg", _extends$W({
|
|
398
387
|
width: 14,
|
|
399
388
|
height: 14,
|
|
400
389
|
viewBox: "0 0 14 14",
|
|
401
390
|
xmlns: "http://www.w3.org/2000/svg"
|
|
402
|
-
}, props), _ref$
|
|
391
|
+
}, props), _ref$W);
|
|
403
392
|
}
|
|
404
393
|
|
|
405
|
-
function _extends$
|
|
406
|
-
var _ref$
|
|
394
|
+
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); }
|
|
395
|
+
var _ref$V = /*#__PURE__*/React.createElement("g", {
|
|
407
396
|
fill: "currentColor",
|
|
408
397
|
fillRule: "evenodd"
|
|
409
398
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -413,19 +402,20 @@ var _ref$O = /*#__PURE__*/React.createElement("g", {
|
|
|
413
402
|
fillOpacity: 0,
|
|
414
403
|
d: "M0 0h16v16H0z"
|
|
415
404
|
}), /*#__PURE__*/React.createElement("path", {
|
|
416
|
-
d: "M13.286 0a1 1 0 0 1 1 1v11.571l-1.715 1.651L10.857 16H2.714a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h10.572zm-.36 11.976h-2.652v2.656l2.651-2.656zM8 8.686H4.343v1.2H8v-1.2zm3.429-2.629H4.343v1.2h7.086v-1.2zm0-2.628H4.343v1.2h7.086v-1.2z"
|
|
405
|
+
d: "M13.286 0a1 1 0 0 1 1 1v11.571l-1.715 1.651L10.857 16H2.714a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h10.572zm-.36 11.976h-2.652v2.656l2.651-2.656zM8 8.686H4.343v1.2H8v-1.2zm3.429-2.629H4.343v1.2h7.086v-1.2zm0-2.628H4.343v1.2h7.086v-1.2z",
|
|
406
|
+
fillRule: "nonzero"
|
|
417
407
|
}));
|
|
418
408
|
function SvgDetailsFilled(props) {
|
|
419
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
409
|
+
return /*#__PURE__*/React.createElement("svg", _extends$V({
|
|
420
410
|
width: 16,
|
|
421
411
|
height: 16,
|
|
422
412
|
viewBox: "0 0 16 16",
|
|
423
413
|
xmlns: "http://www.w3.org/2000/svg"
|
|
424
|
-
}, props), _ref$
|
|
414
|
+
}, props), _ref$V);
|
|
425
415
|
}
|
|
426
416
|
|
|
427
|
-
function _extends$
|
|
428
|
-
var _ref$
|
|
417
|
+
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); }
|
|
418
|
+
var _ref$U = /*#__PURE__*/React.createElement("g", {
|
|
429
419
|
fill: "currentColor",
|
|
430
420
|
fillRule: "evenodd"
|
|
431
421
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -436,57 +426,54 @@ var _ref$N = /*#__PURE__*/React.createElement("g", {
|
|
|
436
426
|
fillRule: "nonzero"
|
|
437
427
|
}));
|
|
438
428
|
function SvgDetailsOutlined(props) {
|
|
439
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
429
|
+
return /*#__PURE__*/React.createElement("svg", _extends$U({
|
|
440
430
|
width: 14,
|
|
441
431
|
height: 14,
|
|
442
432
|
viewBox: "0 0 14 14",
|
|
443
433
|
xmlns: "http://www.w3.org/2000/svg"
|
|
444
|
-
}, props), _ref$
|
|
434
|
+
}, props), _ref$U);
|
|
445
435
|
}
|
|
446
436
|
|
|
447
|
-
function _extends$
|
|
448
|
-
var _ref$
|
|
437
|
+
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); }
|
|
438
|
+
var _ref$T = /*#__PURE__*/React.createElement("g", {
|
|
449
439
|
fill: "none",
|
|
450
440
|
fillRule: "evenodd"
|
|
451
441
|
}, /*#__PURE__*/React.createElement("path", {
|
|
452
442
|
d: "M0 0h16v16H0z"
|
|
453
443
|
}), /*#__PURE__*/React.createElement("path", {
|
|
454
444
|
d: "M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.424 3.576l-.848.848 8 8 .848-.848-8-8z",
|
|
455
|
-
fill: "currentColor"
|
|
456
|
-
opacity: 0.65
|
|
445
|
+
fill: "currentColor"
|
|
457
446
|
}));
|
|
458
|
-
function
|
|
459
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
447
|
+
function SvgDisabledFilled(props) {
|
|
448
|
+
return /*#__PURE__*/React.createElement("svg", _extends$T({
|
|
460
449
|
width: 16,
|
|
461
450
|
height: 16,
|
|
462
451
|
viewBox: "0 0 16 16",
|
|
463
452
|
xmlns: "http://www.w3.org/2000/svg"
|
|
464
|
-
}, props), _ref$
|
|
453
|
+
}, props), _ref$T);
|
|
465
454
|
}
|
|
466
455
|
|
|
467
|
-
function _extends$
|
|
468
|
-
var _ref$
|
|
456
|
+
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); }
|
|
457
|
+
var _ref$S = /*#__PURE__*/React.createElement("g", {
|
|
469
458
|
fill: "none",
|
|
470
|
-
fillRule: "evenodd"
|
|
471
|
-
opacity: 0.65
|
|
459
|
+
fillRule: "evenodd"
|
|
472
460
|
}, /*#__PURE__*/React.createElement("path", {
|
|
473
|
-
d: "M0
|
|
461
|
+
d: "M0 0h14v14H0z"
|
|
474
462
|
}), /*#__PURE__*/React.createElement("path", {
|
|
475
463
|
d: "M7 0a7 7 0 1 1 0 14A7 7 0 0 1 7 0zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 7 1zM3.871 3.129l7 7-.742.742-7-7 .742-.742z",
|
|
476
|
-
fill: "currentColor"
|
|
477
|
-
fillRule: "nonzero"
|
|
464
|
+
fill: "currentColor"
|
|
478
465
|
}));
|
|
479
|
-
function
|
|
480
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
466
|
+
function SvgDisabledOutlined(props) {
|
|
467
|
+
return /*#__PURE__*/React.createElement("svg", _extends$S({
|
|
481
468
|
width: 14,
|
|
482
469
|
height: 14,
|
|
483
470
|
viewBox: "0 0 14 14",
|
|
484
471
|
xmlns: "http://www.w3.org/2000/svg"
|
|
485
|
-
}, props), _ref$
|
|
472
|
+
}, props), _ref$S);
|
|
486
473
|
}
|
|
487
474
|
|
|
488
|
-
function _extends$
|
|
489
|
-
var _ref$
|
|
475
|
+
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); }
|
|
476
|
+
var _ref$R = /*#__PURE__*/React.createElement("g", {
|
|
490
477
|
fill: "none",
|
|
491
478
|
fillRule: "evenodd"
|
|
492
479
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -497,16 +484,16 @@ var _ref$K = /*#__PURE__*/React.createElement("g", {
|
|
|
497
484
|
fillRule: "nonzero"
|
|
498
485
|
}));
|
|
499
486
|
function SvgDocuments(props) {
|
|
500
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
487
|
+
return /*#__PURE__*/React.createElement("svg", _extends$R({
|
|
501
488
|
width: 22,
|
|
502
489
|
height: 22,
|
|
503
490
|
viewBox: "0 0 22 22",
|
|
504
491
|
xmlns: "http://www.w3.org/2000/svg"
|
|
505
|
-
}, props), _ref$
|
|
492
|
+
}, props), _ref$R);
|
|
506
493
|
}
|
|
507
494
|
|
|
508
|
-
function _extends$
|
|
509
|
-
var _ref$
|
|
495
|
+
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); }
|
|
496
|
+
var _ref$Q = /*#__PURE__*/React.createElement("g", {
|
|
510
497
|
fill: "currentColor",
|
|
511
498
|
fillRule: "evenodd"
|
|
512
499
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -519,98 +506,92 @@ var _ref$J = /*#__PURE__*/React.createElement("g", {
|
|
|
519
506
|
d: "M1 20v3h3v1H0v-4h1zm23 0v4h-4v-1h3v-3h1zm0-20v4h-1V1h-3V0h4zM4 0v1H1v3H0V0h4z"
|
|
520
507
|
}));
|
|
521
508
|
function SvgEmptyIcon(props) {
|
|
522
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
509
|
+
return /*#__PURE__*/React.createElement("svg", _extends$Q({
|
|
523
510
|
width: 24,
|
|
524
511
|
height: 24,
|
|
525
512
|
viewBox: "0 0 24 24",
|
|
526
513
|
xmlns: "http://www.w3.org/2000/svg"
|
|
527
|
-
}, props), _ref$
|
|
514
|
+
}, props), _ref$Q);
|
|
528
515
|
}
|
|
529
516
|
|
|
530
|
-
function _extends$
|
|
531
|
-
var _ref$
|
|
517
|
+
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); }
|
|
518
|
+
var _ref$P = /*#__PURE__*/React.createElement("g", {
|
|
532
519
|
fill: "none",
|
|
533
520
|
fillRule: "evenodd"
|
|
534
521
|
}, /*#__PURE__*/React.createElement("path", {
|
|
535
522
|
d: "M0 0h16v16H0z"
|
|
536
523
|
}), /*#__PURE__*/React.createElement("path", {
|
|
537
524
|
d: "M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zm4.595 5.058l-5.577 5.111-3.094-3.093-.848.848 3.906 3.906 6.423-5.888-.81-.884z",
|
|
538
|
-
fill: "currentColor"
|
|
539
|
-
opacity: 0.65
|
|
525
|
+
fill: "currentColor"
|
|
540
526
|
}));
|
|
541
|
-
function
|
|
542
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
527
|
+
function SvgEnableFilled(props) {
|
|
528
|
+
return /*#__PURE__*/React.createElement("svg", _extends$P({
|
|
543
529
|
width: 16,
|
|
544
530
|
height: 16,
|
|
545
531
|
viewBox: "0 0 16 16",
|
|
546
532
|
xmlns: "http://www.w3.org/2000/svg"
|
|
547
|
-
}, props), _ref$
|
|
533
|
+
}, props), _ref$P);
|
|
548
534
|
}
|
|
549
535
|
|
|
550
|
-
function _extends$
|
|
551
|
-
var _ref$
|
|
536
|
+
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); }
|
|
537
|
+
var _ref$O = /*#__PURE__*/React.createElement("g", {
|
|
552
538
|
fill: "none",
|
|
553
|
-
fillRule: "evenodd"
|
|
554
|
-
opacity: 0.65
|
|
539
|
+
fillRule: "evenodd"
|
|
555
540
|
}, /*#__PURE__*/React.createElement("path", {
|
|
556
541
|
d: "M0 0h14v14H0z"
|
|
557
542
|
}), /*#__PURE__*/React.createElement("path", {
|
|
558
543
|
d: "M7 0a7 7 0 1 1 0 14A7 7 0 0 1 7 0zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 7 1zm4.02 3.425l.71.775-5.62 5.152L2.69 6.934l.743-.743L6.14 8.898l4.88-4.473z",
|
|
559
|
-
fill: "currentColor"
|
|
560
|
-
fillRule: "nonzero"
|
|
544
|
+
fill: "currentColor"
|
|
561
545
|
}));
|
|
562
|
-
function
|
|
563
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
546
|
+
function SvgEnableOutlined(props) {
|
|
547
|
+
return /*#__PURE__*/React.createElement("svg", _extends$O({
|
|
564
548
|
width: 14,
|
|
565
549
|
height: 14,
|
|
566
550
|
viewBox: "0 0 14 14",
|
|
567
551
|
xmlns: "http://www.w3.org/2000/svg"
|
|
568
|
-
}, props), _ref$
|
|
552
|
+
}, props), _ref$O);
|
|
569
553
|
}
|
|
570
554
|
|
|
571
|
-
function _extends$
|
|
572
|
-
var _ref$
|
|
555
|
+
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); }
|
|
556
|
+
var _ref$N = /*#__PURE__*/React.createElement("g", {
|
|
573
557
|
fill: "none",
|
|
574
558
|
fillRule: "evenodd"
|
|
575
559
|
}, /*#__PURE__*/React.createElement("path", {
|
|
576
560
|
d: "M0 0h16v16H0z"
|
|
577
561
|
}), /*#__PURE__*/React.createElement("path", {
|
|
578
562
|
d: "M8 0A8 8 0 1 1 .252 10L7.5 10 7.5 13.4l6-5.4-6-5.4-.001 3.399-7.247.002C1.14 2.55 4.272 0 8 0z",
|
|
579
|
-
fill: "currentColor"
|
|
580
|
-
opacity: 0.65
|
|
563
|
+
fill: "currentColor"
|
|
581
564
|
}));
|
|
582
|
-
function
|
|
583
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
565
|
+
function SvgGoToEnableFilled(props) {
|
|
566
|
+
return /*#__PURE__*/React.createElement("svg", _extends$N({
|
|
584
567
|
width: 16,
|
|
585
568
|
height: 16,
|
|
586
569
|
viewBox: "0 0 16 16",
|
|
587
570
|
xmlns: "http://www.w3.org/2000/svg"
|
|
588
|
-
}, props), _ref$
|
|
571
|
+
}, props), _ref$N);
|
|
589
572
|
}
|
|
590
573
|
|
|
591
|
-
function _extends$
|
|
592
|
-
var _ref$
|
|
574
|
+
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); }
|
|
575
|
+
var _ref$M = /*#__PURE__*/React.createElement("g", {
|
|
593
576
|
fill: "none",
|
|
594
|
-
fillRule: "evenodd"
|
|
595
|
-
opacity: 0.65
|
|
577
|
+
fillRule: "evenodd"
|
|
596
578
|
}, /*#__PURE__*/React.createElement("path", {
|
|
597
|
-
d: "M0
|
|
579
|
+
d: "M0 0h14v14H0z"
|
|
598
580
|
}), /*#__PURE__*/React.createElement("path", {
|
|
599
581
|
d: "M7.004 0A7 7 0 1 1 .058 7.876l6.508-.002v2.101L10.066 7l-3.5-2.975v2.099H.058l.026-.185A7.002 7.002 0 0 1 7.004 0zm0 1C4.43 1 2.203 2.63 1.362 4.945l-.062.179h4.265l.002-3.261L11.61 7l-6.043 5.137-.002-3.264-4.263.002.004.014a6.006 6.006 0 0 0 5.46 4.106l.238.005a6 6 0 1 0 0-12z",
|
|
600
|
-
fill: "currentColor"
|
|
601
|
-
fillRule: "nonzero"
|
|
582
|
+
fill: "currentColor"
|
|
602
583
|
}));
|
|
603
|
-
function
|
|
604
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
584
|
+
function SvgGoToEnableOutlined(props) {
|
|
585
|
+
return /*#__PURE__*/React.createElement("svg", _extends$M({
|
|
605
586
|
width: 14,
|
|
606
587
|
height: 14,
|
|
607
588
|
viewBox: "0 0 14 14",
|
|
608
589
|
xmlns: "http://www.w3.org/2000/svg"
|
|
609
|
-
}, props), _ref$
|
|
590
|
+
}, props), _ref$M);
|
|
610
591
|
}
|
|
611
592
|
|
|
612
|
-
function _extends$
|
|
613
|
-
var _ref$
|
|
593
|
+
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); }
|
|
594
|
+
var _ref$L = /*#__PURE__*/React.createElement("g", {
|
|
614
595
|
fill: "currentColor",
|
|
615
596
|
fillRule: "evenodd"
|
|
616
597
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -620,75 +601,75 @@ var _ref$E = /*#__PURE__*/React.createElement("g", {
|
|
|
620
601
|
fillOpacity: 0,
|
|
621
602
|
d: "M0 0h16v16H0z"
|
|
622
603
|
}), /*#__PURE__*/React.createElement("path", {
|
|
623
|
-
d: "M9.155 14.
|
|
604
|
+
d: "M9.155 14.307a.686.686 0 1 1 0 1.372h-8a.686.686 0 0 1 0-1.372h8zM9.95.74l2.727 2.728a1.5 1.5 0 0 1 0 2.121L10.44 7.826l4.76 4.202a1 1 0 0 1 .045 1.457l-1.12 1.121a1 1 0 0 1-1.457-.045L8.465 9.8l-2.556 2.556a1.5 1.5 0 0 1-2.12 0L1.06 9.63a1.5 1.5 0 0 1 0-2.122L7.829.74a1.5 1.5 0 0 1 2.121 0z",
|
|
605
|
+
fillRule: "nonzero"
|
|
624
606
|
}));
|
|
625
607
|
function SvgImplementFilled(props) {
|
|
626
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
608
|
+
return /*#__PURE__*/React.createElement("svg", _extends$L({
|
|
627
609
|
width: 16,
|
|
628
610
|
height: 16,
|
|
629
611
|
viewBox: "0 0 16 16",
|
|
630
612
|
xmlns: "http://www.w3.org/2000/svg"
|
|
631
|
-
}, props), _ref$
|
|
613
|
+
}, props), _ref$L);
|
|
632
614
|
}
|
|
633
615
|
|
|
634
|
-
function _extends$
|
|
635
|
-
var _ref$
|
|
616
|
+
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); }
|
|
617
|
+
var _ref$K = /*#__PURE__*/React.createElement("g", {
|
|
636
618
|
fill: "currentColor",
|
|
637
619
|
fillRule: "evenodd"
|
|
638
620
|
}, /*#__PURE__*/React.createElement("path", {
|
|
639
621
|
fillOpacity: 0,
|
|
640
622
|
d: "M-1-1h16v16H-1z"
|
|
641
623
|
}), /*#__PURE__*/React.createElement("path", {
|
|
642
|
-
d: "M8.01 12.
|
|
624
|
+
d: "M8.01 12.479a.6.6 0 1 1 0 1.2h-7a.6.6 0 0 1 0-1.2h7zM8.84.739l2.121 2.122a1.5 1.5 0 0 1 0 2.121L9.133 6.807l4.066 3.59a1 1 0 0 1 .088 1.411l-.042.045-.793.793a1 1 0 0 1-1.457-.045L7.406 8.534l-2.103 2.105a1.5 1.5 0 0 1-2.121 0L1.061 8.518a1.5 1.5 0 0 1 0-2.122L6.718.74a1.5 1.5 0 0 1 2.12 0zM8.79 8.106l-.086.086 3.05 3.456.492-.492-3.456-3.05zM7.566 1.588L1.909 7.245a.3.3 0 0 0 0 .424L4.031 9.79a.3.3 0 0 0 .424 0l5.657-5.657a.3.3 0 0 0 0-.424L7.99 1.588a.3.3 0 0 0-.424 0z",
|
|
643
625
|
fillRule: "nonzero"
|
|
644
626
|
}));
|
|
645
627
|
function SvgImplementOutlined(props) {
|
|
646
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
628
|
+
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
647
629
|
width: 14,
|
|
648
630
|
height: 14,
|
|
649
631
|
viewBox: "0 0 14 14",
|
|
650
632
|
xmlns: "http://www.w3.org/2000/svg"
|
|
651
|
-
}, props), _ref$
|
|
633
|
+
}, props), _ref$K);
|
|
652
634
|
}
|
|
653
635
|
|
|
654
|
-
function _extends$
|
|
655
|
-
var _ref$
|
|
636
|
+
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); }
|
|
637
|
+
var _ref$J = /*#__PURE__*/React.createElement("g", {
|
|
656
638
|
fill: "none",
|
|
657
639
|
fillRule: "evenodd"
|
|
658
640
|
}, /*#__PURE__*/React.createElement("path", {
|
|
659
641
|
d: "M4.326 8.999l3.048 3.237a.783.783 0 0 0 1.064.082l.083-.075 3.129-3.244L16 9v5.707c0 .53-.397.96-.886.96H.886c-.49 0-.886-.43-.886-.96V9l4.326-.001zM8.66.34v8.301l2.21-2.185.469-.463.928.938-.47.464-3.373 3.334a.66.66 0 0 1-.933-.006L4.197 7.39l-.464-.47.94-.927.463.469 2.203 2.23L7.34.34h1.32z",
|
|
660
|
-
fill: "currentColor"
|
|
661
|
-
opacity: 0.65
|
|
642
|
+
fill: "currentColor"
|
|
662
643
|
}));
|
|
663
644
|
function SvgImportFilled(props) {
|
|
664
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
645
|
+
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
665
646
|
width: 16,
|
|
666
647
|
height: 16,
|
|
667
648
|
viewBox: "0 0 16 16",
|
|
668
649
|
xmlns: "http://www.w3.org/2000/svg"
|
|
669
|
-
}, props), _ref$
|
|
650
|
+
}, props), _ref$J);
|
|
670
651
|
}
|
|
671
652
|
|
|
672
|
-
function _extends$
|
|
673
|
-
var _ref$
|
|
653
|
+
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); }
|
|
654
|
+
var _ref$I = /*#__PURE__*/React.createElement("g", {
|
|
674
655
|
fill: "currentColor",
|
|
675
656
|
fillRule: "nonzero"
|
|
676
657
|
}, /*#__PURE__*/React.createElement("path", {
|
|
677
|
-
d: "M3.
|
|
658
|
+
d: "M3.518 6.927a.636.636 0 1 1 0 1.273H1.273v3.903c0 .06.024.102.047.119l.021.008H12.66c.026 0 .068-.046.068-.127V8.2h-2.19a.637.637 0 0 1-.627-.533L9.9 7.564c0-.352.285-.637.637-.637h2.826c.351 0 .636.285.636.637v4.539c0 .762-.589 1.4-1.341 1.4H1.34c-.752 0-1.341-.638-1.341-1.4v-4.54c0-.35.285-.636.636-.636h2.882z"
|
|
678
659
|
}), /*#__PURE__*/React.createElement("path", {
|
|
679
|
-
d: "M7.
|
|
660
|
+
d: "M7.7.5v6.357l1.46-1.441.497-.492.984.996-.497.492L7.46 9.063a.7.7 0 0 1-.99-.006L3.85 6.406l-.491-.498.995-.984.492.498L6.3 6.893V.5h1.4z"
|
|
680
661
|
}));
|
|
681
662
|
function SvgImportOutlined(props) {
|
|
682
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
663
|
+
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
683
664
|
width: 14,
|
|
684
|
-
height:
|
|
685
|
-
viewBox: "0 0 14
|
|
665
|
+
height: 14,
|
|
666
|
+
viewBox: "0 0 14 14",
|
|
686
667
|
xmlns: "http://www.w3.org/2000/svg"
|
|
687
|
-
}, props), _ref$
|
|
668
|
+
}, props), _ref$I);
|
|
688
669
|
}
|
|
689
670
|
|
|
690
|
-
function _extends$
|
|
691
|
-
var _ref$
|
|
671
|
+
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); }
|
|
672
|
+
var _ref$H = /*#__PURE__*/React.createElement("g", {
|
|
692
673
|
fill: "none",
|
|
693
674
|
fillRule: "evenodd"
|
|
694
675
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -702,69 +683,105 @@ var _ref$A = /*#__PURE__*/React.createElement("g", {
|
|
|
702
683
|
fillRule: "nonzero"
|
|
703
684
|
}));
|
|
704
685
|
function SvgIptables(props) {
|
|
705
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
686
|
+
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
706
687
|
width: 22,
|
|
707
688
|
height: 22,
|
|
708
689
|
viewBox: "0 0 22 22",
|
|
709
690
|
xmlns: "http://www.w3.org/2000/svg"
|
|
710
|
-
}, props), _ref$
|
|
691
|
+
}, props), _ref$H);
|
|
711
692
|
}
|
|
712
693
|
|
|
713
|
-
function _extends$
|
|
714
|
-
var _ref$
|
|
715
|
-
d: "M13.
|
|
694
|
+
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); }
|
|
695
|
+
var _ref$G = /*#__PURE__*/React.createElement("path", {
|
|
696
|
+
d: "M13.16 7.628c0 1.279.955 1.798 2.029 1.217L16 10.198c-1.102.596-1.039 1.599 0 2.161l-.811 1.353c-1.905-.914-2.02.963-2.028 1.194v.023h-1.622c0-1.279-.955-1.798-2.028-1.217L8.7 12.359c1.102-.597 1.038-1.599 0-2.161l.81-1.353c1.12.606 2.029.008 2.029-1.217h1.622zM4.889 1.4a2.727 2.727 0 0 1 1.988.85l.116.13.117-.13a2.727 2.727 0 0 1 1.987-.85h3.713a1.182 1.182 0 0 1 1.176 1.185v5.528c-.477-.485-.529-.585-.691-1.276h-2.117c0 1.41-1.045 2.099-2.335 1.4L7.91 9.796c1.195.647 1.268 1.8 0 2.488l.896 1.496c-.59.517-.989.556-1.757.558l-.016.002-.074-.001-.015.006-.317-.007c-.641-.025-1.02-.137-1.619-.717H1.175A1.18 1.18 0 0 1 0 12.436v-9.85A1.182 1.182 0 0 1 1.175 1.4h3.713zm7.462 8.662a1.217 1.217 0 1 0 0 2.433 1.217 1.217 0 0 0 0-2.433zm-7.77-.946H2.653a.482.482 0 1 0 0 .964h1.929a.482.482 0 1 0 0-.964zm0-2.411H2.653a.483.483 0 0 0 0 .965h1.929a.482.482 0 0 0 0-.965zm0-2.41H2.653a.482.482 0 0 0 0 .963h1.929a.482.482 0 1 0 0-.964zm6.752 0H8.92a.482.482 0 0 0 0 .963h2.41a.482.482 0 1 0 0-.964z",
|
|
697
|
+
fill: "currentColor",
|
|
698
|
+
fillRule: "evenodd"
|
|
699
|
+
});
|
|
700
|
+
function SvgJobManagementFilled(props) {
|
|
701
|
+
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
702
|
+
width: 16,
|
|
703
|
+
height: 16,
|
|
704
|
+
viewBox: "0 0 16 16",
|
|
705
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
706
|
+
}, props), _ref$G);
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
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); }
|
|
710
|
+
var _ref$F = /*#__PURE__*/React.createElement("g", {
|
|
711
|
+
fill: "currentColor",
|
|
712
|
+
fillRule: "nonzero"
|
|
713
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
714
|
+
d: "M11.221 6.31c.247 0 .446.2.446.446 0 .695.408.933 1.009.608a.446.446 0 0 1 .594.163l.666 1.111c.131.218.054.5-.17.621-.572.31-.564.687 0 .993.224.12.301.403.17.62l-.666 1.112a.446.446 0 0 1-.575.173c-.6-.288-.81-.199-.943.153l-.033.091a1.014 1.014 0 0 0-.052.354c0 .246-.2.445-.446.445H9.888a.446.446 0 0 1-.445-.445c0-.696-.408-.933-1.009-.608a.446.446 0 0 1-.594-.163l-.667-1.111a.446.446 0 0 1 .17-.621c.573-.31.565-.687 0-.993a.446.446 0 0 1-.17-.621l.667-1.111a.446.446 0 0 1 .594-.163c.607.328 1.009.08 1.009-.608 0-.246.2-.446.445-.446h1.333zm-.401.892h-.531l-.016.075c-.209.84-.93 1.28-1.771 1.066l-.096-.028-.254.424.063.058c.588.561.6 1.344.007 1.912l-.07.062.254.424.09-.026c.836-.214 1.564.214 1.776 1.059l.017.08h.537l.036-.144.057-.17c.27-.713.873-1.055 1.719-.812l.06.019.26-.43-.063-.057c-.588-.561-.6-1.344-.007-1.912l.069-.063-.254-.424-.09.026c-.835.214-1.564-.213-1.775-1.058l-.018-.081z"
|
|
715
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
716
|
+
d: "M10.555 8.31a1.445 1.445 0 1 1 0 2.89 1.445 1.445 0 0 1 0-2.89zm0 .891a.554.554 0 1 0 0 1.108.554.554 0 0 0 0-1.108z"
|
|
717
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
718
|
+
d: "M4.572 1.2c.58-.002 1.14.176 1.606.5l.131.099.135-.1a2.791 2.791 0 0 1 1.407-.492l.193-.006h3.04c.843.004 1.523.689 1.521 1.53v3a.557.557 0 0 1-1.114 0V2.729a.413.413 0 0 0-.409-.414H8.044c-.396 0-.768.133-1.069.377l-.087.078v.929c.001 1.107.004 2.164.007 3.266l.004 1.12.007 1.645.001.197v.057l.003.782v.9c0 .2-.002.354-.004.47-.002.097-.005.17-.009.224-.003.045-.003.045-.01.103.053.069.053.069-.556.482-.871 0-1.286-.092-1.8-.523l-.079-.068-2.93.001c-.796 0-1.45-.616-1.516-1.398L0 10.825V2.732A1.529 1.529 0 0 1 1.523 1.2h3.049zm.002 1.114H1.526a.414.414 0 0 0-.412.417v8.094c0 .23.185.416.409.416H4.67c.145 0 .284.057.388.157.262.254.406.36.673.404l.063.008v-.013l.001-.09v-.939l-.003-.78v-.254L5.784 8.09c-.006-1.524-.01-2.912-.01-4.39l-.001-.89-.105-.096a1.684 1.684 0 0 0-.944-.393l-.151-.006zM4.32 8.097a.396.396 0 0 1 0 .793H2.736a.396.396 0 1 1 0-.793h1.585zm0-1.981a.396.396 0 0 1 0 .792H2.736a.397.397 0 0 1 0-.792h1.585zm0-1.98a.396.396 0 1 1 0 .791H2.736a.396.396 0 0 1 0-.792h1.585zm5.547 0a.396.396 0 1 1 0 .791h-1.98a.396.396 0 0 1 0-.792h1.98z"
|
|
719
|
+
}));
|
|
720
|
+
function SvgJobManagementOutlined(props) {
|
|
721
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
722
|
+
width: 14,
|
|
723
|
+
height: 14,
|
|
724
|
+
viewBox: "0 0 14 14",
|
|
725
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
726
|
+
}, props), _ref$F);
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
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); }
|
|
730
|
+
var _ref$E = /*#__PURE__*/React.createElement("path", {
|
|
731
|
+
d: "M13.107 0c.94 0 1.703.762 1.703 1.703v9.16a.558.558 0 0 1-.467.55l-.09.007H3.947c-.162 0-.318.023-.467.064l-.29.11a1.732 1.732 0 0 0 .757 3.29h10.304a.558.558 0 1 1 0 1.116H3.948A2.848 2.848 0 0 1 1.1 13.152l.001-.05-.001-.017V1.703C1.1.763 1.862 0 2.803 0h10.304zm1.145 12.595a.558.558 0 1 1 0 1.116h-9.16a.558.558 0 0 1 0-1.116h9.16zm-2.942-6.87H5.68V6.84h5.63V5.725zm.065-2.29H5.68V4.55h5.695V3.435z",
|
|
716
732
|
fill: "currentColor",
|
|
717
733
|
fillRule: "evenodd"
|
|
718
734
|
});
|
|
719
735
|
function SvgLibLibraryManagementFilled(props) {
|
|
720
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
736
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
721
737
|
width: 16,
|
|
722
|
-
height:
|
|
723
|
-
viewBox: "0 0 16
|
|
738
|
+
height: 16,
|
|
739
|
+
viewBox: "0 0 16 16",
|
|
724
740
|
xmlns: "http://www.w3.org/2000/svg"
|
|
725
|
-
}, props), _ref$
|
|
741
|
+
}, props), _ref$E);
|
|
726
742
|
}
|
|
727
743
|
|
|
728
|
-
function _extends$
|
|
729
|
-
var _ref$
|
|
730
|
-
d: "M11.
|
|
744
|
+
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); }
|
|
745
|
+
var _ref$D = /*#__PURE__*/React.createElement("path", {
|
|
746
|
+
d: "M11.472 0c.853 0 1.544.692 1.544 1.545V9.48c0 .274-.2.502-.463.545l-.09.007H3.537a1.431 1.431 0 1 0 0 2.863h8.928a.553.553 0 0 1 0 1.105H3.536a2.538 2.538 0 0 1-2.446-1.864.54.54 0 0 1-.09-.3V1.545C1 .692 1.692 0 2.545 0h8.927zm.992 11.004c.254 0 .46.224.46.5s-.206.5-.46.5H4.528c-.254 0-.46-.224-.46-.5s.206-.5.46-.5h7.936zm-.992-9.899H2.545a.44.44 0 0 0-.44.44V9.37c.407-.28.9-.443 1.431-.443h8.374V1.545a.44.44 0 0 0-.438-.44zm-1.58 3.947v1H5.06v-1h4.832zm.056-1.984v1H5.06v-1h4.888z",
|
|
731
747
|
fill: "currentColor",
|
|
732
748
|
fillRule: "nonzero"
|
|
733
749
|
});
|
|
734
750
|
function SvgLibLibraryManagementOutlined(props) {
|
|
735
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
751
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
736
752
|
width: 14,
|
|
737
|
-
height:
|
|
738
|
-
viewBox: "0 0 14
|
|
753
|
+
height: 14,
|
|
754
|
+
viewBox: "0 0 14 14",
|
|
739
755
|
xmlns: "http://www.w3.org/2000/svg"
|
|
740
|
-
}, props), _ref$
|
|
756
|
+
}, props), _ref$D);
|
|
741
757
|
}
|
|
742
758
|
|
|
743
|
-
function _extends$
|
|
744
|
-
var _ref$
|
|
759
|
+
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); }
|
|
760
|
+
var _ref$C = /*#__PURE__*/React.createElement("g", {
|
|
745
761
|
fill: "currentColor",
|
|
746
762
|
fillRule: "evenodd"
|
|
747
763
|
}, /*#__PURE__*/React.createElement("path", {
|
|
748
764
|
fillOpacity: 0,
|
|
749
765
|
d: "M-2-2h20v20H-2z"
|
|
750
|
-
}), /*#__PURE__*/React.createElement("
|
|
766
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
767
|
+
fillRule: "nonzero"
|
|
768
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
751
769
|
fillOpacity: 0,
|
|
752
|
-
fillRule: "nonzero",
|
|
753
770
|
d: "M0 0h16v16H0z"
|
|
754
771
|
}), /*#__PURE__*/React.createElement("path", {
|
|
755
|
-
d: "M10.
|
|
756
|
-
}));
|
|
772
|
+
d: "M10.327 5.72h1.566V.5h1.558a1 1 0 0 1 1 1v13.028a1 1 0 0 1-1.455.89l-4.665-2.38a1 1 0 0 0-.914.004L2.86 15.404a1 1 0 0 1-1.46-.888V1.5a1 1 0 0 1 1-1h7.927v5.22z"
|
|
773
|
+
})));
|
|
757
774
|
function SvgMarkedAsBaseStationFilled(props) {
|
|
758
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
775
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
759
776
|
width: 16,
|
|
760
777
|
height: 16,
|
|
761
778
|
viewBox: "0 0 16 16",
|
|
762
779
|
xmlns: "http://www.w3.org/2000/svg"
|
|
763
|
-
}, props), _ref$
|
|
780
|
+
}, props), _ref$C);
|
|
764
781
|
}
|
|
765
782
|
|
|
766
|
-
function _extends$
|
|
767
|
-
var _ref$
|
|
783
|
+
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); }
|
|
784
|
+
var _ref$B = /*#__PURE__*/React.createElement("g", {
|
|
768
785
|
fill: "none",
|
|
769
786
|
fillRule: "evenodd"
|
|
770
787
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -772,94 +789,97 @@ var _ref$w = /*#__PURE__*/React.createElement("g", {
|
|
|
772
789
|
fill: "currentColor",
|
|
773
790
|
d: "M-1-1h16v16H-1z"
|
|
774
791
|
}), /*#__PURE__*/React.createElement("path", {
|
|
775
|
-
d: "M11.75
|
|
792
|
+
d: "M11.75 0a1.6 1.6 0 0 1 1.6 1.6v10.756a1.6 1.6 0 0 1-2.335 1.421l-3.873-2.004a.4.4 0 0 0-.37 0L2.995 13.76A1.6 1.6 0 0 1 .65 12.344V1.6A1.6 1.6 0 0 1 2.25 0h9.5zm0 1.2h-1.551l.001 4.4H9l-.001-4.4H2.25a.4.4 0 0 0-.4.4v10.744a.4.4 0 0 0 .586.354l3.777-1.986a1.6 1.6 0 0 1 1.48-.005l3.873 2.005a.4.4 0 0 0 .584-.356V1.6a.4.4 0 0 0-.4-.4z",
|
|
776
793
|
fill: "currentColor",
|
|
777
794
|
fillRule: "nonzero"
|
|
778
795
|
}));
|
|
779
796
|
function SvgMarkedAsBaseStationOutlined(props) {
|
|
780
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
797
|
+
return /*#__PURE__*/React.createElement("svg", _extends$B({
|
|
781
798
|
width: 14,
|
|
782
799
|
height: 14,
|
|
783
800
|
viewBox: "0 0 14 14",
|
|
784
801
|
xmlns: "http://www.w3.org/2000/svg"
|
|
785
|
-
}, props), _ref$
|
|
802
|
+
}, props), _ref$B);
|
|
786
803
|
}
|
|
787
804
|
|
|
788
|
-
function _extends$
|
|
789
|
-
var _ref$
|
|
805
|
+
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); }
|
|
806
|
+
var _ref$A = /*#__PURE__*/React.createElement("g", {
|
|
790
807
|
fill: "currentColor",
|
|
791
|
-
fillRule: "evenodd"
|
|
792
|
-
opacity: 0.65
|
|
808
|
+
fillRule: "evenodd"
|
|
793
809
|
}, /*#__PURE__*/React.createElement("path", {
|
|
794
|
-
d: "
|
|
795
|
-
}), /*#__PURE__*/React.createElement("
|
|
796
|
-
|
|
797
|
-
|
|
810
|
+
d: "M8.24 0l6.074 6.073v2.281c-.127-.37-.966-.37-1.127-.344a2.103 2.103 0 0 0-1.73 2.511l-3.521 3.521A1.148 1.148 0 0 0 8.746 16H1.744A1.143 1.143 0 0 1 .6 14.859V1.144C.6.512 1.112 0 1.743 0L8.24 0zm5.44 9.529l-.36.36a.985.985 0 0 0 1.392 1.39l.36-.36c.199-.198.432-.065.377.293a1.791 1.791 0 0 1-.755 1.204c-.408.28-.913.381-1.397.279l-3.019 3.018a.984.984 0 0 1-1.39-1.39l3.017-3.019a1.802 1.802 0 0 1 1.484-2.152c.357-.056.49.178.292.377zm-3.956 4.647a.495.495 0 0 0 .7.7.494.494 0 0 0-.7-.7zm.958-7.013H2.647v1.2h8.035v-1.2zm-2.578-4.14H2.647v1.2h5.457v-1.2z"
|
|
811
|
+
}), /*#__PURE__*/React.createElement("text", {
|
|
812
|
+
fontFamily: "PingFangSC-Medium, PingFang SC",
|
|
813
|
+
fontSize: 14,
|
|
814
|
+
fontWeight: 400
|
|
815
|
+
}, /*#__PURE__*/React.createElement("tspan", {
|
|
816
|
+
x: -109,
|
|
817
|
+
y: -21
|
|
818
|
+
}, "\u662F\u7684\uFF0C\u54B1\u4EEC\u7ED9\u7684\u662Fsvg\uFF0C\u4ED6\u4EEC\u53EF\u4EE5\u968F\u610F\u8C03\u989C\u8272\u7684")));
|
|
798
819
|
function SvgMiddlewareDeploymentFilled(props) {
|
|
799
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
800
|
-
width:
|
|
820
|
+
return /*#__PURE__*/React.createElement("svg", _extends$A({
|
|
821
|
+
width: 16,
|
|
801
822
|
height: 16,
|
|
802
|
-
viewBox: "0 0
|
|
823
|
+
viewBox: "0 0 16 16",
|
|
803
824
|
xmlns: "http://www.w3.org/2000/svg"
|
|
804
|
-
}, props), _ref$
|
|
825
|
+
}, props), _ref$A);
|
|
805
826
|
}
|
|
806
827
|
|
|
807
|
-
function _extends$
|
|
808
|
-
var _ref$
|
|
828
|
+
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); }
|
|
829
|
+
var _ref$z = /*#__PURE__*/React.createElement("g", {
|
|
809
830
|
fill: "currentColor",
|
|
810
831
|
fillRule: "nonzero"
|
|
811
832
|
}, /*#__PURE__*/React.createElement("path", {
|
|
812
|
-
d: "
|
|
833
|
+
d: "M7.738 0L7.9.162 12.4 4.66l.005.005.391.391.162.162v1.59a.553.553 0 0 1-1.105 0V5.677l-.021-.021H8.627a1.25 1.25 0 0 1-1.252-1.25V1.2l-.096-.096-5.005.002a.369.369 0 0 0-.361.294l-.008.074v11.052c0 .204.165.369.369.369H6.24a.553.553 0 0 1 0 1.105H2.274C1.46 14 .8 13.34.8 12.526V1.474C.8.66 1.46.001 2.274.001L7.738 0zm3.098 4.66L8.369 2.194l.001 2.211c0 .14.115.255.257.255h2.209z"
|
|
813
834
|
}), /*#__PURE__*/React.createElement("path", {
|
|
814
|
-
d: "
|
|
835
|
+
d: "M3.002 4.025H7.4V2.92H3.002v1.105zm0 3.336h6.475V6.256H3.002v1.105zM11.659 7.928c.288-.045.395.144.235.304l-.29.29a.794.794 0 0 0 1.121 1.12l.29-.29c.16-.16.349-.052.304.236-.06.393-.28.744-.609.97a1.455 1.455 0 0 1-1.125.225l-2.433 2.433a.793.793 0 0 1-1.12-1.121l2.432-2.432a1.452 1.452 0 0 1 1.195-1.735zm-2.397 4.058a.4.4 0 0 0-.556-.01.4.4 0 0 0 .563.565.398.398 0 0 0-.007-.555z"
|
|
815
836
|
}));
|
|
816
837
|
function SvgMiddlewareDeploymentOutlined(props) {
|
|
817
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
838
|
+
return /*#__PURE__*/React.createElement("svg", _extends$z({
|
|
818
839
|
width: 14,
|
|
819
|
-
height:
|
|
820
|
-
viewBox: "0 0 14
|
|
840
|
+
height: 14,
|
|
841
|
+
viewBox: "0 0 14 14",
|
|
821
842
|
xmlns: "http://www.w3.org/2000/svg"
|
|
822
|
-
}, props), _ref$
|
|
843
|
+
}, props), _ref$z);
|
|
823
844
|
}
|
|
824
845
|
|
|
825
|
-
function _extends$
|
|
826
|
-
var _ref$
|
|
846
|
+
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); }
|
|
847
|
+
var _ref$y = /*#__PURE__*/React.createElement("g", {
|
|
827
848
|
fill: "none",
|
|
828
|
-
fillRule: "evenodd"
|
|
829
|
-
opacity: 0.65
|
|
849
|
+
fillRule: "evenodd"
|
|
830
850
|
}, /*#__PURE__*/React.createElement("path", {
|
|
831
|
-
d: "
|
|
851
|
+
d: "M10.181 3.806a3.596 3.596 0 1 1-7.192 0 3.596 3.596 0 0 1 7.192 0zM7.742 8.601c1.617 0 3.014.45 4.09 1.208l-3.52 3.323-.201 2.661-6.47.001c-.943 0-1.623-.72-1.641-1.642l.003-.147c.17-3.038 2.721-5.404 6.434-5.404h1.305zm5.29 1.456c.048 0 .095.019.13.052l1.568 1.515c.07.067.071.175.004.244l-3.668 3.802a.312.312 0 0 1-.225.095H9.372a.302.302 0 0 1-.307-.297V14.04c0-.077.03-.151.087-.207l3.75-3.722a.185.185 0 0 1 .13-.054zm1.43-1.227c.17 0 .331.064.45.18l.902.87a.6.6 0 0 1 0 .87l-.412.426a.185.185 0 0 1-.262.004l-1.57-1.516a.148.148 0 0 1 0-.213l.442-.441a.648.648 0 0 1 .45-.18z",
|
|
832
852
|
fill: "currentColor"
|
|
833
853
|
}));
|
|
834
854
|
function SvgModifyManagersFilled(props) {
|
|
835
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
836
|
-
width:
|
|
855
|
+
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
|
856
|
+
width: 16,
|
|
837
857
|
height: 16,
|
|
838
|
-
viewBox: "0 0
|
|
858
|
+
viewBox: "0 0 16 16",
|
|
839
859
|
xmlns: "http://www.w3.org/2000/svg"
|
|
840
|
-
}, props), _ref$
|
|
860
|
+
}, props), _ref$y);
|
|
841
861
|
}
|
|
842
862
|
|
|
843
|
-
function _extends$
|
|
844
|
-
var _ref$
|
|
863
|
+
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); }
|
|
864
|
+
var _ref$x = /*#__PURE__*/React.createElement("g", {
|
|
845
865
|
fill: "currentColor",
|
|
846
866
|
fillRule: "nonzero"
|
|
847
867
|
}, /*#__PURE__*/React.createElement("path", {
|
|
848
|
-
d: "M6.
|
|
868
|
+
d: "M6.08 0a3.533 3.533 0 0 1 .96 6.934h.12a6.85 6.85 0 0 1 2.37.405.561.561 0 1 1-.387 1.054 5.73 5.73 0 0 0-1.984-.336H6.08c-2.703 0-4.628 1.664-4.756 3.935-.028.512.31.885.794.885h5.193a.561.561 0 0 1 0 1.123H2.118C.978 14 .14 13.074.203 11.93c.15-2.652 2.213-4.644 5.086-4.954A3.532 3.532 0 0 1 6.081 0zm0 1.123a2.41 2.41 0 1 0 0 4.82 2.41 2.41 0 0 0 0-4.82z"
|
|
849
869
|
}), /*#__PURE__*/React.createElement("path", {
|
|
850
|
-
d: "
|
|
870
|
+
d: "M11.563 9.082l1.27 1.226a.139.139 0 0 1 .003.198l-2.97 3.078a.252.252 0 0 1-.182.076H8.495a.245.245 0 0 1-.249-.24v-1.156c0-.062.026-.122.07-.167l3.037-3.014a.15.15 0 0 1 .21-.001zM12.616 8.046c.136 0 .268.053.364.146l.73.705a.486.486 0 0 1 0 .703l-.334.346a.15.15 0 0 1-.212.003l-1.27-1.227a.12.12 0 0 1-.001-.173l.358-.357a.525.525 0 0 1 .365-.146z"
|
|
851
871
|
}));
|
|
852
872
|
function SvgModifyManagersOutlined(props) {
|
|
853
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
854
|
-
width:
|
|
855
|
-
height:
|
|
856
|
-
viewBox: "0 0
|
|
873
|
+
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
|
874
|
+
width: 14,
|
|
875
|
+
height: 14,
|
|
876
|
+
viewBox: "0 0 14 14",
|
|
857
877
|
xmlns: "http://www.w3.org/2000/svg"
|
|
858
|
-
}, props), _ref$
|
|
878
|
+
}, props), _ref$x);
|
|
859
879
|
}
|
|
860
880
|
|
|
861
|
-
function _extends$
|
|
862
|
-
var _ref$
|
|
881
|
+
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); }
|
|
882
|
+
var _ref$w = /*#__PURE__*/React.createElement("g", {
|
|
863
883
|
fill: "currentColor",
|
|
864
884
|
fillRule: "evenodd"
|
|
865
885
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -869,119 +889,108 @@ var _ref$r = /*#__PURE__*/React.createElement("g", {
|
|
|
869
889
|
fillOpacity: 0,
|
|
870
890
|
d: "M0 0h16v16H0z"
|
|
871
891
|
}), /*#__PURE__*/React.createElement("path", {
|
|
872
|
-
d: "
|
|
873
|
-
|
|
874
|
-
d: "M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm1.714 2.606h-.967l-.042.052-1.001 1.385-.365-.504-.037-.052h-1.016l.153.2 1.164 1.611.1.133.103-.133 1.908-2.692z"
|
|
892
|
+
d: "M12 7.729a4 4 0 1 1 0 8 4 4 0 0 1 0-8zM13.286.3a1 1 0 0 1 1 1v5.98a5 5 0 0 0-5.925 7.877H2.714a1 1 0 0 1-1-1V1.3a1 1 0 0 1 1-1h10.572zm.428 10.034h-.967l-.042.052-1.001 1.385-.365-.503-.037-.052h-1.016l.153.2 1.164 1.61.1.133.103-.132 1.908-2.693zM8 5.786H4.343v1.2H8v-1.2zm3.429-2.629H4.343v1.2h7.086v-1.2z",
|
|
893
|
+
fillRule: "nonzero"
|
|
875
894
|
}));
|
|
876
895
|
function SvgPassFilled(props) {
|
|
877
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
896
|
+
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
|
878
897
|
width: 16,
|
|
879
898
|
height: 16,
|
|
880
899
|
viewBox: "0 0 16 16",
|
|
881
900
|
xmlns: "http://www.w3.org/2000/svg"
|
|
882
|
-
}, props), _ref$
|
|
901
|
+
}, props), _ref$w);
|
|
883
902
|
}
|
|
884
903
|
|
|
885
|
-
function _extends$
|
|
886
|
-
var _ref$
|
|
904
|
+
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); }
|
|
905
|
+
var _ref$v = /*#__PURE__*/React.createElement("g", {
|
|
887
906
|
fill: "currentColor",
|
|
888
907
|
fillRule: "evenodd"
|
|
889
908
|
}, /*#__PURE__*/React.createElement("path", {
|
|
890
909
|
fillOpacity: 0,
|
|
891
910
|
d: "M-1-1h16v16H-1z"
|
|
892
911
|
}), /*#__PURE__*/React.createElement("path", {
|
|
893
|
-
d: "M11.5
|
|
912
|
+
d: "M11.5 0a1.6 1.6 0 0 1 1.6 1.6v4.446a.6.6 0 0 1-1.2 0V1.6a.4.4 0 0 0-.4-.4h-9a.4.4 0 0 0-.4.4v10.9c0 .22.18.4.4.4h3.52a.6.6 0 0 1 0 1.2H2.5a1.6 1.6 0 0 1-1.6-1.6V1.6A1.6 1.6 0 0 1 2.5 0h9zm-1 7a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm0 1a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM12 9.28l-1.67 2.356-.09.116-.088-.116-1.018-1.41L9 10.052h.889l.033.046.319.44.876-1.211.037-.046H12zM7 5.3v1.2H3.8V5.3H7zM10 3v1.2H3.8V3H10z",
|
|
894
913
|
fillRule: "nonzero"
|
|
895
914
|
}));
|
|
896
915
|
function SvgPassOutlined(props) {
|
|
897
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
916
|
+
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
|
898
917
|
width: 14,
|
|
899
918
|
height: 14,
|
|
900
919
|
viewBox: "0 0 14 14",
|
|
901
920
|
xmlns: "http://www.w3.org/2000/svg"
|
|
902
|
-
}, props), _ref$
|
|
921
|
+
}, props), _ref$v);
|
|
903
922
|
}
|
|
904
923
|
|
|
905
|
-
function _extends$
|
|
906
|
-
var _ref$
|
|
907
|
-
|
|
908
|
-
fillRule: "evenodd"
|
|
909
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
910
|
-
fillOpacity: 0,
|
|
911
|
-
fill: "currentColor",
|
|
912
|
-
d: "M-2-2h20v20H-2z"
|
|
913
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
914
|
-
d: "M6.967.534a6.29 6.29 0 0 1 5.098 9.975l3.968 3.967a.5.5 0 0 1 0 .707l-.707.707a.5.5 0 0 1-.707 0l-3.967-3.968A6.29 6.29 0 1 1 6.967.534zm0 2a4.29 4.29 0 1 0 0 8.58 4.29 4.29 0 0 0 0-8.58zm1.252 2.16l-.591 1.527h1.348l-.228.282-2.433 2.771-.418.42.58-2.285H5.31l.096-.23.908-2.485H8.22z",
|
|
924
|
+
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); }
|
|
925
|
+
var _ref$u = /*#__PURE__*/React.createElement("path", {
|
|
926
|
+
d: "M6.492 0a6.492 6.492 0 0 1 5.262 10.295L15.86 14.4a.5.5 0 0 1 0 .707l-.752.752a.5.5 0 0 1-.707 0l-4.106-4.106A6.492 6.492 0 1 1 6.492 0zm0 2.064a4.428 4.428 0 1 0 0 8.856 4.428 4.428 0 0 0 0-8.856zm1.292 2.23l-.61 1.576h1.392l-.236.29-2.51 2.86-.432.434.598-2.358H4.783l.1-.238.937-2.564h1.964z",
|
|
915
927
|
fill: "currentColor",
|
|
916
928
|
fillRule: "nonzero"
|
|
917
|
-
})
|
|
929
|
+
});
|
|
918
930
|
function SvgQuickSearchFilled(props) {
|
|
919
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
931
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
920
932
|
width: 16,
|
|
921
933
|
height: 16,
|
|
922
934
|
viewBox: "0 0 16 16",
|
|
923
935
|
xmlns: "http://www.w3.org/2000/svg"
|
|
924
|
-
}, props), _ref$
|
|
936
|
+
}, props), _ref$u);
|
|
925
937
|
}
|
|
926
938
|
|
|
927
|
-
function _extends$
|
|
928
|
-
var _ref$
|
|
929
|
-
d: "
|
|
939
|
+
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); }
|
|
940
|
+
var _ref$t = /*#__PURE__*/React.createElement("path", {
|
|
941
|
+
d: "M5.86 0a5.86 5.86 0 0 1 4.57 9.526l3.437 3.438a.5.5 0 0 1 0 .707l-.196.196a.5.5 0 0 1-.707 0L9.526 10.43A5.86 5.86 0 1 1 5.86 0zm0 1.278a4.582 4.582 0 1 0 0 9.164 4.582 4.582 0 0 0 0-9.164zm1.196 2.164l-.628 1.624H7.86l-.243.3-2.586 2.946-.445.447.616-2.43h-1.24l.103-.245.966-2.642h2.024z",
|
|
930
942
|
fill: "currentColor",
|
|
931
943
|
fillRule: "nonzero"
|
|
932
944
|
});
|
|
933
945
|
function SvgQuickSearchOutlined(props) {
|
|
934
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
946
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
935
947
|
width: 14,
|
|
936
948
|
height: 14,
|
|
937
949
|
viewBox: "0 0 14 14",
|
|
938
950
|
xmlns: "http://www.w3.org/2000/svg"
|
|
939
|
-
}, props), _ref$
|
|
951
|
+
}, props), _ref$t);
|
|
940
952
|
}
|
|
941
953
|
|
|
942
|
-
function _extends$
|
|
943
|
-
var _ref$
|
|
954
|
+
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); }
|
|
955
|
+
var _ref$s = /*#__PURE__*/React.createElement("g", {
|
|
944
956
|
fill: "none",
|
|
945
957
|
fillRule: "evenodd"
|
|
946
958
|
}, /*#__PURE__*/React.createElement("path", {
|
|
947
959
|
d: "M0 0h16v16H0z"
|
|
948
960
|
}), /*#__PURE__*/React.createElement("path", {
|
|
949
961
|
d: "M8 0c4.43 0 8 3.57 8 8s-3.57 8-8 8-8-3.57-8-8 3.57-8 8-8zm4.286 7.4H3.714C3.357 7.4 3 7.64 3 8s.357.6.714.6h8.572c.428 0 .714-.24.714-.6s-.357-.6-.714-.6z",
|
|
950
|
-
fill: "currentColor"
|
|
951
|
-
opacity: 0.65
|
|
962
|
+
fill: "currentColor"
|
|
952
963
|
}));
|
|
953
|
-
function
|
|
954
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
964
|
+
function SvgRecoverAlertFilled(props) {
|
|
965
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
955
966
|
width: 16,
|
|
956
967
|
height: 16,
|
|
957
968
|
viewBox: "0 0 16 16",
|
|
958
969
|
xmlns: "http://www.w3.org/2000/svg"
|
|
959
|
-
}, props), _ref$
|
|
970
|
+
}, props), _ref$s);
|
|
960
971
|
}
|
|
961
972
|
|
|
962
|
-
function _extends$
|
|
963
|
-
var _ref$
|
|
973
|
+
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); }
|
|
974
|
+
var _ref$r = /*#__PURE__*/React.createElement("g", {
|
|
964
975
|
fill: "none",
|
|
965
|
-
fillRule: "evenodd"
|
|
966
|
-
opacity: 0.65
|
|
976
|
+
fillRule: "evenodd"
|
|
967
977
|
}, /*#__PURE__*/React.createElement("path", {
|
|
968
978
|
d: "M0 0h14v14H0z"
|
|
969
979
|
}), /*#__PURE__*/React.createElement("path", {
|
|
970
980
|
d: "M7 0c3.877 0 7 3.123 7 7s-3.123 7-7 7-7-3.123-7-7 3.123-7 7-7zm0 1.2A5.786 5.786 0 0 0 1.2 7c0 3.214 2.586 5.8 5.8 5.8s5.8-2.586 5.8-5.8S10.214 1.2 7 1.2zm3.75 5.275c.313 0 .625.21.625.525 0 .315-.25.525-.625.525h-7.5c-.313 0-.625-.21-.625-.525 0-.315.313-.525.625-.525h7.5z",
|
|
971
|
-
fill: "currentColor"
|
|
972
|
-
fillRule: "nonzero"
|
|
981
|
+
fill: "currentColor"
|
|
973
982
|
}));
|
|
974
|
-
function
|
|
975
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
983
|
+
function SvgRecoverAlertOutlined(props) {
|
|
984
|
+
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
976
985
|
width: 14,
|
|
977
986
|
height: 14,
|
|
978
987
|
viewBox: "0 0 14 14",
|
|
979
988
|
xmlns: "http://www.w3.org/2000/svg"
|
|
980
|
-
}, props), _ref$
|
|
989
|
+
}, props), _ref$r);
|
|
981
990
|
}
|
|
982
991
|
|
|
983
|
-
function _extends$
|
|
984
|
-
var _ref$
|
|
992
|
+
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); }
|
|
993
|
+
var _ref$q = /*#__PURE__*/React.createElement("g", {
|
|
985
994
|
fill: "currentColor",
|
|
986
995
|
fillRule: "evenodd"
|
|
987
996
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -991,39 +1000,40 @@ var _ref$l = /*#__PURE__*/React.createElement("g", {
|
|
|
991
1000
|
fillOpacity: 0,
|
|
992
1001
|
d: "M0 0h16v16H0z"
|
|
993
1002
|
}), /*#__PURE__*/React.createElement("path", {
|
|
994
|
-
d: "M8.5
|
|
1003
|
+
d: "M8.5 10.85a.5.5 0 0 1 .211.046l2.75 1.282a.5.5 0 0 1 .289.453v2.593a.5.5 0 0 1-.711.454l-2.75-1.282A.5.5 0 0 1 8 13.943v-2.594a.5.5 0 0 1 .5-.5zm7 0a.5.5 0 0 1 .5.5v2.593a.5.5 0 0 1-.289.453l-2.75 1.282a.5.5 0 0 1-.711-.454v-2.593a.5.5 0 0 1 .289-.453l2.75-1.282a.5.5 0 0 1 .211-.047zM12.286.57a1 1 0 0 1 1 1v5.981a5 5 0 0 0-5.925 7.877H1.714a1 1 0 0 1-1-1V1.57a1 1 0 0 1 1-1h10.572zm-.08 7.625l2.814 1.27a.5.5 0 0 1 .01.907l-2.788 1.336a.5.5 0 0 1-.43.001L8.98 10.37a.5.5 0 0 1 .008-.907l2.807-1.267a.5.5 0 0 1 .412 0zM7 6.057H3.343v1.2H7v-1.2zm3.429-2.628H3.343v1.2h7.086v-1.2z",
|
|
1004
|
+
fillRule: "nonzero"
|
|
995
1005
|
}));
|
|
996
1006
|
function SvgRegisteredProductFilled(props) {
|
|
997
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1007
|
+
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
998
1008
|
width: 16,
|
|
999
1009
|
height: 16,
|
|
1000
1010
|
viewBox: "0 0 16 16",
|
|
1001
1011
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1002
|
-
}, props), _ref$
|
|
1012
|
+
}, props), _ref$q);
|
|
1003
1013
|
}
|
|
1004
1014
|
|
|
1005
|
-
function _extends$
|
|
1006
|
-
var _ref$
|
|
1015
|
+
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); }
|
|
1016
|
+
var _ref$p = /*#__PURE__*/React.createElement("g", {
|
|
1007
1017
|
fill: "currentColor",
|
|
1008
1018
|
fillRule: "evenodd"
|
|
1009
1019
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1010
1020
|
fillOpacity: 0,
|
|
1011
1021
|
d: "M-1-1h16v16H-1z"
|
|
1012
1022
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1013
|
-
d: "M11.5
|
|
1023
|
+
d: "M11.5 0a1.6 1.6 0 0 1 1.6 1.6v3.546a.6.6 0 0 1-1.2 0V1.6a.4.4 0 0 0-.4-.4h-9a.4.4 0 0 0-.4.4V12c0 .22.18.4.4.4h2.52a.6.6 0 0 1 0 1.2H2.5A1.6 1.6 0 0 1 .9 12V1.6A1.6 1.6 0 0 1 2.5 0h9zM6.464 8.524v2.718L9 12.595V9.84L6.464 8.524zm6.071 0L10 9.84v2.748l2.537-1.347V8.524zM9.5 6.53L7.05 7.702l2.45 1.272 2.451-1.272L9.5 6.53zM7 5.4v1.2H3.8V5.4H7zm3-2.3v1.2H3.8V3.1H10zm3.275 4.164l.033.02-.012-.008.015.009a.507.507 0 0 1 .103.09l.016.02a.46.46 0 0 1 .073.129l.005.014c.007.019.012.039.017.059l.007.043v.012l.002.028v-.02l.001.021v3.862a.5.5 0 0 1-.265.441l-3.466 1.844a.5.5 0 0 1-.54.044L5.73 11.984a.5.5 0 0 1-.265-.441v-3.84l.006-.077-.002.013.006-.036a.481.481 0 0 1 .018-.065l.005-.014a.474.474 0 0 1 .072-.129l.018-.02a.301.301 0 0 1 .031-.034c.01-.01.021-.019.032-.027a.355.355 0 0 1 .074-.05l.01-.005L9.27 5.424a.5.5 0 0 1 .46 0l3.536 1.835.004.002.022.013-.017-.01z",
|
|
1014
1024
|
fillRule: "nonzero"
|
|
1015
1025
|
}));
|
|
1016
1026
|
function SvgRegisteredProductOutlined(props) {
|
|
1017
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1027
|
+
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
1018
1028
|
width: 14,
|
|
1019
1029
|
height: 14,
|
|
1020
1030
|
viewBox: "0 0 14 14",
|
|
1021
1031
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1022
|
-
}, props), _ref$
|
|
1032
|
+
}, props), _ref$p);
|
|
1023
1033
|
}
|
|
1024
1034
|
|
|
1025
|
-
function _extends$
|
|
1026
|
-
var _ref$
|
|
1035
|
+
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); }
|
|
1036
|
+
var _ref$o = /*#__PURE__*/React.createElement("g", {
|
|
1027
1037
|
fill: "currentColor",
|
|
1028
1038
|
fillRule: "evenodd"
|
|
1029
1039
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -1033,103 +1043,97 @@ var _ref$j = /*#__PURE__*/React.createElement("g", {
|
|
|
1033
1043
|
fillOpacity: 0,
|
|
1034
1044
|
d: "M0 0h16v16H0z"
|
|
1035
1045
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1036
|
-
d: "
|
|
1037
|
-
|
|
1038
|
-
d: "M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm1.492-5.42l-1.006 1.418 1.006 1.419h-.958l-.042-.052-.496-.685-.522.737-.974-.014.992-1.371.019-.023-.004-.006-.003-.005.003-.005-.015-.028-.992-1.372.974-.013.522.737.496-.685.042-.052h.958z"
|
|
1046
|
+
d: "M12 8a4 4 0 1 1 0 8 4 4 0 0 1 0-8zM13.286.571a1 1 0 0 1 1 1v5.981a5 5 0 0 0-5.925 7.877H2.714a1 1 0 0 1-1-1V1.57a1 1 0 0 1 1-1h10.572zm.206 10.009h-.958l-.042.052-.496.685-.522-.737-.974.013.992 1.372.015.028v.01l-.015.029-.992 1.371.974.014.522-.737.496.685.042.052h.958l-1.006-1.419 1.006-1.418zM8 6.057H4.343v1.2H8v-1.2zm3.429-2.628H4.343v1.2h7.086v-1.2z",
|
|
1047
|
+
fillRule: "nonzero"
|
|
1039
1048
|
}));
|
|
1040
1049
|
function SvgRejectFilled(props) {
|
|
1041
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1050
|
+
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
1042
1051
|
width: 16,
|
|
1043
1052
|
height: 16,
|
|
1044
1053
|
viewBox: "0 0 16 16",
|
|
1045
1054
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1046
|
-
}, props), _ref$
|
|
1055
|
+
}, props), _ref$o);
|
|
1047
1056
|
}
|
|
1048
1057
|
|
|
1049
|
-
function _extends$
|
|
1050
|
-
var _ref$
|
|
1058
|
+
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); }
|
|
1059
|
+
var _ref$n = /*#__PURE__*/React.createElement("g", {
|
|
1051
1060
|
fill: "currentColor",
|
|
1052
1061
|
fillRule: "evenodd"
|
|
1053
1062
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1054
1063
|
fillOpacity: 0,
|
|
1055
1064
|
d: "M-1-1h16v16H-1z"
|
|
1056
1065
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1057
|
-
d: "M11.5
|
|
1066
|
+
d: "M11.5 0a1.6 1.6 0 0 1 1.6 1.6v4.546a.6.6 0 0 1-1.2 0V1.6a.4.4 0 0 0-.4-.4h-9a.4.4 0 0 0-.4.4v10.9c0 .22.18.4.4.4h2.52a.6.6 0 0 1 0 1.2H2.5a1.6 1.6 0 0 1-1.6-1.6V1.6A1.6 1.6 0 0 1 2.5 0h9zm-1 7a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm0 1a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm1.25 1.3l-.84 1.185.84 1.185h-.8l-.035-.043-.415-.573-.437.616-.813-.01.829-1.147.015-.019-.006-.009-.009-.028-.829-1.146.813-.011.437.616.415-.573.034-.043h.801zM7 5.4v1.2H3.8V5.4H7zm3-2.3v1.2H3.8V3.1H10z",
|
|
1058
1067
|
fillRule: "nonzero"
|
|
1059
1068
|
}));
|
|
1060
1069
|
function SvgRejectOutlined(props) {
|
|
1061
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1070
|
+
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
1062
1071
|
width: 14,
|
|
1063
1072
|
height: 14,
|
|
1064
1073
|
viewBox: "0 0 14 14",
|
|
1065
1074
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1066
|
-
}, props), _ref$
|
|
1075
|
+
}, props), _ref$n);
|
|
1067
1076
|
}
|
|
1068
1077
|
|
|
1069
|
-
function _extends$
|
|
1070
|
-
var _ref$
|
|
1078
|
+
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); }
|
|
1079
|
+
var _ref$m = /*#__PURE__*/React.createElement("g", {
|
|
1071
1080
|
fill: "none",
|
|
1072
1081
|
fillRule: "evenodd"
|
|
1073
1082
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1074
1083
|
d: "M0 0h16v16H0z"
|
|
1075
1084
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1076
1085
|
d: "M6.4 1.4v1.2H1.6v10.8h4.8v1.2h-6V1.4h6zM9 0v16H7.8V0H9zm1.4 1.4h1.2v1.2h-1.2zm2 0h1.2v1.2h-1.2zm2 0h1.2v1.2h-1.2zm0 2h1.2v1.2h-1.2zm0 2h1.2v1.2h-1.2zm0 2h1.2v1.2h-1.2zm0 2h1.2v1.2h-1.2zm0 2h1.2v1.2h-1.2zm0 2h1.2v1.2h-1.2zm-2 0h1.2v1.2h-1.2zm-2 0h1.2v1.2h-1.2z",
|
|
1077
|
-
|
|
1078
|
-
fill: "currentColor",
|
|
1079
|
-
fillRule: "nonzero"
|
|
1086
|
+
fill: "currentColor"
|
|
1080
1087
|
}));
|
|
1081
|
-
function
|
|
1082
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1088
|
+
function SvgResourceComparisonFilled(props) {
|
|
1089
|
+
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
1083
1090
|
width: 16,
|
|
1084
1091
|
height: 16,
|
|
1085
1092
|
viewBox: "0 0 16 16",
|
|
1086
1093
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1087
|
-
}, props), _ref$
|
|
1094
|
+
}, props), _ref$m);
|
|
1088
1095
|
}
|
|
1089
1096
|
|
|
1090
|
-
function _extends$
|
|
1091
|
-
var _ref$
|
|
1097
|
+
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); }
|
|
1098
|
+
var _ref$l = /*#__PURE__*/React.createElement("g", {
|
|
1092
1099
|
fill: "none",
|
|
1093
1100
|
fillRule: "evenodd"
|
|
1094
1101
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1095
1102
|
d: "M0 0h14v14H0z"
|
|
1096
1103
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1097
1104
|
d: "M5 1v1.2H1.2V12H5v1.2H0V1h5zm2.6-1v14H6.4V0h1.2zM9 1h1.2v1.2H9V1zm2 0h1.2v1.2H11V1zm2 0h1.2v1.2H13V1zm0 2.2h1.2v1.2H13V3.2zm0 2.2h1.2v1.2H13V5.4zm0 2.2h1.2v1.2H13V7.6zm0 2.2h1.2V11H13V9.8zm0 2.15h1.2v1.2H13v-1.2zm-2 0h1.2v1.2H11v-1.2zm-2 0h1.2v1.2H9v-1.2z",
|
|
1098
|
-
|
|
1099
|
-
fill: "currentColor",
|
|
1100
|
-
fillRule: "nonzero"
|
|
1105
|
+
fill: "currentColor"
|
|
1101
1106
|
}));
|
|
1102
|
-
function
|
|
1103
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1107
|
+
function SvgResourceComparisonOutlined(props) {
|
|
1108
|
+
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
1104
1109
|
width: 14,
|
|
1105
1110
|
height: 14,
|
|
1106
1111
|
viewBox: "0 0 14 14",
|
|
1107
1112
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1108
|
-
}, props), _ref$
|
|
1113
|
+
}, props), _ref$l);
|
|
1109
1114
|
}
|
|
1110
1115
|
|
|
1111
|
-
function _extends$
|
|
1112
|
-
var _ref$
|
|
1116
|
+
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); }
|
|
1117
|
+
var _ref$k = /*#__PURE__*/React.createElement("g", {
|
|
1113
1118
|
fill: "none",
|
|
1114
1119
|
fillRule: "evenodd"
|
|
1115
1120
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1116
1121
|
d: "M0 0h16v16H0z"
|
|
1117
1122
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1118
1123
|
d: "M15 12a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h7zM4 14.8L5 12H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v5H7.5a1.5 1.5 0 0 0-1.493 1.356L6 7.5V16H1a1.2 1.2 0 0 1 1.2-1.2H4zm4.6-1.4a.6.6 0 1 0 0 1.2.6.6 0 0 0 0-1.2zm5.8 0h-1.8a.6.6 0 0 0 0 1.2h1.8a.6.6 0 0 0 0-1.2zM15 7a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h7zM8.6 8.4a.6.6 0 1 0 0 1.2.6.6 0 0 0 0-1.2zm5.8 0h-1.8a.6.6 0 0 0 0 1.2h1.8a.6.6 0 0 0 0-1.2z",
|
|
1119
|
-
fill: "currentColor"
|
|
1120
|
-
opacity: 0.65
|
|
1124
|
+
fill: "currentColor"
|
|
1121
1125
|
}));
|
|
1122
|
-
function
|
|
1123
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1126
|
+
function SvgResourceManagementFilled(props) {
|
|
1127
|
+
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
1124
1128
|
width: 16,
|
|
1125
1129
|
height: 16,
|
|
1126
1130
|
viewBox: "0 0 16 16",
|
|
1127
1131
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1128
|
-
}, props), _ref$
|
|
1132
|
+
}, props), _ref$k);
|
|
1129
1133
|
}
|
|
1130
1134
|
|
|
1131
|
-
function _extends$
|
|
1132
|
-
var _ref$
|
|
1135
|
+
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); }
|
|
1136
|
+
var _ref$j = /*#__PURE__*/React.createElement("g", {
|
|
1133
1137
|
fill: "none",
|
|
1134
1138
|
fillRule: "evenodd",
|
|
1135
1139
|
opacity: 0.65
|
|
@@ -1137,102 +1141,175 @@ var _ref$e = /*#__PURE__*/React.createElement("g", {
|
|
|
1137
1141
|
d: "M0 0h14v14H0z"
|
|
1138
1142
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1139
1143
|
d: "M13 0a1 1 0 0 1 1 1v3h-1.2V1.2H1.2v7.6H5V14H0a1.2 1.2 0 0 1 1.2-1.2h2.6V10H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h12zm0 10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h6zm0 1H7v2h6v-2zm-4.4.4a.6.6 0 1 1 0 1.2.6.6 0 0 1 0-1.2zM13 5a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h6zm0 1H7v2h6V6zm-4.4.4a.6.6 0 1 1 0 1.2.6.6 0 0 1 0-1.2z",
|
|
1140
|
-
fill: "currentColor"
|
|
1141
|
-
fillRule: "nonzero"
|
|
1144
|
+
fill: "currentColor"
|
|
1142
1145
|
}));
|
|
1143
|
-
function
|
|
1144
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1146
|
+
function SvgResourceManagementOutlined(props) {
|
|
1147
|
+
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
|
1145
1148
|
width: 14,
|
|
1146
1149
|
height: 14,
|
|
1147
1150
|
viewBox: "0 0 14 14",
|
|
1148
1151
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1149
|
-
}, props), _ref$
|
|
1152
|
+
}, props), _ref$j);
|
|
1150
1153
|
}
|
|
1151
1154
|
|
|
1152
|
-
function _extends$
|
|
1153
|
-
var _ref$
|
|
1155
|
+
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); }
|
|
1156
|
+
var _ref$i = /*#__PURE__*/React.createElement("g", {
|
|
1154
1157
|
fill: "none",
|
|
1155
1158
|
fillRule: "evenodd"
|
|
1156
1159
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1157
1160
|
d: "M0 0h16v16H0z"
|
|
1158
1161
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1159
1162
|
d: "M16 11.4V16h-4.6v-1.2h3.4v-3.4H16zm-14.8 0v3.4h3.4V16H0v-4.6h1.2zm11.748-5.048c.497.432 1.395 1.203.795 2.18a5.6 5.6 0 0 1-1.295 1.244c-1.242.997-3.222 2.371-5.55 1.805a8.13 8.13 0 0 1-3.133-1.584c-.532-.413-1.558-1.143-1.73-1.89-.21-.907.584-1.43.982-1.77a10.963 10.963 0 0 1 2.9-1.925c.388-.15.79-.264 1.2-.34l.64-.07c2.398-.055 3.865 1.204 5.191 2.35zM7.865 6.04a1.795 1.795 0 1 0 0 3.59 1.795 1.795 0 0 0 0-3.59zM4.6 0v1.2H1.2v3.4H0V0h4.6zM16 0v4.6h-1.2V1.2h-3.4V0H16z",
|
|
1160
|
-
fill: "currentColor"
|
|
1161
|
-
fillRule: "nonzero",
|
|
1162
|
-
opacity: 0.65
|
|
1163
|
+
fill: "currentColor"
|
|
1163
1164
|
}));
|
|
1164
|
-
function
|
|
1165
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1165
|
+
function SvgResourceViewManegmentFilled(props) {
|
|
1166
|
+
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
|
1166
1167
|
width: 16,
|
|
1167
1168
|
height: 16,
|
|
1168
1169
|
viewBox: "0 0 16 16",
|
|
1169
1170
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1170
|
-
}, props), _ref$
|
|
1171
|
+
}, props), _ref$i);
|
|
1171
1172
|
}
|
|
1172
1173
|
|
|
1173
|
-
function _extends$
|
|
1174
|
-
var _ref$
|
|
1174
|
+
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); }
|
|
1175
|
+
var _ref$h = /*#__PURE__*/React.createElement("g", {
|
|
1175
1176
|
fill: "none",
|
|
1176
|
-
fillRule: "evenodd"
|
|
1177
|
-
opacity: 0.65
|
|
1177
|
+
fillRule: "evenodd"
|
|
1178
1178
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1179
1179
|
d: "M0 0h14v14H0z"
|
|
1180
1180
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1181
1181
|
d: "M14 10v4.025H9.975v-1.05h2.975V10H14zM1.05 9.975v2.975h2.975V14H0V9.975h1.05zm10.418-5.088l.412.356.176.164c.731.715 1.015 1.502.449 2.42a5.391 5.391 0 0 1-1.237 1.195c-1.84 1.475-3.46 2.16-5.38 1.693-.98-.25-1.9-.691-2.7-1.289l-.554-.43a10.492 10.492 0 0 1-.356-.287c-.588-.5-.962-.956-1.083-1.481-.17-.743.117-1.315.692-1.834l.346-.29.304-.27A10.248 10.248 0 0 1 4.961 3.3a6.566 6.566 0 0 1 1.2-.335l.612-.064c1.843-.043 2.95.51 4.695 1.985zm-4.395-.79l-.22.001-.516.054a5.39 5.39 0 0 0-.912.255 9.007 9.007 0 0 0-2.121 1.35l-.333.292-.28.236c-.286.258-.38.443-.326.673.04.177.235.43.561.724l.226.193.522.408A6.506 6.506 0 0 0 6.178 9.55c1.452.353 2.764-.2 4.373-1.49a4.31 4.31 0 0 0 .963-.908c.169-.275.081-.517-.297-.887l-.204-.187-.312-.268C9.244 4.577 8.373 4.116 7.073 4.097zm-.191.588a2.17 2.17 0 1 1 0 4.341 2.17 2.17 0 0 1 0-4.341zm0 1.2a.97.97 0 1 0 0 1.941.97.97 0 0 0 0-1.941zM14 0v4.025h-1.05V1.05H9.975V0H14zM4.025-.025v1.05H1.05V4H0V-.025h4.025z",
|
|
1182
|
+
fill: "currentColor"
|
|
1183
|
+
}));
|
|
1184
|
+
function SvgResourceViewManegmentOutlined(props) {
|
|
1185
|
+
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
1186
|
+
width: 14,
|
|
1187
|
+
height: 14,
|
|
1188
|
+
viewBox: "0 0 14 14",
|
|
1189
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1190
|
+
}, props), _ref$h);
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
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); }
|
|
1194
|
+
var _ref$g = /*#__PURE__*/React.createElement("path", {
|
|
1195
|
+
d: "M13.506 9.675l1.131.631.17-.14.707.706-2.577 2.547a1.76 1.76 0 0 1-.3 2.069 1.754 1.754 0 0 1-2.475 0 1.743 1.743 0 0 1 0-2.476 1.74 1.74 0 0 1 2.069-.3l1.8-1.8-.881-.88.356-.357zM8.315 8.47c2.036 0 3.726.705 4.872 1.84l-1.895 2.052c-.677-.4-1.54-.29-2.115.333-.703.76-.703 1.985 0 2.74.117.126.24.223.367.295H2.157c-1.002 0-1.71-.805-1.654-1.806C.675 10.858 3.25 8.47 6.997 8.47h1.318zm2.553 5.249a.75.75 0 1 0 1.061 1.062.75.75 0 0 0-1.06-1.062zM7.147 0a3.63 3.63 0 1 1 0 7.26 3.63 3.63 0 0 1 0-7.26z",
|
|
1196
|
+
fill: "currentColor",
|
|
1197
|
+
fillRule: "evenodd"
|
|
1198
|
+
});
|
|
1199
|
+
function SvgSetPermissionsInBatchesFilled2(props) {
|
|
1200
|
+
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
1201
|
+
width: 16,
|
|
1202
|
+
height: 16,
|
|
1203
|
+
viewBox: "0 0 16 16",
|
|
1204
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1205
|
+
}, props), _ref$g);
|
|
1206
|
+
}
|
|
1207
|
+
|
|
1208
|
+
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); }
|
|
1209
|
+
var _ref$f = /*#__PURE__*/React.createElement("path", {
|
|
1210
|
+
d: "M13.506 9.675l1.131.631.17-.14.707.706-2.577 2.547a1.76 1.76 0 0 1-.3 2.069 1.754 1.754 0 0 1-2.475 0 1.743 1.743 0 0 1 0-2.476 1.74 1.74 0 0 1 2.069-.3l1.8-1.8-.881-.88.356-.357zM8.315 8.47c2.036 0 3.726.705 4.872 1.84l-1.895 2.052c-.677-.4-1.54-.29-2.115.333-.703.76-.703 1.985 0 2.74.117.126.24.223.367.295H2.157c-1.002 0-1.71-.805-1.654-1.806C.675 10.858 3.25 8.47 6.997 8.47h1.318zm2.553 5.249a.75.75 0 1 0 1.061 1.062.75.75 0 0 0-1.06-1.062zM7.147 0a3.63 3.63 0 1 1 0 7.26 3.63 3.63 0 0 1 0-7.26z",
|
|
1211
|
+
fill: "currentColor",
|
|
1212
|
+
fillRule: "evenodd"
|
|
1213
|
+
});
|
|
1214
|
+
function SvgSetPermissionsInBatchesFilled(props) {
|
|
1215
|
+
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
1216
|
+
width: 16,
|
|
1217
|
+
height: 16,
|
|
1218
|
+
viewBox: "0 0 16 16",
|
|
1219
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1220
|
+
}, props), _ref$f);
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
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); }
|
|
1224
|
+
var _ref$e = /*#__PURE__*/React.createElement("g", {
|
|
1182
1225
|
fill: "currentColor",
|
|
1183
1226
|
fillRule: "nonzero"
|
|
1227
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1228
|
+
d: "M6.08 0a3.533 3.533 0 0 1 .96 6.934h.12a6.85 6.85 0 0 1 2.37.405.561.561 0 1 1-.387 1.054 5.73 5.73 0 0 0-1.984-.336H6.08c-2.703 0-4.628 1.664-4.756 3.935-.028.512.31.885.794.885h5.193a.561.561 0 0 1 0 1.123H2.118C.978 14 .14 13.074.203 11.93c.15-2.652 2.213-4.644 5.086-4.954A3.532 3.532 0 0 1 6.081 0zm0 1.123a2.41 2.41 0 1 0 0 4.82 2.41 2.41 0 0 0 0-4.82z"
|
|
1229
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1230
|
+
d: "M8.726 10.865a1.629 1.629 0 0 1 1.936-.28L12.346 8.9l-.825-.824.333-.334 1.059.59.16-.13.66.66-2.41 2.383c.333.62.24 1.41-.281 1.936a1.641 1.641 0 0 1-2.316 0 1.63 1.63 0 0 1 0-2.316zm.66 1.655a.702.702 0 1 0 .995-.993.702.702 0 0 0-.994.993z"
|
|
1184
1231
|
}));
|
|
1185
|
-
function
|
|
1186
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
1232
|
+
function SvgSetPermissionsInBatchesOutlined2(props) {
|
|
1233
|
+
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
1187
1234
|
width: 14,
|
|
1188
1235
|
height: 14,
|
|
1189
1236
|
viewBox: "0 0 14 14",
|
|
1190
1237
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1238
|
+
}, props), _ref$e);
|
|
1239
|
+
}
|
|
1240
|
+
|
|
1241
|
+
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); }
|
|
1242
|
+
var _ref$d = /*#__PURE__*/React.createElement("g", {
|
|
1243
|
+
fill: "currentColor",
|
|
1244
|
+
fillRule: "nonzero"
|
|
1245
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1246
|
+
d: "M6.08 0a3.533 3.533 0 0 1 .96 6.934h.12a6.85 6.85 0 0 1 2.37.405.561.561 0 1 1-.387 1.054 5.73 5.73 0 0 0-1.984-.336H6.08c-2.703 0-4.628 1.664-4.756 3.935-.028.512.31.885.794.885h5.193a.561.561 0 0 1 0 1.123H2.118C.978 14 .14 13.074.203 11.93c.15-2.652 2.213-4.644 5.086-4.954A3.532 3.532 0 0 1 6.081 0zm0 1.123a2.41 2.41 0 1 0 0 4.82 2.41 2.41 0 0 0 0-4.82z"
|
|
1247
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1248
|
+
d: "M8.726 10.865a1.629 1.629 0 0 1 1.936-.28L12.346 8.9l-.825-.824.333-.334 1.059.59.16-.13.66.66-2.41 2.383c.333.62.24 1.41-.281 1.936a1.641 1.641 0 0 1-2.316 0 1.63 1.63 0 0 1 0-2.316zm.66 1.655a.702.702 0 1 0 .995-.993.702.702 0 0 0-.994.993z"
|
|
1249
|
+
}));
|
|
1250
|
+
function SvgSetPermissionsInBatchesOutlined(props) {
|
|
1251
|
+
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
1252
|
+
width: 14,
|
|
1253
|
+
height: 14,
|
|
1254
|
+
viewBox: "0 0 14 14",
|
|
1255
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1256
|
+
}, props), _ref$d);
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
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); }
|
|
1260
|
+
var _ref$c = /*#__PURE__*/React.createElement("g", {
|
|
1261
|
+
fill: "none",
|
|
1262
|
+
fillRule: "evenodd"
|
|
1263
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1264
|
+
d: "M0 0h16v16H0z"
|
|
1265
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1266
|
+
d: "M15 0a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h14zM9.2 7.8h-7a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1zm4.245-6.051l-2.733 2.732-.626-1.671-.53 3.889 4.065-.354-1.833-.818 2.717-2.717-1.06-1.061z",
|
|
1267
|
+
fill: "currentColor",
|
|
1268
|
+
opacity: 0.65
|
|
1269
|
+
}));
|
|
1270
|
+
function SvgThumbnailFillde(props) {
|
|
1271
|
+
return /*#__PURE__*/React.createElement("svg", _extends$c({
|
|
1272
|
+
width: 16,
|
|
1273
|
+
height: 16,
|
|
1274
|
+
viewBox: "0 0 16 16",
|
|
1275
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1191
1276
|
}, props), _ref$c);
|
|
1192
1277
|
}
|
|
1193
1278
|
|
|
1194
1279
|
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); }
|
|
1195
1280
|
var _ref$b = /*#__PURE__*/React.createElement("g", {
|
|
1196
|
-
fill: "
|
|
1281
|
+
fill: "none",
|
|
1197
1282
|
fillRule: "evenodd"
|
|
1198
1283
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1199
|
-
|
|
1200
|
-
d: "M0 0h20v20H0z"
|
|
1201
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1202
|
-
fillOpacity: 0,
|
|
1203
|
-
d: "M2 2h16v16H2z"
|
|
1284
|
+
d: "M0 0h16v16H0z"
|
|
1204
1285
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1205
|
-
d: "
|
|
1206
|
-
|
|
1286
|
+
d: "M15 0a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h14zM9.2 7.8h-7a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1zm4.245-6.051l-2.733 2.732-.626-1.671-.53 3.889 4.065-.354-1.833-.818 2.717-2.717-1.06-1.061z",
|
|
1287
|
+
fill: "currentColor"
|
|
1207
1288
|
}));
|
|
1208
|
-
function
|
|
1289
|
+
function SvgThumbnailFilled(props) {
|
|
1209
1290
|
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
1210
|
-
width:
|
|
1211
|
-
height:
|
|
1212
|
-
viewBox: "0 0
|
|
1291
|
+
width: 16,
|
|
1292
|
+
height: 16,
|
|
1293
|
+
viewBox: "0 0 16 16",
|
|
1213
1294
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1214
1295
|
}, props), _ref$b);
|
|
1215
1296
|
}
|
|
1216
1297
|
|
|
1217
1298
|
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); }
|
|
1218
1299
|
var _ref$a = /*#__PURE__*/React.createElement("g", {
|
|
1219
|
-
fill: "
|
|
1300
|
+
fill: "none",
|
|
1220
1301
|
fillRule: "evenodd"
|
|
1221
1302
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1222
|
-
|
|
1223
|
-
d: "M-2-2h20v20H-2z"
|
|
1224
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1225
|
-
fillOpacity: 0,
|
|
1226
|
-
d: "M0 0h16v16H0z"
|
|
1303
|
+
d: "M0 0h14v14H0z"
|
|
1227
1304
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1228
|
-
d: "
|
|
1229
|
-
|
|
1305
|
+
d: "M13 0a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h12zm-.2 1.2H1.2v11.6h11.6V1.2zM8 6a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h5zm3.455-4.197l.848.849-2.173 2.173 1.466.655-3.252.283.424-3.111.501 1.337 2.186-2.186z",
|
|
1306
|
+
fill: "currentColor"
|
|
1230
1307
|
}));
|
|
1231
|
-
function
|
|
1308
|
+
function SvgThumbnailOutlined(props) {
|
|
1232
1309
|
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
1233
|
-
width:
|
|
1234
|
-
height:
|
|
1235
|
-
viewBox: "0 0
|
|
1310
|
+
width: 14,
|
|
1311
|
+
height: 14,
|
|
1312
|
+
viewBox: "0 0 14 14",
|
|
1236
1313
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1237
1314
|
}, props), _ref$a);
|
|
1238
1315
|
}
|
|
@@ -1243,12 +1320,12 @@ var _ref$9 = /*#__PURE__*/React.createElement("g", {
|
|
|
1243
1320
|
fillRule: "evenodd"
|
|
1244
1321
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1245
1322
|
fillOpacity: 0,
|
|
1246
|
-
d: "
|
|
1323
|
+
d: "M-2-2h20v20H-2z"
|
|
1247
1324
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1248
|
-
d: "
|
|
1325
|
+
d: "M3.872.089C5.49-.2 6.89.2 7.926 1.509c.818 1.034.85 2.205.4 3.408-.402 1.077-1.191 1.818-2.134 2.425-.59.381-1.192.747-1.759 1.161-.928.679-1.56 1.567-1.78 2.715-.37 1.922.727 4.17 2.8 4.738.025.007.048.02.106.044-1.08.01-2.08-.155-2.993-.652-1.447-.788-2.3-2.017-2.518-3.644-.218-1.62.321-3.02 1.362-4.25.483-.572.979-1.134 1.439-1.724.361-.463.548-1 .534-1.601a1.795 1.795 0 0 0-1.7-1.729 2.384 2.384 0 0 0-1.492.44l-.161.11c.226-.489.522-.874.868-1.218C1.732.905 2.696.3 3.872.09zm2.14 8.6c2.059-.433 4.626 1.068 4.945 3.572.096.753.055 1.484-.176 2.206-.016.05-.027.1-.043.16.314.051.62.085.917.154.445.102.832.314 1.109.685.022.029.04.06.058.092l.101.202c-.395.125-3.156.23-4.899.24h-.412c-.194-.001-.368-.003-.514-.008 1.1-.418 1.893-1.087 2.237-2.171.344-1.082.162-2.093-.51-3.012-1.019-1.392-3.485-1.884-5.133-.273.45-1.011 1.225-1.615 2.32-1.846zm.154 1.773c1.423.007 2.439 1.118 2.45 2.471.01 1.356-1.1 2.45-2.464 2.451-1.39.022-2.46-1.16-2.46-2.455 0-1.211.938-2.475 2.474-2.467zm-.01 1.324c-.602-.01-1.13.517-1.133 1.131a1.12 1.12 0 0 0 1.116 1.136c.637.002 1.158-.507 1.154-1.128a1.171 1.171 0 0 0-1.136-1.139zm.879-4.352c1.726-.199 3.318.205 4.777 1.121.726.456 1.485.81 2.346.92.316.041.636.07.943.147.441.109.769.365.887.827a.39.39 0 0 1 .012.079c0 .012-.01.024-.027.065-.776-.295-1.495-.137-2.204.215-.245.122-.52.215-.79.25-.31.04-.632.008-.947-.009-.22-.012-.348-.142-.461-.337-.796-1.366-1.912-2.36-3.47-2.79-.439-.12-.907-.144-1.363-.198-.187-.022-.379-.003-.569-.003l-.015-.062c.293-.077.582-.19.88-.225zm5.419-4.972c.114.147.233.254.294.389.149.327.29.662.395 1.006.054.18.113.284.296.35 1.463.537 2.286 1.62 2.515 3.192.035.236.022.479.044.717.016.182-.053.277-.222.328-.866.264-1.711.245-2.515-.21-.765-.433-1.517-.888-2.353-1.171-.755-.256-1.52-.45-2.293-.445.681-.34 1.39-.675 2.078-1.047.322-.174.608-.42.909-.635.136-.097.18-.227.186-.403.02-.573.11-1.134.39-1.642.074-.136.167-.261.276-.43z",
|
|
1249
1326
|
fillRule: "nonzero"
|
|
1250
1327
|
}));
|
|
1251
|
-
function
|
|
1328
|
+
function SvgUcproInstallerFilled(props) {
|
|
1252
1329
|
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
1253
1330
|
width: 16,
|
|
1254
1331
|
height: 16,
|
|
@@ -1265,10 +1342,13 @@ var _ref$8 = /*#__PURE__*/React.createElement("g", {
|
|
|
1265
1342
|
fillOpacity: 0,
|
|
1266
1343
|
d: "M-1-1h16v16H-1z"
|
|
1267
1344
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1268
|
-
|
|
1345
|
+
fillOpacity: 0,
|
|
1346
|
+
d: "M0 0h14v14H0z"
|
|
1347
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
1348
|
+
d: "M6.935 1.321c.716.904.744 1.929.35 2.981-.352.943-1.042 1.59-1.867 2.122-.516.334-1.043.654-1.539 1.016-.812.594-1.365 1.372-1.558 2.376-.323 1.681.636 3.648 2.45 4.146a.197.197 0 0 1 .023.007l.07.03c-.944.01-1.82-.135-2.618-.57C.979 12.74.233 11.666.042 10.242c-.19-1.417.28-2.642 1.191-3.72.423-.5.857-.991 1.26-1.508.316-.405.48-.874.467-1.4A1.57 1.57 0 0 0 1.473 2.1a2.086 2.086 0 0 0-1.306.385l-.141.095c.198-.426.457-.763.76-1.064C1.516.792 2.36.26 3.388.078c1.415-.253 2.64.098 3.547 1.243zm2.653 9.407c.083.659.047 1.299-.155 1.93-.014.044-.024.089-.038.14.276.046.543.075.803.135.39.09.728.275.97.6.058.076.093.169.14.257-.418.132-3.858.238-5.097.203.963-.366 1.656-.95 1.958-1.9.3-.946.14-1.83-.447-2.635C6.83 8.24 4.672 7.81 3.23 9.22c.393-.885 1.072-1.413 2.03-1.615 1.801-.38 4.047.933 4.327 3.124zM5.395 9.154c1.246.006 2.134.979 2.143 2.162.01 1.187-.962 2.144-2.155 2.145-1.216.02-2.152-1.015-2.152-2.148 0-1.06.82-2.166 2.164-2.16zm-.008 1.159c-.527-.009-.99.452-.992.99a.98.98 0 0 0 .977.993c.557.002 1.013-.444 1.01-.987a1.025 1.025 0 0 0-.995-.996zm4.948-2.827c.636.399 1.3.709 2.053.805.276.036.556.061.826.128.386.096.672.32.776.724a.34.34 0 0 1 .01.069c0 .01-.008.021-.023.056-.68-.257-1.31-.12-1.93.189a2.225 2.225 0 0 1-.691.218c-.271.035-.552.008-.828-.007-.192-.01-.304-.125-.404-.295-.696-1.195-1.673-2.065-3.035-2.44-.385-.107-.794-.128-1.193-.174a1.531 1.531 0 0 0-.165-.01l-.333.007-.013-.054c.256-.067.51-.167.77-.197 1.511-.174 2.904.18 4.18.98zm.562-5.332c.1.129.204.222.258.34.13.287.253.58.345.88.048.158.099.25.26.308 1.279.469 2 1.417 2.2 2.792.03.206.02.42.038.628.014.158-.046.242-.194.287-.757.23-1.497.214-2.2-.184-.67-.38-1.328-.777-2.06-1.025-.66-.224-1.33-.393-2.006-.39.596-.297 1.216-.59 1.819-.916.281-.152.531-.367.795-.555.118-.085.157-.199.163-.353.017-.5.096-.992.34-1.437.066-.119.147-.228.242-.375z",
|
|
1269
1349
|
fillRule: "nonzero"
|
|
1270
1350
|
}));
|
|
1271
|
-
function
|
|
1351
|
+
function SvgUcproInstallerOutlined(props) {
|
|
1272
1352
|
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
1273
1353
|
width: 14,
|
|
1274
1354
|
height: 14,
|
|
@@ -1284,11 +1364,10 @@ var _ref$7 = /*#__PURE__*/React.createElement("g", {
|
|
|
1284
1364
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1285
1365
|
d: "M0 0h16v16H0z"
|
|
1286
1366
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1287
|
-
d: "
|
|
1288
|
-
fill: "currentColor"
|
|
1289
|
-
opacity: 0.65
|
|
1367
|
+
d: "M12.678 14.8l1.2 1.2H11.4v-1.2h1.278zM1.2 11.4v3.4h3.4V16H0v-4.6h1.2zM1 0l15 15v1h-1L0 1V0h1zm15 11.4v2.478l-1.2-1.2V11.4H16zM0 2.12l1.2 1.2V4.6H0V2.12zM16 0v4.6h-1.2V1.2h-3.4V0H16zM4.6 0v1.2H3.32L2.12 0H4.6z",
|
|
1368
|
+
fill: "currentColor"
|
|
1290
1369
|
}));
|
|
1291
|
-
function
|
|
1370
|
+
function SvgUnfocusFilled(props) {
|
|
1292
1371
|
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
1293
1372
|
width: 16,
|
|
1294
1373
|
height: 16,
|
|
@@ -1300,16 +1379,15 @@ function SvgThumbnailFillde(props) {
|
|
|
1300
1379
|
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); }
|
|
1301
1380
|
var _ref$6 = /*#__PURE__*/React.createElement("g", {
|
|
1302
1381
|
fill: "none",
|
|
1303
|
-
fillRule: "evenodd"
|
|
1304
|
-
opacity: 0.65
|
|
1382
|
+
fillRule: "evenodd"
|
|
1305
1383
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1306
1384
|
d: "M0 0h14v14H0z"
|
|
1307
|
-
}), /*#__PURE__*/React.createElement("
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
}));
|
|
1312
|
-
function
|
|
1385
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
1386
|
+
fill: "currentColor"
|
|
1387
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1388
|
+
d: "M10.853 12.974l1.05 1.05-1.928.001v-1.05h.878zM1.05 9.975v2.975h2.975V14H0V9.975h1.05zM14 10v1.878l-1.05-1.05V10H14zM0 2.12l1.05 1.05v.855H0V2.119zM14 0v4.025h-1.05V1.05H9.975V0H14zM4.025 0v1.05h-.856L2.12 0h1.906zM1 0l13 13v1h-1L0 1V0z"
|
|
1389
|
+
})));
|
|
1390
|
+
function SvgUnfocusOutlined(props) {
|
|
1313
1391
|
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
1314
1392
|
width: 14,
|
|
1315
1393
|
height: 14,
|
|
@@ -1320,42 +1398,32 @@ function SvgThumbnailOutlinde(props) {
|
|
|
1320
1398
|
|
|
1321
1399
|
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); }
|
|
1322
1400
|
var _ref$5 = /*#__PURE__*/React.createElement("g", {
|
|
1323
|
-
fill: "none",
|
|
1324
|
-
fillRule: "evenodd"
|
|
1325
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1326
|
-
d: "M0 0h16v16H0z"
|
|
1327
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
1328
|
-
d: "M12.678 14.8l1.2 1.2H11.4v-1.2h1.278zM1.2 11.4v3.4h3.4V16H0v-4.6h1.2zM1 0l15 15v1h-1L0 1V0h1zm15 11.4v2.478l-1.2-1.2V11.4H16zM0 2.12l1.2 1.2V4.6H0V2.12zM16 0v4.6h-1.2V1.2h-3.4V0H16zM4.6 0v1.2H3.32L2.12 0H4.6z",
|
|
1329
1401
|
fill: "currentColor",
|
|
1402
|
+
fillRule: "evenodd",
|
|
1330
1403
|
opacity: 0.65
|
|
1404
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
1405
|
+
d: "M16 8.883v5.064a.72.72 0 0 1-.72.72H.72a.72.72 0 0 1-.72-.72V8.883h4.666v2.05h6.667v-2.05H16zM12.802 0L16 8H0l3.198-8h9.604zm-1.469 5.4H4.667v1.2h6.666V5.4zm0-2.667H4.667v1.2h6.666v-1.2z"
|
|
1331
1406
|
}));
|
|
1332
|
-
function
|
|
1407
|
+
function SvgViewArchiveFilled(props) {
|
|
1333
1408
|
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
1334
1409
|
width: 16,
|
|
1335
|
-
height:
|
|
1336
|
-
viewBox: "0 0 16
|
|
1410
|
+
height: 15,
|
|
1411
|
+
viewBox: "0 0 16 15",
|
|
1337
1412
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1338
1413
|
}, props), _ref$5);
|
|
1339
1414
|
}
|
|
1340
1415
|
|
|
1341
1416
|
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); }
|
|
1342
|
-
var _ref$4 = /*#__PURE__*/React.createElement("
|
|
1343
|
-
|
|
1344
|
-
fillRule: "evenodd",
|
|
1345
|
-
opacity: 0.65
|
|
1346
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
1347
|
-
d: "M0 0h14v14H0z"
|
|
1348
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
1417
|
+
var _ref$4 = /*#__PURE__*/React.createElement("path", {
|
|
1418
|
+
d: "M10.602.4a.6.6 0 0 1 .557.377l2.398 6 .004.01.01.027.004.016-.006-.016.01.028.01.042.005.034a.53.53 0 0 1 .006.071v4.291a1.32 1.32 0 0 1-1.32 1.32H1.72A1.32 1.32 0 0 1 .4 11.28V6.99a.59.59 0 0 1 .005-.071l-.002.016v.018-.018l.008-.049a.542.542 0 0 1 .013-.054l.012-.037.007-.018 2.398-6A.6.6 0 0 1 3.398.4h7.204zM3.9 7.6H1.6v3.68a.12.12 0 0 0 .082.114l.038.006h10.56a.12.12 0 0 0 .12-.12V7.6h-2.3V9a.6.6 0 0 1-.503.592L9.5 9.6h-5a.6.6 0 0 1-.6-.6V7.6zm6.295-6H3.804L1.886 6.4H4.5a.6.6 0 0 1 .6.6v1.4h3.8V7a.6.6 0 0 1 .503-.592L9.5 6.4h2.613l-1.918-4.8zM9.5 4.9a.6.6 0 1 1 0 1.2h-5a.6.6 0 1 1 0-1.2h5zm0-2a.6.6 0 1 1 0 1.2h-5a.6.6 0 1 1 0-1.2h5z",
|
|
1349
1419
|
fill: "currentColor",
|
|
1350
1420
|
fillRule: "nonzero"
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
})));
|
|
1354
|
-
function SvgUnfocusOutlinde(props) {
|
|
1421
|
+
});
|
|
1422
|
+
function SvgViewArchiveOutlined(props) {
|
|
1355
1423
|
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
1356
1424
|
width: 14,
|
|
1357
|
-
height:
|
|
1358
|
-
viewBox: "0 0 14
|
|
1425
|
+
height: 13,
|
|
1426
|
+
viewBox: "0 0 14 13",
|
|
1359
1427
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1360
1428
|
}, props), _ref$4);
|
|
1361
1429
|
}
|
|
@@ -1363,31 +1431,30 @@ function SvgUnfocusOutlinde(props) {
|
|
|
1363
1431
|
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); }
|
|
1364
1432
|
var _ref$3 = /*#__PURE__*/React.createElement("g", {
|
|
1365
1433
|
fill: "currentColor",
|
|
1366
|
-
fillRule: "evenodd"
|
|
1367
|
-
opacity: 0.65
|
|
1434
|
+
fillRule: "evenodd"
|
|
1368
1435
|
}, /*#__PURE__*/React.createElement("path", {
|
|
1369
|
-
d: "M16
|
|
1436
|
+
d: "M16 9.583v5.064a.72.72 0 0 1-.72.72H.72a.72.72 0 0 1-.72-.72V9.583h4.666v2.05h6.667v-2.05H16zM12.802.7L16 8.7H0l3.198-8h9.604zm-1.469 5.4H4.667v1.2h6.666V6.1zm0-2.667H4.667v1.2h6.666v-1.2z"
|
|
1370
1437
|
}));
|
|
1371
|
-
function
|
|
1438
|
+
function SvgViewArchiveviewArchiveFilled(props) {
|
|
1372
1439
|
return /*#__PURE__*/React.createElement("svg", _extends$3({
|
|
1373
1440
|
width: 16,
|
|
1374
|
-
height:
|
|
1375
|
-
viewBox: "0 0 16
|
|
1441
|
+
height: 16,
|
|
1442
|
+
viewBox: "0 0 16 16",
|
|
1376
1443
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1377
1444
|
}, props), _ref$3);
|
|
1378
1445
|
}
|
|
1379
1446
|
|
|
1380
1447
|
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); }
|
|
1381
1448
|
var _ref$2 = /*#__PURE__*/React.createElement("path", {
|
|
1382
|
-
d: "M10.602.
|
|
1449
|
+
d: "M10.602 1a.6.6 0 0 1 .557.377l2.398 6 .004.01.01.027.004.016-.006-.016.01.028.01.042.005.034a.53.53 0 0 1 .006.071v4.291a1.32 1.32 0 0 1-1.32 1.32H1.72A1.32 1.32 0 0 1 .4 11.88V7.59a.59.59 0 0 1 .005-.071l-.002.016v.018-.018l.008-.049a.542.542 0 0 1 .013-.054l.012-.037.007-.018 2.398-6A.6.6 0 0 1 3.398 1h7.204zM3.9 8.2H1.6v3.68a.12.12 0 0 0 .082.114L1.72 12h10.56a.12.12 0 0 0 .12-.12V8.2h-2.3v1.4a.6.6 0 0 1-.503.592L9.5 10.2h-5a.6.6 0 0 1-.6-.6V8.2zm6.295-6H3.804L1.886 7H4.5a.6.6 0 0 1 .6.6V9h3.8V7.6a.6.6 0 0 1 .503-.592L9.5 7h2.613l-1.918-4.8zM9.5 5.5a.6.6 0 1 1 0 1.2h-5a.6.6 0 1 1 0-1.2h5zm0-2a.6.6 0 1 1 0 1.2h-5a.6.6 0 1 1 0-1.2h5z",
|
|
1383
1450
|
fill: "currentColor",
|
|
1384
1451
|
fillRule: "nonzero"
|
|
1385
1452
|
});
|
|
1386
|
-
function
|
|
1453
|
+
function SvgViewArchiveviewArchiveOutlined(props) {
|
|
1387
1454
|
return /*#__PURE__*/React.createElement("svg", _extends$2({
|
|
1388
1455
|
width: 14,
|
|
1389
|
-
height:
|
|
1390
|
-
viewBox: "0 0 14
|
|
1456
|
+
height: 14,
|
|
1457
|
+
viewBox: "0 0 14 14",
|
|
1391
1458
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1392
1459
|
}, props), _ref$2);
|
|
1393
1460
|
}
|
|
@@ -1403,7 +1470,8 @@ var _ref$1 = /*#__PURE__*/React.createElement("g", {
|
|
|
1403
1470
|
fillOpacity: 0,
|
|
1404
1471
|
d: "M0 0h16v16H0z"
|
|
1405
1472
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1406
|
-
d: "M11.694 9a2.964 2.964 0 0 1 2.416 4.68c.06.028.116.067.165.116l1.61 1.616a.6.6 0 0 1-.85.847l-1.61-1.615a.598.598 0 0 1-.127-.189A2.964 2.964 0 1 1 11.694 9zM13.286.571a1 1 0 0 1 1 1v5.981a5 5 0 0 0-5.925 7.877H2.714a1 1 0 0 1-1-1V1.57a1 1 0 0 1 1-1h10.572zM11.694 10.2a1.764 1.764 0 1 0 0 3.527 1.764 1.764 0 0 0 0-3.527zM8 6.057H4.343v1.2H8v-1.2zm3.429-2.628H4.343v1.2h7.086v-1.2z"
|
|
1473
|
+
d: "M11.694 9a2.964 2.964 0 0 1 2.416 4.68c.06.028.116.067.165.116l1.61 1.616a.6.6 0 0 1-.85.847l-1.61-1.615a.598.598 0 0 1-.127-.189A2.964 2.964 0 1 1 11.694 9zM13.286.571a1 1 0 0 1 1 1v5.981a5 5 0 0 0-5.925 7.877H2.714a1 1 0 0 1-1-1V1.57a1 1 0 0 1 1-1h10.572zM11.694 10.2a1.764 1.764 0 1 0 0 3.527 1.764 1.764 0 0 0 0-3.527zM8 6.057H4.343v1.2H8v-1.2zm3.429-2.628H4.343v1.2h7.086v-1.2z",
|
|
1474
|
+
fillRule: "nonzero"
|
|
1407
1475
|
}));
|
|
1408
1476
|
function SvgViewMoreResultsFilled(props) {
|
|
1409
1477
|
return /*#__PURE__*/React.createElement("svg", _extends$1({
|
|
@@ -1422,7 +1490,7 @@ var _ref = /*#__PURE__*/React.createElement("g", {
|
|
|
1422
1490
|
fillOpacity: 0,
|
|
1423
1491
|
d: "M-1-1h16v16H-1z"
|
|
1424
1492
|
}), /*#__PURE__*/React.createElement("path", {
|
|
1425
|
-
d: "M9.
|
|
1493
|
+
d: "M9.594 6.5a2.964 2.964 0 0 1 2.428 4.663l1.76 1.746a.6.6 0 0 1-.845.852L11.161 12l-.012-.012A2.964 2.964 0 1 1 9.594 6.5zM11.5 0a1.6 1.6 0 0 1 1.6 1.6v4.546a.6.6 0 0 1-1.2 0V1.6a.4.4 0 0 0-.4-.4h-9a.4.4 0 0 0-.4.4v10.7c0 .22.18.4.4.4h2.52a.6.6 0 0 1 0 1.2H2.5a1.6 1.6 0 0 1-1.6-1.6V1.6A1.6 1.6 0 0 1 2.5 0h9zM9.594 7.7a1.764 1.764 0 1 0 0 3.527 1.764 1.764 0 0 0 0-3.527zM7 5.4v1.2H3.8V5.4H7zm3-2.3v1.2H3.8V3.1H10z",
|
|
1426
1494
|
fillRule: "nonzero"
|
|
1427
1495
|
}));
|
|
1428
1496
|
function SvgViewMoreResultsOutlined(props) {
|
|
@@ -1437,16 +1505,16 @@ function SvgViewMoreResultsOutlined(props) {
|
|
|
1437
1505
|
var commonCategory = {
|
|
1438
1506
|
"all-items-filled": SvgAllItemsFilled,
|
|
1439
1507
|
"all-items-outlined": SvgAllItemsOutlined,
|
|
1440
|
-
"associated-resources-
|
|
1441
|
-
"associated-resources-
|
|
1508
|
+
"associated-resources-filled": SvgAssociatedResourcesFilled,
|
|
1509
|
+
"associated-resources-outlined": SvgAssociatedResourcesOutlined,
|
|
1442
1510
|
"automatic-collection-filled": SvgAutomaticCollectionFilled,
|
|
1443
1511
|
"automatic-collection-outlined": SvgAutomaticCollectionOutlined,
|
|
1444
|
-
"basic-information-
|
|
1445
|
-
"basic-information-
|
|
1512
|
+
"basic-information-filled": SvgBasicInformationFilled,
|
|
1513
|
+
"basic-information-outlined": SvgBasicInformationOutlined,
|
|
1446
1514
|
"batch-setting-categories-filled": SvgBatchSettingCategoriesFilled,
|
|
1447
1515
|
"batch-setting-categories-outlined": SvgBatchSettingCategoriesOutlined,
|
|
1448
|
-
"close-at-once-
|
|
1449
|
-
"close-at-once-
|
|
1516
|
+
"close-at-once-filled": SvgCloseAtOnceFilled,
|
|
1517
|
+
"close-at-once-outlined": SvgCloseAtOnceOutlined,
|
|
1450
1518
|
"component-cleanup-filled": SvgComponentCleanupFilled,
|
|
1451
1519
|
"component-cleanup-outlined": SvgComponentCleanupOutlined,
|
|
1452
1520
|
"component-inspection-filled": SvgComponentInspectionFilled,
|
|
@@ -1457,19 +1525,21 @@ var commonCategory = {
|
|
|
1457
1525
|
"deployment-record-outlined": SvgDeploymentRecordOutlined,
|
|
1458
1526
|
"details-filled": SvgDetailsFilled,
|
|
1459
1527
|
"details-outlined": SvgDetailsOutlined,
|
|
1460
|
-
"disabled-
|
|
1461
|
-
"disabled-
|
|
1528
|
+
"disabled-filled": SvgDisabledFilled,
|
|
1529
|
+
"disabled-outlined": SvgDisabledOutlined,
|
|
1462
1530
|
documents: SvgDocuments,
|
|
1463
1531
|
"empty-icon": SvgEmptyIcon,
|
|
1464
|
-
"enable-
|
|
1465
|
-
"enable-
|
|
1466
|
-
"go-to-enable-
|
|
1467
|
-
"go-to-enable-
|
|
1532
|
+
"enable-filled": SvgEnableFilled,
|
|
1533
|
+
"enable-outlined": SvgEnableOutlined,
|
|
1534
|
+
"go-to-enable-filled": SvgGoToEnableFilled,
|
|
1535
|
+
"go-to-enable-outlined": SvgGoToEnableOutlined,
|
|
1468
1536
|
"implement-filled": SvgImplementFilled,
|
|
1469
1537
|
"implement-outlined": SvgImplementOutlined,
|
|
1470
1538
|
"import-filled": SvgImportFilled,
|
|
1471
1539
|
"import-outlined": SvgImportOutlined,
|
|
1472
1540
|
iptables: SvgIptables,
|
|
1541
|
+
"job-management-filled": SvgJobManagementFilled,
|
|
1542
|
+
"job-management-outlined": SvgJobManagementOutlined,
|
|
1473
1543
|
"lib-library-management-filled": SvgLibLibraryManagementFilled,
|
|
1474
1544
|
"lib-library-management-outlined": SvgLibLibraryManagementOutlined,
|
|
1475
1545
|
"marked-as-base-station-filled": SvgMarkedAsBaseStationFilled,
|
|
@@ -1482,31 +1552,36 @@ var commonCategory = {
|
|
|
1482
1552
|
"pass-outlined": SvgPassOutlined,
|
|
1483
1553
|
"quick-search-filled": SvgQuickSearchFilled,
|
|
1484
1554
|
"quick-search-outlined": SvgQuickSearchOutlined,
|
|
1485
|
-
"recover-alert-
|
|
1486
|
-
"recover-alert-
|
|
1555
|
+
"recover-alert-filled": SvgRecoverAlertFilled,
|
|
1556
|
+
"recover-alert-outlined": SvgRecoverAlertOutlined,
|
|
1487
1557
|
"registered-product-filled": SvgRegisteredProductFilled,
|
|
1488
1558
|
"registered-product-outlined": SvgRegisteredProductOutlined,
|
|
1489
1559
|
"reject-filled": SvgRejectFilled,
|
|
1490
1560
|
"reject-outlined": SvgRejectOutlined,
|
|
1491
|
-
"resource-comparison-
|
|
1492
|
-
"resource-comparison-
|
|
1493
|
-
"resource-management-
|
|
1494
|
-
"resource-management-
|
|
1495
|
-
"resource-view-manegment-
|
|
1496
|
-
"resource-view-manegment-
|
|
1561
|
+
"resource-comparison-filled": SvgResourceComparisonFilled,
|
|
1562
|
+
"resource-comparison-outlined": SvgResourceComparisonOutlined,
|
|
1563
|
+
"resource-management-filled": SvgResourceManagementFilled,
|
|
1564
|
+
"resource-management-outlined": SvgResourceManagementOutlined,
|
|
1565
|
+
"resource-view-manegment-filled": SvgResourceViewManegmentFilled,
|
|
1566
|
+
"resource-view-manegment-outlined": SvgResourceViewManegmentOutlined,
|
|
1497
1567
|
"set-permissions-in-batches-filled-2": SvgSetPermissionsInBatchesFilled2,
|
|
1498
1568
|
"set-permissions-in-batches-filled": SvgSetPermissionsInBatchesFilled,
|
|
1499
1569
|
"set-permissions-in-batches-outlined-2": SvgSetPermissionsInBatchesOutlined2,
|
|
1500
1570
|
"set-permissions-in-batches-outlined": SvgSetPermissionsInBatchesOutlined,
|
|
1501
1571
|
"thumbnail-fillde": SvgThumbnailFillde,
|
|
1502
|
-
"thumbnail-
|
|
1503
|
-
"
|
|
1504
|
-
"
|
|
1572
|
+
"thumbnail-filled": SvgThumbnailFilled,
|
|
1573
|
+
"thumbnail-outlined": SvgThumbnailOutlined,
|
|
1574
|
+
"ucpro-installer-filled": SvgUcproInstallerFilled,
|
|
1575
|
+
"ucpro-installer-outlined": SvgUcproInstallerOutlined,
|
|
1576
|
+
"unfocus-filled": SvgUnfocusFilled,
|
|
1577
|
+
"unfocus-outlined": SvgUnfocusOutlined,
|
|
1505
1578
|
"view-archive-filled": SvgViewArchiveFilled,
|
|
1506
1579
|
"view-archive-outlined": SvgViewArchiveOutlined,
|
|
1580
|
+
"view-archiveview-archive-filled": SvgViewArchiveviewArchiveFilled,
|
|
1581
|
+
"view-archiveview-archive-outlined": SvgViewArchiveviewArchiveOutlined,
|
|
1507
1582
|
"view-more-results-filled": SvgViewMoreResultsFilled,
|
|
1508
1583
|
"view-more-results-outlined": SvgViewMoreResultsOutlined
|
|
1509
1584
|
};
|
|
1510
1585
|
|
|
1511
1586
|
export { commonCategory };
|
|
1512
|
-
//# sourceMappingURL=common-
|
|
1587
|
+
//# sourceMappingURL=common-0ae45a4a.js.map
|