@dynamic-labs/iconic
Advanced tools
Comparing version 0.1.12 to 0.1.13
{ | ||
"name": "@dynamic-labs/iconic", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "A library of icons used by Dynamic Lab's SDK, served via CDN", | ||
@@ -25,2 +25,3 @@ "main": "dist/src/index.js", | ||
"@babel/preset-react": "^7.18.6", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
@@ -27,0 +28,0 @@ "@types/fs-extra": "^11.0.1", |
import { type Iconic } from '../../Iconic'; | ||
export declare const DiscordIcon: Iconic; | ||
export declare const FacebookIcon: Iconic; | ||
export declare const GithubIcon: Iconic; | ||
export declare const GoogleIcon: Iconic; | ||
export declare const HelpdeskIcon: Iconic; | ||
export declare const SlackIcon: Iconic; | ||
export declare const TelegramIcon: Iconic; | ||
export declare const TwitterIcon: Iconic; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TwitterIcon = exports.SlackIcon = exports.HelpdeskIcon = exports.DiscordIcon = void 0; | ||
exports.TwitterIcon = exports.TelegramIcon = exports.SlackIcon = exports.HelpdeskIcon = exports.GoogleIcon = exports.GithubIcon = exports.FacebookIcon = exports.DiscordIcon = void 0; | ||
const Iconic_1 = require("../../Iconic"); | ||
@@ -10,2 +10,17 @@ exports.DiscordIcon = (0, Iconic_1.createIconic)({ | ||
}); | ||
exports.FacebookIcon = (0, Iconic_1.createIconic)({ | ||
iconName: 'facebook', | ||
alt: 'Facebook', | ||
sourcePath: 'icons/social/facebook.svg' | ||
}); | ||
exports.GithubIcon = (0, Iconic_1.createIconic)({ | ||
iconName: 'github', | ||
alt: 'Github', | ||
sourcePath: 'icons/social/github.svg' | ||
}); | ||
exports.GoogleIcon = (0, Iconic_1.createIconic)({ | ||
iconName: 'google', | ||
alt: 'Google', | ||
sourcePath: 'icons/social/google.svg' | ||
}); | ||
exports.HelpdeskIcon = (0, Iconic_1.createIconic)({ | ||
@@ -21,2 +36,7 @@ iconName: 'helpdesk', | ||
}); | ||
exports.TelegramIcon = (0, Iconic_1.createIconic)({ | ||
iconName: 'telegram', | ||
alt: 'Telegram', | ||
sourcePath: 'icons/social/telegram.svg' | ||
}); | ||
exports.TwitterIcon = (0, Iconic_1.createIconic)({ | ||
@@ -23,0 +43,0 @@ iconName: 'twitter', |
export * from './icons'; | ||
export { type Iconic, ICONIC_SPRITE_URL } from './Iconic'; | ||
export * from './components'; |
@@ -21,1 +21,2 @@ "use strict"; | ||
Object.defineProperty(exports, "ICONIC_SPRITE_URL", { enumerable: true, get: function () { return Iconic_1.ICONIC_SPRITE_URL; } }); | ||
__exportStar(require("./components"), exports); |
{ | ||
"name": "@dynamic-labs/iconic", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "A library of icons used by Dynamic Lab's SDK, served via CDN", | ||
@@ -25,2 +25,3 @@ "main": "dist/src/index.js", | ||
"@babel/preset-react": "^7.18.6", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
@@ -27,0 +28,0 @@ "@types/fs-extra": "^11.0.1", |
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
30101
26
648
56
8
30
338
31
294