@api3/logos 1.0.0 → 1.0.2

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,7 @@ const Chain43113 = require('../logos/chain/Chain43113.svg');
33
33
  const Chain8453 = require('../logos/chain/Chain8453.svg');
34
34
  const Chain84532 = require('../logos/chain/Chain84532.svg');
35
35
  const Chain80094 = require('../logos/chain/Chain80094.svg');
36
- const Chain80084 = require('../logos/chain/Chain80084.svg');
36
+ const Chain80069 = require('../logos/chain/Chain80069.svg');
37
37
  const Chain200901 = require('../logos/chain/Chain200901.svg');
38
38
  const Chain200810 = require('../logos/chain/Chain200810.svg');
39
39
  const Chain81457 = require('../logos/chain/Chain81457.svg');
@@ -54,6 +54,8 @@ const Chain252 = require('../logos/chain/Chain252.svg');
54
54
  const Chain2522 = require('../logos/chain/Chain2522.svg');
55
55
  const Chain100 = require('../logos/chain/Chain100.svg');
56
56
  const Chain10200 = require('../logos/chain/Chain10200.svg');
57
+ const Chain999 = require('../logos/chain/Chain999.svg');
58
+ const Chain998 = require('../logos/chain/Chain998.svg');
57
59
  const Chain13473 = require('../logos/chain/Chain13473.svg');
58
60
  const Chain2525 = require('../logos/chain/Chain2525.svg');
59
61
  const Chain2424 = require('../logos/chain/Chain2424.svg');
@@ -96,6 +98,7 @@ const Chain1101 = require('../logos/chain/Chain1101.svg');
96
98
  const Chain2442 = require('../logos/chain/Chain2442.svg');
97
99
  const Chain1380012617 = require('../logos/chain/Chain1380012617.svg');
98
100
  const Chain1918988905 = require('../logos/chain/Chain1918988905.svg');
101
+ const Chain42402 = require('../logos/chain/Chain42402.svg');
99
102
  const Chain2020 = require('../logos/chain/Chain2020.svg');
100
103
  const Chain2021 = require('../logos/chain/Chain2021.svg');
101
104
  const Chain534352 = require('../logos/chain/Chain534352.svg');
