@rahmatsaputra-my-id/react-js-library 0.0.26 → 0.0.27

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.
@@ -33,4 +33,5 @@ export interface IIconOption {
33
33
  tax?: string;
34
34
  terms_and_conditions?: string;
35
35
  wallet?: string;
36
+ bulk_product?: string;
36
37
  }
package/dist/index.es.js CHANGED
@@ -452,6 +452,7 @@ var Icons = {
452
452
  tax: "".concat(PATH.IMAGE, "/icon-tax.png"),
453
453
  terms_and_conditions: "".concat(PATH.IMAGE, "/icon-terms-and-conditions.png"),
454
454
  wallet: "".concat(PATH.IMAGE, "/icon-wallet.png"),
455
+ bulk_product: "".concat(PATH.IMAGE, "/icon-bulk-product.png"),
455
456
  };
456
457
 
457
458
  var Images = function (_a) {