@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.
@@ -8,6 +8,8 @@ export interface IIconOption {
8
8
  edit?: string;
9
9
  exit?: string;
10
10
  filter?: string;
11
+ flag_english?: string;
12
+ flag_indonesia?: string;
11
13
  flash_off?: string;
12
14
  flash_on?: string;
13
15
  history_transaction?: string;
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"),