@@ -195,8 +198,8 @@ function ChainLogo(id, light = false) {
195
198
  return Chain84532;
196
199
  case "80094":
197
200
  return Chain80094;
198
- case "80084":
199
- return Chain80084;
201
+ case "80069":
202
+ return Chain80069;
200
203
  case "200901":
201
204
  return Chain200901;
202
205
  case "200810":
@@ -237,6 +240,10 @@ function ChainLogo(id, light = false) {
237
240
  return Chain100;
238
241
  case "10200":
239
242
  return Chain10200;
243
+ case "999":
244
+ return Chain999;
245
+ case "998":
246
+ return Chain998;
240
247
  case "13473":
241
248
  return Chain13473;
242
249
  case "2525":
@@ -321,6 +328,8 @@ function ChainLogo(id, light = false) {
321
328
  return Chain1380012617;
322
329
  case "1918988905":
323
330
  return Chain1918988905;
331
+ case "42402":
332
+ return Chain42402;
324
333
  case "2020":
325
334
  return Chain2020;
326
335
  case "2021":
@@ -1,6 +1,6 @@
1
+ export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
+ export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
1
3
  export { default as ChainLogo } from './ChainLogo.js';
2
4
  export { default as ChainLogoMissing } from './ChainLogoMissing.json';
3
5
  export { default as SymbolLogo } from './SymbolLogo.js';
4
6
  export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
5
- export { default as ApiProviderLogo } from './ApiProviderLogo.js';
6
- export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
package/dist/cjs/index.js CHANGED
@@ -1,6 +1,6 @@
1
+ module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
2
+ module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
1
3
  module.exports.ChainLogo = require('./ChainLogo.js');
2
4
  module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
3
5
  module.exports.SymbolLogo = require('./SymbolLogo.js');
4
6
  module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
5
- module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
6
- module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
@@ -33,7 +33,7 @@ import Chain43113 from '../logos/chain/Chain43113.svg';
33
33
  import Chain8453 from '../logos/chain/Chain8453.svg';
34
34
  import Chain84532 from '../logos/chain/Chain84532.svg';
35
35
  import Chain80094 from '../logos/chain/Chain80094.svg';
36
- import Chain80084 from '../logos/chain/Chain80084.svg';
36
+ import Chain80069 from '../logos/chain/Chain80069.svg';
37
37
  import Chain200901 from '../logos/chain/Chain200901.svg';
38
38
  import Chain200810 from '../logos/chain/Chain200810.svg';
39
39
  import Chain81457 from '../logos/chain/Chain81457.svg';
@@ -54,6 +54,8 @@ import Chain252 from '../logos/chain/Chain252.svg';
54
54
  import Chain2522 from '../logos/chain/Chain2522.svg';
55
55
  import Chain100 from '../logos/chain/Chain100.svg';
56
56
  import Chain10200 from '../logos/chain/Chain10200.svg';
57
+ import Chain999 from '../logos/chain/Chain999.svg';
58
+ import Chain998 from '../logos/chain/Chain998.svg';
57
59
  import Chain13473 from '../logos/chain/Chain13473.svg';
58
60
  import Chain2525 from '../logos/chain/Chain2525.svg';
59
61
  import Chain2424 from '../logos/chain/Chain2424.svg';
@@ -96,6 +98,7 @@ import Chain1101 from '../logos/chain/Chain1101.svg';
96
98
  import Chain2442 from '../logos/chain/Chain2442.svg';
97
99
  import Chain1380012617 from '../logos/chain/Chain1380012617.svg';
98
100
  import Chain1918988905 from '../logos/chain/Chain1918988905.svg';
101
+ import Chain42402 from '../logos/chain/Chain42402.svg';
99
102
  import Chain2020 from '../logos/chain/Chain2020.svg';
100
103
  import Chain2021 from '../logos/chain/Chain2021.svg';
101
104
  import Chain534352 from '../logos/chain/Chain534352.svg';
@@ -195,8 +198,8 @@ function ChainLogo(id, light = false) {
195
198
  return Chain84532;
196
199
  case "80094":
197
200
  return Chain80094;
198
- case "80084":
199
- return Chain80084;
201
+ case "80069":
202
+ return Chain80069;
200
203
  case "200901":
201
204
  return Chain200901;
202
205
  case "200810":
@@ -237,6 +240,10 @@ function ChainLogo(id, light = false) {
237
240
  return Chain100;
238
241
  case "10200":
239
242
  return Chain10200;
243
+ case "999":
244
+ return Chain999;
245
+ case "998":
246
+ return Chain998;
240
247
  case "13473":
241
248
  return Chain13473;
242
249
  case "2525":
@@ -321,6 +328,8 @@ function ChainLogo(id, light = false) {
321
328
  return Chain1380012617;
322
329
  case "1918988905":
323
330
  return Chain1918988905;
331
+ case "42402":
332
+ return Chain42402;
324
333
  case "2020":
325
334
  return Chain2020;
326
335
  case "2021":
@@ -0,0 +1,19 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#8E9BB2" d="M4.88966 7.58889C4.8731 6.49588 4.97493 5.9816 5.2361 5.08493C5.69277 4.92745 6.1022 4.88039 6.55886 4.91187C6.3888 5.2481 6.27542 5.589 6.24392 5.91969C6.62185 5.84096 6.86531 5.80928 7.28323 5.84096C7.14492 6.28432 7.08197 6.53834 7.04703 6.97475C6.24392 7.022 5.64553 7.17947 4.88966 7.58889Z"/>
3
+ <path fill="#8E9BB2" d="M19.8912 15.1095C20.1105 16.1805 20.106 16.7047 20.0159 17.6343C19.5964 17.8738 19.2029 17.9961 18.7483 18.05C18.8529 17.688 18.901 17.332 18.8706 17.0012C18.5138 17.1488 18.2805 17.2251 17.8639 17.2716C17.9175 16.8103 17.9322 16.549 17.8855 16.1137C18.6658 15.9181 19.2245 15.6522 19.8912 15.1095Z"/>
4
+ <path fill="#A7B1C3" d="M3.78694 10.4698C3.36307 9.46214 3.26531 8.94707 3.17243 8.01776C3.53715 7.70103 3.89932 7.50435 4.33465 7.36287C4.30258 7.7383 4.32482 8.09687 4.4192 8.41537C4.74032 8.20109 4.9543 8.08072 5.35377 7.95391C5.39118 8.41683 5.42773 8.67597 5.55843 9.09382C4.83118 9.43779 4.335 9.8075 3.78694 10.4698Z"/>
5
+ <path fill="#A7B1C3" d="M20.4373 12.0721C21.041 12.9835 21.2327 13.4714 21.4966 14.3673C21.197 14.7463 20.8777 15.0068 20.4762 15.2267C20.438 14.8518 20.3495 14.5036 20.1976 14.2082C19.9219 14.4784 19.734 14.6364 19.3651 14.8352C19.2423 14.3873 19.1583 14.1395 18.9522 13.7532C19.6029 13.2801 20.0218 12.8247 20.4373 12.0721Z"/>
6
+ <path fill="#636F86" d="M6.97031 5.28176C7.34986 4.25662 7.63065 3.8139 8.19822 3.0722C8.68093 3.0904 9.07969 3.19448 9.49412 3.38886C9.21404 3.64091 8.98513 3.91779 8.83626 4.21476C9.2171 4.27792 9.45556 4.33637 9.83379 4.51693C9.5446 4.88035 9.3941 5.09445 9.20382 5.48874C8.43791 5.24257 7.82305 5.17315 6.97031 5.28176Z"/>
7
+ <path fill="#C4CEDF" d="M18.28 17.7599C18.0975 18.8377 17.9038 19.3249 17.4839 20.1591C17.0062 20.2309 16.595 20.2027 16.1517 20.0887C16.3801 19.789 16.5536 19.4744 16.6447 19.1549C16.2588 19.1636 16.0136 19.1505 15.6084 19.0433C15.8251 18.6325 15.9332 18.3942 16.0469 17.9714C16.8452 18.071 17.4623 18.025 18.28 17.7599Z"/>
8
+ <path fill="#455065" d="M9.7785 3.9112C10.5004 3.09033 10.9213 2.77773 11.717 2.28888C12.1611 2.47896 12.4961 2.7191 12.8132 3.04916C12.4614 3.18402 12.1484 3.36041 11.903 3.58424C12.2358 3.77977 12.4375 3.91983 12.7258 4.22401C12.3255 4.45956 12.1083 4.60546 11.7893 4.9053C11.1626 4.40086 10.6135 4.11559 9.7785 3.9112Z"/>
9
+ <path fill="#636F86" d="M15.779 19.6261C15.2222 20.5668 14.8667 20.9521 14.1755 21.5803C13.7039 21.476 13.3302 21.3023 12.9572 21.0369C13.2779 20.839 13.5526 20.6075 13.7522 20.342C13.3889 20.2117 13.1647 20.1115 12.8249 19.8662C13.1745 19.5604 13.3608 19.3767 13.6186 19.0228C14.3281 19.4021 14.9206 19.5804 15.779 19.6261Z"/>
10
+ <path fill="#636F86" d="M12.8585 3.63392C13.834 3.14056 14.3409 3.007 15.2615 2.84931C15.603 3.19096 15.8245 3.53848 15.9961 3.96285C15.6193 3.95712 15.2632 4.00441 14.9521 4.12085C15.1883 4.42618 15.3234 4.63121 15.4778 5.02083C15.0187 5.09055 14.7627 5.14514 14.355 5.30477C13.961 4.60337 13.5575 4.13429 12.8585 3.63392Z"/>
11
+ <path fill="#8E9BB2" d="M12.7903 20.4746C11.9235 21.1406 11.4501 21.366 10.5749 21.6919C10.1759 21.4196 9.89368 21.1193 9.64624 20.7342C10.0175 20.6698 10.3587 20.5572 10.6427 20.385C10.3539 20.1289 10.1831 19.9525 9.95897 19.5983C10.3972 19.4446 10.6386 19.3434 11.0095 19.1108C11.5269 19.7268 12.0106 20.1128 12.7903 20.4746Z"/>
12
+ <path fill="#8E9BB2" d="M15.7883 4.50834C16.8749 4.38865 17.3965 4.44146 18.3138 4.61681C18.5137 5.05657 18.5992 5.45972 18.611 5.91732C18.2602 5.77976 17.9101 5.69907 17.5779 5.69894C17.692 6.06775 17.7465 6.30713 17.7544 6.72618C17.3 6.63034 17.0412 6.59166 16.6034 6.59808C16.4806 5.80302 16.2673 5.22217 15.7883 4.50834Z"/>
13
+ <path fill="#636F86" d="M9.75175 20.161C8.70632 20.4804 8.18399 20.5254 7.25006 20.5235C6.97197 20.1285 6.81306 19.7482 6.71649 19.3008C7.08673 19.3708 7.4457 19.3851 7.77213 19.3235C7.59155 18.9823 7.49351 18.7572 7.40789 18.3469C7.87223 18.3567 8.13374 18.3466 8.56269 18.259C8.83109 19.0174 9.14853 19.5485 9.75175 20.161Z"/>
14
+ <path fill="#C4CEDF" d="M18.2855 6.42446C19.3431 6.70118 19.8113 6.93699 20.6053 7.42873C20.6347 7.91089 20.5705 8.31797 20.4178 8.74953C20.1394 8.49564 19.8413 8.29512 19.5312 8.17623C19.5058 8.56144 19.4711 8.80449 19.3287 9.19867C18.9386 8.94669 18.7107 8.81802 18.2996 8.6675C18.4691 7.88107 18.4776 7.26236 18.2855 6.42446Z"/>
15
+ <path fill="#8E9BB2" d="M6.94456 18.7409C5.85403 18.6654 5.35015 18.5207 4.47863 18.185C4.36014 17.7167 4.3477 17.3047 4.41749 16.8523C4.73822 17.0501 5.06837 17.1917 5.39523 17.2509C5.34859 16.8677 5.33751 16.6225 5.40424 16.2087C5.83439 16.3838 6.08221 16.4679 6.51414 16.5395C6.49363 17.3437 6.60019 17.9532 6.94456 18.7409Z"/>
16
+ <path fill="#636F86" d="M19.9181 9.01436C20.7974 9.66383 21.1446 10.0566 21.6994 10.8079C21.5478 11.2666 21.337 11.6207 21.0351 11.9648C20.8708 11.6257 20.6684 11.3289 20.4245 11.1033C20.258 11.4516 20.1356 11.6644 19.857 11.9776C19.5883 11.5988 19.4245 11.3947 19.0986 11.1024C19.5479 10.435 19.7854 9.86369 19.9181 9.01436Z"/>
17
+ <path fill="#C4CEDF" d="M4.8588 16.4995C3.87418 16.0246 3.46001 15.7032 2.77536 15.068C2.83916 14.5892 2.9805 14.202 3.21322 13.8079C3.43764 14.1105 3.69162 14.3646 3.97316 14.5409C4.07208 14.1678 4.15283 13.9359 4.36838 13.5765C4.7028 13.8988 4.9017 14.0688 5.27621 14.2956C4.95867 15.0348 4.83137 15.6403 4.8588 16.4995Z"/>
18
+ <path fill="#636F86" d="M3.73178 13.6116C2.99273 12.8062 2.72689 12.3543 2.32584 11.5109C2.56227 11.0896 2.83682 10.7823 3.19887 10.5022C3.29537 10.8664 3.43732 11.1964 3.63365 11.4644C3.86362 11.1543 4.02442 10.9688 4.35766 10.7146C4.5491 11.1378 4.67096 11.3694 4.93501 11.7186C4.3665 12.2878 4.0242 12.8033 3.73178 13.6116Z"/>
19
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <rect width="19.2" height="19.2" x="2.39999" y="2.40039" fill="#8E9BB2" rx="9.6"/>
3
+ <path fill="white" d="M15.129 14.0747V13.3468C15.577 13.1931 15.9033 12.716 15.9033 12.1512C15.9033 11.5865 15.577 11.108 15.129 10.9557V10.2278C15.5509 10.0836 15.8656 9.65091 15.9004 9.12793H15.3871V9.35033C15.3871 9.52151 15.2827 9.67247 15.129 9.74796V9.64417C15.129 9.49186 14.9957 9.36785 14.8318 9.36785H14.8057C14.6419 9.36785 14.5085 9.49186 14.5085 9.64417V9.74796C14.3548 9.67247 14.2504 9.52286 14.2504 9.35033V9.12793H13.7372C13.772 9.65091 14.0866 10.0836 14.5085 10.2278V10.9557C14.0619 11.108 13.7343 11.5851 13.7343 12.1512C13.7343 12.7173 14.0605 13.1945 14.5085 13.3468V14.0747C14.0866 14.2189 13.772 14.6516 13.7372 15.1745H14.2504V14.9521C14.2504 14.7809 14.3548 14.63 14.5085 14.5545V14.6583C14.5085 14.8106 14.6419 14.9346 14.8057 14.9346H14.8318C14.9957 14.9346 15.129 14.8106 15.129 14.6583V14.5545C15.2827 14.63 15.3871 14.7796 15.3871 14.9521V15.1745H15.9004C15.8656 14.6516 15.5509 14.2189 15.129 14.0747ZM14.2504 12.4693V11.8318C14.2504 11.6606 14.3548 11.5096 14.5085 11.4342V11.5379C14.5085 11.6903 14.6419 11.8143 14.8057 11.8143H14.8318C14.9957 11.8143 15.129 11.6903 15.129 11.5379V11.4342C15.2827 11.5096 15.3871 11.6592 15.3871 11.8318V12.4693C15.3871 12.6405 15.2827 12.7915 15.129 12.867V12.7632C15.129 12.6109 14.9957 12.4869 14.8318 12.4869H14.8057C14.6419 12.4869 14.5085 12.6109 14.5085 12.7632V12.867C14.3563 12.7915 14.2504 12.6419 14.2504 12.4693Z"/>
4
+ <path fill="white" d="M18.2776 12.5381V11.763C18.7256 11.6094 19.0518 11.1322 19.0518 10.5675C19.0518 10.0027 18.7256 9.52421 18.2776 9.3719V9.12793H17.6585V9.3719C17.2105 9.52555 16.8843 10.0027 16.8843 10.5675C16.8843 11.1322 17.2105 11.6107 17.6585 11.763V12.5381C17.2105 12.6917 16.8843 13.1689 16.8843 13.7336C16.8843 14.2984 17.2105 14.7769 17.6585 14.9292V15.1732H18.2776V14.9292C18.7256 14.7756 19.0518 14.2984 19.0518 13.7336C19.0518 13.1689 18.7256 12.6917 18.2776 12.5381ZM17.3989 10.8856V10.248C17.3989 10.0768 17.5034 9.92587 17.657 9.85039V9.95418C17.657 10.1065 17.7904 10.2305 17.9543 10.2305H17.9789C18.1427 10.2305 18.2761 10.1065 18.2761 9.95418V9.85039C18.4298 9.92587 18.5342 10.0755 18.5342 10.248V10.8856C18.5342 11.0567 18.4298 11.2077 18.2761 11.2832V11.1794C18.2761 11.0271 18.1427 10.9031 17.9789 10.9031H17.9528C17.789 10.9031 17.6556 11.0271 17.6556 11.1794V11.2832C17.5048 11.2077 17.3989 11.0581 17.3989 10.8856ZM18.5356 14.0531C18.5356 14.2243 18.4313 14.3752 18.2776 14.4507V14.2984C18.2776 14.1461 18.1442 14.0221 17.9804 14.0221H17.9557C17.7919 14.0221 17.6585 14.1461 17.6585 14.2984V14.4507C17.5048 14.3752 17.4004 14.2256 17.4004 14.0531V13.4155C17.4004 13.2444 17.5048 13.0934 17.6585 13.0179V13.0732C17.6585 13.2255 17.7919 13.3495 17.9557 13.3495H17.9818C18.1456 13.3495 18.279 13.2255 18.279 13.0732V13.0179C18.4327 13.0934 18.5371 13.243 18.5371 13.4155V14.0531H18.5356Z"/>
5
+ <path fill="white" d="M11.5786 11.5335C11.5728 11.5025 11.5655 11.4729 11.5539 11.4446C11.5583 11.4378 12.5209 10.191 11.6293 9.42005C10.7391 8.64907 9.69952 9.65459 9.69373 9.65998C9.52844 9.61145 9.36171 9.5818 9.19643 9.56832C9.19643 9.56832 9.19643 9.56832 9.19498 9.56832C8.85571 9.51575 8.38015 9.56832 8.38015 9.56832C8.21632 9.5818 8.05104 9.61145 7.8872 9.65863C7.8814 9.65324 6.84185 8.64772 5.95164 9.41871C5.06143 10.1897 6.02268 11.4378 6.02703 11.4432C6.01689 11.4729 6.00818 11.5025 6.00238 11.5322C5.9067 12.0659 5.24991 12.2304 5.24991 13.1604C5.24991 14.108 5.93569 14.8547 7.33626 14.8547H7.9104C7.9133 14.8574 8.13513 15.1513 8.59329 15.1688C8.59329 15.1688 8.69913 15.1795 8.9427 15.1715C9.4284 15.1715 9.66473 14.8601 9.66618 14.856H10.2403C11.6409 14.856 12.3267 14.1093 12.3267 13.1618C12.331 12.2331 11.6742 12.0673 11.5786 11.5335Z"/>
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#8E9BB2" d="M22.8002 11.899C22.8002 19.04 18.4301 21.3314 16.1275 19.2911C14.2323 17.6275 13.6684 14.112 10.8176 13.751C7.19932 13.2958 6.88605 18.1141 4.50521 18.1141C1.73276 18.1141 1.2002 14.0806 1.2002 12.0089C1.2002 9.89009 1.79541 7.00227 4.1606 7.00227C6.91738 7.00227 7.07401 11.13 10.52 10.9102C13.9503 10.6748 14.013 6.37447 16.2372 4.5382C18.1794 2.95303 22.8002 4.66375 22.8002 11.899Z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#97FCE4" d="M22.8002 11.899C22.8002 19.04 18.4301 21.3314 16.1275 19.2911C14.2323 17.6275 13.6684 14.112 10.8176 13.751C7.19933 13.2958 6.88605 18.1141 4.50521 18.1141C1.73276 18.1141 1.2002 14.0806 1.2002 12.0089C1.2002 9.89009 1.79541 7.00227 4.1606 7.00227C6.91739 7.00227 7.07402 11.13 10.52 10.9102C13.9503 10.6748 14.013 6.37447 16.2372 4.5382C18.1794 2.95303 22.8002 4.66375 22.8002 11.899Z"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -23,7 +23,7 @@
23
23
  "@babel/preset-react": "^7.26.3",
24
24
  "@changesets/changelog-github": "^0.5.1",
25
25
  "@changesets/cli": "^2.28.1",
26
- "@api3/dapi-management": "3.4.0",
26
+ "@api3/dapi-management": "3.8.0",
27
27
  "dropbox": "^10.34.0",
28
28
  "node-fetch": "^2.7.0",
29
29
  "dotenv": "^16.4.7",
@@ -1,5 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#8E9BB2" 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="#8E9BB2" 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="#8E9BB2" 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>