@api3/logos 0.2.13 → 0.2.15

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.
Files changed (53) hide show
  1. package/dist/cjs/ApiProviderLogo.js +8 -5
  2. package/dist/cjs/SymbolLogo.js +2 -2
  3. package/dist/esm/ApiProviderLogo.js +8 -5
  4. package/dist/esm/SymbolLogo.js +2 -2
  5. package/dist/esm/index.d.ts +2 -2
  6. package/dist/esm/index.js +2 -2
  7. package/dist/logos/api-provider/Alchemy.svg +28 -0
  8. package/dist/logos/api-provider/{BlastApi.svg → Blastapi.svg} +2 -2
  9. package/dist/logos/api-provider/{CoinMetrics.svg → Coinmetrics.svg} +2 -2
  10. package/dist/logos/api-provider/Shiftmarkets.svg +15 -0
  11. package/dist/logos/chain/Chain1.svg +7 -7
  12. package/dist/logos/chain/Chain10.svg +1 -1
  13. package/dist/logos/chain/Chain1088.svg +2 -4
  14. package/dist/logos/chain/Chain1101.svg +3 -7
  15. package/dist/logos/chain/Chain11155111.svg +5 -6
  16. package/dist/logos/chain/Chain137.svg +6 -6
  17. package/dist/logos/chain/Chain1750.svg +2 -2
  18. package/dist/logos/chain/Chain2442.svg +5 -9
  19. package/dist/logos/chain/Chain33111.svg +3 -80
  20. package/dist/logos/chain/Chain5003.svg +2 -2
  21. package/dist/logos/chain/Chain59141.svg +2 -2
  22. package/dist/logos/chain/Chain59902.svg +1 -4
  23. package/dist/logos/chain/Chain80002.svg +8 -1
  24. package/dist/logos/symbol/Ape.svg +58 -51
  25. package/dist/logos/symbol/Astr.svg +109 -106
  26. package/dist/logos/symbol/Blast.svg +2 -3
  27. package/dist/logos/symbol/Blur.svg +12 -5
  28. package/dist/logos/symbol/Cbeth.svg +18 -13
  29. package/dist/logos/symbol/Eure.svg +9 -4
  30. package/dist/logos/symbol/Gho.svg +17 -12
  31. package/dist/logos/symbol/Gns.svg +31 -26
  32. package/dist/logos/symbol/Kava.svg +10 -3
  33. package/dist/logos/symbol/Merl.svg +2 -3
  34. package/dist/logos/symbol/Meth.svg +16 -19
  35. package/dist/logos/symbol/Mnt.svg +10 -3
  36. package/dist/logos/symbol/Pxeth.svg +81 -76
  37. package/dist/logos/symbol/Pyth.svg +16 -7
  38. package/dist/logos/symbol/Rdnt.svg +10 -5
  39. package/dist/logos/symbol/Render.svg +11 -4
  40. package/dist/logos/symbol/Reth.svg +48 -43
  41. package/dist/logos/symbol/Rseth.svg +22 -18
  42. package/dist/logos/symbol/Steth.svg +15 -10
  43. package/dist/logos/symbol/Sweth.svg +10 -5
  44. package/dist/logos/symbol/Tusd.svg +3 -3
  45. package/dist/logos/symbol/Ultraeths.svg +27 -0
  46. package/dist/logos/symbol/{UniEth.svg → Unieth.svg} +2 -2
  47. package/dist/logos/symbol/Usde.svg +5 -5
  48. package/dist/logos/symbol/{WeEth.svg → Weeth.svg} +4 -4
  49. package/dist/logos/symbol/Wsteth.svg +17 -10
  50. package/dist/logos/symbol/Wusdm.svg +8 -7
  51. package/dist/logos/symbol/Xvs.svg +10 -15
  52. package/package.json +6 -5
  53. package/dist/logos/api-provider/ShiftMarkets.svg +0 -15
@@ -1,18 +1,19 @@
1
1
  const camelcase = require('camelcase');
2
2
  const ApiProviderNodary = require('../logos/api-provider/Nodary.svg');
3
- const ApiProviderCoinmetrics = require('../logos/api-provider/CoinMetrics.svg');
3
+ const ApiProviderCoinmetrics = require('../logos/api-provider/Coinmetrics.svg');
4
4
  const ApiProviderDxfeed = require('../logos/api-provider/Dxfeed.svg');
5
5
  const ApiProviderFinage = require('../logos/api-provider/Finage.svg');
6
6
  const ApiProviderKaiko = require('../logos/api-provider/Kaiko.svg');
7
7
  const ApiProviderNcfx = require('../logos/api-provider/Ncfx.svg');
8
8
  const ApiProviderTwelvedata = require('../logos/api-provider/Twelvedata.svg');
9
9
  const ApiProviderCoingecko = require('../logos/api-provider/Coingecko.svg');
10
+ const ApiProviderAlchemy = require('../logos/api-provider/Alchemy.svg');
10
11
  const ApiProviderAnkr = require('../logos/api-provider/Ankr.svg');
12
+ const ApiProviderBlastapi = require('../logos/api-provider/Blastapi.svg');
11
13
  const ApiProviderDrpc = require('../logos/api-provider/Drpc.svg');
12
14
  const ApiProviderCoinpaprika = require('../logos/api-provider/Coinpaprika.svg');
13
15
  const ApiProviderBlocksize = require('../logos/api-provider/Blocksize.svg');
14
- const ApiProviderBlastapi = require('../logos/api-provider/BlastApi.svg');
15
- const ApiProviderShiftmarkets = require('../logos/api-provider/ShiftMarkets.svg');
16
+ const ApiProviderShiftmarkets = require('../logos/api-provider/Shiftmarkets.svg');
16
17
  const ApiProviderPlaceholder = require('../logos/api-provider/Placeholder.svg');
