@api3/logos 0.3.2 → 0.3.4

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.
@@ -28,7 +28,6 @@ const Chain33139 = require('../logos/chain/Chain33139.svg');
28
28
  const Chain33111 = require('../logos/chain/Chain33111.svg');
29
29
  const Chain42161 = require('../logos/chain/Chain42161.svg');
30
30
  const Chain421614 = require('../logos/chain/Chain421614.svg');
31
- const Chain3776 = require('../logos/chain/Chain3776.svg');
32
31
  const Chain2340 = require('../logos/chain/Chain2340.svg');
33
32
  const Chain43114 = require('../logos/chain/Chain43114.svg');
34
33
  const Chain43113 = require('../logos/chain/Chain43113.svg');
@@ -52,8 +51,6 @@ const Chain1115 = require('../logos/chain/Chain1115.svg');
52
51
  const Chain1 = require('../logos/chain/Chain1.svg');
53
52
  const Chain17000 = require('../logos/chain/Chain17000.svg');
54
53
  const Chain11155111 = require('../logos/chain/Chain11155111.svg');
55
- const Chain250 = require('../logos/chain/Chain250.svg');
56
- const Chain4002 = require('../logos/chain/Chain4002.svg');
57
54
  const Chain252 = require('../logos/chain/Chain252.svg');
58
55
  const Chain2522 = require('../logos/chain/Chain2522.svg');
59
56
  const Chain100 = require('../logos/chain/Chain100.svg');
@@ -72,8 +69,6 @@ const Chain1890 = require('../logos/chain/Chain1890.svg');
72
69
  const Chain1891 = require('../logos/chain/Chain1891.svg');
73
70
  const Chain59144 = require('../logos/chain/Chain59144.svg');
74
71
  const Chain59141 = require('../logos/chain/Chain59141.svg');
75
- const Chain42 = require('../logos/chain/Chain42.svg');
76
- const Chain4201 = require('../logos/chain/Chain4201.svg');
77
72
  const Chain994873017 = require('../logos/chain/Chain994873017.svg');
78
73
  const Chain1952959480 = require('../logos/chain/Chain1952959480.svg');
79
74
  const Chain169 = require('../logos/chain/Chain169.svg');
@@ -102,6 +97,8 @@ const Chain1101 = require('../logos/chain/Chain1101.svg');
102
97
  const Chain2442 = require('../logos/chain/Chain2442.svg');
103
98
  const Chain1380012617 = require('../logos/chain/Chain1380012617.svg');
104
99
  const Chain1918988905 = require('../logos/chain/Chain1918988905.svg');
100
+ const Chain2020 = require('../logos/chain/Chain2020.svg');
101
+ const Chain2021 = require('../logos/chain/Chain2021.svg');
105
102
  const Chain534352 = require('../logos/chain/Chain534352.svg');
106
103
  const Chain534351 = require('../logos/chain/Chain534351.svg');
107
104
  const Chain1329 = require('../logos/chain/Chain1329.svg');
@@ -112,6 +109,7 @@ const Chain146 = require('../logos/chain/Chain146.svg');
112
109
  const Chain57054 = require('../logos/chain/Chain57054.svg');
113
110
  const Chain167000 = require('../logos/chain/Chain167000.svg');
114
111
  const Chain167009 = require('../logos/chain/Chain167009.svg');
112
+ const Chain130 = require('../logos/chain/Chain130.svg');
115
113
  const Chain1301 = require('../logos/chain/Chain1301.svg');
116
114
  const Chain480 = require('../logos/chain/Chain480.svg');
117
115
  const Chain4801 = require('../logos/chain/Chain4801.svg');
