@dynamic-labs/iconic 0.1.11 → 0.1.12

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.11",
3
+ "version": "0.1.12",
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": {
@@ -1,4 +1,3 @@
1
1
  import { type Iconic } from '../../Iconic';
2
2
  export declare const CaptchaWaveIcon: Iconic;
3
3
  export declare const UserProfileIcon: Iconic;
4
- export declare const LinkWalletIcon: Iconic;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.LinkWalletIcon = exports.UserProfileIcon = exports.CaptchaWaveIcon = void 0;
3
+ exports.UserProfileIcon = exports.CaptchaWaveIcon = void 0;
4
4
  const Iconic_1 = require("../../Iconic");
5
5
  exports.CaptchaWaveIcon = (0, Iconic_1.createIconic)({
6
6
  iconName: 'captcha-wave',
@@ -12,8 +12,3 @@ exports.UserProfileIcon = (0, Iconic_1.createIconic)({
12
12
  alt: 'User Profile',
13
13
  sourcePath: 'icons/misc/user-profile.svg'
14
14
  });
15
- exports.LinkWalletIcon = (0, Iconic_1.createIconic)({
16
- iconName: 'link-wallet',
17
- alt: 'Link Wallet',
18
- sourcePath: 'icons/misc/link-wallet.svg'
19
- });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/iconic",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
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": {