@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.
package/dist/index.js
CHANGED
|
@@ -423,13 +423,14 @@ var Icons = {
|
|
|
423
423
|
arrow_right: "".concat(PATH.IMAGE, "/icon-arrow-right.png"),
|
|
424
424
|
camera: "".concat(PATH.IMAGE, "/icon-camera.png"),
|
|
425
425
|
cart: "".concat(PATH.IMAGE, "/icon-cart.png"),
|
|
426
|
-
checklist_success: "".concat(PATH.IMAGE, "/icon-
|
|
426
|
+
checklist_success: "".concat(PATH.IMAGE, "/icon-checklist-success.png"),
|
|
427
427
|
close: "".concat(PATH.WEDDING, "/icon-close.png"),
|
|
428
428
|
edit: "".concat(PATH.IMAGE, "/icon-edit.png"),
|
|
429
429
|
exit: "".concat(PATH.IMAGE, "/icon-exit.png"),
|
|
430
430
|
filter: "".concat(PATH.IMAGE, "/icon-filter.png"),
|
|
431
431
|
flash_off: "".concat(PATH.IMAGE, "/icon-flash-off.png"),
|
|
432
432
|
flash_on: "".concat(PATH.IMAGE, "/icon-flash-on.png"),
|
|
433
|
+
history_transaction: "".concat(PATH.IMAGE, "/icon-history-transaction.png"),
|
|
433
434
|
image_not_available: "".concat(PATH.PERSONAL_WEB, "/image-not-available.png"),
|
|
434
435
|
information: "".concat(PATH.IMAGE, "/icon-information.png"),
|
|
435
436
|
langugage: "".concat(PATH.IMAGE, "/icon-language.png"),
|