@rahmatsaputra-my-id/react-js-library 0.0.13 → 0.0.15

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.
@@ -10,6 +10,7 @@ export interface IIconOption {
10
10
  filter?: string;
11
11
  flash_off?: string;
12
12
  flash_on?: string;
13
+ history_transaction?: string;
13
14
  image_not_available: string;
14
15
  information?: string;
15
16
  langugage?: string;
package/dist/index.es.js CHANGED
@@ -415,13 +415,14 @@ var Icons = {
415
415
  arrow_right: "".concat(PATH.IMAGE, "/icon-arrow-right.png"),
416
416
  camera: "".concat(PATH.IMAGE, "/icon-camera.png"),
417
417
  cart: "".concat(PATH.IMAGE, "/icon-cart.png"),
418
- checklist_success: "".concat(PATH.IMAGE, "/icon-checklist_success.png"),
418
+ checklist_success: "".concat(PATH.IMAGE, "/icon-checklist-success.png"),
419
419
  close: "".concat(PATH.WEDDING, "/icon-close.png"),
420
420
  edit: "".concat(PATH.IMAGE, "/icon-edit.png"),
421
421
  exit: "".concat(PATH.IMAGE, "/icon-exit.png"),
422
422
  filter: "".concat(PATH.IMAGE, "/icon-filter.png"),
423
423
  flash_off: "".concat(PATH.IMAGE, "/icon-flash-off.png"),
424
424
  flash_on: "".concat(PATH.IMAGE, "/icon-flash-on.png"),
425
+ history_transaction: "".concat(PATH.IMAGE, "/icon-history-transaction.png"),
425
426
  image_not_available: "".concat(PATH.PERSONAL_WEB, "/image-not-available.png"),
426
427
  information: "".concat(PATH.IMAGE, "/icon-information.png"),
427
428
  langugage: "".concat(PATH.IMAGE, "/icon-language.png"),