monkey-style-guide 2.0.176 → 2.0.177

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.
Files changed (37) hide show
  1. package/README.md +8 -0
  2. package/assets/icons/build-approved.svg +9 -0
  3. package/assets/icons/build-refused.svg +9 -0
  4. package/assets/icons/build-waiting.svg +8 -0
  5. package/assets/icons/calendar-box.svg +10 -0
  6. package/assets/icons/money-percent.svg +10 -0
  7. package/assets/icons/money-refused.svg +9 -0
  8. package/assets/icons/money-waiting.svg +8 -0
  9. package/assets/icons/percent-box.svg +6 -0
  10. package/esm2020/lib/components/icon/icon-build-approved.component.mjs +15 -0
  11. package/esm2020/lib/components/icon/icon-build-refused.component.mjs +15 -0
  12. package/esm2020/lib/components/icon/icon-build-waiting.component.mjs +15 -0
  13. package/esm2020/lib/components/icon/icon-calendar-box.component.mjs +15 -0
  14. package/esm2020/lib/components/icon/icon-money-percent.component.mjs +15 -0
  15. package/esm2020/lib/components/icon/icon-money-refused.component.mjs +15 -0
  16. package/esm2020/lib/components/icon/icon-money-waiting.component.mjs +15 -0
  17. package/esm2020/lib/components/icon/icon-percent-box.component.mjs +15 -0
  18. package/esm2020/lib/components/icon/icon.component.mjs +209 -105
  19. package/esm2020/lib/components/icon/icon.module.mjs +25 -1
  20. package/esm2020/lib/components/icon/index.mjs +9 -1
  21. package/fesm2015/monkey-style-guide.mjs +218 -2
  22. package/fesm2015/monkey-style-guide.mjs.map +1 -1
  23. package/fesm2020/monkey-style-guide.mjs +218 -2
  24. package/fesm2020/monkey-style-guide.mjs.map +1 -1
  25. package/lib/components/icon/icon-build-approved.component.d.ts +7 -0
  26. package/lib/components/icon/icon-build-refused.component.d.ts +7 -0
  27. package/lib/components/icon/icon-build-waiting.component.d.ts +7 -0
  28. package/lib/components/icon/icon-calendar-box.component.d.ts +7 -0
  29. package/lib/components/icon/icon-money-percent.component.d.ts +7 -0
  30. package/lib/components/icon/icon-money-refused.component.d.ts +7 -0
  31. package/lib/components/icon/icon-money-waiting.component.d.ts +7 -0
  32. package/lib/components/icon/icon-percent-box.component.d.ts +7 -0
  33. package/lib/components/icon/icon.module.d.ts +115 -107
  34. package/lib/components/icon/index.d.ts +8 -0
  35. package/monkey-style-guide-2.0.177.tgz +0 -0
  36. package/package.json +1 -1
  37. package/monkey-style-guide-2.0.176.tgz +0 -0
@@ -1016,6 +1016,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
1016
1016
  type: Input
1017
1017
  }] } });
1018
1018
 
1019
+ class MonkeyIconBuildApprovedComponent {
1020
+ }
1021
+ MonkeyIconBuildApprovedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBuildApprovedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1022
+ MonkeyIconBuildApprovedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconBuildApprovedComponent, selector: "monkey-icon-build-approved", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M12 21H3\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.92583 20.9998L3.92573 10.9414\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 20.9999V10.9502\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 16H11\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<circle cx=\"18\" cy=\"18\" r=\"4\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.75 17.8496L17.75 18.8496L19.25 17.3496\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.27506 7.47765C1.97995 8.03345 1.92129 8.68474 2.11233 9.28433C2.44279 10.3245 3.41895 11.0228 4.51013 10.9994C5.60131 10.9761 6.54673 10.2368 6.83243 9.18341C6.85054 9.12223 6.90675 9.08025 6.97055 9.08025C7.03436 9.08025 7.09057 9.12223 7.10868 9.18341C7.40044 10.2555 8.37402 10.9995 9.48515 10.9994C10.5963 10.9993 11.5697 10.2551 11.8612 9.1829C11.8793 9.12169 11.9355 9.07968 11.9993 9.07968C12.0632 9.07968 12.1194 9.12169 12.1374 9.1829C12.4291 10.2551 13.4027 10.9992 14.5138 10.9991C15.625 10.9991 16.5985 10.255 16.8901 9.18273C16.9082 9.12156 16.9644 9.0796 17.0282 9.0796C17.092 9.0796 17.1482 9.12156 17.1663 9.18273C17.4521 10.236 18.3974 10.9752 19.4885 10.9986C20.5796 11.0219 21.5557 10.3239 21.8862 9.28381C22.0774 8.68412 22.0187 8.0327 21.7235 7.47681L20.0168 4.09822C19.6766 3.4247 18.9862 3 18.2316 3H5.76733C5.01277 3.00002 4.32244 3.42471 3.98222 4.09822L2.27506 7.47765Z\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1023
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBuildApprovedComponent, decorators: [{
1024
+ type: Component,
1025
+ args: [{ selector: 'monkey-icon-build-approved', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M12 21H3\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.92583 20.9998L3.92573 10.9414\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 20.9999V10.9502\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 16H11\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<circle cx=\"18\" cy=\"18\" r=\"4\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.75 17.8496L17.75 18.8496L19.25 17.3496\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.27506 7.47765C1.97995 8.03345 1.92129 8.68474 2.11233 9.28433C2.44279 10.3245 3.41895 11.0228 4.51013 10.9994C5.60131 10.9761 6.54673 10.2368 6.83243 9.18341C6.85054 9.12223 6.90675 9.08025 6.97055 9.08025C7.03436 9.08025 7.09057 9.12223 7.10868 9.18341C7.40044 10.2555 8.37402 10.9995 9.48515 10.9994C10.5963 10.9993 11.5697 10.2551 11.8612 9.1829C11.8793 9.12169 11.9355 9.07968 11.9993 9.07968C12.0632 9.07968 12.1194 9.12169 12.1374 9.1829C12.4291 10.2551 13.4027 10.9992 14.5138 10.9991C15.625 10.9991 16.5985 10.255 16.8901 9.18273C16.9082 9.12156 16.9644 9.0796 17.0282 9.0796C17.092 9.0796 17.1482 9.12156 17.1663 9.18273C17.4521 10.236 18.3974 10.9752 19.4885 10.9986C20.5796 11.0219 21.5557 10.3239 21.8862 9.28381C22.0774 8.68412 22.0187 8.0327 21.7235 7.47681L20.0168 4.09822C19.6766 3.4247 18.9862 3 18.2316 3H5.76733C5.01277 3.00002 4.32244 3.42471 3.98222 4.09822L2.27506 7.47765Z\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1026
+ }], propDecorators: { fillColor: [{
1027
+ type: Input
1028
+ }], size: [{
1029
+ type: Input
1030
+ }] } });
1031
+
1032
+ class MonkeyIconBuildRefusedComponent {
1033
+ }
1034
+ MonkeyIconBuildRefusedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBuildRefusedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1035
+ MonkeyIconBuildRefusedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconBuildRefusedComponent, selector: "monkey-icon-build-refused", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M12 21H3\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.92583 20.9998L3.92573 10.9414\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 20.9999V10.9502\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 16H11\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<circle cx=\"18\" cy=\"18\" r=\"4\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.27506 7.47765C1.97995 8.03345 1.92129 8.68474 2.11233 9.28433C2.44279 10.3245 3.41895 11.0228 4.51013 10.9994C5.60131 10.9761 6.54673 10.2368 6.83243 9.18341C6.85054 9.12223 6.90675 9.08025 6.97055 9.08025C7.03436 9.08025 7.09057 9.12223 7.10868 9.18341C7.40044 10.2555 8.37402 10.9995 9.48515 10.9994C10.5963 10.9993 11.5697 10.2551 11.8612 9.1829C11.8793 9.12169 11.9355 9.07968 11.9993 9.07968C12.0632 9.07968 12.1194 9.12169 12.1374 9.1829C12.4291 10.2551 13.4027 10.9992 14.5138 10.9991C15.625 10.9991 16.5985 10.255 16.8901 9.18273C16.9082 9.12156 16.9644 9.0796 17.0282 9.0796C17.092 9.0796 17.1482 9.12156 17.1663 9.18273C17.4521 10.236 18.3974 10.9752 19.4885 10.9986C20.5796 11.0219 21.5557 10.3239 21.8862 9.28381C22.0774 8.68412 22.0187 8.0327 21.7235 7.47681L20.0168 4.09822C19.6766 3.4247 18.9862 3 18.2316 3H5.76733C5.01277 3.00002 4.32244 3.42471 3.98222 4.09822L2.27506 7.47765Z\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.75 18H19.25\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1036
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBuildRefusedComponent, decorators: [{
1037
+ type: Component,
1038
+ args: [{ selector: 'monkey-icon-build-refused', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M12 21H3\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.92583 20.9998L3.92573 10.9414\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 20.9999V10.9502\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 16H11\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<circle cx=\"18\" cy=\"18\" r=\"4\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.27506 7.47765C1.97995 8.03345 1.92129 8.68474 2.11233 9.28433C2.44279 10.3245 3.41895 11.0228 4.51013 10.9994C5.60131 10.9761 6.54673 10.2368 6.83243 9.18341C6.85054 9.12223 6.90675 9.08025 6.97055 9.08025C7.03436 9.08025 7.09057 9.12223 7.10868 9.18341C7.40044 10.2555 8.37402 10.9995 9.48515 10.9994C10.5963 10.9993 11.5697 10.2551 11.8612 9.1829C11.8793 9.12169 11.9355 9.07968 11.9993 9.07968C12.0632 9.07968 12.1194 9.12169 12.1374 9.1829C12.4291 10.2551 13.4027 10.9992 14.5138 10.9991C15.625 10.9991 16.5985 10.255 16.8901 9.18273C16.9082 9.12156 16.9644 9.0796 17.0282 9.0796C17.092 9.0796 17.1482 9.12156 17.1663 9.18273C17.4521 10.236 18.3974 10.9752 19.4885 10.9986C20.5796 11.0219 21.5557 10.3239 21.8862 9.28381C22.0774 8.68412 22.0187 8.0327 21.7235 7.47681L20.0168 4.09822C19.6766 3.4247 18.9862 3 18.2316 3H5.76733C5.01277 3.00002 4.32244 3.42471 3.98222 4.09822L2.27506 7.47765Z\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.75 18H19.25\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1039
+ }], propDecorators: { fillColor: [{
1040
+ type: Input
1041
+ }], size: [{
1042
+ type: Input
1043
+ }] } });
1044
+
1045
+ class MonkeyIconBuildWaitingComponent {
1046
+ }
1047
+ MonkeyIconBuildWaitingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBuildWaitingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1048
+ MonkeyIconBuildWaitingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconBuildWaitingComponent, selector: "monkey-icon-build-waiting", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M11 20.9133H3.99708\" stroke=\"#CB8601\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.21854 10.7793V20.9135\" stroke=\"#CB8601\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12 14.001H8.99875V17.0022H10.9996\" stroke=\"#CB8601\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.4181 10.7835C11.8451 10.7835 13.0019 9.6267 13.0019 8.19971C13.0019 9.62698 14.1589 10.784 15.5862 10.784C17.0135 10.784 18.1705 9.62698 18.1705 8.19971C18.1726 9.62519 19.3288 10.7796 20.7543 10.7795V10.7795C21.5372 10.7795 22.2639 10.3728 22.6733 9.70557C23.0828 9.0383 23.1163 8.20623 22.7617 7.50823L21.0255 4.09081C20.6842 3.41916 19.9946 2.99609 19.2412 2.99609H6.76256C6.00917 2.99609 5.3196 3.41919 4.97831 4.09085L3.2421 7.50827C2.88754 8.20627 2.92101 9.03832 3.33047 9.70559C3.73994 10.3729 4.46661 10.7795 5.24949 10.7795V10.7795V10.7835V10.7835C5.93477 10.7836 6.59197 10.5113 7.07653 10.0268C7.56109 9.5422 7.83331 8.88498 7.8333 8.19971C7.83551 9.62553 8.99228 10.7801 10.4181 10.7795\" stroke=\"#CB8601\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<circle cx=\"18.5038\" cy=\"18.5029\" r=\"4.50187\" stroke=\"#CB8601\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18.2031 16.5195V18.8035H20.0989\" stroke=\"#CB8601\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1049
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBuildWaitingComponent, decorators: [{
1050
+ type: Component,
1051
+ args: [{ selector: 'monkey-icon-build-waiting', template: "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M11 20.9133H3.99708\" stroke=\"#CB8601\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.21854 10.7793V20.9135\" stroke=\"#CB8601\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12 14.001H8.99875V17.0022H10.9996\" stroke=\"#CB8601\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.4181 10.7835C11.8451 10.7835 13.0019 9.6267 13.0019 8.19971C13.0019 9.62698 14.1589 10.784 15.5862 10.784C17.0135 10.784 18.1705 9.62698 18.1705 8.19971C18.1726 9.62519 19.3288 10.7796 20.7543 10.7795V10.7795C21.5372 10.7795 22.2639 10.3728 22.6733 9.70557C23.0828 9.0383 23.1163 8.20623 22.7617 7.50823L21.0255 4.09081C20.6842 3.41916 19.9946 2.99609 19.2412 2.99609H6.76256C6.00917 2.99609 5.3196 3.41919 4.97831 4.09085L3.2421 7.50827C2.88754 8.20627 2.92101 9.03832 3.33047 9.70559C3.73994 10.3729 4.46661 10.7795 5.24949 10.7795V10.7795V10.7835V10.7835C5.93477 10.7836 6.59197 10.5113 7.07653 10.0268C7.56109 9.5422 7.83331 8.88498 7.8333 8.19971C7.83551 9.62553 8.99228 10.7801 10.4181 10.7795\" stroke=\"#CB8601\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<circle cx=\"18.5038\" cy=\"18.5029\" r=\"4.50187\" stroke=\"#CB8601\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18.2031 16.5195V18.8035H20.0989\" stroke=\"#CB8601\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1052
+ }], propDecorators: { fillColor: [{
1053
+ type: Input
1054
+ }], size: [{
1055
+ type: Input
1056
+ }] } });
1057
+
1019
1058
  class MonkeyIconCalendarComponent {
1020
1059
  }
