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

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.
@@ -19,13 +19,18 @@ export interface IIconOption {
19
19
  list?: string;
20
20
  love_empty?: string;
21
21
  love_filled?: string;
22
+ member?: string;
22
23
  more?: string;
23
24
  printer?: string;
25
+ privilege?: string;
24
26
  question?: string;
27
+ role_privilege?: string;
28
+ role?: string;
25
29
  rotate?: string;
26
30
  scan_qr?: string;
27
31
  send?: string;
28
32
  support?: string;
29
33
  tax?: string;
30
34
  terms_and_conditions?: string;
35
+ wallet?: string;
31
36
  }
package/dist/index.es.js CHANGED
@@ -437,15 +437,20 @@ var Icons = {
437
437
  list: "".concat(PATH.IMAGE, "/icon-list.png"),
438
438
  love_empty: "".concat(PATH.IMAGE, "/icon-love-empty.png"),
439
439
  love_filled: "".concat(PATH.IMAGE, "/icon-love-filled.png"),
440
+ member: "".concat(PATH.IMAGE, "/icon-member.png"),
440
441
  more: "".concat(PATH.IMAGE, "/icon-more.png"),
441
442
  printer: "".concat(PATH.IMAGE, "/icon-printer.png"),
443
+ privilege: "".concat(PATH.IMAGE, "/icon-privilege.png"),
442
444
  question: "".concat(PATH.IMAGE, "/icon-question.png"),
445
+ role_privilege: "".concat(PATH.IMAGE, "/icon-role-privilege-.png"),
446
+ role: "".concat(PATH.IMAGE, "/icon-role.png"),
443
447
  rotate: "".concat(PATH.IMAGE, "/icon-rotate.png"),
444
448
  scan_qr: "".concat(PATH.IMAGE, "/icon-scan-qr.png"),
445
449
  send: "".concat(PATH.IMAGE, "/icon-send.png"),
446
450
  support: "".concat(PATH.IMAGE, "/icon-support.png"),
447
451
  tax: "".concat(PATH.IMAGE, "/icon-tax.png"),
448
452
  terms_and_conditions: "".concat(PATH.IMAGE, "/icon-terms-and-conditions.png"),
453
+ wallet: "".concat(PATH.IMAGE, "/icon-wallet.png"),
449
454
  };
450
455
 
451
456
  var Images = function (_a) {