@arcblock/icons 2.5.57 → 2.5.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ABTNode.js +3 -9
- package/lib/Account.js +3 -9
- package/lib/Add.js +3 -9
- package/lib/AllowLoginIcon.js +3 -9
- package/lib/Approve.js +3 -9
- package/lib/Blocklets.js +3 -9
- package/lib/Bridge.js +3 -9
- package/lib/BridgeMoveIn.js +3 -9
- package/lib/BridgeMoveOut.js +3 -9
- package/lib/Circles.js +3 -9
- package/lib/CodeFolder.js +3 -9
- package/lib/Computer.js +3 -9
- package/lib/Connect.js +3 -9
- package/lib/ConnectLogo.js +3 -9
- package/lib/Copy.js +3 -9
- package/lib/Dapp.js +3 -9
- package/lib/Dashboard.js +3 -9
- package/lib/DeleteIcon.js +3 -9
- package/lib/DidLogo.js +3 -9
- package/lib/DidWallet.js +3 -9
- package/lib/DidWalletLogo.js +3 -9
- package/lib/Disconnect.js +3 -9
- package/lib/EditIcon.js +3 -9
- package/lib/EmptyIcon.js +3 -9
- package/lib/ExternalIssuerIcon.js +3 -9
- package/lib/ForbidLoginIcon.js +3 -9
- package/lib/Globe.js +3 -9
- package/lib/Key.js +3 -9
- package/lib/Label.js +3 -9
- package/lib/LauncherLogo.js +3 -9
- package/lib/LauncherLogoBg.js +3 -9
- package/lib/LauncherLogoNotext.js +3 -9
- package/lib/LockIcon.js +3 -9
- package/lib/Log.js +3 -9
- package/lib/Mobile.js +3 -9
- package/lib/NFT.js +3 -9
- package/lib/Notification.js +3 -9
- package/lib/OpenIn.js +3 -9
- package/lib/PassportIcon.js +3 -9
- package/lib/Pending.js +3 -9
- package/lib/PersonIcon.js +3 -9
- package/lib/Plan.js +3 -9
- package/lib/QuestionMarkCircle.js +3 -9
- package/lib/RevokeIcon.js +3 -9
- package/lib/Rollup.js +3 -9
- package/lib/Server.js +3 -9
- package/lib/ServerLogo.js +3 -9
- package/lib/ServerLogoBg.js +3 -9
- package/lib/ServerLogoNotext.js +3 -9
- package/lib/Setting.js +3 -9
- package/lib/Store.js +3 -9
- package/lib/StoreLogo.js +3 -9
- package/lib/StoreLogoBg.js +3 -9
- package/lib/StoreLogoNotext.js +3 -9
- package/lib/Switch.js +3 -9
- package/lib/Team.js +3 -9
- package/lib/Token.js +3 -9
- package/lib/Tx.js +3 -9
- package/lib/WalletTextLogo.js +3 -9
- package/lib/index.js +3 -125
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -4,19 +4,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.WalletTextLogo = exports.Tx = exports.Token = exports.Team = exports.Switch = exports.StoreLogoNotext = exports.StoreLogoBg = exports.StoreLogo = exports.Store = exports.Setting = exports.ServerLogoNotext = exports.ServerLogoBg = exports.ServerLogo = exports.Server = exports.Rollup = exports.RevokeIcon = exports.QuestionMarkCircle = exports.Plan = exports.PersonIcon = exports.Pending = exports.PassportIcon = exports.OpenIn = exports.Notification = exports.NFT = exports.Mobile = exports.Log = exports.LockIcon = exports.LauncherLogoNotext = exports.LauncherLogoBg = exports.LauncherLogo = exports.Label = exports.Key = exports.Globe = exports.ForbidLoginIcon = exports.ExternalIssuerIcon = exports.EmptyIcon = exports.EditIcon = exports.Disconnect = exports.DidWalletLogo = exports.DidWallet = exports.DidLogo = exports.DeleteIcon = exports.Dashboard = exports.Dapp = exports.Copy = exports.ConnectLogo = exports.Connect = exports.Computer = exports.CodeFolder = exports.Circles = exports.BridgeMoveOut = exports.BridgeMoveIn = exports.Bridge = exports.Blocklets = exports.Approve = exports.AllowLoginIcon = exports.Add = exports.Account = exports.ABTNode = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
11
|
-
|
|
12
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
-
|
|
14
10
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15
|
-
|
|
16
11
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
17
|
-
|
|
18
|
-
function
|
|
19
|
-
|
|
12
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
13
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
14
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
20
15
|
var Computer = function Computer(props) {
|
|
21
16
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
22
17
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -24,7 +19,6 @@ var Computer = function Computer(props) {
|
|
|
24
19
|
})
|
|
25
20
|
}));
|
|
26
21
|
};
|
|
27
|
-
|
|
28
22
|
exports.Computer = Computer;
|
|
29
23
|
Computer.defaultProps = {
|
|
30
24
|
width: "67",
|
|
@@ -33,7 +27,6 @@ Computer.defaultProps = {
|
|
|
33
27
|
fill: "currentColor",
|
|
34
28
|
xmlns: "http://www.w3.org/2000/svg"
|
|
35
29
|
};
|
|
36
|
-
|
|
37
30
|
var ConnectLogo = function ConnectLogo(props) {
|
|
38
31
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
39
32
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -51,7 +44,6 @@ var ConnectLogo = function ConnectLogo(props) {
|
|
|
51
44
|
})]
|
|
52
45
|
}));
|
|
53
46
|
};
|
|
54
|
-
|
|
55
47
|
exports.ConnectLogo = ConnectLogo;
|
|
56
48
|
ConnectLogo.defaultProps = {
|
|
57
49
|
width: "239",
|
|
@@ -60,7 +52,6 @@ ConnectLogo.defaultProps = {
|
|
|
60
52
|
fill: "currentColor",
|
|
61
53
|
xmlns: "http://www.w3.org/2000/svg"
|
|
62
54
|
};
|
|
63
|
-
|
|
64
55
|
var Copy = function Copy(props) {
|
|
65
56
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
66
57
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -68,7 +59,6 @@ var Copy = function Copy(props) {
|
|
|
68
59
|
})
|
|
69
60
|
}));
|
|
70
61
|
};
|
|
71
|
-
|
|
72
62
|
exports.Copy = Copy;
|
|
73
63
|
Copy.defaultProps = {
|
|
74
64
|
width: "17",
|
|
@@ -76,7 +66,6 @@ Copy.defaultProps = {
|
|
|
76
66
|
viewBox: "0 0 17 18",
|
|
77
67
|
xmlns: "http://www.w3.org/2000/svg"
|
|
78
68
|
};
|
|
79
|
-
|
|
80
69
|
var DidLogo = function DidLogo(props) {
|
|
81
70
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
82
71
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -88,7 +77,6 @@ var DidLogo = function DidLogo(props) {
|
|
|
88
77
|
})]
|
|
89
78
|
}));
|
|
90
79
|
};
|
|
91
|
-
|
|
92
80
|
exports.DidLogo = DidLogo;
|
|
93
81
|
DidLogo.defaultProps = {
|
|
94
82
|
width: "43",
|
|
@@ -97,7 +85,6 @@ DidLogo.defaultProps = {
|
|
|
97
85
|
fill: "currentColor",
|
|
98
86
|
xmlns: "http://www.w3.org/2000/svg"
|
|
99
87
|
};
|
|
100
|
-
|
|
101
88
|
var DidWallet = function DidWallet(props) {
|
|
102
89
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
103
90
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
|
|
@@ -270,7 +257,6 @@ var DidWallet = function DidWallet(props) {
|
|
|
270
257
|
})]
|
|
271
258
|
}));
|
|
272
259
|
};
|
|
273
|
-
|
|
274
260
|
exports.DidWallet = DidWallet;
|
|
275
261
|
DidWallet.defaultProps = {
|
|
276
262
|
width: "32",
|
|
@@ -279,7 +265,6 @@ DidWallet.defaultProps = {
|
|
|
279
265
|
fill: "none",
|
|
280
266
|
xmlns: "http://www.w3.org/2000/svg"
|
|
281
267
|
};
|
|
282
|
-
|
|
283
268
|
var Disconnect = function Disconnect(props) {
|
|
284
269
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
285
270
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -288,13 +273,11 @@ var Disconnect = function Disconnect(props) {
|
|
|
288
273
|
})
|
|
289
274
|
}));
|
|
290
275
|
};
|
|
291
|
-
|
|
292
276
|
exports.Disconnect = Disconnect;
|
|
293
277
|
Disconnect.defaultProps = {
|
|
294
278
|
viewBox: "0 0 24 24",
|
|
295
279
|
fill: "none"
|
|
296
280
|
};
|
|
297
|
-
|
|
298
281
|
var Mobile = function Mobile(props) {
|
|
299
282
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
300
283
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -302,7 +285,6 @@ var Mobile = function Mobile(props) {
|
|
|
302
285
|
})
|
|
303
286
|
}));
|
|
304
287
|
};
|
|
305
|
-
|
|
306
288
|
exports.Mobile = Mobile;
|
|
307
289
|
Mobile.defaultProps = {
|
|
308
290
|
width: "21",
|
|
@@ -311,7 +293,6 @@ Mobile.defaultProps = {
|
|
|
311
293
|
fill: "currentColor",
|
|
312
294
|
xmlns: "http://www.w3.org/2000/svg"
|
|
313
295
|
};
|
|
314
|
-
|
|
315
296
|
var OpenIn = function OpenIn(props) {
|
|
316
297
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
317
298
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -322,13 +303,11 @@ var OpenIn = function OpenIn(props) {
|
|
|
322
303
|
})
|
|
323
304
|
}));
|
|
324
305
|
};
|
|
325
|
-
|
|
326
306
|
exports.OpenIn = OpenIn;
|
|
327
307
|
OpenIn.defaultProps = {
|
|
328
308
|
viewBox: "0 0 24 24",
|
|
329
309
|
fill: "none"
|
|
330
310
|
};
|
|
331
|
-
|
|
332
311
|
var Switch = function Switch(props) {
|
|
333
312
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
334
313
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -340,13 +319,11 @@ var Switch = function Switch(props) {
|
|
|
340
319
|
})
|
|
341
320
|
}));
|
|
342
321
|
};
|
|
343
|
-
|
|
344
322
|
exports.Switch = Switch;
|
|
345
323
|
Switch.defaultProps = {
|
|
346
324
|
viewBox: "0 0 24 24",
|
|
347
325
|
fill: "none"
|
|
348
326
|
};
|
|
349
|
-
|
|
350
327
|
var EditIcon = function EditIcon(props) {
|
|
351
328
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
352
329
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -354,7 +331,6 @@ var EditIcon = function EditIcon(props) {
|
|
|
354
331
|
})
|
|
355
332
|
}));
|
|
356
333
|
};
|
|
357
|
-
|
|
358
334
|
exports.EditIcon = EditIcon;
|
|
359
335
|
EditIcon.defaultProps = {
|
|
360
336
|
width: "24",
|
|
@@ -362,7 +338,6 @@ EditIcon.defaultProps = {
|
|
|
362
338
|
viewBox: "0 0 24 24",
|
|
363
339
|
xmlns: "http://www.w3.org/2000/svg"
|
|
364
340
|
};
|
|
365
|
-
|
|
366
341
|
var DeleteIcon = function DeleteIcon(props) {
|
|
367
342
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
368
343
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -370,7 +345,6 @@ var DeleteIcon = function DeleteIcon(props) {
|
|
|
370
345
|
})
|
|
371
346
|
}));
|
|
372
347
|
};
|
|
373
|
-
|
|
374
348
|
exports.DeleteIcon = DeleteIcon;
|
|
375
349
|
DeleteIcon.defaultProps = {
|
|
376
350
|
width: "24",
|
|
@@ -378,7 +352,6 @@ DeleteIcon.defaultProps = {
|
|
|
378
352
|
viewBox: "0 0 24 24",
|
|
379
353
|
xmlns: "http://www.w3.org/2000/svg"
|
|
380
354
|
};
|
|
381
|
-
|
|
382
355
|
var PassportIcon = function PassportIcon(props) {
|
|
383
356
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
384
357
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -392,7 +365,6 @@ var PassportIcon = function PassportIcon(props) {
|
|
|
392
365
|
})]
|
|
393
366
|
}));
|
|
394
367
|
};
|
|
395
|
-
|
|
396
368
|
exports.PassportIcon = PassportIcon;
|
|
397
369
|
PassportIcon.defaultProps = {
|
|
398
370
|
width: "20",
|
|
@@ -400,7 +372,6 @@ PassportIcon.defaultProps = {
|
|
|
400
372
|
viewBox: "0 0 20 20",
|
|
401
373
|
xmlns: "http://www.w3.org/2000/svg"
|
|
402
374
|
};
|
|
403
|
-
|
|
404
375
|
var ExternalIssuerIcon = function ExternalIssuerIcon(props) {
|
|
405
376
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
406
377
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -412,7 +383,6 @@ var ExternalIssuerIcon = function ExternalIssuerIcon(props) {
|
|
|
412
383
|
})]
|
|
413
384
|
}));
|
|
414
385
|
};
|
|
415
|
-
|
|
416
386
|
exports.ExternalIssuerIcon = ExternalIssuerIcon;
|
|
417
387
|
ExternalIssuerIcon.defaultProps = {
|
|
418
388
|
width: "20",
|
|
@@ -420,7 +390,6 @@ ExternalIssuerIcon.defaultProps = {
|
|
|
420
390
|
viewBox: "0 0 20 20",
|
|
421
391
|
xmlns: "http://www.w3.org/2000/svg"
|
|
422
392
|
};
|
|
423
|
-
|
|
424
393
|
var AllowLoginIcon = function AllowLoginIcon(props) {
|
|
425
394
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
426
395
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -443,7 +412,6 @@ var AllowLoginIcon = function AllowLoginIcon(props) {
|
|
|
443
412
|
})]
|
|
444
413
|
}));
|
|
445
414
|
};
|
|
446
|
-
|
|
447
415
|
exports.AllowLoginIcon = AllowLoginIcon;
|
|
448
416
|
AllowLoginIcon.defaultProps = {
|
|
449
417
|
width: "20",
|
|
@@ -451,7 +419,6 @@ AllowLoginIcon.defaultProps = {
|
|
|
451
419
|
viewBox: "0 0 20 20",
|
|
452
420
|
xmlns: "http://www.w3.org/2000/svg"
|
|
453
421
|
};
|
|
454
|
-
|
|
455
422
|
var ForbidLoginIcon = function ForbidLoginIcon(props) {
|
|
456
423
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
457
424
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -467,7 +434,6 @@ var ForbidLoginIcon = function ForbidLoginIcon(props) {
|
|
|
467
434
|
})]
|
|
468
435
|
}));
|
|
469
436
|
};
|
|
470
|
-
|
|
471
437
|
exports.ForbidLoginIcon = ForbidLoginIcon;
|
|
472
438
|
ForbidLoginIcon.defaultProps = {
|
|
473
439
|
width: "20",
|
|
@@ -475,7 +441,6 @@ ForbidLoginIcon.defaultProps = {
|
|
|
475
441
|
viewBox: "0 0 20 20",
|
|
476
442
|
xmlns: "http://www.w3.org/2000/svg"
|
|
477
443
|
};
|
|
478
|
-
|
|
479
444
|
var LockIcon = function LockIcon(props) {
|
|
480
445
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
481
446
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -483,7 +448,6 @@ var LockIcon = function LockIcon(props) {
|
|
|
483
448
|
})
|
|
484
449
|
}));
|
|
485
450
|
};
|
|
486
|
-
|
|
487
451
|
exports.LockIcon = LockIcon;
|
|
488
452
|
LockIcon.defaultProps = {
|
|
489
453
|
width: "24",
|
|
@@ -491,7 +455,6 @@ LockIcon.defaultProps = {
|
|
|
491
455
|
viewBox: "0 0 24 24",
|
|
492
456
|
xmlns: "http://www.w3.org/2000/svg"
|
|
493
457
|
};
|
|
494
|
-
|
|
495
458
|
var PersonIcon = function PersonIcon(props) {
|
|
496
459
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
497
460
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
@@ -512,7 +475,6 @@ var PersonIcon = function PersonIcon(props) {
|
|
|
512
475
|
})]
|
|
513
476
|
}));
|
|
514
477
|
};
|
|
515
|
-
|
|
516
478
|
exports.PersonIcon = PersonIcon;
|
|
517
479
|
PersonIcon.defaultProps = {
|
|
518
480
|
width: "18",
|
|
@@ -520,7 +482,6 @@ PersonIcon.defaultProps = {
|
|
|
520
482
|
viewBox: "0 0 18 19",
|
|
521
483
|
xmlns: "http://www.w3.org/2000/svg"
|
|
522
484
|
};
|
|
523
|
-
|
|
524
485
|
var RevokeIcon = function RevokeIcon(props) {
|
|
525
486
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
526
487
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -530,7 +491,6 @@ var RevokeIcon = function RevokeIcon(props) {
|
|
|
530
491
|
})
|
|
531
492
|
}));
|
|
532
493
|
};
|
|
533
|
-
|
|
534
494
|
exports.RevokeIcon = RevokeIcon;
|
|
535
495
|
RevokeIcon.defaultProps = {
|
|
536
496
|
width: "20",
|
|
@@ -538,7 +498,6 @@ RevokeIcon.defaultProps = {
|
|
|
538
498
|
viewBox: "0 0 20 20",
|
|
539
499
|
xmlns: "http://www.w3.org/2000/svg"
|
|
540
500
|
};
|
|
541
|
-
|
|
542
501
|
var Dapp = function Dapp(props) {
|
|
543
502
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
544
503
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -547,7 +506,6 @@ var Dapp = function Dapp(props) {
|
|
|
547
506
|
})
|
|
548
507
|
}));
|
|
549
508
|
};
|
|
550
|
-
|
|
551
509
|
exports.Dapp = Dapp;
|
|
552
510
|
Dapp.defaultProps = {
|
|
553
511
|
width: "32",
|
|
@@ -555,7 +513,6 @@ Dapp.defaultProps = {
|
|
|
555
513
|
viewBox: "0 0 32 32",
|
|
556
514
|
xmlns: "http://www.w3.org/2000/svg"
|
|
557
515
|
};
|
|
558
|
-
|
|
559
516
|
var Add = function Add(props) {
|
|
560
517
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
561
518
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -566,7 +523,6 @@ var Add = function Add(props) {
|
|
|
566
523
|
})
|
|
567
524
|
}));
|
|
568
525
|
};
|
|
569
|
-
|
|
570
526
|
exports.Add = Add;
|
|
571
527
|
Add.defaultProps = {
|
|
572
528
|
width: "32",
|
|
@@ -574,7 +530,6 @@ Add.defaultProps = {
|
|
|
574
530
|
viewBox: "0 0 32 32",
|
|
575
531
|
xmlns: "http://www.w3.org/2000/svg"
|
|
576
532
|
};
|
|
577
|
-
|
|
578
533
|
var NFT = function NFT(props) {
|
|
579
534
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
580
535
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -590,7 +545,6 @@ var NFT = function NFT(props) {
|
|
|
590
545
|
})]
|
|
591
546
|
}));
|
|
592
547
|
};
|
|
593
|
-
|
|
594
548
|
exports.NFT = NFT;
|
|
595
549
|
NFT.defaultProps = {
|
|
596
550
|
width: "32",
|
|
@@ -598,7 +552,6 @@ NFT.defaultProps = {
|
|
|
598
552
|
viewBox: "0 0 32 32",
|
|
599
553
|
xmlns: "http://www.w3.org/2000/svg"
|
|
600
554
|
};
|
|
601
|
-
|
|
602
555
|
var Rollup = function Rollup(props) {
|
|
603
556
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
604
557
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -621,7 +574,6 @@ var Rollup = function Rollup(props) {
|
|
|
621
574
|
})]
|
|
622
575
|
}));
|
|
623
576
|
};
|
|
624
|
-
|
|
625
577
|
exports.Rollup = Rollup;
|
|
626
578
|
Rollup.defaultProps = {
|
|
627
579
|
width: "32",
|
|
@@ -630,7 +582,6 @@ Rollup.defaultProps = {
|
|
|
630
582
|
fill: "none",
|
|
631
583
|
xmlns: "http://www.w3.org/2000/svg"
|
|
632
584
|
};
|
|
633
|
-
|
|
634
585
|
var Token = function Token(props) {
|
|
635
586
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
636
587
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -641,7 +592,6 @@ var Token = function Token(props) {
|
|
|
641
592
|
})
|
|
642
593
|
}));
|
|
643
594
|
};
|
|
644
|
-
|
|
645
595
|
exports.Token = Token;
|
|
646
596
|
Token.defaultProps = {
|
|
647
597
|
width: "32",
|
|
@@ -649,7 +599,6 @@ Token.defaultProps = {
|
|
|
649
599
|
viewBox: "0 0 32 32",
|
|
650
600
|
xmlns: "http://www.w3.org/2000/svg"
|
|
651
601
|
};
|
|
652
|
-
|
|
653
602
|
var Tx = function Tx(props) {
|
|
654
603
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
655
604
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -660,7 +609,6 @@ var Tx = function Tx(props) {
|
|
|
660
609
|
})
|
|
661
610
|
}));
|
|
662
611
|
};
|
|
663
|
-
|
|
664
612
|
exports.Tx = Tx;
|
|
665
613
|
Tx.defaultProps = {
|
|
666
614
|
width: "32",
|
|
@@ -668,7 +616,6 @@ Tx.defaultProps = {
|
|
|
668
616
|
viewBox: "0 0 32 33",
|
|
669
617
|
xmlns: "http://www.w3.org/2000/svg"
|
|
670
618
|
};
|
|
671
|
-
|
|
672
619
|
var Connect = function Connect(props) {
|
|
673
620
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
674
621
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
|
|
@@ -688,7 +635,6 @@ var Connect = function Connect(props) {
|
|
|
688
635
|
})]
|
|
689
636
|
}));
|
|
690
637
|
};
|
|
691
|
-
|
|
692
638
|
exports.Connect = Connect;
|
|
693
639
|
Connect.defaultProps = {
|
|
694
640
|
width: "48",
|
|
@@ -697,7 +643,6 @@ Connect.defaultProps = {
|
|
|
697
643
|
fill: "none",
|
|
698
644
|
xmlns: "http://www.w3.org/2000/svg"
|
|
699
645
|
};
|
|
700
|
-
|
|
701
646
|
var WalletTextLogo = function WalletTextLogo(props) {
|
|
702
647
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
703
648
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -711,7 +656,6 @@ var WalletTextLogo = function WalletTextLogo(props) {
|
|
|
711
656
|
})]
|
|
712
657
|
}));
|
|
713
658
|
};
|
|
714
|
-
|
|
715
659
|
exports.WalletTextLogo = WalletTextLogo;
|
|
716
660
|
WalletTextLogo.defaultProps = {
|
|
717
661
|
width: "89",
|
|
@@ -720,7 +664,6 @@ WalletTextLogo.defaultProps = {
|
|
|
720
664
|
fill: "none",
|
|
721
665
|
xmlns: "http://www.w3.org/2000/svg"
|
|
722
666
|
};
|
|
723
|
-
|
|
724
667
|
var Pending = function Pending(props) {
|
|
725
668
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
726
669
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
|
|
@@ -735,7 +678,6 @@ var Pending = function Pending(props) {
|
|
|
735
678
|
})]
|
|
736
679
|
}));
|
|
737
680
|
};
|
|
738
|
-
|
|
739
681
|
exports.Pending = Pending;
|
|
740
682
|
Pending.defaultProps = {
|
|
741
683
|
width: "24",
|
|
@@ -744,7 +686,6 @@ Pending.defaultProps = {
|
|
|
744
686
|
fill: "currentColor",
|
|
745
687
|
xmlns: "http://www.w3.org/2000/svg"
|
|
746
688
|
};
|
|
747
|
-
|
|
748
689
|
var ABTNode = function ABTNode(props) {
|
|
749
690
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
750
691
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -770,7 +711,6 @@ var ABTNode = function ABTNode(props) {
|
|
|
770
711
|
})]
|
|
771
712
|
}));
|
|
772
713
|
};
|
|
773
|
-
|
|
774
714
|
exports.ABTNode = ABTNode;
|
|
775
715
|
ABTNode.defaultProps = {
|
|
776
716
|
width: "64",
|
|
@@ -779,7 +719,6 @@ ABTNode.defaultProps = {
|
|
|
779
719
|
fill: "currentColor",
|
|
780
720
|
xmlns: "http://www.w3.org/2000/svg"
|
|
781
721
|
};
|
|
782
|
-
|
|
783
722
|
var Bridge = function Bridge(props) {
|
|
784
723
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
785
724
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -790,7 +729,6 @@ var Bridge = function Bridge(props) {
|
|
|
790
729
|
})
|
|
791
730
|
}));
|
|
792
731
|
};
|
|
793
|
-
|
|
794
732
|
exports.Bridge = Bridge;
|
|
795
733
|
Bridge.defaultProps = {
|
|
796
734
|
width: "33",
|
|
@@ -799,7 +737,6 @@ Bridge.defaultProps = {
|
|
|
799
737
|
fill: "none",
|
|
800
738
|
xmlns: "http://www.w3.org/2000/svg"
|
|
801
739
|
};
|
|
802
|
-
|
|
803
740
|
var BridgeMoveIn = function BridgeMoveIn(props) {
|
|
804
741
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
805
742
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -810,7 +747,6 @@ var BridgeMoveIn = function BridgeMoveIn(props) {
|
|
|
810
747
|
})
|
|
811
748
|
}));
|
|
812
749
|
};
|
|
813
|
-
|
|
814
750
|
exports.BridgeMoveIn = BridgeMoveIn;
|
|
815
751
|
BridgeMoveIn.defaultProps = {
|
|
816
752
|
width: "33",
|
|
@@ -819,7 +755,6 @@ BridgeMoveIn.defaultProps = {
|
|
|
819
755
|
fill: "none",
|
|
820
756
|
xmlns: "http://www.w3.org/2000/svg"
|
|
821
757
|
};
|
|
822
|
-
|
|
823
758
|
var BridgeMoveOut = function BridgeMoveOut(props) {
|
|
824
759
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
825
760
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -830,7 +765,6 @@ var BridgeMoveOut = function BridgeMoveOut(props) {
|
|
|
830
765
|
})
|
|
831
766
|
}));
|
|
832
767
|
};
|
|
833
|
-
|
|
834
768
|
exports.BridgeMoveOut = BridgeMoveOut;
|
|
835
769
|
BridgeMoveOut.defaultProps = {
|
|
836
770
|
width: "33",
|
|
@@ -839,7 +773,6 @@ BridgeMoveOut.defaultProps = {
|
|
|
839
773
|
fill: "none",
|
|
840
774
|
xmlns: "http://www.w3.org/2000/svg"
|
|
841
775
|
};
|
|
842
|
-
|
|
843
776
|
var DidWalletLogo = function DidWalletLogo(props) {
|
|
844
777
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
845
778
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -861,14 +794,12 @@ var DidWalletLogo = function DidWalletLogo(props) {
|
|
|
861
794
|
})]
|
|
862
795
|
}));
|
|
863
796
|
};
|
|
864
|
-
|
|
865
797
|
exports.DidWalletLogo = DidWalletLogo;
|
|
866
798
|
DidWalletLogo.defaultProps = {
|
|
867
799
|
viewBox: "0 0 210 42",
|
|
868
800
|
fill: "none",
|
|
869
801
|
xmlns: "http://www.w3.org/2000/svg"
|
|
870
802
|
};
|
|
871
|
-
|
|
872
803
|
var ServerLogo = function ServerLogo(props) {
|
|
873
804
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
874
805
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -926,7 +857,6 @@ var ServerLogo = function ServerLogo(props) {
|
|
|
926
857
|
})]
|
|
927
858
|
}));
|
|
928
859
|
};
|
|
929
|
-
|
|
930
860
|
exports.ServerLogo = ServerLogo;
|
|
931
861
|
ServerLogo.defaultProps = {
|
|
932
862
|
width: "170",
|
|
@@ -935,7 +865,6 @@ ServerLogo.defaultProps = {
|
|
|
935
865
|
fill: "none",
|
|
936
866
|
xmlns: "http://www.w3.org/2000/svg"
|
|
937
867
|
};
|
|
938
|
-
|
|
939
868
|
var ServerLogoNotext = function ServerLogoNotext(props) {
|
|
940
869
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
941
870
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -985,7 +914,6 @@ var ServerLogoNotext = function ServerLogoNotext(props) {
|
|
|
985
914
|
})]
|
|
986
915
|
}));
|
|
987
916
|
};
|
|
988
|
-
|
|
989
917
|
exports.ServerLogoNotext = ServerLogoNotext;
|
|
990
918
|
ServerLogoNotext.defaultProps = {
|
|
991
919
|
width: "64",
|
|
@@ -994,7 +922,6 @@ ServerLogoNotext.defaultProps = {
|
|
|
994
922
|
fill: "none",
|
|
995
923
|
xmlns: "http://www.w3.org/2000/svg"
|
|
996
924
|
};
|
|
997
|
-
|
|
998
925
|
var ServerLogoBg = function ServerLogoBg(props) {
|
|
999
926
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1000
927
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1072,7 +999,6 @@ var ServerLogoBg = function ServerLogoBg(props) {
|
|
|
1072
999
|
})]
|
|
1073
1000
|
}));
|
|
1074
1001
|
};
|
|
1075
|
-
|
|
1076
1002
|
exports.ServerLogoBg = ServerLogoBg;
|
|
1077
1003
|
ServerLogoBg.defaultProps = {
|
|
1078
1004
|
width: "120",
|
|
@@ -1081,7 +1007,6 @@ ServerLogoBg.defaultProps = {
|
|
|
1081
1007
|
fill: "none",
|
|
1082
1008
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1083
1009
|
};
|
|
1084
|
-
|
|
1085
1010
|
var LauncherLogo = function LauncherLogo(props) {
|
|
1086
1011
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1087
1012
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1139,7 +1064,6 @@ var LauncherLogo = function LauncherLogo(props) {
|
|
|
1139
1064
|
})]
|
|
1140
1065
|
}));
|
|
1141
1066
|
};
|
|
1142
|
-
|
|
1143
1067
|
exports.LauncherLogo = LauncherLogo;
|
|
1144
1068
|
LauncherLogo.defaultProps = {
|
|
1145
1069
|
width: "193",
|
|
@@ -1148,7 +1072,6 @@ LauncherLogo.defaultProps = {
|
|
|
1148
1072
|
fill: "none",
|
|
1149
1073
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1150
1074
|
};
|
|
1151
|
-
|
|
1152
1075
|
var LauncherLogoNotext = function LauncherLogoNotext(props) {
|
|
1153
1076
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1154
1077
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1198,7 +1121,6 @@ var LauncherLogoNotext = function LauncherLogoNotext(props) {
|
|
|
1198
1121
|
})]
|
|
1199
1122
|
}));
|
|
1200
1123
|
};
|
|
1201
|
-
|
|
1202
1124
|
exports.LauncherLogoNotext = LauncherLogoNotext;
|
|
1203
1125
|
LauncherLogoNotext.defaultProps = {
|
|
1204
1126
|
width: "64",
|
|
@@ -1207,7 +1129,6 @@ LauncherLogoNotext.defaultProps = {
|
|
|
1207
1129
|
fill: "none",
|
|
1208
1130
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1209
1131
|
};
|
|
1210
|
-
|
|
1211
1132
|
var LauncherLogoBg = function LauncherLogoBg(props) {
|
|
1212
1133
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1213
1134
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1283,7 +1204,6 @@ var LauncherLogoBg = function LauncherLogoBg(props) {
|
|
|
1283
1204
|
})]
|
|
1284
1205
|
}));
|
|
1285
1206
|
};
|
|
1286
|
-
|
|
1287
1207
|
exports.LauncherLogoBg = LauncherLogoBg;
|
|
1288
1208
|
LauncherLogoBg.defaultProps = {
|
|
1289
1209
|
width: "120",
|
|
@@ -1292,7 +1212,6 @@ LauncherLogoBg.defaultProps = {
|
|
|
1292
1212
|
fill: "none",
|
|
1293
1213
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1294
1214
|
};
|
|
1295
|
-
|
|
1296
1215
|
var StoreLogo = function StoreLogo(props) {
|
|
1297
1216
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1298
1217
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1350,7 +1269,6 @@ var StoreLogo = function StoreLogo(props) {
|
|
|
1350
1269
|
})]
|
|
1351
1270
|
}));
|
|
1352
1271
|
};
|
|
1353
|
-
|
|
1354
1272
|
exports.StoreLogo = StoreLogo;
|
|
1355
1273
|
StoreLogo.defaultProps = {
|
|
1356
1274
|
width: "170",
|
|
@@ -1359,7 +1277,6 @@ StoreLogo.defaultProps = {
|
|
|
1359
1277
|
fill: "none",
|
|
1360
1278
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1361
1279
|
};
|
|
1362
|
-
|
|
1363
1280
|
var StoreLogoNotext = function StoreLogoNotext(props) {
|
|
1364
1281
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1365
1282
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1409,7 +1326,6 @@ var StoreLogoNotext = function StoreLogoNotext(props) {
|
|
|
1409
1326
|
})]
|
|
1410
1327
|
}));
|
|
1411
1328
|
};
|
|
1412
|
-
|
|
1413
1329
|
exports.StoreLogoNotext = StoreLogoNotext;
|
|
1414
1330
|
StoreLogoNotext.defaultProps = {
|
|
1415
1331
|
width: "64",
|
|
@@ -1418,7 +1334,6 @@ StoreLogoNotext.defaultProps = {
|
|
|
1418
1334
|
fill: "none",
|
|
1419
1335
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1420
1336
|
};
|
|
1421
|
-
|
|
1422
1337
|
var StoreLogoBg = function StoreLogoBg(props) {
|
|
1423
1338
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1424
1339
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1491,7 +1406,6 @@ var StoreLogoBg = function StoreLogoBg(props) {
|
|
|
1491
1406
|
})]
|
|
1492
1407
|
}));
|
|
1493
1408
|
};
|
|
1494
|
-
|
|
1495
1409
|
exports.StoreLogoBg = StoreLogoBg;
|
|
1496
1410
|
StoreLogoBg.defaultProps = {
|
|
1497
1411
|
width: "120",
|
|
@@ -1500,7 +1414,6 @@ StoreLogoBg.defaultProps = {
|
|
|
1500
1414
|
fill: "none",
|
|
1501
1415
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1502
1416
|
};
|
|
1503
|
-
|
|
1504
1417
|
var Blocklets = function Blocklets(props) {
|
|
1505
1418
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1506
1419
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1509,7 +1422,6 @@ var Blocklets = function Blocklets(props) {
|
|
|
1509
1422
|
})
|
|
1510
1423
|
}));
|
|
1511
1424
|
};
|
|
1512
|
-
|
|
1513
1425
|
exports.Blocklets = Blocklets;
|
|
1514
1426
|
Blocklets.defaultProps = {
|
|
1515
1427
|
width: "32",
|
|
@@ -1518,7 +1430,6 @@ Blocklets.defaultProps = {
|
|
|
1518
1430
|
fill: "none",
|
|
1519
1431
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1520
1432
|
};
|
|
1521
|
-
|
|
1522
1433
|
var CodeFolder = function CodeFolder(props) {
|
|
1523
1434
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1524
1435
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1534,7 +1445,6 @@ var CodeFolder = function CodeFolder(props) {
|
|
|
1534
1445
|
})]
|
|
1535
1446
|
}));
|
|
1536
1447
|
};
|
|
1537
|
-
|
|
1538
1448
|
exports.CodeFolder = CodeFolder;
|
|
1539
1449
|
CodeFolder.defaultProps = {
|
|
1540
1450
|
width: "32",
|
|
@@ -1543,7 +1453,6 @@ CodeFolder.defaultProps = {
|
|
|
1543
1453
|
fill: "none",
|
|
1544
1454
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1545
1455
|
};
|
|
1546
|
-
|
|
1547
1456
|
var Dashboard = function Dashboard(props) {
|
|
1548
1457
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1549
1458
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1554,7 +1463,6 @@ var Dashboard = function Dashboard(props) {
|
|
|
1554
1463
|
})
|
|
1555
1464
|
}));
|
|
1556
1465
|
};
|
|
1557
|
-
|
|
1558
1466
|
exports.Dashboard = Dashboard;
|
|
1559
1467
|
Dashboard.defaultProps = {
|
|
1560
1468
|
width: "32",
|
|
@@ -1563,7 +1471,6 @@ Dashboard.defaultProps = {
|
|
|
1563
1471
|
fill: "none",
|
|
1564
1472
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1565
1473
|
};
|
|
1566
|
-
|
|
1567
1474
|
var Log = function Log(props) {
|
|
1568
1475
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1569
1476
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1574,7 +1481,6 @@ var Log = function Log(props) {
|
|
|
1574
1481
|
})
|
|
1575
1482
|
}));
|
|
1576
1483
|
};
|
|
1577
|
-
|
|
1578
1484
|
exports.Log = Log;
|
|
1579
1485
|
Log.defaultProps = {
|
|
1580
1486
|
width: "32",
|
|
@@ -1583,7 +1489,6 @@ Log.defaultProps = {
|
|
|
1583
1489
|
fill: "none",
|
|
1584
1490
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1585
1491
|
};
|
|
1586
|
-
|
|
1587
1492
|
var Setting = function Setting(props) {
|
|
1588
1493
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1589
1494
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1594,7 +1499,6 @@ var Setting = function Setting(props) {
|
|
|
1594
1499
|
})
|
|
1595
1500
|
}));
|
|
1596
1501
|
};
|
|
1597
|
-
|
|
1598
1502
|
exports.Setting = Setting;
|
|
1599
1503
|
Setting.defaultProps = {
|
|
1600
1504
|
width: "32",
|
|
@@ -1603,7 +1507,6 @@ Setting.defaultProps = {
|
|
|
1603
1507
|
fill: "none",
|
|
1604
1508
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1605
1509
|
};
|
|
1606
|
-
|
|
1607
1510
|
var Store = function Store(props) {
|
|
1608
1511
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1609
1512
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1612,7 +1515,6 @@ var Store = function Store(props) {
|
|
|
1612
1515
|
})
|
|
1613
1516
|
}));
|
|
1614
1517
|
};
|
|
1615
|
-
|
|
1616
1518
|
exports.Store = Store;
|
|
1617
1519
|
Store.defaultProps = {
|
|
1618
1520
|
width: "32",
|
|
@@ -1621,7 +1523,6 @@ Store.defaultProps = {
|
|
|
1621
1523
|
fill: "none",
|
|
1622
1524
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1623
1525
|
};
|
|
1624
|
-
|
|
1625
1526
|
var Team = function Team(props) {
|
|
1626
1527
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1627
1528
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1632,7 +1533,6 @@ var Team = function Team(props) {
|
|
|
1632
1533
|
})
|
|
1633
1534
|
}));
|
|
1634
1535
|
};
|
|
1635
|
-
|
|
1636
1536
|
exports.Team = Team;
|
|
1637
1537
|
Team.defaultProps = {
|
|
1638
1538
|
width: "32",
|
|
@@ -1641,7 +1541,6 @@ Team.defaultProps = {
|
|
|
1641
1541
|
fill: "none",
|
|
1642
1542
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1643
1543
|
};
|
|
1644
|
-
|
|
1645
1544
|
var Approve = function Approve(props) {
|
|
1646
1545
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1647
1546
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1655,7 +1554,6 @@ var Approve = function Approve(props) {
|
|
|
1655
1554
|
})]
|
|
1656
1555
|
}));
|
|
1657
1556
|
};
|
|
1658
|
-
|
|
1659
1557
|
exports.Approve = Approve;
|
|
1660
1558
|
Approve.defaultProps = {
|
|
1661
1559
|
width: "32",
|
|
@@ -1663,7 +1561,6 @@ Approve.defaultProps = {
|
|
|
1663
1561
|
viewBox: "0 0 32 32",
|
|
1664
1562
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1665
1563
|
};
|
|
1666
|
-
|
|
1667
1564
|
var Circles = function Circles(props) {
|
|
1668
1565
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1669
1566
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1674,7 +1571,6 @@ var Circles = function Circles(props) {
|
|
|
1674
1571
|
})
|
|
1675
1572
|
}));
|
|
1676
1573
|
};
|
|
1677
|
-
|
|
1678
1574
|
exports.Circles = Circles;
|
|
1679
1575
|
Circles.defaultProps = {
|
|
1680
1576
|
width: "33",
|
|
@@ -1682,7 +1578,6 @@ Circles.defaultProps = {
|
|
|
1682
1578
|
viewBox: "0 0 33 33",
|
|
1683
1579
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1684
1580
|
};
|
|
1685
|
-
|
|
1686
1581
|
var Key = function Key(props) {
|
|
1687
1582
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1688
1583
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1698,7 +1593,6 @@ var Key = function Key(props) {
|
|
|
1698
1593
|
})]
|
|
1699
1594
|
}));
|
|
1700
1595
|
};
|
|
1701
|
-
|
|
1702
1596
|
exports.Key = Key;
|
|
1703
1597
|
Key.defaultProps = {
|
|
1704
1598
|
width: "32",
|
|
@@ -1706,7 +1600,6 @@ Key.defaultProps = {
|
|
|
1706
1600
|
viewBox: "0 0 32 32",
|
|
1707
1601
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1708
1602
|
};
|
|
1709
|
-
|
|
1710
1603
|
var Label = function Label(props) {
|
|
1711
1604
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1712
1605
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("g", {
|
|
@@ -1729,7 +1622,6 @@ var Label = function Label(props) {
|
|
|
1729
1622
|
})]
|
|
1730
1623
|
}));
|
|
1731
1624
|
};
|
|
1732
|
-
|
|
1733
1625
|
exports.Label = Label;
|
|
1734
1626
|
Label.defaultProps = {
|
|
1735
1627
|
width: "33",
|
|
@@ -1737,7 +1629,6 @@ Label.defaultProps = {
|
|
|
1737
1629
|
viewBox: "0 0 33 32",
|
|
1738
1630
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1739
1631
|
};
|
|
1740
|
-
|
|
1741
1632
|
var Plan = function Plan(props) {
|
|
1742
1633
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1743
1634
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1748,7 +1639,6 @@ var Plan = function Plan(props) {
|
|
|
1748
1639
|
})
|
|
1749
1640
|
}));
|
|
1750
1641
|
};
|
|
1751
|
-
|
|
1752
1642
|
exports.Plan = Plan;
|
|
1753
1643
|
Plan.defaultProps = {
|
|
1754
1644
|
width: "32",
|
|
@@ -1756,7 +1646,6 @@ Plan.defaultProps = {
|
|
|
1756
1646
|
viewBox: "0 0 32 32",
|
|
1757
1647
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1758
1648
|
};
|
|
1759
|
-
|
|
1760
1649
|
var Server = function Server(props) {
|
|
1761
1650
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1762
1651
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1770,7 +1659,6 @@ var Server = function Server(props) {
|
|
|
1770
1659
|
})]
|
|
1771
1660
|
}));
|
|
1772
1661
|
};
|
|
1773
|
-
|
|
1774
1662
|
exports.Server = Server;
|
|
1775
1663
|
Server.defaultProps = {
|
|
1776
1664
|
width: "32",
|
|
@@ -1778,7 +1666,6 @@ Server.defaultProps = {
|
|
|
1778
1666
|
viewBox: "0 0 32 32",
|
|
1779
1667
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1780
1668
|
};
|
|
1781
|
-
|
|
1782
1669
|
var Globe = function Globe(props) {
|
|
1783
1670
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1784
1671
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1789,7 +1676,6 @@ var Globe = function Globe(props) {
|
|
|
1789
1676
|
})
|
|
1790
1677
|
}));
|
|
1791
1678
|
};
|
|
1792
|
-
|
|
1793
1679
|
exports.Globe = Globe;
|
|
1794
1680
|
Globe.defaultProps = {
|
|
1795
1681
|
width: "21",
|
|
@@ -1797,7 +1683,6 @@ Globe.defaultProps = {
|
|
|
1797
1683
|
viewBox: "0 0 21 20",
|
|
1798
1684
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1799
1685
|
};
|
|
1800
|
-
|
|
1801
1686
|
var Notification = function Notification(props) {
|
|
1802
1687
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1803
1688
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1808,7 +1693,6 @@ var Notification = function Notification(props) {
|
|
|
1808
1693
|
})
|
|
1809
1694
|
}));
|
|
1810
1695
|
};
|
|
1811
|
-
|
|
1812
1696
|
exports.Notification = Notification;
|
|
1813
1697
|
Notification.defaultProps = {
|
|
1814
1698
|
width: "20",
|
|
@@ -1816,7 +1700,6 @@ Notification.defaultProps = {
|
|
|
1816
1700
|
viewBox: "0 0 20 20",
|
|
1817
1701
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1818
1702
|
};
|
|
1819
|
-
|
|
1820
1703
|
var QuestionMarkCircle = function QuestionMarkCircle(props) {
|
|
1821
1704
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1822
1705
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1830,7 +1713,6 @@ var QuestionMarkCircle = function QuestionMarkCircle(props) {
|
|
|
1830
1713
|
})]
|
|
1831
1714
|
}));
|
|
1832
1715
|
};
|
|
1833
|
-
|
|
1834
1716
|
exports.QuestionMarkCircle = QuestionMarkCircle;
|
|
1835
1717
|
QuestionMarkCircle.defaultProps = {
|
|
1836
1718
|
width: "20",
|
|
@@ -1838,7 +1720,6 @@ QuestionMarkCircle.defaultProps = {
|
|
|
1838
1720
|
viewBox: "0 0 20 20",
|
|
1839
1721
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1840
1722
|
};
|
|
1841
|
-
|
|
1842
1723
|
var Account = function Account(props) {
|
|
1843
1724
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1844
1725
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1849,7 +1730,6 @@ var Account = function Account(props) {
|
|
|
1849
1730
|
})
|
|
1850
1731
|
}));
|
|
1851
1732
|
};
|
|
1852
|
-
|
|
1853
1733
|
exports.Account = Account;
|
|
1854
1734
|
Account.defaultProps = {
|
|
1855
1735
|
width: "14",
|
|
@@ -1858,7 +1738,6 @@ Account.defaultProps = {
|
|
|
1858
1738
|
fill: "none",
|
|
1859
1739
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1860
1740
|
};
|
|
1861
|
-
|
|
1862
1741
|
var EmptyIcon = function EmptyIcon(props) {
|
|
1863
1742
|
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1864
1743
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
@@ -1869,7 +1748,6 @@ var EmptyIcon = function EmptyIcon(props) {
|
|
|
1869
1748
|
})
|
|
1870
1749
|
}));
|
|
1871
1750
|
};
|
|
1872
|
-
|
|
1873
1751
|
exports.EmptyIcon = EmptyIcon;
|
|
1874
1752
|
EmptyIcon.defaultProps = {
|
|
1875
1753
|
width: "32",
|