monkey-style-guide 2.0.143 → 2.0.146

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 (43) hide show
  1. package/README.md +24 -15
  2. package/assets/icons/arrows.svg +6 -0
  3. package/assets/icons/bank-account.svg +12 -0
  4. package/assets/icons/card-machine.svg +14 -0
  5. package/assets/icons/contract-pen.svg +7 -0
  6. package/assets/icons/dollar-sign-circle.svg +7 -0
  7. package/assets/icons/medal.svg +12 -0
  8. package/assets/icons/money-hand.svg +6 -0
  9. package/assets/icons/money.svg +6 -0
  10. package/assets/icons/new-company.svg +10 -0
  11. package/assets/icons/unfold-more.svg +4 -0
  12. package/esm2020/lib/components/icon/icon-arrows.component.mjs +15 -0
  13. package/esm2020/lib/components/icon/icon-bank-account.component.mjs +15 -0
  14. package/esm2020/lib/components/icon/icon-card-machine.component.mjs +15 -0
  15. package/esm2020/lib/components/icon/icon-contract-pen.component.mjs +15 -0
  16. package/esm2020/lib/components/icon/icon-dollar-sign-circle.component.mjs +15 -0
  17. package/esm2020/lib/components/icon/icon-medal.component.mjs +15 -0
  18. package/esm2020/lib/components/icon/icon-money-hand.component.mjs +15 -0
  19. package/esm2020/lib/components/icon/icon-money.component.mjs +15 -0
  20. package/esm2020/lib/components/icon/icon-new-company.component.mjs +15 -0
  21. package/esm2020/lib/components/icon/icon-unfold-more.component.mjs +15 -0
  22. package/esm2020/lib/components/icon/icon.component.mjs +204 -74
  23. package/esm2020/lib/components/icon/icon.module.mjs +32 -2
  24. package/esm2020/lib/components/icon/index.mjs +11 -1
  25. package/fesm2015/monkey-style-guide.mjs +273 -3
  26. package/fesm2015/monkey-style-guide.mjs.map +1 -1
  27. package/fesm2020/monkey-style-guide.mjs +273 -3
  28. package/fesm2020/monkey-style-guide.mjs.map +1 -1
  29. package/lib/components/icon/icon-arrows.component.d.ts +7 -0
  30. package/lib/components/icon/icon-bank-account.component.d.ts +7 -0
  31. package/lib/components/icon/icon-card-machine.component.d.ts +7 -0
  32. package/lib/components/icon/icon-contract-pen.component.d.ts +7 -0
  33. package/lib/components/icon/icon-dollar-sign-circle.component.d.ts +7 -0
  34. package/lib/components/icon/icon-medal.component.d.ts +7 -0
  35. package/lib/components/icon/icon-money-hand.component.d.ts +7 -0
  36. package/lib/components/icon/icon-money.component.d.ts +7 -0
  37. package/lib/components/icon/icon-new-company.component.d.ts +7 -0
  38. package/lib/components/icon/icon-unfold-more.component.d.ts +7 -0
  39. package/lib/components/icon/icon.module.d.ts +84 -74
  40. package/lib/components/icon/index.d.ts +10 -0
  41. package/monkey-style-guide-2.0.146.tgz +0 -0
  42. package/package.json +2 -2
  43. package/monkey-style-guide-2.0.143.tgz +0 -0
@@ -756,6 +756,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
756
756
  }]
757
757
  }] });
758
758
 
759
+ class MonkeyArrowsComponent {
760
+ }
761
+ MonkeyArrowsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyArrowsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
762
+ MonkeyArrowsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyArrowsComponent, selector: "monkey-icon-arrows", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M12.103 6.793L15 3.897L12.103 1\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M1 3.90002H15\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.897 9.20697L1 12.103L3.897 15\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15 12.1H1\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
763
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyArrowsComponent, decorators: [{
764
+ type: Component,
765
+ args: [{ selector: 'monkey-icon-arrows', template: "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M12.103 6.793L15 3.897L12.103 1\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M1 3.90002H15\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.897 9.20697L1 12.103L3.897 15\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15 12.1H1\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
766
+ }], propDecorators: { fillColor: [{
767
+ type: Input
768
+ }], size: [{
769
+ type: Input
770
+ }] } });
771
+
759
772
  class MonkeyIconArrowDownComponent {
760
773
  }
761
774
  MonkeyIconArrowDownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconArrowDownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -834,6 +847,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
834
847
  type: Input
835
848
  }] } });
836
849
 
850
+ class MonkeyBankAccountComponent {
851
+ }
852
+ MonkeyBankAccountComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyBankAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
853
+ MonkeyBankAccountComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyBankAccountComponent, selector: "monkey-icon-bank-account", 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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 10H3V6.994L12.152 3L21 6.861V10Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.6431 10V18\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19 18V10\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.6431 10V18\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19 18V10\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5 10V18\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.35693 18V10\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5 10V18\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.35693 18V10\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 21H21V20L20 18H4L3 20V21Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
854
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyBankAccountComponent, decorators: [{
855
+ type: Component,
856
+ args: [{ selector: 'monkey-icon-bank-account', 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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 10H3V6.994L12.152 3L21 6.861V10Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.6431 10V18\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19 18V10\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.6431 10V18\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19 18V10\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5 10V18\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.35693 18V10\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5 10V18\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.35693 18V10\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 21H21V20L20 18H4L3 20V21Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
857
+ }], propDecorators: { fillColor: [{
858
+ type: Input
859
+ }], size: [{
860
+ type: Input
861
+ }] } });
862
+
837
863
  class MonkeyIconBellComponent {
838
864
  }
839
865
  MonkeyIconBellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -899,6 +925,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
899
925
  type: Input
900
926
  }] } });
901
927
 
