@next-core/brick-icons 2.31.68 → 2.31.69
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/{customer-8728b4f3.js → customer-93aee174.js} +95 -47
- package/dist/{customer-8728b4f3.js.map → customer-93aee174.js.map} +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +2 -2
- package/src/icons/customer/automate-operation.svg +1 -1
- package/src/icons/customer/cmdb-management.svg +10 -11
- package/src/icons/customer/it-service.svg +10 -11
- package/src/icons/customer/large-screen.svg +3 -9
- package/src/icons/customer/run.svg +10 -11
- package/src/icons/customer/safety.svg +3 -11
- package/src/icons/customer/system-setting.svg +10 -11
- package/src/icons/customer/workbench.svg +10 -11
- package/src/icons/customer/workorder-management.svg +10 -11
|
@@ -5,7 +5,7 @@ var _ref$h = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.c
|
|
|
5
5
|
id: "automate-operation_svg__a",
|
|
6
6
|
d: "M2 1h11.85v14H2z"
|
|
7
7
|
}));
|
|
8
|
-
var _ref2 = /*#__PURE__*/React.createElement("g", {
|
|
8
|
+
var _ref2$6 = /*#__PURE__*/React.createElement("g", {
|
|
9
9
|
fill: "none",
|
|
10
10
|
fillRule: "evenodd"
|
|
11
11
|
}, /*#__PURE__*/React.createElement("g", {
|
|
@@ -31,27 +31,35 @@ var _ref2 = /*#__PURE__*/React.createElement("g", {
|
|
|
31
31
|
}));
|
|
32
32
|
function SvgAutomateOperation(props) {
|
|
33
33
|
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
34
|
-
width:
|
|
34
|
+
width: 14,
|
|
35
35
|
height: 14,
|
|
36
|
-
viewBox: "0 0
|
|
36
|
+
viewBox: "0 0 14 14",
|
|
37
37
|
xmlns: "http://www.w3.org/2000/svg",
|
|
38
38
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
39
|
-
}, props), _ref$h, _ref2);
|
|
39
|
+
}, props), _ref$h, _ref2$6);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
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); }
|
|
43
|
-
var _ref$g = /*#__PURE__*/React.createElement("
|
|
44
|
-
|
|
43
|
+
var _ref$g = /*#__PURE__*/React.createElement("g", {
|
|
44
|
+
clipPath: "url(#cmdb-management_svg__clip0_2_73)"
|
|
45
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
46
|
+
d: "M5.7 14H.2V2.5C.2 1.1 1.3 0 2.7 0h9.5v5.5c0 .3-.2.5-.5.5S8.112 4.83 6.049 7.7c-2.063 2.87.151 5.5.151 5.8 0 .3-.2.5-.5.5zm4.5-10.5c0-.3-.2-.5-.5-.5h-7c-.3 0-.5.2-.5.5s.2.5.5.5h7c.3 0 .5-.2.5-.5zm-4 3c0-.3-.2-.5-.5-.5h-3c-.3 0-.5.2-.5.5s.2.5.5.5h3c.3 0 .5-.2.5-.5zm-2 3c0-.3-.2-.5-.5-.5h-1c-.3 0-.5.2-.5.5s.2.5.5.5h1c.3 0 .5-.2.5-.5zm9.6 1c0 .4-.1.7-.2 1.1-.4-.1-.8 0-1 .3-.2.4-.1.8.2 1-.5.5-1.1.9-1.9 1.1 0-.4-.4-.7-.8-.7s-.7.3-.8.7c-.7-.2-1.4-.5-1.9-1.1.3-.2.4-.7.2-1-.2-.4-.6-.5-1-.3-.1-.3-.2-.7-.2-1.1 0-.4.1-.7.2-1.1.4.1.8 0 1-.3.2-.4.1-.8-.2-1 .7-.6 1.3-.9 2.1-1.1 0 .4.4.7.8.7s.7-.3.8-.7c.7.2 1.4.5 1.9 1.1-.3.2-.4.7-.2 1 .2.4.6.5 1 .3-.1.4 0 .7 0 1.1zm-2.1 0c0-.8-.6-1.4-1.4-1.4-.8 0-1.4.6-1.4 1.4 0 .8.6 1.4 1.4 1.4.8 0 1.4-.6 1.4-1.4z",
|
|
47
|
+
fill: "currentColor"
|
|
48
|
+
}));
|
|
49
|
+
var _ref2$5 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
50
|
+
id: "cmdb-management_svg__clip0_2_73"
|
|
51
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
45
52
|
fill: "currentColor",
|
|
46
|
-
|
|
47
|
-
});
|
|
53
|
+
d: "M0 0h14v14H0z"
|
|
54
|
+
})));
|
|
48
55
|
function SvgCmdbManagement(props) {
|
|
49
56
|
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
50
|
-
width:
|
|
57
|
+
width: 14,
|
|
51
58
|
height: 14,
|
|
52
|
-
viewBox: "0 0
|
|
59
|
+
viewBox: "0 0 14 14",
|
|
60
|
+
fill: "none",
|
|
53
61
|
xmlns: "http://www.w3.org/2000/svg"
|
|
54
|
-
}, props), _ref$g);
|
|
62
|
+
}, props), _ref$g, _ref2$5);
|
|
55
63
|
}
|
|
56
64
|
|
|
57
65
|
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); }
|
|
@@ -124,31 +132,39 @@ function SvgExceptionEventManagement(props) {
|
|
|
124
132
|
}
|
|
125
133
|
|
|
126
134
|
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); }
|
|
127
|
-
var _ref$c = /*#__PURE__*/React.createElement("
|
|
135
|
+
var _ref$c = /*#__PURE__*/React.createElement("g", {
|
|
136
|
+
clipPath: "url(#it-service_svg__clip0_2_78)"
|
|
137
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
128
138
|
d: "M.668 6.11A.672.672 0 0 1 0 5.44V.669C0 .286.286 0 .668 0h4.805c.35 0 .668.286.668.668v4.805c0 .35-.286.668-.668.668H.668v-.032zm7.86 0a.672.672 0 0 1-.669-.67V.669c0-.35.286-.668.668-.668h4.805c.382 0 .668.286.668.668v4.805c0 .35-.286.668-.668.668H8.527v-.032zM.667 14A.652.652 0 0 1 0 13.332V8.527c0-.35.286-.668.668-.668h4.805c.35 0 .668.286.668.668v4.805c0 .35-.286.668-.668.668H.668zm7.86 0a.672.672 0 0 1-.669-.668V8.527c0-.35.286-.668.668-.668h4.805c.35 0 .668.286.668.668v4.805c0 .35-.286.668-.668.668H8.527z",
|
|
139
|
+
fill: "currentColor"
|
|
140
|
+
}));
|
|
141
|
+
var _ref2$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
142
|
+
id: "it-service_svg__clip0_2_78"
|
|
143
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
129
144
|
fill: "currentColor",
|
|
130
|
-
|
|
131
|
-
});
|
|
145
|
+
d: "M0 0h14v14H0z"
|
|
146
|
+
})));
|
|
132
147
|
function SvgItService(props) {
|
|
133
148
|
return /*#__PURE__*/React.createElement("svg", _extends$c({
|
|
134
149
|
width: 14,
|
|
135
150
|
height: 14,
|
|
136
151
|
viewBox: "0 0 14 14",
|
|
152
|
+
fill: "none",
|
|
137
153
|
xmlns: "http://www.w3.org/2000/svg"
|
|
138
|
-
}, props), _ref$c);
|
|
154
|
+
}, props), _ref$c, _ref2$4);
|
|
139
155
|
}
|
|
140
156
|
|
|
141
157
|
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); }
|
|
142
158
|
var _ref$b = /*#__PURE__*/React.createElement("path", {
|
|
143
|
-
d: "
|
|
144
|
-
fill: "currentColor"
|
|
145
|
-
fillRule: "nonzero"
|
|
159
|
+
d: "M13.344 13H.656A.662.662 0 0 1 0 12.333V1.667C0 1.298.294 1 .656 1c.363 0 .656.298.656.667v10h12.032c.362 0 .656.298.656.666a.662.662 0 0 1-.656.667zm-1.531-2H10.5a.662.662 0 0 1-.656-.667V5.667c0-.369.294-.667.656-.667h1.313c.362 0 .656.298.656.667v4.666a.662.662 0 0 1-.656.667zm-3.72 0H6.782a.662.662 0 0 1-.656-.667V3c0-.368.294-.667.656-.667h1.313c.362 0 .656.299.656.667v7.333a.662.662 0 0 1-.656.667zm-3.718 0H3.062a.662.662 0 0 1-.656-.667V9c0-.368.294-.667.656-.667h1.313c.362 0 .656.299.656.667v1.333a.662.662 0 0 1-.656.667z",
|
|
160
|
+
fill: "currentColor"
|
|
146
161
|
});
|
|
147
162
|
function SvgLargeScreen(props) {
|
|
148
163
|
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
149
|
-
width:
|
|
150
|
-
height:
|
|
151
|
-
viewBox: "0 0
|
|
164
|
+
width: 14,
|
|
165
|
+
height: 14,
|
|
166
|
+
viewBox: "0 0 14 14",
|
|
167
|
+
fill: "none",
|
|
152
168
|
xmlns: "http://www.w3.org/2000/svg"
|
|
153
169
|
}, props), _ref$b);
|
|
154
170
|
}
|
|
@@ -260,48 +276,64 @@ function SvgRunOperationManagement(props) {
|
|
|
260
276
|
}
|
|
261
277
|
|
|
262
278
|
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); }
|
|
263
|
-
var _ref$5 = /*#__PURE__*/React.createElement("
|
|
264
|
-
|
|
279
|
+
var _ref$5 = /*#__PURE__*/React.createElement("g", {
|
|
280
|
+
clipPath: "url(#run_svg__clip0_2_83)"
|
|
281
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
282
|
+
d: "M12.552 0C13.352 0 14 .672 14 1.5v8.25c0 .828-.648 1.5-1.448 1.5H1.448c-.8 0-1.448-.672-1.448-1.5V1.5C0 .672.648 0 1.448 0h11.104zm-.541 3.306a.593.593 0 0 0-.853.004L8.532 6.055l-1.64-1.92-.03-.032a.589.589 0 0 0-.851.007l-3.06 3.2-.03.033a.641.641 0 0 0 .034.85l.031.031c.24.214.6.199.822-.034l2.607-2.726 1.64 1.92.03.032c.237.24.617.237.85-.007l3.08-3.219.03-.033a.642.642 0 0 0-.034-.851zM3.379 12.5h7.242c.4 0 .724.336.724.75s-.324.75-.724.75H3.379a.737.737 0 0 1-.724-.75c0-.414.324-.75.724-.75z",
|
|
283
|
+
fill: "currentColor"
|
|
284
|
+
}));
|
|
285
|
+
var _ref2$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
286
|
+
id: "run_svg__clip0_2_83"
|
|
287
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
265
288
|
fill: "currentColor",
|
|
266
|
-
|
|
267
|
-
});
|
|
289
|
+
d: "M0 0h14v14H0z"
|
|
290
|
+
})));
|
|
268
291
|
function SvgRun(props) {
|
|
269
292
|
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
270
293
|
width: 14,
|
|
271
294
|
height: 14,
|
|
272
295
|
viewBox: "0 0 14 14",
|
|
296
|
+
fill: "none",
|
|
273
297
|
xmlns: "http://www.w3.org/2000/svg"
|
|
274
|
-
}, props), _ref$5);
|
|
298
|
+
}, props), _ref$5, _ref2$3);
|
|
275
299
|
}
|
|
276
300
|
|
|
277
301
|
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); }
|
|
278
302
|
var _ref$4 = /*#__PURE__*/React.createElement("path", {
|
|
279
|
-
d: "
|
|
280
|
-
fill: "currentColor"
|
|
281
|
-
fillRule: "nonzero"
|
|
303
|
+
d: "M12.1 1.75s-.8 0-2.1-.5C8.6.75 7.75.2 7.75.2l-.4-.2L7 .2s-.9.55-2.25 1.05c-1.35.45-2.1.5-2.1.5L2 1.8v6.9C2 11.25 6.75 14 7.35 14c.55 0 5.35-2.75 5.35-5.3V1.8l-.6-.05zM7 9.7L4.5 7.4l.75-.95 1.6 1.45 3-3.75.9.85L7 9.7z",
|
|
304
|
+
fill: "currentColor"
|
|
282
305
|
});
|
|
283
306
|
function SvgSafety(props) {
|
|
284
307
|
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
285
|
-
width:
|
|
308
|
+
width: 14,
|
|
286
309
|
height: 14,
|
|
287
|
-
viewBox: "0 0
|
|
310
|
+
viewBox: "0 0 14 14",
|
|
311
|
+
fill: "none",
|
|
288
312
|
xmlns: "http://www.w3.org/2000/svg"
|
|
289
313
|
}, props), _ref$4);
|
|
290
314
|
}
|
|
291
315
|
|
|
292
316
|
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); }
|
|
293
|
-
var _ref$3 = /*#__PURE__*/React.createElement("
|
|
294
|
-
|
|
317
|
+
var _ref$3 = /*#__PURE__*/React.createElement("g", {
|
|
318
|
+
clipPath: "url(#system-setting_svg__clip0_2_62)"
|
|
319
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
320
|
+
d: "M8.622.317A.614.614 0 0 1 9.46.08l2.098 1.262a.646.646 0 0 1 .29.394.67.67 0 0 1-.064.491l-.042.078a1.89 1.89 0 0 0 .032 1.839v.01a1.75 1.75 0 0 0 1.516.946h.087c.345 0 .624.29.624.647v2.507c0 .176-.07.344-.192.466a.614.614 0 0 1-.454.182h-.075c-.631.01-1.21.369-1.515.943v.02a1.893 1.893 0 0 0-.026 1.835l.029.078a.67.67 0 0 1 .064.491.645.645 0 0 1-.29.394l-2.095 1.255a.634.634 0 0 1-.86-.251l-.035-.067a1.742 1.742 0 0 0-1.545-.893 1.747 1.747 0 0 0-1.573.89l-.042.08a.614.614 0 0 1-.854.238L2.443 12.66a.645.645 0 0 1-.29-.394.67.67 0 0 1 .064-.492l.042-.077a1.89 1.89 0 0 0-.032-1.839A1.75 1.75 0 0 0 .71 8.911H.624A.636.636 0 0 1 0 8.263v-2.51c0-.175.07-.343.192-.465a.614.614 0 0 1 .454-.182h.1c.632-.01 1.21-.37 1.516-.943v-.02a1.893 1.893 0 0 0 .026-1.836l-.042-.08a.67.67 0 0 1-.064-.492.645.645 0 0 1 .29-.394L4.566.086a.634.634 0 0 1 .86.251l.036.067c.322.565.912.906 1.544.893a1.747 1.747 0 0 0 1.574-.9l.042-.08zM7.006 4.166c-1.508 0-2.73 1.27-2.73 2.836 0 1.566 1.222 2.835 2.73 2.835a2.68 2.68 0 0 0 1.931-.83c.513-.532.8-1.253.8-2.005 0-1.566-1.222-2.836-2.73-2.836zm0 1.01c.972 0 1.76.817 1.762 1.826a1.831 1.831 0 0 1-1.085 1.692 1.714 1.714 0 0 1-1.92-.395 1.88 1.88 0 0 1-.384-1.993 1.762 1.762 0 0 1 1.627-1.13z",
|
|
321
|
+
fill: "currentColor"
|
|
322
|
+
}));
|
|
323
|
+
var _ref2$2 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
324
|
+
id: "system-setting_svg__clip0_2_62"
|
|
325
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
295
326
|
fill: "currentColor",
|
|
296
|
-
|
|
297
|
-
});
|
|
327
|
+
d: "M0 0h14v14H0z"
|
|
328
|
+
})));
|
|
298
329
|
function SvgSystemSetting(props) {
|
|
299
330
|
return /*#__PURE__*/React.createElement("svg", _extends$3({
|
|
300
331
|
width: 14,
|
|
301
332
|
height: 14,
|
|
302
333
|
viewBox: "0 0 14 14",
|
|
334
|
+
fill: "none",
|
|
303
335
|
xmlns: "http://www.w3.org/2000/svg"
|
|
304
|
-
}, props), _ref$3);
|
|
336
|
+
}, props), _ref$3, _ref2$2);
|
|
305
337
|
}
|
|
306
338
|
|
|
307
339
|
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); }
|
|
@@ -328,33 +360,49 @@ function SvgUserManagement(props) {
|
|
|
328
360
|
}
|
|
329
361
|
|
|
330
362
|
function _extends$1() { _extends$1 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); }
|
|
331
|
-
var _ref$1 = /*#__PURE__*/React.createElement("
|
|
332
|
-
|
|
363
|
+
var _ref$1 = /*#__PURE__*/React.createElement("g", {
|
|
364
|
+
clipPath: "url(#workbench_svg__clip0_2_93)"
|
|
365
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
366
|
+
d: "M13.884 5.221L7.331.111a.492.492 0 0 0-.622 0L.115 5.22c-.216.162-.108.53.162.53h1.324v7.954c0 .162.122.295.27.295h3.244c.148 0 .27-.133.27-.295V9.287h3.243v4.418c0 .162.122.295.27.295h3.243c.149 0 .27-.133.27-.295V5.752h1.325c.256 0 .364-.369.148-.53z",
|
|
367
|
+
fill: "currentColor"
|
|
368
|
+
}));
|
|
369
|
+
var _ref2$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
370
|
+
id: "workbench_svg__clip0_2_93"
|
|
371
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
333
372
|
fill: "currentColor",
|
|
334
|
-
|
|
335
|
-
});
|
|
373
|
+
d: "M0 0h14v14H0z"
|
|
374
|
+
})));
|
|
336
375
|
function SvgWorkbench(props) {
|
|
337
376
|
return /*#__PURE__*/React.createElement("svg", _extends$1({
|
|
338
377
|
width: 14,
|
|
339
378
|
height: 14,
|
|
340
379
|
viewBox: "0 0 14 14",
|
|
380
|
+
fill: "none",
|
|
341
381
|
xmlns: "http://www.w3.org/2000/svg"
|
|
342
|
-
}, props), _ref$1);
|
|
382
|
+
}, props), _ref$1, _ref2$1);
|
|
343
383
|
}
|
|
344
384
|
|
|
345
385
|
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); }
|
|
346
|
-
var _ref = /*#__PURE__*/React.createElement("
|
|
347
|
-
|
|
386
|
+
var _ref = /*#__PURE__*/React.createElement("g", {
|
|
387
|
+
clipPath: "url(#workorder-management_svg__clip0_2_57)"
|
|
388
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
389
|
+
d: "M14 6.5H8.622L7 4.878 5.378 6.5H1v-4h2.5V4h10V0h-10v1.5H0v6h5.378L7 9.122 8.622 7.5H13v4h-2V10H1v4h10v-1.5h3v-6z",
|
|
390
|
+
fill: "currentColor"
|
|
391
|
+
}));
|
|
392
|
+
var _ref2 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
393
|
+
id: "workorder-management_svg__clip0_2_57"
|
|
394
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
348
395
|
fill: "currentColor",
|
|
349
|
-
|
|
350
|
-
});
|
|
396
|
+
d: "M0 0h14v14H0z"
|
|
397
|
+
})));
|
|
351
398
|
function SvgWorkorderManagement(props) {
|
|
352
399
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
353
400
|
width: 14,
|
|
354
401
|
height: 14,
|
|
355
402
|
viewBox: "0 0 14 14",
|
|
403
|
+
fill: "none",
|
|
356
404
|
xmlns: "http://www.w3.org/2000/svg"
|
|
357
|
-
}, props), _ref);
|
|
405
|
+
}, props), _ref, _ref2);
|
|
358
406
|
}
|
|
359
407
|
|
|
360
408
|
var customerCategory = {
|
|
@@ -379,4 +427,4 @@ var customerCategory = {
|
|
|
379
427
|
};
|
|
380
428
|
|
|
381
429
|
export { customerCategory };
|
|
382
|
-
//# sourceMappingURL=customer-
|
|
430
|
+
//# sourceMappingURL=customer-93aee174.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customer-
|
|
1
|
+
{"version":3,"file":"customer-93aee174.js","sources":["../src/generated/icons/customer.ts"],"sourcesContent":["import CustomerAutomateOperation from \"../../icons/customer/automate-operation.svg\";\nimport CustomerCmdbManagement from \"../../icons/customer/cmdb-management.svg\";\nimport CustomerCommandDispatchManagement from \"../../icons/customer/command-dispatch-management.svg\";\nimport CustomerComprehensiveSupportManagement from \"../../icons/customer/comprehensive-support-management.svg\";\nimport CustomerExceptionEventManagement from \"../../icons/customer/exception-event-management.svg\";\nimport CustomerItService from \"../../icons/customer/it-service.svg\";\nimport CustomerLargeScreen from \"../../icons/customer/large-screen.svg\";\nimport CustomerMaintenanceManagement from \"../../icons/customer/maintenance-management.svg\";\nimport CustomerMaintenanceTestManagement from \"../../icons/customer/maintenance-test-management.svg\";\nimport CustomerNetworkManagement from \"../../icons/customer/network-management.svg\";\nimport CustomerResourceApplicationManagement from \"../../icons/customer/resource-application-management.svg\";\nimport CustomerRunOperationManagement from \"../../icons/customer/run-operation-management.svg\";\nimport CustomerRun from \"../../icons/customer/run.svg\";\nimport CustomerSafety from \"../../icons/customer/safety.svg\";\nimport CustomerSystemSetting from \"../../icons/customer/system-setting.svg\";\nimport CustomerUserManagement from \"../../icons/customer/user-management.svg\";\nimport CustomerWorkbench from \"../../icons/customer/workbench.svg\";\nimport CustomerWorkorderManagement from \"../../icons/customer/workorder-management.svg\";\nexport const customerCategory = {\n \"automate-operation\": CustomerAutomateOperation,\n \"cmdb-management\": CustomerCmdbManagement,\n \"command-dispatch-management\": CustomerCommandDispatchManagement,\n \"comprehensive-support-management\": CustomerComprehensiveSupportManagement,\n \"exception-event-management\": CustomerExceptionEventManagement,\n \"it-service\": CustomerItService,\n \"large-screen\": CustomerLargeScreen,\n \"maintenance-management\": CustomerMaintenanceManagement,\n \"maintenance-test-management\": CustomerMaintenanceTestManagement,\n \"network-management\": CustomerNetworkManagement,\n \"resource-application-management\": CustomerResourceApplicationManagement,\n \"run-operation-management\": CustomerRunOperationManagement,\n run: CustomerRun,\n safety: CustomerSafety,\n \"system-setting\": CustomerSystemSetting,\n \"user-management\": CustomerUserManagement,\n workbench: CustomerWorkbench,\n \"workorder-management\": CustomerWorkorderManagement,\n};\n"],"names":["customerCategory","CustomerAutomateOperation","CustomerCmdbManagement","CustomerCommandDispatchManagement","CustomerComprehensiveSupportManagement","CustomerExceptionEventManagement","CustomerItService","CustomerLargeScreen","CustomerMaintenanceManagement","CustomerMaintenanceTestManagement","CustomerNetworkManagement","CustomerResourceApplicationManagement","CustomerRunOperationManagement","run","CustomerRun","safety","CustomerSafety","CustomerSystemSetting","CustomerUserManagement","workbench","CustomerWorkbench","CustomerWorkorderManagement"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkBO,IAAMA,gBAAgB,GAAG;AAC9B,EAAA,oBAAoB,EAAEC,oBAAyB;AAC/C,EAAA,iBAAiB,EAAEC,iBAAsB;AACzC,EAAA,6BAA6B,EAAEC,4BAAiC;AAChE,EAAA,kCAAkC,EAAEC,iCAAsC;AAC1E,EAAA,4BAA4B,EAAEC,2BAAgC;AAC9D,EAAA,YAAY,EAAEC,YAAiB;AAC/B,EAAA,cAAc,EAAEC,cAAmB;AACnC,EAAA,wBAAwB,EAAEC,wBAA6B;AACvD,EAAA,6BAA6B,EAAEC,4BAAiC;AAChE,EAAA,oBAAoB,EAAEC,oBAAyB;AAC/C,EAAA,iCAAiC,EAAEC,gCAAqC;AACxE,EAAA,0BAA0B,EAAEC,yBAA8B;AAC1DC,EAAAA,GAAG,EAAEC,MAAW;AAChBC,EAAAA,MAAM,EAAEC,SAAc;AACtB,EAAA,gBAAgB,EAAEC,gBAAqB;AACvC,EAAA,iBAAiB,EAAEC,iBAAsB;AACzCC,EAAAA,SAAS,EAAEC,YAAiB;AAC5B,EAAA,sBAAsB,EAAEC,sBAAAA;AAC1B;;;;"}
|
package/dist/index.esm.js
CHANGED
|
@@ -117,7 +117,7 @@ var categories = {
|
|
|
117
117
|
}(),
|
|
118
118
|
customer: function () {
|
|
119
119
|
var _ref15 = _asyncToGenerator(function* () {
|
|
120
|
-
return (yield import( /* webpackChunkName: "icons--customer" */'./customer-
|
|
120
|
+
return (yield import( /* webpackChunkName: "icons--customer" */'./customer-93aee174.js')).customerCategory;
|
|
121
121
|
});
|
|
122
122
|
return function customer() {
|
|
123
123
|
return _ref15.apply(this, arguments);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/brick-icons",
|
|
3
|
-
"version": "2.31.
|
|
3
|
+
"version": "2.31.69",
|
|
4
4
|
"description": "Self designed icons",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-icons",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"prettier": "^2.8.1",
|
|
50
50
|
"react": "^16.14.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "eef172a4f88f5ad93fe1a15f5cf66003a1fc0c74"
|
|
53
53
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="
|
|
2
|
+
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>工作台 6</title>
|
|
4
4
|
<defs>
|
|
5
5
|
<polygon id="path-1" points="2 1 13.8496822 1 13.8496822 15 2 15"></polygon>
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
</svg>
|
|
1
|
+
<svg width="14px" height="14px" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2_73)">
|
|
3
|
+
<path d="M5.7 14H0.199997V2.5C0.199997 1.1 1.3 0 2.7 0H12.2V5.5C12.2 5.8 12 6 11.7 6C11.4 6 8.11191 4.83042 6.04875 7.7C3.9856 10.5696 6.2 13.2 6.2 13.5C6.2 13.8 6 14 5.7 14ZM10.2 3.5C10.2 3.2 10 3 9.7 3H2.7C2.4 3 2.2 3.2 2.2 3.5C2.2 3.8 2.4 4 2.7 4H9.7C10 4 10.2 3.8 10.2 3.5ZM6.2 6.5C6.2 6.2 6 6 5.7 6H2.7C2.4 6 2.2 6.2 2.2 6.5C2.2 6.8 2.4 7 2.7 7H5.7C6 7 6.2 6.8 6.2 6.5ZM4.2 9.5C4.2 9.2 4 9 3.7 9H2.7C2.4 9 2.2 9.2 2.2 9.5C2.2 9.8 2.4 10 2.7 10H3.7C4 10 4.2 9.8 4.2 9.5ZM13.8 10.5C13.8 10.9 13.7 11.2 13.6 11.6C13.2 11.5 12.8 11.6 12.6 11.9C12.4 12.3 12.5 12.7 12.8 12.9C12.3 13.4 11.7 13.8 10.9 14C10.9 13.6 10.5 13.3 10.1 13.3C9.7 13.3 9.4 13.6 9.3 14C8.6 13.8 7.9 13.5 7.4 12.9C7.7 12.7 7.8 12.2 7.6 11.9C7.4 11.5 7 11.4 6.6 11.6C6.5 11.3 6.4 10.9 6.4 10.5C6.4 10.1 6.5 9.8 6.6 9.4C7 9.5 7.4 9.4 7.6 9.1C7.8 8.7 7.7 8.3 7.4 8.1C8.1 7.5 8.7 7.2 9.5 7C9.5 7.4 9.9 7.7 10.3 7.7C10.7 7.7 11 7.4 11.1 7C11.8 7.2 12.5 7.5 13 8.1C12.7 8.3 12.6 8.8 12.8 9.1C13 9.5 13.4 9.6 13.8 9.4C13.7 9.8 13.8 10.1 13.8 10.5ZM11.7 10.5C11.7 9.7 11.1 9.1 10.3 9.1C9.5 9.1 8.9 9.7 8.9 10.5C8.9 11.3 9.5 11.9 10.3 11.9C11.1 11.9 11.7 11.3 11.7 10.5Z" fill="white"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_2_73">
|
|
7
|
+
<rect width="14" height="14" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
</svg>
|
|
1
|
+
<svg width="14px" height="14px" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2_78)">
|
|
3
|
+
<path d="M0.668182 6.10909C0.318182 6.10909 0 5.82273 0 5.44091V0.668182C0 0.286364 0.286364 0 0.668182 0H5.47273C5.82273 0 6.14091 0.286364 6.14091 0.668182V5.47273C6.14091 5.82273 5.85455 6.14091 5.47273 6.14091H0.668182V6.10909ZM8.52727 6.10909C8.17727 6.10909 7.85909 5.82273 7.85909 5.44091V0.668182C7.85909 0.318182 8.14546 0 8.52727 0H13.3318C13.7136 0 14 0.286364 14 0.668182V5.47273C14 5.82273 13.7136 6.14091 13.3318 6.14091H8.52727V6.10909ZM0.668182 14C0.286364 14 0 13.7136 0 13.3318V8.52727C0 8.17727 0.286364 7.85909 0.668182 7.85909H5.47273C5.82273 7.85909 6.14091 8.14546 6.14091 8.52727V13.3318C6.14091 13.6818 5.85455 14 5.47273 14H0.668182ZM8.52727 14C8.17727 14 7.85909 13.7136 7.85909 13.3318V8.52727C7.85909 8.17727 8.14546 7.85909 8.52727 7.85909H13.3318C13.6818 7.85909 14 8.14546 14 8.52727V13.3318C14 13.6818 13.7136 14 13.3318 14H8.52727Z" fill="white"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_2_78">
|
|
7
|
+
<rect width="14" height="14" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
<g id="图标备份" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="数据可视化" transform="translate(1, 2)" fill="#FFFFFF" fill-rule="nonzero">
|
|
6
|
-
<path d="M13.5334973,0 C13.7912798,0 14.000164,0.207815855 14,0.464279884 L14,10.2143207 C14,10.4707847 13.7911157,10.6786006 13.5333332,10.6786006 L7.69999995,10.6786006 L7.69999995,11.6071603 L9.09999994,11.6071603 C9.48659159,11.6071603 9.79999993,11.9189658 9.79999993,12.3035802 C9.79999993,12.6881946 9.48659159,13 9.09999994,13 L4.89999997,13 C4.51340831,13 4.19999997,12.6881946 4.19999997,12.3035802 C4.19999997,11.9189658 4.51340831,11.6071603 4.89999997,11.6071603 L6.29999996,11.6071603 L6.29999996,10.6786006 L0.466666663,10.6786006 C0.208884199,10.6786006 0,10.4707847 0,10.2143207 L0,0.464279884 C0,0.207815855 0.208884199,0 0.466666663,0 L13.5334973,0 Z M9.85621372,2.24511157 L7.85165319,4.77373778 L5.73838053,3.27006364 C5.58618354,3.16182377 5.3979519,3.12693385 5.22051545,3.17480606 C5.0429003,3.22247073 4.89242086,3.34801004 4.80619298,3.52045962 L3.07637766,6.98170135 C2.90791187,7.31891643 3.02741919,7.73840679 3.34352063,7.91837383 C3.44082939,7.97354858 3.54543631,8 3.64821869,8 C3.88008723,8 4.10450557,7.86676921 4.22127608,7.63341249 L5.61415981,4.84578951 L7.61324672,6.26816205 C7.8875358,6.46354556 8.25548456,6.40788398 8.46819544,6.13931278 L10.8464824,3.13942931 C11.0778948,2.84748999 11.0438368,2.41079809 10.7703079,2.16380995 C10.496627,1.91665954 10.0876261,1.9534968 9.85621372,2.24511157 Z" id="形状结合"></path>
|
|
7
|
-
</g>
|
|
8
|
-
</g>
|
|
9
|
-
</svg>
|
|
1
|
+
<svg width="14px" height="14px" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.3438 13H0.65625C0.293813 13 0 12.7015 0 12.3333V1.66667C0 1.29848 0.293813 1 0.65625 1C1.01869 1 1.3125 1.29848 1.3125 1.66667V11.6667H13.3438C13.7062 11.6667 14 11.9651 14 12.3333C14 12.7015 13.7062 13 13.3438 13ZM11.8125 11H10.5C10.1376 11 9.84375 10.7015 9.84375 10.3333V5.66667C9.84375 5.29848 10.1376 5 10.5 5H11.8125C12.1749 5 12.4688 5.29848 12.4688 5.66667V10.3333C12.4688 10.7015 12.1749 11 11.8125 11ZM8.09375 11H6.78125C6.41881 11 6.125 10.7015 6.125 10.3333V3C6.125 2.63181 6.41881 2.33333 6.78125 2.33333H8.09375C8.45619 2.33333 8.75 2.63181 8.75 3V10.3333C8.75 10.7015 8.45619 11 8.09375 11ZM4.375 11H3.0625C2.70006 11 2.40625 10.7015 2.40625 10.3333V9C2.40625 8.63181 2.70006 8.33333 3.0625 8.33333H4.375C4.73744 8.33333 5.03125 8.63181 5.03125 9V10.3333C5.03125 10.7015 4.73744 11 4.375 11Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
</svg>
|
|
1
|
+
<svg width="14px" height="14px" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2_83)">
|
|
3
|
+
<path d="M12.5517 0C13.3516 0 14 0.671573 14 1.5V9.75C14 10.5784 13.3516 11.25 12.5517 11.25H1.44828C0.648415 11.25 0 10.5784 0 9.75V1.5C0 0.671573 0.648415 0 1.44828 0H12.5517ZM12.011 3.306C11.8973 3.18932 11.7435 3.12421 11.5834 3.125C11.4234 3.1258 11.2701 3.19244 11.1575 3.31025L8.53179 6.055L6.89138 4.13575L6.86169 4.10325C6.62447 3.86285 6.24433 3.86598 6.01083 4.11025L2.95062 7.31L2.92141 7.3425C2.71515 7.59135 2.72969 7.963 2.95472 8.19375L2.9861 8.224C3.22637 8.43763 3.58521 8.42257 3.808 8.1895L6.41466 5.464L8.05531 7.3835L8.085 7.416C8.32222 7.6564 8.70236 7.65327 8.93586 7.409L12.0149 4.19L12.0441 4.1575C12.2504 3.90865 12.2361 3.53675 12.011 3.306ZM3.37931 12.5H10.6207C11.0206 12.5 11.3448 12.8358 11.3448 13.25C11.3448 13.6642 11.0206 14 10.6207 14H3.37931C2.97938 14 2.65517 13.6642 2.65517 13.25C2.65517 12.8358 2.97938 12.5 3.37931 12.5Z" fill="white"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_2_83">
|
|
7
|
+
<rect width="14" height="14" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
<g id="设计稿" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<g id="导航/菜单项/默认备份-2" transform="translate(-9.65, -7)" fill="#FFFFFF" fill-rule="nonzero">
|
|
6
|
-
<g id="工作台" transform="translate(9.65, 7)">
|
|
7
|
-
<path d="M10.1,1.75 C10.1,1.75 9.29999999,1.75 8,1.24999999 C6.6,0.749999988 5.74999999,0.199999994 5.74999999,0.199999994 L5.34999999,0 L5,0.199999994 C5,0.199999994 4.1,0.749999988 2.74999998,1.24999999 C1.39999999,1.7 0.649999984,1.75 0.649999984,1.75 L0,1.8 L0,8.7 C0,11.25 4.74999999,14 5.34999999,14 C5.89999998,14 10.7,11.25 10.7,8.7 L10.7,1.8 L10.1,1.75 Z M4.99999999,9.7 L2.49999999,7.4 L3.24999999,6.45000001 L4.84999998,7.90000001 L7.84999998,4.15000001 L8.74999997,5.00000002 L4.99999999,9.7 L4.99999999,9.7 Z" id="形状"></path>
|
|
8
|
-
</g>
|
|
9
|
-
</g>
|
|
10
|
-
</g>
|
|
11
|
-
</svg>
|
|
1
|
+
<svg width="14px" height="14px" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12.1 1.75C12.1 1.75 11.3 1.75 10 1.25C8.6 0.75 7.75 0.2 7.75 0.2L7.35 0L7 0.2C7 0.2 6.1 0.75 4.75 1.25C3.4 1.7 2.65 1.75 2.65 1.75L2 1.8V8.7C2 11.25 6.75 14 7.35 14C7.9 14 12.7 11.25 12.7 8.7V1.8L12.1 1.75ZM7 9.7L4.5 7.4L5.25 6.45L6.85 7.9L9.85 4.15L10.75 5L7 9.7Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
</svg>
|
|
1
|
+
<svg width="14px" height="14px" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2_62)">
|
|
3
|
+
<path d="M8.62234 0.31708C8.79477 0.0175734 9.16396 -0.0875122 9.45937 0.0788301L11.5568 1.34055C11.7 1.4268 11.8043 1.56863 11.8468 1.7348C11.8892 1.90097 11.8663 2.07784 11.783 2.22644L11.741 2.30362C11.4326 2.87803 11.4449 3.58017 11.7733 4.14251V4.15258C12.0778 4.72812 12.6566 5.08947 13.289 5.09887H13.3763C13.7207 5.09887 14 5.38882 14 5.7465V8.25317C13.9992 8.42878 13.9301 8.59662 13.8084 8.71857C13.6867 8.84052 13.5227 8.90624 13.3536 8.9008H13.2793C12.6478 8.91021 12.0695 9.26999 11.7636 9.84374V9.86387C11.4391 10.4268 11.4293 11.1269 11.7378 11.6994L11.7669 11.7766C11.8501 11.9252 11.873 12.1021 11.8306 12.2682C11.7882 12.4344 11.6838 12.5762 11.5406 12.6625L9.44645 13.9175C9.14118 14.0857 8.76246 13.9748 8.5868 13.6658L8.55125 13.5987C8.22881 13.0339 7.63866 12.6929 7.00646 12.7061C6.36498 12.6826 5.76197 13.0233 5.43259 13.5953L5.39058 13.6759C5.21754 13.9852 4.83653 14.0916 4.5374 13.9141L2.44321 12.6591C2.29999 12.5729 2.19567 12.431 2.15324 12.2649C2.1108 12.0987 2.13374 11.9218 2.21699 11.7732L2.259 11.6961C2.56745 11.1216 2.55511 10.4195 2.22669 9.85716C1.92215 9.28162 1.34337 8.92026 0.710988 8.91087H0.62373C0.279254 8.91087 0 8.62091 0 8.26323V5.75321C0.000790866 5.5776 0.0698835 5.40976 0.191592 5.28781C0.3133 5.16586 0.477298 5.10014 0.646353 5.10558H0.746537C1.37805 5.09617 1.95636 4.73639 2.26223 4.16264V4.14251C2.58672 3.5796 2.59658 2.8795 2.28809 2.30697L2.24608 2.22644C2.16282 2.07784 2.13989 1.90097 2.18232 1.7348C2.22476 1.56863 2.32908 1.4268 2.4723 1.34055L4.56648 0.0855414C4.87175 -0.0826927 5.25046 0.0281806 5.42613 0.337214L5.46168 0.404327C5.78412 0.969115 6.37426 1.31011 7.00646 1.29693C7.64995 1.31837 8.25344 0.973534 8.58033 0.397616L8.62234 0.31708ZM7.00646 4.166C5.49826 4.166 4.27562 5.4355 4.27562 7.00151C4.27562 8.56752 5.49826 9.83703 7.00646 9.83703C7.73073 9.83703 8.42533 9.53829 8.93746 9.00652C9.44959 8.47476 9.7373 7.75354 9.7373 7.00151C9.7373 5.4355 8.51467 4.166 7.00646 4.166ZM7.00646 5.17604C7.97795 5.17604 8.76599 5.99279 8.76778 7.00151C8.76908 7.74151 8.34078 8.40939 7.68273 8.69352C7.02468 8.97764 6.26658 8.822 5.76218 8.29923C5.25777 7.77645 5.10649 6.98958 5.37892 6.30579C5.65134 5.62199 6.29379 5.17604 7.00646 5.17604Z" fill="white"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_2_62">
|
|
7
|
+
<rect width="14" height="14" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
</svg>
|
|
1
|
+
<svg width="14px" height="14px" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2_93)">
|
|
3
|
+
<path d="M13.8843 5.22146L7.33072 0.110468C7.14154 -0.0368227 6.8848 -0.0368227 6.70914 0.110468L0.115013 5.22146C-0.101188 5.38348 0.00691253 5.75171 0.277164 5.75171H1.60139V13.7054C1.60139 13.8674 1.72301 14 1.87165 14H5.11466C5.2633 14 5.38491 13.8674 5.38491 13.7054V9.28669H8.62792V13.7054C8.62792 13.8674 8.74954 14 8.89818 14H12.1412C12.2898 14 12.4114 13.8674 12.4114 13.7054V5.75171H13.7357C13.9924 5.75171 14.1005 5.38348 13.8843 5.22146Z" fill="white"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_2_93">
|
|
7
|
+
<rect width="14" height="14" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
</svg>
|
|
1
|
+
<svg width="14px" height="14px" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_2_57)">
|
|
3
|
+
<path d="M14 6.5H8.62187L7 4.87813L5.37813 6.5H1V2.5H3.5V4H13.5V0H3.5V1.5H0V7.5H5.37813L7 9.12187L8.62187 7.5H13V11.5H11V10H1V14H11V12.5H14V6.5Z" fill="white"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_2_57">
|
|
7
|
+
<rect width="14" height="14" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|