@api3/logos 0.1.50 → 0.1.51
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 -0
- package/dist/cjs/ApiProviderLogoMissing.json +1 -1
- package/dist/cjs/ChainLogo.js +3 -0
- package/dist/cjs/ChainLogoMissing.json +1 -1
- package/dist/cjs/SymbolLogo.js +13 -1
- package/dist/cjs/SymbolLogoMissing.json +1 -1
- package/dist/cjs/index.d.ts +4 -4
- package/dist/cjs/index.js +4 -4
- package/dist/esm/ApiProviderLogo.js +6 -0
- package/dist/esm/ApiProviderLogoMissing.json +1 -1
- package/dist/esm/ChainLogo.js +3 -0
- package/dist/esm/ChainLogoMissing.json +1 -1
- package/dist/esm/SymbolLogo.js +13 -1
- package/dist/esm/SymbolLogoMissing.json +1 -1
- package/dist/logos/symbol/Ageth.svg +105 -0
- package/package.json +5 -5
|
@@ -5,7 +5,9 @@ const ApiProviderNcfx = require('../logos/api-provider/Ncfx.svg');
|
|
|
5
5
|
const ApiProviderKaiko = require('../logos/api-provider/Kaiko.svg');
|
|
6
6
|
const ApiProviderFinage = require('../logos/api-provider/Finage.svg');
|
|
7
7
|
const ApiProviderDxfeed = require('../logos/api-provider/Dxfeed.svg');
|
|
8
|
+
const ApiProviderDrpc = require('../logos/api-provider/Placeholder.svg');
|
|
8
9
|
const ApiProviderCoinpaprika = require('../logos/api-provider/Coinpaprika.svg');
|
|
10
|
+
const ApiProviderCoinmetrics = require('../logos/api-provider/Placeholder.svg');
|
|
9
11
|
const ApiProviderCoingecko = require('../logos/api-provider/Coingecko.svg');
|
|
10
12
|
const ApiProviderBlastapi = require('../logos/api-provider/Placeholder.svg');
|
|
11
13
|
const ApiProviderAnkr = require('../logos/api-provider/Ankr.svg');
|
|
@@ -32,8 +34,12 @@ function ApiProviderLogo(id, light = false) {
|
|
|
32
34
|
return ApiProviderFinage;
|
|
33
35
|
case "dxfeed":
|
|
34
36
|
return ApiProviderDxfeed;
|
|
37
|
+
case "drpc":
|
|
38
|
+
return ApiProviderDrpc;
|
|
35
39
|
case "coinpaprika":
|
|
36
40
|
return ApiProviderCoinpaprika;
|
|
41
|
+
case "coinmetrics":
|
|
42
|
+
return ApiProviderCoinmetrics;
|
|
37
43
|
case "coingecko":
|
|
38
44
|
return ApiProviderCoingecko;
|
|
39
45
|
case "blastapi":
|
|
@@ -1 +1 @@
|
|
|
1
|
-
["blastapi"]
|
|
1
|
+
["drpc","coinmetrics","blastapi"]
|
package/dist/cjs/ChainLogo.js
CHANGED
|
@@ -113,6 +113,7 @@ const Chain30 = require('../logos/chain/Chain30.svg');
|
|
|
113
113
|
const Chain534351 = require('../logos/chain/Chain534351.svg');
|
|
114
114
|
const Chain1328 = require('../logos/chain/Chain1328.svg');
|
|
115
115
|
const Chain1329 = require('../logos/chain/Chain1329.svg');
|
|
116
|
+
const Chain64165 = require('../logos/chain/Placeholder.svg');
|
|
116
117
|
const Chain167009 = require('../logos/chain/Chain167009.svg');
|
|
117
118
|
const Chain167000 = require('../logos/chain/Chain167000.svg');
|
|
118
119
|
const Chain195 = require('../logos/chain/Chain195.svg');
|
|
@@ -359,6 +360,8 @@ function ChainLogo(id, light = false) {
|
|
|
359
360
|
return Chain1328;
|
|
360
361
|
case "1329":
|
|
361
362
|
return Chain1329;
|
|
363
|
+
case "64165":
|
|
364
|
+
return Chain64165;
|
|
362
365
|
case "167009":
|
|
363
366
|
return Chain167009;
|
|
364
367
|
case "167000":
|
|
@@ -1 +1 @@
|
|
|
1
|
-
["7701","7700","222000222","333000333"]
|
|
1
|
+
["7701","7700","222000222","333000333","64165"]
|
package/dist/cjs/SymbolLogo.js
CHANGED
|
@@ -297,7 +297,11 @@ const SymbolCfx = require('../logos/symbol/Cfx.svg');
|
|
|
297
297
|
const SymbolRender = require('../logos/symbol/Placeholder.svg');
|
|
298
298
|
const SymbolAnkrEth = require('../logos/symbol/Ankreth.svg');
|
|
299
299
|
const SymbolUltraEtHs = require('../logos/symbol/UltraEtHs.svg');
|
|
300
|
-
const SymbolAgEth = require('../logos/symbol/
|
|
300
|
+
const SymbolAgEth = require('../logos/symbol/Ageth.svg');
|
|
301
|
+
const SymbolBtt = require('../logos/symbol/Btt.svg');
|
|
302
|
+
const SymbolHt = require('../logos/symbol/Ht.svg');
|
|
303
|
+
const SymbolRbn = require('../logos/symbol/Rbn.svg');
|
|
304
|
+
const SymbolXmr = require('../logos/symbol/Xmr.svg');
|
|
301
305
|
const SymbolPlaceholder = require('../logos/symbol/Placeholder.svg');
|
|
302
306
|
function sanitizeName(id) {
|
|
303
307
|
return camelcase(id, {
|
|
@@ -907,6 +911,14 @@ function SymbolLogo(id, light = false) {
|
|
|
907
911
|
return SymbolUltraEtHs;
|
|
908
912
|
case "ageth":
|
|
909
913
|
return SymbolAgEth;
|
|
914
|
+
case "btt":
|
|
915
|
+
return SymbolBtt;
|
|
916
|
+
case "ht":
|
|
917
|
+
return SymbolHt;
|
|
918
|
+
case "rbn":
|
|
919
|
+
return SymbolRbn;
|
|
920
|
+
case "xmr":
|
|
921
|
+
return SymbolXmr;
|
|
910
922
|
default:
|
|
911
923
|
return light ? SymbolLogo(id) : SymbolPlaceholder;
|
|
912
924
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
["ZRO","ZK","RENDER"
|
|
1
|
+
["ZRO","ZK","RENDER"]
|
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
|
-
export { default as ChainLogo } from './ChainLogo.js';
|
|
4
|
-
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
|
5
1
|
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
6
2
|
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
|
3
|
+
export { default as ChainLogo } from './ChainLogo.js';
|
|
4
|
+
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
|
5
|
+
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
6
|
+
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
package/dist/cjs/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
module.exports.SymbolLogo = require('./SymbolLogo.js');
|
|
2
|
-
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
|
|
3
|
-
module.exports.ChainLogo = require('./ChainLogo.js');
|
|
4
|
-
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
|
|
5
1
|
module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
|
|
6
2
|
module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
|
|
3
|
+
module.exports.ChainLogo = require('./ChainLogo.js');
|
|
4
|
+
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
|
|
5
|
+
module.exports.SymbolLogo = require('./SymbolLogo.js');
|
|
6
|
+
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
|
|
@@ -5,7 +5,9 @@ import ApiProviderNcfx from '../logos/api-provider/Ncfx.svg';
|
|
|
5
5
|
import ApiProviderKaiko from '../logos/api-provider/Kaiko.svg';
|
|
6
6
|
import ApiProviderFinage from '../logos/api-provider/Finage.svg';
|
|
7
7
|
import ApiProviderDxfeed from '../logos/api-provider/Dxfeed.svg';
|
|
8
|
+
import ApiProviderDrpc from '../logos/api-provider/Placeholder.svg';
|
|
8
9
|
import ApiProviderCoinpaprika from '../logos/api-provider/Coinpaprika.svg';
|
|
10
|
+
import ApiProviderCoinmetrics from '../logos/api-provider/Placeholder.svg';
|
|
9
11
|
import ApiProviderCoingecko from '../logos/api-provider/Coingecko.svg';
|
|
10
12
|
import ApiProviderBlastapi from '../logos/api-provider/Placeholder.svg';
|
|
11
13
|
import ApiProviderAnkr from '../logos/api-provider/Ankr.svg';
|
|
@@ -32,8 +34,12 @@ function ApiProviderLogo(id, light = false) {
|
|
|
32
34
|
return ApiProviderFinage;
|
|
33
35
|
case "dxfeed":
|
|
34
36
|
return ApiProviderDxfeed;
|
|
37
|
+
case "drpc":
|
|
38
|
+
return ApiProviderDrpc;
|
|
35
39
|
case "coinpaprika":
|
|
36
40
|
return ApiProviderCoinpaprika;
|
|
41
|
+
case "coinmetrics":
|
|
42
|
+
return ApiProviderCoinmetrics;
|
|
37
43
|
case "coingecko":
|
|
38
44
|
return ApiProviderCoingecko;
|
|
39
45
|
case "blastapi":
|
|
@@ -1 +1 @@
|
|
|
1
|
-
["blastapi"]
|
|
1
|
+
["drpc","coinmetrics","blastapi"]
|
package/dist/esm/ChainLogo.js
CHANGED
|
@@ -113,6 +113,7 @@ import Chain30 from '../logos/chain/Chain30.svg';
|
|
|
113
113
|
import Chain534351 from '../logos/chain/Chain534351.svg';
|
|
114
114
|
import Chain1328 from '../logos/chain/Chain1328.svg';
|
|
115
115
|
import Chain1329 from '../logos/chain/Chain1329.svg';
|
|
116
|
+
import Chain64165 from '../logos/chain/Placeholder.svg';
|
|
116
117
|
import Chain167009 from '../logos/chain/Chain167009.svg';
|
|
117
118
|
import Chain167000 from '../logos/chain/Chain167000.svg';
|
|
118
119
|
import Chain195 from '../logos/chain/Chain195.svg';
|
|
@@ -359,6 +360,8 @@ function ChainLogo(id, light = false) {
|
|
|
359
360
|
return Chain1328;
|
|
360
361
|
case "1329":
|
|
361
362
|
return Chain1329;
|
|
363
|
+
case "64165":
|
|
364
|
+
return Chain64165;
|
|
362
365
|
case "167009":
|
|
363
366
|
return Chain167009;
|
|
364
367
|
case "167000":
|
|
@@ -1 +1 @@
|
|
|
1
|
-
["7701","7700","222000222","333000333"]
|
|
1
|
+
["7701","7700","222000222","333000333","64165"]
|
package/dist/esm/SymbolLogo.js
CHANGED
|
@@ -297,7 +297,11 @@ import SymbolCfx from '../logos/symbol/Cfx.svg';
|
|
|
297
297
|
import SymbolRender from '../logos/symbol/Placeholder.svg';
|
|
298
298
|
import SymbolAnkrEth from '../logos/symbol/Ankreth.svg';
|
|
299
299
|
import SymbolUltraEtHs from '../logos/symbol/UltraEtHs.svg';
|
|
300
|
-
import SymbolAgEth from '../logos/symbol/
|
|
300
|
+
import SymbolAgEth from '../logos/symbol/Ageth.svg';
|
|
301
|
+
import SymbolBtt from '../logos/symbol/Btt.svg';
|
|
302
|
+
import SymbolHt from '../logos/symbol/Ht.svg';
|
|
303
|
+
import SymbolRbn from '../logos/symbol/Rbn.svg';
|
|
304
|
+
import SymbolXmr from '../logos/symbol/Xmr.svg';
|
|
301
305
|
import SymbolPlaceholder from '../logos/symbol/Placeholder.svg';
|
|
302
306
|
function sanitizeName(id) {
|
|
303
307
|
return camelcase(id, {
|
|
@@ -907,6 +911,14 @@ function SymbolLogo(id, light = false) {
|
|
|
907
911
|
return SymbolUltraEtHs;
|
|
908
912
|
case "ageth":
|
|
909
913
|
return SymbolAgEth;
|
|
914
|
+
case "btt":
|
|
915
|
+
return SymbolBtt;
|
|
916
|
+
case "ht":
|
|
917
|
+
return SymbolHt;
|
|
918
|
+
case "rbn":
|
|
919
|
+
return SymbolRbn;
|
|
920
|
+
case "xmr":
|
|
921
|
+
return SymbolXmr;
|
|
910
922
|
default:
|
|
911
923
|
return light ? SymbolLogo(id) : SymbolPlaceholder;
|
|
912
924
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
["ZRO","ZK","RENDER"
|
|
1
|
+
["ZRO","ZK","RENDER"]
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
+
<rect width="39.55" height="39.55" x="1.225" y="1.225" fill="white" rx="19.775"/>
|
|
3
|
+
<rect width="39.55" height="39.55" x="1.225" y="1.225" stroke="#B6DFDF" stroke-width="2.45" rx="19.775"/>
|
|
4
|
+
<mask id="ageth_svg__mask0_8485_184911" width="16" height="24" x="13" y="9" maskUnits="userSpaceOnUse" style="mask-type:alpha">
|
|
5
|
+
<path fill="#D9D9D9" d="M21.4956 25.2128C21.2949 25.3362 21.0399 25.3459 20.8304 25.238L14.0359 21.7396C13.7171 21.5755 13.6009 21.1947 13.7771 20.8918L20.0392 10.1271C20.2782 9.7163 20.8891 9.69342 21.1579 10.0851L28.1989 20.3484C28.397 20.6372 28.3096 21.0253 28.0042 21.213L21.4956 25.2128Z"/>
|
|
6
|
+
<path fill="#D9D9D9" d="M21.9471 31.9126C21.6998 32.2716 21.1554 32.2921 20.8821 31.9527L15.3722 25.1119C14.9438 24.5799 15.5839 23.8652 16.2034 24.1837L20.8826 26.5891C21.0917 26.6967 21.3462 26.687 21.5468 26.5641L26.0336 23.8131C26.6276 23.4489 27.3191 24.1134 26.9316 24.6761L21.9471 31.9126Z"/>
|
|
7
|
+
</mask>
|
|
8
|
+
<g mask="url(#ageth_svg__mask0_8485_184911)">
|
|
9
|
+
<g filter="url(#ageth_svg__filter0_di_8485_184911)">
|
|
10
|
+
<path fill="url(#ageth_svg__paint0_linear_8485_184911)" d="M43.3384 55.8798C30.7998 57.1495 13.6848 45.6524 12.2159 32.6878C10.7472 19.7231 15.7452 5.64015 28.2839 4.37042C40.8224 3.10065 60.2646 9.24921 61.7334 22.2139C63.2022 35.1785 55.8768 54.6099 43.3384 55.8798Z"/>
|
|
11
|
+
<mask id="ageth_svg__mask1_8485_184911" width="51" height="52" x="11" y="4" maskUnits="userSpaceOnUse" style="mask-type:alpha">
|
|
12
|
+
<path fill="url(#ageth_svg__paint1_linear_8485_184911)" d="M43.3428 55.8584C30.8042 57.128 13.6891 45.6309 12.2203 32.6663C10.7516 19.7016 15.7496 5.61867 28.2882 4.34893C40.8268 3.07917 60.269 9.22773 61.7378 22.1924C63.2066 35.157 55.8812 54.5884 43.3428 55.8584Z"/>
|
|
13
|
+
</mask>
|
|
14
|
+
<g mask="url(#ageth_svg__mask1_8485_184911)">
|
|
15
|
+
<path fill="#075A5A" stroke="url(#ageth_svg__paint2_linear_8485_184911)" stroke-width="0.0951106" d="M11.1441 54.5299L19.561 49.8144C22.6333 48.0931 22.8943 43.7925 20.0544 41.6833L11.4271 35.2757C9.69766 33.9913 9.85593 31.3726 11.7266 30.3236L19.4814 25.9748C22.5556 24.2509 22.8121 19.9453 19.966 17.8394L11.7522 11.7618C10.912 11.1402 10.4152 10.1622 10.412 9.12445L10.4113 8.87517C10.4089 8.07186 9.53469 7.56629 8.83429 7.96166L0.373361 12.7373C-2.70051 14.4723 -2.94009 18.7871 -0.0786772 20.8813L8.54228 27.1908C10.2842 28.4657 10.1398 31.0919 8.26938 32.15L0.428977 36.5855C-2.64009 38.3217 -2.87879 42.631 -0.0217434 44.7251L8.21717 50.764C9.06434 51.385 9.56627 52.3673 9.56941 53.4103L9.56997 53.6147C9.57238 54.4165 10.4437 54.9223 11.1441 54.5299ZM29.609 47.0571L38.0259 42.3416C41.0982 40.6203 41.3592 36.3198 38.5193 34.2105L29.892 27.8029C28.1626 26.5185 28.3208 23.8999 30.1915 22.8508L37.9463 18.502C41.0205 16.7781 41.277 12.4726 38.4309 10.3667L30.2171 4.28906C29.3769 3.6674 28.8801 2.68938 28.8769 1.65169L28.8762 1.40241C28.8738 0.599104 27.9996 0.0935367 27.2992 0.488871L18.8383 5.26448C15.7644 6.99947 15.5248 11.3143 18.3862 13.4086L27.0072 19.7181C28.7491 20.9929 28.6047 23.6191 26.7343 24.6772L18.8939 29.1127C15.8248 30.8489 15.5861 35.1582 18.4432 37.2523L26.6821 43.2912C27.5293 43.9122 28.0312 44.8945 28.0343 45.9375L28.0349 46.1419C28.0373 46.9437 28.9086 47.4495 29.609 47.0571Z"/>
|
|
16
|
+
<path fill="#2BB386" fill-rule="evenodd" d="M-1.60006 29.2999C-0.52794 29.7425 0.240851 30.703 0.432716 31.8399C1.5849 30.8661 3.21407 30.6704 4.57463 31.3424C5.93583 32.0144 6.76702 33.4254 6.68895 34.9298C7.61872 34.014 8.99586 33.7094 10.2352 34.1455C11.4745 34.5816 12.3573 35.6813 12.5088 36.9772C13.8562 36.0034 15.637 35.8457 17.145 36.5667C18.6532 37.2883 19.6454 38.7715 19.728 40.4296C20.3837 39.8981 21.2537 39.7035 22.0793 39.9035C22.9043 40.1035 23.5905 40.6748 23.9328 41.4479C24.697 40.2527 26.1275 39.6554 27.5267 39.9465C28.9258 40.2377 30.0027 41.357 30.2326 42.7591C31.4242 41.4937 33.2297 40.9969 34.9148 41.4705C36.6 41.9448 37.8832 43.3106 38.2432 45.0128C39.6384 43.8082 41.6104 43.5121 43.3109 44.252C45.0113 44.992 46.1368 46.6353 46.203 48.4758C46.8587 46.8403 48.5597 45.8708 50.3166 46.1317C52.0734 46.3925 53.4273 47.8158 53.5899 49.5726C54.0498 48.5797 55.0912 47.9867 56.1893 48.0913C57.2868 48.1959 58.2026 48.9761 58.4752 50.0385C58.9794 49.3353 59.8077 48.9338 60.6781 48.9701C61.5485 49.0065 62.3448 49.4761 62.7946 50.2194C63.0991 49.7015 63.6694 49.3967 64.274 49.4283C64.878 49.4599 65.4164 49.8224 65.6704 50.369C66.1264 49.5874 67.0057 49.1497 67.9114 49.2527C68.8172 49.3556 69.5793 49.9804 69.8541 50.8448L47.3402 50.7888C16.5046 46.1855 -0.885274 39.7857 -4.82877 31.5894L-4.83398 29.6641C-3.89481 28.9943 -2.67103 28.8561 -1.59891 29.2988L-1.60006 29.2999Z" clip-rule="evenodd"/>
|
|
17
|
+
<path fill="#1F9970" fill-rule="evenodd" d="M-2.5707 31.366C-1.82813 31.6805 -1.29437 32.3458 -1.15123 33.134C-0.0213535 32.5272 1.35681 32.5915 2.4314 33.3009C3.50599 34.0104 4.10191 35.2489 3.98128 36.5216C4.96489 35.6974 6.35588 35.5498 7.5001 36.1477C8.64428 36.7456 9.31417 37.9698 9.19466 39.2454C10.3416 37.845 12.2501 37.3091 13.9741 37.9027C15.698 38.4968 16.8717 40.0946 16.9128 41.9042C17.529 41.3819 18.3628 41.1883 19.1511 41.3859C19.9394 41.5829 20.5853 42.1467 20.8845 42.8982C21.6943 41.9839 22.9717 41.6293 24.1473 41.9934C25.3229 42.357 26.1775 43.371 26.3305 44.5835C27.0962 43.5365 28.3871 43.0031 29.6794 43.2002C30.9711 43.3973 32.0485 44.2926 32.4737 45.5221C33.7186 44.1619 35.6388 43.6312 37.4202 44.1549C39.2017 44.6786 40.5307 46.1649 40.8444 47.9828C41.3361 47.5238 42.0038 47.2991 42.677 47.3662C43.3501 47.4333 43.9629 47.785 44.3588 48.3319C45.2332 47.1972 46.6895 46.667 48.1004 46.9704C49.5113 47.2738 50.6248 48.3562 50.9606 49.7509C51.5817 48.8598 52.6384 48.371 53.7283 48.471C54.8182 48.5709 55.7727 49.2436 56.2293 50.2335C56.8175 49.7487 57.5859 49.5346 58.3452 49.6442C59.104 49.7532 59.7826 50.1757 60.2144 50.8072L45.2277 50.77C19.3102 49.3499 2.62778 44.0598 -4.82009 34.9009L-4.8291 31.5758C-4.162 31.1305 -3.31212 31.0516 -2.56954 31.366H-2.5707Z" clip-rule="evenodd"/>
|
|
18
|
+
<path fill="#0A4F38" fill-rule="evenodd" d="M11.0537 36.4071C10.9097 36.1665 10.7412 35.9207 10.557 35.6568C9.97024 34.8154 9.52793 33.9176 10.6476 31.9059C11.2964 30.7405 11.9501 29.6527 10.4814 28.2227C14.0914 30.9663 9.70677 32.1826 11.7943 35.1719C12.4752 36.1467 13.3974 37.1579 13.0895 39.0217C12.8643 40.3879 11.9725 41.5788 10.6715 42.2528C9.78506 41.5021 9.3418 41.1265 9.3418 41.1265C11.2746 40.3052 12.1125 38.1747 11.0537 36.4071Z" clip-rule="evenodd"/>
|
|
19
|
+
<path fill="#2B9C76" fill-rule="evenodd" d="M21.9623 24.6984C22.1458 24.6711 22.2837 24.8272 22.2703 25.046C22.257 25.2647 22.0979 25.4646 21.9144 25.4914C21.7309 25.5187 21.593 25.3626 21.6064 25.1439C21.6198 24.9251 21.7789 24.7252 21.9623 24.6984Z" clip-rule="evenodd"/>
|
|
20
|
+
<path fill="#2B9C76" fill-rule="evenodd" d="M22.482 24.287C22.5898 24.271 22.671 24.3627 22.6632 24.4911C22.6554 24.6197 22.5619 24.737 22.4541 24.7529C22.3464 24.7688 22.2652 24.6772 22.273 24.5487C22.2808 24.4202 22.3743 24.3029 22.482 24.287Z" clip-rule="evenodd"/>
|
|
21
|
+
<path fill="#2B9C76" fill-rule="evenodd" d="M21.5591 25.578C21.6669 25.562 21.7481 25.6537 21.7403 25.7822C21.7326 25.9106 21.6391 26.028 21.5313 26.0439C21.4235 26.0598 21.3423 25.9682 21.3501 25.8397C21.3579 25.7112 21.4514 25.5939 21.5591 25.578Z" clip-rule="evenodd"/>
|
|
22
|
+
<path fill="#2B9C76" fill-rule="evenodd" d="M22.0308 25.578C22.1386 25.562 22.2198 25.6537 22.212 25.7822C22.2042 25.9107 22.1107 26.028 22.0029 26.0439C21.8952 26.0598 21.814 25.9682 21.8218 25.8397C21.8296 25.7112 21.9231 25.5939 22.0308 25.578Z" clip-rule="evenodd"/>
|
|
23
|
+
<path fill="#2B9C76" fill-rule="evenodd" d="M22.5415 25.0639C22.6271 25.0514 22.6914 25.1239 22.6853 25.2258C22.6791 25.3277 22.6048 25.4206 22.5191 25.4338C22.4336 25.4463 22.3692 25.3738 22.3754 25.2719C22.3815 25.17 22.4558 25.077 22.5415 25.0639Z" clip-rule="evenodd"/>
|
|
24
|
+
<path fill="#2B9C76" fill-rule="evenodd" d="M21.2286 26.3189C21.3119 26.2965 21.3843 26.361 21.3898 26.4635C21.3953 26.5654 21.3327 26.6665 21.2494 26.6889C21.1662 26.7112 21.0937 26.6468 21.0882 26.5443C21.0827 26.4424 21.1454 26.3413 21.2286 26.3189Z" clip-rule="evenodd"/>
|
|
25
|
+
<path fill="#1C966D" fill-rule="evenodd" d="M17.196 30.5832C16.788 30.2306 16.1987 30.3258 15.4281 30.8687C15.6883 31.1407 15.8183 31.2767 15.8183 31.2767C15.534 31.2798 15.3917 31.2808 15.3917 31.2808C15.3731 31.4095 15.4072 31.5405 15.4862 31.6444C15.5653 31.7484 15.683 31.8171 15.8129 31.8345C15.8129 31.8345 15.865 31.7512 15.9691 31.584C16.0758 31.9843 16.2252 32.1017 16.4193 31.9367C17.0974 31.4684 17.4321 31.096 17.4232 30.8185C17.5687 30.6799 17.4929 30.6013 17.1965 30.5826L17.196 30.5832Z" clip-rule="evenodd"/>
|
|
26
|
+
<path fill="#1C966D" fill-rule="evenodd" d="M14.1615 22.8124C13.8919 22.4673 13.4059 22.4516 12.7047 22.7636C12.8691 23.0211 12.9516 23.1498 12.9516 23.1498C12.7243 23.1076 12.61 23.0864 12.61 23.0864C12.5747 23.1859 12.5809 23.2959 12.6277 23.391C12.6746 23.486 12.7575 23.5591 12.8584 23.5936C12.8584 23.5936 12.913 23.5353 13.0229 23.4185C13.0442 23.7544 13.1453 23.871 13.3262 23.7696C13.9414 23.5024 14.2675 23.2578 14.3048 23.0356C14.4427 22.948 14.3947 22.8732 14.1609 22.8119L14.1615 22.8124Z" clip-rule="evenodd"/>
|
|
27
|
+
<path fill="#1C966D" fill-rule="evenodd" d="M17.6842 18.4811C17.6071 18.2057 17.3161 18.0762 16.8118 18.091C16.8469 18.2874 16.8647 18.3853 16.8647 18.3853C16.7369 18.3035 16.6732 18.2623 16.6732 18.2623C16.6267 18.3139 16.6032 18.3817 16.6074 18.451C16.6117 18.5203 16.6438 18.5847 16.6967 18.6309C16.6967 18.6309 16.7447 18.6093 16.8401 18.5659C16.7689 18.7743 16.8013 18.8701 16.9361 18.8536C17.3769 18.8445 17.6361 18.7771 17.7148 18.6519C17.8204 18.6328 17.8103 18.5761 17.6836 18.4809L17.6842 18.4811Z" clip-rule="evenodd"/>
|
|
28
|
+
<path fill="white" d="M17.3711 27.0337C17.3708 26.9197 17.4637 26.8278 17.5779 26.8281C17.6922 26.8284 17.7856 26.9207 17.7859 27.0347C17.7863 27.1487 17.6933 27.2405 17.579 27.2403C17.4649 27.24 17.3714 27.1471 17.3711 27.0337Z"/>
|
|
29
|
+
<path fill="white" d="M17.7844 26.5C18.0041 26.5006 18.203 26.5896 18.3473 26.733C18.4916 26.8763 18.5813 27.0739 18.5819 27.2922C18.5825 27.5104 18.4939 27.7075 18.3503 27.8496C18.2068 27.9917 18.0084 28.0803 17.7887 28.0798C17.569 28.0793 17.3701 27.9901 17.2258 27.8468C17.0815 27.7035 16.9918 27.5059 16.9912 27.2882C16.9907 27.0705 17.0793 26.8728 17.2228 26.7302C17.3663 26.5875 17.5648 26.4994 17.7844 26.5ZM17.3083 27.7648C17.4316 27.8873 17.6014 27.9629 17.7884 27.9634C17.9754 27.9639 18.1448 27.889 18.2674 27.7672C18.39 27.6454 18.4653 27.4771 18.4648 27.2913C18.4642 27.1055 18.3881 26.9368 18.2648 26.8144C18.1415 26.6919 17.9717 26.6163 17.7847 26.6158C17.5977 26.6153 17.4284 26.6902 17.3057 26.812C17.1831 26.9338 17.1079 27.1021 17.1084 27.2879C17.1089 27.4737 17.185 27.6424 17.3083 27.7648Z"/>
|
|
30
|
+
<path fill="white" d="M17.3889 27.2383C17.4472 27.2384 17.4945 27.2854 17.4947 27.3433C17.4948 27.4012 17.4477 27.448 17.3895 27.4479C17.3312 27.4477 17.2839 27.4007 17.2837 27.3428C17.2835 27.2849 17.3306 27.2381 17.3889 27.2383Z"/>
|
|
31
|
+
<path fill="white" d="M20.1289 26.1434C20.1287 26.0792 20.181 26.0272 20.2457 26.0273C20.3104 26.0275 20.363 26.0797 20.3632 26.144C20.3633 26.2083 20.3111 26.2603 20.2463 26.2601C20.1817 26.2599 20.1291 26.2077 20.1289 26.1434Z"/>
|
|
32
|
+
<path fill="white" d="M20.1267 26.2539C20.1593 26.254 20.1862 26.2807 20.1863 26.3131C20.1864 26.3455 20.1596 26.3721 20.127 26.372C20.0944 26.3719 20.0675 26.3452 20.0674 26.3128C20.0673 26.2804 20.0941 26.2538 20.1267 26.2539Z"/>
|
|
33
|
+
<path fill="white" d="M20.3447 25.8438C20.4682 25.844 20.5803 25.8941 20.6615 25.9748C20.7427 26.0555 20.7931 26.1667 20.7934 26.2894C20.7937 26.4121 20.7439 26.5232 20.6632 26.6034C20.5824 26.6837 20.4706 26.7332 20.3471 26.7329C20.2236 26.7326 20.1116 26.6825 20.0304 26.6019C19.9492 26.5212 19.8988 26.4099 19.8984 26.2872C19.8981 26.1645 19.9479 26.0534 20.0287 25.9732C20.1095 25.8929 20.2212 25.8434 20.3447 25.8438ZM20.0763 26.5563C20.1458 26.6253 20.2415 26.6678 20.347 26.668C20.4524 26.6683 20.5479 26.6263 20.617 26.5576C20.6862 26.4889 20.7284 26.394 20.7282 26.2893C20.7279 26.1845 20.6851 26.0894 20.6156 26.0204C20.546 25.9513 20.4503 25.9088 20.3449 25.9086C20.2394 25.9083 20.144 25.9503 20.0749 26.0191C20.0057 26.0878 19.9634 26.1826 19.9637 26.2874C19.964 26.3922 20.0068 26.4872 20.0763 26.5563Z"/>
|
|
34
|
+
<path fill="white" d="M15.0073 28.7489C15.0072 28.6846 15.0594 28.6326 15.1241 28.6328C15.1888 28.633 15.2414 28.6852 15.2416 28.7495C15.2417 28.8137 15.1895 28.8657 15.1248 28.8656C15.0601 28.8654 15.0075 28.8132 15.0073 28.7489Z"/>
|
|
35
|
+
<path fill="white" d="M15.2334 28.4258C15.3569 28.4261 15.4689 28.4761 15.5502 28.5568C15.6314 28.6375 15.6818 28.7488 15.6821 28.8715C15.6824 28.9942 15.6326 29.1052 15.5518 29.1855C15.4711 29.2657 15.3593 29.3152 15.2358 29.315C15.1123 29.3146 15.0003 29.2645 14.9191 29.1839C14.8379 29.1032 14.7874 28.992 14.7871 28.8692C14.7868 28.7465 14.8366 28.6355 14.9174 28.5552C14.9981 28.475 15.1099 28.4254 15.2334 28.4258ZM14.965 29.1383C15.0345 29.2073 15.1302 29.2498 15.2357 29.2501C15.3411 29.2503 15.4365 29.2083 15.5057 29.1396C15.5748 29.0709 15.6171 28.9761 15.6168 28.8713C15.6166 28.7665 15.5738 28.6715 15.5042 28.6024C15.4347 28.5333 15.339 28.4908 15.2336 28.4906C15.1281 28.4903 15.0327 28.5323 14.9635 28.6011C14.8944 28.6698 14.8521 28.7646 14.8524 28.8694C14.8527 28.9742 14.8955 29.0692 14.965 29.1383Z"/>
|
|
36
|
+
<path fill="white" d="M15.0105 28.8574C15.0431 28.8575 15.07 28.8842 15.0701 28.9166C15.0702 28.9491 15.0434 28.9756 15.0108 28.9755C14.9781 28.9754 14.9513 28.9487 14.9512 28.9163C14.9511 28.8839 14.9779 28.8573 15.0105 28.8574Z"/>
|
|
37
|
+
<path fill="white" d="M13.4742 28.9805C13.5409 28.9806 13.6013 29.0077 13.6451 29.0512C13.6889 29.0947 13.7161 29.1548 13.7164 29.221C13.7165 29.2872 13.6897 29.3471 13.646 29.3904C13.6025 29.4338 13.5422 29.4605 13.4755 29.4603C13.4089 29.4601 13.3484 29.4331 13.3046 29.3896C13.2608 29.3461 13.2336 29.286 13.2334 29.2198C13.2332 29.1536 13.2601 29.0936 13.3037 29.0503C13.3472 29.0071 13.4076 28.9803 13.4742 28.9805ZM13.3294 29.365C13.3669 29.4023 13.4185 29.4252 13.4754 29.4253C13.5323 29.4255 13.5839 29.4028 13.6211 29.3657C13.6585 29.3286 13.6813 29.2774 13.6812 29.2209C13.681 29.1644 13.6579 29.113 13.6204 29.0758C13.5828 29.0385 13.5312 29.0156 13.4743 29.0155C13.4174 29.0154 13.3659 29.038 13.3286 29.0751C13.2913 29.1121 13.2685 29.1634 13.2686 29.2199C13.2688 29.2764 13.2918 29.3277 13.3294 29.365Z"/>
|
|
38
|
+
<path fill="white" d="M13.2698 31.2148C13.3992 31.2152 13.5164 31.2676 13.6014 31.352C13.6864 31.4364 13.7391 31.5529 13.7395 31.6813C13.7398 31.8098 13.6877 31.926 13.6031 32.01C13.5186 32.094 13.4017 32.1458 13.2724 32.1455C13.1431 32.1452 13.0259 32.0927 12.9409 32.0083C12.8558 31.9239 12.8031 31.8075 12.8027 31.679C12.8024 31.5505 12.8546 31.4343 12.9391 31.3503C13.0236 31.2663 13.1406 31.2145 13.2698 31.2148ZM12.9889 31.9606C13.0617 32.0328 13.1618 32.0774 13.2722 32.0776C13.3826 32.0779 13.4824 32.0339 13.5548 31.962C13.6272 31.8901 13.6715 31.7908 13.6712 31.6812C13.6709 31.5715 13.6261 31.472 13.5533 31.3997C13.4805 31.3275 13.3804 31.283 13.2701 31.2827C13.1596 31.2824 13.0598 31.3264 12.9874 31.3983C12.915 31.4702 12.8708 31.5695 12.871 31.6791C12.8714 31.7888 12.9161 31.8883 12.9889 31.9606Z"/>
|
|
39
|
+
<path fill="white" d="M20.3666 24.1211C20.3873 24.1211 20.4043 24.138 20.4044 24.1585C20.4044 24.179 20.3875 24.1958 20.3668 24.1958C20.3462 24.1957 20.3292 24.1789 20.3291 24.1583C20.329 24.1378 20.346 24.121 20.3666 24.1211Z"/>
|
|
40
|
+
<path fill="white" d="M20.3652 24.05C20.3651 24.0094 20.3982 23.9765 20.4392 23.9766C20.4801 23.9767 20.5134 24.0097 20.5135 24.0504C20.5136 24.0911 20.4805 24.1239 20.4395 24.1239C20.3986 24.1238 20.3653 24.0907 20.3652 24.05Z"/>
|
|
41
|
+
<path fill="white" d="M20.509 23.8535C20.5872 23.8537 20.6581 23.8854 20.7095 23.9365C20.7609 23.9875 20.7928 24.0579 20.793 24.1356C20.7932 24.2133 20.7617 24.2835 20.7106 24.3344C20.6595 24.3852 20.5887 24.4165 20.5106 24.4163C20.4324 24.4161 20.3615 24.3844 20.3101 24.3334C20.2586 24.2823 20.2268 24.2119 20.2266 24.1342C20.2263 24.0565 20.2579 23.9863 20.309 23.9355C20.3601 23.8846 20.4308 23.8533 20.509 23.8535ZM20.3391 24.3045C20.3831 24.3482 20.4437 24.3751 20.5104 24.3753C20.5772 24.3755 20.6376 24.3488 20.6814 24.3054C20.7251 24.2618 20.7519 24.2018 20.7517 24.1356C20.7515 24.0692 20.7245 24.009 20.6804 23.9653C20.6365 23.9216 20.5759 23.8947 20.5092 23.8946C20.4424 23.8944 20.382 23.921 20.3382 23.9645C20.2944 24.008 20.2677 24.068 20.2678 24.1343C20.2681 24.2007 20.2951 24.2608 20.3391 24.3045Z"/>
|
|
42
|
+
<path fill="white" d="M21.8631 22.623C21.9034 22.6232 21.9365 22.6561 21.9366 22.6961C21.9367 22.7361 21.9038 22.7688 21.8635 22.7687C21.8233 22.7686 21.7901 22.7357 21.79 22.6957C21.7899 22.6557 21.8229 22.6229 21.8631 22.623Z"/>
|
|
43
|
+
<path fill="white" d="M21.8467 22.4791C21.8465 22.3999 21.911 22.3358 21.9908 22.3359C22.0706 22.3362 22.1354 22.4005 22.1356 22.4798C22.1358 22.5591 22.0713 22.6232 21.9915 22.623C21.9118 22.6228 21.8469 22.5584 21.8467 22.4791Z"/>
|
|
44
|
+
<path fill="white" d="M22.1353 22.1094C22.2877 22.1098 22.4258 22.1715 22.526 22.271C22.6262 22.3705 22.6883 22.5077 22.6887 22.6591C22.6891 22.8104 22.6277 22.9473 22.5281 23.0463C22.4285 23.1453 22.2907 23.2064 22.1383 23.206C21.986 23.2056 21.8479 23.1439 21.7477 23.0444C21.6475 22.9449 21.5854 22.8076 21.585 22.6563C21.5846 22.505 21.646 22.368 21.7456 22.269C21.8452 22.1701 21.983 22.109 22.1353 22.1094ZM21.8044 22.9881C21.89 23.0733 22.008 23.1257 22.1381 23.126C22.2682 23.1264 22.3859 23.0745 22.4712 22.9898C22.5565 22.9051 22.6086 22.7881 22.6082 22.6589C22.6079 22.5296 22.5551 22.4124 22.4694 22.3273C22.3836 22.2421 22.2656 22.1897 22.1356 22.1893C22.0055 22.189 21.8878 22.2408 21.8026 22.3256C21.7173 22.4104 21.6651 22.5273 21.6654 22.6565C21.6658 22.7857 21.7186 22.9029 21.8044 22.9881Z"/>
|
|
45
|
+
<path fill="white" d="M22.5328 20.5312C22.5519 20.5313 22.5676 20.547 22.5677 20.566C22.5678 20.585 22.5521 20.6006 22.533 20.6005C22.5138 20.6005 22.4981 20.5848 22.498 20.5658C22.498 20.5468 22.5136 20.5312 22.5328 20.5312Z"/>
|
|
46
|
+
<path fill="white" d="M22.5234 20.4548C22.5233 20.4171 22.554 20.3866 22.592 20.3867C22.6299 20.3868 22.6607 20.4175 22.6608 20.4551C22.6609 20.4928 22.6302 20.5233 22.5923 20.5232C22.5544 20.5231 22.5235 20.4924 22.5234 20.4548Z"/>
|
|
47
|
+
<path fill="white" d="M22.6572 20.2852C22.7296 20.2853 22.7953 20.3147 22.8429 20.362C22.8905 20.4093 22.92 20.4745 22.9202 20.5465C22.9204 20.6184 22.8912 20.6835 22.8439 20.7306C22.7965 20.7776 22.731 20.8067 22.6586 20.8065C22.5861 20.8063 22.5205 20.7769 22.4728 20.7297C22.4252 20.6824 22.3957 20.6171 22.3955 20.5452C22.3953 20.4732 22.4245 20.4081 22.4719 20.3611C22.5192 20.314 22.5847 20.285 22.6572 20.2852ZM22.4998 20.7029C22.5405 20.7434 22.5966 20.7683 22.6585 20.7685C22.7203 20.7686 22.7762 20.744 22.8168 20.7037C22.8573 20.6634 22.8821 20.6078 22.882 20.5464C22.8818 20.485 22.8567 20.4292 22.816 20.3887C22.7752 20.3482 22.7191 20.3233 22.6572 20.3232C22.5954 20.323 22.5395 20.3477 22.4989 20.388C22.4584 20.4282 22.4336 20.4839 22.4338 20.5453C22.4339 20.6067 22.4591 20.6624 22.4998 20.7029Z"/>
|
|
48
|
+
<path fill="white" d="M20.984 19.0547C21.0227 19.0547 21.0546 19.0864 21.0547 19.1249C21.0548 19.1634 21.023 19.1949 20.9843 19.1948C20.9456 19.1947 20.9137 19.163 20.9136 19.1246C20.9135 19.0861 20.9452 19.0546 20.984 19.0547Z"/>
|
|
49
|
+
<path fill="white" d="M20.9805 18.9268C20.9802 18.8505 21.0423 18.7889 21.1191 18.7891C21.1958 18.7892 21.2582 18.8513 21.2585 18.9275C21.2586 19.0037 21.1966 19.0654 21.1198 19.0653C21.0431 19.065 20.9807 19.0031 20.9805 18.9268Z"/>
|
|
50
|
+
<path fill="white" d="M21.2532 18.5625C21.3998 18.5629 21.5327 18.6223 21.6291 18.718C21.7254 18.8137 21.7853 18.9458 21.7856 19.0913C21.786 19.237 21.7269 19.3687 21.6311 19.464C21.5352 19.5592 21.4026 19.618 21.2561 19.6176C21.1095 19.6172 20.9766 19.5578 20.8802 19.4621C20.7839 19.3664 20.724 19.2344 20.7236 19.0887C20.7232 18.9431 20.7824 18.8114 20.8782 18.7161C20.974 18.6209 21.1066 18.5622 21.2532 18.5625ZM20.9347 19.408C21.0172 19.4899 21.1307 19.5403 21.2558 19.5407C21.381 19.541 21.4942 19.4911 21.5763 19.4096C21.6583 19.3281 21.7085 19.2155 21.7082 19.0912C21.7079 18.9668 21.6571 18.8541 21.5746 18.7721C21.4921 18.6902 21.3786 18.6398 21.2534 18.6394C21.1283 18.6391 21.015 18.689 20.9329 18.7705C20.8509 18.852 20.8007 18.9646 20.8011 19.0889C20.8014 19.2133 20.8522 19.326 20.9347 19.408Z"/>
|
|
51
|
+
<path fill="white" d="M19.8432 18.0078C19.8605 18.0079 19.8748 18.0221 19.8749 18.0394C19.875 18.0567 19.8607 18.0708 19.8433 18.0708C19.8259 18.0707 19.8116 18.0565 19.8115 18.0392C19.8115 18.0219 19.8257 18.0078 19.8432 18.0078Z"/>
|
|
52
|
+
<path fill="white" d="M19.8418 17.9486C19.8417 17.9144 19.8696 17.8866 19.9041 17.8867C19.9386 17.8868 19.9667 17.9146 19.9667 17.949C19.9669 17.9832 19.9389 18.0109 19.9044 18.0109C19.87 18.0108 19.8419 17.9829 19.8418 17.9486Z"/>
|
|
53
|
+
<path fill="white" d="M19.9622 17.7832C20.0281 17.7834 20.0878 17.8101 20.1311 17.8531C20.1745 17.8962 20.2013 17.9555 20.2015 18.021C20.2017 18.0864 20.1751 18.1457 20.1321 18.1884C20.0889 18.2313 20.0293 18.2577 19.9635 18.2575C19.8976 18.2574 19.8378 18.2307 19.7945 18.1876C19.7512 18.1446 19.7243 18.0853 19.7241 18.0198C19.7239 17.9543 19.7505 17.8951 19.7936 17.8523C19.8367 17.8094 19.8963 17.783 19.9622 17.7832ZM19.819 18.1633C19.8561 18.2001 19.9071 18.2228 19.9634 18.2229C20.0196 18.2231 20.0705 18.2007 20.1074 18.164C20.1443 18.1274 20.1668 18.0768 20.1667 18.0209C20.1665 17.965 20.1437 17.9143 20.1067 17.8774C20.0695 17.8406 20.0185 17.8179 19.9622 17.8178C19.906 17.8176 19.8551 17.8401 19.8182 17.8767C19.7813 17.9134 19.7588 17.964 19.7589 18.0199C19.7591 18.0758 19.7819 18.1265 19.819 18.1633Z"/>
|
|
54
|
+
<path fill="white" d="M18.5354 16.5938C18.5696 16.5938 18.5979 16.6218 18.5979 16.6559C18.598 16.6899 18.5699 16.7178 18.5357 16.7177C18.5015 16.7176 18.4733 16.6896 18.4731 16.6556C18.473 16.6215 18.5011 16.5936 18.5354 16.5938Z"/>
|
|
55
|
+
<path fill="white" d="M18.5293 16.4695C18.5291 16.4021 18.584 16.3475 18.6519 16.3477C18.7198 16.3478 18.775 16.4027 18.7752 16.4701C18.7754 16.5376 18.7205 16.5922 18.6526 16.592C18.5847 16.5918 18.5295 16.537 18.5293 16.4695Z"/>
|
|
56
|
+
<path fill="white" d="M18.7624 16.1426C18.8921 16.1429 19.0097 16.1955 19.0949 16.2801C19.1801 16.3648 19.2331 16.4816 19.2334 16.6105C19.2338 16.7393 19.1815 16.8558 19.0967 16.9401C19.0119 17.0243 18.8946 17.0763 18.7649 17.076C18.6353 17.0757 18.5177 17.0231 18.4325 16.9384C18.3472 16.8537 18.2943 16.7369 18.2939 16.6081C18.2936 16.4793 18.3459 16.3628 18.4307 16.2785C18.5155 16.1942 18.6327 16.1422 18.7624 16.1426ZM18.4806 16.8905C18.5536 16.963 18.654 17.0076 18.7648 17.0079C18.8755 17.0082 18.9757 16.9641 19.0482 16.8919C19.1209 16.8198 19.1652 16.7203 19.1649 16.6103C19.1646 16.5003 19.1197 16.4005 19.0467 16.328C18.9738 16.2555 18.8733 16.2109 18.7626 16.2107C18.6519 16.2104 18.5517 16.2545 18.4791 16.3266C18.4065 16.3988 18.3621 16.4983 18.3624 16.6083C18.3628 16.7183 18.4076 16.818 18.4806 16.8905Z"/>
|
|
57
|
+
<path fill="white" d="M16.6975 15.4863C16.7135 15.4864 16.7267 15.4995 16.7267 15.5153C16.7267 15.5312 16.7137 15.5442 16.6977 15.5441C16.6817 15.5441 16.6685 15.531 16.6685 15.5152C16.6685 15.4993 16.6815 15.4863 16.6975 15.4863Z"/>
|
|
58
|
+
<path fill="white" d="M16.6992 15.4397C16.6991 15.4082 16.7247 15.3827 16.7564 15.3828C16.7881 15.3829 16.8139 15.4084 16.814 15.44C16.8141 15.4714 16.7884 15.4969 16.7568 15.4968C16.7251 15.4967 16.6993 15.4711 16.6992 15.4397Z"/>
|
|
59
|
+
<path fill="white" d="M16.8105 15.2813C16.871 15.2814 16.9258 15.3059 16.9656 15.3454C17.0054 15.3849 17.0301 15.4395 17.0302 15.4996C17.0304 15.5597 17.006 15.6141 16.9664 15.6534C16.9269 15.6927 16.8721 15.7169 16.8116 15.7168C16.7511 15.7167 16.6962 15.6922 16.6565 15.6526C16.6167 15.6131 16.592 15.5586 16.5918 15.4985C16.5916 15.4383 16.6161 15.384 16.6556 15.3447C16.6952 15.3053 16.7499 15.2811 16.8105 15.2813ZM16.6789 15.6303C16.713 15.6641 16.7599 15.6849 16.8115 15.685C16.8632 15.6852 16.9099 15.6646 16.9438 15.6309C16.9777 15.5973 16.9984 15.5508 16.9983 15.4995C16.9982 15.4481 16.9772 15.4016 16.9431 15.3678C16.909 15.334 16.8622 15.3131 16.8105 15.313C16.7589 15.3129 16.7121 15.3335 16.6782 15.3671C16.6443 15.4008 16.6237 15.4473 16.6238 15.4986C16.6239 15.5499 16.6449 15.5964 16.6789 15.6303Z"/>
|
|
60
|
+
<path fill="white" d="M15.7595 14.3789C15.7755 14.379 15.7887 14.392 15.7887 14.4079C15.7887 14.4238 15.7757 14.4368 15.7597 14.4367C15.7437 14.4367 15.7305 14.4237 15.7305 14.4077C15.7305 14.3919 15.7435 14.3789 15.7595 14.3789Z"/>
|
|
61
|
+
<path fill="white" d="M15.751 14.3127C15.7509 14.2812 15.7765 14.2557 15.8082 14.2559C15.8399 14.2559 15.8656 14.2815 15.8657 14.313C15.8658 14.3445 15.8402 14.3699 15.8085 14.3699C15.7768 14.3698 15.751 14.3442 15.751 14.3127Z"/>
|
|
62
|
+
<path fill="white" d="M15.8617 14.1738C15.9222 14.1739 15.9771 14.1985 16.0168 14.238C16.0567 14.2775 16.0813 14.332 16.0815 14.3922C16.0817 14.4523 16.0573 14.5067 16.0177 14.546C15.9782 14.5853 15.9234 14.6095 15.8629 14.6094C15.8024 14.6092 15.7475 14.5847 15.7077 14.5452C15.668 14.5057 15.6432 14.4512 15.6431 14.3911C15.6429 14.331 15.6674 14.2766 15.7069 14.2373C15.7465 14.1979 15.8012 14.1737 15.8617 14.1738ZM15.7302 14.5229C15.7643 14.5567 15.8111 14.5775 15.8628 14.5776C15.9144 14.5778 15.9612 14.5572 15.9951 14.5235C16.029 14.4898 16.0497 14.4434 16.0495 14.3921C16.0494 14.3407 16.0285 14.2942 15.9944 14.2604C15.9603 14.2265 15.9134 14.2057 15.8618 14.2056C15.8101 14.2055 15.7634 14.226 15.7295 14.2597C15.6956 14.2933 15.6749 14.3398 15.675 14.3911C15.6752 14.4425 15.6962 14.489 15.7302 14.5229Z"/>
|
|
63
|
+
<path fill="white" d="M13.8812 13.293C13.9329 13.2931 13.9756 13.3355 13.9757 13.3869C13.9759 13.4383 13.9334 13.4805 13.8817 13.4803C13.8299 13.4802 13.7873 13.4379 13.7871 13.3865C13.787 13.335 13.8294 13.2929 13.8812 13.293Z"/>
|
|
64
|
+
<path fill="white" d="M13.8691 13.106C13.8689 13.004 13.9518 12.9216 14.0544 12.9219C14.157 12.9222 14.2404 13.005 14.2407 13.1069C14.241 13.2088 14.158 13.2913 14.0554 13.291C13.9528 13.2908 13.8694 13.2079 13.8691 13.106Z"/>
|
|
65
|
+
<path fill="white" d="M14.2334 12.6367C14.4293 12.6372 14.607 12.7166 14.7358 12.8446C14.8646 12.9725 14.9446 13.1491 14.9451 13.3437C14.9456 13.5384 14.8666 13.7145 14.7385 13.8419C14.6103 13.9692 14.4331 14.0477 14.2372 14.0472C14.0412 14.0467 13.8636 13.9673 13.7347 13.8393C13.6059 13.7114 13.526 13.5349 13.5254 13.3402C13.5249 13.1455 13.6039 12.9695 13.732 12.8421C13.8601 12.7148 14.0374 12.6363 14.2334 12.6367ZM13.8075 13.767C13.9178 13.8765 14.0696 13.944 14.2369 13.9444C14.4042 13.9448 14.5556 13.8781 14.6652 13.7691C14.7749 13.6601 14.842 13.5097 14.8416 13.3435C14.8411 13.1773 14.7733 13.0265 14.6629 12.917C14.5527 12.8074 14.4009 12.74 14.2336 12.7396C14.0664 12.7392 13.9149 12.8058 13.8052 12.9148C13.6955 13.0238 13.6285 13.1743 13.6289 13.3405C13.6294 13.5067 13.6973 13.6575 13.8075 13.767Z"/>
|
|
66
|
+
<g style="mix-blend-mode:hue">
|
|
67
|
+
<path fill="#075A5A" d="M-199.633 877.853C-400.544 898.2 -674.788 713.978 -698.32 506.239C-721.857 298.501 -641.773 72.8427 -440.859 52.4969C-239.947 32.1509 71.588 130.672 95.1231 338.411C118.658 546.149 1.27918 857.507 -199.633 877.853Z"/>
|
|
68
|
+
</g>
|
|
69
|
+
<g style="mix-blend-mode:saturation">
|
|
70
|
+
<path fill="#075A5A" d="M-199.633 877.853C-400.544 898.2 -674.788 713.978 -698.32 506.239C-721.857 298.501 -641.773 72.8427 -440.859 52.4969C-239.947 32.1509 71.588 130.672 95.1231 338.411C118.658 546.149 1.27918 857.507 -199.633 877.853Z"/>
|
|
71
|
+
</g>
|
|
72
|
+
</g>
|
|
73
|
+
</g>
|
|
74
|
+
</g>
|
|
75
|
+
<defs>
|
|
76
|
+
<filter id="ageth_svg__filter0_di_8485_184911" width="89.9084" height="91.7429" x="-8.00867" y="-11.3513" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse">
|
|
77
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
78
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
|
|
79
|
+
<feOffset dy="4.43911"/>
|
|
80
|
+
<feGaussianBlur stdDeviation="9.98798"/>
|
|
81
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
82
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.566667 0 0 0 0 0.566667 0 0 0 0 0.566667 0 0 0 0.25 0"/>
|
|
83
|
+
<feBlend in2="BackgroundImageFix" mode="normal" result="effect1_dropShadow_8485_184911"/>
|
|
84
|
+
<feBlend in="SourceGraphic" in2="effect1_dropShadow_8485_184911" mode="normal" result="shape"/>
|
|
85
|
+
<feColorMatrix in="SourceAlpha" result="hardAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
|
|
86
|
+
<feOffset dy="3.17079"/>
|
|
87
|
+
<feGaussianBlur stdDeviation="1.90248"/>
|
|
88
|
+
<feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic"/>
|
|
89
|
+
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0"/>
|
|
90
|
+
<feBlend in2="shape" mode="normal" result="effect2_innerShadow_8485_184911"/>
|
|
91
|
+
</filter>
|
|
92
|
+
<linearGradient id="ageth_svg__paint0_linear_8485_184911" x1="58.0758" x2="12.234" y1="27.6537" y2="32.8472" gradientUnits="userSpaceOnUse">
|
|
93
|
+
<stop stop-color="#075A5A"/>
|
|
94
|
+
<stop offset="1" stop-color="#136969"/>
|
|
95
|
+
</linearGradient>
|
|
96
|
+
<linearGradient id="ageth_svg__paint1_linear_8485_184911" x1="58.0802" x2="12.2384" y1="27.6322" y2="32.8257" gradientUnits="userSpaceOnUse">
|
|
97
|
+
<stop stop-color="#075A5A"/>
|
|
98
|
+
<stop offset="1" stop-color="#136969"/>
|
|
99
|
+
</linearGradient>
|
|
100
|
+
<linearGradient id="ageth_svg__paint2_linear_8485_184911" x1="17.1336" x2="7.85501" y1="10.9732" y2="34.2577" gradientUnits="userSpaceOnUse">
|
|
101
|
+
<stop stop-color="white"/>
|
|
102
|
+
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
|
103
|
+
</linearGradient>
|
|
104
|
+
</defs>
|
|
105
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api3/logos",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.51",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"repository": {
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
"@babel/preset-react": "^7.24.7",
|
|
27
27
|
"@changesets/changelog-github": "^0.5.0",
|
|
28
28
|
"@changesets/cli": "^2.27.7",
|
|
29
|
-
"@api3/api-integrations": "^1.
|
|
30
|
-
"@api3/chains": "^10.
|
|
29
|
+
"@api3/api-integrations": "^1.27.0",
|
|
30
|
+
"@api3/chains": "^10.1.0",
|
|
31
31
|
"dropbox": "^10.34.0",
|
|
32
32
|
"node-fetch": "^2.7.0",
|
|
33
33
|
"dotenv": "^16.4.5",
|
|
34
34
|
"prettier": "^3.3.3",
|
|
35
35
|
"rimraf": "^6.0.1",
|
|
36
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
37
|
-
"@typescript-eslint/parser": "^8.
|
|
36
|
+
"@typescript-eslint/eslint-plugin": "^8.3.0",
|
|
37
|
+
"@typescript-eslint/parser": "^8.3.0",
|
|
38
38
|
"eslint-config-prettier": "^9.1.0",
|
|
39
39
|
"svgo": "^3.3.0"
|
|
40
40
|
},
|