@dynamic-labs/iconic 0.1.52 → 1.1.0-alpha.26

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 (59) hide show
  1. package/CHANGELOG.md +2493 -0
  2. package/README.md +1 -7
  3. package/_virtual/_tslib.cjs +37 -0
  4. package/_virtual/_tslib.js +33 -0
  5. package/package.json +25 -58
  6. package/src/Iconic.cjs +22 -0
  7. package/{dist/src → src}/Iconic.d.ts +1 -1
  8. package/src/Iconic.js +17 -0
  9. package/src/components/SocialIcon.cjs +17 -0
  10. package/{dist/src → src}/components/SocialIcon.d.ts +1 -2
  11. package/src/components/SocialIcon.js +13 -0
  12. package/src/components/findSocialIcon.cjs +18 -0
  13. package/src/components/findSocialIcon.js +14 -0
  14. package/src/components/getSocialIcon.cjs +20 -0
  15. package/src/components/getSocialIcon.js +16 -0
  16. package/src/icons/browsers/index.cjs +43 -0
  17. package/src/icons/browsers/index.js +34 -0
  18. package/src/icons/chains/index.cjs +121 -0
  19. package/src/icons/chains/index.js +99 -0
  20. package/src/icons/misc/index.cjs +25 -0
  21. package/src/icons/misc/index.js +19 -0
  22. package/src/icons/mobile/index.cjs +19 -0
  23. package/src/icons/mobile/index.js +14 -0
  24. package/src/icons/social/index.cjs +145 -0
  25. package/src/icons/social/index.js +119 -0
  26. package/src/icons/wallets/index.cjs +385 -0
  27. package/src/icons/wallets/index.js +319 -0
  28. package/src/index.cjs +137 -0
  29. package/src/index.js +10 -0
  30. package/src/logger.cjs +9 -0
  31. package/src/logger.d.ts +2 -0
  32. package/src/logger.js +5 -0
  33. package/dist/package.json +0 -68
  34. package/dist/src/Iconic.js +0 -16
  35. package/dist/src/components/SocialIcon.js +0 -24
  36. package/dist/src/components/findSocialIcon.js +0 -14
  37. package/dist/src/components/getSocialIcon.js +0 -40
  38. package/dist/src/components/index.js +0 -19
  39. package/dist/src/icons/browsers/index.js +0 -34
  40. package/dist/src/icons/chains/index.js +0 -99
  41. package/dist/src/icons/index.js +0 -22
  42. package/dist/src/icons/misc/index.js +0 -19
  43. package/dist/src/icons/mobile/index.js +0 -14
  44. package/dist/src/icons/social/index.js +0 -119
  45. package/dist/src/icons/wallets/index.js +0 -320
  46. package/dist/src/index.js +0 -21
  47. package/dist/src/types.js +0 -2
  48. /package/{dist/src → src}/components/findSocialIcon.d.ts +0 -0
  49. /package/{dist/src → src}/components/getSocialIcon.d.ts +0 -0
  50. /package/{dist/src → src}/components/index.d.ts +0 -0
  51. /package/{dist/src → src}/icons/browsers/index.d.ts +0 -0
  52. /package/{dist/src → src}/icons/chains/index.d.ts +0 -0
  53. /package/{dist/src → src}/icons/index.d.ts +0 -0
  54. /package/{dist/src → src}/icons/misc/index.d.ts +0 -0
  55. /package/{dist/src → src}/icons/mobile/index.d.ts +0 -0
  56. /package/{dist/src → src}/icons/social/index.d.ts +0 -0
  57. /package/{dist/src → src}/icons/wallets/index.d.ts +0 -0
  58. /package/{dist/src → src}/index.d.ts +0 -0
  59. /package/{dist/src → src}/types.d.ts +0 -0
