@dynamic-labs/iconic 0.1.17 → 0.1.18

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.17",
3
+ "version": "0.1.18",
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": {
@@ -12,3 +12,4 @@ export declare const SlackIcon: Iconic;
12
12
  export declare const TelegramIcon: Iconic;
13
13
  export declare const TwitchIcon: Iconic;
14
14
  export declare const TwitterIcon: Iconic;
15
+ export declare const AppleSocialIcon: Iconic;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TwitterIcon = exports.TwitchIcon = exports.TelegramIcon = exports.SlackIcon = exports.MicrosoftIcon = exports.LinkedinIcon = exports.HelpdeskIcon = exports.GoogleIcon = exports.GitlabIcon = exports.GithubIcon = exports.FacebookIcon = exports.DiscordIcon = exports.BitbucketIcon = void 0;
3
+ exports.AppleSocialIcon = exports.TwitterIcon = exports.TwitchIcon = exports.TelegramIcon = exports.SlackIcon = exports.MicrosoftIcon = exports.LinkedinIcon = exports.HelpdeskIcon = exports.GoogleIcon = exports.GitlabIcon = exports.GithubIcon = exports.FacebookIcon = exports.DiscordIcon = exports.BitbucketIcon = void 0;
4
4
  const Iconic_1 = require("../../Iconic");
5
5
  exports.BitbucketIcon = (0, Iconic_1.createIconic)({
6
6
  iconName: 'bitbucket',
@@ -67,3 +67,8 @@ exports.TwitterIcon = (0, Iconic_1.createIconic)({
67
67
  alt: 'Twitter',
68
68
  sourcePath: 'icons/social/twitter.svg'
69
69
  });
70
+ exports.AppleSocialIcon = (0, Iconic_1.createIconic)({
71
+ iconName: 'apple',
72
+ alt: 'Apple',
73
+ sourcePath: 'icons/social/apple.svg'
74
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/iconic",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
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": {