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
@@ -1011,6 +1011,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
1011
1011
  type: Input
1012
1012
  }] } });
1013
1013
 
1014
+ class MonkeyIconBuildApprovedComponent {
1015
+ }
1016
+ MonkeyIconBuildApprovedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBuildApprovedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1017
+ 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"] });
1018
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBuildApprovedComponent, decorators: [{
1019
+ type: Component,
1020
+ 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"] }]
1021
+ }], propDecorators: { fillColor: [{
1022
+ type: Input
1023
+ }], size: [{
1024
+ type: Input
1025
+ }] } });
1026
+
1027
+ class MonkeyIconBuildRefusedComponent {
1028
+ }
1029
+ MonkeyIconBuildRefusedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBuildRefusedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1030
+ 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"] });
1031
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBuildRefusedComponent, decorators: [{
1032
+ type: Component,
1033
+ 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"] }]
1034
+ }], propDecorators: { fillColor: [{
1035
+ type: Input
1036
+ }], size: [{
1037
+ type: Input
1038
+ }] } });
1039
+
1040
+ class MonkeyIconBuildWaitingComponent {
1041
+ }
1042
+ MonkeyIconBuildWaitingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBuildWaitingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1043
+ 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"] });
1044
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBuildWaitingComponent, decorators: [{
1045
+ type: Component,
1046
+ 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"] }]
1047
+ }], propDecorators: { fillColor: [{
1048
+ type: Input
1049
+ }], size: [{
1050
+ type: Input
1051
+ }] } });
1052
+
1014
1053
  class MonkeyIconCalendarComponent {
1015
1054
  }
1016
1055
  MonkeyIconCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1024,6 +1063,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
1024
1063
  type: Input
1025
1064
  }] } });
1026
1065
 
1066
+ class MonkeyIconCalendarBoxComponent {
1067
+ }
1068
+ MonkeyIconCalendarBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCalendarBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1069
+ 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"] });
1070
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCalendarBoxComponent, decorators: [{
1071
+ type: Component,
1072
+ 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"] }]
1073
+ }], propDecorators: { fillColor: [{
1074
+ type: Input
1075
+ }], size: [{
1076
+ type: Input
1077
+ }] } });
1078
+
1027
1079
  class MonkeyIconCameraComponent {
1028
1080
  }
1029
1081
  MonkeyIconCameraComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCameraComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1843,6 +1895,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
1843
1895
  type: Input
1844
1896
  }] } });
1845
1897
 
1898
+ class MonkeyIconMoneyPercentComponent {
1899
+ }
1900
+ MonkeyIconMoneyPercentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyPercentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1901
+ 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"] });
1902
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyPercentComponent, decorators: [{
1903
+ type: Component,
1904
+ 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"] }]
1905
+ }], propDecorators: { fillColor: [{
1906
+ type: Input
1907
+ }], size: [{
1908
+ type: Input
1909
+ }] } });
1910
+
1911
+ class MonkeyIconMoneyRefusedComponent {
1912
+ }
1913
+ MonkeyIconMoneyRefusedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyRefusedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1914
+ 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"] });
1915
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyRefusedComponent, decorators: [{
1916
+ type: Component,
1917
+ 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"] }]
1918
+ }], propDecorators: { fillColor: [{
1919
+ type: Input
1920
+ }], size: [{
1921
+ type: Input
1922
+ }] } });
1923
+
1846
1924
  class MonkeyIconMoneySignComponent {
1847
1925
  }
1848
1926
  MonkeyIconMoneySignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneySignComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1869,6 +1947,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
1869
1947
  type: Input
1870
1948
  }] } });
1871
1949
 
1950
+ class MonkeyIconMoneyWaitingComponent {
1951
+ }
1952
+ MonkeyIconMoneyWaitingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyWaitingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1953
+ 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"] });
1954
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyWaitingComponent, decorators: [{
1955
+ type: Component,
1956
+ 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"] }]
1957
+ }], propDecorators: { fillColor: [{
1958
+ type: Input
1959
+ }], size: [{
1960
+ type: Input
1961
+ }] } });
1962
+
1872
1963
  class MonkeyIconMoreCircleComponent {
1873
1964
  }
1874
1965
  MonkeyIconMoreCircleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoreCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1973,6 +2064,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
1973
2064
  type: Input
1974
2065
  }] } });
1975
2066
 
2067
+ class MonkeyIconPercentBoxComponent {
2068
+ }
2069
+ MonkeyIconPercentBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPercentBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2070
+ 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"] });
2071
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPercentBoxComponent, decorators: [{
2072
+ type: Component,
2073
+ 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"] }]
2074
+ }], propDecorators: { fillColor: [{
2075
+ type: Input
2076
+ }], size: [{
2077
+ type: Input
2078
+ }] } });
2079
+
1976
2080
  class MonkeyIconPersonDocumentComponent {
1977
2081
  }
1978
2082
  MonkeyIconPersonDocumentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPersonDocumentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -2521,12 +2625,36 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
2521
2625
  [size]="_size"
2522
2626
  *ngIf="_icon === 'build-person'"
2523
2627
  ></monkey-icon-build-person>
2628
+ <monkey-icon-build-approved
2629
+ [fillColor]="_fillColor"
2630
+ [id]="_id"
2631
+ [size]="_size"
2632
+ *ngIf="_icon === 'build-approved'"
2633
+ ></monkey-icon-build-approved>
2634
+ <monkey-icon-build-refused
2635
+ [fillColor]="_fillColor"
2636
+ [id]="_id"
2637
+ [size]="_size"
2638
+ *ngIf="_icon === 'build-refused'"
2639
+ ></monkey-icon-build-refused>
2640
+ <monkey-icon-build-waiting
2641
+ [fillColor]="_fillColor"
2642
+ [id]="_id"
2643
+ [size]="_size"
2644
+ *ngIf="_icon === 'build-waiting'"
2645
+ ></monkey-icon-build-waiting>
2524
2646
  <monkey-icon-calendar
2525
2647
  [fillColor]="_fillColor"
2526
2648
  [id]="_id"
2527
2649
  [size]="_size"
2528
2650
  *ngIf="_icon === 'calendar'"
2529
2651
  ></monkey-icon-calendar>
2652
+ <monkey-icon-calendar-box
2653
+ [fillColor]="_fillColor"
2654
+ [id]="_id"
2655
+ [size]="_size"
2656
+ *ngIf="_icon === 'calendar-box'"
2657
+ ></monkey-icon-calendar-box>
2530
2658
  <monkey-icon-camera
2531
2659
  [fillColor]="_fillColor"
2532
2660
  [id]="_id"
@@ -2905,6 +3033,18 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
2905
3033
  [size]="_size"
2906
3034
  *ngIf="_icon === 'money-hand'"
2907
3035
  ></monkey-icon-money-hand>
3036
+ <monkey-icon-money-percent
3037
+ [fillColor]="_fillColor"
3038
+ [id]="_id"
3039
+ [size]="_size"
3040
+ *ngIf="_icon === 'money-percent'"
3041
+ ></monkey-icon-money-percent>
3042
+ <monkey-icon-money-refused
3043
+ [fillColor]="_fillColor"
3044
+ [id]="_id"
3045
+ [size]="_size"
3046
+ *ngIf="_icon === 'money-refused'"
3047
+ ></monkey-icon-money-refused>
2908
3048
  <monkey-icon-money-sign
2909
3049
  [fillColor]="_fillColor"
2910
3050
  [id]="_id"
@@ -2917,6 +3057,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
2917
3057
  [size]="_size"
2918
3058
  *ngIf="_icon === 'money'"
2919
3059
  ></monkey-icon-money>
3060
+ <monkey-icon-money-waiting
3061
+ [fillColor]="_fillColor"
3062
+ [id]="_id"
3063
+ [size]="_size"
3064
+ *ngIf="_icon === 'money-waiting'"
3065
+ ></monkey-icon-money-waiting>
2920
3066
  <monkey-icon-more-circle
2921
3067
  [fillColor]="_fillColor"
2922
3068
  [id]="_id"
@@ -2965,6 +3111,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
2965
3111
  [size]="_size"
2966
3112
  *ngIf="_icon === 'percent'"
2967
3113
  ></monkey-icon-percent>
3114
+ <monkey-icon-percent-box
3115
+ [fillColor]="_fillColor"
3116
+ [id]="_id"
3117
+ [size]="_size"
3118
+ *ngIf="_icon === 'percent-box'"
3119
+ ></monkey-icon-percent-box>
2968
3120
  <monkey-icon-person-document
2969
3121
  [fillColor]="_fillColor"
2970
3122
  [id]="_id"
@@ -3133,7 +3285,7 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
3133
3285
  [size]="_size"
3134
3286
  *ngIf="_icon === 'warning'"
3135
3287
  ></monkey-icon-warning>
3136
- `, 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 });
3288
+ `, 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 });
3137
3289
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconComponent, decorators: [{
3138
3290
  type: Component,
3139
3291
  args: [{
@@ -3259,12 +3411,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
3259
3411
  [size]="_size"
3260
3412
  *ngIf="_icon === 'build-person'"
3261
3413
  ></monkey-icon-build-person>
3414
+ <monkey-icon-build-approved
3415
+ [fillColor]="_fillColor"
3416
+ [id]="_id"
3417
+ [size]="_size"
3418
+ *ngIf="_icon === 'build-approved'"
3419
+ ></monkey-icon-build-approved>
3420
+ <monkey-icon-build-refused
3421
+ [fillColor]="_fillColor"
3422
+ [id]="_id"
3423
+ [size]="_size"
3424
+ *ngIf="_icon === 'build-refused'"
3425
+ ></monkey-icon-build-refused>
3426
+ <monkey-icon-build-waiting
3427
+ [fillColor]="_fillColor"
3428
+ [id]="_id"
3429
+ [size]="_size"
3430
+ *ngIf="_icon === 'build-waiting'"
3431
+ ></monkey-icon-build-waiting>
3262
3432
  <monkey-icon-calendar
3263
3433
  [fillColor]="_fillColor"
3264
3434
  [id]="_id"
3265
3435
  [size]="_size"
3266
3436
  *ngIf="_icon === 'calendar'"
3267
3437
  ></monkey-icon-calendar>
3438
+ <monkey-icon-calendar-box
3439
+ [fillColor]="_fillColor"
3440
+ [id]="_id"
3441
+ [size]="_size"
3442
+ *ngIf="_icon === 'calendar-box'"
3443
+ ></monkey-icon-calendar-box>
3268
3444
  <monkey-icon-camera
3269
3445
  [fillColor]="_fillColor"
3270
3446
  [id]="_id"
@@ -3643,6 +3819,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
3643
3819
  [size]="_size"
3644
3820
  *ngIf="_icon === 'money-hand'"
3645
3821
  ></monkey-icon-money-hand>
3822
+ <monkey-icon-money-percent
3823
+ [fillColor]="_fillColor"
3824
+ [id]="_id"
3825
+ [size]="_size"
3826
+ *ngIf="_icon === 'money-percent'"
3827
+ ></monkey-icon-money-percent>
3828
+ <monkey-icon-money-refused
3829
+ [fillColor]="_fillColor"
3830
+ [id]="_id"
3831
+ [size]="_size"
3832
+ *ngIf="_icon === 'money-refused'"
3833
+ ></monkey-icon-money-refused>
3646
3834
  <monkey-icon-money-sign
3647
3835
  [fillColor]="_fillColor"
3648
3836
  [id]="_id"
@@ -3655,6 +3843,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
3655
3843
  [size]="_size"
3656
3844
  *ngIf="_icon === 'money'"
3657
3845
  ></monkey-icon-money>
3846
+ <monkey-icon-money-waiting
3847
+ [fillColor]="_fillColor"
3848
+ [id]="_id"
3849
+ [size]="_size"
3850
+ *ngIf="_icon === 'money-waiting'"
3851
+ ></monkey-icon-money-waiting>
3658
3852
  <monkey-icon-more-circle
3659
3853
  [fillColor]="_fillColor"
3660
3854
  [id]="_id"
@@ -3703,6 +3897,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
3703
3897
  [size]="_size"
3704
3898
  *ngIf="_icon === 'percent'"
3705
3899
  ></monkey-icon-percent>
3900
+ <monkey-icon-percent-box
3901
+ [fillColor]="_fillColor"
3902
+ [id]="_id"
3903
+ [size]="_size"
3904
+ *ngIf="_icon === 'percent-box'"
3905
+ ></monkey-icon-percent-box>
3706
3906
  <monkey-icon-person-document
3707
3907
  [fillColor]="_fillColor"
3708
3908
  [id]="_id"
@@ -4223,8 +4423,12 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
4223
4423
  MonkeyIconBookComponent,
4224
4424
  MonkeyIconBookOpenTextComponent,
4225
4425
  MonkeyIconBoxComponent,
4426
+ MonkeyIconBuildApprovedComponent,
4226
4427
  MonkeyIconBuildPersonComponent,
4428
+ MonkeyIconBuildRefusedComponent,
4429
+ MonkeyIconBuildWaitingComponent,
4227
4430
  MonkeyIconCalendarComponent,
4431
+ MonkeyIconCalendarBoxComponent,
4228
4432
  MonkeyIconCameraComponent,
4229
4433
  MonkeyIconCardComponent,
4230
4434
  MonkeyIconCardMachineComponent,
@@ -4289,7 +4493,10 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
4289
4493
  MonkeyIconMoneyHandComponent,
4290
4494
  MonkeyIconMoneyNetComponent,
4291
4495
  MonkeyIconMoneyNewComponent,
4496
+ MonkeyIconMoneyPercentComponent,
4497
+ MonkeyIconMoneyRefusedComponent,
4292
4498
  MonkeyIconMoneySignComponent,
4499
+ MonkeyIconMoneyWaitingComponent,
4293
4500
  MonkeyIconMoreCircleComponent,
4294
4501
  MonkeyIconMoreComponent,
4295
4502
  MonkeyIconNewCompanyComponent,
@@ -4298,6 +4505,7 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
4298
4505
  MonkeyIconPasswordComponent,
4299
4506
  MonkeyIconPeopleComponent,
4300
4507
  MonkeyIconPercentComponent,
4508
+ MonkeyIconPercentBoxComponent,
4301
4509
  MonkeyIconPersonDocumentComponent,
4302
4510
  MonkeyIconPersonSadComponent,
4303
4511
  MonkeyIconPhoneCallComponent,
@@ -4351,8 +4559,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
4351
4559
  MonkeyIconBookComponent,
4352
4560
  MonkeyIconBookOpenTextComponent,
4353
4561
  MonkeyIconBoxComponent,
4562
+ MonkeyIconBuildApprovedComponent,
4354
4563
  MonkeyIconBuildPersonComponent,
4564
+ MonkeyIconBuildRefusedComponent,
4565
+ MonkeyIconBuildWaitingComponent,
4355
4566
  MonkeyIconCalendarComponent,
4567
+ MonkeyIconCalendarBoxComponent,
4356
4568
  MonkeyIconCameraComponent,
4357
4569
  MonkeyIconCardComponent,
4358
4570
  MonkeyIconCardMachineComponent,
@@ -4417,7 +4629,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
4417
4629
  MonkeyIconMoneyHandComponent,
4418
4630
  MonkeyIconMoneyNetComponent,
4419
4631
  MonkeyIconMoneyNewComponent,
4632
+ MonkeyIconMoneyPercentComponent,
4633
+ MonkeyIconMoneyRefusedComponent,
4420
4634
  MonkeyIconMoneySignComponent,
4635
+ MonkeyIconMoneyWaitingComponent,
4421
4636
  MonkeyIconMoreCircleComponent,
4422
4637
  MonkeyIconMoreComponent,
4423
4638
  MonkeyIconNewCompanyComponent,
@@ -4426,6 +4641,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
4426
4641
  MonkeyIconPasswordComponent,
4427
4642
  MonkeyIconPeopleComponent,
4428
4643
  MonkeyIconPercentComponent,
4644
+ MonkeyIconPercentBoxComponent,
4429
4645
  MonkeyIconPersonDocumentComponent,
4430
4646
  MonkeyIconPersonSadComponent,
4431
4647
  MonkeyIconPhoneCallComponent,
@@ -9659,5 +9875,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
9659
9875
  * Generated bundle index. Do not edit.
9660
9876
  */
9661
9877
 
9662
- 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 };
9878
+ 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 };
9663
9879
  //# sourceMappingURL=monkey-style-guide.mjs.map