@dynamic-labs/iconic 0.1.50 → 0.1.51

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.50",
3
+ "version": "0.1.51",
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": {
@@ -17,6 +17,7 @@ export declare const TwitterIcon: Iconic;
17
17
  export declare const TwitterDarkIcon: Iconic;
18
18
  export declare const AppleSocialIcon: Iconic;
19
19
  export declare const AppleDarkSocialIcon: Iconic;
20
+ export declare const CoinbaseSocialIcon: Iconic;
20
21
  export declare const InstagramIcon: Iconic;
21
22
  export declare const YouTubeIcon: Iconic;
22
23
  export declare const OnePasswordIcon: Iconic;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OnePasswordDarkIcon = exports.OnePasswordIcon = exports.YouTubeIcon = exports.InstagramIcon = exports.AppleDarkSocialIcon = exports.AppleSocialIcon = exports.TwitterDarkIcon = exports.TwitterIcon = exports.TwitchDarkIcon = exports.TwitchIcon = exports.TelegramIcon = exports.SlackIcon = exports.MicrosoftIcon = exports.LinkedinIcon = exports.HelpdeskIcon = exports.GoogleIcon = exports.GitlabIcon = exports.GithubDarkIcon = exports.GithubIcon = exports.FacebookIcon = exports.DiscordIcon = exports.BitbucketIcon = void 0;
3
+ exports.OnePasswordDarkIcon = exports.OnePasswordIcon = exports.YouTubeIcon = exports.InstagramIcon = exports.CoinbaseSocialIcon = exports.AppleDarkSocialIcon = exports.AppleSocialIcon = exports.TwitterDarkIcon = exports.TwitterIcon = exports.TwitchDarkIcon = exports.TwitchIcon = exports.TelegramIcon = exports.SlackIcon = exports.MicrosoftIcon = exports.LinkedinIcon = exports.HelpdeskIcon = exports.GoogleIcon = exports.GitlabIcon = exports.GithubDarkIcon = 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',
@@ -92,6 +92,11 @@ exports.AppleDarkSocialIcon = (0, Iconic_1.createIconic)({
92
92
  alt: 'Apple',
93
93
  sourcePath: 'icons/social/apple-dark.svg'
94
94
  });
95
+ exports.CoinbaseSocialIcon = (0, Iconic_1.createIconic)({
96
+ iconName: 'coinbaseSocial',
97
+ alt: 'Coinbase',
98
+ sourcePath: 'icons/social/coinbaseSocial.svg'
99
+ });
95
100
  exports.InstagramIcon = (0, Iconic_1.createIconic)({
96
101
  iconName: 'instagram',
97
102
  alt: 'Instagram',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/iconic",
3
- "version": "0.1.50",
3
+ "version": "0.1.51",
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": {