@dynamic-labs/iconic 0.1.34 → 0.1.36
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
|
@@ -14,6 +14,7 @@ export declare const TelegramIcon: Iconic;
|
|
|
14
14
|
export declare const TwitchIcon: Iconic;
|
|
15
15
|
export declare const TwitchDarkIcon: Iconic;
|
|
16
16
|
export declare const TwitterIcon: Iconic;
|
|
17
|
+
export declare const XSocialIcon: Iconic;
|
|
17
18
|
export declare const AppleSocialIcon: Iconic;
|
|
18
19
|
export declare const AppleDarkSocialIcon: Iconic;
|
|
19
20
|
export declare const InstagramIcon: Iconic;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.YouTubeIcon = exports.InstagramIcon = exports.AppleDarkSocialIcon = exports.AppleSocialIcon = 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.YouTubeIcon = exports.InstagramIcon = exports.AppleDarkSocialIcon = exports.AppleSocialIcon = exports.XSocialIcon = 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',
|
|
@@ -77,6 +77,11 @@ exports.TwitterIcon = (0, Iconic_1.createIconic)({
|
|
|
77
77
|
alt: 'Twitter',
|
|
78
78
|
sourcePath: 'icons/social/twitter.svg'
|
|
79
79
|
});
|
|
80
|
+
exports.XSocialIcon = (0, Iconic_1.createIconic)({
|
|
81
|
+
iconName: 'x',
|
|
82
|
+
alt: 'X',
|
|
83
|
+
sourcePath: 'icons/social/x.svg'
|
|
84
|
+
});
|
|
80
85
|
exports.AppleSocialIcon = (0, Iconic_1.createIconic)({
|
|
81
86
|
iconName: 'apple',
|
|
82
87
|
alt: 'Apple',
|