@dynamic-labs/iconic 0.1.37 → 0.1.39
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
|
@@ -32,6 +32,7 @@ export declare const MissingIcon: Iconic;
|
|
|
32
32
|
export declare const MyalgoIcon: Iconic;
|
|
33
33
|
export declare const OmniIcon: Iconic;
|
|
34
34
|
export declare const OpeanSeaIcon: Iconic;
|
|
35
|
+
export declare const PeraIcon: Iconic;
|
|
35
36
|
export declare const PhantomIcon: Iconic;
|
|
36
37
|
export declare const RainbowIcon: Iconic;
|
|
37
38
|
export declare const SafeIcon: Iconic;
|
|
@@ -48,5 +49,6 @@ export declare const UnstoppableIcon: Iconic;
|
|
|
48
49
|
export declare const VenlyIcon: Iconic;
|
|
49
50
|
export declare const WalletConnectIcon: Iconic;
|
|
50
51
|
export declare const MagicLinkIcon: Iconic;
|
|
52
|
+
export declare const TurnkeyIcon: Iconic;
|
|
51
53
|
export declare const ZengoIcon: Iconic;
|
|
52
54
|
export declare const SuperbIcon: Iconic;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.SuperbIcon = void 0;
|
|
3
|
+
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.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.ArgentXIcon = exports.OneInchIcon = void 0;
|
|
4
|
+
exports.SuperbIcon = exports.ZengoIcon = exports.TurnkeyIcon = void 0;
|
|
5
5
|
const Iconic_1 = require("../../Iconic");
|
|
6
6
|
exports.OneInchIcon = (0, Iconic_1.createIconic)({
|
|
7
7
|
iconName: '1inch.svg',
|
|
@@ -168,6 +168,11 @@ exports.OpeanSeaIcon = (0, Iconic_1.createIconic)({
|
|
|
168
168
|
alt: 'OpeanSea Wallet',
|
|
169
169
|
sourcePath: 'icons/wallets/opensea.svg'
|
|
170
170
|
});
|
|
171
|
+
exports.PeraIcon = (0, Iconic_1.createIconic)({
|
|
172
|
+
iconName: 'pera',
|
|
173
|
+
alt: 'Pera Wallet',
|
|
174
|
+
sourcePath: 'icons/wallets/pera.svg'
|
|
175
|
+
});
|
|
171
176
|
exports.PhantomIcon = (0, Iconic_1.createIconic)({
|
|
172
177
|
iconName: 'phantom',
|
|
173
178
|
alt: 'Phantom Wallet',
|
|
@@ -248,6 +253,11 @@ exports.MagicLinkIcon = (0, Iconic_1.createIconic)({
|
|
|
248
253
|
alt: 'Magic Link Wallet',
|
|
249
254
|
sourcePath: 'icons/wallets/magic-link.svg'
|
|
250
255
|
});
|
|
256
|
+
exports.TurnkeyIcon = (0, Iconic_1.createIconic)({
|
|
257
|
+
iconName: 'turnkey',
|
|
258
|
+
alt: 'Turnkey',
|
|
259
|
+
sourcePath: 'icons/wallets/embedded-wallet.svg'
|
|
260
|
+
});
|
|
251
261
|
exports.ZengoIcon = (0, Iconic_1.createIconic)({
|
|
252
262
|
iconName: 'zengo',
|
|
253
263
|
alt: 'Zengo Wallet',
|