@rahmatsaputra-my-id/react-js-library 0.0.17 → 0.0.18
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.es.js
CHANGED
|
@@ -420,6 +420,8 @@ var Icons = {
|
|
|
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
|
+
flag_english: "".concat(PATH.PERSONAL_WEB, "/icon/icon_flag_united_states.png"),
|
|
424
|
+
flag_indonesia: "".concat(PATH.PERSONAL_WEB, "/icon/icon_flag_indonesia.png"),
|
|
423
425
|
flash_off: "".concat(PATH.IMAGE, "/icon-flash-off.png"),
|
|
424
426
|
flash_on: "".concat(PATH.IMAGE, "/icon-flash-on.png"),
|
|
425
427
|
history_transaction: "".concat(PATH.IMAGE, "/icon-history-transaction.png"),
|