@dynamic-labs/iconic
Advanced tools
Comparing version 0.1.36 to 0.1.37
{ | ||
"name": "@dynamic-labs/iconic", | ||
"version": "0.1.36", | ||
"version": "0.1.37", | ||
"description": "A library of icons used by Dynamic Lab's SDK, served via CDN", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -17,3 +17,3 @@ import { type Iconic } from '../../Iconic'; | ||
export declare const TwitterIcon: Iconic; | ||
export declare const XSocialIcon: Iconic; | ||
export declare const TwitterDarkIcon: Iconic; | ||
export declare const AppleSocialIcon: Iconic; | ||
@@ -20,0 +20,0 @@ export declare const AppleDarkSocialIcon: Iconic; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
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; | ||
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; | ||
const Iconic_1 = require("../../Iconic"); | ||
@@ -80,6 +80,6 @@ exports.BitbucketIcon = (0, Iconic_1.createIconic)({ | ||
}); | ||
exports.XSocialIcon = (0, Iconic_1.createIconic)({ | ||
iconName: 'x', | ||
alt: 'X', | ||
sourcePath: 'icons/social/x.svg' | ||
exports.TwitterDarkIcon = (0, Iconic_1.createIconic)({ | ||
iconName: 'twitter-dark', | ||
alt: 'Twitter', | ||
sourcePath: 'icons/social/twitter-dark.svg' | ||
}); | ||
@@ -86,0 +86,0 @@ exports.AppleSocialIcon = (0, Iconic_1.createIconic)({ |
{ | ||
"name": "@dynamic-labs/iconic", | ||
"version": "0.1.36", | ||
"version": "0.1.37", | ||
"description": "A library of icons used by Dynamic Lab's SDK, served via CDN", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36727