@dynamic-labs/iconic
Advanced tools
Comparing version 0.1.19 to 0.1.20
{ | ||
"name": "@dynamic-labs/iconic", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"description": "A library of icons used by Dynamic Lab's SDK, served via CDN", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
import { type Iconic } from '../../Iconic'; | ||
export declare const CaptchaWaveIcon: Iconic; | ||
export declare const UserProfileIcon: Iconic; | ||
export declare const ArrowSendIcon: Iconic; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.UserProfileIcon = exports.CaptchaWaveIcon = void 0; | ||
exports.ArrowSendIcon = exports.UserProfileIcon = exports.CaptchaWaveIcon = void 0; | ||
const Iconic_1 = require("../../Iconic"); | ||
@@ -15,1 +15,6 @@ exports.CaptchaWaveIcon = (0, Iconic_1.createIconic)({ | ||
}); | ||
exports.ArrowSendIcon = (0, Iconic_1.createIconic)({ | ||
iconName: 'arrow-send', | ||
alt: 'Arrow Send', | ||
sourcePath: 'icons/misc/arrow-send.svg' | ||
}); |
{ | ||
"name": "@dynamic-labs/iconic", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"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
32844
728