@dynamic-labs/iconic
Advanced tools
Comparing version 0.1.39 to 0.1.40
{ | ||
"name": "@dynamic-labs/iconic", | ||
"version": "0.1.39", | ||
"version": "0.1.40", | ||
"description": "A library of icons used by Dynamic Lab's SDK, served via CDN", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -22,1 +22,3 @@ import { type Iconic } from '../../Iconic'; | ||
export declare const YouTubeIcon: Iconic; | ||
export declare const OnePasswordIcon: Iconic; | ||
export declare const OnePasswordDarkIcon: Iconic; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
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; | ||
exports.OnePasswordDarkIcon = exports.OnePasswordIcon = 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"); | ||
@@ -105,1 +105,11 @@ exports.BitbucketIcon = (0, Iconic_1.createIconic)({ | ||
}); | ||
exports.OnePasswordIcon = (0, Iconic_1.createIconic)({ | ||
iconName: 'onePassword', | ||
alt: 'onePassword', | ||
sourcePath: 'icons/social/onePassword.svg' | ||
}); | ||
exports.OnePasswordDarkIcon = (0, Iconic_1.createIconic)({ | ||
iconName: 'onePassword-dark', | ||
alt: 'onePassword-dark', | ||
sourcePath: 'icons/social/onePassword-dark.svg' | ||
}); |
{ | ||
"name": "@dynamic-labs/iconic", | ||
"version": "0.1.39", | ||
"version": "0.1.40", | ||
"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
37629
852