@dynamic-labs/iconic 0.1.8 → 0.1.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/iconic",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "A library of icons used by Dynamic Lab's SDK, served via CDN",
5
5
  "main": "dist/src/index.js",
6
6
  "scripts": {
@@ -1,8 +1,10 @@
1
1
  import { type Iconic } from '../../Iconic';
2
+ export declare const AlgorandIcon: Iconic;
2
3
  export declare const ArbitrumIcon: Iconic;
3
4
  export declare const AuroraIcon: Iconic;
4
5
  export declare const BnbIcon: Iconic;
5
6
  export declare const EthereumIcon: Iconic;
7
+ export declare const FlowIcon: Iconic;
6
8
  export declare const GnosisIcon: Iconic;
7
9
  export declare const OptimismIcon: Iconic;
8
10
  export declare const PalmIcon: Iconic;
@@ -1,7 +1,12 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StarknetIcon = exports.SolanaIcon = exports.PolygonIcon = exports.PalmIcon = exports.OptimismIcon = exports.GnosisIcon = exports.EthereumIcon = exports.BnbIcon = exports.AuroraIcon = exports.ArbitrumIcon = void 0;
3
+ exports.StarknetIcon = exports.SolanaIcon = exports.PolygonIcon = exports.PalmIcon = exports.OptimismIcon = exports.GnosisIcon = exports.FlowIcon = exports.EthereumIcon = exports.BnbIcon = exports.AuroraIcon = exports.ArbitrumIcon = exports.AlgorandIcon = void 0;
4
4
  const Iconic_1 = require("../../Iconic");
5
+ exports.AlgorandIcon = (0, Iconic_1.createIconic)({
6
+ iconName: 'algorand',
7
+ alt: 'Algorand Wallet',
8
+ sourcePath: 'icons/chains/algorand.svg'
9
+ });
5
10
  exports.ArbitrumIcon = (0, Iconic_1.createIconic)({
6
11
  iconName: 'arbitrum',
7
12
  alt: 'Arbitrum Chain',
@@ -22,6 +27,11 @@ exports.EthereumIcon = (0, Iconic_1.createIconic)({
22
27
  alt: 'Ethereum Chain',
23
28
  sourcePath: 'icons/chains/ethereum.svg'
24
29
  });
30
+ exports.FlowIcon = (0, Iconic_1.createIconic)({
31
+ iconName: 'flow',
32
+ alt: 'Flow Wallet',
33
+ sourcePath: 'icons/chains/flow.svg'
34
+ });
25
35
  exports.GnosisIcon = (0, Iconic_1.createIconic)({
26
36
  iconName: 'gnosis',
27
37
  alt: 'Gnosis Chain',
@@ -1,31 +1,48 @@
1
1
  import { type Iconic } from '../../Iconic';
2
- export declare const AlgorandIcon: Iconic;
2
+ export declare const OneInchIcon: Iconic;
3
3
  export declare const ArgentXIcon: Iconic;
4
+ export declare const BinanceIcon: Iconic;
5
+ export declare const BitPayIcon: Iconic;
4
6
  export declare const BloctoIcon: Iconic;
5
7
  export declare const BraavosIcon: Iconic;
8
+ export declare const Coin90Icon: Iconic;
6
9
  export declare const CoinbaseIcon: Iconic;
10
+ export declare const CryptoIcon: Iconic;
7
11
  export declare const DapperIcon: Iconic;
8
12
  export declare const DawnIcon: Iconic;
13
+ export declare const EmailSignIcon: Iconic;
9
14
  export declare const SignInWithEmailIcon: Iconic;
10
15
  export declare const ExodusIcon: Iconic;
11
- export declare const FlowIcon: Iconic;
16
+ export declare const FireblocksIcon: Iconic;
12
17
  export declare const FortmaticIcon: Iconic;
13
18
  export declare const FrameIcon: Iconic;
14
19
  export declare const GamestopIcon: Iconic;
15
20
  export declare const GlowIcon: Iconic;
21
+ export declare const ImTokenWallet: Iconic;
16
22
  export declare const InjectedWalletIcon: Iconic;
17
23
  export declare const LedgerIcon: Iconic;
18
24
  export declare const LilicoIcon: Iconic;
25
+ export declare const LinenIcon: Iconic;
19
26
  export declare const MaticIcon: Iconic;
20
27
  export declare const MetaMaskIcon: Iconic;
21
28
  export declare const MissingIcon: Iconic;
22
29
  export declare const MyalgoIcon: Iconic;
30
+ export declare const OmniIcon: Iconic;
31
+ export declare const OpeanSeaIcon: Iconic;
23
32
  export declare const PhantomIcon: Iconic;
24
33
  export declare const RainbowIcon: Iconic;
34
+ export declare const SafeIcon: Iconic;
35
+ export declare const SequenceIcon: Iconic;
25
36
  export declare const SlopeIcon: Iconic;
26
37
  export declare const SolflareIcon: Iconic;
38
+ export declare const SpotIcon: Iconic;
27
39
  export declare const StrokeIcon: Iconic;
40
+ export declare const TallyCashIcon: Iconic;
28
41
  export declare const TerraIcon: Iconic;
42
+ export declare const TorusIcon: Iconic;
43
+ export declare const TrustIcon: Iconic;
44
+ export declare const UnstoppableIcon: Iconic;
29
45
  export declare const VenlyIcon: Iconic;
30
46
  export declare const WalletConnectIcon: Iconic;
31
47
  export declare const MagicLinkIcon: Iconic;
48
+ export declare const ZengoIcon: Iconic;
@@ -1,17 +1,27 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MagicLinkIcon = exports.WalletConnectIcon = exports.VenlyIcon = exports.TerraIcon = exports.StrokeIcon = exports.SolflareIcon = exports.SlopeIcon = exports.RainbowIcon = exports.PhantomIcon = exports.MyalgoIcon = exports.MissingIcon = exports.MetaMaskIcon = exports.MaticIcon = exports.LilicoIcon = exports.LedgerIcon = exports.InjectedWalletIcon = exports.GlowIcon = exports.GamestopIcon = exports.FrameIcon = exports.FortmaticIcon = exports.FlowIcon = exports.ExodusIcon = exports.SignInWithEmailIcon = exports.DawnIcon = exports.DapperIcon = exports.CoinbaseIcon = exports.BraavosIcon = exports.BloctoIcon = exports.ArgentXIcon = exports.AlgorandIcon = void 0;
3
+ exports.ZengoIcon = exports.MagicLinkIcon = exports.WalletConnectIcon = exports.VenlyIcon = exports.UnstoppableIcon = exports.TrustIcon = exports.TorusIcon = exports.TerraIcon = exports.TallyCashIcon = exports.StrokeIcon = exports.SpotIcon = exports.SolflareIcon = exports.SlopeIcon = exports.SequenceIcon = exports.SafeIcon = exports.RainbowIcon = exports.PhantomIcon = exports.OpeanSeaIcon = exports.OmniIcon = exports.MyalgoIcon = exports.MissingIcon = exports.MetaMaskIcon = exports.MaticIcon = exports.LinenIcon = exports.LilicoIcon = exports.LedgerIcon = exports.InjectedWalletIcon = exports.ImTokenWallet = exports.GlowIcon = exports.GamestopIcon = exports.FrameIcon = exports.FortmaticIcon = exports.FireblocksIcon = exports.ExodusIcon = exports.SignInWithEmailIcon = exports.EmailSignIcon = exports.DawnIcon = exports.DapperIcon = exports.CryptoIcon = exports.CoinbaseIcon = exports.Coin90Icon = exports.BraavosIcon = exports.BloctoIcon = exports.BitPayIcon = exports.BinanceIcon = exports.ArgentXIcon = exports.OneInchIcon = void 0;
4
4
  const Iconic_1 = require("../../Iconic");
5
- exports.AlgorandIcon = (0, Iconic_1.createIconic)({
6
- iconName: 'algorand',
7
- alt: 'Algorand Wallet',
8
- sourcePath: 'icons/wallets/algorand.svg'
5
+ exports.OneInchIcon = (0, Iconic_1.createIconic)({
6
+ iconName: '1inch.svg',
7
+ alt: '1inch Wallet',
8
+ sourcePath: 'icons/wallets/1inch.svg'
9
9
  });
10
10
  exports.ArgentXIcon = (0, Iconic_1.createIconic)({
11
11
  iconName: 'argentx',
12
12
  alt: 'Argent X Wallet',
13
13
  sourcePath: 'icons/wallets/argentx.svg'
14
14
  });
15
+ exports.BinanceIcon = (0, Iconic_1.createIconic)({
16
+ iconName: 'binance.svg',
17
+ alt: 'Binance Wallet',
18
+ sourcePath: 'icons/wallets/binance.svg'
19
+ });
20
+ exports.BitPayIcon = (0, Iconic_1.createIconic)({
21
+ iconName: 'bitpay.svg',
22
+ alt: 'BitPay Wallet',
23
+ sourcePath: 'icons/wallets/bitpay.svg'
24
+ });
15
25
  exports.BloctoIcon = (0, Iconic_1.createIconic)({
16
26
  iconName: 'blocto',
17
27
  alt: 'Blocto Wallet',
@@ -22,11 +32,21 @@ exports.BraavosIcon = (0, Iconic_1.createIconic)({
22
32
  alt: 'Braavos Wallet',
23
33
  sourcePath: 'icons/wallets/braavos.svg'
24
34
  });
35
+ exports.Coin90Icon = (0, Iconic_1.createIconic)({
36
+ iconName: 'coin98.svg',
37
+ alt: 'Coin98 Wallet',
38
+ sourcePath: 'icons/wallets/coin98.svg'
39
+ });
25
40
  exports.CoinbaseIcon = (0, Iconic_1.createIconic)({
26
41
  iconName: 'coinbase',
27
42
  alt: 'Coinbase Wallet',
28
43
  sourcePath: 'icons/wallets/coinbase.svg'
29
44
  });
45
+ exports.CryptoIcon = (0, Iconic_1.createIconic)({
46
+ iconName: 'crypto.svg',
47
+ alt: 'Crypto Wallet',
48
+ sourcePath: 'icons/wallets/crypto.svg'
49
+ });
30
50
  exports.DapperIcon = (0, Iconic_1.createIconic)({
31
51
  iconName: 'dapper',
32
52
  alt: 'Dapper Wallet',
@@ -37,6 +57,11 @@ exports.DawnIcon = (0, Iconic_1.createIconic)({
37
57
  alt: 'Dawn Wallet',
38
58
  sourcePath: 'icons/wallets/dawn.svg'
39
59
  });
60
+ exports.EmailSignIcon = (0, Iconic_1.createIconic)({
61
+ iconName: 'emailsign.svg',
62
+ alt: 'Dapper Wallet',
63
+ sourcePath: 'icons/wallets/emailsign.svg'
64
+ });
40
65
  exports.SignInWithEmailIcon = (0, Iconic_1.createIconic)({
41
66
  iconName: 'signinwithemail',
42
67
  alt: 'Sign in with Email',
@@ -47,10 +72,10 @@ exports.ExodusIcon = (0, Iconic_1.createIconic)({
47
72
  alt: 'Exodus Wallet',
48
73
  sourcePath: 'icons/wallets/exodus.svg'
49
74
  });
50
- exports.FlowIcon = (0, Iconic_1.createIconic)({
51
- iconName: 'flow',
52
- alt: 'Flow Wallet',
53
- sourcePath: 'icons/wallets/flow.svg'
75
+ exports.FireblocksIcon = (0, Iconic_1.createIconic)({
76
+ iconName: 'fireblocks.svg',
77
+ alt: 'Fireblocks Wallet',
78
+ sourcePath: 'icons/wallets/fireblocks.svg'
54
79
  });
55
80
  exports.FortmaticIcon = (0, Iconic_1.createIconic)({
56
81
  iconName: 'fortmatic',
@@ -72,6 +97,11 @@ exports.GlowIcon = (0, Iconic_1.createIconic)({
72
97
  alt: 'Glow Wallet',
73
98
  sourcePath: 'icons/wallets/glow.svg'
74
99
  });
100
+ exports.ImTokenWallet = (0, Iconic_1.createIconic)({
101
+ iconName: 'imtoken.svg',
102
+ alt: 'ImToken Wallet',
103
+ sourcePath: 'icons/wallets/imtoken.svg'
104
+ });
75
105
  exports.InjectedWalletIcon = (0, Iconic_1.createIconic)({
76
106
  iconName: 'injectedwallet',
77
107
  alt: 'Injected Wallet',
@@ -87,6 +117,11 @@ exports.LilicoIcon = (0, Iconic_1.createIconic)({
87
117
  alt: 'Lilico Wallet',
88
118
  sourcePath: 'icons/wallets/lilico.svg'
89
119
  });
120
+ exports.LinenIcon = (0, Iconic_1.createIconic)({
121
+ iconName: 'linen.svg',
122
+ alt: 'Linen Wallet',
123
+ sourcePath: 'icons/wallets/linen.svg'
124
+ });
90
125
  exports.MaticIcon = (0, Iconic_1.createIconic)({
91
126
  iconName: 'matic',
92
127
  alt: 'Matic Wallet',
@@ -107,6 +142,16 @@ exports.MyalgoIcon = (0, Iconic_1.createIconic)({
107
142
  alt: 'MyAlgo Wallet',
108
143
  sourcePath: 'icons/wallets/myalgo.svg'
109
144
  });
145
+ exports.OmniIcon = (0, Iconic_1.createIconic)({
146
+ iconName: 'omni',
147
+ alt: 'Omni Wallet',
148
+ sourcePath: 'icons/wallets/omni.svg'
149
+ });
150
+ exports.OpeanSeaIcon = (0, Iconic_1.createIconic)({
151
+ iconName: 'opeansea',
152
+ alt: 'OpeanSea Wallet',
153
+ sourcePath: 'icons/wallets/opensea.svg'
154
+ });
110
155
  exports.PhantomIcon = (0, Iconic_1.createIconic)({
111
156
  iconName: 'phantom',
112
157
  alt: 'Phantom Wallet',
@@ -117,6 +162,16 @@ exports.RainbowIcon = (0, Iconic_1.createIconic)({
117
162
  alt: 'Rainbow Wallet',
118
163
  sourcePath: 'icons/wallets/rainbow.svg'
119
164
  });
165
+ exports.SafeIcon = (0, Iconic_1.createIconic)({
166
+ iconName: 'safe',
167
+ alt: 'Safe Wallet',
168
+ sourcePath: 'icons/wallets/safe.svg'
169
+ });
170
+ exports.SequenceIcon = (0, Iconic_1.createIconic)({
171
+ iconName: 'sequence',
172
+ alt: 'Sequence Wallet',
173
+ sourcePath: 'icons/wallets/sequence.svg'
174
+ });
120
175
  exports.SlopeIcon = (0, Iconic_1.createIconic)({
121
176
  iconName: 'slope',
122
177
  alt: 'Slope Wallet',
@@ -127,16 +182,41 @@ exports.SolflareIcon = (0, Iconic_1.createIconic)({
127
182
  alt: 'Solflare Wallet',
128
183
  sourcePath: 'icons/wallets/solflare.svg'
129
184
  });
185
+ exports.SpotIcon = (0, Iconic_1.createIconic)({
186
+ iconName: 'spot',
187
+ alt: 'Spot Wallet',
188
+ sourcePath: 'icons/wallets/spot.svg'
189
+ });
130
190
  exports.StrokeIcon = (0, Iconic_1.createIconic)({
131
191
  iconName: 'stroke',
132
192
  alt: 'Stroke Wallet',
133
193
  sourcePath: 'icons/wallets/stroke.svg'
134
194
  });
195
+ exports.TallyCashIcon = (0, Iconic_1.createIconic)({
196
+ iconName: 'tallycash',
197
+ alt: 'Taho Wallet',
198
+ sourcePath: 'icons/wallets/tallycash.svg'
199
+ });
135
200
  exports.TerraIcon = (0, Iconic_1.createIconic)({
136
201
  iconName: 'terra',
137
202
  alt: 'Terra Wallet',
138
203
  sourcePath: 'icons/wallets/terra.svg'
139
204
  });
205
+ exports.TorusIcon = (0, Iconic_1.createIconic)({
206
+ iconName: 'torus',
207
+ alt: 'Torus Wallet',
208
+ sourcePath: 'icons/wallets/torus.svg'
209
+ });
210
+ exports.TrustIcon = (0, Iconic_1.createIconic)({
211
+ iconName: 'trust',
212
+ alt: 'Trust Wallet',
213
+ sourcePath: 'icons/wallets/trust.svg'
214
+ });
215
+ exports.UnstoppableIcon = (0, Iconic_1.createIconic)({
216
+ iconName: 'unstoppable',
217
+ alt: 'Unstoppable Wallet',
218
+ sourcePath: 'icons/wallets/unstoppable.svg'
219
+ });
140
220
  exports.VenlyIcon = (0, Iconic_1.createIconic)({
141
221
  iconName: 'venly',
142
222
  alt: 'Venly Wallet',
@@ -152,3 +232,8 @@ exports.MagicLinkIcon = (0, Iconic_1.createIconic)({
152
232
  alt: 'Magic Link Wallet',
153
233
  sourcePath: 'icons/wallets/magic-link.svg'
154
234
  });
235
+ exports.ZengoIcon = (0, Iconic_1.createIconic)({
236
+ iconName: 'zengo',
237
+ alt: 'Zengo Wallet',
238
+ sourcePath: 'icons/wallets/zengo.svg'
239
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/iconic",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "description": "A library of icons used by Dynamic Lab's SDK, served via CDN",
5
5
  "main": "dist/src/index.js",
6
6
  "scripts": {
@@ -63,4 +63,4 @@
63
63
  "README.md",
64
64
  "LICENSE"
65
65
  ]
66
- }
66
+ }