@api3/logos 0.2.31 → 0.3.1
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/ApiProviderLogo.js +6 -6
- package/dist/cjs/ChainLogo.js +3 -0
- package/dist/cjs/SymbolLogo.js +3 -6
- package/dist/cjs/index.d.ts +2 -2
- package/dist/esm/ApiProviderLogo.js +6 -6
- package/dist/esm/ChainLogo.js +3 -0
- package/dist/esm/SymbolLogo.js +3 -6
- package/dist/logos/chain/Chain80094.svg +5 -0
- package/dist/logos/symbol/Bera.svg +6 -0
- package/package.json +2 -2
- package/dist/logos/symbol/Ftm.svg +0 -5
- package/dist/logos/symbol/Juice.svg +0 -50
|
@@ -6,13 +6,13 @@ const ApiProviderDxfeed = require('../logos/api-provider/Dxfeed.svg');
|
|
|
6
6
|
const ApiProviderFinage = require('../logos/api-provider/Finage.svg');
|
|
7
7
|
const ApiProviderKaiko = require('../logos/api-provider/Kaiko.svg');
|
|
8
8
|
const ApiProviderNcfx = require('../logos/api-provider/Ncfx.svg');
|
|
9
|
-
const
|
|
9
|
+
const ApiProviderShiftmarkets = require('../logos/api-provider/Shiftmarkets.svg');
|
|
10
10
|
const ApiProviderAlchemy = require('../logos/api-provider/Alchemy.svg');
|
|
11
11
|
const ApiProviderAnkr = require('../logos/api-provider/Ankr.svg');
|
|
12
12
|
const ApiProviderBlastapi = require('../logos/api-provider/Blastapi.svg');
|
|
13
13
|
const ApiProviderDrpc = require('../logos/api-provider/Drpc.svg');
|
|
14
14
|
const ApiProviderCoinpaprika = require('../logos/api-provider/Coinpaprika.svg');
|
|
15
|
-
const
|
|
15
|
+
const ApiProviderCoinmetrics = require('../logos/api-provider/Coinmetrics.svg');
|
|
16
16
|
const ApiProviderTwelvedata = require('../logos/api-provider/Twelvedata.svg');
|
|
17
17
|
const ApiProviderPlaceholder = require('../logos/api-provider/Placeholder.svg');
|
|
18
18
|
function sanitizeName(id) {
|
|
@@ -39,8 +39,8 @@ function ApiProviderLogo(id, light = false) {
|
|
|
39
39
|
return ApiProviderKaiko;
|
|
40
40
|
case "ncfx":
|
|
41
41
|
return ApiProviderNcfx;
|
|
42
|
-
case "
|
|
43
|
-
return
|
|
42
|
+
case "shiftmarkets":
|
|
43
|
+
return ApiProviderShiftmarkets;
|
|
44
44
|
case "alchemy":
|
|
45
45
|
return ApiProviderAlchemy;
|
|
46
46
|
case "ankr":
|
|
@@ -51,8 +51,8 @@ function ApiProviderLogo(id, light = false) {
|
|
|
51
51
|
return ApiProviderDrpc;
|
|
52
52
|
case "coinpaprika":
|
|
53
53
|
return ApiProviderCoinpaprika;
|
|
54
|
-
case "
|
|
55
|
-
return
|
|
54
|
+
case "coinmetrics":
|
|
55
|
+
return ApiProviderCoinmetrics;
|
|
56
56
|
case "twelvedata":
|
|
57
57
|
return ApiProviderTwelvedata;
|
|
58
58
|
default:
|
package/dist/cjs/ChainLogo.js
CHANGED
|
@@ -35,6 +35,7 @@ const Chain43113 = require('../logos/chain/Chain43113.svg');
|
|
|
35
35
|
const Chain8453 = require('../logos/chain/Chain8453.svg');
|
|
36
36
|
const Chain84532 = require('../logos/chain/Chain84532.svg');
|
|
37
37
|
const Chain80084 = require('../logos/chain/Chain80084.svg');
|
|
38
|
+
const Chain80094 = require('../logos/chain/Chain80094.svg');
|
|
38
39
|
const Chain200901 = require('../logos/chain/Chain200901.svg');
|
|
39
40
|
const Chain200810 = require('../logos/chain/Chain200810.svg');
|
|
40
41
|
const Chain81457 = require('../logos/chain/Chain81457.svg');
|
|
@@ -201,6 +202,8 @@ function ChainLogo(id, light = false) {
|
|
|
201
202
|
return Chain84532;
|
|
202
203
|
case "80084":
|
|
203
204
|
return Chain80084;
|
|
205
|
+
case "80094":
|
|
206
|
+
return Chain80094;
|
|
204
207
|
case "200901":
|
|
205
208
|
return Chain200901;
|
|
206
209
|
case "200810":
|
package/dist/cjs/SymbolLogo.js
CHANGED
|
@@ -29,6 +29,7 @@ const SymbolAxs = require('../logos/symbol/Axs.svg');
|
|
|
29
29
|
const SymbolBal = require('../logos/symbol/Bal.svg');
|
|
30
30
|
const SymbolBand = require('../logos/symbol/Band.svg');
|
|
31
31
|
const SymbolBat = require('../logos/symbol/Bat.svg');
|
|
32
|
+
const SymbolBera = require('../logos/symbol/Bera.svg');
|
|
32
33
|
const SymbolBlast = require('../logos/symbol/Blast.svg');
|
|
33
34
|
const SymbolBlur = require('../logos/symbol/Blur.svg');
|
|
34
35
|
const SymbolBnb = require('../logos/symbol/Bnb.svg');
|
|
@@ -72,7 +73,6 @@ const SymbolFdusd = require('../logos/symbol/Fdusd.svg');
|
|
|
72
73
|
const SymbolFil = require('../logos/symbol/Fil.svg');
|
|
73
74
|
const SymbolFlow = require('../logos/symbol/Flow.svg');
|
|
74
75
|
const SymbolFrax = require('../logos/symbol/Frax.svg');
|
|
75
|
-
const SymbolFtm = require('../logos/symbol/Ftm.svg');
|
|
76
76
|
const SymbolFxs = require('../logos/symbol/Fxs.svg');
|
|
77
77
|
const SymbolGho = require('../logos/symbol/Gho.svg');
|
|
78
78
|
const SymbolGlmr = require('../logos/symbol/Glmr.svg');
|
|
@@ -93,7 +93,6 @@ const SymbolStEth = require('../logos/symbol/Steth.svg');
|
|
|
93
93
|
const SymbolInwstEtHs = require('../logos/symbol/Inwsteths.svg');
|
|
94
94
|
const SymbolWstEth = require('../logos/symbol/Wsteth.svg');
|
|
95
95
|
const SymbolJoe = require('../logos/symbol/Joe.svg');
|
|
96
|
-
const SymbolJuice = require('../logos/symbol/Juice.svg');
|
|
97
96
|
const SymbolKava = require('../logos/symbol/Kava.svg');
|
|
98
97
|
const SymbolKda = require('../logos/symbol/Kda.svg');
|
|
99
98
|
const SymbolKsm = require('../logos/symbol/Ksm.svg');
|
|
@@ -277,6 +276,8 @@ function SymbolLogo(id, light = false) {
|
|
|
277
276
|
return SymbolBand;
|
|
278
277
|
case "bat":
|
|
279
278
|
return SymbolBat;
|
|
279
|
+
case "bera":
|
|
280
|
+
return SymbolBera;
|
|
280
281
|
case "blast":
|
|
281
282
|
return SymbolBlast;
|
|
282
283
|
case "blur":
|
|
@@ -363,8 +364,6 @@ function SymbolLogo(id, light = false) {
|
|
|
363
364
|
return SymbolFlow;
|
|
364
365
|
case "frax":
|
|
365
366
|
return SymbolFrax;
|
|
366
|
-
case "ftm":
|
|
367
|
-
return SymbolFtm;
|
|
368
367
|
case "fxs":
|
|
369
368
|
return SymbolFxs;
|
|
370
369
|
case "gho":
|
|
@@ -405,8 +404,6 @@ function SymbolLogo(id, light = false) {
|
|
|
405
404
|
return SymbolWstEth;
|
|
406
405
|
case "joe":
|
|
407
406
|
return SymbolJoe;
|
|
408
|
-
case "juice":
|
|
409
|
-
return SymbolJuice;
|
|
410
407
|
case "kava":
|
|
411
408
|
return SymbolKava;
|
|
412
409
|
case "kda":
|
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
2
|
-
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
3
1
|
export { default as ChainLogo } from './ChainLogo.js';
|
|
4
2
|
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
|
3
|
+
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
4
|
+
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
5
5
|
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
6
6
|
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
|
@@ -6,13 +6,13 @@ import ApiProviderDxfeed from '../logos/api-provider/Dxfeed.svg';
|
|
|
6
6
|
import ApiProviderFinage from '../logos/api-provider/Finage.svg';
|
|
7
7
|
import ApiProviderKaiko from '../logos/api-provider/Kaiko.svg';
|
|
8
8
|
import ApiProviderNcfx from '../logos/api-provider/Ncfx.svg';
|
|
9
|
-
import
|
|
9
|
+
import ApiProviderShiftmarkets from '../logos/api-provider/Shiftmarkets.svg';
|
|
10
10
|
import ApiProviderAlchemy from '../logos/api-provider/Alchemy.svg';
|
|
11
11
|
import ApiProviderAnkr from '../logos/api-provider/Ankr.svg';
|
|
12
12
|
import ApiProviderBlastapi from '../logos/api-provider/Blastapi.svg';
|
|
13
13
|
import ApiProviderDrpc from '../logos/api-provider/Drpc.svg';
|
|
14
14
|
import ApiProviderCoinpaprika from '../logos/api-provider/Coinpaprika.svg';
|
|
15
|
-
import
|
|
15
|
+
import ApiProviderCoinmetrics from '../logos/api-provider/Coinmetrics.svg';
|
|
16
16
|
import ApiProviderTwelvedata from '../logos/api-provider/Twelvedata.svg';
|
|
17
17
|
import ApiProviderPlaceholder from '../logos/api-provider/Placeholder.svg';
|
|
18
18
|
function sanitizeName(id) {
|
|
@@ -39,8 +39,8 @@ function ApiProviderLogo(id, light = false) {
|
|
|
39
39
|
return ApiProviderKaiko;
|
|
40
40
|
case "ncfx":
|
|
41
41
|
return ApiProviderNcfx;
|
|
42
|
-
case "
|
|
43
|
-
return
|
|
42
|
+
case "shiftmarkets":
|
|
43
|
+
return ApiProviderShiftmarkets;
|
|
44
44
|
case "alchemy":
|
|
45
45
|
return ApiProviderAlchemy;
|
|
46
46
|
case "ankr":
|
|
@@ -51,8 +51,8 @@ function ApiProviderLogo(id, light = false) {
|
|
|
51
51
|
return ApiProviderDrpc;
|
|
52
52
|
case "coinpaprika":
|
|
53
53
|
return ApiProviderCoinpaprika;
|
|
54
|
-
case "
|
|
55
|
-
return
|
|
54
|
+
case "coinmetrics":
|
|
55
|
+
return ApiProviderCoinmetrics;
|
|
56
56
|
case "twelvedata":
|
|
57
57
|
return ApiProviderTwelvedata;
|
|
58
58
|
default:
|
package/dist/esm/ChainLogo.js
CHANGED
|
@@ -35,6 +35,7 @@ import Chain43113 from '../logos/chain/Chain43113.svg';
|
|
|
35
35
|
import Chain8453 from '../logos/chain/Chain8453.svg';
|
|
36
36
|
import Chain84532 from '../logos/chain/Chain84532.svg';
|
|
37
37
|
import Chain80084 from '../logos/chain/Chain80084.svg';
|
|
38
|
+
import Chain80094 from '../logos/chain/Chain80094.svg';
|
|
38
39
|
import Chain200901 from '../logos/chain/Chain200901.svg';
|
|
39
40
|
import Chain200810 from '../logos/chain/Chain200810.svg';
|
|
40
41
|
import Chain81457 from '../logos/chain/Chain81457.svg';
|
|
@@ -201,6 +202,8 @@ function ChainLogo(id, light = false) {
|
|
|
201
202
|
return Chain84532;
|
|
202
203
|
case "80084":
|
|
203
204
|
return Chain80084;
|
|
205
|
+
case "80094":
|
|
206
|
+
return Chain80094;
|
|
204
207
|
case "200901":
|
|
205
208
|
return Chain200901;
|
|
206
209
|
case "200810":
|
package/dist/esm/SymbolLogo.js
CHANGED
|
@@ -29,6 +29,7 @@ import SymbolAxs from '../logos/symbol/Axs.svg';
|
|
|
29
29
|
import SymbolBal from '../logos/symbol/Bal.svg';
|
|
30
30
|
import SymbolBand from '../logos/symbol/Band.svg';
|
|
31
31
|
import SymbolBat from '../logos/symbol/Bat.svg';
|
|
32
|
+
import SymbolBera from '../logos/symbol/Bera.svg';
|
|
32
33
|
import SymbolBlast from '../logos/symbol/Blast.svg';
|
|
33
34
|
import SymbolBlur from '../logos/symbol/Blur.svg';
|
|
34
35
|
import SymbolBnb from '../logos/symbol/Bnb.svg';
|
|
@@ -72,7 +73,6 @@ import SymbolFdusd from '../logos/symbol/Fdusd.svg';
|
|
|
72
73
|
import SymbolFil from '../logos/symbol/Fil.svg';
|
|
73
74
|
import SymbolFlow from '../logos/symbol/Flow.svg';
|
|
74
75
|
import SymbolFrax from '../logos/symbol/Frax.svg';
|
|
75
|
-
import SymbolFtm from '../logos/symbol/Ftm.svg';
|
|
76
76
|
import SymbolFxs from '../logos/symbol/Fxs.svg';
|
|
77
77
|
import SymbolGho from '../logos/symbol/Gho.svg';
|
|
78
78
|
import SymbolGlmr from '../logos/symbol/Glmr.svg';
|
|
@@ -93,7 +93,6 @@ import SymbolStEth from '../logos/symbol/Steth.svg';
|
|
|
93
93
|
import SymbolInwstEtHs from '../logos/symbol/Inwsteths.svg';
|
|
94
94
|
import SymbolWstEth from '../logos/symbol/Wsteth.svg';
|
|
95
95
|
import SymbolJoe from '../logos/symbol/Joe.svg';
|
|
96
|
-
import SymbolJuice from '../logos/symbol/Juice.svg';
|
|
97
96
|
import SymbolKava from '../logos/symbol/Kava.svg';
|
|
98
97
|
import SymbolKda from '../logos/symbol/Kda.svg';
|
|
99
98
|
import SymbolKsm from '../logos/symbol/Ksm.svg';
|
|
@@ -277,6 +276,8 @@ function SymbolLogo(id, light = false) {
|
|
|
277
276
|
return SymbolBand;
|
|
278
277
|
case "bat":
|
|
279
278
|
return SymbolBat;
|
|
279
|
+
case "bera":
|
|
280
|
+
return SymbolBera;
|
|
280
281
|
case "blast":
|
|
281
282
|
return SymbolBlast;
|
|
282
283
|
case "blur":
|
|
@@ -363,8 +364,6 @@ function SymbolLogo(id, light = false) {
|
|
|
363
364
|
return SymbolFlow;
|
|
364
365
|
case "frax":
|
|
365
366
|
return SymbolFrax;
|
|
366
|
-
case "ftm":
|
|
367
|
-
return SymbolFtm;
|
|
368
367
|
case "fxs":
|
|
369
368
|
return SymbolFxs;
|
|
370
369
|
case "gho":
|
|
@@ -405,8 +404,6 @@ function SymbolLogo(id, light = false) {
|
|
|
405
404
|
return SymbolWstEth;
|
|
406
405
|
case "joe":
|
|
407
406
|
return SymbolJoe;
|
|
408
|
-
case "juice":
|
|
409
|
-
return SymbolJuice;
|
|
410
407
|
case "kava":
|
|
411
408
|
return SymbolKava;
|
|
412
409
|
case "kda":
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#F47226" d="M16.7458 15.0664V13.9061C17.46 13.6611 17.9801 12.9004 17.9801 12C17.9801 11.0997 17.46 10.3368 16.7458 10.094V8.93364C17.4184 8.70371 17.92 8.01392 17.9755 7.18018H17.1572V7.53474C17.1572 7.80764 16.9908 8.04831 16.7458 8.16864V8.00318C16.7458 7.76036 16.5331 7.56267 16.272 7.56267H16.2304C15.9692 7.56267 15.7565 7.76036 15.7565 8.00318V8.16864C15.5115 8.04831 15.345 7.80979 15.345 7.53474V7.18018H14.5268C14.5823 8.01392 15.0839 8.70371 15.7565 8.93364V10.094C15.0446 10.3368 14.5222 11.0975 14.5222 12C14.5222 12.9025 15.0422 13.6632 15.7565 13.9061V15.0664C15.0839 15.2964 14.5823 15.9862 14.5268 16.8199H15.345V16.4653C15.345 16.1924 15.5115 15.9517 15.7565 15.8314V15.9969C15.7565 16.2397 15.9692 16.4374 16.2304 16.4374H16.272C16.5331 16.4374 16.7458 16.2397 16.7458 15.9969V15.8314C16.9908 15.9517 17.1572 16.1903 17.1572 16.4653V16.8199H17.9755C17.92 15.9862 17.4184 15.2964 16.7458 15.0664ZM15.345 12.5072V11.4908C15.345 11.2179 15.5115 10.9772 15.7565 10.8568V11.0223C15.7565 11.2651 15.9692 11.4628 16.2304 11.4628H16.272C16.5331 11.4628 16.7458 11.2651 16.7458 11.0223V10.8568C16.9908 10.9772 17.1572 11.2157 17.1572 11.4908V12.5072C17.1572 12.7801 16.9908 13.0207 16.7458 13.1411V12.9756C16.7458 12.7328 16.5331 12.5351 16.272 12.5351H16.2304C15.9692 12.5351 15.7565 12.7328 15.7565 12.9756V13.1411C15.5138 13.0207 15.345 12.7822 15.345 12.5072Z"/>
|
|
3
|
+
<path fill="#F47226" d="M21.7659 12.6168V11.3812C22.4801 11.1362 23.0003 10.3755 23.0003 9.47514C23.0003 8.57478 22.4801 7.81194 21.7659 7.56912V7.18018H20.7789V7.56912C20.0647 7.81408 19.5447 8.57478 19.5447 9.47514C19.5447 10.3755 20.0647 11.1383 20.7789 11.3812V12.6168C20.0647 12.8617 19.5447 13.6224 19.5447 14.5228C19.5447 15.4231 20.0647 16.186 20.7789 16.4288V16.8177H21.7659V16.4288C22.4801 16.1838 23.0003 15.4231 23.0003 14.5228C23.0003 13.6224 22.4801 12.8617 21.7659 12.6168ZM20.3652 9.98226V8.96586C20.3652 8.69296 20.5316 8.45229 20.7766 8.33195V8.49742C20.7766 8.74024 20.9893 8.93793 21.2505 8.93793H21.2898C21.551 8.93793 21.7636 8.74024 21.7636 8.49742V8.33195C22.0087 8.45229 22.175 8.69081 22.175 8.96586V9.98226C22.175 10.2552 22.0087 10.4958 21.7636 10.6162V10.4507C21.7636 10.2079 21.551 10.0102 21.2898 10.0102H21.2482C20.987 10.0102 20.7743 10.2079 20.7743 10.4507V10.6162C20.534 10.4958 20.3652 10.2573 20.3652 9.98226ZM22.1774 15.032C22.1774 15.305 22.011 15.5456 21.7659 15.6659V15.4231C21.7659 15.1803 21.5533 14.9826 21.2921 14.9826H21.2528C20.9916 14.9826 20.7789 15.1803 20.7789 15.4231V15.6659C20.534 15.5456 20.3675 15.3071 20.3675 15.032V14.0156C20.3675 13.7427 20.534 13.5021 20.7789 13.3817V13.4698C20.7789 13.7127 20.9916 13.9104 21.2528 13.9104H21.2944C21.5556 13.9104 21.7682 13.7127 21.7682 13.4698V13.3817C22.0133 13.5021 22.1797 13.7406 22.1797 14.0156V15.032H22.1774Z"/>
|
|
4
|
+
<path fill="#F47226" d="M11.0891 11.0153C11.0799 10.9659 11.0683 10.9186 11.0498 10.8735C11.0568 10.8627 12.5915 8.87503 11.1701 7.64589C9.75083 6.41675 8.09351 8.0198 8.08427 8.02839C7.82076 7.95103 7.55495 7.90375 7.29145 7.88226C7.29145 7.88226 7.29145 7.88226 7.28914 7.88226C6.74826 7.79846 5.99011 7.88226 5.99011 7.88226C5.72893 7.90375 5.46543 7.95103 5.20423 8.02624C5.19498 8.01764 3.53769 6.4146 2.11849 7.64374C0.699271 8.87288 2.23174 10.8627 2.23868 10.8713C2.2225 10.9186 2.20863 10.9659 2.19938 11.0131C2.04683 11.8641 0.999756 12.1262 0.999756 13.6089C0.999756 15.1196 2.09306 16.31 4.3259 16.31H5.24121C5.24584 16.3143 5.59949 16.7828 6.3299 16.8107C6.3299 16.8107 6.49863 16.8279 6.88694 16.815C7.66127 16.815 8.03804 16.3186 8.04035 16.3121H8.95567C11.1885 16.3121 12.2818 15.1217 12.2818 13.6111C12.2887 12.1305 11.2416 11.8662 11.0891 11.0153Z"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 64 64">
|
|
2
|
+
<circle cx="32" cy="32" r="32" fill="#814625"/>
|
|
3
|
+
<path fill="white" d="M30.8066 30.3796C30.7714 30.2733 30.7468 30.1643 30.7278 30.0542C30.7191 30.0032 30.7089 29.9524 30.6974 29.902C30.6723 29.7925 30.6444 29.6836 30.6143 29.5753V29.575C31.1133 28.8474 33.4988 25.0525 30.7842 22.6167C27.7714 19.9133 24.2512 23.4567 24.2512 23.4567L24.2621 23.4724C22.6799 23.0093 20.9643 22.955 19.2952 23.4565C19.295 23.4565 19.2949 23.4565 19.2949 23.4565C19.2743 23.4358 15.7659 19.9212 12.762 22.6167C9.75706 25.313 13.0019 29.6752 13.0188 29.698C13.0188 29.698 13.0188 29.6981 13.0188 29.6983C12.9843 29.8008 12.9564 29.9054 12.938 30.0117C12.6129 31.8784 10.3999 32.4545 10.3999 35.7061C10.3999 38.9576 12.715 41.6321 17.4404 41.6321H19.3794C19.3794 41.6321 19.3796 41.6321 19.3797 41.6321C19.3884 41.644 20.1867 42.7339 21.826 42.7327C23.3478 42.7316 24.3528 41.6414 24.3615 41.6321C24.3615 41.6321 24.3615 41.6321 24.3618 41.6321H26.2117C30.9371 41.6321 33.2522 39.0204 33.2522 35.7061C33.2522 32.6781 31.3331 31.9702 30.8068 30.3796H30.8066Z"/>
|
|
4
|
+
<path fill="white" d="M53.3886 26.6644C53.3886 26.6644 53.74 23.5305 51.0687 22.8571V21.6002H48.9999V22.8257C46.182 23.4261 46.5451 26.6644 46.5451 26.6644V27.2017C46.5451 27.2017 46.1818 30.4407 49.0009 31.0405H49.0006V33.7308C46.0304 34.252 46.4057 37.5966 46.4057 37.5966V38.1339C46.4057 38.1339 46.0424 41.3722 48.8604 41.9725V43.1981H50.9292V41.9412C53.6007 41.2678 53.2491 38.1339 53.2491 38.1339C53.3659 38.1339 53.4606 38.0427 53.4606 37.9303V37.8003C53.4606 37.6878 53.3659 37.5966 53.2491 37.5966C53.2491 37.5966 53.5977 34.4899 50.9638 33.7984V31.0405H50.9327C53.7518 30.4407 53.3885 27.2017 53.3885 27.2017C53.5052 27.2017 53.5999 27.1105 53.5999 26.998V26.868C53.5999 26.7556 53.5052 26.6644 53.3885 26.6644H53.3886ZM51.7027 37.5966H51.5134C51.3967 37.5966 51.302 37.6878 51.302 37.8003V37.9303C51.302 38.0427 51.3967 38.1339 51.5134 38.1339H51.7027C51.7027 40.0779 51.0324 40.405 50.8069 40.4601C50.7698 40.4691 50.7338 40.4426 50.7338 40.4058V39.7862C50.7338 39.4436 50.5072 39.256 50.2806 39.1539C49.9941 39.0249 49.6605 39.0249 49.3741 39.1539C49.1475 39.256 48.9208 39.4436 48.9208 39.7862V40.4058C48.9208 40.4421 48.8855 40.4692 48.849 40.4603C48.6248 40.4062 47.952 40.0817 47.952 38.1339V37.5966C47.952 35.6526 48.6222 35.3255 48.8478 35.2705C48.8848 35.2615 48.9208 35.2879 48.9208 35.3247V35.9444C48.9208 36.2869 49.1475 36.4746 49.3741 36.5767C49.6605 36.7056 49.9941 36.7056 50.2806 36.5767C50.5072 36.4746 50.7338 36.2869 50.7338 35.9444V35.3247C50.7338 35.2885 50.7691 35.2613 50.8056 35.2702C51.0299 35.3243 51.7027 35.6489 51.7027 37.5966ZM51.6529 27.2017H51.8421C51.8421 29.1494 51.1694 29.4741 50.9451 29.5281C50.9086 29.537 50.8733 29.5098 50.8733 29.4736V28.8539C50.8733 28.5114 50.6467 28.3237 50.42 28.2216C50.1336 28.0927 49.8 28.0927 49.5135 28.2216C49.2869 28.3237 49.0603 28.5114 49.0603 28.8539V29.4736C49.0603 29.5104 49.0243 29.5368 48.9872 29.5278C48.7617 29.4728 48.0915 29.1457 48.0915 27.2017V26.6644C48.0915 24.7166 48.7642 24.3919 48.9885 24.3379C49.025 24.3291 49.0603 24.3564 49.0603 24.3925V25.0121C49.0603 25.3547 49.2869 25.5423 49.5135 25.6444C49.8 25.7734 50.1336 25.7734 50.42 25.6444C50.6467 25.5423 50.8733 25.3547 50.8733 25.0121V24.3925C50.8733 24.3557 50.9093 24.3292 50.9464 24.3382C51.1719 24.3933 51.8421 24.7204 51.8421 26.6644H51.6529C51.5361 26.6644 51.4414 26.7556 51.4414 26.868V26.998C51.4414 27.1105 51.5361 27.2017 51.6529 27.2017Z"/>
|
|
5
|
+
<path fill="white" d="M43.036 32.1987C43.036 32.1987 43.4013 28.9416 40.5566 28.355V25.4288C43.3256 24.8038 42.9663 21.6002 42.9663 21.6002C42.9663 21.6002 41.4134 21.6002 41.4198 21.6002C41.4198 23.548 40.7471 23.8726 40.5228 23.9266C40.4863 23.9355 40.451 23.9082 40.451 23.8721V23.2524C40.451 22.9099 40.2244 22.7223 39.9977 22.6202C39.7113 22.4912 39.3777 22.4912 39.0912 22.6202C38.8646 22.7223 38.638 22.9099 38.638 23.2524V23.8721C38.638 23.9089 38.602 23.9354 38.5649 23.9264C38.3394 23.8713 37.6692 23.5442 37.6692 21.6002C37.6757 21.6002 36.1227 21.6002 36.1227 21.6002C36.1227 21.6002 35.7499 24.9246 38.6908 25.4611V28.351C35.8255 28.927 36.1924 32.1985 36.1924 32.1985V32.7358C36.1924 32.7358 35.8255 36.0074 38.6908 36.5834V39.339C35.7499 39.8756 36.1227 43.1998 36.1227 43.1998C36.1227 43.1998 37.6756 43.1998 37.6692 43.1998C37.6692 41.2521 38.3419 40.9274 38.5662 40.8734C38.6027 40.8645 38.638 40.8917 38.638 40.9279V41.5476C38.638 41.8901 38.8646 42.0778 39.0912 42.1799C39.3777 42.3088 39.7113 42.3088 39.9977 42.1799C40.2244 42.0778 40.451 41.8901 40.451 41.5476V40.9279C40.451 40.8911 40.487 40.8647 40.5241 40.8737C40.7496 40.9287 41.4198 41.2558 41.4198 43.1998C41.4133 43.1998 42.9663 43.1998 42.9663 43.1998C42.9663 43.1998 43.3256 39.9962 40.5566 39.3712V36.5794C43.4013 35.9927 43.036 32.7357 43.036 32.7357C43.1528 32.7357 43.2475 32.6445 43.2475 32.5321V32.402C43.2475 32.2896 43.1528 32.1984 43.036 32.1984V32.1987ZM41.3003 32.736H41.4895C41.4895 34.6837 40.8168 35.0084 40.5925 35.0624C40.556 35.0713 40.5207 35.0441 40.5207 35.0079V34.3882C40.5207 34.0457 40.2941 33.858 40.0675 33.7559C39.781 33.627 39.4474 33.627 39.161 33.7559C38.9343 33.858 38.7077 34.0457 38.7077 34.3882V35.0079C38.7077 35.0447 38.6717 35.0711 38.6346 35.0621C38.4091 35.007 37.7389 34.68 37.7389 32.736V32.1987C37.7389 30.2509 38.4116 29.9262 38.6359 29.8722C38.6724 29.8634 38.7077 29.8906 38.7077 29.9268V30.5464C38.7077 30.889 38.9343 31.0766 39.161 31.1787C39.4474 31.3077 39.781 31.3077 40.0675 31.1787C40.2941 31.0766 40.5207 30.889 40.5207 30.5464V29.9268C40.5207 29.89 40.5567 29.8635 40.5938 29.8725C40.8193 29.9276 41.4895 30.2547 41.4895 32.1987H41.3003C41.1836 32.1987 41.0889 32.2899 41.0889 32.4023V32.5323C41.0889 32.6448 41.1836 32.736 41.3003 32.736Z"/>
|
|
6
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api3/logos",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"repository": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@babel/preset-react": "^7.26.3",
|
|
27
27
|
"@changesets/changelog-github": "^0.5.0",
|
|
28
28
|
"@changesets/cli": "^2.27.11",
|
|
29
|
-
"@api3/dapi-management": "2.
|
|
29
|
+
"@api3/dapi-management": "2.20.0",
|
|
30
30
|
"dropbox": "^10.34.0",
|
|
31
31
|
"node-fetch": "^2.7.0",
|
|
32
32
|
"dotenv": "^16.4.7",
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
-
<circle cx="21" cy="21" r="21" fill="#26B6EA"/>
|
|
3
|
-
<path fill="#F3F3F3" fill-rule="evenodd" d="m22.166 8.232 6.632 3.407c.251.124.44.31.566.496V29.85a1.185 1.185 0 0 1-.535.495l-6.632 3.407a2.6 2.6 0 0 1-1.1.248c-.408 0-.785-.093-1.1-.248l-6.632-3.407a1.184 1.184 0 0 1-.534-.495V12.135c.094-.186.283-.372.534-.496l6.6-3.407c.63-.31 1.572-.31 2.201 0Zm-8.328 4.182 6.537-3.406c.377-.186 1.006-.186 1.383 0l6.538 3.406a.435.435 0 0 1 .126.093c-.032.031-.063.062-.126.093l-6.538 3.407c-.377.186-1.006.186-1.383 0L13.838 12.6a.432.432 0 0 1-.126-.093c.031-.03.063-.062.126-.093Zm-.126 1.058v6.349l6.098-3.19-6.098-3.16Zm8.643 3.18 6.097-3.159v6.35l-6.098-3.19Zm-1.728.567a2.17 2.17 0 0 0-.252.093l-6.537 3.375c-.063.031-.095.062-.126.093.031.031.063.062.126.093l6.537 3.407c.047.016.087.031.126.046.04.016.078.032.126.047v-7.154Zm.874 0v7.154a.6.6 0 0 0 .251-.062l6.538-3.407c.063-.03.094-.062.126-.093-.032-.03-.063-.062-.126-.093l-6.538-3.406c-.047-.016-.086-.031-.125-.047-.04-.015-.079-.03-.126-.046Zm-7.79 4.583 6.287 3.252c.031.015.07.03.11.046.04.016.079.031.11.047-.031.015-.07.03-.11.046-.04.015-.079.031-.11.046l-6.286 3.252v-6.69Zm14.741 0-6.286 3.252c-.048.047-.114.076-.17.101a1.207 1.207 0 0 0-.05.023c.032.015.071.03.11.046.04.015.079.031.11.046l6.286 3.252v-6.72Zm-6.694 11.215 6.538-3.407c.063-.031.094-.062.125-.093-.031-.03-.062-.062-.125-.093l-6.538-3.407c-.377-.186-1.006-.186-1.383 0l-6.537 3.407a.434.434 0 0 0-.126.093.434.434 0 0 0 .126.093l6.537 3.407c.377.185 1.006.185 1.383 0Z" clip-rule="evenodd"/>
|
|
4
|
-
<path fill="#F3F3F3" d="m30.052 9.257-.158-.093-.471.743.157.093c1.163.682 1.54.898 1.54 2.509H32c0-2.075-.723-2.509-1.948-3.252ZM10.88 29.201H10c0 2.075.755 2.509 1.95 3.252l.157.093.471-.743-.157-.093c-1.163-.682-1.54-.93-1.54-2.509Z"/>
|
|
5
|
-
</svg>
|
|
@@ -1,50 +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(#juice_svg__paint0_linear_5397_299247)" d="M27.1618 11.5094C26.3765 11.004 25.3239 11.3009 24.9189 12.1377L21.7073 18.7693C21.656 18.8761 21.6774 19.0073 21.7613 19.0929L21.8692 19.2025C21.9557 19.288 22.085 19.3092 22.1933 19.2558L28.8703 16.067C29.7123 15.6634 30.0094 14.6181 29.502 13.8376C28.8947 12.9049 28.096 12.111 27.1567 11.5094H27.1621H27.1618ZM24.0769 17.43L23.3429 17.7402C23.2619 17.7749 23.1837 17.6948 23.216 17.6147L23.5266 16.8876C23.5967 16.7246 23.7612 16.6257 23.9367 16.6362C24.1474 16.6496 24.3145 16.8151 24.3279 17.024C24.3388 17.2003 24.2389 17.3633 24.074 17.433L24.0769 17.4304V17.43Z"/>
|
|
4
|
-
<path fill="url(#juice_svg__paint1_linear_5397_299247)" d="M22.3472 19.6144C22.2338 19.6544 22.1558 19.7615 22.1558 19.8816V20.0338C22.1558 20.1539 22.2313 20.2611 22.3472 20.3011L29.3403 22.7361C30.2229 23.0434 31.1782 22.5117 31.3754 21.6053C31.61 20.52 31.61 19.3976 31.3754 18.3122C31.1785 17.4034 30.2258 16.8742 29.3403 17.1815L22.3472 19.6165V19.614V19.6144ZM25.4375 20.2239C25.3216 20.3548 25.1324 20.4003 24.9678 20.3336L24.2283 20.0367C24.1473 20.0046 24.1473 19.8924 24.2283 19.8578L24.9678 19.561C25.1324 19.4943 25.3212 19.5396 25.4375 19.6706C25.5776 19.8282 25.5776 20.0634 25.4375 20.2185V20.2239Z"/>
|
|
5
|
-
<path fill="url(#juice_svg__paint2_linear_5397_299247)" d="M28.8765 23.8529L22.1994 20.6641C22.0915 20.6132 21.9593 20.6345 21.8753 20.7174L21.7675 20.8271C21.6811 20.9126 21.6596 21.041 21.7134 21.1507L24.925 27.7823C25.33 28.619 26.3822 28.9156 27.1679 28.4106C28.1072 27.8094 28.9059 27.0155 29.5132 26.0823C30.0206 25.3018 29.7239 24.2569 28.8815 23.8533H28.8761L28.8765 23.8529ZM24.3285 22.8801C24.3151 23.0886 24.1477 23.2541 23.9373 23.2675C23.7594 23.2783 23.5945 23.1766 23.5273 23.0161L23.2167 22.289C23.1815 22.2089 23.2625 22.1285 23.3435 22.1635L24.0776 22.4737C24.2396 22.5433 24.342 22.7063 24.3311 22.8827L24.3285 22.8801Z"/>
|
|
6
|
-
<path fill="url(#juice_svg__paint3_linear_5397_299247)" d="M21.345 21.2972C21.3047 21.185 21.1965 21.1074 21.0752 21.1074H20.9216C20.8002 21.1074 20.6919 21.1821 20.6516 21.2972L18.201 28.2415C17.8904 29.1183 18.4251 30.0669 19.34 30.2621C20.433 30.4972 21.564 30.4972 22.657 30.2621C23.572 30.0669 24.1063 29.1179 23.7961 28.2415L21.3454 21.2972H21.345ZM21.2666 24.3655C21.11 24.5044 20.8725 24.5044 20.7133 24.3655C20.5812 24.2479 20.5354 24.0608 20.6026 23.8977L20.8994 23.1655C20.9317 23.0855 21.045 23.0855 21.0773 23.1655L21.3741 23.8977C21.4416 24.0608 21.3959 24.2479 21.2634 24.3655H21.2658H21.2666Z"/>
|
|
7
|
-
<path fill="url(#juice_svg__paint4_linear_5397_299247)" d="M19.6541 20.301C19.7674 20.261 19.8455 20.1539 19.8455 20.0338V19.8816C19.8455 19.7615 19.7699 19.6543 19.6541 19.6143L12.6613 17.1793C11.7787 16.872 10.8234 17.404 10.6262 18.3101C10.3915 19.3954 10.3915 20.5178 10.6262 21.6032C10.823 22.512 11.7758 23.0412 12.6613 22.7338L19.6541 20.2989V20.3014V20.301ZM16.5449 19.6756C16.6611 19.5447 16.85 19.4992 17.0145 19.5659L17.7515 19.8628C17.8325 19.8949 17.8325 20.0071 17.7515 20.042L17.0145 20.3389C16.85 20.4056 16.6611 20.3601 16.5449 20.2293C16.4047 20.0717 16.4047 19.8365 16.5449 19.6814V19.6759V19.6756Z"/>
|
|
8
|
-
<path fill="url(#juice_svg__paint5_linear_5397_299247)" d="M20.2366 20.8249L20.1287 20.7153C20.0422 20.6298 19.9129 20.6086 19.8047 20.662L13.1276 23.8508C12.2856 24.2518 11.9885 25.2997 12.4959 26.0799C13.1032 27.0126 13.902 27.8065 14.8413 28.4081C15.6265 28.9134 16.6791 28.6166 17.0842 27.7798L20.2932 21.1481C20.3473 21.0385 20.3231 20.9101 20.2391 20.8246H20.2366V20.8249ZM18.7655 22.2843L18.4549 23.0114C18.3848 23.1745 18.2203 23.2733 18.0449 23.2629C17.8342 23.2495 17.6672 23.0839 17.6537 22.8755C17.6428 22.6991 17.7426 22.5361 17.9072 22.4664L18.6413 22.1562C18.7223 22.1216 18.8004 22.2017 18.7681 22.2818L18.7655 22.2843Z"/>
|
|
9
|
-
<path fill="url(#juice_svg__paint6_linear_5397_299247)" d="M35.0565 19.9706V19.9587C35.0565 18.0744 34.685 16.2465 33.9516 14.5249C33.2434 12.8625 32.2299 11.3699 30.9394 10.0884C29.6489 8.80652 28.1459 7.80019 26.4718 7.09722C24.7381 6.36898 22.897 6 20.9998 6C19.1027 6 17.262 6.36898 15.5283 7.09722C13.8542 7.80019 12.3508 8.80652 11.0603 10.0884C9.76973 11.3699 8.75634 12.8625 8.04842 14.5249C7.31507 16.2465 6.94313 18.0744 6.94313 19.9587V19.9706L6.93659 20.0871C6.88756 20.9491 6.91371 21.8136 7.01469 22.671L7.05827 23.0414L7.14944 24.5733C7.20683 25.5356 7.68447 26.425 8.45668 27.009C8.88455 27.4328 9.18131 27.9695 9.31171 28.5557L9.48025 29.3128C9.66258 30.1311 10.332 30.7544 11.166 30.882C11.8742 30.9907 12.4736 31.4592 12.746 32.1175L12.8335 32.3292L12.9803 32.639C13.487 33.7096 14.646 34.318 15.8221 34.1312L16.0698 34.0918C17.2634 33.9025 18.4119 34.6275 18.7453 35.7814C19.0668 36.8933 20.0268 37.4805 20.9998 37.5C21.9729 37.4805 22.9329 36.8933 23.2544 35.7814C23.5878 34.6275 24.7363 33.9025 25.9298 34.0918L26.1776 34.1312C27.3537 34.318 28.5127 33.7096 29.0194 32.639L29.1662 32.3292L29.2537 32.1175C29.5261 31.4592 30.1254 30.9907 30.8338 30.882C31.6677 30.7544 32.3371 30.1311 32.5194 29.3128L32.688 28.5557C32.8183 27.9695 33.1152 27.4328 33.543 27.009C34.3152 26.425 34.7929 25.5356 34.8502 24.5733L34.9414 23.0414L34.985 22.671C35.086 21.8136 35.1121 20.9491 35.0631 20.0871L35.0565 19.9706ZM29.3986 28.2985C27.155 30.5261 24.1726 31.7531 20.9998 31.7531C17.8271 31.7531 14.8447 30.5261 12.6014 28.2985C10.3582 26.0709 9.12247 23.1089 9.12247 19.9587C9.12247 16.8084 10.3582 13.8461 12.6014 11.6184C14.8447 9.39083 17.8275 8.16413 20.9998 8.16413C24.1722 8.16413 27.155 9.39083 29.3986 11.6184C31.6419 13.8461 32.8772 16.808 32.8772 19.9587C32.8772 23.1092 31.6419 26.0709 29.3986 28.2985Z"/>
|
|
10
|
-
<path fill="url(#juice_svg__paint7_linear_5397_299247)" d="M20.6549 18.6199C20.6953 18.732 20.8036 18.8096 20.9248 18.8096H21.0788C21.2001 18.8096 21.3084 18.7349 21.3488 18.6199L23.7994 11.6755C24.1099 10.7987 23.5753 9.85009 22.6603 9.65495C21.5674 9.42231 20.4363 9.42231 19.3434 9.65495C18.4284 9.85009 17.8941 10.7991 18.2043 11.6755L20.6549 18.6199ZM20.7145 15.5353C20.8711 15.3964 21.1087 15.3964 21.2677 15.5353C21.3999 15.6503 21.4457 15.84 21.3785 16.0031L21.0818 16.7356C21.0495 16.8157 20.9361 16.8157 20.9038 16.7356L20.607 16.0031C20.5394 15.84 20.5855 15.6528 20.7178 15.5353H20.7152H20.7145Z"/>
|
|
11
|
-
<path fill="url(#juice_svg__paint8_linear_5397_299247)" d="M13.1243 16.0669L19.8014 19.2557C19.9093 19.3091 20.0415 19.2853 20.1254 19.2024L20.2333 19.0927C20.3198 19.0072 20.3412 18.8788 20.2874 18.7691L17.0784 12.1375C16.6733 11.3007 15.6211 11.0042 14.8355 11.5092C13.8962 12.1105 13.0975 12.9043 12.4902 13.8375C11.9827 14.618 12.2795 15.6633 13.1218 16.0669H13.1243ZM17.6505 17.0213C17.6639 16.8128 17.8314 16.6469 18.0416 16.6335C18.2196 16.6227 18.3845 16.7244 18.4518 16.8849L18.7623 17.612C18.7975 17.6921 18.7165 17.7726 18.6355 17.7376L17.9015 17.4274C17.7394 17.3578 17.637 17.1948 17.6479 17.0183L17.6505 17.0213Z"/>
|
|
12
|
-
<defs>
|
|
13
|
-
<linearGradient id="juice_svg__paint0_linear_5397_299247" x1="38.75" x2="-8.1926" y1="0.328766" y2="12.9059" gradientUnits="userSpaceOnUse">
|
|
14
|
-
<stop stop-color="#D188FF"/>
|
|
15
|
-
<stop offset="1" stop-color="#831FD8"/>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<linearGradient id="juice_svg__paint1_linear_5397_299247" x1="38.7503" x2="-8.19232" y1="0.329427" y2="12.9066" gradientUnits="userSpaceOnUse">
|
|
18
|
-
<stop stop-color="#D188FF"/>
|
|
19
|
-
<stop offset="1" stop-color="#831FD8"/>
|
|
20
|
-
</linearGradient>
|
|
21
|
-
<linearGradient id="juice_svg__paint2_linear_5397_299247" x1="38.7506" x2="-8.19193" y1="0.331384" y2="12.9085" gradientUnits="userSpaceOnUse">
|
|
22
|
-
<stop stop-color="#D188FF"/>
|
|
23
|
-
<stop offset="1" stop-color="#831FD8"/>
|
|
24
|
-
</linearGradient>
|
|
25
|
-
<linearGradient id="juice_svg__paint3_linear_5397_299247" x1="38.7492" x2="-8.1934" y1="0.330721" y2="12.9079" gradientUnits="userSpaceOnUse">
|
|
26
|
-
<stop stop-color="#D188FF"/>
|
|
27
|
-
<stop offset="1" stop-color="#831FD8"/>
|
|
28
|
-
</linearGradient>
|
|
29
|
-
<linearGradient id="juice_svg__paint4_linear_5397_299247" x1="38.7505" x2="-8.19211" y1="0.329013" y2="12.9062" gradientUnits="userSpaceOnUse">
|
|
30
|
-
<stop stop-color="#D188FF"/>
|
|
31
|
-
<stop offset="1" stop-color="#831FD8"/>
|
|
32
|
-
</linearGradient>
|
|
33
|
-
<linearGradient id="juice_svg__paint5_linear_5397_299247" x1="38.75" x2="-8.19258" y1="0.329212" y2="12.9064" gradientUnits="userSpaceOnUse">
|
|
34
|
-
<stop stop-color="#D188FF"/>
|
|
35
|
-
<stop offset="1" stop-color="#831FD8"/>
|
|
36
|
-
</linearGradient>
|
|
37
|
-
<linearGradient id="juice_svg__paint6_linear_5397_299247" x1="38.7498" x2="-8.19281" y1="0.330001" y2="12.9072" gradientUnits="userSpaceOnUse">
|
|
38
|
-
<stop stop-color="#D188FF"/>
|
|
39
|
-
<stop offset="1" stop-color="#831FD8"/>
|
|
40
|
-
</linearGradient>
|
|
41
|
-
<linearGradient id="juice_svg__paint7_linear_5397_299247" x1="38.7503" x2="-8.19225" y1="0.329015" y2="12.9062" gradientUnits="userSpaceOnUse">
|
|
42
|
-
<stop stop-color="#D188FF"/>
|
|
43
|
-
<stop offset="1" stop-color="#831FD8"/>
|
|
44
|
-
</linearGradient>
|
|
45
|
-
<linearGradient id="juice_svg__paint8_linear_5397_299247" x1="38.7497" x2="-8.1929" y1="0.328968" y2="12.9061" gradientUnits="userSpaceOnUse">
|
|
46
|
-
<stop stop-color="#D188FF"/>
|
|
47
|
-
<stop offset="1" stop-color="#831FD8"/>
|
|
48
|
-
</linearGradient>
|
|
49
|
-
</defs>
|
|
50
|
-
</svg>
|