@api3/logos 1.0.12 → 1.0.14
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.
- package/dist/cjs/ChainLogo.js +3 -27
- package/dist/esm/ChainLogo.js +3 -27
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/logos/chain/Chain48898.svg +3 -0
- package/dist/logos/chain/Chain48900.svg +2 -2
- package/dist/logos/symbol/OsEth.svg +14 -18
- package/dist/logos/symbol/Xaut.svg +13 -9
- package/package.json +2 -2
- package/dist/logos/chain/Chain1380012617.svg +0 -3
- package/dist/logos/chain/Chain1890.svg +0 -63
- package/dist/logos/chain/Chain1891.svg +0 -18
- package/dist/logos/chain/Chain1918988905.svg +0 -3
- package/dist/logos/chain/Chain2340.svg +0 -5
- package/dist/logos/chain/Chain2358.svg +0 -14
- package/dist/logos/chain/Chain2424.svg +0 -16
- package/dist/logos/chain/Chain2525.svg +0 -16
- package/dist/logos/chain/Chain48899.svg +0 -3
package/dist/cjs/ChainLogo.js
CHANGED
|
@@ -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 Chain2340 = require('../logos/chain/Chain2340.svg');
|
|
32
31
|
const Chain43114 = require('../logos/chain/Chain43114.svg');
|
|
33
32
|
const Chain43113 = require('../logos/chain/Chain43113.svg');
|
|
34
33
|
const Chain8453 = require('../logos/chain/Chain8453.svg');
|
|
@@ -52,17 +51,12 @@ const Chain252 = require('../logos/chain/Chain252.svg');
|
|
|
52
51
|
const Chain2522 = require('../logos/chain/Chain2522.svg');
|
|
53
52
|
const Chain100 = require('../logos/chain/Chain100.svg');
|
|
54
53
|
const Chain10200 = require('../logos/chain/Chain10200.svg');
|
|
55
|
-
const Chain2525 = require('../logos/chain/Chain2525.svg');
|
|
56
|
-
const Chain2424 = require('../logos/chain/Chain2424.svg');
|
|
57
54
|
const Chain57073 = require('../logos/chain/Chain57073.svg');
|
|
58
55
|
const Chain763373 = require('../logos/chain/Chain763373.svg');
|
|
59
56
|
const Chain747474 = require('../logos/chain/Chain747474.svg');
|
|
60
57
|
const Chain2222 = require('../logos/chain/Chain2222.svg');
|
|
61
58
|
const Chain2221 = require('../logos/chain/Chain2221.svg');
|
|
62
59
|
const Chain255 = require('../logos/chain/Chain255.svg');
|
|
63
|
-
const Chain2358 = require('../logos/chain/Chain2358.svg');
|
|
64
|
-
const Chain1890 = require('../logos/chain/Chain1890.svg');
|
|
65
|
-
const Chain1891 = require('../logos/chain/Chain1891.svg');
|
|
66
60
|
const Chain59144 = require('../logos/chain/Chain59144.svg');
|
|
67
61
|
const Chain59141 = require('../logos/chain/Chain59141.svg');
|
|
68
62
|
const Chain994873017 = require('../logos/chain/Chain994873017.svg');
|
|
@@ -94,8 +88,6 @@ const Chain137 = require('../logos/chain/Chain137.svg');
|
|
|
94
88
|
const Chain80002 = require('../logos/chain/Chain80002.svg');
|
|
95
89
|
const Chain1101 = require('../logos/chain/Chain1101.svg');
|
|
96
90
|
const Chain2442 = require('../logos/chain/Chain2442.svg');
|
|
97
|
-
const Chain1380012617 = require('../logos/chain/Chain1380012617.svg');
|
|
98
|
-
const Chain1918988905 = require('../logos/chain/Chain1918988905.svg');
|
|
99
91
|
const Chain2020 = require('../logos/chain/Chain2020.svg');
|
|
100
92
|
const Chain2021 = require('../logos/chain/Chain2021.svg');
|
|
101
93
|
const Chain534352 = require('../logos/chain/Chain534352.svg');
|
|
@@ -115,7 +107,7 @@ const Chain4801 = require('../logos/chain/Chain4801.svg');
|
|
|
115
107
|
const Chain196 = require('../logos/chain/Chain196.svg');
|
|
116
108
|
const Chain195 = require('../logos/chain/Chain195.svg');
|
|
117
109
|
const Chain48900 = require('../logos/chain/Chain48900.svg');
|
|
118
|
-
const
|
|
110
|
+
const Chain48898 = require('../logos/chain/Chain48898.svg');
|
|
119
111
|
const ChainPlaceholder = require('../logos/chain/Placeholder.svg');
|
|
120
112
|
function sanitizeName(id) {
|
|
121
113
|
return id.replace(/\s+|-/g, '').replace(/ExchangeRate/g, '');
|
|
@@ -185,8 +177,6 @@ function ChainLogo(id, light = false) {
|
|
|
185
177
|
return Chain42161;
|
|
186
178
|
case "421614":
|
|
187
179
|
return Chain421614;
|
|
188
|
-
case "2340":
|
|
189
|
-
return Chain2340;
|
|
190
180
|
case "43114":
|
|
191
181
|
return Chain43114;
|
|
192
182
|
case "43113":
|
|
@@ -233,10 +223,6 @@ function ChainLogo(id, light = false) {
|
|
|
233
223
|
return Chain100;
|
|
234
224
|
case "10200":
|
|
235
225
|
return Chain10200;
|
|
236
|
-
case "2525":
|
|
237
|
-
return Chain2525;
|
|
238
|
-
case "2424":
|
|
239
|
-
return Chain2424;
|
|
240
226
|
case "57073":
|
|
241
227
|
return Chain57073;
|
|
242
228
|
case "763373":
|
|
@@ -249,12 +235,6 @@ function ChainLogo(id, light = false) {
|
|
|
249
235
|
return Chain2221;
|
|
250
236
|
case "255":
|
|
251
237
|
return Chain255;
|
|
252
|
-
case "2358":
|
|
253
|
-
return Chain2358;
|
|
254
|
-
case "1890":
|
|
255
|
-
return Chain1890;
|
|
256
|
-
case "1891":
|
|
257
|
-
return Chain1891;
|
|
258
238
|
case "59144":
|
|
259
239
|
return Chain59144;
|
|
260
240
|
case "59141":
|
|
@@ -317,10 +297,6 @@ function ChainLogo(id, light = false) {
|
|
|
317
297
|
return Chain1101;
|
|
318
298
|
case "2442":
|
|
319
299
|
return Chain2442;
|
|
320
|
-
case "1380012617":
|
|
321
|
-
return Chain1380012617;
|
|
322
|
-
case "1918988905":
|
|
323
|
-
return Chain1918988905;
|
|
324
300
|
case "2020":
|
|
325
301
|
return Chain2020;
|
|
326
302
|
case "2021":
|
|
@@ -359,8 +335,8 @@ function ChainLogo(id, light = false) {
|
|
|
359
335
|
return Chain195;
|
|
360
336
|
case "48900":
|
|
361
337
|
return Chain48900;
|
|
362
|
-
case "
|
|
363
|
-
return
|
|
338
|
+
case "48898":
|
|
339
|
+
return Chain48898;
|
|
364
340
|
default:
|
|
365
341
|
return light ? ChainLogo(id) : ChainPlaceholder;
|
|
366
342
|
}
|
package/dist/esm/ChainLogo.js
CHANGED
|
@@ -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 Chain2340 from '../logos/chain/Chain2340.svg';
|
|
32
31
|
import Chain43114 from '../logos/chain/Chain43114.svg';
|
|
33
32
|
import Chain43113 from '../logos/chain/Chain43113.svg';
|
|
34
33
|
import Chain8453 from '../logos/chain/Chain8453.svg';
|
|
@@ -52,17 +51,12 @@ import Chain252 from '../logos/chain/Chain252.svg';
|
|
|
52
51
|
import Chain2522 from '../logos/chain/Chain2522.svg';
|
|
53
52
|
import Chain100 from '../logos/chain/Chain100.svg';
|
|
54
53
|
import Chain10200 from '../logos/chain/Chain10200.svg';
|
|
55
|
-
import Chain2525 from '../logos/chain/Chain2525.svg';
|
|
56
|
-
import Chain2424 from '../logos/chain/Chain2424.svg';
|
|
57
54
|
import Chain57073 from '../logos/chain/Chain57073.svg';
|
|
58
55
|
import Chain763373 from '../logos/chain/Chain763373.svg';
|
|
59
56
|
import Chain747474 from '../logos/chain/Chain747474.svg';
|
|
60
57
|
import Chain2222 from '../logos/chain/Chain2222.svg';
|
|
61
58
|
import Chain2221 from '../logos/chain/Chain2221.svg';
|
|
62
59
|
import Chain255 from '../logos/chain/Chain255.svg';
|
|
63
|
-
import Chain2358 from '../logos/chain/Chain2358.svg';
|
|
64
|
-
import Chain1890 from '../logos/chain/Chain1890.svg';
|
|
65
|
-
import Chain1891 from '../logos/chain/Chain1891.svg';
|
|
66
60
|
import Chain59144 from '../logos/chain/Chain59144.svg';
|
|
67
61
|
import Chain59141 from '../logos/chain/Chain59141.svg';
|
|
68
62
|
import Chain994873017 from '../logos/chain/Chain994873017.svg';
|
|
@@ -94,8 +88,6 @@ import Chain137 from '../logos/chain/Chain137.svg';
|
|
|
94
88
|
import Chain80002 from '../logos/chain/Chain80002.svg';
|
|
95
89
|
import Chain1101 from '../logos/chain/Chain1101.svg';
|
|
96
90
|
import Chain2442 from '../logos/chain/Chain2442.svg';
|
|
97
|
-
import Chain1380012617 from '../logos/chain/Chain1380012617.svg';
|
|
98
|
-
import Chain1918988905 from '../logos/chain/Chain1918988905.svg';
|
|
99
91
|
import Chain2020 from '../logos/chain/Chain2020.svg';
|
|
100
92
|
import Chain2021 from '../logos/chain/Chain2021.svg';
|
|
101
93
|
import Chain534352 from '../logos/chain/Chain534352.svg';
|
|
@@ -115,7 +107,7 @@ import Chain4801 from '../logos/chain/Chain4801.svg';
|
|
|
115
107
|
import Chain196 from '../logos/chain/Chain196.svg';
|
|
116
108
|
import Chain195 from '../logos/chain/Chain195.svg';
|
|
117
109
|
import Chain48900 from '../logos/chain/Chain48900.svg';
|
|
118
|
-
import
|
|
110
|
+
import Chain48898 from '../logos/chain/Chain48898.svg';
|
|
119
111
|
import ChainPlaceholder from '../logos/chain/Placeholder.svg';
|
|
120
112
|
function sanitizeName(id) {
|
|
121
113
|
return id.replace(/\s+|-/g, '').replace(/ExchangeRate/g, '');
|
|
@@ -185,8 +177,6 @@ function ChainLogo(id, light = false) {
|
|
|
185
177
|
return Chain42161;
|
|
186
178
|
case "421614":
|
|
187
179
|
return Chain421614;
|
|
188
|
-
case "2340":
|
|
189
|
-
return Chain2340;
|
|
190
180
|
case "43114":
|
|
191
181
|
return Chain43114;
|
|
192
182
|
case "43113":
|
|
@@ -233,10 +223,6 @@ function ChainLogo(id, light = false) {
|
|
|
233
223
|
return Chain100;
|
|
234
224
|
case "10200":
|
|
235
225
|
return Chain10200;
|
|
236
|
-
case "2525":
|
|
237
|
-
return Chain2525;
|
|
238
|
-
case "2424":
|
|
239
|
-
return Chain2424;
|
|
240
226
|
case "57073":
|
|
241
227
|
return Chain57073;
|
|
242
228
|
case "763373":
|
|
@@ -249,12 +235,6 @@ function ChainLogo(id, light = false) {
|
|
|
249
235
|
return Chain2221;
|
|
250
236
|
case "255":
|
|
251
237
|
return Chain255;
|
|
252
|
-
case "2358":
|
|
253
|
-
return Chain2358;
|
|
254
|
-
case "1890":
|
|
255
|
-
return Chain1890;
|
|
256
|
-
case "1891":
|
|
257
|
-
return Chain1891;
|
|
258
238
|
case "59144":
|
|
259
239
|
return Chain59144;
|
|
260
240
|
case "59141":
|
|
@@ -317,10 +297,6 @@ function ChainLogo(id, light = false) {
|
|
|
317
297
|
return Chain1101;
|
|
318
298
|
case "2442":
|
|
319
299
|
return Chain2442;
|
|
320
|
-
case "1380012617":
|
|
321
|
-
return Chain1380012617;
|
|
322
|
-
case "1918988905":
|
|
323
|
-
return Chain1918988905;
|
|
324
300
|
case "2020":
|
|
325
301
|
return Chain2020;
|
|
326
302
|
case "2021":
|
|
@@ -359,8 +335,8 @@ function ChainLogo(id, light = false) {
|
|
|
359
335
|
return Chain195;
|
|
360
336
|
case "48900":
|
|
361
337
|
return Chain48900;
|
|
362
|
-
case "
|
|
363
|
-
return
|
|
338
|
+
case "48898":
|
|
339
|
+
return Chain48898;
|
|
364
340
|
default:
|
|
365
341
|
return light ? ChainLogo(id) : ChainPlaceholder;
|
|
366
342
|
}
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
2
2
|
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
|
3
|
-
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
4
|
-
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
5
3
|
export { default as ChainLogo } from './ChainLogo.js';
|
|
6
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
1
|
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
2
2
|
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
|
3
|
-
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
4
|
-
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
5
3
|
export { default as ChainLogo } from './ChainLogo.js';
|
|
6
4
|
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
|
5
|
+
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
6
|
+
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#8E9BB2" fill-rule="evenodd" d="M2.52844 12.0007C2.52844 6.75375 6.76922 2.50049 11.9998 2.50049C17.2313 2.50049 21.4721 6.75375 21.4716 12.0002C21.4716 13.8586 20.9394 15.5921 20.02 17.056C19.7664 17.4593 19.4841 17.8422 19.1746 18.202L12.0124 11.0187L5.85348 17.1953L4.83664 18.2151C4.52626 17.8562 4.24293 17.4738 3.98941 17.071C3.0639 15.6043 2.52844 13.8651 2.52844 12.0007ZM18.9341 15.7024L19.0208 15.5286L19.0213 15.529C19.5647 14.4419 19.8518 13.2215 19.8518 12.0007C19.8518 7.65862 16.3296 4.12608 12.0002 4.12608C7.67096 4.12608 4.14925 7.65862 4.14925 12.0007C4.14925 13.228 4.43912 14.4536 4.98762 15.5449L5.07477 15.7179L12.0124 8.75979L18.9341 15.7024ZM12.0002 21.4999C14.3583 21.4999 16.5155 20.6357 18.1735 19.2055L12.0128 13.0261L5.84035 19.2162C7.49612 20.6404 9.64212 21.4999 12.0002 21.4999Z" clip-rule="evenodd"/>
|
|
3
|
+
</svg>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="url(#
|
|
2
|
+
<path fill="url(#Chain48900_svg__paint0_linear_4741_37468)" fill-rule="evenodd" d="M2.52844 12.0007C2.52844 6.75375 6.76922 2.50049 11.9998 2.50049C17.2313 2.50049 21.4721 6.75375 21.4716 12.0002C21.4716 13.8586 20.9394 15.5921 20.02 17.056C19.7664 17.4593 19.4841 17.8422 19.1746 18.202L12.0124 11.0187L5.85348 17.1953L4.83664 18.2152C4.52626 17.8562 4.24293 17.4738 3.98941 17.071C3.0639 15.6043 2.52844 13.8651 2.52844 12.0007ZM18.9342 15.7024L19.0208 15.5286L19.0213 15.529C19.5647 14.4419 19.8518 13.2215 19.8518 12.0007C19.8518 7.65862 16.3296 4.12608 12.0003 4.12608C7.67096 4.12608 4.14925 7.65862 4.14925 12.0007C4.14925 13.228 4.43912 14.4536 4.98762 15.5449L5.07477 15.7179L12.0124 8.75979L18.9342 15.7024ZM12.0002 21.4999C14.3583 21.4999 16.5155 20.6357 18.1735 19.2055L12.0128 13.0261L5.84035 19.2162C7.49612 20.6404 9.64212 21.4999 12.0002 21.4999Z" clip-rule="evenodd"/>
|
|
3
3
|
<defs>
|
|
4
|
-
<linearGradient id="
|
|
4
|
+
<linearGradient id="Chain48900_svg__paint0_linear_4741_37468" x1="12" x2="12.0282" y1="2.50049" y2="21.4999" gradientUnits="userSpaceOnUse">
|
|
5
5
|
<stop stop-color="#169E00"/>
|
|
6
6
|
<stop offset="0.49" stop-color="#00C537"/>
|
|
7
7
|
<stop offset="1" stop-color="#00B1C9"/>
|
|
@@ -1,40 +1,36 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0
|
|
2
|
-
<
|
|
3
|
-
<path fill="url(#
|
|
4
|
-
<path fill="url(#
|
|
5
|
-
<path fill="url(#
|
|
6
|
-
<path fill="url(#
|
|
7
|
-
<path fill="url(#
|
|
8
|
-
<path fill="url(#
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 36 36">
|
|
2
|
+
<rect width="35.9982" height="35.9982" fill="white" rx="17.9991"/>
|
|
3
|
+
<path fill="url(#osETH_svg__paint0_linear_4741_54737)" d="M18.0036 31.7133L6.65088 25.9169L18.0036 20.3491V31.7133Z"/>
|
|
4
|
+
<path fill="url(#osETH_svg__paint1_linear_4741_54737)" d="M18.0039 20.3491L29.3566 25.9512L18.0039 31.7133V20.3491Z"/>
|
|
5
|
+
<path fill="url(#osETH_svg__paint2_linear_4741_54737)" d="M24.7149 17.0781L29.3566 25.9385L18.0039 20.3365L24.7149 17.0781Z"/>
|
|
6
|
+
<path fill="url(#osETH_svg__paint3_linear_4741_54737)" d="M11.3057 17.0547L18.0053 20.3473L6.64111 25.9037L11.3057 17.0547Z"/>
|
|
7
|
+
<path fill="url(#osETH_svg__paint4_linear_4741_54737)" d="M18.0065 20.3482V4.28516L11.3184 17.067L18.0294 20.3482H18.0065Z"/>
|
|
8
|
+
<path fill="url(#osETH_svg__paint5_linear_4741_54737)" d="M18.0039 20.3482V4.28516L24.7149 17.0784L18.0039 20.3482Z"/>
|
|
9
9
|
<defs>
|
|
10
|
-
<linearGradient id="
|
|
11
|
-
<stop stop-color="white"/>
|
|
12
|
-
<stop offset="1" stop-color="#E6F6FF"/>
|
|
13
|
-
</linearGradient>
|
|
14
|
-
<linearGradient id="osETH_svg__paint1_linear_1003_158890" x1="10.6636" x2="21.0013" y1="28.9967" y2="37" gradientUnits="userSpaceOnUse">
|
|
10
|
+
<linearGradient id="osETH_svg__paint0_linear_4741_54737" x1="9.13728" x2="17.9977" y1="24.8536" y2="31.7133" gradientUnits="userSpaceOnUse">
|
|
15
11
|
<stop stop-color="#43C1F9"/>
|
|
16
12
|
<stop offset="0.518717" stop-color="#2E83B5"/>
|
|
17
13
|
<stop offset="1" stop-color="#143764"/>
|
|
18
14
|
</linearGradient>
|
|
19
|
-
<linearGradient id="
|
|
15
|
+
<linearGradient id="osETH_svg__paint1_linear_4741_54737" x1="17.9978" x2="27.7156" y1="31.7133" y2="25.1395" gradientUnits="userSpaceOnUse">
|
|
20
16
|
<stop stop-color="#4B9CF1"/>
|
|
21
17
|
<stop offset="0.580939" stop-color="#5299E9"/>
|
|
22
18
|
<stop offset="1" stop-color="#689FD2"/>
|
|
23
19
|
</linearGradient>
|
|
24
|
-
<linearGradient id="
|
|
20
|
+
<linearGradient id="osETH_svg__paint2_linear_4741_54737" x1="21.4276" x2="26.2865" y1="19.9935" y2="18.8502" gradientUnits="userSpaceOnUse">
|
|
25
21
|
<stop stop-color="#33B6FF"/>
|
|
26
22
|
<stop offset="1" stop-color="#4696FE"/>
|
|
27
23
|
</linearGradient>
|
|
28
|
-
<linearGradient id="
|
|
24
|
+
<linearGradient id="osETH_svg__paint3_linear_4741_54737" x1="8.85286" x2="13.1402" y1="24.566" y2="17.1347" gradientUnits="userSpaceOnUse">
|
|
29
25
|
<stop stop-color="#4AB0EA"/>
|
|
30
26
|
<stop offset="0.490589" stop-color="#4DACE3"/>
|
|
31
27
|
<stop offset="1" stop-color="#6C819D"/>
|
|
32
28
|
</linearGradient>
|
|
33
|
-
<linearGradient id="
|
|
29
|
+
<linearGradient id="osETH_svg__paint4_linear_4741_54737" x1="18.0005" x2="13.6506" y1="12.3109" y2="12.3109" gradientUnits="userSpaceOnUse">
|
|
34
30
|
<stop stop-color="#5E71FB"/>
|
|
35
31
|
<stop offset="1" stop-color="#479BFD"/>
|
|
36
32
|
</linearGradient>
|
|
37
|
-
<linearGradient id="
|
|
33
|
+
<linearGradient id="osETH_svg__paint5_linear_4741_54737" x1="19.141" x2="24.8574" y1="13.7057" y2="17.4214" gradientUnits="userSpaceOnUse">
|
|
38
34
|
<stop stop-color="#5677EF"/>
|
|
39
35
|
<stop offset="1" stop-color="#7A9CFB"/>
|
|
40
36
|
</linearGradient>
|
|
@@ -1,12 +1,16 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 36 36">
|
|
2
|
+
<g clip-path="url(#xaut_svg__clip0_4741_47546)">
|
|
3
|
+
<g clip-path="url(#xaut_svg__clip1_4741_47546)">
|
|
4
|
+
<rect width="36" height="36" fill="white" rx="18"/>
|
|
5
|
+
<path fill="#D3B25B" fill-rule="evenodd" d="M18.0314 19.4275C21.9174 19.4275 25.1463 18.7704 25.9535 17.8881C25.2777 17.1371 22.856 16.5552 19.7584 16.405V18.2635C19.214 18.3011 18.6321 18.3011 18.0314 18.3011C17.4306 18.3011 16.8675 18.2823 16.3043 18.2447V16.405C13.2067 16.574 10.785 17.1559 10.1092 17.8881C10.8976 18.7704 14.1453 19.4275 18.0314 19.4275ZM24.921 10.698V13.2511H19.7397V15.0158C23.3816 15.2035 26.1037 15.9732 26.1225 16.9119V18.8455C26.1037 19.7841 23.3816 20.5539 19.7397 20.7415V25.0782H16.3043V20.7603C12.6623 20.5726 9.94022 19.8029 9.92144 18.8643V16.9119C9.94022 15.9732 12.6623 15.2035 16.3043 15.0158V13.2511H11.1229V10.698H24.921ZM9.09543 6.64307H27.2677C27.6995 6.64307 28.0937 6.86834 28.3189 7.2438L33.6129 16.3299C33.8945 16.7992 33.8006 17.4 33.4064 17.7754L18.8386 32.0053C18.3693 32.4747 17.5996 32.4747 17.1303 32.0053L2.58121 17.7942C2.18698 17.4 2.11189 16.7992 2.39348 16.3112L8.06292 7.20625C8.28819 6.86834 8.68242 6.64307 9.09543 6.64307Z" clip-rule="evenodd"/>
|
|
6
|
+
</g>
|
|
7
|
+
</g>
|
|
6
8
|
<defs>
|
|
7
|
-
<
|
|
8
|
-
<
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
<clipPath id="xaut_svg__clip0_4741_47546">
|
|
10
|
+
<rect width="36" height="36" fill="white" rx="18"/>
|
|
11
|
+
</clipPath>
|
|
12
|
+
<clipPath id="xaut_svg__clip1_4741_47546">
|
|
13
|
+
<rect width="36" height="36" fill="white" rx="18"/>
|
|
14
|
+
</clipPath>
|
|
11
15
|
</defs>
|
|
12
16
|
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api3/logos",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"repository": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"api-provider"
|
|
19
19
|
],
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@api3/dapi-management": "3.
|
|
21
|
+
"@api3/dapi-management": "3.37.1",
|
|
22
22
|
"@babel/core": "^7.27.4",
|
|
23
23
|
"@babel/preset-react": "^7.27.1",
|
|
24
24
|
"@changesets/changelog-github": "^0.5.1",
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="#B16EFF" d="M3 8.63424V6.1182C3 5.35393 3.76751 4.73438 4.71428 4.73438H7.83117C8.77795 4.73438 9.54546 5.35393 9.54546 6.11819V8.14999C9.54546 8.50032 9.71786 8.8363 10.0247 9.08402C10.6638 9.59988 11.6999 9.59988 12.3389 9.08402L17.2252 5.13969C17.5467 4.88017 17.9827 4.73438 18.4374 4.73438H19.2857C20.2325 4.73438 21 5.35393 21 6.1182V6.80302C21 7.17003 20.8194 7.52201 20.4979 7.78153L15.6116 11.7259C14.9726 12.2417 14.9726 13.0781 15.6116 13.594C15.9185 13.8416 16.3348 13.9808 16.7687 13.9808H19.2857C20.2325 13.9808 21 14.6003 21 15.3646V17.8807C21 18.645 20.2325 19.2645 19.2857 19.2645H16.1688C15.2221 19.2645 14.4545 18.645 14.4545 17.8807V15.8489C14.4545 15.4986 14.2821 15.1626 13.9753 14.9148C13.3362 14.399 12.3001 14.399 11.6611 14.9148L6.77483 18.8592C6.45334 19.1187 6.01731 19.2645 5.56265 19.2645H4.71429C3.76751 19.2645 3 18.645 3 17.8807V17.1959C3 16.8288 3.18061 16.4769 3.5021 16.2174L8.38837 12.273C9.02741 11.7572 9.02741 10.9208 8.38837 10.4049C8.0815 10.1572 7.66528 10.0181 7.23129 10.0181H4.71429C3.76751 10.0181 3 9.3985 3 8.63424Z"/>
|
|
3
|
-
</svg>
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="url(#Chain1890_svg__paint0_linear_5410_303777)" d="M10.2425 12.6264C9.92503 12.9778 9.92568 13.5544 10.2445 13.9073L12.5592 16.4697C12.8779 16.8225 13.3982 16.8232 13.7163 16.4717C14.0337 16.1203 14.0331 15.5436 13.7143 15.1908L11.3995 12.6284C11.0808 12.2756 10.5606 12.2749 10.2425 12.6264Z"/>
|
|
3
|
-
<path fill="url(#Chain1890_svg__paint1_linear_5410_303777)" d="M18.1157 11.6103C18.4344 11.2575 18.4351 10.6809 18.1177 10.3295C17.8003 9.97803 17.2794 9.97873 16.9606 10.3315L13.7137 13.9258C13.395 14.2786 13.4523 14.2152 13.1342 14.5673C12.4149 15.3636 11.4311 15.2395 11.1123 14.8867C11.1123 14.8867 12.556 16.4848 12.5566 16.4855C12.8741 16.8369 13.395 16.8362 13.7137 16.4835L18.1157 11.6103Z"/>
|
|
4
|
-
<path fill="url(#Chain1890_svg__paint2_linear_5410_303777)" d="M22.7631 10.3294C22.4456 9.97804 21.9247 9.97875 21.606 10.3314L19.2913 12.8939C18.9726 13.2467 18.9719 13.8226 19.2893 14.1747C19.6067 14.5261 20.1276 14.5254 20.4463 14.1727L22.7611 11.6103C23.0798 11.2575 23.0804 10.6815 22.7631 10.3294Z"/>
|
|
5
|
-
<path fill="url(#Chain1890_svg__paint3_linear_5410_303777)" d="M13.728 11.3624C14.0455 11.0109 14.0448 10.4343 13.726 10.0815L11.4113 7.51906C11.0926 7.16621 10.5723 7.16551 10.2542 7.51706C9.93673 7.86846 9.93738 8.44511 10.2562 8.79791L12.571 11.3604C12.8897 11.7132 13.4099 11.7139 13.728 11.3624Z"/>
|
|
6
|
-
<path fill="url(#Chain1890_svg__paint4_linear_5410_303777)" d="M5.84988 12.3921C5.53116 12.7449 5.53053 13.3216 5.84787 13.673C6.16533 14.0244 6.68623 14.0237 7.00493 13.671L10.2519 10.0766C10.5706 9.72378 10.5133 9.78723 10.8314 9.43513C11.5507 8.63888 12.5345 8.76298 12.8532 9.11578C12.8532 9.11578 11.4096 7.51768 11.4089 7.51698C11.0915 7.16553 10.5706 7.16623 10.2519 7.51898L5.84988 12.3921Z"/>
|
|
7
|
-
<path fill="url(#Chain1890_svg__paint5_linear_5410_303777)" d="M1.23655 13.6591C1.554 14.0105 2.0749 14.0098 2.39361 13.6571L4.70837 11.0947C5.02708 10.7419 5.02771 10.1652 4.71037 9.81384C4.39291 9.46244 3.87202 9.46309 3.5533 9.81584L1.23854 12.3782C0.919833 12.7311 0.919203 13.307 1.23655 13.6591Z"/>
|
|
8
|
-
<defs>
|
|
9
|
-
<linearGradient id="Chain1890_svg__paint0_linear_5410_303777" x1="8.06063" x2="14.6835" y1="10.262" y2="16.174" gradientUnits="userSpaceOnUse">
|
|
10
|
-
<stop offset="0.12" stop-color="#6978FF"/>
|
|
11
|
-
<stop offset="0.19" stop-color="#5F87FF"/>
|
|
12
|
-
<stop offset="0.35" stop-color="#4DA4FF"/>
|
|
13
|
-
<stop offset="0.51" stop-color="#40B9FF"/>
|
|
14
|
-
<stop offset="0.66" stop-color="#38C6FF"/>
|
|
15
|
-
<stop offset="0.81" stop-color="#36CBFF"/>
|
|
16
|
-
<stop offset="1" stop-color="#67FFFC"/>
|
|
17
|
-
</linearGradient>
|
|
18
|
-
<linearGradient id="Chain1890_svg__paint1_linear_5410_303777" x1="6.76681" x2="26.4785" y1="22.1794" y2="3.87466" gradientUnits="userSpaceOnUse">
|
|
19
|
-
<stop offset="0.39" stop-color="#6978FF"/>
|
|
20
|
-
<stop offset="0.44" stop-color="#6184FF"/>
|
|
21
|
-
<stop offset="0.65" stop-color="#49AAFF"/>
|
|
22
|
-
<stop offset="0.81" stop-color="#3BC2FF"/>
|
|
23
|
-
<stop offset="0.91" stop-color="#36CBFF"/>
|
|
24
|
-
<stop offset="1" stop-color="#67FFFC"/>
|
|
25
|
-
</linearGradient>
|
|
26
|
-
<linearGradient id="Chain1890_svg__paint2_linear_5410_303777" x1="22.3411" x2="7.14172" y1="10.9012" y2="23.6481" gradientUnits="userSpaceOnUse">
|
|
27
|
-
<stop offset="0.05" stop-color="#6978FF"/>
|
|
28
|
-
<stop offset="0.12" stop-color="#5F87FF"/>
|
|
29
|
-
<stop offset="0.3" stop-color="#4DA4FF"/>
|
|
30
|
-
<stop offset="0.48" stop-color="#40B9FF"/>
|
|
31
|
-
<stop offset="0.65" stop-color="#38C6FF"/>
|
|
32
|
-
<stop offset="0.81" stop-color="#36CBFF"/>
|
|
33
|
-
<stop offset="1" stop-color="#67FFFC"/>
|
|
34
|
-
</linearGradient>
|
|
35
|
-
<linearGradient id="Chain1890_svg__paint3_linear_5410_303777" x1="11.0876" x2="13.4986" y1="8.10616" y2="11.0102" gradientUnits="userSpaceOnUse">
|
|
36
|
-
<stop offset="0.12" stop-color="#6978FF"/>
|
|
37
|
-
<stop offset="0.19" stop-color="#5F87FF"/>
|
|
38
|
-
<stop offset="0.35" stop-color="#4DA4FF"/>
|
|
39
|
-
<stop offset="0.51" stop-color="#40B9FF"/>
|
|
40
|
-
<stop offset="0.66" stop-color="#38C6FF"/>
|
|
41
|
-
<stop offset="0.81" stop-color="#36CBFF"/>
|
|
42
|
-
<stop offset="1" stop-color="#67FFFC"/>
|
|
43
|
-
</linearGradient>
|
|
44
|
-
<linearGradient id="Chain1890_svg__paint4_linear_5410_303777" x1="3.08287" x2="12.5605" y1="18.915" y2="8.84309" gradientUnits="userSpaceOnUse">
|
|
45
|
-
<stop offset="0.31" stop-color="#6978FF"/>
|
|
46
|
-
<stop offset="0.36" stop-color="#5F87FF"/>
|
|
47
|
-
<stop offset="0.48" stop-color="#4DA4FF"/>
|
|
48
|
-
<stop offset="0.59" stop-color="#40B9FF"/>
|
|
49
|
-
<stop offset="0.7" stop-color="#38C6FF"/>
|
|
50
|
-
<stop offset="0.81" stop-color="#36CBFF"/>
|
|
51
|
-
<stop offset="1" stop-color="#67FFFC"/>
|
|
52
|
-
</linearGradient>
|
|
53
|
-
<linearGradient id="Chain1890_svg__paint5_linear_5410_303777" x1="11.2961" x2="1.16451" y1="1.17467" y2="11.6657" gradientUnits="userSpaceOnUse">
|
|
54
|
-
<stop stop-color="#6978FF"/>
|
|
55
|
-
<stop offset="0.09" stop-color="#5F87FF"/>
|
|
56
|
-
<stop offset="0.28" stop-color="#4DA4FF"/>
|
|
57
|
-
<stop offset="0.46" stop-color="#40B9FF"/>
|
|
58
|
-
<stop offset="0.64" stop-color="#38C6FF"/>
|
|
59
|
-
<stop offset="0.81" stop-color="#36CBFF"/>
|
|
60
|
-
<stop offset="1" stop-color="#67FFFC"/>
|
|
61
|
-
</linearGradient>
|
|
62
|
-
</defs>
|
|
63
|
-
</svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="#8E9BB2" d="M10.2398 12.6254C9.92234 12.9769 9.92299 13.5535 10.2418 13.9063L12.5565 16.4687C12.8752 16.8216 13.3955 16.8223 13.7136 16.4707C14.031 16.1193 14.0304 15.5427 13.7116 15.1899L11.3968 12.6274C11.0781 12.2746 10.5579 12.2739 10.2398 12.6254Z"/>
|
|
3
|
-
<path fill="url(#Chain1891_svg__paint0_linear_4741_36149)" d="M18.1189 11.6094C18.4376 11.2566 18.4382 10.6799 18.1209 10.3285C17.8034 9.97706 17.2825 9.97776 16.9638 10.3305L13.7168 13.9249C13.3981 14.2777 13.4554 14.2142 13.1374 14.5664C12.4181 15.3626 11.4342 15.2385 11.1155 14.8857C11.1155 14.8857 12.5591 16.4838 12.5598 16.4845C12.8772 16.8359 13.3981 16.8352 13.7168 16.4825L18.1189 11.6094Z"/>
|
|
4
|
-
<path fill="#8E9BB2" d="M22.7604 10.3285C22.4429 9.97707 21.922 9.97777 21.6033 10.3305L19.2886 12.8929C18.9699 13.2457 18.9692 13.8217 19.2866 14.1738C19.604 14.5252 20.1249 14.5245 20.4436 14.1718L22.7584 11.6093C23.0771 11.2565 23.0777 10.6806 22.7604 10.3285Z"/>
|
|
5
|
-
<path fill="#8E9BB2" d="M13.7371 11.3614C14.0545 11.0099 14.0539 10.4333 13.7351 10.0805L11.4203 7.51808C11.1016 7.16523 10.5813 7.16453 10.2633 7.51608C9.94577 7.86748 9.94642 8.44413 10.2653 8.79693L12.58 11.3594C12.8988 11.7122 13.419 11.7129 13.7371 11.3614Z"/>
|
|
6
|
-
<path fill="url(#Chain1891_svg__paint1_linear_4741_36149)" d="M5.85891 12.3912C5.54019 12.744 5.53956 13.3206 5.8569 13.672C6.17436 14.0235 6.69526 14.0228 7.01396 13.67L10.2609 10.0757C10.5796 9.72281 10.5223 9.78626 10.8404 9.43416C11.5597 8.63791 12.5436 8.76201 12.8623 9.11481C12.8623 9.11481 11.4186 7.51671 11.418 7.51601C11.1005 7.16456 10.5796 7.16526 10.2609 7.518L5.85891 12.3912Z"/>
|
|
7
|
-
<path fill="#8E9BB2" d="M1.23972 13.6582C1.55717 14.0096 2.07808 14.0089 2.39679 13.6562L4.71154 11.0937C5.03025 10.7409 5.03088 10.1643 4.71354 9.81286C4.39608 9.46146 3.87519 9.46211 3.55647 9.81486L1.24172 12.3773C0.923006 12.7301 0.922377 13.306 1.23972 13.6582Z"/>
|
|
8
|
-
<defs>
|
|
9
|
-
<linearGradient id="Chain1891_svg__paint0_linear_4741_36149" x1="11.3212" x2="19.8912" y1="19.5357" y2="10.0392" gradientUnits="userSpaceOnUse">
|
|
10
|
-
<stop offset="0.39" stop-color="#636F86"/>
|
|
11
|
-
<stop offset="1" stop-color="#8E9BB2"/>
|
|
12
|
-
</linearGradient>
|
|
13
|
-
<linearGradient id="Chain1891_svg__paint1_linear_4741_36149" x1="3.09191" x2="12.5695" y1="18.914" y2="8.84211" gradientUnits="userSpaceOnUse">
|
|
14
|
-
<stop offset="0.31" stop-color="#8E9BB2"/>
|
|
15
|
-
<stop offset="1" stop-color="#FAFAFA"/>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
</defs>
|
|
18
|
-
</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="M3.35999 8.76926V6.35386C3.35999 5.62017 4.0968 5.02539 5.0057 5.02539H7.99791C8.90681 5.02539 9.64363 5.62016 9.64363 6.35385V8.30438C9.64363 8.6407 9.80913 8.96324 10.1037 9.20105C10.7172 9.69627 11.7119 9.69627 12.3254 9.20105L17.0162 5.41449C17.3248 5.16535 17.7434 5.02539 18.1799 5.02539H18.9943C19.9032 5.02539 20.64 5.62017 20.64 6.35386V7.01129C20.64 7.36362 20.4666 7.70152 20.158 7.95066L15.4672 11.7372C14.8537 12.2324 14.8537 13.0353 15.4672 13.5306C15.7617 13.7683 16.1614 13.902 16.578 13.902H18.9943C19.9032 13.902 20.64 14.4967 20.64 15.2304V17.6458C20.64 18.3795 19.9032 18.9743 18.9943 18.9743H16.002C15.0932 18.9743 14.3563 18.3795 14.3563 17.6458V15.6953C14.3563 15.359 14.1908 15.0365 13.8963 14.7986C13.2828 14.3034 12.2881 14.3034 11.6746 14.7986L6.98383 18.5852C6.67519 18.8344 6.2566 18.9743 5.82013 18.9743H5.0057C4.0968 18.9743 3.35999 18.3795 3.35999 17.6458V16.9884C3.35999 16.636 3.53337 16.2982 3.842 16.0491L8.53282 12.2625C9.1463 11.7673 9.1463 10.9644 8.53282 10.4691C8.23822 10.2313 7.83866 10.0977 7.42202 10.0977H5.0057C4.0968 10.0977 3.35999 9.50295 3.35999 8.76926Z"/>
|
|
3
|
-
</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" d="M7.23394 8.32297H4.80713C4.36134 8.32297 4 8.65631 4 9.06746V11.306C4 11.7172 4.36134 12.0506 4.80713 12.0506H7.23394C7.67973 12.0506 8.04115 11.7172 8.04115 11.306V9.06746C8.04115 8.65631 7.67973 8.32297 7.23394 8.32297Z"/>
|
|
3
|
-
<path fill="#8E9BB2" d="M8.04575 5.35973V7.58357C8.04575 7.99504 8.40684 8.32815 8.85296 8.32815H14.0623C14.7739 8.32815 15.1403 7.53457 14.6412 7.06436L12.2834 4.84052C12.1294 4.69847 11.9223 4.61523 11.7046 4.61523H8.8476C8.40157 4.61523 8.04048 4.94834 8.04048 5.35973H8.04575Z"/>
|
|
4
|
-
<path fill="#8E9BB2" d="M15.9694 10.078V11.3123C15.9694 11.7238 15.6083 12.0569 15.1623 12.0569H8.84301C8.39689 12.0569 8.0358 12.3899 8.0358 12.8014V14.9126C8.0358 15.324 7.6747 15.6572 7.22867 15.6572H4.80713C4.36109 15.6572 4 15.9903 4 16.4016V18.6402C4 19.0516 4.36109 19.3847 4.80713 19.3847H7.23394C7.68006 19.3847 8.04115 19.0516 8.04115 18.6402V16.529C8.04115 16.1175 8.40225 15.7845 8.84828 15.7845H15.1675C15.6137 15.7845 15.9747 16.1175 15.9747 16.529V18.6402C15.9747 19.0516 16.3358 19.3847 16.7819 19.3847H19.1928C19.6388 19.3847 20 19.0516 20 18.6402V12.2528C20 12.052 19.915 11.861 19.7557 11.7189L17.3448 9.54898C16.835 9.08851 15.9747 9.42161 15.9747 10.0829L15.9694 10.078Z"/>
|
|
5
|
-
</svg>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="url(#Chain2358_svg__paint0_linear_4741_36177)" d="M12.0003 3.36719L3 9.11678L7.49985 11.9922L12.0003 9.11678L16.5002 11.9922L21 9.11678L12.0003 3.36719Z"/>
|
|
3
|
-
<path fill="url(#Chain2358_svg__paint1_linear_4741_36177)" d="M21 9.13281L12.0003 14.883L3 9.13281V14.883L12.0003 20.6332L21 14.883V9.13281Z"/>
|
|
4
|
-
<defs>
|
|
5
|
-
<linearGradient id="Chain2358_svg__paint0_linear_4741_36177" x1="12" x2="12" y1="3.36719" y2="11.9922" gradientUnits="userSpaceOnUse">
|
|
6
|
-
<stop stop-color="#8E9BB2"/>
|
|
7
|
-
<stop offset="1" stop-color="#FAFAFA"/>
|
|
8
|
-
</linearGradient>
|
|
9
|
-
<linearGradient id="Chain2358_svg__paint1_linear_4741_36177" x1="12" x2="12" y1="9.13281" y2="20.6332" gradientUnits="userSpaceOnUse">
|
|
10
|
-
<stop stop-color="#8E9BB2"/>
|
|
11
|
-
<stop offset="1" stop-color="#FAFAFA"/>
|
|
12
|
-
</linearGradient>
|
|
13
|
-
</defs>
|
|
14
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="url(#Chain2424_svg__paint0_linear_4741_36169)" fill-rule="evenodd" d="M4.90122 16.7891C4.79537 16.6688 4.68952 16.5473 4.58969 16.4223C2.08903 13.6594 1.67286 8.5053 5.25123 5.17109C5.52068 4.95699 5.79853 4.76574 6.08358 4.59734C4.54278 5.91323 4.15427 6.87187 3.86319 8.18655C3.36522 10.5044 4.79898 13.6305 5.6193 14.7347C7.18778 16.8541 9.31916 14.956 8.00208 13.2023C7.04344 11.9357 5.0588 8.64604 5.77808 6.44488C6.25439 4.99307 7.65206 3.91896 8.54096 3.41738C9.7979 3.09623 10.9261 3.02646 12.1446 3.25139C10.3569 3.7676 9.88199 4.13856 9.3232 4.57506L9.323 4.57522C9.29984 4.5933 9.27656 4.6115 9.25302 4.62982C6.20783 7.00313 8.02102 9.63136 9.40324 11.6349C9.51316 11.7942 9.62032 11.9496 9.72213 12.1005C10.8155 13.4753 10.9382 15.543 9.56817 16.8276C8.58666 17.7538 7.33572 17.9967 6.21229 17.6022C5.86108 17.4807 5.52908 17.2955 5.20914 17.0525C5.11892 16.9876 5.03954 16.9142 4.96617 16.8456L4.95655 16.8336C4.95174 16.8276 4.94542 16.8228 4.93911 16.818C4.93279 16.8132 4.92648 16.8083 4.92167 16.8023C4.91926 16.7993 4.91535 16.7975 4.91144 16.7957C4.90753 16.7939 4.90363 16.7921 4.90122 16.7891ZM16.4597 5.5311C16.5655 5.65139 16.6714 5.77288 16.7712 5.89797C18.153 7.42467 18.8979 9.68183 18.6842 11.9584C18.2956 11.8459 17.8876 11.7789 17.4665 11.7636C17.1431 10.029 16.2993 8.3379 15.7404 7.58552C14.1719 5.46616 12.0405 7.36421 13.3576 9.11793C13.8485 9.76648 14.6084 10.9456 15.1366 12.2373C14.5203 12.5274 13.9722 12.9386 13.5233 13.4403C13.1794 12.4562 12.5313 11.5169 11.9576 10.6852L11.9571 10.6846C11.8474 10.5255 11.7404 10.3704 11.6388 10.2197C10.5454 8.84488 10.4227 6.77724 11.7927 5.49262C12.7742 4.56645 14.0252 4.32348 15.1486 4.71801C15.4986 4.83949 15.8318 5.02473 16.1517 5.2677C16.242 5.33265 16.3214 5.40602 16.3947 5.47458L16.4044 5.48661C16.4092 5.49262 16.4155 5.49743 16.4218 5.50224C16.4281 5.50706 16.4344 5.51187 16.4392 5.51788C16.4416 5.52088 16.4455 5.5227 16.4494 5.5245C16.4534 5.5263 16.4573 5.5281 16.4597 5.5311ZM12.2938 17.5392C12.2336 17.5897 12.1712 17.6401 12.1067 17.6904C12.0854 17.707 12.0644 17.7234 12.0435 17.7397L12.0411 17.7416L12.0395 17.7429C11.4804 18.1804 11.0059 18.5517 9.2151 19.0688C10.3985 19.2873 11.4969 19.2278 12.7107 18.9299C12.5083 18.4964 12.3658 18.0293 12.2938 17.5392Z" clip-rule="evenodd"/>
|
|
3
|
-
<path fill="#8E9BB2" d="M17.2802 20.8803C19.5336 20.8803 21.3603 19.0536 21.3603 16.8002C21.3603 14.5469 19.5336 12.7202 17.2802 12.7202C15.0269 12.7202 13.2002 14.5469 13.2002 16.8002C13.2002 19.0536 15.0269 20.8803 17.2802 20.8803Z"/>
|
|
4
|
-
<path fill="#DDDDDD" d="M17.2803 14.6401L17.2513 14.7386V17.5951L17.2803 17.624L18.6062 16.8402L17.2803 14.6401Z"/>
|
|
5
|
-
<path fill="white" d="M17.2803 14.6401L15.9543 16.8402L17.2803 17.624V16.2375V14.6401Z"/>
|
|
6
|
-
<path fill="#DDDDDD" d="M17.2795 17.8751L17.2632 17.8951V18.9126L17.2795 18.9603L18.6063 17.0918L17.2795 17.8751Z"/>
|
|
7
|
-
<path fill="white" d="M17.2803 18.9603V17.8751L15.9543 17.0918L17.2803 18.9603Z"/>
|
|
8
|
-
<path fill="#8E9BB2" d="M17.2797 17.6237L18.6056 16.84L17.2797 16.2373V17.6237Z"/>
|
|
9
|
-
<path fill="#DDDDDD" d="M15.9543 16.84L17.2803 17.6237V16.2373L15.9543 16.84Z"/>
|
|
10
|
-
<defs>
|
|
11
|
-
<linearGradient id="Chain2424_svg__paint0_linear_4741_36169" x1="10.6802" x2="10.6802" y1="3.12012" y2="19.2001" gradientUnits="userSpaceOnUse">
|
|
12
|
-
<stop stop-color="#C4CEDF"/>
|
|
13
|
-
<stop offset="1" stop-color="#8E9BB2"/>
|
|
14
|
-
</linearGradient>
|
|
15
|
-
</defs>
|
|
16
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="url(#Chain2525_svg__paint0_linear_5710_245101)" fill-rule="evenodd" d="M4.90145 16.79C4.7956 16.6697 4.68975 16.5482 4.58992 16.4231C2.08928 13.6603 1.67311 8.50624 5.25146 5.17205C5.52091 4.95795 5.79875 4.7667 6.0838 4.59831C4.54301 5.91419 4.1545 6.87282 3.86342 8.18749C3.36546 10.5053 4.79921 13.6314 5.61952 14.7356C7.18799 16.855 9.31936 14.9569 8.00229 13.2032C7.04366 11.9367 5.05903 8.64697 5.77831 6.44584C6.25461 4.99403 7.65227 3.91993 8.54116 3.41835C9.79809 3.0972 10.9263 3.02744 12.1448 3.25237C10.3571 3.76857 9.88219 4.13953 9.32339 4.57602L9.3232 4.57619C9.30004 4.59427 9.27676 4.61246 9.25322 4.63079C6.20805 7.00408 8.02123 9.63229 9.40343 11.6358C9.51335 11.7951 9.62051 11.9505 9.72232 12.1014C10.8157 13.4763 10.9384 15.5439 9.56836 16.8285C8.58686 17.7546 7.33593 17.9976 6.21251 17.6031C5.8613 17.4816 5.52931 17.2964 5.20936 17.0534C5.11915 16.9885 5.03977 16.9151 4.9664 16.8465L4.95678 16.8345C4.95197 16.8285 4.94565 16.8237 4.93934 16.8189C4.93302 16.8141 4.92671 16.8092 4.9219 16.8032C4.91949 16.8002 4.91558 16.7984 4.91167 16.7966C4.90776 16.7948 4.90385 16.793 4.90145 16.79ZM16.4598 5.53206C16.5657 5.65235 16.6715 5.77384 16.7713 5.89893C18.1531 7.42561 18.8981 9.68277 18.6844 11.9593C18.2957 11.8468 17.8878 11.7798 17.4666 11.7645C17.1432 10.03 16.2995 8.33884 15.7405 7.58646C14.1721 5.46712 12.0407 7.36516 13.3578 9.11886C13.8487 9.76741 14.6086 10.9465 15.1367 12.2383C14.5204 12.5283 13.9724 12.9395 13.5234 13.4412C13.1795 12.4571 12.5315 11.5178 11.9578 10.6861L11.9573 10.6855C11.8476 10.5265 11.7406 10.3714 11.639 10.2206C10.5456 8.84581 10.4229 6.77819 11.7929 5.49358C12.7744 4.56742 14.0253 4.32445 15.1487 4.71897C15.4988 4.84046 15.832 5.02569 16.1519 5.26866C16.2421 5.33361 16.3215 5.40698 16.3949 5.47554L16.4045 5.48757C16.4093 5.49358 16.4156 5.49839 16.4219 5.5032C16.4282 5.50802 16.4346 5.51283 16.4394 5.51884C16.4418 5.52184 16.4457 5.52366 16.4496 5.52546C16.4535 5.52726 16.4574 5.52906 16.4598 5.53206ZM12.2939 17.5401C12.2337 17.5906 12.1714 17.641 12.1068 17.6913C12.0856 17.7078 12.0646 17.7243 12.0437 17.7406L12.0413 17.7425L12.0397 17.7438C11.4806 18.1812 11.0061 18.5526 9.2153 19.0697C10.3987 19.2882 11.497 19.2286 12.7109 18.9308C12.5085 18.4972 12.3659 18.0302 12.2939 17.5401Z" clip-rule="evenodd"/>
|
|
3
|
-
<path fill="#627EEB" d="M17.28 20.8807C19.5333 20.8807 21.36 19.054 21.36 16.8007C21.36 14.5474 19.5333 12.7207 17.28 12.7207C15.0266 12.7207 13.2 14.5474 13.2 16.8007C13.2 19.054 15.0266 20.8807 17.28 20.8807Z"/>
|
|
4
|
-
<path fill="#C1CDF6" d="M17.28 14.6406L17.251 14.7391V17.5955L17.28 17.6244L18.6059 16.8407L17.28 14.6406Z"/>
|
|
5
|
-
<path fill="white" d="M17.2796 14.6406L15.9536 16.8407L17.2796 17.6244V16.238V14.6406Z"/>
|
|
6
|
-
<path fill="#C1CDF6" d="M17.2795 17.8751L17.2632 17.8951V18.9126L17.2795 18.9603L18.6062 17.0918L17.2795 17.8751Z"/>
|
|
7
|
-
<path fill="white" d="M17.2796 18.9603V17.8751L15.9536 17.0918L17.2796 18.9603Z"/>
|
|
8
|
-
<path fill="#8198EE" d="M17.2798 17.6247L18.6057 16.841L17.2798 16.2383V17.6247Z"/>
|
|
9
|
-
<path fill="#C1CDF4" d="M15.9536 16.841L17.2796 17.6247V16.2383L15.9536 16.841Z"/>
|
|
10
|
-
<defs>
|
|
11
|
-
<linearGradient id="Chain2525_svg__paint0_linear_5710_245101" x1="10.6804" x2="10.6804" y1="3.12109" y2="19.201" gradientUnits="userSpaceOnUse">
|
|
12
|
-
<stop stop-color="#ACE0FF"/>
|
|
13
|
-
<stop offset="1" stop-color="#84B6EB"/>
|
|
14
|
-
</linearGradient>
|
|
15
|
-
</defs>
|
|
16
|
-
</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" fill-rule="evenodd" d="M3.38562 12.0003C3.38562 7.22821 7.24261 3.35986 11.9999 3.35986C16.7579 3.35986 20.6149 7.22821 20.6145 11.9999C20.6145 13.6901 20.1304 15.2667 19.2942 16.5981C19.0636 16.9649 18.8068 17.3131 18.5253 17.6404L12.0113 11.1072L6.40975 16.7248L5.48492 17.6524C5.20264 17.3259 4.94495 16.9781 4.71437 16.6117C3.87262 15.2778 3.38562 13.696 3.38562 12.0003ZM18.3066 15.367L18.3855 15.2089L18.3859 15.2094C18.8801 14.2206 19.1412 13.1106 19.1412 12.0003C19.1412 8.05119 15.9378 4.83834 12.0002 4.83834C8.06274 4.83834 4.85975 8.05119 4.85975 12.0003C4.85975 13.1166 5.12338 14.2312 5.62225 15.2238L5.70151 15.3811L12.0113 9.0527L18.3066 15.367ZM12.0002 20.6399C14.1449 20.6399 16.1068 19.8539 17.6148 18.5531L12.0116 12.9329L6.39781 18.5629C7.90373 19.8581 9.85552 20.6399 12.0002 20.6399Z" clip-rule="evenodd"/>
|
|
3
|
-
</svg>
|