@api3/logos 1.0.44 → 1.0.46

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.
@@ -13,6 +13,7 @@ const Chain4913light = require('../logos/chain/Chain4913Light.svg');
13
13
  const Chain5000light = require('../logos/chain/Chain5000Light.svg');
14
14
  const Chain5001light = require('../logos/chain/Chain5001Light.svg');
15
15
  const Chain5003light = require('../logos/chain/Chain5003Light.svg');
16
+ const Chain5031light = require('../logos/chain/Chain5031Light.svg');
16
17
  const Chain57054light = require('../logos/chain/Chain57054Light.svg');
17
18
  const Chain59140light = require('../logos/chain/Chain59140Light.svg');
18
19
  const Chain59141light = require('../logos/chain/Chain59141Light.svg');
@@ -33,8 +34,6 @@ const Chain43114 = require('../logos/chain/Chain43114.svg');
33
34
  const Chain43113 = require('../logos/chain/Chain43113.svg');
34
35
  const Chain8453 = require('../logos/chain/Chain8453.svg');
35
36
  const Chain84532 = require('../logos/chain/Chain84532.svg');
36
- const Chain200901 = require('../logos/chain/Chain200901.svg');
37
- const Chain81457 = require('../logos/chain/Chain81457.svg');
38
37
  const Chain60808 = require('../logos/chain/Chain60808.svg');
39
38
  const Chain808813 = require('../logos/chain/Chain808813.svg');
40
39
  const Chain56 = require('../logos/chain/Chain56.svg');
@@ -86,7 +85,6 @@ const Chain130 = require('../logos/chain/Chain130.svg');
86
85
  const Chain1301 = require('../logos/chain/Chain1301.svg');
87
86
  const Chain480 = require('../logos/chain/Chain480.svg');
88
87
  const Chain4801 = require('../logos/chain/Chain4801.svg');
89
- const Chain196 = require('../logos/chain/Chain196.svg');
90
88
  const Chain48900 = require('../logos/chain/Chain48900.svg');
91
89
  const Chain48898 = require('../logos/chain/Chain48898.svg');
92
90
  const ChainPlaceholder = require('../logos/chain/Placeholder.svg');
