@talismn/icons 0.0.0-pr1312-20240213215755 → 0.0.0-pr1313-20240216061331
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 +1 -0
- package/dist/talismn-icons.cjs.dev.js +318 -319
- package/dist/talismn-icons.cjs.prod.js +318 -319
- package/dist/talismn-icons.esm.js +318 -319
- package/package.json +2 -2
@@ -30,42 +30,42 @@ var _path$t, _path2$9, _path3$3, _g$6, _defs$5;
|
|
30
30
|
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); }
|
31
31
|
var SvgBrave = function SvgBrave(props) {
|
32
32
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$y({
|
33
|
-
|
33
|
+
xmlns: "http://www.w3.org/2000/svg",
|
34
34
|
fill: "none",
|
35
|
-
|
35
|
+
viewBox: "0 0 21 24"
|
36
36
|
}, props), _path$t || (_path$t = /*#__PURE__*/React__namespace.createElement("path", {
|
37
|
+
fill: "url(#brave_svg__a)",
|
37
38
|
fillRule: "evenodd",
|
38
|
-
|
39
|
-
|
40
|
-
fill: "url(#brave_svg__a)"
|
39
|
+
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.633s3.884 2.66 4.293 2.916.92.692 1.38.692.971-.436 1.38-.692a186 186 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.955z",
|
40
|
+
clipRule: "evenodd"
|
41
41
|
})), _path2$9 || (_path2$9 = /*#__PURE__*/React__namespace.createElement("path", {
|
42
|
+
fill: "#FAFAFA",
|
42
43
|
fillRule: "evenodd",
|
43
|
-
|
44
|
-
|
45
|
-
fill: "#FAFAFA"
|
44
|
+
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.067s.58 1.26.196 1.976c-.385.716-1.043 1.194-1.464 1.115-.422-.08-1.412-.597-1.776-.834s-1.518-1.19-1.518-1.554 1.193-1.02 1.413-1.168c.22-.149 1.226-.724 1.246-.95s.013-.293-.284-.851c-.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.578s.501 2.582.542 2.961c.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.052s-.486.107-.338.176 1.332.507 1.946.74c.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.554s-1.354.755-1.776.834-1.08-.399-1.463-1.115c-.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.435.971-.256 1.585-.46c.613-.205 1.022-.207 1.022-.207s.409.002 1.022.206c.613.205 1.277.46 1.584.46s2.58-.434 2.58-.434zm-2.02 12.478c.166.105.065.302-.088.41a124 124 0 0 0-2.392 1.865c-.198.175-.49.464-.687.464s-.49-.289-.688-.464-2.24-1.758-2.392-1.866c-.152-.107-.254-.304-.087-.41.167-.104.689-.367 1.409-.74.72-.374 1.618-.691 1.758-.691s1.037.317 1.758.69c.72.373 1.242.637 1.408.742z",
|
45
|
+
clipRule: "evenodd"
|
46
46
|
})), /*#__PURE__*/React__namespace.createElement("mask", {
|
47
47
|
id: "brave_svg__b",
|
48
|
-
|
49
|
-
|
50
|
-
},
|
51
|
-
maskUnits: "userSpaceOnUse",
|
48
|
+
width: 18,
|
49
|
+
height: 5,
|
52
50
|
x: 1,
|
53
51
|
y: 0,
|
54
|
-
|
55
|
-
|
52
|
+
maskUnits: "userSpaceOnUse",
|
53
|
+
style: {
|
54
|
+
maskType: "alpha"
|
55
|
+
}
|
56
56
|
}, _path3$3 || (_path3$3 = /*#__PURE__*/React__namespace.createElement("path", {
|
57
|
-
|
58
|
-
|
57
|
+
fill: "#fff",
|
58
|
+
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-.461s1.022-.206 1.022-.206.41.001 1.022.206c.614.205 1.278.46 1.585.46s2.58-.434 2.58-.434c.844-1.373 3.297-1.152 3.297-1.152-.87-.87-2.709-.358-2.709-.358z"
|
59
59
|
}))), _g$6 || (_g$6 = /*#__PURE__*/React__namespace.createElement("g", {
|
60
60
|
mask: "url(#brave_svg__b)"
|
61
61
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
62
|
-
|
63
|
-
|
62
|
+
fill: "url(#brave_svg__c)",
|
63
|
+
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.435s.971-.256 1.585-.461c.613-.205 1.022-.206 1.022-.206s.409.001 1.022.206 1.277.46 1.584.46 2.581-.434 2.581-.434c.843-1.373 3.296-1.152 3.296-1.152-.869-.87-2.708-.358-2.708-.358"
|
64
64
|
}))), _defs$5 || (_defs$5 = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
65
65
|
id: "brave_svg__a",
|
66
66
|
x1: 0,
|
67
|
-
y1: 12.169,
|
68
67
|
x2: 20.442,
|
68
|
+
y1: 12.169,
|
69
69
|
y2: 12.169,
|
70
70
|
gradientUnits: "userSpaceOnUse"
|
71
71
|
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
@@ -82,8 +82,8 @@ var SvgBrave = function SvgBrave(props) {
|
|
82
82
|
})), /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
83
83
|
id: "brave_svg__c",
|
84
84
|
x1: 2.102,
|
85
|
-
y1: 2.193,
|
86
85
|
x2: 18.704,
|
86
|
+
y1: 2.193,
|
87
87
|
y2: 2.193,
|
88
88
|
gradientUnits: "userSpaceOnUse"
|
89
89
|
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
@@ -98,20 +98,20 @@ var _path$s, _path2$8;
|
|
98
98
|
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); }
|
99
99
|
var SvgChain = function SvgChain(props) {
|
100
100
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$x({
|
101
|
-
|
101
|
+
xmlns: "http://www.w3.org/2000/svg",
|
102
102
|
fill: "none",
|
103
103
|
stroke: "currentColor",
|
104
|
-
|
104
|
+
viewBox: "0 0 24 24"
|
105
105
|
}, props), _path$s || (_path$s = /*#__PURE__*/React__namespace.createElement("path", {
|
106
|
-
d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",
|
107
|
-
strokeWidth: 1.4,
|
108
106
|
strokeLinecap: "round",
|
109
|
-
strokeLinejoin: "round"
|
110
|
-
})), _path2$8 || (_path2$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
111
|
-
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",
|
107
|
+
strokeLinejoin: "round",
|
112
108
|
strokeWidth: 1.4,
|
109
|
+
d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"
|
110
|
+
})), _path2$8 || (_path2$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
113
111
|
strokeLinecap: "round",
|
114
|
-
strokeLinejoin: "round"
|
112
|
+
strokeLinejoin: "round",
|
113
|
+
strokeWidth: 1.4,
|
114
|
+
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"
|
115
115
|
})));
|
116
116
|
};
|
117
117
|
|
@@ -119,15 +119,15 @@ var _path$r;
|
|
119
119
|
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); }
|
120
120
|
var SvgCoins = function SvgCoins(props) {
|
121
121
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$w({
|
122
|
-
|
122
|
+
xmlns: "http://www.w3.org/2000/svg",
|
123
123
|
fill: "none",
|
124
|
-
|
124
|
+
viewBox: "0 0 24 24"
|
125
125
|
}, props), _path$r || (_path$r = /*#__PURE__*/React__namespace.createElement("path", {
|
126
|
-
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",
|
127
126
|
stroke: "currentColor",
|
128
|
-
strokeWidth: 1.5,
|
129
127
|
strokeLinecap: "round",
|
130
|
-
strokeLinejoin: "round"
|
128
|
+
strokeLinejoin: "round",
|
129
|
+
strokeWidth: 1.5,
|
130
|
+
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"
|
131
131
|
})));
|
132
132
|
};
|
133
133
|
|
@@ -135,15 +135,15 @@ var _path$q;
|
|
135
135
|
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); }
|
136
136
|
var SvgComment = function SvgComment(props) {
|
137
137
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$v({
|
138
|
-
|
139
|
-
stroke: "currentColor",
|
138
|
+
xmlns: "http://www.w3.org/2000/svg",
|
140
139
|
fill: "none",
|
141
|
-
|
140
|
+
stroke: "currentColor",
|
141
|
+
viewBox: "0 0 16 16"
|
142
142
|
}, props), _path$q || (_path$q = /*#__PURE__*/React__namespace.createElement("path", {
|
143
|
-
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",
|
144
|
-
strokeWidth: 1.333,
|
145
143
|
strokeLinecap: "round",
|
146
|
-
strokeLinejoin: "round"
|
144
|
+
strokeLinejoin: "round",
|
145
|
+
strokeWidth: 1.333,
|
146
|
+
d: "M14 7.667a5.6 5.6 0 0 1-.6 2.533 5.67 5.67 0 0 1-5.067 3.133 5.6 5.6 0 0 1-2.533-.6L2 14l1.267-3.8a5.6 5.6 0 0 1-.6-2.533A5.67 5.67 0 0 1 5.8 2.6 5.6 5.6 0 0 1 8.333 2h.334A5.654 5.654 0 0 1 14 7.333z"
|
147
147
|
})));
|
148
148
|
};
|
149
149
|
|
@@ -151,15 +151,15 @@ var _path$p;
|
|
151
151
|
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); }
|
152
152
|
var SvgCursorClick = function SvgCursorClick(props) {
|
153
153
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$u({
|
154
|
-
|
154
|
+
xmlns: "http://www.w3.org/2000/svg",
|
155
155
|
fill: "none",
|
156
156
|
stroke: "currentColor",
|
157
|
-
|
157
|
+
viewBox: "0 0 24 24"
|
158
158
|
}, props), _path$p || (_path$p = /*#__PURE__*/React__namespace.createElement("path", {
|
159
|
-
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
|
-
strokeWidth: 1.4,
|
161
159
|
strokeLinecap: "round",
|
162
|
-
strokeLinejoin: "round"
|
160
|
+
strokeLinejoin: "round",
|
161
|
+
strokeWidth: 1.4,
|
162
|
+
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 1 0 0 0-.153.09.5.5 0 0 0-.082.082 1 1 0 0 0-.09.153Z"
|
163
163
|
})));
|
164
164
|
};
|
165
165
|
|
@@ -167,8 +167,8 @@ var _g$5, _defs$4;
|
|
167
167
|
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); }
|
168
168
|
var SvgCustomTokenGeneric = function SvgCustomTokenGeneric(props) {
|
169
169
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$t({
|
170
|
-
fill: "none",
|
171
170
|
xmlns: "http://www.w3.org/2000/svg",
|
171
|
+
fill: "none",
|
172
172
|
viewBox: "0 0 32 32"
|
173
173
|
}, props), _g$5 || (_g$5 = /*#__PURE__*/React__namespace.createElement("g", {
|
174
174
|
clipPath: "url(#custom-token-generic_svg__a)"
|
@@ -185,33 +185,33 @@ var SvgCustomTokenGeneric = function SvgCustomTokenGeneric(props) {
|
|
185
185
|
r: 16,
|
186
186
|
fill: "#5A5A5A"
|
187
187
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
188
|
+
fill: "#888",
|
188
189
|
fillRule: "evenodd",
|
189
|
-
|
190
|
-
|
191
|
-
fill: "#888"
|
190
|
+
d: "M22.733 17.383c-.322.322-.882.175-1.072-.238a.6.6 0 0 1-.058-.26V9.75a1.563 1.563 0 0 0-3.125 0v3.612c0 .31-.318.521-.614.427a.45.45 0 0 1-.323-.426v-5.8a1.563 1.563 0 0 0-3.125 0v5.8a.45.45 0 0 1-.323.426c-.296.094-.614-.117-.614-.428V9.75a1.563 1.563 0 0 0-3.125 0v7.138q0 .133-.057.254c-.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.24 6.24 0 0 0 4.782-2.225l4.773-4.773a1.562 1.562 0 1 0-2.21-2.21l-.59.59z",
|
191
|
+
clipRule: "evenodd"
|
192
192
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
193
|
-
|
194
|
-
|
193
|
+
fill: "#5A5A5A",
|
194
|
+
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.982zm-.164 2.033h1.591V22.52h-1.591z"
|
195
195
|
}))), _defs$4 || (_defs$4 = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
196
196
|
id: "custom-token-generic_svg__a"
|
197
197
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
198
|
-
|
199
|
-
|
198
|
+
fill: "#fff",
|
199
|
+
d: "M0 16C0 7.163 7.163 0 16 0s16 7.163 16 16-7.163 16-16 16S0 24.837 0 16"
|
200
200
|
})), /*#__PURE__*/React__namespace.createElement("filter", {
|
201
201
|
id: "custom-token-generic_svg__b",
|
202
|
-
x: -6.566,
|
203
|
-
y: -5.995,
|
204
202
|
width: 44.317,
|
205
203
|
height: 44.317,
|
206
|
-
|
207
|
-
|
204
|
+
x: -6.566,
|
205
|
+
y: -5.995,
|
206
|
+
colorInterpolationFilters: "sRGB",
|
207
|
+
filterUnits: "userSpaceOnUse"
|
208
208
|
}, /*#__PURE__*/React__namespace.createElement("feFlood", {
|
209
209
|
floodOpacity: 0,
|
210
210
|
result: "BackgroundImageFix"
|
211
211
|
}), /*#__PURE__*/React__namespace.createElement("feColorMatrix", {
|
212
212
|
"in": "SourceAlpha",
|
213
|
-
|
214
|
-
|
213
|
+
result: "hardAlpha",
|
214
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
215
215
|
}), /*#__PURE__*/React__namespace.createElement("feOffset", null), /*#__PURE__*/React__namespace.createElement("feGaussianBlur", {
|
216
216
|
stdDeviation: 3.079
|
217
217
|
}), /*#__PURE__*/React__namespace.createElement("feColorMatrix", {
|
@@ -230,11 +230,11 @@ var _path$o;
|
|
230
230
|
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); }
|
231
231
|
var SvgDcent = function SvgDcent(props) {
|
232
232
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$s({
|
233
|
-
|
233
|
+
xmlns: "http://www.w3.org/2000/svg",
|
234
234
|
fill: "currentColor",
|
235
|
-
|
235
|
+
viewBox: "0 0 62 70"
|
236
236
|
}, props), _path$o || (_path$o = /*#__PURE__*/React__namespace.createElement("path", {
|
237
|
-
d: "m31.872 13.22 5.28-3.012V3.012L31.872
|
237
|
+
d: "m31.872 13.22 5.28-3.012V3.012L31.872 0zM12.424 44.534v-20.23l17.694-10.07V0L.897 16.666c-.272.156-.498.38-.656.65-.157.269-.24.574-.241.885v33.47zM48.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.676zM61.093 16.666 49.506 10.06v7.196l-12.414 7.098 12.454 7.097v12.965L62 51.572v-33.37a1.77 1.77 0 0 0-.246-.888 1.8 1.8 0 0 0-.66-.648ZM24.788 31.363l.01 14.096 12.115-6.91V24.442z"
|
238
238
|
})));
|
239
239
|
};
|
240
240
|
|
@@ -242,54 +242,54 @@ var _g$4, _defs$3;
|
|
242
242
|
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); }
|
243
243
|
var SvgDeposit = function SvgDeposit(props) {
|
244
244
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$r({
|
245
|
-
|
245
|
+
xmlns: "http://www.w3.org/2000/svg",
|
246
246
|
fill: "none",
|
247
|
-
|
247
|
+
viewBox: "0 0 24 24"
|
248
248
|
}, props), _g$4 || (_g$4 = /*#__PURE__*/React__namespace.createElement("g", {
|
249
249
|
strokeLinecap: "round",
|
250
250
|
strokeLinejoin: "round",
|
251
251
|
clipPath: "url(#deposit_svg__a)"
|
252
252
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
253
|
-
|
254
|
-
|
253
|
+
stroke: "#FAFAFA",
|
254
|
+
d: "M16.715 22.002h4.036l-2.02-2.02z"
|
255
255
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
256
|
-
|
257
|
-
|
256
|
+
stroke: "url(#deposit_svg__b)",
|
257
|
+
d: "M16.715 22.002h4.036l-2.02-2.02z"
|
258
258
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
259
|
-
|
260
|
-
|
259
|
+
stroke: "#FAFAFA",
|
260
|
+
d: "m16.715 22.001 6.873-6.872"
|
261
261
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
262
|
-
|
263
|
-
|
262
|
+
stroke: "url(#deposit_svg__c)",
|
263
|
+
d: "m16.715 22.001 6.873-6.872"
|
264
264
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
265
|
-
|
266
|
-
|
265
|
+
stroke: "#FAFAFA",
|
266
|
+
d: "M7.871 2H3.836l2.02 2.02z"
|
267
267
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
268
|
-
|
269
|
-
|
268
|
+
stroke: "url(#deposit_svg__d)",
|
269
|
+
d: "M7.871 2H3.836l2.02 2.02z"
|
270
270
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
271
|
-
|
272
|
-
|
271
|
+
stroke: "#FAFAFA",
|
272
|
+
d: "M7.871 2 1 8.872"
|
273
273
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
274
|
-
|
275
|
-
|
274
|
+
stroke: "url(#deposit_svg__e)",
|
275
|
+
d: "M7.871 2 1 8.872"
|
276
276
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
277
|
-
|
278
|
-
|
277
|
+
stroke: "#FAFAFA",
|
278
|
+
d: "M9.885 20.05a5.642 5.642 0 1 0 0-11.283 5.642 5.642 0 0 0 0 11.284Z"
|
279
279
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
280
|
-
|
281
|
-
|
280
|
+
stroke: "url(#deposit_svg__f)",
|
281
|
+
d: "M9.885 20.05a5.642 5.642 0 1 0 0-11.283 5.642 5.642 0 0 0 0 11.284Z"
|
282
282
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
283
|
-
|
284
|
-
|
283
|
+
stroke: "#FAFAFA",
|
284
|
+
d: "M10.712 5.605a5.641 5.641 0 1 1 7.979 7.978"
|
285
285
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
286
|
-
|
287
|
-
|
286
|
+
stroke: "url(#deposit_svg__g)",
|
287
|
+
d: "M10.712 5.605a5.641 5.641 0 1 1 7.979 7.978"
|
288
288
|
}))), _defs$3 || (_defs$3 = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
289
289
|
id: "deposit_svg__b",
|
290
290
|
x1: 18.733,
|
291
|
-
y1: 19.981,
|
292
291
|
x2: 18.733,
|
292
|
+
y1: 19.981,
|
293
293
|
y2: 22.002,
|
294
294
|
gradientUnits: "userSpaceOnUse"
|
295
295
|
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
@@ -301,8 +301,8 @@ var SvgDeposit = function SvgDeposit(props) {
|
|
301
301
|
})), /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
302
302
|
id: "deposit_svg__c",
|
303
303
|
x1: 20.152,
|
304
|
-
y1: 15.129,
|
305
304
|
x2: 20.152,
|
305
|
+
y1: 15.129,
|
306
306
|
y2: 22.001,
|
307
307
|
gradientUnits: "userSpaceOnUse"
|
308
308
|
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
@@ -314,8 +314,8 @@ var SvgDeposit = function SvgDeposit(props) {
|
|
314
314
|
})), /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
315
315
|
id: "deposit_svg__d",
|
316
316
|
x1: 5.854,
|
317
|
-
y1: 2,
|
318
317
|
x2: 5.854,
|
318
|
+
y1: 2,
|
319
319
|
y2: 4.02,
|
320
320
|
gradientUnits: "userSpaceOnUse"
|
321
321
|
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
@@ -327,8 +327,8 @@ var SvgDeposit = function SvgDeposit(props) {
|
|
327
327
|
})), /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
328
328
|
id: "deposit_svg__e",
|
329
329
|
x1: 4.436,
|
330
|
-
y1: 2,
|
331
330
|
x2: 4.436,
|
331
|
+
y1: 2,
|
332
332
|
y2: 8.872,
|
333
333
|
gradientUnits: "userSpaceOnUse"
|
334
334
|
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
@@ -340,8 +340,8 @@ var SvgDeposit = function SvgDeposit(props) {
|
|
340
340
|
})), /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
341
341
|
id: "deposit_svg__f",
|
342
342
|
x1: 9.885,
|
343
|
-
y1: 8.767,
|
344
343
|
x2: 9.885,
|
344
|
+
y1: 8.767,
|
345
345
|
y2: 20.051,
|
346
346
|
gradientUnits: "userSpaceOnUse"
|
347
347
|
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
@@ -353,8 +353,8 @@ var SvgDeposit = function SvgDeposit(props) {
|
|
353
353
|
})), /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
354
354
|
id: "deposit_svg__g",
|
355
355
|
x1: 15.528,
|
356
|
-
y1: 3.952,
|
357
356
|
x2: 15.528,
|
357
|
+
y1: 3.952,
|
358
358
|
y2: 13.583,
|
359
359
|
gradientUnits: "userSpaceOnUse"
|
360
360
|
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
@@ -375,33 +375,32 @@ var _path$n, _path2$7, _g$3, _defs$2;
|
|
375
375
|
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); }
|
376
376
|
var SvgDownloadAlert = function SvgDownloadAlert(props) {
|
377
377
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$q({
|
378
|
-
|
378
|
+
xmlns: "http://www.w3.org/2000/svg",
|
379
379
|
fill: "none",
|
380
|
-
|
380
|
+
viewBox: "0 0 24 24"
|
381
381
|
}, props), _path$n || (_path$n = /*#__PURE__*/React__namespace.createElement("path", {
|
382
|
-
d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4M12 15V3",
|
383
382
|
stroke: "currentColor",
|
384
|
-
strokeWidth: 2,
|
385
383
|
strokeLinecap: "round",
|
386
|
-
strokeLinejoin: "round"
|
384
|
+
strokeLinejoin: "round",
|
385
|
+
strokeWidth: 2,
|
386
|
+
d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4M12 15V3"
|
387
387
|
})), _path2$7 || (_path2$7 = /*#__PURE__*/React__namespace.createElement("path", {
|
388
|
+
fill: "currentColor",
|
388
389
|
fillRule: "evenodd",
|
389
|
-
|
390
|
-
|
391
|
-
fill: "currentColor"
|
390
|
+
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.6 5.6 0 0 0 1.931.897",
|
391
|
+
clipRule: "evenodd"
|
392
392
|
})), _g$3 || (_g$3 = /*#__PURE__*/React__namespace.createElement("g", {
|
393
393
|
clipPath: "url(#download-alert_svg__a)"
|
394
394
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
395
|
+
fill: "#D5FF5C",
|
395
396
|
fillRule: "evenodd",
|
396
|
-
|
397
|
-
|
398
|
-
fill: "#D5FF5C"
|
397
|
+
d: "M18.65 10.358a4.708 4.708 0 1 0 0-9.417 4.708 4.708 0 0 0 0 9.417m0-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-.75m0 4.283a.75.75 0 0 0 0 1.5h.005a.75.75 0 0 0 0-1.5z",
|
398
|
+
clipRule: "evenodd"
|
399
399
|
}))), _defs$2 || (_defs$2 = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
400
400
|
id: "download-alert_svg__a"
|
401
401
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
402
402
|
fill: "#fff",
|
403
|
-
|
404
|
-
d: "M0 0h11.3v11.3H0z"
|
403
|
+
d: "M13 0h11.3v11.3H13z"
|
405
404
|
})))));
|
406
405
|
};
|
407
406
|
|
@@ -409,15 +408,15 @@ var _path$m;
|
|
409
408
|
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); }
|
410
409
|
var SvgDrag = function SvgDrag(props) {
|
411
410
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$p({
|
412
|
-
|
411
|
+
xmlns: "http://www.w3.org/2000/svg",
|
413
412
|
fill: "none",
|
414
|
-
|
413
|
+
viewBox: "0 0 24 24"
|
415
414
|
}, props), _path$m || (_path$m = /*#__PURE__*/React__namespace.createElement("path", {
|
416
|
-
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",
|
417
415
|
stroke: "currentColor",
|
418
|
-
strokeWidth: 2,
|
419
416
|
strokeLinecap: "round",
|
420
|
-
strokeLinejoin: "round"
|
417
|
+
strokeLinejoin: "round",
|
418
|
+
strokeWidth: 2,
|
419
|
+
d: "M8 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2M8 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2M8 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2M16 6a1 1 0 1 0 0-2 1 1 0 0 0 0 2M16 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2M16 20a1 1 0 1 0 0-2 1 1 0 0 0 0 2"
|
421
420
|
})));
|
422
421
|
};
|
423
422
|
|
@@ -425,14 +424,14 @@ var _path$l;
|
|
425
424
|
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); }
|
426
425
|
var SvgExtensionButton = function SvgExtensionButton(props) {
|
427
426
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$o({
|
428
|
-
|
427
|
+
xmlns: "http://www.w3.org/2000/svg",
|
429
428
|
fill: "none",
|
430
|
-
|
429
|
+
viewBox: "0 0 17 16"
|
431
430
|
}, props), _path$l || (_path$l = /*#__PURE__*/React__namespace.createElement("path", {
|
431
|
+
fill: "#D5FF5C",
|
432
432
|
fillRule: "evenodd",
|
433
|
-
|
434
|
-
|
435
|
-
fill: "#D5FF5C"
|
433
|
+
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.5",
|
434
|
+
clipRule: "evenodd"
|
436
435
|
})));
|
437
436
|
};
|
438
437
|
|
@@ -440,27 +439,27 @@ var _g$2, _defs$1;
|
|
440
439
|
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); }
|
441
440
|
var SvgEyePlus = function SvgEyePlus(props) {
|
442
441
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$n({
|
443
|
-
|
442
|
+
xmlns: "http://www.w3.org/2000/svg",
|
444
443
|
fill: "none",
|
445
|
-
|
444
|
+
viewBox: "0 0 16 16"
|
446
445
|
}, props), _g$2 || (_g$2 = /*#__PURE__*/React__namespace.createElement("g", {
|
447
446
|
clipPath: "url(#eye-plus_svg__a)"
|
448
447
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
448
|
+
fill: "currentColor",
|
449
449
|
fillRule: "evenodd",
|
450
|
-
|
451
|
-
|
452
|
-
fill: "currentColor"
|
450
|
+
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 14 0 0 0-.081 7.28a9 9 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 5 0 0 0 .134.247 14 14 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.7 5.7 0 0 1-1.363-1.534 12 12 0 0 1-1.128 1.408C11.521 11.226 9.934 12.333 8 12.333s-3.521-1.107-4.687-2.35A12 12 0 0 1 1.815 8a12 12 0 0 1 1.498-1.983C4.479 4.773 6.066 3.667 8 3.667s3.521 1.106 4.687 2.35q.193.207.366.41A5.7 5.7 0 0 1 13.3 3.83",
|
451
|
+
clipRule: "evenodd"
|
453
452
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
454
|
-
d: "M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4z",
|
455
453
|
stroke: "currentColor",
|
456
|
-
strokeWidth: 2,
|
457
454
|
strokeLinecap: "round",
|
458
|
-
strokeLinejoin: "round"
|
455
|
+
strokeLinejoin: "round",
|
456
|
+
strokeWidth: 2,
|
457
|
+
d: "M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4"
|
459
458
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
459
|
+
fill: "currentColor",
|
460
460
|
fillRule: "evenodd",
|
461
|
-
|
462
|
-
|
463
|
-
fill: "currentColor"
|
461
|
+
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-.5z",
|
462
|
+
clipRule: "evenodd"
|
464
463
|
}))), _defs$1 || (_defs$1 = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
465
464
|
id: "eye-plus_svg__a"
|
466
465
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
@@ -473,21 +472,21 @@ var _path$k, _path2$6;
|
|
473
472
|
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); }
|
474
473
|
var SvgFileCheck = function SvgFileCheck(props) {
|
475
474
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$m({
|
476
|
-
|
475
|
+
xmlns: "http://www.w3.org/2000/svg",
|
477
476
|
fill: "none",
|
478
|
-
|
477
|
+
viewBox: "0 0 24 24"
|
479
478
|
}, props), _path$k || (_path$k = /*#__PURE__*/React__namespace.createElement("path", {
|
480
|
-
d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z",
|
481
479
|
stroke: "currentColor",
|
482
|
-
strokeWidth: 1.4,
|
483
480
|
strokeLinecap: "round",
|
484
|
-
strokeLinejoin: "round"
|
481
|
+
strokeLinejoin: "round",
|
482
|
+
strokeWidth: 1.4,
|
483
|
+
d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"
|
485
484
|
})), _path2$6 || (_path2$6 = /*#__PURE__*/React__namespace.createElement("path", {
|
486
|
-
d: "M14 2v6h6M16 12l-5.5 5L8 14.727",
|
487
485
|
stroke: "currentColor",
|
488
|
-
strokeWidth: 1.4,
|
489
486
|
strokeLinecap: "round",
|
490
|
-
strokeLinejoin: "round"
|
487
|
+
strokeLinejoin: "round",
|
488
|
+
strokeWidth: 1.4,
|
489
|
+
d: "M14 2v6h6M16 12l-5.5 5L8 14.727"
|
491
490
|
})));
|
492
491
|
};
|
493
492
|
|
@@ -495,16 +494,16 @@ var _g$1;
|
|
495
494
|
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); }
|
496
495
|
var SvgFileX = function SvgFileX(props) {
|
497
496
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$l({
|
498
|
-
|
497
|
+
xmlns: "http://www.w3.org/2000/svg",
|
499
498
|
fill: "none",
|
500
|
-
|
499
|
+
viewBox: "0 0 25 24"
|
501
500
|
}, props), _g$1 || (_g$1 = /*#__PURE__*/React__namespace.createElement("g", {
|
502
501
|
stroke: "currentColor",
|
503
|
-
strokeWidth: 1.4,
|
504
502
|
strokeLinecap: "round",
|
505
|
-
strokeLinejoin: "round"
|
503
|
+
strokeLinejoin: "round",
|
504
|
+
strokeWidth: 1.4
|
506
505
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
507
|
-
d: "M14.5 2h-8a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-
|
506
|
+
d: "M14.5 2h-8a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"
|
508
507
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
509
508
|
d: "M14.5 2v6h6M14.621 17.121 10.38 12.88M10.379 17.121l4.242-4.242"
|
510
509
|
}))));
|
@@ -514,15 +513,15 @@ var _path$j;
|
|
514
513
|
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); }
|
515
514
|
var SvgHamburgerMenu = function SvgHamburgerMenu(props) {
|
516
515
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$k({
|
517
|
-
|
516
|
+
xmlns: "http://www.w3.org/2000/svg",
|
518
517
|
fill: "none",
|
519
|
-
|
518
|
+
viewBox: "0 0 24 24"
|
520
519
|
}, props), _path$j || (_path$j = /*#__PURE__*/React__namespace.createElement("path", {
|
521
|
-
d: "M3 12h18M3 6h18M3 18h18",
|
522
520
|
stroke: "currentColor",
|
523
|
-
strokeWidth: 2,
|
524
521
|
strokeLinecap: "round",
|
525
|
-
strokeLinejoin: "round"
|
522
|
+
strokeLinejoin: "round",
|
523
|
+
strokeWidth: 2,
|
524
|
+
d: "M3 12h18M3 6h18M3 18h18"
|
526
525
|
})));
|
527
526
|
};
|
528
527
|
|
@@ -530,13 +529,13 @@ var _path$i;
|
|
530
529
|
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); }
|
531
530
|
var SvgHistory = function SvgHistory(props) {
|
532
531
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$j({
|
533
|
-
|
532
|
+
xmlns: "http://www.w3.org/2000/svg",
|
534
533
|
fill: "currentColor",
|
535
|
-
|
534
|
+
viewBox: "0 0 24 24"
|
536
535
|
}, props), _path$i || (_path$i = /*#__PURE__*/React__namespace.createElement("path", {
|
537
536
|
fillRule: "evenodd",
|
538
|
-
|
539
|
-
|
537
|
+
d: "M12 2C8.703 2 6.235 3.378 4.61 4.732q-.327.273-.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-10m1 6a1 1 0 1 0-2 0v4a1 1 0 0 0 .445.832l3 2a1 1 0 0 0 1.11-1.664L13 11.465z",
|
538
|
+
clipRule: "evenodd"
|
540
539
|
})));
|
541
540
|
};
|
542
541
|
|
@@ -544,37 +543,37 @@ var _rect$3, _rect2$3, _rect3$3, _path$h;
|
|
544
543
|
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); }
|
545
544
|
var SvgNetworkUsageDecreasing = function SvgNetworkUsageDecreasing(props) {
|
546
545
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$i({
|
547
|
-
|
546
|
+
xmlns: "http://www.w3.org/2000/svg",
|
548
547
|
fill: "none",
|
549
|
-
|
548
|
+
viewBox: "0 0 46 14"
|
550
549
|
}, props), _rect$3 || (_rect$3 = /*#__PURE__*/React__namespace.createElement("rect", {
|
551
|
-
x: 0.333,
|
552
550
|
width: 8,
|
553
551
|
height: 14,
|
554
|
-
|
552
|
+
x: 0.333,
|
555
553
|
fill: "#38D448",
|
556
|
-
fillOpacity: 0.25
|
554
|
+
fillOpacity: 0.25,
|
555
|
+
rx: 4
|
557
556
|
})), _rect2$3 || (_rect2$3 = /*#__PURE__*/React__namespace.createElement("rect", {
|
558
|
-
opacity: 0.5,
|
559
|
-
x: 10.166,
|
560
|
-
y: 2.667,
|
561
557
|
width: 8,
|
562
558
|
height: 11.333,
|
563
|
-
|
564
|
-
|
559
|
+
x: 10.166,
|
560
|
+
y: 2.667,
|
561
|
+
fill: "#38D448",
|
562
|
+
opacity: 0.5,
|
563
|
+
rx: 4
|
565
564
|
})), _rect3$3 || (_rect3$3 = /*#__PURE__*/React__namespace.createElement("rect", {
|
566
|
-
x: 20,
|
567
|
-
y: 4.5,
|
568
565
|
width: 8,
|
569
566
|
height: 9.5,
|
570
|
-
|
571
|
-
|
567
|
+
x: 20,
|
568
|
+
y: 4.5,
|
569
|
+
fill: "#38D448",
|
570
|
+
rx: 4
|
572
571
|
})), _path$h || (_path$h = /*#__PURE__*/React__namespace.createElement("path", {
|
573
|
-
d: "m36.083 4.083 5.834 5.834M41.917 4.083v5.834h-5.834",
|
574
572
|
stroke: "#38D448",
|
575
|
-
strokeWidth: 1.167,
|
576
573
|
strokeLinecap: "round",
|
577
|
-
strokeLinejoin: "round"
|
574
|
+
strokeLinejoin: "round",
|
575
|
+
strokeWidth: 1.167,
|
576
|
+
d: "m36.083 4.083 5.834 5.834M41.917 4.083v5.834h-5.834"
|
578
577
|
})));
|
579
578
|
};
|
580
579
|
|
@@ -582,36 +581,36 @@ var _rect$2, _rect2$2, _rect3$2, _path$g;
|
|
582
581
|
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); }
|
583
582
|
var SvgNetworkUsageHigh = function SvgNetworkUsageHigh(props) {
|
584
583
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$h({
|
585
|
-
|
584
|
+
xmlns: "http://www.w3.org/2000/svg",
|
586
585
|
fill: "none",
|
587
|
-
|
586
|
+
viewBox: "0 0 46 14"
|
588
587
|
}, props), _rect$2 || (_rect$2 = /*#__PURE__*/React__namespace.createElement("rect", {
|
589
|
-
x: 0.333,
|
590
|
-
y: 4.5,
|
591
588
|
width: 8,
|
592
589
|
height: 9.5,
|
593
|
-
|
590
|
+
x: 0.333,
|
591
|
+
y: 4.5,
|
594
592
|
fill: "#D22424",
|
595
|
-
fillOpacity: 0.3
|
593
|
+
fillOpacity: 0.3,
|
594
|
+
rx: 4
|
596
595
|
})), _rect2$2 || (_rect2$2 = /*#__PURE__*/React__namespace.createElement("rect", {
|
597
|
-
opacity: 0.5,
|
598
|
-
x: 10.166,
|
599
596
|
width: 8,
|
600
597
|
height: 14,
|
601
|
-
|
602
|
-
fill: "#D22424"
|
598
|
+
x: 10.166,
|
599
|
+
fill: "#D22424",
|
600
|
+
opacity: 0.5,
|
601
|
+
rx: 4
|
603
602
|
})), _rect3$2 || (_rect3$2 = /*#__PURE__*/React__namespace.createElement("rect", {
|
604
|
-
x: 20,
|
605
603
|
width: 8,
|
606
604
|
height: 14,
|
607
|
-
|
608
|
-
fill: "#D22424"
|
605
|
+
x: 20,
|
606
|
+
fill: "#D22424",
|
607
|
+
rx: 4
|
609
608
|
})), _path$g || (_path$g = /*#__PURE__*/React__namespace.createElement("path", {
|
610
|
-
d: "M39 11.083V2.917M34.917 7 39 2.917 43.083 7",
|
611
609
|
stroke: "#D22424",
|
612
|
-
strokeWidth: 1.167,
|
613
610
|
strokeLinecap: "round",
|
614
|
-
strokeLinejoin: "round"
|
611
|
+
strokeLinejoin: "round",
|
612
|
+
strokeWidth: 1.167,
|
613
|
+
d: "M39 11.083V2.917M34.917 7 39 2.917 43.083 7"
|
615
614
|
})));
|
616
615
|
};
|
617
616
|
|
@@ -619,37 +618,37 @@ var _rect$1, _rect2$1, _rect3$1, _path$f;
|
|
619
618
|
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); }
|
620
619
|
var SvgNetworkUsageIdle = function SvgNetworkUsageIdle(props) {
|
621
620
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$g({
|
622
|
-
|
621
|
+
xmlns: "http://www.w3.org/2000/svg",
|
623
622
|
fill: "none",
|
624
|
-
|
623
|
+
viewBox: "0 0 46 14"
|
625
624
|
}, props), _rect$1 || (_rect$1 = /*#__PURE__*/React__namespace.createElement("rect", {
|
626
|
-
x: 0.333,
|
627
|
-
y: 0.333,
|
628
625
|
width: 8,
|
629
626
|
height: 11,
|
630
|
-
|
627
|
+
x: 0.333,
|
628
|
+
y: 0.333,
|
631
629
|
fill: "#38D448",
|
632
|
-
fillOpacity: 0.25
|
630
|
+
fillOpacity: 0.25,
|
631
|
+
rx: 4
|
633
632
|
})), _rect2$1 || (_rect2$1 = /*#__PURE__*/React__namespace.createElement("rect", {
|
634
|
-
opacity: 0.5,
|
635
|
-
x: 10.166,
|
636
633
|
width: 8,
|
637
634
|
height: 11.333,
|
638
|
-
|
639
|
-
fill: "#38D448"
|
635
|
+
x: 10.166,
|
636
|
+
fill: "#38D448",
|
637
|
+
opacity: 0.5,
|
638
|
+
rx: 4
|
640
639
|
})), _rect3$1 || (_rect3$1 = /*#__PURE__*/React__namespace.createElement("rect", {
|
641
|
-
x: 20,
|
642
|
-
y: 0.333,
|
643
640
|
width: 8,
|
644
641
|
height: 11,
|
645
|
-
|
646
|
-
|
642
|
+
x: 20,
|
643
|
+
y: 0.333,
|
644
|
+
fill: "#38D448",
|
645
|
+
rx: 4
|
647
646
|
})), _path$f || (_path$f = /*#__PURE__*/React__namespace.createElement("path", {
|
648
|
-
d: "M43.667 3.5 37.25 9.917 34.333 7",
|
649
647
|
stroke: "#38D448",
|
650
|
-
strokeWidth: 1.167,
|
651
648
|
strokeLinecap: "round",
|
652
|
-
strokeLinejoin: "round"
|
649
|
+
strokeLinejoin: "round",
|
650
|
+
strokeWidth: 1.167,
|
651
|
+
d: "M43.667 3.5 37.25 9.917 34.333 7"
|
653
652
|
})));
|
654
653
|
};
|
655
654
|
|
@@ -657,37 +656,37 @@ var _rect, _rect2, _rect3, _path$e;
|
|
657
656
|
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); }
|
658
657
|
var SvgNetworkUsageIncreasing = function SvgNetworkUsageIncreasing(props) {
|
659
658
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$f({
|
660
|
-
|
659
|
+
xmlns: "http://www.w3.org/2000/svg",
|
661
660
|
fill: "none",
|
662
|
-
|
661
|
+
viewBox: "0 0 46 14"
|
663
662
|
}, props), _rect || (_rect = /*#__PURE__*/React__namespace.createElement("rect", {
|
664
|
-
x: 0.333,
|
665
|
-
y: 4.5,
|
666
663
|
width: 8,
|
667
664
|
height: 9.5,
|
668
|
-
|
665
|
+
x: 0.333,
|
666
|
+
y: 4.5,
|
669
667
|
fill: "#F48F45",
|
670
|
-
fillOpacity: 0.25
|
668
|
+
fillOpacity: 0.25,
|
669
|
+
rx: 4
|
671
670
|
})), _rect2 || (_rect2 = /*#__PURE__*/React__namespace.createElement("rect", {
|
672
|
-
opacity: 0.5,
|
673
|
-
x: 10.166,
|
674
|
-
y: 2.667,
|
675
671
|
width: 8,
|
676
672
|
height: 11.333,
|
677
|
-
|
678
|
-
|
673
|
+
x: 10.166,
|
674
|
+
y: 2.667,
|
675
|
+
fill: "#F48F45",
|
676
|
+
opacity: 0.5,
|
677
|
+
rx: 4
|
679
678
|
})), _rect3 || (_rect3 = /*#__PURE__*/React__namespace.createElement("rect", {
|
680
|
-
x: 20,
|
681
679
|
width: 8,
|
682
680
|
height: 14,
|
683
|
-
|
684
|
-
fill: "#F48F45"
|
681
|
+
x: 20,
|
682
|
+
fill: "#F48F45",
|
683
|
+
rx: 4
|
685
684
|
})), _path$e || (_path$e = /*#__PURE__*/React__namespace.createElement("path", {
|
686
|
-
d: "m36.083 9.917 5.834-5.834M36.083 4.083h5.834v5.834",
|
687
685
|
stroke: "#F48F45",
|
688
|
-
strokeWidth: 1.167,
|
689
686
|
strokeLinecap: "round",
|
690
|
-
strokeLinejoin: "round"
|
687
|
+
strokeLinejoin: "round",
|
688
|
+
strokeWidth: 1.167,
|
689
|
+
d: "m36.083 9.917 5.834-5.834M36.083 4.083h5.834v5.834"
|
691
690
|
})));
|
692
691
|
};
|
693
692
|
|
@@ -695,14 +694,14 @@ var _path$d;
|
|
695
694
|
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); }
|
696
695
|
var SvgPin = function SvgPin(props) {
|
697
696
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$e({
|
698
|
-
|
697
|
+
xmlns: "http://www.w3.org/2000/svg",
|
699
698
|
fill: "none",
|
700
|
-
|
699
|
+
viewBox: "0 0 11 16"
|
701
700
|
}, props), _path$d || (_path$d = /*#__PURE__*/React__namespace.createElement("path", {
|
701
|
+
fill: "#A5A5A5",
|
702
702
|
fillRule: "evenodd",
|
703
|
-
|
704
|
-
|
705
|
-
fill: "#A5A5A5"
|
703
|
+
d: "M8.705 1.746h.65V0H1.5v1.746h.794V7.82L.336 9.6v1.745h4.476V16H6.49v-4.655h4.173V9.6L8.705 7.82zm-1.678 0H3.972v6.77L2.58 9.6h5.84L7.027 8.515z",
|
704
|
+
clipRule: "evenodd"
|
706
705
|
})));
|
707
706
|
};
|
708
707
|
|
@@ -710,8 +709,8 @@ var _path$c, _path2$5;
|
|
710
709
|
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); }
|
711
710
|
var SvgPolkadotVault = function SvgPolkadotVault(props) {
|
712
711
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$d({
|
713
|
-
|
714
|
-
|
712
|
+
xmlns: "http://www.w3.org/2000/svg",
|
713
|
+
viewBox: "0 0 80 80"
|
715
714
|
}, props), _path$c || (_path$c = /*#__PURE__*/React__namespace.createElement("path", {
|
716
715
|
fill: "none",
|
717
716
|
stroke: "currentColor",
|
@@ -720,7 +719,7 @@ var SvgPolkadotVault = function SvgPolkadotVault(props) {
|
|
720
719
|
})), _path2$5 || (_path2$5 = /*#__PURE__*/React__namespace.createElement("path", {
|
721
720
|
fill: "currentColor",
|
722
721
|
fillRule: "evenodd",
|
723
|
-
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.
|
722
|
+
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.7 11.7 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.324"
|
724
723
|
})));
|
725
724
|
};
|
726
725
|
|
@@ -731,12 +730,12 @@ var SvgPopup = function SvgPopup(props) {
|
|
731
730
|
xmlns: "http://www.w3.org/2000/svg",
|
732
731
|
viewBox: "0 0 20 20"
|
733
732
|
}, props), _path$b || (_path$b = /*#__PURE__*/React__namespace.createElement("path", {
|
734
|
-
|
735
|
-
strokeLinecap: "round",
|
733
|
+
fill: "none",
|
736
734
|
stroke: "#000",
|
737
|
-
|
735
|
+
strokeLinecap: "round",
|
738
736
|
strokeLinejoin: "round",
|
739
|
-
|
737
|
+
strokeWidth: 2,
|
738
|
+
d: "M1 7a2 2 0 0 1 2-2h12l4-4v16a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2z"
|
740
739
|
})));
|
741
740
|
};
|
742
741
|
|
@@ -744,14 +743,14 @@ var _path$a;
|
|
744
743
|
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); }
|
745
744
|
var SvgRocket = function SvgRocket(props) {
|
746
745
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$b({
|
747
|
-
|
746
|
+
xmlns: "http://www.w3.org/2000/svg",
|
748
747
|
fill: "none",
|
749
|
-
|
748
|
+
viewBox: "0 0 19 19"
|
750
749
|
}, props), _path$a || (_path$a = /*#__PURE__*/React__namespace.createElement("path", {
|
750
|
+
fill: "currentColor",
|
751
751
|
fillRule: "evenodd",
|
752
|
-
|
753
|
-
|
754
|
-
fill: "currentColor"
|
752
|
+
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.68.68 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.68.68 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.6zm2.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.967zm1.8 1.8a.684.684 0 0 0-.968-.967l-2.4 2.4a.684.684 0 1 0 .968.967zm1.8 1.8a.684.684 0 0 0-.968-.967l-1.2 1.2a.684.684 0 1 0 .968.967zm3.92-9.544a.936.936 0 1 1 1.872 0 .936.936 0 0 1-1.872 0m.936-2.304a2.304 2.304 0 1 0 0 4.608 2.304 2.304 0 0 0 0-4.608",
|
753
|
+
clipRule: "evenodd"
|
755
754
|
})));
|
756
755
|
};
|
757
756
|
|
@@ -759,15 +758,15 @@ var _path$9;
|
|
759
758
|
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); }
|
760
759
|
var SvgSecret = function SvgSecret(props) {
|
761
760
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$a({
|
762
|
-
|
763
|
-
stroke: "currentColor",
|
761
|
+
xmlns: "http://www.w3.org/2000/svg",
|
764
762
|
fill: "none",
|
765
|
-
|
763
|
+
stroke: "currentColor",
|
764
|
+
viewBox: "0 0 22 18"
|
766
765
|
}, props), _path$9 || (_path$9 = /*#__PURE__*/React__namespace.createElement("path", {
|
767
|
-
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",
|
768
|
-
strokeWidth: 2,
|
769
766
|
strokeLinecap: "round",
|
770
|
-
strokeLinejoin: "round"
|
767
|
+
strokeLinejoin: "round",
|
768
|
+
strokeWidth: 2,
|
769
|
+
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 0m5 0a.25.25 0 1 1-.5 0 .25.25 0 0 1 .5 0m-10 0a.25.25 0 1 1-.5 0 .25.25 0 0 1 .5 0m8.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 17"
|
771
770
|
})));
|
772
771
|
};
|
773
772
|
|
@@ -775,14 +774,14 @@ var _path$8;
|
|
775
774
|
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); }
|
776
775
|
var SvgSignet = function SvgSignet(props) {
|
777
776
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$9({
|
778
|
-
|
777
|
+
xmlns: "http://www.w3.org/2000/svg",
|
779
778
|
fill: "none",
|
780
|
-
|
779
|
+
viewBox: "0 0 70 67"
|
781
780
|
}, props), _path$8 || (_path$8 = /*#__PURE__*/React__namespace.createElement("path", {
|
781
|
+
fill: "#FD4848",
|
782
782
|
fillRule: "evenodd",
|
783
|
-
|
784
|
-
|
785
|
-
fill: "#FD4848"
|
783
|
+
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.789 4.419c5.005 1.496 10.057-2.198 10.19-7.452L29.052 0h11.898l.395 15.52c.133 5.254 5.185 8.948 10.19 7.452z",
|
784
|
+
clipRule: "evenodd"
|
786
785
|
})));
|
787
786
|
};
|
788
787
|
|
@@ -790,21 +789,21 @@ var _path$7, _path2$4;
|
|
790
789
|
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); }
|
791
790
|
var SvgShieldSuccess = function SvgShieldSuccess(props) {
|
792
791
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$8({
|
793
|
-
|
792
|
+
xmlns: "http://www.w3.org/2000/svg",
|
794
793
|
fill: "none",
|
795
|
-
|
794
|
+
viewBox: "0 0 39 47"
|
796
795
|
}, props), _path$7 || (_path$7 = /*#__PURE__*/React__namespace.createElement("path", {
|
797
|
-
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",
|
798
796
|
stroke: "currentColor",
|
799
|
-
strokeWidth: 2.4,
|
800
797
|
strokeLinecap: "round",
|
801
|
-
strokeLinejoin: "round"
|
798
|
+
strokeLinejoin: "round",
|
799
|
+
strokeWidth: 2.4,
|
800
|
+
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.063"
|
802
801
|
})), _path2$4 || (_path2$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
803
|
-
d: "M28.325 16.882 16.191 27.913 10.675 22.9",
|
804
802
|
stroke: "currentColor",
|
805
|
-
strokeWidth: 2.4,
|
806
803
|
strokeLinecap: "round",
|
807
|
-
strokeLinejoin: "round"
|
804
|
+
strokeLinejoin: "round",
|
805
|
+
strokeWidth: 2.4,
|
806
|
+
d: "M28.325 16.882 16.191 27.913 10.675 22.9"
|
808
807
|
})));
|
809
808
|
};
|
810
809
|
|
@@ -812,15 +811,15 @@ var _path$6;
|
|
812
811
|
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); }
|
813
812
|
var SvgStars = function SvgStars(props) {
|
814
813
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$7({
|
815
|
-
|
814
|
+
xmlns: "http://www.w3.org/2000/svg",
|
816
815
|
fill: "none",
|
817
816
|
stroke: "currentColor",
|
818
|
-
|
817
|
+
viewBox: "0 0 24 24"
|
819
818
|
}, props), _path$6 || (_path$6 = /*#__PURE__*/React__namespace.createElement("path", {
|
820
|
-
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",
|
821
|
-
strokeWidth: 2,
|
822
819
|
strokeLinecap: "round",
|
823
|
-
strokeLinejoin: "round"
|
820
|
+
strokeLinejoin: "round",
|
821
|
+
strokeWidth: 2,
|
822
|
+
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.026zM15 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.409z"
|
824
823
|
})));
|
825
824
|
};
|
826
825
|
|
@@ -828,31 +827,31 @@ var _path$5, _path2$3, _path3$2, _path4$1;
|
|
828
827
|
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); }
|
829
828
|
var SvgSwap = function SvgSwap(props) {
|
830
829
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$6({
|
831
|
-
|
830
|
+
xmlns: "http://www.w3.org/2000/svg",
|
832
831
|
fill: "none",
|
833
|
-
|
832
|
+
viewBox: "0 0 12 8"
|
834
833
|
}, props), _path$5 || (_path$5 = /*#__PURE__*/React__namespace.createElement("path", {
|
835
834
|
stroke: "currentColor",
|
836
|
-
strokeWidth: 0.941,
|
837
835
|
strokeLinecap: "round",
|
836
|
+
strokeWidth: 0.941,
|
838
837
|
d: "M3.412 7.529V.941"
|
839
838
|
})), _path2$3 || (_path2$3 = /*#__PURE__*/React__namespace.createElement("path", {
|
840
|
-
d: "M5.765 2.823C4.845 1.905 4.33 1.39 3.412.47L1.059 2.823",
|
841
839
|
stroke: "currentColor",
|
842
|
-
strokeWidth: 0.941,
|
843
840
|
strokeLinecap: "round",
|
844
|
-
strokeLinejoin: "round"
|
841
|
+
strokeLinejoin: "round",
|
842
|
+
strokeWidth: 0.941,
|
843
|
+
d: "M5.765 2.823C4.845 1.905 4.33 1.39 3.412.47L1.059 2.823"
|
845
844
|
})), _path3$2 || (_path3$2 = /*#__PURE__*/React__namespace.createElement("path", {
|
846
845
|
stroke: "currentColor",
|
847
|
-
strokeWidth: 0.941,
|
848
846
|
strokeLinecap: "round",
|
847
|
+
strokeWidth: 0.941,
|
849
848
|
d: "M8.588.471v6.588"
|
850
849
|
})), _path4$1 || (_path4$1 = /*#__PURE__*/React__namespace.createElement("path", {
|
851
|
-
d: "M6.235 5.176 8.588 7.53l2.353-2.353",
|
852
850
|
stroke: "currentColor",
|
853
|
-
strokeWidth: 0.941,
|
854
851
|
strokeLinecap: "round",
|
855
|
-
strokeLinejoin: "round"
|
852
|
+
strokeLinejoin: "round",
|
853
|
+
strokeWidth: 0.941,
|
854
|
+
d: "M6.235 5.176 8.588 7.53l2.353-2.353"
|
856
855
|
})));
|
857
856
|
};
|
858
857
|
|
@@ -861,13 +860,13 @@ function _extends$5() { _extends$5 = Object.assign ? Object.assign.bind() : func
|
|
861
860
|
var SvgTable = function SvgTable(props) {
|
862
861
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$5({
|
863
862
|
xmlns: "http://www.w3.org/2000/svg",
|
864
|
-
viewBox: "0 0 24 24",
|
865
863
|
fill: "none",
|
866
864
|
stroke: "currentColor",
|
867
|
-
strokeWidth: 2,
|
868
865
|
strokeLinecap: "round",
|
869
866
|
strokeLinejoin: "round",
|
870
|
-
|
867
|
+
strokeWidth: 2,
|
868
|
+
className: "table_svg__feather table_svg__feather-table",
|
869
|
+
viewBox: "0 0 24 24"
|
871
870
|
}, props), _path$4 || (_path$4 = /*#__PURE__*/React__namespace.createElement("path", {
|
872
871
|
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"
|
873
872
|
})));
|
@@ -877,17 +876,17 @@ var _path$3, _path2$2;
|
|
877
876
|
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); }
|
878
877
|
var SvgTalismanHand = function SvgTalismanHand(props) {
|
879
878
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4({
|
880
|
-
|
879
|
+
xmlns: "http://www.w3.org/2000/svg",
|
881
880
|
fill: "none",
|
882
|
-
|
881
|
+
viewBox: "0 0 16 18"
|
883
882
|
}, props), _path$3 || (_path$3 = /*#__PURE__*/React__namespace.createElement("path", {
|
884
|
-
|
885
|
-
|
883
|
+
fill: "currentColor",
|
884
|
+
d: "M6.516 12.503c0 .824.663 1.492 1.484 1.502a1.501 1.501 0 0 0 0-3.003 1.5 1.5 0 0 0-1.484 1.501"
|
886
885
|
})), _path2$2 || (_path2$2 = /*#__PURE__*/React__namespace.createElement("path", {
|
886
|
+
fill: "currentColor",
|
887
887
|
fillRule: "evenodd",
|
888
|
-
|
889
|
-
|
890
|
-
fill: "currentColor"
|
888
|
+
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.822A5 5 0 0 0 8 17.007a5 5 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.5.5 0 0 1-.046-.208V3.995a1.251 1.251 0 0 0-2.502 0v2.892c0 .249-.255.418-.492.343a.36.36 0 0 1-.259-.342V2.244A1.25 1.25 0 0 0 8 .993a1.25 1.25 0 0 0-1.234 1.25v4.645a.36.36 0 0 1-.259.342c-.237.075-.492-.094-.492-.343V3.995a1.251 1.251 0 0 0-2.502 0V9.71a.5.5 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",
|
889
|
+
clipRule: "evenodd"
|
891
890
|
})));
|
892
891
|
};
|
893
892
|
|
@@ -895,29 +894,29 @@ var _g, _defs;
|
|
895
894
|
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); }
|
896
895
|
var SvgTryIt = function SvgTryIt(props) {
|
897
896
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3({
|
898
|
-
|
897
|
+
xmlns: "http://www.w3.org/2000/svg",
|
899
898
|
fill: "none",
|
900
|
-
|
899
|
+
viewBox: "0 0 25 24"
|
901
900
|
}, props), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
902
901
|
strokeLinecap: "round",
|
903
902
|
strokeLinejoin: "round"
|
904
903
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
905
|
-
|
906
|
-
|
904
|
+
stroke: "#FAFAFA",
|
905
|
+
d: "M1.5 12.5s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8"
|
907
906
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
908
|
-
|
909
|
-
|
907
|
+
stroke: "url(#try-it_svg__a)",
|
908
|
+
d: "M1.5 12.5s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8"
|
910
909
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
911
|
-
|
912
|
-
|
910
|
+
stroke: "#FAFAFA",
|
911
|
+
d: "M12.5 15.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6"
|
913
912
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
914
|
-
|
915
|
-
|
913
|
+
stroke: "url(#try-it_svg__b)",
|
914
|
+
d: "M12.5 15.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6"
|
916
915
|
}))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
917
916
|
id: "try-it_svg__a",
|
918
917
|
x1: 12.5,
|
919
|
-
y1: 4.5,
|
920
918
|
x2: 12.5,
|
919
|
+
y1: 4.5,
|
921
920
|
y2: 20.5,
|
922
921
|
gradientUnits: "userSpaceOnUse"
|
923
922
|
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
@@ -929,8 +928,8 @@ var SvgTryIt = function SvgTryIt(props) {
|
|
929
928
|
})), /*#__PURE__*/React__namespace.createElement("linearGradient", {
|
930
929
|
id: "try-it_svg__b",
|
931
930
|
x1: 12.5,
|
932
|
-
y1: 9.5,
|
933
931
|
x2: 12.5,
|
932
|
+
y1: 9.5,
|
934
933
|
y2: 15.5,
|
935
934
|
gradientUnits: "userSpaceOnUse"
|
936
935
|
}, /*#__PURE__*/React__namespace.createElement("stop", {
|
@@ -946,29 +945,29 @@ var _path$2, _path2$1, _path3$1, _path4, _path5;
|
|
946
945
|
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); }
|
947
946
|
var SvgUsb = function SvgUsb(props) {
|
948
947
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2({
|
949
|
-
|
950
|
-
stroke: "currentColor",
|
948
|
+
xmlns: "http://www.w3.org/2000/svg",
|
951
949
|
fill: "none",
|
952
|
-
|
950
|
+
stroke: "currentColor",
|
951
|
+
viewBox: "0 0 16 17"
|
953
952
|
}, props), _path$2 || (_path$2 = /*#__PURE__*/React__namespace.createElement("path", {
|
954
|
-
|
953
|
+
strokeLinecap: "round",
|
955
954
|
strokeWidth: 1.4,
|
956
|
-
|
955
|
+
d: "M1.7 8.5h12.6M6.6 5.002h2.1M7.3 12h2.1"
|
957
956
|
})), _path2$1 || (_path2$1 = /*#__PURE__*/React__namespace.createElement("path", {
|
958
|
-
d: "m13.6 9.902 1.4-1.4-1.4-1.4v2.8z",
|
959
|
-
strokeWidth: 1.4,
|
960
957
|
strokeLinecap: "round",
|
961
|
-
strokeLinejoin: "round"
|
958
|
+
strokeLinejoin: "round",
|
959
|
+
strokeWidth: 1.4,
|
960
|
+
d: "m13.6 9.902 1.4-1.4-1.4-1.4z"
|
962
961
|
})), _path3$1 || (_path3$1 = /*#__PURE__*/React__namespace.createElement("path", {
|
963
|
-
|
964
|
-
|
962
|
+
strokeWidth: 1.4,
|
963
|
+
d: "M6.6 5.002c-1.75 0-1.75 3.5-3.5 3.5"
|
965
964
|
})), _path4 || (_path4 = /*#__PURE__*/React__namespace.createElement("path", {
|
966
|
-
|
967
|
-
|
965
|
+
strokeWidth: 1.4,
|
966
|
+
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"
|
968
967
|
})), _path5 || (_path5 = /*#__PURE__*/React__namespace.createElement("path", {
|
969
|
-
|
968
|
+
strokeLinejoin: "round",
|
970
969
|
strokeWidth: 1.4,
|
971
|
-
|
970
|
+
d: "M10.8 11.3H9.4v1.4h1.4z"
|
972
971
|
})));
|
973
972
|
};
|
974
973
|
|
@@ -976,15 +975,15 @@ var _path$1;
|
|
976
975
|
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); }
|
977
976
|
var SvgUserRight = function SvgUserRight(props) {
|
978
977
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1({
|
979
|
-
|
978
|
+
xmlns: "http://www.w3.org/2000/svg",
|
980
979
|
fill: "none",
|
981
|
-
|
980
|
+
viewBox: "0 0 28 28"
|
982
981
|
}, props), _path$1 || (_path$1 = /*#__PURE__*/React__namespace.createElement("path", {
|
983
|
-
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",
|
984
982
|
stroke: "currentColor",
|
985
|
-
strokeWidth: 2,
|
986
983
|
strokeLinecap: "round",
|
987
|
-
strokeLinejoin: "round"
|
984
|
+
strokeLinejoin: "round",
|
985
|
+
strokeWidth: 2,
|
986
|
+
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.67 4.67 0 0 0-3.112 3.111c-.2.663-.2 1.477-.2 3.105M16.917 8.75a5.25 5.25 0 1 1-10.5 0 5.25 5.25 0 0 1 10.5 0"
|
988
987
|
})));
|
989
988
|
};
|
990
989
|
|
@@ -992,27 +991,27 @@ var _path, _path2, _path3;
|
|
992
991
|
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); }
|
993
992
|
var SvgVote = function SvgVote(props) {
|
994
993
|
return /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
995
|
-
|
994
|
+
xmlns: "http://www.w3.org/2000/svg",
|
996
995
|
fill: "none",
|
997
|
-
|
996
|
+
viewBox: "0 0 29 28"
|
998
997
|
}, props), _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
|
999
|
-
d: "M25.388 14.856V24.89H3.611l.023-9.298",
|
1000
998
|
stroke: "currentColor",
|
1001
|
-
strokeWidth: 2,
|
1002
999
|
strokeLinecap: "round",
|
1003
|
-
strokeLinejoin: "round"
|
1000
|
+
strokeLinejoin: "round",
|
1001
|
+
strokeWidth: 2,
|
1002
|
+
d: "M25.388 14.856V24.89H3.611l.023-9.298"
|
1004
1003
|
})), _path2 || (_path2 = /*#__PURE__*/React__namespace.createElement("path", {
|
1005
|
-
d: "M17.298 6.526h4.68l3.41 8.264v.913H3.613v-.914l3.443-8.263h4.648M9.335 10.853h10.33",
|
1006
1004
|
stroke: "currentColor",
|
1007
|
-
strokeWidth: 2,
|
1008
1005
|
strokeLinecap: "round",
|
1009
|
-
strokeLinejoin: "round"
|
1006
|
+
strokeLinejoin: "round",
|
1007
|
+
strokeWidth: 2,
|
1008
|
+
d: "M17.298 6.526h4.68l3.41 8.264v.913H3.613v-.914l3.443-8.263h4.648M9.335 10.853h10.33"
|
1010
1009
|
})), _path3 || (_path3 = /*#__PURE__*/React__namespace.createElement("path", {
|
1011
|
-
d: "M17.298 3.111h-5.595v7.742h5.595V3.111z",
|
1012
1010
|
stroke: "currentColor",
|
1013
|
-
strokeWidth: 2,
|
1014
1011
|
strokeLinecap: "round",
|
1015
|
-
strokeLinejoin: "round"
|
1012
|
+
strokeLinejoin: "round",
|
1013
|
+
strokeWidth: 2,
|
1014
|
+
d: "M17.298 3.111h-5.595v7.742h5.595z"
|
1016
1015
|
})));
|
1017
1016
|
};
|
1018
1017
|
|