@talismn/icons 0.0.0-pr1313-20240216061331 → 0.0.0-pr1314-20240216065412
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/talismn-icons.cjs.d.ts +0 -1
- package/dist/talismn-icons.cjs.dev.js +319 -318
- package/dist/talismn-icons.cjs.prod.js +319 -318
- package/dist/talismn-icons.esm.js +319 -318
- package/package.json +2 -2
@@ -6,42 +6,42 @@ var _path$t, _path2$9, _path3$3, _g$6, _defs$5;
|
|
6
6
|
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); }
|
7
7
|
var SvgBrave = function SvgBrave(props) {
|
8
8
|
return /*#__PURE__*/React.createElement("svg", _extends$y({
|
9
|
-
|
9
|
+
viewBox: "0 0 21 24",
|
10
10
|
fill: "none",
|
11
|
-
|
11
|
+
xmlns: "http://www.w3.org/2000/svg"
|
12
12
|
}, props), _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
13
|
-
fill: "url(#brave_svg__a)",
|
14
13
|
fillRule: "evenodd",
|
15
|
-
|
16
|
-
|
14
|
+
clipRule: "evenodd",
|
15
|
+
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",
|
16
|
+
fill: "url(#brave_svg__a)"
|
17
17
|
})), _path2$9 || (_path2$9 = /*#__PURE__*/React.createElement("path", {
|
18
|
-
fill: "#FAFAFA",
|
19
18
|
fillRule: "evenodd",
|
20
|
-
|
21
|
-
|
19
|
+
clipRule: "evenodd",
|
20
|
+
d: "M15.408 3.888s2.695 3.262 2.695 3.96c0 .696-.34.88-.68 1.243l-2.02 2.148c-.192.204-.59.512-.356 1.067.234.554.58 1.26.196 1.976-.385.716-1.043 1.194-1.464 1.115-.422-.08-1.412-.597-1.776-.834-.364-.237-1.518-1.19-1.518-1.554 0-.365 1.193-1.02 1.413-1.168.22-.149 1.226-.724 1.246-.95.02-.226.013-.293-.284-.851-.296-.558-.83-1.304-.742-1.8.09-.495.951-.753 1.566-.985.615-.233 1.799-.672 1.946-.74.148-.069.11-.134-.338-.176-.448-.043-1.72-.212-2.292-.052-.573.16-1.553.404-1.632.533-.08.129-.15.133-.068.578.082.445.501 2.582.542 2.961.04.38.12.63-.289.724-.408.093-1.096.256-1.332.256-.237 0-.925-.163-1.333-.256-.409-.094-.33-.345-.288-.724.04-.38.46-2.516.541-2.96.081-.446.011-.45-.068-.58-.08-.128-1.058-.372-1.631-.532-.574-.16-1.845.01-2.293.052-.448.042-.486.107-.338.176.148.068 1.332.507 1.946.74.615.232 1.477.49 1.566.986.089.495-.446 1.24-.742 1.799-.297.558-.305.625-.284.85.02.226 1.026.802 1.246.95.22.15 1.413.804 1.413 1.169 0 .364-1.154 1.317-1.518 1.554-.364.237-1.354.755-1.776.834-.421.079-1.08-.399-1.463-1.115-.384-.716-.039-1.422.195-1.976.234-.555-.164-.863-.355-1.067l-2.02-2.148c-.342-.363-.68-.547-.68-1.244s2.694-3.959 2.694-3.959 2.275.435 2.581.435c.307 0 .971-.256 1.585-.46.613-.205 1.022-.207 1.022-.207s.409.002 1.022.206c.613.205 1.277.46 1.584.46.307 0 2.58-.434 2.58-.434zm-2.02 12.478c.166.105.065.302-.088.41a124.03 124.03 0 0 0-2.392 1.865c-.198.175-.49.464-.687.464-.198 0-.49-.289-.688-.464-.198-.175-2.24-1.758-2.392-1.866-.152-.107-.254-.304-.087-.41.167-.104.689-.367 1.409-.74.72-.374 1.618-.691 1.758-.691.14 0 1.037.317 1.758.69.72.373 1.242.637 1.408.742z",
|
21
|
+
fill: "#FAFAFA"
|
22
22
|
})), /*#__PURE__*/React.createElement("mask", {
|
23
23
|
id: "brave_svg__b",
|
24
|
-
width: 18,
|
25
|
-
height: 5,
|
26
|
-
x: 1,
|
27
|
-
y: 0,
|
28
|
-
maskUnits: "userSpaceOnUse",
|
29
24
|
style: {
|
30
25
|
maskType: "alpha"
|
31
|
-
}
|
26
|
+
},
|
27
|
+
maskUnits: "userSpaceOnUse",
|
28
|
+
x: 1,
|
29
|
+
y: 0,
|
30
|
+
width: 18,
|
31
|
+
height: 5
|
32
32
|
}, _path3$3 || (_path3$3 = /*#__PURE__*/React.createElement("path", {
|
33
|
-
|
34
|
-
|
33
|
+
d: "M15.996 2.38 13.901 0H6.54L4.447 2.38s-1.84-.512-2.708.358c0 0 2.453-.221 3.296 1.152 0 0 2.274.435 2.58.435.308 0 .972-.256 1.585-.461.613-.205 1.022-.206 1.022-.206s.41.001 1.022.206c.614.205 1.278.46 1.585.46.306 0 2.58-.434 2.58-.434.844-1.373 3.297-1.152 3.297-1.152-.87-.87-2.709-.358-2.709-.358z",
|
34
|
+
fill: "#fff"
|
35
35
|
}))), _g$6 || (_g$6 = /*#__PURE__*/React.createElement("g", {
|
36
36
|
mask: "url(#brave_svg__b)"
|
37
37
|
}, /*#__PURE__*/React.createElement("path", {
|
38
|
-
|
39
|
-
|
38
|
+
d: "M15.996 2.38 13.9 0H6.541L4.446 2.38s-1.84-.512-2.709.358c0 0 2.453-.221 3.297 1.152 0 0 2.274.435 2.58.435.307 0 .971-.256 1.585-.461.613-.205 1.022-.206 1.022-.206s.409.001 1.022.206 1.277.46 1.584.46c.307 0 2.581-.434 2.581-.434.843-1.373 3.296-1.152 3.296-1.152-.869-.87-2.708-.358-2.708-.358z",
|
39
|
+
fill: "url(#brave_svg__c)"
|
40
40
|
}))), _defs$5 || (_defs$5 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
41
41
|
id: "brave_svg__a",
|
42
42
|
x1: 0,
|
43
|
-
x2: 20.442,
|
44
43
|
y1: 12.169,
|
44
|
+
x2: 20.442,
|
45
45
|
y2: 12.169,
|
46
46
|
gradientUnits: "userSpaceOnUse"
|
47
47
|
}, /*#__PURE__*/React.createElement("stop", {
|
@@ -58,8 +58,8 @@ var SvgBrave = function SvgBrave(props) {
|
|
58
58
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
59
59
|
id: "brave_svg__c",
|
60
60
|
x1: 2.102,
|
61
|
-
x2: 18.704,
|
62
61
|
y1: 2.193,
|
62
|
+
x2: 18.704,
|
63
63
|
y2: 2.193,
|
64
64
|
gradientUnits: "userSpaceOnUse"
|
65
65
|
}, /*#__PURE__*/React.createElement("stop", {
|
@@ -74,20 +74,20 @@ var _path$s, _path2$8;
|
|
74
74
|
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); }
|
75
75
|
var SvgChain = function SvgChain(props) {
|
76
76
|
return /*#__PURE__*/React.createElement("svg", _extends$x({
|
77
|
-
|
77
|
+
viewBox: "0 0 24 24",
|
78
78
|
fill: "none",
|
79
79
|
stroke: "currentColor",
|
80
|
-
|
80
|
+
xmlns: "http://www.w3.org/2000/svg"
|
81
81
|
}, props), _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
82
|
-
|
83
|
-
strokeLinejoin: "round",
|
82
|
+
d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",
|
84
83
|
strokeWidth: 1.4,
|
85
|
-
d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"
|
86
|
-
})), _path2$8 || (_path2$8 = /*#__PURE__*/React.createElement("path", {
|
87
84
|
strokeLinecap: "round",
|
88
|
-
strokeLinejoin: "round"
|
85
|
+
strokeLinejoin: "round"
|
86
|
+
})), _path2$8 || (_path2$8 = /*#__PURE__*/React.createElement("path", {
|
87
|
+
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",
|
89
88
|
strokeWidth: 1.4,
|
90
|
-
|
89
|
+
strokeLinecap: "round",
|
90
|
+
strokeLinejoin: "round"
|
91
91
|
})));
|
92
92
|
};
|
93
93
|
|
@@ -95,15 +95,15 @@ var _path$r;
|
|
95
95
|
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); }
|
96
96
|
var SvgCoins = function SvgCoins(props) {
|
97
97
|
return /*#__PURE__*/React.createElement("svg", _extends$w({
|
98
|
-
|
98
|
+
viewBox: "0 0 24 24",
|
99
99
|
fill: "none",
|
100
|
-
|
100
|
+
xmlns: "http://www.w3.org/2000/svg"
|
101
101
|
}, props), _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
102
|
+
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",
|
102
103
|
stroke: "currentColor",
|
103
|
-
strokeLinecap: "round",
|
104
|
-
strokeLinejoin: "round",
|
105
104
|
strokeWidth: 1.5,
|
106
|
-
|
105
|
+
strokeLinecap: "round",
|
106
|
+
strokeLinejoin: "round"
|
107
107
|
})));
|
108
108
|
};
|
109
109
|
|
@@ -111,15 +111,15 @@ var _path$q;
|
|
111
111
|
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); }
|
112
112
|
var SvgComment = function SvgComment(props) {
|
113
113
|
return /*#__PURE__*/React.createElement("svg", _extends$v({
|
114
|
-
|
115
|
-
fill: "none",
|
114
|
+
viewBox: "0 0 16 16",
|
116
115
|
stroke: "currentColor",
|
117
|
-
|
116
|
+
fill: "none",
|
117
|
+
xmlns: "http://www.w3.org/2000/svg"
|
118
118
|
}, props), _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
119
|
-
|
120
|
-
strokeLinejoin: "round",
|
119
|
+
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",
|
121
120
|
strokeWidth: 1.333,
|
122
|
-
|
121
|
+
strokeLinecap: "round",
|
122
|
+
strokeLinejoin: "round"
|
123
123
|
})));
|
124
124
|
};
|
125
125
|
|
@@ -127,15 +127,15 @@ var _path$p;
|
|
127
127
|
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); }
|
128
128
|
var SvgCursorClick = function SvgCursorClick(props) {
|
129
129
|
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
130
|
-
|
130
|
+
viewBox: "0 0 24 24",
|
131
131
|
fill: "none",
|
132
132
|
stroke: "currentColor",
|
133
|
-
|
133
|
+
xmlns: "http://www.w3.org/2000/svg"
|
134
134
|
}, props), _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
135
|
-
|
136
|
-
strokeLinejoin: "round",
|
135
|
+
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",
|
137
136
|
strokeWidth: 1.4,
|
138
|
-
|
137
|
+
strokeLinecap: "round",
|
138
|
+
strokeLinejoin: "round"
|
139
139
|
})));
|
140
140
|
};
|
141
141
|
|
@@ -143,8 +143,8 @@ var _g$5, _defs$4;
|
|
143
143
|
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); }
|
144
144
|
var SvgCustomTokenGeneric = function SvgCustomTokenGeneric(props) {
|
145
145
|
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
146
|
-
xmlns: "http://www.w3.org/2000/svg",
|
147
146
|
fill: "none",
|
147
|
+
xmlns: "http://www.w3.org/2000/svg",
|
148
148
|
viewBox: "0 0 32 32"
|
149
149
|
}, props), _g$5 || (_g$5 = /*#__PURE__*/React.createElement("g", {
|
150
150
|
clipPath: "url(#custom-token-generic_svg__a)"
|
@@ -161,33 +161,33 @@ var SvgCustomTokenGeneric = function SvgCustomTokenGeneric(props) {
|
|
161
161
|
r: 16,
|
162
162
|
fill: "#5A5A5A"
|
163
163
|
}), /*#__PURE__*/React.createElement("path", {
|
164
|
-
fill: "#888",
|
165
164
|
fillRule: "evenodd",
|
166
|
-
|
167
|
-
|
165
|
+
clipRule: "evenodd",
|
166
|
+
d: "M22.733 17.383c-.322.322-.882.175-1.072-.238a.618.618 0 0 1-.058-.26V9.75a1.563 1.563 0 0 0-3.125 0v3.612c0 .31-.318.521-.614.427a.454.454 0 0 1-.323-.426v-5.8a1.563 1.563 0 0 0-3.125 0v5.8a.454.454 0 0 1-.323.426c-.296.094-.614-.117-.614-.428V9.75a1.563 1.563 0 0 0-3.125 0v7.138c0 .088-.02.174-.057.254-.186.405-.733.547-1.048.232l-.582-.582a1.563 1.563 0 0 0-2.21 2.21l4.594 4.594A6.24 6.24 0 0 0 15.978 26a6.237 6.237 0 0 0 4.782-2.225l4.773-4.773a1.562 1.562 0 1 0-2.21-2.21l-.59.59z",
|
167
|
+
fill: "#888"
|
168
168
|
}), /*#__PURE__*/React.createElement("path", {
|
169
|
-
|
170
|
-
|
169
|
+
d: "M15.096 21.935h1.273c0-.175.01-.318.041-.472.062-.37.226-.637.688-.966.801-.564 1.9-1.108 1.9-2.31 0-1.314-1.191-2.187-2.937-2.187-2.002 0-3.193 1.17-3.05 2.865h1.325c-.102-.996.565-1.653 1.694-1.653.935 0 1.592.43 1.592 1.057 0 .657-.8.996-1.479 1.54-.75.606-1.047 1.12-1.047 1.982v.144zm-.164 2.033h1.591V22.52h-1.591v1.448z",
|
170
|
+
fill: "#5A5A5A"
|
171
171
|
}))), _defs$4 || (_defs$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
172
172
|
id: "custom-token-generic_svg__a"
|
173
173
|
}, /*#__PURE__*/React.createElement("path", {
|
174
|
-
|
175
|
-
|
174
|
+
d: "M0 16C0 7.163 7.163 0 16 0s16 7.163 16 16-7.163 16-16 16S0 24.837 0 16z",
|
175
|
+
fill: "#fff"
|
176
176
|
})), /*#__PURE__*/React.createElement("filter", {
|
177
177
|
id: "custom-token-generic_svg__b",
|
178
|
-
width: 44.317,
|
179
|
-
height: 44.317,
|
180
178
|
x: -6.566,
|
181
179
|
y: -5.995,
|
182
|
-
|
183
|
-
|
180
|
+
width: 44.317,
|
181
|
+
height: 44.317,
|
182
|
+
filterUnits: "userSpaceOnUse",
|
183
|
+
colorInterpolationFilters: "sRGB"
|
184
184
|
}, /*#__PURE__*/React.createElement("feFlood", {
|
185
185
|
floodOpacity: 0,
|
186
186
|
result: "BackgroundImageFix"
|
187
187
|
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
188
188
|
"in": "SourceAlpha",
|
189
|
-
|
190
|
-
|
189
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
190
|
+
result: "hardAlpha"
|
191
191
|
}), /*#__PURE__*/React.createElement("feOffset", null), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
192
192
|
stdDeviation: 3.079
|
193
193
|
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
@@ -206,11 +206,11 @@ var _path$o;
|
|
206
206
|
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); }
|
207
207
|
var SvgDcent = function SvgDcent(props) {
|
208
208
|
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
209
|
-
|
209
|
+
viewBox: "0 0 62 70",
|
210
210
|
fill: "currentColor",
|
211
|
-
|
211
|
+
xmlns: "http://www.w3.org/2000/svg"
|
212
212
|
}, props), _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
213
|
-
d: "m31.872 13.22 5.28-3.012V3.012L31.872
|
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
214
|
})));
|
215
215
|
};
|
216
216
|
|
@@ -218,54 +218,54 @@ var _g$4, _defs$3;
|
|
218
218
|
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); }
|
219
219
|
var SvgDeposit = function SvgDeposit(props) {
|
220
220
|
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
221
|
-
|
221
|
+
viewBox: "0 0 24 24",
|
222
222
|
fill: "none",
|
223
|
-
|
223
|
+
xmlns: "http://www.w3.org/2000/svg"
|
224
224
|
}, props), _g$4 || (_g$4 = /*#__PURE__*/React.createElement("g", {
|
225
225
|
strokeLinecap: "round",
|
226
226
|
strokeLinejoin: "round",
|
227
227
|
clipPath: "url(#deposit_svg__a)"
|
228
228
|
}, /*#__PURE__*/React.createElement("path", {
|
229
|
-
|
230
|
-
|
229
|
+
d: "M16.715 22.002h4.036l-2.02-2.02-2.016 2.02Z",
|
230
|
+
stroke: "#FAFAFA"
|
231
231
|
}), /*#__PURE__*/React.createElement("path", {
|
232
|
-
|
233
|
-
|
232
|
+
d: "M16.715 22.002h4.036l-2.02-2.02-2.016 2.02Z",
|
233
|
+
stroke: "url(#deposit_svg__b)"
|
234
234
|
}), /*#__PURE__*/React.createElement("path", {
|
235
|
-
|
236
|
-
|
235
|
+
d: "m16.715 22.001 6.873-6.872",
|
236
|
+
stroke: "#FAFAFA"
|
237
237
|
}), /*#__PURE__*/React.createElement("path", {
|
238
|
-
|
239
|
-
|
238
|
+
d: "m16.715 22.001 6.873-6.872",
|
239
|
+
stroke: "url(#deposit_svg__c)"
|
240
240
|
}), /*#__PURE__*/React.createElement("path", {
|
241
|
-
|
242
|
-
|
241
|
+
d: "M7.871 2H3.836l2.02 2.02L7.871 2Z",
|
242
|
+
stroke: "#FAFAFA"
|
243
243
|
}), /*#__PURE__*/React.createElement("path", {
|
244
|
-
|
245
|
-
|
244
|
+
d: "M7.871 2H3.836l2.02 2.02L7.871 2Z",
|
245
|
+
stroke: "url(#deposit_svg__d)"
|
246
246
|
}), /*#__PURE__*/React.createElement("path", {
|
247
|
-
|
248
|
-
|
247
|
+
d: "M7.871 2 1 8.872",
|
248
|
+
stroke: "#FAFAFA"
|
249
249
|
}), /*#__PURE__*/React.createElement("path", {
|
250
|
-
|
251
|
-
|
250
|
+
d: "M7.871 2 1 8.872",
|
251
|
+
stroke: "url(#deposit_svg__e)"
|
252
252
|
}), /*#__PURE__*/React.createElement("path", {
|
253
|
-
|
254
|
-
|
253
|
+
d: "M9.885 20.05a5.642 5.642 0 1 0 0-11.283 5.642 5.642 0 0 0 0 11.284Z",
|
254
|
+
stroke: "#FAFAFA"
|
255
255
|
}), /*#__PURE__*/React.createElement("path", {
|
256
|
-
|
257
|
-
|
256
|
+
d: "M9.885 20.05a5.642 5.642 0 1 0 0-11.283 5.642 5.642 0 0 0 0 11.284Z",
|
257
|
+
stroke: "url(#deposit_svg__f)"
|
258
258
|
}), /*#__PURE__*/React.createElement("path", {
|
259
|
-
|
260
|
-
|
259
|
+
d: "M10.712 5.605a5.641 5.641 0 1 1 7.979 7.978",
|
260
|
+
stroke: "#FAFAFA"
|
261
261
|
}), /*#__PURE__*/React.createElement("path", {
|
262
|
-
|
263
|
-
|
262
|
+
d: "M10.712 5.605a5.641 5.641 0 1 1 7.979 7.978",
|
263
|
+
stroke: "url(#deposit_svg__g)"
|
264
264
|
}))), _defs$3 || (_defs$3 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
265
265
|
id: "deposit_svg__b",
|
266
266
|
x1: 18.733,
|
267
|
-
x2: 18.733,
|
268
267
|
y1: 19.981,
|
268
|
+
x2: 18.733,
|
269
269
|
y2: 22.002,
|
270
270
|
gradientUnits: "userSpaceOnUse"
|
271
271
|
}, /*#__PURE__*/React.createElement("stop", {
|
@@ -277,8 +277,8 @@ var SvgDeposit = function SvgDeposit(props) {
|
|
277
277
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
278
278
|
id: "deposit_svg__c",
|
279
279
|
x1: 20.152,
|
280
|
-
x2: 20.152,
|
281
280
|
y1: 15.129,
|
281
|
+
x2: 20.152,
|
282
282
|
y2: 22.001,
|
283
283
|
gradientUnits: "userSpaceOnUse"
|
284
284
|
}, /*#__PURE__*/React.createElement("stop", {
|
@@ -290,8 +290,8 @@ var SvgDeposit = function SvgDeposit(props) {
|
|
290
290
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
291
291
|
id: "deposit_svg__d",
|
292
292
|
x1: 5.854,
|
293
|
-
x2: 5.854,
|
294
293
|
y1: 2,
|
294
|
+
x2: 5.854,
|
295
295
|
y2: 4.02,
|
296
296
|
gradientUnits: "userSpaceOnUse"
|
297
297
|
}, /*#__PURE__*/React.createElement("stop", {
|
@@ -303,8 +303,8 @@ var SvgDeposit = function SvgDeposit(props) {
|
|
303
303
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
304
304
|
id: "deposit_svg__e",
|
305
305
|
x1: 4.436,
|
306
|
-
x2: 4.436,
|
307
306
|
y1: 2,
|
307
|
+
x2: 4.436,
|
308
308
|
y2: 8.872,
|
309
309
|
gradientUnits: "userSpaceOnUse"
|
310
310
|
}, /*#__PURE__*/React.createElement("stop", {
|
@@ -316,8 +316,8 @@ var SvgDeposit = function SvgDeposit(props) {
|
|
316
316
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
317
317
|
id: "deposit_svg__f",
|
318
318
|
x1: 9.885,
|
319
|
-
x2: 9.885,
|
320
319
|
y1: 8.767,
|
320
|
+
x2: 9.885,
|
321
321
|
y2: 20.051,
|
322
322
|
gradientUnits: "userSpaceOnUse"
|
323
323
|
}, /*#__PURE__*/React.createElement("stop", {
|
@@ -329,8 +329,8 @@ var SvgDeposit = function SvgDeposit(props) {
|
|
329
329
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
330
330
|
id: "deposit_svg__g",
|
331
331
|
x1: 15.528,
|
332
|
-
x2: 15.528,
|
333
332
|
y1: 3.952,
|
333
|
+
x2: 15.528,
|
334
334
|
y2: 13.583,
|
335
335
|
gradientUnits: "userSpaceOnUse"
|
336
336
|
}, /*#__PURE__*/React.createElement("stop", {
|
@@ -351,32 +351,33 @@ var _path$n, _path2$7, _g$3, _defs$2;
|
|
351
351
|
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); }
|
352
352
|
var SvgDownloadAlert = function SvgDownloadAlert(props) {
|
353
353
|
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
354
|
-
|
354
|
+
viewBox: "0 0 24 24",
|
355
355
|
fill: "none",
|
356
|
-
|
356
|
+
xmlns: "http://www.w3.org/2000/svg"
|
357
357
|
}, props), _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
358
|
+
d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4M12 15V3",
|
358
359
|
stroke: "currentColor",
|
359
|
-
strokeLinecap: "round",
|
360
|
-
strokeLinejoin: "round",
|
361
360
|
strokeWidth: 2,
|
362
|
-
|
361
|
+
strokeLinecap: "round",
|
362
|
+
strokeLinejoin: "round"
|
363
363
|
})), _path2$7 || (_path2$7 = /*#__PURE__*/React.createElement("path", {
|
364
|
-
fill: "currentColor",
|
365
364
|
fillRule: "evenodd",
|
366
|
-
|
367
|
-
|
365
|
+
clipRule: "evenodd",
|
366
|
+
d: "m17.281 11.133-4.574 4.574a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 1.414-1.414L12 13.586l3.35-3.35a5.625 5.625 0 0 0 1.931.897z",
|
367
|
+
fill: "currentColor"
|
368
368
|
})), _g$3 || (_g$3 = /*#__PURE__*/React.createElement("g", {
|
369
369
|
clipPath: "url(#download-alert_svg__a)"
|
370
370
|
}, /*#__PURE__*/React.createElement("path", {
|
371
|
-
fill: "#D5FF5C",
|
372
371
|
fillRule: "evenodd",
|
373
|
-
|
374
|
-
|
372
|
+
clipRule: "evenodd",
|
373
|
+
d: "M18.65 10.358a4.708 4.708 0 1 0 0-9.417 4.708 4.708 0 0 0 0 9.417zm0-7.608a.75.75 0 0 1 .75.75v1.883a.75.75 0 0 1-1.5 0V3.5a.75.75 0 0 1 .75-.75zm0 4.283a.75.75 0 0 0 0 1.5h.005a.75.75 0 0 0 0-1.5h-.005z",
|
374
|
+
fill: "#D5FF5C"
|
375
375
|
}))), _defs$2 || (_defs$2 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
376
376
|
id: "download-alert_svg__a"
|
377
377
|
}, /*#__PURE__*/React.createElement("path", {
|
378
378
|
fill: "#fff",
|
379
|
-
|
379
|
+
transform: "translate(13)",
|
380
|
+
d: "M0 0h11.3v11.3H0z"
|
380
381
|
})))));
|
381
382
|
};
|
382
383
|
|
@@ -384,15 +385,15 @@ var _path$m;
|
|
384
385
|
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); }
|
385
386
|
var SvgDrag = function SvgDrag(props) {
|
386
387
|
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
387
|
-
|
388
|
+
viewBox: "0 0 24 24",
|
388
389
|
fill: "none",
|
389
|
-
|
390
|
+
xmlns: "http://www.w3.org/2000/svg"
|
390
391
|
}, props), _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
|
392
|
+
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",
|
391
393
|
stroke: "currentColor",
|
392
|
-
strokeLinecap: "round",
|
393
|
-
strokeLinejoin: "round",
|
394
394
|
strokeWidth: 2,
|
395
|
-
|
395
|
+
strokeLinecap: "round",
|
396
|
+
strokeLinejoin: "round"
|
396
397
|
})));
|
397
398
|
};
|
398
399
|
|
@@ -400,14 +401,14 @@ var _path$l;
|
|
400
401
|
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); }
|
401
402
|
var SvgExtensionButton = function SvgExtensionButton(props) {
|
402
403
|
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
403
|
-
|
404
|
+
viewBox: "0 0 17 16",
|
404
405
|
fill: "none",
|
405
|
-
|
406
|
+
xmlns: "http://www.w3.org/2000/svg"
|
406
407
|
}, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
|
407
|
-
fill: "#D5FF5C",
|
408
408
|
fillRule: "evenodd",
|
409
|
-
|
410
|
-
|
409
|
+
clipRule: "evenodd",
|
410
|
+
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",
|
411
|
+
fill: "#D5FF5C"
|
411
412
|
})));
|
412
413
|
};
|
413
414
|
|
@@ -415,27 +416,27 @@ var _g$2, _defs$1;
|
|
415
416
|
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); }
|
416
417
|
var SvgEyePlus = function SvgEyePlus(props) {
|
417
418
|
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
418
|
-
|
419
|
+
viewBox: "0 0 16 16",
|
419
420
|
fill: "none",
|
420
|
-
|
421
|
+
xmlns: "http://www.w3.org/2000/svg"
|
421
422
|
}, props), _g$2 || (_g$2 = /*#__PURE__*/React.createElement("g", {
|
422
423
|
clipPath: "url(#eye-plus_svg__a)"
|
423
424
|
}, /*#__PURE__*/React.createElement("path", {
|
424
|
-
fill: "currentColor",
|
425
425
|
fillRule: "evenodd",
|
426
|
-
|
427
|
-
|
426
|
+
clipRule: "evenodd",
|
427
|
+
d: "M13.3 3.83C11.993 2.687 10.21 1.666 8 1.666c-2.733 0-4.812 1.56-6.146 2.983A14.116 14.116 0 0 0-.081 7.28a8.578 8.578 0 0 0-.134.247l-.008.017-.003.005v.002h-.001c0 .001 0 .002.894.449l-.895-.447a1 1 0 0 0 0 .894L.667 8c-.895.447-.895.447-.894.448l.001.002.003.006.008.016a5.332 5.332 0 0 0 .134.247 14.116 14.116 0 0 0 1.935 2.631C3.188 12.773 5.267 14.333 8 14.333s4.812-1.56 6.146-2.983c.401-.428.746-.854 1.032-1.242a5.68 5.68 0 0 1-1.363-1.534 11.93 11.93 0 0 1-1.128 1.408C11.521 11.226 9.934 12.333 8 12.333c-1.934 0-3.521-1.107-4.687-2.35A12.117 12.117 0 0 1 1.815 8a12.117 12.117 0 0 1 1.498-1.983C4.479 4.773 6.066 3.667 8 3.667c1.934 0 3.521 1.106 4.687 2.35.129.137.25.275.366.41A5.694 5.694 0 0 1 13.3 3.83z",
|
428
|
+
fill: "currentColor"
|
428
429
|
}), /*#__PURE__*/React.createElement("path", {
|
430
|
+
d: "M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",
|
429
431
|
stroke: "currentColor",
|
430
|
-
strokeLinecap: "round",
|
431
|
-
strokeLinejoin: "round",
|
432
432
|
strokeWidth: 2,
|
433
|
-
|
433
|
+
strokeLinecap: "round",
|
434
|
+
strokeLinejoin: "round"
|
434
435
|
}), /*#__PURE__*/React.createElement("path", {
|
435
|
-
fill: "currentColor",
|
436
436
|
fillRule: "evenodd",
|
437
|
-
|
438
|
-
|
437
|
+
clipRule: "evenodd",
|
438
|
+
d: "M13.567 2.267a1 1 0 0 0-2 0v.5h-.5a1 1 0 1 0 0 2h.5v.5a1 1 0 1 0 2 0v-.5h.5a1 1 0 1 0 0-2h-.5v-.5z",
|
439
|
+
fill: "currentColor"
|
439
440
|
}))), _defs$1 || (_defs$1 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
440
441
|
id: "eye-plus_svg__a"
|
441
442
|
}, /*#__PURE__*/React.createElement("path", {
|
@@ -448,21 +449,21 @@ var _path$k, _path2$6;
|
|
448
449
|
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); }
|
449
450
|
var SvgFileCheck = function SvgFileCheck(props) {
|
450
451
|
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
451
|
-
|
452
|
+
viewBox: "0 0 24 24",
|
452
453
|
fill: "none",
|
453
|
-
|
454
|
+
xmlns: "http://www.w3.org/2000/svg"
|
454
455
|
}, props), _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
|
456
|
+
d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z",
|
455
457
|
stroke: "currentColor",
|
456
|
-
strokeLinecap: "round",
|
457
|
-
strokeLinejoin: "round",
|
458
458
|
strokeWidth: 1.4,
|
459
|
-
|
459
|
+
strokeLinecap: "round",
|
460
|
+
strokeLinejoin: "round"
|
460
461
|
})), _path2$6 || (_path2$6 = /*#__PURE__*/React.createElement("path", {
|
462
|
+
d: "M14 2v6h6M16 12l-5.5 5L8 14.727",
|
461
463
|
stroke: "currentColor",
|
462
|
-
strokeLinecap: "round",
|
463
|
-
strokeLinejoin: "round",
|
464
464
|
strokeWidth: 1.4,
|
465
|
-
|
465
|
+
strokeLinecap: "round",
|
466
|
+
strokeLinejoin: "round"
|
466
467
|
})));
|
467
468
|
};
|
468
469
|
|
@@ -470,16 +471,16 @@ var _g$1;
|
|
470
471
|
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); }
|
471
472
|
var SvgFileX = function SvgFileX(props) {
|
472
473
|
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
473
|
-
|
474
|
+
viewBox: "0 0 25 24",
|
474
475
|
fill: "none",
|
475
|
-
|
476
|
+
xmlns: "http://www.w3.org/2000/svg"
|
476
477
|
}, props), _g$1 || (_g$1 = /*#__PURE__*/React.createElement("g", {
|
477
478
|
stroke: "currentColor",
|
479
|
+
strokeWidth: 1.4,
|
478
480
|
strokeLinecap: "round",
|
479
|
-
strokeLinejoin: "round"
|
480
|
-
strokeWidth: 1.4
|
481
|
+
strokeLinejoin: "round"
|
481
482
|
}, /*#__PURE__*/React.createElement("path", {
|
482
|
-
d: "M14.5 2h-8a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-
|
483
|
+
d: "M14.5 2h-8a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z"
|
483
484
|
}), /*#__PURE__*/React.createElement("path", {
|
484
485
|
d: "M14.5 2v6h6M14.621 17.121 10.38 12.88M10.379 17.121l4.242-4.242"
|
485
486
|
}))));
|
@@ -489,15 +490,15 @@ var _path$j;
|
|
489
490
|
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); }
|
490
491
|
var SvgHamburgerMenu = function SvgHamburgerMenu(props) {
|
491
492
|
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
492
|
-
|
493
|
+
viewBox: "0 0 24 24",
|
493
494
|
fill: "none",
|
494
|
-
|
495
|
+
xmlns: "http://www.w3.org/2000/svg"
|
495
496
|
}, props), _path$j || (_path$j = /*#__PURE__*/React.createElement("path", {
|
497
|
+
d: "M3 12h18M3 6h18M3 18h18",
|
496
498
|
stroke: "currentColor",
|
497
|
-
strokeLinecap: "round",
|
498
|
-
strokeLinejoin: "round",
|
499
499
|
strokeWidth: 2,
|
500
|
-
|
500
|
+
strokeLinecap: "round",
|
501
|
+
strokeLinejoin: "round"
|
501
502
|
})));
|
502
503
|
};
|
503
504
|
|
@@ -505,13 +506,13 @@ var _path$i;
|
|
505
506
|
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); }
|
506
507
|
var SvgHistory = function SvgHistory(props) {
|
507
508
|
return /*#__PURE__*/React.createElement("svg", _extends$j({
|
508
|
-
|
509
|
+
viewBox: "0 0 24 24",
|
509
510
|
fill: "currentColor",
|
510
|
-
|
511
|
+
xmlns: "http://www.w3.org/2000/svg"
|
511
512
|
}, props), _path$i || (_path$i = /*#__PURE__*/React.createElement("path", {
|
512
513
|
fillRule: "evenodd",
|
513
|
-
|
514
|
-
|
514
|
+
clipRule: "evenodd",
|
515
|
+
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"
|
515
516
|
})));
|
516
517
|
};
|
517
518
|
|
@@ -519,37 +520,37 @@ var _rect$3, _rect2$3, _rect3$3, _path$h;
|
|
519
520
|
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); }
|
520
521
|
var SvgNetworkUsageDecreasing = function SvgNetworkUsageDecreasing(props) {
|
521
522
|
return /*#__PURE__*/React.createElement("svg", _extends$i({
|
522
|
-
|
523
|
+
viewBox: "0 0 46 14",
|
523
524
|
fill: "none",
|
524
|
-
|
525
|
+
xmlns: "http://www.w3.org/2000/svg"
|
525
526
|
}, props), _rect$3 || (_rect$3 = /*#__PURE__*/React.createElement("rect", {
|
527
|
+
x: 0.333,
|
526
528
|
width: 8,
|
527
529
|
height: 14,
|
528
|
-
|
530
|
+
rx: 4,
|
529
531
|
fill: "#38D448",
|
530
|
-
fillOpacity: 0.25
|
531
|
-
rx: 4
|
532
|
+
fillOpacity: 0.25
|
532
533
|
})), _rect2$3 || (_rect2$3 = /*#__PURE__*/React.createElement("rect", {
|
533
|
-
|
534
|
-
height: 11.333,
|
534
|
+
opacity: 0.5,
|
535
535
|
x: 10.166,
|
536
536
|
y: 2.667,
|
537
|
-
fill: "#38D448",
|
538
|
-
opacity: 0.5,
|
539
|
-
rx: 4
|
540
|
-
})), _rect3$3 || (_rect3$3 = /*#__PURE__*/React.createElement("rect", {
|
541
537
|
width: 8,
|
542
|
-
height:
|
538
|
+
height: 11.333,
|
539
|
+
rx: 4,
|
540
|
+
fill: "#38D448"
|
541
|
+
})), _rect3$3 || (_rect3$3 = /*#__PURE__*/React.createElement("rect", {
|
543
542
|
x: 20,
|
544
543
|
y: 4.5,
|
545
|
-
|
546
|
-
|
544
|
+
width: 8,
|
545
|
+
height: 9.5,
|
546
|
+
rx: 4,
|
547
|
+
fill: "#38D448"
|
547
548
|
})), _path$h || (_path$h = /*#__PURE__*/React.createElement("path", {
|
549
|
+
d: "m36.083 4.083 5.834 5.834M41.917 4.083v5.834h-5.834",
|
548
550
|
stroke: "#38D448",
|
549
|
-
strokeLinecap: "round",
|
550
|
-
strokeLinejoin: "round",
|
551
551
|
strokeWidth: 1.167,
|
552
|
-
|
552
|
+
strokeLinecap: "round",
|
553
|
+
strokeLinejoin: "round"
|
553
554
|
})));
|
554
555
|
};
|
555
556
|
|
@@ -557,36 +558,36 @@ var _rect$2, _rect2$2, _rect3$2, _path$g;
|
|
557
558
|
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); }
|
558
559
|
var SvgNetworkUsageHigh = function SvgNetworkUsageHigh(props) {
|
559
560
|
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
560
|
-
|
561
|
+
viewBox: "0 0 46 14",
|
561
562
|
fill: "none",
|
562
|
-
|
563
|
+
xmlns: "http://www.w3.org/2000/svg"
|
563
564
|
}, props), _rect$2 || (_rect$2 = /*#__PURE__*/React.createElement("rect", {
|
564
|
-
width: 8,
|
565
|
-
height: 9.5,
|
566
565
|
x: 0.333,
|
567
566
|
y: 4.5,
|
567
|
+
width: 8,
|
568
|
+
height: 9.5,
|
569
|
+
rx: 4,
|
568
570
|
fill: "#D22424",
|
569
|
-
fillOpacity: 0.3
|
570
|
-
rx: 4
|
571
|
+
fillOpacity: 0.3
|
571
572
|
})), _rect2$2 || (_rect2$2 = /*#__PURE__*/React.createElement("rect", {
|
573
|
+
opacity: 0.5,
|
574
|
+
x: 10.166,
|
572
575
|
width: 8,
|
573
576
|
height: 14,
|
574
|
-
|
575
|
-
fill: "#D22424"
|
576
|
-
opacity: 0.5,
|
577
|
-
rx: 4
|
577
|
+
rx: 4,
|
578
|
+
fill: "#D22424"
|
578
579
|
})), _rect3$2 || (_rect3$2 = /*#__PURE__*/React.createElement("rect", {
|
580
|
+
x: 20,
|
579
581
|
width: 8,
|
580
582
|
height: 14,
|
581
|
-
|
582
|
-
fill: "#D22424"
|
583
|
-
rx: 4
|
583
|
+
rx: 4,
|
584
|
+
fill: "#D22424"
|
584
585
|
})), _path$g || (_path$g = /*#__PURE__*/React.createElement("path", {
|
586
|
+
d: "M39 11.083V2.917M34.917 7 39 2.917 43.083 7",
|
585
587
|
stroke: "#D22424",
|
586
|
-
strokeLinecap: "round",
|
587
|
-
strokeLinejoin: "round",
|
588
588
|
strokeWidth: 1.167,
|
589
|
-
|
589
|
+
strokeLinecap: "round",
|
590
|
+
strokeLinejoin: "round"
|
590
591
|
})));
|
591
592
|
};
|
592
593
|
|
@@ -594,37 +595,37 @@ var _rect$1, _rect2$1, _rect3$1, _path$f;
|
|
594
595
|
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); }
|
595
596
|
var SvgNetworkUsageIdle = function SvgNetworkUsageIdle(props) {
|
596
597
|
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
597
|
-
|
598
|
+
viewBox: "0 0 46 14",
|
598
599
|
fill: "none",
|
599
|
-
|
600
|
+
xmlns: "http://www.w3.org/2000/svg"
|
600
601
|
}, props), _rect$1 || (_rect$1 = /*#__PURE__*/React.createElement("rect", {
|
601
|
-
width: 8,
|
602
|
-
height: 11,
|
603
602
|
x: 0.333,
|
604
603
|
y: 0.333,
|
604
|
+
width: 8,
|
605
|
+
height: 11,
|
606
|
+
rx: 4,
|
605
607
|
fill: "#38D448",
|
606
|
-
fillOpacity: 0.25
|
607
|
-
rx: 4
|
608
|
+
fillOpacity: 0.25
|
608
609
|
})), _rect2$1 || (_rect2$1 = /*#__PURE__*/React.createElement("rect", {
|
610
|
+
opacity: 0.5,
|
611
|
+
x: 10.166,
|
609
612
|
width: 8,
|
610
613
|
height: 11.333,
|
611
|
-
|
612
|
-
fill: "#38D448"
|
613
|
-
opacity: 0.5,
|
614
|
-
rx: 4
|
614
|
+
rx: 4,
|
615
|
+
fill: "#38D448"
|
615
616
|
})), _rect3$1 || (_rect3$1 = /*#__PURE__*/React.createElement("rect", {
|
616
|
-
width: 8,
|
617
|
-
height: 11,
|
618
617
|
x: 20,
|
619
618
|
y: 0.333,
|
620
|
-
|
621
|
-
|
619
|
+
width: 8,
|
620
|
+
height: 11,
|
621
|
+
rx: 4,
|
622
|
+
fill: "#38D448"
|
622
623
|
})), _path$f || (_path$f = /*#__PURE__*/React.createElement("path", {
|
624
|
+
d: "M43.667 3.5 37.25 9.917 34.333 7",
|
623
625
|
stroke: "#38D448",
|
624
|
-
strokeLinecap: "round",
|
625
|
-
strokeLinejoin: "round",
|
626
626
|
strokeWidth: 1.167,
|
627
|
-
|
627
|
+
strokeLinecap: "round",
|
628
|
+
strokeLinejoin: "round"
|
628
629
|
})));
|
629
630
|
};
|
630
631
|
|
@@ -632,37 +633,37 @@ var _rect, _rect2, _rect3, _path$e;
|
|
632
633
|
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); }
|
633
634
|
var SvgNetworkUsageIncreasing = function SvgNetworkUsageIncreasing(props) {
|
634
635
|
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
635
|
-
|
636
|
+
viewBox: "0 0 46 14",
|
636
637
|
fill: "none",
|
637
|
-
|
638
|
+
xmlns: "http://www.w3.org/2000/svg"
|
638
639
|
}, props), _rect || (_rect = /*#__PURE__*/React.createElement("rect", {
|
639
|
-
width: 8,
|
640
|
-
height: 9.5,
|
641
640
|
x: 0.333,
|
642
641
|
y: 4.5,
|
642
|
+
width: 8,
|
643
|
+
height: 9.5,
|
644
|
+
rx: 4,
|
643
645
|
fill: "#F48F45",
|
644
|
-
fillOpacity: 0.25
|
645
|
-
rx: 4
|
646
|
+
fillOpacity: 0.25
|
646
647
|
})), _rect2 || (_rect2 = /*#__PURE__*/React.createElement("rect", {
|
647
|
-
|
648
|
-
height: 11.333,
|
648
|
+
opacity: 0.5,
|
649
649
|
x: 10.166,
|
650
650
|
y: 2.667,
|
651
|
-
|
652
|
-
|
653
|
-
rx: 4
|
651
|
+
width: 8,
|
652
|
+
height: 11.333,
|
653
|
+
rx: 4,
|
654
|
+
fill: "#F48F45"
|
654
655
|
})), _rect3 || (_rect3 = /*#__PURE__*/React.createElement("rect", {
|
656
|
+
x: 20,
|
655
657
|
width: 8,
|
656
658
|
height: 14,
|
657
|
-
|
658
|
-
fill: "#F48F45"
|
659
|
-
rx: 4
|
659
|
+
rx: 4,
|
660
|
+
fill: "#F48F45"
|
660
661
|
})), _path$e || (_path$e = /*#__PURE__*/React.createElement("path", {
|
662
|
+
d: "m36.083 9.917 5.834-5.834M36.083 4.083h5.834v5.834",
|
661
663
|
stroke: "#F48F45",
|
662
|
-
strokeLinecap: "round",
|
663
|
-
strokeLinejoin: "round",
|
664
664
|
strokeWidth: 1.167,
|
665
|
-
|
665
|
+
strokeLinecap: "round",
|
666
|
+
strokeLinejoin: "round"
|
666
667
|
})));
|
667
668
|
};
|
668
669
|
|
@@ -670,14 +671,14 @@ var _path$d;
|
|
670
671
|
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); }
|
671
672
|
var SvgPin = function SvgPin(props) {
|
672
673
|
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
673
|
-
|
674
|
+
viewBox: "0 0 11 16",
|
674
675
|
fill: "none",
|
675
|
-
|
676
|
+
xmlns: "http://www.w3.org/2000/svg"
|
676
677
|
}, props), _path$d || (_path$d = /*#__PURE__*/React.createElement("path", {
|
677
|
-
fill: "#A5A5A5",
|
678
678
|
fillRule: "evenodd",
|
679
|
-
|
680
|
-
|
679
|
+
clipRule: "evenodd",
|
680
|
+
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",
|
681
|
+
fill: "#A5A5A5"
|
681
682
|
})));
|
682
683
|
};
|
683
684
|
|
@@ -685,8 +686,8 @@ var _path$c, _path2$5;
|
|
685
686
|
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); }
|
686
687
|
var SvgPolkadotVault = function SvgPolkadotVault(props) {
|
687
688
|
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
688
|
-
|
689
|
-
|
689
|
+
viewBox: "0 0 80 80",
|
690
|
+
xmlns: "http://www.w3.org/2000/svg"
|
690
691
|
}, props), _path$c || (_path$c = /*#__PURE__*/React.createElement("path", {
|
691
692
|
fill: "none",
|
692
693
|
stroke: "currentColor",
|
@@ -695,7 +696,7 @@ var SvgPolkadotVault = function SvgPolkadotVault(props) {
|
|
695
696
|
})), _path2$5 || (_path2$5 = /*#__PURE__*/React.createElement("path", {
|
696
697
|
fill: "currentColor",
|
697
698
|
fillRule: "evenodd",
|
698
|
-
d: "M49.298 38.748c-1.895 2.375-3.792 5.024-3.792 8.062v9.813a5.4 5.4 0 1 1-10.8 0V46.81c0-3.038-1.898-5.687-3.792-8.062a11.
|
699
|
+
d: "M49.298 38.748c-1.895 2.375-3.792 5.024-3.792 8.062v9.813a5.4 5.4 0 1 1-10.8 0V46.81c0-3.038-1.898-5.687-3.792-8.062a11.703 11.703 0 0 1-2.561-7.324c0-6.491 5.262-11.753 11.753-11.753 6.49 0 11.753 5.262 11.753 11.753a11.7 11.7 0 0 1-2.561 7.324z"
|
699
700
|
})));
|
700
701
|
};
|
701
702
|
|
@@ -706,12 +707,12 @@ var SvgPopup = function SvgPopup(props) {
|
|
706
707
|
xmlns: "http://www.w3.org/2000/svg",
|
707
708
|
viewBox: "0 0 20 20"
|
708
709
|
}, props), _path$b || (_path$b = /*#__PURE__*/React.createElement("path", {
|
709
|
-
|
710
|
-
stroke: "#000",
|
710
|
+
d: "M1 7a2 2 0 0 1 2-2h12l4-4v16a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2z",
|
711
711
|
strokeLinecap: "round",
|
712
|
-
|
712
|
+
stroke: "#000",
|
713
713
|
strokeWidth: 2,
|
714
|
-
|
714
|
+
strokeLinejoin: "round",
|
715
|
+
fill: "none"
|
715
716
|
})));
|
716
717
|
};
|
717
718
|
|
@@ -719,14 +720,14 @@ var _path$a;
|
|
719
720
|
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); }
|
720
721
|
var SvgRocket = function SvgRocket(props) {
|
721
722
|
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
722
|
-
|
723
|
+
viewBox: "0 0 19 19",
|
723
724
|
fill: "none",
|
724
|
-
|
725
|
+
xmlns: "http://www.w3.org/2000/svg"
|
725
726
|
}, props), _path$a || (_path$a = /*#__PURE__*/React.createElement("path", {
|
726
|
-
fill: "currentColor",
|
727
727
|
fillRule: "evenodd",
|
728
|
-
|
729
|
-
|
728
|
+
clipRule: "evenodd",
|
729
|
+
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",
|
730
|
+
fill: "currentColor"
|
730
731
|
})));
|
731
732
|
};
|
732
733
|
|
@@ -734,15 +735,15 @@ var _path$9;
|
|
734
735
|
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); }
|
735
736
|
var SvgSecret = function SvgSecret(props) {
|
736
737
|
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
737
|
-
|
738
|
-
fill: "none",
|
738
|
+
viewBox: "0 0 22 18",
|
739
739
|
stroke: "currentColor",
|
740
|
-
|
740
|
+
fill: "none",
|
741
|
+
xmlns: "http://www.w3.org/2000/svg"
|
741
742
|
}, props), _path$9 || (_path$9 = /*#__PURE__*/React.createElement("path", {
|
742
|
-
|
743
|
-
strokeLinejoin: "round",
|
743
|
+
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",
|
744
744
|
strokeWidth: 2,
|
745
|
-
|
745
|
+
strokeLinecap: "round",
|
746
|
+
strokeLinejoin: "round"
|
746
747
|
})));
|
747
748
|
};
|
748
749
|
|
@@ -750,14 +751,14 @@ var _path$8;
|
|
750
751
|
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); }
|
751
752
|
var SvgSignet = function SvgSignet(props) {
|
752
753
|
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
753
|
-
|
754
|
+
viewBox: "0 0 70 67",
|
754
755
|
fill: "none",
|
755
|
-
|
756
|
+
xmlns: "http://www.w3.org/2000/svg"
|
756
757
|
}, props), _path$8 || (_path$8 = /*#__PURE__*/React.createElement("path", {
|
757
|
-
fill: "#FD4848",
|
758
758
|
fillRule: "evenodd",
|
759
|
-
|
760
|
-
|
759
|
+
clipRule: "evenodd",
|
760
|
+
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",
|
761
|
+
fill: "#FD4848"
|
761
762
|
})));
|
762
763
|
};
|
763
764
|
|
@@ -765,21 +766,21 @@ var _path$7, _path2$4;
|
|
765
766
|
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); }
|
766
767
|
var SvgShieldSuccess = function SvgShieldSuccess(props) {
|
767
768
|
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
768
|
-
|
769
|
+
viewBox: "0 0 39 47",
|
769
770
|
fill: "none",
|
770
|
-
|
771
|
+
xmlns: "http://www.w3.org/2000/svg"
|
771
772
|
}, props), _path$7 || (_path$7 = /*#__PURE__*/React.createElement("path", {
|
773
|
+
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",
|
772
774
|
stroke: "currentColor",
|
773
|
-
strokeLinecap: "round",
|
774
|
-
strokeLinejoin: "round",
|
775
775
|
strokeWidth: 2.4,
|
776
|
-
|
776
|
+
strokeLinecap: "round",
|
777
|
+
strokeLinejoin: "round"
|
777
778
|
})), _path2$4 || (_path2$4 = /*#__PURE__*/React.createElement("path", {
|
779
|
+
d: "M28.325 16.882 16.191 27.913 10.675 22.9",
|
778
780
|
stroke: "currentColor",
|
779
|
-
strokeLinecap: "round",
|
780
|
-
strokeLinejoin: "round",
|
781
781
|
strokeWidth: 2.4,
|
782
|
-
|
782
|
+
strokeLinecap: "round",
|
783
|
+
strokeLinejoin: "round"
|
783
784
|
})));
|
784
785
|
};
|
785
786
|
|
@@ -787,15 +788,15 @@ var _path$6;
|
|
787
788
|
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); }
|
788
789
|
var SvgStars = function SvgStars(props) {
|
789
790
|
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
790
|
-
|
791
|
+
viewBox: "0 0 24 24",
|
791
792
|
fill: "none",
|
792
793
|
stroke: "currentColor",
|
793
|
-
|
794
|
+
xmlns: "http://www.w3.org/2000/svg"
|
794
795
|
}, props), _path$6 || (_path$6 = /*#__PURE__*/React.createElement("path", {
|
795
|
-
|
796
|
-
strokeLinejoin: "round",
|
796
|
+
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",
|
797
797
|
strokeWidth: 2,
|
798
|
-
|
798
|
+
strokeLinecap: "round",
|
799
|
+
strokeLinejoin: "round"
|
799
800
|
})));
|
800
801
|
};
|
801
802
|
|
@@ -803,31 +804,31 @@ var _path$5, _path2$3, _path3$2, _path4$1;
|
|
803
804
|
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); }
|
804
805
|
var SvgSwap = function SvgSwap(props) {
|
805
806
|
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
806
|
-
|
807
|
+
viewBox: "0 0 12 8",
|
807
808
|
fill: "none",
|
808
|
-
|
809
|
+
xmlns: "http://www.w3.org/2000/svg"
|
809
810
|
}, props), _path$5 || (_path$5 = /*#__PURE__*/React.createElement("path", {
|
810
811
|
stroke: "currentColor",
|
811
|
-
strokeLinecap: "round",
|
812
812
|
strokeWidth: 0.941,
|
813
|
+
strokeLinecap: "round",
|
813
814
|
d: "M3.412 7.529V.941"
|
814
815
|
})), _path2$3 || (_path2$3 = /*#__PURE__*/React.createElement("path", {
|
816
|
+
d: "M5.765 2.823C4.845 1.905 4.33 1.39 3.412.47L1.059 2.823",
|
815
817
|
stroke: "currentColor",
|
816
|
-
strokeLinecap: "round",
|
817
|
-
strokeLinejoin: "round",
|
818
818
|
strokeWidth: 0.941,
|
819
|
-
|
819
|
+
strokeLinecap: "round",
|
820
|
+
strokeLinejoin: "round"
|
820
821
|
})), _path3$2 || (_path3$2 = /*#__PURE__*/React.createElement("path", {
|
821
822
|
stroke: "currentColor",
|
822
|
-
strokeLinecap: "round",
|
823
823
|
strokeWidth: 0.941,
|
824
|
+
strokeLinecap: "round",
|
824
825
|
d: "M8.588.471v6.588"
|
825
826
|
})), _path4$1 || (_path4$1 = /*#__PURE__*/React.createElement("path", {
|
827
|
+
d: "M6.235 5.176 8.588 7.53l2.353-2.353",
|
826
828
|
stroke: "currentColor",
|
827
|
-
strokeLinecap: "round",
|
828
|
-
strokeLinejoin: "round",
|
829
829
|
strokeWidth: 0.941,
|
830
|
-
|
830
|
+
strokeLinecap: "round",
|
831
|
+
strokeLinejoin: "round"
|
831
832
|
})));
|
832
833
|
};
|
833
834
|
|
@@ -836,13 +837,13 @@ function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : func
|
|
836
837
|
var SvgTable = function SvgTable(props) {
|
837
838
|
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
838
839
|
xmlns: "http://www.w3.org/2000/svg",
|
840
|
+
viewBox: "0 0 24 24",
|
839
841
|
fill: "none",
|
840
842
|
stroke: "currentColor",
|
843
|
+
strokeWidth: 2,
|
841
844
|
strokeLinecap: "round",
|
842
845
|
strokeLinejoin: "round",
|
843
|
-
|
844
|
-
className: "table_svg__feather table_svg__feather-table",
|
845
|
-
viewBox: "0 0 24 24"
|
846
|
+
className: "table_svg__feather table_svg__feather-table"
|
846
847
|
}, props), _path$4 || (_path$4 = /*#__PURE__*/React.createElement("path", {
|
847
848
|
d: "M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"
|
848
849
|
})));
|
@@ -852,17 +853,17 @@ var _path$3, _path2$2;
|
|
852
853
|
function _extends$4() { _extends$4 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$4.apply(this, arguments); }
|
853
854
|
var SvgTalismanHand = function SvgTalismanHand(props) {
|
854
855
|
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
855
|
-
|
856
|
+
viewBox: "0 0 16 18",
|
856
857
|
fill: "none",
|
857
|
-
|
858
|
+
xmlns: "http://www.w3.org/2000/svg"
|
858
859
|
}, props), _path$3 || (_path$3 = /*#__PURE__*/React.createElement("path", {
|
859
|
-
|
860
|
-
|
860
|
+
d: "M6.516 12.503c0 .824.663 1.492 1.484 1.502a1.501 1.501 0 0 0 0-3.003 1.501 1.501 0 0 0-1.484 1.501z",
|
861
|
+
fill: "currentColor"
|
861
862
|
})), _path2$2 || (_path2$2 = /*#__PURE__*/React.createElement("path", {
|
862
|
-
fill: "currentColor",
|
863
863
|
fillRule: "evenodd",
|
864
|
-
|
865
|
-
|
864
|
+
clipRule: "evenodd",
|
865
|
+
d: "M3.467 9.917c-.152.331-.6.448-.858.19l-.473-.473a1.251 1.251 0 1 0-1.77 1.77l3.823 3.822A4.994 4.994 0 0 0 8 17.007a4.994 4.994 0 0 0 3.811-1.78l3.822-3.823a1.251 1.251 0 1 0-1.769-1.77l-.473.473c-.258.258-.706.141-.858-.19a.495.495 0 0 1-.046-.208V3.995a1.251 1.251 0 0 0-2.502 0v2.892c0 .249-.255.418-.492.343a.364.364 0 0 1-.259-.342V2.244A1.25 1.25 0 0 0 8 .993a1.251 1.251 0 0 0-1.234 1.25v4.645a.364.364 0 0 1-.259.342c-.237.075-.492-.094-.492-.343V3.995a1.251 1.251 0 0 0-2.502 0V9.71a.495.495 0 0 1-.046.208zM8 10c-2.203.013-3.986 2.502-3.986 2.502S5.797 14.993 8 15.006c2.203-.014 3.986-2.503 3.986-2.503S10.203 10.014 8 10.001z",
|
866
|
+
fill: "currentColor"
|
866
867
|
})));
|
867
868
|
};
|
868
869
|
|
@@ -870,29 +871,29 @@ var _g, _defs;
|
|
870
871
|
function _extends$3() { _extends$3 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$3.apply(this, arguments); }
|
871
872
|
var SvgTryIt = function SvgTryIt(props) {
|
872
873
|
return /*#__PURE__*/React.createElement("svg", _extends$3({
|
873
|
-
|
874
|
+
viewBox: "0 0 25 24",
|
874
875
|
fill: "none",
|
875
|
-
|
876
|
+
xmlns: "http://www.w3.org/2000/svg"
|
876
877
|
}, props), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
877
878
|
strokeLinecap: "round",
|
878
879
|
strokeLinejoin: "round"
|
879
880
|
}, /*#__PURE__*/React.createElement("path", {
|
880
|
-
|
881
|
-
|
881
|
+
d: "M1.5 12.5s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8Z",
|
882
|
+
stroke: "#FAFAFA"
|
882
883
|
}), /*#__PURE__*/React.createElement("path", {
|
883
|
-
|
884
|
-
|
884
|
+
d: "M1.5 12.5s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8Z",
|
885
|
+
stroke: "url(#try-it_svg__a)"
|
885
886
|
}), /*#__PURE__*/React.createElement("path", {
|
886
|
-
|
887
|
-
|
887
|
+
d: "M12.5 15.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
|
888
|
+
stroke: "#FAFAFA"
|
888
889
|
}), /*#__PURE__*/React.createElement("path", {
|
889
|
-
|
890
|
-
|
890
|
+
d: "M12.5 15.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z",
|
891
|
+
stroke: "url(#try-it_svg__b)"
|
891
892
|
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
892
893
|
id: "try-it_svg__a",
|
893
894
|
x1: 12.5,
|
894
|
-
x2: 12.5,
|
895
895
|
y1: 4.5,
|
896
|
+
x2: 12.5,
|
896
897
|
y2: 20.5,
|
897
898
|
gradientUnits: "userSpaceOnUse"
|
898
899
|
}, /*#__PURE__*/React.createElement("stop", {
|
@@ -904,8 +905,8 @@ var SvgTryIt = function SvgTryIt(props) {
|
|
904
905
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
905
906
|
id: "try-it_svg__b",
|
906
907
|
x1: 12.5,
|
907
|
-
x2: 12.5,
|
908
908
|
y1: 9.5,
|
909
|
+
x2: 12.5,
|
909
910
|
y2: 15.5,
|
910
911
|
gradientUnits: "userSpaceOnUse"
|
911
912
|
}, /*#__PURE__*/React.createElement("stop", {
|
@@ -921,29 +922,29 @@ var _path$2, _path2$1, _path3$1, _path4, _path5;
|
|
921
922
|
function _extends$2() { _extends$2 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$2.apply(this, arguments); }
|
922
923
|
var SvgUsb = function SvgUsb(props) {
|
923
924
|
return /*#__PURE__*/React.createElement("svg", _extends$2({
|
924
|
-
|
925
|
-
fill: "none",
|
925
|
+
viewBox: "0 0 16 17",
|
926
926
|
stroke: "currentColor",
|
927
|
-
|
927
|
+
fill: "none",
|
928
|
+
xmlns: "http://www.w3.org/2000/svg"
|
928
929
|
}, props), _path$2 || (_path$2 = /*#__PURE__*/React.createElement("path", {
|
929
|
-
|
930
|
+
d: "M1.7 8.5h12.6M6.6 5.002h2.1M7.3 12h2.1",
|
930
931
|
strokeWidth: 1.4,
|
931
|
-
|
932
|
+
strokeLinecap: "round"
|
932
933
|
})), _path2$1 || (_path2$1 = /*#__PURE__*/React.createElement("path", {
|
933
|
-
|
934
|
-
strokeLinejoin: "round",
|
934
|
+
d: "m13.6 9.902 1.4-1.4-1.4-1.4v2.8z",
|
935
935
|
strokeWidth: 1.4,
|
936
|
-
|
936
|
+
strokeLinecap: "round",
|
937
|
+
strokeLinejoin: "round"
|
937
938
|
})), _path3$1 || (_path3$1 = /*#__PURE__*/React.createElement("path", {
|
938
|
-
|
939
|
-
|
939
|
+
d: "M6.6 5.002c-1.75 0-1.75 3.5-3.5 3.5",
|
940
|
+
strokeWidth: 1.4
|
940
941
|
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
941
|
-
|
942
|
-
|
942
|
+
d: "M7.3 12c-1.75 0-1.75-3.5-3.5-3.5M1.7 9.2a.7.7 0 1 0 0-1.4.7.7 0 0 0 0 1.4zM9.4 5.7a.7.7 0 1 0 0-1.4.7.7 0 0 0 0 1.4z",
|
943
|
+
strokeWidth: 1.4
|
943
944
|
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
944
|
-
|
945
|
+
d: "M10.8 11.3H9.4v1.4h1.4v-1.4z",
|
945
946
|
strokeWidth: 1.4,
|
946
|
-
|
947
|
+
strokeLinejoin: "round"
|
947
948
|
})));
|
948
949
|
};
|
949
950
|
|
@@ -951,15 +952,15 @@ var _path$1;
|
|
951
952
|
function _extends$1() { _extends$1 = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1.apply(this, arguments); }
|
952
953
|
var SvgUserRight = function SvgUserRight(props) {
|
953
954
|
return /*#__PURE__*/React.createElement("svg", _extends$1({
|
954
|
-
|
955
|
+
viewBox: "0 0 28 28",
|
955
956
|
fill: "none",
|
956
|
-
|
957
|
+
xmlns: "http://www.w3.org/2000/svg"
|
957
958
|
}, props), _path$1 || (_path$1 = /*#__PURE__*/React.createElement("path", {
|
959
|
+
d: "m22.167 24.5 3.5-3.5m0 0-3.5-3.5m3.5 3.5h-7M14 18.083H8.75c-1.628 0-2.442 0-3.104.201a4.667 4.667 0 0 0-3.112 3.111c-.2.663-.2 1.477-.2 3.105M16.916 8.75a5.25 5.25 0 1 1-10.5 0 5.25 5.25 0 0 1 10.5 0Z",
|
958
960
|
stroke: "currentColor",
|
959
|
-
strokeLinecap: "round",
|
960
|
-
strokeLinejoin: "round",
|
961
961
|
strokeWidth: 2,
|
962
|
-
|
962
|
+
strokeLinecap: "round",
|
963
|
+
strokeLinejoin: "round"
|
963
964
|
})));
|
964
965
|
};
|
965
966
|
|
@@ -967,27 +968,27 @@ var _path, _path2, _path3;
|
|
967
968
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
968
969
|
var SvgVote = function SvgVote(props) {
|
969
970
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
970
|
-
|
971
|
+
viewBox: "0 0 29 28",
|
971
972
|
fill: "none",
|
972
|
-
|
973
|
+
xmlns: "http://www.w3.org/2000/svg"
|
973
974
|
}, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
975
|
+
d: "M25.388 14.856V24.89H3.611l.023-9.298",
|
974
976
|
stroke: "currentColor",
|
975
|
-
strokeLinecap: "round",
|
976
|
-
strokeLinejoin: "round",
|
977
977
|
strokeWidth: 2,
|
978
|
-
|
978
|
+
strokeLinecap: "round",
|
979
|
+
strokeLinejoin: "round"
|
979
980
|
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
981
|
+
d: "M17.298 6.526h4.68l3.41 8.264v.913H3.613v-.914l3.443-8.263h4.648M9.335 10.853h10.33",
|
980
982
|
stroke: "currentColor",
|
981
|
-
strokeLinecap: "round",
|
982
|
-
strokeLinejoin: "round",
|
983
983
|
strokeWidth: 2,
|
984
|
-
|
984
|
+
strokeLinecap: "round",
|
985
|
+
strokeLinejoin: "round"
|
985
986
|
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
987
|
+
d: "M17.298 3.111h-5.595v7.742h5.595V3.111z",
|
986
988
|
stroke: "currentColor",
|
987
|
-
strokeLinecap: "round",
|
988
|
-
strokeLinejoin: "round",
|
989
989
|
strokeWidth: 2,
|
990
|
-
|
990
|
+
strokeLinecap: "round",
|
991
|
+
strokeLinejoin: "round"
|
991
992
|
})));
|
992
993
|
};
|
993
994
|
|