@dynamic-labs/iconic 0.1.38 → 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;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.SuperbIcon = exports.ZengoIcon = 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',
|