@@ -1,119 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OnePasswordDarkIcon = exports.OnePasswordIcon = exports.YouTubeIcon = exports.InstagramIcon = exports.CoinbaseSocialIcon = exports.AppleDarkSocialIcon = exports.AppleSocialIcon = exports.TwitterDarkIcon = exports.TwitterIcon = exports.TwitchDarkIcon = exports.TwitchIcon = exports.TelegramIcon = exports.SlackIcon = exports.MicrosoftIcon = exports.LinkedinIcon = exports.HelpdeskIcon = exports.GoogleIcon = exports.GitlabIcon = exports.GithubDarkIcon = exports.GithubIcon = exports.FacebookIcon = exports.DiscordIcon = exports.BitbucketIcon = void 0;
4
- const Iconic_1 = require("../../Iconic");
5
- exports.BitbucketIcon = (0, Iconic_1.createIconic)({
6
- iconName: 'bitbucket',
7
- alt: 'Bitbucket',
8
- sourcePath: 'icons/social/bitbucket.svg'
9
- });
10
- exports.DiscordIcon = (0, Iconic_1.createIconic)({
11
- iconName: 'discord',
12
- alt: 'Discord',
13
- sourcePath: 'icons/social/discord.svg'
14
- });
15
- exports.FacebookIcon = (0, Iconic_1.createIconic)({
16
- iconName: 'facebook',
17
- alt: 'Facebook',
18
- sourcePath: 'icons/social/facebook.svg'
19
- });
20
- exports.GithubIcon = (0, Iconic_1.createIconic)({
21
- iconName: 'github',
22
- alt: 'Github',
23
- sourcePath: 'icons/social/github.svg'
24
- });
25
- exports.GithubDarkIcon = (0, Iconic_1.createIconic)({
26
- iconName: 'github-dark',
27
- alt: 'Github',
28
- sourcePath: 'icons/social/github-dark.svg'
29
- });
30
- exports.GitlabIcon = (0, Iconic_1.createIconic)({
31
- iconName: 'gitlab',
32
- alt: 'Gitlab',
33
- sourcePath: 'icons/social/gitlab.svg'
34
- });
35
- exports.GoogleIcon = (0, Iconic_1.createIconic)({
36
- iconName: 'google',
37
- alt: 'Google',
38
- sourcePath: 'icons/social/google.svg'
39
- });
40
- exports.HelpdeskIcon = (0, Iconic_1.createIconic)({
41
- iconName: 'helpdesk',
42
- alt: 'Helpdesk',
43
- sourcePath: 'icons/social/helpdesk.svg'
44
- });
45
- exports.LinkedinIcon = (0, Iconic_1.createIconic)({
46
- iconName: 'linkedin',
47
- alt: 'Linkedin',
48
- sourcePath: 'icons/social/linkedin.svg'
49
- });
50
- exports.MicrosoftIcon = (0, Iconic_1.createIconic)({
51
- iconName: 'microsoft',
52
- alt: 'Microsoft',
53
- sourcePath: 'icons/social/microsoft.svg'
54
- });
55
- exports.SlackIcon = (0, Iconic_1.createIconic)({
56
- iconName: 'slack',
57
- alt: 'Slack',
58
- sourcePath: 'icons/social/slack.svg'
59
- });
60
- exports.TelegramIcon = (0, Iconic_1.createIconic)({
61
- iconName: 'telegram',
62
- alt: 'Telegram',
63
- sourcePath: 'icons/social/telegram.svg'
64
- });
65
- exports.TwitchIcon = (0, Iconic_1.createIconic)({
66
- iconName: 'twitch',
67
- alt: 'Twitch',
68
- sourcePath: 'icons/social/twitch.svg'
69
- });
70
- exports.TwitchDarkIcon = (0, Iconic_1.createIconic)({
71
- iconName: 'twitch-dark',
72
- alt: 'Twitch',
73
- sourcePath: 'icons/social/twitch-dark.svg'
74
- });
75
- exports.TwitterIcon = (0, Iconic_1.createIconic)({
76
- iconName: 'twitter',
77
- alt: 'Twitter',
78
- sourcePath: 'icons/social/twitter.svg'
79
- });
80
- exports.TwitterDarkIcon = (0, Iconic_1.createIconic)({
81
- iconName: 'twitter-dark',
82
- alt: 'Twitter',
83
- sourcePath: 'icons/social/twitter-dark.svg'
84
- });
85
- exports.AppleSocialIcon = (0, Iconic_1.createIconic)({
86
- iconName: 'apple',
87
- alt: 'Apple',
88
- sourcePath: 'icons/social/apple.svg'
89
- });
90
- exports.AppleDarkSocialIcon = (0, Iconic_1.createIconic)({
91
- iconName: 'apple-dark',
92
- alt: 'Apple',
93
- sourcePath: 'icons/social/apple-dark.svg'
94
- });
95
- exports.CoinbaseSocialIcon = (0, Iconic_1.createIconic)({
96
- iconName: 'coinbasesocial',
97
- alt: 'Coinbase',
98
- sourcePath: 'icons/social/coinbasesocial.svg'
99
- });
100
- exports.InstagramIcon = (0, Iconic_1.createIconic)({
101
- iconName: 'instagram',
102
- alt: 'Instagram',
103
- sourcePath: 'icons/social/instagram.svg'
104
- });
105
- exports.YouTubeIcon = (0, Iconic_1.createIconic)({
106
- iconName: 'youtube',
107
- alt: 'YouTube',
108
- sourcePath: 'icons/social/youtube.svg'
109
- });
110
- exports.OnePasswordIcon = (0, Iconic_1.createIconic)({
111
- iconName: 'one-password',
112
- alt: 'onePassword',
113
- sourcePath: 'icons/social/onePassword.svg'
114
- });
115
- exports.OnePasswordDarkIcon = (0, Iconic_1.createIconic)({
116
- iconName: 'one-password-dark',
117
- alt: 'onePassword-dark',
118
- sourcePath: 'icons/social/onePassword-dark.svg'
119
- });
@@ -1,320 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- 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.PeraIcon = exports.OpeanSeaIcon = exports.OmniIcon = exports.MyalgoIcon = exports.MissingIcon = exports.MetaMaskIcon = exports.MaticIcon = exports.LinenIcon = exports.LilicoIcon = exports.LedgerIcon = exports.KeplrIcon = exports.InjectedWalletIcon = exports.ImTokenWallet = exports.GlowIcon = exports.GamestopIcon = exports.FrameIcon = exports.FortmaticIcon = exports.FireblocksIcon = exports.ExodusIcon = exports.SignInWithEmailIcon = exports.EmailSignIcon = exports.DefaultIcon = exports.DawnIcon = exports.DapperIcon = exports.CryptoIcon = exports.CoinbaseIcon = exports.Coin90Icon = exports.BraavosIcon = exports.BloctoIcon = exports.BitPayIcon = exports.BinanceIcon = exports.BackpackIcon = exports.ArgentWebWallet = exports.ArgentMobile = exports.ArgentXIcon = exports.OneInchIcon = void 0;
4
- exports.CoinbaseWaaSIcon = exports.OkxIcon = exports.LeatherIcon = exports.UnisatIcon = exports.XverseEdenIcon = exports.MagicEdenIcon = exports.SmartWalletIcon = exports.ZeroDevIcon = exports.SuperbIcon = exports.ZengoIcon = exports.TurnkeyIcon = exports.MagicLinkIcon = exports.WalletConnectIcon = void 0;
5
- const Iconic_1 = require("../../Iconic");
6
- exports.OneInchIcon = (0, Iconic_1.createIconic)({
7
- iconName: '1inch.svg',
8
- alt: '1inch Wallet',
9
- sourcePath: 'icons/wallets/1inch.svg'
10
- });
11
- exports.ArgentXIcon = (0, Iconic_1.createIconic)({
12
- iconName: 'argentx',
13
- alt: 'Argent X Wallet',
14
- sourcePath: 'icons/wallets/argentx.svg'
15
- });
16
- exports.ArgentMobile = (0, Iconic_1.createIconic)({
17
- iconName: 'argentmobile',
18
- alt: 'Argent Mobile',
19
- sourcePath: 'icons/wallets/argent-mobile.svg'
20
- });
21
- exports.ArgentWebWallet = (0, Iconic_1.createIconic)({
22
- iconName: 'argentwebwallet',
23
- alt: 'Argent Web Wallet',
24
- sourcePath: 'icons/wallets/argent-web-wallet.svg'
25
- });
26
- exports.BackpackIcon = (0, Iconic_1.createIconic)({
27
- iconName: 'backpack',
28
- alt: 'Backpack Wallet',
29
- sourcePath: 'icons/wallets/backpack.svg'
30
- });
31
- exports.BinanceIcon = (0, Iconic_1.createIconic)({
32
- iconName: 'binance.svg',
33
- alt: 'Binance Wallet',
34
- sourcePath: 'icons/wallets/binance.svg'
35
- });
36
- exports.BitPayIcon = (0, Iconic_1.createIconic)({
37
- iconName: 'bitpay.svg',
38
- alt: 'BitPay Wallet',
39
- sourcePath: 'icons/wallets/bitpay.svg'
40
- });
41
- exports.BloctoIcon = (0, Iconic_1.createIconic)({
42
- iconName: 'blocto',
43
- alt: 'Blocto Wallet',
44
- sourcePath: 'icons/wallets/blocto.svg'
45
- });
46
- exports.BraavosIcon = (0, Iconic_1.createIconic)({
47
- iconName: 'braavos',
48
- alt: 'Braavos Wallet',
49
- sourcePath: 'icons/wallets/braavos.svg'
50
- });
51
- exports.Coin90Icon = (0, Iconic_1.createIconic)({
52
- iconName: 'coin98.svg',
53
- alt: 'Coin98 Wallet',
54
- sourcePath: 'icons/wallets/coin98.svg'
55
- });
56
- exports.CoinbaseIcon = (0, Iconic_1.createIconic)({
57
- iconName: 'coinbase',
58
- alt: 'Coinbase Wallet',
59
- sourcePath: 'icons/wallets/coinbase.svg'
60
- });
61
- exports.CryptoIcon = (0, Iconic_1.createIconic)({
62
- iconName: 'crypto.svg',
63
- alt: 'Crypto Wallet',
64
- sourcePath: 'icons/wallets/crypto.svg'
65
- });
66
- exports.DapperIcon = (0, Iconic_1.createIconic)({
67
- iconName: 'dapper',
68
- alt: 'Dapper Wallet',
69
- sourcePath: 'icons/wallets/dapper.svg'
70
- });
71
- exports.DawnIcon = (0, Iconic_1.createIconic)({
72
- iconName: 'dawn',
73
- alt: 'Dawn Wallet',
74
- sourcePath: 'icons/wallets/dawn.svg'
75
- });
76
- exports.DefaultIcon = (0, Iconic_1.createIconic)({
77
- iconName: 'defaultwallet',
78
- alt: 'Default Wallet',
79
- sourcePath: 'icons/wallets/default.svg'
80
- });
81
- exports.EmailSignIcon = (0, Iconic_1.createIconic)({
82
- iconName: 'emailsign.svg',
83
- alt: 'Dapper Wallet',
84
- sourcePath: 'icons/wallets/emailsign.svg'
85
- });
86
- exports.SignInWithEmailIcon = (0, Iconic_1.createIconic)({
87
- iconName: 'signinwithemail',
88
- alt: 'Sign in with Email',
89
- sourcePath: 'icons/wallets/signinwithemail.svg'
90
- });
91
- exports.ExodusIcon = (0, Iconic_1.createIconic)({
92
- iconName: 'exodus',
93
- alt: 'Exodus Wallet',
94
- sourcePath: 'icons/wallets/exodus.svg'
95
- });
96
- exports.FireblocksIcon = (0, Iconic_1.createIconic)({
97
- iconName: 'fireblocks.svg',
98
- alt: 'Fireblocks Wallet',
99
- sourcePath: 'icons/wallets/fireblocks.svg'
100
- });
101
- exports.FortmaticIcon = (0, Iconic_1.createIconic)({
102
- iconName: 'fortmatic',
103
- alt: 'Fortmatic Wallet',
104
- sourcePath: 'icons/wallets/fortmatic.svg'
105
- });
106
- exports.FrameIcon = (0, Iconic_1.createIconic)({
107
- iconName: 'frame',
108
- alt: 'Frame Wallet',
109
- sourcePath: 'icons/wallets/frame.svg'
110
- });
111
- exports.GamestopIcon = (0, Iconic_1.createIconic)({
112
- iconName: 'gamestop',
113
- alt: 'Gamestop Wallet',
114
- sourcePath: 'icons/wallets/gamestop.svg'
115
- });
116
- exports.GlowIcon = (0, Iconic_1.createIconic)({
117
- iconName: 'glow',
118
- alt: 'Glow Wallet',
119
- sourcePath: 'icons/wallets/glow.svg'
120
- });
121
- exports.ImTokenWallet = (0, Iconic_1.createIconic)({
122
- iconName: 'imtoken.svg',
123
- alt: 'ImToken Wallet',
124
- sourcePath: 'icons/wallets/imtoken.svg'
125
- });
126
- exports.InjectedWalletIcon = (0, Iconic_1.createIconic)({
127
- iconName: 'injectedwallet',
128
- alt: 'Injected Wallet',
129
- sourcePath: 'icons/wallets/injectedwallet.svg'
130
- });
131
- exports.KeplrIcon = (0, Iconic_1.createIconic)({
132
- iconName: 'keplr',
133
- alt: 'Keplr Wallet',
134
- sourcePath: 'icons/wallets/keplr.svg'
135
- });
136
- exports.LedgerIcon = (0, Iconic_1.createIconic)({
137
- iconName: 'ledger',
138
- alt: 'Ledger Wallet',
139
- sourcePath: 'icons/wallets/ledger.svg'
140
- });
141
- exports.LilicoIcon = (0, Iconic_1.createIconic)({
142
- iconName: 'lilico',
143
- alt: 'Lilico Wallet',
144
- sourcePath: 'icons/wallets/lilico.svg'
145
- });
146
- exports.LinenIcon = (0, Iconic_1.createIconic)({
147
- iconName: 'linen.svg',
148
- alt: 'Linen Wallet',
149
- sourcePath: 'icons/wallets/linen.svg'
150
- });
151
- exports.MaticIcon = (0, Iconic_1.createIconic)({
152
- iconName: 'matic',
153
- alt: 'Matic Wallet',
154
- sourcePath: 'icons/wallets/matic.svg'
155
- });
156
- exports.MetaMaskIcon = (0, Iconic_1.createIconic)({
157
- iconName: 'metamask',
158
- alt: 'MetaMask Wallet',
159
- sourcePath: 'icons/wallets/metamask.svg'
160
- });
161
- exports.MissingIcon = (0, Iconic_1.createIconic)({
162
- iconName: 'missing',
163
- alt: 'Missing Wallet',
164
- sourcePath: 'icons/wallets/missing.svg'
165
- });
166
- exports.MyalgoIcon = (0, Iconic_1.createIconic)({
167
- iconName: 'myalgo',
168
- alt: 'MyAlgo Wallet',
169
- sourcePath: 'icons/wallets/myalgo.svg'
170
- });
171
- exports.OmniIcon = (0, Iconic_1.createIconic)({
172
- iconName: 'omni',
173
- alt: 'Omni Wallet',
174
- sourcePath: 'icons/wallets/omni.svg'
175
- });
176
- exports.OpeanSeaIcon = (0, Iconic_1.createIconic)({
177
- iconName: 'opeansea',
178
- alt: 'OpeanSea Wallet',
179
- sourcePath: 'icons/wallets/opensea.svg'
180
- });
181
- exports.PeraIcon = (0, Iconic_1.createIconic)({
182
- iconName: 'pera',
183
- alt: 'Pera Wallet',
184
- sourcePath: 'icons/wallets/pera.svg'
185
- });
186
- exports.PhantomIcon = (0, Iconic_1.createIconic)({
187
- iconName: 'phantom',
188
- alt: 'Phantom Wallet',
189
- sourcePath: 'icons/wallets/phantom.svg'
190
- });
191
- exports.RainbowIcon = (0, Iconic_1.createIconic)({
192
- iconName: 'rainbow',
193
- alt: 'Rainbow Wallet',
194
- sourcePath: 'icons/wallets/rainbow.svg'
195
- });
196
- exports.SafeIcon = (0, Iconic_1.createIconic)({
197
- iconName: 'safe',
198
- alt: 'Safe Wallet',
199
- sourcePath: 'icons/wallets/safe.svg'
200
- });
201
- exports.SequenceIcon = (0, Iconic_1.createIconic)({
202
- iconName: 'sequence',
203
- alt: 'Sequence Wallet',
204
- sourcePath: 'icons/wallets/sequence.svg'
205
- });
206
- exports.SlopeIcon = (0, Iconic_1.createIconic)({
207
- iconName: 'slope',
208
- alt: 'Slope Wallet',
209
- sourcePath: 'icons/wallets/slope.svg'
210
- });
211
- exports.SolflareIcon = (0, Iconic_1.createIconic)({
212
- iconName: 'solflare',
213
- alt: 'Solflare Wallet',
214
- sourcePath: 'icons/wallets/solflare.svg'
215
- });
216
- exports.SpotIcon = (0, Iconic_1.createIconic)({
217
- iconName: 'spot',
218
- alt: 'Spot Wallet',
219
- sourcePath: 'icons/wallets/spot.svg'
220
- });
221
- exports.StrokeIcon = (0, Iconic_1.createIconic)({
222
- iconName: 'stroke',
223
- alt: 'Stroke Wallet',
224
- sourcePath: 'icons/wallets/stroke.svg'
225
- });
226
- exports.TallyCashIcon = (0, Iconic_1.createIconic)({
227
- iconName: 'tallycash',
228
- alt: 'Taho Wallet',
229
- sourcePath: 'icons/wallets/tallycash.svg'
230
- });
231
- exports.TerraIcon = (0, Iconic_1.createIconic)({
232
- iconName: 'terra',
233
- alt: 'Terra Wallet',
234
- sourcePath: 'icons/wallets/terra.svg'
235
- });
236
- exports.TorusIcon = (0, Iconic_1.createIconic)({
237
- iconName: 'torus',
238
- alt: 'Torus Wallet',
239
- sourcePath: 'icons/wallets/torus.svg'
240
- });
241
- exports.TrustIcon = (0, Iconic_1.createIconic)({
242
- iconName: 'trust',
243
- alt: 'Trust Wallet',
244
- sourcePath: 'icons/wallets/trust.svg'
245
- });
246
- exports.UnstoppableIcon = (0, Iconic_1.createIconic)({
247
- iconName: 'unstoppable',
248
- alt: 'Unstoppable Wallet',
249
- sourcePath: 'icons/wallets/unstoppable.svg'
250
- });
251
- exports.VenlyIcon = (0, Iconic_1.createIconic)({
252
- iconName: 'venly',
253
- alt: 'Venly Wallet',
254
- sourcePath: 'icons/wallets/venly.svg'
255
- });
256
- exports.WalletConnectIcon = (0, Iconic_1.createIconic)({
257
- iconName: 'walletconnect',
258
- alt: 'Wallet Connect Wallet',
259
- sourcePath: 'icons/wallets/walletconnect.svg'
260
- });
261
- exports.MagicLinkIcon = (0, Iconic_1.createIconic)({
262
- iconName: 'magiclink',
263
- alt: 'Magic Link Wallet',
264
- sourcePath: 'icons/wallets/magic-link.svg'
265
- });
266
- exports.TurnkeyIcon = (0, Iconic_1.createIconic)({
267
- iconName: 'turnkey',
268
- alt: 'Turnkey',
269
- sourcePath: 'icons/wallets/embedded-wallet.svg'
270
- });
271
- exports.ZengoIcon = (0, Iconic_1.createIconic)({
272
- iconName: 'zengo',
273
- alt: 'Zengo Wallet',
274
- sourcePath: 'icons/wallets/zengo.svg'
275
- });
276
- exports.SuperbIcon = (0, Iconic_1.createIconic)({
277
- iconName: 'superb',
278
- alt: 'Superb Wallet',
279
- sourcePath: 'icons/wallets/superb.svg'
280
- });
281
- exports.ZeroDevIcon = (0, Iconic_1.createIconic)({
282
- iconName: 'zerodev',
283
- alt: 'ZeroDev',
284
- sourcePath: 'icons/wallets/embedded-wallet.svg'
285
- });
286
- exports.SmartWalletIcon = (0, Iconic_1.createIconic)({
287
- iconName: 'smartwallet',
288
- alt: 'Smart Wallet',
289
- sourcePath: 'icons/wallets/smart-wallet.svg'
290
- });
291
- exports.MagicEdenIcon = (0, Iconic_1.createIconic)({
292
- iconName: 'magiceden',
293
- alt: 'Magic Eden',
294
- sourcePath: 'icons/wallets/magiceden.svg'
295
- });
296
- exports.XverseEdenIcon = (0, Iconic_1.createIconic)({
297
- iconName: 'xverse',
298
- alt: 'Xverse',
299
- sourcePath: 'icons/wallets/xverse.svg'
300
- });
301
- exports.UnisatIcon = (0, Iconic_1.createIconic)({
302
- iconName: 'unisat',
303
- alt: 'Unisat',
304
- sourcePath: 'icons/wallets/unisat.svg'
305
- });
306
- exports.LeatherIcon = (0, Iconic_1.createIconic)({
307
- iconName: 'leather',
308
- alt: 'Leather',
309
- sourcePath: 'icons/wallets/leather.svg'
310
- });
311
- exports.OkxIcon = (0, Iconic_1.createIconic)({
312
- iconName: 'okx',
313
- alt: 'OKX',
314
- sourcePath: 'icons/wallets/okx.svg'
315
- });
316
- exports.CoinbaseWaaSIcon = (0, Iconic_1.createIconic)({
317
- iconName: 'coinbasewaas',
318
- alt: 'Coinbase WaaS',
319
- sourcePath: 'icons/wallets/embedded-wallet.svg'
320
- });
package/dist/src/index.js DELETED
@@ -1,21 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.ICONIC_SPRITE_URL = void 0;
18
- __exportStar(require("./icons"), exports);
19
- var Iconic_1 = require("./Iconic");
20
- Object.defineProperty(exports, "ICONIC_SPRITE_URL", { enumerable: true, get: function () { return Iconic_1.ICONIC_SPRITE_URL; } });
21
- __exportStar(require("./components"), exports);
package/dist/src/types.js DELETED
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes