@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
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function _extends$9() { _extends$9 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$9.apply(this, arguments); }
|
|
4
|
+
var _ref$9 = /*#__PURE__*/React.createElement("path", {
|
|
5
|
+
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",
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
fillRule: "evenodd"
|
|
8
|
+
});
|
|
9
|
+
function SvgComponentCleanupFilled(props) {
|
|
10
|
+
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
11
|
+
width: 16,
|
|
12
|
+
height: 16,
|
|
13
|
+
viewBox: "0 0 16 16",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
15
|
+
}, props), _ref$9);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
function _extends$8() { _extends$8 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$8.apply(this, arguments); }
|
|
19
|
+
var _ref$8 = /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
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",
|
|
21
|
+
fill: "currentColor",
|
|
22
|
+
fillRule: "nonzero"
|
|
23
|
+
});
|
|
24
|
+
function SvgComponentCleanupOutlined(props) {
|
|
25
|
+
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
26
|
+
width: 14,
|
|
27
|
+
height: 14,
|
|
28
|
+
viewBox: "0 0 14 14",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
30
|
+
}, props), _ref$8);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
|
|
34
|
+
var _ref$7 = /*#__PURE__*/React.createElement("g", {
|
|
35
|
+
fill: "currentColor",
|
|
36
|
+
fillRule: "evenodd"
|
|
37
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
d: "M0 0h6.4v6.4H0zm0 9.6h6.4V16H0zM9.6 0H16v6.4H9.6z"
|
|
39
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
+
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"
|
|
41
|
+
}));
|
|
42
|
+
function SvgComponentInspectionFilled(props) {
|
|
43
|
+
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
44
|
+
width: 16,
|
|
45
|
+
height: 16,
|
|
46
|
+
viewBox: "0 0 16 16",
|
|
47
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
48
|
+
}, props), _ref$7);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
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); }
|
|
52
|
+
var _ref$6 = /*#__PURE__*/React.createElement("g", {
|
|
53
|
+
fill: "currentColor",
|
|
54
|
+
fillRule: "nonzero"
|
|
55
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M5.6 0v5.6H0V0h5.6zM4.399 1.2H1.2v3.199h3.199V1.2zM5.6 8.4V14H0V8.4h5.6zM4.399 9.6H1.2v3.199h3.199V9.6zM14 0v5.6H8.4V0H14zm-1.201 1.2H9.6v3.199h3.199V1.2z"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
58
|
+
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"
|
|
59
|
+
}));
|
|
60
|
+
function SvgComponentInspectionOutlined(props) {
|
|
61
|
+
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
62
|
+
width: 14,
|
|
63
|
+
height: 14,
|
|
64
|
+
viewBox: "0 0 14 14",
|
|
65
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
66
|
+
}, props), _ref$6);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
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); }
|
|
70
|
+
var _ref$5 = /*#__PURE__*/React.createElement("path", {
|
|
71
|
+
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",
|
|
72
|
+
fill: "currentColor",
|
|
73
|
+
fillRule: "evenodd"
|
|
74
|
+
});
|
|
75
|
+
function SvgJobManagementFilled(props) {
|
|
76
|
+
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
77
|
+
width: 16,
|
|
78
|
+
height: 16,
|
|
79
|
+
viewBox: "0 0 16 16",
|
|
80
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
81
|
+
}, props), _ref$5);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
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); }
|
|
85
|
+
var _ref$4 = /*#__PURE__*/React.createElement("g", {
|
|
86
|
+
fill: "currentColor",
|
|
87
|
+
fillRule: "nonzero"
|
|
88
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
89
|
+
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"
|
|
90
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
91
|
+
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"
|
|
92
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
93
|
+
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"
|
|
94
|
+
}));
|
|
95
|
+
function SvgJobManagementOutlined(props) {
|
|
96
|
+
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
97
|
+
width: 14,
|
|
98
|
+
height: 14,
|
|
99
|
+
viewBox: "0 0 14 14",
|
|
100
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
101
|
+
}, props), _ref$4);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
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); }
|
|
105
|
+
var _ref$3 = /*#__PURE__*/React.createElement("path", {
|
|
106
|
+
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",
|
|
107
|
+
fill: "currentColor",
|
|
108
|
+
fillRule: "evenodd"
|
|
109
|
+
});
|
|
110
|
+
function SvgLibLibraryManagementFilled(props) {
|
|
111
|
+
return /*#__PURE__*/React.createElement("svg", _extends$3({
|
|
112
|
+
width: 16,
|
|
113
|
+
height: 16,
|
|
114
|
+
viewBox: "0 0 16 16",
|
|
115
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
116
|
+
}, props), _ref$3);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
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); }
|
|
120
|
+
var _ref$2 = /*#__PURE__*/React.createElement("path", {
|
|
121
|
+
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",
|
|
122
|
+
fill: "currentColor",
|
|
123
|
+
fillRule: "nonzero"
|
|
124
|
+
});
|
|
125
|
+
function SvgLibLibraryManagementOutlined(props) {
|
|
126
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2({
|
|
127
|
+
width: 14,
|
|
128
|
+
height: 14,
|
|
129
|
+
viewBox: "0 0 14 14",
|
|
130
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
131
|
+
}, props), _ref$2);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
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); }
|
|
135
|
+
var _ref$1 = /*#__PURE__*/React.createElement("g", {
|
|
136
|
+
fill: "currentColor",
|
|
137
|
+
fillRule: "evenodd"
|
|
138
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
139
|
+
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"
|
|
140
|
+
}), /*#__PURE__*/React.createElement("text", {
|
|
141
|
+
fontFamily: "PingFangSC-Medium, PingFang SC",
|
|
142
|
+
fontSize: 14,
|
|
143
|
+
fontWeight: 400
|
|
144
|
+
}, /*#__PURE__*/React.createElement("tspan", {
|
|
145
|
+
x: -109,
|
|
146
|
+
y: -21
|
|
147
|
+
}, "\u662F\u7684\uFF0C\u54B1\u4EEC\u7ED9\u7684\u662Fsvg\uFF0C\u4ED6\u4EEC\u53EF\u4EE5\u968F\u610F\u8C03\u989C\u8272\u7684")));
|
|
148
|
+
function SvgMiddlewareDeploymentFilled(props) {
|
|
149
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1({
|
|
150
|
+
width: 16,
|
|
151
|
+
height: 16,
|
|
152
|
+
viewBox: "0 0 16 16",
|
|
153
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
154
|
+
}, props), _ref$1);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
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); }
|
|
158
|
+
var _ref = /*#__PURE__*/React.createElement("g", {
|
|
159
|
+
fill: "currentColor",
|
|
160
|
+
fillRule: "nonzero"
|
|
161
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
162
|
+
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"
|
|
163
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
164
|
+
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"
|
|
165
|
+
}));
|
|
166
|
+
function SvgMiddlewareDeploymentOutlined(props) {
|
|
167
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
168
|
+
width: 14,
|
|
169
|
+
height: 14,
|
|
170
|
+
viewBox: "0 0 14 14",
|
|
171
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
172
|
+
}, props), _ref);
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
var autoOpsCategory = {
|
|
176
|
+
"component-cleanup-filled": SvgComponentCleanupFilled,
|
|
177
|
+
"component-cleanup-outlined": SvgComponentCleanupOutlined,
|
|
178
|
+
"component-inspection-filled": SvgComponentInspectionFilled,
|
|
179
|
+
"component-inspection-outlined": SvgComponentInspectionOutlined,
|
|
180
|
+
"job-management-filled": SvgJobManagementFilled,
|
|
181
|
+
"job-management-outlined": SvgJobManagementOutlined,
|
|
182
|
+
"lib-library-management-filled": SvgLibLibraryManagementFilled,
|
|
183
|
+
"lib-library-management-outlined": SvgLibLibraryManagementOutlined,
|
|
184
|
+
"middleware-deployment-filled": SvgMiddlewareDeploymentFilled,
|
|
185
|
+
"middleware-deployment-outlined": SvgMiddlewareDeploymentOutlined
|
|
186
|
+
};
|
|
187
|
+
|
|
188
|
+
export { autoOpsCategory };
|
|
189
|
+
//# sourceMappingURL=auto-ops-6bf0b2da.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auto-ops-
|
|
1
|
+
{"version":3,"file":"auto-ops-6bf0b2da.js","sources":["../src/generated/icons/auto-ops.ts"],"sourcesContent":["import AutoOpsComponentCleanupFilled from \"../../icons/auto-ops/component-cleanup-filled.svg\";\nimport AutoOpsComponentCleanupOutlined from \"../../icons/auto-ops/component-cleanup-outlined.svg\";\nimport AutoOpsComponentInspectionFilled from \"../../icons/auto-ops/component-inspection-filled.svg\";\nimport AutoOpsComponentInspectionOutlined from \"../../icons/auto-ops/component-inspection-outlined.svg\";\nimport AutoOpsJobManagementFilled from \"../../icons/auto-ops/job-management-filled.svg\";\nimport AutoOpsJobManagementOutlined from \"../../icons/auto-ops/job-management-outlined.svg\";\nimport AutoOpsLibLibraryManagementFilled from \"../../icons/auto-ops/lib-library-management-filled.svg\";\nimport AutoOpsLibLibraryManagementOutlined from \"../../icons/auto-ops/lib-library-management-outlined.svg\";\nimport AutoOpsMiddlewareDeploymentFilled from \"../../icons/auto-ops/middleware-deployment-filled.svg\";\nimport AutoOpsMiddlewareDeploymentOutlined from \"../../icons/auto-ops/middleware-deployment-outlined.svg\";\nexport const autoOpsCategory = {\n \"component-cleanup-filled\": AutoOpsComponentCleanupFilled,\n \"component-cleanup-outlined\": AutoOpsComponentCleanupOutlined,\n \"component-inspection-filled\": AutoOpsComponentInspectionFilled,\n \"component-inspection-outlined\": AutoOpsComponentInspectionOutlined,\n \"job-management-filled\": AutoOpsJobManagementFilled,\n \"job-management-outlined\": AutoOpsJobManagementOutlined,\n \"lib-library-management-filled\": AutoOpsLibLibraryManagementFilled,\n \"lib-library-management-outlined\": AutoOpsLibLibraryManagementOutlined,\n \"middleware-deployment-filled\": AutoOpsMiddlewareDeploymentFilled,\n \"middleware-deployment-outlined\": AutoOpsMiddlewareDeploymentOutlined,\n};\n"],"names":["autoOpsCategory","AutoOpsComponentCleanupFilled","AutoOpsComponentCleanupOutlined","AutoOpsComponentInspectionFilled","AutoOpsComponentInspectionOutlined","AutoOpsJobManagementFilled","AutoOpsJobManagementOutlined","AutoOpsLibLibraryManagementFilled","AutoOpsLibLibraryManagementOutlined","AutoOpsMiddlewareDeploymentFilled","AutoOpsMiddlewareDeploymentOutlined"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAUO,IAAMA,eAAe,GAAG;AAC7B,EAAA,0BAA0B,EAAEC,yBAA6B;AACzD,EAAA,4BAA4B,EAAEC,2BAA+B;AAC7D,EAAA,6BAA6B,EAAEC,4BAAgC;AAC/D,EAAA,+BAA+B,EAAEC,8BAAkC;AACnE,EAAA,uBAAuB,EAAEC,sBAA0B;AACnD,EAAA,yBAAyB,EAAEC,wBAA4B;AACvD,EAAA,+BAA+B,EAAEC,6BAAiC;AAClE,EAAA,iCAAiC,EAAEC,+BAAmC;AACtE,EAAA,8BAA8B,EAAEC,6BAAiC;AACjE,EAAA,gCAAgC,EAAEC,+BAAAA;AACpC;;;;"}
|