@api3/logos 1.0.18 → 1.0.20
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 +6 -0
- package/dist/cjs/SymbolLogo.js +12 -21
- package/dist/esm/ApiProviderLogo.js +6 -6
- package/dist/esm/ChainLogo.js +6 -0
- package/dist/esm/SymbolLogo.js +12 -21
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/logos/chain/Chain1439.svg +13 -0
- package/dist/logos/chain/Chain737373.svg +3 -0
- package/dist/logos/symbol/Usd1.svg +30 -0
- package/package.json +5 -5
- package/dist/logos/symbol/Ineth.svg +0 -10
- package/dist/logos/symbol/Insfrxeth.svg +0 -13
- package/dist/logos/symbol/Insteth.svg +0 -12
- package/dist/logos/symbol/Inwsteths.svg +0 -13
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const ApiProviderNodary = require('../logos/api-provider/Nodary.svg');
|
|
2
2
|
const ApiProviderBlocksize = require('../logos/api-provider/Blocksize.svg');
|
|
3
3
|
const ApiProviderCoingecko = require('../logos/api-provider/Coingecko.svg');
|
|
4
|
-
const
|
|
4
|
+
const ApiProviderCoinpaprika = require('../logos/api-provider/Coinpaprika.svg');
|
|
5
5
|
const ApiProviderFinage = require('../logos/api-provider/Finage.svg');
|
|
6
6
|
const ApiProviderNcfx = require('../logos/api-provider/Ncfx.svg');
|
|
7
7
|
const ApiProviderShiftmarkets = require('../logos/api-provider/Shiftmarkets.svg');
|
|
@@ -9,7 +9,7 @@ const ApiProviderAlchemy = require('../logos/api-provider/Alchemy.svg');
|
|
|
9
9
|
const ApiProviderAnkr = require('../logos/api-provider/Ankr.svg');
|
|
10
10
|
const ApiProviderDrpc = require('../logos/api-provider/Drpc.svg');
|
|
11
11
|
const ApiProviderInfura = require('../logos/api-provider/Infura.svg');
|
|
12
|
-
const
|
|
12
|
+
const ApiProviderDxfeed = require('../logos/api-provider/Dxfeed.svg');
|
|
13
13
|
const ApiProviderKaiko = require('../logos/api-provider/Kaiko.svg');
|
|
14
14
|
const ApiProviderCoinmetrics = require('../logos/api-provider/Coinmetrics.svg');
|
|
15
15
|
const ApiProviderTwelvedata = require('../logos/api-provider/Twelvedata.svg');
|
|
@@ -28,8 +28,8 @@ function ApiProviderLogo(id, light = false) {
|
|
|
28
28
|
return ApiProviderBlocksize;
|
|
29
29
|
case "coingecko":
|
|
30
30
|
return ApiProviderCoingecko;
|
|
31
|
-
case "
|
|
32
|
-
return
|
|
31
|
+
case "coinpaprika":
|
|
32
|
+
return ApiProviderCoinpaprika;
|
|
33
33
|
case "finage":
|
|
34
34
|
return ApiProviderFinage;
|
|
35
35
|
case "ncfx":
|
|
@@ -44,8 +44,8 @@ function ApiProviderLogo(id, light = false) {
|
|
|
44
44
|
return ApiProviderDrpc;
|
|
45
45
|
case "infura":
|
|
46
46
|
return ApiProviderInfura;
|
|
47
|
-
case "
|
|
48
|
-
return
|
|
47
|
+
case "dxfeed":
|
|
48
|
+
return ApiProviderDxfeed;
|
|
49
49
|
case "kaiko":
|
|
50
50
|
return ApiProviderKaiko;
|
|
51
51
|
case "coinmetrics":
|
package/dist/cjs/ChainLogo.js
CHANGED
|
@@ -51,9 +51,11 @@ const Chain252 = require('../logos/chain/Chain252.svg');
|
|
|
51
51
|
const Chain2522 = require('../logos/chain/Chain2522.svg');
|
|
52
52
|
const Chain100 = require('../logos/chain/Chain100.svg');
|
|
53
53
|
const Chain10200 = require('../logos/chain/Chain10200.svg');
|
|
54
|
+
const Chain1439 = require('../logos/chain/Chain1439.svg');
|
|
54
55
|
const Chain57073 = require('../logos/chain/Chain57073.svg');
|
|
55
56
|
const Chain763373 = require('../logos/chain/Chain763373.svg');
|
|
56
57
|
const Chain747474 = require('../logos/chain/Chain747474.svg');
|
|
58
|
+
const Chain737373 = require('../logos/chain/Chain737373.svg');
|
|
57
59
|
const Chain2222 = require('../logos/chain/Chain2222.svg');
|
|
58
60
|
const Chain2221 = require('../logos/chain/Chain2221.svg');
|
|
59
61
|
const Chain59144 = require('../logos/chain/Chain59144.svg');
|
|
@@ -222,12 +224,16 @@ function ChainLogo(id, light = false) {
|
|
|
222
224
|
return Chain100;
|
|
223
225
|
case "10200":
|
|
224
226
|
return Chain10200;
|
|
227
|
+
case "1439":
|
|
228
|
+
return Chain1439;
|
|
225
229
|
case "57073":
|
|
226
230
|
return Chain57073;
|
|
227
231
|
case "763373":
|
|
228
232
|
return Chain763373;
|
|
229
233
|
case "747474":
|
|
230
234
|
return Chain747474;
|
|
235
|
+
case "737373":
|
|
236
|
+
return Chain737373;
|
|
231
237
|
case "2222":
|
|
232
238
|
return Chain2222;
|
|
233
239
|
case "2221":
|
package/dist/cjs/SymbolLogo.js
CHANGED
|
@@ -85,14 +85,7 @@ const SymbolHnt = require('../logos/symbol/Hnt.svg');
|
|
|
85
85
|
const SymbolHype = require('../logos/symbol/Hype.svg');
|
|
86
86
|
const SymbolIcp = require('../logos/symbol/Icp.svg');
|
|
87
87
|
const SymbolImx = require('../logos/symbol/Imx.svg');
|
|
88
|
-
const SymbolInEth = require('../logos/symbol/Ineth.svg');
|
|
89
88
|
const SymbolInj = require('../logos/symbol/Inj.svg');
|
|
90
|
-
const SymbolInsfrxEth = require('../logos/symbol/Insfrxeth.svg');
|
|
91
|
-
const SymbolSfrxEth = require('../logos/symbol/Sfrxeth.svg');
|
|
92
|
-
const SymbolInstEth = require('../logos/symbol/Insteth.svg');
|
|
93
|
-
const SymbolStEth = require('../logos/symbol/Steth.svg');
|
|
94
|
-
const SymbolInwstEths = require('../logos/symbol/Inwsteths.svg');
|
|
95
|
-
const SymbolWstEth = require('../logos/symbol/Wsteth.svg');
|
|
96
89
|
const SymbolJoe = require('../logos/symbol/Joe.svg');
|
|
97
90
|
const SymbolKava = require('../logos/symbol/Kava.svg');
|
|
98
91
|
const SymbolKda = require('../logos/symbol/Kda.svg');
|
|
@@ -132,6 +125,7 @@ const SymbolPaxg = require('../logos/symbol/Paxg.svg');
|
|
|
132
125
|
const SymbolPendle = require('../logos/symbol/Pendle.svg');
|
|
133
126
|
const SymbolPol = require('../logos/symbol/Pol.svg');
|
|
134
127
|
const SymbolPufEth = require('../logos/symbol/Pufeth.svg');
|
|
128
|
+
const SymbolStEth = require('../logos/symbol/Steth.svg');
|
|
135
129
|
const SymbolPyth = require('../logos/symbol/Pyth.svg');
|
|
136
130
|
const SymbolPyusd = require('../logos/symbol/Pyusd.svg');
|
|
137
131
|
const SymbolQuick = require('../logos/symbol/Quick.svg');
|
|
@@ -157,6 +151,7 @@ const SymbolScrvUsd = require('../logos/symbol/Scrvusd.svg');
|
|
|
157
151
|
const SymbolSdai = require('../logos/symbol/Sdai.svg');
|
|
158
152
|
const SymbolSei = require('../logos/symbol/Sei.svg');
|
|
159
153
|
const SymbolSfrax = require('../logos/symbol/Sfrax.svg');
|
|
154
|
+
const SymbolSfrxEth = require('../logos/symbol/Sfrxeth.svg');
|
|
160
155
|
const SymbolFrxEth = require('../logos/symbol/Frxeth.svg');
|
|
161
156
|
const SymbolSfrxUsd = require('../logos/symbol/Sfrxusd.svg');
|
|
162
157
|
const SymbolShib = require('../logos/symbol/Shib.svg');
|
|
@@ -185,9 +180,11 @@ const SymbolTia = require('../logos/symbol/Tia.svg');
|
|
|
185
180
|
const SymbolTusd = require('../logos/symbol/Tusd.svg');
|
|
186
181
|
const SymbolTwt = require('../logos/symbol/Twt.svg');
|
|
187
182
|
const SymbolUltraEths = require('../logos/symbol/Ultraeths.svg');
|
|
183
|
+
const SymbolWstEth = require('../logos/symbol/Wsteth.svg');
|
|
188
184
|
const SymbolUma = require('../logos/symbol/Uma.svg');
|
|
189
185
|
const SymbolUni = require('../logos/symbol/Uni.svg');
|
|
190
186
|
const SymbolUniEth = require('../logos/symbol/Unieth.svg');
|
|
187
|
+
const SymbolUsd1 = require('../logos/symbol/Usd1.svg');
|
|
191
188
|
const SymbolUsdc = require('../logos/symbol/Usdc.svg');
|
|
192
189
|
const SymbolUsdp = require('../logos/symbol/Usdp.svg');
|
|
193
190
|
const SymbolUsdt = require('../logos/symbol/Usdt.svg');
|
|
@@ -401,22 +398,8 @@ function SymbolLogo(id, light = false) {
|
|
|
401
398
|
return SymbolIcp;
|
|
402
399
|
case "imx":
|
|
403
400
|
return SymbolImx;
|
|
404
|
-
case "ineth":
|
|
405
|
-
return SymbolInEth;
|
|
406
401
|
case "inj":
|
|
407
402
|
return SymbolInj;
|
|
408
|
-
case "insfrxeth":
|
|
409
|
-
return SymbolInsfrxEth;
|
|
410
|
-
case "sfrxeth":
|
|
411
|
-
return SymbolSfrxEth;
|
|
412
|
-
case "insteth":
|
|
413
|
-
return SymbolInstEth;
|
|
414
|
-
case "steth":
|
|
415
|
-
return SymbolStEth;
|
|
416
|
-
case "inwsteths":
|
|
417
|
-
return SymbolInwstEths;
|
|
418
|
-
case "wsteth":
|
|
419
|
-
return SymbolWstEth;
|
|
420
403
|
case "joe":
|
|
421
404
|
return SymbolJoe;
|
|
422
405
|
case "kava":
|
|
@@ -495,6 +478,8 @@ function SymbolLogo(id, light = false) {
|
|
|
495
478
|
return SymbolPol;
|
|
496
479
|
case "pufeth":
|
|
497
480
|
return SymbolPufEth;
|
|
481
|
+
case "steth":
|
|
482
|
+
return SymbolStEth;
|
|
498
483
|
case "pyth":
|
|
499
484
|
return SymbolPyth;
|
|
500
485
|
case "pyusd":
|
|
@@ -545,6 +530,8 @@ function SymbolLogo(id, light = false) {
|
|
|
545
530
|
return SymbolSei;
|
|
546
531
|
case "sfrax":
|
|
547
532
|
return SymbolSfrax;
|
|
533
|
+
case "sfrxeth":
|
|
534
|
+
return SymbolSfrxEth;
|
|
548
535
|
case "frxeth":
|
|
549
536
|
return SymbolFrxEth;
|
|
550
537
|
case "sfrxusd":
|
|
@@ -601,12 +588,16 @@ function SymbolLogo(id, light = false) {
|
|
|
601
588
|
return SymbolTwt;
|
|
602
589
|
case "ultraeths":
|
|
603
590
|
return SymbolUltraEths;
|
|
591
|
+
case "wsteth":
|
|
592
|
+
return SymbolWstEth;
|
|
604
593
|
case "uma":
|
|
605
594
|
return SymbolUma;
|
|
606
595
|
case "uni":
|
|
607
596
|
return SymbolUni;
|
|
608
597
|
case "unieth":
|
|
609
598
|
return SymbolUniEth;
|
|
599
|
+
case "usd1":
|
|
600
|
+
return SymbolUsd1;
|
|
610
601
|
case "usdc":
|
|
611
602
|
return SymbolUsdc;
|
|
612
603
|
case "usdp":
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import ApiProviderNodary from '../logos/api-provider/Nodary.svg';
|
|
2
2
|
import ApiProviderBlocksize from '../logos/api-provider/Blocksize.svg';
|
|
3
3
|
import ApiProviderCoingecko from '../logos/api-provider/Coingecko.svg';
|
|
4
|
-
import
|
|
4
|
+
import ApiProviderCoinpaprika from '../logos/api-provider/Coinpaprika.svg';
|
|
5
5
|
import ApiProviderFinage from '../logos/api-provider/Finage.svg';
|
|
6
6
|
import ApiProviderNcfx from '../logos/api-provider/Ncfx.svg';
|
|
7
7
|
import ApiProviderShiftmarkets from '../logos/api-provider/Shiftmarkets.svg';
|
|
@@ -9,7 +9,7 @@ import ApiProviderAlchemy from '../logos/api-provider/Alchemy.svg';
|
|
|
9
9
|
import ApiProviderAnkr from '../logos/api-provider/Ankr.svg';
|
|
10
10
|
import ApiProviderDrpc from '../logos/api-provider/Drpc.svg';
|
|
11
11
|
import ApiProviderInfura from '../logos/api-provider/Infura.svg';
|
|
12
|
-
import
|
|
12
|
+
import ApiProviderDxfeed from '../logos/api-provider/Dxfeed.svg';
|
|
13
13
|
import ApiProviderKaiko from '../logos/api-provider/Kaiko.svg';
|
|
14
14
|
import ApiProviderCoinmetrics from '../logos/api-provider/Coinmetrics.svg';
|
|
15
15
|
import ApiProviderTwelvedata from '../logos/api-provider/Twelvedata.svg';
|
|
@@ -28,8 +28,8 @@ function ApiProviderLogo(id, light = false) {
|
|
|
28
28
|
return ApiProviderBlocksize;
|
|
29
29
|
case "coingecko":
|
|
30
30
|
return ApiProviderCoingecko;
|
|
31
|
-
case "
|
|
32
|
-
return
|
|
31
|
+
case "coinpaprika":
|
|
32
|
+
return ApiProviderCoinpaprika;
|
|
33
33
|
case "finage":
|
|
34
34
|
return ApiProviderFinage;
|
|
35
35
|
case "ncfx":
|
|
@@ -44,8 +44,8 @@ function ApiProviderLogo(id, light = false) {
|
|
|
44
44
|
return ApiProviderDrpc;
|
|
45
45
|
case "infura":
|
|
46
46
|
return ApiProviderInfura;
|
|
47
|
-
case "
|
|
48
|
-
return
|
|
47
|
+
case "dxfeed":
|
|
48
|
+
return ApiProviderDxfeed;
|
|
49
49
|
case "kaiko":
|
|
50
50
|
return ApiProviderKaiko;
|
|
51
51
|
case "coinmetrics":
|
package/dist/esm/ChainLogo.js
CHANGED
|
@@ -51,9 +51,11 @@ import Chain252 from '../logos/chain/Chain252.svg';
|
|
|
51
51
|
import Chain2522 from '../logos/chain/Chain2522.svg';
|
|
52
52
|
import Chain100 from '../logos/chain/Chain100.svg';
|
|
53
53
|
import Chain10200 from '../logos/chain/Chain10200.svg';
|
|
54
|
+
import Chain1439 from '../logos/chain/Chain1439.svg';
|
|
54
55
|
import Chain57073 from '../logos/chain/Chain57073.svg';
|
|
55
56
|
import Chain763373 from '../logos/chain/Chain763373.svg';
|
|
56
57
|
import Chain747474 from '../logos/chain/Chain747474.svg';
|
|
58
|
+
import Chain737373 from '../logos/chain/Chain737373.svg';
|
|
57
59
|
import Chain2222 from '../logos/chain/Chain2222.svg';
|
|
58
60
|
import Chain2221 from '../logos/chain/Chain2221.svg';
|
|
59
61
|
import Chain59144 from '../logos/chain/Chain59144.svg';
|
|
@@ -222,12 +224,16 @@ function ChainLogo(id, light = false) {
|
|
|
222
224
|
return Chain100;
|
|
223
225
|
case "10200":
|
|
224
226
|
return Chain10200;
|
|
227
|
+
case "1439":
|
|
228
|
+
return Chain1439;
|
|
225
229
|
case "57073":
|
|
226
230
|
return Chain57073;
|
|
227
231
|
case "763373":
|
|
228
232
|
return Chain763373;
|
|
229
233
|
case "747474":
|
|
230
234
|
return Chain747474;
|
|
235
|
+
case "737373":
|
|
236
|
+
return Chain737373;
|
|
231
237
|
case "2222":
|
|
232
238
|
return Chain2222;
|
|
233
239
|
case "2221":
|
package/dist/esm/SymbolLogo.js
CHANGED
|
@@ -85,14 +85,7 @@ import SymbolHnt from '../logos/symbol/Hnt.svg';
|
|
|
85
85
|
import SymbolHype from '../logos/symbol/Hype.svg';
|
|
86
86
|
import SymbolIcp from '../logos/symbol/Icp.svg';
|
|
87
87
|
import SymbolImx from '../logos/symbol/Imx.svg';
|
|
88
|
-
import SymbolInEth from '../logos/symbol/Ineth.svg';
|
|
89
88
|
import SymbolInj from '../logos/symbol/Inj.svg';
|
|
90
|
-
import SymbolInsfrxEth from '../logos/symbol/Insfrxeth.svg';
|
|
91
|
-
import SymbolSfrxEth from '../logos/symbol/Sfrxeth.svg';
|
|
92
|
-
import SymbolInstEth from '../logos/symbol/Insteth.svg';
|
|
93
|
-
import SymbolStEth from '../logos/symbol/Steth.svg';
|
|
94
|
-
import SymbolInwstEths from '../logos/symbol/Inwsteths.svg';
|
|
95
|
-
import SymbolWstEth from '../logos/symbol/Wsteth.svg';
|
|
96
89
|
import SymbolJoe from '../logos/symbol/Joe.svg';
|
|
97
90
|
import SymbolKava from '../logos/symbol/Kava.svg';
|
|
98
91
|
import SymbolKda from '../logos/symbol/Kda.svg';
|
|
@@ -132,6 +125,7 @@ import SymbolPaxg from '../logos/symbol/Paxg.svg';
|
|
|
132
125
|
import SymbolPendle from '../logos/symbol/Pendle.svg';
|
|
133
126
|
import SymbolPol from '../logos/symbol/Pol.svg';
|
|
134
127
|
import SymbolPufEth from '../logos/symbol/Pufeth.svg';
|
|
128
|
+
import SymbolStEth from '../logos/symbol/Steth.svg';
|
|
135
129
|
import SymbolPyth from '../logos/symbol/Pyth.svg';
|
|
136
130
|
import SymbolPyusd from '../logos/symbol/Pyusd.svg';
|
|
137
131
|
import SymbolQuick from '../logos/symbol/Quick.svg';
|
|
@@ -157,6 +151,7 @@ import SymbolScrvUsd from '../logos/symbol/Scrvusd.svg';
|
|
|
157
151
|
import SymbolSdai from '../logos/symbol/Sdai.svg';
|
|
158
152
|
import SymbolSei from '../logos/symbol/Sei.svg';
|
|
159
153
|
import SymbolSfrax from '../logos/symbol/Sfrax.svg';
|
|
154
|
+
import SymbolSfrxEth from '../logos/symbol/Sfrxeth.svg';
|
|
160
155
|
import SymbolFrxEth from '../logos/symbol/Frxeth.svg';
|
|
161
156
|
import SymbolSfrxUsd from '../logos/symbol/Sfrxusd.svg';
|
|
162
157
|
import SymbolShib from '../logos/symbol/Shib.svg';
|
|
@@ -185,9 +180,11 @@ import SymbolTia from '../logos/symbol/Tia.svg';
|
|
|
185
180
|
import SymbolTusd from '../logos/symbol/Tusd.svg';
|
|
186
181
|
import SymbolTwt from '../logos/symbol/Twt.svg';
|
|
187
182
|
import SymbolUltraEths from '../logos/symbol/Ultraeths.svg';
|
|
183
|
+
import SymbolWstEth from '../logos/symbol/Wsteth.svg';
|
|
188
184
|
import SymbolUma from '../logos/symbol/Uma.svg';
|
|
189
185
|
import SymbolUni from '../logos/symbol/Uni.svg';
|
|
190
186
|
import SymbolUniEth from '../logos/symbol/Unieth.svg';
|
|
187
|
+
import SymbolUsd1 from '../logos/symbol/Usd1.svg';
|
|
191
188
|
import SymbolUsdc from '../logos/symbol/Usdc.svg';
|
|
192
189
|
import SymbolUsdp from '../logos/symbol/Usdp.svg';
|
|
193
190
|
import SymbolUsdt from '../logos/symbol/Usdt.svg';
|
|
@@ -401,22 +398,8 @@ function SymbolLogo(id, light = false) {
|
|
|
401
398
|
return SymbolIcp;
|
|
402
399
|
case "imx":
|
|
403
400
|
return SymbolImx;
|
|
404
|
-
case "ineth":
|
|
405
|
-
return SymbolInEth;
|
|
406
401
|
case "inj":
|
|
407
402
|
return SymbolInj;
|
|
408
|
-
case "insfrxeth":
|
|
409
|
-
return SymbolInsfrxEth;
|
|
410
|
-
case "sfrxeth":
|
|
411
|
-
return SymbolSfrxEth;
|
|
412
|
-
case "insteth":
|
|
413
|
-
return SymbolInstEth;
|
|
414
|
-
case "steth":
|
|
415
|
-
return SymbolStEth;
|
|
416
|
-
case "inwsteths":
|
|
417
|
-
return SymbolInwstEths;
|
|
418
|
-
case "wsteth":
|
|
419
|
-
return SymbolWstEth;
|
|
420
403
|
case "joe":
|
|
421
404
|
return SymbolJoe;
|
|
422
405
|
case "kava":
|
|
@@ -495,6 +478,8 @@ function SymbolLogo(id, light = false) {
|
|
|
495
478
|
return SymbolPol;
|
|
496
479
|
case "pufeth":
|
|
497
480
|
return SymbolPufEth;
|
|
481
|
+
case "steth":
|
|
482
|
+
return SymbolStEth;
|
|
498
483
|
case "pyth":
|
|
499
484
|
return SymbolPyth;
|
|
500
485
|
case "pyusd":
|
|
@@ -545,6 +530,8 @@ function SymbolLogo(id, light = false) {
|
|
|
545
530
|
return SymbolSei;
|
|
546
531
|
case "sfrax":
|
|
547
532
|
return SymbolSfrax;
|
|
533
|
+
case "sfrxeth":
|
|
534
|
+
return SymbolSfrxEth;
|
|
548
535
|
case "frxeth":
|
|
549
536
|
return SymbolFrxEth;
|
|
550
537
|
case "sfrxusd":
|
|
@@ -601,12 +588,16 @@ function SymbolLogo(id, light = false) {
|
|
|
601
588
|
return SymbolTwt;
|
|
602
589
|
case "ultraeths":
|
|
603
590
|
return SymbolUltraEths;
|
|
591
|
+
case "wsteth":
|
|
592
|
+
return SymbolWstEth;
|
|
604
593
|
case "uma":
|
|
605
594
|
return SymbolUma;
|
|
606
595
|
case "uni":
|
|
607
596
|
return SymbolUni;
|
|
608
597
|
case "unieth":
|
|
609
598
|
return SymbolUniEth;
|
|
599
|
+
case "usd1":
|
|
600
|
+
return SymbolUsd1;
|
|
610
601
|
case "usdc":
|
|
611
602
|
return SymbolUsdc;
|
|
612
603
|
case "usdp":
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
2
|
-
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
|
3
1
|
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
4
2
|
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
3
|
+
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
4
|
+
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
|
5
5
|
export { default as ChainLogo } from './ChainLogo.js';
|
|
6
6
|
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
package/dist/esm/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
2
|
-
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
|
3
1
|
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
4
2
|
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
3
|
+
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
4
|
+
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
|
5
5
|
export { default as ChainLogo } from './ChainLogo.js';
|
|
6
6
|
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 23.999999999999996 23.999999999999996">
|
|
2
|
+
<g>
|
|
3
|
+
<title>Layer 1</title>
|
|
4
|
+
<g stroke="null">
|
|
5
|
+
<mask id="Chain1439_svg__svg_9" width="72" height="72" x="0" y="0" stroke="null" maskUnits="userSpaceOnUse">
|
|
6
|
+
<path fill="white" stroke="null" d="m72,0l-72,0l0,72l72,0l0,-72z"/>
|
|
7
|
+
</mask>
|
|
8
|
+
<g stroke="null" mask="url(#Chain1439_svg__svg_9)">
|
|
9
|
+
<path fill="#8E9BB2" stroke="null" d="m13.70269,4.07846l-0.04865,0.0973c1.68647,0.72972 2.64322,2.23782 2.64322,3.89186c0,1.78377 -1.16756,3.40537 -3.43781,4.78374l-0.37297,0.22703c-1.70269,1.03783 -2.56214,2.20539 -2.56214,3.61618c0,1.8162 1.42701,3.14589 3.38916,3.14589c3.14592,0 6.79453,-3.3567 6.79453,-7.83234c0,-0.72972 -0.0973,-1.44323 -0.27567,-2.1243l-0.11351,0.03243c0.04865,0.37297 0.06486,0.64864 0.06486,0.9081c0,2.64322 -1.49188,4.91347 -3.98915,6.42157l-0.24324,0.14594c-0.53513,0.3081 -0.98918,0.48648 -1.44323,0.48648c-0.59999,0 -1.05404,-0.38918 -1.05404,-0.95675c0,-0.48648 0.32432,-0.97296 1.37837,-1.58917l0.30811,-0.17838c2.33511,-1.36215 3.6324,-3.27564 3.6324,-5.39995c0,-2.69187 -2.01079,-4.91347 -4.67023,-5.67563zm-3.40537,15.84308l0.04865,-0.0973c-1.68647,-0.7297 -2.64322,-2.23779 -2.64322,-3.89183c0,-1.78377 1.16756,-3.40537 3.43781,-4.78374l0.37297,-0.22702c1.70269,-1.03783 2.56214,-2.20539 2.56214,-3.61618c0,-1.8162 -1.42701,-3.14592 -3.38916,-3.14592c-3.14592,0 -6.79453,3.35673 -6.79453,7.83236c0,0.72972 0.0973,1.44323 0.27567,2.12431l0.11351,-0.03243c-0.04865,-0.37297 -0.06486,-0.64864 -0.06486,-0.9081c0,-2.64322 1.49188,-4.91347 3.98915,-6.42156l0.24324,-0.14595c0.53513,-0.3081 0.98918,-0.48649 1.44323,-0.48649c0.59999,0 1.05404,0.38919 1.05404,0.95675c0,0.48648 -0.32432,0.97296 -1.37836,1.58917l-0.30811,0.17838c-2.33511,1.36215 -3.6324,3.27565 -3.6324,5.39995c0,2.69187 2.01079,4.91347 4.67023,5.6756z"/>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#8E9BB2" d="M15.0916 11.8819L17.7518 2.9043H14.2051L10.6589 9.17682V2.9043H7.11224L4.45246 11.8819H6.58029L4.45246 19.0637H10.6589V14.5909L15.9789 20.9043L19.5475 15.473L12.4542 11.8819H15.0916Z"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
+
<path fill="#EAAC08" fill-rule="evenodd" d="M21 39.9C31.4382 39.9 39.9 31.4382 39.9 21C39.9 10.5618 31.4382 2.1 21 2.1C10.5618 2.1 2.1 10.5618 2.1 21C2.1 31.4382 10.5618 39.9 21 39.9ZM21 42C32.598 42 42 32.598 42 21C42 9.40204 32.598 0 21 0C9.40204 0 0 9.40204 0 21C0 32.598 9.40204 42 21 42Z" clip-rule="evenodd"/>
|
|
3
|
+
<path fill="url(#usd1_svg__paint0_linear_6773_45632)" d="M21.0001 38.5549C30.696 38.5549 38.5561 30.6948 38.5561 20.9989C38.5561 11.303 30.696 3.44287 21.0001 3.44287C11.3042 3.44287 3.44409 11.303 3.44409 20.9989C3.44409 30.6948 11.3042 38.5549 21.0001 38.5549Z"/>
|
|
4
|
+
<path fill="#CA8404" d="M3.87877 24.9012L11.6008 20.5111L3.55933 18.9724C3.99432 15.1883 5.63251 11.7701 8.08165 9.11035C10.0207 10.1782 11.9597 11.2465 13.8988 12.3146C16.2701 13.6211 18.6415 14.9274 21.0128 16.233L31.1243 21.8005L31.5029 22.0096C31.9148 22.3248 32.1636 22.8606 32.1443 23.4395C33.543 23.9122 34.1566 25.7604 33.8249 27.3536C33.2527 26.3621 32.3322 25.6772 31.2818 25.4767C29.6869 25.5225 28.0975 25.2447 26.5883 24.6601C24.3741 24.3421 22.6051 24.7833 21.0156 25.6486C19.0627 26.7132 16.8982 28.7444 14.9407 30.5814C14.327 31.1573 13.7337 31.7141 13.1736 32.2161C12.1153 33.0889 10.723 33.7161 9.28283 34.0735C8.70769 33.5576 8.16676 33.0045 7.66388 32.4177L12.5102 28.2303C12.7369 28.0326 12.7811 27.6659 12.6042 27.4108C12.4301 27.1558 12.1011 27.1071 11.8744 27.3048L6.96471 31.5477C6.31188 30.6805 5.73755 29.7507 5.2523 28.7692L6.48151 27.9122C6.72477 27.7404 6.79939 27.3822 6.64737 27.1071C6.49534 26.8349 6.17192 26.7518 5.92867 26.9209L4.77739 27.7233C4.40184 26.8183 4.09982 25.8752 3.87877 24.9012Z"/>
|
|
5
|
+
<path fill="#CA8404" d="M37.2611 14.3715C37.7376 15.5395 38.092 16.7701 38.3083 18.0479C38.0472 18.0946 37.7863 18.1412 37.5254 18.1878L37.5248 18.1879C34.9238 18.6525 32.3233 19.117 29.6121 19.6662L20.0259 14.4427L31.5802 8.14748C31.877 7.98573 32.1648 7.8328 32.446 7.68799C34.217 9.21224 35.6805 11.0839 36.7306 13.1972L35.0022 13.5114C34.7037 13.563 34.4992 13.8839 34.5462 14.2277C34.5904 14.5716 34.8696 14.8037 35.1681 14.7521L37.2611 14.3715Z"/>
|
|
6
|
+
<path fill="#EAAC08" fill-rule="evenodd" d="M20.9996 38.5556C30.6956 38.5556 38.5556 30.6956 38.5556 20.9996C38.5556 11.3037 30.6956 3.44361 20.9996 3.44361C11.3037 3.44361 3.44361 11.3037 3.44361 20.9996C3.44361 30.6956 11.3037 38.5556 20.9996 38.5556ZM20.9996 39.8996C31.4378 39.8996 39.8996 31.4378 39.8996 20.9996C39.8996 10.5614 31.4378 2.09961 20.9996 2.09961C10.5614 2.09961 2.09961 10.5614 2.09961 20.9996C2.09961 31.4378 10.5614 39.8996 20.9996 39.8996Z" clip-rule="evenodd"/>
|
|
7
|
+
<path fill="url(#usd1_svg__paint1_linear_6773_45632)" fill-rule="evenodd" d="M20.9996 38.5556C30.6956 38.5556 38.5556 30.6956 38.5556 20.9996C38.5556 11.3037 30.6956 3.44361 20.9996 3.44361C11.3037 3.44361 3.44361 11.3037 3.44361 20.9996C3.44361 30.6956 11.3037 38.5556 20.9996 38.5556ZM20.9996 39.8996C31.4378 39.8996 39.8996 31.4378 39.8996 20.9996C39.8996 10.5614 31.4378 2.09961 20.9996 2.09961C10.5614 2.09961 2.09961 10.5614 2.09961 20.9996C2.09961 31.4378 10.5614 39.8996 20.9996 39.8996Z" clip-rule="evenodd"/>
|
|
8
|
+
<path fill="url(#usd1_svg__paint2_linear_6773_45632)" fill-rule="evenodd" d="M20.9996 38.5556C30.6956 38.5556 38.5556 30.6956 38.5556 20.9996C38.5556 11.3037 30.6956 3.44361 20.9996 3.44361C11.3037 3.44361 3.44361 11.3037 3.44361 20.9996C3.44361 30.6956 11.3037 38.5556 20.9996 38.5556ZM20.9996 39.8996C31.4378 39.8996 39.8996 31.4378 39.8996 20.9996C39.8996 10.5614 31.4378 2.09961 20.9996 2.09961C10.5614 2.09961 2.09961 10.5614 2.09961 20.9996C2.09961 31.4378 10.5614 39.8996 20.9996 39.8996Z" clip-rule="evenodd"/>
|
|
9
|
+
<path fill="#85490E" d="M19.556 12.5996V13.758C18.852 14.2779 18.1389 14.7038 17.4182 15.0365C16.6386 15.3741 15.8583 15.5438 15.0788 15.5438C15.03 15.5438 14.9805 15.5438 14.9318 15.5421V15.522C14.925 15.522 14.9175 15.522 14.9108 15.5211V15.501C14.904 15.501 14.8965 15.501 14.8898 15.5001V15.48C14.883 15.48 14.8755 15.48 14.8688 15.4791V15.459C14.862 15.459 14.8545 15.459 14.8478 15.4581V15.438C14.841 15.438 14.8335 15.438 14.8268 15.4371V15.417C14.82 15.417 14.8125 15.417 14.8058 15.4161V15.396C14.799 15.396 14.7915 15.396 14.7848 15.3951V15.375C14.778 15.375 14.7705 15.375 14.7638 15.3741V15.354C14.757 15.354 14.7495 15.354 14.7428 15.3531V15.333C14.736 15.333 14.7285 15.333 14.7218 15.3321V15.312C14.715 15.312 14.7075 15.312 14.7008 15.3111V15.291C14.694 15.291 14.6865 15.291 14.6798 15.2901V15.27C14.673 15.27 14.6655 15.27 14.6588 15.2691V15.249C14.652 15.249 14.6445 15.249 14.6378 15.2481V15.228C14.631 15.228 14.6235 15.228 14.6168 15.2271V15.207C14.61 15.207 14.6025 15.207 14.5958 15.2061V15.186C14.589 15.186 14.5815 15.186 14.5748 15.1851V15.165C14.568 15.165 14.5605 15.165 14.5538 15.1641V15.144C14.547 15.144 14.5395 15.144 14.5328 15.1431V15.123C14.526 15.123 14.5185 15.123 14.5118 15.1221V15.102C14.505 15.102 14.4975 15.102 14.4908 15.1011V15.081C14.484 15.081 14.4765 15.081 14.4698 15.0801V15.06C14.463 15.06 14.4555 15.06 14.4488 15.0591V15.039C14.442 15.039 14.4345 15.039 14.4278 15.0381V15.018C14.421 15.018 14.4135 15.018 14.4068 15.0171V14.997C14.4 14.997 14.3925 14.997 14.3858 14.9961V14.976C14.379 14.976 14.3715 14.976 14.3648 14.9751V14.955C14.358 14.955 14.3505 14.955 14.3438 14.9541V14.934C14.337 14.934 14.3295 14.934 14.3228 14.9331V14.913C14.316 14.913 14.3085 14.913 14.3018 14.9121V14.8911C14.3438 14.8928 14.3858 14.8928 14.4278 14.8928C15.2073 14.8928 15.9876 14.7231 16.7672 14.3855C17.5962 14.0033 18.4136 13.4976 19.22 12.8676C19.3325 12.7794 19.4451 12.6903 19.556 12.5996Z"/>
|
|
10
|
+
<path fill="#85490E" d="M22.9947 9.47131V33.0753H20.2059V33.0543H20.1849V33.0333H20.1639V33.0123H20.1429V32.9913H20.1219V32.9703H20.1009V32.9493H20.0799V32.9283H20.0589V32.9073H20.0379V32.8863H20.0169V32.8653H19.9959V32.8443H19.9749V32.8233H19.9539V32.8023H19.9329V32.7813H19.9119V32.7603H19.8909V32.7393H19.8699V32.7183H19.8489V32.6973H19.8279V32.6763H19.8069V32.6553H19.7859V32.6343H19.7649V32.6133H19.7439V32.5923H19.7229V32.5713H19.7019V32.5503H19.6809V32.5293H19.6599V32.5083H19.6389V32.4873H19.6179V32.4663H19.5969V32.4453H19.5759V32.4243H22.3437V8.84131H22.3647V8.86231H22.3857V8.88331H22.4067V8.90431H22.4277V8.92531H22.4487V8.94631H22.4697V8.96731H22.4907V8.98831H22.5117V9.00931H22.5327V9.03031H22.5537V9.05131H22.5747V9.07231H22.5957V9.09331H22.6167V9.11431H22.6377V9.13531H22.6587V9.15631H22.6797V9.17731H22.7007V9.19831H22.7217V9.21931H22.7427V9.24031H22.7637V9.26131H22.7847V9.28231H22.8057V9.30331H22.8267V9.32431H22.8477V9.34531H22.8687V9.36631H22.8897V9.38731H22.9107V9.40831H22.9317V9.42931H22.9527V9.45031H22.9737V9.47131H22.9947Z"/>
|
|
11
|
+
<path fill="url(#usd1_svg__paint3_linear_6773_45632)" d="M22.3438 8.8208V32.4248H19.555V13.7575C19.5617 13.7524 19.5483 13.7625 19.555 13.7575V12.5991C19.4441 12.6898 19.3315 12.7789 19.219 12.8671C18.4126 13.4971 17.5953 14.0028 16.7662 14.385C15.9867 14.7226 15.2063 14.8923 14.4268 14.8923C14.3848 14.8923 14.3428 14.8923 14.3008 14.8906C14.2941 14.8915 14.2865 14.8906 14.2798 14.8906V12.2942C14.3092 12.2967 14.3394 12.2967 14.3697 12.2967C14.8207 12.2967 15.3516 12.138 15.9598 11.8221C16.6099 11.4853 17.2819 11.0468 17.9758 10.5067C18.6705 9.9674 19.2753 9.40544 19.7902 8.8208H22.3438Z"/>
|
|
12
|
+
<defs>
|
|
13
|
+
<linearGradient id="usd1_svg__paint0_linear_6773_45632" x1="21.0001" x2="21.0001" y1="3.44287" y2="38.5549" gradientUnits="userSpaceOnUse">
|
|
14
|
+
<stop stop-color="#CA8404"/>
|
|
15
|
+
<stop offset="1" stop-color="#A15D07"/>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient id="usd1_svg__paint1_linear_6773_45632" x1="39.8996" x2="2.09961" y1="2.09961" y2="39.8996" gradientUnits="userSpaceOnUse">
|
|
18
|
+
<stop stop-color="#44403C"/>
|
|
19
|
+
<stop offset="0.4" stop-color="#44403C" stop-opacity="0"/>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<linearGradient id="usd1_svg__paint2_linear_6773_45632" x1="39.8996" x2="2.09961" y1="2.09961" y2="39.8996" gradientUnits="userSpaceOnUse">
|
|
22
|
+
<stop offset="0.6" stop-color="#F5F5F4" stop-opacity="0"/>
|
|
23
|
+
<stop offset="1" stop-color="#F5F5F4"/>
|
|
24
|
+
</linearGradient>
|
|
25
|
+
<linearGradient id="usd1_svg__paint3_linear_6773_45632" x1="18.3118" x2="18.3118" y1="8.8208" y2="32.4248" gradientUnits="userSpaceOnUse">
|
|
26
|
+
<stop stop-color="#FEF7C3"/>
|
|
27
|
+
<stop offset="1" stop-color="#FDDA47"/>
|
|
28
|
+
</linearGradient>
|
|
29
|
+
</defs>
|
|
30
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api3/logos",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.20",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"homepage": "https://api3dao.github.io/logos/",
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"api-provider"
|
|
20
20
|
],
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@api3/dapi-management": "3.
|
|
22
|
+
"@api3/dapi-management": "3.46.0",
|
|
23
23
|
"@babel/core": "^7.28.0",
|
|
24
24
|
"@babel/preset-react": "^7.27.1",
|
|
25
25
|
"@changesets/changelog-github": "^0.5.1",
|
|
26
26
|
"@changesets/cli": "^2.29.5",
|
|
27
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
28
|
-
"@typescript-eslint/parser": "^8.
|
|
29
|
-
"dotenv": "^17.2.
|
|
27
|
+
"@typescript-eslint/eslint-plugin": "^8.39.0",
|
|
28
|
+
"@typescript-eslint/parser": "^8.39.0",
|
|
29
|
+
"dotenv": "^17.2.1",
|
|
30
30
|
"dropbox": "^10.34.0",
|
|
31
31
|
"eslint": "^8.57.1",
|
|
32
32
|
"eslint-config-prettier": "^10.1.8",
|
|
@@ -1,10 +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="#8C8C8C" d="M35.1284 29.8957C37.3623 26.1108 32.8477 19.5418 25.0446 14.9364C17.2416 10.331 9.23687 9.44201 6.87118 13.4508C4.63728 17.2358 9.15195 24.0375 16.955 28.6429C17.0235 28.6834 17.0921 28.7235 17.1607 28.7634L18.1561 26.9493C11.1057 22.7118 6.63352 16.8916 8.55828 14.0052C10.4744 11.4213 17.5839 12.0513 24.7862 16.3022C31.9885 20.5531 36.2808 26.4166 34.5206 29.3989C33.4362 31.2363 30.1487 31.9979 26.1871 30.9748L26.0707 31.5568C30.3709 32.4174 33.7749 32.189 35.1284 29.8957Z"/>
|
|
4
|
-
<path fill="#8C8C8C" d="M27.5372 10.7449L15.214 17.555L23.159 18.3281L27.5372 10.7449Z"/>
|
|
5
|
-
<path fill="#383838" d="M23.1587 18.325L15.2137 17.5519L19.3589 24.9065L23.1587 18.325Z"/>
|
|
6
|
-
<path fill="#333333" d="M27.7962 24.8357L27.5312 10.7578L23.1531 18.341L27.7962 24.8357Z"/>
|
|
7
|
-
<path fill="#141414" d="M19.353 24.9194L27.796 24.8326L23.1528 18.3379L19.353 24.9194Z"/>
|
|
8
|
-
<path fill="#8C8C8C" d="M14.5249 18.7402L15.6976 31.2432L18.6714 26.0925L14.5249 18.7402Z"/>
|
|
9
|
-
<path fill="#333333" d="M18.666 26.1055L15.6922 31.2562L27.1112 26.023L18.666 26.1055Z"/>
|
|
10
|
-
</svg>
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
-
<rect width="41" height="41" x="0.5" y="0.5" fill="#1E2739" rx="20.5"/>
|
|
3
|
-
<rect width="41" height="41" x="0.5" y="0.5" stroke="white" rx="20.5"/>
|
|
4
|
-
<path fill="white" d="M27.8422 17.9151C33.0515 21.9688 35.7184 26.7863 33.9541 29.7756C32.6683 31.9542 29.4344 32.1712 25.3492 31.3536L25.4598 30.8008C29.2234 31.7727 32.3464 31.0492 33.3767 29.3036C34.7119 27.0414 32.381 23.0338 27.9038 19.4546L27.8422 17.9151Z"/>
|
|
5
|
-
<path fill="white" d="M20.1438 13.4513C14.2517 11.0363 8.92777 11.0722 7.1097 14.153C5.43752 16.9862 7.74573 21.5988 12.4262 25.5679L14.92 25.0228C9.96675 21.312 7.16588 16.9989 8.71245 14.6796C10.0291 12.9041 13.9271 12.726 18.5726 14.2916L20.1438 13.4513Z"/>
|
|
6
|
-
<path fill="white" d="M24.5563 15.6287C26.3566 16.8939 26.9427 19.3284 25.8745 21.2862L28.0881 24.1776L27.9991 20.8261L33.0903 19.4619L32.2751 16.4195L27.9129 17.5892L27.716 10.1583L24.5574 15.6293L24.5563 15.6287Z"/>
|
|
7
|
-
<path fill="white" d="M25.41 21.973C24.16 23.4928 22.0174 23.9962 20.2079 23.1575L19.054 25.1562L27.7054 24.9723L25.41 21.973Z"/>
|
|
8
|
-
<path fill="white" d="M17.951 17.6715L14.2065 17.1822L18.3729 24.7665L19.5269 22.7678C17.8952 21.6211 17.2599 19.5139 17.951 17.6715Z"/>
|
|
9
|
-
<path fill="white" d="M26.4562 26.9692L17.9018 27.1512L14.965 32.2379L19.6939 30.0688L20.8442 34.3619L23.8866 33.5467L22.5981 28.7376L26.4562 26.9692Z"/>
|
|
10
|
-
<path fill="white" d="M17.2258 26.7532L13.1063 19.2539L13.5038 23.4794L8.69475 24.768L9.50997 27.8104L13.8025 26.6611L14.2896 31.8389L17.2258 26.7532Z"/>
|
|
11
|
-
<path fill="white" d="M14.7049 16.4489L18.3158 16.9203C19.4772 15.0163 21.8786 14.3066 23.8745 15.2331L27.0338 9.76108L20.4999 13.306L19.3308 8.94275L16.2878 9.75902L17.652 14.8503L14.7049 16.4489Z"/>
|
|
12
|
-
<path fill="white" d="M22.4293 18.8429C21.6601 18.0163 21.7518 17.8575 21.8258 17.7294C21.9285 17.5516 22.3391 17.4612 22.8441 17.7527C23.1426 17.9251 23.6016 18.2889 23.3132 18.7886L24.2225 19.3136C24.7347 18.4265 24.3918 17.4338 23.3691 16.8434C22.2756 16.212 21.2892 16.5586 20.9164 17.2044C20.4067 18.0873 21.0007 18.848 21.655 19.5533C22.4241 20.3798 22.3365 20.5438 22.2625 20.6719C22.1599 20.8497 21.7492 20.9401 21.2442 20.6486C20.9446 20.4756 20.4867 20.1124 20.7751 19.6127L19.8658 19.0877C19.3536 19.9748 19.6965 20.9675 20.7192 21.5579C21.8127 22.1893 22.7991 21.8427 23.1719 21.1969C23.6833 20.3136 23.0852 19.5476 22.4293 18.8429Z"/>
|
|
13
|
-
</svg>
|
|
@@ -1,12 +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="#00A3FF" d="M35.145 29.477C37.3789 25.6921 32.3791 18.3571 25.4058 14.2252C18.4058 10.0933 9.25347 9.02333 6.88778 13.0322C4.95364 16.3092 8.07846 21.8477 14.0164 26.2642C14.9367 26.9487 15.2414 27.1749 15.2414 27.1749L15.7664 25.0749C15.7664 25.0749 15.6336 24.8957 14.5232 24.0249C9.67719 20.225 7.00894 15.9348 8.57488 13.5865C10.491 11.0026 18.025 11.0747 25.025 14.9247C32.2273 19.1756 36.2973 25.9979 34.5372 28.9802C33.4528 30.8175 30.1653 31.5792 26.2037 30.5561L26.0873 31.138C30.3875 31.9987 33.7915 31.7703 35.145 29.477Z"/>
|
|
4
|
-
<path fill="#00A3FF" d="M16.9972 15.8224L16.7109 15.9682C13.4771 17.6081 11.8719 21.2745 12.8495 24.7816C13.4247 26.8451 14.7865 28.4962 16.5241 29.4994L16.998 15.8211L16.9972 15.8224Z"/>
|
|
5
|
-
<path fill="#66C8FF" d="M20.7267 22.2166L16.9951 15.8223L16.5213 29.5006L20.7259 22.2179L20.7267 22.2166Z"/>
|
|
6
|
-
<path fill="#66C8FF" d="M28.1366 22.2548L28.1535 22.5757C28.3501 26.1961 25.9776 29.4195 22.4516 30.3264C20.3769 30.86 18.2661 30.5062 16.5285 29.503L28.1373 22.2535L28.1366 22.2548Z"/>
|
|
7
|
-
<path fill="#CCEDFF" d="M20.731 22.219L28.1344 22.2535C20.3952 27.0865 16.5255 29.503 16.5255 29.503L20.7302 22.2203L20.731 22.219Z"/>
|
|
8
|
-
<path fill="#CCEDFF" d="M24.8359 15.1152L21.6695 20.5997L28.0469 20.6271L24.8359 15.1152Z"/>
|
|
9
|
-
<path fill="#66C8FF" d="M24.8365 15.1144L18.4536 15.0873L21.67 20.5988L24.8365 15.1144Z"/>
|
|
10
|
-
<path fill="#00A3FF" d="M27.4981 10.5011L18.4512 15.0883L24.8386 15.1075L27.4981 10.5011Z"/>
|
|
11
|
-
<path fill="#66C8FF" d="M24.8406 15.1104L28.051 20.6325L27.5024 10.5L24.8406 15.1104Z"/>
|
|
12
|
-
</svg>
|
|
@@ -1,13 +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="#00A3FF" rx="21"/>
|
|
3
|
-
<rect width="38.0875" height="38.0875" x="1.9563" y="1.95605" stroke="#05FF00" stroke-width="1.3125" rx="19.0438"/>
|
|
4
|
-
<path fill="white" d="M35.145 29.4902C37.3789 25.7052 32.3791 18.3703 25.4058 14.2384C18.4058 10.1065 9.25347 9.03651 6.88778 13.0453C4.95364 16.3224 8.07846 21.8609 14.0164 26.2774C14.9367 26.9619 15.2414 27.1881 15.2414 27.1881L15.7664 25.0881C15.7664 25.0881 15.6336 24.9088 14.5232 24.0381C9.67719 20.2382 7.00894 15.948 8.57488 13.5996C10.491 11.0158 18.025 11.0879 25.025 14.9379C32.2273 19.1887 36.2973 26.0111 34.5372 28.9933C33.4528 30.8307 30.1653 31.5924 26.2037 30.5693L26.0873 31.1512C30.3875 32.0119 33.7915 31.7835 35.145 29.4902Z"/>
|
|
5
|
-
<path fill="white" d="M16.9972 15.8375L16.7109 15.9834C13.4771 17.6232 11.8719 21.2897 12.8495 24.7967C13.4247 26.8603 14.7865 28.5114 16.5241 29.5146L16.998 15.8362L16.9972 15.8375Z"/>
|
|
6
|
-
<path fill="white" d="M20.7267 22.2303L16.9951 15.8359L16.5213 29.5143L20.7259 22.2316L20.7267 22.2303Z" opacity="0.6"/>
|
|
7
|
-
<path fill="white" d="M28.1366 22.2704L28.1535 22.5913C28.3501 26.2117 25.9776 29.4351 22.4516 30.342C20.3769 30.8757 18.2661 30.5219 16.5285 29.5186L28.1373 22.2691L28.1366 22.2704Z" opacity="0.6"/>
|
|
8
|
-
<path fill="white" d="M20.731 22.2346L28.1344 22.2691C20.3952 27.1021 16.5255 29.5186 16.5255 29.5186L20.7302 22.2359L20.731 22.2346Z" opacity="0.2"/>
|
|
9
|
-
<path fill="white" d="M24.8359 15.1323L21.6695 20.6168L28.0469 20.6442L24.8359 15.1323Z" opacity="0.2"/>
|
|
10
|
-
<path fill="white" d="M24.8365 15.13L18.4536 15.1029L21.67 20.6145L24.8365 15.13Z" opacity="0.6"/>
|
|
11
|
-
<path fill="white" d="M27.4981 10.5202L18.4512 15.1074L24.8386 15.1266L27.4981 10.5202Z"/>
|
|
12
|
-
<path fill="white" d="M24.8406 15.1255L28.051 20.6476L27.5024 10.5151L24.8406 15.1255Z" opacity="0.6"/>
|
|
13
|
-
</svg>
|