1021
1060
  MonkeyIconCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1029,6 +1068,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
1029
1068
  type: Input
1030
1069
  }] } });
1031
1070
 
1071
+ class MonkeyIconCalendarBoxComponent {
1072
+ }
1073
+ MonkeyIconCalendarBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCalendarBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1074
+ MonkeyIconCalendarBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCalendarBoxComponent, selector: "monkey-icon-calendar-box", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"20\" height=\"21\" viewBox=\"0 0 20 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M14 1V5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6 1V5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M1 8H19\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 3H3C1.895 3 1 3.895 1 5V18C1 19.105 1.895 20 3 20H17C18.105 20 19 19.105 19 18V5C19 3.895 18.105 3 17 3Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.0127 11.7285C9.87468 11.7285 9.76268 11.8405 9.76368 11.9785C9.76368 12.1165 9.87568 12.2285 10.0137 12.2285C10.1517 12.2285 10.2637 12.1165 10.2637 11.9785C10.2637 11.8405 10.1517 11.7285 10.0127 11.7285\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.0127 11.7285C14.8747 11.7285 14.7627 11.8405 14.7637 11.9785C14.7637 12.1165 14.8757 12.2285 15.0137 12.2285C15.1517 12.2285 15.2637 12.1165 15.2637 11.9785C15.2637 11.8405 15.1517 11.7285 15.0127 11.7285\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.01268 15.7285C4.87468 15.7285 4.76268 15.8405 4.76368 15.9785C4.76368 16.1165 4.87568 16.2285 5.01368 16.2285C5.15168 16.2285 5.26368 16.1165 5.26368 15.9785C5.26368 15.8405 5.15168 15.7285 5.01268 15.7285\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.0127 15.7285C9.87468 15.7285 9.76268 15.8405 9.76368 15.9785C9.76368 16.1165 9.87568 16.2285 10.0137 16.2285C10.1517 16.2285 10.2637 16.1165 10.2637 15.9785C10.2637 15.8405 10.1517 15.7285 10.0127 15.7285\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1075
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCalendarBoxComponent, decorators: [{
1076
+ type: Component,
1077
+ args: [{ selector: 'monkey-icon-calendar-box', template: "<svg width=\"20\" height=\"21\" viewBox=\"0 0 20 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M14 1V5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6 1V5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M1 8H19\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 3H3C1.895 3 1 3.895 1 5V18C1 19.105 1.895 20 3 20H17C18.105 20 19 19.105 19 18V5C19 3.895 18.105 3 17 3Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.0127 11.7285C9.87468 11.7285 9.76268 11.8405 9.76368 11.9785C9.76368 12.1165 9.87568 12.2285 10.0137 12.2285C10.1517 12.2285 10.2637 12.1165 10.2637 11.9785C10.2637 11.8405 10.1517 11.7285 10.0127 11.7285\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.0127 11.7285C14.8747 11.7285 14.7627 11.8405 14.7637 11.9785C14.7637 12.1165 14.8757 12.2285 15.0137 12.2285C15.1517 12.2285 15.2637 12.1165 15.2637 11.9785C15.2637 11.8405 15.1517 11.7285 15.0127 11.7285\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.01268 15.7285C4.87468 15.7285 4.76268 15.8405 4.76368 15.9785C4.76368 16.1165 4.87568 16.2285 5.01368 16.2285C5.15168 16.2285 5.26368 16.1165 5.26368 15.9785C5.26368 15.8405 5.15168 15.7285 5.01268 15.7285\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.0127 15.7285C9.87468 15.7285 9.76268 15.8405 9.76368 15.9785C9.76368 16.1165 9.87568 16.2285 10.0137 16.2285C10.1517 16.2285 10.2637 16.1165 10.2637 15.9785C10.2637 15.8405 10.1517 15.7285 10.0127 15.7285\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1078
+ }], propDecorators: { fillColor: [{
1079
+ type: Input
1080
+ }], size: [{
1081
+ type: Input
1082
+ }] } });
1083
+
1032
1084
  class MonkeyIconCameraComponent {
1033
1085
  }
1034
1086
  MonkeyIconCameraComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCameraComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1848,6 +1900,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
1848
1900
  type: Input
1849
1901
  }] } });
1850
1902
 
