@dynamic-labs/iconic 0.1.15 → 0.1.17
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
|
@@ -4,6 +4,8 @@ export declare const ArbitrumIcon: Iconic;
|
|
|
4
4
|
export declare const AuroraIcon: Iconic;
|
|
5
5
|
export declare const BnbIcon: Iconic;
|
|
6
6
|
export declare const CosmosIcon: Iconic;
|
|
7
|
+
export declare const OsmosisIcon: Iconic;
|
|
8
|
+
export declare const AxelarIcon: Iconic;
|
|
7
9
|
export declare const EthereumIcon: Iconic;
|
|
8
10
|
export declare const FlowIcon: Iconic;
|
|
9
11
|
export declare const GnosisIcon: Iconic;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StarknetIcon = exports.SolanaIcon = exports.PolygonIcon = exports.PalmIcon = exports.OptimismIcon = exports.GnosisIcon = exports.FlowIcon = exports.EthereumIcon = exports.CosmosIcon = exports.BnbIcon = exports.AuroraIcon = exports.ArbitrumIcon = exports.AlgorandIcon = void 0;
|
|
3
|
+
exports.StarknetIcon = exports.SolanaIcon = exports.PolygonIcon = exports.PalmIcon = exports.OptimismIcon = exports.GnosisIcon = exports.FlowIcon = exports.EthereumIcon = exports.AxelarIcon = exports.OsmosisIcon = exports.CosmosIcon = exports.BnbIcon = exports.AuroraIcon = exports.ArbitrumIcon = exports.AlgorandIcon = void 0;
|
|
4
4
|
const Iconic_1 = require("../../Iconic");
|
|
5
5
|
exports.AlgorandIcon = (0, Iconic_1.createIconic)({
|
|
6
6
|
iconName: 'algorand',
|
|
@@ -27,6 +27,16 @@ exports.CosmosIcon = (0, Iconic_1.createIconic)({
|
|
|
27
27
|
alt: 'Cosmos chain',
|
|
28
28
|
sourcePath: 'icons/chains/cosmos.svg'
|
|
29
29
|
});
|
|
30
|
+
exports.OsmosisIcon = (0, Iconic_1.createIconic)({
|
|
31
|
+
iconName: 'osmosis',
|
|
32
|
+
alt: 'Osmosis chain',
|
|
33
|
+
sourcePath: 'icons/chains/osmosis.svg'
|
|
34
|
+
});
|
|
35
|
+
exports.AxelarIcon = (0, Iconic_1.createIconic)({
|
|
36
|
+
iconName: 'axelar',
|
|
37
|
+
alt: 'Axelar chain',
|
|
38
|
+
sourcePath: 'icons/chains/axelar.svg'
|
|
39
|
+
});
|
|
30
40
|
exports.EthereumIcon = (0, Iconic_1.createIconic)({
|
|
31
41
|
iconName: 'ethereum',
|
|
32
42
|
alt: 'Ethereum Chain',
|
|
@@ -1,9 +1,14 @@
|
|
|
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;
|
|
@@ -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.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,6 +57,11 @@ 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',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/iconic",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.17",
|
|
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
|
+
}
|