@dynamic-labs/iconic 0.1.7 → 0.1.8

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.7",
3
+ "version": "0.1.8",
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,2 +1,3 @@
1
1
  import { type Iconic } from '../../Iconic';
2
2
  export declare const CaptchaWaveIcon: Iconic;
3
+ export declare const UserProfileIcon: Iconic;
@@ -1,9 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- 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',
7
7
  alt: 'Captcha Wave',
8
8
  sourcePath: 'icons/misc/captcha-wave.svg'
9
9
  });
10
+ exports.UserProfileIcon = (0, Iconic_1.createIconic)({
11
+ iconName: 'user-profile',
12
+ alt: 'User Profile',
13
+ sourcePath: 'icons/misc/user-profile.svg'
14
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/iconic",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
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": {