@api3/logos 1.0.17 → 1.0.19

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.
@@ -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 ApiProviderDxfeed = require('../logos/api-provider/Dxfeed.svg');
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 ApiProviderCoinpaprika = require('../logos/api-provider/Coinpaprika.svg');
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 "dxfeed":
32
- return ApiProviderDxfeed;
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 "coinpaprika":
48
- return ApiProviderCoinpaprika;
47
+ case "dxfeed":
48
+ return ApiProviderDxfeed;
49
49
  case "kaiko":
50
50
  return ApiProviderKaiko;
51
51
  case "coinmetrics":
@@ -188,6 +188,7 @@ const SymbolUltraEths = require('../logos/symbol/Ultraeths.svg');
188
188
  const SymbolUma = require('../logos/symbol/Uma.svg');
189
189
  const SymbolUni = require('../logos/symbol/Uni.svg');
190
190
  const SymbolUniEth = require('../logos/symbol/Unieth.svg');
191
+ const SymbolUsd1 = require('../logos/symbol/Usd1.svg');
191
192
  const SymbolUsdc = require('../logos/symbol/Usdc.svg');
192
193
  const SymbolUsdp = require('../logos/symbol/Usdp.svg');
193
194
  const SymbolUsdt = require('../logos/symbol/Usdt.svg');