17
18
  function sanitizeName(id) {
18
19
  return camelcase(id, {
@@ -40,16 +41,18 @@ function ApiProviderLogo(id, light = false) {
40
41
  return ApiProviderTwelvedata;
41
42
  case "coingecko":
42
43
  return ApiProviderCoingecko;
44
+ case "alchemy":
45
+ return ApiProviderAlchemy;
43
46
  case "ankr":
44
47
  return ApiProviderAnkr;
48
+ case "blastapi":
49
+ return ApiProviderBlastapi;
45
50
  case "drpc":
46
51
  return ApiProviderDrpc;
47
52
  case "coinpaprika":
48
53
  return ApiProviderCoinpaprika;
49
54
  case "blocksize":
50
55
  return ApiProviderBlocksize;
51
- case "blastapi":
52
- return ApiProviderBlastapi;
53
56
  case "shiftmarkets":
54
57
  return ApiProviderShiftmarkets;
55
58
  default:
@@ -173,7 +173,7 @@ const SymbolUltraEtHs = require('../logos/symbol/UltraEtHs.svg');
173
173
  const SymbolWstEth = require('../logos/symbol/Wsteth.svg');
174
174
  const SymbolUma = require('../logos/symbol/Uma.svg');
175
175
  const SymbolUni = require('../logos/symbol/Uni.svg');
176
- const SymbolUniEth = require('../logos/symbol/UniEth.svg');
176
+ const SymbolUniEth = require('../logos/symbol/Unieth.svg');
177
177
  const SymbolUsdb = require('../logos/symbol/Usdb.svg');
178
178
  const SymbolUsdc = require('../logos/symbol/Usdc.svg');
179
179
  const SymbolUsdp = require('../logos/symbol/Usdp.svg');
@@ -181,7 +181,7 @@ const SymbolUsdt = require('../logos/symbol/Usdt.svg');
181
181
  const SymbolUsdy = require('../logos/symbol/Usdy.svg');
182
182
  const SymbolW = require('../logos/symbol/W.svg');
183
183
  const SymbolWBeth = require('../logos/symbol/Wbeth.svg');
184
- const SymbolWeEth = require('../logos/symbol/WeEth.svg');
184
+ const SymbolWeEth = require('../logos/symbol/Weeth.svg');
185
185
  const SymbolWeEtHs = require('../logos/symbol/Weeths.svg');
186
186
  const SymbolWld = require('../logos/symbol/Wld.svg');
187
187
  const SymbolWoo = require('../logos/symbol/Woo.svg');
@@ -1,18 +1,19 @@
1
1
  import camelcase from 'camelcase';
2
2
  import ApiProviderNodary from '../logos/api-provider/Nodary.svg';
3
- import ApiProviderCoinmetrics from '../logos/api-provider/CoinMetrics.svg';
3
+ import ApiProviderCoinmetrics from '../logos/api-provider/Coinmetrics.svg';
4
4
  import ApiProviderDxfeed from '../logos/api-provider/Dxfeed.svg';
5
5
  import ApiProviderFinage from '../logos/api-provider/Finage.svg';
6
6
  import ApiProviderKaiko from '../logos/api-provider/Kaiko.svg';
7
7
  import ApiProviderNcfx from '../logos/api-provider/Ncfx.svg';
8
8
  import ApiProviderTwelvedata from '../logos/api-provider/Twelvedata.svg';
9
9
  import ApiProviderCoingecko from '../logos/api-provider/Coingecko.svg';
10
+ import ApiProviderAlchemy from '../logos/api-provider/Alchemy.svg';
10
11
  import ApiProviderAnkr from '../logos/api-provider/Ankr.svg';
12
+ import ApiProviderBlastapi from '../logos/api-provider/Blastapi.svg';
11
13
  import ApiProviderDrpc from '../logos/api-provider/Drpc.svg';
12
14
  import ApiProviderCoinpaprika from '../logos/api-provider/Coinpaprika.svg';
13
15
  import ApiProviderBlocksize from '../logos/api-provider/Blocksize.svg';
14
- import ApiProviderBlastapi from '../logos/api-provider/BlastApi.svg';
15
- import ApiProviderShiftmarkets from '../logos/api-provider/ShiftMarkets.svg';
16
+ import ApiProviderShiftmarkets from '../logos/api-provider/Shiftmarkets.svg';
16
17
  import ApiProviderPlaceholder from '../logos/api-provider/Placeholder.svg';
17
18
  function sanitizeName(id) {
18
19
  return camelcase(id, {
@@ -40,16 +41,18 @@ function ApiProviderLogo(id, light = false) {
40
41
  return ApiProviderTwelvedata;
41
42
  case "coingecko":
42
43
  return ApiProviderCoingecko;
44
+ case "alchemy":
45
+ return ApiProviderAlchemy;
43
46
  case "ankr":
44
47
  return ApiProviderAnkr;
48
+ case "blastapi":
49
+ return ApiProviderBlastapi;
45
50
  case "drpc":
46
51
  return ApiProviderDrpc;
47
52
  case "coinpaprika":
48
53
  return ApiProviderCoinpaprika;
49
54
  case "blocksize":
50
55
  return ApiProviderBlocksize;
51
- case "blastapi":
52
- return ApiProviderBlastapi;
53
56
  case "shiftmarkets":
54
57
  return ApiProviderShiftmarkets;
55
58
  default:
@@ -173,7 +173,7 @@ import SymbolUltraEtHs from '../logos/symbol/UltraEtHs.svg';
173
173
  import SymbolWstEth from '../logos/symbol/Wsteth.svg';
174
174
  import SymbolUma from '../logos/symbol/Uma.svg';
175
175
  import SymbolUni from '../logos/symbol/Uni.svg';
176
- import SymbolUniEth from '../logos/symbol/UniEth.svg';
176
+ import SymbolUniEth from '../logos/symbol/Unieth.svg';
177
177
  import SymbolUsdb from '../logos/symbol/Usdb.svg';
178
178
  import SymbolUsdc from '../logos/symbol/Usdc.svg';
179
179
  import SymbolUsdp from '../logos/symbol/Usdp.svg';
@@ -181,7 +181,7 @@ import SymbolUsdt from '../logos/symbol/Usdt.svg';
181
181
  import SymbolUsdy from '../logos/symbol/Usdy.svg';
182
182
  import SymbolW from '../logos/symbol/W.svg';
183
183
  import SymbolWBeth from '../logos/symbol/Wbeth.svg';
184
- import SymbolWeEth from '../logos/symbol/WeEth.svg';
184
+ import SymbolWeEth from '../logos/symbol/Weeth.svg';
185
185
  import SymbolWeEtHs from '../logos/symbol/Weeths.svg';
186
186
  import SymbolWld from '../logos/symbol/Wld.svg';
187
187
  import SymbolWoo from '../logos/symbol/Woo.svg';
@@ -1,6 +1,6 @@
1
1
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
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
3
  export { default as SymbolLogo } from './SymbolLogo.js';
6
4
  export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
5
+ export { default as ChainLogo } from './ChainLogo.js';
6
+ export { default as ChainLogoMissing } from './ChainLogoMissing.json';
package/dist/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
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
3
  export { default as SymbolLogo } from './SymbolLogo.js';
6
4
  export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
5
+ export { default as ChainLogo } from './ChainLogo.js';
6
+ export { default as ChainLogoMissing } from './ChainLogoMissing.json';
@@ -0,0 +1,28 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32">
2
+ <g clip-path="url(#alchemy_svg__clip0_5441_41561)">
3
+ <rect width="32" height="32" fill="white" rx="16"/>
4
+ <path fill="url(#alchemy_svg__paint0_radial_5441_41561)" d="M22.4754 17.0825L16.3019 6.60148C16.272 6.54972 16.2287 6.50661 16.1764 6.47649C16.1241 6.44638 16.0646 6.43032 16.0039 6.42994C15.9433 6.42956 15.8836 6.44487 15.8309 6.47433C15.7782 6.50379 15.7343 6.54635 15.7038 6.59773L13.8549 9.7383C13.7943 9.8411 13.7625 9.95772 13.7625 10.0764C13.7625 10.1951 13.7943 10.3117 13.8549 10.4145L17.8804 17.2521C17.941 17.355 18.0282 17.4404 18.1332 17.4998C18.2382 17.5591 18.3573 17.5903 18.4785 17.5902H22.1763C22.2368 17.59 22.2963 17.5743 22.3486 17.5445C22.401 17.5148 22.4445 17.4721 22.4748 17.4207C22.505 17.3693 22.5211 17.311 22.5212 17.2517C22.5212 17.1923 22.5055 17.134 22.4754 17.0825Z"/>
5
+ <path fill="url(#alchemy_svg__paint1_radial_5441_41561)" d="M6.29309 22.5605L12.4665 12.0795C12.4968 12.0281 12.5404 11.9855 12.5928 11.9559C12.6452 11.9262 12.7046 11.9106 12.7651 11.9106C12.8256 11.9106 12.8851 11.9262 12.9375 11.9559C12.9899 11.9855 13.0334 12.0281 13.0637 12.0795L14.9136 15.2172C14.9741 15.3202 15.006 15.437 15.006 15.5558C15.006 15.6747 14.9741 15.7915 14.9136 15.8944L10.8881 22.732C10.8277 22.8348 10.7407 22.9203 10.6358 22.9796C10.531 23.039 10.412 23.0702 10.2909 23.0701H6.59216C6.53123 23.0704 6.47131 23.0548 6.41848 23.0251C6.36566 22.9953 6.32183 22.9523 6.29144 22.9006C6.26106 22.8488 6.2452 22.7901 6.24549 22.7304C6.24578 22.6706 6.2622 22.6121 6.29309 22.5605Z"/>
6
+ <path fill="url(#alchemy_svg__paint2_radial_5441_41561)" d="M13.063 23.0676H25.4099C25.4705 23.0676 25.5299 23.0519 25.5824 23.0221C25.6348 22.9924 25.6783 22.9496 25.7085 22.8982C25.7387 22.8468 25.7546 22.7884 25.7545 22.7291C25.7544 22.6696 25.7384 22.6113 25.708 22.56L23.861 19.4204C23.8004 19.3174 23.7132 19.232 23.6082 19.1727C23.5032 19.1133 23.3841 19.0822 23.2629 19.0823H15.2119C15.0907 19.0822 14.9716 19.1133 14.8666 19.1727C14.7616 19.232 14.6744 19.3174 14.6138 19.4204L12.7649 22.56C12.7345 22.6113 12.7185 22.6696 12.7184 22.7291C12.7183 22.7884 12.7342 22.8468 12.7644 22.8982C12.7946 22.9496 12.8381 22.9924 12.8905 23.0221C12.9429 23.0519 13.0024 23.0676 13.063 23.0676Z"/>
7
+ </g>
8
+ <defs>
9
+ <radialGradient id="alchemy_svg__paint0_radial_5441_41561" cx="0" cy="0" r="1" gradientTransform="translate(16.5814 6.42993) rotate(95.3323) scale(16.0651 21.6908)" gradientUnits="userSpaceOnUse">
10
+ <stop stop-color="#05D5FF"/>
11
+ <stop offset="0.770833" stop-color="#363FF9"/>
12
+ <stop offset="1" stop-color="#5533FF"/>
13
+ </radialGradient>
14
+ <radialGradient id="alchemy_svg__paint1_radial_5441_41561" cx="0" cy="0" r="1" gradientTransform="translate(16.5813 6.43016) rotate(95.3323) scale(16.0651 21.6908)" gradientUnits="userSpaceOnUse">
15
+ <stop stop-color="#05D5FF"/>
16
+ <stop offset="0.770833" stop-color="#363FF9"/>
17
+ <stop offset="1" stop-color="#5533FF"/>
18
+ </radialGradient>
19
+ <radialGradient id="alchemy_svg__paint2_radial_5441_41561" cx="0" cy="0" r="1" gradientTransform="translate(16.5815 6.42997) rotate(95.3323) scale(16.0651 21.6908)" gradientUnits="userSpaceOnUse">
20
+ <stop stop-color="#05D5FF"/>
21
+ <stop offset="0.770833" stop-color="#363FF9"/>
22
+ <stop offset="1" stop-color="#5533FF"/>
23
+ </radialGradient>
24
+ <clipPath id="alchemy_svg__clip0_5441_41561">
25
+ <rect width="32" height="32" fill="white" rx="16"/>
26
+ </clipPath>
27
+ </defs>
28
+ </svg>
@@ -1,12 +1,12 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32">
2
- <g clip-path="url(#blast_api_svg__clip0_8596_191465)">
2
+ <g clip-path="url(#blastapi_svg__clip0_8596_191465)">
3
3
  <rect width="32" height="32" fill="white" rx="16"/>
4
4
  <path fill="black" d="M26.1162 19.1084C26.0382 21.4463 25.0949 23.672 23.4689 25.3538C21.843 27.0356 19.6504 28.0536 17.3164 28.2104C14.9825 28.3672 12.6734 27.6516 10.8372 26.2023C9.00092 24.7532 7.76832 22.6736 7.37842 20.3671H9.85247C10.0552 20.3664 10.2534 20.427 10.4209 20.5412C10.5884 20.6553 10.7174 20.8175 10.7909 21.0064C11.16 21.9921 11.7704 22.8695 12.5664 23.5581C13.3624 24.2468 14.3184 24.7248 15.3469 24.9482C16.3754 25.1717 17.4435 25.1336 18.4535 24.8373C19.4635 24.5412 20.383 23.9963 21.1279 23.2526C21.8726 22.509 22.419 21.5903 22.7168 20.5808C23.0148 19.5714 23.0546 18.5032 22.8327 17.4743C22.6108 16.4455 22.1344 15.4888 21.447 14.6917C20.7596 13.8946 19.8832 13.2828 18.8981 12.9121C18.7071 12.8383 18.543 12.7081 18.4278 12.5388C18.3126 12.3695 18.2515 12.1691 18.2529 11.9643V9.48438C20.5065 9.86505 22.5454 11.0503 23.9915 12.8201C25.4375 14.5899 26.1924 16.8242 26.1162 19.1084Z"/>
5
5
  <path fill="#574B90" d="M16.6875 22.5332C18.7575 22.5332 20.4355 20.8551 20.4355 18.7852C20.4355 16.7152 18.7575 15.0371 16.6875 15.0371C14.6175 15.0371 12.9395 16.7152 12.9395 18.7852C12.9395 20.8551 14.6175 22.5332 16.6875 22.5332Z"/>
6
6
  <path fill="#574B90" d="M7.37842 17.0725V6.88422C7.37873 6.32243 7.60204 5.78374 7.99928 5.38649C8.39653 4.98924 8.93523 4.76594 9.49702 4.76562C9.76325 4.76624 10.0184 4.8722 10.2068 5.06035C10.3952 5.2485 10.5014 5.50355 10.5024 5.76979V11.661C11.809 10.525 13.404 9.772 15.1114 9.48496V11.9613C15.1098 12.1686 15.0453 12.3705 14.9263 12.5402C14.8072 12.7099 14.6394 12.8394 14.4451 12.9116C13.6368 13.2201 12.9008 13.6918 12.2828 14.2973C11.6648 14.9028 11.1781 15.6291 10.8531 16.4308C10.781 16.611 10.6589 16.7669 10.5012 16.8801C10.3311 17.0052 10.1257 17.0729 9.91463 17.0736L7.37842 17.0725Z"/>
7
7
  </g>
8
8
  <defs>
9
- <clipPath id="blast_api_svg__clip0_8596_191465">
9
+ <clipPath id="blastapi_svg__clip0_8596_191465">
10
10
  <rect width="32" height="32" fill="white" rx="16"/>
11
11
  </clipPath>
12
12
  </defs>
@@ -1,12 +1,12 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32">
2
- <g clip-path="url(#coin-metrics_svg__clip0_8596_191369)">
2
+ <g clip-path="url(#coinmetrics_svg__clip0_8596_191369)">
3
3
  <rect width="32" height="32" fill="white" rx="16"/>
4
4
  <path fill="#292D3E" d="M7.07158 20.0394C5.89653 18.9578 5.30901 17.6125 5.30901 16.0036C5.30901 14.4228 5.88245 13.0839 7.03062 12.0023C8.17815 10.9136 9.59576 10.3658 11.2687 10.3658C12.0227 10.3658 12.8175 10.4976 13.647 10.7472L14.1654 8.77088C13.1491 8.47263 12.1539 8.32031 11.1785 8.32031C8.98008 8.32031 7.09974 9.06912 5.53685 10.5674C3.98164 12.072 3.2002 13.8749 3.2002 15.9767C3.2002 18.1194 3.99508 19.9498 5.57845 21.4686C6.91286 22.7447 8.47511 23.4724 10.2658 23.6804L10.8054 21.6279C9.33208 21.5025 8.08791 20.9751 7.07158 20.0394Z"/>
5
5
  <path fill="#292D3E" d="M24.9006 8.77734H24.7764L20.3591 19.3873L17.8977 13.507L17.1162 16.4888L20.1306 23.6798H20.601L24.4795 14.4638L26.8712 23.6798H27.611H28.8001L24.9006 8.77734Z"/>
6
6
  <path fill="#757CA1" d="M11.8906 23.6798H13.7921L17.0132 11.3918L15.9143 8.77734H15.7966L11.8906 23.6798Z"/>
7
7
  </g>
8
8
  <defs>
9
- <clipPath id="coin-metrics_svg__clip0_8596_191369">
9
+ <clipPath id="coinmetrics_svg__clip0_8596_191369">
10
10
  <rect width="32" height="32" fill="white" rx="16"/>
11
11
  </clipPath>
12
12
  </defs>
@@ -0,0 +1,15 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32">
2
+ <g clip-path="url(#shiftmarkets_svg__clip0_5216_27892)">
3
+ <rect width="32" height="32" fill="white" rx="16"/>
4
+ <path fill="url(#shiftmarkets_svg__paint0_linear_5216_27892)" d="M29.1366 11.1277L24.8362 21.1653C24.7463 21.3753 24.5967 21.5542 24.406 21.6799C24.2153 21.8056 23.9918 21.8726 23.7634 21.8725H17.3574L21.9054 11.1277H29.1366ZM14.6166 11.1277L10.0698 21.8725H15.3806L19.9282 11.1277H14.6166ZM8.6102 11.8405L4.3634 21.8725H7.979L12.527 11.1277H9.6834C9.45395 11.1276 9.22958 11.1952 9.03834 11.322C8.8471 11.4488 8.69748 11.6291 8.6082 11.8405H8.6102Z"/>
5
+ </g>
6
+ <defs>
7
+ <linearGradient id="shiftmarkets_svg__paint0_linear_5216_27892" x1="16.75" x2="16.75" y1="16.5001" y2="20.9699" gradientUnits="userSpaceOnUse">
8
+ <stop stop-color="#3DEFB2"/>
9
+ <stop offset="1" stop-color="#6BB0FF"/>
10
+ </linearGradient>
11
+ <clipPath id="shiftmarkets_svg__clip0_5216_27892">
12
+ <rect width="32" height="32" fill="white" rx="16"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -1,8 +1,8 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 25">
2
- <path fill="#87ABF7" stroke="#203183" stroke-width="0.119291" d="M11.994 9.46094L6.02222 12.1826L11.994 15.7182L17.9634 12.1826L11.994 9.46094Z"/>
3
- <path fill="#CDB0F9" stroke="#203183" stroke-width="0.119291" d="M17.9631 12.1826L11.9937 15.7182V9.46094L17.9631 12.1826Z"/>
4
- <path fill="#D1C4FA" stroke="#203183" stroke-width="0.119291" d="M6.02222 12.191L11.994 9.4612V2.26172L6.02222 12.191Z"/>
5
- <path fill="#A8FDF4" stroke="#203183" stroke-width="0.119291" d="M11.9866 2.26172V9.46087L17.956 12.191L11.9866 2.26172Z"/>
6
- <path fill="#87ABF7" stroke="#203183" stroke-width="0.119291" d="M6.02222 13.3164L11.994 21.7472V16.852L6.02222 13.3164Z"/>
7
- <path fill="#CDB0F9" stroke="#203183" stroke-width="0.119291" d="M12.0037 16.852V21.7472L17.9778 13.3164L12.0037 16.852Z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#87ABF7" stroke="#203183" stroke-linejoin="round" stroke-width=".119" d="m11.994 9.459-5.972 2.722 5.972 3.535 5.97-3.535-5.97-2.722Z"/>
3
+ <path fill="#CDB0F9" stroke="#203183" stroke-linejoin="round" stroke-width=".119" d="m17.963 12.18-5.97 3.536V9.46l5.97 2.722Z"/>
4
+ <path fill="#D1C4FA" stroke="#203183" stroke-linejoin="round" stroke-width=".119" d="m6.022 12.189 5.972-2.73v-7.2l-5.972 9.93Z"/>
5
+ <path fill="#A8FDF4" stroke="#203183" stroke-linejoin="round" stroke-width=".119" d="M11.987 2.26v7.199l5.969 2.73-5.97-9.93Z"/>
6
+ <path fill="#87ABF7" stroke="#203183" stroke-linejoin="round" stroke-width=".119" d="m6.022 13.315 5.972 8.43V16.85l-5.972-3.536Z"/>
7
+ <path fill="#CDB0F9" stroke="#203183" stroke-linejoin="round" stroke-width=".119" d="M12.004 16.85v4.895l5.974-8.43-5.975 3.535Z"/>
8
8
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#FF0420" fill-rule="evenodd" d="M20.3334 11.9998C20.3334 16.6022 16.6025 20.3332 12.0001 20.3332C7.39771 20.3332 3.66675 16.6022 3.66675 11.9998C3.66675 7.39746 7.39771 3.6665 12.0001 3.6665C16.6025 3.6665 20.3334 7.39746 20.3334 11.9998ZM9.44959 14.1576C8.95284 14.1576 8.54583 14.0419 8.22857 13.8104C7.91549 13.5748 7.75895 13.24 7.75895 12.8059C7.75895 12.715 7.76939 12.6034 7.79026 12.4711C7.84453 12.1735 7.92175 11.816 8.02194 11.3985C8.3058 10.2617 9.03841 9.69336 10.2198 9.69336C10.5412 9.69336 10.8292 9.7471 11.0839 9.85457C11.3385 9.95791 11.5389 10.115 11.685 10.3258C11.8311 10.5325 11.9042 10.7805 11.9042 11.0698C11.9042 11.1567 11.8937 11.2662 11.8729 11.3985C11.8102 11.7664 11.7351 12.1239 11.6474 12.4711C11.5013 13.0374 11.2488 13.4611 10.8898 13.7422C10.5308 14.0192 10.0507 14.1576 9.44959 14.1576ZM9.53726 13.2648C9.77103 13.2648 9.96931 13.1966 10.1321 13.0602C10.2991 12.9238 10.4181 12.715 10.489 12.4339C10.585 12.0454 10.6581 11.7064 10.7082 11.4171C10.7249 11.3303 10.7332 11.2414 10.7332 11.1505C10.7332 10.7743 10.5349 10.5862 10.1384 10.5862C9.90461 10.5862 9.70423 10.6544 9.53726 10.7908C9.37445 10.9272 9.25757 11.136 9.18661 11.4171C9.11147 11.694 9.03633 12.033 8.96119 12.4339C8.94449 12.5166 8.93614 12.6034 8.93614 12.6943C8.93614 13.0746 9.13651 13.2648 9.53726 13.2648ZM12.2098 14.0521C12.2348 14.081 12.2703 14.0955 12.3162 14.0955H13.1678C13.2096 14.0955 13.2492 14.081 13.2868 14.0521C13.3243 14.0231 13.3473 13.986 13.3557 13.9405L13.6437 12.5826H14.489C15.0359 12.5826 15.4658 12.4689 15.7789 12.2416C16.0962 12.0142 16.307 11.6629 16.4114 11.1875C16.4364 11.0759 16.4489 10.9684 16.4489 10.8651C16.4489 10.5055 16.307 10.2306 16.0231 10.0404C15.7434 9.85028 15.3719 9.75521 14.9085 9.75521H13.243C13.2012 9.75521 13.1616 9.76968 13.124 9.79861C13.0864 9.82755 13.0635 9.86475 13.0551 9.91022L12.191 13.9405C12.1826 13.9818 12.1889 14.019 12.2098 14.0521ZM14.9899 11.5843C14.8605 11.6794 14.7082 11.7269 14.5328 11.7269H13.8128L14.0507 10.6171H14.8021C14.9732 10.6171 15.0943 10.6501 15.1653 10.7163C15.2362 10.7783 15.2717 10.8692 15.2717 10.9891C15.2717 11.0428 15.2655 11.1048 15.2529 11.1751C15.2112 11.3528 15.1235 11.4893 14.9899 11.5843Z" clip-rule="evenodd"/>
2
+ <path fill="#FF0420" fill-rule="evenodd" d="M19.4075 12.0012C19.4075 16.0922 16.0911 19.4086 12.0001 19.4086C7.90906 19.4086 4.59265 16.0922 4.59265 12.0012C4.59265 7.91016 7.90906 4.59375 12.0001 4.59375C16.0911 4.59375 19.4075 7.91016 19.4075 12.0012ZM9.73306 13.9201C9.2915 13.9201 8.92971 13.8172 8.64771 13.6114C8.36941 13.402 8.23027 13.1044 8.23027 12.7186C8.23027 12.6377 8.23954 12.5385 8.2581 12.421C8.30633 12.1564 8.37498 11.8386 8.46403 11.4675C8.71635 10.457 9.36757 9.95182 10.4177 9.95182C10.7034 9.95182 10.9594 9.99959 11.1858 10.0951C11.4121 10.187 11.5902 10.3266 11.7201 10.514C11.8499 10.6977 11.9149 10.9182 11.9149 11.1754C11.9149 11.2525 11.9056 11.3499 11.8871 11.4675C11.8314 11.7945 11.7646 12.1123 11.6867 12.421C11.5568 12.9243 11.3323 13.301 11.0132 13.5508C10.6941 13.797 10.2674 13.9201 9.73306 13.9201ZM9.81098 13.1264C10.0188 13.1264 10.195 13.0658 10.3397 12.9445C10.4882 12.8233 10.5939 12.6377 10.657 12.3879C10.7423 12.0425 10.8073 11.7412 10.8518 11.484C10.8667 11.4068 10.8741 11.3279 10.8741 11.247C10.8741 10.9127 10.6978 10.7455 10.3453 10.7455C10.1375 10.7455 9.9594 10.8061 9.81098 10.9274C9.66627 11.0486 9.56237 11.2342 9.49929 11.484C9.4325 11.7302 9.36571 12.0315 9.29892 12.3879C9.28408 12.4614 9.27665 12.5385 9.27665 12.6194C9.27665 12.9574 9.45476 13.1264 9.81098 13.1264ZM12.1867 13.826C12.209 13.8517 12.2405 13.8645 12.2813 13.8645H13.0383C13.0754 13.8645 13.1106 13.8517 13.144 13.826C13.1774 13.8002 13.1978 13.7672 13.2053 13.7268L13.4613 12.5197H14.2127C14.6988 12.5197 15.081 12.4187 15.3593 12.2166C15.6413 12.0145 15.8287 11.7022 15.9214 11.2797C15.9437 11.1805 15.9548 11.0849 15.9548 10.9931C15.9548 10.6734 15.8287 10.4291 15.5763 10.26C15.3277 10.091 14.9975 10.0065 14.5856 10.0065H13.1051C13.068 10.0065 13.0327 10.0194 12.9993 10.0451C12.9659 10.0708 12.9455 10.1039 12.9381 10.1443L12.17 13.7268C12.1626 13.7635 12.1682 13.7966 12.1867 13.826ZM14.658 11.6324C14.5429 11.7169 14.4075 11.7592 14.2517 11.7592H13.6116L13.8231 10.7726H14.491C14.6431 10.7726 14.7507 10.802 14.8138 10.8608C14.8769 10.9159 14.9084 10.9967 14.9084 11.1033C14.9084 11.1511 14.9029 11.2062 14.8917 11.2686C14.8546 11.4266 14.7767 11.5479 14.658 11.6324Z" clip-rule="evenodd"/>
3
3
  </svg>
@@ -1,6 +1,4 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <g opacity="0.8">
3
- <path fill="#313042" d="M12 22.6673C17.8911 22.6673 22.6667 17.8917 22.6667 12.0007C22.6667 6.10961 17.8911 1.33398 12 1.33398C6.109 1.33398 1.33337 6.10961 1.33337 12.0007C1.33337 17.8917 6.109 22.6673 12 22.6673Z"/>
4
- <path fill="#00DACC" d="M9.86603 17.0411C9.94222 16.8125 10.0946 16.584 10.1708 16.2792C10.1708 16.203 10.1708 16.0506 10.0946 15.9744C9.63746 15.3649 9.48508 14.6792 9.63746 13.9935C9.63746 13.9173 9.63746 13.8411 9.71365 13.8411C9.71365 13.7649 9.78984 13.7649 9.78984 13.6887C10.3232 14.2221 10.4756 14.9078 10.5517 15.5935C10.7041 15.2887 10.9327 14.984 11.0851 14.603C11.0851 14.5268 11.0089 14.4506 11.0089 14.3744C10.5517 13.6887 10.4756 12.9268 10.7803 12.0887C11.3137 12.6221 11.466 13.3078 11.466 13.9935C11.6946 13.6887 11.847 13.384 12.0756 13.1554C12.0756 13.0792 12.0756 13.003 11.9994 12.9268C11.7708 12.2411 11.7708 11.5554 12.1517 10.8697C12.2279 10.7935 12.2279 10.7173 12.3041 10.6411C12.6851 11.2506 12.6089 11.8602 12.5327 12.4697H12.6089C12.7613 12.2411 12.9137 12.0887 12.9898 11.8602C13.2946 11.0221 13.7517 10.4125 14.5898 10.0316C14.7422 9.9554 14.8184 9.9554 14.9708 9.87921C14.9708 10.0316 14.9708 10.1078 14.8946 10.2602C14.666 11.0221 14.1327 11.6316 13.3708 12.0125C13.066 12.1649 12.8375 12.3935 12.6851 12.6983C13.2946 12.3935 13.9041 12.2411 14.666 12.4697C14.5137 12.6221 14.4375 12.6983 14.2851 12.7744C13.7517 13.1554 13.1422 13.3078 12.5327 13.2316C12.3041 13.2316 12.2279 13.2316 12.1517 13.384C11.9994 13.6125 11.847 13.9173 11.6946 14.2221C12.3803 13.9173 13.066 13.7649 13.8279 14.1459C13.5994 14.2983 13.447 14.4506 13.2946 14.5268C12.7613 14.7554 12.2279 14.8316 11.6184 14.6792C11.466 14.603 11.3898 14.6792 11.3137 14.8316C11.1613 15.1363 11.0089 15.4411 10.7803 15.8221C11.466 15.5173 12.1517 15.2887 12.9137 15.5935L12.9898 15.6697C12.9137 15.7459 12.8375 15.7459 12.6851 15.8221C12.0756 16.203 11.466 16.3554 10.7803 16.2792C10.6279 16.203 10.4756 16.2792 10.4756 16.4316C10.247 17.0411 10.0184 17.6506 9.78984 18.184C9.71365 18.4125 9.56127 18.6411 9.40889 18.8697C9.3327 19.0221 9.18032 19.0983 9.02794 19.0221C6.9708 17.9554 5.52318 16.3554 4.98984 14.1459C3.92318 10.1078 6.1327 6.06968 10.0946 4.92683C14.666 3.5554 19.1613 6.60302 19.847 11.0221C20.3803 14.603 18.3232 18.0316 14.9708 19.2506C14.7422 19.3268 14.5898 19.403 14.4375 19.2506C14.2851 19.0221 14.2851 18.8697 14.3613 18.6411C14.666 17.8792 14.8946 17.1173 15.1232 16.3554C15.2756 15.8983 15.4279 15.7459 15.8851 15.7459C16.3422 15.6697 16.7994 15.6697 17.2565 15.5935C17.6375 15.5173 17.7898 15.3649 17.7898 14.984C17.7898 14.9078 17.7898 14.7554 17.7898 14.6792C17.7137 14.5268 17.7898 14.3744 17.9422 14.2221C18.0946 14.0697 18.0946 13.9935 17.9422 13.8411C17.866 13.7649 17.866 13.6125 17.9422 13.6125C18.0946 13.4602 18.0946 13.3078 17.9422 13.1554C17.7898 13.003 17.866 12.8506 18.0184 12.7744C18.1708 12.6983 18.247 12.6221 18.3232 12.4697C18.5517 12.3173 18.4756 12.1649 18.3232 12.0125C18.0184 11.7078 17.6375 11.4792 17.3327 11.1744C17.1041 11.0221 17.0279 10.7173 17.1041 10.4887C17.1803 10.0316 17.1041 9.65064 16.8756 9.26968C16.647 8.96492 16.4946 8.58397 16.3422 8.27921C16.1137 7.74587 15.7327 7.36492 15.1994 7.21254C14.666 7.06016 14.1327 6.98397 13.5232 6.90778C13.1422 6.83159 12.7613 6.83159 12.3803 6.7554C11.3898 6.60302 10.4756 6.83159 9.71365 7.5173C9.48508 7.66968 9.25651 7.89826 8.95175 7.97445C8.72318 8.05064 8.5708 8.27921 8.41842 8.43159C8.34223 8.66016 8.18984 8.81254 7.96127 8.88873C7.58032 9.19349 7.19937 9.42206 6.89461 9.80302C6.81842 9.9554 6.58984 10.0316 6.51365 10.1078C6.05651 10.4125 5.98032 10.7173 6.1327 11.1744C6.20889 11.4792 6.28508 11.784 6.20889 12.0887C6.1327 12.3173 6.1327 12.6221 6.20889 12.8506C6.20889 13.1554 6.43746 13.4602 6.74222 13.5363C6.9708 13.6125 7.12318 13.7649 7.12318 13.9935C7.19937 14.2983 7.35175 14.603 7.58032 14.8316C7.80889 15.0602 7.96127 15.3649 8.11365 15.6697C8.26603 16.0506 8.4946 16.2792 8.87556 16.4316C9.25651 16.584 9.56127 16.7364 9.94222 16.8887C9.71365 16.9649 9.78984 16.9649 9.86603 17.0411Z"/>
5
- </g>
2
+ <path fill="#00D2FF" d="M20.6399 11.9999C20.6399 7.2281 16.7716 3.35986 11.9998 3.35986C7.22794 3.35986 3.35986 7.2281 3.35986 11.9999C3.35986 16.7718 7.2281 20.6399 11.9998 20.6399C16.7715 20.6399 20.6399 16.7716 20.6399 11.9999Z"/>
3
+ <path fill="black" d="M17.8309 11.5688C17.8309 11.5483 17.4569 11.3094 17.26 11.1846C17.1749 11.1313 17.0958 11.0688 17.0242 10.9983C16.8769 10.8527 16.6315 10.5982 16.5514 10.4416C16.5001 10.3415 16.5212 10.1613 16.5611 9.98926C16.6302 9.68746 16.5779 9.37059 16.4154 9.10704L16.1595 8.6902C16.0416 8.50009 15.9469 8.29657 15.8774 8.08399C15.789 7.81073 15.6353 7.56316 15.4295 7.36285C15.0132 6.95662 13.8605 6.75664 12.9031 6.72465C12.8439 6.70695 12.7837 6.69268 12.7229 6.68189C12.2964 6.60923 11.842 6.49204 11.434 6.56824C10.8281 6.68077 10.2156 6.87078 9.75857 7.33986C9.6663 7.43438 9.52242 7.47907 9.42308 7.56861C9.22631 7.74625 8.96123 7.74625 8.78633 7.94365C8.68393 8.05859 8.63666 8.43428 8.36836 8.57783C7.92452 8.81575 7.59674 9.07778 7.48839 9.21169C7.40705 9.31216 7.34371 9.42983 7.26478 9.5332C7.18441 9.63865 6.80165 9.81709 6.69041 9.92865C6.57917 10.0402 6.43031 10.3119 6.4975 10.6329C6.50377 10.6622 6.50892 10.6863 6.51358 10.7059C6.5573 10.8691 6.67626 11.1649 6.64877 11.3007C6.61662 11.4614 6.20396 12.6576 7.12637 12.9764C7.31928 13.043 7.39966 13.1724 7.42088 13.3693C7.43983 13.5288 7.48542 13.684 7.55575 13.8284C7.63966 14.0052 7.80508 14.1017 7.81858 14.1136C7.8742 14.1618 8.13302 14.4328 8.1544 14.4722C8.4817 15.0771 8.38974 15.3794 9.01621 15.585C9.17719 15.6381 9.33177 15.7091 9.47709 15.7964C9.65426 15.9028 9.84395 15.9868 10.0418 16.0465C10.0476 16.0481 10.0563 16.0512 10.0666 16.0549C10.2058 15.7186 10.3469 15.3996 10.4876 15.0993C9.35974 13.943 9.65633 12.6475 9.7642 12.3004C9.76735 12.2901 9.77305 12.2807 9.78079 12.2731C9.78852 12.2656 9.79804 12.2601 9.80845 12.2572C9.81887 12.2543 9.82985 12.2541 9.84038 12.2566C9.85091 12.259 9.86065 12.2641 9.86869 12.2713C10.1053 12.4787 10.8249 13.2265 10.7405 14.5769C10.9893 14.0798 11.2312 13.6429 11.4523 13.2696C10.6385 11.8905 11.2449 10.6815 11.4362 10.3629C11.4417 10.3533 11.4495 10.3453 11.459 10.3397C11.4684 10.334 11.4792 10.3309 11.4902 10.3306C11.5012 10.3303 11.5121 10.3328 11.5218 10.3379C11.5316 10.343 11.5398 10.3506 11.5458 10.3598C11.7117 10.6061 12.1627 11.4135 11.8834 12.5768C12.0858 12.2675 12.2501 12.0384 12.3575 11.8947C12.6488 9.97173 14.101 9.34013 14.4827 9.20703C14.4929 9.2033 14.5039 9.20222 14.5147 9.20391C14.5254 9.20559 14.5356 9.20998 14.5442 9.21667C14.5528 9.22336 14.5595 9.23212 14.5638 9.24212C14.5681 9.25213 14.5698 9.26306 14.5687 9.2739C14.5335 9.67145 14.2883 11.203 12.6039 11.9892C12.4014 12.2559 12.2064 12.5366 12.0199 12.8251C12.6641 12.3218 13.5665 12.0857 14.3168 12.2668C14.3274 12.2692 14.3372 12.2742 14.3453 12.2814C14.3535 12.2886 14.3598 12.2976 14.3635 12.3078C14.3673 12.318 14.3685 12.329 14.3669 12.3397C14.3654 12.3505 14.3612 12.3607 14.3547 12.3694C14.1391 12.6549 13.2815 13.6177 11.6658 13.3971C11.3925 13.8573 11.1425 14.3238 10.9203 14.7698C11.6182 14.242 12.6375 14.0398 13.4281 14.3055C13.4387 14.3089 13.4482 14.3148 13.4558 14.3228C13.4635 14.3309 13.469 14.3407 13.4718 14.3514C13.4747 14.362 13.4748 14.3733 13.4722 14.384C13.4696 14.3948 13.4643 14.4047 13.4569 14.4129C13.2113 14.6772 12.2655 15.5449 10.7106 15.2006C10.5648 15.5086 10.3474 16.0151 10.2413 16.2654C10.2048 16.3516 10.1712 16.4386 10.1413 16.5271C10.0725 16.731 9.97977 16.9853 9.86933 17.2399C9.85375 17.2762 9.84581 17.3154 9.84599 17.3549C9.84617 17.3944 9.85446 17.4335 9.87036 17.4697C9.88627 17.5058 9.90944 17.5384 9.93844 17.5652C9.96742 17.5921 10.0016 17.6127 10.0389 17.6257C11.266 18.0638 12.5982 18.1132 13.8543 17.7672C13.8958 17.7554 13.9341 17.7344 13.9663 17.7058C13.9986 17.6772 14.024 17.6416 14.0406 17.6018C14.0668 17.5397 14.0927 17.4809 14.0927 17.4809C14.0927 17.4809 14.6357 16.2204 14.7156 15.6711C14.7384 15.498 14.7922 15.3304 14.8744 15.1763C14.9168 15.0993 14.978 15.0344 15.0524 14.9877C15.1268 14.9409 15.2119 14.9139 15.2996 14.9092C15.7129 14.8873 16.5931 14.8296 16.9133 14.7281C17.3388 14.5929 17.1544 13.8178 17.1314 13.7344C17.1084 13.6509 17.3362 13.4566 17.383 13.3432C17.4298 13.2299 17.2679 13.191 17.2018 13.0664C17.1358 12.9418 17.366 12.8526 17.3988 12.7396C17.4316 12.6266 17.3238 12.5025 17.2803 12.4191C17.2512 12.3596 17.2308 12.2962 17.2198 12.231C17.2198 12.231 17.5312 12.003 17.6966 11.8592C17.8621 11.7153 17.8313 11.5968 17.8309 11.5688Z"/>
6
4
  </svg>
@@ -1,15 +1,11 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
2
  <g clip-path="url(#Chain1101_svg__clip0_6_40200)">
3
- <path fill="url(#Chain1101_svg__paint0_linear_6_40200)" d="M20.25 3.75H3.75V20.25H20.25V3.75Z"/>
4
- <path fill="white" d="M14.2714 13.7115L16.4963 12.4141C16.6151 12.346 16.6857 12.2162 16.6857 12.08V9.48527C16.6857 9.34904 16.6119 9.21931 16.4963 9.15119L14.2714 7.85382C14.1526 7.78571 14.0081 7.78571 13.8894 7.85382L11.6645 9.15119C11.5457 9.21931 11.475 9.34904 11.475 9.48527V14.1234L9.91473 15.0315L8.35442 14.1234V12.3038L9.91473 11.3957L10.9453 11.9957V10.7762L10.1074 10.2864C10.0496 10.254 9.98215 10.2345 9.91794 10.2345C9.85373 10.2345 9.78631 10.2507 9.72852 10.2864L7.50363 11.5838C7.38484 11.6519 7.31421 11.7816 7.31421 11.9178V14.5126C7.31421 14.6488 7.38805 14.7786 7.50363 14.8467L9.72852 16.144C9.84731 16.2122 9.99178 16.2122 10.1106 16.144L12.3355 14.8467C12.4543 14.7786 12.5249 14.6488 12.5249 14.5126V9.87448L12.5538 9.85826L14.0852 8.96632L15.6455 9.87448V11.694L14.0852 12.6055L13.0578 12.0054V13.2249L13.8958 13.7115C14.0081 13.7828 14.1558 13.7828 14.2714 13.7115Z"/>
3
+ <path fill="#6C00F6" d="M20.64 11.9994C20.64 7.22763 16.7717 3.35938 12 3.35938C7.22824 3.35938 3.35999 7.22763 3.35999 11.9994C3.35999 16.7711 7.22824 20.6394 12 20.6394C16.7717 20.6394 20.64 16.7711 20.64 11.9994Z"/>
4
+ <path fill="#F3F3F3" d="M13.8588 8.14258L11.4477 9.52738V13.8494L10.1173 14.6205L8.77876 13.8487V12.3057L10.1173 11.5414L10.9779 12.0405V10.792L10.1098 10.2992L7.69922 11.6996V14.4698L10.1179 15.8627L12.5284 14.4698V10.1485L13.867 9.37661L15.2048 10.1485V11.6846L13.867 12.4633L12.9988 11.9598V13.202L13.8588 13.698L16.2931 12.3132V9.52738L13.8588 8.14258Z"/>
5
5
  </g>
6
6
  <defs>
7
- <linearGradient id="Chain1101_svg__paint0_linear_6_40200" x1="0.734648" x2="17.7684" y1="5.10628" y2="15.5299" gradientUnits="userSpaceOnUse">
8
- <stop stop-color="#943F90"/>
9
- <stop offset="1" stop-color="#734E9B"/>
10
- </linearGradient>
11
7
  <clipPath id="Chain1101_svg__clip0_6_40200">
12
- <rect width="16.5" height="16.5" x="3.75" y="3.75" fill="white" rx="8.25"/>
8
+ <rect width="17.28" height="17.28" x="3.35999" y="3.35938" fill="white" rx="8.64"/>
13
9
  </clipPath>
14
10
  </defs>
15
11
  </svg>
@@ -1,8 +1,7 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#6C6D6D" stroke="#878888" stroke-width="0.106358" d="M11.9935 9.73926L6.67212 12.1603L11.9935 15.3054L17.3129 12.1603L11.9935 9.73926Z"/>
3
- <path fill="#878888" stroke="#878888" stroke-width="0.106358" d="M17.3081 12.1603L11.9888 15.3054V9.73926L17.3081 12.1603Z"/>
4
- <path fill="#878888" stroke="#878888" stroke-width="0.106358" d="M6.67212 12.1661L11.9935 9.73785V3.3335L6.67212 12.1661Z"/>
5
- <path fill="#6C6D6D" stroke="#878888" stroke-width="0.106358" d="M11.9888 3.3335V9.73755L17.3081 12.1661L11.9888 3.3335Z"/>
6
- <path fill="#6C6D6D" stroke="#878888" stroke-width="0.106358" d="M6.67212 13.1665L11.9935 20.6662V16.3116L6.67212 13.1665Z"/>
7
- <path fill="#878888" stroke="#878888" stroke-width="0.106358" d="M12.0042 16.3116V20.6662L17.3277 13.1665L12.0042 16.3116Z"/>
2
+ <path fill="#6C6D6D" stroke="#878888" stroke-linejoin="round" stroke-width=".119" d="m11.994 9.457-5.972 2.722 5.972 3.535 5.97-3.535-5.97-2.722Z"/>
3
+ <path fill="#878888" stroke="#878888" stroke-linejoin="round" stroke-width=".119" d="m17.963 12.179-5.97 3.535V9.457l5.97 2.722Z"/>
4
+ <path fill="#878888" stroke="#878888" stroke-linejoin="round" stroke-width=".119" d="m6.022 12.187 5.972-2.73v-7.2l-5.972 9.93Z"/>
5
+ <path fill="#6C6D6D" stroke="#878888" stroke-linejoin="round" stroke-width=".119" d="M11.987 2.258v7.199l5.969 2.73-5.97-9.93ZM6.022 13.313l5.972 8.43v-4.895l-5.972-3.535Z"/>
6
+ <path fill="#878888" stroke="#878888" stroke-linejoin="round" stroke-width=".119" d="M12.004 16.848v4.895l5.974-8.43-5.974 3.535Z"/>
8
7
  </svg>
@@ -1,10 +1,10 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="url(#Chain137_svg__paint0_linear_6_40107)" d="M15.6357 14.7407L19.1968 12.6641C19.3869 12.5551 19.5 12.3474 19.5 12.1294V7.97626C19.5 7.75822 19.3818 7.55056 19.1968 7.44154L15.6357 5.36497C15.4455 5.25595 15.2143 5.25595 15.0242 5.36497L11.463 7.44154C11.2729 7.55056 11.1598 7.75822 11.1598 7.97626V15.4L8.66238 16.8536L6.16495 15.4V12.4876L8.66238 11.034L10.3119 11.9944V10.0425L8.97071 9.25854C8.87821 9.20663 8.7703 9.17548 8.66752 9.17548C8.56475 9.17548 8.45683 9.20144 8.36434 9.25854L4.80319 11.3351C4.61305 11.4441 4.5 11.6518 4.5 11.8698V16.023C4.5 16.241 4.61819 16.4487 4.80319 16.5577L8.36434 18.6343C8.55447 18.7433 8.78571 18.7433 8.97585 18.6343L12.537 16.5577C12.7271 16.4487 12.8402 16.241 12.8402 16.023V8.59923L12.8864 8.57327L15.3376 7.14563L17.835 8.59923V11.5116L15.3376 12.9704L13.6932 12.01V13.962L15.0344 14.7407C15.2143 14.8549 15.4507 14.8549 15.6357 14.7407Z"/>
2
+ <g clip-path="url(#Chain137_svg__clip0_6_40107)">
3
+ <path fill="#6C00F6" d="M15.7059 4.32031L10.9087 7.07553V15.6745L8.26181 17.2088L5.59867 15.6733V12.6032L8.26181 11.0826L9.97414 12.0756V9.59169L8.24682 8.61108L3.45081 11.3974V16.909L8.26305 19.6803L13.059 16.909V8.31121L15.7222 6.77556L18.384 8.31121V11.3675L15.7222 12.9168L13.9948 11.915V14.3865L15.7059 15.3733L20.5493 12.6182V7.07553L15.7059 4.32031Z"/>
4
+ </g>
3
5
  <defs>
4
- <linearGradient id="Chain137_svg__paint0_linear_6_40107" x1="5.7674" x2="18.7609" y1="16.5889" y2="7.21068" gradientUnits="userSpaceOnUse">
5
- <stop stop-color="#9A3C8F"/>
6
- <stop offset="0.8139" stop-color="#7B4C98"/>
7
- <stop offset="1" stop-color="#734E9B"/>
8
- </linearGradient>
6
+ <clipPath id="Chain137_svg__clip0_6_40107">
7
+ <rect width="16.8" height="16.8" fill="white" transform="translate(3.59998 3.59961)"/>
8
+ </clipPath>
9
9
  </defs>
10
10
  </svg>
@@ -1,7 +1,7 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="url(#Chain1750_svg__paint0_linear_6635_158336)" fill-rule="evenodd" d="M3.89355 4.7947C3.89355 4.00117 4.53936 3.35938 5.33443 3.35938C6.13103 3.35938 6.77684 4.00117 6.77531 4.7947V17.7559H13.75C14.542 17.7559 15.1853 18.4001 15.1853 19.1967C15.1853 19.9933 14.5435 20.6376 13.75 20.6376H5.40642C5.38257 20.6388 5.35857 20.6394 5.33443 20.6394C4.53936 20.6394 3.89355 19.9976 3.89355 19.2041V4.7947ZM10.5617 4.7947C10.5617 4.00269 11.206 3.35938 12.0026 3.35938C12.7992 3.35938 13.4435 4.00117 13.4435 4.7947V13.2139C13.4435 14.0059 12.7992 14.6493 12.0026 14.6493C11.2075 14.6493 10.5617 14.0075 10.5617 13.2139V4.7947ZM18.6658 3.35938C17.8692 3.35938 17.2249 4.00269 17.2249 4.7947V13.2139C17.2249 14.0075 17.8707 14.6493 18.6658 14.6493C19.4624 14.6493 20.1067 14.0059 20.1067 13.2139V4.7947C20.1067 4.00117 19.4624 3.35938 18.6658 3.35938Z" clip-rule="evenodd"/>
2
+ <path fill="url(#Chain1750_svg__paint0_linear_4741_37498)" fill-rule="evenodd" d="M10.6372 5.1745C10.6372 4.42416 11.2476 3.8147 12.0023 3.8147C12.757 3.8147 13.3674 4.42273 13.3674 5.1745V13.1507C13.3674 13.9011 12.757 14.5105 12.0023 14.5105C11.2491 14.5105 10.6372 13.9025 10.6372 13.1507V5.1745ZM4.32007 5.17456C4.32007 4.42279 4.93189 3.81476 5.68513 3.81476C6.43981 3.81476 7.05164 4.42279 7.0502 5.17456V17.4539H13.6579C14.4082 17.4539 15.0177 18.0642 15.0177 18.8189C15.0177 19.5736 14.4096 20.184 13.6579 20.184L5.75105 20.184C5.72921 20.185 5.70723 20.1855 5.68513 20.1855C4.93189 20.1855 4.32007 19.5775 4.32007 18.8257V5.17456ZM18.315 3.8147C17.5603 3.8147 16.9499 4.42416 16.9499 5.1745V13.1507C16.9499 13.9025 17.5617 14.5105 18.315 14.5105C19.0696 14.5105 19.68 13.9011 19.68 13.1507V5.1745C19.68 4.42273 19.0696 3.8147 18.315 3.8147Z" clip-rule="evenodd"/>
3
3
  <defs>
4
- <linearGradient id="Chain1750_svg__paint0_linear_6635_158336" x1="3.89355" x2="20.1075" y1="11.9994" y2="3.36106" gradientUnits="userSpaceOnUse">
4
+ <linearGradient id="Chain1750_svg__paint0_linear_4741_37498" x1="4.32007" x2="19.6809" y1="12.0001" y2="3.8163" gradientUnits="userSpaceOnUse">
5
5
  <stop stop-color="#4400E2"/>
6
6
  <stop offset="0.421875" stop-color="#F94E6C"/>
7
7
  <stop offset="1" stop-color="#FFCB00"/>
@@ -1,15 +1,11 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <g clip-path="url(#Chain2442_svg__clip0_6_39935)">
3
- <path fill="url(#Chain2442_svg__paint0_linear_6_39935)" d="M20.25 3.75H3.75V20.25H20.25V3.75Z"/>
4
- <path fill="white" d="M14.2714 13.7115L16.4963 12.4141C16.6151 12.346 16.6857 12.2162 16.6857 12.08V9.48527C16.6857 9.34904 16.6119 9.21931 16.4963 9.15119L14.2714 7.85382C14.1526 7.78571 14.0081 7.78571 13.8894 7.85382L11.6645 9.15119C11.5457 9.21931 11.475 9.34904 11.475 9.48527V14.1234L9.91473 15.0315L8.35442 14.1234V12.3038L9.91473 11.3957L10.9453 11.9957V10.7762L10.1074 10.2864C10.0496 10.254 9.98215 10.2345 9.91794 10.2345C9.85373 10.2345 9.78631 10.2507 9.72852 10.2864L7.50363 11.5838C7.38484 11.6519 7.31421 11.7816 7.31421 11.9178V14.5126C7.31421 14.6488 7.38805 14.7786 7.50363 14.8467L9.72852 16.144C9.84731 16.2122 9.99178 16.2122 10.1106 16.144L12.3355 14.8467C12.4543 14.7786 12.5249 14.6488 12.5249 14.5126V9.87448L12.5538 9.85826L14.0852 8.96632L15.6455 9.87448V11.694L14.0852 12.6055L13.0578 12.0054V13.2249L13.8958 13.7115C14.0081 13.7828 14.1558 13.7828 14.2714 13.7115Z"/>
2
+ <g clip-path="url(#Chain2442_svg__clip0_9321_72768)">
3
+ <path fill="#8E9BB2" d="M20.6404 12.0004C20.6404 7.22861 16.7721 3.36035 12.0004 3.36035C7.22861 3.36035 3.36035 7.22861 3.36035 12.0004C3.36035 16.7721 7.22861 20.6404 12.0004 20.6404C16.7721 20.6404 20.6404 16.7721 20.6404 12.0004Z"/>
4
+ <path fill="#FAFAFA" d="M13.8598 8.14258L11.4486 9.52738V13.8494L10.1183 14.6205L8.77974 13.8487V12.3057L10.1183 11.5414L10.9789 12.0405V10.792L10.1107 10.2992L7.7002 11.6996V14.4698L10.1189 15.8627L12.5294 14.4698V10.1485L13.8679 9.37661L15.2058 10.1485V11.6846L13.8679 12.4633L12.9998 11.9598V13.202L13.8598 13.698L16.2941 12.3132V9.52738L13.8598 8.14258Z"/>
5
5
  </g>
6
6
  <defs>
7
- <linearGradient id="Chain2442_svg__paint0_linear_6_39935" x1="0.734648" x2="17.7684" y1="5.10628" y2="15.5299" gradientUnits="userSpaceOnUse">
8
- <stop stop-color="#C3C4C3"/>
9
- <stop offset="1" stop-color="#878888"/>
10
- </linearGradient>
11
- <clipPath id="Chain2442_svg__clip0_6_39935">
12
- <rect width="16.5" height="16.5" x="3.75" y="3.75" fill="white" rx="8.25"/>
7
+ <clipPath id="Chain2442_svg__clip0_9321_72768">
8
+ <rect width="17.28" height="17.28" x="3.36035" y="3.36035" fill="white" rx="8.64"/>
13
9
  </clipPath>
14
10
  </defs>
15
11
  </svg>