@dynamic-labs/iconic 0.1.28 → 0.1.30
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/README.md
CHANGED
|
@@ -18,5 +18,6 @@
|
|
|
18
18
|
*It will take up to 24 hours for new icon to be seen due to cache*
|
|
19
19
|
|
|
20
20
|
### Releasing
|
|
21
|
+
PreReq: don't forget to bump the version in package.json if you haven't done so.
|
|
21
22
|
|
|
22
|
-
Run github action (publish)[https://github.com/dynamic-labs/iconic/actions/workflows/publish.yml] to publish new version and deploy sprite svg
|
|
23
|
+
Run github action (publish)[https://github.com/dynamic-labs/iconic/actions/workflows/publish.yml] to publish new version and deploy sprite svg
|
package/dist/package.json
CHANGED
|
@@ -11,6 +11,7 @@ export declare const CoinbaseIcon: Iconic;
|
|
|
11
11
|
export declare const CryptoIcon: Iconic;
|
|
12
12
|
export declare const DapperIcon: Iconic;
|
|
13
13
|
export declare const DawnIcon: Iconic;
|
|
14
|
+
export declare const DefaultIcon: Iconic;
|
|
14
15
|
export declare const EmailSignIcon: Iconic;
|
|
15
16
|
export declare const SignInWithEmailIcon: Iconic;
|
|
16
17
|
export declare const ExodusIcon: Iconic;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ZengoIcon = 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 = void 0;
|
|
4
5
|
const Iconic_1 = require("../../Iconic");
|
|
5
6
|
exports.OneInchIcon = (0, Iconic_1.createIconic)({
|
|
6
7
|
iconName: '1inch.svg',
|
|
@@ -62,6 +63,11 @@ exports.DawnIcon = (0, Iconic_1.createIconic)({
|
|
|
62
63
|
alt: 'Dawn Wallet',
|
|
63
64
|
sourcePath: 'icons/wallets/dawn.svg'
|
|
64
65
|
});
|
|
66
|
+
exports.DefaultIcon = (0, Iconic_1.createIconic)({
|
|
67
|
+
iconName: 'defaultwallet',
|
|
68
|
+
alt: 'Default Wallet',
|
|
69
|
+
sourcePath: 'icons/wallets/default.svg'
|
|
70
|
+
});
|
|
65
71
|
exports.EmailSignIcon = (0, Iconic_1.createIconic)({
|
|
66
72
|
iconName: 'emailsign.svg',
|
|
67
73
|
alt: 'Dapper Wallet',
|