928
+ class MonkeyIconCardMachineComponent {
929
+ }
930
+ MonkeyIconCardMachineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCardMachineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
931
+ MonkeyIconCardMachineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconCardMachineComponent, selector: "monkey-icon-card-machine", 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=\"M15 9H3\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7 4H5C3.895 4 3 4.895 3 6V20C3 21.105 3.895 22 5 22H13C14.105 22 15 21.105 15 20V6C15 4.895 14.105 4 13 4H11\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15 13.03H3\" 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=\"M7 2H11V6H7V2Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.999 15.833C5.907 15.833 5.832 15.908 5.833 16C5.833 16.092 5.908 16.167 6 16.167C6.092 16.167 6.167 16.092 6.167 16C6.167 15.908 6.092 15.833 5.999 15.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8.999 15.833C8.907 15.833 8.832 15.908 8.833 16C8.833 16.092 8.908 16.167 9 16.167C9.092 16.167 9.167 16.092 9.167 16C9.167 15.908 9.092 15.833 8.999 15.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.999 18.833C11.907 18.833 11.832 18.908 11.833 19C11.833 19.092 11.908 19.167 12 19.167C12.092 19.167 12.167 19.092 12.167 19C12.167 18.908 12.092 18.833 11.999 18.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.999 18.833C5.907 18.833 5.832 18.908 5.833 19C5.833 19.092 5.908 19.167 6 19.167C6.092 19.167 6.167 19.092 6.167 19C6.167 18.908 6.092 18.833 5.999 18.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8.999 18.833C8.907 18.833 8.832 18.908 8.833 19C8.833 19.092 8.908 19.167 9 19.167C9.092 19.167 9.167 19.092 9.167 19C9.167 18.908 9.092 18.833 8.999 18.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15 9H20C20.552 9 21 9.448 21 10V15C21 15.552 20.552 16 20 16H15\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15 12H21\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.999 15.833C11.907 15.833 11.832 15.908 11.833 16C11.833 16.092 11.908 16.167 12 16.167C12.092 16.167 12.167 16.092 12.167 16C12.167 15.908 12.092 15.833 11.999 15.833\" 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"] });
932
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCardMachineComponent, decorators: [{
933
+ type: Component,
934
+ args: [{ selector: 'monkey-icon-card-machine', 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=\"M15 9H3\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7 4H5C3.895 4 3 4.895 3 6V20C3 21.105 3.895 22 5 22H13C14.105 22 15 21.105 15 20V6C15 4.895 14.105 4 13 4H11\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15 13.03H3\" 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=\"M7 2H11V6H7V2Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.999 15.833C5.907 15.833 5.832 15.908 5.833 16C5.833 16.092 5.908 16.167 6 16.167C6.092 16.167 6.167 16.092 6.167 16C6.167 15.908 6.092 15.833 5.999 15.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8.999 15.833C8.907 15.833 8.832 15.908 8.833 16C8.833 16.092 8.908 16.167 9 16.167C9.092 16.167 9.167 16.092 9.167 16C9.167 15.908 9.092 15.833 8.999 15.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.999 18.833C11.907 18.833 11.832 18.908 11.833 19C11.833 19.092 11.908 19.167 12 19.167C12.092 19.167 12.167 19.092 12.167 19C12.167 18.908 12.092 18.833 11.999 18.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.999 18.833C5.907 18.833 5.832 18.908 5.833 19C5.833 19.092 5.908 19.167 6 19.167C6.092 19.167 6.167 19.092 6.167 19C6.167 18.908 6.092 18.833 5.999 18.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8.999 18.833C8.907 18.833 8.832 18.908 8.833 19C8.833 19.092 8.908 19.167 9 19.167C9.092 19.167 9.167 19.092 9.167 19C9.167 18.908 9.092 18.833 8.999 18.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15 9H20C20.552 9 21 9.448 21 10V15C21 15.552 20.552 16 20 16H15\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15 12H21\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.999 15.833C11.907 15.833 11.832 15.908 11.833 16C11.833 16.092 11.908 16.167 12 16.167C12.092 16.167 12.167 16.092 12.167 16C12.167 15.908 12.092 15.833 11.999 15.833\" 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"] }]
935
+ }], propDecorators: { fillColor: [{
936
+ type: Input
937
+ }], size: [{
938
+ type: Input
939
+ }] } });
940
+
902
941
  class MonkeyIconChatComponent {
903
942
  }
904
943
  MonkeyIconChatComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconChatComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1068,6 +1107,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1068
1107
  type: Input
1069
1108
  }] } });
1070
1109
 
1110
+ class MonkeyIconContractPenComponent {
1111
+ }
1112
+ MonkeyIconContractPenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconContractPenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1113
+ MonkeyIconContractPenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconContractPenComponent, selector: "monkey-icon-contract-pen", 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.99908 22.0037H5.99742C4.89239 22.0037 3.99658 21.1079 3.99658 20.0029V5.99705C3.99658 4.89202 4.89239 3.99622 5.99742 3.99622H18.0024C19.1074 3.99622 20.0032 4.89202 20.0032 5.99705V8.9983\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 22.0037L15.6251 21.6796C15.8098 21.6567 15.9816 21.573 16.1133 21.4415L22.4739 15.0808C23.1785 14.3793 23.1811 13.2396 22.4799 12.5348L22.4739 12.5298V12.5298C21.7724 11.8253 20.6327 11.8226 19.9279 12.5238V12.5298L13.6253 18.8324C13.497 18.9598 13.4141 19.1256 13.3892 19.3046L13 22.0037Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.99867 18.0021V18.0021C8.1699 18.0021 7.49805 17.3303 7.49805 16.5015V16.5015C7.49805 15.6727 8.1699 15.0009 8.99867 15.0009V15.0009C9.82744 15.0009 10.4993 15.6727 10.4993 16.5015V16.5015C10.4993 17.3303 9.82744 18.0021 8.99867 18.0021Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.49805 7.99789H15.5014\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.49805 11.4994H11.4997\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconContractPenComponent, decorators: [{
1115
+ type: Component,
1116
+ args: [{ selector: 'monkey-icon-contract-pen', 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.99908 22.0037H5.99742C4.89239 22.0037 3.99658 21.1079 3.99658 20.0029V5.99705C3.99658 4.89202 4.89239 3.99622 5.99742 3.99622H18.0024C19.1074 3.99622 20.0032 4.89202 20.0032 5.99705V8.9983\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 22.0037L15.6251 21.6796C15.8098 21.6567 15.9816 21.573 16.1133 21.4415L22.4739 15.0808C23.1785 14.3793 23.1811 13.2396 22.4799 12.5348L22.4739 12.5298V12.5298C21.7724 11.8253 20.6327 11.8226 19.9279 12.5238V12.5298L13.6253 18.8324C13.497 18.9598 13.4141 19.1256 13.3892 19.3046L13 22.0037Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.99867 18.0021V18.0021C8.1699 18.0021 7.49805 17.3303 7.49805 16.5015V16.5015C7.49805 15.6727 8.1699 15.0009 8.99867 15.0009V15.0009C9.82744 15.0009 10.4993 15.6727 10.4993 16.5015V16.5015C10.4993 17.3303 9.82744 18.0021 8.99867 18.0021Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.49805 7.99789H15.5014\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.49805 11.4994H11.4997\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1117
+ }], propDecorators: { fillColor: [{
1118
+ type: Input
1119
+ }], size: [{
1120
+ type: Input
1121
+ }] } });
1122
+
1071
1123
  class MonkeyIconDeleteComponent {
1072
1124
  }
1073
1125
  MonkeyIconDeleteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDeleteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1107,6 +1159,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1107
1159
  type: Input
1108
1160
  }] } });
1109
1161
 
