@forter/icon
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.0.2](https://github.com/forter/web-components/compare/@forter/icon@4.0.1...@forter/icon@4.0.2) (2019-12-11) | ||
### Bug Fixes | ||
* **icon:** added zone icons ([76353f5](https://github.com/forter/web-components/commit/76353f5)) | ||
## [4.0.1](https://github.com/forter/web-components/compare/@forter/icon@4.0.0...@forter/icon@4.0.1) (2019-12-11) | ||
@@ -8,0 +19,0 @@ |
@@ -35,3 +35,10 @@ export { DEFAULT_ICON, cache, instances, registerIconCache } from './cache.js'; | ||
export { default as na } from './icons/na.svg.js'; | ||
export { default as promotions } from './icons/promotions.svg.js'; | ||
export { default as ecommerce } from './icons/ecommerce.svg.js'; | ||
export { default as gateway } from './icons/gateway.svg.js'; | ||
export { default as loyalty } from './icons/loyalty.svg.js'; | ||
export { default as inr } from './icons/inr.svg.js'; | ||
export { default as returns } from './icons/returns.svg.js'; | ||
export { default as developer } from './icons/developer.svg.js'; | ||
export { default as featherMonitor } from './icons/feather/monitor.svg.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@forter/icon", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Icon Component from Forter Components", | ||
@@ -52,3 +52,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "80990cbe1edce7f208f21569915f32a21902d248" | ||
"gitHead": "f43a22133a8268149860f69c8060c84df6055214" | ||
} |
@@ -33,2 +33,11 @@ export { default as addNoCircle } from './add-no-circle.svg.js'; | ||
export { default as na } from './na.svg.js'; | ||
export { default as promotions } from './promotions.svg.js'; | ||
export { default as ecommerce } from './ecommerce.svg.js'; | ||
export { default as gateway } from './gateway.svg.js'; | ||
export { default as loyalty } from './loyalty.svg.js'; | ||
export { default as inr } from './inr.svg.js'; | ||
export { default as returns } from './returns.svg.js'; | ||
export { default as developer } from './developer.svg.js'; | ||
export * from './feather'; |
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
288884
169
2653