@next-core/brick-icons 2.31.28 → 2.31.30

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.
@@ -1,3697 +0,0 @@
1
- import * as React from 'react';
2
-
3
- function _extends$O() { _extends$O = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$O.apply(this, arguments); }
4
- var _ref$O = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
5
- x1: "10.417%",
6
- y1: "17.646%",
7
- x2: "86.076%",
8
- y2: "82.208%",
9
- id: "address-list_svg__b"
10
- }, /*#__PURE__*/React.createElement("stop", {
11
- stopColor: "#FFB6A4",
12
- offset: "0%"
13
- }), /*#__PURE__*/React.createElement("stop", {
14
- stopColor: "#F87D60",
15
- offset: "100%"
16
- })), /*#__PURE__*/React.createElement("linearGradient", {
17
- x1: "0%",
18
- y1: "0%",
19
- x2: "100%",
20
- y2: "100%",
21
- id: "address-list_svg__a"
22
- }, /*#__PURE__*/React.createElement("stop", {
23
- stopColor: "#FFF",
24
- stopOpacity: 0,
25
- offset: "0%"
26
- }), /*#__PURE__*/React.createElement("stop", {
27
- stopColor: "#FFF",
28
- offset: "100%"
29
- })), /*#__PURE__*/React.createElement("rect", {
30
- id: "address-list_svg__d",
31
- x: 14,
32
- y: 13,
33
- width: 3,
34
- height: 5,
35
- rx: 1.5
36
- }), /*#__PURE__*/React.createElement("filter", {
37
- x: "-66.7%",
38
- y: "-20%",
39
- width: "233.3%",
40
- height: "180%",
41
- filterUnits: "objectBoundingBox",
42
- id: "address-list_svg__c"
43
- }, /*#__PURE__*/React.createElement("feOffset", {
44
- dy: 1,
45
- in: "SourceAlpha",
46
- result: "shadowOffsetOuter1"
47
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
48
- stdDeviation: 0.5,
49
- in: "shadowOffsetOuter1",
50
- result: "shadowBlurOuter1"
51
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
52
- values: "0 0 0 0 0.945098039 0 0 0 0 0.298039216 0 0 0 0 0.141176471 0 0 0 0.4 0",
53
- in: "shadowBlurOuter1"
54
- })), /*#__PURE__*/React.createElement("rect", {
55
- id: "address-list_svg__f",
56
- x: 21,
57
- y: 13,
58
- width: 3,
59
- height: 5,
60
- rx: 1.5
61
- }), /*#__PURE__*/React.createElement("filter", {
62
- x: "-66.7%",
63
- y: "-20%",
64
- width: "233.3%",
65
- height: "180%",
66
- filterUnits: "objectBoundingBox",
67
- id: "address-list_svg__e"
68
- }, /*#__PURE__*/React.createElement("feOffset", {
69
- dy: 1,
70
- in: "SourceAlpha",
71
- result: "shadowOffsetOuter1"
72
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
73
- stdDeviation: 0.5,
74
- in: "shadowOffsetOuter1",
75
- result: "shadowBlurOuter1"
76
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
77
- values: "0 0 0 0 0.945098039 0 0 0 0 0.298039216 0 0 0 0 0.141176471 0 0 0 0.4 0",
78
- in: "shadowBlurOuter1"
79
- })));
80
- var _ref2$w = /*#__PURE__*/React.createElement("g", {
81
- fill: "none",
82
- fillRule: "evenodd"
83
- }, /*#__PURE__*/React.createElement("path", {
84
- d: "M23.829 28.671l7.778 1.127a1 1 0 0 0 1.125-1.18l-1.251-6.44a1 1 0 0 0-1.613-.586l-6.527 5.314a1 1 0 0 0 .488 1.765z",
85
- fill: "#F14C24"
86
- }), /*#__PURE__*/React.createElement("circle", {
87
- stroke: "url(#address-list_svg__a)",
88
- fill: "url(#address-list_svg__b)",
89
- cx: 19,
90
- cy: 18,
91
- r: 14.5
92
- }), /*#__PURE__*/React.createElement("use", {
93
- fill: "#000",
94
- filter: "url(#address-list_svg__c)",
95
- xlinkHref: "#address-list_svg__d"
96
- }), /*#__PURE__*/React.createElement("use", {
97
- fill: "#FFF",
98
- xlinkHref: "#address-list_svg__d"
99
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("use", {
100
- fill: "#000",
101
- filter: "url(#address-list_svg__e)",
102
- xlinkHref: "#address-list_svg__f"
103
- }), /*#__PURE__*/React.createElement("use", {
104
- fill: "#FFF",
105
- xlinkHref: "#address-list_svg__f"
106
- })));
107
- function SvgAddressList(props) {
108
- return /*#__PURE__*/React.createElement("svg", _extends$O({
109
- width: 40,
110
- height: 40,
111
- viewBox: "0 0 40 40",
112
- xmlns: "http://www.w3.org/2000/svg",
113
- xmlnsXlink: "http://www.w3.org/1999/xlink"
114
- }, props), _ref$O, _ref2$w);
115
- }
116
-
117
- function _extends$N() { _extends$N = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$N.apply(this, arguments); }
118
- var _ref$N = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
119
- cx: "50%",
120
- cy: "0%",
121
- fx: "50%",
122
- fy: "0%",
123
- r: "100%",
124
- gradientTransform: "matrix(0 1 -.80952 0 .5 -.5)",
125
- id: "bat_svg__a"
126
- }, /*#__PURE__*/React.createElement("stop", {
127
- stopColor: "#F6F2F2",
128
- offset: "0%"
129
- }), /*#__PURE__*/React.createElement("stop", {
130
- stopColor: "#C1C3C2",
131
- offset: "100%"
132
- })), /*#__PURE__*/React.createElement("radialGradient", {
133
- cx: "43.965%",
134
- cy: "50%",
135
- fx: "43.965%",
136
- fy: "50%",
137
- r: "726.806%",
138
- gradientTransform: "scale(.05882 1) rotate(84.263 3.957 4.388)",
139
- id: "bat_svg__b"
140
- }, /*#__PURE__*/React.createElement("stop", {
141
- stopColor: "#F4F0F0",
142
- offset: "0%"
143
- }), /*#__PURE__*/React.createElement("stop", {
144
- stopColor: "#C1C3C2",
145
- offset: "100%"
146
- })), /*#__PURE__*/React.createElement("linearGradient", {
147
- x1: "17.377%",
148
- y1: "25.076%",
149
- x2: "78.806%",
150
- y2: "78.95%",
151
- id: "bat_svg__d"
152
- }, /*#__PURE__*/React.createElement("stop", {
153
- stopColor: "#F2F2F2",
154
- offset: "0%"
155
- }), /*#__PURE__*/React.createElement("stop", {
156
- stopColor: "#CBCDCF",
157
- offset: "37.61%"
158
- }), /*#__PURE__*/React.createElement("stop", {
159
- stopColor: "#BEC1C4",
160
- offset: "48.646%"
161
- }), /*#__PURE__*/React.createElement("stop", {
162
- stopColor: "#D9DFE3",
163
- offset: "100%"
164
- })), /*#__PURE__*/React.createElement("linearGradient", {
165
- x1: "7.605%",
166
- y1: "19.27%",
167
- x2: "80.092%",
168
- y2: "84.216%",
169
- id: "bat_svg__c"
170
- }, /*#__PURE__*/React.createElement("stop", {
171
- stopColor: "#DCDCDC",
172
- offset: "0%"
173
- }), /*#__PURE__*/React.createElement("stop", {
174
- stopColor: "#7F8083",
175
- offset: "41.482%"
176
- }), /*#__PURE__*/React.createElement("stop", {
177
- stopColor: "#D9DADA",
178
- offset: "100%"
179
- })), /*#__PURE__*/React.createElement("linearGradient", {
180
- x1: "7.605%",
181
- y1: "19.27%",
182
- x2: "80.092%",
183
- y2: "84.216%",
184
- id: "bat_svg__g"
185
- }, /*#__PURE__*/React.createElement("stop", {
186
- stopColor: "#BBBFC3",
187
- offset: "0%"
188
- }), /*#__PURE__*/React.createElement("stop", {
189
- stopColor: "#7F8083",
190
- offset: "41.482%"
191
- }), /*#__PURE__*/React.createElement("stop", {
192
- stopColor: "#B9BBC2",
193
- offset: "100%"
194
- })), /*#__PURE__*/React.createElement("path", {
195
- d: "M2 4.001a2 2 0 1 1 3.999-.003A2 2 0 0 1 2 4z",
196
- id: "bat_svg__e"
197
- }), /*#__PURE__*/React.createElement("filter", {
198
- x: "-5%",
199
- y: "-5%",
200
- width: "110%",
201
- height: "110%",
202
- filterUnits: "objectBoundingBox",
203
- id: "bat_svg__f"
204
- }, /*#__PURE__*/React.createElement("feOffset", {
205
- dy: 0.3,
206
- in: "SourceAlpha",
207
- result: "shadowOffsetInner1"
208
- }), /*#__PURE__*/React.createElement("feComposite", {
209
- in: "shadowOffsetInner1",
210
- in2: "SourceAlpha",
211
- operator: "arithmetic",
212
- k2: -1,
213
- k3: 1,
214
- result: "shadowInnerInner1"
215
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
216
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0",
217
- in: "shadowInnerInner1"
218
- })), /*#__PURE__*/React.createElement("filter", {
219
- x: "-70%",
220
- y: "-70%",
221
- width: "240%",
222
- height: "240%",
223
- filterUnits: "objectBoundingBox",
224
- id: "bat_svg__h"
225
- }, /*#__PURE__*/React.createElement("feOffset", {
226
- in: "SourceAlpha",
227
- result: "shadowOffsetOuter1"
228
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
229
- stdDeviation: 0.5,
230
- in: "shadowOffsetOuter1",
231
- result: "shadowBlurOuter1"
232
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
233
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.16 0",
234
- in: "shadowBlurOuter1",
235
- result: "shadowMatrixOuter1"
236
- }), /*#__PURE__*/React.createElement("feMerge", null, /*#__PURE__*/React.createElement("feMergeNode", {
237
- in: "shadowMatrixOuter1"
238
- }), /*#__PURE__*/React.createElement("feMergeNode", {
239
- in: "SourceGraphic"
240
- }))), /*#__PURE__*/React.createElement("path", {
241
- d: "M1 2.5a1.5 1.5 0 1 1 2.999-.002A1.5 1.5 0 0 1 1 2.501z",
242
- id: "bat_svg__i"
243
- }), /*#__PURE__*/React.createElement("filter", {
244
- x: "-6.7%",
245
- y: "-6.7%",
246
- width: "113.3%",
247
- height: "113.3%",
248
- filterUnits: "objectBoundingBox",
249
- id: "bat_svg__j"
250
- }, /*#__PURE__*/React.createElement("feOffset", {
251
- dy: 0.3,
252
- in: "SourceAlpha",
253
- result: "shadowOffsetInner1"
254
- }), /*#__PURE__*/React.createElement("feComposite", {
255
- in: "shadowOffsetInner1",
256
- in2: "SourceAlpha",
257
- operator: "arithmetic",
258
- k2: -1,
259
- k3: 1,
260
- result: "shadowInnerInner1"
261
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
262
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0",
263
- in: "shadowInnerInner1"
264
- })));
265
- var _ref2$v = /*#__PURE__*/React.createElement("g", {
266
- fill: "none",
267
- fillRule: "evenodd"
268
- }, /*#__PURE__*/React.createElement("path", {
269
- stroke: "url(#bat_svg__a)",
270
- fill: "#FFF",
271
- d: "M3.5 5.5h20v16h-20z"
272
- }), /*#__PURE__*/React.createElement("path", {
273
- fill: "url(#bat_svg__b)",
274
- opacity: 0.65,
275
- d: "M6 21h17v1H6z"
276
- }), /*#__PURE__*/React.createElement("g", {
277
- fillRule: "nonzero"
278
- }, /*#__PURE__*/React.createElement("path", {
279
- d: "M7.304 3.338a3.549 3.549 0 0 0-.142-.503l.41-.237a.205.205 0 0 0 .075-.281l-.411-.712a.206.206 0 0 0-.281-.076l-.427.246a3.49 3.49 0 0 0-.372-.364L6.393 1a.206.206 0 0 0-.077-.281L5.604.308a.209.209 0 0 0-.281.075l-.246.426A3.214 3.214 0 0 0 4.57.68V.206A.205.205 0 0 0 4.365 0h-.822a.206.206 0 0 0-.207.206v.491c-.172.033-.34.082-.502.142L2.6.428a.207.207 0 0 0-.283-.075l-.712.41a.205.205 0 0 0-.076.282l.246.426a3.49 3.49 0 0 0-.364.373L1 1.61a.21.21 0 0 0-.283.075l-.411.712a.205.205 0 0 0 .075.28l.427.247a3.186 3.186 0 0 0-.127.504H.206A.205.205 0 0 0 0 3.634v.822c0 .114.092.206.206.206h.491c.034.172.082.34.142.503l-.41.237a.207.207 0 0 0-.076.281l.411.712a.207.207 0 0 0 .281.076l.427-.246c.115.13.239.254.372.364L1.607 7a.205.205 0 0 0 .075.281l.714.411a.203.203 0 0 0 .28-.075l.247-.426c.164.055.333.097.505.127v.476c0 .114.092.206.206.206h.824a.205.205 0 0 0 .206-.206v-.491c.172-.035.34-.082.502-.142l.237.41c.057.098.18.131.28.075l.712-.412a.205.205 0 0 0 .075-.28l-.246-.427a3.49 3.49 0 0 0 .365-.372L7 6.392a.205.205 0 0 0 .28-.075l.412-.712a.206.206 0 0 0-.075-.281l-.426-.246c.055-.164.098-.332.128-.505h.475A.205.205 0 0 0 8 4.368v-.824a.205.205 0 0 0-.206-.206h-.49z",
280
- stroke: "url(#bat_svg__c)",
281
- strokeWidth: 0.1,
282
- fill: "url(#bat_svg__d)",
283
- transform: "translate(8 9)"
284
- }), /*#__PURE__*/React.createElement("g", {
285
- transform: "translate(8 9)"
286
- }, /*#__PURE__*/React.createElement("use", {
287
- fill: "#FFF",
288
- xlinkHref: "#bat_svg__e"
289
- }), /*#__PURE__*/React.createElement("use", {
290
- fill: "#000",
291
- filter: "url(#bat_svg__f)",
292
- xlinkHref: "#bat_svg__e"
293
- }), /*#__PURE__*/React.createElement("use", {
294
- stroke: "url(#bat_svg__g)",
295
- strokeWidth: 0.1,
296
- xlinkHref: "#bat_svg__e"
297
- }))), /*#__PURE__*/React.createElement("g", {
298
- filter: "url(#bat_svg__h)",
299
- transform: "translate(13 14)",
300
- fillRule: "nonzero"
301
- }, /*#__PURE__*/React.createElement("path", {
302
- d: "M4.565 2.086a2.218 2.218 0 0 0-.089-.314l.256-.149a.128.128 0 0 0 .047-.175l-.257-.445a.129.129 0 0 0-.175-.047l-.267.153a2.18 2.18 0 0 0-.233-.227l.149-.257a.129.129 0 0 0-.048-.176L3.502.192a.13.13 0 0 0-.175.047l-.154.267a2.009 2.009 0 0 0-.317-.08V.127A.128.128 0 0 0 2.728 0h-.513a.129.129 0 0 0-.13.128v.308c-.108.02-.212.05-.313.088L1.624.267A.13.13 0 0 0 1.448.22l-.446.257a.128.128 0 0 0-.047.176l.154.266a2.18 2.18 0 0 0-.228.233l-.256-.146a.13.13 0 0 0-.177.047l-.257.445a.128.128 0 0 0 .047.176l.267.153a1.991 1.991 0 0 0-.08.316H.13A.128.128 0 0 0 0 2.27v.514c0 .071.057.129.129.129h.307c.02.107.051.213.089.314l-.257.149a.13.13 0 0 0-.047.175l.257.445a.13.13 0 0 0 .175.047l.267-.153c.072.081.15.158.233.227l-.149.257a.128.128 0 0 0 .047.176l.447.257c.06.035.14.014.174-.047l.155-.267c.102.035.208.061.316.08v.298c0 .07.057.128.128.128h.515a.128.128 0 0 0 .129-.128v-.308c.108-.022.212-.05.313-.088l.149.256a.127.127 0 0 0 .174.047l.446-.257a.128.128 0 0 0 .047-.176L3.89 4.08a2.18 2.18 0 0 0 .228-.233l.257.148c.062.036.14.015.176-.047l.257-.445a.128.128 0 0 0-.047-.176l-.267-.153c.035-.103.062-.208.08-.316h.297A.128.128 0 0 0 5 2.73v-.515a.128.128 0 0 0-.129-.129h-.306z",
303
- stroke: "url(#bat_svg__c)",
304
- strokeWidth: 0.1,
305
- fill: "url(#bat_svg__d)"
306
- }), /*#__PURE__*/React.createElement("use", {
307
- fill: "#FFF",
308
- xlinkHref: "#bat_svg__i"
309
- }), /*#__PURE__*/React.createElement("use", {
310
- fill: "#000",
311
- filter: "url(#bat_svg__j)",
312
- xlinkHref: "#bat_svg__i"
313
- }), /*#__PURE__*/React.createElement("use", {
314
- stroke: "url(#bat_svg__g)",
315
- strokeWidth: 0.1,
316
- xlinkHref: "#bat_svg__i"
317
- })), /*#__PURE__*/React.createElement("path", {
318
- d: "M17.325 21c.3-.004.495-.017.587-.04a.694.694 0 0 0 .4-.3c.112-.161.169-.36.169-.594a.876.876 0 0 0-.133-.492.713.713 0 0 0-.368-.286c.11-.06.199-.152.268-.278a.859.859 0 0 0 .103-.42c0-.169-.04-.32-.12-.453a.674.674 0 0 0-.297-.28c-.118-.052-.32-.078-.609-.078h-1.057V21h1.057zm-.057-1.94H16.8v-.745h.307c.282 0 .452.007.511.022.06.015.11.052.152.11.042.06.063.137.063.233a.387.387 0 0 1-.077.253.334.334 0 0 1-.214.116c-.05.007-.18.01-.39.01h.116zm.026 1.397H16.8v-.861h.43c.229 0 .38.013.454.038a.343.343 0 0 1 .178.141.466.466 0 0 1 .067.26.47.47 0 0 1-.062.254.31.31 0 0 1-.155.134c-.062.023-.201.034-.418.034zM19.23 21l.218-.732h1.054l.23.732h.581l-1.057-3.221h-.565L18.663 21h.567zm1.1-1.274h-.72l.358-1.196.363 1.196zM22.722 21v-2.676h.783v-.545h-2.099v.545h.785V21h.531z",
319
- fill: "#666667",
320
- fillRule: "nonzero"
321
- }));
322
- function SvgBat(props) {
323
- return /*#__PURE__*/React.createElement("svg", _extends$N({
324
- width: 26,
325
- height: 26,
326
- viewBox: "0 0 26 26",
327
- xmlns: "http://www.w3.org/2000/svg",
328
- xmlnsXlink: "http://www.w3.org/1999/xlink"
329
- }, props), _ref$N, _ref2$v);
330
- }
331
-
332
- function _extends$M() { _extends$M = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$M.apply(this, arguments); }
333
- var _ref$M = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
334
- x1: "24.588%",
335
- y1: "12.852%",
336
- x2: "50%",
337
- y2: "62.628%",
338
- id: "blue-star_svg__b"
339
- }, /*#__PURE__*/React.createElement("stop", {
340
- stopColor: "#A4D1FF",
341
- offset: "0%"
342
- }), /*#__PURE__*/React.createElement("stop", {
343
- stopColor: "#5CABFB",
344
- offset: "100%"
345
- })), /*#__PURE__*/React.createElement("linearGradient", {
346
- x1: "0%",
347
- y1: "4.401%",
348
- x2: "100%",
349
- y2: "95.599%",
350
- id: "blue-star_svg__a"
351
- }, /*#__PURE__*/React.createElement("stop", {
352
- stopColor: "#FFF",
353
- stopOpacity: 0,
354
- offset: "0%"
355
- }), /*#__PURE__*/React.createElement("stop", {
356
- stopColor: "#FFF",
357
- offset: "100%"
358
- })));
359
- var _ref2$u = /*#__PURE__*/React.createElement("g", {
360
- fillRule: "nonzero",
361
- fill: "none"
362
- }, /*#__PURE__*/React.createElement("path", {
363
- d: "M35.473 13.793l-9.918-1.441-4.434-8.989a1.243 1.243 0 0 0-.566-.566 1.255 1.255 0 0 0-1.676.566l-4.434 8.989-9.918 1.441a1.248 1.248 0 0 0-.691 2.133l7.176 6.996L9.316 32.8a1.248 1.248 0 0 0 1.812 1.316L20 29.453l8.871 4.664a1.248 1.248 0 0 0 1.812-1.316l-1.695-9.88 7.176-6.995c.195-.192.324-.442.363-.715a1.246 1.246 0 0 0-1.054-1.418z",
364
- fill: "#1979FF"
365
- }), /*#__PURE__*/React.createElement("path", {
366
- d: "M19.441 2.26a1.744 1.744 0 0 1 2.05.74h0l4.396 8.895 9.66 1.403c.478.072.884.33 1.151.69.268.359.397.82.324 1.294-.047.329-.186.634-.399.884h0l-7.22 7.048c-3.376 3.358-6.322 5.523-8.89 6.575h0l-9.15 4.77a1.745 1.745 0 0 1-2.56-1.682h0l1.672-9.78-6.988-6.813a1.753 1.753 0 0 1 .81-2.955h0l9.816-1.434 4.319-8.755a1.753 1.753 0 0 1 1.01-.88z",
367
- stroke: "url(#blue-star_svg__a)",
368
- fillOpacity: 0.7,
369
- fill: "url(#blue-star_svg__b)"
370
- }), /*#__PURE__*/React.createElement("path", {
371
- d: "M24.389 17.888l-2.457-.357-1.099-2.227a.311.311 0 0 0-.556 0l-1.098 2.227-2.457.357a.31.31 0 0 0-.171.529l1.778 1.733-.42 2.447a.31.31 0 0 0 .45.326l2.197-1.155 2.197 1.156a.31.31 0 0 0 .45-.326l-.42-2.448 1.777-1.733a.31.31 0 0 0-.171-.529z",
372
- fill: "#FFF"
373
- }));
374
- function SvgBlueStar(props) {
375
- return /*#__PURE__*/React.createElement("svg", _extends$M({
376
- width: 40,
377
- height: 40,
378
- viewBox: "0 0 40 40",
379
- xmlns: "http://www.w3.org/2000/svg"
380
- }, props), _ref$M, _ref2$u);
381
- }
382
-
383
- function _extends$L() { _extends$L = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$L.apply(this, arguments); }
384
- var _ref$L = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
385
- x1: "0%",
386
- y1: "0%",
387
- x2: "100%",
388
- y2: "100%",
389
- id: "cmdb-instance-create_svg__a"
390
- }, /*#__PURE__*/React.createElement("stop", {
391
- stopColor: "#67A0FF",
392
- offset: "0%"
393
- }), /*#__PURE__*/React.createElement("stop", {
394
- stopColor: "#1D7DFA",
395
- offset: "100%"
396
- })), /*#__PURE__*/React.createElement("linearGradient", {
397
- x1: "50%",
398
- y1: "0%",
399
- x2: "50%",
400
- y2: "100%",
401
- id: "cmdb-instance-create_svg__b"
402
- }, /*#__PURE__*/React.createElement("stop", {
403
- stopColor: "#FFF",
404
- offset: "0%"
405
- }), /*#__PURE__*/React.createElement("stop", {
406
- stopColor: "#FFF",
407
- stopOpacity: 0.4,
408
- offset: "100%"
409
- })), /*#__PURE__*/React.createElement("linearGradient", {
410
- x1: "0%",
411
- y1: "0%",
412
- x2: "74.368%",
413
- y2: "100%",
414
- id: "cmdb-instance-create_svg__c"
415
- }, /*#__PURE__*/React.createElement("stop", {
416
- stopColor: "#4FA3FF",
417
- offset: "0%"
418
- }), /*#__PURE__*/React.createElement("stop", {
419
- stopColor: "#EFF7FF",
420
- offset: "100%"
421
- })));
422
- var _ref2$t = /*#__PURE__*/React.createElement("g", {
423
- transform: "translate(.155 .479)",
424
- fill: "none",
425
- fillRule: "evenodd"
426
- }, /*#__PURE__*/React.createElement("circle", {
427
- fill: "url(#cmdb-instance-create_svg__a)",
428
- cx: 21,
429
- cy: 21,
430
- r: 21
431
- }), /*#__PURE__*/React.createElement("path", {
432
- 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",
433
- fill: "url(#cmdb-instance-create_svg__b)",
434
- transform: "translate(9.62 9.634)"
435
- }), /*#__PURE__*/React.createElement("path", {
436
- fill: "#FFF",
437
- opacity: 0.45,
438
- d: "M14.43 21.676h7.829v1.606H14.43zM14.43 17.662H27.26v1.606H14.43z"
439
- }), /*#__PURE__*/React.createElement("g", {
440
- fillRule: "nonzero"
441
- }, /*#__PURE__*/React.createElement("path", {
442
- d: "M23.31 23.986a5 5 0 1 0 7.07 7.07 5 5 0 0 0-7.07-7.07z",
443
- fill: "#FFF"
444
- }), /*#__PURE__*/React.createElement("path", {
445
- d: "M2.172 2.172a4 4 0 1 0 5.657 5.657 4 4 0 0 0-5.657-5.657z",
446
- fill: "url(#cmdb-instance-create_svg__c)",
447
- transform: "translate(21.845 22.521)"
448
- }), /*#__PURE__*/React.createElement("path", {
449
- 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",
450
- fill: "#FFF"
451
- })));
452
- function SvgCmdbInstanceCreate(props) {
453
- return /*#__PURE__*/React.createElement("svg", _extends$L({
454
- width: 43,
455
- height: 43,
456
- viewBox: "0 0 43 43",
457
- xmlns: "http://www.w3.org/2000/svg"
458
- }, props), _ref$L, _ref2$t);
459
- }
460
-
461
- function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$K.apply(this, arguments); }
462
- var _ref$K = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
463
- x1: "0%",
464
- y1: "0%",
465
- x2: "100%",
466
- y2: "100%",
467
- id: "cmdb-instance-delete_svg__a"
468
- }, /*#__PURE__*/React.createElement("stop", {
469
- stopColor: "#FA7E6E",
470
- offset: "0%"
471
- }), /*#__PURE__*/React.createElement("stop", {
472
- stopColor: "#F76514",
473
- offset: "100%"
474
- })), /*#__PURE__*/React.createElement("linearGradient", {
475
- x1: "50%",
476
- y1: "0%",
477
- x2: "50%",
478
- y2: "100%",
479
- id: "cmdb-instance-delete_svg__b"
480
- }, /*#__PURE__*/React.createElement("stop", {
481
- stopColor: "#FFF",
482
- offset: "0%"
483
- }), /*#__PURE__*/React.createElement("stop", {
484
- stopColor: "#FFF",
485
- stopOpacity: 0.4,
486
- offset: "100%"
487
- })), /*#__PURE__*/React.createElement("linearGradient", {
488
- x1: "75.547%",
489
- y1: "17.285%",
490
- x2: "19.55%",
491
- y2: "81.801%",
492
- id: "cmdb-instance-delete_svg__c"
493
- }, /*#__PURE__*/React.createElement("stop", {
494
- stopColor: "#FD9C82",
495
- offset: "0%"
496
- }), /*#__PURE__*/React.createElement("stop", {
497
- stopColor: "#FFEFEA",
498
- offset: "100%"
499
- })));
500
- var _ref2$s = /*#__PURE__*/React.createElement("g", {
501
- transform: "translate(.147 .479)",
502
- fill: "none",
503
- fillRule: "evenodd"
504
- }, /*#__PURE__*/React.createElement("circle", {
505
- fill: "url(#cmdb-instance-delete_svg__a)",
506
- cx: 21,
507
- cy: 21,
508
- r: 21
509
- }), /*#__PURE__*/React.createElement("path", {
510
- 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",
511
- fill: "url(#cmdb-instance-delete_svg__b)",
512
- transform: "translate(9.62 9.634)"
513
- }), /*#__PURE__*/React.createElement("path", {
514
- fill: "#FFF",
515
- opacity: 0.3,
516
- 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"
517
- }), /*#__PURE__*/React.createElement("g", {
518
- fillRule: "nonzero"
519
- }, /*#__PURE__*/React.createElement("path", {
520
- d: "M26.853 21.521a5 5 0 1 1 0 10 5 5 0 0 1 0-10z",
521
- fill: "#FFF"
522
- }), /*#__PURE__*/React.createElement("path", {
523
- d: "M5 1a4 4 0 1 0 0 8 4 4 0 0 0 0-8z",
524
- fill: "url(#cmdb-instance-delete_svg__c)",
525
- transform: "translate(21.853 21.521)"
526
- }), /*#__PURE__*/React.createElement("path", {
527
- 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",
528
- fill: "#FFF"
529
- })));
530
- function SvgCmdbInstanceDelete(props) {
531
- return /*#__PURE__*/React.createElement("svg", _extends$K({
532
- width: 43,
533
- height: 43,
534
- viewBox: "0 0 43 43",
535
- xmlns: "http://www.w3.org/2000/svg"
536
- }, props), _ref$K, _ref2$s);
537
- }
538
-
539
- function _extends$J() { _extends$J = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$J.apply(this, arguments); }
540
- var _ref$J = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
541
- x1: "0%",
542
- y1: "0%",
543
- x2: "100%",
544
- y2: "100%",
545
- id: "cmdb-instance-edit_svg__a"
546
- }, /*#__PURE__*/React.createElement("stop", {
547
- stopColor: "#9699FF",
548
- offset: "0%"
549
- }), /*#__PURE__*/React.createElement("stop", {
550
- stopColor: "#3C52DB",
551
- offset: "100%"
552
- })), /*#__PURE__*/React.createElement("linearGradient", {
553
- x1: "50%",
554
- y1: "0%",
555
- x2: "50%",
556
- y2: "99.704%",
557
- id: "cmdb-instance-edit_svg__b"
558
- }, /*#__PURE__*/React.createElement("stop", {
559
- stopColor: "#FFF",
560
- offset: "0%"
561
- }), /*#__PURE__*/React.createElement("stop", {
562
- stopColor: "#FFF",
563
- stopOpacity: 0.4,
564
- offset: "100%"
565
- })), /*#__PURE__*/React.createElement("linearGradient", {
566
- x1: "39.37%",
567
- y1: "24.484%",
568
- x2: "19.707%",
569
- y2: "72.223%",
570
- id: "cmdb-instance-edit_svg__c"
571
- }, /*#__PURE__*/React.createElement("stop", {
572
- stopColor: "#B6C4FA",
573
- offset: "0%"
574
- }), /*#__PURE__*/React.createElement("stop", {
575
- stopColor: "#E1E8FF",
576
- offset: "100%"
577
- })));
578
- var _ref2$r = /*#__PURE__*/React.createElement("g", {
579
- transform: "translate(.155 .479)",
580
- fill: "none",
581
- fillRule: "evenodd"
582
- }, /*#__PURE__*/React.createElement("circle", {
583
- fill: "url(#cmdb-instance-edit_svg__a)",
584
- cx: 21,
585
- cy: 21,
586
- r: 21
587
- }), /*#__PURE__*/React.createElement("path", {
588
- 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",
589
- fill: "url(#cmdb-instance-edit_svg__b)",
590
- transform: "translate(9.62 9.634)"
591
- }), /*#__PURE__*/React.createElement("path", {
592
- fill: "#FFF",
593
- opacity: 0.2,
594
- d: "M14.43 25.69H27.26v1.606H14.43z"
595
- }), /*#__PURE__*/React.createElement("g", {
596
- fillRule: "nonzero"
597
- }, /*#__PURE__*/React.createElement("path", {
598
- 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",
599
- fill: "#FFF"
600
- }), /*#__PURE__*/React.createElement("path", {
601
- 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",
602
- fill: "url(#cmdb-instance-edit_svg__c)",
603
- transform: "translate(20.845 16.86)"
604
- })));
605
- function SvgCmdbInstanceEdit(props) {
606
- return /*#__PURE__*/React.createElement("svg", _extends$J({
607
- width: 43,
608
- height: 43,
609
- viewBox: "0 0 43 43",
610
- xmlns: "http://www.w3.org/2000/svg"
611
- }, props), _ref$J, _ref2$r);
612
- }
613
-
614
- function _extends$I() { _extends$I = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$I.apply(this, arguments); }
615
- var _ref$I = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
616
- x1: "0%",
617
- y1: "0%",
618
- x2: "100%",
619
- y2: "100%",
620
- id: "cmdb-instance-export_svg__a"
621
- }, /*#__PURE__*/React.createElement("stop", {
622
- stopColor: "#FDE162",
623
- offset: "0%"
624
- }), /*#__PURE__*/React.createElement("stop", {
625
- stopColor: "#FA9503",
626
- offset: "100%"
627
- })), /*#__PURE__*/React.createElement("linearGradient", {
628
- x1: "18.323%",
629
- y1: "4.023%",
630
- x2: "70.16%",
631
- y2: "82.188%",
632
- id: "cmdb-instance-export_svg__b"
633
- }, /*#__PURE__*/React.createElement("stop", {
634
- stopColor: "#FFF",
635
- offset: "0%"
636
- }), /*#__PURE__*/React.createElement("stop", {
637
- stopColor: "#FFF",
638
- stopOpacity: 0.3,
639
- offset: "100%"
640
- })), /*#__PURE__*/React.createElement("linearGradient", {
641
- x1: "47.816%",
642
- y1: "24.484%",
643
- x2: "43.775%",
644
- y2: "72.223%",
645
- id: "cmdb-instance-export_svg__c"
646
- }, /*#__PURE__*/React.createElement("stop", {
647
- stopColor: "#FFF7E7",
648
- offset: "0%"
649
- }), /*#__PURE__*/React.createElement("stop", {
650
- stopColor: "#FFE6AA",
651
- offset: "100%"
652
- })));
653
- var _ref2$q = /*#__PURE__*/React.createElement("g", {
654
- transform: "translate(.155 .479)",
655
- fill: "none",
656
- fillRule: "evenodd"
657
- }, /*#__PURE__*/React.createElement("circle", {
658
- fill: "url(#cmdb-instance-export_svg__a)",
659
- cx: 21,
660
- cy: 21,
661
- r: 21
662
- }), /*#__PURE__*/React.createElement("g", {
663
- transform: "translate(9.62 9.634)"
664
- }, /*#__PURE__*/React.createElement("circle", {
665
- fill: "url(#cmdb-instance-export_svg__b)",
666
- cx: 11.475,
667
- cy: 11.49,
668
- r: 10
669
- }), /*#__PURE__*/React.createElement("g", {
670
- fillRule: "nonzero"
671
- }, /*#__PURE__*/React.createElement("path", {
672
- 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",
673
- fill: "#FFF"
674
- }), /*#__PURE__*/React.createElement("path", {
675
- fill: "url(#cmdb-instance-export_svg__c)",
676
- d: "M4.965 1H3.648v7.257l-1.443-.001 2.104 2.039 2.104-2.039H4.966z",
677
- transform: "matrix(1 0 0 -1 7.216 22.86)"
678
- }))));
679
- function SvgCmdbInstanceExport(props) {
680
- return /*#__PURE__*/React.createElement("svg", _extends$I({
681
- width: 43,
682
- height: 43,
683
- viewBox: "0 0 43 43",
684
- xmlns: "http://www.w3.org/2000/svg"
685
- }, props), _ref$I, _ref2$q);
686
- }
687
-
688
- function _extends$H() { _extends$H = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$H.apply(this, arguments); }
689
- var _ref$H = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
690
- x1: "0%",
691
- y1: "0%",
692
- x2: "100%",
693
- y2: "100%",
694
- id: "cmdb-instance-interview_svg__b"
695
- }, /*#__PURE__*/React.createElement("stop", {
696
- stopColor: "#38B2FF",
697
- offset: "0%"
698
- }), /*#__PURE__*/React.createElement("stop", {
699
- stopColor: "#1A7AFF",
700
- offset: "100%"
701
- })), /*#__PURE__*/React.createElement("circle", {
702
- id: "cmdb-instance-interview_svg__a",
703
- cx: 21,
704
- cy: 21,
705
- r: 21
706
- }), /*#__PURE__*/React.createElement("linearGradient", {
707
- x1: "50%",
708
- y1: "0%",
709
- x2: "50%",
710
- y2: "100%",
711
- id: "cmdb-instance-interview_svg__d"
712
- }, /*#__PURE__*/React.createElement("stop", {
713
- stopColor: "#FFF",
714
- offset: "0%"
715
- }), /*#__PURE__*/React.createElement("stop", {
716
- stopColor: "#FFF",
717
- stopOpacity: 0.3,
718
- offset: "100%"
719
- })), /*#__PURE__*/React.createElement("linearGradient", {
720
- x1: ".136%",
721
- y1: "0%",
722
- x2: "74.302%",
723
- y2: "100%",
724
- id: "cmdb-instance-interview_svg__e"
725
- }, /*#__PURE__*/React.createElement("stop", {
726
- stopColor: "#4FA3FF",
727
- offset: "0%"
728
- }), /*#__PURE__*/React.createElement("stop", {
729
- stopColor: "#EFF7FF",
730
- offset: "100%"
731
- })));
732
- var _ref2$p = /*#__PURE__*/React.createElement("g", {
733
- fill: "none",
734
- fillRule: "evenodd"
735
- }, /*#__PURE__*/React.createElement("mask", {
736
- id: "cmdb-instance-interview_svg__c",
737
- fill: "#fff"
738
- }, /*#__PURE__*/React.createElement("use", {
739
- xlinkHref: "#cmdb-instance-interview_svg__a"
740
- })), /*#__PURE__*/React.createElement("use", {
741
- fill: "url(#cmdb-instance-interview_svg__b)",
742
- xlinkHref: "#cmdb-instance-interview_svg__a"
743
- }), /*#__PURE__*/React.createElement("g", {
744
- mask: "url(#cmdb-instance-interview_svg__c)"
745
- }, /*#__PURE__*/React.createElement("path", {
746
- fill: "url(#cmdb-instance-interview_svg__d)",
747
- d: "M16.916 1.605l2.325 2.328v16.94H3.207V1.606z",
748
- transform: "translate(9.767 10.113)"
749
- }), /*#__PURE__*/React.createElement("path", {
750
- fill: "#FFF",
751
- opacity: 0.2,
752
- d: "M15.38 22.155h11.223v1.606H15.38zM15.38 25.367h11.223v1.606H15.38z"
753
- }), /*#__PURE__*/React.createElement("g", {
754
- fillRule: "nonzero"
755
- }, /*#__PURE__*/React.createElement("path", {
756
- 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",
757
- fill: "#FFF"
758
- }), /*#__PURE__*/React.createElement("path", {
759
- 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",
760
- fill: "url(#cmdb-instance-interview_svg__e)",
761
- transform: "translate(9.767 15.732)"
762
- }))));
763
- function SvgCmdbInstanceInterview(props) {
764
- return /*#__PURE__*/React.createElement("svg", _extends$H({
765
- width: 42,
766
- height: 42,
767
- viewBox: "0 0 42 42",
768
- xmlns: "http://www.w3.org/2000/svg",
769
- xmlnsXlink: "http://www.w3.org/1999/xlink"
770
- }, props), _ref$H, _ref2$p);
771
- }
772
-
773
- function _extends$G() { _extends$G = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$G.apply(this, arguments); }
774
- var _ref$G = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
775
- x1: "0%",
776
- y1: "0%",
777
- x2: "100%",
778
- y2: "100%",
779
- id: "cmdb-instance-operate_svg__a"
780
- }, /*#__PURE__*/React.createElement("stop", {
781
- stopColor: "#9699FF",
782
- offset: "0%"
783
- }), /*#__PURE__*/React.createElement("stop", {
784
- stopColor: "#364DD8",
785
- offset: "100%"
786
- })), /*#__PURE__*/React.createElement("linearGradient", {
787
- x1: "50%",
788
- y1: "0%",
789
- x2: "50%",
790
- y2: "99.704%",
791
- id: "cmdb-instance-operate_svg__b"
792
- }, /*#__PURE__*/React.createElement("stop", {
793
- stopColor: "#FFF",
794
- offset: "0%"
795
- }), /*#__PURE__*/React.createElement("stop", {
796
- stopColor: "#FFF",
797
- stopOpacity: 0.4,
798
- offset: "100%"
799
- })), /*#__PURE__*/React.createElement("linearGradient", {
800
- x1: "99.869%",
801
- y1: "-29.804%",
802
- x2: "19.707%",
803
- y2: "72.223%",
804
- id: "cmdb-instance-operate_svg__c"
805
- }, /*#__PURE__*/React.createElement("stop", {
806
- stopColor: "#A7AFF3",
807
- offset: "0%"
808
- }), /*#__PURE__*/React.createElement("stop", {
809
- stopColor: "#EFF7FF",
810
- offset: "100%"
811
- })));
812
- var _ref2$o = /*#__PURE__*/React.createElement("g", {
813
- fill: "none",
814
- fillRule: "evenodd"
815
- }, /*#__PURE__*/React.createElement("circle", {
816
- fill: "url(#cmdb-instance-operate_svg__a)",
817
- fillRule: "nonzero",
818
- cx: 21,
819
- cy: 21,
820
- r: 21
821
- }), /*#__PURE__*/React.createElement("g", {
822
- transform: "translate(9.62 9.634)"
823
- }, /*#__PURE__*/React.createElement("path", {
824
- fill: "url(#cmdb-instance-operate_svg__b)",
825
- fillRule: "nonzero",
826
- d: "M19.043 2.408v18.465H3.405V2.408z"
827
- }), /*#__PURE__*/React.createElement("path", {
828
- fill: "#FFF",
829
- fillRule: "nonzero",
830
- opacity: 0.7,
831
- d: "M6.81 6.056h8.828v1.606H6.81zM6.81 9.056h8.828v1.606H6.81z"
832
- }), /*#__PURE__*/React.createElement("circle", {
833
- fill: "#FFF",
834
- opacity: 0.4,
835
- cx: 11,
836
- cy: 16,
837
- r: 2
838
- }), /*#__PURE__*/React.createElement("g", {
839
- fillRule: "nonzero"
840
- }, /*#__PURE__*/React.createElement("path", {
841
- d: "M19.84 8.63c-.297 0-.583.117-.796.33l-5.31 5.317c-.161.161-.266.362-.309.578l-.374 2.133a1.422 1.422 0 0 0 1.625 1.653l2.132-.374c.244-.049.456-.158.624-.338l5.287-5.293c.438-.44.438-1.15 0-1.59L20.637 8.96c-.213-.213-.5-.33-.797-.33z",
842
- fill: "#FFF"
843
- }), /*#__PURE__*/React.createElement("path", {
844
- 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",
845
- fill: "url(#cmdb-instance-operate_svg__c)",
846
- transform: "translate(11.224 8.225)"
847
- }))));
848
- function SvgCmdbInstanceOperate(props) {
849
- return /*#__PURE__*/React.createElement("svg", _extends$G({
850
- width: 42,
851
- height: 42,
852
- viewBox: "0 0 42 42",
853
- xmlns: "http://www.w3.org/2000/svg"
854
- }, props), _ref$G, _ref2$o);
855
- }
856
-
857
- function _extends$F() { _extends$F = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$F.apply(this, arguments); }
858
- var _ref$F = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
859
- x1: "0%",
860
- y1: "0%",
861
- x2: "100%",
862
- y2: "100%",
863
- id: "cmdb-instance-record_svg__a"
864
- }, /*#__PURE__*/React.createElement("stop", {
865
- stopColor: "#9699FF",
866
- offset: "0%"
867
- }), /*#__PURE__*/React.createElement("stop", {
868
- stopColor: "#364DD8",
869
- offset: "100%"
870
- })), /*#__PURE__*/React.createElement("linearGradient", {
871
- x1: "50%",
872
- y1: "0%",
873
- x2: "50%",
874
- y2: "100%",
875
- id: "cmdb-instance-record_svg__b"
876
- }, /*#__PURE__*/React.createElement("stop", {
877
- stopColor: "#FFF",
878
- offset: "0%"
879
- }), /*#__PURE__*/React.createElement("stop", {
880
- stopColor: "#FFF",
881
- stopOpacity: 0.4,
882
- offset: "100%"
883
- })), /*#__PURE__*/React.createElement("linearGradient", {
884
- x1: "50%",
885
- y1: "0%",
886
- x2: "50%",
887
- y2: "100%",
888
- id: "cmdb-instance-record_svg__c"
889
- }, /*#__PURE__*/React.createElement("stop", {
890
- stopColor: "#FFF",
891
- offset: "0%"
892
- }), /*#__PURE__*/React.createElement("stop", {
893
- stopColor: "#FFF",
894
- offset: "100%"
895
- })));
896
- var _ref2$n = /*#__PURE__*/React.createElement("g", {
897
- transform: "translate(.155 .479)",
898
- fill: "none",
899
- fillRule: "evenodd"
900
- }, /*#__PURE__*/React.createElement("circle", {
901
- fill: "url(#cmdb-instance-record_svg__a)",
902
- cx: 21,
903
- cy: 21,
904
- r: 21
905
- }), /*#__PURE__*/React.createElement("path", {
906
- fill: "url(#cmdb-instance-record_svg__b)",
907
- d: "M16.916 1.605l2.325 2.328v16.94H3.207V1.606z",
908
- transform: "translate(9.62 9.634)"
909
- }), /*#__PURE__*/React.createElement("path", {
910
- 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",
911
- transform: "matrix(1 0 0 -1 17.638 25.236)",
912
- fill: "url(#cmdb-instance-record_svg__c)",
913
- fillRule: "nonzero"
914
- }), /*#__PURE__*/React.createElement("path", {
915
- fill: "#FFF",
916
- opacity: 0.2,
917
- d: "M15.233 24.888h11.224v1.606H15.233z"
918
- }));
919
- function SvgCmdbInstanceRecord(props) {
920
- return /*#__PURE__*/React.createElement("svg", _extends$F({
921
- width: 43,
922
- height: 43,
923
- viewBox: "0 0 43 43",
924
- xmlns: "http://www.w3.org/2000/svg"
925
- }, props), _ref$F, _ref2$n);
926
- }
927
-
928
- function _extends$E() { _extends$E = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$E.apply(this, arguments); }
929
- var _ref$E = /*#__PURE__*/React.createElement("g", {
930
- fillRule: "nonzero",
931
- fill: "none"
932
- }, /*#__PURE__*/React.createElement("path", {
933
- d: "M1 1.568c0-.184.149-.368.329-.4 0 0 5.75-1.168 6.667-1.168.917 0 6.683 1.168 6.683 1.168.18.04.313.208.321.4v6.08c0 2.232-1.473 5.072-3.314 6.312 0 0-2.726 2.04-3.659 2.04-.932 0-3.705-2.056-3.705-2.056C2.489 12.704 1 9.88 1 7.648v-6.08z",
934
- fill: "#E8E8E8"
935
- }), /*#__PURE__*/React.createElement("path", {
936
- d: "M6.94 3.317L5.023 8.012c-.071.163.03.307.222.307h1.837c.191 0 .312.145.272.327l-.595 2.742c-.152.722.08.818.524.221l3.664-4.877c.111-.144.04-.27-.151-.279l-2.291-.057c-.192 0-.283-.145-.212-.308l1.282-2.79c.07-.163-.02-.298-.212-.298H7.415c-.192.01-.404.144-.475.317z",
937
- fill: "#FFF"
938
- }));
939
- function SvgDanger0(props) {
940
- return /*#__PURE__*/React.createElement("svg", _extends$E({
941
- width: 16,
942
- height: 16,
943
- viewBox: "0 0 16 16",
944
- xmlns: "http://www.w3.org/2000/svg"
945
- }, props), _ref$E);
946
- }
947
-
948
- function _extends$D() { _extends$D = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$D.apply(this, arguments); }
949
- var _ref$D = /*#__PURE__*/React.createElement("g", {
950
- fillRule: "nonzero",
951
- fill: "none"
952
- }, /*#__PURE__*/React.createElement("path", {
953
- d: "M1 1.568c0-.184.149-.368.329-.4 0 0 5.75-1.168 6.667-1.168.917 0 6.683 1.168 6.683 1.168.18.04.313.208.321.4v6.08c0 2.232-1.473 5.072-3.314 6.312 0 0-2.726 2.04-3.659 2.04-.932 0-3.705-2.056-3.705-2.056C2.489 12.704 1 9.88 1 7.648v-6.08z",
954
- fill: "#0071EB"
955
- }), /*#__PURE__*/React.createElement("path", {
956
- d: "M6.94 3.317L5.023 8.012c-.071.163.03.307.222.307h1.837c.191 0 .312.145.272.327l-.595 2.742c-.152.722.08.818.524.221l3.664-4.877c.111-.144.04-.27-.151-.279l-2.291-.057c-.192 0-.283-.145-.212-.308l1.282-2.79c.07-.163-.02-.298-.212-.298H7.415c-.192.01-.404.144-.475.317z",
957
- fill: "#FFF"
958
- }));
959
- function SvgDanger1(props) {
960
- return /*#__PURE__*/React.createElement("svg", _extends$D({
961
- width: 16,
962
- height: 16,
963
- viewBox: "0 0 16 16",
964
- xmlns: "http://www.w3.org/2000/svg"
965
- }, props), _ref$D);
966
- }
967
-
968
- function _extends$C() { _extends$C = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$C.apply(this, arguments); }
969
- var _ref$C = /*#__PURE__*/React.createElement("g", {
970
- fillRule: "nonzero",
971
- fill: "none"
972
- }, /*#__PURE__*/React.createElement("path", {
973
- d: "M1 1.568c0-.184.149-.368.329-.4 0 0 5.75-1.168 6.667-1.168.917 0 6.683 1.168 6.683 1.168.18.04.313.208.321.4v6.08c0 2.232-1.473 5.072-3.314 6.312 0 0-2.726 2.04-3.659 2.04-.932 0-3.705-2.056-3.705-2.056C2.489 12.704 1 9.88 1 7.648v-6.08z",
974
- fill: "#2FC25B"
975
- }), /*#__PURE__*/React.createElement("path", {
976
- d: "M6.94 3.317L5.023 8.012c-.071.163.03.307.222.307h1.837c.191 0 .312.145.272.327l-.595 2.742c-.152.722.08.818.524.221l3.664-4.877c.111-.144.04-.27-.151-.279l-2.291-.057c-.192 0-.283-.145-.212-.308l1.282-2.79c.07-.163-.02-.298-.212-.298H7.415c-.192.01-.404.144-.475.317z",
977
- fill: "#FFF"
978
- }));
979
- function SvgDanger2(props) {
980
- return /*#__PURE__*/React.createElement("svg", _extends$C({
981
- width: 16,
982
- height: 16,
983
- viewBox: "0 0 16 16",
984
- xmlns: "http://www.w3.org/2000/svg"
985
- }, props), _ref$C);
986
- }
987
-
988
- function _extends$B() { _extends$B = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$B.apply(this, arguments); }
989
- var _ref$B = /*#__PURE__*/React.createElement("g", {
990
- fillRule: "nonzero",
991
- fill: "none"
992
- }, /*#__PURE__*/React.createElement("path", {
993
- d: "M1 1.568c0-.184.149-.368.329-.4 0 0 5.75-1.168 6.667-1.168.917 0 6.683 1.168 6.683 1.168.18.04.313.208.321.4v6.08c0 2.232-1.473 5.072-3.314 6.312 0 0-2.726 2.04-3.659 2.04-.932 0-3.705-2.056-3.705-2.056C2.489 12.704 1 9.88 1 7.648v-6.08z",
994
- fill: "#FFC119"
995
- }), /*#__PURE__*/React.createElement("path", {
996
- d: "M6.94 3.317L5.023 8.012c-.071.163.03.307.222.307h1.837c.191 0 .312.145.272.327l-.595 2.742c-.152.722.08.818.524.221l3.664-4.877c.111-.144.04-.27-.151-.279l-2.291-.057c-.192 0-.283-.145-.212-.308l1.282-2.79c.07-.163-.02-.298-.212-.298H7.415c-.192.01-.404.144-.475.317z",
997
- fill: "#FFF"
998
- }));
999
- function SvgDanger3(props) {
1000
- return /*#__PURE__*/React.createElement("svg", _extends$B({
1001
- width: 16,
1002
- height: 16,
1003
- viewBox: "0 0 16 16",
1004
- xmlns: "http://www.w3.org/2000/svg"
1005
- }, props), _ref$B);
1006
- }
1007
-
1008
- function _extends$A() { _extends$A = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$A.apply(this, arguments); }
1009
- var _ref$A = /*#__PURE__*/React.createElement("g", {
1010
- fillRule: "nonzero",
1011
- fill: "none"
1012
- }, /*#__PURE__*/React.createElement("path", {
1013
- d: "M1 1.568c0-.184.149-.368.329-.4 0 0 5.75-1.168 6.667-1.168.917 0 6.683 1.168 6.683 1.168.18.04.313.208.321.4v6.08c0 2.232-1.473 5.072-3.314 6.312 0 0-2.726 2.04-3.659 2.04-.932 0-3.705-2.056-3.705-2.056C2.489 12.704 1 9.88 1 7.648v-6.08z",
1014
- fill: "#FF6704"
1015
- }), /*#__PURE__*/React.createElement("path", {
1016
- d: "M6.94 3.317L5.023 8.012c-.071.163.03.307.222.307h1.837c.191 0 .312.145.272.327l-.595 2.742c-.152.722.08.818.524.221l3.664-4.877c.111-.144.04-.27-.151-.279l-2.291-.057c-.192 0-.283-.145-.212-.308l1.282-2.79c.07-.163-.02-.298-.212-.298H7.415c-.192.01-.404.144-.475.317z",
1017
- fill: "#FFF"
1018
- }));
1019
- function SvgDanger4(props) {
1020
- return /*#__PURE__*/React.createElement("svg", _extends$A({
1021
- width: 16,
1022
- height: 16,
1023
- viewBox: "0 0 16 16",
1024
- xmlns: "http://www.w3.org/2000/svg"
1025
- }, props), _ref$A);
1026
- }
1027
-
1028
- function _extends$z() { _extends$z = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$z.apply(this, arguments); }
1029
- var _ref$z = /*#__PURE__*/React.createElement("g", {
1030
- fillRule: "nonzero",
1031
- fill: "none"
1032
- }, /*#__PURE__*/React.createElement("path", {
1033
- d: "M1 1.568c0-.184.149-.368.329-.4 0 0 5.75-1.168 6.667-1.168.917 0 6.683 1.168 6.683 1.168.18.04.313.208.321.4v6.08c0 2.232-1.473 5.072-3.314 6.312 0 0-2.726 2.04-3.659 2.04-.932 0-3.705-2.056-3.705-2.056C2.489 12.704 1 9.88 1 7.648v-6.08z",
1034
- fill: "#F03E30"
1035
- }), /*#__PURE__*/React.createElement("path", {
1036
- d: "M6.94 3.317L5.023 8.012c-.071.163.03.307.222.307h1.837c.191 0 .312.145.272.327l-.595 2.742c-.152.722.08.818.524.221l3.664-4.877c.111-.144.04-.27-.151-.279l-2.291-.057c-.192 0-.283-.145-.212-.308l1.282-2.79c.07-.163-.02-.298-.212-.298H7.415c-.192.01-.404.144-.475.317z",
1037
- fill: "#FFF"
1038
- }));
1039
- function SvgDanger5(props) {
1040
- return /*#__PURE__*/React.createElement("svg", _extends$z({
1041
- width: 16,
1042
- height: 16,
1043
- viewBox: "0 0 16 16",
1044
- xmlns: "http://www.w3.org/2000/svg"
1045
- }, props), _ref$z);
1046
- }
1047
-
1048
- function _extends$y() { _extends$y = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$y.apply(this, arguments); }
1049
- var _ref$y = /*#__PURE__*/React.createElement("g", {
1050
- fill: "none",
1051
- fillRule: "evenodd"
1052
- }, /*#__PURE__*/React.createElement("path", {
1053
- d: "M0 0h22v22H0z"
1054
- }), /*#__PURE__*/React.createElement("path", {
1055
- d: "M3.8 2v18H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h.8zm9.142 4.727l2.232-2.363 1.86 2.363V2H19a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H5.6V2h7.342v4.727zm3.872 6.697h-7a.59.59 0 1 0 0 1.182h7a.59.59 0 1 0 0-1.182zm0-3.151h-7a.59.59 0 1 0 0 1.182h7a.59.59 0 0 0 0-1.182z",
1056
- fill: "#FFF"
1057
- }));
1058
- function SvgDocuments(props) {
1059
- return /*#__PURE__*/React.createElement("svg", _extends$y({
1060
- width: 22,
1061
- height: 22,
1062
- viewBox: "0 0 22 22",
1063
- xmlns: "http://www.w3.org/2000/svg"
1064
- }, props), _ref$y);
1065
- }
1066
-
1067
- function _extends$x() { _extends$x = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$x.apply(this, arguments); }
1068
- var _ref$x = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null));
1069
- var _ref2$m = /*#__PURE__*/React.createElement("path", {
1070
- d: "M638.635 341.333c5.461-.682 10.24.854 14.336 4.608a18.219 18.219 0 0 1 5.632 13.312v36.864l-.256 3.243a18.176 18.176 0 0 1-3.84 8.533 16.47 16.47 0 0 1-10.752 6.144c-2.731.342-5.12.683-7.168 1.024a27.136 27.136 0 0 0-5.632 1.536c-9.899 3.755-17.067 7.51-21.504 11.264a33.408 33.408 0 0 0-8.192 10.752c-1.707 5.803-2.56 11.264-2.56 16.384 0 .683.17 1.707.512 3.072.341 1.366 1.706 3.243 4.096 5.632 4.778 4.779 11.776 9.046 20.992 12.8 3.072 1.366 6.485 2.646 10.24 3.84a292.268 292.268 0 0 1 11.264 3.84c2.389.683 4.693 1.28 6.912 1.792a138.84 138.84 0 0 1 6.912 1.792 989.183 989.183 0 0 1 21.504 5.376 693.76 693.76 0 0 0 28.672 6.912l3.072 1.024 6.613 1.707a615.808 615.808 0 0 1 28.16 8.533c16.085 5.462 30.08 12.118 42.027 19.968 14.677 9.216 25.856 20.48 33.536 33.792 7.68 13.312 11.52 28.16 11.52 44.544 0 38.571-14.678 68.096-44.032 88.576-10.24 7.51-22.102 13.483-35.584 17.92a214.272 214.272 0 0 1-44.8 9.216h-2.048l-3.414-.298a15.275 15.275 0 0 1-8.362-4.31 16.512 16.512 0 0 1-6.144-13.312V670.55l.298-3.413a16.299 16.299 0 0 1 4.31-8.619 19.115 19.115 0 0 1 11.264-5.888c13.312-1.365 23.552-3.84 30.72-7.424 7.168-3.584 12.458-7.424 15.872-11.52a24.021 24.021 0 0 0 5.888-12.288c.512-4.096.768-7.509.768-10.24a19.712 19.712 0 0 0-9.216-17.408 139.008 139.008 0 0 0-41.984-18.432l-3.072-1.024-1.536-.512-11.392-3.072-11.648-3.072a496.47 496.47 0 0 0-24.064-5.632 380.843 380.843 0 0 1-20.48-5.12 274.347 274.347 0 0 1-38.912-12.8 154.453 154.453 0 0 1-49.664-32.256c-15.019-15.018-22.528-34.816-22.528-59.392 0-33.792 12.97-61.269 38.912-82.432 17.749-15.018 42.666-24.576 74.752-28.672zm-65.536 242.688l3.456.299a17.067 17.067 0 0 1 8.832 4.565c3.413 3.243 5.29 7.254 5.632 12.032 1.024 17.067 9.386 30.208 25.088 39.424a69.363 69.363 0 0 0 13.056 5.888c4.608 1.536 9.642 2.987 15.104 4.352a15.53 15.53 0 0 1 10.496 6.144c2.56 3.414 3.84 7.168 3.84 11.264v37.888l-.256 3.328a16.47 16.47 0 0 1-5.888 10.496 18.347 18.347 0 0 1-11.776 4.096h-2.56l-11.648-2.048c-26.539-5.418-48.768-15.146-66.688-29.184-26.624-21.162-41.643-50.688-45.056-88.576a15.787 15.787 0 0 1 4.608-13.824 16.512 16.512 0 0 1 13.312-6.144h40.448zm-317.142-242.73v375.808l-46.378.042-3.456-.341a17.579 17.579 0 0 1-9.088-5.035 17.195 17.195 0 0 1-5.376-12.544V359.253l.341-3.456a17.579 17.579 0 0 1 5.035-9.088 17.195 17.195 0 0 1 12.544-5.376h46.378zm34.134 303.104l169.344.042 3.669.342a16.64 16.64 0 0 1 9.13 5.034c3.414 3.584 5.12 7.766 5.12 12.544v36.864l-.34 3.456a17.835 17.835 0 0 1-4.78 9.088 16.939 16.939 0 0 1-12.8 5.376H290.092v-72.746zm0-152.064l146.816.042 3.669.342a16.64 16.64 0 0 1 9.13 5.034c3.414 3.584 5.12 7.766 5.12 12.544v37.376l-.34 3.456a17.835 17.835 0 0 1-4.78 9.088 16.939 16.939 0 0 1-12.8 5.376H290.092v-73.258zm418.048-149.803l3.2.341c30.037 4.779 54.442 15.019 73.216 30.72 25.6 21.163 39.253 48.128 40.96 80.896a18.219 18.219 0 0 1-4.608 13.312 18.219 18.219 0 0 1-13.312 5.632h-39.936l-3.2-.256a16.512 16.512 0 0 1-8.32-4.096 18.347 18.347 0 0 1-5.888-11.52 143.403 143.403 0 0 0-2.816-10.496 36.053 36.053 0 0 0-6.144-11.52 48.64 48.64 0 0 0-12.288-10.752 76.501 76.501 0 0 0-20.736-8.704c-1.024 0-1.707-.17-2.048-.512h-2.048l-2.944-.981a18.048 18.048 0 0 1-10.88-16.939v-37.376l.256-3.157a17.707 17.707 0 0 1 6.4-10.667 16.555 16.555 0 0 1 14.336-3.584zm-248.704-1.195l3.669.342a16.64 16.64 0 0 1 9.13 5.034c3.414 3.584 5.12 7.766 5.12 12.544v36.864l-.34 3.456a17.835 17.835 0 0 1-4.78 9.088 16.939 16.939 0 0 1-12.8 5.376H290.092v-72.789l169.344.085z",
1071
- fill: "#5063C2"
1072
- });
1073
- function SvgEs(props) {
1074
- return /*#__PURE__*/React.createElement("svg", _extends$x({
1075
- className: "es_svg__icon",
1076
- viewBox: "0 0 1024 1024",
1077
- xmlns: "http://www.w3.org/2000/svg",
1078
- width: 32,
1079
- height: 32
1080
- }, props), _ref$x, _ref2$m);
1081
- }
1082
-
1083
- function _extends$w() { _extends$w = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$w.apply(this, arguments); }
1084
- var _ref$w = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
1085
- x1: "98.875%",
1086
- y1: "50%",
1087
- x2: "0%",
1088
- y2: "50%",
1089
- id: "event-alarm_svg__a"
1090
- }, /*#__PURE__*/React.createElement("stop", {
1091
- stopColor: "#FFE548",
1092
- offset: "0%"
1093
- }), /*#__PURE__*/React.createElement("stop", {
1094
- stopColor: "#966700",
1095
- offset: "100%"
1096
- })), /*#__PURE__*/React.createElement("rect", {
1097
- id: "event-alarm_svg__b",
1098
- x: 9.9,
1099
- y: 6.621,
1100
- width: 56.1,
1101
- height: 19.862,
1102
- rx: 9.9
1103
- }), /*#__PURE__*/React.createElement("filter", {
1104
- x: "-3.6%",
1105
- y: "-10.1%",
1106
- width: "107.1%",
1107
- height: "120.1%",
1108
- filterUnits: "objectBoundingBox",
1109
- id: "event-alarm_svg__c"
1110
- }, /*#__PURE__*/React.createElement("feGaussianBlur", {
1111
- stdDeviation: 1.5,
1112
- in: "SourceAlpha",
1113
- result: "shadowBlurInner1"
1114
- }), /*#__PURE__*/React.createElement("feOffset", {
1115
- dx: 1,
1116
- dy: 1,
1117
- in: "shadowBlurInner1",
1118
- result: "shadowOffsetInner1"
1119
- }), /*#__PURE__*/React.createElement("feComposite", {
1120
- in: "shadowOffsetInner1",
1121
- in2: "SourceAlpha",
1122
- operator: "arithmetic",
1123
- k2: -1,
1124
- k3: 1,
1125
- result: "shadowInnerInner1"
1126
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
1127
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0",
1128
- in: "shadowInnerInner1"
1129
- })));
1130
- var _ref2$l = /*#__PURE__*/React.createElement("g", {
1131
- fill: "none",
1132
- fillRule: "evenodd"
1133
- }, /*#__PURE__*/React.createElement("g", {
1134
- fillRule: "nonzero",
1135
- transform: "translate(0 19)"
1136
- }, /*#__PURE__*/React.createElement("use", {
1137
- fill: "url(#event-alarm_svg__a)",
1138
- xlinkHref: "#event-alarm_svg__b"
1139
- }), /*#__PURE__*/React.createElement("use", {
1140
- fill: "#000",
1141
- filter: "url(#event-alarm_svg__c)",
1142
- xlinkHref: "#event-alarm_svg__b"
1143
- })), /*#__PURE__*/React.createElement("path", {
1144
- fill: "#82D2FF",
1145
- fillRule: "nonzero",
1146
- d: "M22.346 38.703l4.934 2.86-11.33 6.562-11.33-6.563V28.438l4.934 2.859v7.406l6.396 3.703z"
1147
- }), /*#__PURE__*/React.createElement("path", {
1148
- fill: "#966700",
1149
- fillRule: "nonzero",
1150
- d: "M22.346 31.297l-6.396-3.703v-5.719l11.33 6.563z"
1151
- }), /*#__PURE__*/React.createElement("path", {
1152
- fill: "#C38B00",
1153
- fillRule: "nonzero",
1154
- d: "M15.95 21.875v5.719l-6.396 3.703-4.934-2.86z"
1155
- }), /*#__PURE__*/React.createElement("path", {
1156
- fill: "#966700",
1157
- fillRule: "nonzero",
1158
- d: "M9.554 31.297v7.406l-4.934 2.86V28.437z"
1159
- }), /*#__PURE__*/React.createElement("path", {
1160
- d: "M27.28 28.438v13.125l-4.934-2.86v-7.406l4.934-2.86zM15.95 42.406v5.719L4.62 41.562l4.934-2.859 6.396 3.703z",
1161
- fill: "#6C4400",
1162
- fillRule: "nonzero"
1163
- }), /*#__PURE__*/React.createElement("path", {
1164
- fill: "#4B2000",
1165
- fillRule: "nonzero",
1166
- d: "M27.28 41.563l-11.33 6.562v-5.719l6.396-3.703z"
1167
- }), /*#__PURE__*/React.createElement("path", {
1168
- fill: "#FFE548",
1169
- fillRule: "nonzero",
1170
- d: "M22.346 38.703v-7.406l-6.396-3.703-6.396 3.703v7.406l6.396 3.703z"
1171
- }), /*#__PURE__*/React.createElement("path", {
1172
- fill: "#EFB202",
1173
- fillRule: "nonzero",
1174
- d: "M22.346 38.703v-7.406l-6.396-3.703v14.812z"
1175
- }), /*#__PURE__*/React.createElement("path", {
1176
- d: "M26.152 29.775a1.728 1.728 0 0 1-1.296-1.3c-.012-.05-.074-.05-.087 0a1.728 1.728 0 0 1-1.296 1.3c-.05.012-.05.075 0 .088.645.146 1.15.656 1.296 1.3.013.05.075.05.087 0a1.728 1.728 0 0 1 1.296-1.3c.047-.013.047-.079 0-.088zm-2.819 1.522a1.45 1.45 0 0 1-1.034-1.038c-.013-.05-.078-.05-.094 0a1.45 1.45 0 0 1-1.034 1.038c-.05.012-.05.078 0 .094a1.45 1.45 0 0 1 1.034 1.037c.013.05.078.05.094 0a1.45 1.45 0 0 1 1.034-1.037c.05-.016.05-.082 0-.094z",
1177
- fill: "#FFF",
1178
- fillRule: "nonzero"
1179
- }), /*#__PURE__*/React.createElement("text", {
1180
- fontFamily: "PingFang-SC-Medium, PingFang SC",
1181
- fontSize: 11,
1182
- fontWeight: 400,
1183
- fill: "#FFF",
1184
- transform: "translate(0 19)"
1185
- }, /*#__PURE__*/React.createElement("tspan", {
1186
- x: 31.9,
1187
- y: 20.853
1188
- }, "\u8B66\u544A")), /*#__PURE__*/React.createElement("path", {
1189
- d: "M15.472 32.126c.114 0 .206.092.206.206v1.652a.206.206 0 0 0 .363.133l1.615-1.918a.206.206 0 0 1 .157-.073h1.63a.206.206 0 0 1 .162.333l-3.722 4.774a.205.205 0 0 1-.162.08h-1.197a.207.207 0 0 1-.206-.207v-3.823a.206.206 0 0 0-.206-.207h-.591a.206.206 0 0 1-.205-.206v-.54a.206.206 0 0 1 .206-.204h1.95z",
1190
- fill: "#FFF",
1191
- fillRule: "nonzero"
1192
- }));
1193
- function SvgEventAlarm(props) {
1194
- return /*#__PURE__*/React.createElement("svg", _extends$w({
1195
- width: 70,
1196
- height: 70,
1197
- viewBox: "0 0 70 70",
1198
- xmlns: "http://www.w3.org/2000/svg",
1199
- xmlnsXlink: "http://www.w3.org/1999/xlink"
1200
- }, props), _ref$w, _ref2$l);
1201
- }
1202
-
1203
- function _extends$v() { _extends$v = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$v.apply(this, arguments); }
1204
- var _ref$v = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
1205
- x1: "109.969%",
1206
- y1: "50%",
1207
- x2: "21.734%",
1208
- y2: "50%",
1209
- id: "event-critical_svg__a"
1210
- }, /*#__PURE__*/React.createElement("stop", {
1211
- stopColor: "#FFA48A",
1212
- offset: "0%"
1213
- }), /*#__PURE__*/React.createElement("stop", {
1214
- stopColor: "#C1121B",
1215
- offset: "100%"
1216
- })), /*#__PURE__*/React.createElement("rect", {
1217
- id: "event-critical_svg__b",
1218
- x: 9.9,
1219
- y: 6.621,
1220
- width: 56.1,
1221
- height: 19.862,
1222
- rx: 9.9
1223
- }), /*#__PURE__*/React.createElement("filter", {
1224
- x: "-3.6%",
1225
- y: "-10.1%",
1226
- width: "107.1%",
1227
- height: "120.1%",
1228
- filterUnits: "objectBoundingBox",
1229
- id: "event-critical_svg__c"
1230
- }, /*#__PURE__*/React.createElement("feGaussianBlur", {
1231
- stdDeviation: 1.5,
1232
- in: "SourceAlpha",
1233
- result: "shadowBlurInner1"
1234
- }), /*#__PURE__*/React.createElement("feOffset", {
1235
- dx: 1,
1236
- dy: 1,
1237
- in: "shadowBlurInner1",
1238
- result: "shadowOffsetInner1"
1239
- }), /*#__PURE__*/React.createElement("feComposite", {
1240
- in: "shadowOffsetInner1",
1241
- in2: "SourceAlpha",
1242
- operator: "arithmetic",
1243
- k2: -1,
1244
- k3: 1,
1245
- result: "shadowInnerInner1"
1246
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
1247
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0",
1248
- in: "shadowInnerInner1"
1249
- })));
1250
- var _ref2$k = /*#__PURE__*/React.createElement("g", {
1251
- fill: "none",
1252
- fillRule: "evenodd"
1253
- }, /*#__PURE__*/React.createElement("g", {
1254
- fillRule: "nonzero",
1255
- transform: "translate(0 19)"
1256
- }, /*#__PURE__*/React.createElement("use", {
1257
- fill: "url(#event-critical_svg__a)",
1258
- xlinkHref: "#event-critical_svg__b"
1259
- }), /*#__PURE__*/React.createElement("use", {
1260
- fill: "#000",
1261
- filter: "url(#event-critical_svg__c)",
1262
- xlinkHref: "#event-critical_svg__b"
1263
- })), /*#__PURE__*/React.createElement("path", {
1264
- fill: "#82D2FF",
1265
- fillRule: "nonzero",
1266
- d: "M22.346 38.703l4.934 2.86-11.33 6.562-11.33-6.563V28.438l4.934 2.859v7.406l6.396 3.703z"
1267
- }), /*#__PURE__*/React.createElement("path", {
1268
- fill: "#C1121B",
1269
- fillRule: "nonzero",
1270
- d: "M22.346 31.297l-6.396-3.703v-5.719l11.33 6.563z"
1271
- }), /*#__PURE__*/React.createElement("path", {
1272
- fill: "#E63E34",
1273
- fillRule: "nonzero",
1274
- d: "M15.95 21.875v5.719l-6.396 3.703-4.934-2.86z"
1275
- }), /*#__PURE__*/React.createElement("path", {
1276
- fill: "#C1121B",
1277
- fillRule: "nonzero",
1278
- d: "M9.554 31.297v7.406l-4.934 2.86V28.437z"
1279
- }), /*#__PURE__*/React.createElement("path", {
1280
- d: "M27.28 28.438v13.125l-4.934-2.86v-7.406l4.934-2.86zM15.95 42.406v5.719L4.62 41.562l4.934-2.859 6.396 3.703z",
1281
- fill: "#8F0201",
1282
- fillRule: "nonzero"
1283
- }), /*#__PURE__*/React.createElement("path", {
1284
- fill: "#5F0000",
1285
- fillRule: "nonzero",
1286
- d: "M27.28 41.563l-11.33 6.562v-5.719l6.396-3.703z"
1287
- }), /*#__PURE__*/React.createElement("path", {
1288
- fill: "#FFA48A",
1289
- fillRule: "nonzero",
1290
- d: "M22.346 38.703v-7.406l-6.396-3.703-6.396 3.703v7.406l6.396 3.703z"
1291
- }), /*#__PURE__*/React.createElement("path", {
1292
- fill: "#FD6F5B",
1293
- fillRule: "nonzero",
1294
- d: "M22.346 38.703v-7.406l-6.396-3.703v14.812z"
1295
- }), /*#__PURE__*/React.createElement("path", {
1296
- d: "M26.152 29.775a1.728 1.728 0 0 1-1.296-1.3c-.012-.05-.074-.05-.087 0a1.728 1.728 0 0 1-1.296 1.3c-.05.012-.05.075 0 .088.645.146 1.15.656 1.296 1.3.013.05.075.05.087 0a1.728 1.728 0 0 1 1.296-1.3c.047-.013.047-.079 0-.088zm-2.819 1.522a1.45 1.45 0 0 1-1.034-1.038c-.013-.05-.078-.05-.094 0a1.45 1.45 0 0 1-1.034 1.038c-.05.012-.05.078 0 .094a1.45 1.45 0 0 1 1.034 1.037c.013.05.078.05.094 0a1.45 1.45 0 0 1 1.034-1.037c.05-.016.05-.082 0-.094z",
1297
- fill: "#FFF",
1298
- fillRule: "nonzero"
1299
- }), /*#__PURE__*/React.createElement("text", {
1300
- fontFamily: "PingFang-SC-Medium, PingFang SC",
1301
- fontSize: 11,
1302
- fontWeight: 400,
1303
- fill: "#FFF",
1304
- transform: "translate(0 19)"
1305
- }, /*#__PURE__*/React.createElement("tspan", {
1306
- x: 31.9,
1307
- y: 20.853
1308
- }, "\u5371\u6025")), /*#__PURE__*/React.createElement("path", {
1309
- d: "M15.472 32.126c.114 0 .206.092.206.206v1.652a.206.206 0 0 0 .363.133l1.615-1.918a.206.206 0 0 1 .157-.073h1.63a.206.206 0 0 1 .162.333l-3.722 4.774a.205.205 0 0 1-.162.08h-1.197a.207.207 0 0 1-.206-.207v-3.823a.206.206 0 0 0-.206-.207h-.591a.206.206 0 0 1-.205-.206v-.54a.206.206 0 0 1 .206-.204h1.95z",
1310
- fill: "#FFF",
1311
- fillRule: "nonzero"
1312
- }));
1313
- function SvgEventCritical(props) {
1314
- return /*#__PURE__*/React.createElement("svg", _extends$v({
1315
- width: 70,
1316
- height: 70,
1317
- viewBox: "0 0 70 70",
1318
- xmlns: "http://www.w3.org/2000/svg",
1319
- xmlnsXlink: "http://www.w3.org/1999/xlink"
1320
- }, props), _ref$v, _ref2$k);
1321
- }
1322
-
1323
- function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$u.apply(this, arguments); }
1324
- var _ref$u = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
1325
- x1: "98.875%",
1326
- y1: "50%",
1327
- x2: "0%",
1328
- y2: "50%",
1329
- id: "event-information_svg__a"
1330
- }, /*#__PURE__*/React.createElement("stop", {
1331
- stopColor: "#6DFBF5",
1332
- offset: "0%"
1333
- }), /*#__PURE__*/React.createElement("stop", {
1334
- stopColor: "#007A77",
1335
- offset: "100%"
1336
- })), /*#__PURE__*/React.createElement("rect", {
1337
- id: "event-information_svg__b",
1338
- x: 9.9,
1339
- y: 6.621,
1340
- width: 56.1,
1341
- height: 19.862,
1342
- rx: 9.9
1343
- }), /*#__PURE__*/React.createElement("filter", {
1344
- x: "-3.6%",
1345
- y: "-10.1%",
1346
- width: "107.1%",
1347
- height: "120.1%",
1348
- filterUnits: "objectBoundingBox",
1349
- id: "event-information_svg__c"
1350
- }, /*#__PURE__*/React.createElement("feGaussianBlur", {
1351
- stdDeviation: 1.5,
1352
- in: "SourceAlpha",
1353
- result: "shadowBlurInner1"
1354
- }), /*#__PURE__*/React.createElement("feOffset", {
1355
- dx: 1,
1356
- dy: 1,
1357
- in: "shadowBlurInner1",
1358
- result: "shadowOffsetInner1"
1359
- }), /*#__PURE__*/React.createElement("feComposite", {
1360
- in: "shadowOffsetInner1",
1361
- in2: "SourceAlpha",
1362
- operator: "arithmetic",
1363
- k2: -1,
1364
- k3: 1,
1365
- result: "shadowInnerInner1"
1366
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
1367
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0",
1368
- in: "shadowInnerInner1"
1369
- })));
1370
- var _ref2$j = /*#__PURE__*/React.createElement("g", {
1371
- fill: "none",
1372
- fillRule: "evenodd"
1373
- }, /*#__PURE__*/React.createElement("g", {
1374
- fillRule: "nonzero",
1375
- transform: "translate(0 19)"
1376
- }, /*#__PURE__*/React.createElement("use", {
1377
- fill: "url(#event-information_svg__a)",
1378
- xlinkHref: "#event-information_svg__b"
1379
- }), /*#__PURE__*/React.createElement("use", {
1380
- fill: "#000",
1381
- filter: "url(#event-information_svg__c)",
1382
- xlinkHref: "#event-information_svg__b"
1383
- })), /*#__PURE__*/React.createElement("path", {
1384
- fill: "#82D2FF",
1385
- fillRule: "nonzero",
1386
- d: "M22.346 38.703l4.934 2.86-11.33 6.562-11.33-6.563V28.438l4.934 2.859v7.406l6.396 3.703z"
1387
- }), /*#__PURE__*/React.createElement("path", {
1388
- fill: "#007A77",
1389
- fillRule: "nonzero",
1390
- d: "M22.346 31.297l-6.396-3.703v-5.719l11.33 6.563z"
1391
- }), /*#__PURE__*/React.createElement("path", {
1392
- fill: "#02A49F",
1393
- fillRule: "nonzero",
1394
- d: "M15.95 21.875v5.719l-6.396 3.703-4.934-2.86z"
1395
- }), /*#__PURE__*/React.createElement("path", {
1396
- fill: "#007A77",
1397
- fillRule: "nonzero",
1398
- d: "M9.554 31.297v7.406l-4.934 2.86V28.437z"
1399
- }), /*#__PURE__*/React.createElement("path", {
1400
- d: "M27.28 28.438v13.125l-4.934-2.86v-7.406l4.934-2.86zM15.95 42.406v5.719L4.62 41.562l4.934-2.859 6.396 3.703z",
1401
- fill: "#005250",
1402
- fillRule: "nonzero"
1403
- }), /*#__PURE__*/React.createElement("path", {
1404
- fill: "#012D2E",
1405
- fillRule: "nonzero",
1406
- d: "M27.28 41.563l-11.33 6.562v-5.719l6.396-3.703z"
1407
- }), /*#__PURE__*/React.createElement("path", {
1408
- fill: "#6DFBF5",
1409
- fillRule: "nonzero",
1410
- d: "M22.346 38.703v-7.406l-6.396-3.703-6.396 3.703v7.406l6.396 3.703z"
1411
- }), /*#__PURE__*/React.createElement("path", {
1412
- fill: "#34D0CC",
1413
- fillRule: "nonzero",
1414
- d: "M22.346 38.703v-7.406l-6.396-3.703v14.812z"
1415
- }), /*#__PURE__*/React.createElement("path", {
1416
- d: "M26.152 29.775a1.728 1.728 0 0 1-1.296-1.3c-.012-.05-.074-.05-.087 0a1.728 1.728 0 0 1-1.296 1.3c-.05.012-.05.075 0 .088.645.146 1.15.656 1.296 1.3.013.05.075.05.087 0a1.728 1.728 0 0 1 1.296-1.3c.047-.013.047-.079 0-.088zm-2.819 1.522a1.45 1.45 0 0 1-1.034-1.038c-.013-.05-.078-.05-.094 0a1.45 1.45 0 0 1-1.034 1.038c-.05.012-.05.078 0 .094a1.45 1.45 0 0 1 1.034 1.037c.013.05.078.05.094 0a1.45 1.45 0 0 1 1.034-1.037c.05-.016.05-.082 0-.094z",
1417
- fill: "#FFF",
1418
- fillRule: "nonzero"
1419
- }), /*#__PURE__*/React.createElement("text", {
1420
- fontFamily: "PingFang-SC-Medium, PingFang SC",
1421
- fontSize: 11,
1422
- fontWeight: 400,
1423
- fill: "#FFF",
1424
- transform: "translate(0 19)"
1425
- }, /*#__PURE__*/React.createElement("tspan", {
1426
- x: 31.9,
1427
- y: 20.853
1428
- }, "\u4FE1\u606F")), /*#__PURE__*/React.createElement("path", {
1429
- d: "M15.472 32.126c.114 0 .206.092.206.206v1.652a.206.206 0 0 0 .363.133l1.615-1.918a.206.206 0 0 1 .157-.073h1.63a.206.206 0 0 1 .162.333l-3.722 4.774a.205.205 0 0 1-.162.08h-1.197a.207.207 0 0 1-.206-.207v-3.823a.206.206 0 0 0-.206-.207h-.591a.206.206 0 0 1-.205-.206v-.54a.206.206 0 0 1 .206-.204h1.95z",
1430
- fill: "#FFF",
1431
- fillRule: "nonzero"
1432
- }));
1433
- function SvgEventInformation(props) {
1434
- return /*#__PURE__*/React.createElement("svg", _extends$u({
1435
- width: 70,
1436
- height: 70,
1437
- viewBox: "0 0 70 70",
1438
- xmlns: "http://www.w3.org/2000/svg",
1439
- xmlnsXlink: "http://www.w3.org/1999/xlink"
1440
- }, props), _ref$u, _ref2$j);
1441
- }
1442
-
1443
- function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$t.apply(this, arguments); }
1444
- var _ref$t = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
1445
- x1: "98.875%",
1446
- y1: "50%",
1447
- x2: "0%",
1448
- y2: "50%",
1449
- id: "event-notice_svg__a"
1450
- }, /*#__PURE__*/React.createElement("stop", {
1451
- stopColor: "#C4CFFB",
1452
- offset: "0%"
1453
- }), /*#__PURE__*/React.createElement("stop", {
1454
- stopColor: "#385DD2",
1455
- offset: "100%"
1456
- })), /*#__PURE__*/React.createElement("rect", {
1457
- id: "event-notice_svg__b",
1458
- x: 9.9,
1459
- y: 6.621,
1460
- width: 56.1,
1461
- height: 19.862,
1462
- rx: 9.9
1463
- }), /*#__PURE__*/React.createElement("filter", {
1464
- x: "-3.6%",
1465
- y: "-10.1%",
1466
- width: "107.1%",
1467
- height: "120.1%",
1468
- filterUnits: "objectBoundingBox",
1469
- id: "event-notice_svg__c"
1470
- }, /*#__PURE__*/React.createElement("feGaussianBlur", {
1471
- stdDeviation: 1.5,
1472
- in: "SourceAlpha",
1473
- result: "shadowBlurInner1"
1474
- }), /*#__PURE__*/React.createElement("feOffset", {
1475
- dx: 1,
1476
- dy: 1,
1477
- in: "shadowBlurInner1",
1478
- result: "shadowOffsetInner1"
1479
- }), /*#__PURE__*/React.createElement("feComposite", {
1480
- in: "shadowOffsetInner1",
1481
- in2: "SourceAlpha",
1482
- operator: "arithmetic",
1483
- k2: -1,
1484
- k3: 1,
1485
- result: "shadowInnerInner1"
1486
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
1487
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0",
1488
- in: "shadowInnerInner1"
1489
- })));
1490
- var _ref2$i = /*#__PURE__*/React.createElement("g", {
1491
- fill: "none",
1492
- fillRule: "evenodd"
1493
- }, /*#__PURE__*/React.createElement("g", {
1494
- fillRule: "nonzero",
1495
- transform: "translate(0 19)"
1496
- }, /*#__PURE__*/React.createElement("use", {
1497
- fill: "url(#event-notice_svg__a)",
1498
- xlinkHref: "#event-notice_svg__b"
1499
- }), /*#__PURE__*/React.createElement("use", {
1500
- fill: "#000",
1501
- filter: "url(#event-notice_svg__c)",
1502
- xlinkHref: "#event-notice_svg__b"
1503
- })), /*#__PURE__*/React.createElement("path", {
1504
- fill: "#82D2FF",
1505
- fillRule: "nonzero",
1506
- d: "M22.346 38.703l4.934 2.86-11.33 6.562-11.33-6.563V28.438l4.934 2.859v7.406l6.396 3.703z"
1507
- }), /*#__PURE__*/React.createElement("path", {
1508
- fill: "#385DD2",
1509
- fillRule: "nonzero",
1510
- d: "M22.346 31.297l-6.396-3.703v-5.719l11.33 6.563z"
1511
- }), /*#__PURE__*/React.createElement("path", {
1512
- fill: "#677FFB",
1513
- fillRule: "nonzero",
1514
- d: "M15.95 21.875v5.719l-6.396 3.703-4.934-2.86z"
1515
- }), /*#__PURE__*/React.createElement("path", {
1516
- fill: "#385DD2",
1517
- fillRule: "nonzero",
1518
- d: "M9.554 31.297v7.406l-4.934 2.86V28.437z"
1519
- }), /*#__PURE__*/React.createElement("path", {
1520
- d: "M27.28 28.438v13.125l-4.934-2.86v-7.406l4.934-2.86zM15.95 42.406v5.719L4.62 41.562l4.934-2.859 6.396 3.703z",
1521
- fill: "#073BAA",
1522
- fillRule: "nonzero"
1523
- }), /*#__PURE__*/React.createElement("path", {
1524
- fill: "#001679",
1525
- fillRule: "nonzero",
1526
- d: "M27.28 41.563l-11.33 6.562v-5.719l6.396-3.703z"
1527
- }), /*#__PURE__*/React.createElement("path", {
1528
- fill: "#C6D1FD",
1529
- fillRule: "nonzero",
1530
- d: "M22.346 38.703v-7.406l-6.396-3.703-6.396 3.703v7.406l6.396 3.703z"
1531
- }), /*#__PURE__*/React.createElement("path", {
1532
- fill: "#9AA8FF",
1533
- fillRule: "nonzero",
1534
- d: "M22.346 38.703v-7.406l-6.396-3.703v14.812z"
1535
- }), /*#__PURE__*/React.createElement("path", {
1536
- d: "M26.152 29.775a1.728 1.728 0 0 1-1.296-1.3c-.012-.05-.074-.05-.087 0a1.728 1.728 0 0 1-1.296 1.3c-.05.012-.05.075 0 .088.645.146 1.15.656 1.296 1.3.013.05.075.05.087 0a1.728 1.728 0 0 1 1.296-1.3c.047-.013.047-.079 0-.088zm-2.819 1.522a1.45 1.45 0 0 1-1.034-1.038c-.013-.05-.078-.05-.094 0a1.45 1.45 0 0 1-1.034 1.038c-.05.012-.05.078 0 .094a1.45 1.45 0 0 1 1.034 1.037c.013.05.078.05.094 0a1.45 1.45 0 0 1 1.034-1.037c.05-.016.05-.082 0-.094z",
1537
- fill: "#FFF",
1538
- fillRule: "nonzero"
1539
- }), /*#__PURE__*/React.createElement("text", {
1540
- fontFamily: "PingFang-SC-Medium, PingFang SC",
1541
- fontSize: 11,
1542
- fontWeight: 400,
1543
- fill: "#FFF",
1544
- transform: "translate(0 19)"
1545
- }, /*#__PURE__*/React.createElement("tspan", {
1546
- x: 31.9,
1547
- y: 20.853
1548
- }, "\u901A\u77E5")), /*#__PURE__*/React.createElement("path", {
1549
- d: "M15.472 32.126c.114 0 .206.092.206.206v1.652a.206.206 0 0 0 .363.133l1.615-1.918a.206.206 0 0 1 .157-.073h1.63a.206.206 0 0 1 .162.333l-3.722 4.774a.205.205 0 0 1-.162.08h-1.197a.207.207 0 0 1-.206-.207v-3.823a.206.206 0 0 0-.206-.207h-.591a.206.206 0 0 1-.205-.206v-.54a.206.206 0 0 1 .206-.204h1.95z",
1550
- fill: "#FFF",
1551
- fillRule: "nonzero"
1552
- }));
1553
- function SvgEventNotice(props) {
1554
- return /*#__PURE__*/React.createElement("svg", _extends$t({
1555
- width: 70,
1556
- height: 70,
1557
- viewBox: "0 0 70 70",
1558
- xmlns: "http://www.w3.org/2000/svg",
1559
- xmlnsXlink: "http://www.w3.org/1999/xlink"
1560
- }, props), _ref$t, _ref2$i);
1561
- }
1562
-
1563
- function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$s.apply(this, arguments); }
1564
- var _ref$s = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
1565
- x1: "98.875%",
1566
- y1: "50%",
1567
- x2: "0%",
1568
- y2: "50%",
1569
- id: "event-urgent_svg__a"
1570
- }, /*#__PURE__*/React.createElement("stop", {
1571
- stopColor: "#FFC766",
1572
- offset: "0%"
1573
- }), /*#__PURE__*/React.createElement("stop", {
1574
- stopColor: "#BE4100",
1575
- offset: "100%"
1576
- })), /*#__PURE__*/React.createElement("rect", {
1577
- id: "event-urgent_svg__b",
1578
- x: 9.9,
1579
- y: 6.621,
1580
- width: 56.1,
1581
- height: 19.862,
1582
- rx: 9.9
1583
- }), /*#__PURE__*/React.createElement("filter", {
1584
- x: "-3.6%",
1585
- y: "-10.1%",
1586
- width: "107.1%",
1587
- height: "120.1%",
1588
- filterUnits: "objectBoundingBox",
1589
- id: "event-urgent_svg__c"
1590
- }, /*#__PURE__*/React.createElement("feGaussianBlur", {
1591
- stdDeviation: 1.5,
1592
- in: "SourceAlpha",
1593
- result: "shadowBlurInner1"
1594
- }), /*#__PURE__*/React.createElement("feOffset", {
1595
- dx: 1,
1596
- dy: 1,
1597
- in: "shadowBlurInner1",
1598
- result: "shadowOffsetInner1"
1599
- }), /*#__PURE__*/React.createElement("feComposite", {
1600
- in: "shadowOffsetInner1",
1601
- in2: "SourceAlpha",
1602
- operator: "arithmetic",
1603
- k2: -1,
1604
- k3: 1,
1605
- result: "shadowInnerInner1"
1606
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
1607
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0",
1608
- in: "shadowInnerInner1"
1609
- })));
1610
- var _ref2$h = /*#__PURE__*/React.createElement("g", {
1611
- fill: "none",
1612
- fillRule: "evenodd"
1613
- }, /*#__PURE__*/React.createElement("g", {
1614
- fillRule: "nonzero",
1615
- transform: "translate(0 17)"
1616
- }, /*#__PURE__*/React.createElement("use", {
1617
- fill: "url(#event-urgent_svg__a)",
1618
- xlinkHref: "#event-urgent_svg__b"
1619
- }), /*#__PURE__*/React.createElement("use", {
1620
- fill: "#000",
1621
- filter: "url(#event-urgent_svg__c)",
1622
- xlinkHref: "#event-urgent_svg__b"
1623
- })), /*#__PURE__*/React.createElement("path", {
1624
- fill: "#82D2FF",
1625
- fillRule: "nonzero",
1626
- d: "M22.346 36.703l4.934 2.86-11.33 6.562-11.33-6.563V26.438l4.934 2.859v7.406l6.396 3.703z"
1627
- }), /*#__PURE__*/React.createElement("path", {
1628
- fill: "#BE4100",
1629
- fillRule: "nonzero",
1630
- d: "M22.346 29.297l-6.396-3.703v-5.719l11.33 6.563z"
1631
- }), /*#__PURE__*/React.createElement("path", {
1632
- fill: "#E76402",
1633
- fillRule: "nonzero",
1634
- d: "M15.95 19.875v5.719l-6.396 3.703-4.934-2.86z"
1635
- }), /*#__PURE__*/React.createElement("path", {
1636
- fill: "#BE4100",
1637
- fillRule: "nonzero",
1638
- d: "M9.554 29.297v7.406l-4.934 2.86V26.437z"
1639
- }), /*#__PURE__*/React.createElement("path", {
1640
- d: "M27.28 26.438v13.125l-4.934-2.86v-7.406l4.934-2.86zM15.95 40.406v5.719L4.62 39.562l4.934-2.859 6.396 3.703z",
1641
- fill: "#981D00",
1642
- fillRule: "nonzero"
1643
- }), /*#__PURE__*/React.createElement("path", {
1644
- fill: "#6A0100",
1645
- fillRule: "nonzero",
1646
- d: "M27.28 39.563l-11.33 6.562v-5.719l6.396-3.703z"
1647
- }), /*#__PURE__*/React.createElement("path", {
1648
- fill: "#FFC766",
1649
- fillRule: "nonzero",
1650
- d: "M22.346 36.703v-7.406l-6.396-3.703-6.396 3.703v7.406l6.396 3.703z"
1651
- }), /*#__PURE__*/React.createElement("path", {
1652
- fill: "#FF932F",
1653
- fillRule: "nonzero",
1654
- d: "M22.346 36.703v-7.406l-6.396-3.703v14.812z"
1655
- }), /*#__PURE__*/React.createElement("path", {
1656
- d: "M26.152 27.775a1.728 1.728 0 0 1-1.296-1.3c-.012-.05-.074-.05-.087 0a1.728 1.728 0 0 1-1.296 1.3c-.05.012-.05.075 0 .088.645.146 1.15.656 1.296 1.3.013.05.075.05.087 0a1.728 1.728 0 0 1 1.296-1.3c.047-.013.047-.079 0-.088zm-2.819 1.522a1.45 1.45 0 0 1-1.034-1.038c-.013-.05-.078-.05-.094 0a1.45 1.45 0 0 1-1.034 1.038c-.05.012-.05.078 0 .094a1.45 1.45 0 0 1 1.034 1.037c.013.05.078.05.094 0a1.45 1.45 0 0 1 1.034-1.037c.05-.016.05-.082 0-.094z",
1657
- fill: "#FFF",
1658
- fillRule: "nonzero"
1659
- }), /*#__PURE__*/React.createElement("text", {
1660
- fontFamily: "PingFang-SC-Medium, PingFang SC",
1661
- fontSize: 11,
1662
- fontWeight: 400,
1663
- fill: "#FFF",
1664
- transform: "translate(0 17)"
1665
- }, /*#__PURE__*/React.createElement("tspan", {
1666
- x: 31.9,
1667
- y: 20.853
1668
- }, "\u7D27\u6025")), /*#__PURE__*/React.createElement("path", {
1669
- d: "M15.472 30.126c.114 0 .206.092.206.206v1.652a.206.206 0 0 0 .363.133l1.615-1.918a.206.206 0 0 1 .157-.073h1.63a.206.206 0 0 1 .162.333l-3.722 4.774a.205.205 0 0 1-.162.08h-1.197a.207.207 0 0 1-.206-.207v-3.823a.206.206 0 0 0-.206-.207h-.591a.206.206 0 0 1-.205-.206v-.54a.206.206 0 0 1 .206-.204h1.95z",
1670
- fill: "#FFF",
1671
- fillRule: "nonzero"
1672
- }));
1673
- function SvgEventUrgent(props) {
1674
- return /*#__PURE__*/React.createElement("svg", _extends$s({
1675
- width: 70,
1676
- height: 70,
1677
- viewBox: "0 0 70 70",
1678
- xmlns: "http://www.w3.org/2000/svg",
1679
- xmlnsXlink: "http://www.w3.org/1999/xlink"
1680
- }, props), _ref$s, _ref2$h);
1681
- }
1682
-
1683
- function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$r.apply(this, arguments); }
1684
- var _ref$r = /*#__PURE__*/React.createElement("g", {
1685
- fillRule: "nonzero",
1686
- fill: "none"
1687
- }, /*#__PURE__*/React.createElement("path", {
1688
- d: "M26.758.655H5.242C2.534.655.318 2.846.318 5.535v21.274c0 2.689 2.216 4.88 4.924 4.88h21.516c2.708 0 4.924-2.191 4.924-4.88V5.535c0-2.689-2.216-4.88-4.924-4.88zm-21.516 2h21.516c1.608 0 2.924 1.3 2.924 2.88v21.274c0 1.58-1.316 2.88-2.924 2.88H5.242c-1.608 0-2.924-1.3-2.924-2.88V5.535c0-1.58 1.316-2.88 2.924-2.88z",
1689
- fill: "#FFF"
1690
- }), /*#__PURE__*/React.createElement("path", {
1691
- fill: "#3F75DD",
1692
- d: "M11.364 5.49v1.5h-4.66v4.598h-1.5V5.489z"
1693
- }), /*#__PURE__*/React.createElement("path", {
1694
- fill: "#3F75DD",
1695
- d: "M7.255 5.706l4.636 4.584-1.055 1.067L6.2 6.773zM12.114 20.006v6.098h-1.5v-4.598h-4.66v-1.5z"
1696
- }), /*#__PURE__*/React.createElement("path", {
1697
- fill: "#3F75DD",
1698
- d: "M10.836 20.987l1.055 1.067-4.636 4.584L6.2 25.57z"
1699
- }), /*#__PURE__*/React.createElement("path", {
1700
- fill: "#FFF",
1701
- d: "M20.477 2.42v27.505h-2V2.419z"
1702
- }));
1703
- function SvgExpansion1(props) {
1704
- return /*#__PURE__*/React.createElement("svg", _extends$r({
1705
- width: 32,
1706
- height: 32,
1707
- viewBox: "0 0 32 32",
1708
- xmlns: "http://www.w3.org/2000/svg"
1709
- }, props), _ref$r);
1710
- }
1711
-
1712
- function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$q.apply(this, arguments); }
1713
- var _ref$q = /*#__PURE__*/React.createElement("g", {
1714
- fill: "none",
1715
- fillRule: "evenodd",
1716
- strokeLinecap: "round",
1717
- strokeLinejoin: "round"
1718
- }, /*#__PURE__*/React.createElement("path", {
1719
- d: "M33.922 39H6.078C3.285 39 1 36.715 1 33.922V6.078C1 3.285 3.285 1 6.078 1h27.844C36.715 1 39 3.285 39 6.078v27.844C39 36.715 36.715 39 33.922 39z",
1720
- stroke: "#000",
1721
- strokeWidth: 2
1722
- }), /*#__PURE__*/React.createElement("path", {
1723
- stroke: "#167BE0",
1724
- strokeWidth: 1.5,
1725
- d: "M7 14V7h7M8 7l6 6M7 26h7v7M14 27l-6 6"
1726
- }), /*#__PURE__*/React.createElement("path", {
1727
- stroke: "#000",
1728
- strokeWidth: 2,
1729
- d: "M24.5 2v36"
1730
- }));
1731
- function SvgExpansion(props) {
1732
- return /*#__PURE__*/React.createElement("svg", _extends$q({
1733
- width: 40,
1734
- height: 40,
1735
- viewBox: "0 0 40 40",
1736
- xmlns: "http://www.w3.org/2000/svg"
1737
- }, props), _ref$q);
1738
- }
1739
-
1740
- function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$p.apply(this, arguments); }
1741
- var _ref$p = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("path", {
1742
- d: "M.708 1.47l15.584 9.498c.39.216.708.717.708 1.12v24.846c0 .404-.317.556-.708.341L.708 27.777C.318 27.562 0 27.06 0 26.657V1.81c0-.403.317-.556.708-.34z",
1743
- id: "file-lock_svg__b"
1744
- }), /*#__PURE__*/React.createElement("filter", {
1745
- x: "-5.9%",
1746
- y: "-5.6%",
1747
- width: "123.5%",
1748
- height: "111.1%",
1749
- filterUnits: "objectBoundingBox",
1750
- id: "file-lock_svg__a"
1751
- }, /*#__PURE__*/React.createElement("feOffset", {
1752
- dx: 1,
1753
- in: "SourceAlpha",
1754
- result: "shadowOffsetOuter1"
1755
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
1756
- stdDeviation: 0.5,
1757
- in: "shadowOffsetOuter1",
1758
- result: "shadowBlurOuter1"
1759
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
1760
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0",
1761
- in: "shadowBlurOuter1"
1762
- })));
1763
- var _ref2$g = /*#__PURE__*/React.createElement("g", {
1764
- fill: "none",
1765
- fillRule: "evenodd"
1766
- }, /*#__PURE__*/React.createElement("path", {
1767
- d: "M42.055 3.972l15.13 8.855c.35.187.634.623.634.973v17.156c0 .196-.089.323-.228.365l.007.016-2.92 1.937-.752-1.937.412-1.643-12.283-6.72c-.35-.187-.634-.622-.634-.973V8.311l-.741.05-2.091-2.431 2.97-1.984c.116-.083.295-.08.496.026z",
1768
- fill: "#FCE4A0"
1769
- }), /*#__PURE__*/React.createElement("g", {
1770
- strokeWidth: 2
1771
- }, /*#__PURE__*/React.createElement("path", {
1772
- d: "M45.95 2.526c.51-.073 1.08.012 1.683.25 1.204.476 2.284 1.456 3.071 2.634C51.497 6.594 52 7.99 52 9.322h0v8c0 1.119-.36 2.013-1.04 2.493-.67.472-1.595.495-2.593.101-1.204-.476-2.284-1.455-3.071-2.633C44.503 16.099 44 14.703 44 13.37h0v-8c0-.206.012-.404.037-.594-.05-.524-.068-.694-.075-.866h0l.807-.803c.315-.318.72-.517 1.182-.582z",
1773
- stroke: "#2F5FAA"
1774
- }), /*#__PURE__*/React.createElement("path", {
1775
- d: "M44.04 3.878c.67-.472 1.595-.496 2.593-.101 1.204.475 2.284 1.455 3.071 2.633C50.497 7.594 51 8.99 51 10.322h0v8c0 1.119-.36 2.013-1.04 2.493-.67.472-1.595.495-2.593.101-1.204-.476-2.284-1.455-3.071-2.633C43.503 17.099 43 15.703 43 14.37h0v-8c0-1.119.36-2.013 1.04-2.493z",
1776
- stroke: "#184490"
1777
- })), /*#__PURE__*/React.createElement("path", {
1778
- fill: "#FCE4A0",
1779
- d: "M40.555 6.869l1.074-.225 2.466 1.402 1.365-.988-.121 2.603M48.555 11.869l1.074-.225 2.466 1.402 1.365-.988-.121 2.603"
1780
- }), /*#__PURE__*/React.createElement("path", {
1781
- d: "M39.055 5.972l15.13 8.855c.35.187.634.623.634.973v17.156c0 .35-.284.483-.634.296l-15.13-8.278c-.35-.187-.634-.622-.634-.973V6.268c0-.35.284-.482.634-.296z",
1782
- fill: "#F0BF28"
1783
- }), /*#__PURE__*/React.createElement("path", {
1784
- d: "M33.538 17.123l14.165 8.406c.35.187.635.622.635.972v23.157c0 .35-.284.482-.635.296l-14.165-7.83c-.35-.187-.634-.622-.634-.972V17.419c0-.35.284-.483.634-.296z",
1785
- fill: "#4B89E5"
1786
- }), /*#__PURE__*/React.createElement("path", {
1787
- d: "M20 1.134l22.06 13.34c.553.295 1 .981 1 1.533l.278 36.43c0 .233-.08.405-.213.504a.483.483 0 0 1-.14.071l-1.93.964-.414-1.605-.056-.435L20 40.558c-.552-.294-1-.98-1-1.533V3.158l-1.028.033-.714-1.125 2.026-1.014c.183-.088.436-.068.716.082z",
1788
- fill: "#2F63A9"
1789
- }), /*#__PURE__*/React.createElement("path", {
1790
- d: "M18 2.134L40.338 15.39c.552.294 1 .98 1 1.533v36.515c0 .552-.448.761-1 .467L18 41.558c-.552-.294-1-.98-1-1.533V2.6c0-.552.448-.761 1-.466z",
1791
- fill: "#17488C"
1792
- }), /*#__PURE__*/React.createElement("path", {
1793
- d: "M21.443 31.97l15.488 8.846v5.791l-15.488-8.846v-5.792zm1-3l10.869 6.043V36.4l-10.87-6.043v-1.388zm-1-14.611l10.199 6.007v1.833l-10.2-6.007V14.36zm0-5.39l15.488 8.847v2.833l-15.488-8.847V8.97z",
1794
- fill: "#86A1BD"
1795
- }), /*#__PURE__*/React.createElement("path", {
1796
- d: "M11 18.73l16.292 9.399c.39.227.708.756.708 1.182v25.226c0 .264-.122.427-.308.458l-2.89.959-.504-2.968L11 44.498c-.391-.227-.708-.756-.708-1.182l-.001-21.732L9 21.313l-.811-1.267 2.276-1.36a.323.323 0 0 1 .016-.01l.014-.009v.001c.128-.068.307-.053.505.062z",
1797
- fill: "#A1C0F4"
1798
- }), /*#__PURE__*/React.createElement("g", {
1799
- transform: "translate(8 18.627)"
1800
- }, /*#__PURE__*/React.createElement("use", {
1801
- fill: "#000",
1802
- filter: "url(#file-lock_svg__a)",
1803
- xlinkHref: "#file-lock_svg__b"
1804
- }), /*#__PURE__*/React.createElement("use", {
1805
- fill: "#DAE8F5",
1806
- xlinkHref: "#file-lock_svg__b"
1807
- })), /*#__PURE__*/React.createElement("path", {
1808
- d: "M9 33l9.762 5.649v1.833L9 34.833V33zm0-4l13.762 7.649v1.833L9 30.833V29zm5-3l8.222 4.657v2.834L14 28.833V26zm-5-1c0-1.105.895-1.652 2-1.223 1.105.43 2 1.673 2 2.778 0 1.104-.895 1.652-2 1.222-1.105-.429-2-1.672-2-2.777z",
1809
- fill: "#ABC7E9"
1810
- }));
1811
- function SvgFileLock(props) {
1812
- return /*#__PURE__*/React.createElement("svg", _extends$p({
1813
- width: 58,
1814
- height: 58,
1815
- viewBox: "0 0 58 58",
1816
- xmlns: "http://www.w3.org/2000/svg",
1817
- xmlnsXlink: "http://www.w3.org/1999/xlink"
1818
- }, props), _ref$p, _ref2$g);
1819
- }
1820
-
1821
- function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$o.apply(this, arguments); }
1822
- var _ref$o = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("path", {
1823
- d: "M19 2.533l22 12.998c.552.295 1 .981 1 1.533v34c0 .553-.448.762-1 .467L19 38.533c-.552-.294-1-.98-1-1.533V3c0-.552.448-.761 1-.467z",
1824
- id: "file-search_svg__b"
1825
- }), /*#__PURE__*/React.createElement("filter", {
1826
- x: "-4.2%",
1827
- y: "-4.1%",
1828
- width: "116.7%",
1829
- height: "108.1%",
1830
- filterUnits: "objectBoundingBox",
1831
- id: "file-search_svg__a"
1832
- }, /*#__PURE__*/React.createElement("feOffset", {
1833
- dx: 1,
1834
- in: "SourceAlpha",
1835
- result: "shadowOffsetOuter1"
1836
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
1837
- stdDeviation: 0.5,
1838
- in: "shadowOffsetOuter1",
1839
- result: "shadowBlurOuter1"
1840
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
1841
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0",
1842
- in: "shadowBlurOuter1"
1843
- })));
1844
- var _ref2$f = /*#__PURE__*/React.createElement("g", {
1845
- fill: "none",
1846
- fillRule: "evenodd"
1847
- }, /*#__PURE__*/React.createElement("path", {
1848
- d: "M28 1.533l19 10.998c.552.295 1 .981 1 1.533v34c0 .553-.448.762-1 .467L28 37.533c-.552-.294-1-.98-1-1.533V2c0-.552.448-.761 1-.467z",
1849
- fill: "#5087E4"
1850
- }), /*#__PURE__*/React.createElement("path", {
1851
- d: "M21 1.533l22 12.998c.552.295 1 .981 1 1.533v34c0 .301-.133.5-.343.572l-1.898.953-.214-1.348-.922-.674.178-.336L21 37.533c-.552-.294-1-.98-1-1.533V4.527l-1.064-.103-.602-1.968 1.873-.958c.184-.137.47-.137.793.035z",
1852
- fill: "#A2BEF2"
1853
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("use", {
1854
- fill: "#000",
1855
- filter: "url(#file-search_svg__a)",
1856
- xlinkHref: "#file-search_svg__b"
1857
- }), /*#__PURE__*/React.createElement("use", {
1858
- fill: "#DAE8F5",
1859
- xlinkHref: "#file-search_svg__b"
1860
- })), /*#__PURE__*/React.createElement("path", {
1861
- fill: "#9FB8D3",
1862
- d: "M22 9l15 8.229v2L22 11zM21 30l15 8.229v5L21 35zM22 14l15 8.229v2L22 16zM22 18l10 5.229v2L22 20zM21 26l13 7.229v1L21 27z"
1863
- }), /*#__PURE__*/React.createElement("g", {
1864
- fillRule: "nonzero"
1865
- }, /*#__PURE__*/React.createElement("path", {
1866
- d: "M17.73 19.13c5.372 1.762 9.728 7.667 9.728 13.19 0 4.838-3.342 7.777-7.782 7.248l-.001 12.2-2 1-.37-.61-.432-1.31-1.09-.357v-12.2C11.343 35.908 8 30.776 8 25.938c0-5.523 4.356-8.571 9.73-6.809zm-1.247 3.8c-2.818-.924-4.483.241-4.483 3.008 0 3.17 2.305 6.88 5.407 8.679l.268.15 1.28.686 1.194.143c2.023.24 3.23-.797 3.305-3.047l.004-.229c0-3.698-3.093-7.972-6.732-9.305l-.243-.085z",
1867
- fill: "#F16991"
1868
- }), /*#__PURE__*/React.createElement("path", {
1869
- d: "M15.73 20.13c5.372 1.762 9.728 7.667 9.728 13.19 0 4.838-3.342 7.777-7.782 7.248l-.001 12.2-3.892-1.277v-12.2C9.343 36.908 6 31.776 6 26.938c0-5.523 4.356-8.571 9.73-6.809zm-1.247 3.8c-2.818-.924-4.483.241-4.483 3.008 0 3.17 2.305 6.88 5.407 8.679l.268.15 1.28.686 1.194.143c2.023.24 3.23-.797 3.305-3.047l.004-.229c0-3.698-3.093-7.972-6.732-9.305l-.243-.085z",
1870
- fill: "#E73D71"
1871
- })));
1872
- function SvgFileSearch(props) {
1873
- return /*#__PURE__*/React.createElement("svg", _extends$o({
1874
- width: 58,
1875
- height: 58,
1876
- viewBox: "0 0 58 58",
1877
- xmlns: "http://www.w3.org/2000/svg",
1878
- xmlnsXlink: "http://www.w3.org/1999/xlink"
1879
- }, props), _ref$o, _ref2$f);
1880
- }
1881
-
1882
- function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$n.apply(this, arguments); }
1883
- var _ref$n = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
1884
- x1: "5.26%",
1885
- y1: "0%",
1886
- x2: "94.406%",
1887
- y2: "93.973%",
1888
- id: "green-add_svg__b"
1889
- }, /*#__PURE__*/React.createElement("stop", {
1890
- stopColor: "#89EEBD",
1891
- offset: "0%"
1892
- }), /*#__PURE__*/React.createElement("stop", {
1893
- stopColor: "#57BD8B",
1894
- offset: "100%"
1895
- })), /*#__PURE__*/React.createElement("linearGradient", {
1896
- x1: "0%",
1897
- y1: "0%",
1898
- x2: "100%",
1899
- y2: "100%",
1900
- id: "green-add_svg__a"
1901
- }, /*#__PURE__*/React.createElement("stop", {
1902
- stopColor: "#FFF",
1903
- offset: "0%"
1904
- }), /*#__PURE__*/React.createElement("stop", {
1905
- stopColor: "#FFF",
1906
- stopOpacity: 0,
1907
- offset: "100%"
1908
- })), /*#__PURE__*/React.createElement("path", {
1909
- d: "M20.5 13a1.5 1.5 0 0 1 1.5 1.5V17h2.5a1.5 1.5 0 0 1 0 3H22v2.5a1.5 1.5 0 0 1-3 0V20h-2.5a1.5 1.5 0 0 1 0-3H19v-2.5a1.5 1.5 0 0 1 1.5-1.5z",
1910
- id: "green-add_svg__d"
1911
- }), /*#__PURE__*/React.createElement("filter", {
1912
- x: "-18.2%",
1913
- y: "-9.1%",
1914
- width: "136.4%",
1915
- height: "136.4%",
1916
- filterUnits: "objectBoundingBox",
1917
- id: "green-add_svg__c"
1918
- }, /*#__PURE__*/React.createElement("feOffset", {
1919
- dy: 1,
1920
- in: "SourceAlpha",
1921
- result: "shadowOffsetOuter1"
1922
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
1923
- stdDeviation: 0.5,
1924
- in: "shadowOffsetOuter1",
1925
- result: "shadowBlurOuter1"
1926
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
1927
- values: "0 0 0 0 0.207843137 0 0 0 0 0.647058824 0 0 0 0 0.552941176 0 0 0 0.52 0",
1928
- in: "shadowBlurOuter1"
1929
- })));
1930
- var _ref2$e = /*#__PURE__*/React.createElement("g", {
1931
- fill: "none",
1932
- fillRule: "evenodd"
1933
- }, /*#__PURE__*/React.createElement("rect", {
1934
- fill: "#35A58D",
1935
- x: 5,
1936
- y: 3,
1937
- width: 30,
1938
- height: 30,
1939
- rx: 4
1940
- }), /*#__PURE__*/React.createElement("path", {
1941
- d: "M31 2.5c1.243 0 2.368.504 3.182 1.318A4.486 4.486 0 0 1 35.5 7h0v22a4.486 4.486 0 0 1-1.318 3.182A4.486 4.486 0 0 1 31 33.5h0H9a4.486 4.486 0 0 1-3.182-1.318A4.486 4.486 0 0 1 4.5 29h0V18c0-4.28 1.735-8.155 4.54-10.96A15.451 15.451 0 0 1 20 2.5h0z",
1942
- stroke: "url(#green-add_svg__a)",
1943
- fillOpacity: 0.7,
1944
- fill: "url(#green-add_svg__b)"
1945
- }), /*#__PURE__*/React.createElement("use", {
1946
- fill: "#000",
1947
- filter: "url(#green-add_svg__c)",
1948
- xlinkHref: "#green-add_svg__d"
1949
- }), /*#__PURE__*/React.createElement("use", {
1950
- fill: "#FFF",
1951
- xlinkHref: "#green-add_svg__d"
1952
- }));
1953
- function SvgGreenAdd(props) {
1954
- return /*#__PURE__*/React.createElement("svg", _extends$n({
1955
- width: 40,
1956
- height: 40,
1957
- viewBox: "0 0 40 40",
1958
- xmlns: "http://www.w3.org/2000/svg",
1959
- xmlnsXlink: "http://www.w3.org/1999/xlink"
1960
- }, props), _ref$n, _ref2$e);
1961
- }
1962
-
1963
- function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$m.apply(this, arguments); }
1964
- var _ref$m = /*#__PURE__*/React.createElement("g", {
1965
- fill: "none",
1966
- fillRule: "evenodd"
1967
- }, /*#__PURE__*/React.createElement("path", {
1968
- d: "M0 0h22v22H0z"
1969
- }), /*#__PURE__*/React.createElement("path", {
1970
- d: "M18.481 3.71a2.24 2.24 0 0 0-1.16-.756l-5.489-1.51a4.1 4.1 0 0 0-2.16 0l-5.488 1.51c-.468.13-.87.39-1.16.755-.29.366-.444.8-.444 1.255v8.3c0 .45.149.879.434 1.241.606.771 1.83 2.262 3.217 3.588 1.848 1.764 3.326 2.62 4.523 2.62 1.198 0 2.676-.856 4.521-2.62 1.391-1.326 2.613-2.815 3.218-3.588a1.99 1.99 0 0 0 .435-1.241v-8.3c0-.456-.155-.89-.447-1.255z",
1971
- stroke: "#FFF"
1972
- }), /*#__PURE__*/React.createElement("path", {
1973
- d: "M5.421 4.272a1.81 1.81 0 0 0-.945.603c-.237.293-.363.64-.363 1.006v4.615h6.641V2.833L5.421 4.272zM10.754 10.496v8.675a.27.27 0 0 1 .027.01s2.165-.747 3.66-2.28c1.124-1.155 2.113-2.45 2.603-3.122.23-.316.352-.689.352-1.08v-2.203h-6.642z",
1974
- fill: "#FFF"
1975
- }));
1976
- function SvgIptables(props) {
1977
- return /*#__PURE__*/React.createElement("svg", _extends$m({
1978
- width: 22,
1979
- height: 22,
1980
- viewBox: "0 0 22 22",
1981
- xmlns: "http://www.w3.org/2000/svg"
1982
- }, props), _ref$m);
1983
- }
1984
-
1985
- function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$l.apply(this, arguments); }
1986
- var _ref$l = /*#__PURE__*/React.createElement("g", {
1987
- fill: "none",
1988
- fillRule: "evenodd"
1989
- }, /*#__PURE__*/React.createElement("path", {
1990
- d: "M0 0h22v22H0z"
1991
- }), /*#__PURE__*/React.createElement("g", {
1992
- fill: "#FFF",
1993
- fillRule: "nonzero"
1994
- }, /*#__PURE__*/React.createElement("path", {
1995
- d: "M9.383 1l.4 1.453c.11.03.216.067.32.109l1.292-.727.906.88-.742 1.293c.052.101.096.218.14.327l1.397.406v1.25l-1.419.407c-.044.109-.089.218-.14.32l.42.732-1.159-.209-.236-.041-.236.041-4.981.912-.15-.15.742-1.293c-.052-.101-.089-.21-.134-.32l-1.425-.406V4.74l1.44-.414c.04-.11.087-.216.141-.32l-.742-1.292.884-.85 1.292.726c.104-.055.214-.1.326-.138L8.091 1h1.292zm-.631 2.906c-.82 0-1.486.65-1.486 1.453 0 .802.665 1.453 1.486 1.453.82 0 1.485-.65 1.485-1.453 0-.802-.665-1.453-1.485-1.453zM10.562 7.919l.236.041 7.324 1.323a.289.289 0 0 1 .205.154l1.816 3.99c.092.176-.062.39-.267.38l-1.487-.124v5.693l-7.273 1.57a2.518 2.518 0 0 1-1.036 0L3.094 19.48a.276.276 0 0 1-.215-.267l-.124-4.656a.297.297 0 0 1 .257-.288l5.93-.523a.254.254 0 0 0 .225-.175l1.426-3.447v9.5l6.442-1.221v-4.82l-3.796-.237a.838.838 0 0 1-.707-.492l-1.96-4.38-1.978 4.452a.272.272 0 0 1-.226.164l-6.986.707a.273.273 0 0 1-.277-.39l1.856-3.98a.293.293 0 0 1 .195-.153l7.17-1.313.236-.041zM16.258 1l.213.77c.057.015.113.035.169.057l.684-.385.48.466-.394.684c.028.054.051.116.075.173l.739.216v.661l-.751.216c-.024.057-.047.115-.075.169l.393.685-.467.465-.688-.385c-.055.03-.111.054-.17.073l-.212.75h-.66l-.232-.753c-.055-.024-.11-.043-.17-.074l-.683.385-.468-.465.393-.685c-.027-.054-.047-.111-.07-.17l-.755-.215v-.657l.762-.22c.021-.058.046-.114.075-.169l-.393-.684.468-.45.684.384c.055-.029.113-.053.173-.073L15.574 1h.684zm-.334 1.538a.778.778 0 0 0-.786.77c0 .425.352.769.786.769a.778.778 0 0 0 .786-.77.778.778 0 0 0-.786-.769z"
1996
- })));
1997
- function SvgMiddleware(props) {
1998
- return /*#__PURE__*/React.createElement("svg", _extends$l({
1999
- width: 22,
2000
- height: 22,
2001
- viewBox: "0 0 22 22",
2002
- xmlns: "http://www.w3.org/2000/svg"
2003
- }, props), _ref$l);
2004
- }
2005
-
2006
- function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$k.apply(this, arguments); }
2007
- var _ref$k = /*#__PURE__*/React.createElement("g", {
2008
- fill: "none",
2009
- fillRule: "evenodd"
2010
- }, /*#__PURE__*/React.createElement("path", {
2011
- fill: "#95B6D6",
2012
- d: "M38 22.534L56 13v26.466L38 49z"
2013
- }), /*#__PURE__*/React.createElement("path", {
2014
- fill: "#E9EEF3",
2015
- d: "M38 22.534L20 13v26.466L38 49z"
2016
- }), /*#__PURE__*/React.createElement("path", {
2017
- d: "M30 36l2.5 1.324V42L30 40.676V36zm-4-2l2.5 1.324V40L26 38.676V34zm4-5l2.5 1.324V35L30 33.676V29zm-4-2l2.5 1.324V33L26 31.676V27zm-4-2l2.5 1.324V31L22 29.676V25zm8-3l2.5 1.324V28L30 26.676V22zm-4-2l2.5 1.324V26L26 24.676V20zm-4-2l2.5 1.324V24L22 22.676V18z",
2018
- fill: "#B0C4D7"
2019
- }), /*#__PURE__*/React.createElement("path", {
2020
- fill: "#BCD1E6",
2021
- d: "M42 35l9-5.565V42.11l-9 4.787z"
2022
- }), /*#__PURE__*/React.createElement("path", {
2023
- d: "M45.5 36L43 37.324V42l2.5-1.324V36zm4-2L47 35.324V40l2.5-1.324V34zm-6-10L41 25.324V30l2.5-1.324V24zm4-2L45 23.324V28l2.5-1.324V22zm4-2L49 21.324V26l2.5-1.324V20z",
2024
- fill: "#DEEFFF"
2025
- }), /*#__PURE__*/React.createElement("path", {
2026
- fill: "#CFDFF1",
2027
- d: "M38 22.534L56 13 37.477 3.944 20.043 13z"
2028
- }), /*#__PURE__*/React.createElement("path", {
2029
- d: "M39.043 34.343l9.04-2.799 3.734-1.981 1.004.514 2.43-.752v2l-.004.001L42.25 38.5l-3.207-2.157v-2z",
2030
- fill: "#4E6F9B"
2031
- }), /*#__PURE__*/React.createElement("path", {
2032
- fill: "#E9F0F7",
2033
- d: "M42.25 36.5l13.002-7.175-3.435-1.762-12.774 6.78z"
2034
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
2035
- d: "M14.5 23.334c.375.19.626.566.626.943v2.375c.499.502 1 1.007 1.374 1.446l1.997-.238c.25 0 .627.192.875.693l2.498 5.64c.249.501.126.813-.248.75l-1.999.236v1.501l1.999 2.262c.248.252.374.69.248 1.001l-2.497 3.109c-.125.186-.502.121-.874-.193l-2-2.264c-.373.06-.874.184-1.373.054v2.375c-.003.375-.251.5-.628.309L9.502 40.8c-.375-.19-.626-.567-.626-.943v-2.373c-.5-.503-1-1.008-1.374-1.446l-1.998.237c-.25-.001-.626-.192-.874-.692l-2.5-5.642c-.25-.5-.125-.813.249-.749l1.997-.237v-1.5l-1.995-2.26c-.375-.316-.5-.755-.25-1.002l2.498-3.11c.125-.185.502-.12.875.318l1.998 2.263c.374-.06.875-.183 1.374-.053V21.11c0-.376.25-.5.626-.31l4.999 2.533zM12 28.317c-2.124-1.076-3.749-.275-3.749 1.852 0 2.127 1.625 4.573 3.75 5.65l.203.097c2.023.925 3.545.108 3.545-1.948 0-2.125-1.625-4.575-3.75-5.651z",
2036
- fill: "#68A0E9",
2037
- fillRule: "nonzero"
2038
- }), /*#__PURE__*/React.createElement("path", {
2039
- fill: "#68A0E9",
2040
- d: "M17.339 45.087l1.975-1.97.062-1.117-1.847 1.118-.79 1.393zM19.915 36.88l2-2.001-1.359-.73-1.704.51.35 1.572zM6.969 22.798l2.014-2.012 1.743 2.32c-.486 1.894-.771 2.819-.855 2.773-.126-.07-1.815-1.541-1.923-1.71-.072-.113-.399-.57-.98-1.37zM2.68 23.031l1.963-1.97.704 1.597-1.915 1.128zM.077 31.26l2.007-1.999 1.631 1.376-.536 1.516-2.577-.23-.525-.662zM13.013 45.35l1.983-1.99-1.563-1.133-.684.247-.089 1.848z"
2041
- }), /*#__PURE__*/React.createElement("path", {
2042
- d: "M12.5 25.334c.375.19.626.566.626.943v2.375c.499.502 1 1.007 1.374 1.446l1.997-.238c.25 0 .627.192.875.693l2.498 5.64c.249.501.126.813-.248.75l-1.999.236v1.501l1.999 2.262c.248.252.374.69.248 1.001l-2.497 3.109c-.125.186-.502.121-.874-.193l-2-2.264c-.373.06-.874.184-1.373.054v2.375c-.003.375-.251.5-.628.309L7.502 42.8c-.375-.19-.626-.567-.626-.943v-2.373c-.5-.503-1-1.008-1.374-1.446l-1.998.237c-.25-.001-.626-.192-.874-.692l-2.5-5.642c-.25-.5-.125-.813.249-.749l1.997-.237v-1.5l-1.995-2.26c-.375-.316-.5-.755-.25-1.002l2.498-3.11c.125-.185.502-.12.875.318l1.998 2.263c.374-.06.875-.183 1.374-.053V23.11c0-.376.25-.5.626-.31l4.999 2.533zM10 30.317c-2.124-1.076-3.749-.275-3.749 1.852 0 2.127 1.625 4.573 3.75 5.65l.203.097c2.023.925 3.545.108 3.545-1.948 0-2.125-1.625-4.575-3.75-5.651z",
2043
- fill: "#115BD7",
2044
- fillRule: "nonzero"
2045
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
2046
- d: "M27.91 46.379c.203.1.34.298.34.496v1.25c.273.264.546.53.75.76l1.09-.125c.136 0 .341.101.477.365l1.362 2.967c.136.264.069.428-.135.395l-1.09.124v.79l1.09 1.19c.135.132.204.363.135.527l-1.362 1.635c-.068.098-.274.064-.477-.101L29 55.46c-.204.032-.477.096-.75.028v1.25c-.001.197-.137.262-.342.162l-2.725-1.332c-.204-.1-.341-.298-.341-.496v-1.249c-.273-.264-.546-.53-.75-.76l-1.09.124c-.136 0-.341-.1-.477-.364l-1.363-2.968c-.136-.264-.069-.428.135-.394l1.09-.125v-.79L21.3 47.359c-.205-.166-.273-.397-.136-.526l1.362-1.637c.068-.097.273-.063.477.168l1.09 1.19c.204-.032.477-.096.75-.028V45.21c0-.197.136-.263.341-.162l2.726 1.332zm-1.365 2.622c-1.158-.566-2.044-.145-2.044.974 0 1.12.886 2.406 2.045 2.973l.11.051c1.104.487 1.934.057 1.934-1.025 0-1.118-.886-2.407-2.045-2.973z",
2047
- fill: "#5684C7",
2048
- fillRule: "nonzero"
2049
- }), /*#__PURE__*/React.createElement("g", {
2050
- fill: "#5684C7"
2051
- }, /*#__PURE__*/React.createElement("path", {
2052
- d: "M29.458 57.824l1.077-1.036.034-.588-1.008.588-.43.733zM30.863 53.506l1.09-1.053-.74-.384-.93.269.191.827zM23.801 46.097L24.9 45.04l.95 1.22c-.265.997-.42 1.483-.466 1.459-.069-.036-.99-.81-1.049-.9-.04-.059-.217-.3-.534-.72zM21.462 46.22l1.07-1.037.385.84-1.045.594zM20.042 50.55l1.095-1.053.89.725-.293.797-1.406-.121-.286-.348zM27.098 57.962l1.082-1.046-.853-.596-.373.13-.048.972z"
2053
- })), /*#__PURE__*/React.createElement("path", {
2054
- d: "M26.819 47.431c.203.1.34.298.34.496v1.25c.273.264.546.53.75.76l1.09-.124c.136 0 .341.1.477.364l1.362 2.968c.136.263.069.427-.135.394l-1.09.124v.79l1.09 1.19c.135.133.204.363.135.527l-1.362 1.636c-.068.098-.273.063-.477-.102l-1.09-1.19c-.204.031-.477.096-.75.027v1.25c-.001.198-.137.263-.342.162l-2.725-1.331c-.204-.1-.341-.299-.341-.497v-1.248c-.273-.265-.546-.53-.75-.761l-1.09.125c-.136 0-.341-.101-.477-.364l-1.363-2.969c-.136-.263-.068-.428.136-.394l1.09-.125V49.6l-1.09-1.19c-.204-.165-.272-.396-.135-.526l1.362-1.637c.068-.097.274-.063.478.168l1.09 1.19c.203-.031.476-.096.749-.028v-1.316c0-.197.136-.263.341-.162l2.727 1.332zm-1.365 2.622c-1.158-.566-2.044-.145-2.044.974 0 1.12.886 2.407 2.045 2.973l.11.051c1.104.487 1.935.057 1.935-1.025 0-1.117-.887-2.407-2.046-2.973z",
2055
- fill: "#1A4895",
2056
- fillRule: "nonzero"
2057
- })), /*#__PURE__*/React.createElement("path", {
2058
- fill: "#BEC9DA",
2059
- opacity: 0.8,
2060
- d: "M38.012 16.239l4.043-2.12-7.97-3.898-3.8 1.915z"
2061
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
2062
- fill: "#DD4370",
2063
- d: "M40 2.608v3l3 1.547v4l-3-1.547v3l-4-2.062v-3L33 6V2l3 1.546v-3z"
2064
- }), /*#__PURE__*/React.createElement("path", {
2065
- fill: "#DD4370",
2066
- d: "M41 12.155l2-1v-4l-2 1zM38 13.608l2-1V8.155l-2 1zM31 3l2-1v3.913L31 7zM38 3.608l2-1-4-2.062-2 1z"
2067
- }), /*#__PURE__*/React.createElement("path", {
2068
- fill: "#F06A98",
2069
- d: "M38 3.608v3l3 1.547v4l-3-1.547v3l-4-2.062v-3L31 7V3l3 1.546v-3z"
2070
- })));
2071
- function SvgOfficeSetting(props) {
2072
- return /*#__PURE__*/React.createElement("svg", _extends$k({
2073
- width: 58,
2074
- height: 58,
2075
- viewBox: "0 0 58 58",
2076
- xmlns: "http://www.w3.org/2000/svg"
2077
- }, props), _ref$k);
2078
- }
2079
-
2080
- function _extends$j() { _extends$j = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$j.apply(this, arguments); }
2081
- var _ref$j = /*#__PURE__*/React.createElement("g", {
2082
- fill: "none",
2083
- fillRule: "evenodd"
2084
- }, /*#__PURE__*/React.createElement("rect", {
2085
- fill: "#3475BB",
2086
- x: 4,
2087
- y: 3,
2088
- width: 19,
2089
- height: 19,
2090
- rx: 1
2091
- }), /*#__PURE__*/React.createElement("path", {
2092
- d: "M23 4v17a1 1 0 0 1-1 1H5a1 1 0 0 1-.854-.48L22.521 3.147A1 1 0 0 1 23 4z",
2093
- fill: "#27588D"
2094
- }), /*#__PURE__*/React.createElement("path", {
2095
- d: "M13.5 12.167l9.355 9.353A1 1 0 0 1 22 22H5a1 1 0 0 1-.854-.48l9.354-9.353z",
2096
- fill: "#1C426A"
2097
- }), /*#__PURE__*/React.createElement("path", {
2098
- d: "M9.84 6.5l4.335 4.65a.5.5 0 0 1-.009.691L9.84 16.264h0M14.5 16.5h2.705",
2099
- stroke: "#FFF",
2100
- strokeWidth: 1.5,
2101
- strokeLinecap: "round"
2102
- }));
2103
- function SvgPowershell(props) {
2104
- return /*#__PURE__*/React.createElement("svg", _extends$j({
2105
- width: 26,
2106
- height: 26,
2107
- viewBox: "0 0 26 26",
2108
- xmlns: "http://www.w3.org/2000/svg"
2109
- }, props), _ref$j);
2110
- }
2111
-
2112
- function _extends$i() { _extends$i = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$i.apply(this, arguments); }
2113
- var _ref$i = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
2114
- x1: "5.26%",
2115
- y1: "32.634%",
2116
- x2: "94.406%",
2117
- y2: "65.273%",
2118
- id: "purple-heart_svg__b"
2119
- }, /*#__PURE__*/React.createElement("stop", {
2120
- stopColor: "#8B70FD",
2121
- offset: "0%"
2122
- }), /*#__PURE__*/React.createElement("stop", {
2123
- stopColor: "#C5B8FF",
2124
- offset: "100%"
2125
- })), /*#__PURE__*/React.createElement("linearGradient", {
2126
- x1: "-7.348%",
2127
- y1: "50%",
2128
- x2: "111.977%",
2129
- y2: "50%",
2130
- id: "purple-heart_svg__a"
2131
- }, /*#__PURE__*/React.createElement("stop", {
2132
- stopColor: "#FFF",
2133
- offset: "0%"
2134
- }), /*#__PURE__*/React.createElement("stop", {
2135
- stopColor: "#FFF",
2136
- stopOpacity: 0,
2137
- offset: "100%"
2138
- })), /*#__PURE__*/React.createElement("path", {
2139
- d: "M10.5 16h4a1.5 1.5 0 0 1 0 3h-4a1.5 1.5 0 0 1 0-3z",
2140
- id: "purple-heart_svg__d"
2141
- }), /*#__PURE__*/React.createElement("filter", {
2142
- x: "-28.6%",
2143
- y: "-33.3%",
2144
- width: "157.1%",
2145
- height: "233.3%",
2146
- filterUnits: "objectBoundingBox",
2147
- id: "purple-heart_svg__c"
2148
- }, /*#__PURE__*/React.createElement("feOffset", {
2149
- dy: 1,
2150
- in: "SourceAlpha",
2151
- result: "shadowOffsetOuter1"
2152
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
2153
- stdDeviation: 0.5,
2154
- in: "shadowOffsetOuter1",
2155
- result: "shadowBlurOuter1"
2156
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
2157
- values: "0 0 0 0 0.403921569 0 0 0 0 0.28627451 0 0 0 0 0.917647059 0 0 0 0.4 0",
2158
- in: "shadowBlurOuter1"
2159
- })));
2160
- var _ref2$d = /*#__PURE__*/React.createElement("g", {
2161
- fill: "none",
2162
- fillRule: "evenodd"
2163
- }, /*#__PURE__*/React.createElement("path", {
2164
- d: "M15.657 15.435l7.778-7.778A8 8 0 1 1 34.749 18.97L24.142 29.577a4 4 0 0 1-5.657 0l-2.828-2.828a8 8 0 0 1 0-11.314z",
2165
- fill: "#6749EA"
2166
- }), /*#__PURE__*/React.createElement("path", {
2167
- d: "M2.686 7.747l18.23.027a8.473 8.473 0 0 1 6.003 2.494 8.473 8.473 0 0 1 2.485 6.006c0 2.347-.947 4.46-2.476 5.99a8.43 8.43 0 0 1-5.981 2.476h0l-15.241-.088a4.486 4.486 0 0 1-3.16-1.32 4.486 4.486 0 0 1-1.314-3.162h0L1.189 9.252a1.497 1.497 0 0 1 1.497-1.506h0z",
2168
- stroke: "url(#purple-heart_svg__a)",
2169
- fillOpacity: 0.7,
2170
- fill: "url(#purple-heart_svg__b)",
2171
- transform: "scale(-1 1) rotate(-45 .207 56.104)"
2172
- }), /*#__PURE__*/React.createElement("g", {
2173
- transform: "rotate(45 12.293 20.414)"
2174
- }, /*#__PURE__*/React.createElement("use", {
2175
- fill: "#000",
2176
- filter: "url(#purple-heart_svg__c)",
2177
- xlinkHref: "#purple-heart_svg__d"
2178
- }), /*#__PURE__*/React.createElement("use", {
2179
- fill: "#FFF",
2180
- xlinkHref: "#purple-heart_svg__d"
2181
- })));
2182
- function SvgPurpleHeart(props) {
2183
- return /*#__PURE__*/React.createElement("svg", _extends$i({
2184
- width: 42,
2185
- height: 41,
2186
- viewBox: "0 0 42 41",
2187
- xmlns: "http://www.w3.org/2000/svg",
2188
- xmlnsXlink: "http://www.w3.org/1999/xlink"
2189
- }, props), _ref$i, _ref2$d);
2190
- }
2191
-
2192
- function _extends$h() { _extends$h = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$h.apply(this, arguments); }
2193
- var _ref$h = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
2194
- x1: "50%",
2195
- y1: "0%",
2196
- x2: "50%",
2197
- y2: "100%",
2198
- id: "python_svg__a"
2199
- }, /*#__PURE__*/React.createElement("stop", {
2200
- stopColor: "#4580B1",
2201
- offset: "0%"
2202
- }), /*#__PURE__*/React.createElement("stop", {
2203
- stopColor: "#407098",
2204
- offset: "100%"
2205
- })), /*#__PURE__*/React.createElement("linearGradient", {
2206
- x1: "50%",
2207
- y1: "0%",
2208
- x2: "50%",
2209
- y2: "100%",
2210
- id: "python_svg__b"
2211
- }, /*#__PURE__*/React.createElement("stop", {
2212
- stopColor: "#F9C557",
2213
- offset: "0%"
2214
- }), /*#__PURE__*/React.createElement("stop", {
2215
- stopColor: "#FCDB6B",
2216
- offset: "100%"
2217
- })));
2218
- var _ref2$c = /*#__PURE__*/React.createElement("g", {
2219
- fill: "none",
2220
- fillRule: "evenodd"
2221
- }, /*#__PURE__*/React.createElement("path", {
2222
- d: "M7 5a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v4l-.005.2a4 4 0 0 1-3.789 3.795L15 13h-5a4 4 0 0 0-3.995 3.8L6 17v3H5a5 5 0 0 1-5-5v-2a5 5 0 0 1 5-5h8V7H7V5zm3-2a1 1 0 1 0 0 2 1 1 0 0 0 0-2z",
2223
- fill: "url(#python_svg__a)"
2224
- }), /*#__PURE__*/React.createElement("path", {
2225
- d: "M14 11a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v4l-.005.2a4 4 0 0 1-3.789 3.795L22 19h-5a4 4 0 0 0-3.995 3.8L13 23v3h-1a5 5 0 0 1-5-5v-2a5 5 0 0 1 5-5h8v-1h-6v-2zm3-2a1 1 0 1 0 0 2 1 1 0 0 0 0-2z",
2226
- fill: "url(#python_svg__b)",
2227
- transform: "rotate(180 16.5 16.5)"
2228
- }));
2229
- function SvgPython(props) {
2230
- return /*#__PURE__*/React.createElement("svg", _extends$h({
2231
- width: 26,
2232
- height: 26,
2233
- viewBox: "0 0 26 26",
2234
- xmlns: "http://www.w3.org/2000/svg"
2235
- }, props), _ref$h, _ref2$c);
2236
- }
2237
-
2238
- function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$g.apply(this, arguments); }
2239
- var _ref$g = /*#__PURE__*/React.createElement("g", {
2240
- fill: "none",
2241
- fillRule: "evenodd"
2242
- }, /*#__PURE__*/React.createElement("path", {
2243
- d: "M32 12.69v10.453c-.005 1.576-1.304 2.852-2.909 2.857H2.909C1.304 25.995.005 24.719 0 23.143V8.857c0-.758.306-1.485.852-2.02A2.936 2.936 0 0 1 2.909 6h22.29c.9 0 1.762.352 2.397.977l3.415 3.364c.633.623.989 1.468.989 2.348z",
2244
- fill: "#0071EB",
2245
- fillRule: "nonzero"
2246
- }), /*#__PURE__*/React.createElement("g", {
2247
- fill: "#FFF"
2248
- }, /*#__PURE__*/React.createElement("path", {
2249
- d: "M12 18.923L10.774 20 6 15.862 10.774 12l1.226.98-3.71 2.882zM20 18.923L21.226 20 26 15.862 21.226 12 20 12.98l3.71 2.882zM15.959 22h-2.336l2.336-12h2.337z"
2250
- })));
2251
- function SvgRegexpIcon(props) {
2252
- return /*#__PURE__*/React.createElement("svg", _extends$g({
2253
- width: 32,
2254
- height: 32,
2255
- viewBox: "0 0 32 32",
2256
- xmlns: "http://www.w3.org/2000/svg"
2257
- }, props), _ref$g);
2258
- }
2259
-
2260
- function _extends$f() { _extends$f = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$f.apply(this, arguments); }
2261
- var _ref$f = /*#__PURE__*/React.createElement("g", {
2262
- fill: "none",
2263
- fillRule: "evenodd",
2264
- opacity: 0.45
2265
- }, /*#__PURE__*/React.createElement("path", {
2266
- d: "M50.765.317l33.825 14.01a2 2 0 0 1 1.082 1.083l14.011 33.825a2 2 0 0 1 0 1.53L85.673 84.59a2 2 0 0 1-1.083 1.082L50.765 99.683a2 2 0 0 1-1.53 0L15.41 85.673a2 2 0 0 1-1.082-1.083L.317 50.765a2 2 0 0 1 0-1.53l14.01-33.825a2 2 0 0 1 1.083-1.082L49.235.317a2 2 0 0 1 1.53 0z",
2267
- fill: "#0071EB",
2268
- opacity: 0.15
2269
- }), /*#__PURE__*/React.createElement("path", {
2270
- d: "M26 26h48v48H26z"
2271
- }), /*#__PURE__*/React.createElement("path", {
2272
- d: "M60 26a4 4 0 0 1 4 4v3H37a4 4 0 0 0-3.995 3.8L33 37v27h-3a4 4 0 0 1-4-4V30a4 4 0 0 1 4-4h30z",
2273
- fill: "#0071EB"
2274
- }), /*#__PURE__*/React.createElement("path", {
2275
- d: "M70 36a4 4 0 0 1 4 4v30a4 4 0 0 1-4 4H40a4 4 0 0 1-4-4V40a4 4 0 0 1 4-4h30zm-15.667 7.5c-5.43 0-9.833 4.403-9.833 9.833 0 5.431 4.403 9.834 9.833 9.834 1.935 0 3.74-.56 5.261-1.525l3.805 3.804.114.103a1.5 1.5 0 0 0 2.007-2.224l-3.662-3.661a9.794 9.794 0 0 0 2.309-6.33c0-5.431-4.403-9.834-9.834-9.834zm0 3a6.833 6.833 0 1 1 0 13.667 6.833 6.833 0 0 1 0-13.667z",
2276
- fill: "#0071EB"
2277
- }));
2278
- function SvgRelationQuery(props) {
2279
- return /*#__PURE__*/React.createElement("svg", _extends$f({
2280
- width: 100,
2281
- height: 100,
2282
- viewBox: "0 0 100 100",
2283
- xmlns: "http://www.w3.org/2000/svg"
2284
- }, props), _ref$f);
2285
- }
2286
-
2287
- function _extends$e() { _extends$e = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$e.apply(this, arguments); }
2288
- var _ref$e = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null));
2289
- var _ref2$b = /*#__PURE__*/React.createElement("path", {
2290
- d: "M222.208 276.48l123.904 123.904c15.36 15.36 38.912 15.36 54.272 0s15.36-38.912 0-54.272L276.48 222.208c-15.36-15.36-38.912-15.36-54.272 0s-14.336 38.912 0 54.272zm-81.92 273.408h175.104c21.504 0 37.888-17.408 37.888-37.888s-17.408-37.888-37.888-37.888H140.288c-21.504 0-37.888 17.408-37.888 37.888s17.408 37.888 37.888 37.888zM276.48 801.792l123.904-123.904c15.36-15.36 15.36-38.912 0-54.272s-38.912-15.36-54.272 0L222.208 747.52c-15.36 15.36-15.36 38.912 0 54.272 15.36 14.336 38.912 14.336 54.272 0zm273.408 81.92V708.608c0-21.504-17.408-37.888-37.888-37.888s-37.888 17.408-37.888 37.888v175.104c0 21.504 17.408 37.888 37.888 37.888s37.888-17.408 37.888-37.888zM801.792 747.52L677.888 623.616c-15.36-15.36-38.912-15.36-54.272 0s-15.36 38.912 0 54.272L747.52 801.792c15.36 15.36 38.912 15.36 54.272 0 14.336-15.36 14.336-38.912 0-54.272zm81.92-273.408H708.608c-21.504 0-37.888 17.408-37.888 37.888s17.408 37.888 37.888 37.888h175.104c21.504 0 37.888-17.408 37.888-37.888s-17.408-37.888-37.888-37.888zM747.52 222.208L623.616 346.112c-15.36 15.36-15.36 38.912 0 54.272s38.912 15.36 54.272 0L801.792 276.48c15.36-15.36 15.36-38.912 0-54.272-15.36-14.336-38.912-14.336-54.272 0zm-273.408-81.92v175.104c0 21.504 17.408 37.888 37.888 37.888s37.888-17.408 37.888-37.888V140.288c0-21.504-17.408-37.888-37.888-37.888s-37.888 17.408-37.888 37.888z"
2291
- });
2292
- function SvgRestart(props) {
2293
- return /*#__PURE__*/React.createElement("svg", _extends$e({
2294
- className: "restart_svg__icon",
2295
- viewBox: "0 0 1024 1024",
2296
- xmlns: "http://www.w3.org/2000/svg",
2297
- width: 32,
2298
- height: 32
2299
- }, props), _ref$e, _ref2$b);
2300
- }
2301
-
2302
- function _extends$d() { _extends$d = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$d.apply(this, arguments); }
2303
- var _ref$d = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("ellipse", {
2304
- id: "safes-blue_svg__a",
2305
- cx: 23,
2306
- cy: 44,
2307
- rx: 16,
2308
- ry: 2
2309
- }), /*#__PURE__*/React.createElement("filter", {
2310
- x: "-3.1%",
2311
- y: "-25%",
2312
- width: "106.2%",
2313
- height: "150%",
2314
- filterUnits: "objectBoundingBox",
2315
- id: "safes-blue_svg__b"
2316
- }, /*#__PURE__*/React.createElement("feGaussianBlur", {
2317
- stdDeviation: 0.5,
2318
- in: "SourceAlpha",
2319
- result: "shadowBlurInner1"
2320
- }), /*#__PURE__*/React.createElement("feOffset", {
2321
- dy: -1,
2322
- in: "shadowBlurInner1",
2323
- result: "shadowOffsetInner1"
2324
- }), /*#__PURE__*/React.createElement("feComposite", {
2325
- in: "shadowOffsetInner1",
2326
- in2: "SourceAlpha",
2327
- operator: "arithmetic",
2328
- k2: -1,
2329
- k3: 1,
2330
- result: "shadowInnerInner1"
2331
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
2332
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0",
2333
- in: "shadowInnerInner1"
2334
- })), /*#__PURE__*/React.createElement("linearGradient", {
2335
- x1: "50%",
2336
- y1: "0%",
2337
- x2: "50%",
2338
- y2: "80.256%",
2339
- id: "safes-blue_svg__c"
2340
- }, /*#__PURE__*/React.createElement("stop", {
2341
- stopColor: "#64F8FF",
2342
- stopOpacity: 0,
2343
- offset: "0%"
2344
- }), /*#__PURE__*/React.createElement("stop", {
2345
- stopColor: "#8FA6D3",
2346
- offset: "100%"
2347
- })));
2348
- var _ref2$a = /*#__PURE__*/React.createElement("g", {
2349
- fill: "none",
2350
- fillRule: "evenodd"
2351
- }, /*#__PURE__*/React.createElement("circle", {
2352
- fill: "#A2CEFF",
2353
- cx: 57.5,
2354
- cy: 45.5,
2355
- r: 34.5
2356
- }), /*#__PURE__*/React.createElement("g", {
2357
- transform: "translate(34 27)"
2358
- }, /*#__PURE__*/React.createElement("use", {
2359
- fill: "#86B3FF",
2360
- xlinkHref: "#safes-blue_svg__a"
2361
- }), /*#__PURE__*/React.createElement("use", {
2362
- fill: "#000",
2363
- filter: "url(#safes-blue_svg__b)",
2364
- xlinkHref: "#safes-blue_svg__a"
2365
- }), /*#__PURE__*/React.createElement("rect", {
2366
- fill: "#5F90F4",
2367
- x: 7.125,
2368
- y: 36.1,
2369
- width: 6,
2370
- height: 8,
2371
- rx: 3
2372
- }), /*#__PURE__*/React.createElement("rect", {
2373
- fill: "#5F90F4",
2374
- x: 32.125,
2375
- y: 36.1,
2376
- width: 6,
2377
- height: 8,
2378
- rx: 3
2379
- }), /*#__PURE__*/React.createElement("rect", {
2380
- fill: "#CFE4FF",
2381
- width: 47,
2382
- height: 41,
2383
- rx: 4
2384
- }), /*#__PURE__*/React.createElement("rect", {
2385
- fill: "#B2D5FB",
2386
- transform: "rotate(-9 40.125 12.1)",
2387
- x: 35.125,
2388
- y: 8.1,
2389
- width: 10,
2390
- height: 8,
2391
- rx: 1
2392
- }), /*#__PURE__*/React.createElement("rect", {
2393
- fill: "#C2DFFF",
2394
- transform: "rotate(2 42.625 22.1)",
2395
- x: 36.125,
2396
- y: 18.1,
2397
- width: 13,
2398
- height: 8,
2399
- rx: 1
2400
- }), /*#__PURE__*/React.createElement("rect", {
2401
- fill: "#E5F0FF",
2402
- width: 40,
2403
- height: 41,
2404
- rx: 4
2405
- }), /*#__PURE__*/React.createElement("circle", {
2406
- stroke: "#C7DAF5",
2407
- strokeWidth: 2,
2408
- cx: 18,
2409
- cy: 20,
2410
- r: 10
2411
- }), /*#__PURE__*/React.createElement("path", {
2412
- d: "M18 9a1 1 0 0 1 1 1v9c0 .183-.05.355-.135.502a.97.97 0 0 1 .501.132l7.794 4.5a1 1 0 1 1-1 1.732l-7.794-4.5a.995.995 0 0 1-.367-.368.966.966 0 0 1-.365.368l-7.794 4.5a1 1 0 1 1-1-1.732l7.794-4.5a.995.995 0 0 1 .502-.134A.972.972 0 0 1 17 19v-9a1 1 0 0 1 1-1z",
2413
- fill: "#C7DAF5"
2414
- }), /*#__PURE__*/React.createElement("rect", {
2415
- fill: "#C6DAF7",
2416
- x: 35,
2417
- y: 16,
2418
- width: 2,
2419
- height: 11,
2420
- rx: 1
2421
- })), /*#__PURE__*/React.createElement("circle", {
2422
- fill: "#6087FA",
2423
- cx: 52,
2424
- cy: 47,
2425
- r: 4
2426
- }), /*#__PURE__*/React.createElement("circle", {
2427
- fill: "#E3DAC5",
2428
- cx: 91.5,
2429
- cy: 19.5,
2430
- r: 2.5
2431
- }), /*#__PURE__*/React.createElement("circle", {
2432
- fill: "#9CC3F9",
2433
- cx: 101.5,
2434
- cy: 61.5,
2435
- r: 2.5
2436
- }), /*#__PURE__*/React.createElement("path", {
2437
- d: "M24.423 36.707c-5.82 1.716-9.305 3.9-9.305 6.278 0 5.522 18.804 10 42 10s42-4.478 42-10c0-2.32-3.318-4.455-8.885-6.152",
2438
- stroke: "url(#safes-blue_svg__c)",
2439
- transform: "rotate(-14 57.118 44.846)"
2440
- }), /*#__PURE__*/React.createElement("g", {
2441
- transform: "translate(26 67)"
2442
- }, /*#__PURE__*/React.createElement("path", {
2443
- d: "M0 2h12v3c0 1.105-2.686 2-6 2s-6-.895-6-2V2z",
2444
- fill: "#F4B43D"
2445
- }), /*#__PURE__*/React.createElement("ellipse", {
2446
- fill: "#F8D598",
2447
- cx: 6,
2448
- cy: 2,
2449
- rx: 6,
2450
- ry: 2
2451
- })), /*#__PURE__*/React.createElement("g", {
2452
- transform: "translate(26 63)"
2453
- }, /*#__PURE__*/React.createElement("path", {
2454
- d: "M0 2h12v3c0 1.105-2.686 2-6 2s-6-.895-6-2V2z",
2455
- fill: "#F4B43D"
2456
- }), /*#__PURE__*/React.createElement("ellipse", {
2457
- fill: "#F8D598",
2458
- cx: 6,
2459
- cy: 2,
2460
- rx: 6,
2461
- ry: 2
2462
- })));
2463
- function SvgSafesBlue(props) {
2464
- return /*#__PURE__*/React.createElement("svg", _extends$d({
2465
- width: 108,
2466
- height: 88,
2467
- viewBox: "0 0 108 88",
2468
- xmlns: "http://www.w3.org/2000/svg",
2469
- xmlnsXlink: "http://www.w3.org/1999/xlink"
2470
- }, props), _ref$d, _ref2$a);
2471
- }
2472
-
2473
- function _extends$c() { _extends$c = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$c.apply(this, arguments); }
2474
- var _ref$c = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("ellipse", {
2475
- id: "safes-green_svg__a",
2476
- cx: 23,
2477
- cy: 44,
2478
- rx: 16,
2479
- ry: 2
2480
- }), /*#__PURE__*/React.createElement("filter", {
2481
- x: "-3.1%",
2482
- y: "-25%",
2483
- width: "106.2%",
2484
- height: "150%",
2485
- filterUnits: "objectBoundingBox",
2486
- id: "safes-green_svg__b"
2487
- }, /*#__PURE__*/React.createElement("feGaussianBlur", {
2488
- stdDeviation: 0.5,
2489
- in: "SourceAlpha",
2490
- result: "shadowBlurInner1"
2491
- }), /*#__PURE__*/React.createElement("feOffset", {
2492
- dy: -1,
2493
- in: "shadowBlurInner1",
2494
- result: "shadowOffsetInner1"
2495
- }), /*#__PURE__*/React.createElement("feComposite", {
2496
- in: "shadowOffsetInner1",
2497
- in2: "SourceAlpha",
2498
- operator: "arithmetic",
2499
- k2: -1,
2500
- k3: 1,
2501
- result: "shadowInnerInner1"
2502
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
2503
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0",
2504
- in: "shadowInnerInner1"
2505
- })), /*#__PURE__*/React.createElement("linearGradient", {
2506
- x1: "50%",
2507
- y1: "0%",
2508
- x2: "50%",
2509
- y2: "80.256%",
2510
- id: "safes-green_svg__c"
2511
- }, /*#__PURE__*/React.createElement("stop", {
2512
- stopColor: "#FFEF66",
2513
- stopOpacity: 0,
2514
- offset: "0%"
2515
- }), /*#__PURE__*/React.createElement("stop", {
2516
- stopColor: "#299D35",
2517
- offset: "100%"
2518
- })));
2519
- var _ref2$9 = /*#__PURE__*/React.createElement("g", {
2520
- fill: "none",
2521
- fillRule: "evenodd"
2522
- }, /*#__PURE__*/React.createElement("circle", {
2523
- fill: "#B6D380",
2524
- cx: 57.5,
2525
- cy: 45.5,
2526
- r: 34.5
2527
- }), /*#__PURE__*/React.createElement("g", {
2528
- transform: "translate(34 27)"
2529
- }, /*#__PURE__*/React.createElement("g", {
2530
- opacity: 0.5
2531
- }, /*#__PURE__*/React.createElement("use", {
2532
- fill: "#299D35",
2533
- xlinkHref: "#safes-green_svg__a"
2534
- }), /*#__PURE__*/React.createElement("use", {
2535
- fill: "#000",
2536
- filter: "url(#safes-green_svg__b)",
2537
- xlinkHref: "#safes-green_svg__a"
2538
- })), /*#__PURE__*/React.createElement("rect", {
2539
- fill: "#299D35",
2540
- x: 7.125,
2541
- y: 36.1,
2542
- width: 6,
2543
- height: 8,
2544
- rx: 3
2545
- }), /*#__PURE__*/React.createElement("rect", {
2546
- fill: "#299D35",
2547
- x: 32.125,
2548
- y: 36.1,
2549
- width: 6,
2550
- height: 8,
2551
- rx: 3
2552
- }), /*#__PURE__*/React.createElement("rect", {
2553
- fill: "#D8E9BE",
2554
- width: 47,
2555
- height: 41,
2556
- rx: 4
2557
- }), /*#__PURE__*/React.createElement("rect", {
2558
- fill: "#C4D996",
2559
- transform: "rotate(-9 40.125 12.1)",
2560
- x: 35.125,
2561
- y: 8.1,
2562
- width: 10,
2563
- height: 8,
2564
- rx: 1
2565
- }), /*#__PURE__*/React.createElement("rect", {
2566
- fill: "#CFE2AC",
2567
- transform: "rotate(2 42.625 22.1)",
2568
- x: 36.125,
2569
- y: 18.1,
2570
- width: 13,
2571
- height: 8,
2572
- rx: 1
2573
- }), /*#__PURE__*/React.createElement("rect", {
2574
- fill: "#EAF3DC",
2575
- width: 40,
2576
- height: 41,
2577
- rx: 4
2578
- }), /*#__PURE__*/React.createElement("circle", {
2579
- stroke: "#C9E3B7",
2580
- strokeWidth: 2,
2581
- cx: 18,
2582
- cy: 20,
2583
- r: 10
2584
- }), /*#__PURE__*/React.createElement("path", {
2585
- d: "M18 9a1 1 0 0 1 1 1v9c0 .183-.05.355-.135.502a.97.97 0 0 1 .501.132l7.794 4.5a1 1 0 1 1-1 1.732l-7.794-4.5a.995.995 0 0 1-.367-.368.966.966 0 0 1-.365.368l-7.794 4.5a1 1 0 1 1-1-1.732l7.794-4.5a.995.995 0 0 1 .502-.134A.972.972 0 0 1 17 19v-9a1 1 0 0 1 1-1z",
2586
- fill: "#C9E3B7"
2587
- }), /*#__PURE__*/React.createElement("rect", {
2588
- fill: "#C9E3B7",
2589
- x: 35,
2590
- y: 16,
2591
- width: 2,
2592
- height: 11,
2593
- rx: 1
2594
- })), /*#__PURE__*/React.createElement("circle", {
2595
- fill: "#28CC39",
2596
- cx: 52,
2597
- cy: 47,
2598
- r: 4
2599
- }), /*#__PURE__*/React.createElement("circle", {
2600
- fill: "#FFC2C2",
2601
- cx: 91.5,
2602
- cy: 19.5,
2603
- r: 2.5
2604
- }), /*#__PURE__*/React.createElement("circle", {
2605
- fill: "#28CC39",
2606
- opacity: 0.4,
2607
- cx: 101.5,
2608
- cy: 61.5,
2609
- r: 2.5
2610
- }), /*#__PURE__*/React.createElement("path", {
2611
- d: "M24.423 36.707c-5.82 1.716-9.305 3.9-9.305 6.278 0 5.522 18.804 10 42 10s42-4.478 42-10c0-2.32-3.318-4.455-8.885-6.152",
2612
- stroke: "url(#safes-green_svg__c)",
2613
- transform: "rotate(-14 57.118 44.846)"
2614
- }), /*#__PURE__*/React.createElement("g", {
2615
- transform: "translate(26 67)"
2616
- }, /*#__PURE__*/React.createElement("path", {
2617
- d: "M0 2h12v3c0 1.105-2.686 2-6 2s-6-.895-6-2V2z",
2618
- fill: "#E08888"
2619
- }), /*#__PURE__*/React.createElement("ellipse", {
2620
- fill: "#FFC2C2",
2621
- cx: 6,
2622
- cy: 2,
2623
- rx: 6,
2624
- ry: 2
2625
- })), /*#__PURE__*/React.createElement("g", {
2626
- transform: "translate(26 63)"
2627
- }, /*#__PURE__*/React.createElement("path", {
2628
- d: "M0 2h12v3c0 1.105-2.686 2-6 2s-6-.895-6-2V2z",
2629
- fill: "#E08888"
2630
- }), /*#__PURE__*/React.createElement("ellipse", {
2631
- fill: "#FFC2C2",
2632
- cx: 6,
2633
- cy: 2,
2634
- rx: 6,
2635
- ry: 2
2636
- })));
2637
- function SvgSafesGreen(props) {
2638
- return /*#__PURE__*/React.createElement("svg", _extends$c({
2639
- width: 108,
2640
- height: 88,
2641
- viewBox: "0 0 108 88",
2642
- xmlns: "http://www.w3.org/2000/svg",
2643
- xmlnsXlink: "http://www.w3.org/1999/xlink"
2644
- }, props), _ref$c, _ref2$9);
2645
- }
2646
-
2647
- function _extends$b() { _extends$b = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$b.apply(this, arguments); }
2648
- var _ref$b = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("ellipse", {
2649
- id: "safes-yellow_svg__a",
2650
- cx: 23,
2651
- cy: 44,
2652
- rx: 16,
2653
- ry: 2
2654
- }), /*#__PURE__*/React.createElement("filter", {
2655
- x: "-3.1%",
2656
- y: "-25%",
2657
- width: "106.2%",
2658
- height: "150%",
2659
- filterUnits: "objectBoundingBox",
2660
- id: "safes-yellow_svg__b"
2661
- }, /*#__PURE__*/React.createElement("feGaussianBlur", {
2662
- stdDeviation: 0.5,
2663
- in: "SourceAlpha",
2664
- result: "shadowBlurInner1"
2665
- }), /*#__PURE__*/React.createElement("feOffset", {
2666
- dy: -1,
2667
- in: "shadowBlurInner1",
2668
- result: "shadowOffsetInner1"
2669
- }), /*#__PURE__*/React.createElement("feComposite", {
2670
- in: "shadowOffsetInner1",
2671
- in2: "SourceAlpha",
2672
- operator: "arithmetic",
2673
- k2: -1,
2674
- k3: 1,
2675
- result: "shadowInnerInner1"
2676
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
2677
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.07 0",
2678
- in: "shadowInnerInner1"
2679
- })), /*#__PURE__*/React.createElement("linearGradient", {
2680
- x1: "50%",
2681
- y1: "0%",
2682
- x2: "50%",
2683
- y2: "80.256%",
2684
- id: "safes-yellow_svg__c"
2685
- }, /*#__PURE__*/React.createElement("stop", {
2686
- stopColor: "#FFEF66",
2687
- stopOpacity: 0,
2688
- offset: "0%"
2689
- }), /*#__PURE__*/React.createElement("stop", {
2690
- stopColor: "#E08C3B",
2691
- offset: "100%"
2692
- })));
2693
- var _ref2$8 = /*#__PURE__*/React.createElement("g", {
2694
- fill: "none",
2695
- fillRule: "evenodd"
2696
- }, /*#__PURE__*/React.createElement("circle", {
2697
- fill: "#EDC18B",
2698
- cx: 57.5,
2699
- cy: 45.5,
2700
- r: 34.5
2701
- }), /*#__PURE__*/React.createElement("g", {
2702
- transform: "translate(34 27)"
2703
- }, /*#__PURE__*/React.createElement("g", {
2704
- opacity: 0.5
2705
- }, /*#__PURE__*/React.createElement("use", {
2706
- fill: "#E18934",
2707
- xlinkHref: "#safes-yellow_svg__a"
2708
- }), /*#__PURE__*/React.createElement("use", {
2709
- fill: "#000",
2710
- filter: "url(#safes-yellow_svg__b)",
2711
- xlinkHref: "#safes-yellow_svg__a"
2712
- })), /*#__PURE__*/React.createElement("rect", {
2713
- fill: "#E18934",
2714
- x: 7.125,
2715
- y: 36.1,
2716
- width: 6,
2717
- height: 8,
2718
- rx: 3
2719
- }), /*#__PURE__*/React.createElement("rect", {
2720
- fill: "#E18934",
2721
- x: 32.125,
2722
- y: 36.1,
2723
- width: 6,
2724
- height: 8,
2725
- rx: 3
2726
- }), /*#__PURE__*/React.createElement("rect", {
2727
- fill: "#F3DFC2",
2728
- width: 47,
2729
- height: 41,
2730
- rx: 4
2731
- }), /*#__PURE__*/React.createElement("rect", {
2732
- fill: "#F4C99E",
2733
- transform: "rotate(-9 40.125 12.1)",
2734
- x: 35.125,
2735
- y: 8.1,
2736
- width: 10,
2737
- height: 8,
2738
- rx: 1
2739
- }), /*#__PURE__*/React.createElement("rect", {
2740
- fill: "#F3D6B7",
2741
- transform: "rotate(2 42.625 22.1)",
2742
- x: 36.125,
2743
- y: 18.1,
2744
- width: 13,
2745
- height: 8,
2746
- rx: 1
2747
- }), /*#__PURE__*/React.createElement("rect", {
2748
- fill: "#F8EDDE",
2749
- width: 40,
2750
- height: 41,
2751
- rx: 4
2752
- }), /*#__PURE__*/React.createElement("circle", {
2753
- stroke: "#E8D5BB",
2754
- strokeWidth: 2,
2755
- cx: 18,
2756
- cy: 20,
2757
- r: 10
2758
- }), /*#__PURE__*/React.createElement("path", {
2759
- d: "M18 9a1 1 0 0 1 1 1v9c0 .183-.05.355-.135.502a.97.97 0 0 1 .501.132l7.794 4.5a1 1 0 1 1-1 1.732l-7.794-4.5a.995.995 0 0 1-.367-.368.966.966 0 0 1-.365.368l-7.794 4.5a1 1 0 1 1-1-1.732l7.794-4.5a.995.995 0 0 1 .502-.134A.972.972 0 0 1 17 19v-9a1 1 0 0 1 1-1z",
2760
- fill: "#E8D5BB"
2761
- }), /*#__PURE__*/React.createElement("rect", {
2762
- fill: "#E8D5BB",
2763
- x: 35,
2764
- y: 16,
2765
- width: 2,
2766
- height: 11,
2767
- rx: 1
2768
- })), /*#__PURE__*/React.createElement("circle", {
2769
- fill: "#F28834",
2770
- cx: 52,
2771
- cy: 47,
2772
- r: 4
2773
- }), /*#__PURE__*/React.createElement("circle", {
2774
- fill: "#C2DFFF",
2775
- cx: 91.5,
2776
- cy: 19.5,
2777
- r: 2.5
2778
- }), /*#__PURE__*/React.createElement("circle", {
2779
- fill: "#F28834",
2780
- opacity: 0.6,
2781
- cx: 101.5,
2782
- cy: 61.5,
2783
- r: 2.5
2784
- }), /*#__PURE__*/React.createElement("path", {
2785
- d: "M24.423 36.707c-5.82 1.716-9.305 3.9-9.305 6.278 0 5.522 18.804 10 42 10s42-4.478 42-10c0-2.32-3.318-4.455-8.885-6.152",
2786
- stroke: "url(#safes-yellow_svg__c)",
2787
- transform: "rotate(-14 57.118 44.846)"
2788
- }), /*#__PURE__*/React.createElement("g", {
2789
- transform: "translate(26 67)"
2790
- }, /*#__PURE__*/React.createElement("path", {
2791
- d: "M0 2h12v3c0 1.105-2.686 2-6 2s-6-.895-6-2V2z",
2792
- fill: "#67A9F1"
2793
- }), /*#__PURE__*/React.createElement("ellipse", {
2794
- fill: "#C2DFFF",
2795
- cx: 6,
2796
- cy: 2,
2797
- rx: 6,
2798
- ry: 2
2799
- })), /*#__PURE__*/React.createElement("g", {
2800
- transform: "translate(26 63)"
2801
- }, /*#__PURE__*/React.createElement("path", {
2802
- d: "M0 2h12v3c0 1.105-2.686 2-6 2s-6-.895-6-2V2z",
2803
- fill: "#67A9F1"
2804
- }), /*#__PURE__*/React.createElement("ellipse", {
2805
- fill: "#C2DFFF",
2806
- cx: 6,
2807
- cy: 2,
2808
- rx: 6,
2809
- ry: 2
2810
- })));
2811
- function SvgSafesYellow(props) {
2812
- return /*#__PURE__*/React.createElement("svg", _extends$b({
2813
- width: 108,
2814
- height: 88,
2815
- viewBox: "0 0 108 88",
2816
- xmlns: "http://www.w3.org/2000/svg",
2817
- xmlnsXlink: "http://www.w3.org/1999/xlink"
2818
- }, props), _ref$b, _ref2$8);
2819
- }
2820
-
2821
- function _extends$a() { _extends$a = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$a.apply(this, arguments); }
2822
- var _ref$a = /*#__PURE__*/React.createElement("g", {
2823
- fill: "none",
2824
- fillRule: "evenodd"
2825
- }, /*#__PURE__*/React.createElement("path", {
2826
- d: "M14.175 12.28l8.67-5.403c.48-.299.868-.103.868.437v9.776c0 .54-.388 1.22-.867 1.518l-8.67 5.404c-.48.298-.868.103-.868-.437v-9.777c0-.54.388-1.22.867-1.518z",
2827
- fill: "#2D3335"
2828
- }), /*#__PURE__*/React.createElement("path", {
2829
- d: "M14.5 1.577l7.96 4.596a2 2 0 0 1 1 1.732v9.19a2 2 0 0 1-1 1.732l-7.96 4.596a2 2 0 0 1-2 0l-7.96-4.596a2 2 0 0 1-1-1.732v-9.19a2 2 0 0 1 1-1.732l7.96-4.596a2 2 0 0 1 2 0z",
2830
- stroke: "#2D3335"
2831
- }), /*#__PURE__*/React.createElement("path", {
2832
- d: "M16.118 19.835v-.468c.26-.228.469-.476.632-.752.2-.348.302-.713.302-1.084 0-.372-.147-.535-.433-.5-.09.025-.257.081-.501.163v-1.392c.138-.091.253-.13.342-.108.114.03.188.156.216.388l.327-.265c-.041-.339-.143-.532-.306-.58-.147-.04-.343.028-.58.199V15l-.203.165v.436a2.59 2.59 0 0 0-.58.715 2.03 2.03 0 0 0-.29 1.026c0 .372.144.538.437.49a8.41 8.41 0 0 1 .433-.143v1.472c-.168.114-.298.146-.388.096-.106-.057-.171-.233-.196-.532l-.33.269c.029.401.122.639.286.719.146.077.354.02.628-.18V20l.204-.165zm-.204-2.571l-.102.035c-.29.086-.433.01-.433-.228 0-.234.062-.459.184-.67.086-.154.204-.304.35-.433v1.296zm.204 1.731V17.62c.053-.022.11-.041.167-.061.285-.088.432-.006.432.255 0 .223-.06.442-.18.66a2.027 2.027 0 0 1-.42.522z",
2833
- fill: "#F7F7F7",
2834
- fillRule: "nonzero"
2835
- }), /*#__PURE__*/React.createElement("path", {
2836
- fill: "#5F9C59",
2837
- fillRule: "nonzero",
2838
- d: "M19.64 18.15v-.332l-1.64.95v.357z"
2839
- }));
2840
- function SvgShell(props) {
2841
- return /*#__PURE__*/React.createElement("svg", _extends$a({
2842
- width: 26,
2843
- height: 26,
2844
- viewBox: "0 0 26 26",
2845
- xmlns: "http://www.w3.org/2000/svg"
2846
- }, props), _ref$a);
2847
- }
2848
-
2849
- 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); }
2850
- var _ref$9 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null));
2851
- var _ref2$7 = /*#__PURE__*/React.createElement("path", {
2852
- d: "M512 65.29c-246.71 0-446.709 200-446.709 446.709s200 446.709 446.709 446.709S958.709 758.71 958.709 512 758.711 65.29 512 65.29zm0 829.604c-211.466 0-382.894-171.428-382.894-382.894S300.534 129.106 512 129.106 894.894 300.534 894.894 512 723.466 894.894 512 894.894z"
2853
- });
2854
- var _ref3$1 = /*#__PURE__*/React.createElement("path", {
2855
- d: "M455.934 310.028c-16.643-14.896-30.26-8.81-30.26 13.526v376.892c0 22.336 13.681 28.494 30.402 13.685L652.54 540.133c16.72-14.809 16.784-39.113.141-54.008L455.934 310.028z"
2856
- });
2857
- function SvgStart(props) {
2858
- return /*#__PURE__*/React.createElement("svg", _extends$9({
2859
- className: "start_svg__icon",
2860
- viewBox: "0 0 1024 1024",
2861
- xmlns: "http://www.w3.org/2000/svg",
2862
- width: 32,
2863
- height: 32
2864
- }, props), _ref$9, _ref2$7, _ref3$1);
2865
- }
2866
-
2867
- 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); }
2868
- var _ref$8 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null));
2869
- var _ref2$6 = /*#__PURE__*/React.createElement("path", {
2870
- d: "M512 928.3c-229.2 0-415-185.8-415-415s185.8-415 415-415 415 185.8 415 415-185.8 415-415 415zm.4-77.5c186.2 0 337.2-151 337.2-337.2s-151-337.2-337.2-337.2-337.2 151-337.2 337.2 150.9 337.2 337.2 337.2zM382.3 357.6h259.4c14.3 0 25.9 11.6 25.9 25.9V643c0 14.3-11.6 25.9-25.9 25.9H382.3c-14.3 0-25.9-11.6-25.9-25.9V383.6c0-14.4 11.6-26 25.9-26z"
2871
- });
2872
- function SvgStop(props) {
2873
- return /*#__PURE__*/React.createElement("svg", _extends$8({
2874
- className: "stop_svg__icon",
2875
- viewBox: "0 0 1024 1024",
2876
- xmlns: "http://www.w3.org/2000/svg",
2877
- width: 32,
2878
- height: 32
2879
- }, props), _ref$8, _ref2$6);
2880
- }
2881
-
2882
- 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); }
2883
- var _ref$7 = /*#__PURE__*/React.createElement("g", {
2884
- fillRule: "nonzero",
2885
- fill: "none"
2886
- }, /*#__PURE__*/React.createElement("path", {
2887
- d: "M32 12.69v10.453c-.005 1.576-1.304 2.852-2.909 2.857H2.909C1.304 25.995.005 24.719 0 23.143V8.857c0-.758.306-1.485.852-2.02A2.936 2.936 0 0 1 2.909 6h22.29c.9 0 1.762.352 2.397.977l3.415 3.364c.633.623.989 1.468.989 2.348z",
2888
- fill: "#13C2C2"
2889
- }), /*#__PURE__*/React.createElement("path", {
2890
- d: "M6.037 17.397a4.274 4.274 0 0 0 2.746.968c.582 0 1.02-.097 1.313-.29.293-.194.44-.443.44-.746 0-.262-.117-.51-.35-.743-.232-.233-.846-.55-1.842-.95C6.78 14.996 5.999 14.063 6 12.84c0-.899.354-1.597 1.063-2.095C7.77 10.248 8.709 10 9.878 10c.978 0 1.798.123 2.461.368v1.935c-.673-.441-1.46-.662-2.36-.662-.525 0-.945.093-1.26.278-.315.185-.472.433-.471.746 0 .25.107.48.323.69.215.21.747.493 1.595.851.996.413 1.68.847 2.053 1.305.373.458.559 1.003.558 1.635 0 .928-.34 1.635-1.02 2.122-.682.487-1.649.73-2.902.732-1.146 0-2.085-.18-2.818-.537v-2.066zM18.09 19.75c-.315.166-.79.25-1.428.25-1.517 0-2.275-.77-2.275-2.31v-3.258h-1.176v-1.504h1.176v-1.516l2.074-.575v2.091h1.629v1.504h-1.63v2.91c0 .735.303 1.104.906 1.104.232 0 .474-.067.724-.2v1.504zm5.829-4.993c-.254-.141-.562-.212-.924-.212-.474 0-.85.175-1.129.524-.278.35-.417.83-.416 1.442v3.319h-2.087v-6.902h2.087v1.298h.026c.344-.944.971-1.416 1.88-1.416.247 0 .433.027.563.081v1.866zm-.394 4.17a.945.945 0 0 1 .368-.768c.246-.2.558-.307.88-.3.344 0 .635.102.872.306.23.19.36.469.355.761 0 .32-.118.58-.355.777-.236.198-.536.297-.899.297a1.28 1.28 0 0 1-.861-.306.965.965 0 0 1-.36-.768z",
2891
- fill: "#FFF"
2892
- }));
2893
- function SvgStringIcon(props) {
2894
- return /*#__PURE__*/React.createElement("svg", _extends$7({
2895
- width: 32,
2896
- height: 32,
2897
- viewBox: "0 0 32 32",
2898
- xmlns: "http://www.w3.org/2000/svg"
2899
- }, props), _ref$7);
2900
- }
2901
-
2902
- 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); }
2903
- var _ref$6 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null));
2904
- var _ref2$5 = /*#__PURE__*/React.createElement("path", {
2905
- d: "M340.8 394.4l28 393.6h272l28-393.6h64l-28 397.6c-2.4 33.6-30.4 59.2-64 59.2h-272c-33.6 0-61.6-26.4-64-59.2l-28-397.6h64zM480 479.2v169.6c0 17.6-14.4 32-32 32s-32-14.4-32-32V479.2c0-17.6 14.4-32 32-32s32 14.4 32 32zm117.6 0v169.6c0 17.6-14.4 32-32 32s-32-14.4-32-32V479.2c0-17.6 14.4-32 32-32s32 14.4 32 32zM213.6 288h576c17.6 0 32 14.4 32 32s-14.4 32-32 32h-576c-17.6 0-32-14.4-32-32s14.4-32 32-32zm461.6-74.4c0 17.6-14.4 32-32 32h-272c-17.6 0-32-14.4-32-32s14.4-32 32-32h272c17.6 0 32 14.4 32 32z"
2906
- });
2907
- function SvgUninstall(props) {
2908
- return /*#__PURE__*/React.createElement("svg", _extends$6({
2909
- className: "uninstall_svg__icon",
2910
- viewBox: "0 0 1024 1024",
2911
- xmlns: "http://www.w3.org/2000/svg",
2912
- width: 32,
2913
- height: 32
2914
- }, props), _ref$6, _ref2$5);
2915
- }
2916
-
2917
- 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); }
2918
- var _ref$5 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("style", null));
2919
- var _ref2$4 = /*#__PURE__*/React.createElement("path", {
2920
- d: "M477.611 844.227a30.027 30.027 0 0 0 1.732 2.361c3.66 4.605 23.22 16.018 57.458 19.245 22.235 2.085 78.71 2.597 122.276-36.758 52.578-47.462 71.625-108.305 58.245-185.755l-2.48-14.286 9.84-10.075c173.476-177.884 145.612-402.915 127.785-485.442-24.794-6.494-82.252-18.497-153.72-13.46-119.718 8.265-222.868 58.246-306.34 148.526l-9.563 10.35-13.538-2.597c-73.515-14.09-131.248 5.942-176.31 61.354-37.426 45.927-36.836 105.432-34.868 128.848 3.07 36.206 13.892 56.789 18.3 60.567.866.787 1.574 1.299 2.204 1.81l.63-1.692 102.755-70.13-11.177 62.22c-6.375 35.734-11.885 80.126-10.783 95.75L396.815 759.22c13.145 1.692 52.815-3.738 89.14-12.279l61.393-14.364-68.005 110.745-1.732.905z",
2921
- fill: "#007AFF"
2922
- });
2923
- var _ref3 = /*#__PURE__*/React.createElement("path", {
2924
- d: "M535.227 905.935a267.613 267.613 0 0 1-22.275-.984c-43.015-3.778-78.395-17.867-94.491-37.584-17.395-21.251-17.631-39.079-14.758-50.334 1.731-6.73 4.722-12.2 8.264-16.608-39.276 4.604-58.875 1.731-70.642-10.114l-146.99-146.715c-9.879-9.84-14.168-24.086-8.659-71.784-4.604 3.975-10.468 7.478-17.985 9.367-11.255 2.873-29.004 2.597-50.374-14.758-19.756-16.097-33.845-51.437-37.623-94.374-5.51-61.787 12.003-121.252 47.895-163.086 55.372-64.542 127.628-91.028 214.995-78.907 91.619-89.414 207.598-140.97 336.367-149.352 109.013-7.084 189.1 18.97 190.005 19.363l13.617 4.486 3.975 15.979c16.41 63.085 22.157 131.248 16.529 197.286a530.819 530.819 0 0 1-40.26 164.346A521.767 521.767 0 0 1 755.18 642.218c12.122 87.29-14.364 159.466-78.985 214.76-36.6 31.602-87.25 48.957-141.009 48.957zm-77.923-74.026a27.43 27.43 0 0 0 1.77 2.243c3.74 4.486 23.614 15.466 58.482 18.575 22.63 2.008 80.127 2.52 124.52-35.419 53.522-45.848 72.885-104.527 59.228-179.34l-2.479-13.735 9.996-9.72c176.625-171.706 148.25-388.827 130.107-468.482a524.09 524.09 0 0 0-156.475-12.987c-121.882 7.99-226.88 56.16-311.887 143.33l-9.76 9.997-13.735-2.519c-74.853-13.616-133.61 5.746-179.458 59.19-38.175 44.353-37.545 101.772-35.538 124.362 3.148 34.986 14.128 54.821 18.615 58.442.905.787 1.653 1.259 2.283 1.77l.59-1.652 104.645-67.69-11.413 60.094c-6.455 34.436-12.082 77.293-10.98 92.406l139.277 139.08c13.38 1.613 53.719-3.62 90.713-11.846l62.535-13.892-69.265 106.888-1.771.905z",
2925
- fill: "#7FBCFF"
2926
- });
2927
- var _ref4 = /*#__PURE__*/React.createElement("path", {
2928
- d: "M27.903 844.148a27.706 27.706 0 0 1-19.678-47.344l119.64-118.852a28.1 28.1 0 0 1 39.59 0 27.627 27.627 0 0 1 0 39.237L47.737 836.041a28.454 28.454 0 0 1-19.834 8.068zm60.606 117.08a27.706 27.706 0 0 1-19.717-47.304l148.329-147.266a28.1 28.1 0 0 1 39.552 0 27.627 27.627 0 0 1 0 39.237L108.305 953.082a28.139 28.139 0 0 1-19.835 8.147zm155.098 23.417a27.706 27.706 0 0 1-19.678-47.344l82.528-81.937a28.1 28.1 0 0 1 39.551 0 27.627 27.627 0 0 1 0 39.237l-82.566 81.976a28.454 28.454 0 0 1-19.835 8.068z",
2929
- fill: "#007AFF"
2930
- });
2931
- var _ref5 = /*#__PURE__*/React.createElement("path", {
2932
- d: "M649.356 512.386a136.483 136.483 0 0 1-97.364-40.378 136.955 136.955 0 0 1-40.378-97.364c0-36.718 14.286-71.39 40.378-97.364a136.955 136.955 0 0 1 97.364-40.378c36.718 0 71.39 14.286 97.364 40.378a136.955 136.955 0 0 1 40.378 97.364c0 36.718-14.286 71.39-40.378 97.364a136.247 136.247 0 0 1-97.364 40.378zm0-224.244c-23.062 0-44.786 9.052-61.118 25.384a85.951 85.951 0 0 0-25.384 61.118c0 23.062 9.051 44.786 25.384 61.118 16.332 16.372 38.056 25.384 61.118 25.384s44.786-9.051 61.118-25.384c16.372-16.332 25.384-38.056 25.384-61.118s-9.052-44.786-25.384-61.118a85.715 85.715 0 0 0-61.118-25.384z",
2933
- fill: "#FFF"
2934
- });
2935
- var _ref6 = /*#__PURE__*/React.createElement("path", {
2936
- d: "M182.41 158.192a25.07 25.07 0 0 1-17.67-42.74L272.1 8.133a25.07 25.07 0 1 1 35.42 35.42L200.197 150.95a25.502 25.502 0 0 1-17.788 7.241zm708.388 511.614a25.07 25.07 0 0 1-17.67-42.74l107.32-107.32a25.07 25.07 0 1 1 35.42 35.419l-107.281 107.36a25.62 25.62 0 0 1-17.789 7.28zM851.443 945.29a25.07 25.07 0 0 1-17.67-42.74l107.32-107.32a25.07 25.07 0 1 1 35.42 35.42L869.232 938.01a25.187 25.187 0 0 1-17.789 7.28z",
2937
- fill: "#007AFF"
2938
- });
2939
- function SvgUpgrade(props) {
2940
- return /*#__PURE__*/React.createElement("svg", _extends$5({
2941
- className: "upgrade_svg__icon",
2942
- viewBox: "0 0 1024 1024",
2943
- xmlns: "http://www.w3.org/2000/svg",
2944
- width: 32,
2945
- height: 32
2946
- }, props), _ref$5, _ref2$4, _ref3, _ref4, _ref5, _ref6);
2947
- }
2948
-
2949
- 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); }
2950
- var _ref$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
2951
- x1: "50%",
2952
- y1: "0%",
2953
- x2: "50%",
2954
- y2: "100%",
2955
- id: "upload-dark_svg__a"
2956
- }, /*#__PURE__*/React.createElement("stop", {
2957
- stopColor: "#18355F",
2958
- offset: "0%"
2959
- }), /*#__PURE__*/React.createElement("stop", {
2960
- stopColor: "#18355F",
2961
- stopOpacity: 0,
2962
- offset: "100%"
2963
- })), /*#__PURE__*/React.createElement("linearGradient", {
2964
- x1: "50%",
2965
- y1: "0%",
2966
- x2: "50%",
2967
- y2: "100%",
2968
- id: "upload-dark_svg__b"
2969
- }, /*#__PURE__*/React.createElement("stop", {
2970
- stopColor: "#184481",
2971
- offset: "0%"
2972
- }), /*#__PURE__*/React.createElement("stop", {
2973
- stopColor: "#184481",
2974
- stopOpacity: 0,
2975
- offset: "100%"
2976
- })), /*#__PURE__*/React.createElement("linearGradient", {
2977
- x1: "50%",
2978
- y1: "0%",
2979
- x2: "50%",
2980
- y2: "100%",
2981
- id: "upload-dark_svg__c"
2982
- }, /*#__PURE__*/React.createElement("stop", {
2983
- stopColor: "#184481",
2984
- offset: "0%"
2985
- }), /*#__PURE__*/React.createElement("stop", {
2986
- stopColor: "#184481",
2987
- stopOpacity: 0,
2988
- offset: "100%"
2989
- })), /*#__PURE__*/React.createElement("radialGradient", {
2990
- cx: "42.69%",
2991
- cy: "10.1%",
2992
- fx: "42.69%",
2993
- fy: "10.1%",
2994
- r: "65.851%",
2995
- gradientTransform: "scale(.99792 1) rotate(68.472 .427 .102)",
2996
- id: "upload-dark_svg__d"
2997
- }, /*#__PURE__*/React.createElement("stop", {
2998
- stopColor: "#1A6BDD",
2999
- offset: "0%"
3000
- }), /*#__PURE__*/React.createElement("stop", {
3001
- stopColor: "#184481",
3002
- offset: "100%"
3003
- }), /*#__PURE__*/React.createElement("stop", {
3004
- stopColor: "#184481",
3005
- offset: "100%"
3006
- })), /*#__PURE__*/React.createElement("radialGradient", {
3007
- cx: "42.69%",
3008
- cy: "10.1%",
3009
- fx: "42.69%",
3010
- fy: "10.1%",
3011
- r: "65.851%",
3012
- gradientTransform: "scale(.99792 1) rotate(68.472 .427 .102)",
3013
- id: "upload-dark_svg__e"
3014
- }, /*#__PURE__*/React.createElement("stop", {
3015
- stopColor: "#1A6BDD",
3016
- offset: "0%"
3017
- }), /*#__PURE__*/React.createElement("stop", {
3018
- stopColor: "#184481",
3019
- offset: "100%"
3020
- }), /*#__PURE__*/React.createElement("stop", {
3021
- stopColor: "#184481",
3022
- offset: "100%"
3023
- })), /*#__PURE__*/React.createElement("radialGradient", {
3024
- cx: "42.69%",
3025
- cy: "10.1%",
3026
- fx: "42.69%",
3027
- fy: "10.1%",
3028
- r: "65.851%",
3029
- gradientTransform: "scale(.99792 1) rotate(68.472 .427 .102)",
3030
- id: "upload-dark_svg__f"
3031
- }, /*#__PURE__*/React.createElement("stop", {
3032
- stopColor: "#1A6BDD",
3033
- offset: "0%"
3034
- }), /*#__PURE__*/React.createElement("stop", {
3035
- stopColor: "#184481",
3036
- offset: "100%"
3037
- }), /*#__PURE__*/React.createElement("stop", {
3038
- stopColor: "#184481",
3039
- offset: "100%"
3040
- })), /*#__PURE__*/React.createElement("linearGradient", {
3041
- x1: "50%",
3042
- y1: "0%",
3043
- x2: "50%",
3044
- y2: "98.667%",
3045
- id: "upload-dark_svg__g"
3046
- }, /*#__PURE__*/React.createElement("stop", {
3047
- stopColor: "#FF88C9",
3048
- offset: "0%"
3049
- }), /*#__PURE__*/React.createElement("stop", {
3050
- stopColor: "#EF82CE",
3051
- offset: "100%"
3052
- })), /*#__PURE__*/React.createElement("linearGradient", {
3053
- x1: "50%",
3054
- y1: "0%",
3055
- x2: "50%",
3056
- y2: "100%",
3057
- id: "upload-dark_svg__h"
3058
- }, /*#__PURE__*/React.createElement("stop", {
3059
- stopColor: "#B376FF",
3060
- offset: "0%"
3061
- }), /*#__PURE__*/React.createElement("stop", {
3062
- stopColor: "#E576FF",
3063
- offset: "100%"
3064
- })), /*#__PURE__*/React.createElement("linearGradient", {
3065
- x1: "50%",
3066
- y1: "36.514%",
3067
- x2: "50%",
3068
- y2: "98.858%",
3069
- id: "upload-dark_svg__i"
3070
- }, /*#__PURE__*/React.createElement("stop", {
3071
- stopColor: "#1A6BDD",
3072
- offset: "0%"
3073
- }), /*#__PURE__*/React.createElement("stop", {
3074
- stopColor: "#3E8AE8",
3075
- offset: "100%"
3076
- })));
3077
- var _ref2$3 = /*#__PURE__*/React.createElement("g", {
3078
- fill: "none",
3079
- fillRule: "evenodd"
3080
- }, /*#__PURE__*/React.createElement("path", {
3081
- d: "M19 30.27L31.581 16.07a7.529 7.529 0 0 1 10.164-1.022 6.64 6.64 0 0 0 9.477-1.558l2.648-3.874c3.035-4.44 9.095-5.58 13.535-2.545.477.326.925.694 1.336 1.1l9.41 9.261a5.415 5.415 0 0 0 8.507-1.184 5.854 5.854 0 0 1 8.868-1.58L114 30.27",
3082
- fill: "url(#upload-dark_svg__a)",
3083
- transform: "translate(0 8)"
3084
- }), /*#__PURE__*/React.createElement("path", {
3085
- d: "M0 33.27l5.362-5.096a3.638 3.638 0 0 1 4.454-.436 3.19 3.19 0 0 0 4.186-.684l1.047-1.29a4.454 4.454 0 0 1 6.301-.622l4.278 3.545a2.435 2.435 0 0 0 3.572-.513 2.622 2.622 0 0 1 3.692-.67L41 33.27",
3086
- fill: "url(#upload-dark_svg__b)",
3087
- transform: "translate(0 8)"
3088
- }), /*#__PURE__*/React.createElement("path", {
3089
- d: "M104 33.27l7.756-7.917a4.987 4.987 0 0 1 6.37-.632 4.384 4.384 0 0 0 5.965-.98l1.565-2.071a6.247 6.247 0 0 1 9.137-.9l6.027 5.364a3.44 3.44 0 0 0 5.2-.74 3.71 3.71 0 0 1 5.392-.974L163 33.27",
3090
- fill: "url(#upload-dark_svg__c)",
3091
- transform: "translate(0 8)"
3092
- }), /*#__PURE__*/React.createElement("path", {
3093
- d: "M98.065 3.086c.84-.268 1.768.111 2.073.846.065.155.132.432.203.832v-.002c.157-.647.883-1.06 1.622-.922.738.138 1.21.773 1.053 1.42-.104.426-.833 1.65-2.188 3.668l.01.106c-2.29-2.267-3.536-3.644-3.74-4.134-.306-.735.127-1.547.967-1.814z",
3094
- fill: "url(#upload-dark_svg__d)",
3095
- transform: "translate(36.455 26.342)"
3096
- }), /*#__PURE__*/React.createElement("path", {
3097
- d: "M90.706 11.057c.556-.177 1.172.074 1.374.56.043.103.088.286.134.55.105-.428.586-.701 1.076-.61.49.091.802.512.698.94-.068.284-.552 1.095-1.45 2.433l.006.07c-1.518-1.502-2.344-2.416-2.479-2.74-.203-.487.084-1.026.64-1.203z",
3098
- fill: "url(#upload-dark_svg__e)",
3099
- transform: "translate(36.455 26.342)"
3100
- }), /*#__PURE__*/React.createElement("path", {
3101
- d: "M1.588.128C2.841-.271 4.225.294 4.681 1.39c.096.231.197.644.302 1.24v-.002c.235-.964 1.318-1.58 2.42-1.375 1.102.205 1.805 1.153 1.57 2.117-.154.637-1.242 2.462-3.263 5.474L5.724 9C2.31 5.62.45 3.564.146 2.834-.31 1.738.336.527 1.588.128z",
3102
- fill: "url(#upload-dark_svg__f)",
3103
- transform: "translate(36.455 26.342)"
3104
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", {
3105
- transform: "translate(60)"
3106
- }, /*#__PURE__*/React.createElement("path", {
3107
- d: "M2.288 6.8H15.4l6 4.6h27.886a2 2 0 0 1 1.976 1.694l4.18 27a2 2 0 0 1-1.976 2.306H6.548a2 2 0 0 1-1.982-1.733l-4.26-31.6A2 2 0 0 1 2.288 6.8z",
3108
- fill: "#184481"
3109
- }), /*#__PURE__*/React.createElement("rect", {
3110
- fill: "#48D6E9",
3111
- x: 4.8,
3112
- y: 2.6,
3113
- width: 21.6,
3114
- height: 32.2,
3115
- rx: 2
3116
- }), /*#__PURE__*/React.createElement("rect", {
3117
- fill: "url(#upload-dark_svg__g)",
3118
- x: 21.6,
3119
- width: 21.6,
3120
- height: 32.2,
3121
- rx: 2
3122
- }), /*#__PURE__*/React.createElement("rect", {
3123
- fill: "url(#upload-dark_svg__h)",
3124
- x: 34.2,
3125
- y: 4.6,
3126
- width: 21.6,
3127
- height: 32.2,
3128
- rx: 2
3129
- }), /*#__PURE__*/React.createElement("path", {
3130
- d: "M10.788 5H24.4l6 4.6h27.328a2 2 0 0 1 1.983 2.254l-3.687 28.8A2 2 0 0 1 54.04 42.4H7.037a2 2 0 0 1-1.987-2.223l3.75-33.4A2 2 0 0 1 10.788 5z",
3131
- fill: "url(#upload-dark_svg__i)"
3132
- })), /*#__PURE__*/React.createElement("path", {
3133
- d: "M94.75 19.595l.074.005c2.247.173 3.728 1.93 3.834 4.136l.003.092.042.002a4.966 4.966 0 0 1 2.334.727l.071.045c1.172.748 1.892 1.912 1.892 3.31 0 1.339-.552 2.407-1.482 3.142-.685.541-1.557.866-2.225.886h-2.807v-1.37h2.743c.36 0 .969-.22 1.439-.592.61-.483.96-1.16.96-2.066 0-.9-.46-1.645-1.258-2.154-.7-.448-1.579-.643-2.226-.53l-.06.012-.936.197.114-.95c.226-1.885-.823-3.387-2.543-3.52-1.545-.119-2.65.76-3.137 2.06l-.022.059-.187.524-.552-.076c-2.353-.324-4.45 1.186-4.45 3.521 0 1.14.476 2.035 1.303 2.686.636.501 1.45.809 1.99.827l.05.001h1.8v1.372h-1.8c-.853 0-1.997-.42-2.888-1.122C85.682 29.918 85 28.635 85 27.055c0-3.038 2.549-5.057 5.449-4.93l.026.001.022-.045c.762-1.555 2.262-2.61 4.252-2.486zm-.836 5.748l2.102 2.312h-1.245v4.114H93.23v-4.114h-1.417l2.102-2.312z",
3134
- fill: "#FFF",
3135
- fillRule: "nonzero"
3136
- })));
3137
- function SvgUploadDark(props) {
3138
- return /*#__PURE__*/React.createElement("svg", _extends$4({
3139
- width: 163,
3140
- height: 43,
3141
- viewBox: "0 0 163 43",
3142
- xmlns: "http://www.w3.org/2000/svg"
3143
- }, props), _ref$4, _ref2$3);
3144
- }
3145
-
3146
- 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); }
3147
- var _ref$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
3148
- x1: "50%",
3149
- y1: "0%",
3150
- x2: "50%",
3151
- y2: "100%",
3152
- id: "upload-light_svg__a"
3153
- }, /*#__PURE__*/React.createElement("stop", {
3154
- stopColor: "#E6F0F9",
3155
- offset: "0%"
3156
- }), /*#__PURE__*/React.createElement("stop", {
3157
- stopColor: "#D3E2F3",
3158
- stopOpacity: 0,
3159
- offset: "100%"
3160
- })), /*#__PURE__*/React.createElement("linearGradient", {
3161
- x1: "100%",
3162
- y1: "50%",
3163
- x2: "0%",
3164
- y2: "50%",
3165
- id: "upload-light_svg__b"
3166
- }, /*#__PURE__*/React.createElement("stop", {
3167
- stopColor: "#B8D3F1",
3168
- offset: "0%"
3169
- }), /*#__PURE__*/React.createElement("stop", {
3170
- stopColor: "#D3E9FE",
3171
- offset: "100%"
3172
- })), /*#__PURE__*/React.createElement("linearGradient", {
3173
- x1: "50%",
3174
- y1: "0%",
3175
- x2: "50%",
3176
- y2: "100%",
3177
- id: "upload-light_svg__c"
3178
- }, /*#__PURE__*/React.createElement("stop", {
3179
- stopColor: "#E6F0F9",
3180
- offset: "0%"
3181
- }), /*#__PURE__*/React.createElement("stop", {
3182
- stopColor: "#D3E2F3",
3183
- stopOpacity: 0,
3184
- offset: "100%"
3185
- })), /*#__PURE__*/React.createElement("linearGradient", {
3186
- x1: "50%",
3187
- y1: "0%",
3188
- x2: "50%",
3189
- y2: "100%",
3190
- id: "upload-light_svg__d"
3191
- }, /*#__PURE__*/React.createElement("stop", {
3192
- stopColor: "#E6F0F9",
3193
- offset: "0%"
3194
- }), /*#__PURE__*/React.createElement("stop", {
3195
- stopColor: "#D3E2F3",
3196
- stopOpacity: 0,
3197
- offset: "100%"
3198
- })), /*#__PURE__*/React.createElement("linearGradient", {
3199
- x1: "100%",
3200
- y1: "50%",
3201
- x2: "0%",
3202
- y2: "50%",
3203
- id: "upload-light_svg__e"
3204
- }, /*#__PURE__*/React.createElement("stop", {
3205
- stopColor: "#B8D3F1",
3206
- offset: "0%"
3207
- }), /*#__PURE__*/React.createElement("stop", {
3208
- stopColor: "#D3E9FE",
3209
- offset: "100%"
3210
- })), /*#__PURE__*/React.createElement("linearGradient", {
3211
- x1: "100%",
3212
- y1: "50%",
3213
- x2: "0%",
3214
- y2: "50%",
3215
- id: "upload-light_svg__f"
3216
- }, /*#__PURE__*/React.createElement("stop", {
3217
- stopColor: "#B8D3F1",
3218
- offset: "0%"
3219
- }), /*#__PURE__*/React.createElement("stop", {
3220
- stopColor: "#D3E9FE",
3221
- offset: "100%"
3222
- })), /*#__PURE__*/React.createElement("linearGradient", {
3223
- x1: "50%",
3224
- y1: "0%",
3225
- x2: "50%",
3226
- y2: "98.858%",
3227
- id: "upload-light_svg__g"
3228
- }, /*#__PURE__*/React.createElement("stop", {
3229
- stopColor: "#4A9AFF",
3230
- offset: "0%"
3231
- }), /*#__PURE__*/React.createElement("stop", {
3232
- stopColor: "#5480FF",
3233
- offset: "100%"
3234
- })), /*#__PURE__*/React.createElement("linearGradient", {
3235
- x1: "50%",
3236
- y1: "0%",
3237
- x2: "50%",
3238
- y2: "96.349%",
3239
- id: "upload-light_svg__h"
3240
- }, /*#__PURE__*/React.createElement("stop", {
3241
- stopColor: "#69F1FF",
3242
- offset: "0%"
3243
- }), /*#__PURE__*/React.createElement("stop", {
3244
- stopColor: "#67E7E0",
3245
- offset: "100%"
3246
- })), /*#__PURE__*/React.createElement("linearGradient", {
3247
- x1: "50%",
3248
- y1: "0%",
3249
- x2: "50%",
3250
- y2: "98.667%",
3251
- id: "upload-light_svg__i"
3252
- }, /*#__PURE__*/React.createElement("stop", {
3253
- stopColor: "#FF88C9",
3254
- offset: "0%"
3255
- }), /*#__PURE__*/React.createElement("stop", {
3256
- stopColor: "#EF82CE",
3257
- offset: "100%"
3258
- })), /*#__PURE__*/React.createElement("linearGradient", {
3259
- x1: "50%",
3260
- y1: "0%",
3261
- x2: "50%",
3262
- y2: "100%",
3263
- id: "upload-light_svg__j"
3264
- }, /*#__PURE__*/React.createElement("stop", {
3265
- stopColor: "#B376FF",
3266
- offset: "0%"
3267
- }), /*#__PURE__*/React.createElement("stop", {
3268
- stopColor: "#E576FF",
3269
- offset: "100%"
3270
- })), /*#__PURE__*/React.createElement("linearGradient", {
3271
- x1: "50%",
3272
- y1: "0%",
3273
- x2: "50%",
3274
- y2: "98.858%",
3275
- id: "upload-light_svg__k"
3276
- }, /*#__PURE__*/React.createElement("stop", {
3277
- stopColor: "#5480FF",
3278
- offset: "0%"
3279
- }), /*#__PURE__*/React.createElement("stop", {
3280
- stopColor: "#4A9AFF",
3281
- offset: "100%"
3282
- })));
3283
- var _ref2$2 = /*#__PURE__*/React.createElement("g", {
3284
- fill: "none",
3285
- fillRule: "evenodd"
3286
- }, /*#__PURE__*/React.createElement("path", {
3287
- d: "M19 30.27L31.581 16.07a7.529 7.529 0 0 1 10.164-1.022 6.64 6.64 0 0 0 9.477-1.558l2.648-3.874c3.035-4.44 9.095-5.58 13.535-2.545.477.326.925.694 1.336 1.1l9.41 9.261a5.415 5.415 0 0 0 8.507-1.184 5.854 5.854 0 0 1 8.868-1.58L114 30.27",
3288
- fill: "url(#upload-light_svg__a)",
3289
- transform: "translate(.961 8.4)"
3290
- }), /*#__PURE__*/React.createElement("path", {
3291
- d: "M1.331.122c1.05-.381 2.21.16 2.592 1.209.08.222.165.618.253 1.187v-.001a1.71 1.71 0 0 1 3.344.71c-.13.61-1.041 2.358-2.735 5.243l.012.15C1.935 5.381.377 3.413.122 2.713A2.022 2.022 0 0 1 1.331.122z",
3292
- transform: "translate(38.53 26.97)",
3293
- fill: "url(#upload-light_svg__b)"
3294
- }), /*#__PURE__*/React.createElement("path", {
3295
- d: "M0 33.27l5.362-5.096a3.638 3.638 0 0 1 4.454-.436 3.19 3.19 0 0 0 4.186-.684l1.047-1.29a4.454 4.454 0 0 1 6.301-.622l4.278 3.545a2.435 2.435 0 0 0 3.572-.513 2.622 2.622 0 0 1 3.692-.67L41 33.27",
3296
- fill: "url(#upload-light_svg__c)",
3297
- transform: "translate(.961 8.4)"
3298
- }), /*#__PURE__*/React.createElement("path", {
3299
- d: "M104 33.27l7.756-7.917a4.987 4.987 0 0 1 6.37-.632 4.384 4.384 0 0 0 5.965-.98l1.565-2.071a6.247 6.247 0 0 1 9.137-.9l6.027 5.364a3.44 3.44 0 0 0 5.2-.74 3.71 3.71 0 0 1 5.392-.974L163 33.27",
3300
- fill: "url(#upload-light_svg__d)",
3301
- transform: "translate(.961 8.4)"
3302
- }), /*#__PURE__*/React.createElement("path", {
3303
- d: "M.799.061c.63-.19 1.325.08 1.555.604.045.105.093.288.143.549l.009.044C2.624.797 3.168.502 3.722.6c.554.098.908.552.79 1.014-.078.305-.625 1.178-1.64 2.62l.006.076C1.161 2.69.226 1.707.073 1.357-.156.832.17.252.8.061z",
3304
- transform: "translate(127.302 37.628)",
3305
- fill: "url(#upload-light_svg__e)"
3306
- }), /*#__PURE__*/React.createElement("path", {
3307
- d: "M1.065.086c.84-.268 1.768.111 2.073.846.065.155.132.432.203.832v-.002c.157-.647.883-1.06 1.622-.922.738.138 1.21.773 1.053 1.42-.104.426-.833 1.65-2.188 3.668l.01.106C1.548 3.767.302 2.39.098 1.9-.208 1.165.225.353 1.065.086z",
3308
- transform: "translate(134.416 29.742)",
3309
- fill: "url(#upload-light_svg__f)"
3310
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("g", {
3311
- transform: "translate(60.961 .4)"
3312
- }, /*#__PURE__*/React.createElement("path", {
3313
- d: "M2.288 6.8H15.4l6 4.6h27.886a2 2 0 0 1 1.976 1.694l4.18 27a2 2 0 0 1-1.976 2.306H6.548a2 2 0 0 1-1.982-1.733l-4.26-31.6A2 2 0 0 1 2.288 6.8z",
3314
- fill: "url(#upload-light_svg__g)"
3315
- }), /*#__PURE__*/React.createElement("rect", {
3316
- fill: "url(#upload-light_svg__h)",
3317
- x: 4.8,
3318
- y: 2.6,
3319
- width: 21.6,
3320
- height: 32.2,
3321
- rx: 2
3322
- }), /*#__PURE__*/React.createElement("rect", {
3323
- fill: "url(#upload-light_svg__i)",
3324
- x: 21.6,
3325
- width: 21.6,
3326
- height: 32.2,
3327
- rx: 2
3328
- }), /*#__PURE__*/React.createElement("rect", {
3329
- fill: "url(#upload-light_svg__j)",
3330
- x: 34.2,
3331
- y: 4.6,
3332
- width: 21.6,
3333
- height: 32.2,
3334
- rx: 2
3335
- }), /*#__PURE__*/React.createElement("path", {
3336
- d: "M10.788 5H24.4l6 4.6h27.328a2 2 0 0 1 1.983 2.254l-3.687 28.8A2 2 0 0 1 54.04 42.4H7.037a2 2 0 0 1-1.987-2.223l3.75-33.4A2 2 0 0 1 10.788 5z",
3337
- fill: "url(#upload-light_svg__k)"
3338
- })), /*#__PURE__*/React.createElement("path", {
3339
- d: "M95.71 19.995l.075.005c2.247.173 3.728 1.93 3.834 4.136l.003.092.042.002a4.966 4.966 0 0 1 2.334.727l.071.045c1.172.748 1.892 1.912 1.892 3.31 0 1.339-.552 2.407-1.482 3.142-.685.541-1.557.866-2.225.886h-2.807v-1.37h2.743c.36 0 .969-.22 1.439-.592.61-.483.96-1.16.96-2.066 0-.9-.46-1.645-1.258-2.154-.7-.448-1.579-.643-2.226-.53l-.06.012-.936.197.114-.95c.226-1.885-.823-3.387-2.543-3.52-1.545-.119-2.65.76-3.137 2.06l-.022.059-.187.524-.552-.076c-2.353-.324-4.45 1.186-4.45 3.521 0 1.14.476 2.035 1.303 2.686.636.501 1.451.809 1.99.827l.05.001h1.8v1.372h-1.8c-.853 0-1.997-.42-2.888-1.122-1.144-.901-1.826-2.184-1.826-3.764 0-3.038 2.549-5.057 5.449-4.93l.026.001.022-.045c.762-1.555 2.262-2.61 4.252-2.486zm-.835 5.748l2.102 2.312h-1.245v4.114H94.19v-4.114h-1.416l2.101-2.312z",
3340
- fill: "#FFF",
3341
- fillRule: "nonzero"
3342
- })));
3343
- function SvgUploadLight(props) {
3344
- return /*#__PURE__*/React.createElement("svg", _extends$3({
3345
- width: 164,
3346
- height: 43,
3347
- viewBox: "0 0 164 43",
3348
- xmlns: "http://www.w3.org/2000/svg"
3349
- }, props), _ref$3, _ref2$2);
3350
- }
3351
-
3352
- 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); }
3353
- var _ref$2 = /*#__PURE__*/React.createElement("g", {
3354
- fill: "none",
3355
- fillRule: "evenodd"
3356
- }, /*#__PURE__*/React.createElement("path", {
3357
- d: "M6.181 39.978c4.16-1.215 11.03-1.215 14.319-1.215 3.29 0 9.772-2.048 17.996-1.024 8.223 1.024 11.513 2.24 11.03 5.374-.485 3.134-6.386 5.054-15.868 5.054-9.481 0-12.48-1.344-18.382-1.792C9.374 45.928 3.762 45.8 2.31 44.2c-1.451-1.599-.29-3.006 3.87-4.222z",
3358
- fill: "#E5F4FE"
3359
- }), /*#__PURE__*/React.createElement("path", {
3360
- stroke: "#0071EB",
3361
- fill: "#41A8F4",
3362
- strokeLinejoin: "round",
3363
- d: "M16.453 20.022h28.508v20.38H16.453z"
3364
- }), /*#__PURE__*/React.createElement("g", {
3365
- transform: "translate(22 1)"
3366
- }, /*#__PURE__*/React.createElement("path", {
3367
- d: "M19.16 5.3a1.496 1.496 0 0 1 .9 1.923h0l-3.43 9.367a1.495 1.495 0 0 1-.775.844 1.495 1.495 0 0 1-1.145.05h0L1.568 12.728a1.496 1.496 0 0 1-.9-1.923H.67L4.1 1.436c.143-.388.428-.682.775-.843A1.495 1.495 0 0 1 6.02.542h0z",
3368
- stroke: "#0071EB",
3369
- fill: "#E5F4FE",
3370
- strokeLinejoin: "round"
3371
- }), /*#__PURE__*/React.createElement("path", {
3372
- d: "M7.049 2.446l10.325 3.737a1 1 0 0 1 .6 1.284l-2.743 7.49a1 1 0 0 1-1.28.597L3.626 11.817a1 1 0 0 1-.6-1.284l2.743-7.49a1 1 0 0 1 1.28-.597z",
3373
- fill: "#FFF"
3374
- }), /*#__PURE__*/React.createElement("ellipse", {
3375
- fill: "#41A8F4",
3376
- transform: "rotate(20 14.474 8.468)",
3377
- cx: 14.474,
3378
- cy: 8.468,
3379
- rx: 1.474,
3380
- ry: 1.468
3381
- }), /*#__PURE__*/React.createElement("path", {
3382
- d: "M1.3 10.537l5.833-3.642a1 1 0 0 1 1.518.697l1.155 7.584-6.932-2.508-.699-.253a1.463 1.463 0 0 1-.876-1.878zM12.803 10.364a1 1 0 0 1 .172.414l.996 5.91-4.159-1.514-.542-3.522 2.139-1.522a1 1 0 0 1 1.394.234z",
3383
- fill: "#41A8F4"
3384
- })), /*#__PURE__*/React.createElement("path", {
3385
- stroke: "#0071EB",
3386
- fill: "#FFF",
3387
- strokeLinejoin: "round",
3388
- d: "M6 22.635l10.453-2.613v20.38L6 43.017z"
3389
- }), /*#__PURE__*/React.createElement("g", {
3390
- transform: "rotate(-30 26.79 -3.16)"
3391
- }, /*#__PURE__*/React.createElement("rect", {
3392
- stroke: "#0071EB",
3393
- fill: "#41A8F4",
3394
- x: -0.5,
3395
- y: -0.311,
3396
- width: 18.273,
3397
- height: 24.636,
3398
- rx: 1
3399
- }), /*#__PURE__*/React.createElement("rect", {
3400
- fill: "#E5F4FE",
3401
- x: 2.727,
3402
- y: 2.916,
3403
- width: 11.818,
3404
- height: 18.182,
3405
- rx: 1
3406
- }), /*#__PURE__*/React.createElement("path", {
3407
- stroke: "#2675B7",
3408
- strokeLinecap: "round",
3409
- d: "M4.727 6.098h3.637M4.545 9.734h9.091M4.545 13.371h9.091M4.545 17.007h9.091"
3410
- })), /*#__PURE__*/React.createElement("path", {
3411
- d: "M34.508 22.635v20.38H6v-20.38l8-.001V25a1 1 0 0 0 .883.993L15 26h11a1 1 0 0 0 1-1h0v-2.366h7.508z",
3412
- stroke: "#0071EB",
3413
- fill: "#E5F4FE",
3414
- strokeLinejoin: "round"
3415
- }), /*#__PURE__*/React.createElement("path", {
3416
- stroke: "#0071EB",
3417
- strokeWidth: 2,
3418
- strokeLinecap: "round",
3419
- strokeLinejoin: "round",
3420
- d: "M17 34l3.5-4 3.5 4M20.5 30v9"
3421
- }), /*#__PURE__*/React.createElement("path", {
3422
- stroke: "#0071EB",
3423
- fill: "#FFF",
3424
- strokeLinejoin: "round",
3425
- d: "M34.508 22.635l10.453-2.613v20.38l-10.453 2.614z"
3426
- }), /*#__PURE__*/React.createElement("g", {
3427
- stroke: "#0071EB",
3428
- strokeLinecap: "round"
3429
- }, /*#__PURE__*/React.createElement("path", {
3430
- d: "M45.283 6.18l2.101 1.641M47.564 5.424l-2.462 3.152"
3431
- })), /*#__PURE__*/React.createElement("g", {
3432
- stroke: "#41A8F4",
3433
- strokeLinecap: "round"
3434
- }, /*#__PURE__*/React.createElement("path", {
3435
- d: "M9 4.299h3M11.25 3l-1.5 2.598M9.75 3l1.5 2.598"
3436
- })), /*#__PURE__*/React.createElement("g", {
3437
- stroke: "#41A8F4",
3438
- strokeLinecap: "round",
3439
- strokeWidth: 0.5
3440
- }, /*#__PURE__*/React.createElement("path", {
3441
- d: "M1 19.866h2M2.5 19l-1 1.732M1.5 19l1 1.732"
3442
- })));
3443
- function SvgUpload(props) {
3444
- return /*#__PURE__*/React.createElement("svg", _extends$2({
3445
- width: 51,
3446
- height: 49,
3447
- viewBox: "0 0 51 49",
3448
- xmlns: "http://www.w3.org/2000/svg"
3449
- }, props), _ref$2);
3450
- }
3451
-
3452
- 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); }
3453
- var _ref$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
3454
- x1: "5.26%",
3455
- y1: "13.265%",
3456
- x2: "94.406%",
3457
- y2: "82.307%",
3458
- id: "video_svg__b"
3459
- }, /*#__PURE__*/React.createElement("stop", {
3460
- stopColor: "#94E5FE",
3461
- offset: "0%"
3462
- }), /*#__PURE__*/React.createElement("stop", {
3463
- stopColor: "#5CD3F8",
3464
- offset: "100%"
3465
- })), /*#__PURE__*/React.createElement("linearGradient", {
3466
- x1: "0%",
3467
- y1: "13.265%",
3468
- x2: "100%",
3469
- y2: "86.735%",
3470
- id: "video_svg__a"
3471
- }, /*#__PURE__*/React.createElement("stop", {
3472
- stopColor: "#FFF",
3473
- stopOpacity: 0,
3474
- offset: "0%"
3475
- }), /*#__PURE__*/React.createElement("stop", {
3476
- stopColor: "#FFF",
3477
- offset: "100%"
3478
- }), /*#__PURE__*/React.createElement("stop", {
3479
- stopColor: "#FFF",
3480
- offset: "100%"
3481
- })), /*#__PURE__*/React.createElement("path", {
3482
- d: "M13.553 15.71l5.359 5.359a1 1 0 0 1-.561 1.696l-6.287.928a1 1 0 0 1-1.135-1.136l.927-6.286a1 1 0 0 1 1.697-.562z",
3483
- id: "video_svg__d"
3484
- }), /*#__PURE__*/React.createElement("filter", {
3485
- x: "-18.9%",
3486
- y: "1.2%",
3487
- width: "128.2%",
3488
- height: "128.2%",
3489
- filterUnits: "objectBoundingBox",
3490
- id: "video_svg__c"
3491
- }, /*#__PURE__*/React.createElement("feOffset", {
3492
- dy: 1,
3493
- in: "SourceAlpha",
3494
- result: "shadowOffsetOuter1"
3495
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
3496
- stdDeviation: 0.5,
3497
- in: "shadowOffsetOuter1",
3498
- result: "shadowBlurOuter1"
3499
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
3500
- values: "0 0 0 0 0.254901961 0 0 0 0 0.71372549 0 0 0 0 0.854901961 0 0 0 0.4 0",
3501
- in: "shadowBlurOuter1"
3502
- })));
3503
- var _ref2$1 = /*#__PURE__*/React.createElement("g", {
3504
- fill: "none",
3505
- fillRule: "evenodd"
3506
- }, /*#__PURE__*/React.createElement("path", {
3507
- d: "M37.232 14.256v9.923a2 2 0 0 1-3.27 1.546l-7.922-6.507 7.923-6.508a2 2 0 0 1 3.27 1.546z",
3508
- fill: "#41B6DA"
3509
- }), /*#__PURE__*/React.createElement("rect", {
3510
- stroke: "url(#video_svg__a)",
3511
- fillOpacity: 0.7,
3512
- fill: "url(#video_svg__b)",
3513
- x: 2.5,
3514
- y: 6.5,
3515
- width: 29,
3516
- height: 25,
3517
- rx: 4
3518
- }), /*#__PURE__*/React.createElement("g", {
3519
- transform: "scale(-1 1) rotate(45 0 -18.385)"
3520
- }, /*#__PURE__*/React.createElement("use", {
3521
- fill: "#000",
3522
- filter: "url(#video_svg__c)",
3523
- xlinkHref: "#video_svg__d"
3524
- }), /*#__PURE__*/React.createElement("use", {
3525
- fill: "#FFF",
3526
- xlinkHref: "#video_svg__d"
3527
- })));
3528
- function SvgVideo(props) {
3529
- return /*#__PURE__*/React.createElement("svg", _extends$1({
3530
- width: 47,
3531
- height: 40,
3532
- viewBox: "0 0 47 40",
3533
- xmlns: "http://www.w3.org/2000/svg",
3534
- xmlnsXlink: "http://www.w3.org/1999/xlink"
3535
- }, props), _ref$1, _ref2$1);
3536
- }
3537
-
3538
- 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); }
3539
- var _ref = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
3540
- x1: "30.854%",
3541
- y1: "16.373%",
3542
- x2: "47.468%",
3543
- y2: "74.032%",
3544
- id: "yellow-label_svg__b"
3545
- }, /*#__PURE__*/React.createElement("stop", {
3546
- stopColor: "#F6A10E",
3547
- offset: "0%"
3548
- }), /*#__PURE__*/React.createElement("stop", {
3549
- stopColor: "#FFBA65",
3550
- offset: "100%"
3551
- })), /*#__PURE__*/React.createElement("linearGradient", {
3552
- x1: "20.554%",
3553
- y1: "0%",
3554
- x2: "79.446%",
3555
- y2: "100%",
3556
- id: "yellow-label_svg__a"
3557
- }, /*#__PURE__*/React.createElement("stop", {
3558
- stopColor: "#FFF",
3559
- stopOpacity: 0,
3560
- offset: "0%"
3561
- }), /*#__PURE__*/React.createElement("stop", {
3562
- stopColor: "#FFF",
3563
- offset: "100%"
3564
- })), /*#__PURE__*/React.createElement("path", {
3565
- d: "M12.5 8h8a1.5 1.5 0 0 1 0 3h-8a1.5 1.5 0 0 1 0-3z",
3566
- id: "yellow-label_svg__d"
3567
- }), /*#__PURE__*/React.createElement("filter", {
3568
- x: "-18.2%",
3569
- y: "-33.3%",
3570
- width: "136.4%",
3571
- height: "233.3%",
3572
- filterUnits: "objectBoundingBox",
3573
- id: "yellow-label_svg__c"
3574
- }, /*#__PURE__*/React.createElement("feOffset", {
3575
- dy: 1,
3576
- in: "SourceAlpha",
3577
- result: "shadowOffsetOuter1"
3578
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
3579
- stdDeviation: 0.5,
3580
- in: "shadowOffsetOuter1",
3581
- result: "shadowBlurOuter1"
3582
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
3583
- values: "0 0 0 0 0.88627451 0 0 0 0 0.51372549 0 0 0 0 0.0196078431 0 0 0 0.4 0",
3584
- in: "shadowBlurOuter1"
3585
- })), /*#__PURE__*/React.createElement("path", {
3586
- d: "M12.5 13h4a1.5 1.5 0 0 1 0 3h-4a1.5 1.5 0 0 1 0-3z",
3587
- id: "yellow-label_svg__f"
3588
- }), /*#__PURE__*/React.createElement("filter", {
3589
- x: "-28.6%",
3590
- y: "-33.3%",
3591
- width: "157.1%",
3592
- height: "233.3%",
3593
- filterUnits: "objectBoundingBox",
3594
- id: "yellow-label_svg__e"
3595
- }, /*#__PURE__*/React.createElement("feOffset", {
3596
- dy: 1,
3597
- in: "SourceAlpha",
3598
- result: "shadowOffsetOuter1"
3599
- }), /*#__PURE__*/React.createElement("feGaussianBlur", {
3600
- stdDeviation: 0.5,
3601
- in: "shadowOffsetOuter1",
3602
- result: "shadowBlurOuter1"
3603
- }), /*#__PURE__*/React.createElement("feColorMatrix", {
3604
- values: "0 0 0 0 0.88627451 0 0 0 0 0.51372549 0 0 0 0 0.0196078431 0 0 0 0.4 0",
3605
- in: "shadowBlurOuter1"
3606
- })));
3607
- var _ref2 = /*#__PURE__*/React.createElement("g", {
3608
- fill: "none",
3609
- fillRule: "evenodd"
3610
- }, /*#__PURE__*/React.createElement("path", {
3611
- d: "M29 3H11a4 4 0 0 0-4 4v15.37l20.05 11.19A4 4 0 0 0 33 30.067V7a4 4 0 0 0-4-4z",
3612
- fill: "#E28305"
3613
- }), /*#__PURE__*/React.createElement("path", {
3614
- d: "M29 3.5c.966 0 1.841.392 2.475 1.025A3.489 3.489 0 0 1 32.5 7h0v15.076L12.706 33.123a3.489 3.489 0 0 1-2.661.311A3.5 3.5 0 0 1 7.5 30.067h0V7c0-.966.392-1.841 1.025-2.475A3.489 3.489 0 0 1 11 3.5h18z",
3615
- stroke: "url(#yellow-label_svg__a)",
3616
- fill: "url(#yellow-label_svg__b)"
3617
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("use", {
3618
- fill: "#000",
3619
- filter: "url(#yellow-label_svg__c)",
3620
- xlinkHref: "#yellow-label_svg__d"
3621
- }), /*#__PURE__*/React.createElement("use", {
3622
- fill: "#FFF",
3623
- xlinkHref: "#yellow-label_svg__d"
3624
- })), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("use", {
3625
- fill: "#000",
3626
- filter: "url(#yellow-label_svg__e)",
3627
- xlinkHref: "#yellow-label_svg__f"
3628
- }), /*#__PURE__*/React.createElement("use", {
3629
- fill: "#FFF",
3630
- xlinkHref: "#yellow-label_svg__f"
3631
- })));
3632
- function SvgYellowLabel(props) {
3633
- return /*#__PURE__*/React.createElement("svg", _extends({
3634
- width: 40,
3635
- height: 40,
3636
- viewBox: "0 0 40 40",
3637
- xmlns: "http://www.w3.org/2000/svg",
3638
- xmlnsXlink: "http://www.w3.org/1999/xlink"
3639
- }, props), _ref, _ref2);
3640
- }
3641
-
3642
- var coloredCommonCategory = {
3643
- "address-list": SvgAddressList,
3644
- bat: SvgBat,
3645
- "blue-star": SvgBlueStar,
3646
- "cmdb-instance-create": SvgCmdbInstanceCreate,
3647
- "cmdb-instance-delete": SvgCmdbInstanceDelete,
3648
- "cmdb-instance-edit": SvgCmdbInstanceEdit,
3649
- "cmdb-instance-export": SvgCmdbInstanceExport,
3650
- "cmdb-instance-interview": SvgCmdbInstanceInterview,
3651
- "cmdb-instance-operate": SvgCmdbInstanceOperate,
3652
- "cmdb-instance-record": SvgCmdbInstanceRecord,
3653
- "danger-0": SvgDanger0,
3654
- "danger-1": SvgDanger1,
3655
- "danger-2": SvgDanger2,
3656
- "danger-3": SvgDanger3,
3657
- "danger-4": SvgDanger4,
3658
- "danger-5": SvgDanger5,
3659
- documents: SvgDocuments,
3660
- es: SvgEs,
3661
- "event-alarm": SvgEventAlarm,
3662
- "event-critical": SvgEventCritical,
3663
- "event-information": SvgEventInformation,
3664
- "event-notice": SvgEventNotice,
3665
- "event-urgent": SvgEventUrgent,
3666
- "expansion-1": SvgExpansion1,
3667
- expansion: SvgExpansion,
3668
- "file-lock": SvgFileLock,
3669
- "file-search": SvgFileSearch,
3670
- "green-add": SvgGreenAdd,
3671
- iptables: SvgIptables,
3672
- middleware: SvgMiddleware,
3673
- "office-setting": SvgOfficeSetting,
3674
- powershell: SvgPowershell,
3675
- "purple-heart": SvgPurpleHeart,
3676
- python: SvgPython,
3677
- "regexp-icon": SvgRegexpIcon,
3678
- "relation-query": SvgRelationQuery,
3679
- restart: SvgRestart,
3680
- "safes-blue": SvgSafesBlue,
3681
- "safes-green": SvgSafesGreen,
3682
- "safes-yellow": SvgSafesYellow,
3683
- shell: SvgShell,
3684
- start: SvgStart,
3685
- stop: SvgStop,
3686
- "string-icon": SvgStringIcon,
3687
- uninstall: SvgUninstall,
3688
- upgrade: SvgUpgrade,
3689
- "upload-dark": SvgUploadDark,
3690
- "upload-light": SvgUploadLight,
3691
- upload: SvgUpload,
3692
- video: SvgVideo,
3693
- "yellow-label": SvgYellowLabel
3694
- };
3695
-
3696
- export { coloredCommonCategory };
3697
- //# sourceMappingURL=colored-common-accc3b80.js.map