@dynamic-labs/iconic 0.1.37 → 0.1.38
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
|
@@ -48,5 +48,6 @@ export declare const UnstoppableIcon: Iconic;
|
|
|
48
48
|
export declare const VenlyIcon: Iconic;
|
|
49
49
|
export declare const WalletConnectIcon: Iconic;
|
|
50
50
|
export declare const MagicLinkIcon: Iconic;
|
|
51
|
+
export declare const TurnkeyIcon: Iconic;
|
|
51
52
|
export declare const ZengoIcon: Iconic;
|
|
52
53
|
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.TurnkeyIcon = 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.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 = void 0;
|
|
5
5
|
const Iconic_1 = require("../../Iconic");
|
|
6
6
|
exports.OneInchIcon = (0, Iconic_1.createIconic)({
|
|
7
7
|
iconName: '1inch.svg',
|
|
@@ -248,6 +248,11 @@ exports.MagicLinkIcon = (0, Iconic_1.createIconic)({
|
|
|
248
248
|
alt: 'Magic Link Wallet',
|
|
249
249
|
sourcePath: 'icons/wallets/magic-link.svg'
|
|
250
250
|
});
|
|
251
|
+
exports.TurnkeyIcon = (0, Iconic_1.createIconic)({
|
|
252
|
+
iconName: 'turnkey',
|
|
253
|
+
alt: 'Turnkey',
|
|
254
|
+
sourcePath: 'icons/wallets/embedded-wallet.svg'
|
|
255
|
+
});
|
|
251
256
|
exports.ZengoIcon = (0, Iconic_1.createIconic)({
|
|
252
257
|
iconName: 'zengo',
|
|
253
258
|
alt: 'Zengo Wallet',
|