@talismn/icons 0.0.0-pr1474-20240607131235 → 0.0.0-pr1475-20240609093116
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/dist/declarations/src/index.d.ts +6 -7
- package/dist/talismn-icons.cjs.dev.js +153 -172
- package/dist/talismn-icons.cjs.prod.js +153 -172
- package/dist/talismn-icons.esm.js +155 -169
- package/package.json +2 -2
@@ -27,14 +27,14 @@ function _interopNamespace(e) {
|
|
27
27
|
|
28
28
|
var React__namespace = /*#__PURE__*/_interopNamespace(React);
|
29
29
|
|
30
|
-
var _path$
|
31
|
-
function _extends$
|
30
|
+
var _path$B, _path2$b, _path3$3, _g$6, _defs$5;
|
31
|
+
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); }
|
32
32
|
var SvgBrave = function SvgBrave(props) {
|
33
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
33
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$G({
|
34
34
|
viewBox: "0 0 21 24",
|
35
35
|
fill: "none",
|
36
36
|
xmlns: "http://www.w3.org/2000/svg"
|
37
|
-
}, props), _path$
|
37
|
+
}, props), _path$B || (_path$B = /*#__PURE__*/React__namespace.createElement("path", {
|
38
38
|
fillRule: "evenodd",
|
39
39
|
clipRule: "evenodd",
|
40
40
|
d: "m19.727 5.757.562-1.381s-.716-.768-1.585-1.638c-.868-.87-2.708-.358-2.708-.358L13.9 0H6.54L4.446 2.38s-1.84-.512-2.708.358C.868 3.608.153 4.376.153 4.376l.562 1.381L0 7.804s2.104 7.98 2.35 8.955c.486 1.918.819 2.66 2.198 3.633 1.38.972 3.884 2.66 4.293 2.916.41.256.92.692 1.38.692.46 0 .971-.436 1.38-.692a186.42 186.42 0 0 0 4.293-2.916c1.38-.973 1.712-1.715 2.197-3.633.247-.975 2.351-8.955 2.351-8.955l-.715-2.047z",
|
@@ -95,14 +95,14 @@ var SvgBrave = function SvgBrave(props) {
|
|
95
95
|
})))));
|
96
96
|
};
|
97
97
|
|
98
|
-
var _path$
|
99
|
-
function _extends$
|
98
|
+
var _path$A, _rect$4;
|
99
|
+
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); }
|
100
100
|
var SvgCapsLock = function SvgCapsLock(props) {
|
101
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
101
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$F({
|
102
102
|
viewBox: "0 0 24 24",
|
103
103
|
fill: "none",
|
104
104
|
xmlns: "http://www.w3.org/2000/svg"
|
105
|
-
}, props), _path$
|
105
|
+
}, props), _path$A || (_path$A = /*#__PURE__*/React__namespace.createElement("path", {
|
106
106
|
d: "m7 12 4.813-3.85a.3.3 0 0 1 .374 0L17 12M17 16H7",
|
107
107
|
stroke: "currentColor",
|
108
108
|
strokeWidth: 1.4,
|
@@ -118,15 +118,15 @@ var SvgCapsLock = function SvgCapsLock(props) {
|
|
118
118
|
})));
|
119
119
|
};
|
120
120
|
|
121
|
-
var _path$
|
122
|
-
function _extends$
|
121
|
+
var _path$z, _path2$a;
|
122
|
+
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); }
|
123
123
|
var SvgChain = function SvgChain(props) {
|
124
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
124
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$E({
|
125
125
|
viewBox: "0 0 24 24",
|
126
126
|
fill: "none",
|
127
127
|
stroke: "currentColor",
|
128
128
|
xmlns: "http://www.w3.org/2000/svg"
|
129
|
-
}, props), _path$
|
129
|
+
}, props), _path$z || (_path$z = /*#__PURE__*/React__namespace.createElement("path", {
|
130
130
|
d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",
|
131
131
|
strokeWidth: 1.4,
|
132
132
|
strokeLinecap: "round",
|
@@ -139,14 +139,14 @@ var SvgChain = function SvgChain(props) {
|
|
139
139
|
})));
|
140
140
|
};
|
141
141
|
|
142
|
-
var _path$
|
143
|
-
function _extends$
|
142
|
+
var _path$y;
|
143
|
+
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); }
|
144
144
|
var SvgCoins = function SvgCoins(props) {
|
145
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
145
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$D({
|
146
146
|
viewBox: "0 0 24 24",
|
147
147
|
fill: "none",
|
148
148
|
xmlns: "http://www.w3.org/2000/svg"
|
149
|
-
}, props), _path$
|
149
|
+
}, props), _path$y || (_path$y = /*#__PURE__*/React__namespace.createElement("path", {
|
150
150
|
d: "M8.75 9.25V6.5m0 0c0 .966 2.35 1.75 5.25 1.75s5.25-.784 5.25-1.75m-10.5 0c0-.966 2.35-1.75 5.25-1.75s5.25.784 5.25 1.75m0 0v4c0 .432-.47.828-1.25 1.133M15.25 13.5v4c0 .966-2.35 1.75-5.25 1.75s-5.25-.784-5.25-1.75v-4m10.5 0c0 .966-2.35 1.75-5.25 1.75s-5.25-.784-5.25-1.75m10.5 0c0-.966-2.35-1.75-5.25-1.75s-5.25.784-5.25 1.75",
|
151
151
|
stroke: "currentColor",
|
152
152
|
strokeWidth: 1.5,
|
@@ -155,15 +155,15 @@ var SvgCoins = function SvgCoins(props) {
|
|
155
155
|
})));
|
156
156
|
};
|
157
157
|
|
158
|
-
var _path$
|
159
|
-
function _extends$
|
158
|
+
var _path$x;
|
159
|
+
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); }
|
160
160
|
var SvgComment = function SvgComment(props) {
|
161
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
161
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$C({
|
162
162
|
viewBox: "0 0 16 16",
|
163
163
|
stroke: "currentColor",
|
164
164
|
fill: "none",
|
165
165
|
xmlns: "http://www.w3.org/2000/svg"
|
166
|
-
}, props), _path$
|
166
|
+
}, props), _path$x || (_path$x = /*#__PURE__*/React__namespace.createElement("path", {
|
167
167
|
d: "M14 7.667a5.587 5.587 0 0 1-.6 2.533 5.666 5.666 0 0 1-5.067 3.133 5.588 5.588 0 0 1-2.533-.6L2 14l1.267-3.8a5.586 5.586 0 0 1-.6-2.533A5.667 5.667 0 0 1 5.8 2.6 5.587 5.587 0 0 1 8.333 2h.334A5.654 5.654 0 0 1 14 7.333v.334z",
|
168
168
|
strokeWidth: 1.333,
|
169
169
|
strokeLinecap: "round",
|
@@ -171,15 +171,15 @@ var SvgComment = function SvgComment(props) {
|
|
171
171
|
})));
|
172
172
|
};
|
173
173
|
|
174
|
-
var _path$
|
175
|
-
function _extends$
|
174
|
+
var _path$w;
|
175
|
+
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); }
|
176
176
|
var SvgCursorClick = function SvgCursorClick(props) {
|
177
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
177
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$B({
|
178
178
|
viewBox: "0 0 24 24",
|
179
179
|
fill: "none",
|
180
180
|
stroke: "currentColor",
|
181
181
|
xmlns: "http://www.w3.org/2000/svg"
|
182
|
-
}, props), _path$
|
182
|
+
}, props), _path$w || (_path$w = /*#__PURE__*/React__namespace.createElement("path", {
|
183
183
|
d: "M9 3.5V2M5.06 5.06 4 4m1.06 9L4 14.06m9-9L14.06 4M3.5 9H2m13.864 7.19-2.491 4.627c-.285.529-.427.793-.598.86a.5.5 0 0 1-.451-.044c-.155-.099-.243-.386-.42-.96L8.445 9.445c-.144-.468-.216-.703-.158-.861a.5.5 0 0 1 .297-.297c.158-.058.393.014.861.158l11.228 3.459c.574.177.86.265.96.42a.5.5 0 0 1 .044.45c-.067.172-.331.314-.86.599l-4.627 2.492a1.08 1.08 0 0 0-.153.09.493.493 0 0 0-.082.082 1.08 1.08 0 0 0-.09.153Z",
|
184
184
|
strokeWidth: 1.4,
|
185
185
|
strokeLinecap: "round",
|
@@ -188,9 +188,9 @@ var SvgCursorClick = function SvgCursorClick(props) {
|
|
188
188
|
};
|
189
189
|
|
190
190
|
var _g$5, _defs$4;
|
191
|
-
function _extends$
|
191
|
+
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); }
|
192
192
|
var SvgCustomTokenGeneric = function SvgCustomTokenGeneric(props) {
|
193
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
193
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$A({
|
194
194
|
fill: "none",
|
195
195
|
xmlns: "http://www.w3.org/2000/svg",
|
196
196
|
viewBox: "0 0 32 32"
|
@@ -250,22 +250,22 @@ var SvgCustomTokenGeneric = function SvgCustomTokenGeneric(props) {
|
|
250
250
|
})))));
|
251
251
|
};
|
252
252
|
|
253
|
-
var _path$
|
254
|
-
function _extends$
|
253
|
+
var _path$v;
|
254
|
+
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); }
|
255
255
|
var SvgDcent = function SvgDcent(props) {
|
256
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
256
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$z({
|
257
257
|
viewBox: "0 0 62 70",
|
258
258
|
fill: "currentColor",
|
259
259
|
xmlns: "http://www.w3.org/2000/svg"
|
260
|
-
}, props), _path$
|
260
|
+
}, props), _path$v || (_path$v = /*#__PURE__*/React__namespace.createElement("path", {
|
261
261
|
d: "m31.872 13.22 5.28-3.012V3.012L31.872 0v13.22ZM12.424 44.534v-20.23l17.694-10.07V0L.897 16.666c-.272.156-.498.38-.656.65-.157.269-.24.574-.241.885v33.47l12.424-7.137ZM48.63 45.961l-17.665 10.07-17.555-10.01L.936 53.136l29.182 16.627a1.82 1.82 0 0 0 1.794 0l29.231-16.676-12.514-7.127ZM61.093 16.666 49.506 10.06v7.196l-12.414 7.098 12.454 7.097v12.965L62 51.572v-33.37a1.766 1.766 0 0 0-.246-.888 1.793 1.793 0 0 0-.66-.648ZM24.788 31.363l.01 14.096 12.115-6.91V24.442l-12.125 6.92Z"
|
262
262
|
})));
|
263
263
|
};
|
264
264
|
|
265
265
|
var _g$4, _defs$3;
|
266
|
-
function _extends$
|
266
|
+
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); }
|
267
267
|
var SvgDeposit = function SvgDeposit(props) {
|
268
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
268
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$y({
|
269
269
|
viewBox: "0 0 24 24",
|
270
270
|
fill: "none",
|
271
271
|
xmlns: "http://www.w3.org/2000/svg"
|
@@ -395,14 +395,14 @@ var SvgDeposit = function SvgDeposit(props) {
|
|
395
395
|
})))));
|
396
396
|
};
|
397
397
|
|
398
|
-
var _path$
|
399
|
-
function _extends$
|
398
|
+
var _path$u, _path2$9, _g$3, _defs$2;
|
399
|
+
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); }
|
400
400
|
var SvgDownloadAlert = function SvgDownloadAlert(props) {
|
401
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
401
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$x({
|
402
402
|
viewBox: "0 0 24 24",
|
403
403
|
fill: "none",
|
404
404
|
xmlns: "http://www.w3.org/2000/svg"
|
405
|
-
}, props), _path$
|
405
|
+
}, props), _path$u || (_path$u = /*#__PURE__*/React__namespace.createElement("path", {
|
406
406
|
d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4M12 15V3",
|
407
407
|
stroke: "currentColor",
|
408
408
|
strokeWidth: 2,
|
@@ -429,14 +429,14 @@ var SvgDownloadAlert = function SvgDownloadAlert(props) {
|
|
429
429
|
})))));
|
430
430
|
};
|
431
431
|
|
432
|
-
var _path$
|
433
|
-
function _extends$
|
432
|
+
var _path$t;
|
433
|
+
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); }
|
434
434
|
var SvgDrag = function SvgDrag(props) {
|
435
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
435
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$w({
|
436
436
|
viewBox: "0 0 24 24",
|
437
437
|
fill: "none",
|
438
438
|
xmlns: "http://www.w3.org/2000/svg"
|
439
|
-
}, props), _path$
|
439
|
+
}, props), _path$t || (_path$t = /*#__PURE__*/React__namespace.createElement("path", {
|
440
440
|
d: "M8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM8 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM8 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM16 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM16 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM16 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2z",
|
441
441
|
stroke: "currentColor",
|
442
442
|
strokeWidth: 2,
|
@@ -445,14 +445,14 @@ var SvgDrag = function SvgDrag(props) {
|
|
445
445
|
})));
|
446
446
|
};
|
447
447
|
|
448
|
-
var _path$
|
449
|
-
function _extends$
|
448
|
+
var _path$s;
|
449
|
+
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); }
|
450
450
|
var SvgExtensionButton = function SvgExtensionButton(props) {
|
451
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
451
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$v({
|
452
452
|
viewBox: "0 0 17 16",
|
453
453
|
fill: "none",
|
454
454
|
xmlns: "http://www.w3.org/2000/svg"
|
455
|
-
}, props), _path$
|
455
|
+
}, props), _path$s || (_path$s = /*#__PURE__*/React__namespace.createElement("path", {
|
456
456
|
fillRule: "evenodd",
|
457
457
|
clipRule: "evenodd",
|
458
458
|
d: "M6.972.5c-1.13 0-2.045.916-2.045 2.046v.682H1.836a1 1 0 0 0-1 1v3.09h.682a2.045 2.045 0 0 1 0 4.091H.836V14.5a1 1 0 0 0 1 1h3.09v-.682a2.045 2.045 0 1 1 4.092 0v.682h3.09a1 1 0 0 0 1-1v-3.09h.682a2.045 2.045 0 1 0 0-4.092h-.681v-3.09a1 1 0 0 0-1-1H9.018v-.682C9.018 1.416 8.102.5 6.972.5z",
|
@@ -461,9 +461,9 @@ var SvgExtensionButton = function SvgExtensionButton(props) {
|
|
461
461
|
};
|
462
462
|
|
463
463
|
var _g$2, _defs$1;
|
464
|
-
function _extends$
|
464
|
+
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); }
|
465
465
|
var SvgEyePlus = function SvgEyePlus(props) {
|
466
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
466
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$u({
|
467
467
|
viewBox: "0 0 16 16",
|
468
468
|
fill: "none",
|
469
469
|
xmlns: "http://www.w3.org/2000/svg"
|
@@ -493,14 +493,14 @@ var SvgEyePlus = function SvgEyePlus(props) {
|
|
493
493
|
})))));
|
494
494
|
};
|
495
495
|
|
496
|
-
var _path$
|
497
|
-
function _extends$
|
496
|
+
var _path$r, _path2$8;
|
497
|
+
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); }
|
498
498
|
var SvgFileCheck = function SvgFileCheck(props) {
|
499
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
499
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$t({
|
500
500
|
viewBox: "0 0 24 24",
|
501
501
|
fill: "none",
|
502
502
|
xmlns: "http://www.w3.org/2000/svg"
|
503
|
-
}, props), _path$
|
503
|
+
}, props), _path$r || (_path$r = /*#__PURE__*/React__namespace.createElement("path", {
|
504
504
|
d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z",
|
505
505
|
stroke: "currentColor",
|
506
506
|
strokeWidth: 1.4,
|
@@ -515,14 +515,14 @@ var SvgFileCheck = function SvgFileCheck(props) {
|
|
515
515
|
})));
|
516
516
|
};
|
517
517
|
|
518
|
-
var _path$
|
519
|
-
function _extends$
|
518
|
+
var _path$q;
|
519
|
+
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); }
|
520
520
|
var SvgFileSearch = function SvgFileSearch(props) {
|
521
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
521
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$s({
|
522
522
|
xmlns: "http://www.w3.org/2000/svg",
|
523
523
|
viewBox: "0 0 17 16",
|
524
524
|
fill: "none"
|
525
|
-
}, props), _path$
|
525
|
+
}, props), _path$q || (_path$q = /*#__PURE__*/React__namespace.createElement("path", {
|
526
526
|
d: "M9.833 7.334h-4m1.334 2.667H5.833m5.334-5.334H5.833m8 2.334V4.534c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874c-.427-.218-.987-.218-2.108-.218H6.367c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874c-.218.428-.218.988-.218 2.108v6.933c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874c.428.218.988.218 2.108.218h1.8m7 0-1-1m.666-1.666a2.333 2.333 0 1 1-4.666 0 2.333 2.333 0 0 1 4.666 0Z",
|
527
527
|
stroke: "currentColor",
|
528
528
|
strokeLinecap: "round",
|
@@ -531,9 +531,9 @@ var SvgFileSearch = function SvgFileSearch(props) {
|
|
531
531
|
};
|
532
532
|
|
533
533
|
var _g$1;
|
534
|
-
function _extends$
|
534
|
+
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); }
|
535
535
|
var SvgFileX = function SvgFileX(props) {
|
536
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
536
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$r({
|
537
537
|
viewBox: "0 0 25 24",
|
538
538
|
fill: "none",
|
539
539
|
xmlns: "http://www.w3.org/2000/svg"
|
@@ -549,14 +549,14 @@ var SvgFileX = function SvgFileX(props) {
|
|
549
549
|
}))));
|
550
550
|
};
|
551
551
|
|
552
|
-
var _path$
|
553
|
-
function _extends$
|
552
|
+
var _path$p;
|
553
|
+
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); }
|
554
554
|
var SvgHamburgerMenu = function SvgHamburgerMenu(props) {
|
555
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
555
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$q({
|
556
556
|
viewBox: "0 0 24 24",
|
557
557
|
fill: "none",
|
558
558
|
xmlns: "http://www.w3.org/2000/svg"
|
559
|
-
}, props), _path$
|
559
|
+
}, props), _path$p || (_path$p = /*#__PURE__*/React__namespace.createElement("path", {
|
560
560
|
d: "M3 12h18M3 6h18M3 18h18",
|
561
561
|
stroke: "currentColor",
|
562
562
|
strokeWidth: 2,
|
@@ -565,24 +565,24 @@ var SvgHamburgerMenu = function SvgHamburgerMenu(props) {
|
|
565
565
|
})));
|
566
566
|
};
|
567
567
|
|
568
|
-
var _path$
|
569
|
-
function _extends$
|
568
|
+
var _path$o;
|
569
|
+
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); }
|
570
570
|
var SvgHistory = function SvgHistory(props) {
|
571
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
571
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$p({
|
572
572
|
viewBox: "0 0 24 24",
|
573
573
|
fill: "currentColor",
|
574
574
|
xmlns: "http://www.w3.org/2000/svg"
|
575
|
-
}, props), _path$
|
575
|
+
}, props), _path$o || (_path$o = /*#__PURE__*/React__namespace.createElement("path", {
|
576
576
|
fillRule: "evenodd",
|
577
577
|
clipRule: "evenodd",
|
578
578
|
d: "M12 2C8.703 2 6.235 3.378 4.61 4.732c-.218.181-.421.363-.61.541V4a1 1 0 0 0-2 0v4a1 1 0 0 0 1 1h3.5a1 1 0 0 0 0-2H5.095c.233-.236.498-.484.795-.732C7.265 5.122 9.297 4 12 4c4.446 0 8 3.58 8 8a8 8 0 1 1-16 0 1 1 0 1 0-2 0c0 5.523 4.477 10 10 10s10-4.477 10-10c0-5.52-4.446-10-10-10Zm1 6a1 1 0 1 0-2 0v4a1 1 0 0 0 .445.832l3 2a1 1 0 0 0 1.11-1.664L13 11.465V8Z"
|
579
579
|
})));
|
580
580
|
};
|
581
581
|
|
582
|
-
var _rect$3, _rect2$3, _rect3$3, _path$
|
583
|
-
function _extends$
|
582
|
+
var _rect$3, _rect2$3, _rect3$3, _path$n;
|
583
|
+
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); }
|
584
584
|
var SvgNetworkUsageDecreasing = function SvgNetworkUsageDecreasing(props) {
|
585
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
585
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$o({
|
586
586
|
viewBox: "0 0 46 14",
|
587
587
|
fill: "none",
|
588
588
|
xmlns: "http://www.w3.org/2000/svg"
|
@@ -608,7 +608,7 @@ var SvgNetworkUsageDecreasing = function SvgNetworkUsageDecreasing(props) {
|
|
608
608
|
height: 9.5,
|
609
609
|
rx: 4,
|
610
610
|
fill: "#38D448"
|
611
|
-
})), _path$
|
611
|
+
})), _path$n || (_path$n = /*#__PURE__*/React__namespace.createElement("path", {
|
612
612
|
d: "m36.083 4.083 5.834 5.834M41.917 4.083v5.834h-5.834",
|
613
613
|
stroke: "#38D448",
|
614
614
|
strokeWidth: 1.167,
|
@@ -617,10 +617,10 @@ var SvgNetworkUsageDecreasing = function SvgNetworkUsageDecreasing(props) {
|
|
617
617
|
})));
|
618
618
|
};
|
619
619
|
|
620
|
-
var _rect$2, _rect2$2, _rect3$2, _path$
|
621
|
-
function _extends$
|
620
|
+
var _rect$2, _rect2$2, _rect3$2, _path$m;
|
621
|
+
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); }
|
622
622
|
var SvgNetworkUsageHigh = function SvgNetworkUsageHigh(props) {
|
623
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
623
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$n({
|
624
624
|
viewBox: "0 0 46 14",
|
625
625
|
fill: "none",
|
626
626
|
xmlns: "http://www.w3.org/2000/svg"
|
@@ -645,7 +645,7 @@ var SvgNetworkUsageHigh = function SvgNetworkUsageHigh(props) {
|
|
645
645
|
height: 14,
|
646
646
|
rx: 4,
|
647
647
|
fill: "#D22424"
|
648
|
-
})), _path$
|
648
|
+
})), _path$m || (_path$m = /*#__PURE__*/React__namespace.createElement("path", {
|
649
649
|
d: "M39 11.083V2.917M34.917 7 39 2.917 43.083 7",
|
650
650
|
stroke: "#D22424",
|
651
651
|
strokeWidth: 1.167,
|
@@ -654,10 +654,10 @@ var SvgNetworkUsageHigh = function SvgNetworkUsageHigh(props) {
|
|
654
654
|
})));
|
655
655
|
};
|
656
656
|
|
657
|
-
var _rect$1, _rect2$1, _rect3$1, _path$
|
658
|
-
function _extends$
|
657
|
+
var _rect$1, _rect2$1, _rect3$1, _path$l;
|
658
|
+
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); }
|
659
659
|
var SvgNetworkUsageIdle = function SvgNetworkUsageIdle(props) {
|
660
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
660
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$m({
|
661
661
|
viewBox: "0 0 46 14",
|
662
662
|
fill: "none",
|
663
663
|
xmlns: "http://www.w3.org/2000/svg"
|
@@ -683,7 +683,7 @@ var SvgNetworkUsageIdle = function SvgNetworkUsageIdle(props) {
|
|
683
683
|
height: 11,
|
684
684
|
rx: 4,
|
685
685
|
fill: "#38D448"
|
686
|
-
})), _path$
|
686
|
+
})), _path$l || (_path$l = /*#__PURE__*/React__namespace.createElement("path", {
|
687
687
|
d: "M43.667 3.5 37.25 9.917 34.333 7",
|
688
688
|
stroke: "#38D448",
|
689
689
|
strokeWidth: 1.167,
|
@@ -692,10 +692,10 @@ var SvgNetworkUsageIdle = function SvgNetworkUsageIdle(props) {
|
|
692
692
|
})));
|
693
693
|
};
|
694
694
|
|
695
|
-
var _rect, _rect2, _rect3, _path$
|
696
|
-
function _extends$
|
695
|
+
var _rect, _rect2, _rect3, _path$k;
|
696
|
+
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); }
|
697
697
|
var SvgNetworkUsageIncreasing = function SvgNetworkUsageIncreasing(props) {
|
698
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
698
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$l({
|
699
699
|
viewBox: "0 0 46 14",
|
700
700
|
fill: "none",
|
701
701
|
xmlns: "http://www.w3.org/2000/svg"
|
@@ -721,7 +721,7 @@ var SvgNetworkUsageIncreasing = function SvgNetworkUsageIncreasing(props) {
|
|
721
721
|
height: 14,
|
722
722
|
rx: 4,
|
723
723
|
fill: "#F48F45"
|
724
|
-
})), _path$
|
724
|
+
})), _path$k || (_path$k = /*#__PURE__*/React__namespace.createElement("path", {
|
725
725
|
d: "m36.083 9.917 5.834-5.834M36.083 4.083h5.834v5.834",
|
726
726
|
stroke: "#F48F45",
|
727
727
|
strokeWidth: 1.167,
|
@@ -730,14 +730,14 @@ var SvgNetworkUsageIncreasing = function SvgNetworkUsageIncreasing(props) {
|
|
730
730
|
})));
|
731
731
|
};
|
732
732
|
|
733
|
-
var _path$
|
734
|
-
function _extends$
|
733
|
+
var _path$j;
|
734
|
+
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); }
|
735
735
|
var SvgPin = function SvgPin(props) {
|
736
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
736
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$k({
|
737
737
|
viewBox: "0 0 11 16",
|
738
738
|
fill: "none",
|
739
739
|
xmlns: "http://www.w3.org/2000/svg"
|
740
|
-
}, props), _path$
|
740
|
+
}, props), _path$j || (_path$j = /*#__PURE__*/React__namespace.createElement("path", {
|
741
741
|
fillRule: "evenodd",
|
742
742
|
clipRule: "evenodd",
|
743
743
|
d: "M8.705 1.746h.65V0H1.5v1.746h.794V7.82L.336 9.6v1.745h4.476V16H6.49v-4.655h4.173V9.6L8.705 7.82V1.745zm-1.678 0H3.972v6.77L2.58 9.6h5.84L7.027 8.515v-6.77z",
|
@@ -745,13 +745,13 @@ var SvgPin = function SvgPin(props) {
|
|
745
745
|
})));
|
746
746
|
};
|
747
747
|
|
748
|
-
var _path$
|
749
|
-
function _extends$
|
748
|
+
var _path$i, _path2$7;
|
749
|
+
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); }
|
750
750
|
var SvgPolkadotVault = function SvgPolkadotVault(props) {
|
751
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
751
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$j({
|
752
752
|
viewBox: "0 0 80 80",
|
753
753
|
xmlns: "http://www.w3.org/2000/svg"
|
754
|
-
}, props), _path$
|
754
|
+
}, props), _path$i || (_path$i = /*#__PURE__*/React__namespace.createElement("path", {
|
755
755
|
fill: "none",
|
756
756
|
stroke: "currentColor",
|
757
757
|
strokeWidth: 6.171,
|
@@ -763,13 +763,13 @@ var SvgPolkadotVault = function SvgPolkadotVault(props) {
|
|
763
763
|
})));
|
764
764
|
};
|
765
765
|
|
766
|
-
var _path$
|
767
|
-
function _extends$
|
766
|
+
var _path$h;
|
767
|
+
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); }
|
768
768
|
var SvgPopup = function SvgPopup(props) {
|
769
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
769
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$i({
|
770
770
|
xmlns: "http://www.w3.org/2000/svg",
|
771
771
|
viewBox: "0 0 20 20"
|
772
|
-
}, props), _path$
|
772
|
+
}, props), _path$h || (_path$h = /*#__PURE__*/React__namespace.createElement("path", {
|
773
773
|
d: "M1 7a2 2 0 0 1 2-2h12l4-4v16a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2z",
|
774
774
|
strokeLinecap: "round",
|
775
775
|
stroke: "#000",
|
@@ -779,14 +779,14 @@ var SvgPopup = function SvgPopup(props) {
|
|
779
779
|
})));
|
780
780
|
};
|
781
781
|
|
782
|
-
var _path$
|
783
|
-
function _extends$
|
782
|
+
var _path$g;
|
783
|
+
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); }
|
784
784
|
var SvgQr = function SvgQr(props) {
|
785
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
785
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$h({
|
786
786
|
viewBox: "0 0 16 16",
|
787
787
|
fill: "none",
|
788
788
|
xmlns: "http://www.w3.org/2000/svg"
|
789
|
-
}, props), _path$
|
789
|
+
}, props), _path$g || (_path$g = /*#__PURE__*/React__namespace.createElement("path", {
|
790
790
|
d: "M4.333 4.333h.007m7.327 0h.006m-7.34 7.334h.007m4.327-3h.006m2.994 3h.006M11.333 14H14v-2.667M9.333 11v3M14 9.333h-3m-.6-2.666h2.533c.374 0 .56 0 .703-.073a.667.667 0 0 0 .291-.291C14 6.16 14 5.973 14 5.6V3.067c0-.374 0-.56-.073-.703a.667.667 0 0 0-.291-.291C13.493 2 13.306 2 12.933 2H10.4c-.373 0-.56 0-.703.073a.667.667 0 0 0-.291.291c-.073.143-.073.33-.073.703V5.6c0 .373 0 .56.073.703a.667.667 0 0 0 .291.291c.143.073.33.073.703.073Zm-7.333 0H5.6c.373 0 .56 0 .703-.073a.667.667 0 0 0 .291-.291c.073-.143.073-.33.073-.703V3.067c0-.374 0-.56-.073-.703a.667.667 0 0 0-.291-.291C6.16 2 5.973 2 5.6 2H3.067c-.374 0-.56 0-.703.073a.667.667 0 0 0-.291.291C2 2.507 2 2.694 2 3.067V5.6c0 .373 0 .56.073.703a.667.667 0 0 0 .291.291c.143.073.33.073.703.073Zm0 7.333H5.6c.373 0 .56 0 .703-.073a.667.667 0 0 0 .291-.291c.073-.143.073-.33.073-.703V10.4c0-.373 0-.56-.073-.703a.667.667 0 0 0-.291-.291c-.143-.073-.33-.073-.703-.073H3.067c-.374 0-.56 0-.703.073a.667.667 0 0 0-.291.291C2 9.84 2 10.027 2 10.4v2.533c0 .374 0 .56.073.703a.667.667 0 0 0 .291.291c.143.073.33.073.703.073Z",
|
791
791
|
stroke: "currentColor",
|
792
792
|
strokeWidth: 1.2,
|
@@ -795,20 +795,6 @@ var SvgQr = function SvgQr(props) {
|
|
795
795
|
})));
|
796
796
|
};
|
797
797
|
|
798
|
-
var _path$g;
|
799
|
-
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); }
|
800
|
-
var SvgQuestStar = function SvgQuestStar(props) {
|
801
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$h({
|
802
|
-
viewBox: "0 0 100 100",
|
803
|
-
xmlns: "http://www.w3.org/2000/svg"
|
804
|
-
}, props), _path$g || (_path$g = /*#__PURE__*/React__namespace.createElement("path", {
|
805
|
-
fill: "currentColor",
|
806
|
-
stroke: "currentColor",
|
807
|
-
strokeWidth: 0.636,
|
808
|
-
d: "M48.95 4.61 49.82.7l.87 3.911c4.94 22.23 22.23 39.555 44.32 44.412l3.99.876-3.99.878c-22.09 4.856-39.38 22.18-44.32 44.41l-.87 3.913-.87-3.912c-4.94-22.23-22.23-39.555-44.32-44.411l-3.99-.878 3.99-.876C26.72 44.165 44.01 26.84 48.95 4.61Z"
|
809
|
-
})));
|
810
|
-
};
|
811
|
-
|
812
798
|
var _path$f;
|
813
799
|
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); }
|
814
800
|
var SvgRocket = function SvgRocket(props) {
|
@@ -840,36 +826,51 @@ var SvgSecret = function SvgSecret(props) {
|
|
840
826
|
})));
|
841
827
|
};
|
842
828
|
|
843
|
-
var _path$d
|
829
|
+
var _path$d;
|
844
830
|
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); }
|
845
|
-
var
|
831
|
+
var SvgSignet = function SvgSignet(props) {
|
846
832
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$e({
|
847
|
-
viewBox: "0 0
|
833
|
+
viewBox: "0 0 70 67",
|
848
834
|
fill: "none",
|
849
835
|
xmlns: "http://www.w3.org/2000/svg"
|
850
836
|
}, props), _path$d || (_path$d = /*#__PURE__*/React__namespace.createElement("path", {
|
851
|
-
|
837
|
+
fillRule: "evenodd",
|
838
|
+
clipRule: "evenodd",
|
839
|
+
d: "M66.323 18.553 70 29.942l-14.545 5.173c-4.923 1.751-6.853 7.728-3.893 12.057l8.746 12.79L50.682 67l-9.384-12.323c-3.176-4.171-9.42-4.171-12.596 0L19.318 67l-9.626-7.039 8.746-12.789c2.96-4.329 1.03-10.306-3.893-12.057L0 29.942l3.677-11.389 14.788 4.419c5.006 1.496 10.058-2.198 10.192-7.452L29.05 0h11.898l.395 15.52c.133 5.254 5.185 8.948 10.19 7.452l14.79-4.419Z",
|
840
|
+
fill: "#FD4848"
|
841
|
+
})));
|
842
|
+
};
|
843
|
+
|
844
|
+
var _path$c, _path2$6;
|
845
|
+
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); }
|
846
|
+
var SvgShieldSuccess = function SvgShieldSuccess(props) {
|
847
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$d({
|
848
|
+
viewBox: "0 0 39 47",
|
849
|
+
fill: "none",
|
850
|
+
xmlns: "http://www.w3.org/2000/svg"
|
851
|
+
}, props), _path$c || (_path$c = /*#__PURE__*/React__namespace.createElement("path", {
|
852
|
+
d: "M19.5 45.563S37.15 36.737 37.15 23.5V8.056L19.5 1.438 1.85 8.056V23.5c0 13.237 17.65 22.063 17.65 22.063Z",
|
852
853
|
stroke: "currentColor",
|
853
|
-
strokeWidth:
|
854
|
+
strokeWidth: 2.4,
|
854
855
|
strokeLinecap: "round",
|
855
856
|
strokeLinejoin: "round"
|
856
857
|
})), _path2$6 || (_path2$6 = /*#__PURE__*/React__namespace.createElement("path", {
|
857
|
-
d: "
|
858
|
+
d: "M28.325 16.882 16.191 27.913 10.675 22.9",
|
858
859
|
stroke: "currentColor",
|
859
|
-
strokeWidth: 4
|
860
|
+
strokeWidth: 2.4,
|
860
861
|
strokeLinecap: "round",
|
861
862
|
strokeLinejoin: "round"
|
862
863
|
})));
|
863
864
|
};
|
864
865
|
|
865
|
-
var _path$
|
866
|
-
function _extends$
|
866
|
+
var _path$b;
|
867
|
+
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); }
|
867
868
|
var SvgShieldOk = function SvgShieldOk(props) {
|
868
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
869
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$c({
|
869
870
|
viewBox: "0 0 16 16",
|
870
871
|
fill: "none",
|
871
872
|
xmlns: "http://www.w3.org/2000/svg"
|
872
|
-
}, props), _path$
|
873
|
+
}, props), _path$b || (_path$b = /*#__PURE__*/React__namespace.createElement("path", {
|
873
874
|
d: "M6 7.667 7.333 9l3-3m3 2c0 3.273-3.569 5.652-4.868 6.41-.147.086-.221.13-.325.152a.76.76 0 0 1-.28 0c-.104-.023-.178-.066-.325-.152-1.299-.758-4.868-3.137-4.868-6.41V4.812c0-.533 0-.8.087-1.029.077-.202.202-.383.365-.526.183-.162.433-.255.932-.443l3.575-1.34c.138-.052.207-.078.279-.088a.666.666 0 0 1 .19 0c.072.01.141.036.28.088l3.574 1.34c.5.188.749.281.933.443.162.143.287.324.364.526.087.23.087.496.087 1.029V8Z",
|
874
875
|
stroke: "currentColor",
|
875
876
|
strokeWidth: 1.4,
|
@@ -878,52 +879,52 @@ var SvgShieldOk = function SvgShieldOk(props) {
|
|
878
879
|
})));
|
879
880
|
};
|
880
881
|
|
881
|
-
var _path$
|
882
|
-
function _extends$
|
883
|
-
var
|
884
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
885
|
-
viewBox: "0 0
|
882
|
+
var _path$a, _path2$5;
|
883
|
+
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); }
|
884
|
+
var SvgShieldNok = function SvgShieldNok(props) {
|
885
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$b({
|
886
|
+
viewBox: "0 0 77 77",
|
886
887
|
fill: "none",
|
887
888
|
xmlns: "http://www.w3.org/2000/svg"
|
888
|
-
}, props), _path$
|
889
|
-
d: "
|
889
|
+
}, props), _path$a || (_path$a = /*#__PURE__*/React__namespace.createElement("path", {
|
890
|
+
d: "M35.85 68.562c.702.41 1.053.614 1.548.72.385.083.946.083 1.33 0 .496-.106.847-.31 1.55-.72 6.179-3.605 23.161-14.929 23.161-30.498v-15.17c0-2.535 0-3.803-.415-4.893a6.345 6.345 0 0 0-1.735-2.504c-.874-.77-2.062-1.216-4.436-2.106L39.846 7.013c-.66-.247-.99-.37-1.329-.42a3.172 3.172 0 0 0-.907 0c-.34.05-.669.173-1.328.42l-17.008 6.378c-2.374.89-3.561 1.335-4.436 2.107A6.345 6.345 0 0 0 13.103 18c-.415 1.09-.415 2.358-.415 4.894v15.17c0 15.568 16.983 26.892 23.162 30.497Z",
|
890
891
|
stroke: "currentColor",
|
891
|
-
strokeWidth:
|
892
|
+
strokeWidth: 6.344,
|
892
893
|
strokeLinecap: "round",
|
893
894
|
strokeLinejoin: "round"
|
894
895
|
})), _path2$5 || (_path2$5 = /*#__PURE__*/React__namespace.createElement("path", {
|
895
|
-
d: "
|
896
|
+
d: "M44.407 28.547 31.72 41.235m0-12.688 12.687 12.688",
|
896
897
|
stroke: "currentColor",
|
897
|
-
strokeWidth:
|
898
|
+
strokeWidth: 4.441,
|
898
899
|
strokeLinecap: "round",
|
899
900
|
strokeLinejoin: "round"
|
900
901
|
})));
|
901
902
|
};
|
902
903
|
|
903
|
-
var _path$
|
904
|
-
function _extends$
|
905
|
-
var
|
906
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
}, props), _path$
|
911
|
-
d: "
|
904
|
+
var _path$9;
|
905
|
+
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); }
|
906
|
+
var SvgShieldZap = function SvgShieldZap(props) {
|
907
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$a({
|
908
|
+
xmlns: "http://www.w3.org/2000/svg",
|
909
|
+
viewBox: "0 0 24 24",
|
910
|
+
fill: "none"
|
911
|
+
}, props), _path$9 || (_path$9 = /*#__PURE__*/React__namespace.createElement("path", {
|
912
|
+
d: "m13 7.5-3 3 4 2-3 3m9-3.5c0 4.909-5.354 8.479-7.302 9.615-.221.13-.332.194-.488.228a1.137 1.137 0 0 1-.42 0c-.156-.034-.267-.099-.488-.228C9.354 20.48 4 16.91 4 12V7.218c0-.8 0-1.2.13-1.543a2 2 0 0 1 .548-.79c.276-.242.65-.383 1.398-.663l5.362-2.011c.208-.078.312-.117.419-.132a1 1 0 0 1 .286 0c.107.015.21.054.419.132l5.362 2.01c.748.281 1.123.422 1.398.665a2 2 0 0 1 .547.79c.131.343.131.742.131 1.542V12Z",
|
912
913
|
stroke: "currentColor",
|
913
|
-
strokeWidth:
|
914
|
+
strokeWidth: 1.8,
|
914
915
|
strokeLinecap: "round",
|
915
916
|
strokeLinejoin: "round"
|
916
917
|
})));
|
917
918
|
};
|
918
919
|
|
919
|
-
var _path$
|
920
|
-
function _extends$
|
920
|
+
var _path$8, _path2$4;
|
921
|
+
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); }
|
921
922
|
var SvgShieldUnknown = function SvgShieldUnknown(props) {
|
922
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
923
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$9({
|
923
924
|
viewBox: "0 0 30 30",
|
924
925
|
fill: "none",
|
925
926
|
xmlns: "http://www.w3.org/2000/svg"
|
926
|
-
}, props), _path$
|
927
|
+
}, props), _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
927
928
|
d: "M14.127 27.02c.277.161.415.242.61.284.152.032.373.032.525 0 .195-.042.334-.123.61-.284C18.307 25.599 25 21.137 25 15V9.024c0-1 0-1.5-.164-1.929a2.5 2.5 0 0 0-.683-.986c-.345-.304-.813-.48-1.749-.83l-6.702-2.514c-.26-.097-.39-.146-.523-.165a1.25 1.25 0 0 0-.358 0c-.134.02-.264.068-.523.165L7.595 5.278c-.935.35-1.403.526-1.748.83a2.5 2.5 0 0 0-.684.986C5 7.524 5 8.024 5 9.023V15c0 6.136 6.692 10.598 9.127 12.019Z",
|
928
929
|
stroke: "currentColor",
|
929
930
|
strokeWidth: 2.625,
|
@@ -938,34 +939,19 @@ var SvgShieldUnknown = function SvgShieldUnknown(props) {
|
|
938
939
|
})));
|
939
940
|
};
|
940
941
|
|
941
|
-
var _path$8;
|
942
|
-
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); }
|
943
|
-
var SvgShieldZap = function SvgShieldZap(props) {
|
944
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$9({
|
945
|
-
xmlns: "http://www.w3.org/2000/svg",
|
946
|
-
viewBox: "0 0 24 24",
|
947
|
-
fill: "none"
|
948
|
-
}, props), _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
949
|
-
d: "m13 7.5-3 3 4 2-3 3m9-3.5c0 4.909-5.354 8.479-7.302 9.615-.221.13-.332.194-.488.228a1.137 1.137 0 0 1-.42 0c-.156-.034-.267-.099-.488-.228C9.354 20.48 4 16.91 4 12V7.218c0-.8 0-1.2.13-1.543a2 2 0 0 1 .548-.79c.276-.242.65-.383 1.398-.663l5.362-2.011c.208-.078.312-.117.419-.132a1 1 0 0 1 .286 0c.107.015.21.054.419.132l5.362 2.01c.748.281 1.123.422 1.398.665a2 2 0 0 1 .547.79c.131.343.131.742.131 1.542V12Z",
|
950
|
-
stroke: "currentColor",
|
951
|
-
strokeWidth: 1.8,
|
952
|
-
strokeLinecap: "round",
|
953
|
-
strokeLinejoin: "round"
|
954
|
-
})));
|
955
|
-
};
|
956
|
-
|
957
942
|
var _path$7;
|
958
943
|
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); }
|
959
|
-
var
|
944
|
+
var SvgShieldUnavailable = function SvgShieldUnavailable(props) {
|
960
945
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$8({
|
961
|
-
viewBox: "0 0
|
946
|
+
viewBox: "0 0 31 31",
|
962
947
|
fill: "none",
|
963
948
|
xmlns: "http://www.w3.org/2000/svg"
|
964
949
|
}, props), _path$7 || (_path$7 = /*#__PURE__*/React__namespace.createElement("path", {
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
950
|
+
d: "m11.414 4.181 3.388-1.27c.268-.101.402-.151.54-.171.122-.018.246-.018.369 0 .137.02.271.07.54.17l6.909 2.591c.965.362 1.447.543 1.802.856.314.277.556.626.705 1.017.169.443.169.958.169 1.989v6.162c0 .929-.149 1.82-.41 2.67m-2.655 4.58c-2.172 2.526-4.94 4.321-6.343 5.14-.287.167-.43.25-.631.294a1.465 1.465 0 0 1-.54 0c-.202-.043-.345-.127-.63-.293-2.51-1.465-9.41-6.065-9.41-12.39v-8.02c0-.602.373-1.141.937-1.352M3.928 3.928l23.196 23.196",
|
951
|
+
stroke: "currentColor",
|
952
|
+
strokeWidth: 2.438,
|
953
|
+
strokeLinecap: "round",
|
954
|
+
strokeLinejoin: "round"
|
969
955
|
})));
|
970
956
|
};
|
971
957
|
|
@@ -2325,10 +2311,6 @@ Object.defineProperty(exports, 'DiamondIcon', {
|
|
2325
2311
|
enumerable: true,
|
2326
2312
|
get: function () { return io5.IoDiamondOutline; }
|
2327
2313
|
});
|
2328
|
-
Object.defineProperty(exports, 'ScaleIcon', {
|
2329
|
-
enumerable: true,
|
2330
|
-
get: function () { return io5.IoScale; }
|
2331
|
-
});
|
2332
2314
|
Object.defineProperty(exports, 'QuestionCircleIcon', {
|
2333
2315
|
enumerable: true,
|
2334
2316
|
get: function () { return ai.AiOutlineQuestion; }
|
@@ -2359,7 +2341,6 @@ exports.PinIcon = SvgPin;
|
|
2359
2341
|
exports.PolkadotVaultIcon = SvgPolkadotVault;
|
2360
2342
|
exports.PopupIcon = SvgPopup;
|
2361
2343
|
exports.QrIcon = SvgQr;
|
2362
|
-
exports.QuestStarIcon = SvgQuestStar;
|
2363
2344
|
exports.RocketIcon = SvgRocket;
|
2364
2345
|
exports.SecretIcon = SvgSecret;
|
2365
2346
|
exports.ShieldNotOkIcon = SvgShieldNok;
|