1162
+ class MonkeyIconDollarSignCircleComponent {
1163
+ }
1164
+ MonkeyIconDollarSignCircleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDollarSignCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1165
+ MonkeyIconDollarSignCircleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconDollarSignCircleComponent, selector: "monkey-icon-dollar-sign-circle", 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=\"M13.0012 9.99877V8.99835\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13.0012 16.0012V17.0016\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.2653 15.2867C11.5216 15.7274 11.9914 16.0003 12.5013 16.0047H13.5977C14.3069 16.0041 14.9045 15.4751 14.9912 14.7712C15.0778 14.0673 14.6263 13.4092 13.9384 13.2367L12.0634 12.7656C11.3755 12.5931 10.924 11.935 11.0106 11.2311C11.0973 10.5272 11.6949 9.99819 12.4041 9.99762H13.5005C14.0094 10.0012 14.4787 10.2727 14.7353 10.7122\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13.0003 3.99622C17.973 3.99622 22.0041 8.02733 22.0041 13C22.0041 17.9726 17.973 22.0037 13.0003 22.0037C8.0277 22.0037 3.99658 17.9726 3.99658 13C3.99658 8.02733 8.0277 3.99622 13.0003 3.99622\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13.0003 3.99622C17.973 3.99622 22.0041 8.02733 22.0041 13C22.0041 17.9726 17.973 22.0037 13.0003 22.0037C8.0277 22.0037 3.99658 17.9726 3.99658 13C3.99658 8.02733 8.0277 3.99622 13.0003 3.99622\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDollarSignCircleComponent, decorators: [{
1167
+ type: Component,
1168
+ args: [{ selector: 'monkey-icon-dollar-sign-circle', 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=\"M13.0012 9.99877V8.99835\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13.0012 16.0012V17.0016\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.2653 15.2867C11.5216 15.7274 11.9914 16.0003 12.5013 16.0047H13.5977C14.3069 16.0041 14.9045 15.4751 14.9912 14.7712C15.0778 14.0673 14.6263 13.4092 13.9384 13.2367L12.0634 12.7656C11.3755 12.5931 10.924 11.935 11.0106 11.2311C11.0973 10.5272 11.6949 9.99819 12.4041 9.99762H13.5005C14.0094 10.0012 14.4787 10.2727 14.7353 10.7122\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13.0003 3.99622C17.973 3.99622 22.0041 8.02733 22.0041 13C22.0041 17.9726 17.973 22.0037 13.0003 22.0037C8.0277 22.0037 3.99658 17.9726 3.99658 13C3.99658 8.02733 8.0277 3.99622 13.0003 3.99622\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13.0003 3.99622C17.973 3.99622 22.0041 8.02733 22.0041 13C22.0041 17.9726 17.973 22.0037 13.0003 22.0037C8.0277 22.0037 3.99658 17.9726 3.99658 13C3.99658 8.02733 8.0277 3.99622 13.0003 3.99622\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1169
+ }], propDecorators: { fillColor: [{
1170
+ type: Input
1171
+ }], size: [{
1172
+ type: Input
1173
+ }] } });
1174
+
1110
1175
  class MonkeyIconDomainComponent {
1111
1176
  }
1112
1177
  MonkeyIconDomainComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDomainComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1354,6 +1419,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1354
1419
  type: Input
1355
1420
  }] } });
1356
1421
 
1422
+ class MonkeyIconMedalComponent {
1423
+ }
1424
+ MonkeyIconMedalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMedalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1425
+ MonkeyIconMedalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconMedalComponent, selector: "monkey-icon-medal", 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 22V21\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.69 20.31L6.31 19.69\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19.5 14H20.5\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.5 14H4.5\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.69 19.69L18.31 20.31\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.9465 11.0535C16.5738 12.6808 16.5738 15.3192 14.9465 16.9465C13.3192 18.5738 10.6808 18.5738 9.05349 16.9465C7.42618 15.3192 7.42618 12.6808 9.05349 11.0535C10.6808 9.42618 13.3192 9.42618 14.9465 11.0535\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.4298 6H7.56982\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.676 12.078L19.492 7.8C19.819 7.434 20 6.96 20 6.469V4C20 2.9 19.1 2 18 2H6C4.895 2 4 2.895 4 4V6.469C4 6.96 4.181 7.434 4.508 7.8L8.324 12.078\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M4.56982 2.63L11.0798 9.94\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19.4299 2.63L12.9199 9.94\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1426
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMedalComponent, decorators: [{
1427
+ type: Component,
1428
+ args: [{ selector: 'monkey-icon-medal', 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 22V21\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.69 20.31L6.31 19.69\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19.5 14H20.5\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.5 14H4.5\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.69 19.69L18.31 20.31\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.9465 11.0535C16.5738 12.6808 16.5738 15.3192 14.9465 16.9465C13.3192 18.5738 10.6808 18.5738 9.05349 16.9465C7.42618 15.3192 7.42618 12.6808 9.05349 11.0535C10.6808 9.42618 13.3192 9.42618 14.9465 11.0535\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.4298 6H7.56982\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.676 12.078L19.492 7.8C19.819 7.434 20 6.96 20 6.469V4C20 2.9 19.1 2 18 2H6C4.895 2 4 2.895 4 4V6.469C4 6.96 4.181 7.434 4.508 7.8L8.324 12.078\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M4.56982 2.63L11.0798 9.94\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19.4299 2.63L12.9199 9.94\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1429
+ }], propDecorators: { fillColor: [{
1430
+ type: Input
1431
+ }], size: [{
1432
+ type: Input
1433
+ }] } });
1434
+
1357
1435
  class MonkeyIconMenuComponent {
1358
1436
  }
1359
1437
  MonkeyIconMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1367,6 +1445,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1367
1445
  type: Input
1368
1446
  }] } });
1369
1447
 
1448
+ class MonkeyIconMoneyComponent {
1449
+ }
1450
+ MonkeyIconMoneyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoneyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1451
+ MonkeyIconMoneyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconMoneyComponent, selector: "monkey-icon-money", 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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 19H4C2.895 19 2 18.105 2 17V7C2 5.895 2.895 5 4 5H20C21.105 5 22 5.895 22 7V17C22 18.105 21.105 19 20 19Z\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13.7678 10.2322C14.7441 11.2085 14.7441 12.7914 13.7678 13.7677C12.7915 14.744 11.2085 14.744 10.2322 13.7677C9.25592 12.7914 9.25592 11.2085 10.2322 10.2322C11.2085 9.25586 12.7915 9.25586 13.7678 10.2322\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6 9.5V14.5\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18 9.5V14.5\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1452
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoneyComponent, decorators: [{
1453
+ type: Component,
1454
+ args: [{ selector: 'monkey-icon-money', 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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 19H4C2.895 19 2 18.105 2 17V7C2 5.895 2.895 5 4 5H20C21.105 5 22 5.895 22 7V17C22 18.105 21.105 19 20 19Z\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13.7678 10.2322C14.7441 11.2085 14.7441 12.7914 13.7678 13.7677C12.7915 14.744 11.2085 14.744 10.2322 13.7677C9.25592 12.7914 9.25592 11.2085 10.2322 10.2322C11.2085 9.25586 12.7915 9.25586 13.7678 10.2322\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6 9.5V14.5\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18 9.5V14.5\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1455
+ }], propDecorators: { fillColor: [{
1456
+ type: Input
1457
+ }], size: [{
1458
+ type: Input
1459
+ }] } });
1460
+
1370
1461
  class MonkeyIconMoneyCeduleComponent {
1371
1462
  }
1372
1463
  MonkeyIconMoneyCeduleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoneyCeduleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1380,6 +1471,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1380
1471
  type: Input
1381
1472
  }] } });
1382
1473
 
1474
+ class MonkeyIconMoneyHandComponent {
1475
+ }
1476
+ MonkeyIconMoneyHandComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoneyHandComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1477
+ MonkeyIconMoneyHandComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconMoneyHandComponent, selector: "monkey-icon-money-hand", 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=\"M13.982 15.0008H21.5038C22.3326 15.0008 23.0044 14.329 23.0044 13.5002V7.4977C23.0044 6.66892 22.3326 5.99707 21.5038 5.99707H11.4996C10.6709 5.99707 9.99902 6.66892 9.99902 7.4977V14.0004\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.4404 9.43797C16.0272 8.85672 16.9733 8.85894 17.5573 9.44294C18.1414 10.0269 18.1436 10.9731 17.5623 11.5599\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.99901 8.99835H7.70625C7.24033 8.99835 6.7808 9.10682 6.36408 9.31519L5.77862 9.60792C5.26812 9.86315 4.84099 10.2587 4.54734 10.7481L2.99609 13.3335\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.99658 22.0038L9.76085 19.9209C10.5654 19.6302 11.2556 19.0893 11.7302 18.3776L14.7243 13.8877C15.1598 13.2347 15.0738 12.3651 14.5188 11.81V11.81C13.8759 11.1672 12.8336 11.1671 12.1906 11.8098L9.99908 14.0004H7.99825\" 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"] });
1478
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoneyHandComponent, decorators: [{
1479
+ type: Component,
1480
+ args: [{ selector: 'monkey-icon-money-hand', 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=\"M13.982 15.0008H21.5038C22.3326 15.0008 23.0044 14.329 23.0044 13.5002V7.4977C23.0044 6.66892 22.3326 5.99707 21.5038 5.99707H11.4996C10.6709 5.99707 9.99902 6.66892 9.99902 7.4977V14.0004\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.4404 9.43797C16.0272 8.85672 16.9733 8.85894 17.5573 9.44294C18.1414 10.0269 18.1436 10.9731 17.5623 11.5599\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.99901 8.99835H7.70625C7.24033 8.99835 6.7808 9.10682 6.36408 9.31519L5.77862 9.60792C5.26812 9.86315 4.84099 10.2587 4.54734 10.7481L2.99609 13.3335\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.99658 22.0038L9.76085 19.9209C10.5654 19.6302 11.2556 19.0893 11.7302 18.3776L14.7243 13.8877C15.1598 13.2347 15.0738 12.3651 14.5188 11.81V11.81C13.8759 11.1672 12.8336 11.1671 12.1906 11.8098L9.99908 14.0004H7.99825\" 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"] }]
1481
+ }], propDecorators: { fillColor: [{
1482
+ type: Input
1483
+ }], size: [{
1484
+ type: Input
1485
+ }] } });
1486
+
1383
1487
  class MonkeyIconMoneySignComponent {
1384
1488
  }
1385
1489
  MonkeyIconMoneySignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoneySignComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1406,6 +1510,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1406
1510
  type: Input
1407
1511
  }] } });
1408
1512
 
1513
+ class MonkeyIconNewCompanyComponent {
1514
+ }
1515
+ MonkeyIconNewCompanyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconNewCompanyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1516
+ MonkeyIconNewCompanyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconNewCompanyComponent, selector: "monkey-icon-new-company", 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=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.92681 21L3.92671 10.9417\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 21V10.9503\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 16H11\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<circle cx=\"18\" cy=\"18\" r=\"4\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.27555 7.47765C1.98044 8.03345 1.92177 8.68474 2.11282 9.28433C2.44327 10.3245 3.41944 11.0228 4.51062 10.9994C5.60179 10.9761 6.54722 10.2368 6.83292 9.18341C6.85103 9.12223 6.90723 9.08025 6.97104 9.08025C7.03485 9.08025 7.09105 9.12223 7.10917 9.18341C7.40093 10.2555 8.37451 10.9995 9.48564 10.9994C10.5968 10.9993 11.5702 10.2551 11.8617 9.1829C11.8798 9.12169 11.936 9.07968 11.9998 9.07968C12.0636 9.07968 12.1199 9.12169 12.1379 9.1829C12.4296 10.2551 13.4031 10.9992 14.5143 10.9991C15.6255 10.9991 16.599 10.255 16.8906 9.18273C16.9087 9.12156 16.9649 9.0796 17.0287 9.0796C17.0925 9.0796 17.1487 9.12156 17.1668 9.18273C17.4526 10.236 18.3979 10.9752 19.489 10.9986C20.5801 11.0219 21.5562 10.3239 21.8867 9.28381C22.0779 8.68412 22.0192 8.0327 21.724 7.47681L20.0173 4.09822C19.6771 3.4247 18.9867 3 18.2321 3H5.76782C5.01325 3.00002 4.32293 3.42471 3.98271 4.09822L2.27555 7.47765Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.75 18H19.25\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18 19.25V16.75\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1517
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconNewCompanyComponent, decorators: [{
1518
+ type: Component,
1519
+ args: [{ selector: 'monkey-icon-new-company', 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=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.92681 21L3.92671 10.9417\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 21V10.9503\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 16H11\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<circle cx=\"18\" cy=\"18\" r=\"4\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.27555 7.47765C1.98044 8.03345 1.92177 8.68474 2.11282 9.28433C2.44327 10.3245 3.41944 11.0228 4.51062 10.9994C5.60179 10.9761 6.54722 10.2368 6.83292 9.18341C6.85103 9.12223 6.90723 9.08025 6.97104 9.08025C7.03485 9.08025 7.09105 9.12223 7.10917 9.18341C7.40093 10.2555 8.37451 10.9995 9.48564 10.9994C10.5968 10.9993 11.5702 10.2551 11.8617 9.1829C11.8798 9.12169 11.936 9.07968 11.9998 9.07968C12.0636 9.07968 12.1199 9.12169 12.1379 9.1829C12.4296 10.2551 13.4031 10.9992 14.5143 10.9991C15.6255 10.9991 16.599 10.255 16.8906 9.18273C16.9087 9.12156 16.9649 9.0796 17.0287 9.0796C17.0925 9.0796 17.1487 9.12156 17.1668 9.18273C17.4526 10.236 18.3979 10.9752 19.489 10.9986C20.5801 11.0219 21.5562 10.3239 21.8867 9.28381C22.0779 8.68412 22.0192 8.0327 21.724 7.47681L20.0173 4.09822C19.6771 3.4247 18.9867 3 18.2321 3H5.76782C5.01325 3.00002 4.32293 3.42471 3.98271 4.09822L2.27555 7.47765Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.75 18H19.25\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18 19.25V16.75\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1520
+ }], propDecorators: { fillColor: [{
1521
+ type: Input
1522
+ }], size: [{
1523
+ type: Input
1524
+ }] } });
1525
+
1409
1526
  class MonkeyIconOfferedComponent {
1410
1527
  }
1411
1528
  MonkeyIconOfferedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconOfferedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1614,6 +1731,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1614
1731
  type: Input
1615
1732
  }] } });
1616
1733
 
1734
+ class MonkeyIconUnfoldMoreComponent {
1735
+ }
1736
+ MonkeyIconUnfoldMoreComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconUnfoldMoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1737
+ MonkeyIconUnfoldMoreComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconUnfoldMoreComponent, selector: "monkey-icon-unfold-more", 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=\"M15 8L12 5L9 8\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 16L12 19L15 16\" 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"] });
1738
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconUnfoldMoreComponent, decorators: [{
1739
+ type: Component,
1740
+ args: [{ selector: 'monkey-icon-unfold-more', 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=\"M15 8L12 5L9 8\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 16L12 19L15 16\" 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"] }]
1741
+ }], propDecorators: { fillColor: [{
1742
+ type: Input
1743
+ }], size: [{
1744
+ type: Input
1745
+ }] } });
1746
+
1617
1747
  class MonkeyIconUploadComponent {
1618
1748
  }
1619
1749
  MonkeyIconUploadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconUploadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
@@ -1743,6 +1873,12 @@ class MonkeyIconComponent {
1743
1873
  }
1744
1874
  MonkeyIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconComponent, deps: [{ token: MonkeyStyleGuideSettingsService }], target: i0.ɵɵFactoryTarget.Component });
1745
1875
  MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconComponent, selector: "monkey-icon", inputs: { icon: "icon", color: "color", contrast: "contrast", disabled: "disabled" }, host: { listeners: { "click": "onClick($event)" } }, usesOnChanges: true, ngImport: i0, template: `
1876
+ <monkey-icon-arrows
1877
+ [fillColor]="_fillColor"
1878
+ [id]="_id"
1879
+ [size]="_size"
1880
+ *ngIf="_icon === 'arrows'"
1881
+ ></monkey-icon-arrows>
1746
1882
  <monkey-icon-arrow-down
1747
1883
  [fillColor]="_fillColor"
1748
1884
  [id]="_id"
@@ -1779,6 +1915,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
1779
1915
  [size]="_size"
1780
1916
  *ngIf="_icon === 'bank'"
1781
1917
  ></monkey-icon-bank>
1918
+ <monkey-icon-bank-account
1919
+ [fillColor]="_fillColor"
1920
+ [id]="_id"
1921
+ [size]="_size"
1922
+ *ngIf="_icon === 'bank-account'"
1923
+ ></monkey-icon-bank-account>
1782
1924
  <monkey-icon-bell
1783
1925
  [fillColor]="_fillColor"
1784
1926
  [id]="_id"
@@ -1809,6 +1951,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
1809
1951
  [size]="_size"
1810
1952
  *ngIf="_icon === 'camera'"
1811
1953
  ></monkey-icon-camera>
1954
+ <monkey-icon-card-machine
1955
+ [fillColor]="_fillColor"
1956
+ [id]="_id"
1957
+ [size]="_size"
1958
+ *ngIf="_icon === 'card-machine'"
1959
+ ></monkey-icon-card-machine>
1812
1960
  <monkey-icon-chat
1813
1961
  [fillColor]="_fillColor"
1814
1962
  [id]="_id"
@@ -1887,6 +2035,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
1887
2035
  [size]="_size"
1888
2036
  *ngIf="_icon === 'contract'"
1889
2037
  ></monkey-icon-contract>
2038
+ <monkey-icon-contract-pen
2039
+ [fillColor]="_fillColor"
2040
+ [id]="_id"
2041
+ [size]="_size"
2042
+ *ngIf="_icon === 'contract-pen'"
2043
+ ></monkey-icon-contract-pen>
1890
2044
  <monkey-icon-delete
1891
2045
  [fillColor]="_fillColor"
1892
2046
  [id]="_id"
@@ -1905,6 +2059,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
1905
2059
  [size]="_size"
1906
2060
  *ngIf="_icon === 'dollar-sign'"
1907
2061
  ></monkey-icon-dollar-sign>
2062
+ <monkey-icon-dollar-sign-circle
2063
+ [fillColor]="_fillColor"
2064
+ [id]="_id"
2065
+ [size]="_size"
2066
+ *ngIf="_icon === 'dollar-sign-circle'"
2067
+ ></monkey-icon-dollar-sign-circle>
1908
2068
  <monkey-icon-domain
1909
2069
  [fillColor]="_fillColor"
1910
2070
  [id]="_id"
@@ -2019,18 +2179,36 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
2019
2179
  [size]="_size"
2020
2180
  *ngIf="_icon === 'logout'"
2021
2181
  ></monkey-icon-logout>
2182
+ <monkey-icon-medal
2183
+ [fillColor]="_fillColor"
2184
+ [id]="_id"
2185
+ [size]="_size"
2186
+ *ngIf="_icon === 'medal'"
2187
+ ></monkey-icon-medal>
2022
2188
  <monkey-icon-menu
2023
2189
  [fillColor]="_fillColor"
2024
2190
  [id]="_id"
2025
2191
  [size]="_size"
2026
2192
  *ngIf="_icon === 'menu'"
2027
2193
  ></monkey-icon-menu>
2194
+ <monkey-icon-money
2195
+ [fillColor]="_fillColor"
2196
+ [id]="_id"
2197
+ [size]="_size"
2198
+ *ngIf="_icon === 'money'"
2199
+ ></monkey-icon-money>
2028
2200
  <monkey-icon-money-cedule
2029
2201
  [fillColor]="_fillColor"
2030
2202
  [id]="_id"
2031
2203
  [size]="_size"
2032
2204
  *ngIf="_icon === 'money-cedule'"
2033
2205
  ></monkey-icon-money-cedule>
2206
+ <monkey-icon-money-hand
2207
+ [fillColor]="_fillColor"
2208
+ [id]="_id"
2209
+ [size]="_size"
2210
+ *ngIf="_icon === 'money-hand'"
2211
+ ></monkey-icon-money-hand>
2034
2212
  <monkey-icon-money-sign
2035
2213
  [fillColor]="_fillColor"
2036
2214
  [id]="_id"
@@ -2043,6 +2221,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
2043
2221
  [size]="_size"
2044
2222
  *ngIf="_icon === 'more'"
2045
2223
  ></monkey-icon-more>
2224
+ <monkey-icon-new-company
2225
+ [fillColor]="_fillColor"
2226
+ [id]="_id"
2227
+ [size]="_size"
2228
+ *ngIf="_icon === 'new-company'"
2229
+ ></monkey-icon-new-company>
2046
2230
  <monkey-icon-offered
2047
2231
  [fillColor]="_fillColor"
2048
2232
  [id]="_id"
@@ -2139,6 +2323,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
2139
2323
  [size]="_size"
2140
2324
  *ngIf="_icon === 'trophy'"
2141
2325
  ></monkey-icon-trophy>
2326
+ <monkey-icon-unfold-more
2327
+ [fillColor]="_fillColor"
2328
+ [id]="_id"
2329
+ [size]="_size"
2330
+ *ngIf="_icon === 'unfold-more'"
2331
+ ></monkey-icon-unfold-more>
2142
2332
  <monkey-icon-upload
2143
2333
  [fillColor]="_fillColor"
2144
2334
  [id]="_id"
@@ -2169,12 +2359,18 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
2169
2359
  [size]="_size"
2170
2360
  *ngIf="_icon === 'warning'"
2171
2361
  ></monkey-icon-warning>
2172
- `, isInline: true, components: [{ 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: MonkeyIconArrowUpComponent, selector: "monkey-icon-arrow-up", inputs: ["fillColor", "size"] }, { type: MonkeyIconAuctionComponent, selector: "monkey-icon-auction", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankComponent, selector: "monkey-icon-bank", inputs: ["fillColor", "size"] }, { type: MonkeyIconBellComponent, selector: "monkey-icon-bell", inputs: ["fillColor", "size"] }, { type: MonkeyIconBookComponent, selector: "monkey-icon-book", inputs: ["fillColor", "size"] }, { type: MonkeyIconBoxComponent, selector: "monkey-icon-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconCalendarComponent, selector: "monkey-icon-calendar", inputs: ["fillColor", "size"] }, { type: MonkeyIconCameraComponent, selector: "monkey-icon-camera", 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: 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: 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: MonkeyIconDollarSignComponent, selector: "monkey-icon-dollar-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconDomainComponent, selector: "monkey-icon-domain", inputs: ["fillColor", "size"] }, { type: MonkeyIconDownloadComponent, selector: "monkey-icon-download", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditSquareComponent, selector: "monkey-icon-edit-square", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditComponent, selector: "monkey-icon-edit", 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: MonkeyIconFilterComponent, selector: "monkey-icon-filter", inputs: ["fillColor", "size"] }, { type: MonkeyIconGridComponent, selector: "monkey-icon-grid", 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: 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: MonkeyIconMenuComponent, selector: "monkey-icon-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyCeduleComponent, selector: "monkey-icon-money-cedule", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneySignComponent, selector: "monkey-icon-money-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreComponent, selector: "monkey-icon-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconOfferedComponent, selector: "monkey-icon-offered", 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: MonkeyIconPhoneComponent, selector: "monkey-icon-phone", 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: 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: MonkeyIconTrashComponent, selector: "monkey-icon-trash", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrophyComponent, selector: "monkey-icon-trophy", inputs: ["fillColor", "size"] }, { type: MonkeyIconUploadComponent, selector: "monkey-icon-upload", 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 });
2362
+ `, isInline: true, components: [{ type: MonkeyArrowsComponent, selector: "monkey-icon-arrows", 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: MonkeyIconArrowUpComponent, selector: "monkey-icon-arrow-up", inputs: ["fillColor", "size"] }, { type: MonkeyIconAuctionComponent, selector: "monkey-icon-auction", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankComponent, selector: "monkey-icon-bank", inputs: ["fillColor", "size"] }, { type: MonkeyBankAccountComponent, selector: "monkey-icon-bank-account", inputs: ["fillColor", "size"] }, { type: MonkeyIconBellComponent, selector: "monkey-icon-bell", inputs: ["fillColor", "size"] }, { type: MonkeyIconBookComponent, selector: "monkey-icon-book", inputs: ["fillColor", "size"] }, { type: MonkeyIconBoxComponent, selector: "monkey-icon-box", 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: 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: 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: MonkeyIconContractComponent, selector: "monkey-icon-contract", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractPenComponent, selector: "monkey-icon-contract-pen", inputs: ["fillColor", "size"] }, { type: MonkeyIconDeleteComponent, selector: "monkey-icon-delete", inputs: ["fillColor", "size"] }, { type: MonkeyIconDocumentComponent, selector: "monkey-icon-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignComponent, selector: "monkey-icon-dollar-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignCircleComponent, selector: "monkey-icon-dollar-sign-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconDomainComponent, selector: "monkey-icon-domain", inputs: ["fillColor", "size"] }, { type: MonkeyIconDownloadComponent, selector: "monkey-icon-download", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditSquareComponent, selector: "monkey-icon-edit-square", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditComponent, selector: "monkey-icon-edit", 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: MonkeyIconFilterComponent, selector: "monkey-icon-filter", inputs: ["fillColor", "size"] }, { type: MonkeyIconGridComponent, selector: "monkey-icon-grid", 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: 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: MonkeyIconMoneyComponent, selector: "monkey-icon-money", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyCeduleComponent, selector: "monkey-icon-money-cedule", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyHandComponent, selector: "monkey-icon-money-hand", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneySignComponent, selector: "monkey-icon-money-sign", 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: 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: MonkeyIconPhoneComponent, selector: "monkey-icon-phone", 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: 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: 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: 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 });
2173
2363
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconComponent, decorators: [{
2174
2364
  type: Component,
2175
2365
  args: [{
2176
2366
  selector: 'monkey-icon',
2177
2367
  template: `
2368
+ <monkey-icon-arrows
2369
+ [fillColor]="_fillColor"
2370
+ [id]="_id"
2371
+ [size]="_size"
2372
+ *ngIf="_icon === 'arrows'"
2373
+ ></monkey-icon-arrows>
2178
2374
  <monkey-icon-arrow-down
2179
2375
  [fillColor]="_fillColor"
2180
2376
  [id]="_id"
@@ -2211,6 +2407,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
2211
2407
  [size]="_size"
2212
2408
  *ngIf="_icon === 'bank'"
2213
2409
  ></monkey-icon-bank>
2410
+ <monkey-icon-bank-account
2411
+ [fillColor]="_fillColor"
2412
+ [id]="_id"
2413
+ [size]="_size"
2414
+ *ngIf="_icon === 'bank-account'"
2415
+ ></monkey-icon-bank-account>
2214
2416
  <monkey-icon-bell
2215
2417
  [fillColor]="_fillColor"
2216
2418
  [id]="_id"
@@ -2241,6 +2443,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
2241
2443
  [size]="_size"
2242
2444
  *ngIf="_icon === 'camera'"
2243
2445
  ></monkey-icon-camera>
2446
+ <monkey-icon-card-machine
2447
+ [fillColor]="_fillColor"
2448
+ [id]="_id"
2449
+ [size]="_size"
2450
+ *ngIf="_icon === 'card-machine'"
2451
+ ></monkey-icon-card-machine>
2244
2452
  <monkey-icon-chat
2245
2453
  [fillColor]="_fillColor"
2246
2454
  [id]="_id"
@@ -2319,6 +2527,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
2319
2527
  [size]="_size"
2320
2528
  *ngIf="_icon === 'contract'"
2321
2529
  ></monkey-icon-contract>
2530
+ <monkey-icon-contract-pen
2531
+ [fillColor]="_fillColor"
2532
+ [id]="_id"
2533
+ [size]="_size"
2534
+ *ngIf="_icon === 'contract-pen'"
2535
+ ></monkey-icon-contract-pen>
2322
2536
  <monkey-icon-delete
2323
2537
  [fillColor]="_fillColor"
2324
2538
  [id]="_id"
@@ -2337,6 +2551,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
2337
2551
  [size]="_size"
2338
2552
  *ngIf="_icon === 'dollar-sign'"
2339
2553
  ></monkey-icon-dollar-sign>
2554
+ <monkey-icon-dollar-sign-circle
2555
+ [fillColor]="_fillColor"
2556
+ [id]="_id"
2557
+ [size]="_size"
2558
+ *ngIf="_icon === 'dollar-sign-circle'"
2559
+ ></monkey-icon-dollar-sign-circle>
2340
2560
  <monkey-icon-domain
2341
2561
  [fillColor]="_fillColor"
2342
2562
  [id]="_id"
@@ -2451,18 +2671,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
2451
2671
  [size]="_size"
2452
2672
  *ngIf="_icon === 'logout'"
2453
2673
  ></monkey-icon-logout>
2674
+ <monkey-icon-medal
2675
+ [fillColor]="_fillColor"
2676
+ [id]="_id"
2677
+ [size]="_size"
2678
+ *ngIf="_icon === 'medal'"
2679
+ ></monkey-icon-medal>
2454
2680
  <monkey-icon-menu
2455
2681
  [fillColor]="_fillColor"
2456
2682
  [id]="_id"
2457
2683
  [size]="_size"
2458
2684
  *ngIf="_icon === 'menu'"
2459
2685
  ></monkey-icon-menu>
2686
+ <monkey-icon-money
2687
+ [fillColor]="_fillColor"
2688
+ [id]="_id"
2689
+ [size]="_size"
2690
+ *ngIf="_icon === 'money'"
2691
+ ></monkey-icon-money>
2460
2692
  <monkey-icon-money-cedule
2461
2693
  [fillColor]="_fillColor"
2462
2694
  [id]="_id"
2463
2695
  [size]="_size"
2464
2696
  *ngIf="_icon === 'money-cedule'"
2465
2697
  ></monkey-icon-money-cedule>
2698
+ <monkey-icon-money-hand
2699
+ [fillColor]="_fillColor"
2700
+ [id]="_id"
2701
+ [size]="_size"
2702
+ *ngIf="_icon === 'money-hand'"
2703
+ ></monkey-icon-money-hand>
2466
2704
  <monkey-icon-money-sign
2467
2705
  [fillColor]="_fillColor"
2468
2706
  [id]="_id"
@@ -2475,6 +2713,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
2475
2713
  [size]="_size"
2476
2714
  *ngIf="_icon === 'more'"
2477
2715
  ></monkey-icon-more>
2716
+ <monkey-icon-new-company
2717
+ [fillColor]="_fillColor"
2718
+ [id]="_id"
2719
+ [size]="_size"
2720
+ *ngIf="_icon === 'new-company'"
2721
+ ></monkey-icon-new-company>
2478
2722
  <monkey-icon-offered
2479
2723
  [fillColor]="_fillColor"
2480
2724
  [id]="_id"
@@ -2571,6 +2815,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
2571
2815
  [size]="_size"
2572
2816
  *ngIf="_icon === 'trophy'"
2573
2817
  ></monkey-icon-trophy>
2818
+ <monkey-icon-unfold-more
2819
+ [fillColor]="_fillColor"
2820
+ [id]="_id"
2821
+ [size]="_size"
2822
+ *ngIf="_icon === 'unfold-more'"
2823
+ ></monkey-icon-unfold-more>
2574
2824
  <monkey-icon-upload
2575
2825
  [fillColor]="_fillColor"
2576
2826
  [id]="_id"
@@ -2935,17 +3185,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
2935
3185
  class MonkeyIconModule {
2936
3186
  }
2937
3187
  MonkeyIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2938
- MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconModule, declarations: [MonkeyIconArrowDownComponent,
3188
+ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconModule, declarations: [MonkeyArrowsComponent,
3189
+ MonkeyIconArrowDownComponent,
2939
3190
  MonkeyIconArrowLeftComponent,
2940
3191
  MonkeyIconArrowRightComponent,
2941
3192
  MonkeyIconArrowUpComponent,
2942
3193
  MonkeyIconAuctionComponent,
2943
3194
  MonkeyIconBankComponent,
3195
+ MonkeyBankAccountComponent,
2944
3196
  MonkeyIconBellComponent,
2945
3197
  MonkeyIconBookComponent,
2946
3198
  MonkeyIconBoxComponent,
2947
3199
  MonkeyIconCalendarComponent,
2948
3200
  MonkeyIconCameraComponent,
3201
+ MonkeyIconCardMachineComponent,
2949
3202
  MonkeyIconChatComponent,
2950
3203
  MonkeyIconCheckCircleComponent,
2951
3204
  MonkeyIconCheckCircleOutComponent,
@@ -2960,9 +3213,11 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
2960
3213
  MonkeyIconCompanyNameComponent,
2961
3214
  MonkeyIconComponent,
2962
3215
  MonkeyIconContractComponent,
3216
+ MonkeyIconContractPenComponent,
2963
3217
  MonkeyIconDeleteComponent,
2964
3218
  MonkeyIconDocumentComponent,
2965
3219
  MonkeyIconDollarSignComponent,
3220
+ MonkeyIconDollarSignCircleComponent,
2966
3221
  MonkeyIconDomainComponent,
2967
3222
  MonkeyIconDownloadComponent,
2968
3223
  MonkeyIconEditComponent,
@@ -2982,10 +3237,14 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
2982
3237
  MonkeyIconLocationPinComponent,
2983
3238
  MonkeyIconLoginComponent,
2984
3239
  MonkeyIconLogoutComponent,
3240
+ MonkeyIconMedalComponent,
2985
3241
  MonkeyIconMenuComponent,
3242
+ MonkeyIconMoneyComponent,
2986
3243
  MonkeyIconMoneyCeduleComponent,
3244
+ MonkeyIconMoneyHandComponent,
2987
3245
  MonkeyIconMoneySignComponent,
2988
3246
  MonkeyIconMoreComponent,
3247
+ MonkeyIconNewCompanyComponent,
2989
3248
  MonkeyIconOfferedComponent,
2990
3249
  MonkeyIconPasswordComponent,
2991
3250
  MonkeyIconPeopleComponent,
@@ -3002,6 +3261,7 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
3002
3261
  MonkeyIconSettingsComponent,
3003
3262
  MonkeyIconTrashComponent,
3004
3263
  MonkeyIconTrophyComponent,
3264
+ MonkeyIconUnfoldMoreComponent,
3005
3265
  MonkeyIconUploadComponent,
3006
3266
  MonkeyIconUserComponent,
3007
3267
  MonkeyIconWaitingComponent,
@@ -3012,17 +3272,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
3012
3272
  type: NgModule,
3013
3273
  args: [{
3014
3274
  declarations: [
3275
+ MonkeyArrowsComponent,
3015
3276
  MonkeyIconArrowDownComponent,
3016
3277
  MonkeyIconArrowLeftComponent,
3017
3278
  MonkeyIconArrowRightComponent,
3018
3279
  MonkeyIconArrowUpComponent,
3019
3280
  MonkeyIconAuctionComponent,
3020
3281
  MonkeyIconBankComponent,
3282
+ MonkeyBankAccountComponent,
3021
3283
  MonkeyIconBellComponent,
3022
3284
  MonkeyIconBookComponent,
3023
3285
  MonkeyIconBoxComponent,
3024
3286
  MonkeyIconCalendarComponent,
3025
3287
  MonkeyIconCameraComponent,
3288
+ MonkeyIconCardMachineComponent,
3026
3289
  MonkeyIconChatComponent,
3027
3290
  MonkeyIconCheckCircleComponent,
3028
3291
  MonkeyIconCheckCircleOutComponent,
@@ -3037,9 +3300,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
3037
3300
  MonkeyIconCompanyNameComponent,
3038
3301
  MonkeyIconComponent,
3039
3302
  MonkeyIconContractComponent,
3303
+ MonkeyIconContractPenComponent,
3040
3304
  MonkeyIconDeleteComponent,
3041
3305
  MonkeyIconDocumentComponent,
3042
3306
  MonkeyIconDollarSignComponent,
3307
+ MonkeyIconDollarSignCircleComponent,
3043
3308
  MonkeyIconDomainComponent,
3044
3309
  MonkeyIconDownloadComponent,
3045
3310
  MonkeyIconEditComponent,
@@ -3059,10 +3324,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
3059
3324
  MonkeyIconLocationPinComponent,
3060
3325
  MonkeyIconLoginComponent,
3061
3326
  MonkeyIconLogoutComponent,
3327
+ MonkeyIconMedalComponent,
3062
3328
  MonkeyIconMenuComponent,
3329
+ MonkeyIconMoneyComponent,
3063
3330
  MonkeyIconMoneyCeduleComponent,
3331
+ MonkeyIconMoneyHandComponent,
3064
3332
  MonkeyIconMoneySignComponent,
3065
3333
  MonkeyIconMoreComponent,
3334
+ MonkeyIconNewCompanyComponent,
3066
3335
  MonkeyIconOfferedComponent,
3067
3336
  MonkeyIconPasswordComponent,
3068
3337
  MonkeyIconPeopleComponent,
@@ -3079,6 +3348,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
3079
3348
  MonkeyIconSettingsComponent,
3080
3349
  MonkeyIconTrashComponent,
3081
3350
  MonkeyIconTrophyComponent,
3351
+ MonkeyIconUnfoldMoreComponent,
3082
3352
  MonkeyIconUploadComponent,
3083
3353
  MonkeyIconUserComponent,
3084
3354
  MonkeyIconWaitingComponent,
@@ -8221,5 +8491,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
8221
8491
  * Generated bundle index. Do not edit.
8222
8492
  */
8223
8493
 
8224
- export { MonkeyBadgeComponent, MonkeyBadgeModule, MonkeyButtonAvatarComponent, MonkeyButtonComponent, MonkeyButtonDropdownComponent, MonkeyButtonModule, MonkeyCheckboxComponent, MonkeyCheckboxModule, MonkeyDateRangePickerComponent, MonkeyDateRangePickerModule, MonkeyExpansionComponent, MonkeyExpansionModule, MonkeyFileUploadComponent, MonkeyFileUploadModule, MonkeyIconArrowLeftComponent, MonkeyIconArrowRightComponent, MonkeyIconArrowUpComponent, MonkeyIconAuctionComponent, MonkeyIconBankComponent, MonkeyIconBellComponent, MonkeyIconBookComponent, MonkeyIconBoxComponent, MonkeyIconCNPJComponent, MonkeyIconCalendarComponent, MonkeyIconCameraComponent, MonkeyIconChatComponent, MonkeyIconCheckCircleComponent, MonkeyIconCheckCircleOutComponent, MonkeyIconCheckComponent, MonkeyIconCheckGreyComponent, MonkeyIconCheckWhiteComponent, MonkeyIconClipboardComponent, MonkeyIconClockComponent, MonkeyIconCloseComponent, MonkeyIconCodepenComponent, MonkeyIconCompanyNameComponent, MonkeyIconComponent, MonkeyIconContractComponent, MonkeyIconDeleteComponent, MonkeyIconDocumentComponent, MonkeyIconDollarSignComponent, MonkeyIconDomainComponent, MonkeyIconDownloadComponent, MonkeyIconEditComponent, MonkeyIconEditSquareComponent, MonkeyIconEmailComponent, MonkeyIconEmptyDocComponent, MonkeyIconErrorComponent, MonkeyIconEyeClosedComponent, MonkeyIconEyeOpenComponent, MonkeyIconFilterComponent, MonkeyIconGridComponent, MonkeyIconHelpComponent, MonkeyIconHexagonComponent, MonkeyIconHomeComponent, MonkeyIconImageComponent, MonkeyIconListComponent, MonkeyIconLocationPinComponent, MonkeyIconLoginComponent, MonkeyIconLogoutComponent, MonkeyIconMenuComponent, MonkeyIconModule, MonkeyIconMoneyCeduleComponent, MonkeyIconMoneySignComponent, MonkeyIconMoreComponent, MonkeyIconOfferedComponent, MonkeyIconPasswordComponent, MonkeyIconPeopleComponent, MonkeyIconPercentComponent, MonkeyIconPersonDocumentComponent, MonkeyIconPersonSadComponent, MonkeyIconPhoneComponent, MonkeyIconPorkComponent, MonkeyIconRadioComponent, MonkeyIconRefreshComponent, MonkeyIconRepeatComponent, MonkeyIconSearchComponent, MonkeyIconSecondWarningComponent, MonkeyIconSettingsComponent, MonkeyIconTrashComponent, MonkeyIconTrophyComponent, 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 };
8494
+ export { MonkeyArrowsComponent, MonkeyBadgeComponent, MonkeyBadgeModule, MonkeyBankAccountComponent, MonkeyButtonAvatarComponent, MonkeyButtonComponent, MonkeyButtonDropdownComponent, MonkeyButtonModule, MonkeyCheckboxComponent, MonkeyCheckboxModule, MonkeyDateRangePickerComponent, MonkeyDateRangePickerModule, MonkeyExpansionComponent, MonkeyExpansionModule, MonkeyFileUploadComponent, MonkeyFileUploadModule, MonkeyIconArrowLeftComponent, MonkeyIconArrowRightComponent, MonkeyIconArrowUpComponent, MonkeyIconAuctionComponent, MonkeyIconBankComponent, MonkeyIconBellComponent, MonkeyIconBookComponent, MonkeyIconBoxComponent, MonkeyIconCNPJComponent, MonkeyIconCalendarComponent, MonkeyIconCameraComponent, MonkeyIconCardMachineComponent, MonkeyIconChatComponent, MonkeyIconCheckCircleComponent, MonkeyIconCheckCircleOutComponent, MonkeyIconCheckComponent, MonkeyIconCheckGreyComponent, MonkeyIconCheckWhiteComponent, MonkeyIconClipboardComponent, MonkeyIconClockComponent, MonkeyIconCloseComponent, MonkeyIconCodepenComponent, MonkeyIconCompanyNameComponent, MonkeyIconComponent, MonkeyIconContractComponent, MonkeyIconContractPenComponent, MonkeyIconDeleteComponent, MonkeyIconDocumentComponent, MonkeyIconDollarSignCircleComponent, MonkeyIconDollarSignComponent, MonkeyIconDomainComponent, MonkeyIconDownloadComponent, MonkeyIconEditComponent, MonkeyIconEditSquareComponent, MonkeyIconEmailComponent, MonkeyIconEmptyDocComponent, MonkeyIconErrorComponent, MonkeyIconEyeClosedComponent, MonkeyIconEyeOpenComponent, MonkeyIconFilterComponent, MonkeyIconGridComponent, MonkeyIconHelpComponent, MonkeyIconHexagonComponent, MonkeyIconHomeComponent, MonkeyIconImageComponent, MonkeyIconListComponent, MonkeyIconLocationPinComponent, MonkeyIconLoginComponent, MonkeyIconLogoutComponent, MonkeyIconMedalComponent, MonkeyIconMenuComponent, MonkeyIconModule, MonkeyIconMoneyCeduleComponent, MonkeyIconMoneyComponent, MonkeyIconMoneyHandComponent, MonkeyIconMoneySignComponent, MonkeyIconMoreComponent, MonkeyIconNewCompanyComponent, MonkeyIconOfferedComponent, MonkeyIconPasswordComponent, MonkeyIconPeopleComponent, MonkeyIconPercentComponent, MonkeyIconPersonDocumentComponent, MonkeyIconPersonSadComponent, MonkeyIconPhoneComponent, MonkeyIconPorkComponent, MonkeyIconRadioComponent, MonkeyIconRefreshComponent, MonkeyIconRepeatComponent, MonkeyIconSearchComponent, MonkeyIconSecondWarningComponent, MonkeyIconSettingsComponent, 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 };
8225
8495
  //# sourceMappingURL=monkey-style-guide.mjs.map