be-components 4.1.2 → 4.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/Components/Icons.js +249 -251
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Observer/api/index.js +6 -3
- package/lib/commonjs/Observer/api/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PlayerProfile/index.js +6 -3
- package/lib/commonjs/SocialComponents/PlayerProfile/index.js.map +1 -1
- package/lib/module/Components/Icons.js +249 -251
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Observer/api/index.js +6 -3
- package/lib/module/Observer/api/index.js.map +1 -1
- package/lib/module/SocialComponents/PlayerProfile/index.js +6 -3
- package/lib/module/SocialComponents/PlayerProfile/index.js.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Observer/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/PlayerProfile/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/lib/module/Observer/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/index.d.ts.map +1 -1
- package/lib/typescript/src/Observer/api/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PlayerProfile/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/Components/Icons.tsx +161 -161
- package/src/Observer/api/index.ts +6 -3
- package/src/SocialComponents/PlayerProfile/index.tsx +3 -1
|
@@ -6,38 +6,36 @@ const AlertIcon = ({
|
|
|
6
6
|
size
|
|
7
7
|
}) => {
|
|
8
8
|
return /*#__PURE__*/React.createElement(Svg, {
|
|
9
|
-
width: `${size}px`,
|
|
10
|
-
height: `${size}px`,
|
|
11
|
-
viewBox: "0 0
|
|
9
|
+
width: `${size ?? 34}px`,
|
|
10
|
+
height: `${size ?? 34}px`,
|
|
11
|
+
viewBox: "0 0 34 34"
|
|
12
12
|
}, /*#__PURE__*/React.createElement(G, {
|
|
13
13
|
id: "Page-1",
|
|
14
14
|
stroke: "none",
|
|
15
15
|
strokeWidth: "1",
|
|
16
16
|
fill: "none",
|
|
17
|
-
|
|
18
|
-
"stroke-linecap": "round",
|
|
19
|
-
"stroke-linejoin": "round"
|
|
17
|
+
fillRule: "evenodd"
|
|
20
18
|
}, /*#__PURE__*/React.createElement(G, {
|
|
21
|
-
id: "alert-
|
|
22
|
-
transform: "translate(
|
|
23
|
-
stroke: color,
|
|
24
|
-
strokeWidth: "
|
|
25
|
-
}, /*#__PURE__*/React.createElement(
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
y1: "6",
|
|
33
|
-
x2: "10",
|
|
34
|
-
y2: "10",
|
|
35
|
-
id: "Path"
|
|
19
|
+
id: "alert-square-svgrepo-com-(1)",
|
|
20
|
+
transform: "translate(2.000000, 2.000000)",
|
|
21
|
+
stroke: color ?? Colors.brand.midnight,
|
|
22
|
+
strokeWidth: "3"
|
|
23
|
+
}, /*#__PURE__*/React.createElement(Line, {
|
|
24
|
+
x1: "15",
|
|
25
|
+
y1: "8.33333333",
|
|
26
|
+
x2: "15",
|
|
27
|
+
y2: "16.6666667",
|
|
28
|
+
id: "Path",
|
|
29
|
+
strokeLinecap: "round"
|
|
36
30
|
}), /*#__PURE__*/React.createElement(Line, {
|
|
37
|
-
x1: "
|
|
38
|
-
y1: "
|
|
39
|
-
x2: "
|
|
40
|
-
y2: "
|
|
31
|
+
x1: "15",
|
|
32
|
+
y1: "21.6666667",
|
|
33
|
+
x2: "15",
|
|
34
|
+
y2: "21.648",
|
|
35
|
+
id: "Path",
|
|
36
|
+
strokeLinecap: "round"
|
|
37
|
+
}), /*#__PURE__*/React.createElement(Path, {
|
|
38
|
+
d: "M0,15 C0,2.6475 2.6475,0 15,0 C27.3525,0 30,2.6475 30,15 C30,27.3525 27.3525,30 15,30 C2.6475,30 0,27.3525 0,15 Z",
|
|
41
39
|
id: "Path"
|
|
42
40
|
}))));
|
|
43
41
|
};
|
|
@@ -54,9 +52,9 @@ const LeaderboardIcon = ({
|
|
|
54
52
|
stroke: "none",
|
|
55
53
|
strokeWidth: "2",
|
|
56
54
|
fill: "none",
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
55
|
+
fillRule: "evenodd",
|
|
56
|
+
strokeLinecap: "round",
|
|
57
|
+
strokeLinejoin: "round"
|
|
60
58
|
}, /*#__PURE__*/React.createElement(G, {
|
|
61
59
|
id: "leaderboard-star-svgrepo-com",
|
|
62
60
|
transform: "translate(2.000000, 2.000000)",
|
|
@@ -92,9 +90,9 @@ const RefreshIcon = ({
|
|
|
92
90
|
stroke: "none",
|
|
93
91
|
strokeWidth: "1",
|
|
94
92
|
fill: "none",
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
93
|
+
fillRule: "evenodd",
|
|
94
|
+
strokeLinecap: "round",
|
|
95
|
+
strokeLinejoin: "round"
|
|
98
96
|
}, /*#__PURE__*/React.createElement(G, {
|
|
99
97
|
id: "refresh-cw-alt-2-svgrepo-com",
|
|
100
98
|
transform: "translate(2.000000, 2.000000)",
|
|
@@ -118,7 +116,7 @@ const ContactsIcon = ({
|
|
|
118
116
|
stroke: "none",
|
|
119
117
|
strokeWidth: "1",
|
|
120
118
|
fill: "none",
|
|
121
|
-
|
|
119
|
+
fillRule: "evenodd"
|
|
122
120
|
}, /*#__PURE__*/React.createElement(G, {
|
|
123
121
|
id: "contacts-svgrepo-com",
|
|
124
122
|
transform: "translate(2.000000, 2.000000)",
|
|
@@ -127,39 +125,39 @@ const ContactsIcon = ({
|
|
|
127
125
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
128
126
|
d: "M2.66666667,5.33333333 L2.66666667,2.66666667 C2.66666667,1.19390667 3.86057333,0 5.33333333,0 L13.3333333,0 L21.3333333,0 C22.8061333,0 24,1.19390667 24,2.66666667 L24,5.33333333 L24,18.6666667 L24,21.3333333 C24,22.8061333 22.8061333,24 21.3333333,24 L13.3333333,24 L5.33333333,24 C3.86057333,24 2.66666667,22.8061333 2.66666667,21.3333333 L2.66666667,18.6666667 L2.66666667,5.33333333 Z",
|
|
129
127
|
id: "Path",
|
|
130
|
-
|
|
131
|
-
|
|
128
|
+
strokeLinecap: "round",
|
|
129
|
+
strokeLinejoin: "round"
|
|
132
130
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
133
131
|
d: "M17.3333333,12 C17.3333333,14.2092 15.5425333,16 13.3333333,16 C11.1241333,16 9.33333333,14.2092 9.33333333,12 C9.33333333,9.7908 11.1241333,8 13.3333333,8 C15.5425333,8 17.3333333,9.7908 17.3333333,12 Z",
|
|
134
132
|
id: "Path"
|
|
135
133
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
136
134
|
d: "M8,24 C8.56728,20.9237333 10.0266667,20 13.3333333,20 C16.64,20 18.0993333,20.8566667 18.6666667,23.9329333",
|
|
137
135
|
id: "Path",
|
|
138
|
-
|
|
136
|
+
strokeLinecap: "round"
|
|
139
137
|
}), /*#__PURE__*/React.createElement(Line, {
|
|
140
138
|
x1: "0",
|
|
141
139
|
y1: "5.33333333",
|
|
142
140
|
x2: "2.66666667",
|
|
143
141
|
y2: "5.33333333",
|
|
144
142
|
id: "Path",
|
|
145
|
-
|
|
146
|
-
|
|
143
|
+
strokeLinecap: "round",
|
|
144
|
+
strokeLinejoin: "round"
|
|
147
145
|
}), /*#__PURE__*/React.createElement(Line, {
|
|
148
146
|
x1: "0",
|
|
149
147
|
y1: "18.6666667",
|
|
150
148
|
x2: "2.66666667",
|
|
151
149
|
y2: "18.6666667",
|
|
152
150
|
id: "Path",
|
|
153
|
-
|
|
154
|
-
|
|
151
|
+
strokeLinecap: "round",
|
|
152
|
+
strokeLinejoin: "round"
|
|
155
153
|
}), /*#__PURE__*/React.createElement(Line, {
|
|
156
154
|
x1: "0",
|
|
157
155
|
y1: "12",
|
|
158
156
|
x2: "2.66666667",
|
|
159
157
|
y2: "12",
|
|
160
158
|
id: "Path",
|
|
161
|
-
|
|
162
|
-
|
|
159
|
+
strokeLinecap: "round",
|
|
160
|
+
strokeLinejoin: "round"
|
|
163
161
|
}))));
|
|
164
162
|
};
|
|
165
163
|
const SearchIcon = ({
|
|
@@ -176,12 +174,12 @@ const SearchIcon = ({
|
|
|
176
174
|
stroke: "none",
|
|
177
175
|
strokeWidth: "1",
|
|
178
176
|
fill: "none",
|
|
179
|
-
|
|
177
|
+
fillRule: "evenodd"
|
|
180
178
|
}, /*#__PURE__*/React.createElement(G, {
|
|
181
179
|
id: "Vector-(2)",
|
|
182
180
|
transform: "translate(0.000000, 0.000000)",
|
|
183
181
|
fill: color ?? Colors.brand.midnight,
|
|
184
|
-
|
|
182
|
+
fillRule: "nonzero"
|
|
185
183
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
186
184
|
d: "M8.00050802,14.000488 C8.78843802,14.000488 9.56868802,13.845288 10.296588,13.543788 C11.024588,13.242288 11.685988,12.800288 12.243188,12.243188 C12.800288,11.685988 13.242288,11.024588 13.543788,10.296588 C13.845288,9.56868802 14.000488,8.78843802 14.000488,8.00050802 C14.000488,7.21256802 13.845288,6.43235802 13.543788,5.70439802 C13.242288,4.97644802 12.800288,4.31501802 12.243188,3.75785802 C11.685988,3.20070802 11.024588,2.75875802 10.296588,2.45722802 C9.56868802,2.15569802 8.78843802,2.00050802 8.00050802,2.00050802 C6.40920802,2.00050802 4.88307802,2.63264802 3.75785802,3.75785802 C2.63264802,4.88307802 2.00050802,6.40920802 2.00050802,8.00050802 C2.00050802,9.59178802 2.63264802,11.117888 3.75785802,12.243188 C4.88307802,13.368388 6.40920802,14.000488 8.00050802,14.000488 Z M14.320488,12.906488 L17.900488,16.486488 C17.995988,16.578788 18.072088,16.689188 18.124388,16.811288 C18.176688,16.933288 18.204188,17.064488 18.2053164,17.197288 C18.206288,17.330088 18.180888,17.461788 18.130488,17.584588 C18.080188,17.707488 18.005788,17.819088 17.911888,17.912888 C17.817888,18.006688 17.706188,18.080888 17.583288,18.131088 C17.460388,18.181288 17.328688,18.206488 17.195888,18.2053289 C17.063088,18.203988 16.931888,18.176288 16.809988,18.123788 C16.687988,18.071288 16.577688,17.995088 16.485488,17.899488 L12.905488,14.319488 C11.297988,15.567388 9.27529802,16.155688 7.24925802,15.964688 C5.22321802,15.773688 3.34610802,14.817788 2.00005802,13.291588 C0.653998017,11.765288 -0.0598119827,9.78348802 0.00392901727,7.74942802 C0.0676700173,5.71540802 0.904168017,3.78212802 2.34314802,2.34314802 C3.78212802,0.904168017 5.71540802,0.0676700173 7.74942802,0.00392901727 C9.78348802,-0.0598119827 11.765288,0.653998017 13.291588,2.00005802 C14.817788,3.34610802 15.773688,5.22321802 15.964688,7.24925802 C16.155688,9.27529802 15.567388,11.297988 14.319488,12.905488 L14.320488,12.906488 Z",
|
|
187
185
|
id: "Shape"
|
|
@@ -203,11 +201,11 @@ const EmbedIcon = ({
|
|
|
203
201
|
stroke: "none",
|
|
204
202
|
strokeWidth: "1",
|
|
205
203
|
fill: "none",
|
|
206
|
-
|
|
204
|
+
fillRule: "evenodd"
|
|
207
205
|
}, /*#__PURE__*/React.createElement(G, {
|
|
208
206
|
id: "embed-svgrepo-com-(1)",
|
|
209
207
|
fill: color ?? Colors.brand.midnight,
|
|
210
|
-
|
|
208
|
+
fillRule: "nonzero"
|
|
211
209
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
212
210
|
d: "M7.19657813,1.1409375 C7.18298438,1.1409375 7.16934375,1.1450625 7.15785938,1.15303125 L0.030046875,6.01879688 C0.01115625,6.0316875 0,6.05282813 0,6.07589062 L0,7.3846875 C0,7.407375 0.01115625,7.42889063 0.030046875,7.44140625 L7.15785938,12.3075469 C7.16939063,12.3155156 7.18298438,12.3196406 7.19657813,12.3196406 C7.20773438,12.3196406 7.21851563,12.3166406 7.22873438,12.3117187 C7.25142188,12.299625 7.26539063,12.2761875 7.26539063,12.2505 L7.26539063,10.1655937 C7.26539063,10.1432812 7.25423438,10.1217188 7.23534375,10.10925 L2.28604688,6.7299375 L7.23534375,3.35175 C7.25423437,3.33853125 7.26539063,3.31734375 7.26539063,3.29428125 L7.26539063,1.210125 C7.26539063,1.1844375 7.25142188,1.16095312 7.22873437,1.14923437 C7.21851563,1.14360938 7.20773438,1.1409375 7.19657813,1.1409375 Z",
|
|
213
211
|
id: "Path"
|
|
@@ -235,11 +233,11 @@ const PlayIcon = ({
|
|
|
235
233
|
stroke: "none",
|
|
236
234
|
strokeWidth: "1",
|
|
237
235
|
fill: "none",
|
|
238
|
-
|
|
236
|
+
fillRule: "evenodd"
|
|
239
237
|
}, /*#__PURE__*/React.createElement(G, {
|
|
240
238
|
id: "play-svgrepo-com",
|
|
241
239
|
fill: color ?? Colors.brand.midnight,
|
|
242
|
-
|
|
240
|
+
fillRule: "nonzero"
|
|
243
241
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
244
242
|
d: "M18.324818,7.73954731 C20.558394,8.95419835 20.558394,12.0984047 18.324818,13.3130347 L4.838541,20.6468145 C2.66773333,21.8273393 0,20.290815 0,17.8600814 L0,3.19252172 C0,0.76176702 2.66773333,-0.774715169 4.83853048,0.405767488 L18.324818,7.73954731 Z",
|
|
245
243
|
id: "Path"
|
|
@@ -259,12 +257,12 @@ const PauseIcon = ({
|
|
|
259
257
|
stroke: "none",
|
|
260
258
|
strokeWidth: "1",
|
|
261
259
|
fill: "none",
|
|
262
|
-
|
|
260
|
+
fillRule: "evenodd"
|
|
263
261
|
}, /*#__PURE__*/React.createElement(G, {
|
|
264
262
|
id: "pause-svgrepo-com",
|
|
265
263
|
transform: "translate(0.000000, -0.000000)",
|
|
266
264
|
fill: color ?? Colors.brand.midnight,
|
|
267
|
-
|
|
265
|
+
fillRule: "nonzero"
|
|
268
266
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
269
267
|
d: "M0,4 C0,2.11438 0,1.17157 0.58579,0.58579 C1.17157,0 2.11438,0 4,0 C5.88562,0 6.82843,0 7.41421,0.58579 C8,1.17157 8,2.11438 8,4 L8,16 C8,17.8856 8,18.8284 7.41421,19.4142 C6.82843,20 5.88562,20 4,20 C2.11438,20 1.17157,20 0.58579,19.4142 C0,18.8284 0,17.8856 0,16 L0,4 Z",
|
|
270
268
|
id: "Path"
|
|
@@ -288,7 +286,7 @@ const TwitterXIcon = ({
|
|
|
288
286
|
stroke: "none",
|
|
289
287
|
strokeWidth: "1",
|
|
290
288
|
fill: "none",
|
|
291
|
-
|
|
289
|
+
fillRule: "evenodd"
|
|
292
290
|
}, /*#__PURE__*/React.createElement(G, {
|
|
293
291
|
id: "x-social-media-black-icon",
|
|
294
292
|
fill: "#000000"
|
|
@@ -312,11 +310,11 @@ const FacebookIcon = ({
|
|
|
312
310
|
stroke: "none",
|
|
313
311
|
strokeWidth: "1",
|
|
314
312
|
fill: "none",
|
|
315
|
-
|
|
313
|
+
fillRule: "evenodd"
|
|
316
314
|
}, /*#__PURE__*/React.createElement(G, {
|
|
317
315
|
id: "facebook-svgrepo-com",
|
|
318
316
|
fill: '#1877F2',
|
|
319
|
-
|
|
317
|
+
fillRule: "nonzero"
|
|
320
318
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
321
319
|
d: "M9.6,4.8 L13.2,4.8 C13.8627417,4.8 14.4,4.2627417 14.4,3.6 L14.4,1.2 C14.4,0.5372583 13.8627417,0 13.2,0 L9.6,0 C6.2862915,0 3.6,2.6862915 3.6,6 L3.6,9.6 L1.2,9.6 C0.5372583,9.6 0,10.1372583 0,10.8 L0,13.2 C0,13.8627417 0.5372583,14.4 1.2,14.4 L3.6,14.4 L3.6,22.8 C3.6,23.4627417 4.1372583,24 4.8,24 L7.2,24 C7.8627417,24 8.4,23.4627417 8.4,22.8 L8.4,14.4 L11.064,14.4 C11.6288366,14.4164563 12.1286214,14.0366199 12.264,13.488 L12.864,11.088 C12.9542216,10.7237571 12.8688603,10.3382804 12.633296,10.0461807 C12.3977316,9.7540809 12.0390889,9.58899256 11.664,9.6 L8.4,9.6 L8.4,6 C8.4,5.3372583 8.9372583,4.8 9.6,4.8 Z",
|
|
322
320
|
id: "primary"
|
|
@@ -337,9 +335,9 @@ const PodiumIcon = ({
|
|
|
337
335
|
stroke: "none",
|
|
338
336
|
strokeWidth: "1",
|
|
339
337
|
fill: "none",
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
338
|
+
fillRule: "evenodd",
|
|
339
|
+
strokeLinecap: "round",
|
|
340
|
+
strokeLinejoin: "round"
|
|
343
341
|
}, /*#__PURE__*/React.createElement(G, {
|
|
344
342
|
id: "podium-svgrepo-com",
|
|
345
343
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -367,13 +365,13 @@ const TwitterIcon = ({
|
|
|
367
365
|
stroke: "none",
|
|
368
366
|
strokeWidth: "1",
|
|
369
367
|
fill: "none",
|
|
370
|
-
|
|
368
|
+
fillRule: "evenodd"
|
|
371
369
|
}, /*#__PURE__*/React.createElement(G, {
|
|
372
370
|
id: "twitter-svgrepo-com"
|
|
373
371
|
}, /*#__PURE__*/React.createElement(Circle, {
|
|
374
372
|
id: "Oval",
|
|
375
373
|
fill: "#1DA1F2",
|
|
376
|
-
|
|
374
|
+
fillRule: "nonzero",
|
|
377
375
|
cx: "12",
|
|
378
376
|
cy: "12",
|
|
379
377
|
r: "12"
|
|
@@ -396,13 +394,13 @@ const LinkedInIcon = ({
|
|
|
396
394
|
stroke: "none",
|
|
397
395
|
strokeWidth: "1",
|
|
398
396
|
fill: "none",
|
|
399
|
-
|
|
397
|
+
fillRule: "evenodd"
|
|
400
398
|
}, /*#__PURE__*/React.createElement(G, {
|
|
401
399
|
id: "linkedin-svgrepo-com"
|
|
402
400
|
}, /*#__PURE__*/React.createElement(Circle, {
|
|
403
401
|
id: "Oval",
|
|
404
402
|
fill: "#0077B5",
|
|
405
|
-
|
|
403
|
+
fillRule: "nonzero",
|
|
406
404
|
cx: "12",
|
|
407
405
|
cy: "12",
|
|
408
406
|
r: "12"
|
|
@@ -430,7 +428,7 @@ const LinkIcon = ({
|
|
|
430
428
|
stroke: "none",
|
|
431
429
|
strokeWidth: "1",
|
|
432
430
|
fill: "none",
|
|
433
|
-
|
|
431
|
+
fillRule: "evenodd"
|
|
434
432
|
}, /*#__PURE__*/React.createElement(G, {
|
|
435
433
|
id: "link-circle-svgrepo-com",
|
|
436
434
|
fill: color ?? Colors.brand.midnight
|
|
@@ -455,7 +453,7 @@ const FlameIcon = ({
|
|
|
455
453
|
stroke: "none",
|
|
456
454
|
strokeWidth: "1",
|
|
457
455
|
fill: "none",
|
|
458
|
-
|
|
456
|
+
fillRule: "evenodd"
|
|
459
457
|
}, /*#__PURE__*/React.createElement(G, {
|
|
460
458
|
id: "flame-svgrepo-com",
|
|
461
459
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -481,7 +479,7 @@ const UnbidSquare = ({
|
|
|
481
479
|
stroke: "none",
|
|
482
480
|
strokeWidth: "1",
|
|
483
481
|
fill: "none",
|
|
484
|
-
|
|
482
|
+
fillRule: "evenodd"
|
|
485
483
|
}, /*#__PURE__*/React.createElement(G, {
|
|
486
484
|
id: "Group-8",
|
|
487
485
|
transform: "translate(0.775541, 0.625106)"
|
|
@@ -526,7 +524,7 @@ const DiscoverCardIcon = ({
|
|
|
526
524
|
stroke: "none",
|
|
527
525
|
strokeWidth: "1",
|
|
528
526
|
fill: "none",
|
|
529
|
-
|
|
527
|
+
fillRule: "evenodd"
|
|
530
528
|
}, /*#__PURE__*/React.createElement(G, {
|
|
531
529
|
id: "discover-svgrepo-com",
|
|
532
530
|
transform: "translate(1.896552, 1.000000)"
|
|
@@ -535,7 +533,7 @@ const DiscoverCardIcon = ({
|
|
|
535
533
|
stroke: "#F3F3F3",
|
|
536
534
|
strokeWidth: "2",
|
|
537
535
|
fill: "#FFFFFF",
|
|
538
|
-
|
|
536
|
+
fillRule: "nonzero",
|
|
539
537
|
x: "0",
|
|
540
538
|
y: "0",
|
|
541
539
|
width: "50",
|
|
@@ -566,7 +564,7 @@ const VisaCardIcon = ({
|
|
|
566
564
|
stroke: "none",
|
|
567
565
|
strokeWidth: "1",
|
|
568
566
|
fill: "none",
|
|
569
|
-
|
|
567
|
+
fillRule: "evenodd"
|
|
570
568
|
}, /*#__PURE__*/React.createElement(G, {
|
|
571
569
|
id: "visa-classic-svgrepo-com",
|
|
572
570
|
transform: "translate(1.896552, 1.000000)"
|
|
@@ -575,7 +573,7 @@ const VisaCardIcon = ({
|
|
|
575
573
|
stroke: "#F3F3F3",
|
|
576
574
|
strokeWidth: "2",
|
|
577
575
|
fill: "#FFFFFF",
|
|
578
|
-
|
|
576
|
+
fillRule: "nonzero",
|
|
579
577
|
x: "0",
|
|
580
578
|
y: "0",
|
|
581
579
|
width: "50",
|
|
@@ -584,13 +582,13 @@ const VisaCardIcon = ({
|
|
|
584
582
|
}), /*#__PURE__*/React.createElement(Polygon, {
|
|
585
583
|
id: "Path",
|
|
586
584
|
fill: "#15195A",
|
|
587
|
-
|
|
585
|
+
fillRule: "nonzero",
|
|
588
586
|
points: "22.1505263 23.625614 18.7632456 23.625614 20.8819298 11.3442982 24.2690351 11.3442982"
|
|
589
587
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
590
588
|
d: "M34.4297368,11.6445614 C33.7615789,11.3960526 32.7019298,11.1216667 31.3916667,11.1216667 C28.0465789,11.1216667 25.6910526,12.7939474 25.6765789,15.1847368 C25.6487719,16.9486842 27.3630702,17.9284211 28.6452632,18.5165789 C29.9557018,19.1176316 30.4012281,19.5099123 30.4012281,20.045614 C30.3878947,20.8684211 29.3422807,21.2476316 28.3670175,21.2476316 C27.0146491,21.2476316 26.2900877,21.0521053 25.1888596,20.594386 L24.7428947,20.3981579 L24.2688596,23.155 C25.0633333,23.4942982 26.5270175,23.7954386 28.0465789,23.8086842 C31.6007895,23.8086842 33.9146491,22.1622807 33.9420175,19.6144737 C33.9555263,18.2164035 33.0503509,17.1450877 31.0987719,16.2697368 C29.9140351,15.707807 29.1885088,15.3288596 29.1885088,14.7539474 C29.2024561,14.2312281 29.802193,13.6958772 31.1395614,13.6958772 C32.2407018,13.6696491 33.0498246,13.917807 33.6627193,14.1661404 L33.9690351,14.2965789 L34.4297368,11.6445614 L34.4297368,11.6445614 L34.4297368,11.6445614 Z",
|
|
591
589
|
id: "Path",
|
|
592
590
|
fill: "#15195A",
|
|
593
|
-
|
|
591
|
+
fillRule: "nonzero"
|
|
594
592
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
595
593
|
d: "M40.492807,11.3442982 L43.112807,11.3442982 L45.8455263,23.6254386 L42.7092105,23.6254386 C42.7092105,23.6254386 42.4022807,22.214386 42.3050877,21.7831579 L37.9560526,21.7831579 C37.8303509,22.1096491 37.2451754,23.6254386 37.2451754,23.6254386 L33.6910526,23.6254386 L38.7223684,12.3632456 C39.0709649,11.5662281 39.6848246,11.3442982 40.492807,11.3442982 Z M40.2840351,15.8385965 C40.2840351,15.8385965 39.210614,18.5692105 38.9316667,19.2747368 L41.747193,19.2747368 C41.6078947,18.6607895 40.9664035,15.7209649 40.9664035,15.7209649 L40.7297368,14.662807 C40.63,14.9352632 40.4858772,15.3099123 40.3885965,15.5626316 C40.3227193,15.7338596 40.2783333,15.8491228 40.2840351,15.8385965 Z",
|
|
596
594
|
id: "Shape",
|
|
@@ -616,7 +614,7 @@ const MasterCardIcon = ({
|
|
|
616
614
|
stroke: "none",
|
|
617
615
|
strokeWidth: "1",
|
|
618
616
|
fill: "none",
|
|
619
|
-
|
|
617
|
+
fillRule: "evenodd"
|
|
620
618
|
}, /*#__PURE__*/React.createElement(G, {
|
|
621
619
|
id: "mastercard-full-svgrepo-com",
|
|
622
620
|
transform: "translate(1.896552, 1.000000)"
|
|
@@ -625,7 +623,7 @@ const MasterCardIcon = ({
|
|
|
625
623
|
stroke: "#F3F3F3",
|
|
626
624
|
strokeWidth: "2",
|
|
627
625
|
fill: "#FFFFFF",
|
|
628
|
-
|
|
626
|
+
fillRule: "nonzero",
|
|
629
627
|
x: "0",
|
|
630
628
|
y: "0",
|
|
631
629
|
width: "50",
|
|
@@ -638,18 +636,18 @@ const MasterCardIcon = ({
|
|
|
638
636
|
}), /*#__PURE__*/React.createElement(Polygon, {
|
|
639
637
|
id: "Path",
|
|
640
638
|
fill: "#FF5F00",
|
|
641
|
-
|
|
639
|
+
fillRule: "nonzero",
|
|
642
640
|
points: "29.4267544 22.2557018 20.8209649 22.2557018 20.8209649 6.91078947 29.4267544 6.91078947"
|
|
643
641
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
644
642
|
d: "M21.3669298,14.5835965 C21.3669298,11.4707895 22.8357895,8.69798246 25.1232456,6.91111404 C23.4505263,5.60444737 21.339386,4.82454386 19.0450877,4.82454386 C13.6135088,4.82454386 9.21052632,9.19377193 9.21052632,14.5835965 C9.21052632,19.9734211 13.6135088,24.3426316 19.0450877,24.3426316 C21.339386,24.3426316 23.4505263,23.5627193 25.1232456,22.2560526 C22.8357895,20.4692105 21.3669298,17.6964035 21.3669298,14.5835965",
|
|
645
643
|
id: "Path",
|
|
646
644
|
fill: "#EB001B",
|
|
647
|
-
|
|
645
|
+
fillRule: "nonzero"
|
|
648
646
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
649
647
|
d: "M41.0366667,14.5835965 C41.0366667,19.9734211 36.6336842,24.3426316 31.2021053,24.3426316 C28.9077193,24.3426316 26.7966667,23.5627193 25.1232456,22.2560526 C27.4113158,20.4692105 28.8802632,17.6964035 28.8802632,14.5835965 C28.8802632,11.4707895 27.4113158,8.69798246 25.1232456,6.91111404 C26.7966667,5.60444737 28.9077193,4.82454386 31.2021053,4.82454386 C36.6336842,4.82454386 41.0366667,9.19377193 41.0366667,14.5835965",
|
|
650
648
|
id: "Path",
|
|
651
649
|
fill: "#F79E1B",
|
|
652
|
-
|
|
650
|
+
fillRule: "nonzero"
|
|
653
651
|
}))));
|
|
654
652
|
};
|
|
655
653
|
const AmexCardIcon = ({
|
|
@@ -667,11 +665,11 @@ const AmexCardIcon = ({
|
|
|
667
665
|
stroke: "none",
|
|
668
666
|
strokeWidth: "1",
|
|
669
667
|
fill: "none",
|
|
670
|
-
|
|
668
|
+
fillRule: "evenodd"
|
|
671
669
|
}, /*#__PURE__*/React.createElement(G, {
|
|
672
670
|
id: "american-express-svgrepo-com-(1)",
|
|
673
671
|
transform: "translate(0.000000, 0.245636)",
|
|
674
|
-
|
|
672
|
+
fillRule: "nonzero"
|
|
675
673
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
676
674
|
d: "M50,31.5263672 C50,33.1587891 48.6767578,34.4821289 47.0444336,34.4821289 L2.95556641,34.4821289 C1.32324219,34.4821289 0,33.1587891 0,31.5263672 L0,2.95566406 C0,1.32333984 1.32324219,0 2.95556641,0 L47.0444336,0 C48.6768555,0 50,1.32333984 50,2.95566406 L50,31.5263672 L50,31.5263672 Z",
|
|
677
675
|
id: "Path",
|
|
@@ -730,9 +728,9 @@ const EyeOnIcon = ({
|
|
|
730
728
|
stroke: "none",
|
|
731
729
|
strokeWidth: "1",
|
|
732
730
|
fill: "none",
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
731
|
+
fillRule: "evenodd",
|
|
732
|
+
strokeLinecap: "round",
|
|
733
|
+
strokeLinejoin: "round"
|
|
736
734
|
}, /*#__PURE__*/React.createElement(G, {
|
|
737
735
|
id: "eye",
|
|
738
736
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -763,11 +761,11 @@ const PlaidIcon = ({
|
|
|
763
761
|
stroke: "none",
|
|
764
762
|
strokeWidth: "1",
|
|
765
763
|
fill: "none",
|
|
766
|
-
|
|
764
|
+
fillRule: "evenodd"
|
|
767
765
|
}, /*#__PURE__*/React.createElement(G, {
|
|
768
766
|
id: "Plaid_(company)-Vertical-Logo.wine-(1)",
|
|
769
767
|
fill: "#111212",
|
|
770
|
-
|
|
768
|
+
fillRule: "nonzero"
|
|
771
769
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
772
770
|
d: "M37.0521625,26.381365 L32.705422,22.0347244 L36.121831,18.6185151 L38.4456123,20.9423964 L37.0521625,26.381365 Z M36.121831,14.5189642 L32.705422,11.1027549 L37.0521625,6.75621419 L38.4456123,12.1953826 L36.121831,14.5189642 Z M29.563668,3.31293895 L35.0025368,4.70618903 L30.6558962,9.0530294 L27.239687,5.63682015 L29.563668,3.31293895 Z M23.1402359,5.63692003 L19.7239267,9.0530294 L15.377386,4.70638878 L20.8163547,3.31293895 L23.1402359,5.63692003 Z M13.327261,6.7558147 L17.6742012,11.1028548 L14.2580918,14.5189642 L11.9338111,12.1946835 L13.327261,6.7558147 Z M14.2580918,18.6183154 L17.6742012,22.0344248 L13.327261,26.381365 L11.9338111,20.9424962 L14.2580918,18.6183154 Z M20.8161549,29.8245404 L15.3769865,28.4310906 L19.7239267,24.0842502 L23.140136,27.5005593 L20.8161549,29.8245404 Z M28.6060708,22.0346245 L25.1898615,25.4508338 L21.7735524,22.0346245 L25.1898615,18.6183154 L28.6060708,22.0346245 Z M30.6557963,13.1523806 L34.0720056,16.5686897 L30.6557963,19.984899 L27.2394872,16.5686897 L30.6557963,13.1523806 Z M23.140136,16.5686897 L19.7239267,19.984899 L16.3078174,16.5686897 L19.7239267,13.1525804 L23.140136,16.5686897 Z M21.7737522,11.1028548 L25.1899614,7.68664557 L28.6060708,11.1027549 L25.1898615,14.5189642 L21.7737522,11.1028548 Z M27.2394872,27.5005593 L30.6557963,24.0844499 L35.0023371,28.4310906 L29.5633684,29.8243406 L27.2394872,27.5005593 Z M39.1108767,30.4897049 L41.7585513,20.1556845 L38.1715565,16.5687896 L41.7585513,12.9815951 L39.1107769,2.64747477 L28.7766565,0 L25.1899614,3.58709461 L21.6025672,0 L11.2685467,2.6477744 L8.62107193,12.9817949 L12.2083663,16.5686897 L8.62107193,20.1558842 L11.2685467,30.4899047 L21.6027669,33.1374793 L25.1898615,29.550185 L28.7767564,33.1374793 L39.1108767,30.4897049 Z M48.8647259,41.2489913 C48.4431554,40.6529399 47.9401871,40.1758391 47.3574191,39.8157914 C46.4012201,39.2196401 45.0980568,38.9215146 43.4473302,38.9215146 L39.2775674,38.9215146 L39.2775674,51.3383191 L44.1550413,51.3383191 C45.9167286,51.3383191 47.3322507,50.7680353 48.3995102,49.6261695 C49.4666699,48.4843037 50,46.970505 50,45.0837748 C50,43.5823606 49.6212757,42.3044656 48.8647259,41.2489913 M43.8014853,48.5279489 L42.4421926,48.5279489 L42.4421926,41.7327836 L43.820062,41.7327836 C44.7881461,41.7327836 45.5321117,42.0323074 46.0534569,42.6306559 C46.5750018,43.2296036 46.8352749,44.0786372 46.8352749,45.1761587 C46.8352749,47.4111516 45.8236455,48.5279489 43.8014853,48.5279489 M33.4143316,51.3388184 L36.5789568,51.3388184 L36.5789568,38.9221138 L33.4143316,38.9221138 L33.4143316,51.3388184 Z M24.3856716,38.9219141 L19.415614,51.3388184 L22.8220355,51.3388184 L23.4736171,49.5334859 L27.7918934,49.5334859 L28.3874454,51.3388184 L31.8323186,51.3388184 L26.8985155,38.9219141 L24.3856716,38.9219141 Z M24.3486181,47.0204423 L25.6517814,42.7759734 L26.9356688,47.0204423 L24.3486181,47.0204423 Z M14.5197632,38.9219141 L11.3552378,38.9219141 L11.3552378,51.3388184 L18.1874566,51.3388184 L18.1874566,48.5275494 L14.5197632,48.5275494 L14.5197632,38.9219141 Z M7.87440974,39.8528448 C7.12954529,39.2323242 5.85744305,38.9224134 4.05810302,38.9224134 L0,38.9224134 L0,51.3386187 L3.03448868,51.3386187 L3.03448868,47.4484048 L4.39318216,47.4484048 C6.04390885,47.4484048 7.25378924,47.0881573 8.02302308,46.3677621 C8.89123261,45.5617744 9.32598656,44.4885224 9.32598656,43.1477065 C9.32598656,41.757952 8.84239395,40.6597314 7.87440974,39.8528448 M4.31847599,44.6371358 L3.03448868,44.6371358 L3.03448868,41.7328835 L4.18823957,41.7328835 C5.59047836,41.7328835 6.29159775,42.2202713 6.29159775,43.1941481 C6.29159775,44.1564395 5.63412354,44.6371358 4.31847599,44.6371358",
|
|
773
771
|
id: "Shape"
|
|
@@ -789,8 +787,8 @@ const GiftIcon = ({
|
|
|
789
787
|
stroke: "none",
|
|
790
788
|
strokeWidth: "1",
|
|
791
789
|
fill: "none",
|
|
792
|
-
|
|
793
|
-
|
|
790
|
+
fillRule: "evenodd",
|
|
791
|
+
strokeLinejoin: "round"
|
|
794
792
|
}, /*#__PURE__*/React.createElement(G, {
|
|
795
793
|
id: "gift-svgrepo-com",
|
|
796
794
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -802,22 +800,22 @@ const GiftIcon = ({
|
|
|
802
800
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
803
801
|
d: "M1.11111111,10.0052901 L1.11111111,14.4497346 C1.11111111,16.5448457 1.11111111,17.5924012 1.76198889,18.2432901 C2.41285556,18.894179 3.46042222,18.894179 5.55555556,18.894179 L6.66666667,18.894179 L13.3333333,18.894179 L14.4444444,18.894179 C16.5395556,18.894179 17.5871111,18.894179 18.238,18.2432901 C18.8888889,17.5924012 18.8888889,16.5448457 18.8888889,14.4497346 L18.8888889,10.0052901",
|
|
804
802
|
id: "Path",
|
|
805
|
-
|
|
803
|
+
strokeLinecap: "round"
|
|
806
804
|
}), /*#__PURE__*/React.createElement(Line, {
|
|
807
805
|
x1: "10",
|
|
808
806
|
y1: "4.44973458",
|
|
809
807
|
x2: "10",
|
|
810
808
|
y2: "18.894179",
|
|
811
809
|
id: "Path",
|
|
812
|
-
|
|
810
|
+
strokeLinecap: "round"
|
|
813
811
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
814
812
|
d: "M9.30588889,3.58210124 L7.10655556,0.832923465 C6.27916667,-0.201309868 4.73446667,-0.28473209 3.79792222,0.651812354 C2.398,2.05173458 3.38513333,4.44973458 5.36492222,4.44973458 L8.88888889,4.44973458 C9.33666667,4.44973458 9.58566667,3.93176791 9.30588889,3.58210124 Z",
|
|
815
813
|
id: "Path",
|
|
816
|
-
|
|
814
|
+
strokeLinecap: "round"
|
|
817
815
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
818
816
|
d: "M10.6941111,3.58210124 L12.8934444,0.832923465 C13.7208889,-0.201309868 15.2655556,-0.28473209 16.2021111,0.651812354 C17.602,2.05173458 16.6148889,4.44973458 14.6351111,4.44973458 L11.1111111,4.44973458 C10.6633333,4.44973458 10.4143333,3.93176791 10.6941111,3.58210124 Z",
|
|
819
817
|
id: "Path",
|
|
820
|
-
|
|
818
|
+
strokeLinecap: "round"
|
|
821
819
|
}))));
|
|
822
820
|
};
|
|
823
821
|
const TransactionSuccessIcon = ({
|
|
@@ -846,7 +844,7 @@ const TransactionSuccessIcon = ({
|
|
|
846
844
|
stroke: "none",
|
|
847
845
|
strokeWidth: "1",
|
|
848
846
|
fill: "none",
|
|
849
|
-
|
|
847
|
+
fillRule: "evenodd"
|
|
850
848
|
}, /*#__PURE__*/React.createElement(G, {
|
|
851
849
|
id: "success-filled-svgrepo-com",
|
|
852
850
|
transform: "translate(14.818182, 14.909091)"
|
|
@@ -861,7 +859,7 @@ const TransactionSuccessIcon = ({
|
|
|
861
859
|
d: "M125,0 C194.035594,0 250,55.9644063 250,125 C250,194.035594 194.035594,250 125,250 C55.9644063,250 0,194.035594 0,125 C0,55.9644063 55.9644063,0 125,0 Z M109.428571,149.660714 L81.6607143,121.875 C78.9525135,119.166799 75.0052249,118.109126 71.3057539,119.100397 C67.6062828,120.091667 64.716667,122.981283 63.7253967,126.680754 C62.7341264,130.380225 63.7917992,134.327514 66.5,137.035714 L101.857143,172.392857 C103.862111,174.413566 106.590895,175.550121 109.4375,175.550121 C112.284105,175.550121 115.012889,174.413566 117.017857,172.392857 L190.232143,99.1607143 C192.977104,96.4631674 194.064403,92.5006372 193.080578,88.77993 C192.096752,85.0592229 189.192965,82.152011 185.47342,81.1638015 C181.753875,80.1755921 177.790066,81.2582195 175.089286,84 L109.428571,149.660714 Z",
|
|
862
860
|
id: "Shape",
|
|
863
861
|
fill: "#7DCD85",
|
|
864
|
-
|
|
862
|
+
fillRule: "nonzero"
|
|
865
863
|
}))));
|
|
866
864
|
};
|
|
867
865
|
const TransactionErrorIcon = ({
|
|
@@ -890,7 +888,7 @@ const TransactionErrorIcon = ({
|
|
|
890
888
|
stroke: "none",
|
|
891
889
|
strokeWidth: "1",
|
|
892
890
|
fill: "none",
|
|
893
|
-
|
|
891
|
+
fillRule: "evenodd"
|
|
894
892
|
}, /*#__PURE__*/React.createElement(G, {
|
|
895
893
|
id: "error-filled-svgrepo-com",
|
|
896
894
|
transform: "translate(10.000000, 10.000000)"
|
|
@@ -898,7 +896,7 @@ const TransactionErrorIcon = ({
|
|
|
898
896
|
d: "M125,0 C194.025,0 250,55.975 250,125 C250,194.025 194.025,250 125,250 C55.975,250 0,194.025 0,125 C0,55.975 55.975,0 125,0 Z M153.6625,78.6625001 L125,107.325 L96.3374999,78.6625001 L78.6625001,96.3374999 L107.325,125 L78.6625001,153.6625 L96.3374999,171.3375 L125,142.675 L153.6625,171.3375 L171.3375,153.6625 L142.675,125 L171.3375,96.3374999 L153.6625,78.6625001 Z",
|
|
899
897
|
id: "Combined-Shape",
|
|
900
898
|
fill: "#D5573B",
|
|
901
|
-
|
|
899
|
+
fillRule: "nonzero"
|
|
902
900
|
}), /*#__PURE__*/React.createElement(Circle, {
|
|
903
901
|
id: "Oval",
|
|
904
902
|
stroke: "url(#LinearGradient-1)",
|
|
@@ -922,7 +920,7 @@ const LogoutIcon = ({
|
|
|
922
920
|
stroke: "none",
|
|
923
921
|
strokeWidth: "1",
|
|
924
922
|
fill: "none",
|
|
925
|
-
|
|
923
|
+
fillRule: "evenodd"
|
|
926
924
|
}, /*#__PURE__*/React.createElement(G, {
|
|
927
925
|
id: "logout-svgrepo-com",
|
|
928
926
|
transform: "translate(-0.000000, 0.000000)",
|
|
@@ -948,9 +946,9 @@ const EyeOffIcon = ({
|
|
|
948
946
|
stroke: "none",
|
|
949
947
|
strokeWidth: "1",
|
|
950
948
|
fill: "none",
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
949
|
+
fillRule: "evenodd",
|
|
950
|
+
strokeLinecap: "round",
|
|
951
|
+
strokeLinejoin: "round"
|
|
954
952
|
}, /*#__PURE__*/React.createElement(G, {
|
|
955
953
|
id: "eye-off",
|
|
956
954
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -983,8 +981,8 @@ const NotificationIcon = ({
|
|
|
983
981
|
stroke: "none",
|
|
984
982
|
strokeWidth: "1",
|
|
985
983
|
fill: "none",
|
|
986
|
-
|
|
987
|
-
|
|
984
|
+
fillRule: "evenodd",
|
|
985
|
+
strokeLinejoin: "round"
|
|
988
986
|
}, /*#__PURE__*/React.createElement(G, {
|
|
989
987
|
id: "notification-bell-on-svgrepo-com-(1)",
|
|
990
988
|
transform: "translate(1.887826, 1.000000)",
|
|
@@ -999,7 +997,7 @@ const NotificationIcon = ({
|
|
|
999
997
|
x2: "7.69902524",
|
|
1000
998
|
y2: "0",
|
|
1001
999
|
id: "Path",
|
|
1002
|
-
|
|
1000
|
+
strokeLinecap: "round"
|
|
1003
1001
|
}))));
|
|
1004
1002
|
};
|
|
1005
1003
|
const USDIcon = ({
|
|
@@ -1016,12 +1014,12 @@ const USDIcon = ({
|
|
|
1016
1014
|
stroke: "none",
|
|
1017
1015
|
strokeWidth: "1",
|
|
1018
1016
|
fill: "none",
|
|
1019
|
-
|
|
1017
|
+
fillRule: "evenodd"
|
|
1020
1018
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1021
1019
|
id: "Group",
|
|
1022
1020
|
transform: "translate(-0.000000, -0.000000)",
|
|
1023
1021
|
fill: color,
|
|
1024
|
-
|
|
1022
|
+
fillRule: "nonzero"
|
|
1025
1023
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1026
1024
|
d: "M7.500003,10.833313 L7.500003,9.166663 C6.836963,9.166663 6.201073,8.903273 5.732233,8.434433 C5.263393,7.965593 5.000003,7.329713 5.000003,6.666663 C5.000003,6.003623 5.263393,5.367743 5.732233,4.898903 C6.201073,4.430063 6.836963,4.166663 7.500003,4.166663 L7.500003,3.333333 C7.500003,3.112323 7.587803,2.900363 7.744083,2.744073 C7.900363,2.587793 8.112323,2.500003 8.333333,2.500003 C8.554343,2.500003 8.766313,2.587793 8.922593,2.744073 C9.078873,2.900363 9.166663,3.112323 9.166663,3.333333 L9.166663,4.166663 L9.185003,4.166663 C9.843213,4.166663 10.474413,4.428123 10.939813,4.893533 C11.405213,5.358933 11.666713,5.990153 11.666713,6.648333 C11.666713,6.869343 11.578913,7.081313 11.422613,7.237593 C11.266313,7.393873 11.054313,7.481663 10.833313,7.481663 C10.612313,7.481663 10.400313,7.393873 10.244113,7.237593 C10.087813,7.081313 10.000013,6.869343 10.000013,6.648333 C10.000013,6.432183 9.914113,6.224883 9.761313,6.072043 C9.608413,5.919203 9.401113,5.833333 9.185003,5.833333 L9.166663,5.833333 L9.166663,7.500003 C9.829713,7.500003 10.465613,7.763393 10.934413,8.232233 C11.403313,8.701073 11.666713,9.336963 11.666713,10.000013 C11.666713,10.663013 11.403313,11.298913 10.934413,11.767813 C10.465613,12.236613 9.829713,12.500013 9.166663,12.500013 L9.166663,13.333313 C9.166663,13.554313 9.078873,13.766313 8.922593,13.922613 C8.766313,14.078913 8.554343,14.166713 8.333333,14.166713 C8.112323,14.166713 7.900363,14.078913 7.744083,13.922613 C7.587803,13.766313 7.500003,13.554313 7.500003,13.333313 L7.500003,12.500013 L7.457503,12.500013 C6.805733,12.500013 6.180653,12.241113 5.719783,11.780213 C5.258913,11.319313 5.000003,10.694313 5.000003,10.042513 C5.000003,9.821483 5.087793,9.609523 5.244083,9.453243 C5.400363,9.296963 5.612323,9.209163 5.833333,9.209163 C6.054343,9.209163 6.266313,9.296963 6.422593,9.453243 C6.578873,9.609523 6.666663,9.821483 6.666663,10.042513 C6.666883,10.252213 6.750283,10.453213 6.898543,10.601413 C7.046803,10.749713 7.247823,10.833113 7.457503,10.833313 L7.500003,10.833313 Z M9.166663,10.833313 C9.387713,10.833313 9.599613,10.745513 9.755913,10.589213 C9.912213,10.433013 10.000013,10.221013 10.000013,10.000013 C10.000013,9.778983 9.912213,9.567023 9.755913,9.410743 C9.599613,9.254463 9.387713,9.166663 9.166663,9.166663 L9.166663,10.833313 Z M7.500003,5.833333 C7.278983,5.833333 7.067023,5.921133 6.910743,6.077413 C6.754463,6.233693 6.666663,6.445653 6.666663,6.666663 C6.666663,6.887683 6.754463,7.099643 6.910743,7.255923 C7.067023,7.412203 7.278983,7.500003 7.500003,7.500003 L7.500003,5.833333 Z M8.333333,16.666713 C3.730833,16.666713 4.4408921e-16,12.935813 4.4408921e-16,8.333333 C4.4408921e-16,3.730833 3.730833,4.16333634e-16 8.333333,4.16333634e-16 C12.935813,4.16333634e-16 16.666713,3.730833 16.666713,8.333333 C16.666713,12.935813 12.935813,16.666713 8.333333,16.666713 Z M8.333333,15.000013 C10.101413,15.000013 11.797113,14.297613 13.047413,13.047413 C14.297613,11.797113 15.000013,10.101413 15.000013,8.333333 C15.000013,6.565223 14.297613,4.869533 13.047413,3.619293 C11.797113,2.369043 10.101413,1.666663 8.333333,1.666663 C6.565223,1.666663 4.869533,2.369043 3.619293,3.619293 C2.369043,4.869533 1.666663,6.565223 1.666663,8.333333 C1.666663,10.101413 2.369043,11.797113 3.619293,13.047413 C4.869533,14.297613 6.565223,15.000013 8.333333,15.000013 Z",
|
|
1027
1025
|
id: "Shape"
|
|
@@ -1041,7 +1039,7 @@ const HeadphoneIcon = ({
|
|
|
1041
1039
|
stroke: "none",
|
|
1042
1040
|
strokeWidth: "1",
|
|
1043
1041
|
fill: "none",
|
|
1044
|
-
|
|
1042
|
+
fillRule: "evenodd"
|
|
1045
1043
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1046
1044
|
id: "headphones-round-sound-svgrepo-com",
|
|
1047
1045
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -1050,7 +1048,7 @@ const HeadphoneIcon = ({
|
|
|
1050
1048
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1051
1049
|
d: "M20,15 L20,10 C20,8.1786 19.513,6.47087 18.6622,5 M0,16 L0,10 C0,4.47715 4.47715,0 10,0 C11.8214,0 13.5291,0.48697 15,1.33782",
|
|
1052
1050
|
id: "Shape",
|
|
1053
|
-
|
|
1051
|
+
strokeLinecap: "round"
|
|
1054
1052
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1055
1053
|
d: "M6,13.1871 C6,12.6088 6,12.3196 5.93097,12.0899 C5.77135,11.5588 5.35457,11.156 4.83579,11.0313 C4.61143,10.9775 4.33578,11.0002 3.78447,11.0457 C2.82772,11.1247 2.34935,11.1642 1.95934,11.3151 C1.06004,11.6629 0.3739,12.4394 0.1131,13.4044 C0,13.8229 0,14.3248 0,15.3285 L0,15.514 C0,16.5431 0,17.0577 0.12305,17.493 C0.36454,18.3475 0.942,19.0543 1.71133,19.437 C2.10333,19.632 2.58932,19.7123 3.56129,19.8728 C4.20632,19.9793 4.52883,20.0326 4.78984,19.9788 C5.30414,19.8729 5.72826,19.4938 5.90852,18.9791 C6,18.7178 6,18.3763 6,17.6934 L6,13.1871 Z",
|
|
1056
1054
|
id: "Path"
|
|
@@ -1063,21 +1061,21 @@ const HeadphoneIcon = ({
|
|
|
1063
1061
|
x2: "10",
|
|
1064
1062
|
y2: "9.5",
|
|
1065
1063
|
id: "Path",
|
|
1066
|
-
|
|
1064
|
+
strokeLinecap: "round"
|
|
1067
1065
|
}), /*#__PURE__*/React.createElement(Line, {
|
|
1068
1066
|
x1: "13",
|
|
1069
1067
|
y1: "6",
|
|
1070
1068
|
x2: "13",
|
|
1071
1069
|
y2: "8",
|
|
1072
1070
|
id: "Path",
|
|
1073
|
-
|
|
1071
|
+
strokeLinecap: "round"
|
|
1074
1072
|
}), /*#__PURE__*/React.createElement(Line, {
|
|
1075
1073
|
x1: "7",
|
|
1076
1074
|
y1: "6",
|
|
1077
1075
|
x2: "7",
|
|
1078
1076
|
y2: "8",
|
|
1079
1077
|
id: "Path",
|
|
1080
|
-
|
|
1078
|
+
strokeLinecap: "round"
|
|
1081
1079
|
}))));
|
|
1082
1080
|
};
|
|
1083
1081
|
const EdgeCoinIcon = ({
|
|
@@ -1094,9 +1092,9 @@ const EdgeCoinIcon = ({
|
|
|
1094
1092
|
stroke: "none",
|
|
1095
1093
|
strokeWidth: "1",
|
|
1096
1094
|
fill: "none",
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1095
|
+
fillRule: "evenodd",
|
|
1096
|
+
strokeLinecap: "round",
|
|
1097
|
+
strokeLinejoin: "round"
|
|
1100
1098
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1101
1099
|
id: "currency-dollar-circle-svgrepo-com",
|
|
1102
1100
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -1123,9 +1121,9 @@ const ActivityIcon = ({
|
|
|
1123
1121
|
stroke: "none",
|
|
1124
1122
|
strokeWidth: "1",
|
|
1125
1123
|
fill: "none",
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1124
|
+
fillRule: "evenodd",
|
|
1125
|
+
strokeLinecap: "round",
|
|
1126
|
+
strokeLinejoin: "round"
|
|
1129
1127
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1130
1128
|
id: "activity-svgrepo-com",
|
|
1131
1129
|
transform: "translate(2.000000, 2.000000)",
|
|
@@ -1152,11 +1150,11 @@ const HeadToHeadIcon = ({
|
|
|
1152
1150
|
stroke: "none",
|
|
1153
1151
|
strokeWidth: "1",
|
|
1154
1152
|
fill: "none",
|
|
1155
|
-
|
|
1153
|
+
fillRule: "evenodd"
|
|
1156
1154
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1157
1155
|
id: "battle-cross-fight-knife-sword-weapon-svgrepo-com-(1)",
|
|
1158
1156
|
fill: color ?? Colors.brand.midnight,
|
|
1159
|
-
|
|
1157
|
+
fillRule: "nonzero"
|
|
1160
1158
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1161
1159
|
d: "M23.4881688,12.0224429 C22.964089,11.6777732 22.2570319,11.8230591 21.9120762,12.347294 L21.864234,12.4199884 L18.9345081,10.4915476 L19.2272192,10.046852 C19.4264409,9.744311 19.4957476,9.3811704 19.4221518,9.02439453 C19.3487025,8.66761255 19.141485,8.36152955 18.8389562,8.16244296 C18.5364151,7.96292747 18.1726974,7.89344902 17.8164978,7.96750334 C17.4597175,8.04096312 17.1536337,8.24816842 16.954405,8.55070945 L16.6332501,9.03861468 C16.2711835,8.79599324 15.9052725,8.5413232 15.5375028,8.27628879 C19.4797002,3.61782674 18.0103128,0.351133128 17.9245455,0.172002882 C17.880492,0.0799297029 17.7928521,0.0162275451 17.6914611,0.00278455811 C17.5911075,-0.0108183919 17.4891342,0.0276083747 17.4223242,0.105193331 C17.3905643,0.142037423 15.1927076,2.67611998 11.9991372,5.45822803 C8.81106856,2.68222144 6.59994541,0.131119492 6.57750455,0.105193331 C6.51069456,0.0276083804 6.40872036,-0.0111099979 6.30836241,0.00278455811 C6.20697665,0.0162275451 6.11933681,0.0799297029 6.07528239,0.172002882 C6.00865634,0.311238745 4.52000915,3.58060038 8.4716721,8.27111402 C8.10882877,8.53297086 7.74046022,8.78961805 7.3673275,9.03974623 L7.04541857,8.55071032 C6.84619511,8.24816928 6.54011212,8.04096399 6.18332404,7.96750421 C5.82699363,7.89405053 5.46371093,7.9633677 5.16087263,8.16230086 C4.53422364,8.57479706 4.35997177,9.42019214 4.77246841,10.0468529 L5.06524049,10.4916182 L2.135709,12.4199317 L2.08789555,12.3472949 C1.74279691,11.823501 1.03603791,11.6776206 0.511803145,12.0224438 C0.258629697,12.1891488 0.0854128226,12.4451274 0.0239327795,12.7433898 C-0.0375581643,13.0417882 0.0203790447,13.3455061 0.186946566,13.5985364 L2.81948969,17.5980468 C3.03793852,17.9296907 3.40150846,18.1100039 3.77189339,18.1100039 C3.8869841,18.1100039 4.00247015,18.0910885 4.11475684,18.0554038 C4.72162122,18.763106 5.58772672,19.1434029 6.4715307,19.1434029 C7.06064996,19.1434029 7.65611651,18.9760981 8.18419072,18.6284801 C9.28810642,17.9020559 9.80085247,16.5762074 9.50273911,15.3152754 C9.59863452,15.2797337 9.69213608,15.2364281 9.77950218,15.1789129 C10.0820371,14.9796894 10.2892537,14.6736073 10.3627022,14.3168183 C10.4363067,13.9600433 10.3669991,13.5969027 10.1679064,13.2943669 L9.99640843,13.0338186 C10.7250434,12.5463196 11.3929358,12.0657563 12.0020341,11.5936945 C12.6239638,12.0763081 13.2950904,12.5587509 14.0038423,13.0331718 L13.8319224,13.2943669 C13.6328297,13.5969027 13.5636659,13.9600433 13.6371257,14.3168183 C13.7107232,14.6736073 13.9177908,14.9796894 14.2203266,15.1789129 C14.3077258,15.2364055 14.4012047,15.2796936 14.4970897,15.3152405 C14.1989528,16.5761725 14.7117171,17.9020559 15.815638,18.6284801 C16.3438552,18.9763788 16.939184,19.1434029 17.5282972,19.1434029 C18.4119713,19.1434029 19.2782869,18.7628933 19.885095,18.0553742 C19.9973586,18.0910885 20.1128111,18.1100039 20.2279376,18.1100039 C20.5983225,18.1100039 20.9618903,17.9296907 21.1803325,17.5980468 L23.8130304,13.5985364 C24.1578257,13.0744435 24.0121057,12.3673881 23.4881688,12.0224429 Z M6.4780384,0.903739569 C7.2273489,1.7316467 9.09409872,3.72529129 11.5354852,5.85778949 C10.7283169,6.54573502 9.8635774,7.24154819 8.96030177,7.91316563 C6.09030805,4.52107884 6.24972865,1.92307792 6.4780384,0.903739569 Z M4.06275065,17.4174241 C3.81799863,17.5785359 3.48664504,17.5105491 3.32525382,17.2652025 L0.692705022,13.2656921 C0.531170832,13.0205059 0.599454536,12.6895926 0.844646793,12.5281966 C1.0904275,12.366804 1.42105404,12.4353855 1.5821493,12.680127 L1.79606104,13.0051089 C1.79619224,13.0053024 1.79616958,13.0055378 1.79630078,13.0057139 C1.79648385,13.0060173 1.79677502,13.0062056 1.79696942,13.006502 L4.21468589,16.6796304 C4.37622008,16.924977 4.30794771,17.2557474 4.06275065,17.4174241 Z M2.46859254,12.9256549 L5.39812925,10.9973466 L7.2693294,13.8400708 L4.33979269,15.7684889 L2.46859254,12.9256549 Z M7.85135253,18.1230062 C6.80911652,18.8087645 5.44209214,18.6216986 4.6210924,17.7204917 C4.95038777,17.344993 5.00790218,16.7834746 4.72044435,16.3468044 L4.67261345,16.2741223 L7.60222427,14.3457948 L7.89495015,14.7905078 C8.0941858,15.0930436 8.40027403,15.3002489 8.75704468,15.3737086 C8.80418949,15.3834497 8.85134651,15.3834898 8.89854973,15.3882426 C9.17289629,16.4232875 8.75994765,17.5250604 7.85135253,18.1230062 Z M9.76989801,14.1945966 C9.72895228,14.3929413 9.614117,14.5628963 9.44665876,14.673303 C9.27891459,14.7835563 9.07702878,14.821389 8.87927773,14.7809044 C8.68093475,14.7399579 8.51096759,14.6251121 8.40071428,14.4576643 L5.73745248,10.4116542 L5.73742284,10.4116089 L5.73738884,10.4115688 L5.2782273,9.71401384 C5.04928901,9.3660994 5.14594373,8.89684811 5.49371083,8.66806412 C5.61741889,8.58647953 5.75974427,8.5443456 5.90562382,8.5443456 C5.95720851,8.5443456 6.00938077,8.54967554 6.06110842,8.56031887 C6.25944616,8.60125413 6.4294081,8.71608854 6.53967187,8.88354765 L7.02937119,9.62745324 C7.02943309,9.62752821 7.02941042,9.62762584 7.02946795,9.62769384 C7.02951329,9.62777928 7.02958739,9.62781414 7.02964492,9.62788214 L9.32531055,13.115282 C9.32540208,13.1153953 9.32538029,13.1155557 9.32547618,13.1156813 C9.32560869,13.115887 9.32578478,13.1159951 9.32591642,13.1161956 L9.66230182,13.6272043 C9.77255513,13.794652 9.8106903,13.9962519 9.76989801,14.1945966 Z M9.66273073,12.526882 L7.70045077,9.54582419 C8.17847198,9.2254295 8.64907713,8.89431652 9.10992989,8.5558511 C9.11112943,8.55482329 9.11264368,8.55455479 9.11383189,8.55351477 C9.11421459,8.55318351 9.114341,8.5526805 9.11473591,8.5523379 C13.1589859,5.58119205 16.457341,2.07784768 17.5201741,0.905070744 C17.8369284,2.34975418 17.9965373,6.94683992 9.66273073,12.526882 Z M12.491362,11.2065168 C13.5500229,10.3505351 14.4214069,9.52382793 15.1369079,8.73408517 C15.5272248,9.01614419 15.9159324,9.2866916 16.3003614,9.54432737 L14.3367206,12.527487 C13.6856758,12.0916991 13.067798,11.649305 12.491362,11.2065168 Z M14.5531648,14.6731479 C14.2053986,14.4443647 14.108743,13.9751134 14.3376691,13.6272042 L16.9701961,9.62788214 C16.9702519,9.62781414 16.9703146,9.62777928 16.9703617,9.62769384 L16.9704175,9.62755088 L17.4601569,8.88354765 C17.5704207,8.71608854 17.7403756,8.60125413 17.9387204,8.56031887 C17.9906023,8.54967554 18.0426203,8.5443456 18.0943593,8.5443456 C18.2400845,8.5443456 18.3824116,8.5866225 18.506118,8.66806412 C18.6735657,8.77831656 18.788401,8.94827239 18.8293459,9.14661624 C18.8701321,9.34496008 18.8320082,9.54656082 18.7216032,9.71401384 L18.2624399,10.4115688 L18.2623894,10.4116089 L18.2623789,10.4116542 L15.5991136,14.4576643 C15.4888621,14.6251121 15.3188966,14.7399579 15.1205502,14.7809044 C14.9217661,14.8215424 14.7204748,14.7832582 14.5531648,14.6731479 Z M16.1484762,18.1230062 C15.2398838,17.5247867 14.827065,16.4232648 15.1013035,15.3882426 C15.1485058,15.3834898 15.1956506,15.3834497 15.2427832,15.3737086 C15.5995547,15.3002489 15.9056386,15.0930436 16.1048778,14.7905078 L16.3976045,14.3457721 L19.3272659,16.2740647 L19.2793801,16.3468045 C18.9919257,16.7834624 19.0494288,17.3449756 19.3787991,17.7204795 C18.5579145,18.6216986 17.1910095,18.8087645 16.1484762,18.1230062 Z M16.7304758,13.8400481 L18.6016315,10.9972838 L21.531333,12.9257072 L19.6600936,15.7684314 L16.7304758,13.8400481 Z M23.3072663,13.2656921 L20.6745754,17.2652025 C20.5133258,17.5102527 20.1824247,17.5785359 19.9372211,17.4174241 C19.6918745,17.2557474 19.6236087,16.924977 19.7851425,16.6796304 L19.9991178,16.3545753 C19.9992102,16.3544324 19.9993532,16.3543347 19.9994491,16.3541813 C19.9995014,16.3540941 19.9995258,16.3539808 19.9995694,16.3538953 L22.2034308,13.0058168 C22.2034308,13.0058168 22.2034988,13.005754 22.2035215,13.0057139 C22.2035511,13.0057087 22.2035511,13.0056564 22.2035511,13.0056564 L22.4178351,12.680127 C22.5199636,12.5247967 22.690072,12.4405445 22.8632908,12.4405445 C22.9637961,12.4405445 23.0653266,12.4689221 23.1553306,12.5281966 C23.400522,12.6895926 23.4686641,13.0205059 23.3072663,13.2656921 Z",
|
|
1162
1160
|
id: "Shape"
|
|
@@ -1176,11 +1174,11 @@ const ChangeIcon = ({
|
|
|
1176
1174
|
stroke: "none",
|
|
1177
1175
|
strokeWidth: "1",
|
|
1178
1176
|
fill: "none",
|
|
1179
|
-
|
|
1177
|
+
fillRule: "evenodd"
|
|
1180
1178
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1181
1179
|
id: "change-svgrepo-com",
|
|
1182
1180
|
fill: color ?? Colors.brand.midnight,
|
|
1183
|
-
|
|
1181
|
+
fillRule: "nonzero"
|
|
1184
1182
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1185
1183
|
d: "M16.2740785,40.028426 C15.755866,39.5000562 14.9179053,39.5000562 14.3996928,40.028426 C13.8814803,40.5567957 13.8814803,41.4111809 14.3996928,41.9395506 L15.8992014,43.4684504 L9.81296064,43.4684504 C5.85469899,43.4684504 2.64619163,40.1858127 2.64619163,36.161209 L2.64619163,31.6307193 C2.64619163,30.8887533 2.05079851,30.2816901 1.32309582,30.2816901 C0.595393117,30.2816901 0,30.8887533 0,31.6307193 L0,36.161209 C0,41.6809867 4.39929359,46.1665087 9.81296064,46.1665087 L15.8992014,46.1665087 L14.3996928,47.6954085 C13.8814803,48.2237782 13.8814803,49.0781634 14.3996928,49.6065332 C14.6532862,49.8650971 14.9950859,50 15.3368857,50 C15.6786854,50 16.0094594,49.8650971 16.2740785,49.6065332 L20.0338758,45.7730419 C20.5520883,45.2446721 20.5520883,44.390287 20.0338758,43.8619172 L16.2740785,40.028426 Z",
|
|
1186
1184
|
id: "Path"
|
|
@@ -1256,9 +1254,9 @@ const LockClosedIcon = ({
|
|
|
1256
1254
|
stroke: "none",
|
|
1257
1255
|
strokeWidth: "1",
|
|
1258
1256
|
fill: "none",
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1257
|
+
fillRule: "evenodd",
|
|
1258
|
+
strokeLinecap: "round",
|
|
1259
|
+
strokeLinejoin: "round"
|
|
1262
1260
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1263
1261
|
id: "lock",
|
|
1264
1262
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -1289,9 +1287,9 @@ const PausedIcon = ({
|
|
|
1289
1287
|
stroke: "none",
|
|
1290
1288
|
strokeWidth: "1",
|
|
1291
1289
|
fill: "none",
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1290
|
+
fillRule: "evenodd",
|
|
1291
|
+
strokeLinecap: "round",
|
|
1292
|
+
strokeLinejoin: "round"
|
|
1295
1293
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1296
1294
|
id: "pause-circle",
|
|
1297
1295
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -1329,9 +1327,9 @@ const PlusCircleIcon = ({
|
|
|
1329
1327
|
stroke: "none",
|
|
1330
1328
|
strokeWidth: "1",
|
|
1331
1329
|
fill: "none",
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1330
|
+
fillRule: "evenodd",
|
|
1331
|
+
strokeLinecap: "round",
|
|
1332
|
+
strokeLinejoin: "round"
|
|
1335
1333
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1336
1334
|
id: "plus-circle",
|
|
1337
1335
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -1369,9 +1367,9 @@ const TVIcon = ({
|
|
|
1369
1367
|
stroke: "none",
|
|
1370
1368
|
strokeWidth: "1",
|
|
1371
1369
|
fill: "none",
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1370
|
+
fillRule: "evenodd",
|
|
1371
|
+
strokeLinecap: "round",
|
|
1372
|
+
strokeLinejoin: "round"
|
|
1375
1373
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1376
1374
|
id: "tv-(1)",
|
|
1377
1375
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -1402,11 +1400,11 @@ const PreferencesIcon = ({
|
|
|
1402
1400
|
stroke: "none",
|
|
1403
1401
|
strokeWidth: "1",
|
|
1404
1402
|
fill: "none",
|
|
1405
|
-
|
|
1403
|
+
fillRule: "evenodd"
|
|
1406
1404
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1407
1405
|
id: "preferences-svgrepo-com",
|
|
1408
1406
|
fill: color ?? Colors.brand.midnight,
|
|
1409
|
-
|
|
1407
|
+
fillRule: "nonzero"
|
|
1410
1408
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1411
1409
|
d: "M18.75,17.5 C18.75,18.19 18.19,18.75 17.5,18.75 L2.5,18.75 C1.81,18.75 1.25,18.19 1.25,17.5 L1.25,2.5 C1.25,1.81 1.81,1.25 2.5,1.25 L17.5,1.25 C18.19,1.25 18.75,1.81 18.75,2.5 L18.75,17.5 L18.75,17.5 Z M17.5,0 L2.5,0 C1.119375,0 0,1.119375 0,2.5 L0,17.5 C0,18.880625 1.119375,20 2.5,20 L17.5,20 C18.880625,20 20,18.880625 20,17.5 L20,2.5 C20,1.119375 18.880625,0 17.5,0 L17.5,0 Z M12.5,12.125 C11.67125,12.125 11,11.453125 11,10.625 C11,9.796875 11.67125,9.125 12.5,9.125 C13.32875,9.125 14,9.796875 14,10.625 C14,11.453125 13.32875,12.125 12.5,12.125 L12.5,12.125 Z M16.25,10 L14.91125,10 C14.633125,8.923125 13.66375,8.125 12.5,8.125 C11.33625,8.125 10.3675,8.923125 10.08875,10 L3.75,10 C3.405,10 3.125,10.28 3.125,10.625 C3.125,10.970625 3.405,11.25 3.75,11.25 L10.08875,11.25 C10.366875,12.326875 11.33625,13.125 12.5,13.125 C13.66375,13.125 14.633125,12.326875 14.91125,11.25 L16.25,11.25 C16.595,11.25 16.875,10.970625 16.875,10.625 C16.875,10.28 16.595,10 16.25,10 L16.25,10 Z M6.875,7.125 C6.04625,7.125 5.375,6.453125 5.375,5.625 C5.375,4.796875 6.04625,4.125625 6.875,4.125625 C7.70375,4.125625 8.375,4.796875 8.375,5.625 C8.375,6.453125 7.70375,7.125 6.875,7.125 L6.875,7.125 Z M16.25,5 L9.28625,5 C9.008125,3.923125 8.03875,3.125 6.875,3.125 C5.71125,3.125 4.741875,3.923125 4.46375,5 L3.75,5 C3.405,5 3.125,5.28 3.125,5.625 C3.125,5.970625 3.405,6.25 3.75,6.25 L4.46375,6.25 C4.741875,7.326875 5.71125,8.125 6.875,8.125 C8.03875,8.125 9.008125,7.326875 9.28625,6.25 L16.25,6.25 C16.595,6.25 16.875,5.970625 16.875,5.625 C16.875,5.28 16.595,5 16.25,5 L16.25,5 Z M6.875,17.125 C6.04625,17.125 5.375,16.453125 5.375,15.625 C5.375,14.796875 6.04625,14.125625 6.875,14.125625 C7.70375,14.125625 8.375,14.796875 8.375,15.625 C8.375,16.453125 7.70375,17.125 6.875,17.125 L6.875,17.125 Z M16.25,15 L9.28625,15 C9.008125,13.92375 8.03875,13.125 6.875,13.125 C5.71125,13.125 4.741875,13.92375 4.46375,15 L3.75,15 C3.405,15 3.125,15.279375 3.125,15.625 C3.125,15.970625 3.405,16.25 3.75,16.25 L4.46375,16.25 C4.741875,17.326875 5.71125,18.125 6.875,18.125 C8.03875,18.125 9.008125,17.326875 9.28625,16.25 L16.25,16.25 C16.595,16.25 16.875,15.970625 16.875,15.625 C16.875,15.279375 16.595,15 16.25,15 L16.25,15 Z",
|
|
1412
1410
|
id: "preferences"
|
|
@@ -1428,9 +1426,9 @@ const AwardRibbonIcon = ({
|
|
|
1428
1426
|
stroke: "none",
|
|
1429
1427
|
strokeWidth: "1",
|
|
1430
1428
|
fill: "none",
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1429
|
+
fillRule: "evenodd",
|
|
1430
|
+
strokeLinecap: "round",
|
|
1431
|
+
strokeLinejoin: "round"
|
|
1434
1432
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1435
1433
|
id: "award",
|
|
1436
1434
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -1459,9 +1457,9 @@ const PacerCarIcon = ({
|
|
|
1459
1457
|
stroke: "none",
|
|
1460
1458
|
strokeWidth: "1",
|
|
1461
1459
|
fill: "none",
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1460
|
+
fillRule: "evenodd",
|
|
1461
|
+
strokeLinecap: "round",
|
|
1462
|
+
strokeLinejoin: "round"
|
|
1465
1463
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1466
1464
|
id: "car-salesman-service-svgrepo-com",
|
|
1467
1465
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -1535,9 +1533,9 @@ const ShareSocialIcon = ({
|
|
|
1535
1533
|
stroke: "none",
|
|
1536
1534
|
strokeWidth: "1",
|
|
1537
1535
|
fill: "none",
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1536
|
+
fillRule: "evenodd",
|
|
1537
|
+
strokeLinecap: "round",
|
|
1538
|
+
strokeLinejoin: "round"
|
|
1541
1539
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1542
1540
|
id: "share-social-outline",
|
|
1543
1541
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -1594,12 +1592,12 @@ const ChevronIcon = ({
|
|
|
1594
1592
|
stroke: "none",
|
|
1595
1593
|
strokeWidth: "1",
|
|
1596
1594
|
fill: "none",
|
|
1597
|
-
|
|
1595
|
+
fillRule: "evenodd"
|
|
1598
1596
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1599
1597
|
id: "Group",
|
|
1600
1598
|
transform: "translate(-0.000000, 0.000000)",
|
|
1601
1599
|
fill: color,
|
|
1602
|
-
|
|
1600
|
+
fillRule: "nonzero"
|
|
1603
1601
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1604
1602
|
d: "M4.4298072,1.609187 L1.1298072,4.909187 C1.0040772,5.030627 0.835667203,5.097827 0.660877203,5.09633223 C0.486077203,5.094787 0.318868203,5.024677 0.195262203,4.901067 C0.0716572032,4.777467 0.00154420324,4.610257 -3.33066907e-16,4.435457 C-0.00149379676,4.260657 0.0657032032,4.092257 0.187141203,3.966527 L3.9584772,0.195191 C4.0834972,0.07021 4.2530372,-1.11022302e-16 4.4298072,-1.11022302e-16 C4.6065872,-1.11022302e-16 4.7761272,0.07021 4.9011372,0.195191 L8.6724772,3.966527 C8.7939172,4.092257 8.8611072,4.260657 8.85961244,4.435457 C8.8580772,4.610257 8.7879572,4.777467 8.6643572,4.901067 C8.5407472,5.024677 8.3735372,5.094787 8.1987472,5.09633223 C8.0239472,5.097827 7.8555472,5.030627 7.7298072,4.909187 L4.4298072,1.609187 L4.4298072,1.609187 Z",
|
|
1605
1603
|
id: "Path"
|
|
@@ -1614,12 +1612,12 @@ const ChevronIcon = ({
|
|
|
1614
1612
|
stroke: "none",
|
|
1615
1613
|
strokeWidth: "1",
|
|
1616
1614
|
fill: "none",
|
|
1617
|
-
|
|
1615
|
+
fillRule: "evenodd"
|
|
1618
1616
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1619
1617
|
id: "Group",
|
|
1620
1618
|
transform: "translate(0.000000, 0.000000)",
|
|
1621
1619
|
fill: color,
|
|
1622
|
-
|
|
1620
|
+
fillRule: "nonzero"
|
|
1623
1621
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1624
1622
|
d: "M4.44619516,3.50352216 L7.74619516,0.203525159 C7.80769516,0.139852159 7.88125516,0.0890631588 7.96259516,0.0541241588 C8.04392516,0.0191851588 8.13140516,0.000794158788 8.21992516,-5.55111512e-17 C8.30844516,-0.000743841212 8.39623516,0.0161231588 8.47816516,0.0496441588 C8.56009516,0.0831651588 8.63452516,0.132667159 8.69712516,0.195262159 C8.75971516,0.257857159 8.80922516,0.332291159 8.84274516,0.414222159 C8.87626516,0.496153159 8.89312516,0.583940159 8.89238975,0.672462159 C8.89159516,0.760982159 8.87320516,0.848462159 8.83826516,0.929792159 C8.80332516,1.01113216 8.75253516,1.08469216 8.68886516,1.14619216 L4.91752516,4.91752216 C4.79250516,5.04250216 4.62296516,5.11271216 4.44619516,5.11271216 C4.26941516,5.11271216 4.09987516,5.04250216 3.97485516,4.91752216 L0.203526157,1.14619216 C0.139852157,1.08469216 0.0890641574,1.01113216 0.0541251574,0.929792159 C0.0191851574,0.848462159 0.000795157381,0.760982159 0,0.672462159 C-0.000743842619,0.583940159 0.0161241574,0.496153159 0.0496451574,0.414222159 C0.0831651574,0.332291159 0.132667157,0.257857159 0.195262157,0.195262159 C0.257858157,0.132667159 0.332292157,0.0831651588 0.414225157,0.0496441588 C0.496155157,0.0161231588 0.583945157,-0.000743841212 0.672455157,-5.55111512e-17 C0.760975157,0.000794158788 0.848455157,0.0191851588 0.929795157,0.0541241588 C1.01113516,0.0890631588 1.08469516,0.139852159 1.14619516,0.203525159 L4.44619516,3.50352216 Z",
|
|
1625
1623
|
id: "Path"
|
|
@@ -1634,11 +1632,11 @@ const ChevronIcon = ({
|
|
|
1634
1632
|
stroke: "none",
|
|
1635
1633
|
strokeWidth: "1",
|
|
1636
1634
|
fill: "none",
|
|
1637
|
-
|
|
1635
|
+
fillRule: "evenodd"
|
|
1638
1636
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1639
1637
|
id: "Group",
|
|
1640
1638
|
fill: color,
|
|
1641
|
-
|
|
1639
|
+
fillRule: "nonzero"
|
|
1642
1640
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1643
1641
|
d: "M3.42628961,4.5083094 L0.199038607,1.1622094 C0.136769607,1.0998494 0.087100807,1.0252594 0.052931607,0.942785403 C0.018762407,0.860313403 0.000777086037,0.771610403 1.12960314e-16,0.681854403 C-0.000727827963,0.592098403 0.015768307,0.503086403 0.048549907,0.420010403 C0.081331507,0.336934403 0.129742607,0.261460403 0.190957607,0.197990403 C0.252172607,0.134520403 0.324966607,0.0843266034 0.405090607,0.0503376034 C0.485215607,0.0163486034 0.571066607,-0.00075456557 0.657634607,3.46944695e-16 C0.744202607,0.00080563043 0.829753607,0.0194538034 0.909296607,0.0548809034 C0.988838607,0.0903079034 1.06077961,0.141806403 1.12091961,0.206369403 L4.80910961,4.0303894 C4.93133961,4.1571494 5,4.3290594 5,4.5083094 C5,4.6875494 4.93133961,4.8594594 4.80910961,4.9862194 L1.12091961,8.8102394 C0.997960607,8.9333794 0.833271607,9.0015094 0.662327607,9 C0.491383607,8.9984294 0.327861607,8.9273394 0.206981607,8.8020094 C0.086101107,8.6766794 0.017533807,8.5071294 0.016048407,8.3298894 C0.014563107,8.1526494 0.080277907,7.9818994 0.199039607,7.8544094 L3.42628961,4.5083094 Z",
|
|
1644
1642
|
id: "Path"
|
|
@@ -1653,12 +1651,12 @@ const ChevronIcon = ({
|
|
|
1653
1651
|
stroke: "none",
|
|
1654
1652
|
strokeWidth: "1",
|
|
1655
1653
|
fill: "none",
|
|
1656
|
-
|
|
1654
|
+
fillRule: "evenodd"
|
|
1657
1655
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1658
1656
|
id: "Group",
|
|
1659
1657
|
transform: "translate(0.000000, 0.000000)",
|
|
1660
1658
|
fill: color,
|
|
1661
|
-
|
|
1659
|
+
fillRule: "nonzero"
|
|
1662
1660
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1663
1661
|
d: "M1.57371568,4.49170068 L4.80094025,7.83779879 C4.86321636,7.90017832 4.91289642,7.97472551 4.94708569,8.05722224 C4.98119672,8.13971897 4.99919107,8.22838064 5,8.31817797 C5.0007558,8.40789417 4.98424794,8.49696144 4.95146692,8.58002599 C4.9186859,8.66309054 4.87025763,8.73853003 4.80907683,8.80204521 C4.74781779,8.86547927 4.67505802,8.91569114 4.59494403,8.94967947 C4.5147518,8.9836678 4.42892657,9.00078364 4.3423972,9 C4.2557896,8.9992424 4.1702773,8.98058532 4.09071097,8.94513688 C4.01114464,8.90968843 3.93924546,8.85817867 3.87908174,8.79360896 L0.190888788,4.96963821 C0.0686601911,4.84285121 -6.94878077e-16,4.67096275 -6.94878077e-16,4.49170068 C-6.94878077e-16,4.31245484 0.0686601911,4.14054204 0.190888788,4.01377937 L3.87908174,0.189751841 C4.00206922,0.0666151323 4.16675667,-0.00151564628 4.33770302,0 C4.50864937,0.00156682733 4.67216327,0.0726584029 4.79303838,0.19798529 C4.91391349,0.32332029 4.9824485,0.49286445 4.98393499,0.670106683 C4.98542148,0.847348915 4.91970298,1.01810173 4.80094025,1.14559446 L1.57371568,4.49170068 Z",
|
|
1664
1662
|
id: "Path"
|
|
@@ -1673,12 +1671,12 @@ const ChevronIcon = ({
|
|
|
1673
1671
|
stroke: "none",
|
|
1674
1672
|
strokeWidth: "1",
|
|
1675
1673
|
fill: "none",
|
|
1676
|
-
|
|
1674
|
+
fillRule: "evenodd"
|
|
1677
1675
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1678
1676
|
id: "Group",
|
|
1679
1677
|
transform: "translate(-0.000000, 0.000000)",
|
|
1680
1678
|
fill: color,
|
|
1681
|
-
|
|
1679
|
+
fillRule: "nonzero"
|
|
1682
1680
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1683
1681
|
d: "M4.4298072,1.609187 L1.1298072,4.909187 C1.0040772,5.030627 0.835667203,5.097827 0.660877203,5.09633223 C0.486077203,5.094787 0.318868203,5.024677 0.195262203,4.901067 C0.0716572032,4.777467 0.00154420324,4.610257 -3.33066907e-16,4.435457 C-0.00149379676,4.260657 0.0657032032,4.092257 0.187141203,3.966527 L3.9584772,0.195191 C4.0834972,0.07021 4.2530372,-1.11022302e-16 4.4298072,-1.11022302e-16 C4.6065872,-1.11022302e-16 4.7761272,0.07021 4.9011372,0.195191 L8.6724772,3.966527 C8.7939172,4.092257 8.8611072,4.260657 8.85961244,4.435457 C8.8580772,4.610257 8.7879572,4.777467 8.6643572,4.901067 C8.5407472,5.024677 8.3735372,5.094787 8.1987472,5.09633223 C8.0239472,5.097827 7.8555472,5.030627 7.7298072,4.909187 L4.4298072,1.609187 L4.4298072,1.609187 Z",
|
|
1684
1682
|
id: "Path"
|
|
@@ -1732,9 +1730,9 @@ const CreditCardIcon = ({
|
|
|
1732
1730
|
stroke: "none",
|
|
1733
1731
|
strokeWidth: "1",
|
|
1734
1732
|
fill: "none",
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1733
|
+
fillRule: "evenodd",
|
|
1734
|
+
strokeLinecap: "round",
|
|
1735
|
+
strokeLinejoin: "round"
|
|
1738
1736
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1739
1737
|
id: "credit-card",
|
|
1740
1738
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -1768,9 +1766,9 @@ const BankIcon = ({
|
|
|
1768
1766
|
stroke: "none",
|
|
1769
1767
|
strokeWidth: "1",
|
|
1770
1768
|
fill: "none",
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1769
|
+
fillRule: "evenodd",
|
|
1770
|
+
strokeLinecap: "round",
|
|
1771
|
+
strokeLinejoin: "round"
|
|
1774
1772
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1775
1773
|
id: "bank-svgrepo-com",
|
|
1776
1774
|
transform: "translate(2.000000, 2.000000)",
|
|
@@ -1796,7 +1794,7 @@ const BankInstantIcon = ({
|
|
|
1796
1794
|
stroke: "none",
|
|
1797
1795
|
strokeWidth: "1",
|
|
1798
1796
|
fill: "none",
|
|
1799
|
-
|
|
1797
|
+
fillRule: "evenodd"
|
|
1800
1798
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1801
1799
|
id: "bank_icon",
|
|
1802
1800
|
transform: "translate(4.000000, 1.370506)",
|
|
@@ -1808,8 +1806,8 @@ const BankInstantIcon = ({
|
|
|
1808
1806
|
}), /*#__PURE__*/React.createElement(G, {
|
|
1809
1807
|
id: "zap",
|
|
1810
1808
|
transform: "translate(30.500000, 10.629494) rotate(10.000000) translate(-30.500000, -10.629494) translate(26.000000, 0.629494)",
|
|
1811
|
-
|
|
1812
|
-
|
|
1809
|
+
strokeLinecap: "round",
|
|
1810
|
+
strokeLinejoin: "round",
|
|
1813
1811
|
strokeWidth: "2"
|
|
1814
1812
|
}, /*#__PURE__*/React.createElement(Polygon, {
|
|
1815
1813
|
id: "Path",
|
|
@@ -1830,7 +1828,7 @@ const DepositIcon = ({
|
|
|
1830
1828
|
stroke: "none",
|
|
1831
1829
|
strokeWidth: "1",
|
|
1832
1830
|
fill: "none",
|
|
1833
|
-
|
|
1831
|
+
fillRule: "evenodd"
|
|
1834
1832
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1835
1833
|
id: "dollar-sign-(1)",
|
|
1836
1834
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -1842,13 +1840,13 @@ const DepositIcon = ({
|
|
|
1842
1840
|
x2: "11.5",
|
|
1843
1841
|
y2: "19",
|
|
1844
1842
|
id: "Path",
|
|
1845
|
-
|
|
1846
|
-
|
|
1843
|
+
strokeLinecap: "round",
|
|
1844
|
+
strokeLinejoin: "round"
|
|
1847
1845
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1848
1846
|
d: "M14.4166667,9 L10.0416667,9 C8.91408531,9 8,9.8954305 8,11 C8,12.1045695 8.91408531,13 10.0416667,13 L12.9583334,13 C14.0859147,13 15,13.8954305 15,15 C15,16.1045695 14.0859147,17 12.9583334,17 L8,17",
|
|
1849
1847
|
id: "Path",
|
|
1850
|
-
|
|
1851
|
-
|
|
1848
|
+
strokeLinecap: "round",
|
|
1849
|
+
strokeLinejoin: "round"
|
|
1852
1850
|
}), /*#__PURE__*/React.createElement(Circle, {
|
|
1853
1851
|
id: "Oval",
|
|
1854
1852
|
cx: "11.5",
|
|
@@ -1860,14 +1858,14 @@ const DepositIcon = ({
|
|
|
1860
1858
|
x2: "4.5",
|
|
1861
1859
|
y2: "2.5",
|
|
1862
1860
|
id: "Line",
|
|
1863
|
-
|
|
1861
|
+
strokeLinecap: "square"
|
|
1864
1862
|
}), /*#__PURE__*/React.createElement(Line, {
|
|
1865
1863
|
x1: "2.5",
|
|
1866
1864
|
y1: "4.5",
|
|
1867
1865
|
x2: "2.5",
|
|
1868
1866
|
y2: "0.5",
|
|
1869
1867
|
id: "Line-2",
|
|
1870
|
-
|
|
1868
|
+
strokeLinecap: "square"
|
|
1871
1869
|
}))));
|
|
1872
1870
|
};
|
|
1873
1871
|
const WithdrawIcon = ({
|
|
@@ -1884,7 +1882,7 @@ const WithdrawIcon = ({
|
|
|
1884
1882
|
stroke: "none",
|
|
1885
1883
|
strokeWidth: "1",
|
|
1886
1884
|
fill: "none",
|
|
1887
|
-
|
|
1885
|
+
fillRule: "evenodd"
|
|
1888
1886
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1889
1887
|
id: "dollar-sign-(1)",
|
|
1890
1888
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -1896,13 +1894,13 @@ const WithdrawIcon = ({
|
|
|
1896
1894
|
x2: "12.5",
|
|
1897
1895
|
y2: "17",
|
|
1898
1896
|
id: "Path",
|
|
1899
|
-
|
|
1900
|
-
|
|
1897
|
+
strokeLinecap: "round",
|
|
1898
|
+
strokeLinejoin: "round"
|
|
1901
1899
|
}), /*#__PURE__*/React.createElement(Path, {
|
|
1902
1900
|
d: "M15.4166667,7 L11.0416667,7 C9.91408531,7 9,7.8954305 9,9 C9,10.1045695 9.91408531,11 11.0416667,11 L13.9583334,11 C15.0859147,11 16,11.8954305 16,13 C16,14.1045695 15.0859147,15 13.9583334,15 L9,15",
|
|
1903
1901
|
id: "Path",
|
|
1904
|
-
|
|
1905
|
-
|
|
1902
|
+
strokeLinecap: "round",
|
|
1903
|
+
strokeLinejoin: "round"
|
|
1906
1904
|
}), /*#__PURE__*/React.createElement(Circle, {
|
|
1907
1905
|
id: "Oval",
|
|
1908
1906
|
cx: "12.5",
|
|
@@ -1914,7 +1912,7 @@ const WithdrawIcon = ({
|
|
|
1914
1912
|
x2: "5.5",
|
|
1915
1913
|
y2: "0.5",
|
|
1916
1914
|
id: "Line",
|
|
1917
|
-
|
|
1915
|
+
strokeLinecap: "square"
|
|
1918
1916
|
}))));
|
|
1919
1917
|
};
|
|
1920
1918
|
const SnoozeIcon = ({
|
|
@@ -1933,9 +1931,9 @@ const SnoozeIcon = ({
|
|
|
1933
1931
|
stroke: "none",
|
|
1934
1932
|
strokeWidth: "1",
|
|
1935
1933
|
fill: "none",
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1934
|
+
fillRule: "evenodd",
|
|
1935
|
+
strokeLinecap: "round",
|
|
1936
|
+
strokeLinejoin: "round"
|
|
1939
1937
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1940
1938
|
id: "sleep-svgrepo-com",
|
|
1941
1939
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -1964,12 +1962,12 @@ const MoreIcon = ({
|
|
|
1964
1962
|
stroke: "none",
|
|
1965
1963
|
strokeWidth: "1",
|
|
1966
1964
|
fill: "none",
|
|
1967
|
-
|
|
1965
|
+
fillRule: "evenodd"
|
|
1968
1966
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1969
1967
|
id: "Group",
|
|
1970
1968
|
transform: "translate(0.000000, 0.000000)",
|
|
1971
1969
|
fill: color,
|
|
1972
|
-
|
|
1970
|
+
fillRule: "nonzero"
|
|
1973
1971
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1974
1972
|
d: "M-6,15 C-6.79565,15 -7.55871,14.6839259 -8.12132,14.1213159 C-8.68393,13.5587159 -9,12.7956459 -9,12 C-9,11.2043459 -8.68393,10.4412859 -8.12132,9.87867986 C-7.55871,9.31607086 -6.79565,9 -6,9 C-5.20435,9 -4.44129,9.31607086 -3.87868,9.87867986 C-3.31607,10.4412859 -3,11.2043459 -3,12 C-3,12.7956459 -3.31607,13.5587159 -3.87868,14.1213159 C-4.44129,14.6839259 -5.20435,15 -6,15 Z M12,15 C11.2044,15 10.4413,14.6839259 9.8787,14.1213159 C9.3161,13.5587159 9,12.7956459 9,12 C9,11.2043459 9.3161,10.4412859 9.8787,9.87867986 C10.4413,9.31607086 11.2044,9 12,9 C12.7956,9 13.5587,9.31607086 14.1213,9.87867986 C14.6839,10.4412859 15,11.2043459 15,12 C15,12.7956459 14.6839,13.5587159 14.1213,14.1213159 C13.5587,14.6839259 12.7956,15 12,15 Z M3,15 C2.2044,15 1.4413,14.6839259 0.87868,14.1213159 C0.31607,13.5587159 0,12.7956459 0,12 C0,11.2043459 0.31607,10.4412859 0.87868,9.87867986 C1.4413,9.31607086 2.2044,9 3,9 C3.7956,9 4.5587,9.31607086 5.1213,9.87867986 C5.6839,10.4412859 6,11.2043459 6,12 C6,12.7956459 5.6839,13.5587159 5.1213,14.1213159 C4.5587,14.6839259 3.7956,15 3,15 Z",
|
|
1975
1973
|
id: "Shape",
|
|
@@ -1985,11 +1983,11 @@ const MoreIcon = ({
|
|
|
1985
1983
|
stroke: "none",
|
|
1986
1984
|
strokeWidth: "1",
|
|
1987
1985
|
fill: "none",
|
|
1988
|
-
|
|
1986
|
+
fillRule: "evenodd"
|
|
1989
1987
|
}, /*#__PURE__*/React.createElement(G, {
|
|
1990
1988
|
id: "Group",
|
|
1991
1989
|
fill: color,
|
|
1992
|
-
|
|
1990
|
+
fillRule: "nonzero"
|
|
1993
1991
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
1994
1992
|
d: "M3,6 C2.20435,6 1.44129,5.68392586 0.87868,5.12131586 C0.31607,4.55871586 0,3.79564586 0,3 C0,2.20434586 0.31607,1.44128586 0.87868,0.878679859 C1.44129,0.316070859 2.20435,0 3,0 C3.79565,0 4.55871,0.316070859 5.12132,0.878679859 C5.68393,1.44128586 6,2.20434586 6,3 C6,3.79564586 5.68393,4.55871586 5.12132,5.12131586 C4.55871,5.68392586 3.79565,6 3,6 Z M21,6 C20.2044,6 19.4413,5.68392586 18.8787,5.12131586 C18.3161,4.55871586 18,3.79564586 18,3 C18,2.20434586 18.3161,1.44128586 18.8787,0.878679859 C19.4413,0.316070859 20.2044,0 21,0 C21.7956,0 22.5587,0.316070859 23.1213,0.878679859 C23.6839,1.44128586 24,2.20434586 24,3 C24,3.79564586 23.6839,4.55871586 23.1213,5.12131586 C22.5587,5.68392586 21.7956,6 21,6 Z M12,6 C11.2044,6 10.4413,5.68392586 9.87868,5.12131586 C9.31607,4.55871586 9,3.79564586 9,3 C9,2.20434586 9.31607,1.44128586 9.87868,0.878679859 C10.4413,0.316070859 11.2044,0 12,0 C12.7956,0 13.5587,0.316070859 14.1213,0.878679859 C14.6839,1.44128586 15,2.20434586 15,3 C15,3.79564586 14.6839,4.55871586 14.1213,5.12131586 C13.5587,5.68392586 12.7956,6 12,6 Z",
|
|
1995
1993
|
id: "Shape"
|
|
@@ -2011,9 +2009,9 @@ const MenuIcon = ({
|
|
|
2011
2009
|
stroke: "none",
|
|
2012
2010
|
strokeWidth: "1",
|
|
2013
2011
|
fill: "none",
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2012
|
+
fillRule: "evenodd",
|
|
2013
|
+
strokeLinecap: "round",
|
|
2014
|
+
strokeLinejoin: "round"
|
|
2017
2015
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2018
2016
|
id: "menu",
|
|
2019
2017
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -2052,9 +2050,9 @@ const ImageIcon = ({
|
|
|
2052
2050
|
stroke: "none",
|
|
2053
2051
|
strokeWidth: "1",
|
|
2054
2052
|
fill: "none",
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2053
|
+
fillRule: "evenodd",
|
|
2054
|
+
strokeLinecap: "round",
|
|
2055
|
+
strokeLinejoin: "round"
|
|
2058
2056
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2059
2057
|
id: "image",
|
|
2060
2058
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -2090,11 +2088,11 @@ const CheckIcon = ({
|
|
|
2090
2088
|
stroke: "none",
|
|
2091
2089
|
strokeWidth: "1",
|
|
2092
2090
|
fill: "none",
|
|
2093
|
-
|
|
2091
|
+
fillRule: "evenodd"
|
|
2094
2092
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2095
2093
|
id: "Group",
|
|
2096
2094
|
fill: color,
|
|
2097
|
-
|
|
2095
|
+
fillRule: "nonzero"
|
|
2098
2096
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2099
2097
|
d: "M5.25478903,9.07120602 C5.12351903,9.07146406 4.99349903,9.04581406 4.87216903,8.99570406 C4.75083903,8.94559406 4.64060903,8.87202406 4.54778903,8.77920406 L0.305787033,4.53620406 C0.210214033,4.44402406 0.133956033,4.33373406 0.0814620331,4.21176406 C0.0289690331,4.08979406 0.0012910331,3.95860406 1.94289029e-16,3.82582406 C-0.0012019669,3.69304406 0.0240070331,3.56134406 0.0742000331,3.43841406 C0.124394033,3.31548406 0.198568033,3.20378406 0.292393033,3.10982406 C0.386219033,3.01586406 0.497817033,2.94153406 0.620677033,2.89116406 C0.743536033,2.84080406 0.875199033,2.81540406 1.00797903,2.81646406 C1.14075903,2.81752406 1.27198903,2.84501406 1.39402903,2.89733406 C1.51606903,2.94965406 1.62646903,3.02576406 1.71878903,3.12120406 L5.25378903,6.65620406 L11.618799,0.293202063 C11.806299,0.105562063 12.060699,9.30628876e-05 12.325899,3.33066907e-16 C12.591199,-9.39371124e-05 12.845599,0.105194063 13.033299,0.292702063 C13.220899,0.480214063 13.3264991,0.734574063 13.3264991,0.999844063 C13.3264991,1.26511406 13.221299,1.51956406 13.033799,1.70720406 L5.96178903,8.77920406 C5.86896903,8.87202406 5.75872903,8.94559406 5.63740903,8.99570406 C5.51607903,9.04581406 5.38604903,9.07146406 5.25478903,9.07120602 Z",
|
|
2100
2098
|
id: "Path"
|
|
@@ -2120,11 +2118,11 @@ const BettorEdgeIcon = ({
|
|
|
2120
2118
|
stroke: "none",
|
|
2121
2119
|
strokeWidth: "1",
|
|
2122
2120
|
fill: "none",
|
|
2123
|
-
|
|
2121
|
+
fillRule: "evenodd"
|
|
2124
2122
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2125
2123
|
id: "Group",
|
|
2126
2124
|
fill: color,
|
|
2127
|
-
|
|
2125
|
+
fillRule: "nonzero"
|
|
2128
2126
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2129
2127
|
d: "M21.6596,34.4057 L31.3356,44.3798 L44.1069,43.1291 L44.1069,53.5633 L21.6596,57.2682 L21.6596,57.3389 L15.78,56.3557 C15.78,56.3557 21.6596,56.1748 21.6596,50.8967 L21.6596,34.4057 Z M0,33.0803 L9.64838,33.3635 C9.64838,33.3635 12.4051,34.0596 12.4051,39.5422 C12.4051,45.0248 9.64838,45.3512 9.64838,45.3512 L0,44.3522 L0,33.0803 Z M31.1111,13.0182 L31.1111,23.5586 L43.3193,23.9361 L43.3193,33.332 L31.4104,33.7017 L31.3356,43.9629 L21.6596,33.8669 L16.7646,28.7304 L21.6596,23.3108 L31.1111,13.0182 Z M9.64838,12.0507 C9.64838,12.0507 12.4051,12.3732 12.4051,17.1989 C12.4051,22.0247 9.64838,22.7051 9.64838,22.7051 L0,23.063 L0,13.0418 L9.64838,12.0507 Z M21.6596,0 L44.1069,3.71667 L44.1069,13.6868 L31.1269,12.3928 L21.6596,22.6972 L21.6596,6.51302 C21.6596,1.89471 17.1581,1.1759 16.0327,1.06836 L15.8461,1.05347 C15.8245,1.05215 15.808,1.05131 15.7969,1.0508 L15.78,1.05011 L21.6596,0.0707937 L21.6596,0 Z",
|
|
2130
2128
|
id: "Shape"
|
|
@@ -2143,9 +2141,9 @@ const CheckCirlceIcon = ({
|
|
|
2143
2141
|
stroke: "none",
|
|
2144
2142
|
strokeWidth: "1",
|
|
2145
2143
|
fill: "none",
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2144
|
+
fillRule: "evenodd",
|
|
2145
|
+
strokeLinecap: "round",
|
|
2146
|
+
strokeLinejoin: "round"
|
|
2149
2147
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2150
2148
|
id: "check-circle",
|
|
2151
2149
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -2172,9 +2170,9 @@ const CloseIcon = ({
|
|
|
2172
2170
|
stroke: "none",
|
|
2173
2171
|
strokeWidth: "1",
|
|
2174
2172
|
fill: "none",
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
|
|
2173
|
+
fillRule: "evenodd",
|
|
2174
|
+
strokeLinecap: "round",
|
|
2175
|
+
strokeLinejoin: "round"
|
|
2178
2176
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2179
2177
|
id: "x",
|
|
2180
2178
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -2207,14 +2205,14 @@ const InProgressIcon = ({
|
|
|
2207
2205
|
stroke: "none",
|
|
2208
2206
|
strokeWidth: "1",
|
|
2209
2207
|
fill: "none",
|
|
2210
|
-
|
|
2208
|
+
fillRule: "evenodd"
|
|
2211
2209
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2212
2210
|
id: "in-progress-svgrepo-com"
|
|
2213
2211
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2214
2212
|
d: "M11.7,2 C11.6,2 11.6,2 11.5,2 C11.5,2 11.5,2 11.4,2 L11.4,2 C11.2,2 11.1,2 10.9,2 L11.1,4 C11.5,4 12,4 12.4,4 C16.4,4.3 19.7,7.5 19.9,11.6 C20.1,16 16.7,19.8 12.3,20 C12.3,20 12.2,20 12.1,20 C11.8,20 11.4,20 11.1,20 L11,22 C11.4,22 11.8,22 12.3,22 C12.4,22 12.6,22 12.7,22 L12.7,22 C18.1,21.6 22.2,17 22,11.6 C21.8,6.5 17.7,2.5 12.7,2.1 L12.7,2.1 C12.7,2.1 12.7,2.1 12.7,2.1 C12.5,2.1 12.4,2.1 12.2,2.1 C12,2 11.9,2 11.7,2 Z M8.2,2.7 C7.7,3 7.2,3.2 6.7,3.5 L7.8,5.2 C8.1,5 8.5,4.8 8.9,4.6 L8.2,2.7 Z M4.5,5.4 C4.1,5.8 3.8,6.3 3.5,6.7 L5.2,7.7 C5.4,7.4 5.7,7.1 6,6.7 L4.5,5.4 Z M15.4,8.4 L10.8,13.6 L8.1,11.5 L7,13.2 L11.2,16.4 L17,9.8 L15.4,8.4 Z M2.4,9 C2.2,9.5 2.1,10.1 2.1,10.6 L4.1,10.9 C4.2,10.5 4.2,10 4.4,9.6 L2.4,9 Z M4.1,13 L2.1,13.2 C2.1,13.3 2.1,13.4 2.1,13.5 C2.2,13.9 2.3,14.4 2.4,14.8 L4.3,14.2 C4.2,13.9 4.1,13.5 4.1,13.1 L4.1,13 Z M5.2,16.2 L3.5,17.3 C3.8,17.8 4.1,18.2 4.5,18.6 L6,17.3 C5.7,16.9 5.4,16.6 5.2,16.2 Z M7.8,18.8 L6.7,20.5 C7.2,20.8 7.7,21 8.2,21.3 L9,19.5 C8.5,19.2 8.1,19 7.8,18.8 Z",
|
|
2215
2213
|
id: "Shape",
|
|
2216
2214
|
fill: color,
|
|
2217
|
-
|
|
2215
|
+
fillRule: "nonzero"
|
|
2218
2216
|
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2219
2217
|
id: "Rectangle",
|
|
2220
2218
|
x: "0",
|
|
@@ -2236,9 +2234,9 @@ const UserIcon = ({
|
|
|
2236
2234
|
stroke: "none",
|
|
2237
2235
|
strokeWidth: "1",
|
|
2238
2236
|
fill: "none",
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
|
|
2237
|
+
fillRule: "evenodd",
|
|
2238
|
+
strokeLinecap: "round",
|
|
2239
|
+
strokeLinejoin: "round"
|
|
2242
2240
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2243
2241
|
id: "user",
|
|
2244
2242
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -2270,9 +2268,9 @@ const ListIcon = ({
|
|
|
2270
2268
|
stroke: "none",
|
|
2271
2269
|
strokeWidth: "1",
|
|
2272
2270
|
fill: "none",
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2271
|
+
fillRule: "evenodd",
|
|
2272
|
+
strokeLinecap: "round",
|
|
2273
|
+
strokeLinejoin: "round"
|
|
2276
2274
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2277
2275
|
id: "list",
|
|
2278
2276
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -2329,9 +2327,9 @@ const TrophyIcon = ({
|
|
|
2329
2327
|
stroke: "none",
|
|
2330
2328
|
strokeWidth: "1",
|
|
2331
2329
|
fill: "none",
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2330
|
+
fillRule: "evenodd",
|
|
2331
|
+
strokeLinecap: "round",
|
|
2332
|
+
strokeLinejoin: "round"
|
|
2335
2333
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2336
2334
|
id: "trophy-svgrepo-com",
|
|
2337
2335
|
transform: "translate(2.000000, 2.000000)",
|
|
@@ -2355,9 +2353,9 @@ const EditIcon = ({
|
|
|
2355
2353
|
stroke: "none",
|
|
2356
2354
|
strokeWidth: "1",
|
|
2357
2355
|
fill: "none",
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2356
|
+
fillRule: "evenodd",
|
|
2357
|
+
strokeLinecap: "round",
|
|
2358
|
+
strokeLinejoin: "round"
|
|
2361
2359
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2362
2360
|
id: "edit-3-svgrepo-com",
|
|
2363
2361
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -2387,9 +2385,9 @@ const ShareIcon = ({
|
|
|
2387
2385
|
stroke: "none",
|
|
2388
2386
|
strokeWidth: "1",
|
|
2389
2387
|
fill: "none",
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2388
|
+
fillRule: "evenodd",
|
|
2389
|
+
strokeLinecap: "round",
|
|
2390
|
+
strokeLinejoin: "round"
|
|
2393
2391
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2394
2392
|
id: "share",
|
|
2395
2393
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -2425,7 +2423,7 @@ const SettingsIcon = ({
|
|
|
2425
2423
|
stroke: "none",
|
|
2426
2424
|
strokeWidth: "1",
|
|
2427
2425
|
fill: "none",
|
|
2428
|
-
|
|
2426
|
+
fillRule: "evenodd"
|
|
2429
2427
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2430
2428
|
id: "settings-svgrepo-com-(1)",
|
|
2431
2429
|
transform: "translate(0.000000, -0.000000)",
|
|
@@ -2451,7 +2449,7 @@ const TransactionIcon = ({
|
|
|
2451
2449
|
stroke: "none",
|
|
2452
2450
|
strokeWidth: "1",
|
|
2453
2451
|
fill: "none",
|
|
2454
|
-
|
|
2452
|
+
fillRule: "evenodd"
|
|
2455
2453
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2456
2454
|
id: "transaction-svgrepo-com",
|
|
2457
2455
|
fill: color ?? Colors.brand.midnight
|
|
@@ -2482,9 +2480,9 @@ const PhoneIcon = ({
|
|
|
2482
2480
|
stroke: "none",
|
|
2483
2481
|
strokeWidth: "1",
|
|
2484
2482
|
fill: "none",
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2483
|
+
fillRule: "evenodd",
|
|
2484
|
+
strokeLinecap: "round",
|
|
2485
|
+
strokeLinejoin: "round"
|
|
2488
2486
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2489
2487
|
id: "phone-svgrepo-com",
|
|
2490
2488
|
transform: "translate(1.438912, 1.000000)",
|
|
@@ -2517,8 +2515,8 @@ const EmailIcon = ({
|
|
|
2517
2515
|
stroke: "none",
|
|
2518
2516
|
strokeWidth: "1",
|
|
2519
2517
|
fill: "none",
|
|
2520
|
-
|
|
2521
|
-
|
|
2518
|
+
fillRule: "evenodd",
|
|
2519
|
+
strokeLinecap: "round"
|
|
2522
2520
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2523
2521
|
id: "email-svgrepo-com",
|
|
2524
2522
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -2527,7 +2525,7 @@ const EmailIcon = ({
|
|
|
2527
2525
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2528
2526
|
d: "M1.11111111,2.22222222 L8,7.38888889 C9.18522222,8.27777778 10.8147778,8.27777778 12,7.38888889 L18.8888889,2.22222222",
|
|
2529
2527
|
id: "Path",
|
|
2530
|
-
|
|
2528
|
+
strokeLinejoin: "round"
|
|
2531
2529
|
}), /*#__PURE__*/React.createElement(Rect, {
|
|
2532
2530
|
id: "Rectangle",
|
|
2533
2531
|
x: "0",
|
|
@@ -2553,11 +2551,11 @@ const BirthdayIcon = ({
|
|
|
2553
2551
|
stroke: "none",
|
|
2554
2552
|
strokeWidth: "1",
|
|
2555
2553
|
fill: "none",
|
|
2556
|
-
|
|
2554
|
+
fillRule: "evenodd"
|
|
2557
2555
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2558
2556
|
id: "birthday-card-invitation-svgrepo-com",
|
|
2559
2557
|
fill: color ?? Colors.brand.midnight,
|
|
2560
|
-
|
|
2558
|
+
fillRule: "nonzero"
|
|
2561
2559
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2562
2560
|
d: "M22.0403438,9.3645 L20.3392969,7.75045312 L20.3392969,3.18304687 C20.3392969,2.92148437 20.1273281,2.70951562 19.8657656,2.70951562 L15.0264375,2.70951562 L12.9365625,0.726609375 C11.915625,-0.242203125 10.3160625,-0.242203125 9.29503125,0.726609375 L7.20520312,2.70951562 L2.365875,2.70951562 C2.1043125,2.70951562 1.89234375,2.92148437 1.89234375,3.18304687 L1.89234375,7.75045312 L0.147609375,9.40589062 C-0.042140625,9.58589062 -0.0481875,9.88382812 0.130078125,10.0753594 C0.211828125,10.16325 7.89342187,15.8377969 7.89342187,15.8377969 L1.52517187,21.8800781 C1.36954687,22.0276875 1.25953125,22.207875 1.19798438,22.4021719 C1.03964062,22.1668594 0.9470625,21.8836875 0.9470625,21.579375 L0.9470625,12.7727344 C0.9470625,12.5111719 0.73509375,12.2992031 0.47353125,12.2992031 C0.21196875,12.2992031 0,12.5111719 0,12.7727344 L0,21.579375 C0,22.8550312 0.990375,23.9029687 2.24245312,23.996625 C2.28534375,24.001125 19.94625,24.001125 19.9891875,23.996625 C21.2412187,23.9029219 22.2314533,22.8549375 22.2314533,21.579375 L22.2314533,9.82626562 C22.2314533,9.66520312 22.1904844,9.51473437 22.0403438,9.3645 Z M9.946875,1.41360938 C10.602375,0.791625 11.6292656,0.791765625 12.2846719,1.41360938 L13.6504687,2.70951562 L8.58098437,2.70951562 L9.946875,1.41360938 Z M1.21125,9.7021875 L1.89234375,9.05596875 L1.89234375,9.24159375 C1.89234375,9.50315625 2.1043125,9.715125 2.365875,9.715125 C2.6274375,9.715125 2.83940625,9.50315625 2.83940625,9.24159375 L2.83940625,3.65657813 L14.8336406,3.65657813 C14.8349531,3.65657813 14.8363125,3.65676563 14.837625,3.65676563 C14.8388906,3.65676563 14.8401562,3.65657813 14.8413281,3.65657813 L19.3921406,3.65657813 L19.3921406,9.25129687 C19.3921406,9.51285937 19.6041094,9.72482812 19.8656719,9.72482812 C20.1272344,9.72482812 20.3392031,9.51285937 20.3392031,9.25129687 L20.3392031,9.05596875 L21.0260156,9.70767187 L13.6464844,15.1815 L12.9365156,14.5078594 C11.9155781,13.5390469 10.3160156,13.5389531 9.29498437,14.5078594 L8.59078125,15.1759687 L1.21125,9.7021875 Z M20.1229219,22.878375 C20.1023906,22.9298437 20.0374219,23.0454844 19.8794531,23.0552812 C19.8552656,23.0565 2.37628125,23.0565 2.35223437,23.0552812 C2.194125,23.0455781 2.12929687,22.9298437 2.10876562,22.878375 C2.08729687,22.8245625 2.0510625,22.6867031 2.17701562,22.567125 L8.91089062,16.1777812 C8.94257812,16.154625 8.97173438,16.1271562 8.99770312,16.0954688 L9.946875,15.1948594 C10.274625,14.8838906 10.6952344,14.7284062 11.1157969,14.7284062 C11.5363594,14.7284062 11.9569687,14.8839375 12.2847187,15.1948594 L20.054625,22.567125 C20.180625,22.6866562 20.1443437,22.8245625 20.1229219,22.878375 Z M21.2844375,21.5793281 C21.2844375,21.8837344 21.1918594,22.1667656 21.0335156,22.402125 C20.9719688,22.2079219 20.8619531,22.0277344 20.7063281,21.8800781 L14.3439375,15.8432344 L21.2844375,10.6950937 L21.2844375,21.5793281 L21.2844375,21.5793281 Z",
|
|
2563
2561
|
id: "Shape"
|
|
@@ -2587,12 +2585,12 @@ const IBTFLowIcon = ({
|
|
|
2587
2585
|
stroke: "none",
|
|
2588
2586
|
strokeWidth: "1",
|
|
2589
2587
|
fill: "none",
|
|
2590
|
-
|
|
2588
|
+
fillRule: "evenodd"
|
|
2591
2589
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2592
2590
|
id: "Plaid_(company)-Vertical-Logo.wine",
|
|
2593
2591
|
transform: "translate(400.000000, 52.000000)",
|
|
2594
2592
|
fill: "#111212",
|
|
2595
|
-
|
|
2593
|
+
fillRule: "nonzero"
|
|
2596
2594
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2597
2595
|
d: "M144.343651,102.773557 L127.410108,85.8404032 L140.71937,72.5319192 L149.772096,81.5850344 L144.343651,102.773557 Z M140.71937,56.5613492 L127.410108,43.2528651 L144.343651,26.3201001 L149.772096,47.5094011 L140.71937,56.5613492 Z M115.170816,12.9061753 L136.35895,18.3338424 L119.425796,35.2677746 L106.117312,21.9592906 L115.170816,12.9061753 Z M90.1471306,21.9596796 L76.8382575,35.2677746 L59.9054924,18.3346205 L81.0940154,12.9061753 L90.1471306,21.9596796 Z M51.9188457,26.3185438 L68.853167,43.2532542 L55.545072,56.5613492 L46.4904004,47.5066776 L51.9188457,26.3185438 Z M55.545072,72.531141 L68.853167,85.839236 L51.9188457,102.773557 L46.4904004,81.5854235 L55.545072,72.531141 Z M81.0932372,116.187093 L59.9039361,110.758648 L76.8382575,93.8247155 L90.1467416,107.133589 L81.0932372,116.187093 Z M111.440316,85.8400142 L98.131832,99.1484982 L84.8229588,85.8400142 L98.131832,72.531141 L111.440316,85.8400142 Z M119.425407,51.2375665 L132.733891,64.5464396 L119.425407,77.8549237 L106.116533,64.5464396 L119.425407,51.2375665 Z M90.1467416,64.5464396 L76.8382575,77.8549237 L63.5301625,64.5464396 L76.8382575,51.2383446 L90.1467416,64.5464396 Z M84.823737,43.2532542 L98.1322211,29.9447701 L111.440316,43.2528651 L98.131832,56.5613492 L84.823737,43.2532542 Z M106.116533,107.133589 L119.425407,93.8254937 L136.358172,110.758648 L115.169649,116.186315 L106.116533,107.133589 Z M152.363759,118.778366 L162.678272,78.5202506 L148.704461,64.5468287 L162.678272,50.5722395 L152.36337,10.3137347 L112.104865,0 L98.1322211,13.9742001 L84.1568537,0 L43.898738,10.314902 L33.5850033,50.5730177 L47.5599816,64.5464396 L33.5850033,78.5210288 L43.898738,118.779145 L84.1576319,129.093268 L98.131832,115.11829 L112.105254,129.093268 L152.363759,118.778366 Z M190.361708,160.693185 C188.719401,158.371155 186.759994,156.51252 184.489712,155.109886 C180.764659,152.787467 175.687942,151.626063 169.257227,151.626063 L153.013133,151.626063 L153.013133,199.998055 L172.014248,199.998055 C178.877232,199.998055 184.391664,197.776407 188.549373,193.328055 C192.706694,188.879702 194.784382,182.982416 194.784382,175.632304 C194.784382,169.783263 193.30899,164.804983 190.361708,160.693185 M170.636905,189.04973 L165.341525,189.04973 L165.341525,162.577889 L170.709274,162.577889 C174.480627,162.577889 177.378884,163.74474 179.409882,166.075719 C181.441658,168.409032 182.455601,171.716602 182.455601,175.992203 C182.455601,184.699037 178.514609,189.04973 170.636905,189.04973 M130.171798,200 L142.50019,200 L142.50019,151.628397 L130.171798,151.628397 L130.171798,200 Z M94.9989592,151.627619 L75.6371673,200 L88.9075215,200 L91.4458799,192.966989 L108.268535,192.966989 L110.58862,200 L124.00877,200 L104.788214,151.627619 L94.9989592,151.627619 Z M94.8546105,183.176956 L99.9313274,166.64183 L104.932952,183.176956 L94.8546105,183.176956 Z M56.5644618,151.627619 L44.2364595,151.627619 L44.2364595,200 L70.8526495,200 L70.8526495,189.048174 L56.5644618,189.048174 L56.5644618,151.627619 Z M30.6762406,155.254235 C27.7744814,152.83688 22.8187684,151.629565 15.8091018,151.629565 L0,151.629565 L0,199.999222 L11.82142,199.999222 L11.82142,184.844164 L17.1144654,184.844164 C23.545181,184.844164 28.258497,183.440752 31.2551918,180.634317 C34.6374649,177.494441 36.3311305,173.313386 36.3311305,168.089986 C36.3311305,162.675937 34.4472048,158.397613 30.6762406,155.254235 M16.8234335,173.892338 L11.82142,173.892338 L11.82142,162.578278 L16.3160731,162.578278 C21.7787574,162.578278 24.5100995,164.476989 24.5100995,168.270909 C24.5100995,172.019695 21.9487854,173.892338 16.8234335,173.892338",
|
|
2598
2596
|
id: "Shape"
|
|
@@ -2608,7 +2606,7 @@ const IBTFLowIcon = ({
|
|
|
2608
2606
|
id: "BettorEdge-Double-Line---Dark",
|
|
2609
2607
|
transform: "translate(8.000000, 52.000000)",
|
|
2610
2608
|
fill: "#003566",
|
|
2611
|
-
|
|
2609
|
+
fillRule: "nonzero"
|
|
2612
2610
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2613
2611
|
d: "M26.2355349,177.365585 C26.2355349,185.453482 22.057902,188.795588 12.6749384,188.795588 L0,188.795588 L0,149.041233 L11.2628984,149.041233 C20.0275724,149.041233 24.3054685,151.338931 24.414087,159.426829 L24.414087,160.003342 C24.414087,163.804988 23.002047,166.311568 20.6040857,167.614989 C23.6788236,168.818148 26.2355349,171.633872 26.2355349,176.638677 L26.2355349,177.365585 Z M7.09362075,155.148933 L7.09362075,165.434265 L11.9480302,165.434265 C15.9084263,165.434265 17.3204662,164.281238 17.3204662,160.421105 L17.3204662,160.061829 C17.3204662,155.675314 15.2817813,155.157288 11.3715169,155.157288 L7.09362075,155.148933 Z M18.8327694,176.872624 C18.8327694,172.594728 16.8442161,171.55032 12.6749384,171.55032 L7.09362075,171.55032 L7.09362075,182.712955 L13.1428333,182.712955 C17.4207294,182.712955 18.8327694,181.359402 18.8327694,177.39065 L18.8327694,176.872624 Z",
|
|
2614
2612
|
id: "Shape"
|
|
@@ -2658,7 +2656,7 @@ const IBTFLowIcon = ({
|
|
|
2658
2656
|
id: "chevron-circle-right",
|
|
2659
2657
|
transform: "translate(293.000000, 127.000000)",
|
|
2660
2658
|
fill: "#000000",
|
|
2661
|
-
|
|
2659
|
+
fillRule: "nonzero"
|
|
2662
2660
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2663
2661
|
d: "M25,0 C38.8104839,0 50,11.1895161 50,25 C50,38.8104839 38.8104839,50 25,50 C11.1895161,50 0,38.8104839 0,25 C0,11.1895161 11.1895161,0 25,0 Z M36.4818548,23.2862903 L22.8225806,9.62701613 C21.875,8.67943548 20.3427419,8.67943548 19.4052419,9.62701613 L17.6915323,11.3407258 C16.7439516,12.2883065 16.7439516,13.8205645 17.6915323,14.7580645 L27.9334677,25 L17.6915323,35.2419355 C16.7439516,36.1895161 16.7439516,37.7217742 17.6915323,38.6592742 L19.4052419,40.3729839 C20.3528226,41.3205645 21.8850806,41.3205645 22.8225806,40.3729839 L36.4818548,26.7137097 C37.4294355,25.766129 37.4294355,24.233871 36.4818548,23.2862903 Z",
|
|
2664
2662
|
id: "Shape"
|
|
@@ -2666,12 +2664,12 @@ const IBTFLowIcon = ({
|
|
|
2666
2664
|
id: "Line",
|
|
2667
2665
|
d: "M498.132027,11.8261695 C548.908855,11.8261695 621.034608,31.2779065 714.694773,70.1250244 L717.539551,71.3081465 L721.231405,72.8476977 L718.152302,80.2314047 L714.460449,78.6918535 C620.307167,39.4287038 548.133972,19.8261695 498.132027,19.8261695 C453.890768,19.8261695 389.862461,35.17115 306.247663,65.8919869 L303.707887,66.8276278 L284.591,74.105 L310.338725,77.9605822 L314.294632,78.5528596 L313.110078,86.4646754 L309.15417,85.872398 L268.304961,79.7564657 L261.272236,78.703528 L265.824084,73.240143 L292.263253,41.5063625 L294.823668,38.4332084 L300.969976,43.554038 L298.409562,46.6271921 L281.744,66.629 L300.898688,59.337179 C386.606795,27.6784337 452.294752,11.8261695 498.132027,11.8261695 Z",
|
|
2668
2666
|
fill: "#003566",
|
|
2669
|
-
|
|
2667
|
+
fillRule: "nonzero"
|
|
2670
2668
|
}), /*#__PURE__*/React.createElement(G, {
|
|
2671
2669
|
id: "chevron-circle-right",
|
|
2672
2670
|
transform: "translate(617.000000, 127.000000)",
|
|
2673
2671
|
fill: "#000000",
|
|
2674
|
-
|
|
2672
|
+
fillRule: "nonzero"
|
|
2675
2673
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2676
2674
|
d: "M25,0 C38.8104839,0 50,11.1895161 50,25 C50,38.8104839 38.8104839,50 25,50 C11.1895161,50 0,38.8104839 0,25 C0,11.1895161 11.1895161,0 25,0 Z M36.4818548,23.2862903 L22.8225806,9.62701613 C21.875,8.67943548 20.3427419,8.67943548 19.4052419,9.62701613 L17.6915323,11.3407258 C16.7439516,12.2883065 16.7439516,13.8205645 17.6915323,14.7580645 L27.9334677,25 L17.6915323,35.2419355 C16.7439516,36.1895161 16.7439516,37.7217742 17.6915323,38.6592742 L19.4052419,40.3729839 C20.3528226,41.3205645 21.8850806,41.3205645 22.8225806,40.3729839 L36.4818548,26.7137097 C37.4294355,25.766129 37.4294355,24.233871 36.4818548,23.2862903 Z",
|
|
2677
2675
|
id: "Shape"
|
|
@@ -2690,9 +2688,9 @@ const PieIcon = ({
|
|
|
2690
2688
|
stroke: "none",
|
|
2691
2689
|
strokeWidth: "1",
|
|
2692
2690
|
fill: "none",
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2691
|
+
fillRule: "evenodd",
|
|
2692
|
+
strokeLinecap: "round",
|
|
2693
|
+
strokeLinejoin: "round"
|
|
2696
2694
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2697
2695
|
id: "stats-svgrepo-com-(1)",
|
|
2698
2696
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -2721,11 +2719,11 @@ const ScoreboardIcon = ({
|
|
|
2721
2719
|
stroke: "none",
|
|
2722
2720
|
strokeWidth: "1",
|
|
2723
2721
|
fill: "none",
|
|
2724
|
-
|
|
2722
|
+
fillRule: "evenodd"
|
|
2725
2723
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2726
2724
|
id: "scoreboard-svgrepo-com",
|
|
2727
2725
|
fill: color ?? Colors.brand.midnight,
|
|
2728
|
-
|
|
2726
|
+
fillRule: "nonzero"
|
|
2729
2727
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2730
2728
|
d: "M10,4.4032186 C10.7778274,4.4032186 11.4081359,3.74608851 11.4081359,2.93696916 C11.4081359,2.1278498 10.7778274,1.47071971 10,1.47071971 C9.22217255,1.47071971 8.5918641,2.1278498 8.5918641,2.93696916 C8.5918641,3.74608851 9.22217255,4.4032186 10,4.4032186 Z M10,2.14126062 C10.4067948,2.14126062 10.737595,2.49888243 10.737595,2.93696916 C10.737595,3.37505588 10.4067948,3.73267769 10,3.73267769 C9.59320519,3.73267769 9.26240501,3.37505588 9.26240501,2.93696916 C9.26240501,2.49888243 9.59320519,2.14126062 10,2.14126062 Z",
|
|
2731
2729
|
id: "Shape"
|
|
@@ -2763,13 +2761,13 @@ const SquaresIcon = ({
|
|
|
2763
2761
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2764
2762
|
id: "Page-1",
|
|
2765
2763
|
stroke: "none",
|
|
2766
|
-
|
|
2764
|
+
strokeWidth: "1",
|
|
2767
2765
|
fill: "none",
|
|
2768
|
-
|
|
2766
|
+
fillRule: "evenodd"
|
|
2769
2767
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2770
2768
|
id: "squares-with-rounded-edges-svgrepo-com",
|
|
2771
2769
|
fill: color ?? Colors.brand.midnight,
|
|
2772
|
-
|
|
2770
|
+
fillRule: "nonzero"
|
|
2773
2771
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2774
2772
|
d: "M2.59488603,21.9303693 L4.69870304,21.9303693 C5.07938536,21.9303693 5.3889793,21.6206156 5.3889793,21.2400931 L5.3889793,19.1365157 C5.3889793,18.7555138 5.07938536,18.4457602 4.69870304,18.4457602 L2.59488603,18.4457602 C2.21412383,18.4457602 1.90460976,18.7555937 1.90460976,19.1365157 L1.90460976,21.2400931 C1.90460976,21.6206156 2.2142037,21.9303693 2.59488603,21.9303693 Z",
|
|
2775
2773
|
id: "Path"
|
|
@@ -2800,9 +2798,9 @@ const OwnedSquareIcon = ({
|
|
|
2800
2798
|
stroke: "none",
|
|
2801
2799
|
strokeWidth: "1",
|
|
2802
2800
|
fill: "none",
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2801
|
+
fillRule: "evenodd",
|
|
2802
|
+
strokeLinecap: "round",
|
|
2803
|
+
strokeLinejoin: "round"
|
|
2806
2804
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2807
2805
|
id: "square-user-check-svgrepo-com",
|
|
2808
2806
|
transform: "translate(1.000000, 1.000000)",
|
|
@@ -2829,11 +2827,11 @@ const SelectorIcon = ({
|
|
|
2829
2827
|
stroke: "none",
|
|
2830
2828
|
strokeWidth: "1",
|
|
2831
2829
|
fill: "none",
|
|
2832
|
-
|
|
2830
|
+
fillRule: "evenodd"
|
|
2833
2831
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2834
2832
|
id: "select-svgrepo-com",
|
|
2835
2833
|
fill: color ?? Colors.brand.midnight,
|
|
2836
|
-
|
|
2834
|
+
fillRule: "nonzero"
|
|
2837
2835
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2838
2836
|
d: "M0,3.33333333 C0,1.49533333 1.49533333,0 3.33333333,0 C5.17133333,0 6.66666667,1.49533333 6.66666667,3.33333333 C6.66666667,4.418 6.138,5.374 5.33333333,5.98266667 L5.33333333,3.33333333 C5.33333333,2.23066667 4.436,1.33333333 3.33333333,1.33333333 C2.23066667,1.33333333 1.33333333,2.23066667 1.33333333,3.33333333 L1.33333333,5.98266667 C0.528666667,5.374 0,4.418 0,3.33333333 Z M11.3333333,8 C10.5973333,8 10,8.59733333 10,9.33333333 L10,8.66666667 C10,7.93066667 9.40266667,7.33333333 8.66666667,7.33333333 C7.93066667,7.33333333 7.33333333,7.93066667 7.33333333,8.66666667 L7.33333333,8 C7.33333333,7.264 6.736,6.66666667 6,6.66666667 C5.264,6.66666667 4.66666667,7.264 4.66666667,8 L4.66666667,3.33333333 C4.66666667,2.59733333 4.06933333,2 3.33333333,2 C2.59733333,2 2,2.59733333 2,3.33333333 L2,10.1846667 C1.80333333,10.0706667 1.57733333,10 1.33333333,10 C0.597333333,10 0,10.5973333 0,11.3333333 L0,13.3333333 C0,13.636 0.103333333,13.93 0.292,14.166 L2.66666667,18 L10.6666667,18 L12.1953333,15.8046667 C12.4546667,15.5453333 12.6666667,15.0333333 12.6666667,14.6666667 L12.6666667,9.33333333 C12.6666667,8.59733333 12.0693333,8 11.3333333,8 Z M2.66666667,18.6666667 L2.66666667,19.3333333 C2.66666667,19.7013333 2.96466667,20 3.33333333,20 L10,20 C10.3686667,20 10.6666667,19.7013333 10.6666667,19.3333333 L10.6666667,18.6666667 L2.66666667,18.6666667 Z",
|
|
2839
2837
|
id: "Shape"
|
|
@@ -2851,11 +2849,11 @@ const InstagramIcon = ({
|
|
|
2851
2849
|
stroke: "none",
|
|
2852
2850
|
strokeWidth: "1",
|
|
2853
2851
|
fill: "none",
|
|
2854
|
-
|
|
2852
|
+
fillRule: "evenodd"
|
|
2855
2853
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2856
2854
|
id: "instagram-167-svgrepo-com",
|
|
2857
2855
|
fill: '#fccc63',
|
|
2858
|
-
|
|
2856
|
+
fillRule: "nonzero"
|
|
2859
2857
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2860
2858
|
d: "M7.04358393,0.14727253 C5.09012398,0.235412546 3.39696687,0.713036633 2.02978382,2.07444888 C0.657824771,3.44301313 0.186176686,5.14269344 0.0978170697,7.07583379 C0.0428906598,8.28241001 -0.278307399,17.3978157 0.653048771,19.7883361 C1.28111688,21.4010644 2.51814911,22.6409886 4.14563381,23.2710727 C4.90504674,23.5664648 5.7719245,23.7665648 7.04358393,23.8249328 C17.6765639,24.3061329 21.618111,24.0440889 23.2802229,19.7883361 C23.5751517,19.0308 23.7781402,18.1648798 23.8342606,16.8963716 C24.3202367,6.23612164 23.755453,3.92540122 21.9022938,2.07444888 C20.4324232,0.608216614 18.7034436,-0.389907567 7.04358393,0.14727253 M7.14149555,21.6809764 C5.97730094,21.6285604 5.34564962,21.4344124 4.92415195,21.2712364 C3.86383895,20.8591203 3.06740961,20.0658601 2.65785193,19.011744 C1.94858821,17.1953276 2.18381585,8.56827406 2.24710026,7.17231381 C2.30919067,5.80493756 2.58620952,4.55548533 3.5509989,3.59070916 C4.74504471,2.39961294 6.28775179,1.81598083 16.7917761,2.29004092 C18.1625412,2.35197293 19.4150954,2.62830898 20.3822728,3.59070916 C21.5763186,4.78179337 22.1685655,6.33616565 21.6861714,16.7998916 C21.633633,17.9612038 21.4390037,18.5912879 21.2754197,19.011744 C20.1948075,21.7810205 17.7088031,22.1657405 7.14149555,21.6809764 M16.9075989,5.62746953 C16.9075989,6.41597767 17.548801,7.05677779 18.3404544,7.05677779 C19.1321065,7.05677779 19.7745038,6.41597767 19.7745038,5.62746953 C19.7745038,4.83897338 19.1321065,4.19816127 18.3404544,4.19816127 C17.548801,4.19816127 16.9075989,4.83897338 16.9075989,5.62746953 M5.83520891,11.9855027 C5.83520891,15.3634313 8.58032101,18.1017478 11.9666352,18.1017478 C15.3529506,18.1017478 18.0980627,15.3634313 18.0980627,11.9855027 C18.0980627,8.60757407 15.3529506,5.87045757 11.9666352,5.87045757 C8.58032101,5.87045757 5.83520891,8.60757407 5.83520891,11.9855027 M7.9868801,11.9855027 C7.9868801,9.79390628 9.76839683,8.01560196 11.9666352,8.01560196 C14.1648748,8.01560196 15.9463915,9.79390628 15.9463915,11.9855027 C15.9463915,14.1782991 14.1648748,15.9565914 11.9666352,15.9565914 C9.76839683,15.9565914 7.9868801,14.1782991 7.9868801,11.9855027",
|
|
2861
2859
|
id: "instagram-[#167]"
|
|
@@ -2877,12 +2875,12 @@ const LiquidityIcon = ({
|
|
|
2877
2875
|
stroke: "none",
|
|
2878
2876
|
strokeWidth: "1",
|
|
2879
2877
|
fill: "none",
|
|
2880
|
-
|
|
2878
|
+
fillRule: "evenodd"
|
|
2881
2879
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2882
2880
|
id: "exchange-dollar-svgrepo-com",
|
|
2883
2881
|
transform: "translate(0.000000, 0.000000)",
|
|
2884
2882
|
fill: color ?? Colors.brand.midnight,
|
|
2885
|
-
|
|
2883
|
+
fillRule: "nonzero"
|
|
2886
2884
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2887
2885
|
d: "M15.773049,12.4927553 C14.0612582,15.1274121 10.9789335,16.532799 7.86733523,16.0973679 C4.75573693,15.6619368 2.17759358,13.4644349 1.25477308,10.4610957 C1.19184557,10.2633235 1.15588699,10.0565617 1.11093877,9.84979984 C0.809350943,9.92615094 0.489724403,9.84114389 0.26591218,9.62505873 C0.0957268356,9.45626323 0,9.22649163 0,8.98679396 C0,8.74709629 0.0957268356,8.5173247 0.26591218,8.3485292 L1.16487664,7.44956474 C1.33367214,7.2793794 1.56344373,7.18365256 1.8031414,7.18365256 C2.04283907,7.18365256 2.27261066,7.2793794 2.44140616,7.44956474 L3.34037062,8.3485292 C3.51055596,8.5173247 3.6062828,8.74709629 3.6062828,8.98679396 C3.6062828,9.22649163 3.51055596,9.45626323 3.34037062,9.62505873 C3.22860907,9.72404371 3.09673444,9.79764815 2.9538159,9.8408102 C2.94985586,9.87064484 2.94985586,9.90087199 2.9538159,9.93070664 C3.76632497,12.5835598 6.2203864,14.391239 8.99485705,14.3805807 C11.1210172,14.3788188 13.1025131,13.303536 14.2627888,11.5218737 C14.4275544,11.2330323 14.738309,11.0587382 15.0706897,11.0687433 C15.4030705,11.0787483 15.702779,11.2714181 15.8498731,11.5696469 C15.9969672,11.8678756 15.9674172,12.2229442 15.773049,12.4927553 L15.773049,12.4927553 Z M17.7238019,6.55060029 C17.4962805,6.33458773 17.1726027,6.25281649 16.8697857,6.33484882 C16.8248375,6.12808699 16.7978685,5.91233552 16.734941,5.71456334 C15.8121205,2.71122411 13.2339772,0.513722236 10.1223789,0.0782911427 C7.01078057,-0.357139951 3.92845589,1.04824689 2.21666505,3.68290367 C1.9798217,4.09810056 2.10931386,4.62603855 2.51139649,4.88452024 C2.91347912,5.14300193 3.44752956,5.04162704 3.72692534,4.65378528 C4.88720097,2.87212299 6.8686969,1.79684022 8.99485705,1.79507831 C11.7717,1.80230249 14.2155523,3.628799 15.0089293,6.28990059 C15.0128893,6.31973524 15.0128893,6.34996239 15.0089293,6.37979704 C14.8651823,6.42098669 14.7328922,6.49482304 14.6223745,6.59554851 C14.4521892,6.76434401 14.3564624,6.99411561 14.3564624,7.23381327 C14.3564624,7.47351094 14.4521892,7.70328254 14.6223745,7.87207804 L15.521339,8.77104249 C15.6901345,8.94122784 15.9199061,9.03695467 16.1596038,9.03695467 C16.3993014,9.03695467 16.629073,8.94122784 16.7978685,8.77104249 L17.696833,7.87207804 C17.8848351,7.70568518 17.9946899,7.46825545 17.9998126,7.21724723 C18.0049352,6.966239 17.9048587,6.72452496 17.7238019,6.55060029 Z",
|
|
2888
2886
|
id: "secondary"
|
|
@@ -2904,12 +2902,12 @@ const PickEmIcon = ({
|
|
|
2904
2902
|
stroke: "none",
|
|
2905
2903
|
strokeWidth: "1",
|
|
2906
2904
|
fill: "none",
|
|
2907
|
-
|
|
2905
|
+
fillRule: "evenodd"
|
|
2908
2906
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2909
2907
|
id: "select-category-svgrepo-com",
|
|
2910
2908
|
transform: "translate(0.666667, 0.666667)",
|
|
2911
2909
|
fill: color ?? Colors.brand.midnight,
|
|
2912
|
-
|
|
2910
|
+
fillRule: "nonzero"
|
|
2913
2911
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2914
2912
|
d: "M10.8,20.4 L10.8,16.8 C10.8,14.8117749 9.1882251,13.2 7.2,13.2 L3.6,13.2 C1.6117749,13.2 0,14.8117749 0,16.8 L0,20.4 C0,22.3882251 1.6117749,24 3.6,24 L7.2,24 C9.1882251,24 10.8,22.3882251 10.8,20.4 Z M1.2,20.4 L1.2,16.8 C1.2,15.4745166 2.2745166,14.4 3.6,14.4 L7.2,14.4 C8.5254834,14.4 9.6,15.4745166 9.6,16.8 L9.6,20.4 C9.6,21.7254834 8.5254834,22.8 7.2,22.8 L3.6,22.8 C2.2745166,22.8 1.2,21.7254834 1.2,20.4 Z M24,16.8 C24,14.8117749 22.3882251,13.2 20.4,13.2 L16.8,13.2 C14.8117749,13.2 13.2,14.8117749 13.2,16.8 L13.2,20.4 C13.2,22.3882251 14.8117749,24 16.8,24 L20.4,24 C22.3882251,24 24,22.3882251 24,20.4 L24,16.8 Z M22.8,20.4 C22.8,21.7254834 21.7254834,22.8 20.4,22.8 L16.8,22.8 C15.4745166,22.8 14.4,21.7254834 14.4,20.4 L14.4,16.8 C14.4,15.4745166 15.4745166,14.4 16.8,14.4 L20.4,14.4 C21.7254834,14.4 22.8,15.4745166 22.8,16.8 L22.8,20.4 Z M24,3.6 C24,1.6117749 22.3882251,0 20.4,0 L16.8,0 C14.8117749,0 13.2,1.6117749 13.2,3.6 L13.2,7.2 C13.2,9.1882251 14.8117749,10.8 16.8,10.8 L20.4,10.8 C22.3882251,10.8 24,9.1882251 24,7.2 L24,3.6 Z M22.8,7.2 C22.8,8.5254834 21.7254834,9.6 20.4,9.6 L16.8,9.6 C15.4745166,9.6 14.4,8.5254834 14.4,7.2 L14.4,3.6 C14.4,2.2745166 15.4745166,1.2 16.8,1.2 L20.4,1.2 C21.7254834,1.2 22.8,2.2745166 22.8,3.6 L22.8,7.2 Z M0,3.6 L0,7.2 C0,9.1882251 1.6117749,10.8 3.6,10.8 L7.2,10.8 C9.1882251,10.8 10.8,9.1882251 10.8,7.2 L10.8,3.6 C10.8,1.6117749 9.1882251,0 7.2,0 L3.6,0 C1.6117749,0 0,1.6117749 0,3.6 Z M1.2,3.6 C1.2,2.2745166 2.2745166,1.2 3.6,1.2 L7.2,1.2 C8.5254834,1.2 9.6,2.2745166 9.6,3.6 L9.6,7.2 C9.6,8.5254834 8.5254834,9.6 7.2,9.6 L3.6,9.6 C2.2745166,9.6 1.2,8.5254834 1.2,7.2 L1.2,3.6 Z M9,17.0856 L4.8684,21.2016 L2.682,19.0152 L3.5676,18.1296 L4.8684,19.4352 L8.1144,16.2 L9,17.0856 Z M21.744,3.8016 L17.6124,7.9176 L15.426,5.7312 L16.3116,4.8456 L17.6124,6.1512 L20.8584,2.916 L21.744,3.8016 Z",
|
|
2915
2913
|
id: "Shape"
|
|
@@ -2931,11 +2929,11 @@ const MarketClosedIcon = ({
|
|
|
2931
2929
|
stroke: "none",
|
|
2932
2930
|
strokeWidth: "1",
|
|
2933
2931
|
fill: "none",
|
|
2934
|
-
|
|
2932
|
+
fillRule: "evenodd"
|
|
2935
2933
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2936
2934
|
id: "closed-svgrepo-com",
|
|
2937
2935
|
fill: color ?? Colors.brand.midnight,
|
|
2938
|
-
|
|
2936
|
+
fillRule: "nonzero"
|
|
2939
2937
|
}, /*#__PURE__*/React.createElement(Path, {
|
|
2940
2938
|
d: "M22.3671706,9.53779698 L20.8694773,9.53779698 L13.0909374,1.75925702 C13.1721641,1.59612959 13.2181425,1.41242333 13.2181425,1.21814255 C13.2181425,0.546453564 12.671689,0 12,0 C11.328311,0 10.7818575,0.546453564 10.7818575,1.21814255 C10.7818575,1.41242333 10.8278359,1.59612959 10.9090626,1.75925702 L3.13052268,9.53779698 L1.63282937,9.53779698 C0.732492441,9.53779698 0,10.2702894 0,11.1706263 L0,18.6349892 C0,19.5353261 0.732492441,20.2678186 1.63282937,20.2678186 L22.3671706,20.2678186 C23.2675076,20.2678186 24,19.5353261 24,18.6349892 L24,11.1706263 C24,10.2702894 23.2675076,9.53779698 22.3671706,9.53779698 Z M12,0.777537797 C12.2429546,0.777537797 12.4406048,0.975187905 12.4406048,1.21814255 C12.4406048,1.46109719 12.2429546,1.6587473 12,1.6587473 C11.7570454,1.6587473 11.5593952,1.46109719 11.5593952,1.21814255 C11.5593952,0.975187905 11.7570454,0.777537797 12,0.777537797 Z M11.4588855,2.30907991 C11.622013,2.3903067 11.8057192,2.4362851 12,2.4362851 C12.1942808,2.4362851 12.377987,2.3903067 12.5411145,2.30907991 L19.7698315,9.53779698 L4.23016847,9.53779698 L11.4588855,2.30907991 Z M23.2224622,18.6349892 C23.2224622,19.1066436 22.8387732,19.4902808 22.3671706,19.4902808 L1.63282937,19.4902808 C1.16122678,19.4902808 0.777537797,19.1066436 0.777537797,18.6349892 L0.777537797,11.1706263 C0.777537797,10.6989719 1.16122678,10.3153348 1.63282937,10.3153348 L22.3671706,10.3153348 C22.8387732,10.3153348 23.2224622,10.6989719 23.2224622,11.1706263 L23.2224622,18.6349892 Z",
|
|
2941
2939
|
id: "Shape"
|
|
@@ -2972,7 +2970,7 @@ const ChatIcon = ({
|
|
|
2972
2970
|
d: "M17 3.33782C15.5291 2.48697 13.8214 2 12 2C6.47715 2 2 6.47715 2 12C2 13.5997 2.37562 15.1116 3.04346 16.4525C3.22094 16.8088 3.28001 17.2161 3.17712 17.6006L2.58151 19.8267C2.32295 20.793 3.20701 21.677 4.17335 21.4185L6.39939 20.8229C6.78393 20.72 7.19121 20.7791 7.54753 20.9565C8.88837 21.6244 10.4003 22 12 22C17.5228 22 22 17.5228 22 12C22 10.1786 21.513 8.47087 20.6622 7",
|
|
2973
2971
|
stroke: color ?? Colors.brand.midnight,
|
|
2974
2972
|
strokeWidth: "1.5",
|
|
2975
|
-
|
|
2973
|
+
strokeLinecap: "round"
|
|
2976
2974
|
}));
|
|
2977
2975
|
};
|
|
2978
2976
|
const QuestionIcon = ({
|
|
@@ -2988,7 +2986,7 @@ const QuestionIcon = ({
|
|
|
2988
2986
|
stroke: "none",
|
|
2989
2987
|
strokeWidth: "1",
|
|
2990
2988
|
fill: "none",
|
|
2991
|
-
|
|
2989
|
+
fillRule: "evenodd"
|
|
2992
2990
|
}, /*#__PURE__*/React.createElement(G, {
|
|
2993
2991
|
id: "question-circle-svgrepo-com",
|
|
2994
2992
|
transform: "translate(1.000000, 1.000000)"
|
|
@@ -2997,11 +2995,11 @@ const QuestionIcon = ({
|
|
|
2997
2995
|
id: "Path",
|
|
2998
2996
|
stroke: color ?? Colors.brand.midnight,
|
|
2999
2997
|
strokeWidth: "2",
|
|
3000
|
-
|
|
2998
|
+
strokeLinecap: "round"
|
|
3001
2999
|
}), /*#__PURE__*/React.createElement(Circle, {
|
|
3002
3000
|
id: "Oval",
|
|
3003
3001
|
fill: color ?? Colors.brand.midnight,
|
|
3004
|
-
|
|
3002
|
+
fillRule: "nonzero",
|
|
3005
3003
|
cx: "12",
|
|
3006
3004
|
cy: "16.8",
|
|
3007
3005
|
r: "1.2"
|
|
@@ -3010,7 +3008,7 @@ const QuestionIcon = ({
|
|
|
3010
3008
|
id: "Path",
|
|
3011
3009
|
stroke: color ?? Colors.brand.midnight,
|
|
3012
3010
|
strokeWidth: "2",
|
|
3013
|
-
|
|
3011
|
+
strokeLinecap: "round"
|
|
3014
3012
|
}))));
|
|
3015
3013
|
};
|
|
3016
3014
|
export default {
|