1903
+ class MonkeyIconMoneyPercentComponent {
1904
+ }
1905
+ MonkeyIconMoneyPercentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyPercentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1906
+ MonkeyIconMoneyPercentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconMoneyPercentComponent, selector: "monkey-icon-money-percent", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M9.99859 18.0025H6.49714C5.11585 18.0025 3.99609 16.8827 3.99609 15.5014V7.49811C3.99609 6.83479 4.2596 6.19864 4.72863 5.72961C5.19767 5.26057 5.83382 4.99707 6.49714 4.99707H18.5021C19.8834 4.99707 21.0032 6.11682 21.0032 7.49811V8.99874\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18.0004 7.99826H17\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.99609 15.0012H7.99651\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.7306 13.2676C9.75387 12.2909 9.75387 10.7073 10.7306 9.73059C11.7073 8.75387 13.2909 8.75387 14.2676 9.73059\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.4492 18.554L19.553 15.4502\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.2513 15.3261C16.2515 15.2847 16.2851 15.2513 16.3265 15.2513C16.3679 15.2514 16.4014 15.285 16.4014 15.3264C16.4014 15.3678 16.3679 15.4013 16.3265 15.4014C16.2851 15.4015 16.2515 15.368 16.2513 15.3267V15.3261\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"13\" y=\"12\" width=\"10.0042\" height=\"10.0042\" rx=\"3\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19.751 18.6782C19.7509 18.7196 19.7172 18.7531 19.6758 18.753C19.6345 18.7529 19.601 18.7193 19.601 18.6779C19.601 18.6366 19.6345 18.603 19.6758 18.6029C19.7172 18.6028 19.7509 18.6363 19.751 18.6777V18.6782\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1907
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyPercentComponent, decorators: [{
1908
+ type: Component,
1909
+ args: [{ selector: 'monkey-icon-money-percent', template: "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M9.99859 18.0025H6.49714C5.11585 18.0025 3.99609 16.8827 3.99609 15.5014V7.49811C3.99609 6.83479 4.2596 6.19864 4.72863 5.72961C5.19767 5.26057 5.83382 4.99707 6.49714 4.99707H18.5021C19.8834 4.99707 21.0032 6.11682 21.0032 7.49811V8.99874\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18.0004 7.99826H17\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.99609 15.0012H7.99651\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.7306 13.2676C9.75387 12.2909 9.75387 10.7073 10.7306 9.73059C11.7073 8.75387 13.2909 8.75387 14.2676 9.73059\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.4492 18.554L19.553 15.4502\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.2513 15.3261C16.2515 15.2847 16.2851 15.2513 16.3265 15.2513C16.3679 15.2514 16.4014 15.285 16.4014 15.3264C16.4014 15.3678 16.3679 15.4013 16.3265 15.4014C16.2851 15.4015 16.2515 15.368 16.2513 15.3267V15.3261\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"13\" y=\"12\" width=\"10.0042\" height=\"10.0042\" rx=\"3\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19.751 18.6782C19.7509 18.7196 19.7172 18.7531 19.6758 18.753C19.6345 18.7529 19.601 18.7193 19.601 18.6779C19.601 18.6366 19.6345 18.603 19.6758 18.6029C19.7172 18.6028 19.7509 18.6363 19.751 18.6777V18.6782\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1910
+ }], propDecorators: { fillColor: [{
1911
+ type: Input
1912
+ }], size: [{
1913
+ type: Input
1914
+ }] } });
1915
+
1916
+ class MonkeyIconMoneyRefusedComponent {
1917
+ }
1918
+ MonkeyIconMoneyRefusedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyRefusedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1919
+ MonkeyIconMoneyRefusedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconMoneyRefusedComponent, selector: "monkey-icon-money-refused", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M10.5 18H6.5C4.84315 18 3.5 16.6569 3.5 15V7C3.5 5.34315 4.84315 4 6.5 4H18.5C20.1569 4 21.5 5.34315 21.5 7V10\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<circle cx=\"18\" cy=\"16.5\" r=\"4.5\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.5 15H7.5\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.5 7H18.5\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.7322 12.7678C9.75592 11.7915 9.75592 10.2085 10.7322 9.23223C11.7085 8.25592 13.2915 8.25592 14.2678 9.23223\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19 17.5L17 15.5\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19 15.5L17 17.5\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1920
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyRefusedComponent, decorators: [{
1921
+ type: Component,
1922
+ args: [{ selector: 'monkey-icon-money-refused', template: "<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M10.5 18H6.5C4.84315 18 3.5 16.6569 3.5 15V7C3.5 5.34315 4.84315 4 6.5 4H18.5C20.1569 4 21.5 5.34315 21.5 7V10\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<circle cx=\"18\" cy=\"16.5\" r=\"4.5\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.5 15H7.5\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.5 7H18.5\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.7322 12.7678C9.75592 11.7915 9.75592 10.2085 10.7322 9.23223C11.7085 8.25592 13.2915 8.25592 14.2678 9.23223\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19 17.5L17 15.5\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19 15.5L17 17.5\" stroke=\"#DB0505\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1923
+ }], propDecorators: { fillColor: [{
1924
+ type: Input
1925
+ }], size: [{
1926
+ type: Input
1927
+ }] } });
1928
+
1851
1929
  class MonkeyIconMoneySignComponent {
1852
1930
  }
1853
1931
  MonkeyIconMoneySignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneySignComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1874,6 +1952,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
1874
1952
  type: Input
1875
1953
  }] } });
1876
1954
 
1955
+ class MonkeyIconMoneyWaitingComponent {
1956
+ }
1957
+ MonkeyIconMoneyWaitingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyWaitingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1958
+ MonkeyIconMoneyWaitingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconMoneyWaitingComponent, selector: "monkey-icon-money-waiting", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M10 18H6C4.34315 18 3 16.6569 3 15V7C3 5.34315 4.34315 4 6 4H18C19.6569 4 21 5.34315 21 7V10\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<circle cx=\"17.5\" cy=\"16.5\" r=\"4.5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.2188 14.9307V16.7807H19.0688\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6 15H7\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17 7H18\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.2322 12.7678C9.25592 11.7915 9.25592 10.2085 10.2322 9.23223C11.2085 8.25592 12.7915 8.25592 13.7678 9.23223\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1959
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyWaitingComponent, decorators: [{
1960
+ type: Component,
1961
+ args: [{ selector: 'monkey-icon-money-waiting', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M10 18H6C4.34315 18 3 16.6569 3 15V7C3 5.34315 4.34315 4 6 4H18C19.6569 4 21 5.34315 21 7V10\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<circle cx=\"17.5\" cy=\"16.5\" r=\"4.5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.2188 14.9307V16.7807H19.0688\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6 15H7\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17 7H18\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.2322 12.7678C9.25592 11.7915 9.25592 10.2085 10.2322 9.23223C11.2085 8.25592 12.7915 8.25592 13.7678 9.23223\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1962
+ }], propDecorators: { fillColor: [{
1963
+ type: Input
1964
+ }], size: [{
1965
+ type: Input
1966
+ }] } });
1967
+
1877
1968
  class MonkeyIconMoreCircleComponent {
1878
1969
  }
1879
1970
  MonkeyIconMoreCircleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoreCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1978,6 +2069,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
1978
2069
  type: Input
1979
2070
  }] } });
1980
2071
 
2072
+ class MonkeyIconPercentBoxComponent {
2073
+ }
2074
+ MonkeyIconPercentBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPercentBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2075
+ MonkeyIconPercentBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconPercentBoxComponent, selector: "monkey-icon-percent-box", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M10.3262 15.6713L15.6684 10.3291\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.9111 15.4838C16.0256 15.602 16.0235 15.7902 15.9066 15.9059C15.7897 16.0216 15.6014 16.0216 15.4844 15.9059C15.3675 15.7902 15.3655 15.602 15.4799 15.4838C15.5365 15.4254 15.6143 15.3925 15.6955 15.3925C15.7768 15.3925 15.8546 15.4254 15.9111 15.4838\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.5185 10.0854C10.633 10.2035 10.631 10.3918 10.514 10.5075C10.3971 10.6232 10.2088 10.6232 10.0919 10.5075C9.97492 10.3918 9.97291 10.2035 10.0874 10.0854C10.1439 10.027 10.2217 9.99403 10.3029 9.99403C10.3842 9.99403 10.462 10.027 10.5185 10.0854\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"3.99609\" y=\"3.99609\" width=\"18.0075\" height=\"18.0075\" rx=\"5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
2076
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPercentBoxComponent, decorators: [{
2077
+ type: Component,
2078
+ args: [{ selector: 'monkey-icon-percent-box', template: "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M10.3262 15.6713L15.6684 10.3291\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.9111 15.4838C16.0256 15.602 16.0235 15.7902 15.9066 15.9059C15.7897 16.0216 15.6014 16.0216 15.4844 15.9059C15.3675 15.7902 15.3655 15.602 15.4799 15.4838C15.5365 15.4254 15.6143 15.3925 15.6955 15.3925C15.7768 15.3925 15.8546 15.4254 15.9111 15.4838\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.5185 10.0854C10.633 10.2035 10.631 10.3918 10.514 10.5075C10.3971 10.6232 10.2088 10.6232 10.0919 10.5075C9.97492 10.3918 9.97291 10.2035 10.0874 10.0854C10.1439 10.027 10.2217 9.99403 10.3029 9.99403C10.3842 9.99403 10.462 10.027 10.5185 10.0854\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"3.99609\" y=\"3.99609\" width=\"18.0075\" height=\"18.0075\" rx=\"5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
2079
+ }], propDecorators: { fillColor: [{
2080
+ type: Input
2081
+ }], size: [{
2082
+ type: Input
2083
+ }] } });
2084
+
1981
2085
  class MonkeyIconPersonDocumentComponent {
1982
2086
  }
