@nmorph/nmorph-ui-kit 2.2.21 → 2.2.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/icons/smile.svg.js +28 -0
- package/dist/icons.js +111 -109
- package/dist/index.es.js +234 -232
- package/dist/index.umd.js +2 -2
- package/dist/package.json.js +1 -1
- package/dist/src/components/basic/nmorph-icon/NmorphIcons.d.ts +1 -0
- package/package.json +1 -1
package/dist/package.json.js
CHANGED
|
@@ -216,6 +216,7 @@ export { default as NmorphIconShoppingBag } from '../../../assets/icons/shopping
|
|
|
216
216
|
export { default as NmorphIconShoppingCartFull } from '../../../assets/icons/shopping-cart-full.svg';
|
|
217
217
|
export { default as NmorphIconShoppingCart } from '../../../assets/icons/shopping-cart.svg';
|
|
218
218
|
export { default as NmorphIconShrink } from '../../../assets/icons/shrink.svg';
|
|
219
|
+
export { default as NmorphIconSmile } from '../../../assets/icons/smile.svg';
|
|
219
220
|
export { default as NmorphIconSmoking } from '../../../assets/icons/smoking.svg';
|
|
220
221
|
export { default as NmorphIconSoccer } from '../../../assets/icons/soccer.svg';
|
|
221
222
|
export { default as NmorphIconSoldOut } from '../../../assets/icons/sold-out.svg';
|