@@ -607,6 +608,8 @@ function SymbolLogo(id, light = false) {
607
608
  return SymbolUni;
608
609
  case "unieth":
609
610
  return SymbolUniEth;
611
+ case "usd1":
612
+ return SymbolUsd1;
610
613
  case "usdc":
611
614
  return SymbolUsdc;
612
615
  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 ApiProviderDxfeed from '../logos/api-provider/Dxfeed.svg';
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 ApiProviderCoinpaprika from '../logos/api-provider/Coinpaprika.svg';
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 "dxfeed":
32
- return ApiProviderDxfeed;
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 "coinpaprika":
48
- return ApiProviderCoinpaprika;
47
+ case "dxfeed":
48
+ return ApiProviderDxfeed;
49
49
  case "kaiko":
50
50
  return ApiProviderKaiko;
51
51
  case "coinmetrics":
@@ -188,6 +188,7 @@ import SymbolUltraEths from '../logos/symbol/Ultraeths.svg';
188
188
  import SymbolUma from '../logos/symbol/Uma.svg';
189
189
  import SymbolUni from '../logos/symbol/Uni.svg';
190
190
  import SymbolUniEth from '../logos/symbol/Unieth.svg';
191
+ import SymbolUsd1 from '../logos/symbol/Usd1.svg';
191
192
  import SymbolUsdc from '../logos/symbol/Usdc.svg';
192
193
  import SymbolUsdp from '../logos/symbol/Usdp.svg';
193
194
  import SymbolUsdt from '../logos/symbol/Usdt.svg';
@@ -607,6 +608,8 @@ function SymbolLogo(id, light = false) {
607
608
  return SymbolUni;
608
609
  case "unieth":
609
610
  return SymbolUniEth;
611
+ case "usd1":
612
+ return SymbolUsd1;
610
613
  case "usdc":
611
614
  return SymbolUsdc;
612
615
  case "usdp":
@@ -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';
@@ -1,11 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 36 36">
2
- <g clip-path="url(#eur_svg__clip0_6746_46029)">
3
- <rect width="36" height="36" fill="#003299" rx="18"/>
4
- <path fill="white" d="M7.30586 15.5034H9.44007C10.5273 11.1947 14.3931 8.09399 19.1045 8.09399C21.8025 8.09399 24.3394 9.18122 26.1112 11.0336L25.4266 12.7652C23.9367 11.0336 21.6817 9.82555 19.1045 9.82555C15.3595 9.82555 12.2589 12.2417 11.1716 15.6242H24.2186L23.534 17.2349H10.769C10.769 17.5168 10.769 17.7584 10.769 18.0403C10.769 18.3221 10.769 18.5637 10.769 18.8456H22.7287L22.0441 20.4563H11.0105C12.0978 23.7986 15.1582 26.255 18.9434 26.255C21.4803 26.255 23.7756 25.0469 25.2656 23.3153V25.6106C23.534 27.1006 21.3595 27.9059 18.9434 27.9059C14.3931 27.9059 10.487 24.6844 9.27898 20.4965H6.46021L7.14478 18.8858H9.03742C9.03742 18.6039 9.03742 18.3623 9.03742 18.0804C9.03742 17.7986 9.03742 17.557 9.03742 17.2751H6.5005L7.30586 15.5034Z"/>
5
- </g>
6
- <defs>
7
- <clipPath id="eur_svg__clip0_6746_46029">
8
- <rect width="36" height="36" fill="white" rx="18"/>
9
- </clipPath>
10
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
+ <rect width="42" height="42" fill="#003299" rx="21"/>
3
+ <path fill="white" d="M8.52346 18.0874H11.0134C12.2818 13.0606 16.7919 9.44312 22.2886 9.44312C25.4362 9.44312 28.396 10.7115 30.4631 12.8727L29.6644 14.8928C27.9261 12.8727 25.2952 11.4633 22.2886 11.4633C17.9194 11.4633 14.302 14.2821 13.0335 18.2283H28.255L27.4563 20.1075H12.5638C12.5638 20.4363 12.5638 20.7182 12.5638 21.0471C12.5638 21.3759 12.5638 21.6578 12.5638 21.9867H26.5168L25.7181 23.8658H12.8456C14.114 27.7652 17.6845 30.6309 22.1006 30.6309C25.0604 30.6309 27.7382 29.2215 29.4765 27.2014V29.8792C27.4563 31.6174 24.9194 32.557 22.1006 32.557C16.7919 32.557 12.2348 28.7986 10.8254 23.9127H7.53687L8.33553 22.0336H10.5436C10.5436 21.7047 10.5436 21.4228 10.5436 21.094C10.5436 20.7651 10.5436 20.4832 10.5436 20.1544H7.58388L8.52346 18.0874Z"/>
11
4
  </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>
@@ -1,16 +1,11 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 36 36">
2
- <g clip-path="url(#xaut_svg__clip0_4741_47546)">
3
- <g clip-path="url(#xaut_svg__clip1_4741_47546)">
4
- <rect width="36" height="36" fill="white" rx="18"/>
5
- <path fill="#D3B25B" fill-rule="evenodd" d="M18.0314 19.4275C21.9174 19.4275 25.1463 18.7704 25.9535 17.8881C25.2777 17.1371 22.856 16.5552 19.7584 16.405V18.2635C19.214 18.3011 18.6321 18.3011 18.0314 18.3011C17.4306 18.3011 16.8675 18.2823 16.3043 18.2447V16.405C13.2067 16.574 10.785 17.1559 10.1092 17.8881C10.8976 18.7704 14.1453 19.4275 18.0314 19.4275ZM24.921 10.698V13.2511H19.7397V15.0158C23.3816 15.2035 26.1037 15.9732 26.1225 16.9119V18.8455C26.1037 19.7841 23.3816 20.5539 19.7397 20.7415V25.0782H16.3043V20.7603C12.6623 20.5726 9.94022 19.8029 9.92144 18.8643V16.9119C9.94022 15.9732 12.6623 15.2035 16.3043 15.0158V13.2511H11.1229V10.698H24.921ZM9.09543 6.64307H27.2677C27.6995 6.64307 28.0937 6.86834 28.3189 7.2438L33.6129 16.3299C33.8945 16.7992 33.8006 17.4 33.4064 17.7754L18.8386 32.0053C18.3693 32.4747 17.5996 32.4747 17.1303 32.0053L2.58121 17.7942C2.18698 17.4 2.11189 16.7992 2.39348 16.3112L8.06292 7.20625C8.28819 6.86834 8.68242 6.64307 9.09543 6.64307Z" clip-rule="evenodd"/>
6
- </g>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
+ <g clip-path="url(#xaut_svg__clip0_4741_47532)">
3
+ <rect width="42" height="42" fill="white" rx="21"/>
4
+ <path fill="#D3B25B" fill-rule="evenodd" d="M21.0367 22.6651C25.5704 22.6651 29.3375 21.8986 30.2792 20.8692C29.4908 19.993 26.6655 19.3142 23.0516 19.1389V21.3072C22.4165 21.351 21.7376 21.351 21.0367 21.351C20.3358 21.351 19.6788 21.3291 19.0218 21.2853V19.1389C15.4079 19.3361 12.5826 20.015 11.7941 20.8692C12.714 21.8986 16.503 22.6651 21.0367 22.6651ZM29.0747 12.4808V15.4594H23.0298V17.5182C27.2787 17.7372 30.4545 18.6352 30.4764 19.7303V21.9862C30.4545 23.0812 27.2787 23.9793 23.0298 24.1982V29.2576H19.0218V24.2201C14.7728 24.0011 11.597 23.1031 11.5751 22.0081V19.7303C11.597 18.6352 14.7728 17.7372 19.0218 17.5182V15.4594H12.9768V12.4808H29.0747ZM10.6115 7.75H31.8124C32.3162 7.75 32.7761 8.01282 33.0389 8.45086L39.2151 19.0513C39.5437 19.5989 39.4342 20.2998 38.9743 20.7378L21.9785 37.3393C21.431 37.8869 20.5329 37.8869 19.9855 37.3393L3.01154 20.7597C2.5516 20.2998 2.46399 19.5989 2.79252 19.0295L9.40686 8.40705C9.66968 8.01282 10.1296 7.75 10.6115 7.75Z" clip-rule="evenodd"/>
7
5
  </g>
8
6
  <defs>
9
- <clipPath id="xaut_svg__clip0_4741_47546">
10
- <rect width="36" height="36" fill="white" rx="18"/>
11
- </clipPath>
12
- <clipPath id="xaut_svg__clip1_4741_47546">
13
- <rect width="36" height="36" fill="white" rx="18"/>
7
+ <clipPath id="xaut_svg__clip0_4741_47532">
8
+ <rect width="42" height="42" fill="white" rx="21"/>
14
9
  </clipPath>
15
10
  </defs>
16
11
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "homepage": "https://api3dao.github.io/logos/",
@@ -19,21 +19,21 @@
19
19
  "api-provider"
20
20
  ],
21
21
  "devDependencies": {
22
- "@api3/dapi-management": "3.41.2",
22
+ "@api3/dapi-management": "3.43.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
27
  "@typescript-eslint/eslint-plugin": "^8.37.0",
28
28
  "@typescript-eslint/parser": "^8.37.0",
29
- "dotenv": "^16.6.1",
29
+ "dotenv": "^17.2.0",
30
30
  "dropbox": "^10.34.0",
31
31
  "eslint": "^8.57.1",
32
- "eslint-config-prettier": "^10.1.5",
32
+ "eslint-config-prettier": "^10.1.8",
33
33
  "node-fetch": "^2.7.0",
34
34
  "prettier": "^3.6.2",
35
35
  "rimraf": "^6.0.1",
36
- "svgo": "^3.3.0"
36
+ "svgo": "^4.0.0"
37
37
  },
38
38
  "main": "./dist/cjs/index.js",
39
39
  "module": "./dist/esm/index.js",