@@ -128,6 +126,8 @@ function ChainLogo(id, light = false) {
128
126
  return Chain5001light;
129
127
  case "5003light":
130
128
  return Chain5003light;
129
+ case "5031light":
130
+ return Chain5031light;
131
131
  case "57054light":
132
132
  return Chain57054light;
133
133
  case "59140light":
@@ -168,10 +168,6 @@ function ChainLogo(id, light = false) {
168
168
  return Chain8453;
169
169
  case "84532":
170
170
  return Chain84532;
171
- case "200901":
172
- return Chain200901;
173
- case "81457":
174
- return Chain81457;
175
171
  case "60808":
176
172
  return Chain60808;
177
173
  case "808813":
@@ -274,8 +270,6 @@ function ChainLogo(id, light = false) {
274
270
  return Chain480;
275
271
  case "4801":
276
272
  return Chain4801;
277
- case "196":
278
- return Chain196;
279
273
  case "48900":
280
274
  return Chain48900;
281
275
  case "48898":
@@ -2,8 +2,7 @@ const SymbolBnbxLight = require('../logos/symbol/BnbxLight.svg');
2
2
  const SymbolEthxLight = require('../logos/symbol/EthxLight.svg');
3
3
  const SymbolMaticxLight = require('../logos/symbol/MaticxLight.svg');
4
4
  const SymbolSlight = require('../logos/symbol/SLight.svg');
5
- const SymbolSiusd = require('../logos/symbol/Siusd.svg');
6
- const SymbolIusd = require('../logos/symbol/Iusd.svg');
5
+ const SymbolSomiLight = require('../logos/symbol/SomiLight.svg');
7
6
  const SymbolAave = require('../logos/symbol/Aave.svg');
8
7
  const SymbolUsd = require('../logos/symbol/Usd.svg');
9
8
  const SymbolAero = require('../logos/symbol/Aero.svg');
@@ -54,7 +53,6 @@ const SymbolEthfi = require('../logos/symbol/Ethfi.svg');
54
53
  const SymbolEthx = require('../logos/symbol/Ethx.svg');
55
54
  const SymbolEur = require('../logos/symbol/Eur.svg');
56
55
  const SymbolEurc = require('../logos/symbol/Eurc.svg');
57
- const SymbolEure = require('../logos/symbol/Eure.svg');
58
56
  const SymbolEzEth = require('../logos/symbol/Ezeth.svg');
59
57
  const SymbolFbtc = require('../logos/symbol/Fbtc.svg');
60
58
  const SymbolFdusd = require('../logos/symbol/Fdusd.svg');
@@ -86,7 +84,6 @@ const SymbolMode = require('../logos/symbol/Mode.svg');
86
84
  const SymbolMog = require('../logos/symbol/Mog.svg');
87
85
  const SymbolMorpho = require('../logos/symbol/Morpho.svg');
88
86
  const SymbolMovr = require('../logos/symbol/Movr.svg');
89
- const SymbolMtl = require('../logos/symbol/Mtl.svg');
90
87
  const SymbolMvl = require('../logos/symbol/Mvl.svg');
91
88
  const SymbolOkb = require('../logos/symbol/Okb.svg');
92
89
  const SymbolOndo = require('../logos/symbol/Ondo.svg');
@@ -99,10 +96,8 @@ const SymbolPol = require('../logos/symbol/Pol.svg');
99
96
  const SymbolPufEth = require('../logos/symbol/Pufeth.svg');
100
97
  const SymbolStEth = require('../logos/symbol/Steth.svg');
101
98
  const SymbolPyusd = require('../logos/symbol/Pyusd.svg');
102
- const SymbolQuick = require('../logos/symbol/Quick.svg');
103
99
  const SymbolRdnt = require('../logos/symbol/Rdnt.svg');
104
100
  const SymbolReth = require('../logos/symbol/Reth.svg');
105
- const SymbolRlp = require('../logos/symbol/Rlp.svg');
106
101
  const SymbolRon = require('../logos/symbol/Ron.svg');
107
102
  const SymbolRswEth = require('../logos/symbol/Rsweth.svg');
108
103
  const SymbolS = require('../logos/symbol/S.svg');
@@ -117,6 +112,8 @@ const SymbolSfrxEth = require('../logos/symbol/Sfrxeth.svg');
117
112
  const SymbolFrxEth = require('../logos/symbol/Frxeth.svg');
118
113
  const SymbolSfrxUsd = require('../logos/symbol/Sfrxusd.svg');
119
114
  const SymbolShib = require('../logos/symbol/Shib.svg');
115
+ const SymbolSiUsd = require('../logos/symbol/Siusd.svg');
116
+ const SymbolIusd = require('../logos/symbol/Iusd.svg');
120
117
  const SymbolSky = require('../logos/symbol/Sky.svg');
121
118
  const SymbolSlisBnb = require('../logos/symbol/Slisbnb.svg');
122
119
  const SymbolSol = require('../logos/symbol/Sol.svg');
@@ -139,6 +136,7 @@ const SymbolTaiko = require('../logos/symbol/Taiko.svg');
139
136
  const SymbolTbtc = require('../logos/symbol/Tbtc.svg');
140
137
  const SymbolTeth = require('../logos/symbol/Teth.svg');
141
138
  const SymbolWstEth = require('../logos/symbol/Wsteth.svg');
139
+ const SymbolTrx = require('../logos/symbol/Trx.svg');
142
140
  const SymbolTusd = require('../logos/symbol/Tusd.svg');
143
141
  const SymbolUltraEths = require('../logos/symbol/Ultraeths.svg');
144
142
  const SymbolUni = require('../logos/symbol/Uni.svg');
@@ -183,10 +181,8 @@ function SymbolLogo(id, light = false) {
183
181
  return SymbolMaticxLight;
184
182
  case "slight":
185
183
  return SymbolSlight;
186
- case "siusd":
187
- return SymbolSiusd;
188
- case "iusd":
189
- return SymbolIusd;
184
+ case "somilight":
185
+ return SymbolSomiLight;
190
186
  case "aave":
191
187
  return SymbolAave;
192
188
  case "usd":
@@ -287,8 +283,6 @@ function SymbolLogo(id, light = false) {
287
283
  return SymbolEur;
288
284
  case "eurc":
289
285
  return SymbolEurc;
290
- case "eure":
291
- return SymbolEure;
292
286
  case "ezeth":
293
287
  return SymbolEzEth;
294
288
  case "fbtc":
@@ -351,8 +345,6 @@ function SymbolLogo(id, light = false) {
351
345
  return SymbolMorpho;
352
346
  case "movr":
353
347
  return SymbolMovr;
354
- case "mtl":
355
- return SymbolMtl;
356
348
  case "mvl":
357
349
  return SymbolMvl;
358
350
  case "okb":
@@ -377,14 +369,10 @@ function SymbolLogo(id, light = false) {
377
369
  return SymbolStEth;
378
370
  case "pyusd":
379
371
  return SymbolPyusd;
380
- case "quick":
381
- return SymbolQuick;
382
372
  case "rdnt":
383
373
  return SymbolRdnt;
384
374
  case "reth":
385
375
  return SymbolReth;
386
- case "rlp":
387
- return SymbolRlp;
388
376
  case "ron":
389
377
  return SymbolRon;
390
378
  case "rsweth":
@@ -413,6 +401,10 @@ function SymbolLogo(id, light = false) {
413
401
  return SymbolSfrxUsd;
414
402
  case "shib":
415
403
  return SymbolShib;
404
+ case "siusd":
405
+ return SymbolSiUsd;
406
+ case "iusd":
407
+ return SymbolIusd;
416
408
  case "sky":
417
409
  return SymbolSky;
418
410
  case "slisbnb":
@@ -457,6 +449,8 @@ function SymbolLogo(id, light = false) {
457
449
  return SymbolTeth;
458
450
  case "wsteth":
459
451
  return SymbolWstEth;
452
+ case "trx":
453
+ return SymbolTrx;
460
454
  case "tusd":
461
455
  return SymbolTusd;
462
456
  case "ultraeths":
@@ -1 +1 @@
1
- ["siusd","iusd"]
1
+ []
@@ -1,9 +1,9 @@
1
- export { default as SymbolLogo } from './SymbolLogo.js';
2
- export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
3
- export { default as SymbolLogoExtended } from './SymbolLogoExtended.json';
4
1
  export { default as ChainLogo } from './ChainLogo.js';
5
2
  export { default as ChainLogoMissing } from './ChainLogoMissing.json';
6
3
  export { default as ChainLogoExtended } from './ChainLogoExtended.json';
4
+ export { default as SymbolLogo } from './SymbolLogo.js';
5
+ export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
6
+ export { default as SymbolLogoExtended } from './SymbolLogoExtended.json';
7
7
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
8
8
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
9
9
  export { default as ApiProviderLogoExtended } from './ApiProviderLogoExtended.json';
@@ -13,6 +13,7 @@ import Chain4913light from '../logos/chain/Chain4913Light.svg';
13
13
  import Chain5000light from '../logos/chain/Chain5000Light.svg';
14
14
  import Chain5001light from '../logos/chain/Chain5001Light.svg';
15
15
  import Chain5003light from '../logos/chain/Chain5003Light.svg';
16
+ import Chain5031light from '../logos/chain/Chain5031Light.svg';
16
17
  import Chain57054light from '../logos/chain/Chain57054Light.svg';
17
18
  import Chain59140light from '../logos/chain/Chain59140Light.svg';
18
19
  import Chain59141light from '../logos/chain/Chain59141Light.svg';
@@ -33,8 +34,6 @@ import Chain43114 from '../logos/chain/Chain43114.svg';
33
34
  import Chain43113 from '../logos/chain/Chain43113.svg';
34
35
  import Chain8453 from '../logos/chain/Chain8453.svg';
35
36
  import Chain84532 from '../logos/chain/Chain84532.svg';
36
- import Chain200901 from '../logos/chain/Chain200901.svg';
37
- import Chain81457 from '../logos/chain/Chain81457.svg';
38
37
  import Chain60808 from '../logos/chain/Chain60808.svg';
39
38
  import Chain808813 from '../logos/chain/Chain808813.svg';
40
39
  import Chain56 from '../logos/chain/Chain56.svg';
@@ -86,7 +85,6 @@ import Chain130 from '../logos/chain/Chain130.svg';
86
85
  import Chain1301 from '../logos/chain/Chain1301.svg';
87
86
  import Chain480 from '../logos/chain/Chain480.svg';
88
87
  import Chain4801 from '../logos/chain/Chain4801.svg';
89
- import Chain196 from '../logos/chain/Chain196.svg';
90
88
  import Chain48900 from '../logos/chain/Chain48900.svg';
91
89
  import Chain48898 from '../logos/chain/Chain48898.svg';
92
90
  import ChainPlaceholder from '../logos/chain/Placeholder.svg';
@@ -128,6 +126,8 @@ function ChainLogo(id, light = false) {
128
126
  return Chain5001light;
129
127
  case "5003light":
130
128
  return Chain5003light;
129
+ case "5031light":
130
+ return Chain5031light;
131
131
  case "57054light":
132
132
  return Chain57054light;
133
133
  case "59140light":
@@ -168,10 +168,6 @@ function ChainLogo(id, light = false) {
168
168
  return Chain8453;
169
169
  case "84532":
170
170
  return Chain84532;
171
- case "200901":
172
- return Chain200901;
173
- case "81457":
174
- return Chain81457;
175
171
  case "60808":
176
172
  return Chain60808;
177
173
  case "808813":
@@ -274,8 +270,6 @@ function ChainLogo(id, light = false) {
274
270
  return Chain480;
275
271
  case "4801":
276
272
  return Chain4801;
277
- case "196":
278
- return Chain196;
279
273
  case "48900":
280
274
  return Chain48900;
281
275
  case "48898":
@@ -2,8 +2,7 @@ import SymbolBnbxLight from '../logos/symbol/BnbxLight.svg';
2
2
  import SymbolEthxLight from '../logos/symbol/EthxLight.svg';
3
3
  import SymbolMaticxLight from '../logos/symbol/MaticxLight.svg';
4
4
  import SymbolSlight from '../logos/symbol/SLight.svg';
5
- import SymbolSiusd from '../logos/symbol/Siusd.svg';
6
- import SymbolIusd from '../logos/symbol/Iusd.svg';
5
+ import SymbolSomiLight from '../logos/symbol/SomiLight.svg';
7
6
  import SymbolAave from '../logos/symbol/Aave.svg';
8
7
  import SymbolUsd from '../logos/symbol/Usd.svg';
9
8
  import SymbolAero from '../logos/symbol/Aero.svg';
@@ -54,7 +53,6 @@ import SymbolEthfi from '../logos/symbol/Ethfi.svg';
54
53
  import SymbolEthx from '../logos/symbol/Ethx.svg';
55
54
  import SymbolEur from '../logos/symbol/Eur.svg';
56
55
  import SymbolEurc from '../logos/symbol/Eurc.svg';
57
- import SymbolEure from '../logos/symbol/Eure.svg';
58
56
  import SymbolEzEth from '../logos/symbol/Ezeth.svg';
59
57
  import SymbolFbtc from '../logos/symbol/Fbtc.svg';
60
58
  import SymbolFdusd from '../logos/symbol/Fdusd.svg';
@@ -86,7 +84,6 @@ import SymbolMode from '../logos/symbol/Mode.svg';
86
84
  import SymbolMog from '../logos/symbol/Mog.svg';
87
85
  import SymbolMorpho from '../logos/symbol/Morpho.svg';
88
86
  import SymbolMovr from '../logos/symbol/Movr.svg';
89
- import SymbolMtl from '../logos/symbol/Mtl.svg';
90
87
  import SymbolMvl from '../logos/symbol/Mvl.svg';
91
88
  import SymbolOkb from '../logos/symbol/Okb.svg';
92
89
  import SymbolOndo from '../logos/symbol/Ondo.svg';
@@ -99,10 +96,8 @@ import SymbolPol from '../logos/symbol/Pol.svg';
99
96
  import SymbolPufEth from '../logos/symbol/Pufeth.svg';
100
97
  import SymbolStEth from '../logos/symbol/Steth.svg';
101
98
  import SymbolPyusd from '../logos/symbol/Pyusd.svg';
102
- import SymbolQuick from '../logos/symbol/Quick.svg';
103
99
  import SymbolRdnt from '../logos/symbol/Rdnt.svg';
104
100
  import SymbolReth from '../logos/symbol/Reth.svg';
105
- import SymbolRlp from '../logos/symbol/Rlp.svg';
106
101
  import SymbolRon from '../logos/symbol/Ron.svg';
107
102
  import SymbolRswEth from '../logos/symbol/Rsweth.svg';
108
103
  import SymbolS from '../logos/symbol/S.svg';
@@ -117,6 +112,8 @@ import SymbolSfrxEth from '../logos/symbol/Sfrxeth.svg';
117
112
  import SymbolFrxEth from '../logos/symbol/Frxeth.svg';
118
113
  import SymbolSfrxUsd from '../logos/symbol/Sfrxusd.svg';
119
114
  import SymbolShib from '../logos/symbol/Shib.svg';
115
+ import SymbolSiUsd from '../logos/symbol/Siusd.svg';
116
+ import SymbolIusd from '../logos/symbol/Iusd.svg';
120
117
  import SymbolSky from '../logos/symbol/Sky.svg';
121
118
  import SymbolSlisBnb from '../logos/symbol/Slisbnb.svg';
122
119
  import SymbolSol from '../logos/symbol/Sol.svg';
@@ -139,6 +136,7 @@ import SymbolTaiko from '../logos/symbol/Taiko.svg';
139
136
  import SymbolTbtc from '../logos/symbol/Tbtc.svg';
140
137
  import SymbolTeth from '../logos/symbol/Teth.svg';
141
138
  import SymbolWstEth from '../logos/symbol/Wsteth.svg';
139
+ import SymbolTrx from '../logos/symbol/Trx.svg';
142
140
  import SymbolTusd from '../logos/symbol/Tusd.svg';
143
141
  import SymbolUltraEths from '../logos/symbol/Ultraeths.svg';
144
142
  import SymbolUni from '../logos/symbol/Uni.svg';
@@ -183,10 +181,8 @@ function SymbolLogo(id, light = false) {
183
181
  return SymbolMaticxLight;
184
182
  case "slight":
185
183
  return SymbolSlight;
186
- case "siusd":
187
- return SymbolSiusd;
188
- case "iusd":
189
- return SymbolIusd;
184
+ case "somilight":
185
+ return SymbolSomiLight;
190
186
  case "aave":
191
187
  return SymbolAave;
192
188
  case "usd":
@@ -287,8 +283,6 @@ function SymbolLogo(id, light = false) {
287
283
  return SymbolEur;
288
284
  case "eurc":
289
285
  return SymbolEurc;
290
- case "eure":
291
- return SymbolEure;
292
286
  case "ezeth":
293
287
  return SymbolEzEth;
294
288
  case "fbtc":
@@ -351,8 +345,6 @@ function SymbolLogo(id, light = false) {
351
345
  return SymbolMorpho;
352
346
  case "movr":
353
347
  return SymbolMovr;
354
- case "mtl":
355
- return SymbolMtl;
356
348
  case "mvl":
357
349
  return SymbolMvl;
358
350
  case "okb":
@@ -377,14 +369,10 @@ function SymbolLogo(id, light = false) {
377
369
  return SymbolStEth;
378
370
  case "pyusd":
379
371
  return SymbolPyusd;
380
- case "quick":
381
- return SymbolQuick;
382
372
  case "rdnt":
383
373
  return SymbolRdnt;
384
374
  case "reth":
385
375
  return SymbolReth;
386
- case "rlp":
387
- return SymbolRlp;
388
376
  case "ron":
389
377
  return SymbolRon;
390
378
  case "rsweth":
@@ -413,6 +401,10 @@ function SymbolLogo(id, light = false) {
413
401
  return SymbolSfrxUsd;
414
402
  case "shib":
415
403
  return SymbolShib;
404
+ case "siusd":
405
+ return SymbolSiUsd;
406
+ case "iusd":
407
+ return SymbolIusd;
416
408
  case "sky":
417
409
  return SymbolSky;
418
410
  case "slisbnb":
@@ -457,6 +449,8 @@ function SymbolLogo(id, light = false) {
457
449
  return SymbolTeth;
458
450
  case "wsteth":
459
451
  return SymbolWstEth;
452
+ case "trx":
453
+ return SymbolTrx;
460
454
  case "tusd":
461
455
  return SymbolTusd;
462
456
  case "ultraeths":
@@ -1 +1 @@
1
- ["siusd","iusd"]
1
+ []
@@ -1,9 +1,9 @@
1
1
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
2
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
3
  export { default as ApiProviderLogoExtended } from './ApiProviderLogoExtended.json';
4
- export { default as SymbolLogo } from './SymbolLogo.js';
5
- export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
6
- export { default as SymbolLogoExtended } from './SymbolLogoExtended.json';
7
4
  export { default as ChainLogo } from './ChainLogo.js';
8
5
  export { default as ChainLogoMissing } from './ChainLogoMissing.json';
9
6
  export { default as ChainLogoExtended } from './ChainLogoExtended.json';
7
+ export { default as SymbolLogo } from './SymbolLogo.js';
8
+ export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
9
+ export { default as SymbolLogoExtended } from './SymbolLogoExtended.json';
package/dist/esm/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
2
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
3
  export { default as ApiProviderLogoExtended } from './ApiProviderLogoExtended.json';
4
- export { default as SymbolLogo } from './SymbolLogo.js';
5
- export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
6
- export { default as SymbolLogoExtended } from './SymbolLogoExtended.json';
7
4
  export { default as ChainLogo } from './ChainLogo.js';
8
5
  export { default as ChainLogoMissing } from './ChainLogoMissing.json';
9
6
  export { default as ChainLogoExtended } from './ChainLogoExtended.json';
7
+ export { default as SymbolLogo } from './SymbolLogo.js';
8
+ export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
9
+ export { default as SymbolLogoExtended } from './SymbolLogoExtended.json';
@@ -1,41 +1,6 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#1812FF" d="M11.9542 21.504C17.2241 21.5289 21.5574 17.2549 21.5997 11.9864C21.608 10.9302 21.4451 9.91316 21.1382 8.96094C18.8689 9.14863 16.6525 10.1092 14.9165 11.8447C13.0341 13.7265 12.0627 16.1729 12.0009 18.6383C11.9963 18.8231 11.7566 18.8909 11.654 18.7378C10.4187 16.893 8.31537 15.6784 5.92774 15.6784C5.03332 15.6784 4.17811 15.8488 3.3938 16.1594C4.95564 19.3131 8.19999 21.4859 11.9542 21.504Z"/>
3
- <path fill="#1812FF" d="M11.9998 5.1735C12.0044 4.98879 12.2441 4.92093 12.3467 5.07398C13.5821 6.91884 15.6853 8.13343 18.073 8.13343C18.9682 8.13343 19.8234 7.96229 20.6077 7.65168C19.0466 4.49647 15.8015 2.3229 12.0466 2.3048C6.77586 2.27917 2.44177 6.55544 2.4003 11.8246C2.392 12.8809 2.5549 13.8987 2.86259 14.8509C5.13106 14.6632 7.34825 13.7027 9.08354 11.9671C10.9659 10.0853 11.938 7.6388 11.9998 5.1735Z"/>
4
- <mask id="Chain5031_svg__mask0_8237_46657" width="20" height="20" x="2" y="2" maskUnits="userSpaceOnUse" style="mask-type:alpha">
5
- <path fill="#1812FF" d="M11.9542 21.504C17.2241 21.5289 21.5574 17.2549 21.5997 11.9864C21.608 10.9302 21.4451 9.91316 21.1382 8.96094C18.8689 9.14863 16.6525 10.1092 14.9165 11.8447C13.0341 13.7265 12.0627 16.1729 12.0009 18.6383C11.9963 18.8231 11.7566 18.8909 11.654 18.7378C10.4187 16.893 8.31537 15.6784 5.92774 15.6784C5.03332 15.6784 4.17811 15.8488 3.3938 16.1594C4.95564 19.3131 8.19999 21.4859 11.9542 21.504Z"/>
6
- <path fill="#1812FF" d="M11.9998 5.1735C12.0044 4.98879 12.2441 4.92093 12.3467 5.07398C13.5821 6.91884 15.6853 8.13343 18.073 8.13343C18.9682 8.13343 19.8234 7.96229 20.6077 7.65168C19.0466 4.49647 15.8015 2.3229 12.0466 2.3048C6.77586 2.27917 2.44177 6.55544 2.4003 11.8246C2.392 12.8809 2.5549 13.8987 2.86259 14.8509C5.13106 14.6632 7.34825 13.7027 9.08354 11.9671C10.9659 10.0853 11.938 7.6388 11.9998 5.1735Z"/>
7
- </mask>
8
- <g mask="url(#Chain5031_svg__mask0_8237_46657)">
9
- <g filter="url(#Chain5031_svg__filter0_f_8237_46657)">
10
- <path fill="#3CD1EE" d="M4.28 18.749C9.67162 18.749 14.0424 14.3647 14.0424 8.95652C14.0424 3.5483 9.67162 -0.835938 4.28 -0.835938C-1.11162 -0.835938 -5.48239 3.5483 -5.48239 8.95652C-5.48239 14.3647 -1.11162 18.749 4.28 18.749Z"/>
11
- </g>
12
- <g filter="url(#Chain5031_svg__filter1_f_8237_46657)">
13
- <path fill="#CB19EA" d="M19.3198 29.5831C25.4822 29.5831 30.4779 24.5721 30.4779 18.3907C30.4779 12.2093 25.4822 7.19824 19.3198 7.19824C13.1574 7.19824 8.16176 12.2093 8.16176 18.3907C8.16176 24.5721 13.1574 29.5831 19.3198 29.5831Z"/>
14
- </g>
15
- </g>
16
- <mask id="Chain5031_svg__mask1_8237_46657" width="19" height="14" x="3" y="8" maskUnits="userSpaceOnUse" style="mask-type:alpha">
17
- <path fill="#1812FF" d="M11.9542 21.504C17.2241 21.5289 21.5574 17.2549 21.5997 11.9864C21.608 10.9302 21.4451 9.91316 21.1382 8.96094C18.8689 9.14863 16.6524 10.1092 14.9165 11.8447C13.0341 13.7265 12.0627 16.173 12.0009 18.6383C11.9963 18.8231 11.7566 18.8909 11.654 18.7379C10.4187 16.893 8.31536 15.6784 5.92773 15.6784C5.0333 15.6784 4.1781 15.8488 3.39378 16.1594C4.95563 19.3131 8.19998 21.4859 11.9542 21.504Z"/>
18
- </mask>
19
- <g mask="url(#Chain5031_svg__mask1_8237_46657)">
20
- <g filter="url(#Chain5031_svg__filter2_f_8237_46657)">
21
- <path fill="#FF0833" d="M15.741 10.9447C15.741 14.3134 18.3459 17.0442 21.5592 17.0442C24.7725 17.0442 27.3774 14.3134 27.3774 10.9447C27.3774 7.57605 24.7725 4.84521 21.5592 4.84521C18.3459 4.84521 15.741 7.57605 15.741 10.9447Z"/>
22
- </g>
23
- </g>
24
- <defs>
25
- <filter id="Chain5031_svg__filter0_f_8237_46657" width="35.5191" height="35.5793" x="-13.4796" y="-8.83311" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
26
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
27
- <feBlend in="SourceGraphic" in2="BackgroundImageFix" mode="normal" result="shape"/>
28
- <feGaussianBlur result="effect1_foregroundBlur_8237_46657" stdDeviation="3.99859"/>
29
- </filter>
30
- <filter id="Chain5031_svg__filter1_f_8237_46657" width="38.3105" height="38.3791" x="0.164586" y="-0.798931" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
31
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
32
- <feBlend in="SourceGraphic" in2="BackgroundImageFix" mode="normal" result="shape"/>
33
- <feGaussianBlur result="effect1_foregroundBlur_8237_46657" stdDeviation="3.99859"/>
34
- </filter>
35
- <filter id="Chain5031_svg__filter2_f_8237_46657" width="24.4319" height="24.9942" x="9.34323" y="-1.55252" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
36
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
37
- <feBlend in="SourceGraphic" in2="BackgroundImageFix" mode="normal" result="shape"/>
38
- <feGaussianBlur result="effect1_foregroundBlur_8237_46657" stdDeviation="3.19887"/>
39
- </filter>
40
- </defs>
2
+ <rect width="19.2" height="19.2" x="2.3999" y="2.40002" fill="white" rx="9.6"/>
3
+ <path fill="#030412" d="M3.81079 11.5401H4.38569C4.54858 11.5401 4.6923 11.5066 4.81686 11.4395C4.94142 11.3629 5.04203 11.267 5.11868 11.152C5.20492 11.0275 5.2672 10.8934 5.30552 10.7496C5.35342 10.5963 5.3774 10.443 5.3774 10.2897V7.97575C5.3774 7.62123 5.41094 7.30981 5.47798 7.04154C5.55464 6.77324 5.67921 6.54807 5.85167 6.36602C6.02413 6.17441 6.25412 6.03068 6.54156 5.93484C6.83858 5.83904 7.20749 5.79114 7.64823 5.79114H8.81241V6.72534H7.59074C7.18832 6.72534 6.90088 6.81637 6.72839 6.99842C6.56551 7.18047 6.48407 7.51103 6.48407 7.99011V9.97352C6.48407 10.6155 6.38824 11.0898 6.19663 11.3964C6.00499 11.6934 5.7846 11.8946 5.53547 12C5.7846 12.115 6.00499 12.3306 6.19663 12.6468C6.38824 12.963 6.48407 13.4229 6.48407 14.0265V16.0099C6.48407 16.489 6.57029 16.8196 6.74278 17.0016C6.91524 17.1837 7.20269 17.2747 7.6051 17.2747H8.81241V18.2089H7.64823C7.20749 18.2089 6.83858 18.161 6.54156 18.0652C6.25412 17.9694 6.02413 17.8257 5.85167 17.634C5.67921 17.452 5.55464 17.2268 5.47798 16.9585C5.41094 16.6902 5.3774 16.3788 5.3774 16.0243V13.7103C5.3774 13.5666 5.35342 13.4229 5.30552 13.2792C5.2672 13.1259 5.20492 12.9917 5.11868 12.8767C5.04203 12.7522 4.94142 12.6516 4.81686 12.5749C4.70188 12.4983 4.56295 12.4599 4.40006 12.4599H3.81079V11.5401Z"/>
4
+ <path fill="#030412" d="M20.1891 12.4599H19.6142C19.4513 12.4599 19.3076 12.4983 19.183 12.5749C19.0681 12.642 18.9674 12.7378 18.8812 12.8624C18.8046 12.9774 18.7423 13.1115 18.6944 13.2648C18.656 13.4085 18.6369 13.557 18.6369 13.7103V16.0243C18.6369 16.3788 18.5986 16.6902 18.5219 16.9585C18.4548 17.2268 18.3303 17.452 18.1482 17.634C17.9757 17.8257 17.741 17.9694 17.444 18.0652C17.1565 18.161 16.7924 18.2089 16.3517 18.2089H15.1875V17.2747H16.4091C16.8116 17.2747 17.0942 17.1837 17.2571 17.0016C17.4296 16.8196 17.5158 16.489 17.5158 16.0099V14.0265C17.5158 13.3846 17.6116 12.9151 17.8033 12.618C17.9949 12.3114 18.2153 12.1054 18.4644 12C18.2153 11.8851 17.9949 11.6695 17.8033 11.3533C17.6116 11.0371 17.5158 10.5772 17.5158 9.97352V7.99011C17.5158 7.51103 17.4296 7.18047 17.2571 6.99842C17.0847 6.81637 16.7972 6.72534 16.3948 6.72534H15.1875V5.79114H16.3517C16.7924 5.79114 17.1565 5.83904 17.444 5.93484C17.741 6.03068 17.9757 6.17441 18.1482 6.36602C18.3303 6.54807 18.4548 6.77324 18.5219 7.04154C18.5986 7.30981 18.6369 7.62123 18.6369 7.97575V10.2897C18.6369 10.4334 18.656 10.5819 18.6944 10.7353C18.7327 10.879 18.7902 11.0131 18.8668 11.1377C18.9531 11.2527 19.0537 11.3485 19.1687 11.4251C19.2932 11.5018 19.4369 11.5401 19.5998 11.5401H20.1891V12.4599Z"/>
5
+ <path fill="#030412" d="M12.2197 15.1882C11.6554 15.1882 11.1268 15.0968 10.634 14.914C10.1411 14.7312 9.71985 14.5205 9.37012 14.2821L9.8232 13.6383C10.157 13.8767 10.5266 14.0675 10.932 14.2106C11.3374 14.3536 11.8064 14.4252 12.3389 14.4252C12.8318 14.4252 13.1974 14.3338 13.4359 14.1509C13.6823 13.9681 13.8055 13.7575 13.8055 13.519C13.8055 13.4078 13.7816 13.3044 13.7339 13.209C13.6942 13.1136 13.6107 13.0222 13.4835 12.9348C13.3643 12.8474 13.1855 12.7639 12.947 12.6844C12.7085 12.6049 12.3906 12.5255 11.9932 12.446C11.2381 12.287 10.6697 12.0724 10.2882 11.8021C9.91459 11.5319 9.72782 11.1821 9.72782 10.7529C9.72782 10.2839 9.93049 9.89446 10.3359 9.58447C10.7413 9.26651 11.3414 9.10754 12.1362 9.10754C12.5814 9.10754 13.0106 9.18306 13.4239 9.33409C13.8373 9.47715 14.187 9.64805 14.4732 9.84676L13.9962 10.4787C13.7339 10.2879 13.4358 10.1409 13.102 10.0375C12.7682 9.92624 12.4184 9.8706 12.0528 9.8706C11.7189 9.8706 11.4527 9.91034 11.254 9.98985C11.0632 10.0614 10.9241 10.1607 10.8366 10.2879C10.7572 10.4151 10.7174 10.5542 10.7174 10.7052C10.7174 10.9516 10.8486 11.1463 11.1109 11.2894C11.3811 11.4246 11.8104 11.5517 12.3985 11.671C13.0424 11.8061 13.5352 11.9571 13.877 12.124C14.2267 12.291 14.4652 12.4817 14.5924 12.6964C14.7275 12.911 14.7951 13.1653 14.7951 13.4594C14.7951 13.7774 14.6957 14.0675 14.497 14.3298C14.2983 14.5842 14.0081 14.7908 13.6266 14.9498C13.2451 15.1088 12.7761 15.1882 12.2197 15.1882Z"/>
41
6
  </svg>
@@ -1,41 +1,6 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#8E9BB2" d="M11.9542 21.504C17.2241 21.5289 21.5574 17.2549 21.5997 11.9864C21.608 10.9302 21.4451 9.91316 21.1382 8.96094C18.8689 9.14863 16.6524 10.1092 14.9165 11.8447C13.0341 13.7265 12.0627 16.1729 12.0009 18.6383C11.9963 18.823 11.7566 18.8909 11.654 18.7378C10.4187 16.893 8.31535 15.6784 5.92772 15.6784C5.0333 15.6784 4.1781 15.8488 3.39378 16.1594C4.95563 19.3131 8.19997 21.4859 11.9542 21.504Z"/>
3
- <path fill="#8E9BB2" d="M11.9998 5.1735C12.0044 4.98879 12.2441 4.92093 12.3467 5.07398C13.5821 6.91884 15.6853 8.13343 18.073 8.13343C18.9682 8.13343 19.8234 7.96229 20.6077 7.65168C19.0466 4.49647 15.8015 2.3229 12.0466 2.3048C6.77586 2.27917 2.44177 6.55544 2.4003 11.8246C2.392 12.8809 2.5549 13.8987 2.86259 14.8509C5.13106 14.6632 7.34825 13.7027 9.08354 11.9671C10.9659 10.0853 11.938 7.6388 11.9998 5.1735Z"/>
4
- <mask id="Chain50312_svg__mask0_8237_46624" width="20" height="20" x="2" y="2" maskUnits="userSpaceOnUse" style="mask-type:alpha">
5
- <path fill="#1812FF" d="M11.9542 21.504C17.2241 21.5289 21.5574 17.2549 21.5997 11.9864C21.608 10.9302 21.4451 9.91316 21.1382 8.96094C18.8689 9.14863 16.6524 10.1092 14.9165 11.8447C13.0341 13.7265 12.0627 16.1729 12.0009 18.6383C11.9963 18.823 11.7566 18.8909 11.654 18.7378C10.4187 16.893 8.31535 15.6784 5.92772 15.6784C5.0333 15.6784 4.1781 15.8488 3.39378 16.1594C4.95563 19.3131 8.19997 21.4859 11.9542 21.504Z"/>
6
- <path fill="#1812FF" d="M11.9998 5.1735C12.0044 4.98879 12.2441 4.92093 12.3467 5.07398C13.5821 6.91884 15.6853 8.13343 18.073 8.13343C18.9682 8.13343 19.8234 7.96229 20.6077 7.65168C19.0466 4.49647 15.8015 2.3229 12.0466 2.3048C6.77586 2.27917 2.44177 6.55544 2.4003 11.8246C2.392 12.8809 2.5549 13.8987 2.86259 14.8509C5.13106 14.6632 7.34825 13.7027 9.08354 11.9671C10.9659 10.0853 11.938 7.6388 11.9998 5.1735Z"/>
7
- </mask>
8
- <g mask="url(#Chain50312_svg__mask0_8237_46624)">
9
- <g filter="url(#Chain50312_svg__filter0_f_8237_46624)">
10
- <path fill="#8E9BB2" d="M4.27998 18.749C9.6716 18.749 14.0424 14.3647 14.0424 8.95652C14.0424 3.5483 9.6716 -0.835938 4.27998 -0.835938C-1.11164 -0.835938 -5.48241 3.5483 -5.48241 8.95652C-5.48241 14.3647 -1.11164 18.749 4.27998 18.749Z"/>
11
- </g>
12
- <g filter="url(#Chain50312_svg__filter1_f_8237_46624)">
13
- <path fill="#8E9BB2" d="M19.3198 29.5831C25.4822 29.5831 30.4779 24.5721 30.4779 18.3907C30.4779 12.2093 25.4822 7.19824 19.3198 7.19824C13.1574 7.19824 8.16174 12.2093 8.16174 18.3907C8.16174 24.5721 13.1574 29.5831 19.3198 29.5831Z"/>
14
- </g>
15
- </g>
16
- <mask id="Chain50312_svg__mask1_8237_46624" width="19" height="14" x="3" y="8" maskUnits="userSpaceOnUse" style="mask-type:alpha">
17
- <path fill="#1812FF" d="M11.9541 21.504C17.2241 21.5289 21.5574 17.2549 21.5996 11.9864C21.608 10.9302 21.4451 9.91316 21.1381 8.96094C18.8689 9.14863 16.6524 10.1092 14.9164 11.8447C13.034 13.7265 12.0627 16.173 12.0009 18.6383C11.9963 18.823 11.7565 18.8909 11.654 18.7379C10.4186 16.893 8.31533 15.6784 5.9277 15.6784C5.03327 15.6784 4.17807 15.8488 3.39375 16.1594C4.95559 19.3131 8.19995 21.4859 11.9541 21.504Z"/>
18
- </mask>
19
- <g mask="url(#Chain50312_svg__mask1_8237_46624)">
20
- <g filter="url(#Chain50312_svg__filter2_f_8237_46624)">
21
- <path fill="#8E9BB2" d="M15.741 10.9452C15.741 14.3138 18.3459 17.0447 21.5592 17.0447C24.7725 17.0447 27.3774 14.3138 27.3774 10.9452C27.3774 7.57653 24.7725 4.8457 21.5592 4.8457C18.3459 4.8457 15.741 7.57653 15.741 10.9452Z"/>
22
- </g>
23
- </g>
24
- <defs>
25
- <filter id="Chain50312_svg__filter0_f_8237_46624" width="35.5191" height="35.5793" x="-13.4796" y="-8.83311" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
26
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
27
- <feBlend in="SourceGraphic" in2="BackgroundImageFix" mode="normal" result="shape"/>
28
- <feGaussianBlur result="effect1_foregroundBlur_8237_46624" stdDeviation="3.99859"/>
29
- </filter>
30
- <filter id="Chain50312_svg__filter1_f_8237_46624" width="38.3104" height="38.3791" x="0.164571" y="-0.79893" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
31
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
32
- <feBlend in="SourceGraphic" in2="BackgroundImageFix" mode="normal" result="shape"/>
33
- <feGaussianBlur result="effect1_foregroundBlur_8237_46624" stdDeviation="3.99859"/>
34
- </filter>
35
- <filter id="Chain50312_svg__filter2_f_8237_46624" width="24.4319" height="24.9942" x="9.34323" y="-1.55203" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
36
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
37
- <feBlend in="SourceGraphic" in2="BackgroundImageFix" mode="normal" result="shape"/>
38
- <feGaussianBlur result="effect1_foregroundBlur_8237_46624" stdDeviation="3.19887"/>
39
- </filter>
40
- </defs>
2
+ <rect width="19.2" height="19.2" x="2.3999" y="2.40002" fill="#8E9BB2" rx="9.6"/>
3
+ <path fill="#EEF2F6" d="M3.81079 11.5401H4.38569C4.54858 11.5401 4.6923 11.5066 4.81686 11.4395C4.94142 11.3629 5.04203 11.267 5.11868 11.152C5.20492 11.0275 5.2672 10.8934 5.30552 10.7496C5.35342 10.5963 5.3774 10.443 5.3774 10.2897V7.97575C5.3774 7.62123 5.41094 7.30981 5.47798 7.04154C5.55464 6.77324 5.67921 6.54807 5.85167 6.36602C6.02413 6.17441 6.25412 6.03068 6.54156 5.93484C6.83858 5.83904 7.20749 5.79114 7.64823 5.79114H8.81241V6.72534H7.59074C7.18832 6.72534 6.90088 6.81637 6.72839 6.99842C6.56551 7.18047 6.48407 7.51103 6.48407 7.99011V9.97352C6.48407 10.6155 6.38824 11.0898 6.19663 11.3964C6.00499 11.6934 5.7846 11.8946 5.53547 12C5.7846 12.115 6.00499 12.3306 6.19663 12.6468C6.38824 12.963 6.48407 13.4229 6.48407 14.0265V16.0099C6.48407 16.489 6.57029 16.8196 6.74278 17.0016C6.91524 17.1837 7.20269 17.2747 7.6051 17.2747H8.81241V18.2089H7.64823C7.20749 18.2089 6.83858 18.161 6.54156 18.0652C6.25412 17.9694 6.02413 17.8257 5.85167 17.634C5.67921 17.452 5.55464 17.2268 5.47798 16.9585C5.41094 16.6902 5.3774 16.3788 5.3774 16.0243V13.7103C5.3774 13.5666 5.35342 13.4229 5.30552 13.2792C5.2672 13.1259 5.20492 12.9917 5.11868 12.8767C5.04203 12.7522 4.94142 12.6516 4.81686 12.5749C4.70188 12.4983 4.56295 12.4599 4.40006 12.4599H3.81079V11.5401Z"/>
4
+ <path fill="#EEF2F6" d="M20.1891 12.4599H19.6142C19.4513 12.4599 19.3076 12.4983 19.183 12.5749C19.0681 12.642 18.9674 12.7378 18.8812 12.8624C18.8046 12.9774 18.7423 13.1115 18.6944 13.2648C18.656 13.4085 18.6369 13.557 18.6369 13.7103V16.0243C18.6369 16.3788 18.5986 16.6902 18.5219 16.9585C18.4548 17.2268 18.3303 17.452 18.1482 17.634C17.9757 17.8257 17.741 17.9694 17.444 18.0652C17.1565 18.161 16.7924 18.2089 16.3517 18.2089H15.1875V17.2747H16.4091C16.8116 17.2747 17.0942 17.1837 17.2571 17.0016C17.4296 16.8196 17.5158 16.489 17.5158 16.0099V14.0265C17.5158 13.3846 17.6116 12.9151 17.8033 12.618C17.9949 12.3114 18.2153 12.1054 18.4644 12C18.2153 11.8851 17.9949 11.6695 17.8033 11.3533C17.6116 11.0371 17.5158 10.5772 17.5158 9.97352V7.99011C17.5158 7.51103 17.4296 7.18047 17.2571 6.99842C17.0847 6.81637 16.7972 6.72534 16.3948 6.72534H15.1875V5.79114H16.3517C16.7924 5.79114 17.1565 5.83904 17.444 5.93484C17.741 6.03068 17.9757 6.17441 18.1482 6.36602C18.3303 6.54807 18.4548 6.77324 18.5219 7.04154C18.5986 7.30981 18.6369 7.62123 18.6369 7.97575V10.2897C18.6369 10.4334 18.656 10.5819 18.6944 10.7353C18.7327 10.879 18.7902 11.0131 18.8668 11.1377C18.9531 11.2527 19.0537 11.3485 19.1687 11.4251C19.2932 11.5018 19.4369 11.5401 19.5998 11.5401H20.1891V12.4599Z"/>
5
+ <path fill="#EEF2F6" d="M12.2197 15.1882C11.6554 15.1882 11.1268 15.0968 10.634 14.914C10.1411 14.7312 9.71985 14.5205 9.37012 14.2821L9.8232 13.6383C10.157 13.8767 10.5266 14.0675 10.932 14.2106C11.3374 14.3536 11.8064 14.4252 12.3389 14.4252C12.8318 14.4252 13.1974 14.3338 13.4359 14.1509C13.6823 13.9681 13.8055 13.7575 13.8055 13.519C13.8055 13.4078 13.7816 13.3044 13.7339 13.209C13.6942 13.1136 13.6107 13.0222 13.4835 12.9348C13.3643 12.8474 13.1855 12.7639 12.947 12.6844C12.7085 12.6049 12.3906 12.5255 11.9932 12.446C11.2381 12.287 10.6697 12.0724 10.2882 11.8021C9.91459 11.5319 9.72782 11.1821 9.72782 10.7529C9.72782 10.2839 9.93049 9.89446 10.3359 9.58447C10.7413 9.26651 11.3414 9.10754 12.1362 9.10754C12.5814 9.10754 13.0106 9.18306 13.4239 9.33409C13.8373 9.47715 14.187 9.64805 14.4732 9.84676L13.9962 10.4787C13.7339 10.2879 13.4358 10.1409 13.102 10.0375C12.7682 9.92624 12.4184 9.8706 12.0528 9.8706C11.7189 9.8706 11.4527 9.91034 11.254 9.98985C11.0632 10.0614 10.9241 10.1607 10.8366 10.2879C10.7572 10.4151 10.7174 10.5542 10.7174 10.7052C10.7174 10.9516 10.8486 11.1463 11.1109 11.2894C11.3811 11.4246 11.8104 11.5517 12.3985 11.671C13.0424 11.8061 13.5352 11.9571 13.877 12.124C14.2267 12.291 14.4652 12.4817 14.5924 12.6964C14.7275 12.911 14.7951 13.1653 14.7951 13.4594C14.7951 13.7774 14.6957 14.0675 14.497 14.3298C14.2983 14.5842 14.0081 14.7908 13.6266 14.9498C13.2451 15.1088 12.7761 15.1882 12.2197 15.1882Z"/>
41
6
  </svg>
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <g style="" transform="matrix(0.028098, 0, 0, 0.028098, 10.575318, 11.802302)">
3
+ <circle cx="50.704" cy="7.036" r="343.091" style="stroke-width: 1; fill: rgb(0, 0, 0);"/>
4
+ <path d="M -244.24 -9.966 L -223.66 -9.966 C -217.84 -9.966 -212.69 -11.166 -208.24 -13.565 C -203.78 -16.308 -200.18 -19.737 -197.44 -23.851 C -194.35 -28.308 -192.12 -33.107 -190.75 -38.25 C -189.04 -43.736 -188.18 -49.221 -188.18 -54.707 L -188.18 -137.5 C -188.18 -150.19 -186.98 -161.33 -184.58 -170.93 C -181.84 -180.53 -177.38 -188.59 -171.21 -195.1 C -165.04 -201.96 -156.81 -207.1 -146.53 -210.53 C -135.9 -213.96 -122.7 -215.67 -106.93 -215.67 L -65.271 -215.67 L -65.271 -182.24 L -108.98 -182.24 C -123.38 -182.24 -133.67 -178.99 -139.84 -172.47 C -145.67 -165.96 -148.58 -154.13 -148.58 -136.99 L -148.58 -66.02 C -148.58 -43.05 -152.01 -26.079 -158.87 -15.108 C -165.72 -4.48 -173.61 2.72 -182.52 6.491 C -173.61 10.605 -165.72 18.319 -158.87 29.633 C -152.01 40.946 -148.58 57.403 -148.58 79.002 L -148.58 149.97 C -148.58 167.113 -145.5 178.941 -139.32 185.455 C -133.15 191.969 -122.87 195.226 -108.47 195.226 L -65.271 195.226 L -65.271 228.653 L -106.93 228.653 C -122.7 228.653 -135.9 226.939 -146.53 223.51 C -156.81 220.082 -165.04 214.939 -171.21 208.082 C -177.38 201.568 -181.84 193.511 -184.58 183.912 C -186.98 174.312 -188.18 163.17 -188.18 150.485 L -188.18 67.688 C -188.18 62.546 -189.04 57.403 -190.75 52.26 C -192.12 46.775 -194.35 41.975 -197.44 37.861 C -200.18 33.404 -203.78 29.804 -208.24 27.061 C -212.35 24.319 -217.32 22.947 -223.15 22.947 L -244.24 22.947 L -244.24 -9.966 Z" style="stroke-width: 1; fill: rgb(255, 255, 255);"/>
5
+ <path d="M 341.657 22.947 L 321.086 22.947 C 315.258 22.947 310.115 24.319 305.658 27.061 C 301.544 29.461 297.944 32.89 294.859 37.347 C 292.116 41.461 289.887 46.261 288.173 51.746 C 286.802 56.889 286.116 62.203 286.116 67.688 L 286.116 150.485 C 286.116 163.17 284.745 174.312 282.002 183.912 C 279.602 193.511 275.145 201.568 268.631 208.082 C 262.46 214.939 254.06 220.082 243.432 223.51 C 233.147 226.939 220.119 228.653 204.348 228.653 L 162.693 228.653 L 162.693 195.226 L 206.405 195.226 C 220.805 195.226 230.918 191.969 236.747 185.455 C 242.918 178.941 246.004 167.113 246.004 149.97 L 246.004 79.002 C 246.004 56.032 249.432 39.232 256.289 28.604 C 263.146 17.633 271.031 10.262 279.945 6.491 C 271.031 2.377 263.146 -5.337 256.289 -16.651 C 249.432 -27.965 246.004 -44.421 246.004 -66.02 L 246.004 -136.99 C 246.004 -154.13 242.918 -165.96 236.747 -172.47 C 230.576 -178.99 220.29 -182.24 205.891 -182.24 L 162.693 -182.24 L 162.693 -215.67 L 204.348 -215.67 C 220.119 -215.67 233.147 -213.96 243.432 -210.53 C 254.06 -207.1 262.46 -201.96 268.631 -195.1 C 275.145 -188.59 279.602 -180.53 282.002 -170.93 C 284.745 -161.33 286.116 -150.19 286.116 -137.5 L 286.116 -54.707 C 286.116 -49.564 286.802 -44.25 288.173 -38.764 C 289.545 -33.622 291.602 -28.822 294.344 -24.365 C 297.43 -20.251 301.03 -16.822 305.144 -14.08 C 309.601 -11.337 314.743 -9.966 320.572 -9.966 L 341.657 -9.966 L 341.657 22.947 Z" style="stroke-width: 1; fill: rgb(255, 255, 255);"/>
6
+ <path d="M 56.651 120.5 C 36.457 120.5 17.544 117.229 -0.089 110.688 C -17.723 104.146 -32.797 96.609 -45.311 88.077 L -29.099 65.04 C -17.154 73.572 -3.929 80.398 10.576 85.517 C 25.081 90.637 41.861 93.196 60.917 93.196 C 78.55 93.196 91.633 89.926 100.166 83.384 C 108.983 76.843 113.391 69.306 113.391 60.773 C 113.391 56.792 112.538 53.094 110.831 49.681 C 109.409 46.268 106.423 42.998 101.872 39.869 C 97.606 36.741 91.207 33.754 82.674 30.91 C 74.142 28.066 62.766 25.222 48.545 22.378 C 21.526 16.69 1.19 9.01 -12.461 -0.66 C -25.829 -10.33 -32.512 -22.844 -32.512 -38.202 C -32.512 -54.982 -25.26 -68.918 -10.755 -80.01 C 3.75 -91.387 25.223 -97.075 53.664 -97.075 C 69.591 -97.075 84.95 -94.373 99.739 -88.969 C 114.529 -83.85 127.043 -77.735 137.282 -70.625 L 120.217 -48.014 C 110.831 -54.84 100.166 -60.102 88.22 -63.799 C 76.275 -67.781 63.761 -69.772 50.678 -69.772 C 38.733 -69.772 29.205 -68.35 22.095 -65.505 C 15.269 -62.946 10.292 -59.391 7.163 -54.84 C 4.319 -50.289 2.897 -45.312 2.897 -39.908 C 2.897 -31.092 7.59 -24.124 16.975 -19.004 C 26.645 -14.169 42.004 -9.619 63.05 -5.352 C 86.087 -0.517 103.721 4.886 115.951 10.859 C 128.465 16.832 136.997 23.658 141.548 31.337 C 146.383 39.016 148.8 48.117 148.8 58.64 C 148.8 70.017 145.245 80.398 138.135 89.783 C 131.024 98.885 120.643 106.279 106.992 111.968 C 93.34 117.656 76.56 120.5 56.651 120.5 Z" style="stroke-width: 1; fill: rgb(255, 255, 255);"/>
7
+ </g>
8
+ </svg>
@@ -1,42 +1,6 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
- <rect width="42" height="42" x="0.00830078" fill="#1E2739" rx="21"/>
3
- <path fill="#1812FF" d="M20.9263 38.0624C30.2932 38.1066 37.9953 30.5099 38.0704 21.1456C38.0852 19.2682 37.7957 17.4606 37.2501 15.7681C33.2167 16.1017 29.2771 17.809 26.1915 20.8937C22.8458 24.2384 21.1193 28.5868 21.0093 32.9688C21.0012 33.2972 20.5751 33.4177 20.3928 33.1456C18.1971 29.8667 14.4586 27.7078 10.2148 27.7078C8.62505 27.7078 7.10499 28.0107 5.71094 28.5628C8.48698 34.1682 14.2535 38.0301 20.9263 38.0624Z"/>
4
- <path fill="#1812FF" d="M21.0077 9.03414C21.0158 8.70583 21.442 8.58522 21.6243 8.85725C23.82 12.1363 27.5584 14.2952 31.8023 14.2952C33.3934 14.2952 34.9134 13.991 36.3075 13.4389C33.5327 7.83077 27.7648 3.96743 21.0909 3.93526C11.7226 3.88971 4.01908 11.4904 3.94536 20.8559C3.93062 22.7334 4.22015 24.5424 4.76705 26.2349C8.79906 25.9013 12.7399 24.194 15.8243 21.1092C19.17 17.7645 20.8978 13.416 21.0077 9.03414Z"/>
5
- <mask id="somi_svg__mask0_8473_46779" width="36" height="36" x="3" y="3" maskUnits="userSpaceOnUse" style="mask-type:alpha">
6
- <path fill="#1812FF" d="M20.9263 38.0624C30.2932 38.1066 37.9953 30.5099 38.0704 21.1456C38.0852 19.2682 37.7957 17.4606 37.2501 15.7681C33.2167 16.1017 29.2771 17.809 26.1915 20.8937C22.8458 24.2384 21.1193 28.5868 21.0093 32.9688C21.0012 33.2972 20.5751 33.4177 20.3928 33.1456C18.1971 29.8667 14.4586 27.7078 10.2148 27.7078C8.62505 27.7078 7.10499 28.0107 5.71094 28.5628C8.48698 34.1682 14.2535 38.0301 20.9263 38.0624Z"/>
7
- <path fill="#1812FF" d="M21.0077 9.03414C21.0158 8.70583 21.442 8.58522 21.6243 8.85725C23.82 12.1363 27.5584 14.2952 31.8023 14.2952C33.3934 14.2952 34.9134 13.991 36.3075 13.4389C33.5327 7.83077 27.7648 3.96743 21.0909 3.93526C11.7226 3.88971 4.01908 11.4904 3.94536 20.8559C3.93062 22.7334 4.22015 24.5424 4.76705 26.2349C8.79906 25.9013 12.7399 24.194 15.8243 21.1092C19.17 17.7645 20.8978 13.416 21.0077 9.03414Z"/>
8
- </mask>
9
- <g mask="url(#somi_svg__mask0_8473_46779)">
10
- <g filter="url(#somi_svg__filter0_f_8473_46779)">
11
- <path fill="#3CD1EE" d="M7.28446 33.1602C16.8676 33.1602 24.6363 25.3676 24.6363 15.7549C24.6363 6.14222 16.8676 -1.65039 7.28446 -1.65039C-2.2987 -1.65039 -10.0674 6.14222 -10.0674 15.7549C-10.0674 25.3676 -2.2987 33.1602 7.28446 33.1602Z"/>
12
- </g>
13
- <g filter="url(#somi_svg__filter1_f_8473_46779)">
14
- <path fill="#CB19EA" d="M34.0161 52.4172C44.9693 52.4172 53.8486 43.5105 53.8486 32.5235C53.8486 21.5366 44.9693 12.6299 34.0161 12.6299C23.0629 12.6299 14.1836 21.5366 14.1836 32.5235C14.1836 43.5105 23.0629 52.4172 34.0161 52.4172Z"/>
15
- </g>
16
- </g>
17
- <mask id="somi_svg__mask1_8473_46779" width="34" height="24" x="5" y="15" maskUnits="userSpaceOnUse" style="mask-type:alpha">
18
- <path fill="#1812FF" d="M20.9273 38.0643C30.2942 38.1085 37.9963 30.5118 38.0714 21.1476C38.0862 19.2702 37.7967 17.4625 37.2511 15.77C33.2177 16.1036 29.2781 17.8109 26.1925 20.8957C22.8467 24.2405 21.1203 28.5889 21.0103 32.9708C21.0022 33.2991 20.5761 33.4196 20.3938 33.1477C18.1981 29.8686 14.4596 27.7098 10.2158 27.7098C8.62603 27.7098 7.10598 28.0127 5.71191 28.5647C8.48796 34.1702 14.2545 38.0322 20.9273 38.0643Z"/>
19
- </mask>
20
- <g mask="url(#somi_svg__mask1_8473_46779)">
21
- <g filter="url(#somi_svg__filter2_f_8473_46779)">
22
- <path fill="#FF0833" d="M27.6592 19.2964C27.6592 25.2839 32.2892 30.1377 38.0006 30.1377C43.712 30.1377 48.342 25.2839 48.342 19.2964C48.342 13.3089 43.712 8.45508 38.0006 8.45508C32.2892 8.45508 27.6592 13.3089 27.6592 19.2964Z"/>
23
- </g>
24
- </g>
25
- <defs>
26
- <filter id="somi_svg__filter0_f_8473_46779" width="63.1322" height="63.2392" x="-24.2817" y="-15.8647" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
27
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
28
- <feBlend in="SourceGraphic" in2="BackgroundImageFix" mode="normal" result="shape"/>
29
- <feGaussianBlur result="effect1_foregroundBlur_8473_46779" stdDeviation="7.10716"/>
30
- </filter>
31
- <filter id="somi_svg__filter1_f_8473_46779" width="68.0937" height="68.2157" x="-0.0307236" y="-1.58443" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
32
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
33
- <feBlend in="SourceGraphic" in2="BackgroundImageFix" mode="normal" result="shape"/>
34
- <feGaussianBlur result="effect1_foregroundBlur_8473_46779" stdDeviation="7.10716"/>
35
- </filter>
36
- <filter id="somi_svg__filter2_f_8473_46779" width="43.4258" height="44.4255" x="16.2877" y="-2.91637" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
37
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
38
- <feBlend in="SourceGraphic" in2="BackgroundImageFix" mode="normal" result="shape"/>
39
- <feGaussianBlur result="effect1_foregroundBlur_8473_46779" stdDeviation="5.68573"/>
40
- </filter>
41
- </defs>
2
+ <rect width="42" height="42" fill="white" rx="21"/>
3
+ <path fill="#030412" d="M3.09058 19.9938H4.34817C4.70448 19.9938 5.01888 19.9205 5.29136 19.7738C5.56383 19.6061 5.78391 19.3965 5.95159 19.145C6.14023 18.8725 6.27648 18.5791 6.36029 18.2647C6.46508 17.9293 6.51753 17.594 6.51753 17.2586V12.1968C6.51753 11.4213 6.59089 10.7401 6.73756 10.1532C6.90525 9.56633 7.17773 9.07376 7.555 8.67552C7.93227 8.25638 8.43535 7.94196 9.06413 7.73233C9.71387 7.52275 10.5209 7.41797 11.485 7.41797H14.0316V9.46154H11.3592C10.4789 9.46154 9.85014 9.66066 9.47282 10.0589C9.11652 10.4571 8.93837 11.1802 8.93837 12.2282V16.5669C8.93837 17.9712 8.72874 19.0087 8.30959 19.6795C7.89039 20.3292 7.40827 20.7694 6.86331 20.9999C7.40827 21.2514 7.89039 21.723 8.30959 22.4147C8.72874 23.1063 8.93837 24.1124 8.93837 25.4329V29.7716C8.93837 30.8196 9.12697 31.5427 9.5043 31.941C9.88157 32.3392 10.5103 32.5383 11.3906 32.5383H14.0316V34.5819H11.485C10.5209 34.5819 9.71387 34.4771 9.06413 34.2675C8.43535 34.0579 7.93227 33.7435 7.555 33.3243C7.17773 32.926 6.90525 32.4335 6.73756 31.8466C6.59089 31.2597 6.51753 30.5786 6.51753 29.8031V24.7412C6.51753 24.4269 6.46508 24.1124 6.36029 23.798C6.27648 23.4627 6.14023 23.1693 5.95159 22.9177C5.78391 22.6453 5.56383 22.4252 5.29136 22.2575C5.03984 22.0898 4.73592 22.006 4.3796 22.006H3.09058V19.9938Z"/>
4
+ <path fill="#030412" d="M38.9095 22.006H37.6519C37.2956 22.006 36.9812 22.0898 36.7087 22.2575C36.4572 22.4042 36.2371 22.6138 36.0485 22.8863C35.8808 23.1378 35.7446 23.4313 35.6398 23.7666C35.556 24.081 35.514 24.4059 35.514 24.7412V29.8031C35.514 30.5786 35.4302 31.2597 35.2625 31.8466C35.1158 32.4335 34.8433 32.926 34.4451 33.3243C34.0678 33.7435 33.5543 34.0579 32.9045 34.2675C32.2757 34.4771 31.4793 34.5819 30.5151 34.5819H27.9685V32.5383H30.6409C31.5212 32.5383 32.1395 32.3392 32.4958 31.941C32.8731 31.5427 33.0618 30.8196 33.0618 29.7716V25.4329C33.0618 24.0286 33.2713 23.0016 33.6905 22.3518C34.1097 21.6811 34.5918 21.2305 35.1367 20.9999C34.5918 20.7484 34.1097 20.2768 33.6905 19.5851C33.2713 18.8934 33.0618 17.8874 33.0618 16.5669V12.2282C33.0618 11.1802 32.8731 10.4571 32.4958 10.0589C32.1186 9.66066 31.4897 9.46154 30.6094 9.46154H27.9685V7.41797H30.5151C31.4793 7.41797 32.2757 7.52275 32.9045 7.73233C33.5543 7.94196 34.0678 8.25638 34.4451 8.67552C34.8433 9.07376 35.1158 9.56633 35.2625 10.1532C35.4302 10.7401 35.514 11.4213 35.514 12.1968V17.2586C35.514 17.573 35.556 17.8979 35.6398 18.2332C35.7237 18.5476 35.8494 18.8411 36.017 19.1135C36.2057 19.365 36.4258 19.5747 36.6773 19.7423C36.9498 19.91 37.2641 19.9938 37.6205 19.9938H38.9095V22.006Z"/>
5
+ <path fill="#030412" d="M21.4859 27.9741C20.2514 27.9741 19.0951 27.7742 18.0171 27.3743C16.939 26.9743 16.0175 26.5136 15.2524 25.9919L16.2436 24.5836C16.9738 25.1052 17.7823 25.5225 18.6691 25.8354C19.5559 26.1484 20.5817 26.3049 21.7467 26.3049C22.8248 26.3049 23.6246 26.105 24.1462 25.705C24.6853 25.3051 24.9547 24.8444 24.9547 24.3227C24.9547 24.0793 24.9026 23.8532 24.7982 23.6446C24.7113 23.4359 24.5288 23.236 24.2505 23.0447C23.9897 22.8535 23.5985 22.6709 23.0769 22.497C22.5552 22.3231 21.8598 22.1493 20.9904 21.9754C19.3385 21.6277 18.0953 21.1582 17.2607 20.567C16.4435 19.9758 16.0349 19.2107 16.0349 18.2718C16.0349 17.246 16.4783 16.394 17.365 15.7159C18.2518 15.0203 19.5646 14.6726 21.3033 14.6726C22.2771 14.6726 23.216 14.8378 24.1201 15.1682C25.0243 15.4811 25.7894 15.855 26.4153 16.2896L25.3721 17.672C24.7982 17.2547 24.1462 16.933 23.416 16.7069C22.6856 16.4635 21.9206 16.3418 21.1208 16.3418C20.3905 16.3418 19.808 16.4287 19.3733 16.6027C18.956 16.7591 18.6518 16.9764 18.4605 17.2547C18.2866 17.5329 18.1997 17.8372 18.1997 18.1675C18.1997 18.7065 18.4866 19.1325 19.0603 19.4455C19.6515 19.7411 20.5905 20.0193 21.8771 20.2801C23.2855 20.5757 24.3636 20.906 25.1113 21.2712C25.8763 21.6364 26.3979 22.0537 26.6761 22.5231C26.9717 22.9926 27.1195 23.549 27.1195 24.1923C27.1195 24.8878 26.9022 25.5225 26.4675 26.0962C26.0328 26.6527 25.3981 27.1047 24.5635 27.4525C23.7289 27.8003 22.7031 27.9741 21.4859 27.9741Z"/>
42
6
  </svg>
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
+ <defs/>
3
+ <g transform="matrix(0.864981, 0, 0, 0.864981, -49.226944, 0.474002)">
4
+ <circle cx="81.189" cy="23.73" r="24.278" fill="black" style="stroke-width: 1;"/>
5
+ <path fill="white" d="M 60.318 22.527 L 61.774 22.527 C 62.187 22.527 62.55 22.442 62.866 22.272 C 63.181 22.078 63.435 21.835 63.63 21.544 C 63.848 21.229 64.006 20.889 64.103 20.525 C 64.225 20.137 64.285 19.749 64.285 19.361 L 64.285 13.502 C 64.285 12.604 64.37 11.816 64.539 11.137 C 64.734 10.457 65.049 9.887 65.486 9.426 C 65.922 8.941 66.504 8.577 67.233 8.334 C 67.985 8.092 68.919 7.971 70.035 7.971 L 72.982 7.971 L 72.982 10.336 L 69.889 10.336 C 68.87 10.336 68.143 10.567 67.705 11.027 C 67.294 11.488 67.087 12.325 67.087 13.538 L 67.087 18.56 C 67.087 20.186 66.844 21.387 66.359 22.163 C 65.874 22.915 65.316 23.425 64.685 23.691 C 65.316 23.983 65.874 24.528 66.359 25.329 C 66.844 26.13 67.087 27.294 67.087 28.822 L 67.087 33.844 C 67.087 35.058 67.305 35.894 67.742 36.355 C 68.179 36.816 68.907 37.047 69.925 37.047 L 72.982 37.047 L 72.982 39.412 L 70.035 39.412 C 68.919 39.412 67.985 39.291 67.233 39.048 C 66.504 38.806 65.922 38.442 65.486 37.957 C 65.049 37.496 64.734 36.926 64.539 36.246 C 64.37 35.567 64.285 34.779 64.285 33.881 L 64.285 28.022 C 64.285 27.658 64.225 27.294 64.103 26.93 C 64.006 26.542 63.848 26.202 63.63 25.911 C 63.435 25.596 63.181 25.341 62.866 25.147 C 62.574 24.953 62.223 24.856 61.81 24.856 L 60.318 24.856 L 60.318 22.527 Z" style="stroke-width: 1;"/>
6
+ <path fill="white" d="M 101.778 24.856 L 100.322 24.856 C 99.91 24.856 99.546 24.953 99.23 25.147 C 98.939 25.317 98.684 25.56 98.466 25.875 C 98.272 26.166 98.114 26.506 97.993 26.894 C 97.896 27.258 97.847 27.634 97.847 28.022 L 97.847 33.881 C 97.847 34.779 97.75 35.567 97.556 36.246 C 97.386 36.926 97.071 37.496 96.61 37.957 C 96.173 38.442 95.579 38.806 94.827 39.048 C 94.099 39.291 93.177 39.412 92.061 39.412 L 89.114 39.412 L 89.114 37.047 L 92.207 37.047 C 93.226 37.047 93.941 36.816 94.354 36.355 C 94.791 35.894 95.009 35.058 95.009 33.844 L 95.009 28.822 C 95.009 27.197 95.252 26.008 95.737 25.256 C 96.222 24.48 96.78 23.958 97.411 23.691 C 96.78 23.4 96.222 22.854 95.737 22.054 C 95.252 21.253 95.009 20.089 95.009 18.56 L 95.009 13.538 C 95.009 12.325 94.791 11.488 94.354 11.027 C 93.917 10.567 93.189 10.336 92.171 10.336 L 89.114 10.336 L 89.114 7.971 L 92.061 7.971 C 93.177 7.971 94.099 8.092 94.827 8.334 C 95.579 8.577 96.173 8.941 96.61 9.426 C 97.071 9.887 97.386 10.457 97.556 11.137 C 97.75 11.816 97.847 12.604 97.847 13.502 L 97.847 19.361 C 97.847 19.725 97.896 20.101 97.993 20.489 C 98.09 20.853 98.236 21.193 98.43 21.508 C 98.648 21.799 98.903 22.042 99.194 22.236 C 99.509 22.43 99.873 22.527 100.286 22.527 L 101.778 22.527 L 101.778 24.856 Z" style="stroke-width: 1;"/>
7
+ <path fill="white" d="M 81.61 31.759 C 80.181 31.759 78.843 31.527 77.595 31.065 C 76.347 30.602 75.28 30.068 74.395 29.465 L 75.542 27.835 C 76.387 28.438 77.323 28.921 78.349 29.284 C 79.376 29.646 80.563 29.827 81.912 29.827 C 83.16 29.827 84.085 29.595 84.689 29.133 C 85.313 28.67 85.625 28.136 85.625 27.533 C 85.625 27.251 85.565 26.989 85.444 26.748 C 85.343 26.506 85.132 26.275 84.81 26.053 C 84.508 25.832 84.055 25.621 83.451 25.419 C 82.847 25.218 82.042 25.017 81.036 24.816 C 79.124 24.413 77.685 23.87 76.719 23.185 C 75.773 22.501 75.3 21.616 75.3 20.529 C 75.3 19.342 75.814 18.355 76.84 17.57 C 77.866 16.765 79.386 16.363 81.398 16.363 C 82.526 16.363 83.612 16.554 84.659 16.936 C 85.705 17.299 86.591 17.731 87.316 18.235 L 86.108 19.835 C 85.444 19.351 84.689 18.979 83.844 18.717 C 82.998 18.436 82.113 18.295 81.187 18.295 C 80.342 18.295 79.668 18.395 79.165 18.597 C 78.682 18.778 78.329 19.029 78.108 19.351 C 77.907 19.674 77.806 20.026 77.806 20.408 C 77.806 21.032 78.138 21.525 78.802 21.887 C 79.487 22.23 80.573 22.551 82.063 22.853 C 83.693 23.196 84.941 23.578 85.806 24.001 C 86.692 24.423 87.295 24.906 87.617 25.45 C 87.96 25.993 88.131 26.637 88.131 27.382 C 88.131 28.187 87.879 28.921 87.376 29.585 C 86.873 30.229 86.138 30.753 85.172 31.155 C 84.206 31.558 83.019 31.759 81.61 31.759 Z" style="stroke-width: 1;"/>
8
+ </g>
9
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
+ <rect width="42" height="42" fill="#EA0029" rx="21"/>
3
+ <path fill="white" d="M28.6948 11.021L8.75781 8.21875L19.8931 35.7812L35.2421 16.1359L28.6948 11.021ZM31.5301 15.7765L25.0505 17.1629L28.4205 13.3475L31.5292 15.7765H31.5301ZM26.3145 12.7077L22.1554 17.4164L13.8944 10.9628L26.3145 12.7086V12.7077ZM19.7003 29.9606L12.6626 12.5402L21.2109 19.2186L19.7012 29.9606H19.7003ZM21.6831 30.2384L23.1771 19.6101L31.3539 17.8608L21.684 30.2384H21.6831Z"/>
4
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "1.0.44",
3
+ "version": "1.0.46",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "homepage": "https://api3dao.github.io/logos/",
@@ -19,21 +19,20 @@
19
19
  "api-provider"
20
20
  ],
21
21
  "devDependencies": {
22
- "@api3/dapi-management": "4.9.0",
22
+ "@api3/dapi-management": "4.17.1",
23
23
  "@babel/core": "^7.29.0",
24
24
  "@babel/preset-react": "^7.28.5",
25
- "@changesets/changelog-github": "^0.5.2",
26
- "@changesets/cli": "^2.29.8",
27
- "@typescript-eslint/eslint-plugin": "^8.55.0",
28
- "@typescript-eslint/parser": "^8.55.0",
29
- "dotenv": "^17.3.1",
25
+ "@changesets/cli": "^2.31.0",
26
+ "@typescript-eslint/eslint-plugin": "^8.59.0",
27
+ "@typescript-eslint/parser": "^8.59.0",
28
+ "dotenv": "^17.4.2",
30
29
  "dropbox": "^10.34.0",
31
30
  "eslint": "^8.57.1",
32
31
  "eslint-config-prettier": "^10.1.8",
33
32
  "node-fetch": "^2.7.0",
34
- "prettier": "^3.8.1",
33
+ "prettier": "^3.8.3",
35
34
  "rimraf": "^6.1.3",
36
- "svgo": "^4.0.0"
35
+ "svgo": "^4.0.1"
37
36
  },
38
37
  "main": "./dist/cjs/index.js",
39
38
  "module": "./dist/esm/index.js",
@@ -1,19 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <mask id="Chain196_svg__mask0_5291_301602" width="4" height="6" x="18" y="4" maskUnits="userSpaceOnUse" style="mask-type:alpha">
3
- <path fill="black" d="M18.7093 4.60449H21.5002V9.53751H18.7093V4.60449Z"/>
4
- </mask>
5
- <g mask="url(#Chain196_svg__mask0_5291_301602)">
6
- <path fill="#878888" d="M21.1717 4.60449H16.8965C16.7149 4.60449 16.5676 4.75173 16.5676 4.93336V9.20861C16.5676 9.39025 16.7149 9.53748 16.8965 9.53748H21.1717C21.3533 9.53748 21.5005 9.39025 21.5005 9.20861V4.93336C21.5005 4.75173 21.3533 4.60449 21.1717 4.60449Z"/>
7
- </g>
8
- <mask id="Chain196_svg__mask1_5291_301602" width="4" height="6" x="18" y="14" maskUnits="userSpaceOnUse" style="mask-type:alpha">
9
- <path fill="black" d="M18.709 14.4629H21.5V19.3959H18.709V14.4629Z"/>
10
- </mask>
11
- <g mask="url(#Chain196_svg__mask1_5291_301602)">
12
- <path fill="#878888" d="M21.1714 14.4629H16.8963C16.7146 14.4629 16.5674 14.6101 16.5674 14.7918V19.067C16.5674 19.2486 16.7146 19.3959 16.8963 19.3959H21.1714C21.353 19.3959 21.5003 19.2486 21.5003 19.067V14.7918C21.5003 14.6101 21.353 14.4629 21.1714 14.4629Z"/>
13
- </g>
14
- <path fill="#DDDDDD" d="M12.029 9.5459H7.77408C7.59332 9.5459 7.44678 9.69138 7.44678 9.87084V14.0955C7.44678 14.2749 7.59332 14.4204 7.77408 14.4204H12.029C12.2097 14.4204 12.3563 14.2749 12.3563 14.0955V9.87084C12.3563 9.69138 12.2097 9.5459 12.029 9.5459Z"/>
15
- <path fill="#DDDDDD" d="M7.104 4.59961H2.82886C2.64724 4.59961 2.5 4.74685 2.5 4.92848V9.20375C2.5 9.38535 2.64724 9.53259 2.82886 9.53259H7.104C7.28564 9.53259 7.43287 9.38535 7.43287 9.20375V4.92848C7.43287 4.74685 7.28564 4.59961 7.104 4.59961Z"/>
16
- <path fill="#DDDDDD" d="M16.968 4.59961H12.6929C12.5112 4.59961 12.364 4.74685 12.364 4.92848V9.20375C12.364 9.38535 12.5112 9.53259 12.6929 9.53259H16.968C17.1497 9.53259 17.2969 9.38535 17.2969 9.20375V4.92848C17.2969 4.74685 17.1497 4.59961 16.968 4.59961Z"/>
17
- <path fill="#DDDDDD" d="M7.10403 14.4658H2.82886C2.64724 14.4658 2.5 14.6131 2.5 14.7947V19.0699C2.5 19.2516 2.64724 19.3988 2.82886 19.3988H7.10403C7.28564 19.3988 7.43287 19.2516 7.43287 19.0699V14.7947C7.43287 14.6131 7.28564 14.4658 7.10403 14.4658Z"/>
18
- <path fill="#DDDDDD" d="M16.968 14.4658H12.6929C12.5112 14.4658 12.364 14.6131 12.364 14.7947V19.0699C12.364 19.2516 12.5112 19.3988 12.6929 19.3988H16.968C17.1497 19.3988 17.2969 19.2516 17.2969 19.0699V14.7947C17.2969 14.6131 17.1497 14.4658 16.968 14.4658Z"/>
19
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#E26E1C" d="M6.93361 6.8445C6.93361 5.74109 6.93361 4.64929 6.93361 3.54588C6.93361 3.42973 6.94523 3.37166 7.08461 3.4065C7.76988 3.5575 8.43193 3.76656 9.09397 3.98725C9.21012 4.02209 9.24497 4.08017 9.24497 4.19631C9.24497 5.20681 9.24497 6.22891 9.24497 7.2394C9.24497 7.3904 9.27981 7.44847 9.4308 7.49493C10.058 7.704 10.6736 7.93629 11.2892 8.15698C11.3473 8.1802 11.4053 8.20343 11.4866 8.22666C11.4866 7.92468 11.4866 7.63431 11.4866 7.34394C11.4866 6.58897 11.4866 5.83401 11.4866 5.06743C11.4866 4.8932 11.5331 4.88159 11.6841 4.92805C12.0674 5.0442 12.4739 5.14873 12.8572 5.26488C12.9966 5.31134 13.0314 5.27649 13.0314 5.1255C13.0198 4.68414 13.0314 4.23116 13.0314 3.78979C13.0314 3.68526 13.043 3.6388 13.1708 3.67365C13.6238 3.78979 14.0767 3.90594 14.5297 4.01048C14.6575 4.03371 14.6691 4.10339 14.6691 4.20793C14.6691 4.64929 14.6691 5.10227 14.6691 5.54364C14.6691 5.64817 14.6923 5.70624 14.8085 5.71786C15.1918 5.78755 15.5867 5.85724 15.97 5.92693C16.0977 5.95015 16.1558 5.91531 16.1442 5.77593C16.1326 5.34618 16.1442 4.90482 16.1442 4.47507C16.1442 4.35892 16.1674 4.31246 16.2952 4.33569C16.7249 4.40538 17.1663 4.45184 17.6077 4.46346C17.7354 4.46346 17.7238 4.54476 17.7238 4.63768C17.7238 5.07904 17.7238 5.52041 17.7238 5.96177C17.7238 6.07792 17.747 6.12438 17.8748 6.13599C18.4672 6.20568 19.0595 6.2986 19.6286 6.50767C20.5346 6.8445 21.1618 7.42524 21.2896 8.42412C21.4754 9.8179 21.0921 11.0491 20.07 12.0479C20.0468 12.0712 20.0119 12.0944 19.9422 12.1409C20.1281 12.2106 20.2675 12.257 20.4068 12.3035C21.2431 12.6403 21.6845 13.2907 21.8006 14.1618C21.9516 15.4279 21.6729 16.5777 20.8714 17.5766C20.1513 18.4826 19.1757 18.9588 18.0374 19.0865C18.0142 19.0865 17.9909 19.0982 17.9561 19.0865C17.7586 19.0749 17.7006 19.1678 17.7122 19.3653C17.7238 19.7602 17.7122 20.1667 17.7238 20.5732C17.7238 20.701 17.7006 20.7591 17.5612 20.7591C17.1314 20.7591 16.7133 20.7591 16.2836 20.7242C16.179 20.7126 16.1442 20.6894 16.1442 20.5732C16.1558 20.1319 16.1442 19.6905 16.1442 19.2492C16.1442 19.1214 16.121 19.0633 15.9816 19.0517C15.5867 19.0169 15.1918 18.9704 14.8085 18.9239C14.6923 18.9123 14.6691 18.9356 14.6691 19.0517C14.6691 19.4814 14.6691 19.9112 14.6691 20.3293C14.6691 20.5036 14.6575 20.5732 14.4484 20.5268C14.0303 20.4455 13.6121 20.3758 13.1824 20.3177C13.0663 20.2945 13.0198 20.2596 13.0198 20.1319C13.0314 19.6905 13.0198 19.2375 13.0314 18.7962C13.0314 18.6684 13.0082 18.6103 12.8804 18.5871C11.6841 18.4129 10.5458 17.9831 9.38435 17.6463C9.30304 17.6231 9.23335 17.5998 9.23335 17.4837C9.24497 16.3919 9.24497 15.3117 9.24497 14.2199C9.25658 14.2199 9.2682 14.2199 9.27981 14.2199C9.6631 14.3012 10.0232 14.4406 10.3832 14.5568C10.7433 14.6729 11.1033 14.8007 11.4866 14.9168C11.4866 13.8134 11.4866 12.7332 11.4866 11.6647C11.4866 11.595 11.4518 11.5601 11.3937 11.5369C10.6852 11.3046 9.98832 11.0258 9.2682 10.8168C9.25658 10.7935 9.24497 10.7819 9.23335 10.7587C9.23335 9.80628 9.23335 8.86548 9.23335 7.91306C9.23335 7.75046 9.29143 7.52977 9.21012 7.42524C9.12882 7.30909 8.90814 7.28586 8.74553 7.2394C8.14156 7.11164 7.5492 6.9258 6.93361 6.8445ZM17.0966 16.4732C17.2244 16.4732 17.3521 16.4732 17.4799 16.4732C18.3394 16.4384 18.8504 15.9041 18.8388 15.0794C18.8272 14.4522 18.5252 14.0573 17.9096 13.9179C17.7122 13.8715 17.5031 13.8482 17.2941 13.8366C16.4578 13.8134 15.6331 13.7089 14.8085 13.5811C14.6923 13.5579 14.6459 13.5695 14.6459 13.6973C14.6459 14.4871 14.6459 15.2885 14.6459 16.0783C14.6459 16.1712 14.6575 16.2177 14.7736 16.2409C15.5518 16.3687 16.3184 16.4384 17.0966 16.4732ZM14.6575 9.70175C14.6575 10.0618 14.6691 10.4219 14.6575 10.7935C14.6575 10.9329 14.7039 10.9794 14.8317 11.0026C15.2498 11.0607 15.6564 11.142 16.0745 11.1884C16.4926 11.2349 16.9108 11.3162 17.3289 11.2465C17.7703 11.1652 18.1187 10.9562 18.2465 10.4916C18.4323 9.84113 18.2813 9.09778 17.387 8.85387C17.2941 8.83064 17.2011 8.80741 17.1082 8.78418C16.33 8.67964 15.5518 8.60995 14.7852 8.44735C14.6575 8.42412 14.6459 8.47058 14.6459 8.57511C14.6575 8.94678 14.6575 9.31846 14.6575 9.70175Z"/>
3
- <path fill="#E26E1C" d="M9.23335 10.8052C9.24497 10.8284 9.25658 10.84 9.2682 10.8632C9.2682 10.8981 9.25658 10.9213 9.25658 10.9562C9.25658 12.0015 9.25658 13.0584 9.25658 14.1038C9.25658 14.1502 9.25658 14.2083 9.29143 14.2548C9.27981 14.2548 9.2682 14.2548 9.25658 14.2548C8.61777 14.0225 7.95572 13.8715 7.29367 13.7553C6.95684 13.6973 6.95684 13.6973 6.95684 14.0457C6.95684 15.0213 6.95684 15.9854 6.95684 16.961C6.95684 17.1236 6.91038 17.1469 6.75939 17.1236C6.10896 17.0423 5.45853 17.0307 4.8081 17.1352C4.63387 17.1585 4.58741 17.1236 4.58741 16.9378C4.59903 15.9273 4.58741 14.9052 4.59903 13.8947C4.59903 13.7321 4.5758 13.674 4.38996 13.7089C3.93698 13.7786 3.47239 13.8018 3.03103 13.9063C2.7755 13.9644 2.53159 14.0457 2.29929 14.1735C2.20637 14.2199 2.17153 14.2083 2.17153 14.1038C2.17153 13.0004 2.17153 11.9086 2.17153 10.8052C2.17153 10.689 2.25283 10.6658 2.32252 10.6309C2.84519 10.3754 3.41432 10.2941 3.99506 10.2476C4.19251 10.236 4.38996 10.2128 4.59903 10.2012C4.59903 10.2709 4.61064 10.3406 4.61064 10.4103C4.61064 11.4207 4.61064 12.4429 4.61064 13.4533C4.61064 13.6392 4.6571 13.6856 4.83133 13.6624C5.47014 13.5811 6.10896 13.5927 6.74777 13.6856C6.93361 13.7089 6.95684 13.6624 6.95684 13.4998C6.94523 12.4312 6.95684 11.3511 6.95684 10.2825C7.3169 10.3173 7.67696 10.4103 8.03702 10.4916C8.42031 10.5729 8.82683 10.689 9.23335 10.8052Z"/>
4
- <path fill="#E26E1C" d="M4.5758 6.72835C3.99506 6.78642 3.41431 6.78642 2.84519 6.9258C2.67096 6.97226 2.49674 7.03034 2.33413 7.11164C2.20637 7.16971 2.15991 7.1581 2.15991 7.00711C2.17153 6.41475 2.15991 5.83401 2.15991 5.24165C2.15991 4.77706 2.17153 4.31246 2.15991 3.84787C2.15991 3.69688 2.20637 3.6388 2.34575 3.58073C2.88003 3.34843 3.43754 3.26713 4.00667 3.25551C4.14605 3.25551 4.29704 3.25551 4.43642 3.2439C4.5758 3.23228 4.61064 3.27874 4.61064 3.41812C4.59903 4.14985 4.61064 4.8932 4.61064 5.62494C4.61064 5.985 4.61064 6.34506 4.61064 6.71673C4.58741 6.70512 4.58741 6.71673 4.5758 6.72835Z"/>
5
- <path fill="#E26E1C" d="M4.5758 6.72835C4.58741 6.71673 4.59903 6.71673 4.59903 6.70512C5.27269 6.65866 5.94635 6.67028 6.62001 6.77481C6.72455 6.78642 6.84069 6.79804 6.93361 6.85611C6.93361 7.99437 6.93361 9.13262 6.93361 10.2709C6.42256 10.2012 5.92312 10.1431 5.41207 10.1547C5.13331 10.1663 4.85456 10.178 4.58741 10.1896C4.58741 9.10939 4.58741 8.02921 4.58741 6.93742C4.58741 6.86773 4.5758 6.79804 4.5758 6.72835Z"/>
6
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#F1F044" d="M19.2728 10.6206L16.6992 11.903L16.6816 11.9381L18.4296 13.2205L17.4985 16.1016L14.89 17.3927L14.8898 17.3931H4.9116L7.59061 8.98714L9.37369 10.3223L7.76628 15.3289H15.5614L16.4533 12.5881H10.8844L11.4202 10.9192H16.9891L17.7269 8.63547H3.83997L6.57168 6.60645H18.3857L20.16 7.89764L19.2728 10.6206Z"/>
3
- </svg>
@@ -1,15 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 43 42">
2
- <g clip-path="url(#eure_svg__clip0_4532_193630)">
3
- <path fill="url(#eure_svg__paint0_linear_4532_193630)" d="M21.1641 41.9977C32.7607 41.9977 42.1617 32.5967 42.1617 20.9988C42.1617 9.40333 32.7607 0 21.1641 0C9.5674 0 0.164062 9.401 0.164062 21C0.164062 32.5967 9.56506 41.9977 21.1641 41.9977Z"/>
4
- <path fill="white" d="M31.2777 27.6406L28.5594 26.0773C28.5219 26.0553 28.4791 26.044 28.4357 26.0446C28.4124 26.0446 28.3902 26.0481 28.368 26.0528C28.3036 26.0712 28.249 26.1144 28.2164 26.173C27.983 26.6011 27.6937 26.9943 27.3542 27.3455C26.4526 28.2803 25.2979 28.9318 24.0315 29.2203C23.451 29.3571 22.857 29.4283 22.2605 29.4326C21.2085 29.4427 20.1698 29.1965 19.2342 28.7151C18.3358 28.2501 17.5393 27.6103 16.8915 26.8333C16.5752 26.4515 16.2941 26.0419 16.0515 25.6095L15.7319 25.0436H22.6315C22.664 25.0436 22.6961 25.0372 22.726 25.0248C22.756 25.0123 22.7832 24.9941 22.806 24.9711C22.8289 24.9481 22.847 24.9209 22.8593 24.8909C22.8716 24.8609 22.8779 24.8287 22.8777 24.7963V22.6473C22.8777 22.582 22.8518 22.5194 22.8056 22.4732C22.7594 22.4271 22.6968 22.4011 22.6315 22.4011H14.963L14.9245 22.0628C14.8491 21.3759 14.8452 20.6831 14.9129 19.9955L14.9479 19.6525H22.6292C22.6945 19.6525 22.7571 19.6265 22.8033 19.5804C22.8494 19.5342 22.8754 19.4716 22.8754 19.4063V17.2573C22.8755 17.2249 22.8693 17.1927 22.857 17.1627C22.8447 17.1327 22.8266 17.1055 22.8037 17.0825C22.7808 17.0595 22.7536 17.0413 22.7237 17.0288C22.6937 17.0164 22.6616 17.01 22.6292 17.01H15.656L15.9524 16.4523C16.1624 16.0545 16.4027 15.6753 16.6734 15.3183C17.2869 14.5171 18.064 13.8557 18.953 13.3781C19.87 12.8765 20.9597 12.6233 22.187 12.6233C22.7704 12.6256 23.3502 12.691 23.9219 12.817C24.5175 12.9496 25.0932 13.1594 25.6345 13.4411C26.648 13.9813 27.4908 14.7934 28.0682 15.7861C28.0897 15.8233 28.1207 15.8542 28.158 15.8755C28.1953 15.8968 28.2376 15.9078 28.2805 15.9075C28.3305 15.9078 28.3794 15.8927 28.4205 15.8643L30.9452 14.126C30.9964 14.09 31.0324 14.0362 31.046 13.9751C31.0596 13.914 31.0499 13.8501 31.0187 13.7958C30.2697 12.537 29.2022 11.4858 27.8419 10.6656C26.3019 9.74046 24.4457 9.26562 22.3247 9.26562C20.5245 9.26562 18.9017 9.60396 17.497 10.2725C16.1566 10.8953 14.9522 11.7765 13.9528 12.8656C12.9534 13.9547 12.1787 15.2302 11.673 16.6191C11.6649 16.6401 11.659 16.66 11.6497 16.681V16.6868C11.6439 16.709 11.6357 16.7288 11.6275 16.7521L11.5377 17.0041H6.23171C6.19919 17.004 6.16696 17.0103 6.13688 17.0226C6.1068 17.035 6.07947 17.0532 6.05648 17.0762C6.03348 17.0992 6.01527 17.1265 6.00289 17.1566C5.99052 17.1867 5.98422 17.2189 5.98438 17.2515V19.4005C5.98438 19.537 6.09521 19.6466 6.23171 19.6466H10.9567L10.931 20.0526C10.9124 20.3443 10.9019 20.5893 10.9019 20.8191C10.9019 21.2018 10.9229 21.5915 10.9602 21.9765L10.9999 22.3965H6.23171C6.19919 22.3963 6.16696 22.4026 6.13688 22.415C6.1068 22.4273 6.07947 22.4456 6.05648 22.4686C6.03348 22.4916 6.01527 22.5189 6.00289 22.549C5.99052 22.579 5.98422 22.6113 5.98438 22.6438V24.7928C5.98438 24.9293 6.09521 25.039 6.23171 25.039H11.6789L11.7745 25.2793C12.3143 26.647 13.0867 27.9109 14.0577 29.015C15.0568 30.1403 16.2603 31.0658 17.6044 31.7426C18.9577 32.431 20.4779 32.781 22.117 32.781C23.0877 32.7763 24.0537 32.6538 24.994 32.4193C25.9542 32.186 26.8817 31.836 27.7544 31.374C28.5979 30.9274 29.3741 30.3638 30.0597 29.6998C30.5847 29.1958 31.0222 28.6113 31.3629 27.9708C31.3927 27.9143 31.3997 27.8485 31.3823 27.787C31.365 27.7255 31.3246 27.6731 31.2695 27.6406H31.2777Z"/>
5
- </g>
6
- <defs>
7
- <linearGradient id="eure_svg__paint0_linear_4532_193630" x1="10.6617" x2="31.6641" y1="2.81167" y2="39.1907" gradientUnits="userSpaceOnUse">
8
- <stop stop-color="#7FB2CC"/>
9
- <stop offset="1" stop-color="#2E72A4"/>
10
- </linearGradient>
11
- <clipPath id="eure_svg__clip0_4532_193630">
12
- <rect width="42" height="42" fill="white" transform="translate(0.164062)"/>
13
- </clipPath>
14
- </defs>
15
- </svg>
@@ -1,53 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
- <rect width="42" height="42" fill="white" rx="21"/>
3
- <path fill="url(#mtl_svg__paint0_linear_6170_52607)" d="M12.5658 13.7173C11.8679 13.7173 11.3025 14.2838 11.3025 14.9823V21.3106V24.0326V27.6773C11.3025 28.3761 11.8679 28.9423 12.5658 28.9423C13.2636 28.9423 13.829 28.3761 13.829 27.6773V14.9823C13.829 14.2838 13.2636 13.7173 12.5658 13.7173Z"/>
4
- <path fill="url(#mtl_svg__paint1_linear_6170_52607)" d="M30.0941 13.7173C29.3965 13.7173 28.8308 14.2838 28.8308 14.9823V27.677C28.8308 28.3757 29.3965 28.9419 30.0941 28.9419C30.7919 28.9419 31.3574 28.3757 31.3574 27.677V14.9823C31.3574 14.2838 30.7916 13.7173 30.0941 13.7173Z"/>
5
- <path fill="url(#mtl_svg__paint2_linear_6170_52607)" d="M18.4085 16.2549C17.7107 16.2549 17.1453 16.8211 17.1453 17.5199V24.9371C17.1453 25.6356 17.711 26.2021 18.4085 26.2021C19.106 26.2021 19.6718 25.6356 19.6718 24.9371V17.5199C19.6718 16.8211 19.106 16.2549 18.4085 16.2549Z"/>
6
- <path fill="url(#mtl_svg__paint3_linear_6170_52607)" d="M24.2513 18.3696C23.5538 18.3696 22.988 18.9362 22.988 19.6346V22.7642C22.988 23.4627 23.5538 24.0292 24.2513 24.0292C24.9491 24.0292 25.5146 23.4627 25.5146 22.7642V19.6346C25.5146 18.9362 24.9488 18.3696 24.2513 18.3696Z"/>
7
- <defs>
8
- <linearGradient id="mtl_svg__paint0_linear_6170_52607" x1="11.2723" x2="38.1581" y1="21.4642" y2="18.6752" gradientUnits="userSpaceOnUse">
9
- <stop stop-color="#4400E2"/>
10
- <stop offset="0.0411" stop-color="#7013C5"/>
11
- <stop offset="0.0866" stop-color="#9A25AA"/>
12
- <stop offset="0.1333" stop-color="#BC3494"/>
13
- <stop offset="0.1804" stop-color="#D73F82"/>
14
- <stop offset="0.2284" stop-color="#EA4876"/>
15
- <stop offset="0.2776" stop-color="#F54C6E"/>
16
- <stop offset="0.33" stop-color="#F94E6C"/>
17
- <stop offset="1" stop-color="#FFD402"/>
18
- </linearGradient>
19
- <linearGradient id="mtl_svg__paint1_linear_6170_52607" x1="11.4597" x2="38.3455" y1="23.2681" y2="20.479" gradientUnits="userSpaceOnUse">
20
- <stop stop-color="#4400E2"/>
21
- <stop offset="0.0411" stop-color="#7013C5"/>
22
- <stop offset="0.0866" stop-color="#9A25AA"/>
23
- <stop offset="0.1333" stop-color="#BC3494"/>
24
- <stop offset="0.1804" stop-color="#D73F82"/>
25
- <stop offset="0.2284" stop-color="#EA4876"/>
26
- <stop offset="0.2776" stop-color="#F54C6E"/>
27
- <stop offset="0.33" stop-color="#F94E6C"/>
28
- <stop offset="1" stop-color="#FFD402"/>
29
- </linearGradient>
30
- <linearGradient id="mtl_svg__paint2_linear_6170_52607" x1="11.3348" x2="38.2205" y1="21.9642" y2="19.1752" gradientUnits="userSpaceOnUse">
31
- <stop stop-color="#4400E2"/>
32
- <stop offset="0.0411" stop-color="#7013C5"/>
33
- <stop offset="0.0866" stop-color="#9A25AA"/>
34
- <stop offset="0.1333" stop-color="#BC3494"/>
35
- <stop offset="0.1804" stop-color="#D73F82"/>
36
- <stop offset="0.2284" stop-color="#EA4876"/>
37
- <stop offset="0.2776" stop-color="#F54C6E"/>
38
- <stop offset="0.33" stop-color="#F94E6C"/>
39
- <stop offset="1" stop-color="#FFD402"/>
40
- </linearGradient>
41
- <linearGradient id="mtl_svg__paint3_linear_6170_52607" x1="11.3958" x2="38.2816" y1="22.5367" y2="19.7477" gradientUnits="userSpaceOnUse">
42
- <stop stop-color="#4400E2"/>
43
- <stop offset="0.0411" stop-color="#7013C5"/>
44
- <stop offset="0.0866" stop-color="#9A25AA"/>
45
- <stop offset="0.1333" stop-color="#BC3494"/>
46
- <stop offset="0.1804" stop-color="#D73F82"/>
47
- <stop offset="0.2284" stop-color="#EA4876"/>
48
- <stop offset="0.2776" stop-color="#F54C6E"/>
49
- <stop offset="0.33" stop-color="#F94E6C"/>
50
- <stop offset="1" stop-color="#FFD402"/>
51
- </linearGradient>
52
- </defs>
53
- </svg>
@@ -1,29 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
- <mask id="quick_svg__a" fill="#fff">
3
- <path d="M42 21c0 11.598-9.402 21-21 21S0 32.598 0 21 9.402 0 21 0s21 9.402 21 21Z"/>
4
- </mask>
5
- <path fill="#fff" d="M42 21c0 11.598-9.402 21-21 21S0 32.598 0 21 9.402 0 21 0s21 9.402 21 21Z"/>
6
- <path fill="#408AC9" d="M40 21c0 10.493-8.507 19-19 19v4c12.703 0 23-10.297 23-23h-4ZM21 40C10.507 40 2 31.493 2 21h-4c0 12.703 10.297 23 23 23v-4ZM2 21C2 10.507 10.507 2 21 2v-4C8.297-2-2 8.297-2 21h4ZM21 2c10.493 0 19 8.507 19 19h4C44 8.297 33.703-2 21-2v4Z" mask="url(#quick_svg__a)"/>
7
- <path fill="#408AC9" d="M4.006 21.105c.023-.485.035-.975.076-1.459.262-3.15 1.33-6.003 3.173-8.564a15.972 15.972 0 0 1 2.001-2.299C13.883 4.385 20.825 2.868 26.84 5.08a14.379 14.379 0 0 1-3.973 3.535C23 7.5 21 6.5 22.5 6c-4.574-.782-8.582.718-11.78 3.623a15.692 15.692 0 0 0-3.692 5.082 15.68 15.68 0 0 0-1.021 3.057 11.75 11.75 0 0 0-.251 3.22c.193-.093.327-.233.49-.373.56-.479 1.12-.957 1.692-1.43.17-.14.315-.326.537-.396.04.536.122 1.061.245 1.586.058.24.064.245.256.082.222-.186.432-.38.677-.53.076.14.18.262.286.384.752.87 1.727 1.336 2.823 1.581.391.088.788.164 1.226.181-.123-.146-.222-.257-.31-.38-.402-.547-.315-1.055.251-1.434a2.06 2.06 0 0 1 .508-.251c1.36-.484 2.754-.45 4.154-.274a9.836 9.836 0 0 1 3.377 1.032c.018.018.041.03.059.047h-.006c.023.1.105.158.18.216.07.093.147.18.217.274.95 1.254 1.19 2.614.566 4.084-.514 1.202-1.4 2.082-2.486 2.77-2.246 1.419-4.696 1.862-7.292 1.395-2.654-.478-4.766-1.89-6.487-3.932-1.097-1.3-1.926-2.771-2.59-4.329-.036-.076-.041-.157-.123-.18Z"/>
8
- <path fill="#408AC9" stroke="#408AC9" stroke-width=".1" d="M23.445 5.954a.202.202 0 0 0-.146-.117c-2.888-.315-5.77-.04-8.454 1.12-4.58 1.978-7.951 6.3-8.92 11.178-.18.916-.332 1.855-.274 2.794.006.135.117.1.193.036.14-.117.268-.24.408-.356.56-.479 1.12-.957 1.692-1.43.169-.14.315-.326.537-.396.011-.426-.012-.846.058-1.266.03-.111.058-.222.087-.339.105-.455.292-.875.508-1.283a7.69 7.69 0 0 1 1.313-1.57c.233-.21.49-.402.729-.606.046-.041.105-.07.157-.041.059.035.018.105.006.157-.029.117-.064.24-.093.356-.047.298-.088.59.146.84.099.17.262.222.437.245.304.041.595-.035.87-.151.793-.315 1.429-.852 2.018-1.453.082-.082.134-.175.28-.064.402.303.852.28 1.348.17-.485-.094-.875-.27-1.15-.666-.227-.332-.21-.694-.192-1.068.204-.758.7-1.271 1.383-1.61.268-.134.56-.239.84-.355.035-.006.07-.012.105-.024 1.09-.432 2.146-.922 3.103-1.604.554-.397 1.062-.834 1.424-1.424.07-.116.122-.32.204-.338.157-.023.146.216.262.303.321-.326.683-.595 1.021-.898.047-.035.129-.064.1-.14Zm-3.64-.158a.289.289 0 0 1-.053.123.369.369 0 0 0 .052-.123Z"/>
9
- <path fill="#262F71" stroke="#262F71" stroke-width=".1" d="M21.968 20.76a9.833 9.833 0 0 0-3.377-1.033c-1.4-.175-2.795-.21-4.154.275a2.28 2.28 0 0 0-.508.25c-.566.38-.653.887-.25 1.436.087.122.186.233.309.379a6.732 6.732 0 0 1-1.226-.181c-1.096-.245-2.07-.712-2.823-1.581a2.27 2.27 0 0 1-.286-.385c.012-.047.035-.088.088-.088.017-.011.029-.023.046-.035l.012-.005.07-.053-.006.006c.04 0 .082-.006.082-.064l-.006.005c.087.024.152-.035.222-.07.332-.157.665-.332 1.003-.484 1.523-.67 3.127-.95 4.772-1.003.508-.018 1.015.04 1.517.082.735.058 1.464.18 2.182.344.922.204 1.82.484 2.707.81.04.018.082.047.122.007.041-.041 0-.082-.023-.117a7.966 7.966 0 0 0-.292-.484c-.198-.286-.408-.56-.612-.84.268.058.53.122.828.186-.175-.338-.397-.6-.63-.857-.18-.199-.367-.385-.554-.578.122-.11.245-.012.367 0 .84.076 1.663.245 2.462.502 1.424.455 2.736 1.126 3.915 2.06a12.7 12.7 0 0 1 2.538 2.677c.624.893 1.125 1.85 1.499 2.876.367.998.6 2.036.66 3.092.052.922.022 1.844-.164 2.754a9.363 9.363 0 0 1-1.651 3.733c-.076.105-.216.181-.222.339l.006-.006c-.018.023-.04.04-.058.064-.49.49-1.033.91-1.616 1.283-1.506.963-3.168 1.506-4.918 1.786a18.245 18.245 0 0 1-5.134.093 16.78 16.78 0 0 1-7.55-2.9c-.483-.332-.962-.676-1.382-1.09.064-.03.11.005.158.04.134.1.268.199.402.292a11.19 11.19 0 0 0 3.191 1.505c.695.204 1.4.345 2.13.374.035.046.087.04.14.04.513.03 1.02.047 1.54.012.712-.052 1.412-.14 2.1-.303a12.895 12.895 0 0 0 3.104-1.179 11.815 11.815 0 0 0 2.397-1.68c.776-.706 1.447-1.505 1.966-2.427a7.08 7.08 0 0 0 .934-3.05c.046-.62-.041-1.232-.193-1.833a6.386 6.386 0 0 0-.466-1.23c-.035.087-.059.128-.07.174-.094.537-.345.998-.671 1.424-.07.099-.204.152-.216.291l-.362.345c-.397.361-.81.7-1.295.927.012-.064.012-.128.03-.192.116-.455.22-.916.273-1.383.03-.35.047-.7.012-1.056a5.027 5.027 0 0 0-.467-1.727c-.455-.956-1.172-1.68-2.047-2.246-.158-.105-.304-.245-.514-.256h.006c-.006-.018-.03-.03-.047-.047Z"/>
10
- <path fill="#161F42" d="M25.043 26.098c-.053.467-.158.928-.274 1.383-.018.064-.018.128-.03.192-.005.006-.005.012-.011.018.006-.006.006-.012.011-.018.49-.227.905-.565 1.296-.927.122-.111.239-.228.361-.344.175.606.28 1.213.234 1.855a5.779 5.779 0 0 1-.595 2.14c-.607 1.238-1.517 2.224-2.579 3.081a12.359 12.359 0 0 1-3.564 2.007c-1.313.478-2.667.73-4.067.665a8.815 8.815 0 0 1-2.13-.373 11.187 11.187 0 0 1-3.19-1.505c-.14-.094-.269-.193-.403-.292-.046-.035-.093-.076-.157-.041.006-.035-.006-.047-.041-.04h-.006c-.006-.112-.058-.158-.17-.13l-.005-.005c.006-.035-.006-.047-.04-.04h-.007c.012-.053-.023-.065-.064-.065-1.342-1.167-2.433-2.538-3.325-4.072a16.838 16.838 0 0 1-2.124-6.131A17.624 17.624 0 0 1 4 21.105c.088.023.093.104.117.169.67 1.557 1.493 3.027 2.59 4.328 1.72 2.042 3.833 3.454 6.487 3.932 2.596.467 5.046.024 7.293-1.394 1.085-.682 1.977-1.57 2.485-2.771.624-1.464.39-2.83-.566-4.084-.07-.093-.14-.18-.216-.274.082-.082.117.012.152.047.233.239.484.455.688.723.945 1.26 1.266 2.655.934 4.2-.076.356-.21.7-.397 1.086.607-.24 1.038-.607 1.476-.969Z"/>
11
- <path fill="#408AC9" d="M28.415 5.755c.997.467 1.92 1.05 2.8 1.704a16.368 16.368 0 0 1 2.351 2.14 16.838 16.838 0 0 1 3.372 5.531 16.859 16.859 0 0 1 1.056 5.496 16.92 16.92 0 0 1-.496 4.562c-.012.058.006.163-.087.146-.082-.012-.035-.11-.041-.17a12.631 12.631 0 0 0-1.377-5.005 12.999 12.999 0 0 0-2.439-3.29c-.402-.397-.851-.747-1.289-1.097.123.012.245.024.368.041 1.12.14 2.216.385 3.26.834.292.123.864.397.864.397s-.256-.368-.291-.414a17.817 17.817 0 0 0-5.1-3.985 17.144 17.144 0 0 0-5.15-1.75c-.386-.064-.777-.105-1.167-.157.723-.613 1.394-1.272 1.948-2.048a10.58 10.58 0 0 0 1.418-2.935Z"/>
12
- <path fill="#192144" d="M30.602 34.727c.006-.158.14-.234.222-.339a9.397 9.397 0 0 0 1.651-3.733c.187-.91.222-1.832.163-2.754a11 11 0 0 0-.659-3.092 12.275 12.275 0 0 0-1.5-2.876 12.703 12.703 0 0 0-2.537-2.678 12.29 12.29 0 0 0-3.914-2.06c-.8-.256-1.622-.425-2.462-.501-.123-.012-.245-.11-.368 0-.198-.082-.344-.245-.513-.362a9.085 9.085 0 0 0-1.29-.752 13.823 13.823 0 0 1 2.025-.012c1.78.117 3.488.52 5.075 1.336 3.588 1.843 5.828 4.76 6.651 8.704.554 2.655.18 5.192-1.26 7.532a7.433 7.433 0 0 1-1.284 1.587Z"/>
13
- <path fill="#1A2345" d="M28.415 5.755a10.327 10.327 0 0 1-1.423 2.93c-.549.775-1.225 1.434-1.949 2.047-.402.268-.805.548-1.213.81-.759.48-1.57.858-2.398 1.19-.03.013-.064.018-.1.03-.023-.053.007-.076.03-.1.583-.553.95-1.236 1.19-1.994.035-.111.082-.17.187-.21 1.78-.706 3.197-1.879 4.352-3.384.11-.14.221-.274.309-.443a.257.257 0 0 0 .012-.047s-.024.012-.041.012l-1.161.344a12.52 12.52 0 0 0 2.724-5.07 15.306 15.306 0 0 1-.186 2.31c-.07.531-.216 1.05-.333 1.575Z"/>
14
- <path fill="#192144" d="M21.554 17.936c.204.28.414.555.613.84.105.152.198.321.291.485.018.035.059.076.024.116-.035.041-.082.006-.123-.005a20.919 20.919 0 0 0-2.707-.811 15.312 15.312 0 0 0-2.182-.345c-.507-.04-1.009-.099-1.516-.081-1.652.058-3.256.338-4.773 1.003-.338.152-.665.327-1.003.484-.07.035-.134.094-.222.07.881-.653 1.85-1.137 2.876-1.51 1.686-.613 3.437-.829 5.222-.753 1.114.047 2.21.198 3.296.443.07.018.134.041.204.064Z"/>
15
- <path fill="#1D2648" d="M19.454 11.006c.28-.134.56-.268.834-.414.21-.111.403-.251.607-.432-.041.286-.134.513-.228.747-.536 1.312-1.546 1.983-2.928 2.146-.304.035-.607.065-.916.035.268-.081.542-.151.805-.25.892-.327 1.563-.875 1.826-1.832Z"/>
16
- <path fill="#408AC9" d="M19.454 11.006c-.263.957-.934 1.505-1.82 1.832-.263.1-.537.17-.805.25-.117-.326.005-.606.204-.85.18-.229.42-.398.682-.526.555-.286 1.144-.496 1.739-.706Zm-7.958 5.688a.703.703 0 0 1-.029.222.56.56 0 0 1-.099.169c.023-.111 0-.234-.082-.31a.32.32 0 0 0-.186-.081.533.533 0 0 0-.234.023c-.326.082-.595.315-.799.578a1.444 1.444 0 0 1-.017.017c-.03.006 0-.245.005-.28.012-.076.111-.116.14-.175.111-.18.205-.21.368-.344.157-.128.315-.257.537-.268.256-.018.361.081.367.338 0 .093-.011.018.03.11Z"/>
17
- <path fill="#1D2648" d="M11.461 16.933c.03-.292.024-.712-.367-.688-.216.011-.38.14-.537.268a1.742 1.742 0 0 0-.402.45c-.035.052-.129.215-.129.168.041-.496.601-1.143 1.074-1.242.25-.053.443.081.478.338.041.245-.035.478-.117.706Z"/>
18
- <path fill="#262F71" d="M9.729 33.775c.11-.029.163.018.17.129a.365.365 0 0 1-.17-.129Z"/>
19
- <path fill="#192144" d="M9.957 19.687c-.006.053-.041.059-.082.064.03-.023.058-.04.082-.064Zm-.077.058-.07.053c.006-.041.042-.041.07-.053Z"/>
20
- <path fill="#262F71" d="M9.624 33.659c.04.006.076.012.064.065a.336.336 0 0 1-.064-.065Z"/>
21
- <path fill="#192144" d="M30.55 34.785c.017-.023.04-.041.058-.064a.092.092 0 0 1-.058.064ZM9.793 19.81c-.017.011-.03.023-.047.035a.193.193 0 0 1 .047-.036Z"/>
22
- <path fill="#1A2345" d="M21.268 12.762c.006.006.012.012.012.018-.006.005-.012.011-.018.011-.005 0-.011-.006-.017-.011.012-.012.017-.018.023-.018Z"/>
23
- <path fill="#262F71" d="M9.688 33.729c.035-.006.047.006.041.041a.137.137 0 0 1-.04-.041Zm.216.175c.035-.006.047.006.041.04-.012-.01-.023-.023-.041-.04Z"/>
24
- <path fill="#101F64" d="M25.043 26.098c-.438.362-.87.73-1.465.986.187-.385.321-.73.397-1.085.338-1.54.012-2.94-.933-4.2-.205-.269-.461-.485-.689-.724-.035-.04-.076-.128-.151-.047-.076-.058-.152-.116-.181-.215.21.011.356.157.513.256.881.566 1.599 1.29 2.048 2.246a5.315 5.315 0 0 1 .46 2.783Z"/>
25
- <path fill="#0E1F65" d="M21.968 20.76c.018.018.042.03.06.047-.018-.018-.042-.03-.06-.047Z"/>
26
- <path fill="#101F64" d="M15.825 36.162c1.4.064 2.754-.187 4.067-.665a12.36 12.36 0 0 0 3.564-2.007c1.062-.858 1.972-1.844 2.579-3.08a5.783 5.783 0 0 0 .595-2.141c.047-.642-.053-1.249-.233-1.856.011-.14.145-.198.215-.291.321-.432.578-.887.671-1.424.006-.047.035-.087.07-.175.204.42.362.817.467 1.231.152.601.24 1.214.192 1.832a7.241 7.241 0 0 1-.933 3.051 9.89 9.89 0 0 1-1.966 2.427c-.723.66-1.529 1.22-2.398 1.68a12.9 12.9 0 0 1-3.103 1.179c-.689.163-1.389.25-2.1.303-.52.04-1.027.017-1.54-.012-.06-.017-.112-.011-.147-.052Z"/>
27
- <path fill="#262F71" d="M24.74 27.668c-.006.006-.006.012-.012.018.006 0 .006-.006.012-.018 0 .006 0 0 0 0Z"/>
28
- <path fill="#1D2648" d="M36.471 16.799s-.064-.059-.116-.1a22.575 22.575 0 0 0-4.031-2.566c-.07-.035-.14-.094-.245-.094.186.321.367.63.577.998-.128-.059-.192-.082-.25-.117a12.871 12.871 0 0 0-2.317-.921 13.122 13.122 0 0 0-3.074-.543l-.595-.035c.245.064.577.122.793.157 1.354.257 2.62.736 3.821 1.406.426.24.811.531 1.231.776.123.012.245.024.368.041 1.12.14 2.217.385 3.26.834.293.123.578.269.864.397h.006l-.291-.233Z"/>
29
- </svg>
@@ -1,25 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
- <mask id="rlp_svg__mask0_8473_73375" width="42" height="42" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance">
3
- <path fill="white" d="M42 21C42 9.40202 32.598 0 21 0C9.40202 0 0 9.40202 0 21C0 32.598 9.40202 42 21 42C32.598 42 42 32.598 42 21Z"/>
4
- </mask>
5
- <g mask="url(#rlp_svg__mask0_8473_73375)">
6
- <path fill="#F8991D" d="M42 21C42 26.6385 39.7785 31.7565 36.162 35.529C36.0585 35.637 35.9535 35.7435 35.8485 35.8485C35.7435 35.9535 35.643 36.051 35.5395 36.1515C34.8 36.861 34.0095 37.5165 33.174 38.112C32.742 38.421 32.2965 38.7135 31.839 38.9895C28.6755 40.9005 24.966 42 21 42C17.034 42 13.335 40.9035 10.173 38.9955C9.71552 38.721 9.26848 38.4285 8.83503 38.118C7.99949 37.524 7.20897 36.87 6.471 36.162C6.2595 35.9595 6.0525 35.7525 5.85 35.541C2.226 31.7685 0 26.6445 0 21C0 15.3555 2.3505 9.95098 6.1515 6.1515C9.95098 2.3505 15.201 0 21 0C26.799 0 32.049 2.3505 35.8485 6.1515C39.6495 9.95098 42 15.201 42 21Z"/>
7
- <mask id="rlp_svg__mask1_8473_73375" width="42" height="42" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance">
8
- <path fill="white" d="M42 21C42 26.6385 39.7785 31.7565 36.162 35.529C36.0585 35.637 35.9535 35.7435 35.8485 35.8485C35.7435 35.9535 35.643 36.051 35.5395 36.1515C34.8 36.861 34.0095 37.5165 33.174 38.112C32.742 38.421 32.2965 38.7135 31.839 38.9895C28.6755 40.9005 24.966 42 21 42C17.034 42 13.335 40.9035 10.173 38.9955C9.71552 38.721 9.26848 38.4285 8.83503 38.118C7.99949 37.524 7.20897 36.87 6.471 36.162C6.2595 35.9595 6.0525 35.7525 5.85 35.541C2.226 31.7685 0 26.6445 0 21C0 15.3555 2.3505 9.95098 6.1515 6.1515C9.95098 2.3505 15.201 0 21 0C26.799 0 32.049 2.3505 35.8485 6.1515C39.6495 9.95098 42 15.201 42 21Z"/>
9
- </mask>
10
- <g mask="url(#rlp_svg__mask1_8473_73375)">
11
- <g opacity="0.2">
12
- <path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M4.90332 37.1148L36.8833 5.1333"/>
13
- <path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M4.52075 4.51807L37.8808 37.8781"/>
14
- <path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M21 -1.04834V46.1296"/>
15
- <path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M-0.365234 14.3594L32.9947 47.7208"/>
16
- <path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M-3.04028 21.0039H44.1392"/>
17
- <path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M20.9996 35.7381C29.1373 35.7381 35.7341 29.1412 35.7341 21.0035C35.7341 12.8659 29.1373 6.26904 20.9996 6.26904C12.862 6.26904 6.26514 12.8659 6.26514 21.0035C6.26514 29.1412 12.862 35.7381 20.9996 35.7381Z"/>
18
- </g>
19
- <path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M18.6012 33.3725L8.7395 33.2746L13.6406 28.375L18.6012 33.3725Z"/>
20
- <path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M35.7417 20.9978C35.7417 25.0688 34.0962 28.7513 31.4277 31.4198L21.0012 20.9978V6.25879C29.1447 6.25879 35.7432 12.8588 35.7432 20.9978H35.7417Z"/>
21
- <path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M21 6.25879C12.8581 6.25879 6.25806 12.8573 6.25806 20.9978H21V6.25879Z"/>
22
- <path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M6.25806 20.9976L18.6556 33.3891H33.3897L31.7868 31.8347L21 20.9976H6.25806Z"/>
23
- </g>
24
- </g>
25
- </svg>