@api3/logos 1.0.42 → 1.0.44

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.
@@ -33,7 +33,6 @@ const Chain43114 = require('../logos/chain/Chain43114.svg');
33
33
  const Chain43113 = require('../logos/chain/Chain43113.svg');
34
34
  const Chain8453 = require('../logos/chain/Chain8453.svg');
35
35
  const Chain84532 = require('../logos/chain/Chain84532.svg');
36
- const Chain80094 = require('../logos/chain/Chain80094.svg');
37
36
  const Chain200901 = require('../logos/chain/Chain200901.svg');
38
37
  const Chain81457 = require('../logos/chain/Chain81457.svg');
39
38
  const Chain60808 = require('../logos/chain/Chain60808.svg');
@@ -65,13 +64,12 @@ const Chain34443 = require('../logos/chain/Chain34443.svg');
65
64
  const Chain919 = require('../logos/chain/Chain919.svg');
66
65
  const Chain1284 = require('../logos/chain/Chain1284.svg');
67
66
  const Chain1287 = require('../logos/chain/Chain1287.svg');
68
- const Chain1285 = require('../logos/chain/Chain1285.svg');
69
67
  const Chain10 = require('../logos/chain/Chain10.svg');
70
68
  const Chain11155420 = require('../logos/chain/Chain11155420.svg');
71
69
  const Chain137 = require('../logos/chain/Chain137.svg');
72
70
  const Chain80002 = require('../logos/chain/Chain80002.svg');
73
71
  const Chain2020 = require('../logos/chain/Chain2020.svg');
74
- const Chain2021 = require('../logos/chain/Chain2021.svg');
72
+ const Chain202601 = require('../logos/chain/Chain202601.svg');
75
73
  const Chain534352 = require('../logos/chain/Chain534352.svg');
76
74
  const Chain534351 = require('../logos/chain/Chain534351.svg');
77
75
  const Chain1329 = require('../logos/chain/Chain1329.svg');
@@ -170,8 +168,6 @@ function ChainLogo(id, light = false) {
170
168
  return Chain8453;
171
169
  case "84532":
172
170
  return Chain84532;
173
- case "80094":
174
- return Chain80094;
175
171
  case "200901":
176
172
  return Chain200901;
177
173
  case "81457":
@@ -234,8 +230,6 @@ function ChainLogo(id, light = false) {
234
230
  return Chain1284;
235
231
  case "1287":
236
232
  return Chain1287;
237
- case "1285":
238
- return Chain1285;
239
233
  case "10":
240
234
  return Chain10;
241
235
  case "11155420":
@@ -246,8 +240,8 @@ function ChainLogo(id, light = false) {
246
240
  return Chain80002;
247
241
  case "2020":
248
242
  return Chain2020;
249
- case "2021":
250
- return Chain2021;
243
+ case "202601":
244
+ return Chain202601;
251
245
  case "534352":
252
246
  return Chain534352;
253
247
  case "534351":
@@ -2,6 +2,8 @@ const SymbolBnbxLight = require('../logos/symbol/BnbxLight.svg');
2
2
  const SymbolEthxLight = require('../logos/symbol/EthxLight.svg');
3
3
  const SymbolMaticxLight = require('../logos/symbol/MaticxLight.svg');
4
4
  const SymbolSlight = require('../logos/symbol/SLight.svg');
5
+ const SymbolSiusd = require('../logos/symbol/Siusd.svg');
6
+ const SymbolIusd = require('../logos/symbol/Iusd.svg');
5
7
  const SymbolAave = require('../logos/symbol/Aave.svg');
6
8
  const SymbolUsd = require('../logos/symbol/Usd.svg');
7
9
  const SymbolAero = require('../logos/symbol/Aero.svg');
@@ -181,6 +183,10 @@ function SymbolLogo(id, light = false) {
181
183
  return SymbolMaticxLight;
182
184
  case "slight":
183
185
  return SymbolSlight;
186
+ case "siusd":
187
+ return SymbolSiusd;
188
+ case "iusd":
189
+ return SymbolIusd;
184
190
  case "aave":
185
191
  return SymbolAave;
186
192
  case "usd":
@@ -1 +1 @@
1
- []
1
+ ["siusd","iusd"]
@@ -1,9 +1,9 @@
1
- export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
- export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
- export { default as ApiProviderLogoExtended } from './ApiProviderLogoExtended.json';
4
- export { default as ChainLogo } from './ChainLogo.js';
5
- export { default as ChainLogoMissing } from './ChainLogoMissing.json';
6
- export { default as ChainLogoExtended } from './ChainLogoExtended.json';
7
1
  export { default as SymbolLogo } from './SymbolLogo.js';
8
2
  export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
9
3
  export { default as SymbolLogoExtended } from './SymbolLogoExtended.json';
4
+ export { default as ChainLogo } from './ChainLogo.js';
5
+ export { default as ChainLogoMissing } from './ChainLogoMissing.json';
6
+ export { default as ChainLogoExtended } from './ChainLogoExtended.json';
7
+ export { default as ApiProviderLogo } from './ApiProviderLogo.js';
8
+ export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
9
+ export { default as ApiProviderLogoExtended } from './ApiProviderLogoExtended.json';
package/dist/cjs/index.js CHANGED
@@ -1,9 +1,9 @@
1
- module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
2
- module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
3
- module.exports.ApiProviderLogoExtended = require('./ApiProviderLogoExtended.json');
4
1
  module.exports.ChainLogo = require('./ChainLogo.js');
5
2
  module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
6
3
  module.exports.ChainLogoExtended = require('./ChainLogoExtended.json');
7
4
  module.exports.SymbolLogo = require('./SymbolLogo.js');
8
5
  module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
9
6
  module.exports.SymbolLogoExtended = require('./SymbolLogoExtended.json');
7
+ module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
8
+ module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
9
+ module.exports.ApiProviderLogoExtended = require('./ApiProviderLogoExtended.json');
@@ -33,7 +33,6 @@ import Chain43114 from '../logos/chain/Chain43114.svg';
33
33
  import Chain43113 from '../logos/chain/Chain43113.svg';
34
34
  import Chain8453 from '../logos/chain/Chain8453.svg';
35
35
  import Chain84532 from '../logos/chain/Chain84532.svg';
36
- import Chain80094 from '../logos/chain/Chain80094.svg';
37
36
  import Chain200901 from '../logos/chain/Chain200901.svg';
38
37
  import Chain81457 from '../logos/chain/Chain81457.svg';
39
38
  import Chain60808 from '../logos/chain/Chain60808.svg';
@@ -65,13 +64,12 @@ import Chain34443 from '../logos/chain/Chain34443.svg';
65
64
  import Chain919 from '../logos/chain/Chain919.svg';
66
65
  import Chain1284 from '../logos/chain/Chain1284.svg';
67
66
  import Chain1287 from '../logos/chain/Chain1287.svg';
68
- import Chain1285 from '../logos/chain/Chain1285.svg';
69
67
  import Chain10 from '../logos/chain/Chain10.svg';
70
68
  import Chain11155420 from '../logos/chain/Chain11155420.svg';
71
69
  import Chain137 from '../logos/chain/Chain137.svg';
72
70
  import Chain80002 from '../logos/chain/Chain80002.svg';
73
71
  import Chain2020 from '../logos/chain/Chain2020.svg';
74
- import Chain2021 from '../logos/chain/Chain2021.svg';
72
+ import Chain202601 from '../logos/chain/Chain202601.svg';
75
73
  import Chain534352 from '../logos/chain/Chain534352.svg';
76
74
  import Chain534351 from '../logos/chain/Chain534351.svg';
77
75
  import Chain1329 from '../logos/chain/Chain1329.svg';
@@ -170,8 +168,6 @@ function ChainLogo(id, light = false) {
170
168
  return Chain8453;
171
169
  case "84532":
172
170
  return Chain84532;
173
- case "80094":
174
- return Chain80094;
175
171
  case "200901":
176
172
  return Chain200901;
177
173
  case "81457":
@@ -234,8 +230,6 @@ function ChainLogo(id, light = false) {
234
230
  return Chain1284;
235
231
  case "1287":
236
232
  return Chain1287;
237
- case "1285":
238
- return Chain1285;
239
233
  case "10":
240
234
  return Chain10;
241
235
  case "11155420":
@@ -246,8 +240,8 @@ function ChainLogo(id, light = false) {
246
240
  return Chain80002;
247
241
  case "2020":
248
242
  return Chain2020;
249
- case "2021":
250
- return Chain2021;
243
+ case "202601":
244
+ return Chain202601;
251
245
  case "534352":
252
246
  return Chain534352;
253
247
  case "534351":
@@ -2,6 +2,8 @@ import SymbolBnbxLight from '../logos/symbol/BnbxLight.svg';
2
2
  import SymbolEthxLight from '../logos/symbol/EthxLight.svg';
3
3
  import SymbolMaticxLight from '../logos/symbol/MaticxLight.svg';
4
4
  import SymbolSlight from '../logos/symbol/SLight.svg';
5
+ import SymbolSiusd from '../logos/symbol/Siusd.svg';
6
+ import SymbolIusd from '../logos/symbol/Iusd.svg';
5
7
  import SymbolAave from '../logos/symbol/Aave.svg';
6
8
  import SymbolUsd from '../logos/symbol/Usd.svg';
7
9
  import SymbolAero from '../logos/symbol/Aero.svg';
@@ -181,6 +183,10 @@ function SymbolLogo(id, light = false) {
181
183
  return SymbolMaticxLight;
182
184
  case "slight":
183
185
  return SymbolSlight;
186
+ case "siusd":
187
+ return SymbolSiusd;
188
+ case "iusd":
189
+ return SymbolIusd;
184
190
  case "aave":
185
191
  return SymbolAave;
186
192
  case "usd":
@@ -1 +1 @@
1
- []
1
+ ["siusd","iusd"]
@@ -0,0 +1,11 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#8E9BB2" fill-rule="evenodd" d="M4.46729 3.06474V16.0946C4.46744 16.338 4.5224 16.5782 4.62812 16.7975C4.73383 17.0169 4.8876 17.2097 5.07805 17.3619L11.2366 22.2928C11.4533 22.4658 11.7226 22.5601 12.0001 22.5601C12.2776 22.5601 12.5469 22.4658 12.7636 22.2928L18.9221 17.3619C19.1126 17.2097 19.2664 17.0169 19.372 16.7975C19.4778 16.5782 19.5327 16.338 19.5329 16.0946V3.06474C19.5329 2.63385 19.3613 2.2206 19.0559 1.91592C18.7504 1.61123 18.3362 1.44006 17.9042 1.44006H6.096C5.66404 1.44006 5.24977 1.61123 4.94432 1.91592C4.63888 2.2206 4.46729 2.63385 4.46729 3.06474Z" clip-rule="evenodd"/>
3
+ <path fill="url(#Chain202601_svg__paint0_linear_6271_43946)" d="M16.3292 9.01003V6.16333C16.3292 5.78584 16.182 5.42381 15.9202 5.15688C15.6583 4.88995 15.3032 4.73999 14.9329 4.73999H8.99849C8.62816 4.73999 8.27301 4.88995 8.01115 5.15688C7.74929 5.42381 7.60217 5.78584 7.60217 6.16333V14.4232C7.60231 14.6363 7.64943 14.8468 7.74006 15.0389C7.83068 15.2311 7.96251 15.4001 8.12579 15.5334L10.2866 17.3018C10.3122 17.3231 10.3433 17.3364 10.3761 17.3404C10.4089 17.3443 10.4421 17.3387 10.4719 17.3241C10.5017 17.3096 10.5268 17.2867 10.5444 17.2582C10.5619 17.2297 10.5712 17.1967 10.5711 17.1631V11.323C10.5711 11.2757 10.5895 11.2305 10.6222 11.1971C10.6549 11.1638 10.6993 11.145 10.7456 11.145H12.3165C12.5942 11.145 12.8606 11.2575 13.057 11.4577C13.2534 11.6578 13.3637 11.9294 13.3637 12.2125V17.1631C13.3638 17.1966 13.3731 17.2294 13.3906 17.2577C13.4081 17.2861 13.4331 17.3089 13.4628 17.3234C13.4924 17.3379 13.5254 17.3436 13.5581 17.3397C13.5907 17.3359 13.6217 17.3228 13.6474 17.3018L15.8081 15.5334C15.9715 15.4001 16.1033 15.2311 16.1939 15.0389C16.2845 14.8468 16.3316 14.6363 16.3318 14.4232V11.8567C16.3318 11.4792 16.1846 11.1172 15.9228 10.8502C15.6609 10.5833 15.3058 10.4333 14.9355 10.4333C15.3053 10.4326 15.6598 10.2824 15.9211 10.0155C16.1824 9.74867 16.3292 9.38702 16.3292 9.01003ZM12.3147 9.7217H10.7439C10.6976 9.7217 10.6532 9.70291 10.6205 9.66954C10.5877 9.63617 10.5693 9.59097 10.5693 9.54373V6.34125C10.5693 6.29406 10.5877 6.2488 10.6205 6.21544C10.6532 6.18207 10.6976 6.16333 10.7439 6.16333H13.1874C13.2338 6.16333 13.2781 6.18207 13.3108 6.21544C13.3436 6.2488 13.3619 6.29406 13.3619 6.34125V8.65416C13.3619 8.93731 13.2516 9.20884 13.0553 9.40899C12.8589 9.60921 12.5925 9.7217 12.3147 9.7217Z"/>
4
+ <defs>
5
+ <linearGradient id="Chain202601_svg__paint0_linear_6271_43946" x1="11.967" x2="11.967" y1="4.73999" y2="17.3416" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="white"/>
7
+ <stop offset="0.458333" stop-color="white"/>
8
+ <stop offset="1" stop-color="white"/>
9
+ </linearGradient>
10
+ </defs>
11
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
+ <rect width="42" height="42" fill="#27553D" rx="21"/>
3
+ <path fill="url(#iusd_svg__paint0_linear_8768_51463)" fill-rule="evenodd" d="M8.39597 24.8375C12.4326 28.8741 17.8712 29.98 20.5435 27.3077C23.2159 24.6353 22.1098 19.1967 18.0732 15.1601C14.0367 11.1235 8.59804 10.0176 5.92574 12.6899C3.25343 15.3623 4.35939 20.8009 8.39597 24.8375ZM10.5261 25.3747C14.1275 28.1867 18.286 28.8793 19.8143 26.922C21.3427 24.9645 19.662 21.0982 16.0605 18.2863C12.4591 15.4744 8.30058 14.7816 6.77228 16.7391C5.24396 18.6964 6.92459 22.5628 10.5261 25.3747Z" clip-rule="evenodd"/>
4
+ <path fill="url(#iusd_svg__paint1_linear_8768_51463)" fill-rule="evenodd" d="M33.604 17.4009C29.5675 13.3643 24.1289 12.2583 21.4565 14.9306C18.7842 17.603 19.8901 23.0416 23.9267 27.0782C27.9633 31.1148 33.4019 32.2207 36.0743 29.5484C38.7466 26.8761 37.6406 21.4375 33.604 17.4009ZM31.5149 16.9047C27.9134 14.0927 23.7551 13.4 22.2266 15.3574C20.6984 17.3149 22.379 21.1813 25.9805 23.9932C29.5819 26.8051 33.7404 27.4978 35.2688 25.5403C36.7971 23.583 35.1164 19.7166 31.5149 16.9047Z" clip-rule="evenodd"/>
5
+ <path fill="white" d="M21.9829 8.1665H25.9674L20.1013 33.8339H16.1167L21.9829 8.1665Z"/>
6
+ <defs>
7
+ <linearGradient id="iusd_svg__paint0_linear_8768_51463" x1="15.1143" x2="17.3875" y1="24.8494" y2="28.5431" gradientUnits="userSpaceOnUse">
8
+ <stop offset="0.0726915" stop-color="white"/>
9
+ <stop offset="1" stop-color="#27553D"/>
10
+ </linearGradient>
11
+ <linearGradient id="iusd_svg__paint1_linear_8768_51463" x1="26.041" x2="24.6125" y1="19.276" y2="13.6953" gradientUnits="userSpaceOnUse">
12
+ <stop stop-color="white"/>
13
+ <stop offset="1" stop-color="#27553D"/>
14
+ </linearGradient>
15
+ </defs>
16
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
+ <rect width="42" height="42" fill="white" rx="21"/>
3
+ <path fill="url(#siusd_svg__paint0_linear_8768_51375)" fill-rule="evenodd" d="M8.39597 24.8375C12.4326 28.8741 17.8712 29.98 20.5435 27.3077C23.2159 24.6353 22.1098 19.1967 18.0732 15.1601C14.0367 11.1235 8.59804 10.0176 5.92574 12.6899C3.25343 15.3623 4.35939 20.8009 8.39597 24.8375ZM10.5261 25.3747C14.1275 28.1867 18.286 28.8793 19.8143 26.922C21.3427 24.9645 19.662 21.0982 16.0605 18.2863C12.4591 15.4744 8.30058 14.7816 6.77228 16.7391C5.24396 18.6964 6.92459 22.5628 10.5261 25.3747Z" clip-rule="evenodd"/>
4
+ <path fill="url(#siusd_svg__paint1_linear_8768_51375)" fill-rule="evenodd" d="M33.604 17.4009C29.5675 13.3643 24.1289 12.2583 21.4565 14.9306C18.7842 17.603 19.8901 23.0416 23.9267 27.0782C27.9633 31.1148 33.4019 32.2207 36.0743 29.5484C38.7466 26.8761 37.6406 21.4375 33.604 17.4009ZM31.5149 16.9047C27.9134 14.0927 23.7551 13.4 22.2266 15.3574C20.6984 17.3149 22.379 21.1813 25.9805 23.9932C29.5819 26.8051 33.7404 27.4978 35.2688 25.5403C36.7971 23.583 35.1164 19.7166 31.5149 16.9047Z" clip-rule="evenodd"/>
5
+ <path fill="black" d="M21.9829 8.1665H25.9674L20.1013 33.8339H16.1167L21.9829 8.1665Z"/>
6
+ <defs>
7
+ <linearGradient id="siusd_svg__paint0_linear_8768_51375" x1="15.1143" x2="17.3875" y1="24.8494" y2="28.5431" gradientUnits="userSpaceOnUse">
8
+ <stop offset="0.0726915"/>
9
+ <stop offset="1" stop-color="white"/>
10
+ </linearGradient>
11
+ <linearGradient id="siusd_svg__paint1_linear_8768_51375" x1="26.041" x2="24.6125" y1="19.276" y2="13.6953" gradientUnits="userSpaceOnUse">
12
+ <stop/>
13
+ <stop offset="1" stop-color="white"/>
14
+ </linearGradient>
15
+ </defs>
16
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "homepage": "https://api3dao.github.io/logos/",
@@ -19,20 +19,20 @@
19
19
  "api-provider"
20
20
  ],
21
21
  "devDependencies": {
22
- "@api3/dapi-management": "4.5.0",
23
- "@babel/core": "^7.28.5",
22
+ "@api3/dapi-management": "4.9.0",
23
+ "@babel/core": "^7.29.0",
24
24
  "@babel/preset-react": "^7.28.5",
25
25
  "@changesets/changelog-github": "^0.5.2",
26
26
  "@changesets/cli": "^2.29.8",
27
- "@typescript-eslint/eslint-plugin": "^8.52.0",
28
- "@typescript-eslint/parser": "^8.52.0",
29
- "dotenv": "^17.2.3",
27
+ "@typescript-eslint/eslint-plugin": "^8.55.0",
28
+ "@typescript-eslint/parser": "^8.55.0",
29
+ "dotenv": "^17.3.1",
30
30
  "dropbox": "^10.34.0",
31
31
  "eslint": "^8.57.1",
32
32
  "eslint-config-prettier": "^10.1.8",
33
33
  "node-fetch": "^2.7.0",
34
- "prettier": "^3.7.4",
35
- "rimraf": "^6.1.2",
34
+ "prettier": "^3.8.1",
35
+ "rimraf": "^6.1.3",
36
36
  "svgo": "^4.0.0"
37
37
  },
38
38
  "main": "./dist/cjs/index.js",
@@ -1,12 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#F2B705" d="M11.8783 3.33325C10.1537 3.33371 8.49989 4.01666 7.28044 5.23198C6.06098 6.4473 5.3757 8.09549 5.37524 9.81421C5.37566 10.2236 5.41417 10.6321 5.49029 11.0344L6.33172 10.4611C7.80851 9.4514 10.204 9.4514 11.6808 10.4611L12.5617 11.0635L13.0408 11.3904C14.3716 12.2991 16.5284 12.2991 17.8575 11.3904L18.2491 11.1234C18.4428 10.1815 18.424 9.2085 18.1939 8.27477C17.9639 7.34103 17.5284 6.46997 16.9189 5.72465C16.3094 4.97934 15.5413 4.37841 14.6701 3.96541C13.7989 3.5524 12.8464 3.33763 11.8817 3.33667L11.8783 3.33325Z"/>
3
- <path fill="#53CBC8" d="M15.5341 13.7082C14.6054 13.7259 13.6925 13.4673 12.912 12.9655L11.5537 12.0379C10.8143 11.5858 9.96381 11.3464 9.09636 11.3464C8.22891 11.3464 7.3784 11.5858 6.63905 12.0379L5.76157 12.6369C5.72019 12.6651 5.67364 12.6849 5.62458 12.6952C5.57552 12.7055 5.52491 12.706 5.47563 12.6968C5.42636 12.6876 5.37939 12.6688 5.33741 12.6415C5.29543 12.6142 5.25925 12.5789 5.23095 12.5376C5.20265 12.4964 5.18278 12.45 5.17247 12.4011C5.16216 12.3522 5.16161 12.3018 5.17086 12.2527C5.18011 12.2036 5.19897 12.1568 5.22637 12.1149C5.25377 12.0731 5.28917 12.037 5.33055 12.0088V12.0088L6.20804 11.4098C7.0751 10.8729 8.07556 10.5884 9.09636 10.5884C10.1172 10.5884 11.1176 10.8729 11.9847 11.4098L13.343 12.3374C14.0021 12.7402 14.7601 12.9534 15.5333 12.9534C16.3064 12.9534 17.0645 12.7402 17.7236 12.3374L18.2387 11.9866C18.2801 11.9584 18.3266 11.9386 18.3757 11.9283C18.4248 11.918 18.4754 11.9175 18.5246 11.9267C18.5739 11.9359 18.6209 11.9547 18.6629 11.982C18.7049 12.0093 18.741 12.0446 18.7693 12.0858C18.7976 12.1271 18.8175 12.1735 18.8278 12.2224C18.8381 12.2712 18.8387 12.3217 18.8294 12.3708C18.8202 12.4199 18.8013 12.4667 18.7739 12.5085C18.7465 12.5504 18.7111 12.5864 18.6697 12.6146L18.1546 12.9655C17.3741 13.466 16.4621 13.7245 15.5341 13.7082V13.7082Z"/>
4
- <path fill="#53CBC8" d="M9.06862 16.431V12.7687C9.06547 12.6915 9.06834 12.6143 9.0772 12.5376C9.08898 12.4369 9.13744 12.3439 9.21341 12.2764C9.28937 12.2089 9.38755 12.1715 9.48933 12.1714C9.58782 12.1744 9.68177 12.2134 9.75333 12.2809C9.82488 12.3484 9.86904 12.4398 9.87741 12.5376C9.89306 12.6648 9.89765 12.793 9.89115 12.921V20.2234C9.89321 20.2801 9.88392 20.3367 9.8638 20.3899C9.84369 20.443 9.81316 20.4916 9.774 20.5329C9.73484 20.5741 9.68783 20.6072 9.63571 20.6302C9.58359 20.6531 9.52741 20.6655 9.47044 20.6666C9.41336 20.6635 9.35751 20.6488 9.30629 20.6235C9.25507 20.5982 9.20954 20.5628 9.17246 20.5194C9.13537 20.476 9.1075 20.4256 9.09054 20.3712C9.07357 20.3168 9.06787 20.2595 9.07377 20.2029V17.7676L9.06862 16.431Z"/>
5
- <path fill="#53CBC8" d="M8.29592 14.5866V16.4058C8.29592 16.7173 8.1242 16.9192 7.89238 16.9192C7.66056 16.9192 7.47681 16.7019 7.4751 16.4058V12.764C7.4751 12.4457 7.66227 12.2301 7.9044 12.2506C8.14652 12.2712 8.29077 12.4543 8.29248 12.7743C8.29592 13.3733 8.29592 13.9791 8.29592 14.5866Z"/>
6
- <path fill="#53CBC8" d="M10.6675 14.584V13.3073C10.6675 13.0113 10.8255 12.8196 11.0607 12.8196C11.1201 12.8224 11.1783 12.8371 11.2318 12.8628C11.2854 12.8885 11.3331 12.9248 11.3723 12.9694C11.4114 13.014 11.4411 13.066 11.4596 13.1223C11.478 13.1786 11.4849 13.238 11.4797 13.2971C11.4877 14.1664 11.4877 15.0364 11.4797 15.9069C11.4797 16.203 11.308 16.3827 11.0624 16.3792C10.8169 16.3758 10.6675 16.1944 10.6658 15.8915V14.5857L10.6675 14.584Z"/>
7
- <path fill="#53CBC8" d="M5.88331 14.8472V13.5688C5.88331 13.271 6.04129 13.0793 6.27655 13.0793C6.33592 13.0821 6.39412 13.0968 6.44766 13.1226C6.50119 13.1483 6.54896 13.1846 6.58809 13.2291C6.62722 13.2737 6.65691 13.3257 6.67537 13.382C6.69384 13.4384 6.7007 13.4978 6.69555 13.5568C6.70356 14.4273 6.70356 15.2979 6.69555 16.1684C6.69555 16.4644 6.52382 16.6424 6.27998 16.6407C6.03614 16.639 5.88331 16.4559 5.88159 16.1513V14.8472H5.88331Z"/>
8
- <path fill="#53CBC8" d="M13.0647 14.1651C13.0647 13.943 12.884 13.7629 12.6611 13.7629C12.4382 13.7629 12.2576 13.943 12.2576 14.1651V14.8599C12.2576 15.082 12.4382 15.2621 12.6611 15.2621C12.884 15.2621 13.0647 15.082 13.0647 14.8599V14.1651Z"/>
9
- <path fill="#53CBC8" d="M14.6618 14.774C14.6618 14.5519 14.4811 14.3718 14.2583 14.3718C14.0354 14.3718 13.8547 14.5519 13.8547 14.774V18.6742C13.8547 18.8963 14.0354 19.0764 14.2583 19.0764C14.4811 19.0764 14.6618 18.8963 14.6618 18.6742V14.774Z"/>
10
- <path fill="#53CBC8" d="M16.2482 14.9246C16.2482 14.7025 16.0676 14.5225 15.8447 14.5225C15.6218 14.5225 15.4412 14.7025 15.4412 14.9246V18.2396C15.4412 18.4617 15.6218 18.6417 15.8447 18.6417C16.0676 18.6417 16.2482 18.4617 16.2482 18.2396V14.9246Z"/>
11
- <path fill="#53CBC8" d="M17.8574 14.546C17.8574 14.3239 17.6767 14.1438 17.4538 14.1438C17.231 14.1438 17.0503 14.3239 17.0503 14.546V15.975C17.0503 16.1971 17.231 16.3771 17.4538 16.3771C17.6767 16.3771 17.8574 16.1971 17.8574 15.975V14.546Z"/>
12
- </svg>
@@ -1,11 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#8E9BB2" fill-rule="evenodd" d="M4.46729 3.06474V16.0946C4.46744 16.338 4.5224 16.5782 4.62812 16.7975C4.73383 17.0169 4.8876 17.2097 5.07805 17.3619L11.2366 22.2928C11.4533 22.4658 11.7226 22.5601 12.0001 22.5601C12.2776 22.5601 12.5469 22.4658 12.7636 22.2928L18.9221 17.3619C19.1126 17.2097 19.2664 17.0169 19.372 16.7975C19.4778 16.5782 19.5327 16.338 19.5329 16.0946V3.06474C19.5329 2.63385 19.3613 2.2206 19.0559 1.91592C18.7504 1.61123 18.3362 1.44006 17.9042 1.44006H6.096C5.66404 1.44006 5.24977 1.61123 4.94432 1.91592C4.63888 2.2206 4.46729 2.63385 4.46729 3.06474Z" clip-rule="evenodd"/>
3
- <path fill="url(#Chain2021_svg__paint0_linear_6271_43946)" d="M16.3292 9.01003V6.16333C16.3292 5.78584 16.182 5.42381 15.9202 5.15688C15.6583 4.88995 15.3032 4.73999 14.9329 4.73999H8.99849C8.62816 4.73999 8.27301 4.88995 8.01115 5.15688C7.74929 5.42381 7.60217 5.78584 7.60217 6.16333V14.4232C7.60231 14.6363 7.64943 14.8468 7.74006 15.0389C7.83068 15.2311 7.96251 15.4001 8.12579 15.5334L10.2866 17.3018C10.3122 17.3231 10.3433 17.3364 10.3761 17.3404C10.4089 17.3443 10.4421 17.3387 10.4719 17.3241C10.5017 17.3096 10.5268 17.2867 10.5444 17.2582C10.5619 17.2297 10.5712 17.1967 10.5711 17.1631V11.323C10.5711 11.2757 10.5895 11.2305 10.6222 11.1971C10.6549 11.1638 10.6993 11.145 10.7456 11.145H12.3165C12.5942 11.145 12.8606 11.2575 13.057 11.4577C13.2534 11.6578 13.3637 11.9294 13.3637 12.2125V17.1631C13.3638 17.1966 13.3731 17.2294 13.3906 17.2577C13.4081 17.2861 13.4331 17.3089 13.4628 17.3234C13.4924 17.3379 13.5254 17.3436 13.5581 17.3397C13.5907 17.3359 13.6217 17.3228 13.6474 17.3018L15.8081 15.5334C15.9715 15.4001 16.1033 15.2311 16.1939 15.0389C16.2845 14.8468 16.3316 14.6363 16.3318 14.4232V11.8567C16.3318 11.4792 16.1846 11.1172 15.9228 10.8502C15.6609 10.5833 15.3058 10.4333 14.9355 10.4333C15.3053 10.4326 15.6598 10.2824 15.9211 10.0155C16.1824 9.74867 16.3292 9.38702 16.3292 9.01003ZM12.3147 9.7217H10.7439C10.6976 9.7217 10.6532 9.70291 10.6205 9.66954C10.5877 9.63617 10.5693 9.59097 10.5693 9.54373V6.34125C10.5693 6.29406 10.5877 6.2488 10.6205 6.21544C10.6532 6.18207 10.6976 6.16333 10.7439 6.16333H13.1874C13.2338 6.16333 13.2781 6.18207 13.3108 6.21544C13.3436 6.2488 13.3619 6.29406 13.3619 6.34125V8.65416C13.3619 8.93731 13.2516 9.20884 13.0553 9.40899C12.8589 9.60921 12.5925 9.7217 12.3147 9.7217Z"/>
4
- <defs>
5
- <linearGradient id="Chain2021_svg__paint0_linear_6271_43946" x1="11.967" x2="11.967" y1="4.73999" y2="17.3416" gradientUnits="userSpaceOnUse">
6
- <stop stop-color="white"/>
7
- <stop offset="0.458333" stop-color="white"/>
8
- <stop offset="1" stop-color="white"/>
9
- </linearGradient>
10
- </defs>
11
- </svg>
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#F47226" d="M16.7458 15.0664V13.9061C17.46 13.6611 17.9801 12.9004 17.9801 12C17.9801 11.0997 17.46 10.3368 16.7458 10.094V8.93364C17.4184 8.70371 17.92 8.01392 17.9755 7.18018H17.1572V7.53474C17.1572 7.80764 16.9908 8.04831 16.7458 8.16864V8.00318C16.7458 7.76036 16.5331 7.56267 16.272 7.56267H16.2304C15.9692 7.56267 15.7565 7.76036 15.7565 8.00318V8.16864C15.5115 8.04831 15.345 7.80979 15.345 7.53474V7.18018H14.5268C14.5823 8.01392 15.0839 8.70371 15.7565 8.93364V10.094C15.0446 10.3368 14.5222 11.0975 14.5222 12C14.5222 12.9025 15.0422 13.6632 15.7565 13.9061V15.0664C15.0839 15.2964 14.5823 15.9862 14.5268 16.8199H15.345V16.4653C15.345 16.1924 15.5115 15.9517 15.7565 15.8314V15.9969C15.7565 16.2397 15.9692 16.4374 16.2304 16.4374H16.272C16.5331 16.4374 16.7458 16.2397 16.7458 15.9969V15.8314C16.9908 15.9517 17.1572 16.1903 17.1572 16.4653V16.8199H17.9755C17.92 15.9862 17.4184 15.2964 16.7458 15.0664ZM15.345 12.5072V11.4908C15.345 11.2179 15.5115 10.9772 15.7565 10.8568V11.0223C15.7565 11.2651 15.9692 11.4628 16.2304 11.4628H16.272C16.5331 11.4628 16.7458 11.2651 16.7458 11.0223V10.8568C16.9908 10.9772 17.1572 11.2157 17.1572 11.4908V12.5072C17.1572 12.7801 16.9908 13.0207 16.7458 13.1411V12.9756C16.7458 12.7328 16.5331 12.5351 16.272 12.5351H16.2304C15.9692 12.5351 15.7565 12.7328 15.7565 12.9756V13.1411C15.5138 13.0207 15.345 12.7822 15.345 12.5072Z"/>
3
- <path fill="#F47226" d="M21.7659 12.6168V11.3812C22.4801 11.1362 23.0003 10.3755 23.0003 9.47514C23.0003 8.57478 22.4801 7.81194 21.7659 7.56912V7.18018H20.7789V7.56912C20.0647 7.81408 19.5447 8.57478 19.5447 9.47514C19.5447 10.3755 20.0647 11.1383 20.7789 11.3812V12.6168C20.0647 12.8617 19.5447 13.6224 19.5447 14.5228C19.5447 15.4231 20.0647 16.186 20.7789 16.4288V16.8177H21.7659V16.4288C22.4801 16.1838 23.0003 15.4231 23.0003 14.5228C23.0003 13.6224 22.4801 12.8617 21.7659 12.6168ZM20.3652 9.98226V8.96586C20.3652 8.69296 20.5316 8.45229 20.7766 8.33195V8.49742C20.7766 8.74024 20.9893 8.93793 21.2505 8.93793H21.2898C21.551 8.93793 21.7636 8.74024 21.7636 8.49742V8.33195C22.0087 8.45229 22.175 8.69081 22.175 8.96586V9.98226C22.175 10.2552 22.0087 10.4958 21.7636 10.6162V10.4507C21.7636 10.2079 21.551 10.0102 21.2898 10.0102H21.2482C20.987 10.0102 20.7743 10.2079 20.7743 10.4507V10.6162C20.534 10.4958 20.3652 10.2573 20.3652 9.98226ZM22.1774 15.032C22.1774 15.305 22.011 15.5456 21.7659 15.6659V15.4231C21.7659 15.1803 21.5533 14.9826 21.2921 14.9826H21.2528C20.9916 14.9826 20.7789 15.1803 20.7789 15.4231V15.6659C20.534 15.5456 20.3675 15.3071 20.3675 15.032V14.0156C20.3675 13.7427 20.534 13.5021 20.7789 13.3817V13.4698C20.7789 13.7127 20.9916 13.9104 21.2528 13.9104H21.2944C21.5556 13.9104 21.7682 13.7127 21.7682 13.4698V13.3817C22.0133 13.5021 22.1797 13.7406 22.1797 14.0156V15.032H22.1774Z"/>
4
- <path fill="#F47226" d="M11.0891 11.0153C11.0799 10.9659 11.0683 10.9186 11.0498 10.8735C11.0568 10.8627 12.5915 8.87503 11.1701 7.64589C9.75083 6.41675 8.09351 8.0198 8.08427 8.02839C7.82076 7.95103 7.55495 7.90375 7.29145 7.88226C7.29145 7.88226 7.29145 7.88226 7.28914 7.88226C6.74826 7.79846 5.99011 7.88226 5.99011 7.88226C5.72893 7.90375 5.46543 7.95103 5.20423 8.02624C5.19498 8.01764 3.53769 6.4146 2.11849 7.64374C0.699271 8.87288 2.23174 10.8627 2.23868 10.8713C2.2225 10.9186 2.20863 10.9659 2.19938 11.0131C2.04683 11.8641 0.999756 12.1262 0.999756 13.6089C0.999756 15.1196 2.09306 16.31 4.3259 16.31H5.24121C5.24584 16.3143 5.59949 16.7828 6.3299 16.8107C6.3299 16.8107 6.49863 16.8279 6.88694 16.815C7.66127 16.815 8.03804 16.3186 8.04035 16.3121H8.95567C11.1885 16.3121 12.2818 15.1217 12.2818 13.6111C12.2887 12.1305 11.2416 11.8662 11.0891 11.0153Z"/>
5
- </svg>