@dynamic-labs/iconic 0.1.0 → 0.1.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/iconic",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A library of icons used by Dynamic Lab's SDK, served via CDN",
5
5
  "main": "dist/src/index.js",
6
6
  "scripts": {
@@ -4,7 +4,6 @@ export type Iconic = FC<React.SVGProps<SVGSVGElement> & {
4
4
  title?: string | undefined;
5
5
  }> & {
6
6
  iconName: string;
7
- link: () => HTMLLinkElement;
8
7
  sourcePath: string;
9
8
  };
10
9
  export declare const createIconic: (props: {
@@ -28,7 +28,7 @@ exports.OptimismIcon = (0, Iconic_1.createIconic)({
28
28
  sourcePath: 'icons/chains/optimism.svg'
29
29
  });
30
30
  exports.SolanaIcon = (0, Iconic_1.createIconic)({
31
- iconName: 'palm',
31
+ iconName: 'solana',
32
32
  alt: 'Solana Chain',
33
33
  sourcePath: 'icons/chains/solana.svg'
34
34
  });
@@ -14,6 +14,7 @@ export declare const GamestopIcon: Iconic;
14
14
  export declare const GlowIcon: Iconic;
15
15
  export declare const InjectedWalletIcon: Iconic;
16
16
  export declare const LedgerIcon: Iconic;
17
+ export declare const LilicoIcon: Iconic;
17
18
  export declare const MaticIcon: Iconic;
18
19
  export declare const MetaMaskIcon: Iconic;
19
20
  export declare const MyalgoIcon: 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.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.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;
4
4
  const Iconic_1 = require("../../Iconic");
5
5
  exports.AlgorandIcon = (0, Iconic_1.createIconic)({
6
6
  iconName: 'algorand',
@@ -77,6 +77,11 @@ exports.LedgerIcon = (0, Iconic_1.createIconic)({
77
77
  alt: 'Ledger Wallet',
78
78
  sourcePath: 'icons/wallets/ledger.svg'
79
79
  });
80
+ exports.LilicoIcon = (0, Iconic_1.createIconic)({
81
+ iconName: 'lilico',
82
+ alt: 'Lilico Wallet',
83
+ sourcePath: 'icons/wallets/lilico.svg'
84
+ });
80
85
  exports.MaticIcon = (0, Iconic_1.createIconic)({
81
86
  iconName: 'matic',
82
87
  alt: 'Matic Wallet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/iconic",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A library of icons used by Dynamic Lab's SDK, served via CDN",
5
5
  "main": "dist/src/index.js",
6
6
  "scripts": {