@rahmatsaputra-my-id/react-js-library 0.0.21 → 0.0.22

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.
@@ -28,4 +28,5 @@ export interface IIconOption {
28
28
  support?: string;
29
29
  tax?: string;
30
30
  terms_and_conditions?: string;
31
+ wallet?: string;
31
32
  }
package/dist/index.es.js CHANGED
@@ -446,6 +446,7 @@ var Icons = {
446
446
  support: "".concat(PATH.IMAGE, "/icon-support.png"),
447
447
  tax: "".concat(PATH.IMAGE, "/icon-tax.png"),
448
448
  terms_and_conditions: "".concat(PATH.IMAGE, "/icon-terms-and-conditions.png"),
449
+ wallet: "".concat(PATH.IMAGE, "/icon-wallet.png"),
449
450
  };
450
451
 
451
452
  var Images = function (_a) {