@api3/logos 1.0.28 → 1.0.30
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 +0 -3
- package/dist/cjs/SymbolLogo.js +3 -0
- package/dist/esm/ChainLogo.js +0 -3
- package/dist/esm/SymbolLogo.js +3 -0
- package/dist/logos/symbol/Rlp.svg +17 -18
- package/dist/logos/symbol/Sky.svg +79 -0
- package/dist/logos/symbol/Syrupusdc.svg +3 -4
- package/dist/logos/symbol/Yusd.svg +5 -1
- package/package.json +2 -2
- package/dist/logos/chain/Chain1952959480.svg +0 -6
package/dist/cjs/ChainLogo.js
CHANGED
|
@@ -64,7 +64,6 @@ const Chain2221 = require('../logos/chain/Chain2221.svg');
|
|
|
64
64
|
const Chain59144 = require('../logos/chain/Chain59144.svg');
|
|
65
65
|
const Chain59141 = require('../logos/chain/Chain59141.svg');
|
|
66
66
|
const Chain994873017 = require('../logos/chain/Chain994873017.svg');
|
|
67
|
-
const Chain1952959480 = require('../logos/chain/Chain1952959480.svg');
|
|
68
67
|
const Chain169 = require('../logos/chain/Chain169.svg');
|
|
69
68
|
const Chain3441006 = require('../logos/chain/Chain3441006.svg');
|
|
70
69
|
const Chain5000 = require('../logos/chain/Chain5000.svg');
|
|
@@ -255,8 +254,6 @@ function ChainLogo(id, light = false) {
|
|
|
255
254
|
return Chain59141;
|
|
256
255
|
case "994873017":
|
|
257
256
|
return Chain994873017;
|
|
258
|
-
case "1952959480":
|
|
259
|
-
return Chain1952959480;
|
|
260
257
|
case "169":
|
|
261
258
|
return Chain169;
|
|
262
259
|
case "3441006":
|
package/dist/cjs/SymbolLogo.js
CHANGED
|
@@ -157,6 +157,7 @@ const SymbolSfrxEth = require('../logos/symbol/Sfrxeth.svg');
|
|
|
157
157
|
const SymbolFrxEth = require('../logos/symbol/Frxeth.svg');
|
|
158
158
|
const SymbolSfrxUsd = require('../logos/symbol/Sfrxusd.svg');
|
|
159
159
|
const SymbolShib = require('../logos/symbol/Shib.svg');
|
|
160
|
+
const SymbolSky = require('../logos/symbol/Sky.svg');
|
|
160
161
|
const SymbolSlisBnb = require('../logos/symbol/Slisbnb.svg');
|
|
161
162
|
const SymbolSlp = require('../logos/symbol/Slp.svg');
|
|
162
163
|
const SymbolSnx = require('../logos/symbol/Snx.svg');
|
|
@@ -549,6 +550,8 @@ function SymbolLogo(id, light = false) {
|
|
|
549
550
|
return SymbolSfrxUsd;
|
|
550
551
|
case "shib":
|
|
551
552
|
return SymbolShib;
|
|
553
|
+
case "sky":
|
|
554
|
+
return SymbolSky;
|
|
552
555
|
case "slisbnb":
|
|
553
556
|
return SymbolSlisBnb;
|
|
554
557
|
case "slp":
|
package/dist/esm/ChainLogo.js
CHANGED
|
@@ -64,7 +64,6 @@ import Chain2221 from '../logos/chain/Chain2221.svg';
|
|
|
64
64
|
import Chain59144 from '../logos/chain/Chain59144.svg';
|
|
65
65
|
import Chain59141 from '../logos/chain/Chain59141.svg';
|
|
66
66
|
import Chain994873017 from '../logos/chain/Chain994873017.svg';
|
|
67
|
-
import Chain1952959480 from '../logos/chain/Chain1952959480.svg';
|
|
68
67
|
import Chain169 from '../logos/chain/Chain169.svg';
|
|
69
68
|
import Chain3441006 from '../logos/chain/Chain3441006.svg';
|
|
70
69
|
import Chain5000 from '../logos/chain/Chain5000.svg';
|
|
@@ -255,8 +254,6 @@ function ChainLogo(id, light = false) {
|
|
|
255
254
|
return Chain59141;
|
|
256
255
|
case "994873017":
|
|
257
256
|
return Chain994873017;
|
|
258
|
-
case "1952959480":
|
|
259
|
-
return Chain1952959480;
|
|
260
257
|
case "169":
|
|
261
258
|
return Chain169;
|
|
262
259
|
case "3441006":
|
package/dist/esm/SymbolLogo.js
CHANGED
|
@@ -157,6 +157,7 @@ import SymbolSfrxEth from '../logos/symbol/Sfrxeth.svg';
|
|
|
157
157
|
import SymbolFrxEth from '../logos/symbol/Frxeth.svg';
|
|
158
158
|
import SymbolSfrxUsd from '../logos/symbol/Sfrxusd.svg';
|
|
159
159
|
import SymbolShib from '../logos/symbol/Shib.svg';
|
|
160
|
+
import SymbolSky from '../logos/symbol/Sky.svg';
|
|
160
161
|
import SymbolSlisBnb from '../logos/symbol/Slisbnb.svg';
|
|
161
162
|
import SymbolSlp from '../logos/symbol/Slp.svg';
|
|
162
163
|
import SymbolSnx from '../logos/symbol/Snx.svg';
|
|
@@ -549,6 +550,8 @@ function SymbolLogo(id, light = false) {
|
|
|
549
550
|
return SymbolSfrxUsd;
|
|
550
551
|
case "shib":
|
|
551
552
|
return SymbolShib;
|
|
553
|
+
case "sky":
|
|
554
|
+
return SymbolSky;
|
|
552
555
|
case "slisbnb":
|
|
553
556
|
return SymbolSlisBnb;
|
|
554
557
|
case "slp":
|
|
@@ -1,26 +1,25 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
<path fill="white" d="M42.0083 21C42.0083 9.40202 32.6063 0 21.0083 0C9.41032 0 0.00830078 9.40202 0.00830078 21C0.00830078 32.598 9.41032 42 21.0083 42C32.6063 42 42.0083 32.598 42.0083 21Z"/>
|
|
2
|
+
<mask id="rlp_svg__mask0_8473_73375" width="42" height="42" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance">
|
|
3
|
+
<path fill="white" d="M42 21C42 9.40202 32.598 0 21 0C9.40202 0 0 9.40202 0 21C0 32.598 9.40202 42 21 42C32.598 42 42 32.598 42 21Z"/>
|
|
5
4
|
</mask>
|
|
6
|
-
<g mask="url(#
|
|
7
|
-
<path fill="#F8991D" d="M42
|
|
8
|
-
<mask id="
|
|
9
|
-
<path fill="white" d="M42
|
|
5
|
+
<g mask="url(#rlp_svg__mask0_8473_73375)">
|
|
6
|
+
<path fill="#F8991D" d="M42 21C42 26.6385 39.7785 31.7565 36.162 35.529C36.0585 35.637 35.9535 35.7435 35.8485 35.8485C35.7435 35.9535 35.643 36.051 35.5395 36.1515C34.8 36.861 34.0095 37.5165 33.174 38.112C32.742 38.421 32.2965 38.7135 31.839 38.9895C28.6755 40.9005 24.966 42 21 42C17.034 42 13.335 40.9035 10.173 38.9955C9.71552 38.721 9.26848 38.4285 8.83503 38.118C7.99949 37.524 7.20897 36.87 6.471 36.162C6.2595 35.9595 6.0525 35.7525 5.85 35.541C2.226 31.7685 0 26.6445 0 21C0 15.3555 2.3505 9.95098 6.1515 6.1515C9.95098 2.3505 15.201 0 21 0C26.799 0 32.049 2.3505 35.8485 6.1515C39.6495 9.95098 42 15.201 42 21Z"/>
|
|
7
|
+
<mask id="rlp_svg__mask1_8473_73375" width="42" height="42" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance">
|
|
8
|
+
<path fill="white" d="M42 21C42 26.6385 39.7785 31.7565 36.162 35.529C36.0585 35.637 35.9535 35.7435 35.8485 35.8485C35.7435 35.9535 35.643 36.051 35.5395 36.1515C34.8 36.861 34.0095 37.5165 33.174 38.112C32.742 38.421 32.2965 38.7135 31.839 38.9895C28.6755 40.9005 24.966 42 21 42C17.034 42 13.335 40.9035 10.173 38.9955C9.71552 38.721 9.26848 38.4285 8.83503 38.118C7.99949 37.524 7.20897 36.87 6.471 36.162C6.2595 35.9595 6.0525 35.7525 5.85 35.541C2.226 31.7685 0 26.6445 0 21C0 15.3555 2.3505 9.95098 6.1515 6.1515C9.95098 2.3505 15.201 0 21 0C26.799 0 32.049 2.3505 35.8485 6.1515C39.6495 9.95098 42 15.201 42 21Z"/>
|
|
10
9
|
</mask>
|
|
11
|
-
<g mask="url(#
|
|
10
|
+
<g mask="url(#rlp_svg__mask1_8473_73375)">
|
|
12
11
|
<g opacity="0.2">
|
|
13
|
-
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M4.
|
|
14
|
-
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M4.
|
|
15
|
-
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M21
|
|
16
|
-
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M-0.
|
|
17
|
-
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M-3.
|
|
18
|
-
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="
|
|
12
|
+
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M4.90332 37.1148L36.8833 5.1333"/>
|
|
13
|
+
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M4.52075 4.51807L37.8808 37.8781"/>
|
|
14
|
+
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M21 -1.04834V46.1296"/>
|
|
15
|
+
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M-0.365234 14.3594L32.9947 47.7208"/>
|
|
16
|
+
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M-3.04028 21.0039H44.1392"/>
|
|
17
|
+
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M20.9996 35.7381C29.1373 35.7381 35.7341 29.1412 35.7341 21.0035C35.7341 12.8659 29.1373 6.26904 20.9996 6.26904C12.862 6.26904 6.26514 12.8659 6.26514 21.0035C6.26514 29.1412 12.862 35.7381 20.9996 35.7381Z"/>
|
|
19
18
|
</g>
|
|
20
|
-
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M18.
|
|
21
|
-
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M35.
|
|
22
|
-
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M21
|
|
23
|
-
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M6.
|
|
19
|
+
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M18.6012 33.3725L8.7395 33.2746L13.6406 28.375L18.6012 33.3725Z"/>
|
|
20
|
+
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M35.7417 20.9978C35.7417 25.0688 34.0962 28.7513 31.4277 31.4198L21.0012 20.9978V6.25879C29.1447 6.25879 35.7432 12.8588 35.7432 20.9978H35.7417Z"/>
|
|
21
|
+
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M21 6.25879C12.8581 6.25879 6.25806 12.8573 6.25806 20.9978H21V6.25879Z"/>
|
|
22
|
+
<path stroke="#F6E8D7" stroke-linecap="round" stroke-linejoin="round" stroke-width="0.900001" d="M6.25806 20.9976L18.6556 33.3891H33.3897L31.7868 31.8347L21 20.9976H6.25806Z"/>
|
|
24
23
|
</g>
|
|
25
24
|
</g>
|
|
26
25
|
</svg>
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
+
<rect width="42" height="42" fill="#1E2739" rx="21"/>
|
|
3
|
+
<rect width="42" height="42" fill="white" rx="21"/>
|
|
4
|
+
<path fill="url(#sky_svg__paint0_radial_8526_58582)" d="M7.19714 10.9598C7.72254 10.2366 8.30394 9.55587 8.93599 8.92383L9.14805 9.04071L20.8895 20.8453L21.001 20.9889L7.19714 10.9598Z"/>
|
|
5
|
+
<path fill="url(#sky_svg__paint1_radial_8526_58582)" d="M8.93628 8.93733C11.4842 6.38945 14.7733 4.71358 18.3321 4.1499L18.4501 4.47435L21.0013 20.7761V21.0023L8.93628 8.93733Z"/>
|
|
6
|
+
<path fill="url(#sky_svg__paint2_radial_8526_58582)" d="M28.7481 5.80371C29.544 6.20936 30.3068 6.67688 31.0294 7.20196L30.9989 7.46772L21.0618 20.9561L21 21.0056L28.7481 5.80371Z"/>
|
|
7
|
+
<path fill="url(#sky_svg__paint3_radial_8526_58582)" d="M38.0625 21C38.0625 22.7904 37.7807 24.5697 37.2274 26.2726L36.8239 26.3376L21.1255 21.0639L21 21H38.0625Z"/>
|
|
8
|
+
<path fill="url(#sky_svg__paint4_radial_8526_58582)" d="M37.2276 26.2722C36.6743 27.9751 35.8565 29.5802 34.8041 31.0288L34.4152 30.9628L21.0807 21.0838L21 21L37.2276 26.2722Z"/>
|
|
9
|
+
<path fill="url(#sky_svg__paint5_radial_8526_58582)" d="M26.2761 37.2274C23.7152 38.0594 20.9938 38.2736 18.3343 37.8524L18.2278 37.5254L20.9265 21.2903L21.0035 21L26.2761 37.2274Z"/>
|
|
10
|
+
<path fill="url(#sky_svg__paint6_radial_8526_58582)" d="M18.332 37.8524C17.4492 37.7126 16.5788 37.5036 15.7286 37.2274L15.6815 36.8328L20.9039 21.178L21.0012 21L18.332 37.8524Z"/>
|
|
11
|
+
<path fill="url(#sky_svg__paint7_radial_8526_58582)" d="M15.7256 37.2274C14.0228 36.6741 12.4176 35.8563 10.9691 34.8038V34.495L20.824 21.174L20.9982 21L15.7256 37.2274Z"/>
|
|
12
|
+
<path fill="url(#sky_svg__paint8_radial_8526_58582)" d="M5.7972 28.7476C4.57477 26.3484 3.9375 23.6941 3.9375 21.0014L4.15576 20.9209H20.448L21 21.0014L5.7972 28.7476Z"/>
|
|
13
|
+
<path fill="url(#sky_svg__paint9_radial_8526_58582)" d="M18.3278 4.14773C20.9877 3.72628 23.7095 3.94044 26.2708 4.77268L20.9979 21L18.3278 4.14773Z"/>
|
|
14
|
+
<path fill="url(#sky_svg__paint10_radial_8526_58582)" d="M31.0292 7.19092C33.9441 9.30873 36.1137 12.2949 37.2273 15.7216L21 20.9947L31.0292 7.19092Z"/>
|
|
15
|
+
<path fill="url(#sky_svg__paint11_radial_8526_58582)" d="M10.9719 34.8038C9.5234 33.7514 8.24955 32.4776 7.19714 31.029L21.001 21L10.9719 34.8038Z"/>
|
|
16
|
+
<path fill="url(#sky_svg__paint12_radial_8526_58582)" d="M3.9375 20.9948C3.9375 19.2043 4.21931 17.425 4.7726 15.7222L21 20.9948H3.9375Z"/>
|
|
17
|
+
<path fill="url(#sky_svg__paint13_radial_8526_58582)" d="M34.8044 31.0283C33.7521 32.4769 32.4783 33.7508 31.0298 34.8033L21 21L34.8044 31.0283Z"/>
|
|
18
|
+
<defs>
|
|
19
|
+
<radialGradient id="sky_svg__paint0_radial_8526_58582" cx="0" cy="0" r="1" gradientTransform="matrix(-12.9928 -11.2185 -11.2186 12.9927 21.0025 20.9892)" gradientUnits="userSpaceOnUse">
|
|
20
|
+
<stop stop-color="#A273FF"/>
|
|
21
|
+
<stop offset="1" stop-color="#4331E9"/>
|
|
22
|
+
</radialGradient>
|
|
23
|
+
<radialGradient id="sky_svg__paint1_radial_8526_58582" cx="0" cy="0" r="1" gradientTransform="matrix(-2.73161 -17.2572 -17.2572 2.73155 21.0012 21.0014)" gradientUnits="userSpaceOnUse">
|
|
24
|
+
<stop stop-color="#F7A7F9"/>
|
|
25
|
+
<stop offset="1" stop-color="#00DDFB"/>
|
|
26
|
+
</radialGradient>
|
|
27
|
+
<radialGradient id="sky_svg__paint2_radial_8526_58582" cx="0" cy="0" r="1" gradientTransform="translate(21 21.0056) scale(17.4844 17.4844)" gradientUnits="userSpaceOnUse">
|
|
28
|
+
<stop stop-color="#FFF3D0"/>
|
|
29
|
+
<stop offset="1" stop-color="#FFC044"/>
|
|
30
|
+
</radialGradient>
|
|
31
|
+
<radialGradient id="sky_svg__paint3_radial_8526_58582" cx="0" cy="0" r="1" gradientTransform="translate(20.9695 20.9941) rotate(-90) scale(17.5059 17.5058)" gradientUnits="userSpaceOnUse">
|
|
32
|
+
<stop stop-color="#A273FF"/>
|
|
33
|
+
<stop offset="0.5" stop-color="#9FAEFF"/>
|
|
34
|
+
<stop offset="1" stop-color="#AAF2E1"/>
|
|
35
|
+
</radialGradient>
|
|
36
|
+
<radialGradient id="sky_svg__paint4_radial_8526_58582" cx="0" cy="0" r="1" gradientTransform="matrix(14.0823 10.2278 10.2279 -14.0822 20.9974 20.9985)" gradientUnits="userSpaceOnUse">
|
|
37
|
+
<stop stop-color="#0075FF"/>
|
|
38
|
+
<stop offset="1" stop-color="#00DDFB"/>
|
|
39
|
+
</radialGradient>
|
|
40
|
+
<radialGradient id="sky_svg__paint5_radial_8526_58582" cx="0" cy="0" r="1" gradientTransform="translate(21.0029 21.0009) rotate(90) scale(17.4686 17.4686)" gradientUnits="userSpaceOnUse">
|
|
41
|
+
<stop offset="9.58467e-09" stop-color="#FFCD6B"/>
|
|
42
|
+
<stop offset="1" stop-color="#EB5EDF"/>
|
|
43
|
+
</radialGradient>
|
|
44
|
+
<radialGradient id="sky_svg__paint6_radial_8526_58582" cx="0" cy="0" r="1" gradientTransform="translate(21.001 20.9983) rotate(90) scale(17.5048 17.5048)" gradientUnits="userSpaceOnUse">
|
|
45
|
+
<stop stop-color="#D4FAFF"/>
|
|
46
|
+
<stop offset="1" stop-color="#00DDFB"/>
|
|
47
|
+
</radialGradient>
|
|
48
|
+
<radialGradient id="sky_svg__paint7_radial_8526_58582" cx="0" cy="0" r="1" gradientTransform="matrix(-7.65822 17.0624 17.0625 7.65808 20.9974 21.0009)" gradientUnits="userSpaceOnUse">
|
|
49
|
+
<stop stop-color="#FFD2B9"/>
|
|
50
|
+
<stop offset="0.289583" stop-color="#C99BED"/>
|
|
51
|
+
<stop offset="1" stop-color="#0075FF"/>
|
|
52
|
+
</radialGradient>
|
|
53
|
+
<radialGradient id="sky_svg__paint8_radial_8526_58582" cx="0" cy="0" r="1" gradientTransform="translate(20.9956 21.0023) rotate(180) scale(22.7275 22.7274)" gradientUnits="userSpaceOnUse">
|
|
54
|
+
<stop stop-color="#6D28FF"/>
|
|
55
|
+
<stop offset="1" stop-color="#F7A7F9"/>
|
|
56
|
+
</radialGradient>
|
|
57
|
+
<radialGradient id="sky_svg__paint9_radial_8526_58582" cx="0" cy="0" r="1" gradientTransform="translate(20.9983 20.9984) rotate(-90) scale(17.4545 17.4545)" gradientUnits="userSpaceOnUse">
|
|
58
|
+
<stop stop-color="#A273FF"/>
|
|
59
|
+
<stop offset="0.5" stop-color="#9FAEFF"/>
|
|
60
|
+
<stop offset="1" stop-color="#AAF2E1"/>
|
|
61
|
+
</radialGradient>
|
|
62
|
+
<radialGradient id="sky_svg__paint10_radial_8526_58582" cx="0" cy="0" r="1" gradientTransform="translate(20.9963 20.9945) rotate(90) scale(17.4723 17.4722)" gradientUnits="userSpaceOnUse">
|
|
63
|
+
<stop offset="0.0002144" stop-color="#FFCD6B"/>
|
|
64
|
+
<stop offset="1" stop-color="#EB5EDF"/>
|
|
65
|
+
</radialGradient>
|
|
66
|
+
<radialGradient id="sky_svg__paint11_radial_8526_58582" cx="0" cy="0" r="1" gradientTransform="matrix(-12.9928 -11.2185 -11.2186 12.9927 21.0025 21.0003)" gradientUnits="userSpaceOnUse">
|
|
67
|
+
<stop stop-color="#A273FF"/>
|
|
68
|
+
<stop offset="1" stop-color="#4331E9"/>
|
|
69
|
+
</radialGradient>
|
|
70
|
+
<radialGradient id="sky_svg__paint12_radial_8526_58582" cx="0" cy="0" r="1" gradientTransform="translate(21.002 20.9949) rotate(180) scale(17.4841 17.484)" gradientUnits="userSpaceOnUse">
|
|
71
|
+
<stop stop-color="#FFF3D0"/>
|
|
72
|
+
<stop offset="1" stop-color="#FFC044"/>
|
|
73
|
+
</radialGradient>
|
|
74
|
+
<radialGradient id="sky_svg__paint13_radial_8526_58582" cx="0" cy="0" r="1" gradientTransform="matrix(-12.9928 -11.2185 -11.2186 12.9927 21.0015 21.0003)" gradientUnits="userSpaceOnUse">
|
|
75
|
+
<stop stop-color="#A273FF"/>
|
|
76
|
+
<stop offset="1" stop-color="#4331E9"/>
|
|
77
|
+
</radialGradient>
|
|
78
|
+
</defs>
|
|
79
|
+
</svg>
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<path fill="#FB8F51" d="M21.0723 0C9.48751 0 0.0722656 9.39418 0.0722656 21C0.0722656 32.6058 9.46645 42 21.0723 42C32.6781 42 42.0723 32.6058 42.0723 21C42.0723 9.39418 32.6781 0 21.0723 0ZM16.4384 35.0702C16.4384 35.4915 16.0171 35.7864 15.5958 35.6389C9.48751 33.3641 5.44338 27.5928 5.44338 21C5.44338 14.4072 9.48751 8.63591 15.5958 6.36108C15.996 6.21364 16.4384 6.50853 16.4384 6.92979V7.87763C16.4384 8.13039 16.2699 8.36209 16.0382 8.44634C10.9198 10.4895 7.5497 15.4183 7.5497 21C7.5497 26.5817 10.9198 31.5105 16.0382 33.5537C16.2699 33.6379 16.4384 33.8696 16.4384 34.1224V35.0702ZM21.9148 28.8566V30.8365C21.9148 31.0682 21.7252 31.2367 21.5146 31.2367H20.2087C19.977 31.2367 19.8085 31.0471 19.8085 30.8365V28.7934C18.5868 28.5617 17.4073 28.014 16.5437 27.2347C15.7012 26.4554 15.1956 25.4865 15.0903 24.4122C15.0693 24.1805 15.2588 23.9699 15.4905 23.9699H16.7964C17.0071 23.9699 17.1545 24.1174 17.1966 24.328C17.2809 24.8335 17.5336 25.2758 17.976 25.676C18.7974 26.4343 20.1876 26.8977 21.4093 26.7924C22.5888 26.7081 23.9369 25.8656 24.0632 24.7914C24.2317 23.5486 23.7894 22.7904 22.5888 22.2638C21.999 21.99 21.3461 21.8215 20.651 21.653C19.9138 21.4634 19.1345 21.2738 18.3762 20.9368C17.3441 20.4734 16.5226 19.6098 16.1224 18.5777C15.7222 17.5456 15.7854 16.3872 16.2699 15.334C16.8596 14.0281 18.1445 13.1645 19.8085 12.8696V11.0582C19.8085 10.8265 19.998 10.658 20.2087 10.658H21.5146C21.7463 10.658 21.9148 10.8475 21.9148 11.0582V12.8485C23.1786 13.0592 24.3581 13.6489 25.1796 14.4915C25.8536 15.2076 26.1064 15.987 26.2327 16.8295C26.2749 17.0612 26.0853 17.2929 25.8325 17.2929H24.5688C24.3792 17.2929 24.2107 17.1454 24.1686 16.9559C24.1264 16.5978 23.9579 16.2608 23.663 15.9448C23.0311 15.2919 21.9148 14.8495 20.9038 14.8706C19.8927 14.8917 18.65 15.2498 18.2077 16.1976C17.9549 16.7452 17.9339 17.3139 18.1234 17.8405C18.313 18.346 18.7343 18.7884 19.2608 19.0201C19.8506 19.2939 20.5036 19.4413 21.1986 19.6309C21.9569 19.8205 22.7152 20.01 23.4735 20.3681C25.5166 21.2738 26.4434 22.9168 26.1696 25.0863C25.8957 27.1294 23.8526 28.5617 21.9148 28.8566ZM26.1906 35.7864C25.7904 35.9127 25.3902 35.6179 25.3902 35.1966V34.2488C25.3902 33.996 25.5587 33.7643 25.7904 33.68C31.0141 31.7212 34.5948 26.666 34.5948 21C34.5948 15.3551 31.0141 10.2788 25.7904 8.31996C25.5587 8.23571 25.3902 8.00401 25.3902 7.75125V6.82447C25.3902 6.40321 25.8115 6.10832 26.1906 6.2347C32.4253 8.40421 36.7012 14.344 36.7012 21C36.7012 27.6981 32.4675 33.659 26.1906 35.7864Z"/>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
+
<circle cx="21.0002" cy="21.0002" r="18.6667" fill="white"/>
|
|
3
|
+
<path fill="#FB8F51" d="M21 0C9.41525 0 0 9.39418 0 21C0 32.6058 9.39418 42 21 42C32.6058 42 42 32.6058 42 21C42 9.39418 32.6058 0 21 0ZM16.3661 35.0702C16.3661 35.4915 15.9448 35.7864 15.5236 35.6389C9.41525 33.3641 5.37111 27.5928 5.37111 21C5.37111 14.4072 9.41525 8.63591 15.5236 6.36108C15.9238 6.21364 16.3661 6.50853 16.3661 6.92979V7.87763C16.3661 8.13039 16.1976 8.36209 15.9659 8.44634C10.8475 10.4895 7.47743 15.4183 7.47743 21C7.47743 26.5817 10.8475 31.5105 15.9659 33.5537C16.1976 33.6379 16.3661 33.8696 16.3661 34.1224V35.0702ZM21.8425 28.8566V30.8365C21.8425 31.0682 21.653 31.2367 21.4423 31.2367H20.1364C19.9047 31.2367 19.7362 31.0471 19.7362 30.8365V28.7934C18.5145 28.5617 17.335 28.014 16.4714 27.2347C15.6289 26.4554 15.1234 25.4865 15.0181 24.4122C14.997 24.1805 15.1866 23.9699 15.4183 23.9699H16.7242C16.9348 23.9699 17.0822 24.1174 17.1244 24.328C17.2086 24.8335 17.4614 25.2758 17.9037 25.676C18.7252 26.4343 20.1153 26.8977 21.337 26.7924C22.5166 26.7081 23.8646 25.8656 23.991 24.7914C24.1595 23.5486 23.7172 22.7904 22.5166 22.2638C21.9268 21.99 21.2738 21.8215 20.5787 21.653C19.8415 21.4634 19.0622 21.2738 18.3039 20.9368C17.2718 20.4734 16.4504 19.6098 16.0502 18.5777C15.65 17.5456 15.7131 16.3872 16.1976 15.334C16.7874 14.0281 18.0722 13.1645 19.7362 12.8696V11.0582C19.7362 10.8265 19.9258 10.658 20.1364 10.658H21.4423C21.674 10.658 21.8425 10.8475 21.8425 11.0582V12.8485C23.1063 13.0592 24.2859 13.6489 25.1073 14.4915C25.7813 15.2076 26.0341 15.987 26.1605 16.8295C26.2026 17.0612 26.013 17.2929 25.7603 17.2929H24.4965C24.3069 17.2929 24.1384 17.1454 24.0963 16.9559C24.0542 16.5978 23.8857 16.2608 23.5908 15.9448C22.9589 15.2919 21.8425 14.8495 20.8315 14.8706C19.8205 14.8917 18.5777 15.2498 18.1354 16.1976C17.8826 16.7452 17.8616 17.3139 18.0512 17.8405C18.2407 18.346 18.662 18.7884 19.1886 19.0201C19.7783 19.2939 20.4313 19.4413 21.1264 19.6309C21.8847 19.8205 22.6429 20.01 23.4012 20.3681C25.4443 21.2738 26.3711 22.9168 26.0973 25.0863C25.8235 27.1294 23.7803 28.5617 21.8425 28.8566ZM26.1184 35.7864C25.7182 35.9127 25.318 35.6179 25.318 35.1966V34.2487C25.318 33.996 25.4865 33.7643 25.7182 33.68C30.9418 31.7212 34.5226 26.666 34.5226 21C34.5226 15.3551 30.9418 10.2788 25.7182 8.31996C25.4865 8.23571 25.318 8.00401 25.318 7.75125V6.82447C25.318 6.40321 25.7392 6.10833 26.1184 6.2347C32.3531 8.40421 36.6289 14.344 36.6289 21C36.6289 27.6981 32.3952 33.659 26.1184 35.7864Z"/>
|
|
5
4
|
</svg>
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
2
|
<rect width="39.5" height="39.5" x="1.25" y="1.25" fill="#F5D4C2" rx="19.75"/>
|
|
3
3
|
<rect width="39.5" height="39.5" x="1.25" y="1.25" stroke="#FF5C00" stroke-width="2.5" rx="19.75"/>
|
|
4
|
-
<
|
|
4
|
+
<rect width="42" height="42" fill="#1E2739" rx="21"/>
|
|
5
|
+
<path fill="#FF5C00" d="M14.7109 8.08979C15.3021 7.762 15.9762 7.77618 16.6079 8.12888C17.4943 8.62286 18.3896 9.13018 19.256 9.62083L19.2688 9.62788C19.8327 9.94743 20.4137 10.2767 20.9895 10.6007C21.4724 10.3343 21.95 10.0692 22.4135 9.81181C23.4543 9.23378 24.5304 8.63595 25.6006 8.06159C26.1694 7.75654 26.8468 7.79639 27.4591 8.1699C27.8095 8.38378 28.1914 8.6104 28.6255 8.86332C28.7847 8.95598 29.116 9.1494 29.1145 9.55674C29.1129 9.96209 28.7739 10.1561 28.6466 10.229C28.37 10.3882 28.092 10.5443 27.8231 10.6949L27.8097 10.702C27.5315 10.8578 27.2446 11.019 26.9656 11.1801C26.315 11.5554 25.6594 11.9373 25.0251 12.3067L25.0091 12.3157C24.7428 12.4708 24.4762 12.6265 24.2099 12.7816C24.0038 12.9014 23.7978 13.0214 23.5921 13.1411L23.5748 13.1514C22.887 13.5523 22.1768 13.9673 21.4663 14.369C21.3298 14.4464 21.1735 14.4786 21.0209 14.4786C20.8343 14.4786 20.6533 14.4301 20.5217 14.3543C19.6657 13.861 18.8051 13.3595 17.971 12.8732L17.9358 12.8649L17.8646 12.8117C17.2106 12.4304 16.5345 12.0359 15.869 11.6505C15.26 11.2982 14.6503 10.9543 14.0053 10.5905L13.9919 10.5828C13.7148 10.4266 13.4327 10.2673 13.144 10.104C12.9897 10.0267 12.8704 9.88619 12.8242 9.71183C12.7978 9.61176 12.7397 9.26629 13.1068 9.01777C13.1366 8.99769 13.1733 8.97411 13.2228 8.94471C13.2972 8.90006 13.3867 8.84922 13.46 8.80756L13.4657 8.80372C13.4964 8.78636 13.5216 8.77197 13.542 8.76014L13.7753 8.62492C14.0799 8.44826 14.3947 8.26534 14.7109 8.08979Z"/>
|
|
6
|
+
<path fill="#FF5C00" d="M8.46901 11.6849C8.7345 11.5573 9.08809 11.5732 9.34956 11.7233C10.0065 12.1031 10.666 12.4913 11.3036 12.8666C12.5059 13.5742 13.7487 14.3058 14.986 14.9892C16.6936 15.9323 18.0893 17.0419 19.2523 18.382C19.9059 19.1345 20.4834 19.974 21.0057 20.9301C21.3952 20.202 21.8848 19.4729 22.4848 18.7229C23.227 17.7951 23.9915 17.0415 24.8233 16.4203C25.5398 15.8857 26.3081 15.4224 27.051 14.9738L27.1221 14.9309C27.742 14.5574 28.3776 14.1951 28.9922 13.8446L28.9967 13.842C29.3144 13.6609 29.6437 13.4739 29.967 13.2864C30.2716 13.1101 30.5757 12.9325 30.8796 12.7551C31.4717 12.4099 32.0827 12.0539 32.6894 11.7099C32.9785 11.5465 33.3286 11.607 33.5597 11.7182C33.8599 11.8629 34.1147 12.0065 34.339 12.1572C34.5804 12.3198 34.7551 12.6177 34.7748 12.8993C34.7881 13.1013 34.7865 13.2942 34.785 13.4806C34.7839 13.61 34.7825 13.7424 34.7869 13.8677V13.8895C34.7868 14.4478 34.4216 14.659 34.2839 14.7386C33.3144 15.2944 32.2794 15.8914 31.025 16.6183C30.4009 16.9799 29.7771 17.3428 29.1537 17.7058L29.114 17.7289C28.7375 17.948 28.3609 18.1674 27.9841 18.3864C27.0064 18.9542 26.1177 19.7038 25.3431 20.6135C24.5181 21.5825 23.9403 22.521 23.5769 23.4833C23.3637 24.0483 23.1607 24.6473 22.9565 25.3149C22.8914 25.5261 22.8652 25.7741 22.8418 26.0307C22.6792 27.816 22.7002 29.6506 22.7207 31.4243C22.7329 32.4712 22.7452 33.5528 22.7207 34.6209C22.7165 34.7997 22.7035 35.3415 22.1029 35.6335C21.9995 35.6841 21.8908 35.7481 21.7767 35.8162C21.6562 35.8875 21.5343 35.9606 21.4005 36.0283C21.2762 36.0908 21.1432 36.1148 21.0179 36.1148C20.8674 36.1148 20.7278 36.08 20.6263 36.0347C20.4425 35.9521 20.2748 35.8602 20.113 35.7713L20.0809 35.7534C20.0481 35.7352 20.0147 35.7174 19.9816 35.6995C19.4924 35.4339 19.2615 35.0352 19.276 34.4806C19.2998 33.5658 19.2961 32.6316 19.292 31.7281C19.2905 31.3769 19.2888 31.0262 19.2888 30.6751H19.7509L19.2805 30.6745C19.2805 30.3401 19.2834 30.0011 19.2856 29.6734V29.6523C19.2916 28.868 19.2974 28.0568 19.2702 27.2644C19.2442 26.5149 19.1688 25.8715 19.0401 25.2982C18.7105 23.8289 18.1026 22.4879 17.2329 21.312C16.2872 20.0341 15.1549 19.0191 13.8677 18.2948C13.037 17.8272 12.2053 17.3359 11.401 16.8612L11.385 16.8522C10.9167 16.5758 10.433 16.2898 9.95582 16.0127C9.63662 15.8274 9.31031 15.6424 8.99516 15.4634L8.99132 15.4615C8.57576 15.2256 8.14573 14.9816 7.72496 14.7335C7.44716 14.5702 7.25815 14.2687 7.23213 13.9484C7.20536 13.6185 7.20479 13.2681 7.23085 12.907C7.25243 12.6202 7.42366 12.3254 7.66728 12.1546C7.91646 11.979 8.18672 11.821 8.46901 11.6849Z"/>
|
|
7
|
+
<path fill="#FF5C00" d="M33.9518 18.6461C34.1194 18.6086 34.2971 18.6294 34.4459 18.7159C34.6575 18.8391 34.7822 19.0587 34.783 19.2972C34.783 19.4441 34.7844 19.5896 34.7855 19.7343V19.7368C34.7889 20.1542 34.7922 20.5853 34.774 21.0134C34.7591 21.3616 34.6491 21.7031 34.4721 21.9504C34.2784 22.2212 34.0066 22.4717 33.7076 22.6547C33.3463 22.8757 32.98 23.0863 32.6258 23.2898C32.1088 23.5867 31.5769 23.8916 31.0826 24.2178C30.3307 24.7137 29.7971 25.4443 29.4958 26.3878C29.3608 26.8099 29.298 27.2526 29.3035 27.7413V28.8455C29.3013 29.2606 29.2993 29.6901 29.3067 30.1087C29.3243 31.1134 28.3862 31.9742 28.134 32.1498C28.0642 32.1985 28.0158 32.2342 27.9731 32.2658C27.7681 32.4169 27.6918 32.4678 26.9778 32.8343L26.9759 32.8362C26.9216 32.8622 26.8659 32.8941 26.8131 32.9246C26.6773 33.0031 26.5171 33.0279 26.3639 32.9951H26.3613C26.2852 32.9784 25.9063 32.8722 25.8736 32.3966C25.8713 32.3661 25.8695 32.3218 25.8672 32.2645C25.8639 32.1634 25.8606 32.0216 25.8576 31.8435C25.8516 31.4716 25.8475 30.9884 25.8467 30.4829C25.846 29.8654 25.8492 28.3202 25.896 27.3202C25.9745 25.6463 26.5655 24.1252 27.652 22.8002C28.4269 21.8552 29.4046 21.2221 30.2584 20.7276L31.2127 20.1746C32.0382 19.6958 32.8624 19.2184 33.6864 18.7422C33.791 18.6816 33.8878 18.6602 33.9518 18.6461Z"/>
|
|
8
|
+
<path fill="#FF5C00" d="M7.92288 18.7157C8.07171 18.6294 8.24984 18.6086 8.41763 18.6458C8.48159 18.66 8.57788 18.6814 8.68231 18.7419C9.50672 19.2181 10.3305 19.6959 11.1561 20.1743L12.1103 20.7274C12.9641 21.2218 13.9422 21.855 14.7167 22.7999C15.8033 24.125 16.3939 25.646 16.4727 27.32C16.5196 28.32 16.5228 29.8648 16.5221 30.4827C16.5213 30.9878 16.5177 31.4709 16.5118 31.8432C16.5088 32.0214 16.5056 32.1631 16.5022 32.2643C16.5004 32.3215 16.4981 32.3662 16.4958 32.3963C16.4634 32.8721 16.0833 32.9779 16.0074 32.9942H16.0049C15.8516 33.0273 15.6914 33.0022 15.5556 32.9237C15.5029 32.8933 15.4464 32.862 15.3922 32.8359H15.3935L15.3909 32.834C14.6771 32.4676 14.6006 32.4166 14.3957 32.2656C14.353 32.234 14.3043 32.1982 14.2348 32.1496C13.9824 31.9738 13.0445 31.1131 13.062 30.1084C13.0694 29.6899 13.0674 29.2604 13.0652 28.8452V27.741C13.0708 27.2523 13.0076 26.8096 12.873 26.3875C12.572 25.4438 12.0383 24.714 11.2862 24.2182C10.7918 23.8919 10.26 23.5864 9.74295 23.2896C9.3888 23.0865 9.02241 22.8755 8.66116 22.6544C8.36216 22.4715 8.09101 22.2209 7.89725 21.9501C7.72018 21.7028 7.60967 21.3614 7.59476 21.0132C7.57656 20.585 7.57989 20.154 7.58322 19.7366V19.734C7.58438 19.5893 7.58545 19.4438 7.58579 19.2969C7.58617 19.0588 7.71119 18.8388 7.92288 18.7157Z"/>
|
|
5
9
|
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api3/logos",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.30",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"homepage": "https://api3dao.github.io/logos/",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"api-provider"
|
|
20
20
|
],
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@api3/dapi-management": "3.
|
|
22
|
+
"@api3/dapi-management": "3.55.0",
|
|
23
23
|
"@babel/core": "^7.28.3",
|
|
24
24
|
"@babel/preset-react": "^7.27.1",
|
|
25
25
|
"@changesets/changelog-github": "^0.5.1",
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="#8E9BB2" d="M8.31228 11.6516H2.10193L8.63568 8.58495L11.66 2L11.6671 8.2557C11.6695 10.1302 10.1669 11.6539 8.30993 11.6539L8.31228 11.6516Z"/>
|
|
3
|
-
<path fill="#8E9BB2" d="M15.6875 11.6516H21.8979L15.3642 8.58495L12.3398 2L12.3327 8.2557C12.3303 10.1302 13.833 11.6539 15.6899 11.6539L15.6875 11.6516Z"/>
|
|
4
|
-
<path fill="#8E9BB2" d="M15.6875 12.3484H21.8979L15.3642 15.415L12.3398 22L12.3327 15.7443C12.3303 13.8698 13.833 12.3461 15.6899 12.3461L15.6875 12.3484Z"/>
|
|
5
|
-
<path fill="#8E9BB2" d="M8.31228 12.3484H2.10193L8.63568 15.415L11.66 22L11.6671 15.7443C11.6695 13.8698 10.1669 12.3461 8.30993 12.3461L8.31228 12.3484Z"/>
|
|
6
|
-
</svg>
|