@dynamic-labs/iconic 0.1.16 → 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,9 +1,15 @@
|
|
|
1
1
|
import { type Iconic } from '../../Iconic';
|
|
2
|
+
export declare const BitbucketIcon: Iconic;
|
|
2
3
|
export declare const DiscordIcon: Iconic;
|
|
3
4
|
export declare const FacebookIcon: Iconic;
|
|
4
5
|
export declare const GithubIcon: Iconic;
|
|
6
|
+
export declare const GitlabIcon: Iconic;
|
|
5
7
|
export declare const GoogleIcon: Iconic;
|
|
6
8
|
export declare const HelpdeskIcon: Iconic;
|
|
9
|
+
export declare const LinkedinIcon: Iconic;
|
|
10
|
+
export declare const MicrosoftIcon: Iconic;
|
|
7
11
|
export declare const SlackIcon: Iconic;
|
|
8
12
|
export declare const TelegramIcon: Iconic;
|
|
13
|
+
export declare const TwitchIcon: Iconic;
|
|
9
14
|
export declare const TwitterIcon: Iconic;
|
|
15
|
+
export declare const AppleSocialIcon: Iconic;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TwitterIcon = exports.TelegramIcon = exports.SlackIcon = exports.HelpdeskIcon = exports.GoogleIcon = exports.GithubIcon = exports.FacebookIcon = exports.DiscordIcon = 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
|
+
exports.BitbucketIcon = (0, Iconic_1.createIconic)({
|
|
6
|
+
iconName: 'bitbucket',
|
|
7
|
+
alt: 'Bitbucket',
|
|
8
|
+
sourcePath: 'icons/social/bitbucket.svg'
|
|
9
|
+
});
|
|
5
10
|
exports.DiscordIcon = (0, Iconic_1.createIconic)({
|
|
6
11
|
iconName: 'discord',
|
|
7
12
|
alt: 'Discord',
|
|
@@ -17,6 +22,11 @@ exports.GithubIcon = (0, Iconic_1.createIconic)({
|
|
|
17
22
|
alt: 'Github',
|
|
18
23
|
sourcePath: 'icons/social/github.svg'
|
|
19
24
|
});
|
|
25
|
+
exports.GitlabIcon = (0, Iconic_1.createIconic)({
|
|
26
|
+
iconName: 'gitlab',
|
|
27
|
+
alt: 'Gitlab',
|
|
28
|
+
sourcePath: 'icons/social/gitlab.svg'
|
|
29
|
+
});
|
|
20
30
|
exports.GoogleIcon = (0, Iconic_1.createIconic)({
|
|
21
31
|
iconName: 'google',
|
|
22
32
|
alt: 'Google',
|
|
@@ -27,6 +37,16 @@ exports.HelpdeskIcon = (0, Iconic_1.createIconic)({
|
|
|
27
37
|
alt: 'Helpdesk',
|
|
28
38
|
sourcePath: 'icons/social/helpdesk.svg'
|
|
29
39
|
});
|
|
40
|
+
exports.LinkedinIcon = (0, Iconic_1.createIconic)({
|
|
41
|
+
iconName: 'linkedin',
|
|
42
|
+
alt: 'Linkedin',
|
|
43
|
+
sourcePath: 'icons/social/linkedin.svg'
|
|
44
|
+
});
|
|
45
|
+
exports.MicrosoftIcon = (0, Iconic_1.createIconic)({
|
|
46
|
+
iconName: 'microsoft',
|
|
47
|
+
alt: 'Microsoft',
|
|
48
|
+
sourcePath: 'icons/social/microsoft.svg'
|
|
49
|
+
});
|
|
30
50
|
exports.SlackIcon = (0, Iconic_1.createIconic)({
|
|
31
51
|
iconName: 'slack',
|
|
32
52
|
alt: 'Slack',
|
|
@@ -37,8 +57,18 @@ exports.TelegramIcon = (0, Iconic_1.createIconic)({
|
|
|
37
57
|
alt: 'Telegram',
|
|
38
58
|
sourcePath: 'icons/social/telegram.svg'
|
|
39
59
|
});
|
|
60
|
+
exports.TwitchIcon = (0, Iconic_1.createIconic)({
|
|
61
|
+
iconName: 'twitch',
|
|
62
|
+
alt: 'Twitch',
|
|
63
|
+
sourcePath: 'icons/social/twitch.svg'
|
|
64
|
+
});
|
|
40
65
|
exports.TwitterIcon = (0, Iconic_1.createIconic)({
|
|
41
66
|
iconName: 'twitter',
|
|
42
67
|
alt: 'Twitter',
|
|
43
68
|
sourcePath: 'icons/social/twitter.svg'
|
|
44
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.
|
|
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": {
|
|
@@ -64,4 +64,4 @@
|
|
|
64
64
|
"README.md",
|
|
65
65
|
"LICENSE"
|
|
66
66
|
]
|
|
67
|
-
}
|
|
67
|
+
}
|