@dynamic-labs/iconic 0.0.0-exp20240808.0

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