@next-core/brick-icons 2.24.5 → 2.26.2
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/CHANGELOG.md +39 -0
- package/dist/{colored-common-154a8457.js → colored-common-dd978cad.js} +500 -15
- package/dist/colored-common-dd978cad.js.map +1 -0
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/{monitor-1430b9cc.js → monitor-db8b8e5f.js} +68 -32
- package/dist/monitor-db8b8e5f.js.map +1 -0
- package/dist/types/generated/icons/colored-common.d.ts +6 -0
- package/dist/types/generated/icons/monitor.d.ts +2 -0
- package/package.json +2 -2
- package/dist/colored-common-154a8457.js.map +0 -1
- package/dist/monitor-1430b9cc.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,45 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.26.2](https://github.com/easyops-cn/next-core/compare/@next-core/brick-icons@2.26.1...@next-core/brick-icons@2.26.2) (2022-01-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @next-core/brick-icons
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [2.26.1](https://github.com/easyops-cn/next-core/compare/@next-core/brick-icons@2.26.0...@next-core/brick-icons@2.26.1) (2022-01-20)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @next-core/brick-icons
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [2.26.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-icons@2.25.0...@next-core/brick-icons@2.26.0) (2022-01-19)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* delete icons ([1a8dfc0](https://github.com/easyops-cn/next-core/commit/1a8dfc09bd88e9407c8dd472b10fe8070ca67b35))
|
|
28
|
+
* move to colored-common ([35d428f](https://github.com/easyops-cn/next-core/commit/35d428fdc0a749ed79c5439682963c422c493118))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
# [2.25.0](https://github.com/easyops-cn/next-core/compare/@next-core/brick-icons@2.24.5...@next-core/brick-icons@2.25.0) (2022-01-19)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Features
|
|
38
|
+
|
|
39
|
+
* add icon ([9dcac0d](https://github.com/easyops-cn/next-core/commit/9dcac0d090e9299573e5b1e2cd9eb8d18ef9d468))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
6
45
|
## [2.24.5](https://github.com/easyops-cn/next-core/compare/@next-core/brick-icons@2.24.4...@next-core/brick-icons@2.24.5) (2022-01-13)
|
|
7
46
|
|
|
8
47
|
**Note:** Version bump only for package @next-core/brick-icons
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
|
|
3
|
-
function _extends$
|
|
3
|
+
function _extends$K() { _extends$K = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
4
4
|
|
|
5
|
-
var _ref$
|
|
5
|
+
var _ref$K = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
6
6
|
x1: "10.417%",
|
|
7
7
|
y1: "17.646%",
|
|
8
8
|
x2: "86.076%",
|
|
@@ -79,7 +79,7 @@ var _ref$E = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.c
|
|
|
79
79
|
in: "shadowBlurOuter1"
|
|
80
80
|
})));
|
|
81
81
|
|
|
82
|
-
var _ref2$
|
|
82
|
+
var _ref2$t = /*#__PURE__*/React.createElement("g", {
|
|
83
83
|
fill: "none",
|
|
84
84
|
fillRule: "evenodd"
|
|
85
85
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -108,18 +108,18 @@ var _ref2$n = /*#__PURE__*/React.createElement("g", {
|
|
|
108
108
|
})));
|
|
109
109
|
|
|
110
110
|
function SvgAddressList(props) {
|
|
111
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
111
|
+
return /*#__PURE__*/React.createElement("svg", _extends$K({
|
|
112
112
|
width: 40,
|
|
113
113
|
height: 40,
|
|
114
114
|
viewBox: "0 0 40 40",
|
|
115
115
|
xmlns: "http://www.w3.org/2000/svg",
|
|
116
116
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
117
|
-
}, props), _ref$
|
|
117
|
+
}, props), _ref$K, _ref2$t);
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
-
function _extends$
|
|
120
|
+
function _extends$J() { _extends$J = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
121
121
|
|
|
122
|
-
var _ref$
|
|
122
|
+
var _ref$J = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
123
123
|
cx: "50%",
|
|
124
124
|
cy: "0%",
|
|
125
125
|
fx: "50%",
|
|
@@ -267,7 +267,7 @@ var _ref$D = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.c
|
|
|
267
267
|
in: "shadowInnerInner1"
|
|
268
268
|
})));
|
|
269
269
|
|
|
270
|
-
var _ref2$
|
|
270
|
+
var _ref2$s = /*#__PURE__*/React.createElement("g", {
|
|
271
271
|
fill: "none",
|
|
272
272
|
fillRule: "evenodd"
|
|
273
273
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -326,18 +326,18 @@ var _ref2$m = /*#__PURE__*/React.createElement("g", {
|
|
|
326
326
|
}));
|
|
327
327
|
|
|
328
328
|
function SvgBat(props) {
|
|
329
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
329
|
+
return /*#__PURE__*/React.createElement("svg", _extends$J({
|
|
330
330
|
width: 26,
|
|
331
331
|
height: 26,
|
|
332
332
|
viewBox: "0 0 26 26",
|
|
333
333
|
xmlns: "http://www.w3.org/2000/svg",
|
|
334
334
|
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
335
|
-
}, props), _ref$
|
|
335
|
+
}, props), _ref$J, _ref2$s);
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
-
function _extends$
|
|
338
|
+
function _extends$I() { _extends$I = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
339
339
|
|
|
340
|
-
var _ref$
|
|
340
|
+
var _ref$I = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
341
341
|
x1: "24.588%",
|
|
342
342
|
y1: "12.852%",
|
|
343
343
|
x2: "50%",
|
|
@@ -364,7 +364,7 @@ var _ref$C = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.c
|
|
|
364
364
|
offset: "100%"
|
|
365
365
|
})));
|
|
366
366
|
|
|
367
|
-
var _ref2$
|
|
367
|
+
var _ref2$r = /*#__PURE__*/React.createElement("g", {
|
|
368
368
|
fillRule: "nonzero",
|
|
369
369
|
fill: "none"
|
|
370
370
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -381,11 +381,490 @@ var _ref2$l = /*#__PURE__*/React.createElement("g", {
|
|
|
381
381
|
}));
|
|
382
382
|
|
|
383
383
|
function SvgBlueStar(props) {
|
|
384
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
384
|
+
return /*#__PURE__*/React.createElement("svg", _extends$I({
|
|
385
385
|
width: 40,
|
|
386
386
|
height: 40,
|
|
387
387
|
viewBox: "0 0 40 40",
|
|
388
388
|
xmlns: "http://www.w3.org/2000/svg"
|
|
389
|
+
}, props), _ref$I, _ref2$r);
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
function _extends$H() { _extends$H = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
393
|
+
|
|
394
|
+
var _ref$H = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
395
|
+
x1: "0%",
|
|
396
|
+
y1: "0%",
|
|
397
|
+
x2: "100%",
|
|
398
|
+
y2: "100%",
|
|
399
|
+
id: "cmdb-instance-create_svg__a"
|
|
400
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
401
|
+
stopColor: "#67A0FF",
|
|
402
|
+
offset: "0%"
|
|
403
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
404
|
+
stopColor: "#1D7DFA",
|
|
405
|
+
offset: "100%"
|
|
406
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
407
|
+
x1: "50%",
|
|
408
|
+
y1: "0%",
|
|
409
|
+
x2: "50%",
|
|
410
|
+
y2: "100%",
|
|
411
|
+
id: "cmdb-instance-create_svg__b"
|
|
412
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
413
|
+
stopColor: "#FFF",
|
|
414
|
+
offset: "0%"
|
|
415
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
416
|
+
stopColor: "#FFF",
|
|
417
|
+
stopOpacity: 0.4,
|
|
418
|
+
offset: "100%"
|
|
419
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
420
|
+
x1: "0%",
|
|
421
|
+
y1: "0%",
|
|
422
|
+
x2: "74.368%",
|
|
423
|
+
y2: "100%",
|
|
424
|
+
id: "cmdb-instance-create_svg__c"
|
|
425
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
426
|
+
stopColor: "#4FA3FF",
|
|
427
|
+
offset: "0%"
|
|
428
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
429
|
+
stopColor: "#EFF7FF",
|
|
430
|
+
offset: "100%"
|
|
431
|
+
})));
|
|
432
|
+
|
|
433
|
+
var _ref2$q = /*#__PURE__*/React.createElement("g", {
|
|
434
|
+
transform: "translate(.155 .479)",
|
|
435
|
+
fill: "none",
|
|
436
|
+
fillRule: "evenodd"
|
|
437
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
438
|
+
fill: "url(#cmdb-instance-create_svg__a)",
|
|
439
|
+
cx: 21,
|
|
440
|
+
cy: 21,
|
|
441
|
+
r: 21
|
|
442
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
443
|
+
d: "M5.612 1.606v.802h1.603v-.802H8.82v.802h1.603v-.802h1.604v.802h1.603v-.802h1.604v.802h1.603v-.802h1.604v.802h1.603v18.465H2.405V2.408h1.603v-.802h1.604z",
|
|
444
|
+
fill: "url(#cmdb-instance-create_svg__b)",
|
|
445
|
+
transform: "translate(9.62 9.634)"
|
|
446
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
447
|
+
fill: "#FFF",
|
|
448
|
+
opacity: 0.45,
|
|
449
|
+
d: "M14.43 21.676h7.829v1.606H14.43zM14.43 17.662H27.26v1.606H14.43z"
|
|
450
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
451
|
+
fillRule: "nonzero"
|
|
452
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
453
|
+
d: "M23.31 23.986a5 5 0 1 0 7.07 7.07 5 5 0 0 0-7.07-7.07z",
|
|
454
|
+
fill: "#FFF"
|
|
455
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
456
|
+
d: "M2.172 2.172a4 4 0 1 0 5.657 5.657 4 4 0 0 0-5.657-5.657z",
|
|
457
|
+
fill: "url(#cmdb-instance-create_svg__c)",
|
|
458
|
+
transform: "translate(21.845 22.521)"
|
|
459
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
460
|
+
d: "M29.255 27.93a.1.1 0 0 1-.1.101h-1.904v1.907a.1.1 0 0 1-.1.1h-.602a.1.1 0 0 1-.1-.1V28.03h-1.904a.1.1 0 0 1-.1-.1v-.602a.1.1 0 0 1 .1-.1h1.904V25.32a.1.1 0 0 1 .1-.1h.602a.1.1 0 0 1 .1.1v1.907h1.904a.1.1 0 0 1 .1.1v.603z",
|
|
461
|
+
fill: "#FFF"
|
|
462
|
+
})));
|
|
463
|
+
|
|
464
|
+
function SvgCmdbInstanceCreate(props) {
|
|
465
|
+
return /*#__PURE__*/React.createElement("svg", _extends$H({
|
|
466
|
+
width: 43,
|
|
467
|
+
height: 43,
|
|
468
|
+
viewBox: "0 0 43 43",
|
|
469
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
470
|
+
}, props), _ref$H, _ref2$q);
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
function _extends$G() { _extends$G = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
474
|
+
|
|
475
|
+
var _ref$G = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
476
|
+
x1: "0%",
|
|
477
|
+
y1: "0%",
|
|
478
|
+
x2: "100%",
|
|
479
|
+
y2: "100%",
|
|
480
|
+
id: "cmdb-instance-delete_svg__a"
|
|
481
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
482
|
+
stopColor: "#FA7E6E",
|
|
483
|
+
offset: "0%"
|
|
484
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
485
|
+
stopColor: "#F76514",
|
|
486
|
+
offset: "100%"
|
|
487
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
488
|
+
x1: "50%",
|
|
489
|
+
y1: "0%",
|
|
490
|
+
x2: "50%",
|
|
491
|
+
y2: "100%",
|
|
492
|
+
id: "cmdb-instance-delete_svg__b"
|
|
493
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
494
|
+
stopColor: "#FFF",
|
|
495
|
+
offset: "0%"
|
|
496
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
497
|
+
stopColor: "#FFF",
|
|
498
|
+
stopOpacity: 0.4,
|
|
499
|
+
offset: "100%"
|
|
500
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
501
|
+
x1: "75.547%",
|
|
502
|
+
y1: "17.285%",
|
|
503
|
+
x2: "19.55%",
|
|
504
|
+
y2: "81.801%",
|
|
505
|
+
id: "cmdb-instance-delete_svg__c"
|
|
506
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
507
|
+
stopColor: "#FD9C82",
|
|
508
|
+
offset: "0%"
|
|
509
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
510
|
+
stopColor: "#FFEFEA",
|
|
511
|
+
offset: "100%"
|
|
512
|
+
})));
|
|
513
|
+
|
|
514
|
+
var _ref2$p = /*#__PURE__*/React.createElement("g", {
|
|
515
|
+
transform: "translate(.147 .479)",
|
|
516
|
+
fill: "none",
|
|
517
|
+
fillRule: "evenodd"
|
|
518
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
519
|
+
fill: "url(#cmdb-instance-delete_svg__a)",
|
|
520
|
+
cx: 21,
|
|
521
|
+
cy: 21,
|
|
522
|
+
r: 21
|
|
523
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
524
|
+
d: "M5.612 1.606v.802h1.603v-.802H8.82v.802h1.603v-.802h1.604v.802h1.603v-.802h1.604v.802h1.603v-.802h1.604v.802h1.603v18.465H2.405V2.408h1.603v-.802h1.604z",
|
|
525
|
+
fill: "url(#cmdb-instance-delete_svg__b)",
|
|
526
|
+
transform: "translate(9.62 9.634)"
|
|
527
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
528
|
+
fill: "#FFF",
|
|
529
|
+
opacity: 0.3,
|
|
530
|
+
d: "M15.233 16.057h4.81v3.21h-4.81zM15.233 20.07h4.81v3.212h-4.81zM21.647 16.057h4.81v3.21h-4.81zM21.647 20.07h4.81v3.212h-4.81z"
|
|
531
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
532
|
+
fillRule: "nonzero"
|
|
533
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
534
|
+
d: "M26.853 21.521a5 5 0 1 1 0 10 5 5 0 0 1 0-10z",
|
|
535
|
+
fill: "#FFF"
|
|
536
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
537
|
+
d: "M5 1a4 4 0 1 0 0 8 4 4 0 0 0 0-8z",
|
|
538
|
+
fill: "url(#cmdb-instance-delete_svg__c)",
|
|
539
|
+
transform: "translate(21.853 21.521)"
|
|
540
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
541
|
+
d: "M28.653 26.756c0 .049-.035.088-.079.088h-3.641c-.044 0-.08-.04-.08-.088v-.526c0-.049.036-.088.08-.088h3.641c.044 0 .08.04.08.088v.526z",
|
|
542
|
+
fill: "#FFF"
|
|
543
|
+
})));
|
|
544
|
+
|
|
545
|
+
function SvgCmdbInstanceDelete(props) {
|
|
546
|
+
return /*#__PURE__*/React.createElement("svg", _extends$G({
|
|
547
|
+
width: 43,
|
|
548
|
+
height: 43,
|
|
549
|
+
viewBox: "0 0 43 43",
|
|
550
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
551
|
+
}, props), _ref$G, _ref2$p);
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
function _extends$F() { _extends$F = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
555
|
+
|
|
556
|
+
var _ref$F = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
557
|
+
x1: "0%",
|
|
558
|
+
y1: "0%",
|
|
559
|
+
x2: "100%",
|
|
560
|
+
y2: "100%",
|
|
561
|
+
id: "cmdb-instance-edit_svg__a"
|
|
562
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
563
|
+
stopColor: "#9699FF",
|
|
564
|
+
offset: "0%"
|
|
565
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
566
|
+
stopColor: "#3C52DB",
|
|
567
|
+
offset: "100%"
|
|
568
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
569
|
+
x1: "50%",
|
|
570
|
+
y1: "0%",
|
|
571
|
+
x2: "50%",
|
|
572
|
+
y2: "99.704%",
|
|
573
|
+
id: "cmdb-instance-edit_svg__b"
|
|
574
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
575
|
+
stopColor: "#FFF",
|
|
576
|
+
offset: "0%"
|
|
577
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
578
|
+
stopColor: "#FFF",
|
|
579
|
+
stopOpacity: 0.4,
|
|
580
|
+
offset: "100%"
|
|
581
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
582
|
+
x1: "39.37%",
|
|
583
|
+
y1: "24.484%",
|
|
584
|
+
x2: "19.707%",
|
|
585
|
+
y2: "72.223%",
|
|
586
|
+
id: "cmdb-instance-edit_svg__c"
|
|
587
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
588
|
+
stopColor: "#B6C4FA",
|
|
589
|
+
offset: "0%"
|
|
590
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
591
|
+
stopColor: "#E1E8FF",
|
|
592
|
+
offset: "100%"
|
|
593
|
+
})));
|
|
594
|
+
|
|
595
|
+
var _ref2$o = /*#__PURE__*/React.createElement("g", {
|
|
596
|
+
transform: "translate(.155 .479)",
|
|
597
|
+
fill: "none",
|
|
598
|
+
fillRule: "evenodd"
|
|
599
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
600
|
+
fill: "url(#cmdb-instance-edit_svg__a)",
|
|
601
|
+
cx: 21,
|
|
602
|
+
cy: 21,
|
|
603
|
+
r: 21
|
|
604
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
605
|
+
d: "M5.612 1.606v.802h1.603v-.802H8.82v.802h1.603v-.802h1.604v.802h1.603v-.802h1.604v.802h1.603v-.802h1.604v.802h1.603v18.465H2.405V2.408h1.603v-.802h1.604z",
|
|
606
|
+
fill: "url(#cmdb-instance-edit_svg__b)",
|
|
607
|
+
transform: "translate(9.62 9.634)"
|
|
608
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
609
|
+
fill: "#FFF",
|
|
610
|
+
opacity: 0.2,
|
|
611
|
+
d: "M14.43 25.69H27.26v1.606H14.43z"
|
|
612
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
613
|
+
fillRule: "nonzero"
|
|
614
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
615
|
+
d: "M29.46 17.264c-.296 0-.583.117-.796.33l-5.31 5.317c-.16.161-.265.362-.308.577l-.374 2.134a1.422 1.422 0 0 0 1.625 1.653l2.131-.374c.245-.049.457-.158.625-.338l5.286-5.293c.44-.44.44-1.15 0-1.59l-2.081-2.086c-.214-.213-.5-.33-.797-.33z",
|
|
616
|
+
fill: "#FFF"
|
|
617
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
618
|
+
d: "M8.616 1.405c.023 0 .044.006.063.016l.026.02 2.082 2.086c.037.037.046.09.027.136l-.027.041-5.31 5.318-.03.022-.037.013-2.107.37a.424.424 0 0 1-.497-.409l.006-.083.37-2.11.012-.035.023-.031 5.31-5.318a.124.124 0 0 1 .089-.036z",
|
|
619
|
+
fill: "url(#cmdb-instance-edit_svg__c)",
|
|
620
|
+
transform: "translate(20.845 16.86)"
|
|
621
|
+
})));
|
|
622
|
+
|
|
623
|
+
function SvgCmdbInstanceEdit(props) {
|
|
624
|
+
return /*#__PURE__*/React.createElement("svg", _extends$F({
|
|
625
|
+
width: 43,
|
|
626
|
+
height: 43,
|
|
627
|
+
viewBox: "0 0 43 43",
|
|
628
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
629
|
+
}, props), _ref$F, _ref2$o);
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
function _extends$E() { _extends$E = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
633
|
+
|
|
634
|
+
var _ref$E = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
635
|
+
x1: "0%",
|
|
636
|
+
y1: "0%",
|
|
637
|
+
x2: "100%",
|
|
638
|
+
y2: "100%",
|
|
639
|
+
id: "cmdb-instance-export_svg__a"
|
|
640
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
641
|
+
stopColor: "#FDE162",
|
|
642
|
+
offset: "0%"
|
|
643
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
644
|
+
stopColor: "#FA9503",
|
|
645
|
+
offset: "100%"
|
|
646
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
647
|
+
x1: "18.323%",
|
|
648
|
+
y1: "4.023%",
|
|
649
|
+
x2: "70.16%",
|
|
650
|
+
y2: "82.188%",
|
|
651
|
+
id: "cmdb-instance-export_svg__b"
|
|
652
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
653
|
+
stopColor: "#FFF",
|
|
654
|
+
offset: "0%"
|
|
655
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
656
|
+
stopColor: "#FFF",
|
|
657
|
+
stopOpacity: 0.3,
|
|
658
|
+
offset: "100%"
|
|
659
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
660
|
+
x1: "47.816%",
|
|
661
|
+
y1: "24.484%",
|
|
662
|
+
x2: "43.775%",
|
|
663
|
+
y2: "72.223%",
|
|
664
|
+
id: "cmdb-instance-export_svg__c"
|
|
665
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
666
|
+
stopColor: "#FFF7E7",
|
|
667
|
+
offset: "0%"
|
|
668
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
669
|
+
stopColor: "#FFE6AA",
|
|
670
|
+
offset: "100%"
|
|
671
|
+
})));
|
|
672
|
+
|
|
673
|
+
var _ref2$n = /*#__PURE__*/React.createElement("g", {
|
|
674
|
+
transform: "translate(.155 .479)",
|
|
675
|
+
fill: "none",
|
|
676
|
+
fillRule: "evenodd"
|
|
677
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
678
|
+
fill: "url(#cmdb-instance-export_svg__a)",
|
|
679
|
+
cx: 21,
|
|
680
|
+
cy: 21,
|
|
681
|
+
r: 21
|
|
682
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
683
|
+
transform: "translate(9.62 9.634)"
|
|
684
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
685
|
+
fill: "url(#cmdb-instance-export_svg__b)",
|
|
686
|
+
cx: 11.475,
|
|
687
|
+
cy: 11.49,
|
|
688
|
+
r: 10
|
|
689
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
690
|
+
fillRule: "nonzero"
|
|
691
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
692
|
+
d: "M13 22.86c.08 0 .148-.053.172-.125l.01-.057v-7.076h2.472a.18.18 0 0 0 .168-.245l-.026-.046-4.129-4.002a.18.18 0 0 0-.243-.039l-4.17 4.041a.18.18 0 0 0 .089.284l.053.007h2.468v7.076c0 .08.052.148.124.172l.057.01H13z",
|
|
693
|
+
fill: "#FFF"
|
|
694
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
695
|
+
fill: "url(#cmdb-instance-export_svg__c)",
|
|
696
|
+
d: "M4.965 1H3.648v7.257l-1.443-.001 2.104 2.039 2.104-2.039H4.966z",
|
|
697
|
+
transform: "matrix(1 0 0 -1 7.216 22.86)"
|
|
698
|
+
}))));
|
|
699
|
+
|
|
700
|
+
function SvgCmdbInstanceExport(props) {
|
|
701
|
+
return /*#__PURE__*/React.createElement("svg", _extends$E({
|
|
702
|
+
width: 43,
|
|
703
|
+
height: 43,
|
|
704
|
+
viewBox: "0 0 43 43",
|
|
705
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
706
|
+
}, props), _ref$E, _ref2$n);
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
function _extends$D() { _extends$D = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
710
|
+
|
|
711
|
+
var _ref$D = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
712
|
+
x1: "0%",
|
|
713
|
+
y1: "0%",
|
|
714
|
+
x2: "100%",
|
|
715
|
+
y2: "100%",
|
|
716
|
+
id: "cmdb-instance-interview_svg__b"
|
|
717
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
718
|
+
stopColor: "#38B2FF",
|
|
719
|
+
offset: "0%"
|
|
720
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
721
|
+
stopColor: "#1A7AFF",
|
|
722
|
+
offset: "100%"
|
|
723
|
+
})), /*#__PURE__*/React.createElement("circle", {
|
|
724
|
+
id: "cmdb-instance-interview_svg__a",
|
|
725
|
+
cx: 21,
|
|
726
|
+
cy: 21,
|
|
727
|
+
r: 21
|
|
728
|
+
}), /*#__PURE__*/React.createElement("linearGradient", {
|
|
729
|
+
x1: "50%",
|
|
730
|
+
y1: "0%",
|
|
731
|
+
x2: "50%",
|
|
732
|
+
y2: "100%",
|
|
733
|
+
id: "cmdb-instance-interview_svg__d"
|
|
734
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
735
|
+
stopColor: "#FFF",
|
|
736
|
+
offset: "0%"
|
|
737
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
738
|
+
stopColor: "#FFF",
|
|
739
|
+
stopOpacity: 0.3,
|
|
740
|
+
offset: "100%"
|
|
741
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
742
|
+
x1: ".136%",
|
|
743
|
+
y1: "0%",
|
|
744
|
+
x2: "74.302%",
|
|
745
|
+
y2: "100%",
|
|
746
|
+
id: "cmdb-instance-interview_svg__e"
|
|
747
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
748
|
+
stopColor: "#4FA3FF",
|
|
749
|
+
offset: "0%"
|
|
750
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
751
|
+
stopColor: "#EFF7FF",
|
|
752
|
+
offset: "100%"
|
|
753
|
+
})));
|
|
754
|
+
|
|
755
|
+
var _ref2$m = /*#__PURE__*/React.createElement("g", {
|
|
756
|
+
fill: "none",
|
|
757
|
+
fillRule: "evenodd"
|
|
758
|
+
}, /*#__PURE__*/React.createElement("mask", {
|
|
759
|
+
id: "cmdb-instance-interview_svg__c",
|
|
760
|
+
fill: "#fff"
|
|
761
|
+
}, /*#__PURE__*/React.createElement("use", {
|
|
762
|
+
xlinkHref: "#cmdb-instance-interview_svg__a"
|
|
763
|
+
})), /*#__PURE__*/React.createElement("use", {
|
|
764
|
+
fill: "url(#cmdb-instance-interview_svg__b)",
|
|
765
|
+
xlinkHref: "#cmdb-instance-interview_svg__a"
|
|
766
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
767
|
+
mask: "url(#cmdb-instance-interview_svg__c)"
|
|
768
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
769
|
+
fill: "url(#cmdb-instance-interview_svg__d)",
|
|
770
|
+
d: "M16.916 1.605l2.325 2.328v16.94H3.207V1.606z",
|
|
771
|
+
transform: "translate(9.767 10.113)"
|
|
772
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
773
|
+
fill: "#FFF",
|
|
774
|
+
opacity: 0.2,
|
|
775
|
+
d: "M15.38 22.155h11.223v1.606H15.38zM15.38 25.367h11.223v1.606H15.38z"
|
|
776
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
777
|
+
fillRule: "nonzero"
|
|
778
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
779
|
+
d: "M16.75 17.716a3.616 3.616 0 0 1 .138 4.963l1.506 1.508a.08.08 0 0 1 0 .114l-.312.312a.08.08 0 0 1-.113 0l-1.518-1.52a3.605 3.605 0 0 1-4.803-.268 3.616 3.616 0 0 1 0-5.109 3.604 3.604 0 0 1 5.102 0z",
|
|
780
|
+
fill: "#FFF"
|
|
781
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
782
|
+
d: "M2.306 2.41a3.014 3.014 0 0 0 0 4.257 3.004 3.004 0 0 0 4.252 0 3.014 3.014 0 0 0 0-4.258 3.004 3.004 0 0 0-4.252 0z",
|
|
783
|
+
fill: "url(#cmdb-instance-interview_svg__e)",
|
|
784
|
+
transform: "translate(9.767 15.732)"
|
|
785
|
+
}))));
|
|
786
|
+
|
|
787
|
+
function SvgCmdbInstanceInterview(props) {
|
|
788
|
+
return /*#__PURE__*/React.createElement("svg", _extends$D({
|
|
789
|
+
width: 42,
|
|
790
|
+
height: 42,
|
|
791
|
+
viewBox: "0 0 42 42",
|
|
792
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
793
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
794
|
+
}, props), _ref$D, _ref2$m);
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
function _extends$C() { _extends$C = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { 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); }
|
|
798
|
+
|
|
799
|
+
var _ref$C = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
800
|
+
x1: "0%",
|
|
801
|
+
y1: "0%",
|
|
802
|
+
x2: "100%",
|
|
803
|
+
y2: "100%",
|
|
804
|
+
id: "cmdb-instance-record_svg__a"
|
|
805
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
806
|
+
stopColor: "#9699FF",
|
|
807
|
+
offset: "0%"
|
|
808
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
809
|
+
stopColor: "#364DD8",
|
|
810
|
+
offset: "100%"
|
|
811
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
812
|
+
x1: "50%",
|
|
813
|
+
y1: "0%",
|
|
814
|
+
x2: "50%",
|
|
815
|
+
y2: "100%",
|
|
816
|
+
id: "cmdb-instance-record_svg__b"
|
|
817
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
818
|
+
stopColor: "#FFF",
|
|
819
|
+
offset: "0%"
|
|
820
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
821
|
+
stopColor: "#FFF",
|
|
822
|
+
stopOpacity: 0.4,
|
|
823
|
+
offset: "100%"
|
|
824
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
825
|
+
x1: "50%",
|
|
826
|
+
y1: "0%",
|
|
827
|
+
x2: "50%",
|
|
828
|
+
y2: "100%",
|
|
829
|
+
id: "cmdb-instance-record_svg__c"
|
|
830
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
831
|
+
stopColor: "#FFF",
|
|
832
|
+
offset: "0%"
|
|
833
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
834
|
+
stopColor: "#FFF",
|
|
835
|
+
offset: "100%"
|
|
836
|
+
})));
|
|
837
|
+
|
|
838
|
+
var _ref2$l = /*#__PURE__*/React.createElement("g", {
|
|
839
|
+
transform: "translate(.155 .479)",
|
|
840
|
+
fill: "none",
|
|
841
|
+
fillRule: "evenodd"
|
|
842
|
+
}, /*#__PURE__*/React.createElement("circle", {
|
|
843
|
+
fill: "url(#cmdb-instance-record_svg__a)",
|
|
844
|
+
cx: 21,
|
|
845
|
+
cy: 21,
|
|
846
|
+
r: 21
|
|
847
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
848
|
+
fill: "url(#cmdb-instance-record_svg__b)",
|
|
849
|
+
d: "M16.916 1.605l2.325 2.328v16.94H3.207V1.606z",
|
|
850
|
+
transform: "translate(9.62 9.634)"
|
|
851
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
852
|
+
d: "M4.301 5.232V.13a.13.13 0 0 0-.13-.13H2.04a.13.13 0 0 0-.13.13v5.102H.13a.13.13 0 0 0-.102.21l2.976 2.885a.13.13 0 0 0 .205 0l2.977-2.885a.13.13 0 0 0-.103-.21H4.301z",
|
|
853
|
+
transform: "matrix(1 0 0 -1 17.638 25.236)",
|
|
854
|
+
fill: "url(#cmdb-instance-record_svg__c)",
|
|
855
|
+
fillRule: "nonzero"
|
|
856
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
857
|
+
fill: "#FFF",
|
|
858
|
+
opacity: 0.2,
|
|
859
|
+
d: "M15.233 24.888h11.224v1.606H15.233z"
|
|
860
|
+
}));
|
|
861
|
+
|
|
862
|
+
function SvgCmdbInstanceRecord(props) {
|
|
863
|
+
return /*#__PURE__*/React.createElement("svg", _extends$C({
|
|
864
|
+
width: 43,
|
|
865
|
+
height: 43,
|
|
866
|
+
viewBox: "0 0 43 43",
|
|
867
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
389
868
|
}, props), _ref$C, _ref2$l);
|
|
390
869
|
}
|
|
391
870
|
|
|
@@ -2777,6 +3256,12 @@ var coloredCommonCategory = {
|
|
|
2777
3256
|
"address-list": SvgAddressList,
|
|
2778
3257
|
bat: SvgBat,
|
|
2779
3258
|
"blue-star": SvgBlueStar,
|
|
3259
|
+
"cmdb-instance-create": SvgCmdbInstanceCreate,
|
|
3260
|
+
"cmdb-instance-delete": SvgCmdbInstanceDelete,
|
|
3261
|
+
"cmdb-instance-edit": SvgCmdbInstanceEdit,
|
|
3262
|
+
"cmdb-instance-export": SvgCmdbInstanceExport,
|
|
3263
|
+
"cmdb-instance-interview": SvgCmdbInstanceInterview,
|
|
3264
|
+
"cmdb-instance-record": SvgCmdbInstanceRecord,
|
|
2780
3265
|
"danger-0": SvgDanger0,
|
|
2781
3266
|
"danger-1": SvgDanger1,
|
|
2782
3267
|
"danger-2": SvgDanger2,
|
|
@@ -2818,4 +3303,4 @@ var coloredCommonCategory = {
|
|
|
2818
3303
|
};
|
|
2819
3304
|
|
|
2820
3305
|
export { coloredCommonCategory };
|
|
2821
|
-
//# sourceMappingURL=colored-common-
|
|
3306
|
+
//# sourceMappingURL=colored-common-dd978cad.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colored-common-dd978cad.js","sources":["../src/generated/icons/colored-common.ts"],"sourcesContent":["import ColoredCommonAddressList from \"../../icons/colored-common/address-list.svg\";\nimport ColoredCommonBat from \"../../icons/colored-common/bat.svg\";\nimport ColoredCommonBlueStar from \"../../icons/colored-common/blue-star.svg\";\nimport ColoredCommonCmdbInstanceCreate from \"../../icons/colored-common/cmdb-instance-create.svg\";\nimport ColoredCommonCmdbInstanceDelete from \"../../icons/colored-common/cmdb-instance-delete.svg\";\nimport ColoredCommonCmdbInstanceEdit from \"../../icons/colored-common/cmdb-instance-edit.svg\";\nimport ColoredCommonCmdbInstanceExport from \"../../icons/colored-common/cmdb-instance-export.svg\";\nimport ColoredCommonCmdbInstanceInterview from \"../../icons/colored-common/cmdb-instance-interview.svg\";\nimport ColoredCommonCmdbInstanceRecord from \"../../icons/colored-common/cmdb-instance-record.svg\";\nimport ColoredCommonDanger_0 from \"../../icons/colored-common/danger-0.svg\";\nimport ColoredCommonDanger_1 from \"../../icons/colored-common/danger-1.svg\";\nimport ColoredCommonDanger_2 from \"../../icons/colored-common/danger-2.svg\";\nimport ColoredCommonDanger_3 from \"../../icons/colored-common/danger-3.svg\";\nimport ColoredCommonDanger_4 from \"../../icons/colored-common/danger-4.svg\";\nimport ColoredCommonDanger_5 from \"../../icons/colored-common/danger-5.svg\";\nimport ColoredCommonDocuments from \"../../icons/colored-common/documents.svg\";\nimport ColoredCommonEs from \"../../icons/colored-common/es.svg\";\nimport ColoredCommonEventAlarm from \"../../icons/colored-common/event-alarm.svg\";\nimport ColoredCommonEventCritical from \"../../icons/colored-common/event-critical.svg\";\nimport ColoredCommonEventInformation from \"../../icons/colored-common/event-information.svg\";\nimport ColoredCommonEventNotice from \"../../icons/colored-common/event-notice.svg\";\nimport ColoredCommonEventUrgent from \"../../icons/colored-common/event-urgent.svg\";\nimport ColoredCommonExpansion from \"../../icons/colored-common/expansion.svg\";\nimport ColoredCommonFileLock from \"../../icons/colored-common/file-lock.svg\";\nimport ColoredCommonFileSearch from \"../../icons/colored-common/file-search.svg\";\nimport ColoredCommonGreenAdd from \"../../icons/colored-common/green-add.svg\";\nimport ColoredCommonIptables from \"../../icons/colored-common/iptables.svg\";\nimport ColoredCommonMiddleware from \"../../icons/colored-common/middleware.svg\";\nimport ColoredCommonOfficeSetting from \"../../icons/colored-common/office-setting.svg\";\nimport ColoredCommonPowershell from \"../../icons/colored-common/powershell.svg\";\nimport ColoredCommonPurpleHeart from \"../../icons/colored-common/purple-heart.svg\";\nimport ColoredCommonPython from \"../../icons/colored-common/python.svg\";\nimport ColoredCommonRegexpIcon from \"../../icons/colored-common/regexp-icon.svg\";\nimport ColoredCommonRelationQuery from \"../../icons/colored-common/relation-query.svg\";\nimport ColoredCommonRestart from \"../../icons/colored-common/restart.svg\";\nimport ColoredCommonSafesBlue from \"../../icons/colored-common/safes-blue.svg\";\nimport ColoredCommonSafesGreen from \"../../icons/colored-common/safes-green.svg\";\nimport ColoredCommonSafesYellow from \"../../icons/colored-common/safes-yellow.svg\";\nimport ColoredCommonShell from \"../../icons/colored-common/shell.svg\";\nimport ColoredCommonStart from \"../../icons/colored-common/start.svg\";\nimport ColoredCommonStop from \"../../icons/colored-common/stop.svg\";\nimport ColoredCommonStringIcon from \"../../icons/colored-common/string-icon.svg\";\nimport ColoredCommonUninstall from \"../../icons/colored-common/uninstall.svg\";\nimport ColoredCommonUpgrade from \"../../icons/colored-common/upgrade.svg\";\nimport ColoredCommonUpload from \"../../icons/colored-common/upload.svg\";\nimport ColoredCommonVideo from \"../../icons/colored-common/video.svg\";\nimport ColoredCommonYellowLabel from \"../../icons/colored-common/yellow-label.svg\";\nexport const coloredCommonCategory = {\n \"address-list\": ColoredCommonAddressList,\n bat: ColoredCommonBat,\n \"blue-star\": ColoredCommonBlueStar,\n \"cmdb-instance-create\": ColoredCommonCmdbInstanceCreate,\n \"cmdb-instance-delete\": ColoredCommonCmdbInstanceDelete,\n \"cmdb-instance-edit\": ColoredCommonCmdbInstanceEdit,\n \"cmdb-instance-export\": ColoredCommonCmdbInstanceExport,\n \"cmdb-instance-interview\": ColoredCommonCmdbInstanceInterview,\n \"cmdb-instance-record\": ColoredCommonCmdbInstanceRecord,\n \"danger-0\": ColoredCommonDanger_0,\n \"danger-1\": ColoredCommonDanger_1,\n \"danger-2\": ColoredCommonDanger_2,\n \"danger-3\": ColoredCommonDanger_3,\n \"danger-4\": ColoredCommonDanger_4,\n \"danger-5\": ColoredCommonDanger_5,\n documents: ColoredCommonDocuments,\n es: ColoredCommonEs,\n \"event-alarm\": ColoredCommonEventAlarm,\n \"event-critical\": ColoredCommonEventCritical,\n \"event-information\": ColoredCommonEventInformation,\n \"event-notice\": ColoredCommonEventNotice,\n \"event-urgent\": ColoredCommonEventUrgent,\n expansion: ColoredCommonExpansion,\n \"file-lock\": ColoredCommonFileLock,\n \"file-search\": ColoredCommonFileSearch,\n \"green-add\": ColoredCommonGreenAdd,\n iptables: ColoredCommonIptables,\n middleware: ColoredCommonMiddleware,\n \"office-setting\": ColoredCommonOfficeSetting,\n powershell: ColoredCommonPowershell,\n \"purple-heart\": ColoredCommonPurpleHeart,\n python: ColoredCommonPython,\n \"regexp-icon\": ColoredCommonRegexpIcon,\n \"relation-query\": ColoredCommonRelationQuery,\n restart: ColoredCommonRestart,\n \"safes-blue\": ColoredCommonSafesBlue,\n \"safes-green\": ColoredCommonSafesGreen,\n \"safes-yellow\": ColoredCommonSafesYellow,\n shell: ColoredCommonShell,\n start: ColoredCommonStart,\n stop: ColoredCommonStop,\n \"string-icon\": ColoredCommonStringIcon,\n uninstall: ColoredCommonUninstall,\n upgrade: ColoredCommonUpgrade,\n upload: ColoredCommonUpload,\n video: ColoredCommonVideo,\n \"yellow-label\": ColoredCommonYellowLabel,\n};\n"],"names":["coloredCommonCategory","ColoredCommonAddressList","bat","ColoredCommonBat","ColoredCommonBlueStar","ColoredCommonCmdbInstanceCreate","ColoredCommonCmdbInstanceDelete","ColoredCommonCmdbInstanceEdit","ColoredCommonCmdbInstanceExport","ColoredCommonCmdbInstanceInterview","ColoredCommonCmdbInstanceRecord","ColoredCommonDanger_0","ColoredCommonDanger_1","ColoredCommonDanger_2","ColoredCommonDanger_3","ColoredCommonDanger_4","ColoredCommonDanger_5","documents","ColoredCommonDocuments","es","ColoredCommonEs","ColoredCommonEventAlarm","ColoredCommonEventCritical","ColoredCommonEventInformation","ColoredCommonEventNotice","ColoredCommonEventUrgent","expansion","ColoredCommonExpansion","ColoredCommonFileLock","ColoredCommonFileSearch","ColoredCommonGreenAdd","iptables","ColoredCommonIptables","middleware","ColoredCommonMiddleware","ColoredCommonOfficeSetting","powershell","ColoredCommonPowershell","ColoredCommonPurpleHeart","python","ColoredCommonPython","ColoredCommonRegexpIcon","ColoredCommonRelationQuery","restart","ColoredCommonRestart","ColoredCommonSafesBlue","ColoredCommonSafesGreen","ColoredCommonSafesYellow","shell","ColoredCommonShell","start","ColoredCommonStart","stop","ColoredCommonStop","ColoredCommonStringIcon","uninstall","ColoredCommonUninstall","upgrade","ColoredCommonUpgrade","upload","ColoredCommonUpload","video","ColoredCommonVideo","ColoredCommonYellowLabel"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|