1983
2087
  MonkeyIconPersonDocumentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPersonDocumentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -2526,12 +2630,36 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
2526
2630
  [size]="_size"
2527
2631
  *ngIf="_icon === 'build-person'"
2528
2632
  ></monkey-icon-build-person>
2633
+ <monkey-icon-build-approved
2634
+ [fillColor]="_fillColor"
2635
+ [id]="_id"
2636
+ [size]="_size"
2637
+ *ngIf="_icon === 'build-approved'"
2638
+ ></monkey-icon-build-approved>
2639
+ <monkey-icon-build-refused
2640
+ [fillColor]="_fillColor"
2641
+ [id]="_id"
2642
+ [size]="_size"
2643
+ *ngIf="_icon === 'build-refused'"
2644
+ ></monkey-icon-build-refused>
2645
+ <monkey-icon-build-waiting
2646
+ [fillColor]="_fillColor"
2647
+ [id]="_id"
2648
+ [size]="_size"
2649
+ *ngIf="_icon === 'build-waiting'"
2650
+ ></monkey-icon-build-waiting>
2529
2651
  <monkey-icon-calendar
2530
2652
  [fillColor]="_fillColor"
2531
2653
  [id]="_id"
2532
2654
  [size]="_size"
2533
2655
  *ngIf="_icon === 'calendar'"
2534
2656
  ></monkey-icon-calendar>
2657
+ <monkey-icon-calendar-box
2658
+ [fillColor]="_fillColor"
2659
+ [id]="_id"
2660
+ [size]="_size"
2661
+ *ngIf="_icon === 'calendar-box'"
2662
+ ></monkey-icon-calendar-box>
2535
2663
  <monkey-icon-camera
2536
2664
  [fillColor]="_fillColor"
2537
2665
  [id]="_id"
@@ -2910,6 +3038,18 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
2910
3038
  [size]="_size"
2911
3039
  *ngIf="_icon === 'money-hand'"
2912
3040
  ></monkey-icon-money-hand>
3041
+ <monkey-icon-money-percent
3042
+ [fillColor]="_fillColor"
3043
+ [id]="_id"
3044
+ [size]="_size"
3045
+ *ngIf="_icon === 'money-percent'"
3046
+ ></monkey-icon-money-percent>
3047
+ <monkey-icon-money-refused
3048
+ [fillColor]="_fillColor"
3049
+ [id]="_id"
3050
+ [size]="_size"
3051
+ *ngIf="_icon === 'money-refused'"
3052
+ ></monkey-icon-money-refused>
2913
3053
  <monkey-icon-money-sign
2914
3054
  [fillColor]="_fillColor"
2915
3055
  [id]="_id"
@@ -2922,6 +3062,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
2922
3062
  [size]="_size"
2923
3063
  *ngIf="_icon === 'money'"
2924
3064
  ></monkey-icon-money>
3065
+ <monkey-icon-money-waiting
3066
+ [fillColor]="_fillColor"
3067
+ [id]="_id"
3068
+ [size]="_size"
3069
+ *ngIf="_icon === 'money-waiting'"
3070
+ ></monkey-icon-money-waiting>
2925
3071
  <monkey-icon-more-circle
2926
3072
  [fillColor]="_fillColor"
2927
3073
  [id]="_id"
@@ -2970,6 +3116,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
2970
3116
  [size]="_size"
2971
3117
  *ngIf="_icon === 'percent'"
2972
3118
  ></monkey-icon-percent>
3119
+ <monkey-icon-percent-box
3120
+ [fillColor]="_fillColor"
3121
+ [id]="_id"
3122
+ [size]="_size"
3123
+ *ngIf="_icon === 'percent-box'"
3124
+ ></monkey-icon-percent-box>
2973
3125
  <monkey-icon-person-document
2974
3126
  [fillColor]="_fillColor"
2975
3127
  [id]="_id"
@@ -3138,7 +3290,7 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
3138
3290
  [size]="_size"
3139
3291
  *ngIf="_icon === 'warning'"
3140
3292
  ></monkey-icon-warning>
