@dynamic-labs/iconic 0.1.52 → 1.1.0-alpha.25
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/CHANGELOG.md +2479 -0
- package/README.md +1 -7
- package/_virtual/_tslib.cjs +37 -0
- package/_virtual/_tslib.js +33 -0
- package/package.json +25 -58
- package/src/Iconic.cjs +22 -0
- package/{dist/src → src}/Iconic.d.ts +1 -1
- package/src/Iconic.js +17 -0
- package/src/components/SocialIcon.cjs +17 -0
- package/{dist/src → src}/components/SocialIcon.d.ts +1 -2
- package/src/components/SocialIcon.js +13 -0
- package/src/components/findSocialIcon.cjs +18 -0
- package/src/components/findSocialIcon.js +14 -0
- package/src/components/getSocialIcon.cjs +20 -0
- package/src/components/getSocialIcon.js +16 -0
- package/src/icons/browsers/index.cjs +43 -0
- package/src/icons/browsers/index.js +34 -0
- package/src/icons/chains/index.cjs +121 -0
- package/src/icons/chains/index.js +99 -0
- package/src/icons/misc/index.cjs +25 -0
- package/src/icons/misc/index.js +19 -0
- package/src/icons/mobile/index.cjs +19 -0
- package/src/icons/mobile/index.js +14 -0
- package/src/icons/social/index.cjs +145 -0
- package/src/icons/social/index.js +119 -0
- package/src/icons/wallets/index.cjs +385 -0
- package/src/icons/wallets/index.js +319 -0
- package/src/index.cjs +137 -0
- package/src/index.js +10 -0
- package/src/logger.cjs +9 -0
- package/src/logger.d.ts +2 -0
- package/src/logger.js +5 -0
- package/dist/package.json +0 -68
- package/dist/src/Iconic.js +0 -16
- package/dist/src/components/SocialIcon.js +0 -24
- package/dist/src/components/findSocialIcon.js +0 -14
- package/dist/src/components/getSocialIcon.js +0 -40
- package/dist/src/components/index.js +0 -19
- package/dist/src/icons/browsers/index.js +0 -34
- package/dist/src/icons/chains/index.js +0 -99
- package/dist/src/icons/index.js +0 -22
- package/dist/src/icons/misc/index.js +0 -19
- package/dist/src/icons/mobile/index.js +0 -14
- package/dist/src/icons/social/index.js +0 -119
- package/dist/src/icons/wallets/index.js +0 -320
- package/dist/src/index.js +0 -21
- package/dist/src/types.js +0 -2
- /package/{dist/src → src}/components/findSocialIcon.d.ts +0 -0
- /package/{dist/src → src}/components/getSocialIcon.d.ts +0 -0
- /package/{dist/src → src}/components/index.d.ts +0 -0
- /package/{dist/src → src}/icons/browsers/index.d.ts +0 -0
- /package/{dist/src → src}/icons/chains/index.d.ts +0 -0
- /package/{dist/src → src}/icons/index.d.ts +0 -0
- /package/{dist/src → src}/icons/misc/index.d.ts +0 -0
- /package/{dist/src → src}/icons/mobile/index.d.ts +0 -0
- /package/{dist/src → src}/icons/social/index.d.ts +0 -0
- /package/{dist/src → src}/icons/wallets/index.d.ts +0 -0
- /package/{dist/src → src}/index.d.ts +0 -0
- /package/{dist/src → src}/types.d.ts +0 -0
|
@@ -0,0 +1,385 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var Iconic = require('../../Iconic.cjs');
|
|
6
|
+
|
|
7
|
+
const OneInchIcon = Iconic.createIconic({
|
|
8
|
+
alt: '1inch Wallet',
|
|
9
|
+
iconName: '1inch.svg',
|
|
10
|
+
sourcePath: 'icons/wallets/1inch.svg',
|
|
11
|
+
});
|
|
12
|
+
const ArgentXIcon = Iconic.createIconic({
|
|
13
|
+
alt: 'Argent X Wallet',
|
|
14
|
+
iconName: 'argentx',
|
|
15
|
+
sourcePath: 'icons/wallets/argentx.svg',
|
|
16
|
+
});
|
|
17
|
+
const ArgentMobile = Iconic.createIconic({
|
|
18
|
+
alt: 'Argent Mobile',
|
|
19
|
+
iconName: 'argentmobile',
|
|
20
|
+
sourcePath: 'icons/wallets/argent-mobile.svg',
|
|
21
|
+
});
|
|
22
|
+
const ArgentWebWallet = Iconic.createIconic({
|
|
23
|
+
alt: 'Argent Web Wallet',
|
|
24
|
+
iconName: 'argentwebwallet',
|
|
25
|
+
sourcePath: 'icons/wallets/argent-web-wallet.svg',
|
|
26
|
+
});
|
|
27
|
+
const BackpackIcon = Iconic.createIconic({
|
|
28
|
+
alt: 'Backpack Wallet',
|
|
29
|
+
iconName: 'backpack',
|
|
30
|
+
sourcePath: 'icons/wallets/backpack.svg',
|
|
31
|
+
});
|
|
32
|
+
const BinanceIcon = Iconic.createIconic({
|
|
33
|
+
alt: 'Binance Wallet',
|
|
34
|
+
iconName: 'binance.svg',
|
|
35
|
+
sourcePath: 'icons/wallets/binance.svg',
|
|
36
|
+
});
|
|
37
|
+
const BitPayIcon = Iconic.createIconic({
|
|
38
|
+
alt: 'BitPay Wallet',
|
|
39
|
+
iconName: 'bitpay.svg',
|
|
40
|
+
sourcePath: 'icons/wallets/bitpay.svg',
|
|
41
|
+
});
|
|
42
|
+
const BloctoIcon = Iconic.createIconic({
|
|
43
|
+
alt: 'Blocto Wallet',
|
|
44
|
+
iconName: 'blocto',
|
|
45
|
+
sourcePath: 'icons/wallets/blocto.svg',
|
|
46
|
+
});
|
|
47
|
+
const BraavosIcon = Iconic.createIconic({
|
|
48
|
+
alt: 'Braavos Wallet',
|
|
49
|
+
iconName: 'braavos',
|
|
50
|
+
sourcePath: 'icons/wallets/braavos.svg',
|
|
51
|
+
});
|
|
52
|
+
const Coin90Icon = Iconic.createIconic({
|
|
53
|
+
alt: 'Coin98 Wallet',
|
|
54
|
+
iconName: 'coin98.svg',
|
|
55
|
+
sourcePath: 'icons/wallets/coin98.svg',
|
|
56
|
+
});
|
|
57
|
+
const CoinbaseIcon = Iconic.createIconic({
|
|
58
|
+
alt: 'Coinbase Wallet',
|
|
59
|
+
iconName: 'coinbase',
|
|
60
|
+
sourcePath: 'icons/wallets/coinbase.svg',
|
|
61
|
+
});
|
|
62
|
+
const CryptoIcon = Iconic.createIconic({
|
|
63
|
+
alt: 'Crypto Wallet',
|
|
64
|
+
iconName: 'crypto.svg',
|
|
65
|
+
sourcePath: 'icons/wallets/crypto.svg',
|
|
66
|
+
});
|
|
67
|
+
const DapperIcon = Iconic.createIconic({
|
|
68
|
+
alt: 'Dapper Wallet',
|
|
69
|
+
iconName: 'dapper',
|
|
70
|
+
sourcePath: 'icons/wallets/dapper.svg',
|
|
71
|
+
});
|
|
72
|
+
const DawnIcon = Iconic.createIconic({
|
|
73
|
+
alt: 'Dawn Wallet',
|
|
74
|
+
iconName: 'dawn',
|
|
75
|
+
sourcePath: 'icons/wallets/dawn.svg',
|
|
76
|
+
});
|
|
77
|
+
const DefaultIcon = Iconic.createIconic({
|
|
78
|
+
alt: 'Default Wallet',
|
|
79
|
+
iconName: 'defaultwallet',
|
|
80
|
+
sourcePath: 'icons/wallets/default.svg',
|
|
81
|
+
});
|
|
82
|
+
const EmailSignIcon = Iconic.createIconic({
|
|
83
|
+
alt: 'Dapper Wallet',
|
|
84
|
+
iconName: 'emailsign.svg',
|
|
85
|
+
sourcePath: 'icons/wallets/emailsign.svg',
|
|
86
|
+
});
|
|
87
|
+
const SignInWithEmailIcon = Iconic.createIconic({
|
|
88
|
+
alt: 'Sign in with Email',
|
|
89
|
+
iconName: 'signinwithemail',
|
|
90
|
+
sourcePath: 'icons/wallets/signinwithemail.svg',
|
|
91
|
+
});
|
|
92
|
+
const ExodusIcon = Iconic.createIconic({
|
|
93
|
+
alt: 'Exodus Wallet',
|
|
94
|
+
iconName: 'exodus',
|
|
95
|
+
sourcePath: 'icons/wallets/exodus.svg',
|
|
96
|
+
});
|
|
97
|
+
const FireblocksIcon = Iconic.createIconic({
|
|
98
|
+
alt: 'Fireblocks Wallet',
|
|
99
|
+
iconName: 'fireblocks.svg',
|
|
100
|
+
sourcePath: 'icons/wallets/fireblocks.svg',
|
|
101
|
+
});
|
|
102
|
+
const FortmaticIcon = Iconic.createIconic({
|
|
103
|
+
alt: 'Fortmatic Wallet',
|
|
104
|
+
iconName: 'fortmatic',
|
|
105
|
+
sourcePath: 'icons/wallets/fortmatic.svg',
|
|
106
|
+
});
|
|
107
|
+
const FrameIcon = Iconic.createIconic({
|
|
108
|
+
alt: 'Frame Wallet',
|
|
109
|
+
iconName: 'frame',
|
|
110
|
+
sourcePath: 'icons/wallets/frame.svg',
|
|
111
|
+
});
|
|
112
|
+
const GamestopIcon = Iconic.createIconic({
|
|
113
|
+
alt: 'Gamestop Wallet',
|
|
114
|
+
iconName: 'gamestop',
|
|
115
|
+
sourcePath: 'icons/wallets/gamestop.svg',
|
|
116
|
+
});
|
|
117
|
+
const GlowIcon = Iconic.createIconic({
|
|
118
|
+
alt: 'Glow Wallet',
|
|
119
|
+
iconName: 'glow',
|
|
120
|
+
sourcePath: 'icons/wallets/glow.svg',
|
|
121
|
+
});
|
|
122
|
+
const ImTokenWallet = Iconic.createIconic({
|
|
123
|
+
alt: 'ImToken Wallet',
|
|
124
|
+
iconName: 'imtoken.svg',
|
|
125
|
+
sourcePath: 'icons/wallets/imtoken.svg',
|
|
126
|
+
});
|
|
127
|
+
const InjectedWalletIcon = Iconic.createIconic({
|
|
128
|
+
alt: 'Injected Wallet',
|
|
129
|
+
iconName: 'injectedwallet',
|
|
130
|
+
sourcePath: 'icons/wallets/injectedwallet.svg',
|
|
131
|
+
});
|
|
132
|
+
const KeplrIcon = Iconic.createIconic({
|
|
133
|
+
alt: 'Keplr Wallet',
|
|
134
|
+
iconName: 'keplr',
|
|
135
|
+
sourcePath: 'icons/wallets/keplr.svg',
|
|
136
|
+
});
|
|
137
|
+
const LedgerIcon = Iconic.createIconic({
|
|
138
|
+
alt: 'Ledger Wallet',
|
|
139
|
+
iconName: 'ledger',
|
|
140
|
+
sourcePath: 'icons/wallets/ledger.svg',
|
|
141
|
+
});
|
|
142
|
+
const LilicoIcon = Iconic.createIconic({
|
|
143
|
+
alt: 'Lilico Wallet',
|
|
144
|
+
iconName: 'lilico',
|
|
145
|
+
sourcePath: 'icons/wallets/lilico.svg',
|
|
146
|
+
});
|
|
147
|
+
const LinenIcon = Iconic.createIconic({
|
|
148
|
+
alt: 'Linen Wallet',
|
|
149
|
+
iconName: 'linen.svg',
|
|
150
|
+
sourcePath: 'icons/wallets/linen.svg',
|
|
151
|
+
});
|
|
152
|
+
const MaticIcon = Iconic.createIconic({
|
|
153
|
+
alt: 'Matic Wallet',
|
|
154
|
+
iconName: 'matic',
|
|
155
|
+
sourcePath: 'icons/wallets/matic.svg',
|
|
156
|
+
});
|
|
157
|
+
const MetaMaskIcon = Iconic.createIconic({
|
|
158
|
+
alt: 'MetaMask Wallet',
|
|
159
|
+
iconName: 'metamask',
|
|
160
|
+
sourcePath: 'icons/wallets/metamask.svg',
|
|
161
|
+
});
|
|
162
|
+
const MissingIcon = Iconic.createIconic({
|
|
163
|
+
alt: 'Missing Wallet',
|
|
164
|
+
iconName: 'missing',
|
|
165
|
+
sourcePath: 'icons/wallets/missing.svg',
|
|
166
|
+
});
|
|
167
|
+
const MyalgoIcon = Iconic.createIconic({
|
|
168
|
+
alt: 'MyAlgo Wallet',
|
|
169
|
+
iconName: 'myalgo',
|
|
170
|
+
sourcePath: 'icons/wallets/myalgo.svg',
|
|
171
|
+
});
|
|
172
|
+
const OmniIcon = Iconic.createIconic({
|
|
173
|
+
alt: 'Omni Wallet',
|
|
174
|
+
iconName: 'omni',
|
|
175
|
+
sourcePath: 'icons/wallets/omni.svg',
|
|
176
|
+
});
|
|
177
|
+
const OpeanSeaIcon = Iconic.createIconic({
|
|
178
|
+
alt: 'OpeanSea Wallet',
|
|
179
|
+
iconName: 'opeansea',
|
|
180
|
+
sourcePath: 'icons/wallets/opensea.svg',
|
|
181
|
+
});
|
|
182
|
+
const PeraIcon = Iconic.createIconic({
|
|
183
|
+
alt: 'Pera Wallet',
|
|
184
|
+
iconName: 'pera',
|
|
185
|
+
sourcePath: 'icons/wallets/pera.svg',
|
|
186
|
+
});
|
|
187
|
+
const PhantomIcon = Iconic.createIconic({
|
|
188
|
+
alt: 'Phantom Wallet',
|
|
189
|
+
iconName: 'phantom',
|
|
190
|
+
sourcePath: 'icons/wallets/phantom.svg',
|
|
191
|
+
});
|
|
192
|
+
const RainbowIcon = Iconic.createIconic({
|
|
193
|
+
alt: 'Rainbow Wallet',
|
|
194
|
+
iconName: 'rainbow',
|
|
195
|
+
sourcePath: 'icons/wallets/rainbow.svg',
|
|
196
|
+
});
|
|
197
|
+
const SafeIcon = Iconic.createIconic({
|
|
198
|
+
alt: 'Safe Wallet',
|
|
199
|
+
iconName: 'safe',
|
|
200
|
+
sourcePath: 'icons/wallets/safe.svg',
|
|
201
|
+
});
|
|
202
|
+
const SequenceIcon = Iconic.createIconic({
|
|
203
|
+
alt: 'Sequence Wallet',
|
|
204
|
+
iconName: 'sequence',
|
|
205
|
+
sourcePath: 'icons/wallets/sequence.svg',
|
|
206
|
+
});
|
|
207
|
+
const SlopeIcon = Iconic.createIconic({
|
|
208
|
+
alt: 'Slope Wallet',
|
|
209
|
+
iconName: 'slope',
|
|
210
|
+
sourcePath: 'icons/wallets/slope.svg',
|
|
211
|
+
});
|
|
212
|
+
const SolflareIcon = Iconic.createIconic({
|
|
213
|
+
alt: 'Solflare Wallet',
|
|
214
|
+
iconName: 'solflare',
|
|
215
|
+
sourcePath: 'icons/wallets/solflare.svg',
|
|
216
|
+
});
|
|
217
|
+
const SpotIcon = Iconic.createIconic({
|
|
218
|
+
alt: 'Spot Wallet',
|
|
219
|
+
iconName: 'spot',
|
|
220
|
+
sourcePath: 'icons/wallets/spot.svg',
|
|
221
|
+
});
|
|
222
|
+
const StrokeIcon = Iconic.createIconic({
|
|
223
|
+
alt: 'Stroke Wallet',
|
|
224
|
+
iconName: 'stroke',
|
|
225
|
+
sourcePath: 'icons/wallets/stroke.svg',
|
|
226
|
+
});
|
|
227
|
+
const TallyCashIcon = Iconic.createIconic({
|
|
228
|
+
alt: 'Taho Wallet',
|
|
229
|
+
iconName: 'tallycash',
|
|
230
|
+
sourcePath: 'icons/wallets/tallycash.svg',
|
|
231
|
+
});
|
|
232
|
+
const TerraIcon = Iconic.createIconic({
|
|
233
|
+
alt: 'Terra Wallet',
|
|
234
|
+
iconName: 'terra',
|
|
235
|
+
sourcePath: 'icons/wallets/terra.svg',
|
|
236
|
+
});
|
|
237
|
+
const TorusIcon = Iconic.createIconic({
|
|
238
|
+
alt: 'Torus Wallet',
|
|
239
|
+
iconName: 'torus',
|
|
240
|
+
sourcePath: 'icons/wallets/torus.svg',
|
|
241
|
+
});
|
|
242
|
+
const TrustIcon = Iconic.createIconic({
|
|
243
|
+
alt: 'Trust Wallet',
|
|
244
|
+
iconName: 'trust',
|
|
245
|
+
sourcePath: 'icons/wallets/trust.svg',
|
|
246
|
+
});
|
|
247
|
+
const UnstoppableIcon = Iconic.createIconic({
|
|
248
|
+
alt: 'Unstoppable Wallet',
|
|
249
|
+
iconName: 'unstoppable',
|
|
250
|
+
sourcePath: 'icons/wallets/unstoppable.svg',
|
|
251
|
+
});
|
|
252
|
+
const VenlyIcon = Iconic.createIconic({
|
|
253
|
+
alt: 'Venly Wallet',
|
|
254
|
+
iconName: 'venly',
|
|
255
|
+
sourcePath: 'icons/wallets/venly.svg',
|
|
256
|
+
});
|
|
257
|
+
const WalletConnectIcon = Iconic.createIconic({
|
|
258
|
+
alt: 'Wallet Connect Wallet',
|
|
259
|
+
iconName: 'walletconnect',
|
|
260
|
+
sourcePath: 'icons/wallets/walletconnect.svg',
|
|
261
|
+
});
|
|
262
|
+
const MagicLinkIcon = Iconic.createIconic({
|
|
263
|
+
alt: 'Magic Link Wallet',
|
|
264
|
+
iconName: 'magiclink',
|
|
265
|
+
sourcePath: 'icons/wallets/magic-link.svg',
|
|
266
|
+
});
|
|
267
|
+
const TurnkeyIcon = Iconic.createIconic({
|
|
268
|
+
alt: 'Turnkey',
|
|
269
|
+
iconName: 'turnkey',
|
|
270
|
+
sourcePath: 'icons/wallets/embedded-wallet.svg',
|
|
271
|
+
});
|
|
272
|
+
const ZengoIcon = Iconic.createIconic({
|
|
273
|
+
alt: 'Zengo Wallet',
|
|
274
|
+
iconName: 'zengo',
|
|
275
|
+
sourcePath: 'icons/wallets/zengo.svg',
|
|
276
|
+
});
|
|
277
|
+
const SuperbIcon = Iconic.createIconic({
|
|
278
|
+
alt: 'Superb Wallet',
|
|
279
|
+
iconName: 'superb',
|
|
280
|
+
sourcePath: 'icons/wallets/superb.svg',
|
|
281
|
+
});
|
|
282
|
+
const ZeroDevIcon = Iconic.createIconic({
|
|
283
|
+
alt: 'ZeroDev',
|
|
284
|
+
iconName: 'zerodev',
|
|
285
|
+
sourcePath: 'icons/wallets/embedded-wallet.svg',
|
|
286
|
+
});
|
|
287
|
+
const SmartWalletIcon = Iconic.createIconic({
|
|
288
|
+
alt: 'Smart Wallet',
|
|
289
|
+
iconName: 'smartwallet',
|
|
290
|
+
sourcePath: 'icons/wallets/smart-wallet.svg',
|
|
291
|
+
});
|
|
292
|
+
const MagicEdenIcon = Iconic.createIconic({
|
|
293
|
+
alt: 'Magic Eden',
|
|
294
|
+
iconName: 'magiceden',
|
|
295
|
+
sourcePath: 'icons/wallets/magiceden.svg',
|
|
296
|
+
});
|
|
297
|
+
const XverseEdenIcon = Iconic.createIconic({
|
|
298
|
+
alt: 'Xverse',
|
|
299
|
+
iconName: 'xverse',
|
|
300
|
+
sourcePath: 'icons/wallets/xverse.svg',
|
|
301
|
+
});
|
|
302
|
+
const UnisatIcon = Iconic.createIconic({
|
|
303
|
+
alt: 'Unisat',
|
|
304
|
+
iconName: 'unisat',
|
|
305
|
+
sourcePath: 'icons/wallets/unisat.svg',
|
|
306
|
+
});
|
|
307
|
+
const LeatherIcon = Iconic.createIconic({
|
|
308
|
+
alt: 'Leather',
|
|
309
|
+
iconName: 'leather',
|
|
310
|
+
sourcePath: 'icons/wallets/leather.svg',
|
|
311
|
+
});
|
|
312
|
+
const OkxIcon = Iconic.createIconic({
|
|
313
|
+
alt: 'OKX',
|
|
314
|
+
iconName: 'okx',
|
|
315
|
+
sourcePath: 'icons/wallets/okx.svg',
|
|
316
|
+
});
|
|
317
|
+
const CoinbaseWaaSIcon = Iconic.createIconic({
|
|
318
|
+
alt: 'Coinbase WaaS',
|
|
319
|
+
iconName: 'coinbasewaas',
|
|
320
|
+
sourcePath: 'icons/wallets/embedded-wallet.svg',
|
|
321
|
+
});
|
|
322
|
+
|
|
323
|
+
exports.ArgentMobile = ArgentMobile;
|
|
324
|
+
exports.ArgentWebWallet = ArgentWebWallet;
|
|
325
|
+
exports.ArgentXIcon = ArgentXIcon;
|
|
326
|
+
exports.BackpackIcon = BackpackIcon;
|
|
327
|
+
exports.BinanceIcon = BinanceIcon;
|
|
328
|
+
exports.BitPayIcon = BitPayIcon;
|
|
329
|
+
exports.BloctoIcon = BloctoIcon;
|
|
330
|
+
exports.BraavosIcon = BraavosIcon;
|
|
331
|
+
exports.Coin90Icon = Coin90Icon;
|
|
332
|
+
exports.CoinbaseIcon = CoinbaseIcon;
|
|
333
|
+
exports.CoinbaseWaaSIcon = CoinbaseWaaSIcon;
|
|
334
|
+
exports.CryptoIcon = CryptoIcon;
|
|
335
|
+
exports.DapperIcon = DapperIcon;
|
|
336
|
+
exports.DawnIcon = DawnIcon;
|
|
337
|
+
exports.DefaultIcon = DefaultIcon;
|
|
338
|
+
exports.EmailSignIcon = EmailSignIcon;
|
|
339
|
+
exports.ExodusIcon = ExodusIcon;
|
|
340
|
+
exports.FireblocksIcon = FireblocksIcon;
|
|
341
|
+
exports.FortmaticIcon = FortmaticIcon;
|
|
342
|
+
exports.FrameIcon = FrameIcon;
|
|
343
|
+
exports.GamestopIcon = GamestopIcon;
|
|
344
|
+
exports.GlowIcon = GlowIcon;
|
|
345
|
+
exports.ImTokenWallet = ImTokenWallet;
|
|
346
|
+
exports.InjectedWalletIcon = InjectedWalletIcon;
|
|
347
|
+
exports.KeplrIcon = KeplrIcon;
|
|
348
|
+
exports.LeatherIcon = LeatherIcon;
|
|
349
|
+
exports.LedgerIcon = LedgerIcon;
|
|
350
|
+
exports.LilicoIcon = LilicoIcon;
|
|
351
|
+
exports.LinenIcon = LinenIcon;
|
|
352
|
+
exports.MagicEdenIcon = MagicEdenIcon;
|
|
353
|
+
exports.MagicLinkIcon = MagicLinkIcon;
|
|
354
|
+
exports.MaticIcon = MaticIcon;
|
|
355
|
+
exports.MetaMaskIcon = MetaMaskIcon;
|
|
356
|
+
exports.MissingIcon = MissingIcon;
|
|
357
|
+
exports.MyalgoIcon = MyalgoIcon;
|
|
358
|
+
exports.OkxIcon = OkxIcon;
|
|
359
|
+
exports.OmniIcon = OmniIcon;
|
|
360
|
+
exports.OneInchIcon = OneInchIcon;
|
|
361
|
+
exports.OpeanSeaIcon = OpeanSeaIcon;
|
|
362
|
+
exports.PeraIcon = PeraIcon;
|
|
363
|
+
exports.PhantomIcon = PhantomIcon;
|
|
364
|
+
exports.RainbowIcon = RainbowIcon;
|
|
365
|
+
exports.SafeIcon = SafeIcon;
|
|
366
|
+
exports.SequenceIcon = SequenceIcon;
|
|
367
|
+
exports.SignInWithEmailIcon = SignInWithEmailIcon;
|
|
368
|
+
exports.SlopeIcon = SlopeIcon;
|
|
369
|
+
exports.SmartWalletIcon = SmartWalletIcon;
|
|
370
|
+
exports.SolflareIcon = SolflareIcon;
|
|
371
|
+
exports.SpotIcon = SpotIcon;
|
|
372
|
+
exports.StrokeIcon = StrokeIcon;
|
|
373
|
+
exports.SuperbIcon = SuperbIcon;
|
|
374
|
+
exports.TallyCashIcon = TallyCashIcon;
|
|
375
|
+
exports.TerraIcon = TerraIcon;
|
|
376
|
+
exports.TorusIcon = TorusIcon;
|
|
377
|
+
exports.TrustIcon = TrustIcon;
|
|
378
|
+
exports.TurnkeyIcon = TurnkeyIcon;
|
|
379
|
+
exports.UnisatIcon = UnisatIcon;
|
|
380
|
+
exports.UnstoppableIcon = UnstoppableIcon;
|
|
381
|
+
exports.VenlyIcon = VenlyIcon;
|
|
382
|
+
exports.WalletConnectIcon = WalletConnectIcon;
|
|
383
|
+
exports.XverseEdenIcon = XverseEdenIcon;
|
|
384
|
+
exports.ZengoIcon = ZengoIcon;
|
|
385
|
+
exports.ZeroDevIcon = ZeroDevIcon;
|
|
@@ -0,0 +1,319 @@
|
|
|
1
|
+
import { createIconic } from '../../Iconic.js';
|
|
2
|
+
|
|
3
|
+
const OneInchIcon = createIconic({
|
|
4
|
+
alt: '1inch Wallet',
|
|
5
|
+
iconName: '1inch.svg',
|
|
6
|
+
sourcePath: 'icons/wallets/1inch.svg',
|
|
7
|
+
});
|
|
8
|
+
const ArgentXIcon = createIconic({
|
|
9
|
+
alt: 'Argent X Wallet',
|
|
10
|
+
iconName: 'argentx',
|
|
11
|
+
sourcePath: 'icons/wallets/argentx.svg',
|
|
12
|
+
});
|
|
13
|
+
const ArgentMobile = createIconic({
|
|
14
|
+
alt: 'Argent Mobile',
|
|
15
|
+
iconName: 'argentmobile',
|
|
16
|
+
sourcePath: 'icons/wallets/argent-mobile.svg',
|
|
17
|
+
});
|
|
18
|
+
const ArgentWebWallet = createIconic({
|
|
19
|
+
alt: 'Argent Web Wallet',
|
|
20
|
+
iconName: 'argentwebwallet',
|
|
21
|
+
sourcePath: 'icons/wallets/argent-web-wallet.svg',
|
|
22
|
+
});
|
|
23
|
+
const BackpackIcon = createIconic({
|
|
24
|
+
alt: 'Backpack Wallet',
|
|
25
|
+
iconName: 'backpack',
|
|
26
|
+
sourcePath: 'icons/wallets/backpack.svg',
|
|
27
|
+
});
|
|
28
|
+
const BinanceIcon = createIconic({
|
|
29
|
+
alt: 'Binance Wallet',
|
|
30
|
+
iconName: 'binance.svg',
|
|
31
|
+
sourcePath: 'icons/wallets/binance.svg',
|
|
32
|
+
});
|
|
33
|
+
const BitPayIcon = createIconic({
|
|
34
|
+
alt: 'BitPay Wallet',
|
|
35
|
+
iconName: 'bitpay.svg',
|
|
36
|
+
sourcePath: 'icons/wallets/bitpay.svg',
|
|
37
|
+
});
|
|
38
|
+
const BloctoIcon = createIconic({
|
|
39
|
+
alt: 'Blocto Wallet',
|
|
40
|
+
iconName: 'blocto',
|
|
41
|
+
sourcePath: 'icons/wallets/blocto.svg',
|
|
42
|
+
});
|
|
43
|
+
const BraavosIcon = createIconic({
|
|
44
|
+
alt: 'Braavos Wallet',
|
|
45
|
+
iconName: 'braavos',
|
|
46
|
+
sourcePath: 'icons/wallets/braavos.svg',
|
|
47
|
+
});
|
|
48
|
+
const Coin90Icon = createIconic({
|
|
49
|
+
alt: 'Coin98 Wallet',
|
|
50
|
+
iconName: 'coin98.svg',
|
|
51
|
+
sourcePath: 'icons/wallets/coin98.svg',
|
|
52
|
+
});
|
|
53
|
+
const CoinbaseIcon = createIconic({
|
|
54
|
+
alt: 'Coinbase Wallet',
|
|
55
|
+
iconName: 'coinbase',
|
|
56
|
+
sourcePath: 'icons/wallets/coinbase.svg',
|
|
57
|
+
});
|
|
58
|
+
const CryptoIcon = createIconic({
|
|
59
|
+
alt: 'Crypto Wallet',
|
|
60
|
+
iconName: 'crypto.svg',
|
|
61
|
+
sourcePath: 'icons/wallets/crypto.svg',
|
|
62
|
+
});
|
|
63
|
+
const DapperIcon = createIconic({
|
|
64
|
+
alt: 'Dapper Wallet',
|
|
65
|
+
iconName: 'dapper',
|
|
66
|
+
sourcePath: 'icons/wallets/dapper.svg',
|
|
67
|
+
});
|
|
68
|
+
const DawnIcon = createIconic({
|
|
69
|
+
alt: 'Dawn Wallet',
|
|
70
|
+
iconName: 'dawn',
|
|
71
|
+
sourcePath: 'icons/wallets/dawn.svg',
|
|
72
|
+
});
|
|
73
|
+
const DefaultIcon = createIconic({
|
|
74
|
+
alt: 'Default Wallet',
|
|
75
|
+
iconName: 'defaultwallet',
|
|
76
|
+
sourcePath: 'icons/wallets/default.svg',
|
|
77
|
+
});
|
|
78
|
+
const EmailSignIcon = createIconic({
|
|
79
|
+
alt: 'Dapper Wallet',
|
|
80
|
+
iconName: 'emailsign.svg',
|
|
81
|
+
sourcePath: 'icons/wallets/emailsign.svg',
|
|
82
|
+
});
|
|
83
|
+
const SignInWithEmailIcon = createIconic({
|
|
84
|
+
alt: 'Sign in with Email',
|
|
85
|
+
iconName: 'signinwithemail',
|
|
86
|
+
sourcePath: 'icons/wallets/signinwithemail.svg',
|
|
87
|
+
});
|
|
88
|
+
const ExodusIcon = createIconic({
|
|
89
|
+
alt: 'Exodus Wallet',
|
|
90
|
+
iconName: 'exodus',
|
|
91
|
+
sourcePath: 'icons/wallets/exodus.svg',
|
|
92
|
+
});
|
|
93
|
+
const FireblocksIcon = createIconic({
|
|
94
|
+
alt: 'Fireblocks Wallet',
|
|
95
|
+
iconName: 'fireblocks.svg',
|
|
96
|
+
sourcePath: 'icons/wallets/fireblocks.svg',
|
|
97
|
+
});
|
|
98
|
+
const FortmaticIcon = createIconic({
|
|
99
|
+
alt: 'Fortmatic Wallet',
|
|
100
|
+
iconName: 'fortmatic',
|
|
101
|
+
sourcePath: 'icons/wallets/fortmatic.svg',
|
|
102
|
+
});
|
|
103
|
+
const FrameIcon = createIconic({
|
|
104
|
+
alt: 'Frame Wallet',
|
|
105
|
+
iconName: 'frame',
|
|
106
|
+
sourcePath: 'icons/wallets/frame.svg',
|
|
107
|
+
});
|
|
108
|
+
const GamestopIcon = createIconic({
|
|
109
|
+
alt: 'Gamestop Wallet',
|
|
110
|
+
iconName: 'gamestop',
|
|
111
|
+
sourcePath: 'icons/wallets/gamestop.svg',
|
|
112
|
+
});
|
|
113
|
+
const GlowIcon = createIconic({
|
|
114
|
+
alt: 'Glow Wallet',
|
|
115
|
+
iconName: 'glow',
|
|
116
|
+
sourcePath: 'icons/wallets/glow.svg',
|
|
117
|
+
});
|
|
118
|
+
const ImTokenWallet = createIconic({
|
|
119
|
+
alt: 'ImToken Wallet',
|
|
120
|
+
iconName: 'imtoken.svg',
|
|
121
|
+
sourcePath: 'icons/wallets/imtoken.svg',
|
|
122
|
+
});
|
|
123
|
+
const InjectedWalletIcon = createIconic({
|
|
124
|
+
alt: 'Injected Wallet',
|
|
125
|
+
iconName: 'injectedwallet',
|
|
126
|
+
sourcePath: 'icons/wallets/injectedwallet.svg',
|
|
127
|
+
});
|
|
128
|
+
const KeplrIcon = createIconic({
|
|
129
|
+
alt: 'Keplr Wallet',
|
|
130
|
+
iconName: 'keplr',
|
|
131
|
+
sourcePath: 'icons/wallets/keplr.svg',
|
|
132
|
+
});
|
|
133
|
+
const LedgerIcon = createIconic({
|
|
134
|
+
alt: 'Ledger Wallet',
|
|
135
|
+
iconName: 'ledger',
|
|
136
|
+
sourcePath: 'icons/wallets/ledger.svg',
|
|
137
|
+
});
|
|
138
|
+
const LilicoIcon = createIconic({
|
|
139
|
+
alt: 'Lilico Wallet',
|
|
140
|
+
iconName: 'lilico',
|
|
141
|
+
sourcePath: 'icons/wallets/lilico.svg',
|
|
142
|
+
});
|
|
143
|
+
const LinenIcon = createIconic({
|
|
144
|
+
alt: 'Linen Wallet',
|
|
145
|
+
iconName: 'linen.svg',
|
|
146
|
+
sourcePath: 'icons/wallets/linen.svg',
|
|
147
|
+
});
|
|
148
|
+
const MaticIcon = createIconic({
|
|
149
|
+
alt: 'Matic Wallet',
|
|
150
|
+
iconName: 'matic',
|
|
151
|
+
sourcePath: 'icons/wallets/matic.svg',
|
|
152
|
+
});
|
|
153
|
+
const MetaMaskIcon = createIconic({
|
|
154
|
+
alt: 'MetaMask Wallet',
|
|
155
|
+
iconName: 'metamask',
|
|
156
|
+
sourcePath: 'icons/wallets/metamask.svg',
|
|
157
|
+
});
|
|
158
|
+
const MissingIcon = createIconic({
|
|
159
|
+
alt: 'Missing Wallet',
|
|
160
|
+
iconName: 'missing',
|
|
161
|
+
sourcePath: 'icons/wallets/missing.svg',
|
|
162
|
+
});
|
|
163
|
+
const MyalgoIcon = createIconic({
|
|
164
|
+
alt: 'MyAlgo Wallet',
|
|
165
|
+
iconName: 'myalgo',
|
|
166
|
+
sourcePath: 'icons/wallets/myalgo.svg',
|
|
167
|
+
});
|
|
168
|
+
const OmniIcon = createIconic({
|
|
169
|
+
alt: 'Omni Wallet',
|
|
170
|
+
iconName: 'omni',
|
|
171
|
+
sourcePath: 'icons/wallets/omni.svg',
|
|
172
|
+
});
|
|
173
|
+
const OpeanSeaIcon = createIconic({
|
|
174
|
+
alt: 'OpeanSea Wallet',
|
|
175
|
+
iconName: 'opeansea',
|
|
176
|
+
sourcePath: 'icons/wallets/opensea.svg',
|
|
177
|
+
});
|
|
178
|
+
const PeraIcon = createIconic({
|
|
179
|
+
alt: 'Pera Wallet',
|
|
180
|
+
iconName: 'pera',
|
|
181
|
+
sourcePath: 'icons/wallets/pera.svg',
|
|
182
|
+
});
|
|
183
|
+
const PhantomIcon = createIconic({
|
|
184
|
+
alt: 'Phantom Wallet',
|
|
185
|
+
iconName: 'phantom',
|
|
186
|
+
sourcePath: 'icons/wallets/phantom.svg',
|
|
187
|
+
});
|
|
188
|
+
const RainbowIcon = createIconic({
|
|
189
|
+
alt: 'Rainbow Wallet',
|
|
190
|
+
iconName: 'rainbow',
|
|
191
|
+
sourcePath: 'icons/wallets/rainbow.svg',
|
|
192
|
+
});
|
|
193
|
+
const SafeIcon = createIconic({
|
|
194
|
+
alt: 'Safe Wallet',
|
|
195
|
+
iconName: 'safe',
|
|
196
|
+
sourcePath: 'icons/wallets/safe.svg',
|
|
197
|
+
});
|
|
198
|
+
const SequenceIcon = createIconic({
|
|
199
|
+
alt: 'Sequence Wallet',
|
|
200
|
+
iconName: 'sequence',
|
|
201
|
+
sourcePath: 'icons/wallets/sequence.svg',
|
|
202
|
+
});
|
|
203
|
+
const SlopeIcon = createIconic({
|
|
204
|
+
alt: 'Slope Wallet',
|
|
205
|
+
iconName: 'slope',
|
|
206
|
+
sourcePath: 'icons/wallets/slope.svg',
|
|
207
|
+
});
|
|
208
|
+
const SolflareIcon = createIconic({
|
|
209
|
+
alt: 'Solflare Wallet',
|
|
210
|
+
iconName: 'solflare',
|
|
211
|
+
sourcePath: 'icons/wallets/solflare.svg',
|
|
212
|
+
});
|
|
213
|
+
const SpotIcon = createIconic({
|
|
214
|
+
alt: 'Spot Wallet',
|
|
215
|
+
iconName: 'spot',
|
|
216
|
+
sourcePath: 'icons/wallets/spot.svg',
|
|
217
|
+
});
|
|
218
|
+
const StrokeIcon = createIconic({
|
|
219
|
+
alt: 'Stroke Wallet',
|
|
220
|
+
iconName: 'stroke',
|
|
221
|
+
sourcePath: 'icons/wallets/stroke.svg',
|
|
222
|
+
});
|
|
223
|
+
const TallyCashIcon = createIconic({
|
|
224
|
+
alt: 'Taho Wallet',
|
|
225
|
+
iconName: 'tallycash',
|
|
226
|
+
sourcePath: 'icons/wallets/tallycash.svg',
|
|
227
|
+
});
|
|
228
|
+
const TerraIcon = createIconic({
|
|
229
|
+
alt: 'Terra Wallet',
|
|
230
|
+
iconName: 'terra',
|
|
231
|
+
sourcePath: 'icons/wallets/terra.svg',
|
|
232
|
+
});
|
|
233
|
+
const TorusIcon = createIconic({
|
|
234
|
+
alt: 'Torus Wallet',
|
|
235
|
+
iconName: 'torus',
|
|
236
|
+
sourcePath: 'icons/wallets/torus.svg',
|
|
237
|
+
});
|
|
238
|
+
const TrustIcon = createIconic({
|
|
239
|
+
alt: 'Trust Wallet',
|
|
240
|
+
iconName: 'trust',
|
|
241
|
+
sourcePath: 'icons/wallets/trust.svg',
|
|
242
|
+
});
|
|
243
|
+
const UnstoppableIcon = createIconic({
|
|
244
|
+
alt: 'Unstoppable Wallet',
|
|
245
|
+
iconName: 'unstoppable',
|
|
246
|
+
sourcePath: 'icons/wallets/unstoppable.svg',
|
|
247
|
+
});
|
|
248
|
+
const VenlyIcon = createIconic({
|
|
249
|
+
alt: 'Venly Wallet',
|
|
250
|
+
iconName: 'venly',
|
|
251
|
+
sourcePath: 'icons/wallets/venly.svg',
|
|
252
|
+
});
|
|
253
|
+
const WalletConnectIcon = createIconic({
|
|
254
|
+
alt: 'Wallet Connect Wallet',
|
|
255
|
+
iconName: 'walletconnect',
|
|
256
|
+
sourcePath: 'icons/wallets/walletconnect.svg',
|
|
257
|
+
});
|
|
258
|
+
const MagicLinkIcon = createIconic({
|
|
259
|
+
alt: 'Magic Link Wallet',
|
|
260
|
+
iconName: 'magiclink',
|
|
261
|
+
sourcePath: 'icons/wallets/magic-link.svg',
|
|
262
|
+
});
|
|
263
|
+
const TurnkeyIcon = createIconic({
|
|
264
|
+
alt: 'Turnkey',
|
|
265
|
+
iconName: 'turnkey',
|
|
266
|
+
sourcePath: 'icons/wallets/embedded-wallet.svg',
|
|
267
|
+
});
|
|
268
|
+
const ZengoIcon = createIconic({
|
|
269
|
+
alt: 'Zengo Wallet',
|
|
270
|
+
iconName: 'zengo',
|
|
271
|
+
sourcePath: 'icons/wallets/zengo.svg',
|
|
272
|
+
});
|
|
273
|
+
const SuperbIcon = createIconic({
|
|
274
|
+
alt: 'Superb Wallet',
|
|
275
|
+
iconName: 'superb',
|
|
276
|
+
sourcePath: 'icons/wallets/superb.svg',
|
|
277
|
+
});
|
|
278
|
+
const ZeroDevIcon = createIconic({
|
|
279
|
+
alt: 'ZeroDev',
|
|
280
|
+
iconName: 'zerodev',
|
|
281
|
+
sourcePath: 'icons/wallets/embedded-wallet.svg',
|
|
282
|
+
});
|
|
283
|
+
const SmartWalletIcon = createIconic({
|
|
284
|
+
alt: 'Smart Wallet',
|
|
285
|
+
iconName: 'smartwallet',
|
|
286
|
+
sourcePath: 'icons/wallets/smart-wallet.svg',
|
|
287
|
+
});
|
|
288
|
+
const MagicEdenIcon = createIconic({
|
|
289
|
+
alt: 'Magic Eden',
|
|
290
|
+
iconName: 'magiceden',
|
|
291
|
+
sourcePath: 'icons/wallets/magiceden.svg',
|
|
292
|
+
});
|
|
293
|
+
const XverseEdenIcon = createIconic({
|
|
294
|
+
alt: 'Xverse',
|
|
295
|
+
iconName: 'xverse',
|
|
296
|
+
sourcePath: 'icons/wallets/xverse.svg',
|
|
297
|
+
});
|
|
298
|
+
const UnisatIcon = createIconic({
|
|
299
|
+
alt: 'Unisat',
|
|
300
|
+
iconName: 'unisat',
|
|
301
|
+
sourcePath: 'icons/wallets/unisat.svg',
|
|
302
|
+
});
|
|
303
|
+
const LeatherIcon = createIconic({
|
|
304
|
+
alt: 'Leather',
|
|
305
|
+
iconName: 'leather',
|
|
306
|
+
sourcePath: 'icons/wallets/leather.svg',
|
|
307
|
+
});
|
|
308
|
+
const OkxIcon = createIconic({
|
|
309
|
+
alt: 'OKX',
|
|
310
|
+
iconName: 'okx',
|
|
311
|
+
sourcePath: 'icons/wallets/okx.svg',
|
|
312
|
+
});
|
|
313
|
+
const CoinbaseWaaSIcon = createIconic({
|
|
314
|
+
alt: 'Coinbase WaaS',
|
|
315
|
+
iconName: 'coinbasewaas',
|
|
316
|
+
sourcePath: 'icons/wallets/embedded-wallet.svg',
|
|
317
|
+
});
|
|
318
|
+
|
|
319
|
+
export { ArgentMobile, ArgentWebWallet, ArgentXIcon, BackpackIcon, BinanceIcon, BitPayIcon, BloctoIcon, BraavosIcon, Coin90Icon, CoinbaseIcon, CoinbaseWaaSIcon, CryptoIcon, DapperIcon, DawnIcon, DefaultIcon, EmailSignIcon, ExodusIcon, FireblocksIcon, FortmaticIcon, FrameIcon, GamestopIcon, GlowIcon, ImTokenWallet, InjectedWalletIcon, KeplrIcon, LeatherIcon, LedgerIcon, LilicoIcon, LinenIcon, MagicEdenIcon, MagicLinkIcon, MaticIcon, MetaMaskIcon, MissingIcon, MyalgoIcon, OkxIcon, OmniIcon, OneInchIcon, OpeanSeaIcon, PeraIcon, PhantomIcon, RainbowIcon, SafeIcon, SequenceIcon, SignInWithEmailIcon, SlopeIcon, SmartWalletIcon, SolflareIcon, SpotIcon, StrokeIcon, SuperbIcon, TallyCashIcon, TerraIcon, TorusIcon, TrustIcon, TurnkeyIcon, UnisatIcon, UnstoppableIcon, VenlyIcon, WalletConnectIcon, XverseEdenIcon, ZengoIcon, ZeroDevIcon };
|