@talismn/icons 0.0.0-pr1166-20231201001529 → 0.0.0-pr1166-20231201004821
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 +1 -1
- package/dist/talismn-icons.cjs.dev.js +42 -46
- package/dist/talismn-icons.cjs.prod.js +42 -46
- package/dist/talismn-icons.esm.js +42 -46
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -17,12 +17,12 @@ export { ReactComponent as NetworkUsageDecreasingIcon } from "./icons/network-us
|
|
17
17
|
export { ReactComponent as NetworkUsageHighIcon } from "./icons/network-usage-high.svg";
|
18
18
|
export { ReactComponent as NetworkUsageIdleIcon } from "./icons/network-usage-idle.svg";
|
19
19
|
export { ReactComponent as NetworkUsageIncreasingIcon } from "./icons/network-usage-increasing.svg";
|
20
|
-
export { ReactComponent as PaperPlaneIcon } from "./icons/paper-plane.svg";
|
21
20
|
export { ReactComponent as PinIcon } from "./icons/pin.svg";
|
22
21
|
export { ReactComponent as PolkadotVaultIcon } from "./icons/polkadot-vault.svg";
|
23
22
|
export { ReactComponent as PopupIcon } from "./icons/popup.svg";
|
24
23
|
export { ReactComponent as RocketIcon } from "./icons/rocket.svg";
|
25
24
|
export { ReactComponent as SecretIcon } from "./icons/secret.svg";
|
25
|
+
export { ReactComponent as StarsIcon } from "./icons/stars.svg";
|
26
26
|
export { ReactComponent as SwapIcon } from "./icons/swap.svg";
|
27
27
|
export { ReactComponent as TableIcon } from "./icons/table.svg";
|
28
28
|
export { ReactComponent as TalismanHandIcon } from "./icons/talisman-hand.svg";
|
@@ -99,16 +99,15 @@ var SvgChain = function SvgChain(props) {
|
|
99
99
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$t({
|
100
100
|
viewBox: "0 0 24 24",
|
101
101
|
fill: "none",
|
102
|
+
stroke: "currentColor",
|
102
103
|
xmlns: "http://www.w3.org/2000/svg"
|
103
104
|
}, props), _path$q || (_path$q = /*#__PURE__*/React__namespace.createElement("path", {
|
104
105
|
d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",
|
105
|
-
stroke: "#D5FF5C",
|
106
106
|
strokeWidth: 1.4,
|
107
107
|
strokeLinecap: "round",
|
108
108
|
strokeLinejoin: "round"
|
109
109
|
})), _path2$7 || (_path2$7 = /*#__PURE__*/React__namespace.createElement("path", {
|
110
110
|
d: "M14 11a5.002 5.002 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",
|
111
|
-
stroke: "#D5FF5C",
|
112
111
|
strokeWidth: 1.4,
|
113
112
|
strokeLinecap: "round",
|
114
113
|
strokeLinejoin: "round"
|
@@ -153,10 +152,10 @@ var SvgCursorClick = function SvgCursorClick(props) {
|
|
153
152
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$q({
|
154
153
|
viewBox: "0 0 24 24",
|
155
154
|
fill: "none",
|
155
|
+
stroke: "currentColor",
|
156
156
|
xmlns: "http://www.w3.org/2000/svg"
|
157
157
|
}, props), _path$n || (_path$n = /*#__PURE__*/React__namespace.createElement("path", {
|
158
|
-
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.
|
159
|
-
stroke: "currentColor",
|
158
|
+
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",
|
160
159
|
strokeWidth: 1.4,
|
161
160
|
strokeLinecap: "round",
|
162
161
|
strokeLinejoin: "round"
|
@@ -231,11 +230,10 @@ function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : func
|
|
231
230
|
var SvgDcent = function SvgDcent(props) {
|
232
231
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$o({
|
233
232
|
viewBox: "0 0 62 70",
|
234
|
-
fill: "
|
233
|
+
fill: "currentColor",
|
235
234
|
xmlns: "http://www.w3.org/2000/svg"
|
236
235
|
}, props), _path$m || (_path$m = /*#__PURE__*/React__namespace.createElement("path", {
|
237
|
-
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"
|
238
|
-
fill: "currentColor"
|
236
|
+
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"
|
239
237
|
})));
|
240
238
|
};
|
241
239
|
|
@@ -399,13 +397,12 @@ function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : func
|
|
399
397
|
var SvgHistory = function SvgHistory(props) {
|
400
398
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$g({
|
401
399
|
viewBox: "0 0 24 24",
|
402
|
-
fill: "
|
400
|
+
fill: "currentColor",
|
403
401
|
xmlns: "http://www.w3.org/2000/svg"
|
404
402
|
}, props), _path$g || (_path$g = /*#__PURE__*/React__namespace.createElement("path", {
|
405
403
|
fillRule: "evenodd",
|
406
404
|
clipRule: "evenodd",
|
407
|
-
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"
|
408
|
-
fill: "#A5A5A5"
|
405
|
+
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"
|
409
406
|
})));
|
410
407
|
};
|
411
408
|
|
@@ -562,29 +559,12 @@ var SvgNetworkUsageIncreasing = function SvgNetworkUsageIncreasing(props) {
|
|
562
559
|
|
563
560
|
var _path$b;
|
564
561
|
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); }
|
565
|
-
var SvgPaperPlane = function SvgPaperPlane(props) {
|
566
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$b({
|
567
|
-
viewBox: "0 0 24 24",
|
568
|
-
fill: "none",
|
569
|
-
xmlns: "http://www.w3.org/2000/svg",
|
570
|
-
className: "paper-plane_svg__paper-plane"
|
571
|
-
}, props), _path$b || (_path$b = /*#__PURE__*/React__namespace.createElement("path", {
|
572
|
-
d: "M22 2 11 13M22 2l-7 20-4-9-9-4 20-7Z",
|
573
|
-
stroke: "currentColor",
|
574
|
-
strokeWidth: 2,
|
575
|
-
strokeLinecap: "round",
|
576
|
-
strokeLinejoin: "round"
|
577
|
-
})));
|
578
|
-
};
|
579
|
-
|
580
|
-
var _path$a;
|
581
|
-
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); }
|
582
562
|
var SvgPin = function SvgPin(props) {
|
583
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
563
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$b({
|
584
564
|
viewBox: "0 0 11 16",
|
585
565
|
fill: "none",
|
586
566
|
xmlns: "http://www.w3.org/2000/svg"
|
587
|
-
}, props), _path$
|
567
|
+
}, props), _path$b || (_path$b = /*#__PURE__*/React__namespace.createElement("path", {
|
588
568
|
fillRule: "evenodd",
|
589
569
|
clipRule: "evenodd",
|
590
570
|
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",
|
@@ -592,13 +572,13 @@ var SvgPin = function SvgPin(props) {
|
|
592
572
|
})));
|
593
573
|
};
|
594
574
|
|
595
|
-
var _path$
|
596
|
-
function _extends$
|
575
|
+
var _path$a, _path2$4;
|
576
|
+
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); }
|
597
577
|
var SvgPolkadotVault = function SvgPolkadotVault(props) {
|
598
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
578
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$a({
|
599
579
|
viewBox: "0 0 80 80",
|
600
580
|
xmlns: "http://www.w3.org/2000/svg"
|
601
|
-
}, props), _path$
|
581
|
+
}, props), _path$a || (_path$a = /*#__PURE__*/React__namespace.createElement("path", {
|
602
582
|
fill: "none",
|
603
583
|
stroke: "currentColor",
|
604
584
|
strokeWidth: 6.171,
|
@@ -610,13 +590,13 @@ var SvgPolkadotVault = function SvgPolkadotVault(props) {
|
|
610
590
|
})));
|
611
591
|
};
|
612
592
|
|
613
|
-
var _path$
|
614
|
-
function _extends$
|
593
|
+
var _path$9;
|
594
|
+
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); }
|
615
595
|
var SvgPopup = function SvgPopup(props) {
|
616
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
596
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$9({
|
617
597
|
xmlns: "http://www.w3.org/2000/svg",
|
618
598
|
viewBox: "0 0 20 20"
|
619
|
-
}, props), _path$
|
599
|
+
}, props), _path$9 || (_path$9 = /*#__PURE__*/React__namespace.createElement("path", {
|
620
600
|
d: "M1 7a2 2 0 0 1 2-2h12l4-4v16a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2z",
|
621
601
|
strokeLinecap: "round",
|
622
602
|
stroke: "#000",
|
@@ -626,14 +606,14 @@ var SvgPopup = function SvgPopup(props) {
|
|
626
606
|
})));
|
627
607
|
};
|
628
608
|
|
629
|
-
var _path$
|
630
|
-
function _extends$
|
609
|
+
var _path$8;
|
610
|
+
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); }
|
631
611
|
var SvgRocket = function SvgRocket(props) {
|
632
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
612
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$8({
|
633
613
|
viewBox: "0 0 19 19",
|
634
614
|
fill: "none",
|
635
615
|
xmlns: "http://www.w3.org/2000/svg"
|
636
|
-
}, props), _path$
|
616
|
+
}, props), _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
637
617
|
fillRule: "evenodd",
|
638
618
|
clipRule: "evenodd",
|
639
619
|
d: "M9.349 4.303c.755-.756 2.092-1.288 3.43-1.48.659-.093 1.278-.099 1.781-.023.524.078.828.23.961.363.134.133.285.437.364.961.075.503.07 1.123-.024 1.781-.192 1.338-.724 2.675-1.48 3.43l-.96.96-3.6 3.6-.716.717-1.316-1.316a.684.684 0 0 0-.968.967l1.8 1.8c.268.267.7.267.968 0l.58-.58 1.35 2.248a.684.684 0 0 0 1.07.132l2.4-2.4a.684.684 0 0 0 .193-.58l-.551-3.862.718-.718C16.393 9.259 17 7.595 17.215 6.098c.108-.759.122-1.515.023-2.177-.096-.64-.313-1.289-.75-1.725-.436-.437-1.084-.653-1.725-.75-.661-.098-1.418-.085-2.177.024-1.497.213-3.16.821-4.205 1.866l-.718.718-3.861-.552a.684.684 0 0 0-.58.194l-2.4 2.4a.684.684 0 0 0 .131 1.07l2.249 1.35-.58.58a.684.684 0 0 0 0 .967l1.8 1.8a.684.684 0 1 0 .967-.967L4.072 9.579l.717-.716 3.6-3.6.96-.96zm2.892 11.973-1.075-1.79 2.255-2.256.359 2.508-1.54 1.538zM4.199 7.518l2.255-2.255-2.507-.358-1.539 1.538L4.2 7.518zm-1.21 5.545a.684.684 0 1 0-.968-.967l-1.2 1.2a.684.684 0 1 0 .968.967l1.2-1.2zm1.8 1.8a.684.684 0 0 0-.968-.967l-2.4 2.4a.684.684 0 1 0 .968.967l2.4-2.4zm1.8 1.8a.684.684 0 0 0-.968-.967l-1.2 1.2a.684.684 0 1 0 .968.967l1.2-1.2zm3.92-9.544a.936.936 0 1 1 1.872 0 .936.936 0 0 1-1.872 0zm.936-2.304a2.304 2.304 0 1 0 0 4.608 2.304 2.304 0 0 0 0-4.608z",
|
@@ -641,15 +621,15 @@ var SvgRocket = function SvgRocket(props) {
|
|
641
621
|
})));
|
642
622
|
};
|
643
623
|
|
644
|
-
var _path$
|
645
|
-
function _extends$
|
624
|
+
var _path$7;
|
625
|
+
function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
|
646
626
|
var SvgSecret = function SvgSecret(props) {
|
647
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
627
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$7({
|
648
628
|
viewBox: "0 0 22 18",
|
649
629
|
stroke: "currentColor",
|
650
630
|
fill: "none",
|
651
631
|
xmlns: "http://www.w3.org/2000/svg"
|
652
|
-
}, props), _path$
|
632
|
+
}, props), _path$7 || (_path$7 = /*#__PURE__*/React__namespace.createElement("path", {
|
653
633
|
d: "M21 7V4.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C19.48 1 18.92 1 17.8 1H4.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874C1 2.52 1 3.08 1 4.2v3.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C2.52 11 3.08 11 4.2 11H10m1-5h.005M16 6h.005M6 6h.005m12.245 7v-1.75a1.75 1.75 0 1 0-3.5 0V13m-3.5-7a.25.25 0 1 1-.5 0 .25.25 0 0 1 .5 0Zm5 0a.25.25 0 1 1-.5 0 .25.25 0 0 1 .5 0Zm-10 0a.25.25 0 1 1-.5 0 .25.25 0 0 1 .5 0Zm8.35 11h3.8c.56 0 .84 0 1.054-.109a1 1 0 0 0 .437-.437C20 16.24 20 15.96 20 15.4v-.8c0-.56 0-.84-.109-1.054a1 1 0 0 0-.437-.437C19.24 13 18.96 13 18.4 13h-3.8c-.56 0-.84 0-1.054.109a1 1 0 0 0-.437.437C13 13.76 13 14.04 13 14.6v.8c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C13.76 17 14.04 17 14.6 17Z",
|
654
634
|
strokeWidth: 2,
|
655
635
|
strokeLinecap: "round",
|
@@ -657,6 +637,22 @@ var SvgSecret = function SvgSecret(props) {
|
|
657
637
|
})));
|
658
638
|
};
|
659
639
|
|
640
|
+
var _path$6;
|
641
|
+
function _extends$6() { _extends$6 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
|
642
|
+
var SvgStars = function SvgStars(props) {
|
643
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$6({
|
644
|
+
viewBox: "0 0 24 24",
|
645
|
+
fill: "none",
|
646
|
+
stroke: "currentColor",
|
647
|
+
xmlns: "http://www.w3.org/2000/svg"
|
648
|
+
}, props), _path$6 || (_path$6 = /*#__PURE__*/React__namespace.createElement("path", {
|
649
|
+
d: "m6.5 13 .784 1.569c.266.53.399.796.576 1.026a3 3 0 0 0 .545.545c.23.177.495.31 1.026.575L11 17.5l-1.569.785c-.53.265-.796.398-1.026.575a3 3 0 0 0-.545.545c-.177.23-.31.495-.576 1.026L6.5 22l-.784-1.569c-.266-.53-.399-.796-.576-1.026a3 3 0 0 0-.545-.545c-.23-.177-.495-.31-1.026-.575L2 17.5l1.569-.785c.53-.265.796-.398 1.026-.575a3 3 0 0 0 .545-.545c.177-.23.31-.495.576-1.026L6.5 13ZM15 2l1.179 3.064c.282.734.423 1.1.642 1.409a3 3 0 0 0 .706.706c.309.22.675.36 1.409.642L22 9l-3.064 1.179c-.734.282-1.1.423-1.409.642a3 3 0 0 0-.706.706c-.22.309-.36.675-.642 1.409L15 16l-1.179-3.064c-.282-.734-.423-1.1-.642-1.409a3 3 0 0 0-.706-.706c-.309-.22-.675-.36-1.409-.642L8 9l3.064-1.179c.734-.282 1.1-.423 1.409-.642a3 3 0 0 0 .706-.706c.22-.309.36-.675.642-1.409L15 2Z",
|
650
|
+
strokeWidth: 2,
|
651
|
+
strokeLinecap: "round",
|
652
|
+
strokeLinejoin: "round"
|
653
|
+
})));
|
654
|
+
};
|
655
|
+
|
660
656
|
var _path$5, _path2$3, _path3$2, _path4$1;
|
661
657
|
function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5.apply(this, arguments); }
|
662
658
|
var SvgSwap = function SvgSwap(props) {
|
@@ -1961,12 +1957,12 @@ exports.NetworkUsageDecreasingIcon = SvgNetworkUsageDecreasing;
|
|
1961
1957
|
exports.NetworkUsageHighIcon = SvgNetworkUsageHigh;
|
1962
1958
|
exports.NetworkUsageIdleIcon = SvgNetworkUsageIdle;
|
1963
1959
|
exports.NetworkUsageIncreasingIcon = SvgNetworkUsageIncreasing;
|
1964
|
-
exports.PaperPlaneIcon = SvgPaperPlane;
|
1965
1960
|
exports.PinIcon = SvgPin;
|
1966
1961
|
exports.PolkadotVaultIcon = SvgPolkadotVault;
|
1967
1962
|
exports.PopupIcon = SvgPopup;
|
1968
1963
|
exports.RocketIcon = SvgRocket;
|
1969
1964
|
exports.SecretIcon = SvgSecret;
|
1965
|
+
exports.StarsIcon = SvgStars;
|
1970
1966
|
exports.SwapIcon = SvgSwap;
|
1971
1967
|
exports.TableIcon = SvgTable;
|
1972
1968
|
exports.TalismanHandIcon = SvgTalismanHand;
|
@@ -99,16 +99,15 @@ var SvgChain = function SvgChain(props) {
|
|
99
99
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$t({
|
100
100
|
viewBox: "0 0 24 24",
|
101
101
|
fill: "none",
|
102
|
+
stroke: "currentColor",
|
102
103
|
xmlns: "http://www.w3.org/2000/svg"
|
103
104
|
}, props), _path$q || (_path$q = /*#__PURE__*/React__namespace.createElement("path", {
|
104
105
|
d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",
|
105
|
-
stroke: "#D5FF5C",
|
106
106
|
strokeWidth: 1.4,
|
107
107
|
strokeLinecap: "round",
|
108
108
|
strokeLinejoin: "round"
|
109
109
|
})), _path2$7 || (_path2$7 = /*#__PURE__*/React__namespace.createElement("path", {
|
110
110
|
d: "M14 11a5.002 5.002 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",
|
111
|
-
stroke: "#D5FF5C",
|
112
111
|
strokeWidth: 1.4,
|
113
112
|
strokeLinecap: "round",
|
114
113
|
strokeLinejoin: "round"
|
@@ -153,10 +152,10 @@ var SvgCursorClick = function SvgCursorClick(props) {
|
|
153
152
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$q({
|
154
153
|
viewBox: "0 0 24 24",
|
155
154
|
fill: "none",
|
155
|
+
stroke: "currentColor",
|
156
156
|
xmlns: "http://www.w3.org/2000/svg"
|
157
157
|
}, props), _path$n || (_path$n = /*#__PURE__*/React__namespace.createElement("path", {
|
158
|
-
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.
|
159
|
-
stroke: "currentColor",
|
158
|
+
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",
|
160
159
|
strokeWidth: 1.4,
|
161
160
|
strokeLinecap: "round",
|
162
161
|
strokeLinejoin: "round"
|
@@ -231,11 +230,10 @@ function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : func
|
|
231
230
|
var SvgDcent = function SvgDcent(props) {
|
232
231
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$o({
|
233
232
|
viewBox: "0 0 62 70",
|
234
|
-
fill: "
|
233
|
+
fill: "currentColor",
|
235
234
|
xmlns: "http://www.w3.org/2000/svg"
|
236
235
|
}, props), _path$m || (_path$m = /*#__PURE__*/React__namespace.createElement("path", {
|
237
|
-
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"
|
238
|
-
fill: "currentColor"
|
236
|
+
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"
|
239
237
|
})));
|
240
238
|
};
|
241
239
|
|
@@ -399,13 +397,12 @@ function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : func
|
|
399
397
|
var SvgHistory = function SvgHistory(props) {
|
400
398
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$g({
|
401
399
|
viewBox: "0 0 24 24",
|
402
|
-
fill: "
|
400
|
+
fill: "currentColor",
|
403
401
|
xmlns: "http://www.w3.org/2000/svg"
|
404
402
|
}, props), _path$g || (_path$g = /*#__PURE__*/React__namespace.createElement("path", {
|
405
403
|
fillRule: "evenodd",
|
406
404
|
clipRule: "evenodd",
|
407
|
-
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"
|
408
|
-
fill: "#A5A5A5"
|
405
|
+
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"
|
409
406
|
})));
|
410
407
|
};
|
411
408
|
|
@@ -562,29 +559,12 @@ var SvgNetworkUsageIncreasing = function SvgNetworkUsageIncreasing(props) {
|
|
562
559
|
|
563
560
|
var _path$b;
|
564
561
|
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); }
|
565
|
-
var SvgPaperPlane = function SvgPaperPlane(props) {
|
566
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$b({
|
567
|
-
viewBox: "0 0 24 24",
|
568
|
-
fill: "none",
|
569
|
-
xmlns: "http://www.w3.org/2000/svg",
|
570
|
-
className: "paper-plane_svg__paper-plane"
|
571
|
-
}, props), _path$b || (_path$b = /*#__PURE__*/React__namespace.createElement("path", {
|
572
|
-
d: "M22 2 11 13M22 2l-7 20-4-9-9-4 20-7Z",
|
573
|
-
stroke: "currentColor",
|
574
|
-
strokeWidth: 2,
|
575
|
-
strokeLinecap: "round",
|
576
|
-
strokeLinejoin: "round"
|
577
|
-
})));
|
578
|
-
};
|
579
|
-
|
580
|
-
var _path$a;
|
581
|
-
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); }
|
582
562
|
var SvgPin = function SvgPin(props) {
|
583
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
563
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$b({
|
584
564
|
viewBox: "0 0 11 16",
|
585
565
|
fill: "none",
|
586
566
|
xmlns: "http://www.w3.org/2000/svg"
|
587
|
-
}, props), _path$
|
567
|
+
}, props), _path$b || (_path$b = /*#__PURE__*/React__namespace.createElement("path", {
|
588
568
|
fillRule: "evenodd",
|
589
569
|
clipRule: "evenodd",
|
590
570
|
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",
|
@@ -592,13 +572,13 @@ var SvgPin = function SvgPin(props) {
|
|
592
572
|
})));
|
593
573
|
};
|
594
574
|
|
595
|
-
var _path$
|
596
|
-
function _extends$
|
575
|
+
var _path$a, _path2$4;
|
576
|
+
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); }
|
597
577
|
var SvgPolkadotVault = function SvgPolkadotVault(props) {
|
598
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
578
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$a({
|
599
579
|
viewBox: "0 0 80 80",
|
600
580
|
xmlns: "http://www.w3.org/2000/svg"
|
601
|
-
}, props), _path$
|
581
|
+
}, props), _path$a || (_path$a = /*#__PURE__*/React__namespace.createElement("path", {
|
602
582
|
fill: "none",
|
603
583
|
stroke: "currentColor",
|
604
584
|
strokeWidth: 6.171,
|
@@ -610,13 +590,13 @@ var SvgPolkadotVault = function SvgPolkadotVault(props) {
|
|
610
590
|
})));
|
611
591
|
};
|
612
592
|
|
613
|
-
var _path$
|
614
|
-
function _extends$
|
593
|
+
var _path$9;
|
594
|
+
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); }
|
615
595
|
var SvgPopup = function SvgPopup(props) {
|
616
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
596
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$9({
|
617
597
|
xmlns: "http://www.w3.org/2000/svg",
|
618
598
|
viewBox: "0 0 20 20"
|
619
|
-
}, props), _path$
|
599
|
+
}, props), _path$9 || (_path$9 = /*#__PURE__*/React__namespace.createElement("path", {
|
620
600
|
d: "M1 7a2 2 0 0 1 2-2h12l4-4v16a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2z",
|
621
601
|
strokeLinecap: "round",
|
622
602
|
stroke: "#000",
|
@@ -626,14 +606,14 @@ var SvgPopup = function SvgPopup(props) {
|
|
626
606
|
})));
|
627
607
|
};
|
628
608
|
|
629
|
-
var _path$
|
630
|
-
function _extends$
|
609
|
+
var _path$8;
|
610
|
+
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); }
|
631
611
|
var SvgRocket = function SvgRocket(props) {
|
632
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
612
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$8({
|
633
613
|
viewBox: "0 0 19 19",
|
634
614
|
fill: "none",
|
635
615
|
xmlns: "http://www.w3.org/2000/svg"
|
636
|
-
}, props), _path$
|
616
|
+
}, props), _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
637
617
|
fillRule: "evenodd",
|
638
618
|
clipRule: "evenodd",
|
639
619
|
d: "M9.349 4.303c.755-.756 2.092-1.288 3.43-1.48.659-.093 1.278-.099 1.781-.023.524.078.828.23.961.363.134.133.285.437.364.961.075.503.07 1.123-.024 1.781-.192 1.338-.724 2.675-1.48 3.43l-.96.96-3.6 3.6-.716.717-1.316-1.316a.684.684 0 0 0-.968.967l1.8 1.8c.268.267.7.267.968 0l.58-.58 1.35 2.248a.684.684 0 0 0 1.07.132l2.4-2.4a.684.684 0 0 0 .193-.58l-.551-3.862.718-.718C16.393 9.259 17 7.595 17.215 6.098c.108-.759.122-1.515.023-2.177-.096-.64-.313-1.289-.75-1.725-.436-.437-1.084-.653-1.725-.75-.661-.098-1.418-.085-2.177.024-1.497.213-3.16.821-4.205 1.866l-.718.718-3.861-.552a.684.684 0 0 0-.58.194l-2.4 2.4a.684.684 0 0 0 .131 1.07l2.249 1.35-.58.58a.684.684 0 0 0 0 .967l1.8 1.8a.684.684 0 1 0 .967-.967L4.072 9.579l.717-.716 3.6-3.6.96-.96zm2.892 11.973-1.075-1.79 2.255-2.256.359 2.508-1.54 1.538zM4.199 7.518l2.255-2.255-2.507-.358-1.539 1.538L4.2 7.518zm-1.21 5.545a.684.684 0 1 0-.968-.967l-1.2 1.2a.684.684 0 1 0 .968.967l1.2-1.2zm1.8 1.8a.684.684 0 0 0-.968-.967l-2.4 2.4a.684.684 0 1 0 .968.967l2.4-2.4zm1.8 1.8a.684.684 0 0 0-.968-.967l-1.2 1.2a.684.684 0 1 0 .968.967l1.2-1.2zm3.92-9.544a.936.936 0 1 1 1.872 0 .936.936 0 0 1-1.872 0zm.936-2.304a2.304 2.304 0 1 0 0 4.608 2.304 2.304 0 0 0 0-4.608z",
|
@@ -641,15 +621,15 @@ var SvgRocket = function SvgRocket(props) {
|
|
641
621
|
})));
|
642
622
|
};
|
643
623
|
|
644
|
-
var _path$
|
645
|
-
function _extends$
|
624
|
+
var _path$7;
|
625
|
+
function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
|
646
626
|
var SvgSecret = function SvgSecret(props) {
|
647
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
627
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$7({
|
648
628
|
viewBox: "0 0 22 18",
|
649
629
|
stroke: "currentColor",
|
650
630
|
fill: "none",
|
651
631
|
xmlns: "http://www.w3.org/2000/svg"
|
652
|
-
}, props), _path$
|
632
|
+
}, props), _path$7 || (_path$7 = /*#__PURE__*/React__namespace.createElement("path", {
|
653
633
|
d: "M21 7V4.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C19.48 1 18.92 1 17.8 1H4.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874C1 2.52 1 3.08 1 4.2v3.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C2.52 11 3.08 11 4.2 11H10m1-5h.005M16 6h.005M6 6h.005m12.245 7v-1.75a1.75 1.75 0 1 0-3.5 0V13m-3.5-7a.25.25 0 1 1-.5 0 .25.25 0 0 1 .5 0Zm5 0a.25.25 0 1 1-.5 0 .25.25 0 0 1 .5 0Zm-10 0a.25.25 0 1 1-.5 0 .25.25 0 0 1 .5 0Zm8.35 11h3.8c.56 0 .84 0 1.054-.109a1 1 0 0 0 .437-.437C20 16.24 20 15.96 20 15.4v-.8c0-.56 0-.84-.109-1.054a1 1 0 0 0-.437-.437C19.24 13 18.96 13 18.4 13h-3.8c-.56 0-.84 0-1.054.109a1 1 0 0 0-.437.437C13 13.76 13 14.04 13 14.6v.8c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C13.76 17 14.04 17 14.6 17Z",
|
654
634
|
strokeWidth: 2,
|
655
635
|
strokeLinecap: "round",
|
@@ -657,6 +637,22 @@ var SvgSecret = function SvgSecret(props) {
|
|
657
637
|
})));
|
658
638
|
};
|
659
639
|
|
640
|
+
var _path$6;
|
641
|
+
function _extends$6() { _extends$6 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
|
642
|
+
var SvgStars = function SvgStars(props) {
|
643
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$6({
|
644
|
+
viewBox: "0 0 24 24",
|
645
|
+
fill: "none",
|
646
|
+
stroke: "currentColor",
|
647
|
+
xmlns: "http://www.w3.org/2000/svg"
|
648
|
+
}, props), _path$6 || (_path$6 = /*#__PURE__*/React__namespace.createElement("path", {
|
649
|
+
d: "m6.5 13 .784 1.569c.266.53.399.796.576 1.026a3 3 0 0 0 .545.545c.23.177.495.31 1.026.575L11 17.5l-1.569.785c-.53.265-.796.398-1.026.575a3 3 0 0 0-.545.545c-.177.23-.31.495-.576 1.026L6.5 22l-.784-1.569c-.266-.53-.399-.796-.576-1.026a3 3 0 0 0-.545-.545c-.23-.177-.495-.31-1.026-.575L2 17.5l1.569-.785c.53-.265.796-.398 1.026-.575a3 3 0 0 0 .545-.545c.177-.23.31-.495.576-1.026L6.5 13ZM15 2l1.179 3.064c.282.734.423 1.1.642 1.409a3 3 0 0 0 .706.706c.309.22.675.36 1.409.642L22 9l-3.064 1.179c-.734.282-1.1.423-1.409.642a3 3 0 0 0-.706.706c-.22.309-.36.675-.642 1.409L15 16l-1.179-3.064c-.282-.734-.423-1.1-.642-1.409a3 3 0 0 0-.706-.706c-.309-.22-.675-.36-1.409-.642L8 9l3.064-1.179c.734-.282 1.1-.423 1.409-.642a3 3 0 0 0 .706-.706c.22-.309.36-.675.642-1.409L15 2Z",
|
650
|
+
strokeWidth: 2,
|
651
|
+
strokeLinecap: "round",
|
652
|
+
strokeLinejoin: "round"
|
653
|
+
})));
|
654
|
+
};
|
655
|
+
|
660
656
|
var _path$5, _path2$3, _path3$2, _path4$1;
|
661
657
|
function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5.apply(this, arguments); }
|
662
658
|
var SvgSwap = function SvgSwap(props) {
|
@@ -1961,12 +1957,12 @@ exports.NetworkUsageDecreasingIcon = SvgNetworkUsageDecreasing;
|
|
1961
1957
|
exports.NetworkUsageHighIcon = SvgNetworkUsageHigh;
|
1962
1958
|
exports.NetworkUsageIdleIcon = SvgNetworkUsageIdle;
|
1963
1959
|
exports.NetworkUsageIncreasingIcon = SvgNetworkUsageIncreasing;
|
1964
|
-
exports.PaperPlaneIcon = SvgPaperPlane;
|
1965
1960
|
exports.PinIcon = SvgPin;
|
1966
1961
|
exports.PolkadotVaultIcon = SvgPolkadotVault;
|
1967
1962
|
exports.PopupIcon = SvgPopup;
|
1968
1963
|
exports.RocketIcon = SvgRocket;
|
1969
1964
|
exports.SecretIcon = SvgSecret;
|
1965
|
+
exports.StarsIcon = SvgStars;
|
1970
1966
|
exports.SwapIcon = SvgSwap;
|
1971
1967
|
exports.TableIcon = SvgTable;
|
1972
1968
|
exports.TalismanHandIcon = SvgTalismanHand;
|
@@ -75,16 +75,15 @@ var SvgChain = function SvgChain(props) {
|
|
75
75
|
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
76
76
|
viewBox: "0 0 24 24",
|
77
77
|
fill: "none",
|
78
|
+
stroke: "currentColor",
|
78
79
|
xmlns: "http://www.w3.org/2000/svg"
|
79
80
|
}, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
80
81
|
d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",
|
81
|
-
stroke: "#D5FF5C",
|
82
82
|
strokeWidth: 1.4,
|
83
83
|
strokeLinecap: "round",
|
84
84
|
strokeLinejoin: "round"
|
85
85
|
})), _path2$7 || (_path2$7 = /*#__PURE__*/React.createElement("path", {
|
86
86
|
d: "M14 11a5.002 5.002 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",
|
87
|
-
stroke: "#D5FF5C",
|
88
87
|
strokeWidth: 1.4,
|
89
88
|
strokeLinecap: "round",
|
90
89
|
strokeLinejoin: "round"
|
@@ -129,10 +128,10 @@ var SvgCursorClick = function SvgCursorClick(props) {
|
|
129
128
|
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
130
129
|
viewBox: "0 0 24 24",
|
131
130
|
fill: "none",
|
131
|
+
stroke: "currentColor",
|
132
132
|
xmlns: "http://www.w3.org/2000/svg"
|
133
133
|
}, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
134
|
-
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.
|
135
|
-
stroke: "currentColor",
|
134
|
+
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",
|
136
135
|
strokeWidth: 1.4,
|
137
136
|
strokeLinecap: "round",
|
138
137
|
strokeLinejoin: "round"
|
@@ -207,11 +206,10 @@ function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : func
|
|
207
206
|
var SvgDcent = function SvgDcent(props) {
|
208
207
|
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
209
208
|
viewBox: "0 0 62 70",
|
210
|
-
fill: "
|
209
|
+
fill: "currentColor",
|
211
210
|
xmlns: "http://www.w3.org/2000/svg"
|
212
211
|
}, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
|
213
|
-
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"
|
214
|
-
fill: "currentColor"
|
212
|
+
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"
|
215
213
|
})));
|
216
214
|
};
|
217
215
|
|
@@ -375,13 +373,12 @@ function _extends$g() { _extends$g = Object.assign ? Object.assign.bind() : func
|
|
375
373
|
var SvgHistory = function SvgHistory(props) {
|
376
374
|
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
377
375
|
viewBox: "0 0 24 24",
|
378
|
-
fill: "
|
376
|
+
fill: "currentColor",
|
379
377
|
xmlns: "http://www.w3.org/2000/svg"
|
380
378
|
}, props), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
381
379
|
fillRule: "evenodd",
|
382
380
|
clipRule: "evenodd",
|
383
|
-
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"
|
384
|
-
fill: "#A5A5A5"
|
381
|
+
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"
|
385
382
|
})));
|
386
383
|
};
|
387
384
|
|
@@ -538,29 +535,12 @@ var SvgNetworkUsageIncreasing = function SvgNetworkUsageIncreasing(props) {
|
|
538
535
|
|
539
536
|
var _path$b;
|
540
537
|
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); }
|
541
|
-
var SvgPaperPlane = function SvgPaperPlane(props) {
|
542
|
-
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
543
|
-
viewBox: "0 0 24 24",
|
544
|
-
fill: "none",
|
545
|
-
xmlns: "http://www.w3.org/2000/svg",
|
546
|
-
className: "paper-plane_svg__paper-plane"
|
547
|
-
}, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
|
548
|
-
d: "M22 2 11 13M22 2l-7 20-4-9-9-4 20-7Z",
|
549
|
-
stroke: "currentColor",
|
550
|
-
strokeWidth: 2,
|
551
|
-
strokeLinecap: "round",
|
552
|
-
strokeLinejoin: "round"
|
553
|
-
})));
|
554
|
-
};
|
555
|
-
|
556
|
-
var _path$a;
|
557
|
-
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); }
|
558
538
|
var SvgPin = function SvgPin(props) {
|
559
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
539
|
+
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
560
540
|
viewBox: "0 0 11 16",
|
561
541
|
fill: "none",
|
562
542
|
xmlns: "http://www.w3.org/2000/svg"
|
563
|
-
}, props), _path$
|
543
|
+
}, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
|
564
544
|
fillRule: "evenodd",
|
565
545
|
clipRule: "evenodd",
|
566
546
|
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",
|
@@ -568,13 +548,13 @@ var SvgPin = function SvgPin(props) {
|
|
568
548
|
})));
|
569
549
|
};
|
570
550
|
|
571
|
-
var _path$
|
572
|
-
function _extends$
|
551
|
+
var _path$a, _path2$4;
|
552
|
+
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); }
|
573
553
|
var SvgPolkadotVault = function SvgPolkadotVault(props) {
|
574
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
554
|
+
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
575
555
|
viewBox: "0 0 80 80",
|
576
556
|
xmlns: "http://www.w3.org/2000/svg"
|
577
|
-
}, props), _path$
|
557
|
+
}, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
|
578
558
|
fill: "none",
|
579
559
|
stroke: "currentColor",
|
580
560
|
strokeWidth: 6.171,
|
@@ -586,13 +566,13 @@ var SvgPolkadotVault = function SvgPolkadotVault(props) {
|
|
586
566
|
})));
|
587
567
|
};
|
588
568
|
|
589
|
-
var _path$
|
590
|
-
function _extends$
|
569
|
+
var _path$9;
|
570
|
+
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); }
|
591
571
|
var SvgPopup = function SvgPopup(props) {
|
592
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
572
|
+
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
593
573
|
xmlns: "http://www.w3.org/2000/svg",
|
594
574
|
viewBox: "0 0 20 20"
|
595
|
-
}, props), _path$
|
575
|
+
}, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
|
596
576
|
d: "M1 7a2 2 0 0 1 2-2h12l4-4v16a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2z",
|
597
577
|
strokeLinecap: "round",
|
598
578
|
stroke: "#000",
|
@@ -602,14 +582,14 @@ var SvgPopup = function SvgPopup(props) {
|
|
602
582
|
})));
|
603
583
|
};
|
604
584
|
|
605
|
-
var _path$
|
606
|
-
function _extends$
|
585
|
+
var _path$8;
|
586
|
+
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); }
|
607
587
|
var SvgRocket = function SvgRocket(props) {
|
608
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
588
|
+
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
609
589
|
viewBox: "0 0 19 19",
|
610
590
|
fill: "none",
|
611
591
|
xmlns: "http://www.w3.org/2000/svg"
|
612
|
-
}, props), _path$
|
592
|
+
}, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
|
613
593
|
fillRule: "evenodd",
|
614
594
|
clipRule: "evenodd",
|
615
595
|
d: "M9.349 4.303c.755-.756 2.092-1.288 3.43-1.48.659-.093 1.278-.099 1.781-.023.524.078.828.23.961.363.134.133.285.437.364.961.075.503.07 1.123-.024 1.781-.192 1.338-.724 2.675-1.48 3.43l-.96.96-3.6 3.6-.716.717-1.316-1.316a.684.684 0 0 0-.968.967l1.8 1.8c.268.267.7.267.968 0l.58-.58 1.35 2.248a.684.684 0 0 0 1.07.132l2.4-2.4a.684.684 0 0 0 .193-.58l-.551-3.862.718-.718C16.393 9.259 17 7.595 17.215 6.098c.108-.759.122-1.515.023-2.177-.096-.64-.313-1.289-.75-1.725-.436-.437-1.084-.653-1.725-.75-.661-.098-1.418-.085-2.177.024-1.497.213-3.16.821-4.205 1.866l-.718.718-3.861-.552a.684.684 0 0 0-.58.194l-2.4 2.4a.684.684 0 0 0 .131 1.07l2.249 1.35-.58.58a.684.684 0 0 0 0 .967l1.8 1.8a.684.684 0 1 0 .967-.967L4.072 9.579l.717-.716 3.6-3.6.96-.96zm2.892 11.973-1.075-1.79 2.255-2.256.359 2.508-1.54 1.538zM4.199 7.518l2.255-2.255-2.507-.358-1.539 1.538L4.2 7.518zm-1.21 5.545a.684.684 0 1 0-.968-.967l-1.2 1.2a.684.684 0 1 0 .968.967l1.2-1.2zm1.8 1.8a.684.684 0 0 0-.968-.967l-2.4 2.4a.684.684 0 1 0 .968.967l2.4-2.4zm1.8 1.8a.684.684 0 0 0-.968-.967l-1.2 1.2a.684.684 0 1 0 .968.967l1.2-1.2zm3.92-9.544a.936.936 0 1 1 1.872 0 .936.936 0 0 1-1.872 0zm.936-2.304a2.304 2.304 0 1 0 0 4.608 2.304 2.304 0 0 0 0-4.608z",
|
@@ -617,15 +597,15 @@ var SvgRocket = function SvgRocket(props) {
|
|
617
597
|
})));
|
618
598
|
};
|
619
599
|
|
620
|
-
var _path$
|
621
|
-
function _extends$
|
600
|
+
var _path$7;
|
601
|
+
function _extends$7() { _extends$7 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$7.apply(this, arguments); }
|
622
602
|
var SvgSecret = function SvgSecret(props) {
|
623
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
603
|
+
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
624
604
|
viewBox: "0 0 22 18",
|
625
605
|
stroke: "currentColor",
|
626
606
|
fill: "none",
|
627
607
|
xmlns: "http://www.w3.org/2000/svg"
|
628
|
-
}, props), _path$
|
608
|
+
}, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
|
629
609
|
d: "M21 7V4.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C19.48 1 18.92 1 17.8 1H4.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874C1 2.52 1 3.08 1 4.2v3.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C2.52 11 3.08 11 4.2 11H10m1-5h.005M16 6h.005M6 6h.005m12.245 7v-1.75a1.75 1.75 0 1 0-3.5 0V13m-3.5-7a.25.25 0 1 1-.5 0 .25.25 0 0 1 .5 0Zm5 0a.25.25 0 1 1-.5 0 .25.25 0 0 1 .5 0Zm-10 0a.25.25 0 1 1-.5 0 .25.25 0 0 1 .5 0Zm8.35 11h3.8c.56 0 .84 0 1.054-.109a1 1 0 0 0 .437-.437C20 16.24 20 15.96 20 15.4v-.8c0-.56 0-.84-.109-1.054a1 1 0 0 0-.437-.437C19.24 13 18.96 13 18.4 13h-3.8c-.56 0-.84 0-1.054.109a1 1 0 0 0-.437.437C13 13.76 13 14.04 13 14.6v.8c0 .56 0 .84.109 1.054a1 1 0 0 0 .437.437C13.76 17 14.04 17 14.6 17Z",
|
630
610
|
strokeWidth: 2,
|
631
611
|
strokeLinecap: "round",
|
@@ -633,6 +613,22 @@ var SvgSecret = function SvgSecret(props) {
|
|
633
613
|
})));
|
634
614
|
};
|
635
615
|
|
616
|
+
var _path$6;
|
617
|
+
function _extends$6() { _extends$6 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$6.apply(this, arguments); }
|
618
|
+
var SvgStars = function SvgStars(props) {
|
619
|
+
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
620
|
+
viewBox: "0 0 24 24",
|
621
|
+
fill: "none",
|
622
|
+
stroke: "currentColor",
|
623
|
+
xmlns: "http://www.w3.org/2000/svg"
|
624
|
+
}, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
|
625
|
+
d: "m6.5 13 .784 1.569c.266.53.399.796.576 1.026a3 3 0 0 0 .545.545c.23.177.495.31 1.026.575L11 17.5l-1.569.785c-.53.265-.796.398-1.026.575a3 3 0 0 0-.545.545c-.177.23-.31.495-.576 1.026L6.5 22l-.784-1.569c-.266-.53-.399-.796-.576-1.026a3 3 0 0 0-.545-.545c-.23-.177-.495-.31-1.026-.575L2 17.5l1.569-.785c.53-.265.796-.398 1.026-.575a3 3 0 0 0 .545-.545c.177-.23.31-.495.576-1.026L6.5 13ZM15 2l1.179 3.064c.282.734.423 1.1.642 1.409a3 3 0 0 0 .706.706c.309.22.675.36 1.409.642L22 9l-3.064 1.179c-.734.282-1.1.423-1.409.642a3 3 0 0 0-.706.706c-.22.309-.36.675-.642 1.409L15 16l-1.179-3.064c-.282-.734-.423-1.1-.642-1.409a3 3 0 0 0-.706-.706c-.309-.22-.675-.36-1.409-.642L8 9l3.064-1.179c.734-.282 1.1-.423 1.409-.642a3 3 0 0 0 .706-.706c.22-.309.36-.675.642-1.409L15 2Z",
|
626
|
+
strokeWidth: 2,
|
627
|
+
strokeLinecap: "round",
|
628
|
+
strokeLinejoin: "round"
|
629
|
+
})));
|
630
|
+
};
|
631
|
+
|
636
632
|
var _path$5, _path2$3, _path3$2, _path4$1;
|
637
633
|
function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$5.apply(this, arguments); }
|
638
634
|
var SvgSwap = function SvgSwap(props) {
|
@@ -774,4 +770,4 @@ var SvgVote = function SvgVote(props) {
|
|
774
770
|
})));
|
775
771
|
};
|
776
772
|
|
777
|
-
export { SvgBrave as BraveIcon, SvgChain as ChainIcon, SvgCoins as CoinsIcon, SvgComment as CommentIcon, SvgCursorClick as CursorClickIcon, SvgCustomTokenGeneric as CustomTokenGenericIcon, SvgDcent as DcentIcon, SvgDownloadAlert as DownloadAlertIcon, SvgDrag as DragIcon, SvgExtensionButton as ExtensionButtonIcon, SvgEyePlus as EyePlusIcon, SvgFileCheck as FileCheckIcon, SvgFileX as FileXIcon, SvgHamburgerMenu as HamburgerMenuIcon, SvgHistory as HistoryIcon, SvgNetworkUsageDecreasing as NetworkUsageDecreasingIcon, SvgNetworkUsageHigh as NetworkUsageHighIcon, SvgNetworkUsageIdle as NetworkUsageIdleIcon, SvgNetworkUsageIncreasing as NetworkUsageIncreasingIcon,
|
773
|
+
export { SvgBrave as BraveIcon, SvgChain as ChainIcon, SvgCoins as CoinsIcon, SvgComment as CommentIcon, SvgCursorClick as CursorClickIcon, SvgCustomTokenGeneric as CustomTokenGenericIcon, SvgDcent as DcentIcon, SvgDownloadAlert as DownloadAlertIcon, SvgDrag as DragIcon, SvgExtensionButton as ExtensionButtonIcon, SvgEyePlus as EyePlusIcon, SvgFileCheck as FileCheckIcon, SvgFileX as FileXIcon, SvgHamburgerMenu as HamburgerMenuIcon, SvgHistory as HistoryIcon, SvgNetworkUsageDecreasing as NetworkUsageDecreasingIcon, SvgNetworkUsageHigh as NetworkUsageHighIcon, SvgNetworkUsageIdle as NetworkUsageIdleIcon, SvgNetworkUsageIncreasing as NetworkUsageIncreasingIcon, SvgPin as PinIcon, SvgPolkadotVault as PolkadotVaultIcon, SvgPopup as PopupIcon, SvgRocket as RocketIcon, SvgSecret as SecretIcon, SvgStars as StarsIcon, SvgSwap as SwapIcon, SvgTable as TableIcon, SvgTalismanHand as TalismanHandIcon, SvgUsb as UsbIcon, SvgUserRight as UserRightIcon, SvgVote as VoteIcon };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@talismn/icons",
|
3
|
-
"version": "0.0.0-pr1166-
|
3
|
+
"version": "0.0.0-pr1166-20231201004821",
|
4
4
|
"author": "Talisman",
|
5
5
|
"homepage": "https://talisman.xyz",
|
6
6
|
"license": "GPL-3.0-or-later",
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"react-icons": "^4.10.1"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
|
-
"@talismn/eslint-config": "0.0.0-pr1166-
|
32
|
+
"@talismn/eslint-config": "0.0.0-pr1166-20231201004821",
|
33
33
|
"@talismn/tsconfig": "0.0.2",
|
34
34
|
"@types/jest": "^27.5.1",
|
35
35
|
"@types/react": "18.0.14",
|