@rahmatsaputra-my-id/react-js-library 0.0.9 → 0.0.12

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.
@@ -3,8 +3,10 @@ export interface IIconOption {
3
3
  arrow_right?: string;
4
4
  camera?: string;
5
5
  close?: string;
6
+ cart?: string;
6
7
  edit?: string;
7
8
  exit?: string;
9
+ filter?: string;
8
10
  flash_off?: string;
9
11
  flash_on?: string;
10
12
  image_not_available: string;
package/dist/index.es.js CHANGED
@@ -415,8 +415,10 @@ var Icons = {
415
415
  arrow_right: "".concat(PATH.IMAGE, "/icon-arrow-right.png"),
416
416
  camera: "".concat(PATH.IMAGE, "/icon-camera.png"),
417
417
  close: "".concat(PATH.WEDDING, "/icon-close.png"),
418
+ cart: "".concat(PATH.IMAGE, "/icon-cart.png"),
418
419
  edit: "".concat(PATH.IMAGE, "/icon-edit.png"),
419
420
  exit: "".concat(PATH.IMAGE, "/icon-exit.png"),
421
+ filter: "".concat(PATH.IMAGE, "/icon-filter.png"),
420
422
  flash_off: "".concat(PATH.IMAGE, "/icon-flash-off.png"),
421
423
  flash_on: "".concat(PATH.IMAGE, "/icon-flash-on.png"),
422
424
  image_not_available: "".concat(PATH.PERSONAL_WEB, "/image-not-available.png"),