@next-core/brick-icons 2.25.0 → 2.26.0
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 +12 -0
- package/dist/cmdb-97064c7b.js +61 -0
- package/dist/cmdb-97064c7b.js.map +1 -0
- package/dist/{colored-common-154a8457.js → colored-common-7dc52c66.js} +471 -105
- package/dist/colored-common-7dc52c66.js.map +1 -0
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/types/generated/icons/cmdb.d.ts +0 -6
- package/dist/types/generated/icons/colored-common.d.ts +6 -0
- package/package.json +2 -2
- package/dist/cmdb-b5a5c368.js +0 -392
- package/dist/cmdb-b5a5c368.js.map +0 -1
- package/dist/colored-common-154a8457.js.map +0 -1
package/dist/cmdb-b5a5c368.js
DELETED
|
@@ -1,392 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
function _extends$6() { _extends$6 = 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$6.apply(this, arguments); }
|
|
4
|
-
|
|
5
|
-
var _ref$6 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
6
|
-
x1: "50%",
|
|
7
|
-
y1: "0%",
|
|
8
|
-
x2: "50%",
|
|
9
|
-
y2: "100%",
|
|
10
|
-
id: "permission-instance-create_svg__a"
|
|
11
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
12
|
-
stopColor: "currentColor",
|
|
13
|
-
offset: "0%"
|
|
14
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
15
|
-
stopColor: "currentColor",
|
|
16
|
-
stopOpacity: 0.4,
|
|
17
|
-
offset: "100%"
|
|
18
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
19
|
-
x1: "0%",
|
|
20
|
-
y1: "0%",
|
|
21
|
-
x2: "74.368%",
|
|
22
|
-
y2: "100%",
|
|
23
|
-
id: "permission-instance-create_svg__b"
|
|
24
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
25
|
-
stopColor: "currentColor",
|
|
26
|
-
offset: "0%"
|
|
27
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
28
|
-
stopColor: "currentColor",
|
|
29
|
-
offset: "100%"
|
|
30
|
-
})));
|
|
31
|
-
|
|
32
|
-
var _ref2$5 = /*#__PURE__*/React.createElement("g", {
|
|
33
|
-
fill: "currentColor",
|
|
34
|
-
fillRule: "evenodd"
|
|
35
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
36
|
-
d: "M6.388 1.718l-.001.802h1.604v-.802h1.604l-.001.802h1.604v-.802h1.604l-.001.802h1.604v-.802h1.604l-.001.802h1.604v-.802h1.604l-.001.802 1.604.001v18.465H3.181V2.52h1.603v-.803h1.604z"
|
|
37
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
-
opacity: 0.45,
|
|
39
|
-
d: "M5.586 12.155h7.828v1.606H5.586zM5.586 8.14h12.828v1.607H5.586z"
|
|
40
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
41
|
-
fillRule: "nonzero"
|
|
42
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
43
|
-
d: "M14.464 14.464a5 5 0 1 0 7.072 7.072 5 5 0 0 0-7.072-7.072z"
|
|
44
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
-
d: "M15.172 15.172a4 4 0 1 0 5.657 5.657 4 4 0 0 0-5.657-5.657z"
|
|
46
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
47
|
-
d: "M20.41 18.41a.1.1 0 0 1-.1.1h-1.904v1.907a.1.1 0 0 1-.1.1h-.601a.1.1 0 0 1-.1-.1V18.51H15.7a.1.1 0 0 1-.1-.1v-.603a.1.1 0 0 1 .1-.1h1.904V15.8a.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"
|
|
48
|
-
})));
|
|
49
|
-
|
|
50
|
-
function SvgPermissionInstanceCreate(props) {
|
|
51
|
-
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
52
|
-
width: 24,
|
|
53
|
-
height: 23,
|
|
54
|
-
viewBox: "0 0 24 23",
|
|
55
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
56
|
-
}, props), _ref$6, _ref2$5);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
function _extends$5() { _extends$5 = 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$5.apply(this, arguments); }
|
|
60
|
-
|
|
61
|
-
var _ref$5 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
62
|
-
x1: "50%",
|
|
63
|
-
y1: "0%",
|
|
64
|
-
x2: "50%",
|
|
65
|
-
y2: "100%",
|
|
66
|
-
id: "permission-instance-delete_svg__a"
|
|
67
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
68
|
-
stopColor: "currentColor",
|
|
69
|
-
offset: "0%"
|
|
70
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
71
|
-
stopColor: "currentColor",
|
|
72
|
-
stopOpacity: 0.4,
|
|
73
|
-
offset: "100%"
|
|
74
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
75
|
-
x1: "75.547%",
|
|
76
|
-
y1: "17.285%",
|
|
77
|
-
x2: "19.55%",
|
|
78
|
-
y2: "81.801%",
|
|
79
|
-
id: "permission-instance-delete_svg__b"
|
|
80
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
81
|
-
stopColor: "currentColor",
|
|
82
|
-
offset: "0%"
|
|
83
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
84
|
-
stopColor: "currentColor",
|
|
85
|
-
offset: "100%"
|
|
86
|
-
})));
|
|
87
|
-
|
|
88
|
-
var _ref2$4 = /*#__PURE__*/React.createElement("g", {
|
|
89
|
-
fill: "currentColor",
|
|
90
|
-
fillRule: "evenodd"
|
|
91
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
92
|
-
d: "M6.38 1.718l-.002.802h1.604v-.802h1.604v.802h1.603v-.802h1.604v.802h1.603v-.802H16v.802h1.603v-.802h1.604v.802l1.603.001v18.465H3.172V2.52h1.603v-.803H6.38z"
|
|
93
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
94
|
-
opacity: 0.3,
|
|
95
|
-
d: "M6.38 6.536h4.81v3.21H6.38zM6.38 10.55h4.81v3.21H6.38zM12.793 6.536h4.81v3.21h-4.81zM12.793 10.55h4.81v3.21h-4.81z"
|
|
96
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
97
|
-
fillRule: "nonzero"
|
|
98
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
99
|
-
d: "M18 12a5 5 0 1 1 0 10 5 5 0 0 1 0-10z"
|
|
100
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
101
|
-
d: "M18 13a4 4 0 1 0 0 8 4 4 0 0 0 0-8z"
|
|
102
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
103
|
-
d: "M19.8 17.235c0 .049-.036.088-.08.088h-3.64c-.044 0-.08-.04-.08-.088v-.527c0-.048.036-.087.08-.087h3.64c.044 0 .08.04.08.087v.527z"
|
|
104
|
-
})));
|
|
105
|
-
|
|
106
|
-
function SvgPermissionInstanceDelete(props) {
|
|
107
|
-
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
108
|
-
width: 24,
|
|
109
|
-
height: 23,
|
|
110
|
-
viewBox: "0 0 24 23",
|
|
111
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
112
|
-
}, props), _ref$5, _ref2$4);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
function _extends$4() { _extends$4 = 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$4.apply(this, arguments); }
|
|
116
|
-
|
|
117
|
-
var _ref$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
118
|
-
x1: "50%",
|
|
119
|
-
y1: "0%",
|
|
120
|
-
x2: "50%",
|
|
121
|
-
y2: "99.704%",
|
|
122
|
-
id: "permission-instance-edit_svg__a"
|
|
123
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
124
|
-
stopColor: "currentColor",
|
|
125
|
-
offset: "0%"
|
|
126
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
127
|
-
stopColor: "currentColor",
|
|
128
|
-
stopOpacity: 0.4,
|
|
129
|
-
offset: "100%"
|
|
130
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
131
|
-
x1: "39.37%",
|
|
132
|
-
y1: "24.484%",
|
|
133
|
-
x2: "19.707%",
|
|
134
|
-
y2: "72.223%",
|
|
135
|
-
id: "permission-instance-edit_svg__b"
|
|
136
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
137
|
-
stopColor: "currentColor",
|
|
138
|
-
offset: "0%"
|
|
139
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
140
|
-
stopColor: "currentColor",
|
|
141
|
-
offset: "100%"
|
|
142
|
-
})));
|
|
143
|
-
|
|
144
|
-
var _ref2$3 = /*#__PURE__*/React.createElement("g", {
|
|
145
|
-
fill: "currentColor",
|
|
146
|
-
fillRule: "evenodd"
|
|
147
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
148
|
-
d: "M6.388 1.718l-.001.802h1.604v-.802h1.604l-.001.802h1.604v-.802h1.604l-.001.802h1.604v-.802h1.604l-.001.802h1.604v-.802h1.604l-.001.802 1.604.001v18.465H3.181V2.52h1.603v-.803h1.604z"
|
|
149
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
150
|
-
opacity: 0.2,
|
|
151
|
-
d: "M5.586 16.169h12.828v1.606H5.586z"
|
|
152
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
153
|
-
fillRule: "nonzero"
|
|
154
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
155
|
-
d: "M20.616 7.743c-.297 0-.584.116-.797.33l-5.31 5.317c-.16.16-.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.287-5.293c.438-.44.438-1.15 0-1.59l-2.082-2.086c-.213-.214-.5-.33-.797-.33z"
|
|
156
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
157
|
-
d: "M20.616 8.743c.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"
|
|
158
|
-
})));
|
|
159
|
-
|
|
160
|
-
function SvgPermissionInstanceEdit(props) {
|
|
161
|
-
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
162
|
-
width: 25,
|
|
163
|
-
height: 23,
|
|
164
|
-
viewBox: "0 0 25 23",
|
|
165
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
166
|
-
}, props), _ref$4, _ref2$3);
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
function _extends$3() { _extends$3 = 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$3.apply(this, arguments); }
|
|
170
|
-
|
|
171
|
-
var _ref$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
172
|
-
x1: "18.323%",
|
|
173
|
-
y1: "4.023%",
|
|
174
|
-
x2: "70.16%",
|
|
175
|
-
y2: "82.188%",
|
|
176
|
-
id: "permission-instance-export_svg__a"
|
|
177
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
178
|
-
stopColor: "currentColor",
|
|
179
|
-
offset: "0%"
|
|
180
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
181
|
-
stopColor: "currentColor",
|
|
182
|
-
stopOpacity: 0.3,
|
|
183
|
-
offset: "100%"
|
|
184
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
185
|
-
x1: "47.816%",
|
|
186
|
-
y1: "24.484%",
|
|
187
|
-
x2: "43.775%",
|
|
188
|
-
y2: "72.223%",
|
|
189
|
-
id: "permission-instance-export_svg__b"
|
|
190
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
191
|
-
stopColor: "currentColor",
|
|
192
|
-
offset: "0%"
|
|
193
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
194
|
-
stopColor: "currentColor",
|
|
195
|
-
offset: "100%"
|
|
196
|
-
})));
|
|
197
|
-
|
|
198
|
-
var _ref2$2 = /*#__PURE__*/React.createElement("g", {
|
|
199
|
-
transform: "translate(.776 .113)",
|
|
200
|
-
fill: "currentColor",
|
|
201
|
-
fillRule: "evenodd"
|
|
202
|
-
}, /*#__PURE__*/React.createElement("circle", {
|
|
203
|
-
cx: 11.475,
|
|
204
|
-
cy: 11.49,
|
|
205
|
-
r: 10
|
|
206
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
207
|
-
fillRule: "nonzero"
|
|
208
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
209
|
-
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"
|
|
210
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
211
|
-
d: "M12.18 21.86h-1.316v-7.258l-1.443.001 2.104-2.039 2.104 2.04-1.448-.002z"
|
|
212
|
-
})));
|
|
213
|
-
|
|
214
|
-
function SvgPermissionInstanceExport(props) {
|
|
215
|
-
return /*#__PURE__*/React.createElement("svg", _extends$3({
|
|
216
|
-
width: 24,
|
|
217
|
-
height: 23,
|
|
218
|
-
viewBox: "0 0 24 23",
|
|
219
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
220
|
-
}, props), _ref$3, _ref2$2);
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
function _extends$2() { _extends$2 = 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$2.apply(this, arguments); }
|
|
224
|
-
|
|
225
|
-
var _ref$2 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
226
|
-
x1: "50%",
|
|
227
|
-
y1: "0%",
|
|
228
|
-
x2: "50%",
|
|
229
|
-
y2: "100%",
|
|
230
|
-
id: "permission-instance-interview_svg__a"
|
|
231
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
232
|
-
stopColor: "currentColor",
|
|
233
|
-
offset: "0%"
|
|
234
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
235
|
-
stopColor: "currentColor",
|
|
236
|
-
stopOpacity: 0.3,
|
|
237
|
-
offset: "100%"
|
|
238
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
239
|
-
x1: ".136%",
|
|
240
|
-
y1: "0%",
|
|
241
|
-
x2: "74.302%",
|
|
242
|
-
y2: "100%",
|
|
243
|
-
id: "permission-instance-interview_svg__b"
|
|
244
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
245
|
-
stopColor: "currentColor",
|
|
246
|
-
offset: "0%"
|
|
247
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
248
|
-
stopColor: "currentColor",
|
|
249
|
-
offset: "100%"
|
|
250
|
-
})));
|
|
251
|
-
|
|
252
|
-
var _ref2$1 = /*#__PURE__*/React.createElement("g", {
|
|
253
|
-
fill: "currentColor",
|
|
254
|
-
fillRule: "evenodd"
|
|
255
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
256
|
-
d: "M17.683 1.718l2.325 2.328v16.94H3.975V1.718z"
|
|
257
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
258
|
-
opacity: 0.2,
|
|
259
|
-
d: "M6.38 12.155h11.223v1.606H6.38zM6.38 15.367h11.223v1.606H6.38z"
|
|
260
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
261
|
-
fillRule: "nonzero"
|
|
262
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
263
|
-
d: "M7.75 7.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"
|
|
264
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
265
|
-
d: "M3.073 8.142a3.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.257 3.004 3.004 0 0 0-4.252 0z"
|
|
266
|
-
})));
|
|
267
|
-
|
|
268
|
-
function SvgPermissionInstanceInterview(props) {
|
|
269
|
-
return /*#__PURE__*/React.createElement("svg", _extends$2({
|
|
270
|
-
width: 24,
|
|
271
|
-
height: 23,
|
|
272
|
-
viewBox: "0 0 24 23",
|
|
273
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
274
|
-
}, props), _ref$2, _ref2$1);
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
function _extends$1() { _extends$1 = 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$1.apply(this, arguments); }
|
|
278
|
-
|
|
279
|
-
var _ref$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
280
|
-
x1: "50%",
|
|
281
|
-
y1: "0%",
|
|
282
|
-
x2: "50%",
|
|
283
|
-
y2: "100%",
|
|
284
|
-
id: "permission-instance-record_svg__a"
|
|
285
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
286
|
-
stopColor: "currentColor",
|
|
287
|
-
offset: "0%"
|
|
288
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
289
|
-
stopColor: "currentColor",
|
|
290
|
-
stopOpacity: 0.4,
|
|
291
|
-
offset: "100%"
|
|
292
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
293
|
-
x1: "50%",
|
|
294
|
-
y1: "0%",
|
|
295
|
-
x2: "50%",
|
|
296
|
-
y2: "100%",
|
|
297
|
-
id: "permission-instance-record_svg__b"
|
|
298
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
299
|
-
stopColor: "currentColor",
|
|
300
|
-
offset: "0%"
|
|
301
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
302
|
-
stopColor: "currentColor",
|
|
303
|
-
offset: "100%"
|
|
304
|
-
})));
|
|
305
|
-
|
|
306
|
-
var _ref2 = /*#__PURE__*/React.createElement("g", {
|
|
307
|
-
fill: "currentColor",
|
|
308
|
-
fillRule: "evenodd"
|
|
309
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
310
|
-
d: "M17.692 1.718l2.325 2.328v16.94H3.983V1.718z"
|
|
311
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
312
|
-
d: "M13.094 10.483v5.102a.13.13 0 0 1-.13.13h-2.131a.13.13 0 0 1-.13-.13v-5.102h-1.78a.13.13 0 0 1-.102-.21l2.977-2.885a.13.13 0 0 1 .204 0l2.977 2.885a.13.13 0 0 1-.102.21h-1.783z",
|
|
313
|
-
fillRule: "nonzero"
|
|
314
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
315
|
-
opacity: 0.2,
|
|
316
|
-
d: "M6.388 15.367h11.224v1.606H6.388z"
|
|
317
|
-
}));
|
|
318
|
-
|
|
319
|
-
function SvgPermissionInstanceRecord(props) {
|
|
320
|
-
return /*#__PURE__*/React.createElement("svg", _extends$1({
|
|
321
|
-
width: 24,
|
|
322
|
-
height: 23,
|
|
323
|
-
viewBox: "0 0 24 23",
|
|
324
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
325
|
-
}, props), _ref$1, _ref2);
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
function _extends() { _extends = 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.apply(this, arguments); }
|
|
329
|
-
|
|
330
|
-
var _ref = /*#__PURE__*/React.createElement("g", {
|
|
331
|
-
transform: "translate(0 .828)",
|
|
332
|
-
fill: "none",
|
|
333
|
-
fillRule: "evenodd"
|
|
334
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
335
|
-
d: "M0 .172h14v14H0z"
|
|
336
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
337
|
-
fill: "currentColor",
|
|
338
|
-
fillRule: "nonzero",
|
|
339
|
-
d: "M2.121 5.829l3.536-3.536 2.828 2.829L4.95 8.657z"
|
|
340
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
341
|
-
fill: "currentColor",
|
|
342
|
-
fillRule: "nonzero",
|
|
343
|
-
d: "M5.657 6.535l.707-.707 4.243 4.243-.708.707z"
|
|
344
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
345
|
-
fill: "currentColor",
|
|
346
|
-
fillRule: "nonzero",
|
|
347
|
-
transform: "rotate(-45 10.96 11.132)",
|
|
348
|
-
x: 9.96,
|
|
349
|
-
y: 8.132,
|
|
350
|
-
width: 2,
|
|
351
|
-
height: 6,
|
|
352
|
-
rx: 1
|
|
353
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
354
|
-
fill: "currentColor",
|
|
355
|
-
fillRule: "nonzero",
|
|
356
|
-
transform: "rotate(-45 2.828 7.95)",
|
|
357
|
-
x: 1.828,
|
|
358
|
-
y: 4.95,
|
|
359
|
-
width: 2,
|
|
360
|
-
height: 6,
|
|
361
|
-
rx: 1
|
|
362
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
363
|
-
fill: "currentColor",
|
|
364
|
-
fillRule: "nonzero",
|
|
365
|
-
transform: "rotate(-45 7.778 3)",
|
|
366
|
-
x: 6.778,
|
|
367
|
-
width: 2,
|
|
368
|
-
height: 6,
|
|
369
|
-
rx: 1
|
|
370
|
-
}));
|
|
371
|
-
|
|
372
|
-
function SvgPermissionSetting(props) {
|
|
373
|
-
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
374
|
-
width: 14,
|
|
375
|
-
height: 16,
|
|
376
|
-
viewBox: "0 0 14 16",
|
|
377
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
378
|
-
}, props), _ref);
|
|
379
|
-
}
|
|
380
|
-
|
|
381
|
-
var cmdbCategory = {
|
|
382
|
-
"permission-instance-create": SvgPermissionInstanceCreate,
|
|
383
|
-
"permission-instance-delete": SvgPermissionInstanceDelete,
|
|
384
|
-
"permission-instance-edit": SvgPermissionInstanceEdit,
|
|
385
|
-
"permission-instance-export": SvgPermissionInstanceExport,
|
|
386
|
-
"permission-instance-interview": SvgPermissionInstanceInterview,
|
|
387
|
-
"permission-instance-record": SvgPermissionInstanceRecord,
|
|
388
|
-
"permission-setting": SvgPermissionSetting
|
|
389
|
-
};
|
|
390
|
-
|
|
391
|
-
export { cmdbCategory };
|
|
392
|
-
//# sourceMappingURL=cmdb-b5a5c368.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cmdb-b5a5c368.js","sources":["../src/generated/icons/cmdb.ts"],"sourcesContent":["import CmdbPermissionInstanceCreate from \"../../icons/cmdb/permission-instance-create.svg\";\nimport CmdbPermissionInstanceDelete from \"../../icons/cmdb/permission-instance-delete.svg\";\nimport CmdbPermissionInstanceEdit from \"../../icons/cmdb/permission-instance-edit.svg\";\nimport CmdbPermissionInstanceExport from \"../../icons/cmdb/permission-instance-export.svg\";\nimport CmdbPermissionInstanceInterview from \"../../icons/cmdb/permission-instance-interview.svg\";\nimport CmdbPermissionInstanceRecord from \"../../icons/cmdb/permission-instance-record.svg\";\nimport CmdbPermissionSetting from \"../../icons/cmdb/permission-setting.svg\";\nexport const cmdbCategory = {\n \"permission-instance-create\": CmdbPermissionInstanceCreate,\n \"permission-instance-delete\": CmdbPermissionInstanceDelete,\n \"permission-instance-edit\": CmdbPermissionInstanceEdit,\n \"permission-instance-export\": CmdbPermissionInstanceExport,\n \"permission-instance-interview\": CmdbPermissionInstanceInterview,\n \"permission-instance-record\": CmdbPermissionInstanceRecord,\n \"permission-setting\": CmdbPermissionSetting,\n};\n"],"names":["cmdbCategory","CmdbPermissionInstanceCreate","CmdbPermissionInstanceDelete","CmdbPermissionInstanceEdit","CmdbPermissionInstanceExport","CmdbPermissionInstanceInterview","CmdbPermissionInstanceRecord","CmdbPermissionSetting"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAOaA,YAAY,GAAG;AAC1B,gCAA8BC,2BADJ;AAE1B,gCAA8BC,2BAFJ;AAG1B,8BAA4BC,yBAHF;AAI1B,gCAA8BC,2BAJJ;AAK1B,mCAAiCC,8BALP;AAM1B,gCAA8BC,2BANJ;AAO1B,wBAAsBC;AAPI;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"colored-common-154a8457.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 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 \"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","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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyCaA,qBAAqB,GAAG;AACnC,kBAAgBC,cADmB;AAEnCC,EAAAA,GAAG,EAAEC,MAF8B;AAGnC,eAAaC,WAHsB;AAInC,cAAYC,UAJuB;AAKnC,cAAYC,UALuB;AAMnC,cAAYC,UANuB;AAOnC,cAAYC,UAPuB;AAQnC,cAAYC,UARuB;AASnC,cAAYC,UATuB;AAUnCC,EAAAA,SAAS,EAAEC,YAVwB;AAWnCC,EAAAA,EAAE,EAAEC,KAX+B;AAYnC,iBAAeC,aAZoB;AAanC,oBAAkBC,gBAbiB;AAcnC,uBAAqBC,mBAdc;AAenC,kBAAgBC,cAfmB;AAgBnC,kBAAgBC,cAhBmB;AAiBnCC,EAAAA,SAAS,EAAEC,YAjBwB;AAkBnC,eAAaC,WAlBsB;AAmBnC,iBAAeC,aAnBoB;AAoBnC,eAAaC,WApBsB;AAqBnCC,EAAAA,QAAQ,EAAEC,WArByB;AAsBnCC,EAAAA,UAAU,EAAEC,aAtBuB;AAuBnC,oBAAkBC,gBAvBiB;AAwBnCC,EAAAA,UAAU,EAAEC,aAxBuB;AAyBnC,kBAAgBC,cAzBmB;AA0BnCC,EAAAA,MAAM,EAAEC,SA1B2B;AA2BnC,iBAAeC,aA3BoB;AA4BnC,oBAAkBC,gBA5BiB;AA6BnCC,EAAAA,OAAO,EAAEC,UA7B0B;AA8BnC,gBAAcC,YA9BqB;AA+BnC,iBAAeC,aA/BoB;AAgCnC,kBAAgBC,cAhCmB;AAiCnCC,EAAAA,KAAK,EAAEC,QAjC4B;AAkCnCC,EAAAA,KAAK,EAAEC,QAlC4B;AAmCnCC,EAAAA,IAAI,EAAEC,OAnC6B;AAoCnC,iBAAeC,aApCoB;AAqCnCC,EAAAA,SAAS,EAAEC,YArCwB;AAsCnCC,EAAAA,OAAO,EAAEC,UAtC0B;AAuCnCC,EAAAA,MAAM,EAAEC,SAvC2B;AAwCnCC,EAAAA,KAAK,EAAEC,QAxC4B;AAyCnC,kBAAgBC;AAzCmB;;;;"}
|