@api3/logos 0.4.0 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/SymbolLogo.js +6 -0
- package/dist/cjs/index.d.ts +4 -4
- package/dist/cjs/index.js +4 -4
- package/dist/esm/SymbolLogo.js +6 -0
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/logos/symbol/Api3.svg +2 -222
- package/dist/logos/symbol/Hype.svg +6 -0
- package/dist/logos/symbol/Vet.svg +4 -0
- package/package.json +6 -6
package/dist/cjs/SymbolLogo.js
CHANGED
|
@@ -81,6 +81,7 @@ const SymbolGns = require('../logos/symbol/Gns.svg');
|
|
|
81
81
|
const SymbolGrt = require('../logos/symbol/Grt.svg');
|
|
82
82
|
const SymbolHbar = require('../logos/symbol/Hbar.svg');
|
|
83
83
|
const SymbolHnt = require('../logos/symbol/Hnt.svg');
|
|
84
|
+
const SymbolHype = require('../logos/symbol/Hype.svg');
|
|
84
85
|
const SymbolIcp = require('../logos/symbol/Icp.svg');
|
|
85
86
|
const SymbolImx = require('../logos/symbol/Imx.svg');
|
|
86
87
|
const SymbolInEth = require('../logos/symbol/Ineth.svg');
|
|
@@ -190,6 +191,7 @@ const SymbolUsdp = require('../logos/symbol/Usdp.svg');
|
|
|
190
191
|
const SymbolUsdt = require('../logos/symbol/Usdt.svg');
|
|
191
192
|
const SymbolUsdy = require('../logos/symbol/Usdy.svg');
|
|
192
193
|
const SymbolVelo = require('../logos/symbol/Velo.svg');
|
|
194
|
+
const SymbolVet = require('../logos/symbol/Vet.svg');
|
|
193
195
|
const SymbolW = require('../logos/symbol/W.svg');
|
|
194
196
|
const SymbolWbeth = require('../logos/symbol/Wbeth.svg');
|
|
195
197
|
const SymbolWeEth = require('../logos/symbol/Weeth.svg');
|
|
@@ -384,6 +386,8 @@ function SymbolLogo(id, light = false) {
|
|
|
384
386
|
return SymbolHbar;
|
|
385
387
|
case "hnt":
|
|
386
388
|
return SymbolHnt;
|
|
389
|
+
case "hype":
|
|
390
|
+
return SymbolHype;
|
|
387
391
|
case "icp":
|
|
388
392
|
return SymbolIcp;
|
|
389
393
|
case "imx":
|
|
@@ -602,6 +606,8 @@ function SymbolLogo(id, light = false) {
|
|
|
602
606
|
return SymbolUsdy;
|
|
603
607
|
case "velo":
|
|
604
608
|
return SymbolVelo;
|
|
609
|
+
case "vet":
|
|
610
|
+
return SymbolVet;
|
|
605
611
|
case "w":
|
|
606
612
|
return SymbolW;
|
|
607
613
|
case "wbeth":
|
package/dist/cjs/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { default as ChainLogo } from './ChainLogo.js';
|
|
2
|
-
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
|
3
|
-
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
4
|
-
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
5
1
|
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
6
2
|
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
|
7
3
|
export { default as DappLogo } from './DappLogo.js';
|
|
8
4
|
export { default as DappLogoMissing } from './DappLogoMissing.json';
|
|
5
|
+
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
6
|
+
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
7
|
+
export { default as ChainLogo } from './ChainLogo.js';
|
|
8
|
+
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
package/dist/cjs/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
module.exports.ChainLogo = require('./ChainLogo.js');
|
|
2
|
-
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
|
|
3
|
-
module.exports.SymbolLogo = require('./SymbolLogo.js');
|
|
4
|
-
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
|
|
5
1
|
module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
|
|
6
2
|
module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
|
|
7
3
|
module.exports.DappLogo = require('./DappLogo.js');
|
|
8
4
|
module.exports.DappLogoMissing = require('./DappLogoMissing.json');
|
|
5
|
+
module.exports.SymbolLogo = require('./SymbolLogo.js');
|
|
6
|
+
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
|
|
7
|
+
module.exports.ChainLogo = require('./ChainLogo.js');
|
|
8
|
+
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
|
package/dist/esm/SymbolLogo.js
CHANGED
|
@@ -81,6 +81,7 @@ import SymbolGns from '../logos/symbol/Gns.svg';
|
|
|
81
81
|
import SymbolGrt from '../logos/symbol/Grt.svg';
|
|
82
82
|
import SymbolHbar from '../logos/symbol/Hbar.svg';
|
|
83
83
|
import SymbolHnt from '../logos/symbol/Hnt.svg';
|
|
84
|
+
import SymbolHype from '../logos/symbol/Hype.svg';
|
|
84
85
|
import SymbolIcp from '../logos/symbol/Icp.svg';
|
|
85
86
|
import SymbolImx from '../logos/symbol/Imx.svg';
|
|
86
87
|
import SymbolInEth from '../logos/symbol/Ineth.svg';
|
|
@@ -190,6 +191,7 @@ import SymbolUsdp from '../logos/symbol/Usdp.svg';
|
|
|
190
191
|
import SymbolUsdt from '../logos/symbol/Usdt.svg';
|
|
191
192
|
import SymbolUsdy from '../logos/symbol/Usdy.svg';
|
|
192
193
|
import SymbolVelo from '../logos/symbol/Velo.svg';
|
|
194
|
+
import SymbolVet from '../logos/symbol/Vet.svg';
|
|
193
195
|
import SymbolW from '../logos/symbol/W.svg';
|
|
194
196
|
import SymbolWbeth from '../logos/symbol/Wbeth.svg';
|
|
195
197
|
import SymbolWeEth from '../logos/symbol/Weeth.svg';
|
|
@@ -384,6 +386,8 @@ function SymbolLogo(id, light = false) {
|
|
|
384
386
|
return SymbolHbar;
|
|
385
387
|
case "hnt":
|
|
386
388
|
return SymbolHnt;
|
|
389
|
+
case "hype":
|
|
390
|
+
return SymbolHype;
|
|
387
391
|
case "icp":
|
|
388
392
|
return SymbolIcp;
|
|
389
393
|
case "imx":
|
|
@@ -602,6 +606,8 @@ function SymbolLogo(id, light = false) {
|
|
|
602
606
|
return SymbolUsdy;
|
|
603
607
|
case "velo":
|
|
604
608
|
return SymbolVelo;
|
|
609
|
+
case "vet":
|
|
610
|
+
return SymbolVet;
|
|
605
611
|
case "w":
|
|
606
612
|
return SymbolW;
|
|
607
613
|
case "wbeth":
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
2
|
-
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
|
3
1
|
export { default as DappLogo } from './DappLogo.js';
|
|
4
2
|
export { default as DappLogoMissing } from './DappLogoMissing.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';
|
|
7
7
|
export { default as ChainLogo } from './ChainLogo.js';
|
|
8
8
|
export { default as ChainLogoMissing } from './ChainLogoMissing.json';
|
package/dist/esm/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
2
|
-
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
|
3
1
|
export { default as DappLogo } from './DappLogo.js';
|
|
4
2
|
export { default as DappLogoMissing } from './DappLogoMissing.json';
|
|
3
|
+
export { default as ApiProviderLogo } from './ApiProviderLogo.js';
|
|
4
|
+
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
|
|
5
5
|
export { default as SymbolLogo } from './SymbolLogo.js';
|
|
6
6
|
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
|
|
7
7
|
export { default as ChainLogo } from './ChainLogo.js';
|
|
@@ -1,224 +1,4 @@
|
|
|
1
1
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
-
<
|
|
3
|
-
<path fill="
|
|
4
|
-
<path fill="url(#api3_svg__b)" d="m31.448 25.995-18.072 4.702h20.37a.25.25 0 0 0 .217-.38l-2.515-4.322Z"/>
|
|
5
|
-
<path fill="url(#api3_svg__c)" d="m28.679 23.254 2.774 2.741-10.33-17.74c-.093-.164-.341-.164-.445 0l-2.587 4.517 10.588 10.482Z"/>
|
|
6
|
-
<path fill="url(#api3_svg__d)" d="m13.377 30.707 3.725-.976-.02-13.11-3.706 14.086Z"/>
|
|
7
|
-
<path fill="url(#api3_svg__e)" d="m17.084 16.614 11.593 6.642-10.589-10.482-1.004 3.84Z"/>
|
|
8
|
-
<path fill="url(#api3_svg__f)" d="m17.102 29.729 14.345-3.727-2.774-2.741-11.571 6.468Z"/>
|
|
9
|
-
<path fill="url(#api3_svg__g)" d="m17.105 29.73 2.484-1.387-2.505-8.942.021 10.328Z"/>
|
|
10
|
-
<path fill="url(#api3_svg__h)" d="m28.674 23.26-2.443-1.396-6.645 6.478 9.088-5.081Z"/>
|
|
11
|
-
<path fill="url(#api3_svg__i)" d="m17.086 19.393 9.15 2.463-9.15-5.246v2.783Z"/>
|
|
12
|
-
<path fill="url(#api3_svg__j)" d="M22.901 21.342h1.408l-7.225-1.94.539 1.93 5.268.01h.01Z"/>
|
|
13
|
-
<path fill="url(#api3_svg__k)" d="m17.624 21.331 1.966 7.012 1.387-1.355-2.608-4.415-.745-1.242Z"/>
|
|
14
|
-
<path fill="url(#api3_svg__l)" d="m24.31 21.342-3.332 5.646 5.257-5.123-1.925-.523Z"/>
|
|
15
|
-
<path fill="url(#api3_svg__m)" d="m22.902 21.341-5.278-.01.745 1.242 4.534-1.232Z"/>
|
|
16
|
-
<path fill="url(#api3_svg__n)" d="m21.67 25.813-3.302-3.234 2.608 4.415.693-1.181Z"/>
|
|
17
|
-
<path fill="url(#api3_svg__o)" d="M24.312 21.342h-1.408l-1.231 4.466 2.64-4.466Z"/>
|
|
18
|
-
<path fill="url(#api3_svg__p)" d="M8.255 30.7h5.123l4.71-17.926L8.037 30.32c-.104.164.02.38.217.38Z"/>
|
|
19
|
-
<path fill="url(#api3_svg__q)" d="m31.448 25.995-18.072 4.702h20.37a.25.25 0 0 0 .217-.38l-2.515-4.322Z"/>
|
|
20
|
-
<path fill="url(#api3_svg__r)" d="m28.679 23.254 2.774 2.741-10.33-17.74c-.093-.164-.341-.164-.445 0l-2.587 4.517 10.588 10.482Z"/>
|
|
21
|
-
<path fill="url(#api3_svg__s)" d="m13.377 30.707 3.725-.976-.02-13.11-3.706 14.086Z"/>
|
|
22
|
-
<path fill="url(#api3_svg__t)" d="m17.102 29.729 14.345-3.727-2.774-2.741-11.571 6.468Z"/>
|
|
23
|
-
<path fill="url(#api3_svg__u)" d="m17.105 29.73 2.484-1.387-2.505-8.942.021 10.328Z"/>
|
|
24
|
-
<path fill="url(#api3_svg__v)" d="m28.674 23.26-2.443-1.396-6.645 6.478 9.088-5.081Z"/>
|
|
25
|
-
<path fill="url(#api3_svg__w)" d="m17.624 21.331 1.966 7.012 1.387-1.355-2.608-4.415-.745-1.242Z"/>
|
|
26
|
-
<path fill="url(#api3_svg__x)" d="m24.31 21.342-3.332 5.646 5.257-5.123-1.925-.523Z"/>
|
|
27
|
-
<path fill="url(#api3_svg__y)" d="m21.67 25.813-3.302-3.234 2.608 4.415.693-1.181Z"/>
|
|
28
|
-
<path fill="url(#api3_svg__z)" d="M24.312 21.342h-1.408l-1.231 4.466 2.64-4.466Z"/>
|
|
29
|
-
<defs>
|
|
30
|
-
<linearGradient id="api3_svg__a" x1="13.999" x2="12.201" y1="30.634" y2="13.387" gradientUnits="userSpaceOnUse">
|
|
31
|
-
<stop stop-color="#C3C4C3"/>
|
|
32
|
-
<stop offset=".094" stop-color="#D8D8D8"/>
|
|
33
|
-
<stop offset=".212" stop-color="#E9EAE9"/>
|
|
34
|
-
<stop offset=".355" stop-color="#F6F6F6"/>
|
|
35
|
-
<stop offset=".547" stop-color="#FDFDFD"/>
|
|
36
|
-
<stop offset="1" stop-color="#fff"/>
|
|
37
|
-
</linearGradient>
|
|
38
|
-
<linearGradient id="api3_svg__b" x1="30.992" x2="16.989" y1="25.372" y2="35.628" gradientUnits="userSpaceOnUse">
|
|
39
|
-
<stop stop-color="#C3C4C3"/>
|
|
40
|
-
<stop offset=".094" stop-color="#D8D8D8"/>
|
|
41
|
-
<stop offset=".212" stop-color="#E9EAE9"/>
|
|
42
|
-
<stop offset=".355" stop-color="#F6F6F6"/>
|
|
43
|
-
<stop offset=".547" stop-color="#FDFDFD"/>
|
|
44
|
-
<stop offset="1" stop-color="#fff"/>
|
|
45
|
-
</linearGradient>
|
|
46
|
-
<linearGradient id="api3_svg__c" x1="17.826" x2="33.887" y1="13.361" y2="20.57" gradientUnits="userSpaceOnUse">
|
|
47
|
-
<stop stop-color="#C3C4C3"/>
|
|
48
|
-
<stop offset=".094" stop-color="#D8D8D8"/>
|
|
49
|
-
<stop offset=".212" stop-color="#E9EAE9"/>
|
|
50
|
-
<stop offset=".355" stop-color="#F6F6F6"/>
|
|
51
|
-
<stop offset=".547" stop-color="#FDFDFD"/>
|
|
52
|
-
<stop offset="1" stop-color="#fff"/>
|
|
53
|
-
</linearGradient>
|
|
54
|
-
<linearGradient id="api3_svg__d" x1="15.945" x2="14.532" y1="30.438" y2="16.884" gradientUnits="userSpaceOnUse">
|
|
55
|
-
<stop stop-color="#B7B8B8"/>
|
|
56
|
-
<stop offset=".113" stop-color="#C9CACA"/>
|
|
57
|
-
<stop offset=".302" stop-color="#E1E1E1"/>
|
|
58
|
-
<stop offset=".504" stop-color="#F2F2F2"/>
|
|
59
|
-
<stop offset=".725" stop-color="#FCFCFC"/>
|
|
60
|
-
<stop offset="1" stop-color="#fff"/>
|
|
61
|
-
</linearGradient>
|
|
62
|
-
<linearGradient id="api3_svg__e" x1="17.001" x2="29.73" y1="15.196" y2="20.909" gradientUnits="userSpaceOnUse">
|
|
63
|
-
<stop stop-color="#B7B8B8"/>
|
|
64
|
-
<stop offset=".113" stop-color="#C9CACA"/>
|
|
65
|
-
<stop offset=".302" stop-color="#E1E1E1"/>
|
|
66
|
-
<stop offset=".504" stop-color="#F2F2F2"/>
|
|
67
|
-
<stop offset=".725" stop-color="#FCFCFC"/>
|
|
68
|
-
<stop offset="1" stop-color="#fff"/>
|
|
69
|
-
</linearGradient>
|
|
70
|
-
<linearGradient id="api3_svg__f" x1="29.863" x2="18.748" y1="23.839" y2="31.981" gradientUnits="userSpaceOnUse">
|
|
71
|
-
<stop stop-color="#B7B8B8"/>
|
|
72
|
-
<stop offset=".113" stop-color="#C9CACA"/>
|
|
73
|
-
<stop offset=".302" stop-color="#E1E1E1"/>
|
|
74
|
-
<stop offset=".504" stop-color="#F2F2F2"/>
|
|
75
|
-
<stop offset=".725" stop-color="#FCFCFC"/>
|
|
76
|
-
<stop offset="1" stop-color="#fff"/>
|
|
77
|
-
</linearGradient>
|
|
78
|
-
<linearGradient id="api3_svg__g" x1="18.476" x2="15.755" y1="29.344" y2="19.779" gradientUnits="userSpaceOnUse">
|
|
79
|
-
<stop stop-color="#B7B8B8"/>
|
|
80
|
-
<stop offset=".21" stop-color="#CECECE"/>
|
|
81
|
-
<stop offset=".518" stop-color="#E9E9E9"/>
|
|
82
|
-
<stop offset=".791" stop-color="#F9F9F9"/>
|
|
83
|
-
<stop offset="1" stop-color="#fff"/>
|
|
84
|
-
</linearGradient>
|
|
85
|
-
<linearGradient id="api3_svg__h" x1="27.603" x2="20.715" y1="22.234" y2="29.425" gradientUnits="userSpaceOnUse">
|
|
86
|
-
<stop stop-color="#B7B8B8"/>
|
|
87
|
-
<stop offset=".21" stop-color="#CECECE"/>
|
|
88
|
-
<stop offset=".518" stop-color="#E9E9E9"/>
|
|
89
|
-
<stop offset=".791" stop-color="#F9F9F9"/>
|
|
90
|
-
<stop offset="1" stop-color="#fff"/>
|
|
91
|
-
</linearGradient>
|
|
92
|
-
<linearGradient id="api3_svg__i" x1="16.729" x2="26.579" y1="18.012" y2="20.488" gradientUnits="userSpaceOnUse">
|
|
93
|
-
<stop stop-color="#B7B8B8"/>
|
|
94
|
-
<stop offset=".21" stop-color="#CECECE"/>
|
|
95
|
-
<stop offset=".518" stop-color="#E9E9E9"/>
|
|
96
|
-
<stop offset=".791" stop-color="#F9F9F9"/>
|
|
97
|
-
<stop offset="1" stop-color="#fff"/>
|
|
98
|
-
</linearGradient>
|
|
99
|
-
<linearGradient id="api3_svg__j" x1="17.01" x2="24.343" y1="20.338" y2="20.92" gradientUnits="userSpaceOnUse">
|
|
100
|
-
<stop stop-color="#ABACAC"/>
|
|
101
|
-
<stop offset=".184" stop-color="#BDBDBD"/>
|
|
102
|
-
<stop offset=".729" stop-color="#EDEDED"/>
|
|
103
|
-
<stop offset="1" stop-color="#fff"/>
|
|
104
|
-
</linearGradient>
|
|
105
|
-
<linearGradient id="api3_svg__k" x1="20.42" x2="17.298" y1="27.943" y2="21.489" gradientUnits="userSpaceOnUse">
|
|
106
|
-
<stop stop-color="#ABACAC"/>
|
|
107
|
-
<stop offset=".184" stop-color="#BDBDBD"/>
|
|
108
|
-
<stop offset=".729" stop-color="#EDEDED"/>
|
|
109
|
-
<stop offset="1" stop-color="#fff"/>
|
|
110
|
-
</linearGradient>
|
|
111
|
-
<linearGradient id="api3_svg__l" x1="25.453" x2="21.455" y1="21.341" y2="27.316" gradientUnits="userSpaceOnUse">
|
|
112
|
-
<stop stop-color="#ABACAC"/>
|
|
113
|
-
<stop offset=".184" stop-color="#BDBDBD"/>
|
|
114
|
-
<stop offset=".729" stop-color="#EDEDED"/>
|
|
115
|
-
<stop offset="1" stop-color="#fff"/>
|
|
116
|
-
</linearGradient>
|
|
117
|
-
<linearGradient id="api3_svg__m" x1="17.952" x2="22.568" y1="22.193" y2="20.453" gradientUnits="userSpaceOnUse">
|
|
118
|
-
<stop stop-color="#9FA0A0"/>
|
|
119
|
-
<stop offset=".175" stop-color="#A5A6A6"/>
|
|
120
|
-
<stop offset=".404" stop-color="#B6B6B6"/>
|
|
121
|
-
<stop offset=".662" stop-color="#D1D1D1"/>
|
|
122
|
-
<stop offset=".941" stop-color="#F6F6F6"/>
|
|
123
|
-
<stop offset="1" stop-color="#fff"/>
|
|
124
|
-
</linearGradient>
|
|
125
|
-
<linearGradient id="api3_svg__n" x1="21.533" x2="17.832" y1="26.334" y2="23.204" gradientUnits="userSpaceOnUse">
|
|
126
|
-
<stop stop-color="#9FA0A0"/>
|
|
127
|
-
<stop offset=".175" stop-color="#A5A6A6"/>
|
|
128
|
-
<stop offset=".404" stop-color="#B6B6B6"/>
|
|
129
|
-
<stop offset=".662" stop-color="#D1D1D1"/>
|
|
130
|
-
<stop offset=".941" stop-color="#F6F6F6"/>
|
|
131
|
-
<stop offset="1" stop-color="#fff"/>
|
|
132
|
-
</linearGradient>
|
|
133
|
-
<linearGradient id="api3_svg__o" x1="23.417" x2="22.581" y1="21.189" y2="25.966" gradientUnits="userSpaceOnUse">
|
|
134
|
-
<stop stop-color="#9FA0A0"/>
|
|
135
|
-
<stop offset=".175" stop-color="#A5A6A6"/>
|
|
136
|
-
<stop offset=".404" stop-color="#B6B6B6"/>
|
|
137
|
-
<stop offset=".662" stop-color="#D1D1D1"/>
|
|
138
|
-
<stop offset=".941" stop-color="#F6F6F6"/>
|
|
139
|
-
<stop offset="1" stop-color="#fff"/>
|
|
140
|
-
</linearGradient>
|
|
141
|
-
<linearGradient id="api3_svg__p" x1="13.999" x2="12.201" y1="30.636" y2="13.389" gradientUnits="userSpaceOnUse">
|
|
142
|
-
<stop stop-color="#C3C4C3"/>
|
|
143
|
-
<stop offset=".094" stop-color="#D8D8D8"/>
|
|
144
|
-
<stop offset=".212" stop-color="#E9EAE9"/>
|
|
145
|
-
<stop offset=".355" stop-color="#F6F6F6"/>
|
|
146
|
-
<stop offset=".547" stop-color="#FDFDFD"/>
|
|
147
|
-
<stop offset="1" stop-color="#fff"/>
|
|
148
|
-
</linearGradient>
|
|
149
|
-
<linearGradient id="api3_svg__q" x1="30.992" x2="16.989" y1="25.372" y2="35.628" gradientUnits="userSpaceOnUse">
|
|
150
|
-
<stop stop-color="#C3C4C3"/>
|
|
151
|
-
<stop offset=".094" stop-color="#D8D8D8"/>
|
|
152
|
-
<stop offset=".212" stop-color="#E9EAE9"/>
|
|
153
|
-
<stop offset=".355" stop-color="#F6F6F6"/>
|
|
154
|
-
<stop offset=".547" stop-color="#FDFDFD"/>
|
|
155
|
-
<stop offset="1" stop-color="#fff"/>
|
|
156
|
-
</linearGradient>
|
|
157
|
-
<linearGradient id="api3_svg__r" x1="17.826" x2="33.887" y1="13.361" y2="20.57" gradientUnits="userSpaceOnUse">
|
|
158
|
-
<stop stop-color="#C3C4C3"/>
|
|
159
|
-
<stop offset=".094" stop-color="#D8D8D8"/>
|
|
160
|
-
<stop offset=".212" stop-color="#E9EAE9"/>
|
|
161
|
-
<stop offset=".355" stop-color="#F6F6F6"/>
|
|
162
|
-
<stop offset=".547" stop-color="#FDFDFD"/>
|
|
163
|
-
<stop offset="1" stop-color="#fff"/>
|
|
164
|
-
</linearGradient>
|
|
165
|
-
<linearGradient id="api3_svg__s" x1="15.945" x2="14.532" y1="30.438" y2="16.884" gradientUnits="userSpaceOnUse">
|
|
166
|
-
<stop stop-color="#B7B8B8"/>
|
|
167
|
-
<stop offset=".113" stop-color="#C9CACA"/>
|
|
168
|
-
<stop offset=".302" stop-color="#E1E1E1"/>
|
|
169
|
-
<stop offset=".504" stop-color="#F2F2F2"/>
|
|
170
|
-
<stop offset=".725" stop-color="#FCFCFC"/>
|
|
171
|
-
<stop offset="1" stop-color="#fff"/>
|
|
172
|
-
</linearGradient>
|
|
173
|
-
<linearGradient id="api3_svg__t" x1="29.863" x2="18.748" y1="23.839" y2="31.981" gradientUnits="userSpaceOnUse">
|
|
174
|
-
<stop stop-color="#B7B8B8"/>
|
|
175
|
-
<stop offset=".113" stop-color="#C9CACA"/>
|
|
176
|
-
<stop offset=".302" stop-color="#E1E1E1"/>
|
|
177
|
-
<stop offset=".504" stop-color="#F2F2F2"/>
|
|
178
|
-
<stop offset=".725" stop-color="#FCFCFC"/>
|
|
179
|
-
<stop offset="1" stop-color="#fff"/>
|
|
180
|
-
</linearGradient>
|
|
181
|
-
<linearGradient id="api3_svg__u" x1="18.476" x2="15.755" y1="29.344" y2="19.779" gradientUnits="userSpaceOnUse">
|
|
182
|
-
<stop stop-color="#B7B8B8"/>
|
|
183
|
-
<stop offset=".21" stop-color="#CECECE"/>
|
|
184
|
-
<stop offset=".518" stop-color="#E9E9E9"/>
|
|
185
|
-
<stop offset=".791" stop-color="#F9F9F9"/>
|
|
186
|
-
<stop offset="1" stop-color="#fff"/>
|
|
187
|
-
</linearGradient>
|
|
188
|
-
<linearGradient id="api3_svg__v" x1="27.603" x2="20.715" y1="22.234" y2="29.425" gradientUnits="userSpaceOnUse">
|
|
189
|
-
<stop stop-color="#B7B8B8"/>
|
|
190
|
-
<stop offset=".21" stop-color="#CECECE"/>
|
|
191
|
-
<stop offset=".518" stop-color="#E9E9E9"/>
|
|
192
|
-
<stop offset=".791" stop-color="#F9F9F9"/>
|
|
193
|
-
<stop offset="1" stop-color="#fff"/>
|
|
194
|
-
</linearGradient>
|
|
195
|
-
<linearGradient id="api3_svg__w" x1="20.42" x2="17.298" y1="27.943" y2="21.489" gradientUnits="userSpaceOnUse">
|
|
196
|
-
<stop stop-color="#ABACAC"/>
|
|
197
|
-
<stop offset=".184" stop-color="#BDBDBD"/>
|
|
198
|
-
<stop offset=".729" stop-color="#EDEDED"/>
|
|
199
|
-
<stop offset="1" stop-color="#fff"/>
|
|
200
|
-
</linearGradient>
|
|
201
|
-
<linearGradient id="api3_svg__x" x1="25.453" x2="21.455" y1="21.341" y2="27.316" gradientUnits="userSpaceOnUse">
|
|
202
|
-
<stop stop-color="#ABACAC"/>
|
|
203
|
-
<stop offset=".184" stop-color="#BDBDBD"/>
|
|
204
|
-
<stop offset=".729" stop-color="#EDEDED"/>
|
|
205
|
-
<stop offset="1" stop-color="#fff"/>
|
|
206
|
-
</linearGradient>
|
|
207
|
-
<linearGradient id="api3_svg__y" x1="21.533" x2="17.832" y1="26.334" y2="23.204" gradientUnits="userSpaceOnUse">
|
|
208
|
-
<stop stop-color="#9FA0A0"/>
|
|
209
|
-
<stop offset=".175" stop-color="#A5A6A6"/>
|
|
210
|
-
<stop offset=".404" stop-color="#B6B6B6"/>
|
|
211
|
-
<stop offset=".662" stop-color="#D1D1D1"/>
|
|
212
|
-
<stop offset=".941" stop-color="#F6F6F6"/>
|
|
213
|
-
<stop offset="1" stop-color="#fff"/>
|
|
214
|
-
</linearGradient>
|
|
215
|
-
<linearGradient id="api3_svg__z" x1="23.417" x2="22.581" y1="21.189" y2="25.966" gradientUnits="userSpaceOnUse">
|
|
216
|
-
<stop stop-color="#9FA0A0"/>
|
|
217
|
-
<stop offset=".175" stop-color="#A5A6A6"/>
|
|
218
|
-
<stop offset=".404" stop-color="#B6B6B6"/>
|
|
219
|
-
<stop offset=".662" stop-color="#D1D1D1"/>
|
|
220
|
-
<stop offset=".941" stop-color="#F6F6F6"/>
|
|
221
|
-
<stop offset="1" stop-color="#fff"/>
|
|
222
|
-
</linearGradient>
|
|
223
|
-
</defs>
|
|
2
|
+
<rect width="42" height="42" fill="#1F267B" rx="21"/>
|
|
3
|
+
<path fill="#FAFAFA" fill-rule="evenodd" d="M21.2931 8.05542L20.6201 9.21966C20.605 9.24574 20.5899 9.27181 20.5749 9.29791L8.59009 30.0316H33.9961L21.2931 8.05542ZM17.0717 18.4741L11.3013 28.457C14.3026 28.3852 17.0016 28.036 19.0166 27.0215C19.6591 26.698 20.2266 26.3092 20.7111 25.8424C19.4295 24.9675 18.5064 23.9606 17.9054 22.8345C17.1847 21.4841 16.958 20.0197 17.0687 18.5136C17.0697 18.5004 17.0707 18.4873 17.0717 18.4741ZM19.6001 28.4724H31.2734C29.6835 25.8649 27.9603 23.5855 26.0252 22.2271C25.4325 21.811 24.827 21.4865 24.2049 21.265C24.0984 22.9102 23.6905 24.288 23.0117 25.4288C22.2125 26.772 21.0692 27.7337 19.7178 28.4141C19.6787 28.4338 19.6395 28.4532 19.6001 28.4724ZM26.9641 20.982L21.3021 11.1868C19.8512 13.8436 18.79 16.3746 18.6244 18.6269C18.5841 19.1762 18.5974 19.7043 18.6704 20.2111C20.0614 19.5624 21.3979 19.2988 22.681 19.3755C24.2362 19.4684 25.6467 20.057 26.9216 20.952C26.9358 20.962 26.9499 20.972 26.9641 20.982ZM19.282 22.1007C19.2175 21.9798 19.1578 21.8574 19.1029 21.7334C20.381 21.0953 21.5361 20.8684 22.5887 20.9312C22.613 20.9327 22.6372 20.9343 22.6614 20.936C22.5923 22.4805 22.2349 23.6785 21.6811 24.6158C20.5235 23.8436 19.7588 22.994 19.282 22.1007Z" clip-rule="evenodd"/>
|
|
224
4
|
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 43 42">
|
|
2
|
+
<rect width="41" height="41" x="1.43384" y="0.5" fill="#1E2739" rx="20.5"/>
|
|
3
|
+
<rect width="41" height="41" x="1.43384" y="0.5" stroke="#FAFAFA" rx="20.5"/>
|
|
4
|
+
<rect width="42" height="42" x="0.933838" fill="#142722" rx="21"/>
|
|
5
|
+
<path fill="#97FCE4" d="M36.9338 20.8603C36.9338 30.7784 30.8643 33.9609 27.6663 31.1272C25.0339 28.8166 24.2507 23.9339 20.2913 23.4325C15.266 22.8004 14.8309 29.4924 11.5241 29.4924C7.6735 29.4924 6.93384 23.8903 6.93384 21.0129C6.93384 18.0702 7.76052 14.0593 11.0455 14.0593C14.8744 14.0593 15.0919 19.7922 19.878 19.487C24.6423 19.1601 24.7293 13.1874 27.8186 10.637C30.5161 8.43537 36.9338 10.8114 36.9338 20.8603Z"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
|
|
2
|
+
<circle cx="21" cy="21" r="21" fill="#895BC7"/>
|
|
3
|
+
<path fill="#F3F3F3" d="M19.22 32.92 8.355 10.772a.537.537 0 0 1 .48-.772H12.6a.54.54 0 0 1 .48.291l7.934 16.068c.707 1.442 2.753 1.442 3.46 0l7.909-16.055a.54.54 0 0 1 .48-.291h.467c.278 0 .455.29.329.531L22.68 32.92c-.707 1.44-2.755 1.44-3.462 0Z"/>
|
|
4
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@api3/logos",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"repository": {
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"@babel/preset-react": "^7.26.3",
|
|
24
24
|
"@changesets/changelog-github": "^0.5.1",
|
|
25
25
|
"@changesets/cli": "^2.28.1",
|
|
26
|
-
"@api3/dapi-management": "3.
|
|
26
|
+
"@api3/dapi-management": "3.3.0",
|
|
27
27
|
"dropbox": "^10.34.0",
|
|
28
28
|
"node-fetch": "^2.7.0",
|
|
29
29
|
"dotenv": "^16.4.7",
|
|
30
|
-
"prettier": "^3.5.
|
|
30
|
+
"prettier": "^3.5.3",
|
|
31
31
|
"rimraf": "^6.0.1",
|
|
32
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
33
|
-
"@typescript-eslint/parser": "^8.
|
|
34
|
-
"eslint-config-prettier": "^10.0.
|
|
32
|
+
"@typescript-eslint/eslint-plugin": "^8.26.0",
|
|
33
|
+
"@typescript-eslint/parser": "^8.26.0",
|
|
34
|
+
"eslint-config-prettier": "^10.0.2",
|
|
35
35
|
"svgo": "^3.3.0"
|
|
36
36
|
},
|
|
37
37
|
"main": "./dist/cjs/index.js",
|