3141
- `, isInline: true, components: [{ type: MonkeyIconAddPlusComponent, selector: "monkey-icon-add-plus", inputs: ["fillColor", "size"] }, { type: MonkeyIconAddressBookComponent, selector: "monkey-icon-address-book", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowDownComponent, selector: "monkey-icon-arrow-down", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLeftComponent, selector: "monkey-icon-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowRightComponent, selector: "monkey-icon-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLineRightComponent, selector: "monkey-icon-arrow-line-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowUpComponent, selector: "monkey-icon-arrow-up", inputs: ["fillColor", "size"] }, { type: MonkeyArrowsComponent, selector: "monkey-icon-arrows", inputs: ["fillColor", "size"] }, { type: MonkeyIconAuctionComponent, selector: "monkey-icon-auction", inputs: ["fillColor", "size"] }, { type: MonkeyIconAverageTaxComponent, selector: "monkey-icon-average-tax", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankAgencyComponent, selector: "monkey-icon-bank-agency", inputs: ["fillColor", "size"] }, { type: MonkeyBankAccountComponent, selector: "monkey-icon-bank-account", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankComponent, selector: "monkey-icon-bank", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankNoteSearchComponent, selector: "monkey-icon-banknote-search", inputs: ["fillColor", "size"] }, { type: MonkeyIconBellComponent, selector: "monkey-icon-bell", inputs: ["fillColor", "size"] }, { type: MonkeyIconBlockComponent, selector: "monkey-icon-block", inputs: ["fillColor", "size"] }, { type: MonkeyIconBookOpenTextComponent, selector: "monkey-icon-book-open-text", inputs: ["fillColor", "size"] }, { type: MonkeyIconBookComponent, selector: "monkey-icon-book", inputs: ["fillColor", "size"] }, { type: MonkeyIconBoxComponent, selector: "monkey-icon-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildPersonComponent, selector: "monkey-icon-build-person", inputs: ["fillColor", "size"] }, { type: MonkeyIconCalendarComponent, selector: "monkey-icon-calendar", inputs: ["fillColor", "size"] }, { type: MonkeyIconCameraComponent, selector: "monkey-icon-camera", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardMachineComponent, selector: "monkey-icon-card-machine", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardComponent, selector: "monkey-icon-card", inputs: ["fillColor", "size"] }, { type: MonkeyIconCashBanknoteInvoiceComponent, selector: "monkey-icon-cash-banknote-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconChatComponent, selector: "monkey-icon-chat", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleOutComponent, selector: "monkey-icon-check-circle-out", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleComponent, selector: "monkey-icon-check-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckGreyComponent, selector: "monkey-icon-check-grey", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckWhiteComponent, selector: "monkey-icon-check-white", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckComponent, selector: "monkey-icon-check", inputs: ["fillColor", "size"] }, { type: MonkeyIconClipboardComponent, selector: "monkey-icon-clipboard", inputs: ["fillColor", "size"] }, { type: MonkeyIconClockComponent, selector: "monkey-icon-clock", inputs: ["fillColor", "size"] }, { type: MonkeyIconClockClosedComponent, selector: "monkey-icon-clock-closed", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseCircleComponent, selector: "monkey-icon-close-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseComponent, selector: "monkey-icon-close", inputs: ["fillColor", "size"] }, { type: MonkeyIconCNPJComponent, selector: "monkey-icon-cnpj", inputs: ["fillColor", "size"] }, { type: MonkeyIconCodepenComponent, selector: "monkey-icon-codepen", inputs: ["fillColor", "size"] }, { type: MonkeyIconCompanyNameComponent, selector: "monkey-icon-company-name", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractPenComponent, selector: "monkey-icon-contract-pen", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractComponent, selector: "monkey-icon-contract", inputs: ["fillColor", "size"] }, { type: MonkeyIconDeleteComponent, selector: "monkey-icon-delete", inputs: ["fillColor", "size"] }, { type: MonkeyIconDocumentComponent, selector: "monkey-icon-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignCircleComponent, selector: "monkey-icon-dollar-sign-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignComponent, selector: "monkey-icon-dollar-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconDomainComponent, selector: "monkey-icon-domain", inputs: ["fillColor", "size"] }, { type: MonkeyIconDotsMenuComponent, selector: "monkey-icon-dots-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowLeftComponent, selector: "monkey-icon-double-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowRightComponent, selector: "monkey-icon-double-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconDownloadComponent, selector: "monkey-icon-download", inputs: ["fillColor", "size"] }, { type: MonkeyIconDragDropComponent, selector: "monkey-icon-drag-drop", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditSquareComponent, selector: "monkey-icon-edit-square", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditComponent, selector: "monkey-icon-edit", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmailSendFastComponent, selector: "monkey-icon-email-send-fast", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmailComponent, selector: "monkey-icon-email", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmptyDocComponent, selector: "monkey-icon-empty-doc", inputs: ["fillColor", "size"] }, { type: MonkeyIconErrorComponent, selector: "monkey-icon-error", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeClosedComponent, selector: "monkey-icon-eye-closed", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeOpenComponent, selector: "monkey-icon-eye-open", inputs: ["fillColor", "size"] }, { type: MonkeyIconFilterAddComponent, selector: "monkey-icon-filter-add", inputs: ["fillColor", "size"] }, { type: MonkeyIconFilterComponent, selector: "monkey-icon-filter", inputs: ["fillColor", "size"] }, { type: MonkeyIconGridComponent, selector: "monkey-icon-grid", inputs: ["fillColor", "size"] }, { type: MonkeyIconHandsClapComponent, selector: "monkey-icon-hands-clap", inputs: ["fillColor", "size"] }, { type: MonkeyIconHelpComponent, selector: "monkey-icon-help", inputs: ["fillColor", "size"] }, { type: MonkeyIconHexagonComponent, selector: "monkey-icon-hexagon", inputs: ["fillColor", "size"] }, { type: MonkeyIconHomeComponent, selector: "monkey-icon-home", inputs: ["fillColor", "size"] }, { type: MonkeyIconImageComponent, selector: "monkey-icon-image", inputs: ["fillColor", "size"] }, { type: MonkeyIconInfoComponent, selector: "monkey-icon-info", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoiceComponent, selector: "monkey-icon-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesAnticipatedComponent, selector: "monkey-icon-invoices-anticipated", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesApprovalComponent, selector: "monkey-icon-invoices-approval", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesRefusedComponent, selector: "monkey-icon-invoices-refused", inputs: ["fillColor", "size"] }, { type: MonkeyIconLightingCircleComponent, selector: "monkey-icon-lighting-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconListComponent, selector: "monkey-icon-list", inputs: ["fillColor", "size"] }, { type: MonkeyIconLocationPinComponent, selector: "monkey-icon-location-pin", inputs: ["fillColor", "size"] }, { type: MonkeyIconLoginComponent, selector: "monkey-icon-login", inputs: ["fillColor", "size"] }, { type: MonkeyIconLogoutComponent, selector: "monkey-icon-logout", inputs: ["fillColor", "size"] }, { type: MonkeyIconMedalComponent, selector: "monkey-icon-medal", inputs: ["fillColor", "size"] }, { type: MonkeyIconMenuComponent, selector: "monkey-icon-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyCeduleComponent, selector: "monkey-icon-money-cedule", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyDiscountComponent, selector: "monkey-icon-money-discount", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyNetComponent, selector: "monkey-icon-money-net", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyNewComponent, selector: "monkey-icon-money-new", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyHandComponent, selector: "monkey-icon-money-hand", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneySignComponent, selector: "monkey-icon-money-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyComponent, selector: "monkey-icon-money", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreCircleComponent, selector: "monkey-icon-more-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreComponent, selector: "monkey-icon-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconNewCompanyComponent, selector: "monkey-icon-new-company", inputs: ["fillColor", "size"] }, { type: MonkeyIconOfferedComponent, selector: "monkey-icon-offered", inputs: ["fillColor", "size"] }, { type: MonkeyIconOpenExternalComponent, selector: "monkey-icon-open-external", inputs: ["fillColor", "size"] }, { type: MonkeyIconPasswordComponent, selector: "monkey-icon-password", inputs: ["fillColor", "size"] }, { type: MonkeyIconPeopleComponent, selector: "monkey-icon-people", inputs: ["fillColor", "size"] }, { type: MonkeyIconPercentComponent, selector: "monkey-icon-percent", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonDocumentComponent, selector: "monkey-icon-person-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonSadComponent, selector: "monkey-icon-person-sad", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneCallComponent, selector: "monkey-icon-phone-call", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneComponent, selector: "monkey-icon-phone", inputs: ["fillColor", "size"] }, { type: MonkeyIconPinNavigationComponent, selector: "monkey-icon-pin-navigation", inputs: ["fillColor", "size"] }, { type: MonkeyIconPorkComponent, selector: "monkey-icon-pork", inputs: ["fillColor", "size"] }, { type: MonkeyIconRadioComponent, selector: "monkey-icon-radio", inputs: ["fillColor", "size"] }, { type: MonkeyIconRefreshComponent, selector: "monkey-icon-refresh", inputs: ["fillColor", "size"] }, { type: MonkeyIconRegistrationComponent, selector: "monkey-icon-registration", inputs: ["fillColor", "size"] }, { type: MonkeyIconRepeatComponent, selector: "monkey-icon-repeat", inputs: ["fillColor", "size"] }, { type: MonkeyIconSearchComponent, selector: "monkey-icon-search", inputs: ["fillColor", "size"] }, { type: MonkeyIconSecondWarningComponent, selector: "monkey-icon-second-warning", inputs: ["fillColor", "size"] }, { type: MonkeyIconSettingsComponent, selector: "monkey-icon-settings", inputs: ["fillColor", "size"] }, { type: MonkeyIconShieldChekmarkComponent, selector: "monkey-icon-shield-chekmark", inputs: ["fillColor", "size"] }, { type: MonkeyIconStarShiningComponent, selector: "monkey-icon-star-shining", inputs: ["fillColor", "size"] }, { type: MonkeyIconStarComponent, selector: "monkey-icon-star", inputs: ["fillColor", "size"] }, { type: MonkeyIconStoreComponent, selector: "monkey-icon-store", inputs: ["fillColor", "size"] }, { type: MonkeyIconTodayComponent, selector: "monkey-icon-today", inputs: ["fillColor", "size"] }, { type: MonkeyIconTargetDartArrowComponent, selector: "monkey-icon-target-dart-arrow", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrashComponent, selector: "monkey-icon-trash", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrophyComponent, selector: "monkey-icon-trophy", inputs: ["fillColor", "size"] }, { type: MonkeyIconUnfoldMoreComponent, selector: "monkey-icon-unfold-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconUploadComponent, selector: "monkey-icon-upload", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserGroupComponent, selector: "monkey-icon-user-group", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserComponent, selector: "monkey-icon-user", inputs: ["fillColor", "size"] }, { type: MonkeyIconWaitingComponent, selector: "monkey-icon-waiting", inputs: ["fillColor", "size"] }, { type: MonkeyIconWalletComponent, selector: "monkey-icon-wallet", inputs: ["fillColor", "size"] }, { type: MonkeyIconWarningComponent, selector: "monkey-icon-warning", inputs: ["fillColor", "size"] }], directives: [{ type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
3293
+ `, isInline: true, components: [{ type: MonkeyIconAddPlusComponent, selector: "monkey-icon-add-plus", inputs: ["fillColor", "size"] }, { type: MonkeyIconAddressBookComponent, selector: "monkey-icon-address-book", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowDownComponent, selector: "monkey-icon-arrow-down", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLeftComponent, selector: "monkey-icon-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowRightComponent, selector: "monkey-icon-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLineRightComponent, selector: "monkey-icon-arrow-line-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowUpComponent, selector: "monkey-icon-arrow-up", inputs: ["fillColor", "size"] }, { type: MonkeyArrowsComponent, selector: "monkey-icon-arrows", inputs: ["fillColor", "size"] }, { type: MonkeyIconAuctionComponent, selector: "monkey-icon-auction", inputs: ["fillColor", "size"] }, { type: MonkeyIconAverageTaxComponent, selector: "monkey-icon-average-tax", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankAgencyComponent, selector: "monkey-icon-bank-agency", inputs: ["fillColor", "size"] }, { type: MonkeyBankAccountComponent, selector: "monkey-icon-bank-account", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankComponent, selector: "monkey-icon-bank", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankNoteSearchComponent, selector: "monkey-icon-banknote-search", inputs: ["fillColor", "size"] }, { type: MonkeyIconBellComponent, selector: "monkey-icon-bell", inputs: ["fillColor", "size"] }, { type: MonkeyIconBlockComponent, selector: "monkey-icon-block", inputs: ["fillColor", "size"] }, { type: MonkeyIconBookOpenTextComponent, selector: "monkey-icon-book-open-text", inputs: ["fillColor", "size"] }, { type: MonkeyIconBookComponent, selector: "monkey-icon-book", inputs: ["fillColor", "size"] }, { type: MonkeyIconBoxComponent, selector: "monkey-icon-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildPersonComponent, selector: "monkey-icon-build-person", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildApprovedComponent, selector: "monkey-icon-build-approved", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildRefusedComponent, selector: "monkey-icon-build-refused", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildWaitingComponent, selector: "monkey-icon-build-waiting", inputs: ["fillColor", "size"] }, { type: MonkeyIconCalendarComponent, selector: "monkey-icon-calendar", inputs: ["fillColor", "size"] }, { type: MonkeyIconCalendarBoxComponent, selector: "monkey-icon-calendar-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconCameraComponent, selector: "monkey-icon-camera", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardMachineComponent, selector: "monkey-icon-card-machine", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardComponent, selector: "monkey-icon-card", inputs: ["fillColor", "size"] }, { type: MonkeyIconCashBanknoteInvoiceComponent, selector: "monkey-icon-cash-banknote-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconChatComponent, selector: "monkey-icon-chat", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleOutComponent, selector: "monkey-icon-check-circle-out", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleComponent, selector: "monkey-icon-check-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckGreyComponent, selector: "monkey-icon-check-grey", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckWhiteComponent, selector: "monkey-icon-check-white", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckComponent, selector: "monkey-icon-check", inputs: ["fillColor", "size"] }, { type: MonkeyIconClipboardComponent, selector: "monkey-icon-clipboard", inputs: ["fillColor", "size"] }, { type: MonkeyIconClockComponent, selector: "monkey-icon-clock", inputs: ["fillColor", "size"] }, { type: MonkeyIconClockClosedComponent, selector: "monkey-icon-clock-closed", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseCircleComponent, selector: "monkey-icon-close-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseComponent, selector: "monkey-icon-close", inputs: ["fillColor", "size"] }, { type: MonkeyIconCNPJComponent, selector: "monkey-icon-cnpj", inputs: ["fillColor", "size"] }, { type: MonkeyIconCodepenComponent, selector: "monkey-icon-codepen", inputs: ["fillColor", "size"] }, { type: MonkeyIconCompanyNameComponent, selector: "monkey-icon-company-name", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractPenComponent, selector: "monkey-icon-contract-pen", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractComponent, selector: "monkey-icon-contract", inputs: ["fillColor", "size"] }, { type: MonkeyIconDeleteComponent, selector: "monkey-icon-delete", inputs: ["fillColor", "size"] }, { type: MonkeyIconDocumentComponent, selector: "monkey-icon-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignCircleComponent, selector: "monkey-icon-dollar-sign-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignComponent, selector: "monkey-icon-dollar-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconDomainComponent, selector: "monkey-icon-domain", inputs: ["fillColor", "size"] }, { type: MonkeyIconDotsMenuComponent, selector: "monkey-icon-dots-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowLeftComponent, selector: "monkey-icon-double-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowRightComponent, selector: "monkey-icon-double-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconDownloadComponent, selector: "monkey-icon-download", inputs: ["fillColor", "size"] }, { type: MonkeyIconDragDropComponent, selector: "monkey-icon-drag-drop", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditSquareComponent, selector: "monkey-icon-edit-square", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditComponent, selector: "monkey-icon-edit", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmailSendFastComponent, selector: "monkey-icon-email-send-fast", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmailComponent, selector: "monkey-icon-email", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmptyDocComponent, selector: "monkey-icon-empty-doc", inputs: ["fillColor", "size"] }, { type: MonkeyIconErrorComponent, selector: "monkey-icon-error", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeClosedComponent, selector: "monkey-icon-eye-closed", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeOpenComponent, selector: "monkey-icon-eye-open", inputs: ["fillColor", "size"] }, { type: MonkeyIconFilterAddComponent, selector: "monkey-icon-filter-add", inputs: ["fillColor", "size"] }, { type: MonkeyIconFilterComponent, selector: "monkey-icon-filter", inputs: ["fillColor", "size"] }, { type: MonkeyIconGridComponent, selector: "monkey-icon-grid", inputs: ["fillColor", "size"] }, { type: MonkeyIconHandsClapComponent, selector: "monkey-icon-hands-clap", inputs: ["fillColor", "size"] }, { type: MonkeyIconHelpComponent, selector: "monkey-icon-help", inputs: ["fillColor", "size"] }, { type: MonkeyIconHexagonComponent, selector: "monkey-icon-hexagon", inputs: ["fillColor", "size"] }, { type: MonkeyIconHomeComponent, selector: "monkey-icon-home", inputs: ["fillColor", "size"] }, { type: MonkeyIconImageComponent, selector: "monkey-icon-image", inputs: ["fillColor", "size"] }, { type: MonkeyIconInfoComponent, selector: "monkey-icon-info", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoiceComponent, selector: "monkey-icon-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesAnticipatedComponent, selector: "monkey-icon-invoices-anticipated", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesApprovalComponent, selector: "monkey-icon-invoices-approval", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesRefusedComponent, selector: "monkey-icon-invoices-refused", inputs: ["fillColor", "size"] }, { type: MonkeyIconLightingCircleComponent, selector: "monkey-icon-lighting-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconListComponent, selector: "monkey-icon-list", inputs: ["fillColor", "size"] }, { type: MonkeyIconLocationPinComponent, selector: "monkey-icon-location-pin", inputs: ["fillColor", "size"] }, { type: MonkeyIconLoginComponent, selector: "monkey-icon-login", inputs: ["fillColor", "size"] }, { type: MonkeyIconLogoutComponent, selector: "monkey-icon-logout", inputs: ["fillColor", "size"] }, { type: MonkeyIconMedalComponent, selector: "monkey-icon-medal", inputs: ["fillColor", "size"] }, { type: MonkeyIconMenuComponent, selector: "monkey-icon-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyCeduleComponent, selector: "monkey-icon-money-cedule", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyDiscountComponent, selector: "monkey-icon-money-discount", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyNetComponent, selector: "monkey-icon-money-net", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyNewComponent, selector: "monkey-icon-money-new", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyHandComponent, selector: "monkey-icon-money-hand", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyPercentComponent, selector: "monkey-icon-money-percent", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyRefusedComponent, selector: "monkey-icon-money-refused", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneySignComponent, selector: "monkey-icon-money-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyComponent, selector: "monkey-icon-money", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyWaitingComponent, selector: "monkey-icon-money-waiting", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreCircleComponent, selector: "monkey-icon-more-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreComponent, selector: "monkey-icon-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconNewCompanyComponent, selector: "monkey-icon-new-company", inputs: ["fillColor", "size"] }, { type: MonkeyIconOfferedComponent, selector: "monkey-icon-offered", inputs: ["fillColor", "size"] }, { type: MonkeyIconOpenExternalComponent, selector: "monkey-icon-open-external", inputs: ["fillColor", "size"] }, { type: MonkeyIconPasswordComponent, selector: "monkey-icon-password", inputs: ["fillColor", "size"] }, { type: MonkeyIconPeopleComponent, selector: "monkey-icon-people", inputs: ["fillColor", "size"] }, { type: MonkeyIconPercentComponent, selector: "monkey-icon-percent", inputs: ["fillColor", "size"] }, { type: MonkeyIconPercentBoxComponent, selector: "monkey-icon-percent-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonDocumentComponent, selector: "monkey-icon-person-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonSadComponent, selector: "monkey-icon-person-sad", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneCallComponent, selector: "monkey-icon-phone-call", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneComponent, selector: "monkey-icon-phone", inputs: ["fillColor", "size"] }, { type: MonkeyIconPinNavigationComponent, selector: "monkey-icon-pin-navigation", inputs: ["fillColor", "size"] }, { type: MonkeyIconPorkComponent, selector: "monkey-icon-pork", inputs: ["fillColor", "size"] }, { type: MonkeyIconRadioComponent, selector: "monkey-icon-radio", inputs: ["fillColor", "size"] }, { type: MonkeyIconRefreshComponent, selector: "monkey-icon-refresh", inputs: ["fillColor", "size"] }, { type: MonkeyIconRegistrationComponent, selector: "monkey-icon-registration", inputs: ["fillColor", "size"] }, { type: MonkeyIconRepeatComponent, selector: "monkey-icon-repeat", inputs: ["fillColor", "size"] }, { type: MonkeyIconSearchComponent, selector: "monkey-icon-search", inputs: ["fillColor", "size"] }, { type: MonkeyIconSecondWarningComponent, selector: "monkey-icon-second-warning", inputs: ["fillColor", "size"] }, { type: MonkeyIconSettingsComponent, selector: "monkey-icon-settings", inputs: ["fillColor", "size"] }, { type: MonkeyIconShieldChekmarkComponent, selector: "monkey-icon-shield-chekmark", inputs: ["fillColor", "size"] }, { type: MonkeyIconStarShiningComponent, selector: "monkey-icon-star-shining", inputs: ["fillColor", "size"] }, { type: MonkeyIconStarComponent, selector: "monkey-icon-star", inputs: ["fillColor", "size"] }, { type: MonkeyIconStoreComponent, selector: "monkey-icon-store", inputs: ["fillColor", "size"] }, { type: MonkeyIconTodayComponent, selector: "monkey-icon-today", inputs: ["fillColor", "size"] }, { type: MonkeyIconTargetDartArrowComponent, selector: "monkey-icon-target-dart-arrow", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrashComponent, selector: "monkey-icon-trash", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrophyComponent, selector: "monkey-icon-trophy", inputs: ["fillColor", "size"] }, { type: MonkeyIconUnfoldMoreComponent, selector: "monkey-icon-unfold-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconUploadComponent, selector: "monkey-icon-upload", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserGroupComponent, selector: "monkey-icon-user-group", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserComponent, selector: "monkey-icon-user", inputs: ["fillColor", "size"] }, { type: MonkeyIconWaitingComponent, selector: "monkey-icon-waiting", inputs: ["fillColor", "size"] }, { type: MonkeyIconWalletComponent, selector: "monkey-icon-wallet", inputs: ["fillColor", "size"] }, { type: MonkeyIconWarningComponent, selector: "monkey-icon-warning", inputs: ["fillColor", "size"] }], directives: [{ type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
3142
3294
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconComponent, decorators: [{
3143
3295
  type: Component,
3144
3296
  args: [{
@@ -3264,12 +3416,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
3264
3416
  [size]="_size"
3265
3417
  *ngIf="_icon === 'build-person'"
3266
3418
  ></monkey-icon-build-person>
3419
+ <monkey-icon-build-approved
3420
+ [fillColor]="_fillColor"
3421
+ [id]="_id"
3422
+ [size]="_size"
3423
+ *ngIf="_icon === 'build-approved'"
3424
+ ></monkey-icon-build-approved>
3425
+ <monkey-icon-build-refused
3426
+ [fillColor]="_fillColor"
3427
+ [id]="_id"
3428
+ [size]="_size"
3429
+ *ngIf="_icon === 'build-refused'"
3430
+ ></monkey-icon-build-refused>
3431
+ <monkey-icon-build-waiting
3432
+ [fillColor]="_fillColor"
3433
+ [id]="_id"
3434
+ [size]="_size"
3435
+ *ngIf="_icon === 'build-waiting'"
3436
+ ></monkey-icon-build-waiting>
3267
3437
  <monkey-icon-calendar
3268
3438
  [fillColor]="_fillColor"
3269
3439
  [id]="_id"
3270
3440
  [size]="_size"
3271
3441
  *ngIf="_icon === 'calendar'"
3272
3442
  ></monkey-icon-calendar>
3443
+ <monkey-icon-calendar-box
3444
+ [fillColor]="_fillColor"
3445
+ [id]="_id"
3446
+ [size]="_size"
3447
+ *ngIf="_icon === 'calendar-box'"
3448
+ ></monkey-icon-calendar-box>
3273
3449
  <monkey-icon-camera
3274
3450
  [fillColor]="_fillColor"
3275
3451
  [id]="_id"
@@ -3648,6 +3824,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
3648
3824
  [size]="_size"
3649
3825
  *ngIf="_icon === 'money-hand'"
3650
3826
  ></monkey-icon-money-hand>
3827
+ <monkey-icon-money-percent
3828
+ [fillColor]="_fillColor"
3829
+ [id]="_id"
3830
+ [size]="_size"
3831
+ *ngIf="_icon === 'money-percent'"
3832
+ ></monkey-icon-money-percent>
3833
+ <monkey-icon-money-refused
3834
+ [fillColor]="_fillColor"
3835
+ [id]="_id"
3836
+ [size]="_size"
3837
+ *ngIf="_icon === 'money-refused'"
3838
+ ></monkey-icon-money-refused>
3651
3839
  <monkey-icon-money-sign
3652
3840
  [fillColor]="_fillColor"
3653
3841
  [id]="_id"
@@ -3660,6 +3848,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
3660
3848
  [size]="_size"
3661
3849
  *ngIf="_icon === 'money'"
3662
3850
  ></monkey-icon-money>
3851
+ <monkey-icon-money-waiting
3852
+ [fillColor]="_fillColor"
3853
+ [id]="_id"
3854
+ [size]="_size"
3855
+ *ngIf="_icon === 'money-waiting'"
3856
+ ></monkey-icon-money-waiting>
3663
3857
  <monkey-icon-more-circle
3664
3858
  [fillColor]="_fillColor"
3665
3859
  [id]="_id"
@@ -3708,6 +3902,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
3708
3902
  [size]="_size"
3709
3903
  *ngIf="_icon === 'percent'"
3710
3904
  ></monkey-icon-percent>
3905
+ <monkey-icon-percent-box
3906
+ [fillColor]="_fillColor"
3907
+ [id]="_id"
3908
+ [size]="_size"
3909
+ *ngIf="_icon === 'percent-box'"
3910
+ ></monkey-icon-percent-box>
3711
3911
  <monkey-icon-person-document
3712
3912
  [fillColor]="_fillColor"
3713
3913
  [id]="_id"
@@ -4228,8 +4428,12 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
4228
4428
  MonkeyIconBookComponent,
4229
4429
  MonkeyIconBookOpenTextComponent,
4230
4430
  MonkeyIconBoxComponent,
4431
+ MonkeyIconBuildApprovedComponent,
4231
4432
  MonkeyIconBuildPersonComponent,
4433
+ MonkeyIconBuildRefusedComponent,
4434
+ MonkeyIconBuildWaitingComponent,
4232
4435
  MonkeyIconCalendarComponent,
4436
+ MonkeyIconCalendarBoxComponent,
4233
4437
  MonkeyIconCameraComponent,
4234
4438
  MonkeyIconCardComponent,
4235
4439
  MonkeyIconCardMachineComponent,
@@ -4294,7 +4498,10 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
4294
4498
  MonkeyIconMoneyHandComponent,
4295
4499
  MonkeyIconMoneyNetComponent,
4296
4500
  MonkeyIconMoneyNewComponent,
4501
+ MonkeyIconMoneyPercentComponent,
4502
+ MonkeyIconMoneyRefusedComponent,
4297
4503
  MonkeyIconMoneySignComponent,
4504
+ MonkeyIconMoneyWaitingComponent,
4298
4505
  MonkeyIconMoreCircleComponent,
4299
4506
  MonkeyIconMoreComponent,
4300
4507
  MonkeyIconNewCompanyComponent,
@@ -4303,6 +4510,7 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
4303
4510
  MonkeyIconPasswordComponent,
4304
4511
  MonkeyIconPeopleComponent,
4305
4512
  MonkeyIconPercentComponent,
4513
+ MonkeyIconPercentBoxComponent,
4306
4514
  MonkeyIconPersonDocumentComponent,
4307
4515
  MonkeyIconPersonSadComponent,
4308
4516
  MonkeyIconPhoneCallComponent,
@@ -4356,8 +4564,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
4356
4564
  MonkeyIconBookComponent,
4357
4565
  MonkeyIconBookOpenTextComponent,
4358
4566
  MonkeyIconBoxComponent,
4567
+ MonkeyIconBuildApprovedComponent,
4359
4568
  MonkeyIconBuildPersonComponent,
4569
+ MonkeyIconBuildRefusedComponent,
4570
+ MonkeyIconBuildWaitingComponent,
4360
4571
  MonkeyIconCalendarComponent,
4572
+ MonkeyIconCalendarBoxComponent,
4361
4573
  MonkeyIconCameraComponent,
4362
4574
  MonkeyIconCardComponent,
4363
4575
  MonkeyIconCardMachineComponent,
@@ -4422,7 +4634,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
4422
4634
  MonkeyIconMoneyHandComponent,
4423
4635
  MonkeyIconMoneyNetComponent,
4424
4636
  MonkeyIconMoneyNewComponent,
4637
+ MonkeyIconMoneyPercentComponent,
4638
+ MonkeyIconMoneyRefusedComponent,
4425
4639
  MonkeyIconMoneySignComponent,
4640
+ MonkeyIconMoneyWaitingComponent,
4426
4641
  MonkeyIconMoreCircleComponent,
4427
4642
  MonkeyIconMoreComponent,
4428
4643
  MonkeyIconNewCompanyComponent,
@@ -4431,6 +4646,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
4431
4646
  MonkeyIconPasswordComponent,
4432
4647
  MonkeyIconPeopleComponent,
4433
4648
  MonkeyIconPercentComponent,
4649
+ MonkeyIconPercentBoxComponent,
4434
4650
  MonkeyIconPersonDocumentComponent,
4435
4651
  MonkeyIconPersonSadComponent,
4436
4652
  MonkeyIconPhoneCallComponent,
@@ -9648,5 +9864,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
9648
9864
  * Generated bundle index. Do not edit.
9649
9865
  */
9650
9866
 
9651
- export { MonkeyArrowsComponent, MonkeyBadgeComponent, MonkeyBadgeModule, MonkeyBankAccountComponent, MonkeyButtonAvatarComponent, MonkeyButtonComponent, MonkeyButtonDropdownComponent, MonkeyButtonModule, MonkeyCheckboxComponent, MonkeyCheckboxModule, MonkeyDateRangePickerComponent, MonkeyDateRangePickerModule, MonkeyExpansionComponent, MonkeyExpansionModule, MonkeyFileUploadComponent, MonkeyFileUploadModule, MonkeyIconAddPlusComponent, MonkeyIconAddressBookComponent, MonkeyIconArrowLeftComponent, MonkeyIconArrowLineRightComponent, MonkeyIconArrowRightComponent, MonkeyIconArrowUpComponent, MonkeyIconAuctionComponent, MonkeyIconAverageTaxComponent, MonkeyIconBankAgencyComponent, MonkeyIconBankComponent, MonkeyIconBankNoteSearchComponent, MonkeyIconBellComponent, MonkeyIconBookComponent, MonkeyIconBookOpenTextComponent, MonkeyIconBoxComponent, MonkeyIconBuildPersonComponent, MonkeyIconCNPJComponent, MonkeyIconCalendarComponent, MonkeyIconCameraComponent, MonkeyIconCardComponent, MonkeyIconCardMachineComponent, MonkeyIconCashBanknoteInvoiceComponent, MonkeyIconChatComponent, MonkeyIconCheckCircleComponent, MonkeyIconCheckCircleOutComponent, MonkeyIconCheckComponent, MonkeyIconCheckGreyComponent, MonkeyIconCheckWhiteComponent, MonkeyIconClipboardComponent, MonkeyIconClockClosedComponent, MonkeyIconClockComponent, MonkeyIconCloseComponent, MonkeyIconCodepenComponent, MonkeyIconCompanyNameComponent, MonkeyIconComponent, MonkeyIconContractComponent, MonkeyIconContractPenComponent, MonkeyIconDeleteComponent, MonkeyIconDocumentComponent, MonkeyIconDollarSignCircleComponent, MonkeyIconDollarSignComponent, MonkeyIconDomainComponent, MonkeyIconDoubleArrowLeftComponent, MonkeyIconDoubleArrowRightComponent, MonkeyIconDownloadComponent, MonkeyIconDragDropComponent, MonkeyIconEditComponent, MonkeyIconEditSquareComponent, MonkeyIconEmailComponent, MonkeyIconEmailSendFastComponent, MonkeyIconEmptyDocComponent, MonkeyIconErrorComponent, MonkeyIconEyeClosedComponent, MonkeyIconEyeOpenComponent, MonkeyIconFilterComponent, MonkeyIconGridComponent, MonkeyIconHelpComponent, MonkeyIconHexagonComponent, MonkeyIconHomeComponent, MonkeyIconImageComponent, MonkeyIconInfoComponent, MonkeyIconInvoiceComponent, MonkeyIconInvoicesAnticipatedComponent, MonkeyIconInvoicesApprovalComponent, MonkeyIconInvoicesRefusedComponent, MonkeyIconLightingCircleComponent, MonkeyIconListComponent, MonkeyIconLocationPinComponent, MonkeyIconLoginComponent, MonkeyIconLogoutComponent, MonkeyIconMedalComponent, MonkeyIconMenuComponent, MonkeyIconModule, MonkeyIconMoneyCeduleComponent, MonkeyIconMoneyComponent, MonkeyIconMoneyDiscountComponent, MonkeyIconMoneyHandComponent, MonkeyIconMoneyNetComponent, MonkeyIconMoneyNewComponent, MonkeyIconMoneySignComponent, MonkeyIconMoreComponent, MonkeyIconNewCompanyComponent, MonkeyIconOfferedComponent, MonkeyIconPasswordComponent, MonkeyIconPeopleComponent, MonkeyIconPercentComponent, MonkeyIconPersonDocumentComponent, MonkeyIconPersonSadComponent, MonkeyIconPhoneComponent, MonkeyIconPorkComponent, MonkeyIconRadioComponent, MonkeyIconRefreshComponent, MonkeyIconRegistrationComponent, MonkeyIconRepeatComponent, MonkeyIconSearchComponent, MonkeyIconSecondWarningComponent, MonkeyIconSettingsComponent, MonkeyIconShieldChekmarkComponent, MonkeyIconStarComponent, MonkeyIconStarShiningComponent, MonkeyIconStoreComponent, MonkeyIconTargetDartArrowComponent, MonkeyIconTodayComponent, MonkeyIconTrashComponent, MonkeyIconTrophyComponent, MonkeyIconUnfoldMoreComponent, MonkeyIconUploadComponent, MonkeyIconUserComponent, MonkeyIconWaitingComponent, MonkeyIconWalletComponent, MonkeyIconWarningComponent, MonkeyImageCropComponent, MonkeyImageCropModule, MonkeyInputComponent, MonkeyInputFilterComponent, MonkeyInputModule, MonkeyInputPhoneComponent, MonkeyInputPhoneModule, MonkeyModalComponent, MonkeyModalModule, MonkeyOptionComponent, MonkeyOptionModule, MonkeyRadioButtonComponent, MonkeyRadioButtonModule, MonkeySelectComponent, MonkeySelectFilterComponent, MonkeySelectModule, MonkeySelectMultipleComponent, MonkeySelectSearchComponent, MonkeyStepperComponent, MonkeyStepperModule, MonkeyStyleGuideModalFixedService, MonkeyStyleGuideModalService, MonkeyStyleGuideModule, MonkeyStyleGuideSettingsService, MonkeyStyleGuideSnackbarService, MonkeyTabComponent, MonkeyTabModule, MonkeyTableColumnComponent, MonkeyTableComponent, MonkeyTableModule, MonkeyToggleComponent, MonkeyToggleModule, MonkeyUtils, MonkeyWizardComponent, MonkeyWizardModule, PhoneNumberValidDirective };
9867
+ export { MonkeyArrowsComponent, MonkeyBadgeComponent, MonkeyBadgeModule, MonkeyBankAccountComponent, MonkeyButtonAvatarComponent, MonkeyButtonComponent, MonkeyButtonDropdownComponent, MonkeyButtonModule, MonkeyCheckboxComponent, MonkeyCheckboxModule, MonkeyDateRangePickerComponent, MonkeyDateRangePickerModule, MonkeyExpansionComponent, MonkeyExpansionModule, MonkeyFileUploadComponent, MonkeyFileUploadModule, MonkeyIconAddPlusComponent, MonkeyIconAddressBookComponent, MonkeyIconArrowLeftComponent, MonkeyIconArrowLineRightComponent, MonkeyIconArrowRightComponent, MonkeyIconArrowUpComponent, MonkeyIconAuctionComponent, MonkeyIconAverageTaxComponent, MonkeyIconBankAgencyComponent, MonkeyIconBankComponent, MonkeyIconBankNoteSearchComponent, MonkeyIconBellComponent, MonkeyIconBookComponent, MonkeyIconBookOpenTextComponent, MonkeyIconBoxComponent, MonkeyIconBuildApprovedComponent, MonkeyIconBuildPersonComponent, MonkeyIconBuildRefusedComponent, MonkeyIconBuildWaitingComponent, MonkeyIconCNPJComponent, MonkeyIconCalendarBoxComponent, MonkeyIconCalendarComponent, MonkeyIconCameraComponent, MonkeyIconCardComponent, MonkeyIconCardMachineComponent, MonkeyIconCashBanknoteInvoiceComponent, MonkeyIconChatComponent, MonkeyIconCheckCircleComponent, MonkeyIconCheckCircleOutComponent, MonkeyIconCheckComponent, MonkeyIconCheckGreyComponent, MonkeyIconCheckWhiteComponent, MonkeyIconClipboardComponent, MonkeyIconClockClosedComponent, MonkeyIconClockComponent, MonkeyIconCloseComponent, MonkeyIconCodepenComponent, MonkeyIconCompanyNameComponent, MonkeyIconComponent, MonkeyIconContractComponent, MonkeyIconContractPenComponent, MonkeyIconDeleteComponent, MonkeyIconDocumentComponent, MonkeyIconDollarSignCircleComponent, MonkeyIconDollarSignComponent, MonkeyIconDomainComponent, MonkeyIconDoubleArrowLeftComponent, MonkeyIconDoubleArrowRightComponent, MonkeyIconDownloadComponent, MonkeyIconDragDropComponent, MonkeyIconEditComponent, MonkeyIconEditSquareComponent, MonkeyIconEmailComponent, MonkeyIconEmailSendFastComponent, MonkeyIconEmptyDocComponent, MonkeyIconErrorComponent, MonkeyIconEyeClosedComponent, MonkeyIconEyeOpenComponent, MonkeyIconFilterComponent, MonkeyIconGridComponent, MonkeyIconHelpComponent, MonkeyIconHexagonComponent, MonkeyIconHomeComponent, MonkeyIconImageComponent, MonkeyIconInfoComponent, MonkeyIconInvoiceComponent, MonkeyIconInvoicesAnticipatedComponent, MonkeyIconInvoicesApprovalComponent, MonkeyIconInvoicesRefusedComponent, MonkeyIconLightingCircleComponent, MonkeyIconListComponent, MonkeyIconLocationPinComponent, MonkeyIconLoginComponent, MonkeyIconLogoutComponent, MonkeyIconMedalComponent, MonkeyIconMenuComponent, MonkeyIconModule, MonkeyIconMoneyCeduleComponent, MonkeyIconMoneyComponent, MonkeyIconMoneyDiscountComponent, MonkeyIconMoneyHandComponent, MonkeyIconMoneyNetComponent, MonkeyIconMoneyNewComponent, MonkeyIconMoneyPercentComponent, MonkeyIconMoneyRefusedComponent, MonkeyIconMoneySignComponent, MonkeyIconMoneyWaitingComponent, MonkeyIconMoreComponent, MonkeyIconNewCompanyComponent, MonkeyIconOfferedComponent, MonkeyIconPasswordComponent, MonkeyIconPeopleComponent, MonkeyIconPercentBoxComponent, MonkeyIconPercentComponent, MonkeyIconPersonDocumentComponent, MonkeyIconPersonSadComponent, MonkeyIconPhoneComponent, MonkeyIconPorkComponent, MonkeyIconRadioComponent, MonkeyIconRefreshComponent, MonkeyIconRegistrationComponent, MonkeyIconRepeatComponent, MonkeyIconSearchComponent, MonkeyIconSecondWarningComponent, MonkeyIconSettingsComponent, MonkeyIconShieldChekmarkComponent, MonkeyIconStarComponent, MonkeyIconStarShiningComponent, MonkeyIconStoreComponent, MonkeyIconTargetDartArrowComponent, MonkeyIconTodayComponent, MonkeyIconTrashComponent, MonkeyIconTrophyComponent, MonkeyIconUnfoldMoreComponent, MonkeyIconUploadComponent, MonkeyIconUserComponent, MonkeyIconWaitingComponent, MonkeyIconWalletComponent, MonkeyIconWarningComponent, MonkeyImageCropComponent, MonkeyImageCropModule, MonkeyInputComponent, MonkeyInputFilterComponent, MonkeyInputModule, MonkeyInputPhoneComponent, MonkeyInputPhoneModule, MonkeyModalComponent, MonkeyModalModule, MonkeyOptionComponent, MonkeyOptionModule, MonkeyRadioButtonComponent, MonkeyRadioButtonModule, MonkeySelectComponent, MonkeySelectFilterComponent, MonkeySelectModule, MonkeySelectMultipleComponent, MonkeySelectSearchComponent, MonkeyStepperComponent, MonkeyStepperModule, MonkeyStyleGuideModalFixedService, MonkeyStyleGuideModalService, MonkeyStyleGuideModule, MonkeyStyleGuideSettingsService, MonkeyStyleGuideSnackbarService, MonkeyTabComponent, MonkeyTabModule, MonkeyTableColumnComponent, MonkeyTableComponent, MonkeyTableModule, MonkeyToggleComponent, MonkeyToggleModule, MonkeyUtils, MonkeyWizardComponent, MonkeyWizardModule, PhoneNumberValidDirective };
9652
9868
  //# sourceMappingURL=monkey-style-guide.mjs.map