@littlespoon/icons
Advanced tools
Comparing version 1.2.0 to 1.3.0
import ArrowIcon from './ArrowIcon'; | ||
import CloseIcon from './CloseIcon'; | ||
export { ArrowIcon, CloseIcon }; | ||
import FilterIcon from './FilterIcon'; | ||
export { ArrowIcon, CloseIcon, FilterIcon }; | ||
declare const _default: { | ||
ArrowIcon: typeof ArrowIcon; | ||
CloseIcon: typeof CloseIcon; | ||
FilterIcon: typeof FilterIcon; | ||
}; | ||
export default _default; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.CloseIcon = exports.ArrowIcon = void 0; | ||
exports.FilterIcon = exports.CloseIcon = exports.ArrowIcon = void 0; | ||
var ArrowIcon_1 = __importDefault(require("./ArrowIcon")); | ||
@@ -12,6 +12,9 @@ exports.ArrowIcon = ArrowIcon_1.default; | ||
exports.CloseIcon = CloseIcon_1.default; | ||
var FilterIcon_1 = __importDefault(require("./FilterIcon")); | ||
exports.FilterIcon = FilterIcon_1.default; | ||
exports.default = { | ||
ArrowIcon: ArrowIcon_1.default, | ||
CloseIcon: CloseIcon_1.default, | ||
FilterIcon: FilterIcon_1.default, | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@littlespoon/icons", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Little Spoon icons", | ||
@@ -41,3 +41,3 @@ "main": "lib/index.js", | ||
"license": "UNLICENSED", | ||
"gitHead": "cd3e73d1c6067f54ade7a9c2ee3603837c6ebfcc" | ||
"gitHead": "f3f3de15936cceaa3ec0794630db541489e061fa" | ||
} |
@@ -29,2 +29,3 @@ # @littlespoon/icons | ||
icons.CloseIcon | ||
icons.FilterIcon | ||
``` | ||
@@ -36,2 +37,3 @@ | ||
import ArrowIcon from '@littlespoon/icons/lib/ArrowIcon' | ||
import FilterIcoon from '@littlespoon/icons/lib/FilterIcon' | ||
``` | ||
@@ -38,0 +40,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
21805
32
219
44