@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.
package/dist/index.js
CHANGED
|
@@ -445,15 +445,20 @@ var Icons = {
|
|
|
445
445
|
list: "".concat(PATH.IMAGE, "/icon-list.png"),
|
|
446
446
|
love_empty: "".concat(PATH.IMAGE, "/icon-love-empty.png"),
|
|
447
447
|
love_filled: "".concat(PATH.IMAGE, "/icon-love-filled.png"),
|
|
448
|
+
member: "".concat(PATH.IMAGE, "/icon-member.png"),
|
|
448
449
|
more: "".concat(PATH.IMAGE, "/icon-more.png"),
|
|
449
450
|
printer: "".concat(PATH.IMAGE, "/icon-printer.png"),
|
|
451
|
+
privilege: "".concat(PATH.IMAGE, "/icon-privilege.png"),
|
|
450
452
|
question: "".concat(PATH.IMAGE, "/icon-question.png"),
|
|
453
|
+
role_privilege: "".concat(PATH.IMAGE, "/icon-role-privilege-.png"),
|
|
454
|
+
role: "".concat(PATH.IMAGE, "/icon-role.png"),
|
|
451
455
|
rotate: "".concat(PATH.IMAGE, "/icon-rotate.png"),
|
|
452
456
|
scan_qr: "".concat(PATH.IMAGE, "/icon-scan-qr.png"),
|
|
453
457
|
send: "".concat(PATH.IMAGE, "/icon-send.png"),
|
|
454
458
|
support: "".concat(PATH.IMAGE, "/icon-support.png"),
|
|
455
459
|
tax: "".concat(PATH.IMAGE, "/icon-tax.png"),
|
|
456
460
|
terms_and_conditions: "".concat(PATH.IMAGE, "/icon-terms-and-conditions.png"),
|
|
461
|
+
wallet: "".concat(PATH.IMAGE, "/icon-wallet.png"),
|
|
457
462
|
};
|
|
458
463
|
|
|
459
464
|
var Images = function (_a) {
|