@dynamic-labs/iconic 0.1.2 → 0.1.4
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
|
@@ -5,6 +5,7 @@ export declare const BloctoIcon: Iconic;
|
|
|
5
5
|
export declare const BraavosIcon: Iconic;
|
|
6
6
|
export declare const CoinbaseIcon: Iconic;
|
|
7
7
|
export declare const DapperIcon: Iconic;
|
|
8
|
+
export declare const DawnIcon: Iconic;
|
|
8
9
|
export declare const SignInWithEmailIcon: Iconic;
|
|
9
10
|
export declare const ExodusIcon: Iconic;
|
|
10
11
|
export declare const FlowIcon: Iconic;
|
|
@@ -17,6 +18,7 @@ export declare const LedgerIcon: Iconic;
|
|
|
17
18
|
export declare const LilicoIcon: Iconic;
|
|
18
19
|
export declare const MaticIcon: Iconic;
|
|
19
20
|
export declare const MetaMaskIcon: Iconic;
|
|
21
|
+
export declare const MissingIcon: Iconic;
|
|
20
22
|
export declare const MyalgoIcon: Iconic;
|
|
21
23
|
export declare const PhantomIcon: Iconic;
|
|
22
24
|
export declare const PolygonIcon: Iconic;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WalletConnectIcon = exports.VenlyIcon = exports.TerraIcon = exports.StrokeIcon = exports.SolflareIcon = exports.SlopeIcon = exports.RainbowIcon = exports.PolygonIcon = exports.PhantomIcon = exports.MyalgoIcon = exports.MetaMaskIcon = exports.MaticIcon = exports.LilicoIcon = exports.LedgerIcon = exports.InjectedWalletIcon = exports.GlowIcon = exports.GamestopIcon = exports.FrameIcon = exports.FortmaticIcon = exports.FlowIcon = exports.ExodusIcon = exports.SignInWithEmailIcon = exports.DapperIcon = exports.CoinbaseIcon = exports.BraavosIcon = exports.BloctoIcon = exports.ArgentXIcon = exports.AlgorandIcon = void 0;
|
|
3
|
+
exports.WalletConnectIcon = exports.VenlyIcon = exports.TerraIcon = exports.StrokeIcon = exports.SolflareIcon = exports.SlopeIcon = exports.RainbowIcon = exports.PolygonIcon = exports.PhantomIcon = exports.MyalgoIcon = exports.MissingIcon = exports.MetaMaskIcon = exports.MaticIcon = exports.LilicoIcon = exports.LedgerIcon = exports.InjectedWalletIcon = exports.GlowIcon = exports.GamestopIcon = exports.FrameIcon = exports.FortmaticIcon = exports.FlowIcon = exports.ExodusIcon = exports.SignInWithEmailIcon = exports.DawnIcon = exports.DapperIcon = exports.CoinbaseIcon = exports.BraavosIcon = exports.BloctoIcon = exports.ArgentXIcon = exports.AlgorandIcon = void 0;
|
|
4
4
|
const Iconic_1 = require("../../Iconic");
|
|
5
5
|
exports.AlgorandIcon = (0, Iconic_1.createIconic)({
|
|
6
6
|
iconName: 'algorand',
|
|
@@ -32,6 +32,11 @@ exports.DapperIcon = (0, Iconic_1.createIconic)({
|
|
|
32
32
|
alt: 'Dapper Wallet',
|
|
33
33
|
sourcePath: 'icons/wallets/dapper.svg'
|
|
34
34
|
});
|
|
35
|
+
exports.DawnIcon = (0, Iconic_1.createIconic)({
|
|
36
|
+
iconName: 'dawn',
|
|
37
|
+
alt: 'Dawn Wallet',
|
|
38
|
+
sourcePath: 'icons/wallets/dawn.svg'
|
|
39
|
+
});
|
|
35
40
|
exports.SignInWithEmailIcon = (0, Iconic_1.createIconic)({
|
|
36
41
|
iconName: 'signinwithemail',
|
|
37
42
|
alt: 'Sign in with Email',
|
|
@@ -92,6 +97,11 @@ exports.MetaMaskIcon = (0, Iconic_1.createIconic)({
|
|
|
92
97
|
alt: 'MetaMask Wallet',
|
|
93
98
|
sourcePath: 'icons/wallets/metamask.svg'
|
|
94
99
|
});
|
|
100
|
+
exports.MissingIcon = (0, Iconic_1.createIconic)({
|
|
101
|
+
iconName: 'missing',
|
|
102
|
+
alt: 'Missing Wallet',
|
|
103
|
+
sourcePath: 'icons/wallets/missing.svg'
|
|
104
|
+
});
|
|
95
105
|
exports.MyalgoIcon = (0, Iconic_1.createIconic)({
|
|
96
106
|
iconName: 'myalgo',
|
|
97
107
|
alt: 'MyAlgo Wallet',
|