@@ -188,8 +186,6 @@ function ChainLogo(id, light = false) {
188
186
  return Chain42161;
189
187
  case "421614":
190
188
  return Chain421614;
191
- case "3776":
192
- return Chain3776;
193
189
  case "2340":
194
190
  return Chain2340;
195
191
  case "43114":
@@ -236,10 +232,6 @@ function ChainLogo(id, light = false) {
236
232
  return Chain17000;
237
233
  case "11155111":
238
234
  return Chain11155111;
239
- case "250":
240
- return Chain250;
241
- case "4002":
242
- return Chain4002;
243
235
  case "252":
244
236
  return Chain252;
245
237
  case "2522":
@@ -276,10 +268,6 @@ function ChainLogo(id, light = false) {
276
268
  return Chain59144;
277
269
  case "59141":
278
270
  return Chain59141;
279
- case "42":
280
- return Chain42;
281
- case "4201":
282
- return Chain4201;
283
271
  case "994873017":
284
272
  return Chain994873017;
285
273
  case "1952959480":
@@ -336,6 +324,10 @@ function ChainLogo(id, light = false) {
336
324
  return Chain1380012617;
337
325
  case "1918988905":
338
326
  return Chain1918988905;
327
+ case "2020":
328
+ return Chain2020;
329
+ case "2021":
330
+ return Chain2021;
339
331
  case "534352":
340
332
  return Chain534352;
341
333
  case "534351":
@@ -356,6 +348,8 @@ function ChainLogo(id, light = false) {
356
348
  return Chain167000;
357
349
  case "167009":
358
350
  return Chain167009;
351
+ case "130":
352
+ return Chain130;
359
353
  case "1301":
360
354
  return Chain1301;
361
355
  case "480":
@@ -1,6 +1,6 @@
1
- export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
- export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
1
  export { default as ChainLogo } from './ChainLogo.js';
4
2
  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 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');
3
1
  module.exports.ChainLogo = require('./ChainLogo.js');
4
2
  module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
5
3
  module.exports.SymbolLogo = require('./SymbolLogo.js');
6
4
  module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
5
+ module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
6
+ module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
@@ -28,7 +28,6 @@ import Chain33139 from '../logos/chain/Chain33139.svg';
28
28
  import Chain33111 from '../logos/chain/Chain33111.svg';
29
29
  import Chain42161 from '../logos/chain/Chain42161.svg';
30
30
  import Chain421614 from '../logos/chain/Chain421614.svg';
31
- import Chain3776 from '../logos/chain/Chain3776.svg';
32
31
  import Chain2340 from '../logos/chain/Chain2340.svg';
33
32
  import Chain43114 from '../logos/chain/Chain43114.svg';
34
33
  import Chain43113 from '../logos/chain/Chain43113.svg';
@@ -52,8 +51,6 @@ import Chain1115 from '../logos/chain/Chain1115.svg';
52
51
  import Chain1 from '../logos/chain/Chain1.svg';
53
52
  import Chain17000 from '../logos/chain/Chain17000.svg';
54
53
  import Chain11155111 from '../logos/chain/Chain11155111.svg';
55
- import Chain250 from '../logos/chain/Chain250.svg';
56
- import Chain4002 from '../logos/chain/Chain4002.svg';
57
54
  import Chain252 from '../logos/chain/Chain252.svg';
58
55
  import Chain2522 from '../logos/chain/Chain2522.svg';
59
56
  import Chain100 from '../logos/chain/Chain100.svg';
@@ -72,8 +69,6 @@ import Chain1890 from '../logos/chain/Chain1890.svg';
72
69
  import Chain1891 from '../logos/chain/Chain1891.svg';
73
70
  import Chain59144 from '../logos/chain/Chain59144.svg';
74
71
  import Chain59141 from '../logos/chain/Chain59141.svg';
75
- import Chain42 from '../logos/chain/Chain42.svg';
76
- import Chain4201 from '../logos/chain/Chain4201.svg';
77
72
  import Chain994873017 from '../logos/chain/Chain994873017.svg';
78
73
  import Chain1952959480 from '../logos/chain/Chain1952959480.svg';
79
74
  import Chain169 from '../logos/chain/Chain169.svg';
@@ -102,6 +97,8 @@ import Chain1101 from '../logos/chain/Chain1101.svg';
102
97
  import Chain2442 from '../logos/chain/Chain2442.svg';
103
98
  import Chain1380012617 from '../logos/chain/Chain1380012617.svg';
104
99
  import Chain1918988905 from '../logos/chain/Chain1918988905.svg';
100
+ import Chain2020 from '../logos/chain/Chain2020.svg';
101
+ import Chain2021 from '../logos/chain/Chain2021.svg';
105
102
  import Chain534352 from '../logos/chain/Chain534352.svg';
106
103
  import Chain534351 from '../logos/chain/Chain534351.svg';
107
104
  import Chain1329 from '../logos/chain/Chain1329.svg';
@@ -112,6 +109,7 @@ import Chain146 from '../logos/chain/Chain146.svg';
112
109
  import Chain57054 from '../logos/chain/Chain57054.svg';
113
110
  import Chain167000 from '../logos/chain/Chain167000.svg';
114
111
  import Chain167009 from '../logos/chain/Chain167009.svg';
112
+ import Chain130 from '../logos/chain/Chain130.svg';
115
113
  import Chain1301 from '../logos/chain/Chain1301.svg';
116
114
  import Chain480 from '../logos/chain/Chain480.svg';
117
115
  import Chain4801 from '../logos/chain/Chain4801.svg';
@@ -188,8 +186,6 @@ function ChainLogo(id, light = false) {
188
186
  return Chain42161;
189
187
  case "421614":
190
188
  return Chain421614;
191
- case "3776":
192
- return Chain3776;
193
189
  case "2340":
194
190
  return Chain2340;
195
191
  case "43114":
@@ -236,10 +232,6 @@ function ChainLogo(id, light = false) {
236
232
  return Chain17000;
237
233
  case "11155111":
238
234
  return Chain11155111;
239
- case "250":
240
- return Chain250;
241
- case "4002":
242
- return Chain4002;
243
235
  case "252":
244
236
  return Chain252;
245
237
  case "2522":
@@ -276,10 +268,6 @@ function ChainLogo(id, light = false) {
276
268
  return Chain59144;
277
269
  case "59141":
278
270
  return Chain59141;
279
- case "42":
280
- return Chain42;
281
- case "4201":
282
- return Chain4201;
283
271
  case "994873017":
284
272
  return Chain994873017;
285
273
  case "1952959480":
@@ -336,6 +324,10 @@ function ChainLogo(id, light = false) {
336
324
  return Chain1380012617;
337
325
  case "1918988905":
338
326
  return Chain1918988905;
327
+ case "2020":
328
+ return Chain2020;
329
+ case "2021":
330
+ return Chain2021;
339
331
  case "534352":
340
332
  return Chain534352;
341
333
  case "534351":
@@ -356,6 +348,8 @@ function ChainLogo(id, light = false) {
356
348
  return Chain167000;
357
349
  case "167009":
358
350
  return Chain167009;
351
+ case "130":
352
+ return Chain130;
359
353
  case "1301":
360
354
  return Chain1301;
361
355
  case "480":
@@ -1,6 +1,6 @@
1
- export { default as SymbolLogo } from './SymbolLogo.js';
2
- export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
3
- export { default as ChainLogo } from './ChainLogo.js';
4
- export { default as ChainLogoMissing } from './ChainLogoMissing.json';
5
1
  export { default as ApiProviderLogo } from './ApiProviderLogo.js';
6
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
+ export { default as SymbolLogo } from './SymbolLogo.js';
6
+ export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
package/dist/esm/index.js CHANGED
@@ -1,6 +1,6 @@
1
+ export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
+ export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
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';
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#F50DB4" d="M20.6399 11.8356C15.9567 11.8356 12.1642 8.03935 12.1642 3.35999H11.8355V11.8356H3.35986V12.1644C8.04305 12.1644 11.8355 15.9606 11.8355 20.64H12.1642V12.1644H20.6399V11.8356Z"/>
3
+ </svg>
@@ -0,0 +1,12 @@
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="#004DE5" fill-rule="evenodd" d="M9.29688 9.08663V29.3301C9.29711 29.7082 9.38251 30.0815 9.54675 30.4222C9.71099 30.763 9.94988 31.0626 10.2458 31.299L19.8139 38.9597C20.1505 39.2285 20.5688 39.375 21 39.375C21.4312 39.375 21.8495 39.2285 22.1862 38.9597L31.7542 31.299C32.0502 31.0626 32.289 30.763 32.4532 30.4222C32.6175 30.0815 32.7029 29.7082 32.7031 29.3301V9.08663C32.7031 8.41719 32.4366 7.77516 31.962 7.3018C31.4874 6.82843 30.8439 6.5625 30.1727 6.5625H11.8273C11.1562 6.5625 10.5126 6.82843 10.038 7.3018C9.56347 7.77516 9.29688 8.41719 9.29688 9.08663Z" clip-rule="evenodd"/>
4
+ <path fill="url(#Chain2020_svg__paint0_linear_5307_314301)" d="M27.7772 18.2219V13.7992C27.7772 13.2127 27.5486 12.6503 27.1418 12.2356C26.735 11.8209 26.1832 11.5879 25.6079 11.5879H16.3881C15.8127 11.5879 15.261 11.8209 14.8541 12.2356C14.4473 12.6503 14.2188 13.2127 14.2188 13.7992V26.6319C14.219 26.9631 14.2922 27.2901 14.433 27.5886C14.5738 27.8872 14.7786 28.1497 15.0323 28.3567L18.3893 31.1042C18.4292 31.1372 18.4774 31.1579 18.5283 31.1642C18.5793 31.1703 18.6309 31.1615 18.6772 31.1389C18.7235 31.1164 18.7625 31.0808 18.7898 31.0365C18.8171 30.9922 18.8315 30.9409 18.8313 30.8886V21.8153C18.8313 21.7419 18.8599 21.6717 18.9108 21.6199C18.9616 21.568 19.0306 21.5388 19.1025 21.5388H21.543C21.9745 21.5388 22.3884 21.7136 22.6935 22.0247C22.9986 22.3356 23.17 22.7575 23.17 23.1974V30.8886C23.1701 30.9407 23.1845 30.9917 23.2118 31.0357C23.2389 31.0798 23.2778 31.1152 23.3239 31.1377C23.3699 31.1602 23.4212 31.1691 23.472 31.1631C23.5227 31.1572 23.5709 31.1368 23.6107 31.1042L26.9677 28.3567C27.2215 28.1497 27.4262 27.8872 27.567 27.5886C27.7079 27.2901 27.781 26.9631 27.7813 26.6319V22.6445C27.7813 22.058 27.5527 21.4956 27.1459 21.0809C26.739 20.6662 26.1872 20.4333 25.6119 20.4333C26.1866 20.4321 26.7373 20.1987 27.1433 19.784C27.5492 19.3695 27.7772 18.8076 27.7772 18.2219ZM21.5403 19.3276H19.0998C19.0279 19.3276 18.9589 19.2984 18.908 19.2465C18.8572 19.1947 18.8286 19.1245 18.8286 19.0511V14.0756C18.8286 14.0023 18.8572 13.932 18.908 13.8802C18.9589 13.8283 19.0279 13.7992 19.0998 13.7992H22.8961C22.9681 13.7992 23.037 13.8283 23.0879 13.8802C23.1387 13.932 23.1673 14.0023 23.1673 14.0756V17.669C23.1673 18.1089 22.9959 18.5308 22.6908 18.8417C22.3857 19.1528 21.9718 19.3276 21.5403 19.3276Z"/>
5
+ <defs>
6
+ <linearGradient id="Chain2020_svg__paint0_linear_5307_314301" x1="21" x2="21" y1="11.5879" y2="31.166" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="white"/>
8
+ <stop offset="0.458333" stop-color="white"/>
9
+ <stop offset="1" stop-color="white"/>
10
+ </linearGradient>
11
+ </defs>
12
+ </svg>
@@ -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(#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,6 +1,6 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 64 64">
2
- <circle cx="32" cy="32" r="32" fill="#814625"/>
3
- <path fill="white" d="M30.8066 30.3796C30.7714 30.2733 30.7468 30.1643 30.7278 30.0542C30.7191 30.0032 30.7089 29.9524 30.6974 29.902C30.6723 29.7925 30.6444 29.6836 30.6143 29.5753V29.575C31.1133 28.8474 33.4988 25.0525 30.7842 22.6167C27.7714 19.9133 24.2512 23.4567 24.2512 23.4567L24.2621 23.4724C22.6799 23.0093 20.9643 22.955 19.2952 23.4565C19.295 23.4565 19.2949 23.4565 19.2949 23.4565C19.2743 23.4358 15.7659 19.9212 12.762 22.6167C9.75706 25.313 13.0019 29.6752 13.0188 29.698C13.0188 29.698 13.0188 29.6981 13.0188 29.6983C12.9843 29.8008 12.9564 29.9054 12.938 30.0117C12.6129 31.8784 10.3999 32.4545 10.3999 35.7061C10.3999 38.9576 12.715 41.6321 17.4404 41.6321H19.3794C19.3794 41.6321 19.3796 41.6321 19.3797 41.6321C19.3884 41.644 20.1867 42.7339 21.826 42.7327C23.3478 42.7316 24.3528 41.6414 24.3615 41.6321C24.3615 41.6321 24.3615 41.6321 24.3618 41.6321H26.2117C30.9371 41.6321 33.2522 39.0204 33.2522 35.7061C33.2522 32.6781 31.3331 31.9702 30.8068 30.3796H30.8066Z"/>
4
- <path fill="white" d="M53.3886 26.6644C53.3886 26.6644 53.74 23.5305 51.0687 22.8571V21.6002H48.9999V22.8257C46.182 23.4261 46.5451 26.6644 46.5451 26.6644V27.2017C46.5451 27.2017 46.1818 30.4407 49.0009 31.0405H49.0006V33.7308C46.0304 34.252 46.4057 37.5966 46.4057 37.5966V38.1339C46.4057 38.1339 46.0424 41.3722 48.8604 41.9725V43.1981H50.9292V41.9412C53.6007 41.2678 53.2491 38.1339 53.2491 38.1339C53.3659 38.1339 53.4606 38.0427 53.4606 37.9303V37.8003C53.4606 37.6878 53.3659 37.5966 53.2491 37.5966C53.2491 37.5966 53.5977 34.4899 50.9638 33.7984V31.0405H50.9327C53.7518 30.4407 53.3885 27.2017 53.3885 27.2017C53.5052 27.2017 53.5999 27.1105 53.5999 26.998V26.868C53.5999 26.7556 53.5052 26.6644 53.3885 26.6644H53.3886ZM51.7027 37.5966H51.5134C51.3967 37.5966 51.302 37.6878 51.302 37.8003V37.9303C51.302 38.0427 51.3967 38.1339 51.5134 38.1339H51.7027C51.7027 40.0779 51.0324 40.405 50.8069 40.4601C50.7698 40.4691 50.7338 40.4426 50.7338 40.4058V39.7862C50.7338 39.4436 50.5072 39.256 50.2806 39.1539C49.9941 39.0249 49.6605 39.0249 49.3741 39.1539C49.1475 39.256 48.9208 39.4436 48.9208 39.7862V40.4058C48.9208 40.4421 48.8855 40.4692 48.849 40.4603C48.6248 40.4062 47.952 40.0817 47.952 38.1339V37.5966C47.952 35.6526 48.6222 35.3255 48.8478 35.2705C48.8848 35.2615 48.9208 35.2879 48.9208 35.3247V35.9444C48.9208 36.2869 49.1475 36.4746 49.3741 36.5767C49.6605 36.7056 49.9941 36.7056 50.2806 36.5767C50.5072 36.4746 50.7338 36.2869 50.7338 35.9444V35.3247C50.7338 35.2885 50.7691 35.2613 50.8056 35.2702C51.0299 35.3243 51.7027 35.6489 51.7027 37.5966ZM51.6529 27.2017H51.8421C51.8421 29.1494 51.1694 29.4741 50.9451 29.5281C50.9086 29.537 50.8733 29.5098 50.8733 29.4736V28.8539C50.8733 28.5114 50.6467 28.3237 50.42 28.2216C50.1336 28.0927 49.8 28.0927 49.5135 28.2216C49.2869 28.3237 49.0603 28.5114 49.0603 28.8539V29.4736C49.0603 29.5104 49.0243 29.5368 48.9872 29.5278C48.7617 29.4728 48.0915 29.1457 48.0915 27.2017V26.6644C48.0915 24.7166 48.7642 24.3919 48.9885 24.3379C49.025 24.3291 49.0603 24.3564 49.0603 24.3925V25.0121C49.0603 25.3547 49.2869 25.5423 49.5135 25.6444C49.8 25.7734 50.1336 25.7734 50.42 25.6444C50.6467 25.5423 50.8733 25.3547 50.8733 25.0121V24.3925C50.8733 24.3557 50.9093 24.3292 50.9464 24.3382C51.1719 24.3933 51.8421 24.7204 51.8421 26.6644H51.6529C51.5361 26.6644 51.4414 26.7556 51.4414 26.868V26.998C51.4414 27.1105 51.5361 27.2017 51.6529 27.2017Z"/>
5
- <path fill="white" d="M43.036 32.1987C43.036 32.1987 43.4013 28.9416 40.5566 28.355V25.4288C43.3256 24.8038 42.9663 21.6002 42.9663 21.6002C42.9663 21.6002 41.4134 21.6002 41.4198 21.6002C41.4198 23.548 40.7471 23.8726 40.5228 23.9266C40.4863 23.9355 40.451 23.9082 40.451 23.8721V23.2524C40.451 22.9099 40.2244 22.7223 39.9977 22.6202C39.7113 22.4912 39.3777 22.4912 39.0912 22.6202C38.8646 22.7223 38.638 22.9099 38.638 23.2524V23.8721C38.638 23.9089 38.602 23.9354 38.5649 23.9264C38.3394 23.8713 37.6692 23.5442 37.6692 21.6002C37.6757 21.6002 36.1227 21.6002 36.1227 21.6002C36.1227 21.6002 35.7499 24.9246 38.6908 25.4611V28.351C35.8255 28.927 36.1924 32.1985 36.1924 32.1985V32.7358C36.1924 32.7358 35.8255 36.0074 38.6908 36.5834V39.339C35.7499 39.8756 36.1227 43.1998 36.1227 43.1998C36.1227 43.1998 37.6756 43.1998 37.6692 43.1998C37.6692 41.2521 38.3419 40.9274 38.5662 40.8734C38.6027 40.8645 38.638 40.8917 38.638 40.9279V41.5476C38.638 41.8901 38.8646 42.0778 39.0912 42.1799C39.3777 42.3088 39.7113 42.3088 39.9977 42.1799C40.2244 42.0778 40.451 41.8901 40.451 41.5476V40.9279C40.451 40.8911 40.487 40.8647 40.5241 40.8737C40.7496 40.9287 41.4198 41.2558 41.4198 43.1998C41.4133 43.1998 42.9663 43.1998 42.9663 43.1998C42.9663 43.1998 43.3256 39.9962 40.5566 39.3712V36.5794C43.4013 35.9927 43.036 32.7357 43.036 32.7357C43.1528 32.7357 43.2475 32.6445 43.2475 32.5321V32.402C43.2475 32.2896 43.1528 32.1984 43.036 32.1984V32.1987ZM41.3003 32.736H41.4895C41.4895 34.6837 40.8168 35.0084 40.5925 35.0624C40.556 35.0713 40.5207 35.0441 40.5207 35.0079V34.3882C40.5207 34.0457 40.2941 33.858 40.0675 33.7559C39.781 33.627 39.4474 33.627 39.161 33.7559C38.9343 33.858 38.7077 34.0457 38.7077 34.3882V35.0079C38.7077 35.0447 38.6717 35.0711 38.6346 35.0621C38.4091 35.007 37.7389 34.68 37.7389 32.736V32.1987C37.7389 30.2509 38.4116 29.9262 38.6359 29.8722C38.6724 29.8634 38.7077 29.8906 38.7077 29.9268V30.5464C38.7077 30.889 38.9343 31.0766 39.161 31.1787C39.4474 31.3077 39.781 31.3077 40.0675 31.1787C40.2941 31.0766 40.5207 30.889 40.5207 30.5464V29.9268C40.5207 29.89 40.5567 29.8635 40.5938 29.8725C40.8193 29.9276 41.4895 30.2547 41.4895 32.1987H41.3003C41.1836 32.1987 41.0889 32.2899 41.0889 32.4023V32.5323C41.0889 32.6448 41.1836 32.736 41.3003 32.736Z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
+ <rect width="42" height="42" fill="#814625" rx="21"/>
3
+ <path fill="white" d="M27.8422 25.5373V23.9451C28.8223 23.609 29.5359 22.5652 29.5359 21.3298C29.5359 20.0944 28.8223 19.0476 27.8422 18.7145V17.1223C28.7652 16.8068 29.4534 15.8603 29.5296 14.7163H28.4068V15.2028C28.4068 15.5773 28.1785 15.9075 27.8422 16.0726V15.8456C27.8422 15.5124 27.5505 15.2411 27.1921 15.2411H27.135C26.7767 15.2411 26.4848 15.5124 26.4848 15.8456V16.0726C26.1487 15.9075 25.9203 15.5802 25.9203 15.2028V14.7163H24.7976C24.8737 15.8603 25.5619 16.8068 26.4848 17.1223V18.7145C25.508 19.0476 24.7913 20.0914 24.7913 21.3298C24.7913 22.5681 25.5048 23.6119 26.4848 23.9451V25.5373C25.5619 25.8527 24.8737 26.7992 24.7976 27.9432H25.9203V27.4567C25.9203 27.0823 26.1487 26.752 26.4848 26.5869V26.814C26.4848 27.1472 26.7767 27.4184 27.135 27.4184H27.1921C27.5505 27.4184 27.8422 27.1472 27.8422 26.814V26.5869C28.1785 26.752 28.4068 27.0793 28.4068 27.4567V27.9432H29.5296C29.4534 26.7992 28.7652 25.8527 27.8422 25.5373ZM25.9203 22.0256V20.631C25.9203 20.2565 26.1487 19.9263 26.4848 19.7612V19.9882C26.4848 20.3214 26.7767 20.5926 27.135 20.5926H27.1921C27.5505 20.5926 27.8422 20.3214 27.8422 19.9882V19.7612C28.1785 19.9263 28.4068 20.2536 28.4068 20.631V22.0256C28.4068 22.4001 28.1785 22.7303 27.8422 22.8954V22.6684C27.8422 22.3352 27.5505 22.0639 27.1921 22.0639H27.135C26.7767 22.0639 26.4848 22.3352 26.4848 22.6684V22.8954C26.1518 22.7303 25.9203 22.403 25.9203 22.0256Z"/>
4
+ <path fill="white" d="M34.7297 22.176V20.4806C35.7097 20.1445 36.4234 19.1007 36.4234 17.8653C36.4234 16.6299 35.7097 15.5832 34.7297 15.25V14.7163H33.3755V15.25C32.3954 15.5861 31.6819 16.6299 31.6819 17.8653C31.6819 19.1007 32.3954 20.1474 33.3755 20.4806V22.176C32.3954 22.5121 31.6819 23.5559 31.6819 24.7913C31.6819 26.0267 32.3954 27.0734 33.3755 27.4066V27.9403H34.7297V27.4066C35.7097 27.0705 36.4234 26.0267 36.4234 24.7913C36.4234 23.5559 35.7097 22.5121 34.7297 22.176ZM32.8077 18.5611V17.1665C32.8077 16.792 33.0361 16.4618 33.3723 16.2967V16.5237C33.3723 16.8569 33.6641 17.1282 34.0225 17.1282H34.0764C34.4348 17.1282 34.7265 16.8569 34.7265 16.5237V16.2967C35.0628 16.4618 35.2911 16.7891 35.2911 17.1665V18.5611C35.2911 18.9356 35.0628 19.2658 34.7265 19.4309V19.2039C34.7265 18.8707 34.4348 18.5995 34.0764 18.5995H34.0193C33.661 18.5995 33.3691 18.8707 33.3691 19.2039V19.4309C33.0393 19.2658 32.8077 18.9385 32.8077 18.5611ZM35.2943 25.4901C35.2943 25.8645 35.066 26.1948 34.7297 26.3599V26.0267C34.7297 25.6935 34.438 25.4223 34.0796 25.4223H34.0257C33.6673 25.4223 33.3755 25.6935 33.3755 26.0267V26.3599C33.0393 26.1948 32.8109 25.8675 32.8109 25.4901V24.0954C32.8109 23.721 33.0393 23.3908 33.3755 23.2256V23.3465C33.3755 23.6797 33.6673 23.951 34.0257 23.951H34.0828C34.4411 23.951 34.7329 23.6797 34.7329 23.3465V23.2256C35.0691 23.3908 35.2974 23.718 35.2974 24.0954V25.4901H35.2943Z"/>
5
+ <path fill="white" d="M20.0807 19.9786C20.068 19.9107 20.0522 19.8459 20.0268 19.784C20.0363 19.7692 22.1422 17.0419 20.1918 15.3553C18.2444 13.6688 15.9704 15.8684 15.9577 15.8802C15.5961 15.774 15.2314 15.7092 14.8698 15.6797C14.8698 15.6797 14.8698 15.6797 14.8667 15.6797C14.1245 15.5647 13.0842 15.6797 13.0842 15.6797C12.7258 15.7092 12.3643 15.774 12.0059 15.8772C11.9932 15.8654 9.71919 13.6658 7.77186 15.3524C5.82451 17.0389 7.92726 19.7692 7.93678 19.781C7.91458 19.8459 7.89555 19.9107 7.88286 19.9756C7.67354 21.1432 6.23682 21.5029 6.23682 23.5374C6.23682 25.6102 7.73696 27.2436 10.8007 27.2436H12.0566C12.063 27.2495 12.5482 27.8923 13.5505 27.9306C13.5505 27.9306 13.782 27.9542 14.3148 27.9365C15.3773 27.9365 15.8942 27.2554 15.8974 27.2465H17.1533C20.217 27.2465 21.7172 25.6131 21.7172 23.5403C21.7267 21.5088 20.29 21.1462 20.0807 19.9786Z"/>
6
6
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "@babel/preset-react": "^7.26.3",
27
27
  "@changesets/changelog-github": "^0.5.0",
28
28
  "@changesets/cli": "^2.27.11",
29
- "@api3/dapi-management": "2.21.0",
29
+ "@api3/dapi-management": "2.24.0",
30
30
  "dropbox": "^10.34.0",
31
31
  "node-fetch": "^2.7.0",
32
32
  "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="#336BFE" fill-rule="evenodd" d="M17.4463 5.27917L12.8217 2.83327C12.377 2.61091 11.71 2.61091 11.2653 2.83327L6.6407 5.27917C6.46283 5.36811 6.32943 5.50153 6.26273 5.63494H6.21826V5.87953V11.8609V18.109V18.3536H6.28496C6.35167 18.487 6.48507 18.6204 6.66294 18.7094L11.2876 21.1553C11.5099 21.2665 11.7767 21.3332 12.0657 21.3332C12.3325 21.3332 12.6216 21.2665 12.8439 21.1553L17.4685 18.7094C17.6464 18.6204 17.7798 18.487 17.8465 18.3536H17.9132V5.63494H17.8465C17.7576 5.50153 17.6242 5.36811 17.4463 5.27917H17.4463ZM11.5549 9.34649C11.5993 9.32426 11.666 9.30202 11.7327 9.27979V14.4162C11.666 14.3939 11.6216 14.3717 11.5549 14.3495L6.93024 11.9036C6.88578 11.8813 6.86354 11.8591 6.84131 11.8369C6.86355 11.8146 6.88578 11.7924 6.93024 11.7702L11.5549 9.34649ZM12.355 14.4162V9.27979C12.4217 9.30202 12.4662 9.32426 12.5328 9.34649L17.1575 11.7924C17.2019 11.8146 17.2242 11.8369 17.2464 11.8591C17.2242 11.8813 17.2019 11.9036 17.1575 11.9258L12.5328 14.3717C12.4884 14.3939 12.4217 14.4162 12.355 14.4162V14.4162ZM12.9565 8.87983L17.2699 6.61182V11.1701L12.9565 8.87983ZM6.84131 11.1466V6.58838L11.1546 8.85639L6.84131 11.1466ZM6.84131 12.5728L11.288 14.9075C11.3325 14.9297 11.3992 14.9519 11.4437 14.9742C11.3992 14.9964 11.3325 15.0187 11.288 15.0409L6.84131 17.3756V12.5728ZM12.8231 14.9075L17.2699 12.5728V17.3978L12.8231 15.0631C12.7787 15.0409 12.7119 15.0187 12.6675 14.9964C12.7119 14.9742 12.7787 14.9519 12.8231 14.9075ZM6.9322 5.83356L11.5568 3.38766C11.8236 3.25424 12.2683 3.25424 12.5351 3.38766L17.1597 5.83356C17.2042 5.8558 17.2264 5.87803 17.2486 5.90026C17.2264 5.9225 17.2042 5.94473 17.1597 5.96696L12.5351 8.41286C12.2683 8.54628 11.8236 8.54628 11.5568 8.41286L6.9322 5.96696C6.88773 5.94473 6.86549 5.92249 6.84326 5.90026C6.8655 5.87802 6.88773 5.85579 6.9322 5.83356ZM17.1578 18.174L12.5331 20.6199C12.2663 20.7533 11.8217 20.7533 11.5549 20.6199L6.93024 18.174C6.88578 18.1518 6.86354 18.1295 6.84131 18.1073C6.86355 18.0851 6.88578 18.0628 6.93024 18.0406L11.5549 15.5947C11.8217 15.4613 12.2663 15.4613 12.5331 15.5947L17.1578 18.0406C17.2022 18.0628 17.2245 18.0851 17.2467 18.1073C17.2245 18.1295 17.2022 18.1518 17.1578 18.174Z" clip-rule="evenodd"/>
3
- <path fill="#336BFE" d="M18.4032 3.56524L18.292 3.49854L17.9585 4.03218L18.0697 4.09889C18.8924 4.58807 19.1592 4.74372 19.1592 5.89996H19.7818C19.7818 4.41019 19.2704 4.09889 18.4032 3.56524H18.4032Z"/>
4
- <path fill="#336BFE" d="M4.84087 17.8892H4.21826C4.21826 19.3789 4.75192 19.6902 5.59689 20.2239L5.70808 20.2906L6.04161 19.7569L5.93043 19.6902C5.1077 19.201 4.84087 19.0232 4.84087 17.8892V17.8892Z"/>
5
- </svg>
@@ -1,141 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="url(#Chain3776_svg__paint0_linear_6199_178261)" d="M22.0563 11.3159C21.6785 5.76196 16.8699 1.56577 11.3159 1.94356C8.54913 2.13174 6.11981 3.41995 4.42456 5.35166L4.42457 5.35164L4.41983 5.34823C4.40841 5.36404 4.39774 5.37963 4.3864 5.39542C2.70247 7.33656 1.75538 9.91759 1.94354 12.684C1.96148 12.9475 1.9925 13.207 2.03 13.4641C2.03001 13.4642 2.03001 13.4642 2.03002 13.4643C2.03171 13.4759 2.03343 13.4875 2.03507 13.4991C2.06041 13.6688 2.08984 13.8369 2.12342 14.0035C2.12344 14.0036 2.12345 14.0037 2.12348 14.0038C2.12409 14.0068 2.12467 14.0098 2.12527 14.0128C2.15584 14.1637 2.1898 14.3132 2.22696 14.4614L2.22702 14.4617C2.22706 14.4618 2.22709 14.4619 2.22711 14.462C3.39124 19.1045 7.74093 22.3925 12.6839 22.0563C18.2379 21.6785 22.4341 16.8699 22.0563 11.3159H22.0563ZM19.8622 11.4651C19.9087 12.1489 19.8657 12.8184 19.7439 13.4625C19.7424 13.4588 19.7412 13.455 19.7397 13.4513V13.4513C19.009 11.665 17.5634 10.3754 16.2922 9.66303C16.5495 6.63635 15.5227 5.36123 14.3606 5.15376C14.329 5.14767 14.2972 5.14248 14.2649 5.13848C13.3425 5.02018 12.499 5.67214 12.3809 6.59444C12.2626 7.51678 12.9145 8.36028 13.8368 8.47863C13.9173 8.4888 13.9969 8.49163 14.0757 8.49039C14.0808 8.59256 14.084 8.7011 14.0849 8.8146C13.0103 8.5483 12.0059 8.49619 11.09 8.57852C10.7476 8.60135 10.4048 8.64451 10.064 8.70819C10.1783 7.68617 10.5618 6.53874 11.3058 5.69904C12.0251 4.88732 13.0944 4.42206 14.2609 4.54146C14.4821 4.56408 14.718 4.61838 14.9305 4.68972C14.9402 4.693 14.9506 4.69577 14.9602 4.69913C14.9604 4.69894 14.9606 4.69868 14.9607 4.69849C17.6627 5.7992 19.6512 8.36351 19.8622 11.4651V11.4651ZM12.8365 13.0048C12.8358 13.0058 12.835 13.0069 12.8343 13.008C12.5938 13.3549 12.3077 13.697 11.9719 14.0278C11.4686 13.4922 11.0642 12.9155 10.7574 12.3188C10.7417 12.2868 10.7249 12.2564 10.7095 12.2239C10.709 12.2227 10.7084 12.2215 10.7078 12.2203C10.5276 11.8385 10.3744 11.4195 10.2557 10.9631C10.972 10.7946 11.6744 10.7326 12.3453 10.7653C12.3808 10.7677 12.4155 10.7684 12.4514 10.7713C12.4527 10.7714 12.454 10.7715 12.4553 10.7716C12.8755 10.8064 13.3142 10.883 13.768 11.0081C13.5558 11.7124 13.2583 12.3515 12.8948 12.9159C12.875 12.9455 12.857 12.9752 12.8365 13.0048V13.0048ZM9.39219 4.56487C9.39031 4.56729 9.38817 4.56959 9.3863 4.57202L9.38628 4.57203C8.20534 6.09723 7.81107 7.99274 7.8293 9.44955C5.07964 10.7401 4.48879 12.2668 4.89019 13.377C4.90071 13.4073 4.91213 13.4375 4.9248 13.4675C5.28353 14.3254 6.26988 14.7299 7.12769 14.3711C7.98562 14.0124 8.39012 13.026 8.03148 12.1681C8.00006 12.0933 7.96272 12.023 7.92224 11.9553C8.00914 11.8992 8.10246 11.8415 8.20156 11.7833C8.50822 12.8473 8.96191 13.7472 9.49119 14.4992C9.68183 14.7839 9.89013 15.0585 10.1152 15.3214C9.17283 15.7336 7.98715 15.9754 6.88769 15.7508C5.82508 15.5338 4.8875 14.8403 4.40763 13.7704C4.31667 13.5676 4.24574 13.3361 4.20129 13.1165C4.17394 12.9246 4.15102 12.7312 4.13767 12.5347C3.89205 8.92395 6.1322 5.70948 9.39219 4.56487V4.56487ZM12.5347 19.8622C10.3905 20.008 8.38624 19.2767 6.87144 17.9767C8.7828 18.2368 10.6215 17.6305 11.874 16.8863C14.3675 18.6237 15.9858 18.3722 16.7467 17.4693C16.7677 17.445 16.7882 17.42 16.8078 17.394C17.3714 16.6544 17.2285 15.5979 16.4889 15.0345C15.7492 14.4708 14.6928 14.6137 14.1291 15.3532C14.0801 15.4178 14.0378 15.4854 13.9995 15.5542C13.908 15.5074 13.812 15.4557 13.7128 15.3994C14.4815 14.6015 15.0293 13.7571 15.4162 12.9222C15.5677 12.6142 15.7017 12.2958 15.8169 11.9688C16.6455 12.5788 17.4485 13.4851 17.8039 14.5501C18.1473 15.5789 18.0155 16.7376 17.3289 17.6881C17.1987 17.8683 17.0337 18.0455 16.8657 18.1938C16.8633 18.196 16.8609 18.1982 16.8585 18.2005C15.6571 19.1447 14.1708 19.7509 12.5347 19.8622V19.8622Z"/>
3
- <path fill="url(#Chain3776_svg__paint1_radial_6199_178261)" d="M14.3509 5.15758C14.3193 5.1515 14.2875 5.14631 14.2552 5.1423C14.092 5.12137 13.9315 5.12569 13.7768 5.15022C14.7411 5.6748 15.4442 7.13643 15.0745 10.0196C14.9521 10.9745 14.6682 11.8832 14.2581 12.7171C13.9259 13.434 13.4738 14.1579 12.8662 14.8534C13.158 15.0723 13.4426 15.2555 13.7031 15.4032C14.4718 14.6053 15.0196 13.7609 15.4065 12.926C15.8165 12.0922 16.1005 11.1835 16.2229 10.2286C16.663 6.79567 15.5826 5.37747 14.3509 5.15758V5.15758Z" opacity="0.9" style="mix-blend-mode:overlay"/>
4
- <g opacity="0.8" style="mix-blend-mode:overlay">
5
- <path fill="white" d="M15.0877 10.0178C15.4573 7.13465 14.7543 5.67302 13.79 5.14844C13.7524 5.15441 13.7154 5.16243 13.6785 5.1709C14.6226 5.71358 15.3018 7.17383 14.9372 10.0178C14.8148 10.9727 14.5309 11.8814 14.1208 12.7153C13.7996 13.4085 13.3651 14.108 12.7876 14.7823C12.8183 14.8061 12.8488 14.8287 12.8794 14.8517C13.487 14.1561 13.9391 13.4322 14.2713 12.7153C14.6814 11.8814 14.9653 10.9727 15.0877 10.0178V10.0178Z"/>
6
- </g>
7
- <path fill="url(#Chain3776_svg__paint2_radial_6199_178261)" d="M11.4377 16.5652C11.347 16.4961 11.2598 16.4238 11.1726 16.3516C9.74959 16.9453 7.77689 17.3175 5.81812 16.863C6.13887 17.2718 6.49684 17.6494 6.89004 17.9868C8.80139 18.2469 10.6401 17.6406 11.8926 16.8964C11.7439 16.7928 11.5926 16.6832 11.4377 16.5652V16.5652Z" opacity="0.5" style="mix-blend-mode:overlay"/>
8
- <path fill="url(#Chain3776_svg__paint3_linear_6199_178261)" d="M11.1607 16.3412C11.1171 16.3051 11.0732 16.2693 11.0305 16.2324C9.5967 16.8054 7.61502 17.1479 5.66064 16.6609C5.70826 16.7255 5.75668 16.7895 5.80619 16.8526C7.76497 17.3072 9.73767 16.9349 11.1607 16.3412V16.3412Z" opacity="0.6" style="mix-blend-mode:overlay"/>
9
- <path fill="url(#Chain3776_svg__paint4_radial_6199_178261)" d="M4.8685 13.3889C4.87902 13.4193 4.89044 13.4495 4.90312 13.4794C4.9666 13.6312 5.05056 13.768 5.14914 13.8897C5.1213 12.7923 6.03559 11.4527 8.71728 10.3312C9.60548 9.95977 10.5344 9.7513 11.4616 9.68948C12.2486 9.61873 13.1015 9.6483 14.0077 9.82674C14.0513 9.4646 14.0677 9.12656 14.0654 8.82706C12.99 8.56029 11.9848 8.5081 11.0683 8.59049C10.1412 8.65231 9.21227 8.86077 8.32407 9.23219C5.13107 10.5675 4.44308 12.2123 4.8685 13.3889L4.8685 13.3889Z" opacity="0.9" style="mix-blend-mode:overlay"/>
10
- <g opacity="0.8" style="mix-blend-mode:overlay">
11
- <path fill="white" d="M8.71744 10.3354C6.03575 11.4569 5.12145 12.7966 5.1493 13.894C5.17329 13.9236 5.19871 13.9516 5.22449 13.9793C5.22245 12.8904 6.14743 11.572 8.79268 10.4658C9.68087 10.0943 10.6098 9.88587 11.537 9.82405C12.2979 9.75563 13.1209 9.78217 13.9937 9.94516C13.9989 9.90668 14.0033 9.86891 14.0078 9.83098C13.1016 9.65255 12.2488 9.62298 11.4617 9.69373C10.5346 9.75555 9.60563 9.96402 8.71744 10.3354Z"/>
12
- </g>
13
- <path fill="url(#Chain3776_svg__paint5_radial_6199_178261)" d="M16.2263 10.2354C16.2118 10.3484 16.1928 10.4601 16.1738 10.5717C17.3995 11.5072 18.7083 13.0295 19.294 14.9532C19.4877 14.471 19.6356 13.9722 19.7313 13.4629C19.0009 11.6776 17.5565 10.3884 16.2857 9.67578C16.2703 9.85635 16.251 10.0422 16.2263 10.2354V10.2354Z" opacity="0.4" style="mix-blend-mode:overlay"/>
14
- <path fill="url(#Chain3776_svg__paint6_linear_6199_178261)" d="M16.1634 10.5625C16.1539 10.6183 16.1449 10.6742 16.1343 10.7296C17.3474 11.6849 18.6349 13.2298 19.1902 15.1659C19.2224 15.0923 19.2536 15.0184 19.2835 14.9439C18.6978 13.0203 17.3891 11.498 16.1634 10.5625V10.5625Z" opacity="0.5" style="mix-blend-mode:overlay"/>
15
- <path fill="url(#Chain3776_svg__paint7_radial_6199_178261)" d="M16.7295 17.4833C16.7506 17.459 16.771 17.434 16.7906 17.4081C16.8903 17.2772 16.9668 17.1361 17.0229 16.9898C16.0865 17.5627 14.4691 17.4407 12.1571 15.679C11.3913 15.0955 10.7463 14.3953 10.2292 13.6233C9.7744 12.977 9.37357 12.2236 9.07499 11.3496C8.73956 11.4929 8.43862 11.6477 8.18042 11.7995C8.48708 12.8642 8.94447 13.7608 9.47404 14.5133C9.99115 15.2853 10.6362 15.9856 11.4019 16.569C14.1548 18.6666 15.9233 18.44 16.7295 17.4833V17.4833Z" opacity="0.9" style="mix-blend-mode:overlay"/>
16
- <g opacity="0.8" style="mix-blend-mode:overlay">
17
- <path fill="white" d="M12.1683 15.6652C14.4803 17.4269 16.0977 17.5489 17.0341 16.9761C17.0478 16.9405 17.0593 16.9045 17.0704 16.8683C16.1284 17.4145 14.5242 17.2726 12.2435 15.5349C11.4777 14.9514 10.8327 14.2512 10.3156 13.4791C9.87588 12.8543 9.48738 12.1283 9.19216 11.291C9.15621 11.3057 9.12131 11.3208 9.08618 11.3358C9.38476 12.2098 9.78559 12.9632 10.2404 13.6095C10.7575 14.3815 11.4025 15.0817 12.1683 15.6652V15.6652Z"/>
18
- </g>
19
- <path fill="url(#Chain3776_svg__paint8_radial_6199_178261)" d="M8.34113 9.23823C8.44624 9.19427 8.55244 9.15489 8.65862 9.11549C8.85596 7.58626 9.51992 5.69172 10.893 4.22266C10.3785 4.29601 9.87258 4.41725 9.38374 4.58904C8.20278 6.11426 7.80854 8.00978 7.82677 9.46659C7.99084 9.38963 8.16144 9.31338 8.34113 9.23823V9.23823Z" opacity="0.3" style="mix-blend-mode:overlay"/>
20
- <path fill="url(#Chain3776_svg__paint9_linear_6199_178261)" d="M8.65308 9.1066C8.70615 9.08692 8.75907 9.06681 8.81239 9.04825C9.03306 7.52003 9.72727 5.6326 11.1263 4.18359C11.0465 4.1925 10.9668 4.20244 10.8874 4.21376C9.51438 5.68282 8.85041 7.57736 8.65308 9.1066V9.1066Z" opacity="0.4" style="mix-blend-mode:overlay"/>
21
- <path fill="url(#Chain3776_svg__paint10_linear_6199_178261)" d="M11.3302 1.94344C8.56346 2.13163 6.13414 3.41984 4.43889 5.35154C4.42608 5.36614 4.41335 5.38077 4.40063 5.39545L4.40074 5.39531C4.73078 5.72269 5.80941 6.36822 6.24659 6.63741C7.10495 5.71429 8.18403 4.99399 9.40653 4.56475C9.49192 4.45474 9.58041 4.3462 9.67414 4.2404C10.8128 2.95558 12.3676 2.27647 14.1711 2.27647C14.3719 2.27647 14.7807 2.30843 14.7895 2.30907C13.6961 1.99496 12.5309 1.86177 11.3302 1.94344Z" opacity="0.4" style="mix-blend-mode:multiply"/>
22
- <path fill="url(#Chain3776_svg__paint11_linear_6199_178261)" d="M12.5427 19.861C10.3985 20.0068 8.3942 19.2755 6.8794 17.9755H6.87939L6.87938 17.9755C6.73838 17.9563 6.59707 17.9333 6.45553 17.9043C4.77353 17.5607 3.40797 16.5537 2.50623 14.9918C2.40586 14.818 2.31605 14.6408 2.23511 14.4609C3.39926 19.1034 7.74894 22.3913 12.6919 22.0551C12.7139 21.5461 12.5638 20.365 12.5427 19.861V19.861Z" opacity="0.4" style="mix-blend-mode:multiply"/>
23
- <path fill="url(#Chain3776_svg__paint12_linear_6199_178261)" d="M22.0469 11.3158C21.7372 11.2841 20.2247 11.4035 19.8528 11.4651C19.8993 12.1488 19.8563 12.8183 19.7345 13.4624C19.7867 13.5906 19.8362 13.7206 19.8807 13.8538C20.424 15.4823 20.2347 17.1684 19.333 18.7303C19.2345 18.9009 19.1281 19.0643 19.0152 19.2216C19.0131 19.2246 19.0106 19.228 19.0088 19.2305C19.0087 19.2306 19.0134 19.2266 19.0161 19.2242C21.0634 17.2323 22.2559 14.389 22.0469 11.3158V11.3158Z" opacity="0.4" style="mix-blend-mode:multiply"/>
24
- <path fill="url(#Chain3776_svg__paint13_linear_6199_178261)" d="M14.2655 4.54229C14.4867 4.56492 14.7227 4.61922 14.9351 4.69056C14.9449 4.69383 14.9552 4.69661 14.9649 4.69996C14.965 4.69977 14.9652 4.69952 14.9653 4.69933C15.8349 5.05355 16.6299 5.56006 17.3162 6.18658C17.3177 6.18781 17.3191 6.18882 17.3206 6.19005C17.6514 5.81191 18.2882 5.39639 18.2882 5.39639C18.2882 5.39639 17.313 4.39886 15.8215 4.08928C14.7774 3.87256 12.4223 3.66248 10.937 6.19005C10.937 6.19005 10.9429 6.18448 10.9516 6.17646C11.0615 6.01039 11.1783 5.84896 11.3104 5.69987C12.0297 4.88815 13.099 4.4229 14.2655 4.54229V4.54229Z" opacity="0.5" style="mix-blend-mode:multiply"/>
25
- <path fill="url(#Chain3776_svg__paint14_linear_6199_178261)" d="M17.3171 17.6948C17.1869 17.875 17.0219 18.0522 16.8539 18.2005C16.8462 18.2073 16.8386 18.2149 16.8309 18.2216C16.831 18.2218 16.8311 18.2221 16.8312 18.2223C16.0896 18.7982 15.2535 19.2334 14.3678 19.5145C14.366 19.5152 14.3644 19.516 14.3625 19.5166C14.5246 19.9922 14.5661 20.7515 14.5661 20.7515C14.5661 20.7515 15.9176 20.4057 16.9314 19.2688C17.6411 18.4729 19.0006 16.5384 17.5543 13.9883C17.5543 13.9883 17.5562 13.9962 17.5588 14.0077C17.6477 14.1859 17.7291 14.3678 17.7921 14.5568C18.1355 15.5855 18.0037 16.7442 17.3171 17.6948V17.6948Z" opacity="0.5" style="mix-blend-mode:multiply"/>
26
- <path fill="url(#Chain3776_svg__paint15_linear_6199_178261)" d="M4.43519 13.7643C4.34422 13.5615 4.27325 13.33 4.22882 13.1103C4.22678 13.1002 4.224 13.0899 4.22208 13.0798C4.22185 13.0798 4.22152 13.0798 4.22129 13.0798C4.09329 12.1496 4.13445 11.2079 4.33388 10.3003C4.3342 10.2984 4.33434 10.2966 4.33466 10.2947C3.8418 10.1973 3.16353 9.85352 3.16353 9.85352C3.16353 9.85352 2.78723 11.1968 3.26488 12.6433C3.59926 13.6559 4.59486 15.8005 7.52646 15.823C7.52646 15.823 7.51868 15.8207 7.50739 15.8172C7.30862 15.8051 7.11042 15.7846 6.91525 15.7447C5.85264 15.5277 4.91505 14.8342 4.43519 13.7643V13.7643Z" opacity="0.5" style="mix-blend-mode:multiply"/>
27
- <path fill="url(#Chain3776_svg__paint16_linear_6199_178261)" d="M13.824 8.47662C13.9045 8.4868 13.9841 8.48963 14.0629 8.48839C14.0629 8.48839 14.0103 7.44105 13.8817 6.90369C13.7531 6.36633 13.5634 6.01048 13.355 5.80907C13.2058 5.66479 12.7345 5.48509 12.3681 6.59244C12.2498 7.51478 12.9018 8.35828 13.824 8.47662Z" opacity="0.6" style="mix-blend-mode:multiply"/>
28
- <path fill="url(#Chain3776_svg__paint17_linear_6199_178261)" d="M8.02291 12.1737C7.99149 12.0989 7.95415 12.0286 7.91366 11.9609C7.91366 11.9609 7.03296 12.5302 6.6319 12.9103C6.23083 13.2903 6.0175 13.6325 5.94725 13.9137C5.89693 14.1151 5.97692 14.613 7.11912 14.3767C7.97704 14.0179 8.38155 13.0316 8.02291 12.1737V12.1737Z" opacity="0.5" style="mix-blend-mode:multiply"/>
29
- <path fill="url(#Chain3776_svg__paint18_linear_6199_178261)" d="M14.1377 15.343C14.0886 15.4076 14.0464 15.4751 14.0081 15.544C14.0081 15.544 14.9414 16.0221 15.4711 16.1794C16.0007 16.3367 16.4038 16.3503 16.6824 16.2706C16.8819 16.2135 17.2732 15.8952 16.4974 15.0242C15.7578 14.4606 14.7013 14.6035 14.1377 15.343V15.343Z" opacity="0.6" style="mix-blend-mode:multiply"/>
30
- <path fill="url(#Chain3776_svg__paint19_linear_6199_178261)" d="M13.7568 10.9961C13.5446 11.7004 13.2471 12.3394 12.8835 12.9039C12.8637 12.9334 12.8458 12.9632 12.8253 12.9927C12.8246 12.9938 12.8238 12.9949 12.8231 12.996C12.5825 13.3429 12.2965 13.6849 11.9607 14.0158C12.1914 14.2613 12.441 14.499 12.715 14.7245C13.0592 14.9961 13.3965 15.2144 13.7016 15.3874C14.4703 14.5894 15.0181 13.745 15.405 12.9102C15.5564 12.6022 15.6904 12.2838 15.8057 11.9568C15.4511 11.6957 15.0918 11.4879 14.7608 11.3468C14.4184 11.2009 14.0838 11.0863 13.7568 10.9961V10.9961Z" opacity="0.3" style="mix-blend-mode:multiply"/>
31
- <path fill="url(#Chain3776_svg__paint20_linear_6199_178261)" d="M6.87401 17.9617C8.78536 18.2219 10.624 17.6155 11.8766 16.8713C11.7279 16.7677 11.5766 16.6581 11.4216 16.5401C10.9382 16.1717 10.5031 15.7566 10.1178 15.3064C9.1754 15.7186 7.98972 15.9604 6.89026 15.7359C5.82764 15.5188 4.89006 14.8254 4.4102 13.7555C4.31924 13.5527 4.24831 13.3212 4.20386 13.1016C4.48155 15.0501 5.46483 16.7524 6.87401 17.9617V17.9617Z" opacity="0.3" style="mix-blend-mode:multiply"/>
32
- <path fill="url(#Chain3776_svg__paint21_linear_6199_178261)" d="M11.9906 14.0217C11.4872 13.4861 11.0829 12.9093 10.776 12.3127C10.7603 12.2807 10.7436 12.2503 10.7282 12.2178C10.7276 12.2166 10.7271 12.2154 10.7265 12.2142C10.5463 11.8323 10.393 11.4134 10.2744 10.957C9.94711 11.034 9.61724 11.1311 9.28567 11.2554C8.87927 11.4173 8.5221 11.5999 8.22021 11.7772C8.52688 12.8412 8.98057 13.7411 9.50985 14.4931C9.70049 14.7777 9.90879 15.0524 10.1338 15.3153C10.5379 15.1385 10.898 14.931 11.1861 14.7146C11.4831 14.4915 11.7493 14.2594 11.9906 14.0217V14.0217Z" opacity="0.3" style="mix-blend-mode:multiply"/>
33
- <path fill="url(#Chain3776_svg__paint22_linear_6199_178261)" d="M9.384 4.55816C8.20306 6.08337 7.80878 7.97888 7.82702 9.43568C7.9917 9.35839 8.16304 9.28181 8.34348 9.20636C8.90358 8.97214 9.4799 8.80303 10.0617 8.69432C10.176 7.6723 10.5595 6.52488 11.3035 5.68517C12.0228 4.87345 13.0921 4.4082 14.2586 4.52759C14.4798 4.55022 14.7158 4.60451 14.9282 4.67586C14.9379 4.67913 14.9483 4.68191 14.958 4.68526C14.9581 4.68507 14.9583 4.68482 14.9584 4.68463C13.8837 4.24682 12.6965 4.0399 11.4628 4.12381C10.7383 4.1731 10.0441 4.32133 9.38991 4.551C9.38803 4.55343 9.38589 4.55572 9.38401 4.55815L9.384 4.55816V4.55816Z" opacity="0.3" style="mix-blend-mode:multiply"/>
34
- <path fill="url(#Chain3776_svg__paint23_linear_6199_178261)" d="M19.7424 13.4445C19.0116 11.6582 17.5661 10.3686 16.2949 9.65625C16.2795 9.83746 16.2601 10.024 16.2353 10.218C16.1581 10.8201 16.0163 11.4038 15.8196 11.962C16.6482 12.572 17.4511 13.4783 17.8066 14.5433C18.1499 15.5721 18.0182 16.7308 17.3315 17.6813C17.2014 17.8615 17.0364 18.0388 16.8684 18.1871C16.8659 18.1892 16.8635 18.1914 16.8611 18.1937C18.341 17.0306 19.3877 15.3542 19.7466 13.4557C19.7451 13.4521 19.7439 13.4482 19.7424 13.4445V13.4445V13.4445Z" opacity="0.3" style="mix-blend-mode:multiply"/>
35
- <path fill="url(#Chain3776_svg__paint24_linear_6199_178261)" d="M10.0629 9.91284C10.1076 10.2815 10.1755 10.6279 10.2607 10.9556C10.9769 10.787 11.6794 10.7251 12.3502 10.7577C12.3857 10.7601 12.4205 10.7608 12.4563 10.7637C12.4576 10.7638 12.4589 10.7639 12.4603 10.764C12.8804 10.7988 13.3191 10.8754 13.7729 11.0005C13.87 10.6784 13.9509 10.3439 14.0091 9.99433C14.0723 9.55983 14.0927 9.15804 14.0898 8.80702C13.0152 8.54073 12.0108 8.48861 11.095 8.57095C10.7525 8.59378 10.4098 8.63693 10.0689 8.70061C10.0199 9.13912 10.0196 9.55496 10.0629 9.91284H10.0629Z" opacity="0.3" style="mix-blend-mode:multiply"/>
36
- <defs>
37
- <linearGradient id="Chain3776_svg__paint0_linear_6199_178261" x1="5.12092" x2="17.9746" y1="18.8794" y2="6.02572" gradientUnits="userSpaceOnUse">
38
- <stop offset="0.001139" stop-color="#E6007A"/>
39
- <stop offset="0.207149" stop-color="#703AC2"/>
40
- <stop offset="0.456011" stop-color="#0070EB"/>
41
- <stop offset="0.768132" stop-color="#0297FB"/>
42
- <stop offset="1" stop-color="#0AE2FF"/>
43
- </linearGradient>
44
- <radialGradient id="Chain3776_svg__paint1_radial_6199_178261" cx="0" cy="0" r="1" gradientTransform="translate(14.8635 9.96333) scale(3.83261)" gradientUnits="userSpaceOnUse">
45
- <stop stop-color="white"/>
46
- <stop offset="1" stop-color="white" stop-opacity="0"/>
47
- </radialGradient>
48
- <radialGradient id="Chain3776_svg__paint2_radial_6199_178261" cx="0" cy="0" r="1" gradientTransform="translate(9.22666 17.0797) scale(2.22985)" gradientUnits="userSpaceOnUse">
49
- <stop stop-color="white"/>
50
- <stop offset="1" stop-color="white" stop-opacity="0"/>
51
- </radialGradient>
52
- <linearGradient id="Chain3776_svg__paint3_linear_6199_178261" x1="5.86839" x2="8.01782" y1="16.6921" y2="16.6623" gradientUnits="userSpaceOnUse">
53
- <stop stop-color="white" stop-opacity="0"/>
54
- <stop offset="1" stop-color="white"/>
55
- </linearGradient>
56
- <radialGradient id="Chain3776_svg__paint4_radial_6199_178261" cx="0" cy="0" r="1" gradientTransform="translate(8.7741 10.5421) rotate(-120) scale(3.83261)" gradientUnits="userSpaceOnUse">
57
- <stop stop-color="white"/>
58
- <stop offset="1" stop-color="white" stop-opacity="0"/>
59
- </radialGradient>
60
- <radialGradient id="Chain3776_svg__paint5_radial_6199_178261" cx="0" cy="0" r="1" gradientTransform="translate(17.7774 11.8929) rotate(-120) scale(2.22985)" gradientUnits="userSpaceOnUse">
61
- <stop stop-color="white"/>
62
- <stop offset="1" stop-color="white" stop-opacity="0"/>
63
- </radialGradient>
64
- <linearGradient id="Chain3776_svg__paint6_linear_6199_178261" x1="19.1134" x2="18.0129" y1="14.9703" y2="13.1238" gradientUnits="userSpaceOnUse">
65
- <stop stop-color="white" stop-opacity="0"/>
66
- <stop offset="1" stop-color="white"/>
67
- </linearGradient>
68
- <radialGradient id="Chain3776_svg__paint7_radial_6199_178261" cx="0" cy="0" r="1" gradientTransform="translate(12.1303 15.3471) rotate(120) scale(3.83261)" gradientUnits="userSpaceOnUse">
69
- <stop stop-color="white"/>
70
- <stop offset="1" stop-color="white" stop-opacity="0"/>
71
- </radialGradient>
72
- <radialGradient id="Chain3776_svg__paint8_radial_6199_178261" cx="0" cy="0" r="1" gradientTransform="translate(9.00106 7.0662) rotate(120) scale(2.22985)" gradientUnits="userSpaceOnUse">
73
- <stop stop-color="white"/>
74
- <stop offset="1" stop-color="white" stop-opacity="0"/>
75
- </radialGradient>
76
- <linearGradient id="Chain3776_svg__paint9_linear_6199_178261" x1="10.9953" x2="9.94647" y1="4.34787" y2="6.22426" gradientUnits="userSpaceOnUse">
77
- <stop stop-color="white" stop-opacity="0"/>
78
- <stop offset="1" stop-color="white"/>
79
- </linearGradient>
80
- <linearGradient id="Chain3776_svg__paint10_linear_6199_178261" x1="11.4862" x2="8.20232" y1="3.38352" y2="4.33882" gradientUnits="userSpaceOnUse">
81
- <stop stop-color="#231F20"/>
82
- <stop offset="1" stop-color="white"/>
83
- </linearGradient>
84
- <linearGradient id="Chain3776_svg__paint11_linear_6199_178261" x1="5.27396" x2="8.02046" y1="15.9068" y2="18.7727" gradientUnits="userSpaceOnUse">
85
- <stop stop-color="#231F20"/>
86
- <stop offset="1" stop-color="white"/>
87
- </linearGradient>
88
- <linearGradient id="Chain3776_svg__paint12_linear_6199_178261" x1="19.9971" x2="20.9524" y1="15.476" y2="12.5703" gradientUnits="userSpaceOnUse">
89
- <stop stop-color="#231F20"/>
90
- <stop offset="1" stop-color="white"/>
91
- </linearGradient>
92
- <linearGradient id="Chain3776_svg__paint13_linear_6199_178261" x1="12.9728" x2="17.3755" y1="5.04611" y2="6.0542" gradientUnits="userSpaceOnUse">
93
- <stop stop-color="#231F20"/>
94
- <stop offset="1" stop-color="white"/>
95
- </linearGradient>
96
- <linearGradient id="Chain3776_svg__paint14_linear_6199_178261" x1="17.5271" x2="14.4528" y1="16.3233" y2="19.6321" gradientUnits="userSpaceOnUse">
97
- <stop stop-color="#231F20"/>
98
- <stop offset="1" stop-color="white"/>
99
- </linearGradient>
100
- <linearGradient id="Chain3776_svg__paint15_linear_6199_178261" x1="5.5179" x2="4.18958" y1="14.632" y2="10.3151" gradientUnits="userSpaceOnUse">
101
- <stop stop-color="#231F20"/>
102
- <stop offset="1" stop-color="white"/>
103
- </linearGradient>
104
- <linearGradient id="Chain3776_svg__paint16_linear_6199_178261" x1="13.9179" x2="12.5248" y1="6.66712" y2="8.06027" gradientUnits="userSpaceOnUse">
105
- <stop stop-color="#231F20"/>
106
- <stop offset="1" stop-color="white"/>
107
- </linearGradient>
108
- <linearGradient id="Chain3776_svg__paint17_linear_6199_178261" x1="6.4089" x2="8.31198" y1="12.9972" y2="13.5071" gradientUnits="userSpaceOnUse">
109
- <stop stop-color="#231F20"/>
110
- <stop offset="1" stop-color="white"/>
111
- </linearGradient>
112
- <linearGradient id="Chain3776_svg__paint18_linear_6199_178261" x1="15.6578" x2="15.1479" y1="16.3291" y2="14.426" gradientUnits="userSpaceOnUse">
113
- <stop stop-color="#231F20"/>
114
- <stop offset="1" stop-color="white"/>
115
- </linearGradient>
116
- <linearGradient id="Chain3776_svg__paint19_linear_6199_178261" x1="12.7427" x2="13.5786" y1="14.6323" y2="13.478" gradientUnits="userSpaceOnUse">
117
- <stop stop-color="#231F20"/>
118
- <stop offset="1" stop-color="white"/>
119
- </linearGradient>
120
- <linearGradient id="Chain3776_svg__paint20_linear_6199_178261" x1="9.87825" x2="8.20647" y1="14.1297" y2="14.9257" gradientUnits="userSpaceOnUse">
121
- <stop stop-color="#231F20"/>
122
- <stop offset="1" stop-color="white"/>
123
- </linearGradient>
124
- <linearGradient id="Chain3776_svg__paint21_linear_6199_178261" x1="9.28769" x2="9.80514" y1="11.3557" y2="12.4304" gradientUnits="userSpaceOnUse">
125
- <stop stop-color="#231F20"/>
126
- <stop offset="1" stop-color="white"/>
127
- </linearGradient>
128
- <linearGradient id="Chain3776_svg__paint22_linear_6199_178261" x1="11.6739" x2="11.3157" y1="8.02878" y2="6.79485" gradientUnits="userSpaceOnUse">
129
- <stop stop-color="#231F20"/>
130
- <stop offset="1" stop-color="white"/>
131
- </linearGradient>
132
- <linearGradient id="Chain3776_svg__paint23_linear_6199_178261" x1="15.5398" x2="16.5747" y1="13.6854" y2="13.9242" gradientUnits="userSpaceOnUse">
133
- <stop stop-color="#231F20"/>
134
- <stop offset="1" stop-color="white"/>
135
- </linearGradient>
136
- <linearGradient id="Chain3776_svg__paint24_linear_6199_178261" x1="13.9179" x2="12.6044" y1="10.1885" y2="9.94972" gradientUnits="userSpaceOnUse">
137
- <stop stop-color="#231F20"/>
138
- <stop offset="1" stop-color="white"/>
139
- </linearGradient>
140
- </defs>
141
- </svg>
@@ -1,5 +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="M17.4463 5.27917L12.8217 2.83327C12.377 2.61091 11.71 2.61091 11.2653 2.83327L6.6407 5.27917C6.46283 5.36811 6.32943 5.50153 6.26273 5.63494H6.21826V5.87953V5.87953V5.87953V11.8609V11.8609V11.8609V18.109V18.109V18.109V18.3536H6.28496C6.35167 18.487 6.48507 18.6204 6.66294 18.7094L11.2876 21.1553C11.5099 21.2665 11.7767 21.3332 12.0657 21.3332C12.3325 21.3332 12.6216 21.2665 12.8439 21.1553L17.4685 18.7094C17.6464 18.6204 17.7798 18.487 17.8465 18.3536H17.9132V5.63494H17.8465C17.7576 5.50153 17.6242 5.36811 17.4463 5.27917H17.4463ZM11.5549 9.34649C11.5993 9.32426 11.666 9.30202 11.7327 9.27979V14.4162C11.666 14.3939 11.6216 14.3717 11.5549 14.3495L6.93024 11.9036C6.88578 11.8813 6.86354 11.8591 6.84131 11.8369C6.86355 11.8146 6.88578 11.7924 6.93024 11.7702L11.5549 9.34649ZM12.355 14.4162V9.27979C12.4217 9.30202 12.4662 9.32426 12.5328 9.34649L17.1575 11.7924C17.2019 11.8146 17.2242 11.8369 17.2464 11.8591C17.2242 11.8813 17.2019 11.9036 17.1575 11.9258L12.5328 14.3717C12.4884 14.3939 12.4217 14.4162 12.355 14.4162V14.4162ZM12.9565 8.87983L17.2699 6.61182V11.1701L12.9565 8.87983ZM6.84131 11.1466V6.58838L11.1546 8.85639L6.84131 11.1466ZM6.84131 12.5728L11.288 14.9075C11.3325 14.9297 11.3992 14.9519 11.4437 14.9742C11.3992 14.9964 11.3325 15.0187 11.288 15.0409L6.84131 17.3756V12.5728ZM12.8231 14.9075L17.2699 12.5728V17.3978L12.8231 15.0631C12.7787 15.0409 12.7119 15.0187 12.6675 14.9964C12.7119 14.9742 12.7787 14.9519 12.8231 14.9075ZM6.9322 5.83356L11.5568 3.38766C11.8236 3.25424 12.2683 3.25424 12.5351 3.38766L17.1597 5.83356C17.2042 5.8558 17.2264 5.87803 17.2486 5.90026C17.2264 5.9225 17.2042 5.94473 17.1597 5.96696L12.5351 8.41286C12.2683 8.54628 11.8236 8.54628 11.5568 8.41286L6.9322 5.96696C6.88773 5.94473 6.86549 5.92249 6.84326 5.90026C6.8655 5.87802 6.88773 5.85579 6.9322 5.83356ZM17.1578 18.174L12.5331 20.6199C12.2663 20.7533 11.8217 20.7533 11.5549 20.6199L6.93024 18.174C6.88578 18.1518 6.86354 18.1295 6.84131 18.1073C6.86355 18.0851 6.88578 18.0628 6.93024 18.0406L11.5549 15.5947C11.8217 15.4613 12.2663 15.4613 12.5331 15.5947L17.1578 18.0406C17.2022 18.0628 17.2245 18.0851 17.2467 18.1073C17.2245 18.1295 17.2022 18.1518 17.1578 18.174Z" clip-rule="evenodd"/>
3
- <path fill="#8E9BB2" d="M18.4032 3.56524L18.292 3.49854L17.9585 4.03218L18.0697 4.09889C18.8924 4.58807 19.1592 4.74372 19.1592 5.89996H19.7818C19.7818 4.41019 19.2704 4.09889 18.4032 3.56524H18.4032Z"/>
4
- <path fill="#8E9BB2" d="M4.84087 17.8892H4.21826C4.21826 19.3789 4.75192 19.6902 5.5969 20.2239L5.70808 20.2906L6.04161 19.7569L5.93043 19.6902C5.1077 19.201 4.84087 19.0232 4.84087 17.8892V17.8892Z"/>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#FE005B" d="M18.7009 6.40643L13.4924 3.40071C12.5701 2.86643 11.4299 2.86643 10.5076 3.40071L5.29905 6.40643C4.37674 6.94072 3.80664 7.92571 3.80664 8.99129V15.0057C3.80664 16.0713 4.37674 17.0563 5.29905 17.5906L10.5076 20.5993C11.4299 21.1336 12.5701 21.1336 13.4924 20.5993L18.7009 17.5906C19.6232 17.0563 20.1933 16.0713 20.1933 15.0057V8.99129C20.1933 7.92571 19.6262 6.94072 18.7009 6.40643ZM16.134 12.597L14.5849 15.2803C14.3729 15.6504 13.9789 15.8773 13.5521 15.8773H10.4509C10.024 15.8773 9.63004 15.6504 9.41812 15.2803L7.86601 12.597C7.65408 12.2268 7.65408 11.7732 7.86601 11.403L9.41513 8.71968C9.62705 8.34956 10.0211 8.12271 10.4479 8.12271H13.5461C13.973 8.12271 14.367 8.34956 14.5789 8.71968L16.128 11.403C16.3459 11.7732 16.3459 12.2268 16.134 12.597Z"/>
3
- <path fill="#FFF1F8" d="M16.13 12.5836L14.5809 15.267C14.369 15.6371 13.975 15.864 13.5482 15.864H10.4469C10.0201 15.864 9.6261 15.6371 9.41418 15.267L7.86207 12.5836C7.65014 12.2135 7.65014 11.7598 7.86207 11.3897L9.41119 8.70634C9.62311 8.33622 10.0171 8.10938 10.4439 8.10938H13.5422C13.969 8.10938 14.363 8.33622 14.5749 8.70634L16.1241 11.3897C16.342 11.7598 16.342 12.2135 16.13 12.5836Z"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
- <path fill="#8E9BB2" d="M18.7009 6.40643L13.4924 3.40071C12.5701 2.86643 11.4299 2.86643 10.5076 3.40071L5.29905 6.40643C4.37674 6.94072 3.80664 7.92571 3.80664 8.99129V15.0057C3.80664 16.0713 4.37674 17.0563 5.29905 17.5906L10.5076 20.5993C11.4299 21.1336 12.5701 21.1336 13.4924 20.5993L18.7009 17.5906C19.6232 17.0563 20.1933 16.0713 20.1933 15.0057V8.99129C20.1933 7.92571 19.6262 6.94072 18.7009 6.40643ZM16.134 12.597L14.5849 15.2803C14.3729 15.6504 13.9789 15.8773 13.5521 15.8773H10.4509C10.024 15.8773 9.63004 15.6504 9.41812 15.2803L7.866 12.597C7.65408 12.2268 7.65408 11.7732 7.866 11.403L9.41513 8.71968C9.62705 8.34956 10.021 8.12271 10.4479 8.12271H13.5461C13.973 8.12271 14.367 8.34956 14.5789 8.71968L16.128 11.403C16.3459 11.7732 16.3459 12.2268 16.134 12.597Z"/>
3
- <path fill="#EEF2F6" d="M16.13 12.5836L14.5809 15.267C14.369 15.6371 13.975 15.864 13.5482 15.864H10.4469C10.0201 15.864 9.6261 15.6371 9.41418 15.267L7.86207 12.5836C7.65014 12.2135 7.65014 11.7598 7.86207 11.3897L9.41119 8.70634C9.62311 8.33622 10.0171 8.10938 10.4439 8.10938H13.5422C13.969 8.10938 14.363 8.33622 14.5749 8.70634L16.1241 11.3897C16.342 11.7598 16.342 12.2135 16.13 12.5836Z"/>
4
- </svg>