@dynamic-labs/iconic
Advanced tools
Comparing version 0.1.17 to 0.1.18
{ | ||
"name": "@dynamic-labs/iconic", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"description": "A library of icons used by Dynamic Lab's SDK, served via CDN", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -15,1 +15,2 @@ import { type Iconic } from '../../Iconic'; | ||
export declare const TwitterIcon: Iconic; | ||
export declare const AppleSocialIcon: Iconic; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
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; | ||
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; | ||
const Iconic_1 = require("../../Iconic"); | ||
@@ -70,1 +70,6 @@ exports.BitbucketIcon = (0, Iconic_1.createIconic)({ | ||
}); | ||
exports.AppleSocialIcon = (0, Iconic_1.createIconic)({ | ||
iconName: 'apple', | ||
alt: 'Apple', | ||
sourcePath: 'icons/social/apple.svg' | ||
}); |
{ | ||
"name": "@dynamic-labs/iconic", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"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
32198
710