@dynamic-labs/iconic 4.6.0 → 4.6.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/CHANGELOG.md +25 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +3 -3
- package/src/icons/index.d.ts +2 -1
- package/src/icons/onramps/index.cjs +20 -0
- package/src/icons/onramps/index.d.ts +3 -0
- package/src/icons/onramps/index.js +15 -0
- package/src/index.cjs +126 -123
- package/src/index.js +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,29 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.6.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.6.1...v4.6.2) (2025-02-14)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add funding from linked wallets ([#8067](https://github.com/dynamic-labs/dynamic-auth/issues/8067)) ([1f9dc71](https://github.com/dynamic-labs/dynamic-auth/commit/1f9dc715a04b558a96164c7a143171abac3890b4))
|
|
8
|
+
* add walletConnectedForFunding event ([#8058](https://github.com/dynamic-labs/dynamic-auth/issues/8058)) ([8c5a244](https://github.com/dynamic-labs/dynamic-auth/commit/8c5a24405c5a7ae2e91bbbee6c1eebca9169ec3e))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* back button from MFA backup codes view not working properly ([#8085](https://github.com/dynamic-labs/dynamic-auth/issues/8085)) ([9af0b6f](https://github.com/dynamic-labs/dynamic-auth/commit/9af0b6faada610180ff061a55715d3f0e2a853a0))
|
|
14
|
+
* issue with authenticating a user on connect-only mode ([#8084](https://github.com/dynamic-labs/dynamic-auth/issues/8084)) ([7bf881b](https://github.com/dynamic-labs/dynamic-auth/commit/7bf881b4fab4b8c64993bf4a7936eb8435408a2e))
|
|
15
|
+
* rerendering issue in usetokenbalance ([#8079](https://github.com/dynamic-labs/dynamic-auth/issues/8079)) ([e52b481](https://github.com/dynamic-labs/dynamic-auth/commit/e52b48112c4a3627bb51cc7cf03181bcba66aada))
|
|
16
|
+
|
|
17
|
+
### [4.6.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.6.0...v4.6.1) (2025-02-11)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* do not show undefined subdomains ([#8060](https://github.com/dynamic-labs/dynamic-auth/issues/8060)) ([ec7ca3d](https://github.com/dynamic-labs/dynamic-auth/commit/ec7ca3d1284422f54f3a1275e1983d50912bcc34))
|
|
23
|
+
* ensure project settings is present on is-cookie-enabled ([#8057](https://github.com/dynamic-labs/dynamic-auth/issues/8057)) ([81c6495](https://github.com/dynamic-labs/dynamic-auth/commit/81c64957031633c00c9e5ecaf304269605202abb))
|
|
24
|
+
* prevent user profile widget from automatically opening when linking a new wallet ([#8020](https://github.com/dynamic-labs/dynamic-auth/issues/8020)) ([4f05ac9](https://github.com/dynamic-labs/dynamic-auth/commit/4f05ac9fdc5a2fc415567dff1b33ddffd0478804))
|
|
25
|
+
* project settings loading and cookie setting check ([#8056](https://github.com/dynamic-labs/dynamic-auth/issues/8056)) ([457a298](https://github.com/dynamic-labs/dynamic-auth/commit/457a298ff11387ca858f85fb19d6c421e02fcc88))
|
|
26
|
+
|
|
2
27
|
## [4.6.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.5.3...v4.6.0) (2025-02-10)
|
|
3
28
|
|
|
4
29
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/iconic",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.2",
|
|
4
4
|
"description": "A React SDK for implementing wallet web3 authentication and authorization to your website.",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"react-dom": "^18.0.0"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@dynamic-labs/assert-package-version": "4.6.
|
|
26
|
-
"@dynamic-labs/logger": "4.6.
|
|
25
|
+
"@dynamic-labs/assert-package-version": "4.6.2",
|
|
26
|
+
"@dynamic-labs/logger": "4.6.2",
|
|
27
27
|
"sharp": "0.33.2"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/src/icons/index.d.ts
CHANGED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
|
+
|
|
6
|
+
var Iconic = require('../../Iconic.cjs');
|
|
7
|
+
|
|
8
|
+
const BanxaIcon = Iconic.createIconic({
|
|
9
|
+
alt: 'Banxa',
|
|
10
|
+
iconName: 'banxa',
|
|
11
|
+
sourcePath: 'icons/onramps/banxa.svg',
|
|
12
|
+
});
|
|
13
|
+
const CoinbasePayIcon = Iconic.createIconic({
|
|
14
|
+
alt: 'Coinbase Pay',
|
|
15
|
+
iconName: 'coinbase-pay',
|
|
16
|
+
sourcePath: 'icons/onramps/coinbase-pay.svg',
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
exports.BanxaIcon = BanxaIcon;
|
|
20
|
+
exports.CoinbasePayIcon = CoinbasePayIcon;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
'use client'
|
|
2
|
+
import { createIconic } from '../../Iconic.js';
|
|
3
|
+
|
|
4
|
+
const BanxaIcon = createIconic({
|
|
5
|
+
alt: 'Banxa',
|
|
6
|
+
iconName: 'banxa',
|
|
7
|
+
sourcePath: 'icons/onramps/banxa.svg',
|
|
8
|
+
});
|
|
9
|
+
const CoinbasePayIcon = createIconic({
|
|
10
|
+
alt: 'Coinbase Pay',
|
|
11
|
+
iconName: 'coinbase-pay',
|
|
12
|
+
sourcePath: 'icons/onramps/coinbase-pay.svg',
|
|
13
|
+
});
|
|
14
|
+
|
|
15
|
+
export { BanxaIcon, CoinbasePayIcon };
|
package/src/index.cjs
CHANGED
|
@@ -7,10 +7,11 @@ var assertPackageVersion = require('@dynamic-labs/assert-package-version');
|
|
|
7
7
|
var _package = require('../package.cjs');
|
|
8
8
|
var index = require('./icons/browsers/index.cjs');
|
|
9
9
|
var index$1 = require('./icons/chains/index.cjs');
|
|
10
|
-
var index$2 = require('./icons/
|
|
11
|
-
var index$3 = require('./icons/
|
|
12
|
-
var index$4 = require('./icons/
|
|
13
|
-
var index$5 = require('./icons/
|
|
10
|
+
var index$2 = require('./icons/onramps/index.cjs');
|
|
11
|
+
var index$3 = require('./icons/social/index.cjs');
|
|
12
|
+
var index$4 = require('./icons/wallets/index.cjs');
|
|
13
|
+
var index$5 = require('./icons/mobile/index.cjs');
|
|
14
|
+
var index$6 = require('./icons/misc/index.cjs');
|
|
14
15
|
var SocialIcon = require('./components/SocialIcon.cjs');
|
|
15
16
|
var getSocialIcon = require('./components/getSocialIcon.cjs');
|
|
16
17
|
var findSocialIcon = require('./components/findSocialIcon.cjs');
|
|
@@ -46,125 +47,127 @@ exports.SeiIcon = index$1.SeiIcon;
|
|
|
46
47
|
exports.SolanaIcon = index$1.SolanaIcon;
|
|
47
48
|
exports.StarknetIcon = index$1.StarknetIcon;
|
|
48
49
|
exports.ZkSyncIcon = index$1.ZkSyncIcon;
|
|
49
|
-
exports.
|
|
50
|
-
exports.
|
|
51
|
-
exports.
|
|
52
|
-
exports.
|
|
53
|
-
exports.
|
|
54
|
-
exports.
|
|
55
|
-
exports.
|
|
56
|
-
exports.
|
|
57
|
-
exports.
|
|
58
|
-
exports.
|
|
59
|
-
exports.
|
|
60
|
-
exports.
|
|
61
|
-
exports.
|
|
62
|
-
exports.
|
|
63
|
-
exports.
|
|
64
|
-
exports.
|
|
65
|
-
exports.
|
|
66
|
-
exports.
|
|
67
|
-
exports.
|
|
68
|
-
exports.
|
|
69
|
-
exports.
|
|
70
|
-
exports.
|
|
71
|
-
exports.
|
|
72
|
-
exports.
|
|
73
|
-
exports.
|
|
74
|
-
exports.
|
|
75
|
-
exports.
|
|
76
|
-
exports.
|
|
77
|
-
exports.
|
|
78
|
-
exports.
|
|
79
|
-
exports.
|
|
80
|
-
exports.
|
|
81
|
-
exports.
|
|
82
|
-
exports.
|
|
83
|
-
exports.
|
|
84
|
-
exports.
|
|
85
|
-
exports.
|
|
86
|
-
exports.
|
|
87
|
-
exports.
|
|
88
|
-
exports.
|
|
89
|
-
exports.
|
|
90
|
-
exports.
|
|
91
|
-
exports.
|
|
92
|
-
exports.
|
|
93
|
-
exports.
|
|
94
|
-
exports.
|
|
95
|
-
exports.
|
|
96
|
-
exports.
|
|
97
|
-
exports.
|
|
98
|
-
exports.
|
|
99
|
-
exports.
|
|
100
|
-
exports.
|
|
101
|
-
exports.
|
|
102
|
-
exports.
|
|
103
|
-
exports.
|
|
104
|
-
exports.
|
|
105
|
-
exports.
|
|
106
|
-
exports.
|
|
107
|
-
exports.
|
|
108
|
-
exports.
|
|
109
|
-
exports.
|
|
110
|
-
exports.
|
|
111
|
-
exports.
|
|
112
|
-
exports.
|
|
113
|
-
exports.
|
|
114
|
-
exports.
|
|
115
|
-
exports.
|
|
116
|
-
exports.
|
|
117
|
-
exports.
|
|
118
|
-
exports.
|
|
119
|
-
exports.
|
|
120
|
-
exports.
|
|
121
|
-
exports.
|
|
122
|
-
exports.
|
|
123
|
-
exports.
|
|
124
|
-
exports.
|
|
125
|
-
exports.
|
|
126
|
-
exports.
|
|
127
|
-
exports.
|
|
128
|
-
exports.
|
|
129
|
-
exports.
|
|
130
|
-
exports.
|
|
131
|
-
exports.
|
|
132
|
-
exports.
|
|
133
|
-
exports.
|
|
134
|
-
exports.
|
|
135
|
-
exports.
|
|
136
|
-
exports.
|
|
137
|
-
exports.
|
|
138
|
-
exports.
|
|
139
|
-
exports.
|
|
140
|
-
exports.
|
|
141
|
-
exports.
|
|
142
|
-
exports.
|
|
143
|
-
exports.
|
|
144
|
-
exports.
|
|
145
|
-
exports.
|
|
146
|
-
exports.
|
|
147
|
-
exports.
|
|
148
|
-
exports.
|
|
149
|
-
exports.
|
|
150
|
-
exports.
|
|
151
|
-
exports.
|
|
152
|
-
exports.
|
|
153
|
-
exports.
|
|
154
|
-
exports.
|
|
155
|
-
exports.
|
|
156
|
-
exports.
|
|
157
|
-
exports.
|
|
158
|
-
exports.
|
|
159
|
-
exports.
|
|
160
|
-
exports.
|
|
161
|
-
exports.
|
|
162
|
-
exports.
|
|
163
|
-
exports.
|
|
164
|
-
exports.
|
|
165
|
-
exports.
|
|
166
|
-
exports.
|
|
167
|
-
exports.
|
|
50
|
+
exports.BanxaIcon = index$2.BanxaIcon;
|
|
51
|
+
exports.CoinbasePayIcon = index$2.CoinbasePayIcon;
|
|
52
|
+
exports.AppleDarkSocialIcon = index$3.AppleDarkSocialIcon;
|
|
53
|
+
exports.AppleSocialIcon = index$3.AppleSocialIcon;
|
|
54
|
+
exports.BitbucketIcon = index$3.BitbucketIcon;
|
|
55
|
+
exports.CoinbaseSocialDarkIcon = index$3.CoinbaseSocialDarkIcon;
|
|
56
|
+
exports.CoinbaseSocialIcon = index$3.CoinbaseSocialIcon;
|
|
57
|
+
exports.DiscordIcon = index$3.DiscordIcon;
|
|
58
|
+
exports.EpicGamesDarkIcon = index$3.EpicGamesDarkIcon;
|
|
59
|
+
exports.EpicGamesIcon = index$3.EpicGamesIcon;
|
|
60
|
+
exports.FacebookIcon = index$3.FacebookIcon;
|
|
61
|
+
exports.FarcasterIcon = index$3.FarcasterIcon;
|
|
62
|
+
exports.GithubDarkIcon = index$3.GithubDarkIcon;
|
|
63
|
+
exports.GithubIcon = index$3.GithubIcon;
|
|
64
|
+
exports.GitlabIcon = index$3.GitlabIcon;
|
|
65
|
+
exports.GoogleIcon = index$3.GoogleIcon;
|
|
66
|
+
exports.HelpdeskIcon = index$3.HelpdeskIcon;
|
|
67
|
+
exports.InstagramIcon = index$3.InstagramIcon;
|
|
68
|
+
exports.LineIcon = index$3.LineIcon;
|
|
69
|
+
exports.LinkedinIcon = index$3.LinkedinIcon;
|
|
70
|
+
exports.MicrosoftIcon = index$3.MicrosoftIcon;
|
|
71
|
+
exports.OnePasswordDarkIcon = index$3.OnePasswordDarkIcon;
|
|
72
|
+
exports.OnePasswordIcon = index$3.OnePasswordIcon;
|
|
73
|
+
exports.ShopifyIcon = index$3.ShopifyIcon;
|
|
74
|
+
exports.SlackIcon = index$3.SlackIcon;
|
|
75
|
+
exports.SpotifyDarkIcon = index$3.SpotifyDarkIcon;
|
|
76
|
+
exports.SpotifyIcon = index$3.SpotifyIcon;
|
|
77
|
+
exports.SteamDarkIcon = index$3.SteamDarkIcon;
|
|
78
|
+
exports.SteamIcon = index$3.SteamIcon;
|
|
79
|
+
exports.TelegramIcon = index$3.TelegramIcon;
|
|
80
|
+
exports.TikTokDarkIcon = index$3.TikTokDarkIcon;
|
|
81
|
+
exports.TikTokIcon = index$3.TikTokIcon;
|
|
82
|
+
exports.TwitchDarkIcon = index$3.TwitchDarkIcon;
|
|
83
|
+
exports.TwitchIcon = index$3.TwitchIcon;
|
|
84
|
+
exports.TwitterDarkIcon = index$3.TwitterDarkIcon;
|
|
85
|
+
exports.TwitterIcon = index$3.TwitterIcon;
|
|
86
|
+
exports.YouTubeIcon = index$3.YouTubeIcon;
|
|
87
|
+
exports.AbstractIcon = index$4.AbstractIcon;
|
|
88
|
+
exports.AmbireIcon = index$4.AmbireIcon;
|
|
89
|
+
exports.ArgentMobile = index$4.ArgentMobile;
|
|
90
|
+
exports.ArgentWebWallet = index$4.ArgentWebWallet;
|
|
91
|
+
exports.ArgentXIcon = index$4.ArgentXIcon;
|
|
92
|
+
exports.BackpackIcon = index$4.BackpackIcon;
|
|
93
|
+
exports.BinanceIcon = index$4.BinanceIcon;
|
|
94
|
+
exports.BitGetWalletIcon = index$4.BitGetWalletIcon;
|
|
95
|
+
exports.BitPayIcon = index$4.BitPayIcon;
|
|
96
|
+
exports.BloctoIcon = index$4.BloctoIcon;
|
|
97
|
+
exports.BraavosIcon = index$4.BraavosIcon;
|
|
98
|
+
exports.CloverWalletIcon = index$4.CloverWalletIcon;
|
|
99
|
+
exports.Coin98Icon = index$4.Coin98Icon;
|
|
100
|
+
exports.CoinbaseIcon = index$4.CoinbaseIcon;
|
|
101
|
+
exports.CoinbaseWaaSIcon = index$4.CoinbaseWaaSIcon;
|
|
102
|
+
exports.CryptoIcon = index$4.CryptoIcon;
|
|
103
|
+
exports.DapperIcon = index$4.DapperIcon;
|
|
104
|
+
exports.DawnIcon = index$4.DawnIcon;
|
|
105
|
+
exports.DefaultIcon = index$4.DefaultIcon;
|
|
106
|
+
exports.DynamicWaasIcon = index$4.DynamicWaasIcon;
|
|
107
|
+
exports.EdenOnlineIcon = index$4.EdenOnlineIcon;
|
|
108
|
+
exports.EmailSignIcon = index$4.EmailSignIcon;
|
|
109
|
+
exports.ExodusIcon = index$4.ExodusIcon;
|
|
110
|
+
exports.FireblocksIcon = index$4.FireblocksIcon;
|
|
111
|
+
exports.FlowWalletIcon = index$4.FlowWalletIcon;
|
|
112
|
+
exports.FordefiIcon = index$4.FordefiIcon;
|
|
113
|
+
exports.FortmaticIcon = index$4.FortmaticIcon;
|
|
114
|
+
exports.FrameIcon = index$4.FrameIcon;
|
|
115
|
+
exports.GamestopIcon = index$4.GamestopIcon;
|
|
116
|
+
exports.GlowIcon = index$4.GlowIcon;
|
|
117
|
+
exports.ImTokenWallet = index$4.ImTokenWallet;
|
|
118
|
+
exports.InjectedWalletIcon = index$4.InjectedWalletIcon;
|
|
119
|
+
exports.IntersendIcon = index$4.IntersendIcon;
|
|
120
|
+
exports.KeplrIcon = index$4.KeplrIcon;
|
|
121
|
+
exports.LeatherIcon = index$4.LeatherIcon;
|
|
122
|
+
exports.LedgerIcon = index$4.LedgerIcon;
|
|
123
|
+
exports.LilicoIcon = index$4.LilicoIcon;
|
|
124
|
+
exports.LinenIcon = index$4.LinenIcon;
|
|
125
|
+
exports.MagicEdenIcon = index$4.MagicEdenIcon;
|
|
126
|
+
exports.MagicLinkIcon = index$4.MagicLinkIcon;
|
|
127
|
+
exports.MathWalletIcon = index$4.MathWalletIcon;
|
|
128
|
+
exports.MaticIcon = index$4.MaticIcon;
|
|
129
|
+
exports.MetaMaskIcon = index$4.MetaMaskIcon;
|
|
130
|
+
exports.MetaMaskStarknetIcon = index$4.MetaMaskStarknetIcon;
|
|
131
|
+
exports.MissingIcon = index$4.MissingIcon;
|
|
132
|
+
exports.MyalgoIcon = index$4.MyalgoIcon;
|
|
133
|
+
exports.NightlyIcon = index$4.NightlyIcon;
|
|
134
|
+
exports.OkxIcon = index$4.OkxIcon;
|
|
135
|
+
exports.OmniIcon = index$4.OmniIcon;
|
|
136
|
+
exports.OneInchIcon = index$4.OneInchIcon;
|
|
137
|
+
exports.OneKeyIcon = index$4.OneKeyIcon;
|
|
138
|
+
exports.OpeanSeaIcon = index$4.OpeanSeaIcon;
|
|
139
|
+
exports.OylIcon = index$4.OylIcon;
|
|
140
|
+
exports.PasskeysWalletIcon = index$4.PasskeysWalletIcon;
|
|
141
|
+
exports.PeraIcon = index$4.PeraIcon;
|
|
142
|
+
exports.PhantomIcon = index$4.PhantomIcon;
|
|
143
|
+
exports.RabbyIcon = index$4.RabbyIcon;
|
|
144
|
+
exports.RainbowIcon = index$4.RainbowIcon;
|
|
145
|
+
exports.SafeIcon = index$4.SafeIcon;
|
|
146
|
+
exports.SequenceIcon = index$4.SequenceIcon;
|
|
147
|
+
exports.SignInWithEmailIcon = index$4.SignInWithEmailIcon;
|
|
148
|
+
exports.SmartWalletIcon = index$4.SmartWalletIcon;
|
|
149
|
+
exports.SolflareIcon = index$4.SolflareIcon;
|
|
150
|
+
exports.SpotIcon = index$4.SpotIcon;
|
|
151
|
+
exports.StrokeIcon = index$4.StrokeIcon;
|
|
152
|
+
exports.SuperbIcon = index$4.SuperbIcon;
|
|
153
|
+
exports.TallyCashIcon = index$4.TallyCashIcon;
|
|
154
|
+
exports.TerraIcon = index$4.TerraIcon;
|
|
155
|
+
exports.TorusIcon = index$4.TorusIcon;
|
|
156
|
+
exports.TrustIcon = index$4.TrustIcon;
|
|
157
|
+
exports.TurnkeyIcon = index$4.TurnkeyIcon;
|
|
158
|
+
exports.UnisatIcon = index$4.UnisatIcon;
|
|
159
|
+
exports.UnknownWalletIcon = index$4.UnknownWalletIcon;
|
|
160
|
+
exports.UnstoppableIcon = index$4.UnstoppableIcon;
|
|
161
|
+
exports.VenlyIcon = index$4.VenlyIcon;
|
|
162
|
+
exports.WalletConnectIcon = index$4.WalletConnectIcon;
|
|
163
|
+
exports.XverseEdenIcon = index$4.XverseEdenIcon;
|
|
164
|
+
exports.ZengoIcon = index$4.ZengoIcon;
|
|
165
|
+
exports.ZeroDevIcon = index$4.ZeroDevIcon;
|
|
166
|
+
exports.AndroidIcon = index$5.AndroidIcon;
|
|
167
|
+
exports.AppleIcon = index$5.AppleIcon;
|
|
168
|
+
exports.ArrowSendIcon = index$6.ArrowSendIcon;
|
|
169
|
+
exports.CaptchaWaveIcon = index$6.CaptchaWaveIcon;
|
|
170
|
+
exports.UserProfileIcon = index$6.UserProfileIcon;
|
|
168
171
|
exports.SocialIcon = SocialIcon.SocialIcon;
|
|
169
172
|
exports.getSocialIcon = getSocialIcon.getSocialIcon;
|
|
170
173
|
exports.findSocialIcon = findSocialIcon.findSocialIcon;
|
package/src/index.js
CHANGED
|
@@ -3,9 +3,10 @@ import { assertPackageVersion } from '@dynamic-labs/assert-package-version';
|
|
|
3
3
|
import { version } from '../package.js';
|
|
4
4
|
export { BraveIcon, ChromeIcon, EdgeIcon, FirefoxIcon, OperaIcon, SafariIcon } from './icons/browsers/index.js';
|
|
5
5
|
export { AlgorandIcon, ArbitrumIcon, AuroraIcon, AxelarIcon, BaseChainIcon, BerachainIcon, BitcoinIcon, BnbIcon, CosmosIcon, EclipseIcon, EthereumIcon, FlowIcon, GnosisIcon, GoerliIcon, OptimismIcon, OsmosisIcon, PalmIcon, PolygonIcon, SeiIcon, SolanaIcon, StarknetIcon, ZkSyncIcon } from './icons/chains/index.js';
|
|
6
|
+
export { BanxaIcon, CoinbasePayIcon } from './icons/onramps/index.js';
|
|
7
|
+
export { AppleDarkSocialIcon, AppleSocialIcon, BitbucketIcon, CoinbaseSocialDarkIcon, CoinbaseSocialIcon, DiscordIcon, EpicGamesDarkIcon, EpicGamesIcon, FacebookIcon, FarcasterIcon, GithubDarkIcon, GithubIcon, GitlabIcon, GoogleIcon, HelpdeskIcon, InstagramIcon, LineIcon, LinkedinIcon, MicrosoftIcon, OnePasswordDarkIcon, OnePasswordIcon, ShopifyIcon, SlackIcon, SpotifyDarkIcon, SpotifyIcon, SteamDarkIcon, SteamIcon, TelegramIcon, TikTokDarkIcon, TikTokIcon, TwitchDarkIcon, TwitchIcon, TwitterDarkIcon, TwitterIcon, YouTubeIcon } from './icons/social/index.js';
|
|
6
8
|
export { AbstractIcon, AmbireIcon, ArgentMobile, ArgentWebWallet, ArgentXIcon, BackpackIcon, BinanceIcon, BitGetWalletIcon, BitPayIcon, BloctoIcon, BraavosIcon, CloverWalletIcon, Coin98Icon, CoinbaseIcon, CoinbaseWaaSIcon, CryptoIcon, DapperIcon, DawnIcon, DefaultIcon, DynamicWaasIcon, EdenOnlineIcon, EmailSignIcon, ExodusIcon, FireblocksIcon, FlowWalletIcon, FordefiIcon, FortmaticIcon, FrameIcon, GamestopIcon, GlowIcon, ImTokenWallet, InjectedWalletIcon, IntersendIcon, KeplrIcon, LeatherIcon, LedgerIcon, LilicoIcon, LinenIcon, MagicEdenIcon, MagicLinkIcon, MathWalletIcon, MaticIcon, MetaMaskIcon, MetaMaskStarknetIcon, MissingIcon, MyalgoIcon, NightlyIcon, OkxIcon, OmniIcon, OneInchIcon, OneKeyIcon, OpeanSeaIcon, OylIcon, PasskeysWalletIcon, PeraIcon, PhantomIcon, RabbyIcon, RainbowIcon, SafeIcon, SequenceIcon, SignInWithEmailIcon, SmartWalletIcon, SolflareIcon, SpotIcon, StrokeIcon, SuperbIcon, TallyCashIcon, TerraIcon, TorusIcon, TrustIcon, TurnkeyIcon, UnisatIcon, UnknownWalletIcon, UnstoppableIcon, VenlyIcon, WalletConnectIcon, XverseEdenIcon, ZengoIcon, ZeroDevIcon } from './icons/wallets/index.js';
|
|
7
9
|
export { AndroidIcon, AppleIcon } from './icons/mobile/index.js';
|
|
8
|
-
export { AppleDarkSocialIcon, AppleSocialIcon, BitbucketIcon, CoinbaseSocialDarkIcon, CoinbaseSocialIcon, DiscordIcon, EpicGamesDarkIcon, EpicGamesIcon, FacebookIcon, FarcasterIcon, GithubDarkIcon, GithubIcon, GitlabIcon, GoogleIcon, HelpdeskIcon, InstagramIcon, LineIcon, LinkedinIcon, MicrosoftIcon, OnePasswordDarkIcon, OnePasswordIcon, ShopifyIcon, SlackIcon, SpotifyDarkIcon, SpotifyIcon, SteamDarkIcon, SteamIcon, TelegramIcon, TikTokDarkIcon, TikTokIcon, TwitchDarkIcon, TwitchIcon, TwitterDarkIcon, TwitterIcon, YouTubeIcon } from './icons/social/index.js';
|
|
9
10
|
export { ArrowSendIcon, CaptchaWaveIcon, UserProfileIcon } from './icons/misc/index.js';
|
|
10
11
|
export { SocialIcon } from './components/SocialIcon.js';
|
|
11
12
|
export { getSocialIcon } from './components/getSocialIcon.js';
|