@api3/logos 1.0.41 → 1.0.43

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.
@@ -25,6 +25,7 @@ const Chain81457light = require('../logos/chain/Chain81457Light.svg');
25
25
  const Chain82light = require('../logos/chain/Chain82Light.svg');
26
26
  const Chain994873017light = require('../logos/chain/Chain994873017Light.svg');
27
27
  const Chain999light = require('../logos/chain/Chain999Light.svg');
28
+ const Chain202601 = require('../logos/chain/Chain202601.svg');
28
29
  const Chain33139 = require('../logos/chain/Chain33139.svg');
29
30
  const Chain33111 = require('../logos/chain/Chain33111.svg');
30
31
  const Chain42161 = require('../logos/chain/Chain42161.svg');
@@ -33,11 +34,8 @@ const Chain43114 = require('../logos/chain/Chain43114.svg');
33
34
  const Chain43113 = require('../logos/chain/Chain43113.svg');
34
35
  const Chain8453 = require('../logos/chain/Chain8453.svg');
35
36
  const Chain84532 = require('../logos/chain/Chain84532.svg');
36
- const Chain80094 = require('../logos/chain/Chain80094.svg');
37
37
  const Chain200901 = require('../logos/chain/Chain200901.svg');
38
- const Chain200810 = require('../logos/chain/Chain200810.svg');
39
38
  const Chain81457 = require('../logos/chain/Chain81457.svg');
40
- const Chain168587773 = require('../logos/chain/Chain168587773.svg');
41
39
  const Chain60808 = require('../logos/chain/Chain60808.svg');
42
40
  const Chain808813 = require('../logos/chain/Chain808813.svg');
43
41
  const Chain56 = require('../logos/chain/Chain56.svg');
@@ -67,7 +65,6 @@ const Chain34443 = require('../logos/chain/Chain34443.svg');
67
65
  const Chain919 = require('../logos/chain/Chain919.svg');
68
66
  const Chain1284 = require('../logos/chain/Chain1284.svg');
69
67
  const Chain1287 = require('../logos/chain/Chain1287.svg');
70
- const Chain1285 = require('../logos/chain/Chain1285.svg');
71
68
  const Chain10 = require('../logos/chain/Chain10.svg');
72
69
  const Chain11155420 = require('../logos/chain/Chain11155420.svg');
73
70
  const Chain137 = require('../logos/chain/Chain137.svg');
@@ -156,6 +153,8 @@ function ChainLogo(id, light = false) {
156
153
  return Chain994873017light;
157
154
  case "999light":
158
155
  return Chain999light;
156
+ case "202601":
157
+ return Chain202601;
159
158
  case "33139":
160
159
  return Chain33139;
161
160
  case "33111":
@@ -172,16 +171,10 @@ function ChainLogo(id, light = false) {
172
171
  return Chain8453;
173
172
  case "84532":
174
173
  return Chain84532;
175
- case "80094":
176
- return Chain80094;
177
174
  case "200901":
178
175
  return Chain200901;
179
- case "200810":
180
- return Chain200810;
181
176
  case "81457":
182
177
  return Chain81457;
183
- case "168587773":
184
- return Chain168587773;
185
178
  case "60808":
186
179
  return Chain60808;
187
180
  case "808813":
@@ -240,8 +233,6 @@ function ChainLogo(id, light = false) {
240
233
  return Chain1284;
241
234
  case "1287":
242
235
  return Chain1287;
243
- case "1285":
244
- return Chain1285;
245
236
  case "10":
246
237
  return Chain10;
247
238
  case "11155420":
@@ -1 +1 @@
1
- []
1
+ ["202601"]
@@ -2,7 +2,6 @@ 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 SymbolEigen = require('../logos/symbol/Eigen.svg');
6
5
  const SymbolAave = require('../logos/symbol/Aave.svg');
7
6
  const SymbolUsd = require('../logos/symbol/Usd.svg');
8
7
  const SymbolAero = require('../logos/symbol/Aero.svg');
@@ -47,6 +46,7 @@ const SymbolDot = require('../logos/symbol/Dot.svg');
47
46
  const SymbolDym = require('../logos/symbol/Dym.svg');
48
47
  const SymbolEbtc = require('../logos/symbol/Ebtc.svg');
49
48
  const SymbolWbtc = require('../logos/symbol/Wbtc.svg');
49
+ const SymbolEigen = require('../logos/symbol/Eigen.svg');
50
50
  const SymbolEna = require('../logos/symbol/Ena.svg');
51
51
  const SymbolEthfi = require('../logos/symbol/Ethfi.svg');
52
52
  const SymbolEthx = require('../logos/symbol/Ethx.svg');
@@ -181,8 +181,6 @@ function SymbolLogo(id, light = false) {
181
181
  return SymbolMaticxLight;
182
182
  case "slight":
183
183
  return SymbolSlight;
184
- case "eigen":
185
- return SymbolEigen;
186
184
  case "aave":
187
185
  return SymbolAave;
188
186
  case "usd":
@@ -271,6 +269,8 @@ function SymbolLogo(id, light = false) {
271
269
  return SymbolEbtc;
272
270
  case "wbtc":
273
271
  return SymbolWbtc;
272
+ case "eigen":
273
+ return SymbolEigen;
274
274
  case "ena":
275
275
  return SymbolEna;
276
276
  case "ethfi":
@@ -1 +1 @@
1
- ["EIGEN"]
1
+ []
@@ -25,6 +25,7 @@ import Chain81457light from '../logos/chain/Chain81457Light.svg';
25
25
  import Chain82light from '../logos/chain/Chain82Light.svg';
26
26
  import Chain994873017light from '../logos/chain/Chain994873017Light.svg';
27
27
  import Chain999light from '../logos/chain/Chain999Light.svg';
28
+ import Chain202601 from '../logos/chain/Chain202601.svg';
28
29
  import Chain33139 from '../logos/chain/Chain33139.svg';
29
30
  import Chain33111 from '../logos/chain/Chain33111.svg';
30
31
  import Chain42161 from '../logos/chain/Chain42161.svg';
@@ -33,11 +34,8 @@ import Chain43114 from '../logos/chain/Chain43114.svg';
33
34
  import Chain43113 from '../logos/chain/Chain43113.svg';
34
35
  import Chain8453 from '../logos/chain/Chain8453.svg';
35
36
  import Chain84532 from '../logos/chain/Chain84532.svg';
36
- import Chain80094 from '../logos/chain/Chain80094.svg';
37
37
  import Chain200901 from '../logos/chain/Chain200901.svg';
38
- import Chain200810 from '../logos/chain/Chain200810.svg';
39
38
  import Chain81457 from '../logos/chain/Chain81457.svg';
40
- import Chain168587773 from '../logos/chain/Chain168587773.svg';
41
39
  import Chain60808 from '../logos/chain/Chain60808.svg';
42
40
  import Chain808813 from '../logos/chain/Chain808813.svg';
43
41
  import Chain56 from '../logos/chain/Chain56.svg';
@@ -67,7 +65,6 @@ import Chain34443 from '../logos/chain/Chain34443.svg';
67
65
  import Chain919 from '../logos/chain/Chain919.svg';
68
66
  import Chain1284 from '../logos/chain/Chain1284.svg';
69
67
  import Chain1287 from '../logos/chain/Chain1287.svg';
70
- import Chain1285 from '../logos/chain/Chain1285.svg';
71
68
  import Chain10 from '../logos/chain/Chain10.svg';
72
69
  import Chain11155420 from '../logos/chain/Chain11155420.svg';
73
70
  import Chain137 from '../logos/chain/Chain137.svg';
@@ -156,6 +153,8 @@ function ChainLogo(id, light = false) {
156
153
  return Chain994873017light;
157
154
  case "999light":
158
155
  return Chain999light;
156
+ case "202601":
157
+ return Chain202601;
159
158
  case "33139":
160
159
  return Chain33139;
161
160
  case "33111":
@@ -172,16 +171,10 @@ function ChainLogo(id, light = false) {
172
171
  return Chain8453;
173
172
  case "84532":
174
173
  return Chain84532;
175
- case "80094":
176
- return Chain80094;
177
174
  case "200901":
178
175
  return Chain200901;
179
- case "200810":
180
- return Chain200810;
181
176
  case "81457":
182
177
  return Chain81457;
183
- case "168587773":
184
- return Chain168587773;
185
178
  case "60808":
186
179
  return Chain60808;
187
180
  case "808813":
@@ -240,8 +233,6 @@ function ChainLogo(id, light = false) {
240
233
  return Chain1284;
241
234
  case "1287":
242
235
  return Chain1287;
243
- case "1285":
244
- return Chain1285;
245
236
  case "10":
246
237
  return Chain10;
247
238
  case "11155420":
@@ -1 +1 @@
1
- []
1
+ ["202601"]
@@ -2,7 +2,6 @@ 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 SymbolEigen from '../logos/symbol/Eigen.svg';
6
5
  import SymbolAave from '../logos/symbol/Aave.svg';
7
6
  import SymbolUsd from '../logos/symbol/Usd.svg';
8
7
  import SymbolAero from '../logos/symbol/Aero.svg';
@@ -47,6 +46,7 @@ import SymbolDot from '../logos/symbol/Dot.svg';
47
46
  import SymbolDym from '../logos/symbol/Dym.svg';
48
47
  import SymbolEbtc from '../logos/symbol/Ebtc.svg';
49
48
  import SymbolWbtc from '../logos/symbol/Wbtc.svg';
49
+ import SymbolEigen from '../logos/symbol/Eigen.svg';
50
50
  import SymbolEna from '../logos/symbol/Ena.svg';
51
51
  import SymbolEthfi from '../logos/symbol/Ethfi.svg';
52
52
  import SymbolEthx from '../logos/symbol/Ethx.svg';
@@ -181,8 +181,6 @@ function SymbolLogo(id, light = false) {
181
181
  return SymbolMaticxLight;
182
182
  case "slight":
183
183
  return SymbolSlight;
184
- case "eigen":
185
- return SymbolEigen;
186
184
  case "aave":
187
185
  return SymbolAave;
188
186
  case "usd":
@@ -271,6 +269,8 @@ function SymbolLogo(id, light = false) {
271
269
  return SymbolEbtc;
272
270
  case "wbtc":
273
271
  return SymbolWbtc;
272
+ case "eigen":
273
+ return SymbolEigen;
274
274
  case "ena":
275
275
  return SymbolEna;
276
276
  case "ethfi":
@@ -1 +1 @@
1
- ["EIGEN"]
1
+ []
@@ -1,9 +1,9 @@
1
1
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
2
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
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
4
  export { default as SymbolLogo } from './SymbolLogo.js';
8
5
  export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
9
6
  export { default as SymbolLogoExtended } from './SymbolLogoExtended.json';
7
+ export { default as ChainLogo } from './ChainLogo.js';
8
+ export { default as ChainLogoMissing } from './ChainLogoMissing.json';
9
+ export { default as ChainLogoExtended } from './ChainLogoExtended.json';
package/dist/esm/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
2
  export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
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
4
  export { default as SymbolLogo } from './SymbolLogo.js';
8
5
  export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
9
6
  export { default as SymbolLogoExtended } from './SymbolLogoExtended.json';
7
+ export { default as ChainLogo } from './ChainLogo.js';
8
+ export { default as ChainLogoMissing } from './ChainLogoMissing.json';
9
+ export { default as ChainLogoExtended } from './ChainLogoExtended.json';
@@ -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>
@@ -1,12 +1,6 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
- <rect width="42" height="42" fill="url(#ondo_svg__paint0_linear_3666_105998)" rx="21"/>
2
+ <rect width="42" height="42" fill="white" rx="21"/>
3
3
  <path fill="#06070A" d="M21 34.7813H21.9773C24.1902 34.6266 26.2595 33.9508 28.0632 32.8757H21C14.4412 32.8757 9.12431 27.5588 9.12431 21C9.12431 14.4412 14.4412 9.12431 21 9.12431C27.5588 9.12431 32.8757 14.4412 32.8757 21C32.8757 21.6848 32.8178 22.3556 32.7069 23.0076H34.6359C34.7317 22.3519 34.7813 21.6815 34.7813 21C34.7813 13.3888 28.6112 7.21875 21 7.21875C13.3888 7.21875 7.21875 13.3888 7.21875 21C7.21875 28.6112 13.3888 34.7813 21 34.7813Z"/>
4
4
  <path fill="#06070A" d="M21 30.834H30.7033C31.2957 30.2494 31.8356 29.6116 32.3152 28.9285H21C16.6212 28.9285 13.0715 25.3788 13.0715 21C13.0715 16.6212 16.6212 13.0715 21 13.0715C25.3788 13.0715 28.9285 16.6212 28.9285 21C28.9285 21.6945 28.8394 22.3671 28.6723 23.0076H30.6287C30.7633 22.359 30.834 21.6875 30.834 21C30.834 15.5688 26.4312 11.166 21 11.166C15.5688 11.166 11.166 15.5688 11.166 21C11.166 26.4312 15.5688 30.834 21 30.834Z"/>
5
5
  <path fill="#06070A" d="M33.5019 26.8868H21C17.7488 26.8868 15.1132 24.2512 15.1132 21C15.1132 17.7488 17.7488 15.1132 21 15.1132C24.2512 15.1132 26.8868 17.7488 26.8868 21C26.8868 21.7045 26.7627 22.3807 26.5353 23.0076H24.4389C24.7838 22.4186 24.9812 21.7333 24.9812 21C24.9812 18.8012 23.1988 17.0188 21 17.0188C18.8012 17.0188 17.0188 18.8012 17.0188 21C17.0188 23.1988 18.8012 24.9812 21 24.9812H34.233C34.0356 25.6384 33.7906 26.2749 33.5019 26.8868Z"/>
6
- <defs>
7
- <linearGradient id="ondo_svg__paint0_linear_3666_105998" x1="21" x2="21" y1="0" y2="42" gradientUnits="userSpaceOnUse">
8
- <stop stop-color="white"/>
9
- <stop offset="1" stop-color="#D3D3D3"/>
10
- </linearGradient>
11
- </defs>
12
6
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "homepage": "https://api3dao.github.io/logos/",
@@ -19,19 +19,19 @@
19
19
  "api-provider"
20
20
  ],
21
21
  "devDependencies": {
22
- "@api3/dapi-management": "4.3.0",
23
- "@babel/core": "^7.28.5",
22
+ "@api3/dapi-management": "4.7.0",
23
+ "@babel/core": "^7.28.6",
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",
27
+ "@typescript-eslint/eslint-plugin": "^8.53.0",
28
+ "@typescript-eslint/parser": "^8.53.0",
29
29
  "dotenv": "^17.2.3",
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",
34
+ "prettier": "^3.8.0",
35
35
  "rimraf": "^6.1.2",
36
36
  "svgo": "^4.0.0"
37
37
  },
@@ -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,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#8E9BB2" d="M19.2729 10.6208L16.6993 11.9032L16.6818 11.9384L18.4297 13.2208L17.4986 16.1018L14.8901 17.3929L14.8899 17.3933H4.91172L7.59073 8.98739L9.37381 10.3225L7.7664 15.3292H15.5615L16.4534 12.5883H10.8846L11.4204 10.9195H16.9892L17.727 8.63571H3.84009L6.5718 6.60669H18.3858L20.1601 7.89788L19.2729 10.6208Z"/>
3
- </svg>
@@ -1,6 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#8E9BB2" d="M6.93374 6.84376C6.93374 5.74035 6.93374 4.64856 6.93374 3.54515C6.93374 3.429 6.94535 3.37093 7.08473 3.40577C7.77 3.55676 8.43205 3.76583 9.0941 3.98651C9.21024 4.02136 9.24509 4.07943 9.24509 4.19558C9.24509 5.20607 9.24509 6.22818 9.24509 7.23867C9.24509 7.38966 9.27993 7.44774 9.43093 7.4942C10.0581 7.70326 10.6737 7.93556 11.2893 8.15624C11.3474 8.17947 11.4054 8.2027 11.4868 8.22593C11.4868 7.92395 11.4868 7.63357 11.4868 7.3432C11.4868 6.58824 11.4868 5.83327 11.4868 5.06669C11.4868 4.89247 11.5332 4.88086 11.6842 4.92732C12.0675 5.04346 12.474 5.148 12.8573 5.26415C12.9967 5.31061 13.0315 5.27576 13.0315 5.12477C13.0199 4.6834 13.0315 4.23043 13.0315 3.78906C13.0315 3.68453 13.0431 3.63807 13.1709 3.67291C13.6239 3.78906 14.0769 3.90521 14.5298 4.00974C14.6576 4.03297 14.6692 4.10266 14.6692 4.2072C14.6692 4.64856 14.6692 5.10154 14.6692 5.5429C14.6692 5.64744 14.6925 5.70551 14.8086 5.71713C15.1919 5.78681 15.5868 5.8565 15.9701 5.92619C16.0978 5.94942 16.1559 5.91458 16.1443 5.7752C16.1327 5.34545 16.1443 4.90409 16.1443 4.47434C16.1443 4.35819 16.1675 4.31173 16.2953 4.33496C16.725 4.40465 17.1664 4.45111 17.6078 4.46272C17.7355 4.46272 17.7239 4.54403 17.7239 4.63695C17.7239 5.07831 17.7239 5.51967 17.7239 5.96104C17.7239 6.07719 17.7472 6.12364 17.8749 6.13526C18.4673 6.20495 19.0596 6.29787 19.6288 6.50694C20.5347 6.84377 21.1619 7.42451 21.2897 8.42338C21.4755 9.81716 21.0922 11.0483 20.0701 12.0472C20.0469 12.0704 20.0121 12.0937 19.9424 12.1401C20.1282 12.2098 20.2676 12.2563 20.407 12.3027C21.2432 12.6396 21.6846 13.29 21.8007 14.1611C21.9517 15.4271 21.673 16.577 20.8715 17.5759C20.1514 18.4818 19.1758 18.958 18.0375 19.0858C18.0143 19.0858 17.9911 19.0974 17.9562 19.0858C17.7588 19.0742 17.7007 19.1671 17.7123 19.3646C17.7239 19.7595 17.7123 20.166 17.7239 20.5725C17.7239 20.7003 17.7007 20.7583 17.5613 20.7583C17.1316 20.7583 16.7134 20.7583 16.2837 20.7235C16.1792 20.7119 16.1443 20.6887 16.1443 20.5725C16.1559 20.1311 16.1443 19.6898 16.1443 19.2484C16.1443 19.1207 16.1211 19.0626 15.9817 19.051C15.5868 19.0161 15.1919 18.9697 14.8086 18.9232C14.6925 18.9116 14.6692 18.9348 14.6692 19.051C14.6692 19.4807 14.6692 19.9105 14.6692 20.3286C14.6692 20.5028 14.6576 20.5725 14.4485 20.526C14.0304 20.4447 13.6123 20.3751 13.1825 20.317C13.0664 20.2938 13.0199 20.2589 13.0199 20.1311C13.0315 19.6898 13.0199 19.2368 13.0315 18.7954C13.0315 18.6677 13.0083 18.6096 12.8805 18.5864C11.6842 18.4121 10.546 17.9824 9.38447 17.6456C9.30316 17.6223 9.23347 17.5991 9.23347 17.483C9.24509 16.3912 9.24509 15.311 9.24509 14.2192C9.2567 14.2192 9.26832 14.2192 9.27993 14.2192C9.66322 14.3005 10.0233 14.4399 10.3833 14.556C10.7434 14.6722 11.1035 14.7999 11.4868 14.9161C11.4868 13.8127 11.4868 12.7325 11.4868 11.6639C11.4868 11.5942 11.4519 11.5594 11.3938 11.5362C10.6853 11.3039 9.98844 11.0251 9.26832 10.816C9.2567 10.7928 9.24509 10.7812 9.23347 10.758C9.23347 9.80555 9.23347 8.86475 9.23347 7.91233C9.23347 7.74972 9.29155 7.52904 9.21024 7.42451C9.12894 7.30836 8.90826 7.28513 8.74565 7.23867C8.14168 7.11091 7.54932 6.92507 6.93374 6.84376ZM17.0967 16.4725C17.2245 16.4725 17.3523 16.4725 17.48 16.4725C18.3395 16.4376 18.8506 15.9033 18.839 15.0787C18.8273 14.4515 18.5254 14.0566 17.9098 13.9172C17.7123 13.8707 17.5032 13.8475 17.2942 13.8359C16.4579 13.8127 15.6333 13.7081 14.8086 13.5804C14.6925 13.5571 14.646 13.5688 14.646 13.6965C14.646 14.4863 14.646 15.2878 14.646 16.0776C14.646 16.1705 14.6576 16.2169 14.7738 16.2402C15.552 16.3679 16.3185 16.4376 17.0967 16.4725ZM14.6576 9.70102C14.6576 10.0611 14.6692 10.4211 14.6576 10.7928C14.6576 10.9322 14.7041 10.9786 14.8318 11.0019C15.25 11.06 15.6565 11.1413 16.0746 11.1877C16.4928 11.2342 16.9109 11.3155 17.329 11.2458C17.7704 11.1645 18.1188 10.9554 18.2466 10.4908C18.4324 9.84039 18.2814 9.09704 17.3871 8.85313C17.2942 8.8299 17.2013 8.80667 17.1083 8.78344C16.3301 8.67891 15.5519 8.60922 14.7854 8.44661C14.6576 8.42338 14.646 8.46984 14.646 8.57438C14.6576 8.94605 14.6576 9.31773 14.6576 9.70102Z"/>
3
- <path fill="#8E9BB2" d="M9.23347 10.8044C9.24509 10.8277 9.2567 10.8393 9.26832 10.8625C9.26832 10.8973 9.2567 10.9206 9.2567 10.9554C9.2567 12.0008 9.2567 13.0577 9.2567 14.103C9.2567 14.1495 9.2567 14.2076 9.29155 14.254C9.27993 14.254 9.26832 14.254 9.2567 14.254C8.61789 14.0217 7.95584 13.8707 7.2938 13.7546C6.95696 13.6965 6.95696 13.6965 6.95696 14.045C6.95696 15.0206 6.95696 15.9846 6.95696 16.9603C6.95696 17.1229 6.91051 17.1461 6.75951 17.1229C6.10908 17.0416 5.45865 17.03 4.80822 17.1345C4.634 17.1577 4.58754 17.1229 4.58754 16.9371C4.59915 15.9266 4.58754 14.9045 4.59915 13.894C4.59915 13.7314 4.57592 13.6733 4.39008 13.7081C3.93711 13.7778 3.47251 13.8011 3.03115 13.9056C2.77562 13.9637 2.53171 14.045 2.29941 14.1727C2.20649 14.2192 2.17165 14.2076 2.17165 14.103C2.17165 12.9996 2.17165 11.9078 2.17165 10.8044C2.17165 10.6883 2.25295 10.665 2.32264 10.6302C2.84531 10.3747 3.41444 10.2934 3.99518 10.2469C4.19263 10.2353 4.39008 10.2121 4.59915 10.2005C4.59915 10.2701 4.61077 10.3398 4.61077 10.4095C4.61077 11.42 4.61077 12.4421 4.61077 13.4526C4.61077 13.6384 4.65723 13.6849 4.83145 13.6617C5.47026 13.5804 6.10908 13.592 6.7479 13.6849C6.93373 13.7081 6.95696 13.6617 6.95696 13.4991C6.94535 12.4305 6.95696 11.3503 6.95696 10.2818C7.31702 10.3166 7.67709 10.4095 8.03715 10.4908C8.42044 10.5721 8.82695 10.6883 9.23347 10.8044Z"/>
4
- <path fill="#8E9BB2" d="M4.57592 6.72762C3.99518 6.78569 3.41444 6.78569 2.84531 6.92507C2.67109 6.97153 2.49686 7.0296 2.33426 7.11091C2.20649 7.16898 2.16003 7.15737 2.16003 7.00637C2.17165 6.41402 2.16003 5.83327 2.16003 5.24092C2.16003 4.77632 2.17165 4.31173 2.16003 3.84714C2.16003 3.69614 2.20649 3.63807 2.34587 3.57999C2.88015 3.3477 3.43767 3.26639 4.00679 3.25478C4.14617 3.25478 4.29717 3.25478 4.43654 3.24316C4.57592 3.23155 4.61077 3.27801 4.61077 3.41739C4.59915 4.14912 4.61077 4.89247 4.61077 5.62421C4.61077 5.98427 4.61077 6.34433 4.61077 6.716C4.58754 6.70439 4.58754 6.716 4.57592 6.72762Z"/>
5
- <path fill="#8E9BB2" d="M4.57592 6.72762C4.58754 6.716 4.59915 6.716 4.59915 6.70439C5.27281 6.65793 5.94647 6.66954 6.62013 6.77408C6.72467 6.78569 6.84082 6.79731 6.93374 6.85538C6.93374 7.99364 6.93374 9.13189 6.93374 10.2701C6.42268 10.2005 5.92324 10.1424 5.41219 10.154C5.13343 10.1656 4.85468 10.1772 4.58754 10.1888C4.58754 9.10866 4.58754 8.02848 4.58754 6.93668C4.58754 6.867 4.57592 6.79731 4.57592 6.72762Z"/>
6
- </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>