@dynamic-labs/iconic 0.1.18 → 0.1.20
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
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserProfileIcon = exports.CaptchaWaveIcon = void 0;
|
|
3
|
+
exports.ArrowSendIcon = 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,3 +12,8 @@ exports.UserProfileIcon = (0, Iconic_1.createIconic)({
|
|
|
12
12
|
alt: 'User Profile',
|
|
13
13
|
sourcePath: 'icons/misc/user-profile.svg'
|
|
14
14
|
});
|
|
15
|
+
exports.ArrowSendIcon = (0, Iconic_1.createIconic)({
|
|
16
|
+
iconName: 'arrow-send',
|
|
17
|
+
alt: 'Arrow Send',
|
|
18
|
+
sourcePath: 'icons/misc/arrow-send.svg'
|
|
19
|
+
});
|
|
@@ -13,3 +13,5 @@ export declare const TelegramIcon: Iconic;
|
|
|
13
13
|
export declare const TwitchIcon: Iconic;
|
|
14
14
|
export declare const TwitterIcon: Iconic;
|
|
15
15
|
export declare const AppleSocialIcon: Iconic;
|
|
16
|
+
export declare const InstagramIcon: Iconic;
|
|
17
|
+
export declare const YouTubeIcon: Iconic;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
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;
|
|
3
|
+
exports.YouTubeIcon = exports.InstagramIcon = 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',
|
|
@@ -72,3 +72,13 @@ exports.AppleSocialIcon = (0, Iconic_1.createIconic)({
|
|
|
72
72
|
alt: 'Apple',
|
|
73
73
|
sourcePath: 'icons/social/apple.svg'
|
|
74
74
|
});
|
|
75
|
+
exports.InstagramIcon = (0, Iconic_1.createIconic)({
|
|
76
|
+
iconName: 'instagram',
|
|
77
|
+
alt: 'Instagram',
|
|
78
|
+
sourcePath: 'icons/social/instagram.svg'
|
|
79
|
+
});
|
|
80
|
+
exports.YouTubeIcon = (0, Iconic_1.createIconic)({
|
|
81
|
+
iconName: 'youtube',
|
|
82
|
+
alt: 'YouTube',
|
|
83
|
+
sourcePath: 'icons/social/youtube.svg'
|
|
84
|
+
});
|