@api3/logos 1.0.44 → 1.0.45
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/dist/cjs/ChainLogo.js +3 -6
- package/dist/cjs/SymbolLogo.js +9 -18
- package/dist/cjs/SymbolLogoExtended.json +1 -1
- package/dist/cjs/index.d.ts +3 -3
- package/dist/cjs/index.js +3 -3
- package/dist/esm/ChainLogo.js +3 -6
- package/dist/esm/SymbolLogo.js +9 -18
- package/dist/esm/SymbolLogoExtended.json +1 -1
- package/dist/esm/index.d.ts +3 -3
- package/dist/esm/index.js +3 -3
- package/dist/logos/chain/Chain5031.svg +5 -38
- package/dist/logos/chain/Chain50312.svg +5 -38
- package/dist/logos/chain/Chain5031Light.svg +8 -0
- package/dist/logos/symbol/Somi.svg +6 -39
- package/dist/logos/symbol/SomiLight.svg +9 -0
- package/package.json +6 -7
- package/dist/logos/chain/Chain196.svg +0 -19
- package/dist/logos/chain/Chain200901.svg +0 -6
- package/dist/logos/symbol/Eure.svg +0 -15
- package/dist/logos/symbol/Mtl.svg +0 -53
- package/dist/logos/symbol/Quick.svg +0 -29
- package/dist/logos/symbol/Rlp.svg +0 -25
package/dist/cjs/ChainLogo.js
CHANGED
|
@@ -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,7 +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
37
|
const Chain81457 = require('../logos/chain/Chain81457.svg');
|
|
38
38
|
const Chain60808 = require('../logos/chain/Chain60808.svg');
|
|
39
39
|
const Chain808813 = require('../logos/chain/Chain808813.svg');
|
|
@@ -86,7 +86,6 @@ const Chain130 = require('../logos/chain/Chain130.svg');
|
|
|
86
86
|
const Chain1301 = require('../logos/chain/Chain1301.svg');
|
|
87
87
|
const Chain480 = require('../logos/chain/Chain480.svg');
|
|
88
88
|
const Chain4801 = require('../logos/chain/Chain4801.svg');
|
|
89
|
-
const Chain196 = require('../logos/chain/Chain196.svg');
|
|
90
89
|
const Chain48900 = require('../logos/chain/Chain48900.svg');
|
|
91
90
|
const Chain48898 = require('../logos/chain/Chain48898.svg');
|
|
92
91
|
const ChainPlaceholder = require('../logos/chain/Placeholder.svg');
|
|
@@ -128,6 +127,8 @@ function ChainLogo(id, light = false) {
|
|
|
128
127
|
return Chain5001light;
|
|
129
128
|
case "5003light":
|
|
130
129
|
return Chain5003light;
|
|
130
|
+
case "5031light":
|
|
131
|
+
return Chain5031light;
|
|
131
132
|
case "57054light":
|
|
132
133
|
return Chain57054light;
|
|
133
134
|
case "59140light":
|
|
@@ -168,8 +169,6 @@ function ChainLogo(id, light = false) {
|
|
|
168
169
|
return Chain8453;
|
|
169
170
|
case "84532":
|
|
170
171
|
return Chain84532;
|
|
171
|
-
case "200901":
|
|
172
|
-
return Chain200901;
|
|
173
172
|
case "81457":
|
|
174
173
|
return Chain81457;
|
|
175
174
|
case "60808":
|
|
@@ -274,8 +273,6 @@ function ChainLogo(id, light = false) {
|
|
|
274
273
|
return Chain480;
|
|
275
274
|
case "4801":
|
|
276
275
|
return Chain4801;
|
|
277
|
-
case "196":
|
|
278
|
-
return Chain196;
|
|
279
276
|
case "48900":
|
|
280
277
|
return Chain48900;
|
|
281
278
|
case "48898":
|
package/dist/cjs/SymbolLogo.js
CHANGED
|
@@ -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
|
|
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');
|
|
@@ -183,10 +180,8 @@ function SymbolLogo(id, light = false) {
|
|
|
183
180
|
return SymbolMaticxLight;
|
|
184
181
|
case "slight":
|
|
185
182
|
return SymbolSlight;
|
|
186
|
-
case "
|
|
187
|
-
return
|
|
188
|
-
case "iusd":
|
|
189
|
-
return SymbolIusd;
|
|
183
|
+
case "somilight":
|
|
184
|
+
return SymbolSomiLight;
|
|
190
185
|
case "aave":
|
|
191
186
|
return SymbolAave;
|
|
192
187
|
case "usd":
|
|
@@ -287,8 +282,6 @@ function SymbolLogo(id, light = false) {
|
|
|
287
282
|
return SymbolEur;
|
|
288
283
|
case "eurc":
|
|
289
284
|
return SymbolEurc;
|
|
290
|
-
case "eure":
|
|
291
|
-
return SymbolEure;
|
|
292
285
|
case "ezeth":
|
|
293
286
|
return SymbolEzEth;
|
|
294
287
|
case "fbtc":
|
|
@@ -351,8 +344,6 @@ function SymbolLogo(id, light = false) {
|
|
|
351
344
|
return SymbolMorpho;
|
|
352
345
|
case "movr":
|
|
353
346
|
return SymbolMovr;
|
|
354
|
-
case "mtl":
|
|
355
|
-
return SymbolMtl;
|
|
356
347
|
case "mvl":
|
|
357
348
|
return SymbolMvl;
|
|
358
349
|
case "okb":
|
|
@@ -377,14 +368,10 @@ function SymbolLogo(id, light = false) {
|
|
|
377
368
|
return SymbolStEth;
|
|
378
369
|
case "pyusd":
|
|
379
370
|
return SymbolPyusd;
|
|
380
|
-
case "quick":
|
|
381
|
-
return SymbolQuick;
|
|
382
371
|
case "rdnt":
|
|
383
372
|
return SymbolRdnt;
|
|
384
373
|
case "reth":
|
|
385
374
|
return SymbolReth;
|
|
386
|
-
case "rlp":
|
|
387
|
-
return SymbolRlp;
|
|
388
375
|
case "ron":
|
|
389
376
|
return SymbolRon;
|
|
390
377
|
case "rsweth":
|
|
@@ -413,6 +400,10 @@ function SymbolLogo(id, light = false) {
|
|
|
413
400
|
return SymbolSfrxUsd;
|
|
414
401
|
case "shib":
|
|
415
402
|
return SymbolShib;
|
|
403
|
+
case "siusd":
|
|
404
|
+
return SymbolSiUsd;
|
|
405
|
+
case "iusd":
|
|
406
|
+
return SymbolIusd;
|
|
416
407
|
case "sky":
|
|
417
408
|
return SymbolSky;
|
|
418
409
|
case "slisbnb":
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[
|
|
1
|
+
[]
|
package/dist/cjs/index.d.ts
CHANGED
|
@@ -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';
|
|
7
4
|
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
8
5
|
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
|
9
6
|
export { default as ApiProviderLogoExtended } from './ApiProviderLogoExtended.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/cjs/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
module.exports.ChainLogo = require('./ChainLogo.js');
|
|
2
2
|
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
|
|
3
3
|
module.exports.ChainLogoExtended = require('./ChainLogoExtended.json');
|
|
4
|
-
module.exports.SymbolLogo = require('./SymbolLogo.js');
|
|
5
|
-
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
|
|
6
|
-
module.exports.SymbolLogoExtended = require('./SymbolLogoExtended.json');
|
|
7
4
|
module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
|
|
8
5
|
module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
|
|
9
6
|
module.exports.ApiProviderLogoExtended = require('./ApiProviderLogoExtended.json');
|
|
7
|
+
module.exports.SymbolLogo = require('./SymbolLogo.js');
|
|
8
|
+
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
|
|
9
|
+
module.exports.SymbolLogoExtended = require('./SymbolLogoExtended.json');
|
package/dist/esm/ChainLogo.js
CHANGED
|
@@ -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,7 +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
37
|
import Chain81457 from '../logos/chain/Chain81457.svg';
|
|
38
38
|
import Chain60808 from '../logos/chain/Chain60808.svg';
|
|
39
39
|
import Chain808813 from '../logos/chain/Chain808813.svg';
|
|
@@ -86,7 +86,6 @@ import Chain130 from '../logos/chain/Chain130.svg';
|
|
|
86
86
|
import Chain1301 from '../logos/chain/Chain1301.svg';
|
|
87
87
|
import Chain480 from '../logos/chain/Chain480.svg';
|
|
88
88
|
import Chain4801 from '../logos/chain/Chain4801.svg';
|
|
89
|
-
import Chain196 from '../logos/chain/Chain196.svg';
|
|
90
89
|
import Chain48900 from '../logos/chain/Chain48900.svg';
|
|
91
90
|
import Chain48898 from '../logos/chain/Chain48898.svg';
|
|
92
91
|
import ChainPlaceholder from '../logos/chain/Placeholder.svg';
|
|
@@ -128,6 +127,8 @@ function ChainLogo(id, light = false) {
|
|
|
128
127
|
return Chain5001light;
|
|
129
128
|
case "5003light":
|
|
130
129
|
return Chain5003light;
|
|
130
|
+
case "5031light":
|
|
131
|
+
return Chain5031light;
|
|
131
132
|
case "57054light":
|
|
132
133
|
return Chain57054light;
|
|
133
134
|
case "59140light":
|
|
@@ -168,8 +169,6 @@ function ChainLogo(id, light = false) {
|
|
|
168
169
|
return Chain8453;
|
|
169
170
|
case "84532":
|
|
170
171
|
return Chain84532;
|
|
171
|
-
case "200901":
|
|
172
|
-
return Chain200901;
|
|
173
172
|
case "81457":
|
|
174
173
|
return Chain81457;
|
|
175
174
|
case "60808":
|
|
@@ -274,8 +273,6 @@ function ChainLogo(id, light = false) {
|
|
|
274
273
|
return Chain480;
|
|
275
274
|
case "4801":
|
|
276
275
|
return Chain4801;
|
|
277
|
-
case "196":
|
|
278
|
-
return Chain196;
|
|
279
276
|
case "48900":
|
|
280
277
|
return Chain48900;
|
|
281
278
|
case "48898":
|
package/dist/esm/SymbolLogo.js
CHANGED
|
@@ -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
|
|
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';
|
|
@@ -183,10 +180,8 @@ function SymbolLogo(id, light = false) {
|
|
|
183
180
|
return SymbolMaticxLight;
|
|
184
181
|
case "slight":
|
|
185
182
|
return SymbolSlight;
|
|
186
|
-
case "
|
|
187
|
-
return
|
|
188
|
-
case "iusd":
|
|
189
|
-
return SymbolIusd;
|
|
183
|
+
case "somilight":
|
|
184
|
+
return SymbolSomiLight;
|
|
190
185
|
case "aave":
|
|
191
186
|
return SymbolAave;
|
|
192
187
|
case "usd":
|
|
@@ -287,8 +282,6 @@ function SymbolLogo(id, light = false) {
|
|
|
287
282
|
return SymbolEur;
|
|
288
283
|
case "eurc":
|
|
289
284
|
return SymbolEurc;
|
|
290
|
-
case "eure":
|
|
291
|
-
return SymbolEure;
|
|
292
285
|
case "ezeth":
|
|
293
286
|
return SymbolEzEth;
|
|
294
287
|
case "fbtc":
|
|
@@ -351,8 +344,6 @@ function SymbolLogo(id, light = false) {
|
|
|
351
344
|
return SymbolMorpho;
|
|
352
345
|
case "movr":
|
|
353
346
|
return SymbolMovr;
|
|
354
|
-
case "mtl":
|
|
355
|
-
return SymbolMtl;
|
|
356
347
|
case "mvl":
|
|
357
348
|
return SymbolMvl;
|
|
358
349
|
case "okb":
|
|
@@ -377,14 +368,10 @@ function SymbolLogo(id, light = false) {
|
|
|
377
368
|
return SymbolStEth;
|
|
378
369
|
case "pyusd":
|
|
379
370
|
return SymbolPyusd;
|
|
380
|
-
case "quick":
|
|
381
|
-
return SymbolQuick;
|
|
382
371
|
case "rdnt":
|
|
383
372
|
return SymbolRdnt;
|
|
384
373
|
case "reth":
|
|
385
374
|
return SymbolReth;
|
|
386
|
-
case "rlp":
|
|
387
|
-
return SymbolRlp;
|
|
388
375
|
case "ron":
|
|
389
376
|
return SymbolRon;
|
|
390
377
|
case "rsweth":
|
|
@@ -413,6 +400,10 @@ function SymbolLogo(id, light = false) {
|
|
|
413
400
|
return SymbolSfrxUsd;
|
|
414
401
|
case "shib":
|
|
415
402
|
return SymbolShib;
|
|
403
|
+
case "siusd":
|
|
404
|
+
return SymbolSiUsd;
|
|
405
|
+
case "iusd":
|
|
406
|
+
return SymbolIusd;
|
|
416
407
|
case "sky":
|
|
417
408
|
return SymbolSky;
|
|
418
409
|
case "slisbnb":
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[
|
|
1
|
+
[]
|
package/dist/esm/index.d.ts
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';
|
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,8 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<path fill="
|
|
6
|
-
<path fill="
|
|
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>
|
|
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" fill="white" style="stroke-width: 1;"/>
|
|
4
|
+
<path fill="black" 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;"/>
|
|
5
|
+
<path fill="black" 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;"/>
|
|
6
|
+
<path fill="black" 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;"/>
|
|
15
7
|
</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>
|
|
41
8
|
</svg>
|
|
@@ -1,41 +1,8 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<path
|
|
6
|
-
<path
|
|
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>
|
|
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(142, 155, 178);"/>
|
|
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);"/>
|
|
15
7
|
</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>
|
|
41
8
|
</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,9 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
<path
|
|
7
|
-
<path
|
|
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>
|
|
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" style="stroke-width: 1; fill: rgb(255, 255, 255);"/>
|
|
5
|
+
<path 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; fill: rgb(0, 0, 0);"/>
|
|
6
|
+
<path 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; fill: rgb(0, 0, 0);"/>
|
|
7
|
+
<path 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; fill: rgb(0, 0, 0);"/>
|
|
16
8
|
</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>
|
|
42
9
|
</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>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api3/logos",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.45",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"homepage": "https://api3dao.github.io/logos/",
|
|
@@ -19,13 +19,12 @@
|
|
|
19
19
|
"api-provider"
|
|
20
20
|
],
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@api3/dapi-management": "4.
|
|
22
|
+
"@api3/dapi-management": "4.14.0",
|
|
23
23
|
"@babel/core": "^7.29.0",
|
|
24
24
|
"@babel/preset-react": "^7.28.5",
|
|
25
|
-
"@changesets/
|
|
26
|
-
"@
|
|
27
|
-
"@typescript-eslint/
|
|
28
|
-
"@typescript-eslint/parser": "^8.55.0",
|
|
25
|
+
"@changesets/cli": "^2.30.0",
|
|
26
|
+
"@typescript-eslint/eslint-plugin": "^8.58.0",
|
|
27
|
+
"@typescript-eslint/parser": "^8.58.0",
|
|
29
28
|
"dotenv": "^17.3.1",
|
|
30
29
|
"dropbox": "^10.34.0",
|
|
31
30
|
"eslint": "^8.57.1",
|
|
@@ -33,7 +32,7 @@
|
|
|
33
32
|
"node-fetch": "^2.7.0",
|
|
34
33
|
"prettier": "^3.8.1",
|
|
35
34
|
"rimraf": "^6.1.3",
|
|
36
|
-
"svgo": "^4.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,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>
|