monkey-style-guide 2.0.148 → 2.0.151

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 (163) hide show
  1. package/README.md +4 -3
  2. package/assets/icons/arrow-left.svg +2 -2
  3. package/assets/icons/arrow-right.svg +2 -2
  4. package/assets/icons/double-arrow-left.svg +2 -2
  5. package/assets/icons/star.svg +3 -0
  6. package/assets/scss/partials/components/_table.scss +33 -0
  7. package/esm2020/lib/components/badge/badge.component.mjs +4 -4
  8. package/esm2020/lib/components/badge/badge.module.mjs +5 -5
  9. package/esm2020/lib/components/button/button-avatar.component.mjs +4 -4
  10. package/esm2020/lib/components/button/button-dropdown.component.mjs +4 -4
  11. package/esm2020/lib/components/button/button.component.mjs +4 -4
  12. package/esm2020/lib/components/button/button.module.mjs +5 -5
  13. package/esm2020/lib/components/checkbox/checkbox.component.mjs +4 -4
  14. package/esm2020/lib/components/checkbox/checkbox.module.mjs +5 -5
  15. package/esm2020/lib/components/date-range-picker/date-range-picker.component.mjs +4 -4
  16. package/esm2020/lib/components/date-range-picker/date-range-picker.module.mjs +5 -5
  17. package/esm2020/lib/components/expansion/expansion.component.mjs +4 -4
  18. package/esm2020/lib/components/expansion/expansion.module.mjs +5 -5
  19. package/esm2020/lib/components/file-upload/file-upload.component.mjs +4 -4
  20. package/esm2020/lib/components/file-upload/file-upload.module.mjs +5 -5
  21. package/esm2020/lib/components/icon/icon-arrow-down.component.mjs +4 -4
  22. package/esm2020/lib/components/icon/icon-arrow-left.component.mjs +5 -5
  23. package/esm2020/lib/components/icon/icon-arrow-line-right.component.mjs +4 -4
  24. package/esm2020/lib/components/icon/icon-arrow-right.component.mjs +5 -5
  25. package/esm2020/lib/components/icon/icon-arrow-up.component.mjs +4 -4
  26. package/esm2020/lib/components/icon/icon-arrows.component.mjs +4 -4
  27. package/esm2020/lib/components/icon/icon-auction.component.mjs +4 -4
  28. package/esm2020/lib/components/icon/icon-bank-account.component.mjs +4 -4
  29. package/esm2020/lib/components/icon/icon-bank.component.mjs +4 -4
  30. package/esm2020/lib/components/icon/icon-banknote-search.component.mjs +4 -4
  31. package/esm2020/lib/components/icon/icon-bell.component.mjs +4 -4
  32. package/esm2020/lib/components/icon/icon-book.component.mjs +4 -4
  33. package/esm2020/lib/components/icon/icon-box.component.mjs +4 -4
  34. package/esm2020/lib/components/icon/icon-build-person.component.mjs +4 -4
  35. package/esm2020/lib/components/icon/icon-calendar.component.mjs +4 -4
  36. package/esm2020/lib/components/icon/icon-camera.component.mjs +4 -4
  37. package/esm2020/lib/components/icon/icon-card-machine.component.mjs +4 -4
  38. package/esm2020/lib/components/icon/icon-card.component.mjs +4 -4
  39. package/esm2020/lib/components/icon/icon-chat.component.mjs +4 -4
  40. package/esm2020/lib/components/icon/icon-check-circle-out.component.mjs +4 -4
  41. package/esm2020/lib/components/icon/icon-check-circle.component.mjs +4 -4
  42. package/esm2020/lib/components/icon/icon-check-grey.component.mjs +4 -4
  43. package/esm2020/lib/components/icon/icon-check-white.component.mjs +4 -4
  44. package/esm2020/lib/components/icon/icon-check.component.mjs +4 -4
  45. package/esm2020/lib/components/icon/icon-clipboard.component.mjs +4 -4
  46. package/esm2020/lib/components/icon/icon-clock.component.mjs +4 -4
  47. package/esm2020/lib/components/icon/icon-close.component.mjs +4 -4
  48. package/esm2020/lib/components/icon/icon-cnpj.component.mjs +4 -4
  49. package/esm2020/lib/components/icon/icon-codepen.component.mjs +4 -4
  50. package/esm2020/lib/components/icon/icon-company-name.component.mjs +4 -4
  51. package/esm2020/lib/components/icon/icon-contract-pen.component.mjs +4 -4
  52. package/esm2020/lib/components/icon/icon-contract.component.mjs +4 -4
  53. package/esm2020/lib/components/icon/icon-delete.component.mjs +4 -4
  54. package/esm2020/lib/components/icon/icon-document.component.mjs +4 -4
  55. package/esm2020/lib/components/icon/icon-dollar-sign-circle.component.mjs +4 -4
  56. package/esm2020/lib/components/icon/icon-dollar-sign.component.mjs +4 -4
  57. package/esm2020/lib/components/icon/icon-domain.component.mjs +4 -4
  58. package/esm2020/lib/components/icon/icon-double-arrow-left.component.mjs +5 -5
  59. package/esm2020/lib/components/icon/icon-double-arrow-right.component.mjs +4 -4
  60. package/esm2020/lib/components/icon/icon-download.component.mjs +4 -4
  61. package/esm2020/lib/components/icon/icon-edit-square.component.mjs +4 -4
  62. package/esm2020/lib/components/icon/icon-edit.component.mjs +4 -4
  63. package/esm2020/lib/components/icon/icon-email.component.mjs +4 -4
  64. package/esm2020/lib/components/icon/icon-empty-doc.component.mjs +4 -4
  65. package/esm2020/lib/components/icon/icon-error.component.mjs +4 -4
  66. package/esm2020/lib/components/icon/icon-eye-closed.component.mjs +4 -4
  67. package/esm2020/lib/components/icon/icon-eye-open.component.mjs +4 -4
  68. package/esm2020/lib/components/icon/icon-filter.component.mjs +4 -4
  69. package/esm2020/lib/components/icon/icon-grid.component.mjs +4 -4
  70. package/esm2020/lib/components/icon/icon-help.component.mjs +4 -4
  71. package/esm2020/lib/components/icon/icon-hexagon.component.mjs +4 -4
  72. package/esm2020/lib/components/icon/icon-home.component.mjs +4 -4
  73. package/esm2020/lib/components/icon/icon-image.component.mjs +4 -4
  74. package/esm2020/lib/components/icon/icon-info.component.mjs +4 -4
  75. package/esm2020/lib/components/icon/icon-invoice.component.mjs +4 -4
  76. package/esm2020/lib/components/icon/icon-list.component.mjs +4 -4
  77. package/esm2020/lib/components/icon/icon-location-pin.component.mjs +4 -4
  78. package/esm2020/lib/components/icon/icon-login.component.mjs +4 -4
  79. package/esm2020/lib/components/icon/icon-logout.component.mjs +4 -4
  80. package/esm2020/lib/components/icon/icon-medal.component.mjs +4 -4
  81. package/esm2020/lib/components/icon/icon-menu.component.mjs +4 -4
  82. package/esm2020/lib/components/icon/icon-money-cedule.component.mjs +4 -4
  83. package/esm2020/lib/components/icon/icon-money-hand.component.mjs +4 -4
  84. package/esm2020/lib/components/icon/icon-money-sign.component.mjs +4 -4
  85. package/esm2020/lib/components/icon/icon-money.component.mjs +4 -4
  86. package/esm2020/lib/components/icon/icon-more.component.mjs +4 -4
  87. package/esm2020/lib/components/icon/icon-new-company.component.mjs +4 -4
  88. package/esm2020/lib/components/icon/icon-offered.component.mjs +4 -4
  89. package/esm2020/lib/components/icon/icon-password.component.mjs +4 -4
  90. package/esm2020/lib/components/icon/icon-people.component.mjs +4 -4
  91. package/esm2020/lib/components/icon/icon-percent.component.mjs +4 -4
  92. package/esm2020/lib/components/icon/icon-person-document.component.mjs +4 -4
  93. package/esm2020/lib/components/icon/icon-person-sad.component.mjs +4 -4
  94. package/esm2020/lib/components/icon/icon-phone.component.mjs +4 -4
  95. package/esm2020/lib/components/icon/icon-pork.component.mjs +4 -4
  96. package/esm2020/lib/components/icon/icon-radio.component.mjs +4 -4
  97. package/esm2020/lib/components/icon/icon-refresh.component.mjs +4 -4
  98. package/esm2020/lib/components/icon/icon-repeat.component.mjs +4 -4
  99. package/esm2020/lib/components/icon/icon-search.component.mjs +4 -4
  100. package/esm2020/lib/components/icon/icon-second-warning.component.mjs +4 -4
  101. package/esm2020/lib/components/icon/icon-settings.component.mjs +4 -4
  102. package/esm2020/lib/components/icon/icon-shield-chekmark.component.mjs +4 -4
  103. package/esm2020/lib/components/icon/icon-star.component.mjs +15 -0
  104. package/esm2020/lib/components/icon/icon-today.component.mjs +4 -4
  105. package/esm2020/lib/components/icon/icon-trash.component.mjs +4 -4
  106. package/esm2020/lib/components/icon/icon-trophy.component.mjs +4 -4
  107. package/esm2020/lib/components/icon/icon-unfold-more.component.mjs +4 -4
  108. package/esm2020/lib/components/icon/icon-upload.component.mjs +4 -4
  109. package/esm2020/lib/components/icon/icon-user.component.mjs +4 -4
  110. package/esm2020/lib/components/icon/icon-waiting.component.mjs +4 -4
  111. package/esm2020/lib/components/icon/icon-wallet.component.mjs +4 -4
  112. package/esm2020/lib/components/icon/icon-warning.component.mjs +4 -4
  113. package/esm2020/lib/components/icon/icon.component.mjs +28 -15
  114. package/esm2020/lib/components/icon/icon.module.mjs +8 -5
  115. package/esm2020/lib/components/icon/index.mjs +2 -1
  116. package/esm2020/lib/components/image-crop/image-crop.component.mjs +4 -4
  117. package/esm2020/lib/components/image-crop/image-crop.module.mjs +5 -5
  118. package/esm2020/lib/components/input/input-filter.component.mjs +4 -4
  119. package/esm2020/lib/components/input/input.component.mjs +4 -4
  120. package/esm2020/lib/components/input/input.module.mjs +5 -5
  121. package/esm2020/lib/components/input-phone/input-phone.component.mjs +7 -7
  122. package/esm2020/lib/components/input-phone/input-phone.module.mjs +5 -5
  123. package/esm2020/lib/components/modal/modal.component.mjs +4 -4
  124. package/esm2020/lib/components/modal/modal.module.mjs +5 -5
  125. package/esm2020/lib/components/option/option.component.mjs +4 -4
  126. package/esm2020/lib/components/option/option.module.mjs +5 -5
  127. package/esm2020/lib/components/radiobutton/radiobutton.component.mjs +4 -4
  128. package/esm2020/lib/components/radiobutton/radiobutton.module.mjs +5 -5
  129. package/esm2020/lib/components/select/select-filter.component.mjs +4 -4
  130. package/esm2020/lib/components/select/select-multiple.component.mjs +4 -4
  131. package/esm2020/lib/components/select/select-search.component.mjs +4 -4
  132. package/esm2020/lib/components/select/select.component.mjs +4 -4
  133. package/esm2020/lib/components/select/select.module.mjs +5 -5
  134. package/esm2020/lib/components/stepper/stepper.component.mjs +4 -4
  135. package/esm2020/lib/components/stepper/stepper.module.mjs +5 -5
  136. package/esm2020/lib/components/tab/tab.component.mjs +4 -4
  137. package/esm2020/lib/components/tab/tab.module.mjs +5 -5
  138. package/esm2020/lib/components/table/table-column.component.mjs +4 -4
  139. package/esm2020/lib/components/table/table.component.mjs +60 -12
  140. package/esm2020/lib/components/table/table.module.mjs +9 -8
  141. package/esm2020/lib/components/toggle/toggle.component.mjs +4 -4
  142. package/esm2020/lib/components/toggle/toggle.module.mjs +5 -5
  143. package/esm2020/lib/components/wizard/wizard.component.mjs +4 -4
  144. package/esm2020/lib/components/wizard/wizard.module.mjs +5 -5
  145. package/esm2020/lib/core/services/modal/monkey-style-guide-modal-fixed.service.mjs +4 -4
  146. package/esm2020/lib/core/services/modal/monkey-style-guide-modal.service.mjs +4 -4
  147. package/esm2020/lib/core/services/monkey-style-guide.service.mjs +4 -4
  148. package/esm2020/lib/core/services/settings/monkey-style-guide-settings.service.mjs +4 -4
  149. package/esm2020/lib/core/services/settings/monkey-style-guide-theme-settings.service.mjs +4 -4
  150. package/esm2020/lib/core/services/snackbar/mokey-style-guide-snackbar.service.mjs +4 -4
  151. package/esm2020/lib/monkey-style-guide.module.mjs +5 -5
  152. package/fesm2015/monkey-style-guide.mjs +540 -466
  153. package/fesm2015/monkey-style-guide.mjs.map +1 -1
  154. package/fesm2020/monkey-style-guide.mjs +540 -466
  155. package/fesm2020/monkey-style-guide.mjs.map +1 -1
  156. package/lib/components/icon/icon-star.component.d.ts +7 -0
  157. package/lib/components/icon/icon.module.d.ts +12 -11
  158. package/lib/components/icon/index.d.ts +1 -0
  159. package/lib/components/table/table.component.d.ts +23 -2
  160. package/lib/components/table/table.module.d.ts +2 -1
  161. package/monkey-style-guide-2.0.151.tgz +0 -0
  162. package/package.json +1 -1
  163. package/monkey-style-guide-2.0.148.tgz +0 -0
@@ -22,9 +22,9 @@ class MonkeyStyleGuideService {
22
22
  return this.http.get(url, options);
23
23
  }
24
24
  }
25
- MonkeyStyleGuideService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
26
- MonkeyStyleGuideService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideService });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideService, decorators: [{
25
+ MonkeyStyleGuideService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideService, deps: [{ token: i1.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
26
+ MonkeyStyleGuideService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideService });
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideService, decorators: [{
28
28
  type: Injectable
29
29
  }], ctorParameters: function () { return [{ type: i1.HttpClient }]; } });
30
30
 
@@ -96,9 +96,9 @@ class MonkeyStyleGuideThemeSettingsService {
96
96
  }, 500);
97
97
  }
98
98
  }
99
- MonkeyStyleGuideThemeSettingsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideThemeSettingsService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
100
- MonkeyStyleGuideThemeSettingsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideThemeSettingsService });
101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideThemeSettingsService, decorators: [{
99
+ MonkeyStyleGuideThemeSettingsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideThemeSettingsService, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
100
+ MonkeyStyleGuideThemeSettingsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideThemeSettingsService });
101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideThemeSettingsService, decorators: [{
102
102
  type: Injectable
103
103
  }], ctorParameters: function () { return [{ type: undefined, decorators: [{
104
104
  type: Inject,
@@ -135,9 +135,9 @@ class MonkeyStyleGuideSettingsService {
135
135
  return this.settingsSubject$.asObservable();
136
136
  }
137
137
  }
138
- MonkeyStyleGuideSettingsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideSettingsService, deps: [{ token: MonkeyStyleGuideService }, { token: MonkeyStyleGuideThemeSettingsService }], target: i0.ɵɵFactoryTarget.Injectable });
139
- MonkeyStyleGuideSettingsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideSettingsService });
140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideSettingsService, decorators: [{
138
+ MonkeyStyleGuideSettingsService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideSettingsService, deps: [{ token: MonkeyStyleGuideService }, { token: MonkeyStyleGuideThemeSettingsService }], target: i0.ɵɵFactoryTarget.Injectable });
139
+ MonkeyStyleGuideSettingsService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideSettingsService });
140
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideSettingsService, decorators: [{
141
141
  type: Injectable
142
142
  }], ctorParameters: function () { return [{ type: MonkeyStyleGuideService }, { type: MonkeyStyleGuideThemeSettingsService }]; } });
143
143
 
@@ -596,9 +596,9 @@ class MonkeyStyleGuideSnackbarService {
596
596
  this.stopBlinking();
597
597
  }
598
598
  }
599
- MonkeyStyleGuideSnackbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideSnackbarService, deps: [{ token: i1$1.Location }], target: i0.ɵɵFactoryTarget.Injectable });
600
- MonkeyStyleGuideSnackbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideSnackbarService });
601
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideSnackbarService, decorators: [{
599
+ MonkeyStyleGuideSnackbarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideSnackbarService, deps: [{ token: i1$1.Location }], target: i0.ɵɵFactoryTarget.Injectable });
600
+ MonkeyStyleGuideSnackbarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideSnackbarService });
601
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideSnackbarService, decorators: [{
602
602
  type: Injectable
603
603
  }], ctorParameters: function () { return [{ type: i1$1.Location }]; } });
604
604
 
@@ -647,9 +647,9 @@ class MonkeyStyleGuideModalService {
647
647
  document.body.classList.remove('mecx-monkey-open');
648
648
  }
649
649
  }
650
- MonkeyStyleGuideModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideModalService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ApplicationRef }, { token: i0.Injector }, { token: i1$1.Location }], target: i0.ɵɵFactoryTarget.Injectable });
651
- MonkeyStyleGuideModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideModalService });
652
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideModalService, decorators: [{
650
+ MonkeyStyleGuideModalService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideModalService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ApplicationRef }, { token: i0.Injector }, { token: i1$1.Location }], target: i0.ɵɵFactoryTarget.Injectable });
651
+ MonkeyStyleGuideModalService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideModalService });
652
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideModalService, decorators: [{
653
653
  type: Injectable
654
654
  }], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: i0.ApplicationRef }, { type: i0.Injector }, { type: i1$1.Location }]; } });
655
655
 
@@ -696,9 +696,9 @@ class MonkeyStyleGuideModalFixedService {
696
696
  document.body.classList.remove('mecx-monkey-open');
697
697
  }
698
698
  }
699
- MonkeyStyleGuideModalFixedService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideModalFixedService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ApplicationRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
700
- MonkeyStyleGuideModalFixedService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideModalFixedService });
701
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideModalFixedService, decorators: [{
699
+ MonkeyStyleGuideModalFixedService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideModalFixedService, deps: [{ token: i0.ComponentFactoryResolver }, { token: i0.ApplicationRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
700
+ MonkeyStyleGuideModalFixedService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideModalFixedService });
701
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideModalFixedService, decorators: [{
702
702
  type: Injectable
703
703
  }], ctorParameters: function () { return [{ type: i0.ComponentFactoryResolver }, { type: i0.ApplicationRef }, { type: i0.Injector }]; } });
704
704
 
@@ -714,15 +714,15 @@ class MonkeyBadgeComponent {
714
714
  this._id = `mecx-badge-${MonkeyUtils.getRandomString(10)}`;
715
715
  }
716
716
  }
717
- MonkeyBadgeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
718
- MonkeyBadgeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyBadgeComponent, selector: "monkey-badge", inputs: { count: "count", pulseOn: "pulseOn" }, ngImport: i0, template: `
717
+ MonkeyBadgeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
718
+ MonkeyBadgeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyBadgeComponent, selector: "monkey-badge", inputs: { count: "count", pulseOn: "pulseOn" }, ngImport: i0, template: `
719
719
  <mecx-monkey-badge [id]="_id" [ngClass]="{ pulse: pulseOn }">
720
720
  <div class="badge-count">
721
721
  {{ count }}
722
722
  </div>
723
723
  </mecx-monkey-badge>
724
724
  `, isInline: true, directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
725
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyBadgeComponent, decorators: [{
725
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeComponent, decorators: [{
726
726
  type: Component,
727
727
  args: [{
728
728
  selector: 'monkey-badge',
@@ -743,10 +743,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
743
743
 
744
744
  class MonkeyBadgeModule {
745
745
  }
746
- MonkeyBadgeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
747
- MonkeyBadgeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyBadgeModule, declarations: [MonkeyBadgeComponent], imports: [CommonModule], exports: [MonkeyBadgeComponent] });
748
- MonkeyBadgeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyBadgeModule, imports: [[CommonModule]] });
749
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyBadgeModule, decorators: [{
746
+ MonkeyBadgeModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
747
+ MonkeyBadgeModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeModule, declarations: [MonkeyBadgeComponent], imports: [CommonModule], exports: [MonkeyBadgeComponent] });
748
+ MonkeyBadgeModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeModule, imports: [[CommonModule]] });
749
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBadgeModule, decorators: [{
750
750
  type: NgModule,
751
751
  args: [{
752
752
  declarations: [MonkeyBadgeComponent],
@@ -758,9 +758,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
758
758
 
759
759
  class MonkeyArrowsComponent {
760
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: [{
761
+ MonkeyArrowsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyArrowsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
762
+ MonkeyArrowsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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.3.11", ngImport: i0, type: MonkeyArrowsComponent, decorators: [{
764
764
  type: Component,
765
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
766
  }], propDecorators: { fillColor: [{
@@ -771,9 +771,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
771
771
 
772
772
  class MonkeyIconArrowDownComponent {
773
773
  }
774
- MonkeyIconArrowDownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconArrowDownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
775
- MonkeyIconArrowDownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconArrowDownComponent, selector: "monkey-icon-arrow-down", 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=\"M2 5L8 11L14 5\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
776
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconArrowDownComponent, decorators: [{
774
+ MonkeyIconArrowDownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconArrowDownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
775
+ MonkeyIconArrowDownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconArrowDownComponent, selector: "monkey-icon-arrow-down", 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=\"M2 5L8 11L14 5\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
776
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconArrowDownComponent, decorators: [{
777
777
  type: Component,
778
778
  args: [{ selector: 'monkey-icon-arrow-down', 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=\"M2 5L8 11L14 5\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
779
779
  }], propDecorators: { fillColor: [{
@@ -784,11 +784,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
784
784
 
785
785
  class MonkeyIconArrowLeftComponent {
786
786
  }
787
- MonkeyIconArrowLeftComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconArrowLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
788
- MonkeyIconArrowLeftComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconArrowLeftComponent, selector: "monkey-icon-arrow-left", 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=\"M10 1.99976L4 7.99976L10 13.9998\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
789
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconArrowLeftComponent, decorators: [{
787
+ MonkeyIconArrowLeftComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconArrowLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
788
+ MonkeyIconArrowLeftComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconArrowLeftComponent, selector: "monkey-icon-arrow-left", 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 18L9 12L15 6\" stroke=\"#EBEBEB\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
789
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconArrowLeftComponent, decorators: [{
790
790
  type: Component,
791
- args: [{ selector: 'monkey-icon-arrow-left', 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=\"M10 1.99976L4 7.99976L10 13.9998\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
791
+ args: [{ selector: 'monkey-icon-arrow-left', 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 18L9 12L15 6\" stroke=\"#EBEBEB\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
792
792
  }], propDecorators: { fillColor: [{
793
793
  type: Input
794
794
  }], size: [{
@@ -797,11 +797,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
797
797
 
798
798
  class MonkeyIconArrowRightComponent {
799
799
  }
800
- MonkeyIconArrowRightComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconArrowRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
801
- MonkeyIconArrowRightComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconArrowRightComponent, selector: "monkey-icon-arrow-right", 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=\"M6.00098 13.9997L12.001 7.99974L6.00098 1.99974\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
802
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconArrowRightComponent, decorators: [{
800
+ MonkeyIconArrowRightComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconArrowRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
801
+ MonkeyIconArrowRightComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconArrowRightComponent, selector: "monkey-icon-arrow-right", 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=\"M9 18L15 12L9 6\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
802
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconArrowRightComponent, decorators: [{
803
803
  type: Component,
804
- args: [{ selector: 'monkey-icon-arrow-right', 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=\"M6.00098 13.9997L12.001 7.99974L6.00098 1.99974\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
804
+ args: [{ selector: 'monkey-icon-arrow-right', 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=\"M9 18L15 12L9 6\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
805
805
  }], propDecorators: { fillColor: [{
806
806
  type: Input
807
807
  }], size: [{
@@ -810,9 +810,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
810
810
 
811
811
  class MonkeyIconArrowLineRightComponent {
812
812
  }
813
- MonkeyIconArrowLineRightComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconArrowLineRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
814
- MonkeyIconArrowLineRightComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconArrowLineRightComponent, selector: "monkey-icon-arrow-line-right", 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=\"M19 12H5\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 17L19 12\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 7L19 12\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
815
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconArrowLineRightComponent, decorators: [{
813
+ MonkeyIconArrowLineRightComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconArrowLineRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
814
+ MonkeyIconArrowLineRightComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconArrowLineRightComponent, selector: "monkey-icon-arrow-line-right", 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=\"M19 12H5\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 17L19 12\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 7L19 12\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
815
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconArrowLineRightComponent, decorators: [{
816
816
  type: Component,
817
817
  args: [{ selector: 'monkey-icon-arrow-line-right', 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=\"M19 12H5\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 17L19 12\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 7L19 12\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
818
818
  }], propDecorators: { fillColor: [{
@@ -823,9 +823,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
823
823
 
824
824
  class MonkeyIconArrowUpComponent {
825
825
  }
826
- MonkeyIconArrowUpComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconArrowUpComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
827
- MonkeyIconArrowUpComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconArrowUpComponent, selector: "monkey-icon-arrow-up", 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=\"M14.0005 10.9997L8.00049 4.99974L2.00049 10.9997\" stroke=\"#C3261F\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
828
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconArrowUpComponent, decorators: [{
826
+ MonkeyIconArrowUpComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconArrowUpComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
827
+ MonkeyIconArrowUpComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconArrowUpComponent, selector: "monkey-icon-arrow-up", 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=\"M14.0005 10.9997L8.00049 4.99974L2.00049 10.9997\" stroke=\"#C3261F\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
828
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconArrowUpComponent, decorators: [{
829
829
  type: Component,
830
830
  args: [{ selector: 'monkey-icon-arrow-up', 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=\"M14.0005 10.9997L8.00049 4.99974L2.00049 10.9997\" stroke=\"#C3261F\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
831
831
  }], propDecorators: { fillColor: [{
@@ -836,9 +836,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
836
836
 
837
837
  class MonkeyIconAuctionComponent {
838
838
  }
839
- MonkeyIconAuctionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconAuctionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
840
- MonkeyIconAuctionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconAuctionComponent, selector: "monkey-icon-auction", 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=\"M8.63522 10.4077L8.28166 10.7612L8.98877 11.4683L9.34232 11.1148L8.63522 10.4077ZM13.1136 7.34355L13.4671 6.98999L12.76 6.28289L12.4065 6.63644L13.1136 7.34355ZM9.34232 11.1148L13.1136 7.34355L12.4065 6.63644L8.63522 10.4077L9.34232 11.1148Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M4.86471 6.63668L4.51115 6.99023L5.21826 7.69734L5.57182 7.34379L4.86471 6.63668ZM9.34305 3.57255L9.69661 3.219L8.9895 2.51189L8.63594 2.86545L9.34305 3.57255ZM5.57182 7.34379L9.34305 3.57255L8.63594 2.86545L4.86471 6.63668L5.57182 7.34379Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"3.33252\" y=\"5.10449\" width=\"5.33333\" height=\"10.6667\" rx=\"1.33333\" transform=\"rotate(-45 3.33252 5.10449)\" stroke=\"#4B4A53\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M1.31295 13.9799C1.11769 14.1752 1.11769 14.4918 1.31295 14.687C1.50821 14.8823 1.8248 14.8823 2.02006 14.687L1.31295 13.9799ZM7.02006 9.68705C7.21532 9.49179 7.21532 9.1752 7.02006 8.97994C6.8248 8.78468 6.50821 8.78468 6.31295 8.97994L7.02006 9.68705ZM2.02006 14.687L7.02006 9.68705L6.31295 8.97994L1.31295 13.9799L2.02006 14.687Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M9.3335 14.1665C9.05735 14.1665 8.8335 14.3904 8.8335 14.6665C8.8335 14.9426 9.05735 15.1665 9.3335 15.1665V14.1665ZM14.6668 15.1665C14.943 15.1665 15.1668 14.9426 15.1668 14.6665C15.1668 14.3904 14.943 14.1665 14.6668 14.1665V15.1665ZM9.3335 15.1665H14.6668V14.1665H9.3335V15.1665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
841
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconAuctionComponent, decorators: [{
839
+ MonkeyIconAuctionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconAuctionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
840
+ MonkeyIconAuctionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconAuctionComponent, selector: "monkey-icon-auction", 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=\"M8.63522 10.4077L8.28166 10.7612L8.98877 11.4683L9.34232 11.1148L8.63522 10.4077ZM13.1136 7.34355L13.4671 6.98999L12.76 6.28289L12.4065 6.63644L13.1136 7.34355ZM9.34232 11.1148L13.1136 7.34355L12.4065 6.63644L8.63522 10.4077L9.34232 11.1148Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M4.86471 6.63668L4.51115 6.99023L5.21826 7.69734L5.57182 7.34379L4.86471 6.63668ZM9.34305 3.57255L9.69661 3.219L8.9895 2.51189L8.63594 2.86545L9.34305 3.57255ZM5.57182 7.34379L9.34305 3.57255L8.63594 2.86545L4.86471 6.63668L5.57182 7.34379Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"3.33252\" y=\"5.10449\" width=\"5.33333\" height=\"10.6667\" rx=\"1.33333\" transform=\"rotate(-45 3.33252 5.10449)\" stroke=\"#4B4A53\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M1.31295 13.9799C1.11769 14.1752 1.11769 14.4918 1.31295 14.687C1.50821 14.8823 1.8248 14.8823 2.02006 14.687L1.31295 13.9799ZM7.02006 9.68705C7.21532 9.49179 7.21532 9.1752 7.02006 8.97994C6.8248 8.78468 6.50821 8.78468 6.31295 8.97994L7.02006 9.68705ZM2.02006 14.687L7.02006 9.68705L6.31295 8.97994L1.31295 13.9799L2.02006 14.687Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M9.3335 14.1665C9.05735 14.1665 8.8335 14.3904 8.8335 14.6665C8.8335 14.9426 9.05735 15.1665 9.3335 15.1665V14.1665ZM14.6668 15.1665C14.943 15.1665 15.1668 14.9426 15.1668 14.6665C15.1668 14.3904 14.943 14.1665 14.6668 14.1665V15.1665ZM9.3335 15.1665H14.6668V14.1665H9.3335V15.1665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
841
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconAuctionComponent, decorators: [{
842
842
  type: Component,
843
843
  args: [{ selector: 'monkey-icon-auction', 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=\"M8.63522 10.4077L8.28166 10.7612L8.98877 11.4683L9.34232 11.1148L8.63522 10.4077ZM13.1136 7.34355L13.4671 6.98999L12.76 6.28289L12.4065 6.63644L13.1136 7.34355ZM9.34232 11.1148L13.1136 7.34355L12.4065 6.63644L8.63522 10.4077L9.34232 11.1148Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M4.86471 6.63668L4.51115 6.99023L5.21826 7.69734L5.57182 7.34379L4.86471 6.63668ZM9.34305 3.57255L9.69661 3.219L8.9895 2.51189L8.63594 2.86545L9.34305 3.57255ZM5.57182 7.34379L9.34305 3.57255L8.63594 2.86545L4.86471 6.63668L5.57182 7.34379Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"3.33252\" y=\"5.10449\" width=\"5.33333\" height=\"10.6667\" rx=\"1.33333\" transform=\"rotate(-45 3.33252 5.10449)\" stroke=\"#4B4A53\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M1.31295 13.9799C1.11769 14.1752 1.11769 14.4918 1.31295 14.687C1.50821 14.8823 1.8248 14.8823 2.02006 14.687L1.31295 13.9799ZM7.02006 9.68705C7.21532 9.49179 7.21532 9.1752 7.02006 8.97994C6.8248 8.78468 6.50821 8.78468 6.31295 8.97994L7.02006 9.68705ZM2.02006 14.687L7.02006 9.68705L6.31295 8.97994L1.31295 13.9799L2.02006 14.687Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M9.3335 14.1665C9.05735 14.1665 8.8335 14.3904 8.8335 14.6665C8.8335 14.9426 9.05735 15.1665 9.3335 15.1665V14.1665ZM14.6668 15.1665C14.943 15.1665 15.1668 14.9426 15.1668 14.6665C15.1668 14.3904 14.943 14.1665 14.6668 14.1665V15.1665ZM9.3335 15.1665H14.6668V14.1665H9.3335V15.1665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
844
844
  }], propDecorators: { fillColor: [{
@@ -849,9 +849,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
849
849
 
850
850
  class MonkeyIconBankComponent {
851
851
  }
852
- MonkeyIconBankComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBankComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
853
- MonkeyIconBankComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconBankComponent, selector: "monkey-icon-bank", 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=\"M13.9687 7.21878C14.4515 7.21878 14.6531 6.59846 14.2609 6.31253L8.29368 1.9719C8.20847 1.90947 8.10557 1.87581 7.99993 1.87581C7.89429 1.87581 7.7914 1.90947 7.70618 1.9719L1.739 6.31253C1.34681 6.5969 1.54837 7.21878 2.03275 7.21878H2.99993V13.0625H1.87493C1.80618 13.0625 1.74993 13.1188 1.74993 13.1875V14C1.74993 14.0688 1.80618 14.125 1.87493 14.125H14.1249C14.1937 14.125 14.2499 14.0688 14.2499 14V13.1875C14.2499 13.1188 14.1937 13.0625 14.1249 13.0625H12.9999V7.21878H13.9687ZM7.99993 3.07346L12.2359 6.15471H3.764L7.99993 3.07346ZM4.12493 7.21878H5.95306V13.0625H4.12493V7.21878ZM7.07806 7.21878H8.90618V13.0625H7.07806V7.21878ZM11.8749 13.0625H10.0312V7.21878H11.8749V13.0625Z\" fill=\"#000000\" [attr.fill]=\"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: MonkeyIconBankComponent, decorators: [{
852
+ MonkeyIconBankComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBankComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
853
+ MonkeyIconBankComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconBankComponent, selector: "monkey-icon-bank", 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=\"M13.9687 7.21878C14.4515 7.21878 14.6531 6.59846 14.2609 6.31253L8.29368 1.9719C8.20847 1.90947 8.10557 1.87581 7.99993 1.87581C7.89429 1.87581 7.7914 1.90947 7.70618 1.9719L1.739 6.31253C1.34681 6.5969 1.54837 7.21878 2.03275 7.21878H2.99993V13.0625H1.87493C1.80618 13.0625 1.74993 13.1188 1.74993 13.1875V14C1.74993 14.0688 1.80618 14.125 1.87493 14.125H14.1249C14.1937 14.125 14.2499 14.0688 14.2499 14V13.1875C14.2499 13.1188 14.1937 13.0625 14.1249 13.0625H12.9999V7.21878H13.9687ZM7.99993 3.07346L12.2359 6.15471H3.764L7.99993 3.07346ZM4.12493 7.21878H5.95306V13.0625H4.12493V7.21878ZM7.07806 7.21878H8.90618V13.0625H7.07806V7.21878ZM11.8749 13.0625H10.0312V7.21878H11.8749V13.0625Z\" fill=\"#000000\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
854
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBankComponent, decorators: [{
855
855
  type: Component,
856
856
  args: [{ selector: 'monkey-icon-bank', 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=\"M13.9687 7.21878C14.4515 7.21878 14.6531 6.59846 14.2609 6.31253L8.29368 1.9719C8.20847 1.90947 8.10557 1.87581 7.99993 1.87581C7.89429 1.87581 7.7914 1.90947 7.70618 1.9719L1.739 6.31253C1.34681 6.5969 1.54837 7.21878 2.03275 7.21878H2.99993V13.0625H1.87493C1.80618 13.0625 1.74993 13.1188 1.74993 13.1875V14C1.74993 14.0688 1.80618 14.125 1.87493 14.125H14.1249C14.1937 14.125 14.2499 14.0688 14.2499 14V13.1875C14.2499 13.1188 14.1937 13.0625 14.1249 13.0625H12.9999V7.21878H13.9687ZM7.99993 3.07346L12.2359 6.15471H3.764L7.99993 3.07346ZM4.12493 7.21878H5.95306V13.0625H4.12493V7.21878ZM7.07806 7.21878H8.90618V13.0625H7.07806V7.21878ZM11.8749 13.0625H10.0312V7.21878H11.8749V13.0625Z\" fill=\"#000000\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
857
857
  }], propDecorators: { fillColor: [{
@@ -862,9 +862,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
862
862
 
863
863
  class MonkeyBankAccountComponent {
864
864
  }
865
- MonkeyBankAccountComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyBankAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
866
- 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"] });
867
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyBankAccountComponent, decorators: [{
865
+ MonkeyBankAccountComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBankAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
866
+ MonkeyBankAccountComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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"] });
867
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBankAccountComponent, decorators: [{
868
868
  type: Component,
869
869
  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"] }]
870
870
  }], propDecorators: { fillColor: [{
@@ -875,9 +875,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
875
875
 
876
876
  class MonkeyIconBankNoteSearchComponent {
877
877
  }
878
- MonkeyIconBankNoteSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBankNoteSearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
879
- MonkeyIconBankNoteSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconBankNoteSearchComponent, selector: "monkey-icon-banknote-search", 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=\"M17.0021 6.99789H16.0017\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.9975 14.0008H6.99791\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.99916 17.0021H5.49729C4.116 17.0021 2.99625 15.8823 2.99625 14.501V6.49768C2.99625 5.83437 3.25975 5.19822 3.72878 4.72918C4.19782 4.26014 4.83397 3.99664 5.49729 3.99664H17.5023C18.8836 3.99664 20.0033 5.1164 20.0033 6.49768V9.99914\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M22.0042 21.0038L19.8311 18.8318\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.99916 17.0021H5.49729C4.116 17.0021 2.99625 15.8823 2.99625 14.501V6.49768C2.99625 5.83437 3.25975 5.19822 3.72878 4.72918C4.19782 4.26014 4.83397 3.99664 5.49729 3.99664H17.5023C18.8836 3.99664 20.0033 5.1164 20.0033 6.49768V9.99914\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.73129 12.2679C8.75457 11.2912 8.75457 9.70761 9.73129 8.73089C10.708 7.75417 12.2916 7.75417 13.2683 8.73089\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<circle cx=\"17.0021\" cy=\"16.0017\" r=\"4.00167\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
880
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBankNoteSearchComponent, decorators: [{
878
+ MonkeyIconBankNoteSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBankNoteSearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
879
+ MonkeyIconBankNoteSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconBankNoteSearchComponent, selector: "monkey-icon-banknote-search", 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=\"M17.0021 6.99789H16.0017\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.9975 14.0008H6.99791\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.99916 17.0021H5.49729C4.116 17.0021 2.99625 15.8823 2.99625 14.501V6.49768C2.99625 5.83437 3.25975 5.19822 3.72878 4.72918C4.19782 4.26014 4.83397 3.99664 5.49729 3.99664H17.5023C18.8836 3.99664 20.0033 5.1164 20.0033 6.49768V9.99914\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M22.0042 21.0038L19.8311 18.8318\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.99916 17.0021H5.49729C4.116 17.0021 2.99625 15.8823 2.99625 14.501V6.49768C2.99625 5.83437 3.25975 5.19822 3.72878 4.72918C4.19782 4.26014 4.83397 3.99664 5.49729 3.99664H17.5023C18.8836 3.99664 20.0033 5.1164 20.0033 6.49768V9.99914\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.73129 12.2679C8.75457 11.2912 8.75457 9.70761 9.73129 8.73089C10.708 7.75417 12.2916 7.75417 13.2683 8.73089\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<circle cx=\"17.0021\" cy=\"16.0017\" r=\"4.00167\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
880
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBankNoteSearchComponent, decorators: [{
881
881
  type: Component,
882
882
  args: [{ selector: 'monkey-icon-banknote-search', 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=\"M17.0021 6.99789H16.0017\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.9975 14.0008H6.99791\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.99916 17.0021H5.49729C4.116 17.0021 2.99625 15.8823 2.99625 14.501V6.49768C2.99625 5.83437 3.25975 5.19822 3.72878 4.72918C4.19782 4.26014 4.83397 3.99664 5.49729 3.99664H17.5023C18.8836 3.99664 20.0033 5.1164 20.0033 6.49768V9.99914\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M22.0042 21.0038L19.8311 18.8318\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.99916 17.0021H5.49729C4.116 17.0021 2.99625 15.8823 2.99625 14.501V6.49768C2.99625 5.83437 3.25975 5.19822 3.72878 4.72918C4.19782 4.26014 4.83397 3.99664 5.49729 3.99664H17.5023C18.8836 3.99664 20.0033 5.1164 20.0033 6.49768V9.99914\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.73129 12.2679C8.75457 11.2912 8.75457 9.70761 9.73129 8.73089C10.708 7.75417 12.2916 7.75417 13.2683 8.73089\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<circle cx=\"17.0021\" cy=\"16.0017\" r=\"4.00167\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] }]
883
883
  }], propDecorators: { fillColor: [{
@@ -888,9 +888,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
888
888
 
889
889
  class MonkeyIconBellComponent {
890
890
  }
891
- MonkeyIconBellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
892
- MonkeyIconBellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconBellComponent, selector: "monkey-icon-bell", 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 5.33334C12 4.27248 11.5786 3.25506 10.8284 2.50492C10.0783 1.75477 9.06087 1.33334 8 1.33334C6.93913 1.33334 5.92172 1.75477 5.17157 2.50492C4.42143 3.25506 4 4.27248 4 5.33334C4 10 2 11.3333 2 11.3333H14C14 11.3333 12 10 12 5.33334Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.1535 14C9.03629 14.2021 8.86806 14.3698 8.66565 14.4864C8.46324 14.6029 8.23375 14.6643 8.00017 14.6643C7.76658 14.6643 7.53709 14.6029 7.33468 14.4864C7.13227 14.3698 6.96404 14.2021 6.84683 14\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
893
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBellComponent, decorators: [{
891
+ MonkeyIconBellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
892
+ MonkeyIconBellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconBellComponent, selector: "monkey-icon-bell", 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 5.33334C12 4.27248 11.5786 3.25506 10.8284 2.50492C10.0783 1.75477 9.06087 1.33334 8 1.33334C6.93913 1.33334 5.92172 1.75477 5.17157 2.50492C4.42143 3.25506 4 4.27248 4 5.33334C4 10 2 11.3333 2 11.3333H14C14 11.3333 12 10 12 5.33334Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.1535 14C9.03629 14.2021 8.86806 14.3698 8.66565 14.4864C8.46324 14.6029 8.23375 14.6643 8.00017 14.6643C7.76658 14.6643 7.53709 14.6029 7.33468 14.4864C7.13227 14.3698 6.96404 14.2021 6.84683 14\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
893
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBellComponent, decorators: [{
894
894
  type: Component,
895
895
  args: [{ selector: 'monkey-icon-bell', 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 5.33334C12 4.27248 11.5786 3.25506 10.8284 2.50492C10.0783 1.75477 9.06087 1.33334 8 1.33334C6.93913 1.33334 5.92172 1.75477 5.17157 2.50492C4.42143 3.25506 4 4.27248 4 5.33334C4 10 2 11.3333 2 11.3333H14C14 11.3333 12 10 12 5.33334Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.1535 14C9.03629 14.2021 8.86806 14.3698 8.66565 14.4864C8.46324 14.6029 8.23375 14.6643 8.00017 14.6643C7.76658 14.6643 7.53709 14.6029 7.33468 14.4864C7.13227 14.3698 6.96404 14.2021 6.84683 14\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
896
896
  }], propDecorators: { fillColor: [{
@@ -901,9 +901,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
901
901
 
902
902
  class MonkeyIconBookComponent {
903
903
  }
904
- MonkeyIconBookComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBookComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
905
- MonkeyIconBookComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconBookComponent, selector: "monkey-icon-book", 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=\"M3.99994 19.5C3.99994 18.837 4.26333 18.2011 4.73217 17.7322C5.20101 17.2634 5.8369 17 6.49994 17H19.9999\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.49994 2.00003H19.9999V22H6.49994C5.8369 22 5.20101 21.7366 4.73217 21.2678C4.26333 20.799 3.99994 20.1631 3.99994 19.5V4.50003C3.99994 3.83699 4.26333 3.2011 4.73217 2.73226C5.20101 2.26342 5.8369 2.00003 6.49994 2.00003V2.00003Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
906
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBookComponent, decorators: [{
904
+ MonkeyIconBookComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBookComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
905
+ MonkeyIconBookComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconBookComponent, selector: "monkey-icon-book", 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=\"M3.99994 19.5C3.99994 18.837 4.26333 18.2011 4.73217 17.7322C5.20101 17.2634 5.8369 17 6.49994 17H19.9999\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.49994 2.00003H19.9999V22H6.49994C5.8369 22 5.20101 21.7366 4.73217 21.2678C4.26333 20.799 3.99994 20.1631 3.99994 19.5V4.50003C3.99994 3.83699 4.26333 3.2011 4.73217 2.73226C5.20101 2.26342 5.8369 2.00003 6.49994 2.00003V2.00003Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
906
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBookComponent, decorators: [{
907
907
  type: Component,
908
908
  args: [{ selector: 'monkey-icon-book', 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=\"M3.99994 19.5C3.99994 18.837 4.26333 18.2011 4.73217 17.7322C5.20101 17.2634 5.8369 17 6.49994 17H19.9999\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.49994 2.00003H19.9999V22H6.49994C5.8369 22 5.20101 21.7366 4.73217 21.2678C4.26333 20.799 3.99994 20.1631 3.99994 19.5V4.50003C3.99994 3.83699 4.26333 3.2011 4.73217 2.73226C5.20101 2.26342 5.8369 2.00003 6.49994 2.00003V2.00003Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
909
909
  }], propDecorators: { fillColor: [{
@@ -914,9 +914,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
914
914
 
915
915
  class MonkeyIconBoxComponent {
916
916
  }
917
- MonkeyIconBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
918
- MonkeyIconBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconBoxComponent, selector: "monkey-icon-box", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"17\" height=\"18\" viewBox=\"0 0 17 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M11.9638 7.05192L4.5943 2.80615\" stroke=\"#0273E8\" stroke-width=\"0.994908\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.6484 12.4513V5.90673C15.6482 5.61981 15.5723 5.33802 15.4286 5.08961C15.2849 4.84121 15.0783 4.63493 14.8296 4.49147L9.0978 1.2192C8.84884 1.0756 8.56644 1 8.27897 1C7.9915 1 7.70909 1.0756 7.46013 1.2192L1.72832 4.49147C1.47961 4.63493 1.27303 4.84121 1.12931 5.08961C0.985589 5.33802 0.909779 5.61981 0.909485 5.90673V12.4513C0.909779 12.7382 0.985589 13.02 1.12931 13.2684C1.27303 13.5168 1.47961 13.7231 1.72832 13.8665L7.46013 17.1388C7.70909 17.2824 7.9915 17.358 8.27897 17.358C8.56644 17.358 8.84884 17.2824 9.0978 17.1388L14.8296 13.8665C15.0783 13.7231 15.2849 13.5168 15.4286 13.2684C15.5723 13.02 15.6482 12.7382 15.6484 12.4513Z\" stroke=\"#0273E8\" stroke-width=\"0.994908\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M1.1315 5.05588L8.2799 9.18712L15.4283 5.05588\" stroke=\"#0273E8\" stroke-width=\"0.994908\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8.27893 17.4252V9.17908\" stroke=\"#0273E8\" stroke-width=\"0.994908\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
919
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBoxComponent, decorators: [{
917
+ MonkeyIconBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
918
+ MonkeyIconBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconBoxComponent, selector: "monkey-icon-box", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"17\" height=\"18\" viewBox=\"0 0 17 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M11.9638 7.05192L4.5943 2.80615\" stroke=\"#0273E8\" stroke-width=\"0.994908\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.6484 12.4513V5.90673C15.6482 5.61981 15.5723 5.33802 15.4286 5.08961C15.2849 4.84121 15.0783 4.63493 14.8296 4.49147L9.0978 1.2192C8.84884 1.0756 8.56644 1 8.27897 1C7.9915 1 7.70909 1.0756 7.46013 1.2192L1.72832 4.49147C1.47961 4.63493 1.27303 4.84121 1.12931 5.08961C0.985589 5.33802 0.909779 5.61981 0.909485 5.90673V12.4513C0.909779 12.7382 0.985589 13.02 1.12931 13.2684C1.27303 13.5168 1.47961 13.7231 1.72832 13.8665L7.46013 17.1388C7.70909 17.2824 7.9915 17.358 8.27897 17.358C8.56644 17.358 8.84884 17.2824 9.0978 17.1388L14.8296 13.8665C15.0783 13.7231 15.2849 13.5168 15.4286 13.2684C15.5723 13.02 15.6482 12.7382 15.6484 12.4513Z\" stroke=\"#0273E8\" stroke-width=\"0.994908\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M1.1315 5.05588L8.2799 9.18712L15.4283 5.05588\" stroke=\"#0273E8\" stroke-width=\"0.994908\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8.27893 17.4252V9.17908\" stroke=\"#0273E8\" stroke-width=\"0.994908\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
919
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBoxComponent, decorators: [{
920
920
  type: Component,
921
921
  args: [{ selector: 'monkey-icon-box', template: "<svg width=\"17\" height=\"18\" viewBox=\"0 0 17 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M11.9638 7.05192L4.5943 2.80615\" stroke=\"#0273E8\" stroke-width=\"0.994908\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.6484 12.4513V5.90673C15.6482 5.61981 15.5723 5.33802 15.4286 5.08961C15.2849 4.84121 15.0783 4.63493 14.8296 4.49147L9.0978 1.2192C8.84884 1.0756 8.56644 1 8.27897 1C7.9915 1 7.70909 1.0756 7.46013 1.2192L1.72832 4.49147C1.47961 4.63493 1.27303 4.84121 1.12931 5.08961C0.985589 5.33802 0.909779 5.61981 0.909485 5.90673V12.4513C0.909779 12.7382 0.985589 13.02 1.12931 13.2684C1.27303 13.5168 1.47961 13.7231 1.72832 13.8665L7.46013 17.1388C7.70909 17.2824 7.9915 17.358 8.27897 17.358C8.56644 17.358 8.84884 17.2824 9.0978 17.1388L14.8296 13.8665C15.0783 13.7231 15.2849 13.5168 15.4286 13.2684C15.5723 13.02 15.6482 12.7382 15.6484 12.4513Z\" stroke=\"#0273E8\" stroke-width=\"0.994908\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M1.1315 5.05588L8.2799 9.18712L15.4283 5.05588\" stroke=\"#0273E8\" stroke-width=\"0.994908\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8.27893 17.4252V9.17908\" stroke=\"#0273E8\" stroke-width=\"0.994908\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
922
922
  }], propDecorators: { fillColor: [{
@@ -927,9 +927,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
927
927
 
928
928
  class MonkeyIconBuildPersonComponent {
929
929
  }
930
- MonkeyIconBuildPersonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBuildPersonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
931
- MonkeyIconBuildPersonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconBuildPersonComponent, selector: "monkey-icon-build-person", 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=\"M12.9983 6.49731V8.99836\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.498 11.9996V9.99877C10.498 9.44625 10.9459 8.99835 11.4985 8.99835H14.4997C15.0522 8.99835 15.5001 9.44625 15.5001 9.99877V11.9996\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.99609 21.0033V13C7.99609 12.4475 8.444 11.9996 8.99651 11.9996H15.4992\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.498 15.0008H13.9995\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.498 18.0021H12.9991\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.9994 21.0033H7.99776C5.7877 21.0033 3.99609 19.2117 3.99609 17.0017V6.99752C3.99609 4.78746 5.7877 2.99585 7.99776 2.99585H18.0019C20.212 2.99585 22.0036 4.78746 22.0036 6.99752V10.9992\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5029 23.0042H16.0002C15.724 23.0042 15.5 22.7802 15.5 22.504V22.0978C15.5033 20.9422 16.4393 20.0062 17.5949 20.0029H20.9083C22.0639 20.0062 22.9998 20.9422 23.0031 22.0978V22.504C23.0031 22.7802 22.7792 23.0042 22.5029 23.0042Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2527 17.5018C18.1484 17.4996 17.2548 16.6033 17.2559 15.499C17.257 14.3948 18.1524 13.5002 19.2567 13.5002C20.3609 13.5002 21.2564 14.3948 21.2575 15.499C21.2586 16.6033 20.3649 17.4996 19.2607 17.5018H19.2527Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
932
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBuildPersonComponent, decorators: [{
930
+ MonkeyIconBuildPersonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBuildPersonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
931
+ MonkeyIconBuildPersonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconBuildPersonComponent, selector: "monkey-icon-build-person", 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=\"M12.9983 6.49731V8.99836\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.498 11.9996V9.99877C10.498 9.44625 10.9459 8.99835 11.4985 8.99835H14.4997C15.0522 8.99835 15.5001 9.44625 15.5001 9.99877V11.9996\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.99609 21.0033V13C7.99609 12.4475 8.444 11.9996 8.99651 11.9996H15.4992\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.498 15.0008H13.9995\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.498 18.0021H12.9991\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.9994 21.0033H7.99776C5.7877 21.0033 3.99609 19.2117 3.99609 17.0017V6.99752C3.99609 4.78746 5.7877 2.99585 7.99776 2.99585H18.0019C20.212 2.99585 22.0036 4.78746 22.0036 6.99752V10.9992\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5029 23.0042H16.0002C15.724 23.0042 15.5 22.7802 15.5 22.504V22.0978C15.5033 20.9422 16.4393 20.0062 17.5949 20.0029H20.9083C22.0639 20.0062 22.9998 20.9422 23.0031 22.0978V22.504C23.0031 22.7802 22.7792 23.0042 22.5029 23.0042Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2527 17.5018C18.1484 17.4996 17.2548 16.6033 17.2559 15.499C17.257 14.3948 18.1524 13.5002 19.2567 13.5002C20.3609 13.5002 21.2564 14.3948 21.2575 15.499C21.2586 16.6033 20.3649 17.4996 19.2607 17.5018H19.2527Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
932
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBuildPersonComponent, decorators: [{
933
933
  type: Component,
934
934
  args: [{ selector: 'monkey-icon-build-person', 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=\"M12.9983 6.49731V8.99836\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.498 11.9996V9.99877C10.498 9.44625 10.9459 8.99835 11.4985 8.99835H14.4997C15.0522 8.99835 15.5001 9.44625 15.5001 9.99877V11.9996\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.99609 21.0033V13C7.99609 12.4475 8.444 11.9996 8.99651 11.9996H15.4992\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.498 15.0008H13.9995\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.498 18.0021H12.9991\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.9994 21.0033H7.99776C5.7877 21.0033 3.99609 19.2117 3.99609 17.0017V6.99752C3.99609 4.78746 5.7877 2.99585 7.99776 2.99585H18.0019C20.212 2.99585 22.0036 4.78746 22.0036 6.99752V10.9992\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5029 23.0042H16.0002C15.724 23.0042 15.5 22.7802 15.5 22.504V22.0978C15.5033 20.9422 16.4393 20.0062 17.5949 20.0029H20.9083C22.0639 20.0062 22.9998 20.9422 23.0031 22.0978V22.504C23.0031 22.7802 22.7792 23.0042 22.5029 23.0042Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2527 17.5018C18.1484 17.4996 17.2548 16.6033 17.2559 15.499C17.257 14.3948 18.1524 13.5002 19.2567 13.5002C20.3609 13.5002 21.2564 14.3948 21.2575 15.499C21.2586 16.6033 20.3649 17.4996 19.2607 17.5018H19.2527Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] }]
935
935
  }], propDecorators: { fillColor: [{
@@ -940,9 +940,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
940
940
 
941
941
  class MonkeyIconCalendarComponent {
942
942
  }
943
- MonkeyIconCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
944
- MonkeyIconCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconCalendarComponent, selector: "monkey-icon-calendar", 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.6667 2.66667H3.33333C2.59695 2.66667 2 3.26363 2 4.00001V13.3333C2 14.0697 2.59695 14.6667 3.33333 14.6667H12.6667C13.403 14.6667 14 14.0697 14 13.3333V4.00001C14 3.26363 13.403 2.66667 12.6667 2.66667Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.6665 1.33333V3.99999\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.3335 1.33333V3.99999\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2 6.66667H14\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
945
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCalendarComponent, decorators: [{
943
+ MonkeyIconCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
944
+ MonkeyIconCalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCalendarComponent, selector: "monkey-icon-calendar", 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.6667 2.66667H3.33333C2.59695 2.66667 2 3.26363 2 4.00001V13.3333C2 14.0697 2.59695 14.6667 3.33333 14.6667H12.6667C13.403 14.6667 14 14.0697 14 13.3333V4.00001C14 3.26363 13.403 2.66667 12.6667 2.66667Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.6665 1.33333V3.99999\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.3335 1.33333V3.99999\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2 6.66667H14\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
945
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCalendarComponent, decorators: [{
946
946
  type: Component,
947
947
  args: [{ selector: 'monkey-icon-calendar', 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.6667 2.66667H3.33333C2.59695 2.66667 2 3.26363 2 4.00001V13.3333C2 14.0697 2.59695 14.6667 3.33333 14.6667H12.6667C13.403 14.6667 14 14.0697 14 13.3333V4.00001C14 3.26363 13.403 2.66667 12.6667 2.66667Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.6665 1.33333V3.99999\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.3335 1.33333V3.99999\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2 6.66667H14\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
948
948
  }], propDecorators: { fillColor: [{
@@ -953,9 +953,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
953
953
 
954
954
  class MonkeyIconCameraComponent {
955
955
  }
956
- MonkeyIconCameraComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCameraComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
957
- MonkeyIconCameraComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconCameraComponent, selector: "monkey-icon-camera", 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=\"M23 19C23 19.5304 22.7893 20.0391 22.4142 20.4142C22.0391 20.7893 21.5304 21 21 21H3C2.46957 21 1.96086 20.7893 1.58579 20.4142C1.21071 20.0391 1 19.5304 1 19V8C1 7.46957 1.21071 6.96086 1.58579 6.58579C1.96086 6.21071 2.46957 6 3 6H7L9 3H15L17 6H21C21.5304 6 22.0391 6.21071 22.4142 6.58579C22.7893 6.96086 23 7.46957 23 8V19Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12 17C14.2091 17 16 15.2091 16 13C16 10.7909 14.2091 9 12 9C9.79086 9 8 10.7909 8 13C8 15.2091 9.79086 17 12 17Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
958
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCameraComponent, decorators: [{
956
+ MonkeyIconCameraComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCameraComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
957
+ MonkeyIconCameraComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCameraComponent, selector: "monkey-icon-camera", 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=\"M23 19C23 19.5304 22.7893 20.0391 22.4142 20.4142C22.0391 20.7893 21.5304 21 21 21H3C2.46957 21 1.96086 20.7893 1.58579 20.4142C1.21071 20.0391 1 19.5304 1 19V8C1 7.46957 1.21071 6.96086 1.58579 6.58579C1.96086 6.21071 2.46957 6 3 6H7L9 3H15L17 6H21C21.5304 6 22.0391 6.21071 22.4142 6.58579C22.7893 6.96086 23 7.46957 23 8V19Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12 17C14.2091 17 16 15.2091 16 13C16 10.7909 14.2091 9 12 9C9.79086 9 8 10.7909 8 13C8 15.2091 9.79086 17 12 17Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
958
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCameraComponent, decorators: [{
959
959
  type: Component,
960
960
  args: [{ selector: 'monkey-icon-camera', 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=\"M23 19C23 19.5304 22.7893 20.0391 22.4142 20.4142C22.0391 20.7893 21.5304 21 21 21H3C2.46957 21 1.96086 20.7893 1.58579 20.4142C1.21071 20.0391 1 19.5304 1 19V8C1 7.46957 1.21071 6.96086 1.58579 6.58579C1.96086 6.21071 2.46957 6 3 6H7L9 3H15L17 6H21C21.5304 6 22.0391 6.21071 22.4142 6.58579C22.7893 6.96086 23 7.46957 23 8V19Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12 17C14.2091 17 16 15.2091 16 13C16 10.7909 14.2091 9 12 9C9.79086 9 8 10.7909 8 13C8 15.2091 9.79086 17 12 17Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
961
961
  }], propDecorators: { fillColor: [{
@@ -966,9 +966,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
966
966
 
967
967
  class MonkeyIconCardComponent {
968
968
  }
969
- MonkeyIconCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
970
- MonkeyIconCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconCardComponent, selector: "monkey-icon-card", 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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9982 11.4994C13.6942 12.4273 13.6608 13.712 12.9176 14.6025C12.1743 15.4931 10.9164 15.7557 9.87888 15.237C8.84141 14.7183 8.29675 13.5543 8.56324 12.4254C8.82974 11.2965 9.83745 10.4989 10.9974 10.4989C11.7851 10.4969 12.5272 10.868 12.9982 11.4994Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13 11.4994C13.6459 10.6382 14.7705 10.2869 15.7917 10.6273C16.813 10.9677 17.5019 11.9235 17.5019 13C17.5019 14.0765 16.813 15.0323 15.7917 15.3727C14.7705 15.7131 13.6459 15.3618 13 14.5006\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0023 20.0029H6.99734C5.3398 20.0029 3.99609 18.6592 3.99609 17.0017V8.99834C3.99609 7.34079 5.3398 5.99709 6.99734 5.99709H19.0023C20.6599 5.99709 22.0036 7.34079 22.0036 8.99834V17.0017C22.0036 18.6592 20.6599 20.0029 19.0023 20.0029Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
971
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCardComponent, decorators: [{
969
+ MonkeyIconCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
970
+ MonkeyIconCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCardComponent, selector: "monkey-icon-card", 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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9982 11.4994C13.6942 12.4273 13.6608 13.712 12.9176 14.6025C12.1743 15.4931 10.9164 15.7557 9.87888 15.237C8.84141 14.7183 8.29675 13.5543 8.56324 12.4254C8.82974 11.2965 9.83745 10.4989 10.9974 10.4989C11.7851 10.4969 12.5272 10.868 12.9982 11.4994Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13 11.4994C13.6459 10.6382 14.7705 10.2869 15.7917 10.6273C16.813 10.9677 17.5019 11.9235 17.5019 13C17.5019 14.0765 16.813 15.0323 15.7917 15.3727C14.7705 15.7131 13.6459 15.3618 13 14.5006\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0023 20.0029H6.99734C5.3398 20.0029 3.99609 18.6592 3.99609 17.0017V8.99834C3.99609 7.34079 5.3398 5.99709 6.99734 5.99709H19.0023C20.6599 5.99709 22.0036 7.34079 22.0036 8.99834V17.0017C22.0036 18.6592 20.6599 20.0029 19.0023 20.0029Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
971
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCardComponent, decorators: [{
972
972
  type: Component,
973
973
  args: [{ selector: 'monkey-icon-card', 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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9982 11.4994C13.6942 12.4273 13.6608 13.712 12.9176 14.6025C12.1743 15.4931 10.9164 15.7557 9.87888 15.237C8.84141 14.7183 8.29675 13.5543 8.56324 12.4254C8.82974 11.2965 9.83745 10.4989 10.9974 10.4989C11.7851 10.4969 12.5272 10.868 12.9982 11.4994Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13 11.4994C13.6459 10.6382 14.7705 10.2869 15.7917 10.6273C16.813 10.9677 17.5019 11.9235 17.5019 13C17.5019 14.0765 16.813 15.0323 15.7917 15.3727C14.7705 15.7131 13.6459 15.3618 13 14.5006\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0023 20.0029H6.99734C5.3398 20.0029 3.99609 18.6592 3.99609 17.0017V8.99834C3.99609 7.34079 5.3398 5.99709 6.99734 5.99709H19.0023C20.6599 5.99709 22.0036 7.34079 22.0036 8.99834V17.0017C22.0036 18.6592 20.6599 20.0029 19.0023 20.0029Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] }]
974
974
  }], propDecorators: { fillColor: [{
@@ -979,9 +979,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
979
979
 
980
980
  class MonkeyIconCardMachineComponent {
981
981
  }
982
- MonkeyIconCardMachineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCardMachineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
983
- 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"] });
984
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCardMachineComponent, decorators: [{
982
+ MonkeyIconCardMachineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCardMachineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
983
+ MonkeyIconCardMachineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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"] });
984
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCardMachineComponent, decorators: [{
985
985
  type: Component,
986
986
  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"] }]
987
987
  }], propDecorators: { fillColor: [{
@@ -992,9 +992,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
992
992
 
993
993
  class MonkeyIconChatComponent {
994
994
  }
995
- MonkeyIconChatComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconChatComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
996
- MonkeyIconChatComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconChatComponent, selector: "monkey-icon-chat", 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=\"M20.2033 15.0281C20.1565 14.8594 20.2596 14.625 20.358 14.4562C20.3881 14.406 20.421 14.3575 20.4565 14.3109C21.2985 13.0598 21.7489 11.5862 21.7502 10.0781C21.7643 5.75625 18.1174 2.25 13.608 2.25C9.67522 2.25 6.39397 4.92656 5.62522 8.47969C5.51021 9.00632 5.45207 9.54377 5.45178 10.0828C5.45178 14.4094 8.95803 18.0094 13.4674 18.0094C14.1846 18.0094 15.1502 17.7937 15.6799 17.6484C16.2096 17.5031 16.7346 17.3109 16.8705 17.2594C17.0099 17.2068 17.1575 17.1798 17.3065 17.1797C17.469 17.1791 17.6299 17.2109 17.7799 17.2734L20.4377 18.2156C20.496 18.2403 20.5576 18.2561 20.6205 18.2625C20.72 18.2625 20.8154 18.223 20.8857 18.1527C20.956 18.0823 20.9955 17.987 20.9955 17.8875C20.9923 17.8446 20.9844 17.8022 20.9721 17.7609L20.2033 15.0281Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.11565 10.875C2.50085 11.9795 2.20344 13.2325 2.2563 14.4954C2.30916 15.7584 2.71023 16.9821 3.41518 18.0314C3.52346 18.195 3.5844 18.3216 3.56565 18.4064C3.5469 18.4912 3.00643 21.3065 3.00643 21.3065C2.99343 21.3724 2.99836 21.4406 3.0207 21.5039C3.04305 21.5673 3.08199 21.6234 3.13346 21.6665C3.20213 21.7213 3.28753 21.7507 3.37533 21.75C3.42226 21.7501 3.4687 21.7405 3.51174 21.7219L6.14658 20.6906C6.32793 20.6191 6.53022 20.6225 6.70908 20.7C7.5969 21.0459 8.57846 21.2625 9.56049 21.2625C10.8783 21.2639 12.1729 20.9163 13.3128 20.2551\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
997
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconChatComponent, decorators: [{
995
+ MonkeyIconChatComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconChatComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
996
+ MonkeyIconChatComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconChatComponent, selector: "monkey-icon-chat", 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=\"M20.2033 15.0281C20.1565 14.8594 20.2596 14.625 20.358 14.4562C20.3881 14.406 20.421 14.3575 20.4565 14.3109C21.2985 13.0598 21.7489 11.5862 21.7502 10.0781C21.7643 5.75625 18.1174 2.25 13.608 2.25C9.67522 2.25 6.39397 4.92656 5.62522 8.47969C5.51021 9.00632 5.45207 9.54377 5.45178 10.0828C5.45178 14.4094 8.95803 18.0094 13.4674 18.0094C14.1846 18.0094 15.1502 17.7937 15.6799 17.6484C16.2096 17.5031 16.7346 17.3109 16.8705 17.2594C17.0099 17.2068 17.1575 17.1798 17.3065 17.1797C17.469 17.1791 17.6299 17.2109 17.7799 17.2734L20.4377 18.2156C20.496 18.2403 20.5576 18.2561 20.6205 18.2625C20.72 18.2625 20.8154 18.223 20.8857 18.1527C20.956 18.0823 20.9955 17.987 20.9955 17.8875C20.9923 17.8446 20.9844 17.8022 20.9721 17.7609L20.2033 15.0281Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.11565 10.875C2.50085 11.9795 2.20344 13.2325 2.2563 14.4954C2.30916 15.7584 2.71023 16.9821 3.41518 18.0314C3.52346 18.195 3.5844 18.3216 3.56565 18.4064C3.5469 18.4912 3.00643 21.3065 3.00643 21.3065C2.99343 21.3724 2.99836 21.4406 3.0207 21.5039C3.04305 21.5673 3.08199 21.6234 3.13346 21.6665C3.20213 21.7213 3.28753 21.7507 3.37533 21.75C3.42226 21.7501 3.4687 21.7405 3.51174 21.7219L6.14658 20.6906C6.32793 20.6191 6.53022 20.6225 6.70908 20.7C7.5969 21.0459 8.57846 21.2625 9.56049 21.2625C10.8783 21.2639 12.1729 20.9163 13.3128 20.2551\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
997
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconChatComponent, decorators: [{
998
998
  type: Component,
999
999
  args: [{ selector: 'monkey-icon-chat', 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=\"M20.2033 15.0281C20.1565 14.8594 20.2596 14.625 20.358 14.4562C20.3881 14.406 20.421 14.3575 20.4565 14.3109C21.2985 13.0598 21.7489 11.5862 21.7502 10.0781C21.7643 5.75625 18.1174 2.25 13.608 2.25C9.67522 2.25 6.39397 4.92656 5.62522 8.47969C5.51021 9.00632 5.45207 9.54377 5.45178 10.0828C5.45178 14.4094 8.95803 18.0094 13.4674 18.0094C14.1846 18.0094 15.1502 17.7937 15.6799 17.6484C16.2096 17.5031 16.7346 17.3109 16.8705 17.2594C17.0099 17.2068 17.1575 17.1798 17.3065 17.1797C17.469 17.1791 17.6299 17.2109 17.7799 17.2734L20.4377 18.2156C20.496 18.2403 20.5576 18.2561 20.6205 18.2625C20.72 18.2625 20.8154 18.223 20.8857 18.1527C20.956 18.0823 20.9955 17.987 20.9955 17.8875C20.9923 17.8446 20.9844 17.8022 20.9721 17.7609L20.2033 15.0281Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.11565 10.875C2.50085 11.9795 2.20344 13.2325 2.2563 14.4954C2.30916 15.7584 2.71023 16.9821 3.41518 18.0314C3.52346 18.195 3.5844 18.3216 3.56565 18.4064C3.5469 18.4912 3.00643 21.3065 3.00643 21.3065C2.99343 21.3724 2.99836 21.4406 3.0207 21.5039C3.04305 21.5673 3.08199 21.6234 3.13346 21.6665C3.20213 21.7213 3.28753 21.7507 3.37533 21.75C3.42226 21.7501 3.4687 21.7405 3.51174 21.7219L6.14658 20.6906C6.32793 20.6191 6.53022 20.6225 6.70908 20.7C7.5969 21.0459 8.57846 21.2625 9.56049 21.2625C10.8783 21.2639 12.1729 20.9163 13.3128 20.2551\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-miterlimit=\"10\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1000
1000
  }], propDecorators: { fillColor: [{
@@ -1005,9 +1005,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1005
1005
 
1006
1006
  class MonkeyIconCheckCircleOutComponent {
1007
1007
  }
1008
- MonkeyIconCheckCircleOutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCheckCircleOutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1009
- MonkeyIconCheckCircleOutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconCheckCircleOutComponent, selector: "monkey-icon-check-circle-out", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M15.0468 7.5784V8.20761C15.046 9.68243 14.5684 11.1175 13.6853 12.2987C12.8023 13.4799 11.5611 14.3441 10.1468 14.7622C8.73246 15.1804 7.22088 15.1302 5.83746 14.6191C4.45403 14.108 3.27289 13.1634 2.47017 11.9261C1.66746 10.6889 1.2862 9.22532 1.38323 7.7537C1.48027 6.28208 2.05042 4.88125 3.00864 3.76013C3.96686 2.63902 5.26181 1.85768 6.70037 1.53266C8.13893 1.20763 9.64401 1.35634 10.9912 1.95659\" stroke=\"#0273E8\" stroke-width=\"1.00638\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.0462 2.73547L8.20703 9.5815L6.15527 7.52975\" stroke=\"#0273E8\" stroke-width=\"1.00638\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1010
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCheckCircleOutComponent, decorators: [{
1008
+ MonkeyIconCheckCircleOutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCheckCircleOutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1009
+ MonkeyIconCheckCircleOutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCheckCircleOutComponent, selector: "monkey-icon-check-circle-out", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M15.0468 7.5784V8.20761C15.046 9.68243 14.5684 11.1175 13.6853 12.2987C12.8023 13.4799 11.5611 14.3441 10.1468 14.7622C8.73246 15.1804 7.22088 15.1302 5.83746 14.6191C4.45403 14.108 3.27289 13.1634 2.47017 11.9261C1.66746 10.6889 1.2862 9.22532 1.38323 7.7537C1.48027 6.28208 2.05042 4.88125 3.00864 3.76013C3.96686 2.63902 5.26181 1.85768 6.70037 1.53266C8.13893 1.20763 9.64401 1.35634 10.9912 1.95659\" stroke=\"#0273E8\" stroke-width=\"1.00638\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.0462 2.73547L8.20703 9.5815L6.15527 7.52975\" stroke=\"#0273E8\" stroke-width=\"1.00638\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1010
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCheckCircleOutComponent, decorators: [{
1011
1011
  type: Component,
1012
1012
  args: [{ selector: 'monkey-icon-check-circle-out', template: "<svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M15.0468 7.5784V8.20761C15.046 9.68243 14.5684 11.1175 13.6853 12.2987C12.8023 13.4799 11.5611 14.3441 10.1468 14.7622C8.73246 15.1804 7.22088 15.1302 5.83746 14.6191C4.45403 14.108 3.27289 13.1634 2.47017 11.9261C1.66746 10.6889 1.2862 9.22532 1.38323 7.7537C1.48027 6.28208 2.05042 4.88125 3.00864 3.76013C3.96686 2.63902 5.26181 1.85768 6.70037 1.53266C8.13893 1.20763 9.64401 1.35634 10.9912 1.95659\" stroke=\"#0273E8\" stroke-width=\"1.00638\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.0462 2.73547L8.20703 9.5815L6.15527 7.52975\" stroke=\"#0273E8\" stroke-width=\"1.00638\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1013
1013
  }], propDecorators: { fillColor: [{
@@ -1018,9 +1018,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1018
1018
 
1019
1019
  class MonkeyIconCheckCircleComponent {
1020
1020
  }
1021
- MonkeyIconCheckCircleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCheckCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1022
- MonkeyIconCheckCircleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconCheckCircleComponent, selector: "monkey-icon-check-circle", 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<circle cx=\"8\" cy=\"8\" r=\"7\" fill=\"#00875A\"/>\r\n<path d=\"M11 5L7 11L4 8.27273\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1023
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCheckCircleComponent, decorators: [{
1021
+ MonkeyIconCheckCircleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCheckCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1022
+ MonkeyIconCheckCircleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCheckCircleComponent, selector: "monkey-icon-check-circle", 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<circle cx=\"8\" cy=\"8\" r=\"7\" fill=\"#00875A\"/>\r\n<path d=\"M11 5L7 11L4 8.27273\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1023
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCheckCircleComponent, decorators: [{
1024
1024
  type: Component,
1025
1025
  args: [{ selector: 'monkey-icon-check-circle', 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<circle cx=\"8\" cy=\"8\" r=\"7\" fill=\"#00875A\"/>\r\n<path d=\"M11 5L7 11L4 8.27273\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1026
1026
  }], propDecorators: { fillColor: [{
@@ -1031,9 +1031,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1031
1031
 
1032
1032
  class MonkeyIconCheckGreyComponent {
1033
1033
  }
1034
- MonkeyIconCheckGreyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCheckGreyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1035
- MonkeyIconCheckGreyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconCheckGreyComponent, selector: "monkey-icon-check-grey", 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<rect x=\"0.5\" y=\"0.5\" width=\"15\" height=\"15\" rx=\"5.5\" fill=\"#EBEBEB\" stroke=\"#C2C2C2\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1036
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCheckGreyComponent, decorators: [{
1034
+ MonkeyIconCheckGreyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCheckGreyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1035
+ MonkeyIconCheckGreyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCheckGreyComponent, selector: "monkey-icon-check-grey", 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<rect x=\"0.5\" y=\"0.5\" width=\"15\" height=\"15\" rx=\"5.5\" fill=\"#EBEBEB\" stroke=\"#C2C2C2\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1036
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCheckGreyComponent, decorators: [{
1037
1037
  type: Component,
1038
1038
  args: [{ selector: 'monkey-icon-check-grey', 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<rect x=\"0.5\" y=\"0.5\" width=\"15\" height=\"15\" rx=\"5.5\" fill=\"#EBEBEB\" stroke=\"#C2C2C2\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1039
1039
  }], propDecorators: { fillColor: [{
@@ -1044,9 +1044,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1044
1044
 
1045
1045
  class MonkeyIconCheckWhiteComponent {
1046
1046
  }
1047
- MonkeyIconCheckWhiteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCheckWhiteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1048
- MonkeyIconCheckWhiteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconCheckWhiteComponent, selector: "monkey-icon-check-white", 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<rect width=\"16\" height=\"16\" rx=\"6\" fill=\"#FAFAFA\"/>\r\n<path d=\"M11 6L6.875 10L5 8.18182\" stroke=\"#00875A\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1049
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCheckWhiteComponent, decorators: [{
1047
+ MonkeyIconCheckWhiteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCheckWhiteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1048
+ MonkeyIconCheckWhiteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCheckWhiteComponent, selector: "monkey-icon-check-white", 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<rect width=\"16\" height=\"16\" rx=\"6\" fill=\"#FAFAFA\"/>\r\n<path d=\"M11 6L6.875 10L5 8.18182\" stroke=\"#00875A\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1049
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCheckWhiteComponent, decorators: [{
1050
1050
  type: Component,
1051
1051
  args: [{ selector: 'monkey-icon-check-white', 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<rect width=\"16\" height=\"16\" rx=\"6\" fill=\"#FAFAFA\"/>\r\n<path d=\"M11 6L6.875 10L5 8.18182\" stroke=\"#00875A\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1052
1052
  }], propDecorators: { fillColor: [{
@@ -1057,9 +1057,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1057
1057
 
1058
1058
  class MonkeyIconCheckComponent {
1059
1059
  }
1060
- MonkeyIconCheckComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCheckComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1061
- MonkeyIconCheckComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconCheckComponent, selector: "monkey-icon-check", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M28 8L11.5 24L4 16.7273\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1062
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCheckComponent, decorators: [{
1060
+ MonkeyIconCheckComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCheckComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1061
+ MonkeyIconCheckComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCheckComponent, selector: "monkey-icon-check", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M28 8L11.5 24L4 16.7273\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1062
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCheckComponent, decorators: [{
1063
1063
  type: Component,
1064
1064
  args: [{ selector: 'monkey-icon-check', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M28 8L11.5 24L4 16.7273\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1065
1065
  }], propDecorators: { fillColor: [{
@@ -1070,9 +1070,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1070
1070
 
1071
1071
  class MonkeyIconClipboardComponent {
1072
1072
  }
1073
- MonkeyIconClipboardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconClipboardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1074
- MonkeyIconClipboardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconClipboardComponent, selector: "monkey-icon-clipboard", 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=\"M16 4H18C18.5304 4 19.0391 4.21071 19.4142 4.58579C19.7893 4.96086 20 5.46957 20 6V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22H6C5.46957 22 4.96086 21.7893 4.58579 21.4142C4.21071 21.0391 4 20.5304 4 20V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H8\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15 2H9C8.44772 2 8 2.44772 8 3V5C8 5.55228 8.44772 6 9 6H15C15.5523 6 16 5.55228 16 5V3C16 2.44772 15.5523 2 15 2Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1075
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconClipboardComponent, decorators: [{
1073
+ MonkeyIconClipboardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconClipboardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1074
+ MonkeyIconClipboardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconClipboardComponent, selector: "monkey-icon-clipboard", 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=\"M16 4H18C18.5304 4 19.0391 4.21071 19.4142 4.58579C19.7893 4.96086 20 5.46957 20 6V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22H6C5.46957 22 4.96086 21.7893 4.58579 21.4142C4.21071 21.0391 4 20.5304 4 20V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H8\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15 2H9C8.44772 2 8 2.44772 8 3V5C8 5.55228 8.44772 6 9 6H15C15.5523 6 16 5.55228 16 5V3C16 2.44772 15.5523 2 15 2Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1075
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconClipboardComponent, decorators: [{
1076
1076
  type: Component,
1077
1077
  args: [{ selector: 'monkey-icon-clipboard', 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=\"M16 4H18C18.5304 4 19.0391 4.21071 19.4142 4.58579C19.7893 4.96086 20 5.46957 20 6V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22H6C5.46957 22 4.96086 21.7893 4.58579 21.4142C4.21071 21.0391 4 20.5304 4 20V6C4 5.46957 4.21071 4.96086 4.58579 4.58579C4.96086 4.21071 5.46957 4 6 4H8\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15 2H9C8.44772 2 8 2.44772 8 3V5C8 5.55228 8.44772 6 9 6H15C15.5523 6 16 5.55228 16 5V3C16 2.44772 15.5523 2 15 2Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1078
1078
  }], propDecorators: { fillColor: [{
@@ -1083,9 +1083,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1083
1083
 
1084
1084
  class MonkeyIconClockComponent {
1085
1085
  }
1086
- MonkeyIconClockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconClockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1087
- MonkeyIconClockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconClockComponent, selector: "monkey-icon-clock", 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=\"M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 4V8L11 10\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1088
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconClockComponent, decorators: [{
1086
+ MonkeyIconClockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconClockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1087
+ MonkeyIconClockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconClockComponent, selector: "monkey-icon-clock", 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=\"M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 4V8L11 10\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1088
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconClockComponent, decorators: [{
1089
1089
  type: Component,
1090
1090
  args: [{ selector: 'monkey-icon-clock', 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=\"M8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 4V8L11 10\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1091
1091
  }], propDecorators: { fillColor: [{
@@ -1096,9 +1096,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1096
1096
 
1097
1097
  class MonkeyIconCloseComponent {
1098
1098
  }
1099
- MonkeyIconCloseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCloseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1100
- MonkeyIconCloseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconCloseComponent, selector: "monkey-icon-close", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M26 6L6 26\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6 6L26 26\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCloseComponent, decorators: [{
1099
+ MonkeyIconCloseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCloseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1100
+ MonkeyIconCloseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCloseComponent, selector: "monkey-icon-close", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M26 6L6 26\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6 6L26 26\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCloseComponent, decorators: [{
1102
1102
  type: Component,
1103
1103
  args: [{ selector: 'monkey-icon-close', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M26 6L6 26\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6 6L26 26\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1104
1104
  }], propDecorators: { fillColor: [{
@@ -1109,9 +1109,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1109
1109
 
1110
1110
  class MonkeyIconCNPJComponent {
1111
1111
  }
1112
- MonkeyIconCNPJComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCNPJComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1113
- MonkeyIconCNPJComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconCNPJComponent, selector: "monkey-icon-cnpj", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M8 8H10V12H8V8Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M8 14H10V18H8V14Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M14 8H16V12H14V8Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M14 14H16V18H14V14Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M8 20H10V24H8V20Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M14 20H16V24H14V20Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M30 14C30 13.4696 29.7893 12.9609 29.4142 12.5858C29.0391 12.2107 28.5304 12 28 12H22V4C22 3.46957 21.7893 2.96086 21.4142 2.58579C21.0391 2.21071 20.5304 2 20 2H4C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V30H30V14ZM4 4H20V28H4V4ZM22 28V14H28V28H22Z\" fill=\"#0273E8\" [attr.fill]=\"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: MonkeyIconCNPJComponent, decorators: [{
1112
+ MonkeyIconCNPJComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCNPJComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1113
+ MonkeyIconCNPJComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCNPJComponent, selector: "monkey-icon-cnpj", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M8 8H10V12H8V8Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M8 14H10V18H8V14Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M14 8H16V12H14V8Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M14 14H16V18H14V14Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M8 20H10V24H8V20Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M14 20H16V24H14V20Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M30 14C30 13.4696 29.7893 12.9609 29.4142 12.5858C29.0391 12.2107 28.5304 12 28 12H22V4C22 3.46957 21.7893 2.96086 21.4142 2.58579C21.0391 2.21071 20.5304 2 20 2H4C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V30H30V14ZM4 4H20V28H4V4ZM22 28V14H28V28H22Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1114
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCNPJComponent, decorators: [{
1115
1115
  type: Component,
1116
1116
  args: [{ selector: 'monkey-icon-cnpj', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M8 8H10V12H8V8Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M8 14H10V18H8V14Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M14 8H16V12H14V8Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M14 14H16V18H14V14Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M8 20H10V24H8V20Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M14 20H16V24H14V20Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M30 14C30 13.4696 29.7893 12.9609 29.4142 12.5858C29.0391 12.2107 28.5304 12 28 12H22V4C22 3.46957 21.7893 2.96086 21.4142 2.58579C21.0391 2.21071 20.5304 2 20 2H4C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V30H30V14ZM4 4H20V28H4V4ZM22 28V14H28V28H22Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1117
1117
  }], propDecorators: { fillColor: [{
@@ -1122,9 +1122,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1122
1122
 
1123
1123
  class MonkeyIconCodepenComponent {
1124
1124
  }
1125
- MonkeyIconCodepenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCodepenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1126
- MonkeyIconCodepenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconCodepenComponent, selector: "monkey-icon-codepen", 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=\"M8.00004 1.33334L14.6667 5.66668V10.3333L8.00004 14.6667L1.33337 10.3333V5.66668L8.00004 1.33334Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 14.6667V10.3333\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.6667 5.66666L8.00004 10.3333L1.33337 5.66666\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M1.33337 10.3333L8.00004 5.66666L14.6667 10.3333\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 1.33334V5.66668\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1127
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCodepenComponent, decorators: [{
1125
+ MonkeyIconCodepenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCodepenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1126
+ MonkeyIconCodepenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCodepenComponent, selector: "monkey-icon-codepen", 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=\"M8.00004 1.33334L14.6667 5.66668V10.3333L8.00004 14.6667L1.33337 10.3333V5.66668L8.00004 1.33334Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 14.6667V10.3333\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.6667 5.66666L8.00004 10.3333L1.33337 5.66666\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M1.33337 10.3333L8.00004 5.66666L14.6667 10.3333\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 1.33334V5.66668\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1127
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCodepenComponent, decorators: [{
1128
1128
  type: Component,
1129
1129
  args: [{ selector: 'monkey-icon-codepen', 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=\"M8.00004 1.33334L14.6667 5.66668V10.3333L8.00004 14.6667L1.33337 10.3333V5.66668L8.00004 1.33334Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 14.6667V10.3333\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.6667 5.66666L8.00004 10.3333L1.33337 5.66666\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M1.33337 10.3333L8.00004 5.66666L14.6667 10.3333\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 1.33334V5.66668\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1130
1130
  }], propDecorators: { fillColor: [{
@@ -1135,9 +1135,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1135
1135
 
1136
1136
  class MonkeyIconCompanyNameComponent {
1137
1137
  }
1138
- MonkeyIconCompanyNameComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCompanyNameComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1139
- MonkeyIconCompanyNameComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconCompanyNameComponent, selector: "monkey-icon-company-name", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<rect x=\"3\" y=\"5\" width=\"26\" height=\"22\" rx=\"1\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"14\" y=\"8\" width=\"12\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"6\" y=\"8\" width=\"6\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"6\" y=\"12\" width=\"10\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"6\" y=\"16\" width=\"6\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"14\" y=\"16\" width=\"12\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"6\" y=\"20\" width=\"4\" height=\"4\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"12\" y=\"20\" width=\"10\" height=\"4\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"24\" y=\"20\" width=\"2\" height=\"4\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"18\" y=\"12\" width=\"8\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCompanyNameComponent, decorators: [{
1138
+ MonkeyIconCompanyNameComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCompanyNameComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1139
+ MonkeyIconCompanyNameComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCompanyNameComponent, selector: "monkey-icon-company-name", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<rect x=\"3\" y=\"5\" width=\"26\" height=\"22\" rx=\"1\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"14\" y=\"8\" width=\"12\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"6\" y=\"8\" width=\"6\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"6\" y=\"12\" width=\"10\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"6\" y=\"16\" width=\"6\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"14\" y=\"16\" width=\"12\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"6\" y=\"20\" width=\"4\" height=\"4\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"12\" y=\"20\" width=\"10\" height=\"4\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"24\" y=\"20\" width=\"2\" height=\"4\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"18\" y=\"12\" width=\"8\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1140
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCompanyNameComponent, decorators: [{
1141
1141
  type: Component,
1142
1142
  args: [{ selector: 'monkey-icon-company-name', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<rect x=\"3\" y=\"5\" width=\"26\" height=\"22\" rx=\"1\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"14\" y=\"8\" width=\"12\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"6\" y=\"8\" width=\"6\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"6\" y=\"12\" width=\"10\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"6\" y=\"16\" width=\"6\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"14\" y=\"16\" width=\"12\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"6\" y=\"20\" width=\"4\" height=\"4\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"12\" y=\"20\" width=\"10\" height=\"4\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"24\" y=\"20\" width=\"2\" height=\"4\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<rect x=\"18\" y=\"12\" width=\"8\" height=\"2\" rx=\"1\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1143
1143
  }], propDecorators: { fillColor: [{
@@ -1148,9 +1148,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1148
1148
 
1149
1149
  class MonkeyIconContractComponent {
1150
1150
  }
1151
- MonkeyIconContractComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconContractComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1152
- MonkeyIconContractComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconContractComponent, selector: "monkey-icon-contract", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"40\" viewBox=\"0 0 32 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M9.59969 28.6665H8.31969C7.96609 28.6665 7.67969 28.9648 7.67969 29.3332C7.67969 29.7015 7.96609 29.9998 8.31969 29.9998H9.59969C9.95329 29.9998 10.2397 29.7015 10.2397 29.3332C10.2397 28.9648 9.95329 28.6665 9.59969 28.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M27.5195 28.6665H12.1595C11.8059 28.6665 11.5195 28.9648 11.5195 29.3332C11.5195 29.7015 11.8059 29.9998 12.1595 29.9998H27.5195C27.8731 29.9998 28.1595 29.7015 28.1595 29.3332C28.1595 28.9648 27.8731 28.6665 27.5195 28.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M9.59969 24.6665H8.31969C7.96609 24.6665 7.67969 24.9648 7.67969 25.3332C7.67969 25.7015 7.96609 25.9998 8.31969 25.9998H9.59969C9.95329 25.9998 10.2397 25.7015 10.2397 25.3332C10.2397 24.9648 9.95329 24.6665 9.59969 24.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M27.5195 24.6665H12.1595C11.8059 24.6665 11.5195 24.9648 11.5195 25.3332C11.5195 25.7015 11.8059 25.9998 12.1595 25.9998H27.5195C27.8731 25.9998 28.1595 25.7015 28.1595 25.3332C28.1595 24.9648 27.8731 24.6665 27.5195 24.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M9.59969 20.6665H8.31969C7.96609 20.6665 7.67969 20.9648 7.67969 21.3332C7.67969 21.7015 7.96609 21.9998 8.31969 21.9998H9.59969C9.95329 21.9998 10.2397 21.7015 10.2397 21.3332C10.2397 20.9648 9.95329 20.6665 9.59969 20.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M27.5195 20.6665H12.1595C11.8059 20.6665 11.5195 20.9648 11.5195 21.3332C11.5195 21.7015 11.8059 21.9998 12.1595 21.9998H27.5195C27.8731 21.9998 28.1595 21.7015 28.1595 21.3332C28.1595 20.9648 27.8731 20.6665 27.5195 20.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M9.59969 16.6665H8.31969C7.96609 16.6665 7.67969 16.9648 7.67969 17.3332C7.67969 17.7015 7.96609 17.9998 8.31969 17.9998H9.59969C9.95329 17.9998 10.2397 17.7015 10.2397 17.3332C10.2397 16.9648 9.95329 16.6665 9.59969 16.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M27.5195 16.6665H12.1595C11.8059 16.6665 11.5195 16.9648 11.5195 17.3332C11.5195 17.7015 11.8059 17.9998 12.1595 17.9998H27.5195C27.8731 17.9998 28.1595 17.7015 28.1595 17.3332C28.1595 16.9648 27.8731 16.6665 27.5195 16.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M9.59969 12.6665H8.31969C7.96609 12.6665 7.67969 12.9648 7.67969 13.3332C7.67969 13.7015 7.96609 13.9998 8.31969 13.9998H9.59969C9.95329 13.9998 10.2397 13.7015 10.2397 13.3332C10.2397 12.9648 9.95329 12.6665 9.59969 12.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M27.5195 12.6665H12.1595C11.8059 12.6665 11.5195 12.9648 11.5195 13.3332C11.5195 13.7015 11.8059 13.9998 12.1595 13.9998H27.5195C27.8731 13.9998 28.1595 13.7015 28.1595 13.3332C28.1595 12.9648 27.8731 12.6665 27.5195 12.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M31.992 9.95833C31.9888 9.9 31.9776 9.8425 31.9592 9.78667C31.952 9.765 31.9472 9.745 31.9384 9.72417C31.9072 9.65167 31.864 9.58583 31.8104 9.52917L22.8504 0.195833C22.796 0.14 22.7328 0.095 22.6632 0.0625C22.6432 0.0533333 22.6232 0.0475 22.604 0.0408333C22.5504 0.0216667 22.4944 0.01 22.4384 0.00583333C22.4264 0.0075 22.4144 0 22.4 0H4.48C4.1264 0 3.84 0.298333 3.84 0.666667V2.66667H0.64C0.2864 2.66667 0 2.965 0 3.33333V39.3333C0 39.7017 0.2864 40 0.64 40H27.52C27.8736 40 28.16 39.7017 28.16 39.3333V36H31.36C31.7136 36 32 35.7017 32 35.3333V10C32 9.985 31.9928 9.9725 31.992 9.95833ZM23.04 2.27583L29.8152 9.33333H23.04V2.27583ZM26.88 38.6667H1.28V4H3.84V35.3333C3.84 35.7017 4.1264 36 4.48 36H26.88V38.6667ZM30.72 34.6667H5.12V1.33333H21.76V10C21.76 10.3683 22.0464 10.6667 22.4 10.6667H30.72V34.6667Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M12.1597 6H8.31969C7.96609 6 7.67969 6.29833 7.67969 6.66667V10.6667C7.67969 11.035 7.96609 11.3333 8.31969 11.3333H12.1597C12.5133 11.3333 12.7997 11.035 12.7997 10.6667V6.66667C12.7997 6.29833 12.5133 6 12.1597 6ZM11.5197 10H8.95969V7.33333H11.5197V10Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1153
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconContractComponent, decorators: [{
1151
+ MonkeyIconContractComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconContractComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1152
+ MonkeyIconContractComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconContractComponent, selector: "monkey-icon-contract", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"40\" viewBox=\"0 0 32 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M9.59969 28.6665H8.31969C7.96609 28.6665 7.67969 28.9648 7.67969 29.3332C7.67969 29.7015 7.96609 29.9998 8.31969 29.9998H9.59969C9.95329 29.9998 10.2397 29.7015 10.2397 29.3332C10.2397 28.9648 9.95329 28.6665 9.59969 28.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M27.5195 28.6665H12.1595C11.8059 28.6665 11.5195 28.9648 11.5195 29.3332C11.5195 29.7015 11.8059 29.9998 12.1595 29.9998H27.5195C27.8731 29.9998 28.1595 29.7015 28.1595 29.3332C28.1595 28.9648 27.8731 28.6665 27.5195 28.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M9.59969 24.6665H8.31969C7.96609 24.6665 7.67969 24.9648 7.67969 25.3332C7.67969 25.7015 7.96609 25.9998 8.31969 25.9998H9.59969C9.95329 25.9998 10.2397 25.7015 10.2397 25.3332C10.2397 24.9648 9.95329 24.6665 9.59969 24.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M27.5195 24.6665H12.1595C11.8059 24.6665 11.5195 24.9648 11.5195 25.3332C11.5195 25.7015 11.8059 25.9998 12.1595 25.9998H27.5195C27.8731 25.9998 28.1595 25.7015 28.1595 25.3332C28.1595 24.9648 27.8731 24.6665 27.5195 24.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M9.59969 20.6665H8.31969C7.96609 20.6665 7.67969 20.9648 7.67969 21.3332C7.67969 21.7015 7.96609 21.9998 8.31969 21.9998H9.59969C9.95329 21.9998 10.2397 21.7015 10.2397 21.3332C10.2397 20.9648 9.95329 20.6665 9.59969 20.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M27.5195 20.6665H12.1595C11.8059 20.6665 11.5195 20.9648 11.5195 21.3332C11.5195 21.7015 11.8059 21.9998 12.1595 21.9998H27.5195C27.8731 21.9998 28.1595 21.7015 28.1595 21.3332C28.1595 20.9648 27.8731 20.6665 27.5195 20.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M9.59969 16.6665H8.31969C7.96609 16.6665 7.67969 16.9648 7.67969 17.3332C7.67969 17.7015 7.96609 17.9998 8.31969 17.9998H9.59969C9.95329 17.9998 10.2397 17.7015 10.2397 17.3332C10.2397 16.9648 9.95329 16.6665 9.59969 16.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M27.5195 16.6665H12.1595C11.8059 16.6665 11.5195 16.9648 11.5195 17.3332C11.5195 17.7015 11.8059 17.9998 12.1595 17.9998H27.5195C27.8731 17.9998 28.1595 17.7015 28.1595 17.3332C28.1595 16.9648 27.8731 16.6665 27.5195 16.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M9.59969 12.6665H8.31969C7.96609 12.6665 7.67969 12.9648 7.67969 13.3332C7.67969 13.7015 7.96609 13.9998 8.31969 13.9998H9.59969C9.95329 13.9998 10.2397 13.7015 10.2397 13.3332C10.2397 12.9648 9.95329 12.6665 9.59969 12.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M27.5195 12.6665H12.1595C11.8059 12.6665 11.5195 12.9648 11.5195 13.3332C11.5195 13.7015 11.8059 13.9998 12.1595 13.9998H27.5195C27.8731 13.9998 28.1595 13.7015 28.1595 13.3332C28.1595 12.9648 27.8731 12.6665 27.5195 12.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M31.992 9.95833C31.9888 9.9 31.9776 9.8425 31.9592 9.78667C31.952 9.765 31.9472 9.745 31.9384 9.72417C31.9072 9.65167 31.864 9.58583 31.8104 9.52917L22.8504 0.195833C22.796 0.14 22.7328 0.095 22.6632 0.0625C22.6432 0.0533333 22.6232 0.0475 22.604 0.0408333C22.5504 0.0216667 22.4944 0.01 22.4384 0.00583333C22.4264 0.0075 22.4144 0 22.4 0H4.48C4.1264 0 3.84 0.298333 3.84 0.666667V2.66667H0.64C0.2864 2.66667 0 2.965 0 3.33333V39.3333C0 39.7017 0.2864 40 0.64 40H27.52C27.8736 40 28.16 39.7017 28.16 39.3333V36H31.36C31.7136 36 32 35.7017 32 35.3333V10C32 9.985 31.9928 9.9725 31.992 9.95833ZM23.04 2.27583L29.8152 9.33333H23.04V2.27583ZM26.88 38.6667H1.28V4H3.84V35.3333C3.84 35.7017 4.1264 36 4.48 36H26.88V38.6667ZM30.72 34.6667H5.12V1.33333H21.76V10C21.76 10.3683 22.0464 10.6667 22.4 10.6667H30.72V34.6667Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M12.1597 6H8.31969C7.96609 6 7.67969 6.29833 7.67969 6.66667V10.6667C7.67969 11.035 7.96609 11.3333 8.31969 11.3333H12.1597C12.5133 11.3333 12.7997 11.035 12.7997 10.6667V6.66667C12.7997 6.29833 12.5133 6 12.1597 6ZM11.5197 10H8.95969V7.33333H11.5197V10Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1153
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconContractComponent, decorators: [{
1154
1154
  type: Component,
1155
1155
  args: [{ selector: 'monkey-icon-contract', template: "<svg width=\"32\" height=\"40\" viewBox=\"0 0 32 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M9.59969 28.6665H8.31969C7.96609 28.6665 7.67969 28.9648 7.67969 29.3332C7.67969 29.7015 7.96609 29.9998 8.31969 29.9998H9.59969C9.95329 29.9998 10.2397 29.7015 10.2397 29.3332C10.2397 28.9648 9.95329 28.6665 9.59969 28.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M27.5195 28.6665H12.1595C11.8059 28.6665 11.5195 28.9648 11.5195 29.3332C11.5195 29.7015 11.8059 29.9998 12.1595 29.9998H27.5195C27.8731 29.9998 28.1595 29.7015 28.1595 29.3332C28.1595 28.9648 27.8731 28.6665 27.5195 28.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M9.59969 24.6665H8.31969C7.96609 24.6665 7.67969 24.9648 7.67969 25.3332C7.67969 25.7015 7.96609 25.9998 8.31969 25.9998H9.59969C9.95329 25.9998 10.2397 25.7015 10.2397 25.3332C10.2397 24.9648 9.95329 24.6665 9.59969 24.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M27.5195 24.6665H12.1595C11.8059 24.6665 11.5195 24.9648 11.5195 25.3332C11.5195 25.7015 11.8059 25.9998 12.1595 25.9998H27.5195C27.8731 25.9998 28.1595 25.7015 28.1595 25.3332C28.1595 24.9648 27.8731 24.6665 27.5195 24.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M9.59969 20.6665H8.31969C7.96609 20.6665 7.67969 20.9648 7.67969 21.3332C7.67969 21.7015 7.96609 21.9998 8.31969 21.9998H9.59969C9.95329 21.9998 10.2397 21.7015 10.2397 21.3332C10.2397 20.9648 9.95329 20.6665 9.59969 20.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M27.5195 20.6665H12.1595C11.8059 20.6665 11.5195 20.9648 11.5195 21.3332C11.5195 21.7015 11.8059 21.9998 12.1595 21.9998H27.5195C27.8731 21.9998 28.1595 21.7015 28.1595 21.3332C28.1595 20.9648 27.8731 20.6665 27.5195 20.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M9.59969 16.6665H8.31969C7.96609 16.6665 7.67969 16.9648 7.67969 17.3332C7.67969 17.7015 7.96609 17.9998 8.31969 17.9998H9.59969C9.95329 17.9998 10.2397 17.7015 10.2397 17.3332C10.2397 16.9648 9.95329 16.6665 9.59969 16.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M27.5195 16.6665H12.1595C11.8059 16.6665 11.5195 16.9648 11.5195 17.3332C11.5195 17.7015 11.8059 17.9998 12.1595 17.9998H27.5195C27.8731 17.9998 28.1595 17.7015 28.1595 17.3332C28.1595 16.9648 27.8731 16.6665 27.5195 16.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M9.59969 12.6665H8.31969C7.96609 12.6665 7.67969 12.9648 7.67969 13.3332C7.67969 13.7015 7.96609 13.9998 8.31969 13.9998H9.59969C9.95329 13.9998 10.2397 13.7015 10.2397 13.3332C10.2397 12.9648 9.95329 12.6665 9.59969 12.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M27.5195 12.6665H12.1595C11.8059 12.6665 11.5195 12.9648 11.5195 13.3332C11.5195 13.7015 11.8059 13.9998 12.1595 13.9998H27.5195C27.8731 13.9998 28.1595 13.7015 28.1595 13.3332C28.1595 12.9648 27.8731 12.6665 27.5195 12.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M31.992 9.95833C31.9888 9.9 31.9776 9.8425 31.9592 9.78667C31.952 9.765 31.9472 9.745 31.9384 9.72417C31.9072 9.65167 31.864 9.58583 31.8104 9.52917L22.8504 0.195833C22.796 0.14 22.7328 0.095 22.6632 0.0625C22.6432 0.0533333 22.6232 0.0475 22.604 0.0408333C22.5504 0.0216667 22.4944 0.01 22.4384 0.00583333C22.4264 0.0075 22.4144 0 22.4 0H4.48C4.1264 0 3.84 0.298333 3.84 0.666667V2.66667H0.64C0.2864 2.66667 0 2.965 0 3.33333V39.3333C0 39.7017 0.2864 40 0.64 40H27.52C27.8736 40 28.16 39.7017 28.16 39.3333V36H31.36C31.7136 36 32 35.7017 32 35.3333V10C32 9.985 31.9928 9.9725 31.992 9.95833ZM23.04 2.27583L29.8152 9.33333H23.04V2.27583ZM26.88 38.6667H1.28V4H3.84V35.3333C3.84 35.7017 4.1264 36 4.48 36H26.88V38.6667ZM30.72 34.6667H5.12V1.33333H21.76V10C21.76 10.3683 22.0464 10.6667 22.4 10.6667H30.72V34.6667Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M12.1597 6H8.31969C7.96609 6 7.67969 6.29833 7.67969 6.66667V10.6667C7.67969 11.035 7.96609 11.3333 8.31969 11.3333H12.1597C12.5133 11.3333 12.7997 11.035 12.7997 10.6667V6.66667C12.7997 6.29833 12.5133 6 12.1597 6ZM11.5197 10H8.95969V7.33333H11.5197V10Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1156
1156
  }], propDecorators: { fillColor: [{
@@ -1161,9 +1161,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1161
1161
 
1162
1162
  class MonkeyIconContractPenComponent {
1163
1163
  }
1164
- MonkeyIconContractPenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconContractPenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1165
- 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"] });
1166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconContractPenComponent, decorators: [{
1164
+ MonkeyIconContractPenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconContractPenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1165
+ MonkeyIconContractPenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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"] });
1166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconContractPenComponent, decorators: [{
1167
1167
  type: Component,
1168
1168
  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"] }]
1169
1169
  }], propDecorators: { fillColor: [{
@@ -1174,9 +1174,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1174
1174
 
1175
1175
  class MonkeyIconDeleteComponent {
1176
1176
  }
1177
- MonkeyIconDeleteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDeleteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1178
- MonkeyIconDeleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconDeleteComponent, selector: "monkey-icon-delete", 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=\"M14 2.66663H5.33329L0.666626 7.99996L5.33329 13.3333H14C14.3536 13.3333 14.6927 13.1928 14.9428 12.9428C15.1928 12.6927 15.3333 12.3536 15.3333 12V3.99996C15.3333 3.64634 15.1928 3.3072 14.9428 3.05715C14.6927 2.8071 14.3536 2.66663 14 2.66663V2.66663Z\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12 6L8 10\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 6L12 10\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDeleteComponent, decorators: [{
1177
+ MonkeyIconDeleteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDeleteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1178
+ MonkeyIconDeleteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconDeleteComponent, selector: "monkey-icon-delete", 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=\"M14 2.66663H5.33329L0.666626 7.99996L5.33329 13.3333H14C14.3536 13.3333 14.6927 13.1928 14.9428 12.9428C15.1928 12.6927 15.3333 12.3536 15.3333 12V3.99996C15.3333 3.64634 15.1928 3.3072 14.9428 3.05715C14.6927 2.8071 14.3536 2.66663 14 2.66663V2.66663Z\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12 6L8 10\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 6L12 10\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1179
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDeleteComponent, decorators: [{
1180
1180
  type: Component,
1181
1181
  args: [{ selector: 'monkey-icon-delete', 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=\"M14 2.66663H5.33329L0.666626 7.99996L5.33329 13.3333H14C14.3536 13.3333 14.6927 13.1928 14.9428 12.9428C15.1928 12.6927 15.3333 12.3536 15.3333 12V3.99996C15.3333 3.64634 15.1928 3.3072 14.9428 3.05715C14.6927 2.8071 14.3536 2.66663 14 2.66663V2.66663Z\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12 6L8 10\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 6L12 10\" stroke=\"#000000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1182
1182
  }], propDecorators: { fillColor: [{
@@ -1187,9 +1187,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1187
1187
 
1188
1188
  class MonkeyIconDocumentComponent {
1189
1189
  }
1190
- MonkeyIconDocumentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDocumentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1191
- MonkeyIconDocumentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconDocumentComponent, selector: "monkey-icon-document", 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.9375 2.25H6.375C5.87772 2.25 5.40081 2.45545 5.04917 2.82114C4.69754 3.18684 4.5 3.68283 4.5 4.2V19.8C4.5 20.3172 4.69754 20.8132 5.04917 21.1789C5.40081 21.5446 5.87772 21.75 6.375 21.75H17.625C18.1223 21.75 18.5992 21.5446 18.9508 21.1789C19.3025 20.8132 19.5 20.3172 19.5 19.8V9.075L12.9375 2.25Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.75 3V9.75H19.5\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 13H13.5\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 15H16\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 17H16\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDocumentComponent, decorators: [{
1190
+ MonkeyIconDocumentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDocumentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1191
+ MonkeyIconDocumentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconDocumentComponent, selector: "monkey-icon-document", 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.9375 2.25H6.375C5.87772 2.25 5.40081 2.45545 5.04917 2.82114C4.69754 3.18684 4.5 3.68283 4.5 4.2V19.8C4.5 20.3172 4.69754 20.8132 5.04917 21.1789C5.40081 21.5446 5.87772 21.75 6.375 21.75H17.625C18.1223 21.75 18.5992 21.5446 18.9508 21.1789C19.3025 20.8132 19.5 20.3172 19.5 19.8V9.075L12.9375 2.25Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.75 3V9.75H19.5\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 13H13.5\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 15H16\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 17H16\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1192
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDocumentComponent, decorators: [{
1193
1193
  type: Component,
1194
1194
  args: [{ selector: 'monkey-icon-document', 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.9375 2.25H6.375C5.87772 2.25 5.40081 2.45545 5.04917 2.82114C4.69754 3.18684 4.5 3.68283 4.5 4.2V19.8C4.5 20.3172 4.69754 20.8132 5.04917 21.1789C5.40081 21.5446 5.87772 21.75 6.375 21.75H17.625C18.1223 21.75 18.5992 21.5446 18.9508 21.1789C19.3025 20.8132 19.5 20.3172 19.5 19.8V9.075L12.9375 2.25Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.75 3V9.75H19.5\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 13H13.5\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 15H16\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 17H16\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1195
1195
  }], propDecorators: { fillColor: [{
@@ -1200,9 +1200,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1200
1200
 
1201
1201
  class MonkeyIconDollarSignComponent {
1202
1202
  }
1203
- MonkeyIconDollarSignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDollarSignComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1204
- MonkeyIconDollarSignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconDollarSignComponent, selector: "monkey-icon-dollar-sign", 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=\"M4 23V1H5H8.5H12H15.5H19H20V23H19L15.5 19L12 23L8.5 19L5 23H4Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12 5.49988V16.4999\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.5 7.50012H10.75C10.2859 7.50012 9.84075 7.6845 9.51256 8.01269C9.18437 8.34087 9 8.78599 9 9.25012C9 9.71425 9.18437 10.1594 9.51256 10.4876C9.84075 10.8157 10.2859 11.0001 10.75 11.0001H13.25C13.7141 11.0001 14.1592 11.1845 14.4874 11.5127C14.8156 11.8409 15 12.286 15 12.7501C15 13.2143 14.8156 13.6594 14.4874 13.9876C14.1592 14.3157 13.7141 14.5001 13.25 14.5001H9\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1205
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDollarSignComponent, decorators: [{
1203
+ MonkeyIconDollarSignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDollarSignComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1204
+ MonkeyIconDollarSignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconDollarSignComponent, selector: "monkey-icon-dollar-sign", 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=\"M4 23V1H5H8.5H12H15.5H19H20V23H19L15.5 19L12 23L8.5 19L5 23H4Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12 5.49988V16.4999\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.5 7.50012H10.75C10.2859 7.50012 9.84075 7.6845 9.51256 8.01269C9.18437 8.34087 9 8.78599 9 9.25012C9 9.71425 9.18437 10.1594 9.51256 10.4876C9.84075 10.8157 10.2859 11.0001 10.75 11.0001H13.25C13.7141 11.0001 14.1592 11.1845 14.4874 11.5127C14.8156 11.8409 15 12.286 15 12.7501C15 13.2143 14.8156 13.6594 14.4874 13.9876C14.1592 14.3157 13.7141 14.5001 13.25 14.5001H9\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1205
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDollarSignComponent, decorators: [{
1206
1206
  type: Component,
1207
1207
  args: [{ selector: 'monkey-icon-dollar-sign', 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=\"M4 23V1H5H8.5H12H15.5H19H20V23H19L15.5 19L12 23L8.5 19L5 23H4Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12 5.49988V16.4999\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.5 7.50012H10.75C10.2859 7.50012 9.84075 7.6845 9.51256 8.01269C9.18437 8.34087 9 8.78599 9 9.25012C9 9.71425 9.18437 10.1594 9.51256 10.4876C9.84075 10.8157 10.2859 11.0001 10.75 11.0001H13.25C13.7141 11.0001 14.1592 11.1845 14.4874 11.5127C14.8156 11.8409 15 12.286 15 12.7501C15 13.2143 14.8156 13.6594 14.4874 13.9876C14.1592 14.3157 13.7141 14.5001 13.25 14.5001H9\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1208
1208
  }], propDecorators: { fillColor: [{
@@ -1213,9 +1213,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1213
1213
 
1214
1214
  class MonkeyIconDollarSignCircleComponent {
1215
1215
  }
1216
- MonkeyIconDollarSignCircleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDollarSignCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1217
- 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"] });
1218
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDollarSignCircleComponent, decorators: [{
1216
+ MonkeyIconDollarSignCircleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDollarSignCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1217
+ MonkeyIconDollarSignCircleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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"] });
1218
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDollarSignCircleComponent, decorators: [{
1219
1219
  type: Component,
1220
1220
  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"] }]
1221
1221
  }], propDecorators: { fillColor: [{
@@ -1226,9 +1226,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1226
1226
 
1227
1227
  class MonkeyIconDomainComponent {
1228
1228
  }
1229
- MonkeyIconDomainComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDomainComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1230
- MonkeyIconDomainComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconDomainComponent, selector: "monkey-icon-domain", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M16 16H20V24H16V16Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M16 28H20V36H16V28Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M28 16H32V24H28V16Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M28 28H32V36H28V28Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M16 40H20V48H16V40Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M28 40H32V48H28V40Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M60 28C60 26.9391 59.5786 25.9217 58.8284 25.1716C58.0783 24.4214 57.0609 24 56 24H44V8C44 6.93913 43.5786 5.92172 42.8284 5.17157C42.0783 4.42143 41.0609 4 40 4H8C6.93913 4 5.92172 4.42143 5.17157 5.17157C4.42143 5.92172 4 6.93913 4 8V60H60V28ZM8 8H40V56H8V8ZM44 56V28H56V56H44Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1231
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDomainComponent, decorators: [{
1229
+ MonkeyIconDomainComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDomainComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1230
+ MonkeyIconDomainComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconDomainComponent, selector: "monkey-icon-domain", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M16 16H20V24H16V16Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M16 28H20V36H16V28Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M28 16H32V24H28V16Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M28 28H32V36H28V28Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M16 40H20V48H16V40Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M28 40H32V48H28V40Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M60 28C60 26.9391 59.5786 25.9217 58.8284 25.1716C58.0783 24.4214 57.0609 24 56 24H44V8C44 6.93913 43.5786 5.92172 42.8284 5.17157C42.0783 4.42143 41.0609 4 40 4H8C6.93913 4 5.92172 4.42143 5.17157 5.17157C4.42143 5.92172 4 6.93913 4 8V60H60V28ZM8 8H40V56H8V8ZM44 56V28H56V56H44Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1231
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDomainComponent, decorators: [{
1232
1232
  type: Component,
1233
1233
  args: [{ selector: 'monkey-icon-domain', template: "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M16 16H20V24H16V16Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M16 28H20V36H16V28Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M28 16H32V24H28V16Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M28 28H32V36H28V28Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M16 40H20V48H16V40Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M28 40H32V48H28V40Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M60 28C60 26.9391 59.5786 25.9217 58.8284 25.1716C58.0783 24.4214 57.0609 24 56 24H44V8C44 6.93913 43.5786 5.92172 42.8284 5.17157C42.0783 4.42143 41.0609 4 40 4H8C6.93913 4 5.92172 4.42143 5.17157 5.17157C4.42143 5.92172 4 6.93913 4 8V60H60V28ZM8 8H40V56H8V8ZM44 56V28H56V56H44Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1234
1234
  }], propDecorators: { fillColor: [{
@@ -1239,11 +1239,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1239
1239
 
1240
1240
  class MonkeyIconDoubleArrowLeftComponent {
1241
1241
  }
1242
- MonkeyIconDoubleArrowLeftComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDoubleArrowLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1243
- MonkeyIconDoubleArrowLeftComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconDoubleArrowLeftComponent, selector: "monkey-icon-double-arrow-left", 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=\"M11 17L6 12L11 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18 17L13 12L18 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1244
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDoubleArrowLeftComponent, decorators: [{
1242
+ MonkeyIconDoubleArrowLeftComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDoubleArrowLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1243
+ MonkeyIconDoubleArrowLeftComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconDoubleArrowLeftComponent, selector: "monkey-icon-double-arrow-left", 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=\"M11 17L6 12L11 7\" stroke=\"#EBEBEB\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18 17L13 12L18 7\" stroke=\"#EBEBEB\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1244
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDoubleArrowLeftComponent, decorators: [{
1245
1245
  type: Component,
1246
- args: [{ selector: 'monkey-icon-double-arrow-left', 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=\"M11 17L6 12L11 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18 17L13 12L18 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1246
+ args: [{ selector: 'monkey-icon-double-arrow-left', 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=\"M11 17L6 12L11 7\" stroke=\"#EBEBEB\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18 17L13 12L18 7\" stroke=\"#EBEBEB\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1247
1247
  }], propDecorators: { fillColor: [{
1248
1248
  type: Input
1249
1249
  }], size: [{
@@ -1252,9 +1252,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1252
1252
 
1253
1253
  class MonkeyIconDoubleArrowRightComponent {
1254
1254
  }
1255
- MonkeyIconDoubleArrowRightComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDoubleArrowRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1256
- MonkeyIconDoubleArrowRightComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconDoubleArrowRightComponent, selector: "monkey-icon-double-arrow-right", 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=\"M13 17L18 12L13 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6 17L11 12L6 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1257
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDoubleArrowRightComponent, decorators: [{
1255
+ MonkeyIconDoubleArrowRightComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDoubleArrowRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1256
+ MonkeyIconDoubleArrowRightComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconDoubleArrowRightComponent, selector: "monkey-icon-double-arrow-right", 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=\"M13 17L18 12L13 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6 17L11 12L6 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1257
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDoubleArrowRightComponent, decorators: [{
1258
1258
  type: Component,
1259
1259
  args: [{ selector: 'monkey-icon-double-arrow-right', 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=\"M13 17L18 12L13 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6 17L11 12L6 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1260
1260
  }], propDecorators: { fillColor: [{
@@ -1265,9 +1265,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1265
1265
 
1266
1266
  class MonkeyIconDownloadComponent {
1267
1267
  }
1268
- MonkeyIconDownloadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDownloadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1269
- MonkeyIconDownloadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconDownloadComponent, selector: "monkey-icon-download", 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=\"M14 10V12.6667C14 13.0203 13.8595 13.3594 13.6095 13.6095C13.3594 13.8595 13.0203 14 12.6667 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V10\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M4.6665 6.66667L7.99984 10L11.3332 6.66667\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 10V2\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1270
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDownloadComponent, decorators: [{
1268
+ MonkeyIconDownloadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDownloadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1269
+ MonkeyIconDownloadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconDownloadComponent, selector: "monkey-icon-download", 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=\"M14 10V12.6667C14 13.0203 13.8595 13.3594 13.6095 13.6095C13.3594 13.8595 13.0203 14 12.6667 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V10\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M4.6665 6.66667L7.99984 10L11.3332 6.66667\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 10V2\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1270
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDownloadComponent, decorators: [{
1271
1271
  type: Component,
1272
1272
  args: [{ selector: 'monkey-icon-download', 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=\"M14 10V12.6667C14 13.0203 13.8595 13.3594 13.6095 13.6095C13.3594 13.8595 13.0203 14 12.6667 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V10\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M4.6665 6.66667L7.99984 10L11.3332 6.66667\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 10V2\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1273
1273
  }], propDecorators: { fillColor: [{
@@ -1278,9 +1278,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1278
1278
 
1279
1279
  class MonkeyIconEditSquareComponent {
1280
1280
  }
1281
- MonkeyIconEditSquareComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconEditSquareComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1282
- MonkeyIconEditSquareComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconEditSquareComponent, selector: "monkey-icon-edit-square", 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=\"M7.33325 2.66675H2.66659C2.31296 2.66675 1.97382 2.80722 1.72378 3.05727C1.47373 3.30732 1.33325 3.64646 1.33325 4.00008V13.3334C1.33325 13.687 1.47373 14.0262 1.72378 14.2762C1.97382 14.5263 2.31296 14.6667 2.66659 14.6667H11.9999C12.3535 14.6667 12.6927 14.5263 12.9427 14.2762C13.1928 14.0262 13.3333 13.687 13.3333 13.3334V8.66675\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.3333 1.66665C12.5985 1.40144 12.9582 1.25244 13.3333 1.25244C13.7083 1.25244 14.068 1.40144 14.3333 1.66665C14.5985 1.93187 14.7475 2.29158 14.7475 2.66665C14.7475 3.04173 14.5985 3.40144 14.3333 3.66665L7.99992 9.99999L5.33325 10.6667L5.99992 7.99999L12.3333 1.66665Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1283
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconEditSquareComponent, decorators: [{
1281
+ MonkeyIconEditSquareComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconEditSquareComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1282
+ MonkeyIconEditSquareComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconEditSquareComponent, selector: "monkey-icon-edit-square", 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=\"M7.33325 2.66675H2.66659C2.31296 2.66675 1.97382 2.80722 1.72378 3.05727C1.47373 3.30732 1.33325 3.64646 1.33325 4.00008V13.3334C1.33325 13.687 1.47373 14.0262 1.72378 14.2762C1.97382 14.5263 2.31296 14.6667 2.66659 14.6667H11.9999C12.3535 14.6667 12.6927 14.5263 12.9427 14.2762C13.1928 14.0262 13.3333 13.687 13.3333 13.3334V8.66675\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.3333 1.66665C12.5985 1.40144 12.9582 1.25244 13.3333 1.25244C13.7083 1.25244 14.068 1.40144 14.3333 1.66665C14.5985 1.93187 14.7475 2.29158 14.7475 2.66665C14.7475 3.04173 14.5985 3.40144 14.3333 3.66665L7.99992 9.99999L5.33325 10.6667L5.99992 7.99999L12.3333 1.66665Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1283
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconEditSquareComponent, decorators: [{
1284
1284
  type: Component,
1285
1285
  args: [{ selector: 'monkey-icon-edit-square', 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=\"M7.33325 2.66675H2.66659C2.31296 2.66675 1.97382 2.80722 1.72378 3.05727C1.47373 3.30732 1.33325 3.64646 1.33325 4.00008V13.3334C1.33325 13.687 1.47373 14.0262 1.72378 14.2762C1.97382 14.5263 2.31296 14.6667 2.66659 14.6667H11.9999C12.3535 14.6667 12.6927 14.5263 12.9427 14.2762C13.1928 14.0262 13.3333 13.687 13.3333 13.3334V8.66675\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.3333 1.66665C12.5985 1.40144 12.9582 1.25244 13.3333 1.25244C13.7083 1.25244 14.068 1.40144 14.3333 1.66665C14.5985 1.93187 14.7475 2.29158 14.7475 2.66665C14.7475 3.04173 14.5985 3.40144 14.3333 3.66665L7.99992 9.99999L5.33325 10.6667L5.99992 7.99999L12.3333 1.66665Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1286
1286
  }], propDecorators: { fillColor: [{
@@ -1291,9 +1291,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1291
1291
 
1292
1292
  class MonkeyIconEditComponent {
1293
1293
  }
1294
- MonkeyIconEditComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconEditComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1295
- MonkeyIconEditComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconEditComponent, selector: "monkey-icon-edit", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M21.1298 6.8356C21.3947 6.57068 21.7092 6.36054 22.0553 6.21716C22.4015 6.07379 22.7725 6 23.1471 6C23.5217 6 23.8927 6.07379 24.2389 6.21716C24.585 6.36054 24.8995 6.57068 25.1644 6.8356C25.4293 7.10051 25.6395 7.41501 25.7828 7.76114C25.9262 8.10727 26 8.47825 26 8.8529C26 9.22755 25.9262 9.59853 25.7828 9.94466C25.6395 10.2908 25.4293 10.6053 25.1644 10.8702L11.5476 24.487L6 26L7.51298 20.4524L21.1298 6.8356Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1296
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconEditComponent, decorators: [{
1294
+ MonkeyIconEditComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconEditComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1295
+ MonkeyIconEditComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconEditComponent, selector: "monkey-icon-edit", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M21.1298 6.8356C21.3947 6.57068 21.7092 6.36054 22.0553 6.21716C22.4015 6.07379 22.7725 6 23.1471 6C23.5217 6 23.8927 6.07379 24.2389 6.21716C24.585 6.36054 24.8995 6.57068 25.1644 6.8356C25.4293 7.10051 25.6395 7.41501 25.7828 7.76114C25.9262 8.10727 26 8.47825 26 8.8529C26 9.22755 25.9262 9.59853 25.7828 9.94466C25.6395 10.2908 25.4293 10.6053 25.1644 10.8702L11.5476 24.487L6 26L7.51298 20.4524L21.1298 6.8356Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconEditComponent, decorators: [{
1297
1297
  type: Component,
1298
1298
  args: [{ selector: 'monkey-icon-edit', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M21.1298 6.8356C21.3947 6.57068 21.7092 6.36054 22.0553 6.21716C22.4015 6.07379 22.7725 6 23.1471 6C23.5217 6 23.8927 6.07379 24.2389 6.21716C24.585 6.36054 24.8995 6.57068 25.1644 6.8356C25.4293 7.10051 25.6395 7.41501 25.7828 7.76114C25.9262 8.10727 26 8.47825 26 8.8529C26 9.22755 25.9262 9.59853 25.7828 9.94466C25.6395 10.2908 25.4293 10.6053 25.1644 10.8702L11.5476 24.487L6 26L7.51298 20.4524L21.1298 6.8356Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1299
1299
  }], propDecorators: { fillColor: [{
@@ -1304,9 +1304,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1304
1304
 
1305
1305
  class MonkeyIconEmailComponent {
1306
1306
  }
1307
- MonkeyIconEmailComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconEmailComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1308
- MonkeyIconEmailComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconEmailComponent, selector: "monkey-icon-email", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M5.33366 5.33334H26.667C28.1337 5.33334 29.3337 6.53334 29.3337 8V24C29.3337 25.4667 28.1337 26.6667 26.667 26.6667H5.33366C3.86699 26.6667 2.66699 25.4667 2.66699 24V8C2.66699 6.53334 3.86699 5.33334 5.33366 5.33334Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M29.3337 8L16.0003 17.3333L2.66699 8\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1309
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconEmailComponent, decorators: [{
1307
+ MonkeyIconEmailComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconEmailComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1308
+ MonkeyIconEmailComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconEmailComponent, selector: "monkey-icon-email", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M5.33366 5.33334H26.667C28.1337 5.33334 29.3337 6.53334 29.3337 8V24C29.3337 25.4667 28.1337 26.6667 26.667 26.6667H5.33366C3.86699 26.6667 2.66699 25.4667 2.66699 24V8C2.66699 6.53334 3.86699 5.33334 5.33366 5.33334Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M29.3337 8L16.0003 17.3333L2.66699 8\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1309
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconEmailComponent, decorators: [{
1310
1310
  type: Component,
1311
1311
  args: [{ selector: 'monkey-icon-email', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M5.33366 5.33334H26.667C28.1337 5.33334 29.3337 6.53334 29.3337 8V24C29.3337 25.4667 28.1337 26.6667 26.667 26.6667H5.33366C3.86699 26.6667 2.66699 25.4667 2.66699 24V8C2.66699 6.53334 3.86699 5.33334 5.33366 5.33334Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M29.3337 8L16.0003 17.3333L2.66699 8\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1312
1312
  }], propDecorators: { fillColor: [{
@@ -1317,9 +1317,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1317
1317
 
1318
1318
  class MonkeyIconEmptyDocComponent {
1319
1319
  }
1320
- MonkeyIconEmptyDocComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconEmptyDocComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1321
- MonkeyIconEmptyDocComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconEmptyDocComponent, selector: "monkey-icon-empty-doc", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M34.5 6H17C15.6739 6 14.4021 6.54786 13.4645 7.52304C12.5268 8.49823 12 9.82087 12 11.2V52.8C12 54.1791 12.5268 55.5018 13.4645 56.477C14.4021 57.4521 15.6739 58 17 58H47C48.3261 58 49.5979 57.4521 50.5355 56.477C51.4732 55.5018 52 54.1791 52 52.8V24.2L34.5 6Z\" stroke=\"#0273E8\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M34 8V26H52\" stroke=\"#0273E8\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1322
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconEmptyDocComponent, decorators: [{
1320
+ MonkeyIconEmptyDocComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconEmptyDocComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1321
+ MonkeyIconEmptyDocComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconEmptyDocComponent, selector: "monkey-icon-empty-doc", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M34.5 6H17C15.6739 6 14.4021 6.54786 13.4645 7.52304C12.5268 8.49823 12 9.82087 12 11.2V52.8C12 54.1791 12.5268 55.5018 13.4645 56.477C14.4021 57.4521 15.6739 58 17 58H47C48.3261 58 49.5979 57.4521 50.5355 56.477C51.4732 55.5018 52 54.1791 52 52.8V24.2L34.5 6Z\" stroke=\"#0273E8\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M34 8V26H52\" stroke=\"#0273E8\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1322
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconEmptyDocComponent, decorators: [{
1323
1323
  type: Component,
1324
1324
  args: [{ selector: 'monkey-icon-empty-doc', template: "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M34.5 6H17C15.6739 6 14.4021 6.54786 13.4645 7.52304C12.5268 8.49823 12 9.82087 12 11.2V52.8C12 54.1791 12.5268 55.5018 13.4645 56.477C14.4021 57.4521 15.6739 58 17 58H47C48.3261 58 49.5979 57.4521 50.5355 56.477C51.4732 55.5018 52 54.1791 52 52.8V24.2L34.5 6Z\" stroke=\"#0273E8\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M34 8V26H52\" stroke=\"#0273E8\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1325
1325
  }], propDecorators: { fillColor: [{
@@ -1330,9 +1330,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1330
1330
 
1331
1331
  class MonkeyIconErrorComponent {
1332
1332
  }
1333
- MonkeyIconErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1334
- MonkeyIconErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconErrorComponent, selector: "monkey-icon-error", 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=\"M5.102 1H10.898L15 5.102V10.898L10.898 15H5.102L1 10.898V5.102L5.102 1Z\" fill=\"#FA3838\"/>\r\n<path d=\"M8 5.33333V7.99999\" stroke=\"#F5FAFF\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8 10.6667H8.00667\" stroke=\"#F5FAFF\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1335
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconErrorComponent, decorators: [{
1333
+ MonkeyIconErrorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1334
+ MonkeyIconErrorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconErrorComponent, selector: "monkey-icon-error", 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=\"M5.102 1H10.898L15 5.102V10.898L10.898 15H5.102L1 10.898V5.102L5.102 1Z\" fill=\"#FA3838\"/>\r\n<path d=\"M8 5.33333V7.99999\" stroke=\"#F5FAFF\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8 10.6667H8.00667\" stroke=\"#F5FAFF\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1335
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconErrorComponent, decorators: [{
1336
1336
  type: Component,
1337
1337
  args: [{ selector: 'monkey-icon-error', 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=\"M5.102 1H10.898L15 5.102V10.898L10.898 15H5.102L1 10.898V5.102L5.102 1Z\" fill=\"#FA3838\"/>\r\n<path d=\"M8 5.33333V7.99999\" stroke=\"#F5FAFF\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8 10.6667H8.00667\" stroke=\"#F5FAFF\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1338
1338
  }], propDecorators: { fillColor: [{
@@ -1343,9 +1343,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1343
1343
 
1344
1344
  class MonkeyIconEyeClosedComponent {
1345
1345
  }
1346
- MonkeyIconEyeClosedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconEyeClosedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1347
- MonkeyIconEyeClosedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconEyeClosedComponent, selector: "monkey-icon-eye-closed", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<g clip-path=\"url(#clip0)\">\r\n<path d=\"M10.108 9.61859C9.9249 9.81509 9.70409 9.9727 9.45876 10.082C9.21343 10.1913 8.9486 10.2501 8.68005 10.2548C8.41151 10.2596 8.14477 10.2102 7.89573 10.1096C7.6467 10.009 7.42048 9.85928 7.23056 9.66936C7.04064 9.47945 6.89092 9.25322 6.79033 9.00419C6.68974 8.75515 6.64035 8.48841 6.64508 8.21987C6.64982 7.95133 6.7086 7.68649 6.81791 7.44116C6.92722 7.19583 7.08483 6.97503 7.28133 6.79193M12.6547 12.1653C11.5151 13.0339 10.1274 13.5152 8.69466 13.5386C4.02799 13.5386 1.36133 8.20526 1.36133 8.20526C2.19059 6.65986 3.34075 5.30967 4.73466 4.24526L12.6547 12.1653ZM7.29466 3.03193C7.75355 2.92451 8.22337 2.87082 8.69466 2.87193C13.3613 2.87193 16.028 8.20526 16.028 8.20526C15.6233 8.96233 15.1407 9.67508 14.588 10.3319L7.29466 3.03193Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M1.36133 0.871927L16.028 15.5386\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</g>\r\n<defs>\r\n<clipPath id=\"clip0\">\r\n<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0.694824 0.205261)\"/>\r\n</clipPath>\r\n</defs>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1348
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconEyeClosedComponent, decorators: [{
1346
+ MonkeyIconEyeClosedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconEyeClosedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1347
+ MonkeyIconEyeClosedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconEyeClosedComponent, selector: "monkey-icon-eye-closed", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<g clip-path=\"url(#clip0)\">\r\n<path d=\"M10.108 9.61859C9.9249 9.81509 9.70409 9.9727 9.45876 10.082C9.21343 10.1913 8.9486 10.2501 8.68005 10.2548C8.41151 10.2596 8.14477 10.2102 7.89573 10.1096C7.6467 10.009 7.42048 9.85928 7.23056 9.66936C7.04064 9.47945 6.89092 9.25322 6.79033 9.00419C6.68974 8.75515 6.64035 8.48841 6.64508 8.21987C6.64982 7.95133 6.7086 7.68649 6.81791 7.44116C6.92722 7.19583 7.08483 6.97503 7.28133 6.79193M12.6547 12.1653C11.5151 13.0339 10.1274 13.5152 8.69466 13.5386C4.02799 13.5386 1.36133 8.20526 1.36133 8.20526C2.19059 6.65986 3.34075 5.30967 4.73466 4.24526L12.6547 12.1653ZM7.29466 3.03193C7.75355 2.92451 8.22337 2.87082 8.69466 2.87193C13.3613 2.87193 16.028 8.20526 16.028 8.20526C15.6233 8.96233 15.1407 9.67508 14.588 10.3319L7.29466 3.03193Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M1.36133 0.871927L16.028 15.5386\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</g>\r\n<defs>\r\n<clipPath id=\"clip0\">\r\n<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0.694824 0.205261)\"/>\r\n</clipPath>\r\n</defs>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1348
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconEyeClosedComponent, decorators: [{
1349
1349
  type: Component,
1350
1350
  args: [{ selector: 'monkey-icon-eye-closed', template: "<svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<g clip-path=\"url(#clip0)\">\r\n<path d=\"M10.108 9.61859C9.9249 9.81509 9.70409 9.9727 9.45876 10.082C9.21343 10.1913 8.9486 10.2501 8.68005 10.2548C8.41151 10.2596 8.14477 10.2102 7.89573 10.1096C7.6467 10.009 7.42048 9.85928 7.23056 9.66936C7.04064 9.47945 6.89092 9.25322 6.79033 9.00419C6.68974 8.75515 6.64035 8.48841 6.64508 8.21987C6.64982 7.95133 6.7086 7.68649 6.81791 7.44116C6.92722 7.19583 7.08483 6.97503 7.28133 6.79193M12.6547 12.1653C11.5151 13.0339 10.1274 13.5152 8.69466 13.5386C4.02799 13.5386 1.36133 8.20526 1.36133 8.20526C2.19059 6.65986 3.34075 5.30967 4.73466 4.24526L12.6547 12.1653ZM7.29466 3.03193C7.75355 2.92451 8.22337 2.87082 8.69466 2.87193C13.3613 2.87193 16.028 8.20526 16.028 8.20526C15.6233 8.96233 15.1407 9.67508 14.588 10.3319L7.29466 3.03193Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M1.36133 0.871927L16.028 15.5386\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</g>\r\n<defs>\r\n<clipPath id=\"clip0\">\r\n<rect width=\"16\" height=\"16\" fill=\"white\" transform=\"translate(0.694824 0.205261)\"/>\r\n</clipPath>\r\n</defs>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1351
1351
  }], propDecorators: { fillColor: [{
@@ -1356,9 +1356,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1356
1356
 
1357
1357
  class MonkeyIconEyeOpenComponent {
1358
1358
  }
1359
- MonkeyIconEyeOpenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconEyeOpenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1360
- MonkeyIconEyeOpenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconEyeOpenComponent, selector: "monkey-icon-eye-open", 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=\"M0.666504 8C0.666504 8 3.33317 2.66667 7.99984 2.66667C12.6665 2.66667 15.3332 8 15.3332 8C15.3332 8 12.6665 13.3333 7.99984 13.3333C3.33317 13.3333 0.666504 8 0.666504 8Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1361
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconEyeOpenComponent, decorators: [{
1359
+ MonkeyIconEyeOpenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconEyeOpenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1360
+ MonkeyIconEyeOpenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconEyeOpenComponent, selector: "monkey-icon-eye-open", 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=\"M0.666504 8C0.666504 8 3.33317 2.66667 7.99984 2.66667C12.6665 2.66667 15.3332 8 15.3332 8C15.3332 8 12.6665 13.3333 7.99984 13.3333C3.33317 13.3333 0.666504 8 0.666504 8Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1361
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconEyeOpenComponent, decorators: [{
1362
1362
  type: Component,
1363
1363
  args: [{ selector: 'monkey-icon-eye-open', 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=\"M0.666504 8C0.666504 8 3.33317 2.66667 7.99984 2.66667C12.6665 2.66667 15.3332 8 15.3332 8C15.3332 8 12.6665 13.3333 7.99984 13.3333C3.33317 13.3333 0.666504 8 0.666504 8Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1364
1364
  }], propDecorators: { fillColor: [{
@@ -1369,9 +1369,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1369
1369
 
1370
1370
  class MonkeyIconFilterComponent {
1371
1371
  }
1372
- MonkeyIconFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconFilterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1373
- MonkeyIconFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconFilterComponent, selector: "monkey-icon-filter", 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=\"M14.6667 2H1.33337L6.66671 8.30667V12.6667L9.33337 14V8.30667L14.6667 2Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1374
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconFilterComponent, decorators: [{
1372
+ MonkeyIconFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconFilterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1373
+ MonkeyIconFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconFilterComponent, selector: "monkey-icon-filter", 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=\"M14.6667 2H1.33337L6.66671 8.30667V12.6667L9.33337 14V8.30667L14.6667 2Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1374
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconFilterComponent, decorators: [{
1375
1375
  type: Component,
1376
1376
  args: [{ selector: 'monkey-icon-filter', 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=\"M14.6667 2H1.33337L6.66671 8.30667V12.6667L9.33337 14V8.30667L14.6667 2Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1377
1377
  }], propDecorators: { fillColor: [{
@@ -1382,9 +1382,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1382
1382
 
1383
1383
  class MonkeyIconGridComponent {
1384
1384
  }
1385
- MonkeyIconGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconGridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1386
- MonkeyIconGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconGridComponent, selector: "monkey-icon-grid", 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=\"M6 2H3C2.44772 2 2 2.44772 2 3V6C2 6.55228 2.44772 7 3 7H6C6.55228 7 7 6.55228 7 6V3C7 2.44772 6.55228 2 6 2Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M13 2H10C9.44772 2 9 2.44772 9 3V6C9 6.55228 9.44772 7 10 7H13C13.5523 7 14 6.55228 14 6V3C14 2.44772 13.5523 2 13 2Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M13 9H10C9.44772 9 9 9.44772 9 10V13C9 13.5523 9.44772 14 10 14H13C13.5523 14 14 13.5523 14 13V10C14 9.44772 13.5523 9 13 9Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M6 9H3C2.44772 9 2 9.44772 2 10V13C2 13.5523 2.44772 14 3 14H6C6.55228 14 7 13.5523 7 13V10C7 9.44772 6.55228 9 6 9Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1387
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconGridComponent, decorators: [{
1385
+ MonkeyIconGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconGridComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1386
+ MonkeyIconGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconGridComponent, selector: "monkey-icon-grid", 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=\"M6 2H3C2.44772 2 2 2.44772 2 3V6C2 6.55228 2.44772 7 3 7H6C6.55228 7 7 6.55228 7 6V3C7 2.44772 6.55228 2 6 2Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M13 2H10C9.44772 2 9 2.44772 9 3V6C9 6.55228 9.44772 7 10 7H13C13.5523 7 14 6.55228 14 6V3C14 2.44772 13.5523 2 13 2Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M13 9H10C9.44772 9 9 9.44772 9 10V13C9 13.5523 9.44772 14 10 14H13C13.5523 14 14 13.5523 14 13V10C14 9.44772 13.5523 9 13 9Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M6 9H3C2.44772 9 2 9.44772 2 10V13C2 13.5523 2.44772 14 3 14H6C6.55228 14 7 13.5523 7 13V10C7 9.44772 6.55228 9 6 9Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1387
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconGridComponent, decorators: [{
1388
1388
  type: Component,
1389
1389
  args: [{ selector: 'monkey-icon-grid', 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=\"M6 2H3C2.44772 2 2 2.44772 2 3V6C2 6.55228 2.44772 7 3 7H6C6.55228 7 7 6.55228 7 6V3C7 2.44772 6.55228 2 6 2Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M13 2H10C9.44772 2 9 2.44772 9 3V6C9 6.55228 9.44772 7 10 7H13C13.5523 7 14 6.55228 14 6V3C14 2.44772 13.5523 2 13 2Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M13 9H10C9.44772 9 9 9.44772 9 10V13C9 13.5523 9.44772 14 10 14H13C13.5523 14 14 13.5523 14 13V10C14 9.44772 13.5523 9 13 9Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M6 9H3C2.44772 9 2 9.44772 2 10V13C2 13.5523 2.44772 14 3 14H6C6.55228 14 7 13.5523 7 13V10C7 9.44772 6.55228 9 6 9Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1390
1390
  }], propDecorators: { fillColor: [{
@@ -1395,9 +1395,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1395
1395
 
1396
1396
  class MonkeyIconHelpComponent {
1397
1397
  }
1398
- MonkeyIconHelpComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconHelpComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1399
- MonkeyIconHelpComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconHelpComponent, selector: "monkey-icon-help", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M16.0003 29.3333C23.3641 29.3333 29.3337 23.3638 29.3337 16C29.3337 8.6362 23.3641 2.66666 16.0003 2.66666C8.63653 2.66666 2.66699 8.6362 2.66699 16C2.66699 23.3638 8.63653 29.3333 16.0003 29.3333Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.1201 12C12.4336 11.1089 13.0523 10.3575 13.8667 9.87884C14.6811 9.40021 15.6386 9.22525 16.5697 9.38495C17.5007 9.54464 18.3452 10.0287 18.9536 10.7514C19.5619 11.474 19.8949 12.3887 19.8934 13.3333C19.8934 16 15.8934 17.3333 15.8934 17.3333V19\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 22.6667H16.0133\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1400
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconHelpComponent, decorators: [{
1398
+ MonkeyIconHelpComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconHelpComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1399
+ MonkeyIconHelpComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconHelpComponent, selector: "monkey-icon-help", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M16.0003 29.3333C23.3641 29.3333 29.3337 23.3638 29.3337 16C29.3337 8.6362 23.3641 2.66666 16.0003 2.66666C8.63653 2.66666 2.66699 8.6362 2.66699 16C2.66699 23.3638 8.63653 29.3333 16.0003 29.3333Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.1201 12C12.4336 11.1089 13.0523 10.3575 13.8667 9.87884C14.6811 9.40021 15.6386 9.22525 16.5697 9.38495C17.5007 9.54464 18.3452 10.0287 18.9536 10.7514C19.5619 11.474 19.8949 12.3887 19.8934 13.3333C19.8934 16 15.8934 17.3333 15.8934 17.3333V19\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 22.6667H16.0133\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1400
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconHelpComponent, decorators: [{
1401
1401
  type: Component,
1402
1402
  args: [{ selector: 'monkey-icon-help', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M16.0003 29.3333C23.3641 29.3333 29.3337 23.3638 29.3337 16C29.3337 8.6362 23.3641 2.66666 16.0003 2.66666C8.63653 2.66666 2.66699 8.6362 2.66699 16C2.66699 23.3638 8.63653 29.3333 16.0003 29.3333Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.1201 12C12.4336 11.1089 13.0523 10.3575 13.8667 9.87884C14.6811 9.40021 15.6386 9.22525 16.5697 9.38495C17.5007 9.54464 18.3452 10.0287 18.9536 10.7514C19.5619 11.474 19.8949 12.3887 19.8934 13.3333C19.8934 16 15.8934 17.3333 15.8934 17.3333V19\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 22.6667H16.0133\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1403
1403
  }], propDecorators: { fillColor: [{
@@ -1408,9 +1408,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1408
1408
 
1409
1409
  class MonkeyIconHexagonComponent {
1410
1410
  }
1411
- MonkeyIconHexagonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconHexagonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1412
- MonkeyIconHexagonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconHexagonComponent, selector: "monkey-icon-hexagon", 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=\"M14 10.6667V5.33335C13.9998 5.09953 13.938 4.86989 13.821 4.66746C13.704 4.46503 13.5358 4.29692 13.3333 4.18002L8.66667 1.51335C8.46397 1.39633 8.23405 1.33472 8 1.33472C7.76595 1.33472 7.53603 1.39633 7.33333 1.51335L2.66667 4.18002C2.46418 4.29692 2.29599 4.46503 2.17897 4.66746C2.06196 4.86989 2.00024 5.09953 2 5.33335V10.6667C2.00024 10.9005 2.06196 11.1301 2.17897 11.3326C2.29599 11.535 2.46418 11.7031 2.66667 11.82L7.33333 14.4867C7.53603 14.6037 7.76595 14.6653 8 14.6653C8.23405 14.6653 8.46397 14.6037 8.66667 14.4867L13.3333 11.82C13.5358 11.7031 13.704 11.535 13.821 11.3326C13.938 11.1301 13.9998 10.9005 14 10.6667Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1413
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconHexagonComponent, decorators: [{
1411
+ MonkeyIconHexagonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconHexagonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1412
+ MonkeyIconHexagonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconHexagonComponent, selector: "monkey-icon-hexagon", 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=\"M14 10.6667V5.33335C13.9998 5.09953 13.938 4.86989 13.821 4.66746C13.704 4.46503 13.5358 4.29692 13.3333 4.18002L8.66667 1.51335C8.46397 1.39633 8.23405 1.33472 8 1.33472C7.76595 1.33472 7.53603 1.39633 7.33333 1.51335L2.66667 4.18002C2.46418 4.29692 2.29599 4.46503 2.17897 4.66746C2.06196 4.86989 2.00024 5.09953 2 5.33335V10.6667C2.00024 10.9005 2.06196 11.1301 2.17897 11.3326C2.29599 11.535 2.46418 11.7031 2.66667 11.82L7.33333 14.4867C7.53603 14.6037 7.76595 14.6653 8 14.6653C8.23405 14.6653 8.46397 14.6037 8.66667 14.4867L13.3333 11.82C13.5358 11.7031 13.704 11.535 13.821 11.3326C13.938 11.1301 13.9998 10.9005 14 10.6667Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1413
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconHexagonComponent, decorators: [{
1414
1414
  type: Component,
1415
1415
  args: [{ selector: 'monkey-icon-hexagon', 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=\"M14 10.6667V5.33335C13.9998 5.09953 13.938 4.86989 13.821 4.66746C13.704 4.46503 13.5358 4.29692 13.3333 4.18002L8.66667 1.51335C8.46397 1.39633 8.23405 1.33472 8 1.33472C7.76595 1.33472 7.53603 1.39633 7.33333 1.51335L2.66667 4.18002C2.46418 4.29692 2.29599 4.46503 2.17897 4.66746C2.06196 4.86989 2.00024 5.09953 2 5.33335V10.6667C2.00024 10.9005 2.06196 11.1301 2.17897 11.3326C2.29599 11.535 2.46418 11.7031 2.66667 11.82L7.33333 14.4867C7.53603 14.6037 7.76595 14.6653 8 14.6653C8.23405 14.6653 8.46397 14.6037 8.66667 14.4867L13.3333 11.82C13.5358 11.7031 13.704 11.535 13.821 11.3326C13.938 11.1301 13.9998 10.9005 14 10.6667Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1416
1416
  }], propDecorators: { fillColor: [{
@@ -1421,9 +1421,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1421
1421
 
1422
1422
  class MonkeyIconHomeComponent {
1423
1423
  }
1424
- MonkeyIconHomeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconHomeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1425
- MonkeyIconHomeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconHomeComponent, selector: "monkey-icon-home", 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=\"M3 9L12 2L21 9V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C4.46957 22 3.96086 21.7893 3.58579 21.4142C3.21071 21.0391 3 20.5304 3 20V9Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 22V12H15V22\" stroke=\"#4B4A53\" stroke-width=\"2\" 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: MonkeyIconHomeComponent, decorators: [{
1424
+ MonkeyIconHomeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconHomeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1425
+ MonkeyIconHomeComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconHomeComponent, selector: "monkey-icon-home", 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=\"M3 9L12 2L21 9V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C4.46957 22 3.96086 21.7893 3.58579 21.4142C3.21071 21.0391 3 20.5304 3 20V9Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 22V12H15V22\" stroke=\"#4B4A53\" stroke-width=\"2\" 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.3.11", ngImport: i0, type: MonkeyIconHomeComponent, decorators: [{
1427
1427
  type: Component,
1428
1428
  args: [{ selector: 'monkey-icon-home', 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=\"M3 9L12 2L21 9V20C21 20.5304 20.7893 21.0391 20.4142 21.4142C20.0391 21.7893 19.5304 22 19 22H5C4.46957 22 3.96086 21.7893 3.58579 21.4142C3.21071 21.0391 3 20.5304 3 20V9Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 22V12H15V22\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1429
1429
  }], propDecorators: { fillColor: [{
@@ -1434,9 +1434,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1434
1434
 
1435
1435
  class MonkeyIconInfoComponent {
1436
1436
  }
1437
- MonkeyIconInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1438
- MonkeyIconInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconInfoComponent, selector: "monkey-icon-info", 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<circle cx=\"12\" cy=\"11.9998\" r=\"9.00375\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.9996 15.5012H13.3099\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.1591 15.5018V11.25H11.0086\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.1 8.24533C12.1 8.38345 11.9881 8.49543 11.8499 8.49543C11.7118 8.49543 11.5998 8.38345 11.5998 8.24533C11.5998 8.1072 11.7118 7.99522 11.8499 7.99522\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.8499 7.99527C11.9881 7.99527 12.1 8.10725 12.1 8.24538\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
1439
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconInfoComponent, decorators: [{
1437
+ MonkeyIconInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1438
+ MonkeyIconInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconInfoComponent, selector: "monkey-icon-info", 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<circle cx=\"12\" cy=\"11.9998\" r=\"9.00375\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.9996 15.5012H13.3099\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.1591 15.5018V11.25H11.0086\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.1 8.24533C12.1 8.38345 11.9881 8.49543 11.8499 8.49543C11.7118 8.49543 11.5998 8.38345 11.5998 8.24533C11.5998 8.1072 11.7118 7.99522 11.8499 7.99522\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.8499 7.99527C11.9881 7.99527 12.1 8.10725 12.1 8.24538\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
1439
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconInfoComponent, decorators: [{
1440
1440
  type: Component,
1441
1441
  args: [{ selector: 'monkey-icon-info', 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<circle cx=\"12\" cy=\"11.9998\" r=\"9.00375\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.9996 15.5012H13.3099\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.1591 15.5018V11.25H11.0086\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.1 8.24533C12.1 8.38345 11.9881 8.49543 11.8499 8.49543C11.7118 8.49543 11.5998 8.38345 11.5998 8.24533C11.5998 8.1072 11.7118 7.99522 11.8499 7.99522\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.8499 7.99527C11.9881 7.99527 12.1 8.10725 12.1 8.24538\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] }]
1442
1442
  }], propDecorators: { fillColor: [{
@@ -1447,9 +1447,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1447
1447
 
1448
1448
  class MonkeyIconInvoiceComponent {
1449
1449
  }
1450
- MonkeyIconInvoiceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconInvoiceComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1451
- MonkeyIconInvoiceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconInvoiceComponent, selector: "monkey-icon-invoice", 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=\"M19.449 20.396L18.459 20.8935C18.1785 21.0345 17.8481 21.0355 17.5667 20.8964L15.9942 20.1188L14.4533 20.8929C14.172 21.0342 13.8406 21.0348 13.5588 20.8945L12 20.1185L10.4412 20.8945C10.1594 21.0348 9.82799 21.0342 9.54668 20.8929L8.00578 20.1188L6.4333 20.8964C6.15191 21.0355 5.82151 21.0345 5.54102 20.8935L4.55102 20.396C4.21321 20.2263 4.00001 19.8805 4 19.5025V4.49752C4 4.11947 4.2132 3.77374 4.551 3.604L5.541 3.10648C5.82149 2.96552 6.15189 2.96446 6.43328 3.10361L8.00576 3.8812L9.54666 3.10713C9.82797 2.96581 10.1594 2.96521 10.4412 3.10551L12 3.88151L13.5588 3.10551C13.8406 2.96521 14.172 2.96581 14.4533 3.10713L15.9942 3.8812L17.5667 3.10361C17.8481 2.96446 18.1785 2.96552 18.459 3.10648L19.449 3.604C19.7868 3.77374 20 4.11947 20 4.49752V19.5025C20 19.8806 19.7868 20.2263 19.449 20.396Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 9H8\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 12H8\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13 15H8\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
1452
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconInvoiceComponent, decorators: [{
1450
+ MonkeyIconInvoiceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconInvoiceComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1451
+ MonkeyIconInvoiceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconInvoiceComponent, selector: "monkey-icon-invoice", 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=\"M19.449 20.396L18.459 20.8935C18.1785 21.0345 17.8481 21.0355 17.5667 20.8964L15.9942 20.1188L14.4533 20.8929C14.172 21.0342 13.8406 21.0348 13.5588 20.8945L12 20.1185L10.4412 20.8945C10.1594 21.0348 9.82799 21.0342 9.54668 20.8929L8.00578 20.1188L6.4333 20.8964C6.15191 21.0355 5.82151 21.0345 5.54102 20.8935L4.55102 20.396C4.21321 20.2263 4.00001 19.8805 4 19.5025V4.49752C4 4.11947 4.2132 3.77374 4.551 3.604L5.541 3.10648C5.82149 2.96552 6.15189 2.96446 6.43328 3.10361L8.00576 3.8812L9.54666 3.10713C9.82797 2.96581 10.1594 2.96521 10.4412 3.10551L12 3.88151L13.5588 3.10551C13.8406 2.96521 14.172 2.96581 14.4533 3.10713L15.9942 3.8812L17.5667 3.10361C17.8481 2.96446 18.1785 2.96552 18.459 3.10648L19.449 3.604C19.7868 3.77374 20 4.11947 20 4.49752V19.5025C20 19.8806 19.7868 20.2263 19.449 20.396Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 9H8\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 12H8\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13 15H8\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
1452
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconInvoiceComponent, decorators: [{
1453
1453
  type: Component,
1454
1454
  args: [{ selector: 'monkey-icon-invoice', 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=\"M19.449 20.396L18.459 20.8935C18.1785 21.0345 17.8481 21.0355 17.5667 20.8964L15.9942 20.1188L14.4533 20.8929C14.172 21.0342 13.8406 21.0348 13.5588 20.8945L12 20.1185L10.4412 20.8945C10.1594 21.0348 9.82799 21.0342 9.54668 20.8929L8.00578 20.1188L6.4333 20.8964C6.15191 21.0355 5.82151 21.0345 5.54102 20.8935L4.55102 20.396C4.21321 20.2263 4.00001 19.8805 4 19.5025V4.49752C4 4.11947 4.2132 3.77374 4.551 3.604L5.541 3.10648C5.82149 2.96552 6.15189 2.96446 6.43328 3.10361L8.00576 3.8812L9.54666 3.10713C9.82797 2.96581 10.1594 2.96521 10.4412 3.10551L12 3.88151L13.5588 3.10551C13.8406 2.96521 14.172 2.96581 14.4533 3.10713L15.9942 3.8812L17.5667 3.10361C17.8481 2.96446 18.1785 2.96552 18.459 3.10648L19.449 3.604C19.7868 3.77374 20 4.11947 20 4.49752V19.5025C20 19.8806 19.7868 20.2263 19.449 20.396Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 9H8\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 12H8\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13 15H8\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] }]
1455
1455
  }], propDecorators: { fillColor: [{
@@ -1460,9 +1460,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1460
1460
 
1461
1461
  class MonkeyIconImageComponent {
1462
1462
  }
1463
- MonkeyIconImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1464
- MonkeyIconImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconImageComponent, selector: "monkey-icon-image", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M25.3333 4H6.66667C5.19391 4 4 5.19391 4 6.66667V25.3333C4 26.8061 5.19391 28 6.66667 28H25.3333C26.8061 28 28 26.8061 28 25.3333V6.66667C28 5.19391 26.8061 4 25.3333 4Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.334 13.3333C12.4386 13.3333 13.334 12.4379 13.334 11.3333C13.334 10.2288 12.4386 9.33334 11.334 9.33334C10.2294 9.33334 9.33398 10.2288 9.33398 11.3333C9.33398 12.4379 10.2294 13.3333 11.334 13.3333Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M27.9994 20L21.3327 13.3333L6.66602 28\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1465
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconImageComponent, decorators: [{
1463
+ MonkeyIconImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1464
+ MonkeyIconImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconImageComponent, selector: "monkey-icon-image", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M25.3333 4H6.66667C5.19391 4 4 5.19391 4 6.66667V25.3333C4 26.8061 5.19391 28 6.66667 28H25.3333C26.8061 28 28 26.8061 28 25.3333V6.66667C28 5.19391 26.8061 4 25.3333 4Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.334 13.3333C12.4386 13.3333 13.334 12.4379 13.334 11.3333C13.334 10.2288 12.4386 9.33334 11.334 9.33334C10.2294 9.33334 9.33398 10.2288 9.33398 11.3333C9.33398 12.4379 10.2294 13.3333 11.334 13.3333Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M27.9994 20L21.3327 13.3333L6.66602 28\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1465
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconImageComponent, decorators: [{
1466
1466
  type: Component,
1467
1467
  args: [{ selector: 'monkey-icon-image', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M25.3333 4H6.66667C5.19391 4 4 5.19391 4 6.66667V25.3333C4 26.8061 5.19391 28 6.66667 28H25.3333C26.8061 28 28 26.8061 28 25.3333V6.66667C28 5.19391 26.8061 4 25.3333 4Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.334 13.3333C12.4386 13.3333 13.334 12.4379 13.334 11.3333C13.334 10.2288 12.4386 9.33334 11.334 9.33334C10.2294 9.33334 9.33398 10.2288 9.33398 11.3333C9.33398 12.4379 10.2294 13.3333 11.334 13.3333Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M27.9994 20L21.3327 13.3333L6.66602 28\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1468
1468
  }], propDecorators: { fillColor: [{
@@ -1473,9 +1473,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1473
1473
 
1474
1474
  class MonkeyIconListComponent {
1475
1475
  }
1476
- MonkeyIconListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1477
- MonkeyIconListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconListComponent, selector: "monkey-icon-list", 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=\"M5.33325 4H13.9999\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.33325 8H13.9999\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.33325 12H13.9999\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2 4H2.00667\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2 8H2.00667\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2 12H2.00667\" stroke=\"#0273E8\" stroke-width=\"2\" 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: MonkeyIconListComponent, decorators: [{
1476
+ MonkeyIconListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1477
+ MonkeyIconListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconListComponent, selector: "monkey-icon-list", 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=\"M5.33325 4H13.9999\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.33325 8H13.9999\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.33325 12H13.9999\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2 4H2.00667\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2 8H2.00667\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2 12H2.00667\" stroke=\"#0273E8\" stroke-width=\"2\" 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.3.11", ngImport: i0, type: MonkeyIconListComponent, decorators: [{
1479
1479
  type: Component,
1480
1480
  args: [{ selector: 'monkey-icon-list', 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=\"M5.33325 4H13.9999\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.33325 8H13.9999\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.33325 12H13.9999\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2 4H2.00667\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2 8H2.00667\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2 12H2.00667\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1481
1481
  }], propDecorators: { fillColor: [{
@@ -1486,9 +1486,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1486
1486
 
1487
1487
  class MonkeyIconLocationPinComponent {
1488
1488
  }
1489
- MonkeyIconLocationPinComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconLocationPinComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1490
- MonkeyIconLocationPinComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconLocationPinComponent, selector: "monkey-icon-location-pin", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M56 26.666C56 45.3327 32 61.3327 32 61.3327C32 61.3327 8 45.3327 8 26.666C8 20.3008 10.5286 14.1963 15.0294 9.69545C19.5303 5.19458 25.6348 2.66602 32 2.66602C38.3652 2.66602 44.4697 5.19458 48.9706 9.69545C53.4714 14.1963 56 20.3008 56 26.666Z\" stroke=\"#0273E8\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M32 34.666C36.4183 34.666 40 31.0843 40 26.666C40 22.2477 36.4183 18.666 32 18.666C27.5817 18.666 24 22.2477 24 26.666C24 31.0843 27.5817 34.666 32 34.666Z\" stroke=\"#0273E8\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1491
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconLocationPinComponent, decorators: [{
1489
+ MonkeyIconLocationPinComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconLocationPinComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1490
+ MonkeyIconLocationPinComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconLocationPinComponent, selector: "monkey-icon-location-pin", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M56 26.666C56 45.3327 32 61.3327 32 61.3327C32 61.3327 8 45.3327 8 26.666C8 20.3008 10.5286 14.1963 15.0294 9.69545C19.5303 5.19458 25.6348 2.66602 32 2.66602C38.3652 2.66602 44.4697 5.19458 48.9706 9.69545C53.4714 14.1963 56 20.3008 56 26.666Z\" stroke=\"#0273E8\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M32 34.666C36.4183 34.666 40 31.0843 40 26.666C40 22.2477 36.4183 18.666 32 18.666C27.5817 18.666 24 22.2477 24 26.666C24 31.0843 27.5817 34.666 32 34.666Z\" stroke=\"#0273E8\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1491
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconLocationPinComponent, decorators: [{
1492
1492
  type: Component,
1493
1493
  args: [{ selector: 'monkey-icon-location-pin', template: "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M56 26.666C56 45.3327 32 61.3327 32 61.3327C32 61.3327 8 45.3327 8 26.666C8 20.3008 10.5286 14.1963 15.0294 9.69545C19.5303 5.19458 25.6348 2.66602 32 2.66602C38.3652 2.66602 44.4697 5.19458 48.9706 9.69545C53.4714 14.1963 56 20.3008 56 26.666Z\" stroke=\"#0273E8\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M32 34.666C36.4183 34.666 40 31.0843 40 26.666C40 22.2477 36.4183 18.666 32 18.666C27.5817 18.666 24 22.2477 24 26.666C24 31.0843 27.5817 34.666 32 34.666Z\" stroke=\"#0273E8\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1494
1494
  }], propDecorators: { fillColor: [{
@@ -1499,9 +1499,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1499
1499
 
1500
1500
  class MonkeyIconLoginComponent {
1501
1501
  }
1502
- MonkeyIconLoginComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconLoginComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1503
- MonkeyIconLoginComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconLoginComponent, selector: "monkey-icon-login", 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 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H15\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10 17L15 12L10 7\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15 12H3\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1504
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconLoginComponent, decorators: [{
1502
+ MonkeyIconLoginComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconLoginComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1503
+ MonkeyIconLoginComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconLoginComponent, selector: "monkey-icon-login", 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 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H15\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10 17L15 12L10 7\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15 12H3\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1504
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconLoginComponent, decorators: [{
1505
1505
  type: Component,
1506
1506
  args: [{ selector: 'monkey-icon-login', 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 3H19C19.5304 3 20.0391 3.21071 20.4142 3.58579C20.7893 3.96086 21 4.46957 21 5V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H15\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10 17L15 12L10 7\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15 12H3\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1507
1507
  }], propDecorators: { fillColor: [{
@@ -1512,9 +1512,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1512
1512
 
1513
1513
  class MonkeyIconLogoutComponent {
1514
1514
  }
1515
- MonkeyIconLogoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconLogoutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1516
- MonkeyIconLogoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconLogoutComponent, selector: "monkey-icon-logout", 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=\"M6 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V3.33333C2 2.97971 2.14048 2.64057 2.39052 2.39052C2.64057 2.14048 2.97971 2 3.33333 2H6\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.6667 11.3333L14 7.99999L10.6667 4.66666\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 8H6\" stroke=\"#4B4A53\" 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: MonkeyIconLogoutComponent, decorators: [{
1515
+ MonkeyIconLogoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconLogoutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1516
+ MonkeyIconLogoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconLogoutComponent, selector: "monkey-icon-logout", 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=\"M6 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V3.33333C2 2.97971 2.14048 2.64057 2.39052 2.39052C2.64057 2.14048 2.97971 2 3.33333 2H6\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.6667 11.3333L14 7.99999L10.6667 4.66666\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 8H6\" stroke=\"#4B4A53\" 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.3.11", ngImport: i0, type: MonkeyIconLogoutComponent, decorators: [{
1518
1518
  type: Component,
1519
1519
  args: [{ selector: 'monkey-icon-logout', 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=\"M6 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V3.33333C2 2.97971 2.14048 2.64057 2.39052 2.39052C2.64057 2.14048 2.97971 2 3.33333 2H6\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.6667 11.3333L14 7.99999L10.6667 4.66666\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 8H6\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1520
1520
  }], propDecorators: { fillColor: [{
@@ -1525,9 +1525,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1525
1525
 
1526
1526
  class MonkeyIconMedalComponent {
1527
1527
  }
1528
- MonkeyIconMedalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMedalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1529
- 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"] });
1530
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMedalComponent, decorators: [{
1528
+ MonkeyIconMedalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMedalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1529
+ MonkeyIconMedalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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"] });
1530
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMedalComponent, decorators: [{
1531
1531
  type: Component,
1532
1532
  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"] }]
1533
1533
  }], propDecorators: { fillColor: [{
@@ -1538,9 +1538,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1538
1538
 
1539
1539
  class MonkeyIconMenuComponent {
1540
1540
  }
1541
- MonkeyIconMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1542
- MonkeyIconMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconMenuComponent, selector: "monkey-icon-menu", 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=\"M3 12H21\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3 6H21\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3 18H21\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1543
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMenuComponent, decorators: [{
1541
+ MonkeyIconMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1542
+ MonkeyIconMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconMenuComponent, selector: "monkey-icon-menu", 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=\"M3 12H21\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3 6H21\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3 18H21\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1543
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMenuComponent, decorators: [{
1544
1544
  type: Component,
1545
1545
  args: [{ selector: 'monkey-icon-menu', 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=\"M3 12H21\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3 6H21\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3 18H21\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1546
1546
  }], propDecorators: { fillColor: [{
@@ -1551,9 +1551,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1551
1551
 
1552
1552
  class MonkeyIconMoneyComponent {
1553
1553
  }
1554
- MonkeyIconMoneyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoneyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1555
- 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"] });
1556
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoneyComponent, decorators: [{
1554
+ MonkeyIconMoneyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1555
+ MonkeyIconMoneyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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"] });
1556
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyComponent, decorators: [{
1557
1557
  type: Component,
1558
1558
  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"] }]
1559
1559
  }], propDecorators: { fillColor: [{
@@ -1564,9 +1564,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1564
1564
 
1565
1565
  class MonkeyIconMoneyCeduleComponent {
1566
1566
  }
1567
- MonkeyIconMoneyCeduleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoneyCeduleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1568
- MonkeyIconMoneyCeduleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconMoneyCeduleComponent, selector: "monkey-icon-money-cedule", 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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3335 13.91C13.4381 13.91 14.3335 13.0146 14.3335 11.91C14.3335 10.8055 13.4381 9.91003 12.3335 9.91003C11.2289 9.91003 10.3335 10.8055 10.3335 11.91C10.3335 13.0146 11.2289 13.91 12.3335 13.91Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.8335 14V11\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.8335 13V10\" 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=\"M20.1375 18.213V18.213C17.6325 17.712 15.0485 17.774 12.5705 18.393L12.3335 18.453C9.6995 19.111 6.9525 19.177 4.2905 18.644L4.1375 18.613C3.6695 18.52 3.3335 18.109 3.3335 17.633V6.79402C3.3335 6.16302 3.9105 5.69002 4.5295 5.81302V5.81302C7.0345 6.31402 9.6185 6.25202 12.0965 5.63302L12.5695 5.51502C15.0475 4.89602 17.6325 4.83402 20.1365 5.33502L20.5285 5.41302C20.9975 5.50702 21.3335 5.91702 21.3335 6.39402V17.233C21.3335 17.864 20.7565 18.337 20.1375 18.213V18.213Z\" 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"] });
1569
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoneyCeduleComponent, decorators: [{
1567
+ MonkeyIconMoneyCeduleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyCeduleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1568
+ MonkeyIconMoneyCeduleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconMoneyCeduleComponent, selector: "monkey-icon-money-cedule", 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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3335 13.91C13.4381 13.91 14.3335 13.0146 14.3335 11.91C14.3335 10.8055 13.4381 9.91003 12.3335 9.91003C11.2289 9.91003 10.3335 10.8055 10.3335 11.91C10.3335 13.0146 11.2289 13.91 12.3335 13.91Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.8335 14V11\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.8335 13V10\" 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=\"M20.1375 18.213V18.213C17.6325 17.712 15.0485 17.774 12.5705 18.393L12.3335 18.453C9.6995 19.111 6.9525 19.177 4.2905 18.644L4.1375 18.613C3.6695 18.52 3.3335 18.109 3.3335 17.633V6.79402C3.3335 6.16302 3.9105 5.69002 4.5295 5.81302V5.81302C7.0345 6.31402 9.6185 6.25202 12.0965 5.63302L12.5695 5.51502C15.0475 4.89602 17.6325 4.83402 20.1365 5.33502L20.5285 5.41302C20.9975 5.50702 21.3335 5.91702 21.3335 6.39402V17.233C21.3335 17.864 20.7565 18.337 20.1375 18.213V18.213Z\" 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"] });
1569
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyCeduleComponent, decorators: [{
1570
1570
  type: Component,
1571
1571
  args: [{ selector: 'monkey-icon-money-cedule', 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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.3335 13.91C13.4381 13.91 14.3335 13.0146 14.3335 11.91C14.3335 10.8055 13.4381 9.91003 12.3335 9.91003C11.2289 9.91003 10.3335 10.8055 10.3335 11.91C10.3335 13.0146 11.2289 13.91 12.3335 13.91Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.8335 14V11\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.8335 13V10\" 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=\"M20.1375 18.213V18.213C17.6325 17.712 15.0485 17.774 12.5705 18.393L12.3335 18.453C9.6995 19.111 6.9525 19.177 4.2905 18.644L4.1375 18.613C3.6695 18.52 3.3335 18.109 3.3335 17.633V6.79402C3.3335 6.16302 3.9105 5.69002 4.5295 5.81302V5.81302C7.0345 6.31402 9.6185 6.25202 12.0965 5.63302L12.5695 5.51502C15.0475 4.89602 17.6325 4.83402 20.1365 5.33502L20.5285 5.41302C20.9975 5.50702 21.3335 5.91702 21.3335 6.39402V17.233C21.3335 17.864 20.7565 18.337 20.1375 18.213V18.213Z\" 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"] }]
1572
1572
  }], propDecorators: { fillColor: [{
@@ -1577,9 +1577,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1577
1577
 
1578
1578
  class MonkeyIconMoneyHandComponent {
1579
1579
  }
1580
- MonkeyIconMoneyHandComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoneyHandComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1581
- 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"] });
1582
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoneyHandComponent, decorators: [{
1580
+ MonkeyIconMoneyHandComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyHandComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1581
+ MonkeyIconMoneyHandComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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"] });
1582
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyHandComponent, decorators: [{
1583
1583
  type: Component,
1584
1584
  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"] }]
1585
1585
  }], propDecorators: { fillColor: [{
@@ -1590,9 +1590,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1590
1590
 
1591
1591
  class MonkeyIconMoneySignComponent {
1592
1592
  }
1593
- MonkeyIconMoneySignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoneySignComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1594
- MonkeyIconMoneySignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconMoneySignComponent, selector: "monkey-icon-money-sign", 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 1V23\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17 5H9.5C8.57174 5 7.6815 5.36875 7.02513 6.02513C6.36875 6.6815 6 7.57174 6 8.5C6 9.42826 6.36875 10.3185 7.02513 10.9749C7.6815 11.6313 8.57174 12 9.5 12H14.5C15.4283 12 16.3185 12.3688 16.9749 13.0251C17.6313 13.6815 18 14.5717 18 15.5C18 16.4283 17.6313 17.3185 16.9749 17.9749C16.3185 18.6313 15.4283 19 14.5 19H6\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1595
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoneySignComponent, decorators: [{
1593
+ MonkeyIconMoneySignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneySignComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1594
+ MonkeyIconMoneySignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconMoneySignComponent, selector: "monkey-icon-money-sign", 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 1V23\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17 5H9.5C8.57174 5 7.6815 5.36875 7.02513 6.02513C6.36875 6.6815 6 7.57174 6 8.5C6 9.42826 6.36875 10.3185 7.02513 10.9749C7.6815 11.6313 8.57174 12 9.5 12H14.5C15.4283 12 16.3185 12.3688 16.9749 13.0251C17.6313 13.6815 18 14.5717 18 15.5C18 16.4283 17.6313 17.3185 16.9749 17.9749C16.3185 18.6313 15.4283 19 14.5 19H6\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1595
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneySignComponent, decorators: [{
1596
1596
  type: Component,
1597
1597
  args: [{ selector: 'monkey-icon-money-sign', 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 1V23\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17 5H9.5C8.57174 5 7.6815 5.36875 7.02513 6.02513C6.36875 6.6815 6 7.57174 6 8.5C6 9.42826 6.36875 10.3185 7.02513 10.9749C7.6815 11.6313 8.57174 12 9.5 12H14.5C15.4283 12 16.3185 12.3688 16.9749 13.0251C17.6313 13.6815 18 14.5717 18 15.5C18 16.4283 17.6313 17.3185 16.9749 17.9749C16.3185 18.6313 15.4283 19 14.5 19H6\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1598
1598
  }], propDecorators: { fillColor: [{
@@ -1603,9 +1603,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1603
1603
 
1604
1604
  class MonkeyIconMoreComponent {
1605
1605
  }
1606
- MonkeyIconMoreComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1607
- MonkeyIconMoreComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconMoreComponent, selector: "monkey-icon-more", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M27.9998 16H4.00018\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 4V28\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1608
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconMoreComponent, decorators: [{
1606
+ MonkeyIconMoreComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1607
+ MonkeyIconMoreComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconMoreComponent, selector: "monkey-icon-more", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M27.9998 16H4.00018\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 4V28\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1608
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoreComponent, decorators: [{
1609
1609
  type: Component,
1610
1610
  args: [{ selector: 'monkey-icon-more', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M27.9998 16H4.00018\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 4V28\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1611
1611
  }], propDecorators: { fillColor: [{
@@ -1616,9 +1616,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1616
1616
 
1617
1617
  class MonkeyIconNewCompanyComponent {
1618
1618
  }
1619
- MonkeyIconNewCompanyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconNewCompanyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1620
- 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"] });
1621
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconNewCompanyComponent, decorators: [{
1619
+ MonkeyIconNewCompanyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconNewCompanyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1620
+ MonkeyIconNewCompanyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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"] });
1621
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconNewCompanyComponent, decorators: [{
1622
1622
  type: Component,
1623
1623
  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"] }]
1624
1624
  }], propDecorators: { fillColor: [{
@@ -1629,9 +1629,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1629
1629
 
1630
1630
  class MonkeyIconOfferedComponent {
1631
1631
  }
1632
- MonkeyIconOfferedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconOfferedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1633
- MonkeyIconOfferedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconOfferedComponent, selector: "monkey-icon-offered", 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.1838 13.1061L15.0823 13.1673C14.7488 12.6998 14.1591 12.5157 13.7115 12.7693C13.7101 12.7701 13.7087 12.7709 13.7073 12.7718L13.4933 12.9006C13.2584 12.6736 12.9662 12.5338 12.6571 12.5008C12.348 12.4677 12.0373 12.543 11.7682 12.7162L10.6857 13.3741H9.24637C8.93253 13.3736 8.62281 13.2943 8.34011 13.142L8.14295 13.0355C7.58541 12.7323 6.96367 12.6074 6.34657 12.6748C5.72947 12.7421 5.14108 12.9991 4.64657 13.4171C4.64239 13.4206 4.63831 13.4242 4.63439 13.4282L4.15854 13.9018C3.98503 14.0743 2.19298 15.1264 1.10413 15.7491C1.08177 15.7618 1.06189 15.7794 1.04561 15.8008C1.02933 15.8222 1.01698 15.8469 1.00926 15.8736C1.00154 15.9003 0.998602 15.9285 1.00062 15.9565C1.00263 15.9844 1.00955 16.0117 1.02099 16.0367C1.03243 16.0617 1.04816 16.0839 1.06728 16.1021C1.08641 16.1203 1.10855 16.1341 1.13245 16.1427C1.15635 16.1513 1.18153 16.1546 1.20656 16.1524C1.23159 16.1501 1.25599 16.1424 1.27834 16.1296C1.75592 15.8565 4.1514 14.4811 4.41278 14.221L4.8828 13.7533C5.32104 13.3849 5.84179 13.1588 6.38766 13.1C6.93353 13.0413 7.48333 13.1521 7.97645 13.4202L8.17358 13.5268C8.50823 13.707 8.87486 13.8009 9.24637 13.8015H11.1583C11.4497 13.8019 11.7315 13.9177 11.9537 14.1284C12.176 14.339 12.3242 14.6308 12.3722 14.952L10.9576 14.8806C10.4553 14.8554 9.95187 14.8814 9.45373 14.9583C9.42864 14.9618 9.40444 14.9709 9.38252 14.985C9.3606 14.9991 9.3414 15.0179 9.32603 15.0404C9.31066 15.0628 9.29943 15.0884 9.29298 15.1158C9.28653 15.1431 9.28499 15.1716 9.28846 15.1996C9.29192 15.2276 9.30032 15.2545 9.31317 15.2788C9.32602 15.3032 9.34306 15.3244 9.36331 15.3414C9.38355 15.3583 9.4066 15.3706 9.43112 15.3775C9.45564 15.3844 9.48115 15.3858 9.50616 15.3816C9.98123 15.3083 10.4613 15.2835 10.9404 15.3076L12.5712 15.3901C12.597 15.3914 12.6228 15.3869 12.647 15.3767C12.6713 15.3665 12.6934 15.351 12.7121 15.331C12.7307 15.3111 12.7456 15.2871 12.7557 15.2605C12.7659 15.2339 12.7711 15.2053 12.7711 15.1764C12.7711 15.1325 12.7692 15.0892 12.7664 15.0461L13.0033 14.9065L15.3656 13.4823C15.5556 13.3673 15.7747 13.3274 15.9876 13.3689C16.2004 13.4105 16.3944 13.5311 16.5383 13.7113L11.7409 17.3925C11.1102 17.7361 10.3982 17.8468 9.70749 17.7088L6.83992 17.1187C6.52946 17.0329 6.20143 17.0828 5.92273 17.2581L3.0497 19.0934C3.02778 19.1072 3.00851 19.1258 2.99302 19.148C2.97753 19.1702 2.96612 19.1956 2.95943 19.2227C2.95275 19.2499 2.95093 19.2782 2.95408 19.3062C2.95723 19.3341 2.96529 19.3611 2.97779 19.3855C2.99029 19.4099 3.00699 19.4314 3.02693 19.4486C3.04686 19.4658 3.06964 19.4784 3.09396 19.4858C3.11828 19.4931 3.14366 19.495 3.16863 19.4914C3.19361 19.4877 3.21769 19.4786 3.2395 19.4645L6.11097 17.63C6.30617 17.5077 6.53591 17.4736 6.75291 17.5349C6.75686 17.536 6.76084 17.537 6.76486 17.5378L9.63878 18.1293C10.415 18.2844 11.2152 18.1582 11.9226 17.769C11.9307 17.7645 11.9386 17.7593 11.946 17.7536L16.917 13.9392C16.9572 13.9083 16.9853 13.8615 16.9956 13.8083C17.006 13.7551 16.9977 13.6994 16.9726 13.6527C16.7948 13.3217 16.5096 13.0801 16.1764 12.9783C15.8431 12.8765 15.4876 12.9222 15.1838 13.1061ZM11.9531 13.0904L11.9577 13.0875C12.136 12.9723 12.3394 12.9146 12.5453 12.9209C12.7512 12.9272 12.9515 12.9972 13.1239 13.1231L12.1179 13.729C11.9177 13.5627 11.6856 13.4508 11.4401 13.4023L11.9531 13.0904ZM12.8232 14.5294L12.6886 14.6088C12.6269 14.4016 12.532 14.2087 12.4085 14.0395L13.8864 13.1495C14.1516 13.0009 14.5108 13.1073 14.7377 13.3752L12.8232 14.5294Z\" fill=\"#0273E8\" stroke=\"#0273E8\" stroke-width=\"0.336574\" [attr.stroke]=\"fillColor\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M10.2178 1V10.164\" stroke=\"#0273E8\" stroke-width=\"0.897531\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.5833 4H9.45833C9.07156 4 8.70063 4.18437 8.42714 4.51256C8.15365 4.84075 8 5.28587 8 5.75C8 6.21413 8.15365 6.65925 8.42714 6.98744C8.70063 7.31563 9.07156 7.5 9.45833 7.5H11.5417C11.9284 7.5 12.2994 7.68437 12.5729 8.01256C12.8464 8.34075 13 8.78587 13 9.25C13 9.71413 12.8464 10.1592 12.5729 10.4874C12.2994 10.8156 11.9284 11 11.5417 11H8\" stroke=\"#0273E8\" stroke-width=\"0.897531\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1634
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconOfferedComponent, decorators: [{
1632
+ MonkeyIconOfferedComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconOfferedComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1633
+ MonkeyIconOfferedComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconOfferedComponent, selector: "monkey-icon-offered", 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.1838 13.1061L15.0823 13.1673C14.7488 12.6998 14.1591 12.5157 13.7115 12.7693C13.7101 12.7701 13.7087 12.7709 13.7073 12.7718L13.4933 12.9006C13.2584 12.6736 12.9662 12.5338 12.6571 12.5008C12.348 12.4677 12.0373 12.543 11.7682 12.7162L10.6857 13.3741H9.24637C8.93253 13.3736 8.62281 13.2943 8.34011 13.142L8.14295 13.0355C7.58541 12.7323 6.96367 12.6074 6.34657 12.6748C5.72947 12.7421 5.14108 12.9991 4.64657 13.4171C4.64239 13.4206 4.63831 13.4242 4.63439 13.4282L4.15854 13.9018C3.98503 14.0743 2.19298 15.1264 1.10413 15.7491C1.08177 15.7618 1.06189 15.7794 1.04561 15.8008C1.02933 15.8222 1.01698 15.8469 1.00926 15.8736C1.00154 15.9003 0.998602 15.9285 1.00062 15.9565C1.00263 15.9844 1.00955 16.0117 1.02099 16.0367C1.03243 16.0617 1.04816 16.0839 1.06728 16.1021C1.08641 16.1203 1.10855 16.1341 1.13245 16.1427C1.15635 16.1513 1.18153 16.1546 1.20656 16.1524C1.23159 16.1501 1.25599 16.1424 1.27834 16.1296C1.75592 15.8565 4.1514 14.4811 4.41278 14.221L4.8828 13.7533C5.32104 13.3849 5.84179 13.1588 6.38766 13.1C6.93353 13.0413 7.48333 13.1521 7.97645 13.4202L8.17358 13.5268C8.50823 13.707 8.87486 13.8009 9.24637 13.8015H11.1583C11.4497 13.8019 11.7315 13.9177 11.9537 14.1284C12.176 14.339 12.3242 14.6308 12.3722 14.952L10.9576 14.8806C10.4553 14.8554 9.95187 14.8814 9.45373 14.9583C9.42864 14.9618 9.40444 14.9709 9.38252 14.985C9.3606 14.9991 9.3414 15.0179 9.32603 15.0404C9.31066 15.0628 9.29943 15.0884 9.29298 15.1158C9.28653 15.1431 9.28499 15.1716 9.28846 15.1996C9.29192 15.2276 9.30032 15.2545 9.31317 15.2788C9.32602 15.3032 9.34306 15.3244 9.36331 15.3414C9.38355 15.3583 9.4066 15.3706 9.43112 15.3775C9.45564 15.3844 9.48115 15.3858 9.50616 15.3816C9.98123 15.3083 10.4613 15.2835 10.9404 15.3076L12.5712 15.3901C12.597 15.3914 12.6228 15.3869 12.647 15.3767C12.6713 15.3665 12.6934 15.351 12.7121 15.331C12.7307 15.3111 12.7456 15.2871 12.7557 15.2605C12.7659 15.2339 12.7711 15.2053 12.7711 15.1764C12.7711 15.1325 12.7692 15.0892 12.7664 15.0461L13.0033 14.9065L15.3656 13.4823C15.5556 13.3673 15.7747 13.3274 15.9876 13.3689C16.2004 13.4105 16.3944 13.5311 16.5383 13.7113L11.7409 17.3925C11.1102 17.7361 10.3982 17.8468 9.70749 17.7088L6.83992 17.1187C6.52946 17.0329 6.20143 17.0828 5.92273 17.2581L3.0497 19.0934C3.02778 19.1072 3.00851 19.1258 2.99302 19.148C2.97753 19.1702 2.96612 19.1956 2.95943 19.2227C2.95275 19.2499 2.95093 19.2782 2.95408 19.3062C2.95723 19.3341 2.96529 19.3611 2.97779 19.3855C2.99029 19.4099 3.00699 19.4314 3.02693 19.4486C3.04686 19.4658 3.06964 19.4784 3.09396 19.4858C3.11828 19.4931 3.14366 19.495 3.16863 19.4914C3.19361 19.4877 3.21769 19.4786 3.2395 19.4645L6.11097 17.63C6.30617 17.5077 6.53591 17.4736 6.75291 17.5349C6.75686 17.536 6.76084 17.537 6.76486 17.5378L9.63878 18.1293C10.415 18.2844 11.2152 18.1582 11.9226 17.769C11.9307 17.7645 11.9386 17.7593 11.946 17.7536L16.917 13.9392C16.9572 13.9083 16.9853 13.8615 16.9956 13.8083C17.006 13.7551 16.9977 13.6994 16.9726 13.6527C16.7948 13.3217 16.5096 13.0801 16.1764 12.9783C15.8431 12.8765 15.4876 12.9222 15.1838 13.1061ZM11.9531 13.0904L11.9577 13.0875C12.136 12.9723 12.3394 12.9146 12.5453 12.9209C12.7512 12.9272 12.9515 12.9972 13.1239 13.1231L12.1179 13.729C11.9177 13.5627 11.6856 13.4508 11.4401 13.4023L11.9531 13.0904ZM12.8232 14.5294L12.6886 14.6088C12.6269 14.4016 12.532 14.2087 12.4085 14.0395L13.8864 13.1495C14.1516 13.0009 14.5108 13.1073 14.7377 13.3752L12.8232 14.5294Z\" fill=\"#0273E8\" stroke=\"#0273E8\" stroke-width=\"0.336574\" [attr.stroke]=\"fillColor\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M10.2178 1V10.164\" stroke=\"#0273E8\" stroke-width=\"0.897531\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.5833 4H9.45833C9.07156 4 8.70063 4.18437 8.42714 4.51256C8.15365 4.84075 8 5.28587 8 5.75C8 6.21413 8.15365 6.65925 8.42714 6.98744C8.70063 7.31563 9.07156 7.5 9.45833 7.5H11.5417C11.9284 7.5 12.2994 7.68437 12.5729 8.01256C12.8464 8.34075 13 8.78587 13 9.25C13 9.71413 12.8464 10.1592 12.5729 10.4874C12.2994 10.8156 11.9284 11 11.5417 11H8\" stroke=\"#0273E8\" stroke-width=\"0.897531\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1634
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconOfferedComponent, decorators: [{
1635
1635
  type: Component,
1636
1636
  args: [{ selector: 'monkey-icon-offered', 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.1838 13.1061L15.0823 13.1673C14.7488 12.6998 14.1591 12.5157 13.7115 12.7693C13.7101 12.7701 13.7087 12.7709 13.7073 12.7718L13.4933 12.9006C13.2584 12.6736 12.9662 12.5338 12.6571 12.5008C12.348 12.4677 12.0373 12.543 11.7682 12.7162L10.6857 13.3741H9.24637C8.93253 13.3736 8.62281 13.2943 8.34011 13.142L8.14295 13.0355C7.58541 12.7323 6.96367 12.6074 6.34657 12.6748C5.72947 12.7421 5.14108 12.9991 4.64657 13.4171C4.64239 13.4206 4.63831 13.4242 4.63439 13.4282L4.15854 13.9018C3.98503 14.0743 2.19298 15.1264 1.10413 15.7491C1.08177 15.7618 1.06189 15.7794 1.04561 15.8008C1.02933 15.8222 1.01698 15.8469 1.00926 15.8736C1.00154 15.9003 0.998602 15.9285 1.00062 15.9565C1.00263 15.9844 1.00955 16.0117 1.02099 16.0367C1.03243 16.0617 1.04816 16.0839 1.06728 16.1021C1.08641 16.1203 1.10855 16.1341 1.13245 16.1427C1.15635 16.1513 1.18153 16.1546 1.20656 16.1524C1.23159 16.1501 1.25599 16.1424 1.27834 16.1296C1.75592 15.8565 4.1514 14.4811 4.41278 14.221L4.8828 13.7533C5.32104 13.3849 5.84179 13.1588 6.38766 13.1C6.93353 13.0413 7.48333 13.1521 7.97645 13.4202L8.17358 13.5268C8.50823 13.707 8.87486 13.8009 9.24637 13.8015H11.1583C11.4497 13.8019 11.7315 13.9177 11.9537 14.1284C12.176 14.339 12.3242 14.6308 12.3722 14.952L10.9576 14.8806C10.4553 14.8554 9.95187 14.8814 9.45373 14.9583C9.42864 14.9618 9.40444 14.9709 9.38252 14.985C9.3606 14.9991 9.3414 15.0179 9.32603 15.0404C9.31066 15.0628 9.29943 15.0884 9.29298 15.1158C9.28653 15.1431 9.28499 15.1716 9.28846 15.1996C9.29192 15.2276 9.30032 15.2545 9.31317 15.2788C9.32602 15.3032 9.34306 15.3244 9.36331 15.3414C9.38355 15.3583 9.4066 15.3706 9.43112 15.3775C9.45564 15.3844 9.48115 15.3858 9.50616 15.3816C9.98123 15.3083 10.4613 15.2835 10.9404 15.3076L12.5712 15.3901C12.597 15.3914 12.6228 15.3869 12.647 15.3767C12.6713 15.3665 12.6934 15.351 12.7121 15.331C12.7307 15.3111 12.7456 15.2871 12.7557 15.2605C12.7659 15.2339 12.7711 15.2053 12.7711 15.1764C12.7711 15.1325 12.7692 15.0892 12.7664 15.0461L13.0033 14.9065L15.3656 13.4823C15.5556 13.3673 15.7747 13.3274 15.9876 13.3689C16.2004 13.4105 16.3944 13.5311 16.5383 13.7113L11.7409 17.3925C11.1102 17.7361 10.3982 17.8468 9.70749 17.7088L6.83992 17.1187C6.52946 17.0329 6.20143 17.0828 5.92273 17.2581L3.0497 19.0934C3.02778 19.1072 3.00851 19.1258 2.99302 19.148C2.97753 19.1702 2.96612 19.1956 2.95943 19.2227C2.95275 19.2499 2.95093 19.2782 2.95408 19.3062C2.95723 19.3341 2.96529 19.3611 2.97779 19.3855C2.99029 19.4099 3.00699 19.4314 3.02693 19.4486C3.04686 19.4658 3.06964 19.4784 3.09396 19.4858C3.11828 19.4931 3.14366 19.495 3.16863 19.4914C3.19361 19.4877 3.21769 19.4786 3.2395 19.4645L6.11097 17.63C6.30617 17.5077 6.53591 17.4736 6.75291 17.5349C6.75686 17.536 6.76084 17.537 6.76486 17.5378L9.63878 18.1293C10.415 18.2844 11.2152 18.1582 11.9226 17.769C11.9307 17.7645 11.9386 17.7593 11.946 17.7536L16.917 13.9392C16.9572 13.9083 16.9853 13.8615 16.9956 13.8083C17.006 13.7551 16.9977 13.6994 16.9726 13.6527C16.7948 13.3217 16.5096 13.0801 16.1764 12.9783C15.8431 12.8765 15.4876 12.9222 15.1838 13.1061ZM11.9531 13.0904L11.9577 13.0875C12.136 12.9723 12.3394 12.9146 12.5453 12.9209C12.7512 12.9272 12.9515 12.9972 13.1239 13.1231L12.1179 13.729C11.9177 13.5627 11.6856 13.4508 11.4401 13.4023L11.9531 13.0904ZM12.8232 14.5294L12.6886 14.6088C12.6269 14.4016 12.532 14.2087 12.4085 14.0395L13.8864 13.1495C14.1516 13.0009 14.5108 13.1073 14.7377 13.3752L12.8232 14.5294Z\" fill=\"#0273E8\" stroke=\"#0273E8\" stroke-width=\"0.336574\" [attr.stroke]=\"fillColor\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M10.2178 1V10.164\" stroke=\"#0273E8\" stroke-width=\"0.897531\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.5833 4H9.45833C9.07156 4 8.70063 4.18437 8.42714 4.51256C8.15365 4.84075 8 5.28587 8 5.75C8 6.21413 8.15365 6.65925 8.42714 6.98744C8.70063 7.31563 9.07156 7.5 9.45833 7.5H11.5417C11.9284 7.5 12.2994 7.68437 12.5729 8.01256C12.8464 8.34075 13 8.78587 13 9.25C13 9.71413 12.8464 10.1592 12.5729 10.4874C12.2994 10.8156 11.9284 11 11.5417 11H8\" stroke=\"#0273E8\" stroke-width=\"0.897531\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1637
1637
  }], propDecorators: { fillColor: [{
@@ -1642,9 +1642,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1642
1642
 
1643
1643
  class MonkeyIconPasswordComponent {
1644
1644
  }
1645
- MonkeyIconPasswordComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconPasswordComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1646
- MonkeyIconPasswordComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconPasswordComponent, selector: "monkey-icon-password", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M25.3333 14H6.66667C5.19391 14 4 15.3024 4 16.9091V27.0909C4 28.6976 5.19391 30 6.66667 30H25.3333C26.8061 30 28 28.6976 28 27.0909V16.9091C28 15.3024 26.8061 14 25.3333 14Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 14V8.66667C9 6.89856 9.7375 5.20286 11.0503 3.95262C12.363 2.70238 14.1435 2 16 2C17.8565 2 19.637 2.70238 20.9497 3.95262C22.2625 5.20286 23 6.89856 23 8.66667V14\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1647
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconPasswordComponent, decorators: [{
1645
+ MonkeyIconPasswordComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPasswordComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1646
+ MonkeyIconPasswordComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconPasswordComponent, selector: "monkey-icon-password", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M25.3333 14H6.66667C5.19391 14 4 15.3024 4 16.9091V27.0909C4 28.6976 5.19391 30 6.66667 30H25.3333C26.8061 30 28 28.6976 28 27.0909V16.9091C28 15.3024 26.8061 14 25.3333 14Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 14V8.66667C9 6.89856 9.7375 5.20286 11.0503 3.95262C12.363 2.70238 14.1435 2 16 2C17.8565 2 19.637 2.70238 20.9497 3.95262C22.2625 5.20286 23 6.89856 23 8.66667V14\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1647
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPasswordComponent, decorators: [{
1648
1648
  type: Component,
1649
1649
  args: [{ selector: 'monkey-icon-password', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M25.3333 14H6.66667C5.19391 14 4 15.3024 4 16.9091V27.0909C4 28.6976 5.19391 30 6.66667 30H25.3333C26.8061 30 28 28.6976 28 27.0909V16.9091C28 15.3024 26.8061 14 25.3333 14Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 14V8.66667C9 6.89856 9.7375 5.20286 11.0503 3.95262C12.363 2.70238 14.1435 2 16 2C17.8565 2 19.637 2.70238 20.9497 3.95262C22.2625 5.20286 23 6.89856 23 8.66667V14\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1650
1650
  }], propDecorators: { fillColor: [{
@@ -1655,9 +1655,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1655
1655
 
1656
1656
  class MonkeyIconPeopleComponent {
1657
1657
  }
1658
- MonkeyIconPeopleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconPeopleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1659
- MonkeyIconPeopleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconPeopleComponent, selector: "monkey-icon-people", 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=\"M11.4175 13.0849C12.4024 13.2687 13.317 13.746 14.0355 14.4645C14.0473 14.4763 14.0591 14.4881 14.0707 14.5H19.5C20.0304 14.5 20.5391 14.7107 20.9142 15.0858C21.2893 15.4609 21.5 15.9696 21.5 16.5V18C21.5 18.5523 21.9477 19 22.5 19C23.0523 19 23.5 18.5523 23.5 18V16.5C23.5 15.4391 23.0786 14.4217 22.3284 13.6716C21.5783 12.9214 20.5609 12.5 19.5 12.5H13.5C12.7592 12.5 12.0396 12.7055 11.4175 13.0849ZM11.5 18C11.5 17.7348 11.3946 17.4804 11.2071 17.2929C11.0196 17.1054 10.7652 17 10.5 17H9.5V18C9.5 18.5523 9.94772 19 10.5 19C11.0523 19 11.5 18.5523 11.5 18Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M13.5 19.5V18C13.5 17.2044 13.1839 16.4413 12.6213 15.8787C12.0587 15.3161 11.2956 15 10.5 15H4.5C3.70435 15 2.94129 15.3161 2.37868 15.8787C1.81607 16.4413 1.5 17.2044 1.5 18V19.5\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.5 12C9.15685 12 10.5 10.6569 10.5 9C10.5 7.34315 9.15685 6 7.5 6C5.84315 6 4.5 7.34315 4.5 9C4.5 10.6569 5.84315 12 7.5 12Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.5 10.5C18.1569 10.5 19.5 9.15685 19.5 7.5C19.5 5.84315 18.1569 4.5 16.5 4.5C14.8431 4.5 13.5 5.84315 13.5 7.5C13.5 9.15685 14.8431 10.5 16.5 10.5Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1660
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconPeopleComponent, decorators: [{
1658
+ MonkeyIconPeopleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPeopleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1659
+ MonkeyIconPeopleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconPeopleComponent, selector: "monkey-icon-people", 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=\"M11.4175 13.0849C12.4024 13.2687 13.317 13.746 14.0355 14.4645C14.0473 14.4763 14.0591 14.4881 14.0707 14.5H19.5C20.0304 14.5 20.5391 14.7107 20.9142 15.0858C21.2893 15.4609 21.5 15.9696 21.5 16.5V18C21.5 18.5523 21.9477 19 22.5 19C23.0523 19 23.5 18.5523 23.5 18V16.5C23.5 15.4391 23.0786 14.4217 22.3284 13.6716C21.5783 12.9214 20.5609 12.5 19.5 12.5H13.5C12.7592 12.5 12.0396 12.7055 11.4175 13.0849ZM11.5 18C11.5 17.7348 11.3946 17.4804 11.2071 17.2929C11.0196 17.1054 10.7652 17 10.5 17H9.5V18C9.5 18.5523 9.94772 19 10.5 19C11.0523 19 11.5 18.5523 11.5 18Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M13.5 19.5V18C13.5 17.2044 13.1839 16.4413 12.6213 15.8787C12.0587 15.3161 11.2956 15 10.5 15H4.5C3.70435 15 2.94129 15.3161 2.37868 15.8787C1.81607 16.4413 1.5 17.2044 1.5 18V19.5\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.5 12C9.15685 12 10.5 10.6569 10.5 9C10.5 7.34315 9.15685 6 7.5 6C5.84315 6 4.5 7.34315 4.5 9C4.5 10.6569 5.84315 12 7.5 12Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.5 10.5C18.1569 10.5 19.5 9.15685 19.5 7.5C19.5 5.84315 18.1569 4.5 16.5 4.5C14.8431 4.5 13.5 5.84315 13.5 7.5C13.5 9.15685 14.8431 10.5 16.5 10.5Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1660
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPeopleComponent, decorators: [{
1661
1661
  type: Component,
1662
1662
  args: [{ selector: 'monkey-icon-people', 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=\"M11.4175 13.0849C12.4024 13.2687 13.317 13.746 14.0355 14.4645C14.0473 14.4763 14.0591 14.4881 14.0707 14.5H19.5C20.0304 14.5 20.5391 14.7107 20.9142 15.0858C21.2893 15.4609 21.5 15.9696 21.5 16.5V18C21.5 18.5523 21.9477 19 22.5 19C23.0523 19 23.5 18.5523 23.5 18V16.5C23.5 15.4391 23.0786 14.4217 22.3284 13.6716C21.5783 12.9214 20.5609 12.5 19.5 12.5H13.5C12.7592 12.5 12.0396 12.7055 11.4175 13.0849ZM11.5 18C11.5 17.7348 11.3946 17.4804 11.2071 17.2929C11.0196 17.1054 10.7652 17 10.5 17H9.5V18C9.5 18.5523 9.94772 19 10.5 19C11.0523 19 11.5 18.5523 11.5 18Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M13.5 19.5V18C13.5 17.2044 13.1839 16.4413 12.6213 15.8787C12.0587 15.3161 11.2956 15 10.5 15H4.5C3.70435 15 2.94129 15.3161 2.37868 15.8787C1.81607 16.4413 1.5 17.2044 1.5 18V19.5\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.5 12C9.15685 12 10.5 10.6569 10.5 9C10.5 7.34315 9.15685 6 7.5 6C5.84315 6 4.5 7.34315 4.5 9C4.5 10.6569 5.84315 12 7.5 12Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.5 10.5C18.1569 10.5 19.5 9.15685 19.5 7.5C19.5 5.84315 18.1569 4.5 16.5 4.5C14.8431 4.5 13.5 5.84315 13.5 7.5C13.5 9.15685 14.8431 10.5 16.5 10.5Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1663
1663
  }], propDecorators: { fillColor: [{
@@ -1668,9 +1668,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1668
1668
 
1669
1669
  class MonkeyIconPercentComponent {
1670
1670
  }
1671
- MonkeyIconPercentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconPercentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1672
- MonkeyIconPercentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconPercentComponent, selector: "monkey-icon-percent", 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.6666 3.33337L3.33325 12.6667\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M4.33341 5.99996C5.25389 5.99996 6.00008 5.25377 6.00008 4.33329C6.00008 3.41282 5.25389 2.66663 4.33341 2.66663C3.41294 2.66663 2.66675 3.41282 2.66675 4.33329C2.66675 5.25377 3.41294 5.99996 4.33341 5.99996Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.6667 13.3333C12.5871 13.3333 13.3333 12.5871 13.3333 11.6667C13.3333 10.7462 12.5871 10 11.6667 10C10.7462 10 10 10.7462 10 11.6667C10 12.5871 10.7462 13.3333 11.6667 13.3333Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1673
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconPercentComponent, decorators: [{
1671
+ MonkeyIconPercentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPercentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1672
+ MonkeyIconPercentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconPercentComponent, selector: "monkey-icon-percent", 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.6666 3.33337L3.33325 12.6667\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M4.33341 5.99996C5.25389 5.99996 6.00008 5.25377 6.00008 4.33329C6.00008 3.41282 5.25389 2.66663 4.33341 2.66663C3.41294 2.66663 2.66675 3.41282 2.66675 4.33329C2.66675 5.25377 3.41294 5.99996 4.33341 5.99996Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.6667 13.3333C12.5871 13.3333 13.3333 12.5871 13.3333 11.6667C13.3333 10.7462 12.5871 10 11.6667 10C10.7462 10 10 10.7462 10 11.6667C10 12.5871 10.7462 13.3333 11.6667 13.3333Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1673
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPercentComponent, decorators: [{
1674
1674
  type: Component,
1675
1675
  args: [{ selector: 'monkey-icon-percent', 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.6666 3.33337L3.33325 12.6667\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M4.33341 5.99996C5.25389 5.99996 6.00008 5.25377 6.00008 4.33329C6.00008 3.41282 5.25389 2.66663 4.33341 2.66663C3.41294 2.66663 2.66675 3.41282 2.66675 4.33329C2.66675 5.25377 3.41294 5.99996 4.33341 5.99996Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.6667 13.3333C12.5871 13.3333 13.3333 12.5871 13.3333 11.6667C13.3333 10.7462 12.5871 10 11.6667 10C10.7462 10 10 10.7462 10 11.6667C10 12.5871 10.7462 13.3333 11.6667 13.3333Z\" stroke=\"#0273E8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1676
1676
  }], propDecorators: { fillColor: [{
@@ -1681,9 +1681,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1681
1681
 
1682
1682
  class MonkeyIconPersonDocumentComponent {
1683
1683
  }
1684
- MonkeyIconPersonDocumentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconPersonDocumentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1685
- MonkeyIconPersonDocumentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconPersonDocumentComponent, selector: "monkey-icon-person-document", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"63\" height=\"44\" viewBox=\"0 0 63 44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M19.3541 22.7148H14.6053C10.5046 22.7253 7.18263 25.9466 7.17188 29.9231V32.2315C7.17188 32.6679 7.53587 33.0208 7.98587 33.0208H25.9705C25.9736 33.0208 25.9767 33.0208 25.9797 33.0208C26.4297 33.0178 26.7906 32.6619 26.7876 32.2255V29.9231C26.7768 25.9466 23.4548 22.7253 19.3541 22.7148ZM25.1596 31.4362H8.79986V29.9231C8.81675 26.8209 11.4062 24.3099 14.6053 24.2935H19.3541C22.5533 24.3099 25.1427 26.8209 25.1596 29.9231V31.4362Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M55.0224 29.7861H33.2135C32.8035 29.81 32.4763 30.1272 32.4518 30.5248C32.4241 30.9597 32.7651 31.335 33.2135 31.3618H55.0224C55.4325 31.338 55.7596 31.0208 55.7842 30.6231C55.8118 30.1868 55.4709 29.8129 55.0224 29.7861Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M20.8075 20.1055L20.8566 20.0608L20.8581 20.0593C22.9991 17.9832 22.9976 14.6159 20.8566 12.5398C19.8307 11.5405 18.4346 10.979 16.9801 10.979C15.5472 10.979 14.1726 11.5226 13.1498 12.4951L13.1006 12.5398L13.0991 12.5413C10.9581 14.6174 10.9597 17.9847 13.1006 20.0608C15.2216 22.122 18.6604 22.1428 20.8075 20.1055ZM14.2586 13.6597L14.2986 13.621C15.8129 12.2062 18.215 12.2226 19.7078 13.6597L19.717 13.6568C21.2237 15.1193 21.2237 17.4873 19.717 18.9498L19.6771 18.9885C18.1627 20.4108 15.753 20.3944 14.2586 18.9527C12.752 17.4902 12.752 15.1222 14.2586 13.6597Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M57.5785 0H5.4215C2.43123 0.00893582 0.00767918 2.35757 0 5.25724V38.7428C0.00767918 41.6424 2.43123 43.9911 5.4215 44H57.5785C60.5688 43.9925 62.9908 41.6424 63 38.7428V5.25724C62.9908 2.35757 60.5688 0.00893582 57.5785 0ZM61.3751 38.7428C61.3689 40.7727 59.6718 42.4184 57.5785 42.4243H5.4215C3.32816 42.4184 1.63106 40.7727 1.62491 38.7428V5.25724C1.63106 3.22732 3.32816 1.58164 5.4215 1.57568H57.5785C59.6718 1.58164 61.3689 3.22732 61.3751 5.25724V38.7428Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M55.0224 12.6411H33.2135C32.8035 12.6649 32.4763 12.9822 32.4518 13.3798C32.4241 13.8147 32.7651 14.19 33.2135 14.2168H55.0224C55.4325 14.193 55.7596 13.8757 55.7842 13.4781C55.8118 13.0417 55.4709 12.6679 55.0224 12.6411Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M55.0224 21.2139H33.2135C32.8035 21.2377 32.4763 21.5549 32.4518 21.9526C32.4241 22.3874 32.7651 22.7627 33.2135 22.7896H55.0224C55.4325 22.7657 55.7596 22.4485 55.7842 22.0509C55.8118 21.6145 55.4709 21.2407 55.0224 21.2139Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M55.0224 16.9272H33.2135C32.8035 16.9511 32.4763 17.2683 32.4518 17.6659C32.4241 18.1008 32.7651 18.4761 33.2135 18.5029H55.0224C55.4325 18.4791 55.7596 18.1619 55.7842 17.7642C55.8118 17.3279 55.4709 16.9541 55.0224 16.9272Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M55.0224 25.5H33.2135C32.8035 25.5238 32.4763 25.841 32.4518 26.2387C32.4241 26.6736 32.7651 27.0489 33.2135 27.0757H55.0224C55.4325 27.0519 55.7596 26.7346 55.7842 26.337C55.8118 25.9006 55.4709 25.5268 55.0224 25.5Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1686
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconPersonDocumentComponent, decorators: [{
1684
+ MonkeyIconPersonDocumentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPersonDocumentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1685
+ MonkeyIconPersonDocumentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconPersonDocumentComponent, selector: "monkey-icon-person-document", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"63\" height=\"44\" viewBox=\"0 0 63 44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M19.3541 22.7148H14.6053C10.5046 22.7253 7.18263 25.9466 7.17188 29.9231V32.2315C7.17188 32.6679 7.53587 33.0208 7.98587 33.0208H25.9705C25.9736 33.0208 25.9767 33.0208 25.9797 33.0208C26.4297 33.0178 26.7906 32.6619 26.7876 32.2255V29.9231C26.7768 25.9466 23.4548 22.7253 19.3541 22.7148ZM25.1596 31.4362H8.79986V29.9231C8.81675 26.8209 11.4062 24.3099 14.6053 24.2935H19.3541C22.5533 24.3099 25.1427 26.8209 25.1596 29.9231V31.4362Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M55.0224 29.7861H33.2135C32.8035 29.81 32.4763 30.1272 32.4518 30.5248C32.4241 30.9597 32.7651 31.335 33.2135 31.3618H55.0224C55.4325 31.338 55.7596 31.0208 55.7842 30.6231C55.8118 30.1868 55.4709 29.8129 55.0224 29.7861Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M20.8075 20.1055L20.8566 20.0608L20.8581 20.0593C22.9991 17.9832 22.9976 14.6159 20.8566 12.5398C19.8307 11.5405 18.4346 10.979 16.9801 10.979C15.5472 10.979 14.1726 11.5226 13.1498 12.4951L13.1006 12.5398L13.0991 12.5413C10.9581 14.6174 10.9597 17.9847 13.1006 20.0608C15.2216 22.122 18.6604 22.1428 20.8075 20.1055ZM14.2586 13.6597L14.2986 13.621C15.8129 12.2062 18.215 12.2226 19.7078 13.6597L19.717 13.6568C21.2237 15.1193 21.2237 17.4873 19.717 18.9498L19.6771 18.9885C18.1627 20.4108 15.753 20.3944 14.2586 18.9527C12.752 17.4902 12.752 15.1222 14.2586 13.6597Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M57.5785 0H5.4215C2.43123 0.00893582 0.00767918 2.35757 0 5.25724V38.7428C0.00767918 41.6424 2.43123 43.9911 5.4215 44H57.5785C60.5688 43.9925 62.9908 41.6424 63 38.7428V5.25724C62.9908 2.35757 60.5688 0.00893582 57.5785 0ZM61.3751 38.7428C61.3689 40.7727 59.6718 42.4184 57.5785 42.4243H5.4215C3.32816 42.4184 1.63106 40.7727 1.62491 38.7428V5.25724C1.63106 3.22732 3.32816 1.58164 5.4215 1.57568H57.5785C59.6718 1.58164 61.3689 3.22732 61.3751 5.25724V38.7428Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M55.0224 12.6411H33.2135C32.8035 12.6649 32.4763 12.9822 32.4518 13.3798C32.4241 13.8147 32.7651 14.19 33.2135 14.2168H55.0224C55.4325 14.193 55.7596 13.8757 55.7842 13.4781C55.8118 13.0417 55.4709 12.6679 55.0224 12.6411Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M55.0224 21.2139H33.2135C32.8035 21.2377 32.4763 21.5549 32.4518 21.9526C32.4241 22.3874 32.7651 22.7627 33.2135 22.7896H55.0224C55.4325 22.7657 55.7596 22.4485 55.7842 22.0509C55.8118 21.6145 55.4709 21.2407 55.0224 21.2139Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M55.0224 16.9272H33.2135C32.8035 16.9511 32.4763 17.2683 32.4518 17.6659C32.4241 18.1008 32.7651 18.4761 33.2135 18.5029H55.0224C55.4325 18.4791 55.7596 18.1619 55.7842 17.7642C55.8118 17.3279 55.4709 16.9541 55.0224 16.9272Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M55.0224 25.5H33.2135C32.8035 25.5238 32.4763 25.841 32.4518 26.2387C32.4241 26.6736 32.7651 27.0489 33.2135 27.0757H55.0224C55.4325 27.0519 55.7596 26.7346 55.7842 26.337C55.8118 25.9006 55.4709 25.5268 55.0224 25.5Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1686
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPersonDocumentComponent, decorators: [{
1687
1687
  type: Component,
1688
1688
  args: [{ selector: 'monkey-icon-person-document', template: "<svg width=\"63\" height=\"44\" viewBox=\"0 0 63 44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M19.3541 22.7148H14.6053C10.5046 22.7253 7.18263 25.9466 7.17188 29.9231V32.2315C7.17188 32.6679 7.53587 33.0208 7.98587 33.0208H25.9705C25.9736 33.0208 25.9767 33.0208 25.9797 33.0208C26.4297 33.0178 26.7906 32.6619 26.7876 32.2255V29.9231C26.7768 25.9466 23.4548 22.7253 19.3541 22.7148ZM25.1596 31.4362H8.79986V29.9231C8.81675 26.8209 11.4062 24.3099 14.6053 24.2935H19.3541C22.5533 24.3099 25.1427 26.8209 25.1596 29.9231V31.4362Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M55.0224 29.7861H33.2135C32.8035 29.81 32.4763 30.1272 32.4518 30.5248C32.4241 30.9597 32.7651 31.335 33.2135 31.3618H55.0224C55.4325 31.338 55.7596 31.0208 55.7842 30.6231C55.8118 30.1868 55.4709 29.8129 55.0224 29.7861Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M20.8075 20.1055L20.8566 20.0608L20.8581 20.0593C22.9991 17.9832 22.9976 14.6159 20.8566 12.5398C19.8307 11.5405 18.4346 10.979 16.9801 10.979C15.5472 10.979 14.1726 11.5226 13.1498 12.4951L13.1006 12.5398L13.0991 12.5413C10.9581 14.6174 10.9597 17.9847 13.1006 20.0608C15.2216 22.122 18.6604 22.1428 20.8075 20.1055ZM14.2586 13.6597L14.2986 13.621C15.8129 12.2062 18.215 12.2226 19.7078 13.6597L19.717 13.6568C21.2237 15.1193 21.2237 17.4873 19.717 18.9498L19.6771 18.9885C18.1627 20.4108 15.753 20.3944 14.2586 18.9527C12.752 17.4902 12.752 15.1222 14.2586 13.6597Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M57.5785 0H5.4215C2.43123 0.00893582 0.00767918 2.35757 0 5.25724V38.7428C0.00767918 41.6424 2.43123 43.9911 5.4215 44H57.5785C60.5688 43.9925 62.9908 41.6424 63 38.7428V5.25724C62.9908 2.35757 60.5688 0.00893582 57.5785 0ZM61.3751 38.7428C61.3689 40.7727 59.6718 42.4184 57.5785 42.4243H5.4215C3.32816 42.4184 1.63106 40.7727 1.62491 38.7428V5.25724C1.63106 3.22732 3.32816 1.58164 5.4215 1.57568H57.5785C59.6718 1.58164 61.3689 3.22732 61.3751 5.25724V38.7428Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M55.0224 12.6411H33.2135C32.8035 12.6649 32.4763 12.9822 32.4518 13.3798C32.4241 13.8147 32.7651 14.19 33.2135 14.2168H55.0224C55.4325 14.193 55.7596 13.8757 55.7842 13.4781C55.8118 13.0417 55.4709 12.6679 55.0224 12.6411Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M55.0224 21.2139H33.2135C32.8035 21.2377 32.4763 21.5549 32.4518 21.9526C32.4241 22.3874 32.7651 22.7627 33.2135 22.7896H55.0224C55.4325 22.7657 55.7596 22.4485 55.7842 22.0509C55.8118 21.6145 55.4709 21.2407 55.0224 21.2139Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M55.0224 16.9272H33.2135C32.8035 16.9511 32.4763 17.2683 32.4518 17.6659C32.4241 18.1008 32.7651 18.4761 33.2135 18.5029H55.0224C55.4325 18.4791 55.7596 18.1619 55.7842 17.7642C55.8118 17.3279 55.4709 16.9541 55.0224 16.9272Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M55.0224 25.5H33.2135C32.8035 25.5238 32.4763 25.841 32.4518 26.2387C32.4241 26.6736 32.7651 27.0489 33.2135 27.0757H55.0224C55.4325 27.0519 55.7596 26.7346 55.7842 26.337C55.8118 25.9006 55.4709 25.5268 55.0224 25.5Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1689
1689
  }], propDecorators: { fillColor: [{
@@ -1694,9 +1694,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1694
1694
 
1695
1695
  class MonkeyIconPersonSadComponent {
1696
1696
  }
1697
- MonkeyIconPersonSadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconPersonSadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1698
- MonkeyIconPersonSadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconPersonSadComponent, selector: "monkey-icon-person-sad", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M27.9998 51.3333C40.8865 51.3333 51.3332 40.8866 51.3332 28C51.3332 15.1133 40.8865 4.66663 27.9998 4.66663C15.1132 4.66663 4.6665 15.1133 4.6665 28C4.6665 40.8866 15.1132 51.3333 27.9998 51.3333Z\" stroke=\"#FA3838\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M37.3332 37.3333C37.3332 37.3333 33.8332 32.6666 27.9998 32.6666C22.1665 32.6666 18.6665 37.3333 18.6665 37.3333\" stroke=\"#FA3838\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M21 21H21.0233\" stroke=\"#FA3838\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M35 21H35.0233\" stroke=\"#FA3838\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1699
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconPersonSadComponent, decorators: [{
1697
+ MonkeyIconPersonSadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPersonSadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1698
+ MonkeyIconPersonSadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconPersonSadComponent, selector: "monkey-icon-person-sad", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M27.9998 51.3333C40.8865 51.3333 51.3332 40.8866 51.3332 28C51.3332 15.1133 40.8865 4.66663 27.9998 4.66663C15.1132 4.66663 4.6665 15.1133 4.6665 28C4.6665 40.8866 15.1132 51.3333 27.9998 51.3333Z\" stroke=\"#FA3838\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M37.3332 37.3333C37.3332 37.3333 33.8332 32.6666 27.9998 32.6666C22.1665 32.6666 18.6665 37.3333 18.6665 37.3333\" stroke=\"#FA3838\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M21 21H21.0233\" stroke=\"#FA3838\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M35 21H35.0233\" stroke=\"#FA3838\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1699
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPersonSadComponent, decorators: [{
1700
1700
  type: Component,
1701
1701
  args: [{ selector: 'monkey-icon-person-sad', template: "<svg width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M27.9998 51.3333C40.8865 51.3333 51.3332 40.8866 51.3332 28C51.3332 15.1133 40.8865 4.66663 27.9998 4.66663C15.1132 4.66663 4.6665 15.1133 4.6665 28C4.6665 40.8866 15.1132 51.3333 27.9998 51.3333Z\" stroke=\"#FA3838\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M37.3332 37.3333C37.3332 37.3333 33.8332 32.6666 27.9998 32.6666C22.1665 32.6666 18.6665 37.3333 18.6665 37.3333\" stroke=\"#FA3838\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M21 21H21.0233\" stroke=\"#FA3838\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M35 21H35.0233\" stroke=\"#FA3838\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1702
1702
  }], propDecorators: { fillColor: [{
@@ -1707,9 +1707,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1707
1707
 
1708
1708
  class MonkeyIconPhoneComponent {
1709
1709
  }
1710
- MonkeyIconPhoneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconPhoneComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1711
- MonkeyIconPhoneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconPhoneComponent, selector: "monkey-icon-phone", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M29.3339 22.56V26.56C29.3354 26.9313 29.2593 27.2989 29.1106 27.6391C28.9618 27.9793 28.7436 28.2848 28.47 28.5358C28.1964 28.7868 27.8733 28.9779 27.5216 29.0969C27.1698 29.2159 26.7971 29.2601 26.4272 29.2266C22.3243 28.7808 18.3832 27.3788 14.9206 25.1333C11.699 23.0862 8.96768 20.3549 6.92056 17.1333C4.6672 13.6549 3.26489 9.69463 2.82723 5.5733C2.79391 5.20459 2.83773 4.83298 2.9559 4.48213C3.07406 4.13128 3.26399 3.80889 3.51358 3.53546C3.76318 3.26204 4.06697 3.04358 4.40562 2.894C4.74426 2.74441 5.11035 2.66698 5.48056 2.66663H9.48056C10.1276 2.66026 10.755 2.8894 11.2456 3.31134C11.7362 3.73328 12.0567 4.31923 12.1472 4.95997C12.3161 6.24006 12.6292 7.49694 13.0806 8.70663C13.26 9.18387 13.2988 9.70252 13.1924 10.2011C13.0861 10.6998 12.839 11.1574 12.4806 11.52L10.7872 13.2133C12.6853 16.5514 15.4492 19.3152 18.7872 21.2133L20.4806 19.52C20.8431 19.1615 21.3008 18.9144 21.7994 18.8081C22.298 18.7018 22.8167 18.7406 23.2939 18.92C24.5036 19.3714 25.7605 19.6845 27.0406 19.8533C27.6883 19.9447 28.2798 20.2709 28.7026 20.77C29.1254 21.269 29.3501 21.9061 29.3339 22.56Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1712
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconPhoneComponent, decorators: [{
1710
+ MonkeyIconPhoneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPhoneComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1711
+ MonkeyIconPhoneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconPhoneComponent, selector: "monkey-icon-phone", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M29.3339 22.56V26.56C29.3354 26.9313 29.2593 27.2989 29.1106 27.6391C28.9618 27.9793 28.7436 28.2848 28.47 28.5358C28.1964 28.7868 27.8733 28.9779 27.5216 29.0969C27.1698 29.2159 26.7971 29.2601 26.4272 29.2266C22.3243 28.7808 18.3832 27.3788 14.9206 25.1333C11.699 23.0862 8.96768 20.3549 6.92056 17.1333C4.6672 13.6549 3.26489 9.69463 2.82723 5.5733C2.79391 5.20459 2.83773 4.83298 2.9559 4.48213C3.07406 4.13128 3.26399 3.80889 3.51358 3.53546C3.76318 3.26204 4.06697 3.04358 4.40562 2.894C4.74426 2.74441 5.11035 2.66698 5.48056 2.66663H9.48056C10.1276 2.66026 10.755 2.8894 11.2456 3.31134C11.7362 3.73328 12.0567 4.31923 12.1472 4.95997C12.3161 6.24006 12.6292 7.49694 13.0806 8.70663C13.26 9.18387 13.2988 9.70252 13.1924 10.2011C13.0861 10.6998 12.839 11.1574 12.4806 11.52L10.7872 13.2133C12.6853 16.5514 15.4492 19.3152 18.7872 21.2133L20.4806 19.52C20.8431 19.1615 21.3008 18.9144 21.7994 18.8081C22.298 18.7018 22.8167 18.7406 23.2939 18.92C24.5036 19.3714 25.7605 19.6845 27.0406 19.8533C27.6883 19.9447 28.2798 20.2709 28.7026 20.77C29.1254 21.269 29.3501 21.9061 29.3339 22.56Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1712
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPhoneComponent, decorators: [{
1713
1713
  type: Component,
1714
1714
  args: [{ selector: 'monkey-icon-phone', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M29.3339 22.56V26.56C29.3354 26.9313 29.2593 27.2989 29.1106 27.6391C28.9618 27.9793 28.7436 28.2848 28.47 28.5358C28.1964 28.7868 27.8733 28.9779 27.5216 29.0969C27.1698 29.2159 26.7971 29.2601 26.4272 29.2266C22.3243 28.7808 18.3832 27.3788 14.9206 25.1333C11.699 23.0862 8.96768 20.3549 6.92056 17.1333C4.6672 13.6549 3.26489 9.69463 2.82723 5.5733C2.79391 5.20459 2.83773 4.83298 2.9559 4.48213C3.07406 4.13128 3.26399 3.80889 3.51358 3.53546C3.76318 3.26204 4.06697 3.04358 4.40562 2.894C4.74426 2.74441 5.11035 2.66698 5.48056 2.66663H9.48056C10.1276 2.66026 10.755 2.8894 11.2456 3.31134C11.7362 3.73328 12.0567 4.31923 12.1472 4.95997C12.3161 6.24006 12.6292 7.49694 13.0806 8.70663C13.26 9.18387 13.2988 9.70252 13.1924 10.2011C13.0861 10.6998 12.839 11.1574 12.4806 11.52L10.7872 13.2133C12.6853 16.5514 15.4492 19.3152 18.7872 21.2133L20.4806 19.52C20.8431 19.1615 21.3008 18.9144 21.7994 18.8081C22.298 18.7018 22.8167 18.7406 23.2939 18.92C24.5036 19.3714 25.7605 19.6845 27.0406 19.8533C27.6883 19.9447 28.2798 20.2709 28.7026 20.77C29.1254 21.269 29.3501 21.9061 29.3339 22.56Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1715
1715
  }], propDecorators: { fillColor: [{
@@ -1720,9 +1720,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1720
1720
 
1721
1721
  class MonkeyIconPorkComponent {
1722
1722
  }
1723
- MonkeyIconPorkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconPorkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1724
- MonkeyIconPorkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconPorkComponent, selector: "monkey-icon-pork", 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=\"M8.76432 4.65334C7.8261 4.47001 6.85543 4.55 5.95988 4.88445C5.91639 4.90167 5.87673 4.92728 5.84315 4.95983C5.80956 4.99238 5.78272 5.03122 5.76415 5.07414C5.72664 5.16083 5.7251 5.25886 5.75988 5.34668C5.79465 5.43449 5.86288 5.5049 5.94957 5.54241C6.03625 5.57991 6.13428 5.58145 6.2221 5.54668C6.9932 5.25512 7.82964 5.18132 8.63988 5.33334C8.68737 5.34584 8.73694 5.34837 8.78546 5.34076C8.83398 5.33315 8.8804 5.31557 8.92178 5.28913C8.96317 5.26269 8.99863 5.22796 9.02593 5.18714C9.05323 5.14631 9.07178 5.10027 9.0804 5.05192C9.08903 5.00357 9.08754 4.95396 9.07604 4.90621C9.06453 4.85847 9.04326 4.81362 9.01356 4.77451C8.98387 4.73539 8.94639 4.70285 8.90349 4.67893C8.8606 4.65502 8.81321 4.64025 8.76432 4.63556V4.65334Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M11.2802 8.03111C11.6141 8.03111 11.8847 7.76049 11.8847 7.42666C11.8847 7.09284 11.6141 6.82222 11.2802 6.82222C10.9464 6.82222 10.6758 7.09284 10.6758 7.42666C10.6758 7.76049 10.9464 8.03111 11.2802 8.03111Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M15.7822 8.27999C15.741 8.21905 15.6854 8.16928 15.6202 8.13515C15.5551 8.10102 15.4824 8.08359 15.4089 8.08443C15.0498 8.03459 14.7204 7.85805 14.48 7.58666C14.0175 7.08108 13.6244 6.51611 13.3111 5.90666L14.5911 3.90666C14.6688 3.79076 14.7164 3.65733 14.7296 3.51844C14.7427 3.37954 14.7211 3.23955 14.6667 3.1111C14.6121 2.99424 14.5297 2.89259 14.4266 2.81509C14.3235 2.73758 14.203 2.68661 14.0756 2.66666C13.2616 2.55696 12.4331 2.67224 11.68 2.99999C11.2484 3.1901 10.8423 3.43347 10.4711 3.72443C9.74417 3.39847 8.97009 3.18995 8.17778 3.10666C5.02667 2.79999 2.14667 4.84443 1.77778 7.55555C1.63401 7.49087 1.50526 7.39703 1.39968 7.27997C1.2941 7.16292 1.21399 7.0252 1.16444 6.87555C1.13275 6.77293 1.12193 6.66501 1.13262 6.55814C1.14331 6.45128 1.17528 6.34763 1.22667 6.25332C1.27274 6.17414 1.3386 6.10829 1.41778 6.06221C1.47176 6.02953 1.51879 5.98653 1.55616 5.93567C1.59353 5.88482 1.62051 5.8271 1.63558 5.76581C1.65064 5.70452 1.65349 5.64087 1.64395 5.57848C1.63441 5.5161 1.61268 5.4562 1.58 5.40221C1.54731 5.34822 1.50432 5.3012 1.45346 5.26383C1.4026 5.22646 1.34488 5.19947 1.2836 5.18441C1.22231 5.16935 1.15866 5.1665 1.09627 5.17604C1.03388 5.18557 0.973987 5.20731 0.919999 5.23999C0.704853 5.37205 0.527308 5.55724 0.404444 5.77777C0.290214 5.98473 0.218406 6.21239 0.193223 6.44744C0.168039 6.68249 0.189985 6.92019 0.257777 7.14666C0.341221 7.42108 0.479597 7.67567 0.664494 7.89495C0.849392 8.11422 1.07695 8.29361 1.33333 8.42221L1.74222 8.62666C1.7933 9.70855 2.06876 10.768 2.55111 11.7378L2.62667 11.9067C3.01215 12.7219 3.50383 13.4826 4.08889 14.1689C4.13054 14.2163 4.1818 14.2543 4.23928 14.2803C4.29675 14.3064 4.35912 14.3199 4.42222 14.32H6.43111C6.5039 14.3196 6.57549 14.3014 6.63959 14.2669C6.70368 14.2324 6.75832 14.1827 6.7987 14.1221C6.83908 14.0615 6.86396 13.992 6.87116 13.9195C6.87836 13.8471 6.86766 13.774 6.84 13.7067L6.66667 13.3067L7.19111 13.3644C7.78226 13.4229 8.37774 13.4229 8.96889 13.3644C9.13333 13.6311 9.31111 13.8978 9.50667 14.16C9.5476 14.216 9.60107 14.2617 9.66281 14.2933C9.72456 14.3249 9.79285 14.3417 9.86222 14.3422H11.7911C11.8645 14.3422 11.9367 14.3239 12.0013 14.2892C12.0659 14.2544 12.1209 14.2042 12.1614 14.1431C12.2019 14.0819 12.2266 14.0117 12.2333 13.9386C12.2401 13.8656 12.2286 13.792 12.2 13.7244C12.1244 13.5467 12.0489 13.3555 11.9911 13.1911C11.9111 12.9555 11.8489 12.7467 11.8 12.5467C12.2908 12.2817 12.7413 11.9479 13.1378 11.5555C13.5806 11.6091 14.0283 11.6091 14.4711 11.5555C14.5479 11.5439 14.6204 11.5124 14.6812 11.464C14.742 11.4157 14.7891 11.3522 14.8178 11.28L15.8222 8.69777C15.8505 8.63022 15.8616 8.55674 15.8546 8.48386C15.8477 8.41098 15.8228 8.34094 15.7822 8.27999ZM14.1022 10.6978C13.7533 10.7176 13.4033 10.7012 13.0578 10.6489C12.6643 10.5824 12.2845 10.4518 11.9333 10.2622C11.8293 10.2106 11.7093 10.2018 11.5989 10.2376C11.4885 10.2734 11.3964 10.3509 11.3425 10.4537C11.2885 10.5564 11.2768 10.6762 11.31 10.7874C11.3432 10.8987 11.4185 10.9925 11.52 11.0489C11.7057 11.1463 11.8972 11.2324 12.0933 11.3067C11.851 11.5136 11.5819 11.687 11.2933 11.8222L10.8222 12.0355C10.8222 12.0355 11.04 13.0089 11.1867 13.44H10.1289C10.0222 13.2889 9.48444 12.3911 9.48444 12.3911L9.18667 12.4311C8.56117 12.5213 7.92737 12.5392 7.29778 12.4844C7.00444 12.4578 6.51555 12.3955 6.13333 12.3289L5.44444 12.2089C5.44444 12.2089 5.72444 13.2889 5.77778 13.4267H4.63111C4.16271 12.8531 3.76573 12.2248 3.44889 11.5555L3.36889 11.3822C2.79142 10.2706 2.54756 9.01583 2.66667 7.76888C2.90667 5.46221 5.38667 3.71999 8.08444 3.97332C8.86923 4.0613 9.63299 4.28381 10.3422 4.6311L10.6178 4.75999L10.84 4.5511C11.1861 4.24185 11.5772 3.98708 12 3.79555C12.5594 3.55294 13.1704 3.45365 13.7778 3.50666L12.2756 5.85777L12.3867 6.07999C12.7748 6.86182 13.27 7.58581 13.8578 8.2311C14.1308 8.49794 14.4541 8.70792 14.8089 8.84888L14.1022 10.6978Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1725
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconPorkComponent, decorators: [{
1723
+ MonkeyIconPorkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPorkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1724
+ MonkeyIconPorkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconPorkComponent, selector: "monkey-icon-pork", 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=\"M8.76432 4.65334C7.8261 4.47001 6.85543 4.55 5.95988 4.88445C5.91639 4.90167 5.87673 4.92728 5.84315 4.95983C5.80956 4.99238 5.78272 5.03122 5.76415 5.07414C5.72664 5.16083 5.7251 5.25886 5.75988 5.34668C5.79465 5.43449 5.86288 5.5049 5.94957 5.54241C6.03625 5.57991 6.13428 5.58145 6.2221 5.54668C6.9932 5.25512 7.82964 5.18132 8.63988 5.33334C8.68737 5.34584 8.73694 5.34837 8.78546 5.34076C8.83398 5.33315 8.8804 5.31557 8.92178 5.28913C8.96317 5.26269 8.99863 5.22796 9.02593 5.18714C9.05323 5.14631 9.07178 5.10027 9.0804 5.05192C9.08903 5.00357 9.08754 4.95396 9.07604 4.90621C9.06453 4.85847 9.04326 4.81362 9.01356 4.77451C8.98387 4.73539 8.94639 4.70285 8.90349 4.67893C8.8606 4.65502 8.81321 4.64025 8.76432 4.63556V4.65334Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M11.2802 8.03111C11.6141 8.03111 11.8847 7.76049 11.8847 7.42666C11.8847 7.09284 11.6141 6.82222 11.2802 6.82222C10.9464 6.82222 10.6758 7.09284 10.6758 7.42666C10.6758 7.76049 10.9464 8.03111 11.2802 8.03111Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M15.7822 8.27999C15.741 8.21905 15.6854 8.16928 15.6202 8.13515C15.5551 8.10102 15.4824 8.08359 15.4089 8.08443C15.0498 8.03459 14.7204 7.85805 14.48 7.58666C14.0175 7.08108 13.6244 6.51611 13.3111 5.90666L14.5911 3.90666C14.6688 3.79076 14.7164 3.65733 14.7296 3.51844C14.7427 3.37954 14.7211 3.23955 14.6667 3.1111C14.6121 2.99424 14.5297 2.89259 14.4266 2.81509C14.3235 2.73758 14.203 2.68661 14.0756 2.66666C13.2616 2.55696 12.4331 2.67224 11.68 2.99999C11.2484 3.1901 10.8423 3.43347 10.4711 3.72443C9.74417 3.39847 8.97009 3.18995 8.17778 3.10666C5.02667 2.79999 2.14667 4.84443 1.77778 7.55555C1.63401 7.49087 1.50526 7.39703 1.39968 7.27997C1.2941 7.16292 1.21399 7.0252 1.16444 6.87555C1.13275 6.77293 1.12193 6.66501 1.13262 6.55814C1.14331 6.45128 1.17528 6.34763 1.22667 6.25332C1.27274 6.17414 1.3386 6.10829 1.41778 6.06221C1.47176 6.02953 1.51879 5.98653 1.55616 5.93567C1.59353 5.88482 1.62051 5.8271 1.63558 5.76581C1.65064 5.70452 1.65349 5.64087 1.64395 5.57848C1.63441 5.5161 1.61268 5.4562 1.58 5.40221C1.54731 5.34822 1.50432 5.3012 1.45346 5.26383C1.4026 5.22646 1.34488 5.19947 1.2836 5.18441C1.22231 5.16935 1.15866 5.1665 1.09627 5.17604C1.03388 5.18557 0.973987 5.20731 0.919999 5.23999C0.704853 5.37205 0.527308 5.55724 0.404444 5.77777C0.290214 5.98473 0.218406 6.21239 0.193223 6.44744C0.168039 6.68249 0.189985 6.92019 0.257777 7.14666C0.341221 7.42108 0.479597 7.67567 0.664494 7.89495C0.849392 8.11422 1.07695 8.29361 1.33333 8.42221L1.74222 8.62666C1.7933 9.70855 2.06876 10.768 2.55111 11.7378L2.62667 11.9067C3.01215 12.7219 3.50383 13.4826 4.08889 14.1689C4.13054 14.2163 4.1818 14.2543 4.23928 14.2803C4.29675 14.3064 4.35912 14.3199 4.42222 14.32H6.43111C6.5039 14.3196 6.57549 14.3014 6.63959 14.2669C6.70368 14.2324 6.75832 14.1827 6.7987 14.1221C6.83908 14.0615 6.86396 13.992 6.87116 13.9195C6.87836 13.8471 6.86766 13.774 6.84 13.7067L6.66667 13.3067L7.19111 13.3644C7.78226 13.4229 8.37774 13.4229 8.96889 13.3644C9.13333 13.6311 9.31111 13.8978 9.50667 14.16C9.5476 14.216 9.60107 14.2617 9.66281 14.2933C9.72456 14.3249 9.79285 14.3417 9.86222 14.3422H11.7911C11.8645 14.3422 11.9367 14.3239 12.0013 14.2892C12.0659 14.2544 12.1209 14.2042 12.1614 14.1431C12.2019 14.0819 12.2266 14.0117 12.2333 13.9386C12.2401 13.8656 12.2286 13.792 12.2 13.7244C12.1244 13.5467 12.0489 13.3555 11.9911 13.1911C11.9111 12.9555 11.8489 12.7467 11.8 12.5467C12.2908 12.2817 12.7413 11.9479 13.1378 11.5555C13.5806 11.6091 14.0283 11.6091 14.4711 11.5555C14.5479 11.5439 14.6204 11.5124 14.6812 11.464C14.742 11.4157 14.7891 11.3522 14.8178 11.28L15.8222 8.69777C15.8505 8.63022 15.8616 8.55674 15.8546 8.48386C15.8477 8.41098 15.8228 8.34094 15.7822 8.27999ZM14.1022 10.6978C13.7533 10.7176 13.4033 10.7012 13.0578 10.6489C12.6643 10.5824 12.2845 10.4518 11.9333 10.2622C11.8293 10.2106 11.7093 10.2018 11.5989 10.2376C11.4885 10.2734 11.3964 10.3509 11.3425 10.4537C11.2885 10.5564 11.2768 10.6762 11.31 10.7874C11.3432 10.8987 11.4185 10.9925 11.52 11.0489C11.7057 11.1463 11.8972 11.2324 12.0933 11.3067C11.851 11.5136 11.5819 11.687 11.2933 11.8222L10.8222 12.0355C10.8222 12.0355 11.04 13.0089 11.1867 13.44H10.1289C10.0222 13.2889 9.48444 12.3911 9.48444 12.3911L9.18667 12.4311C8.56117 12.5213 7.92737 12.5392 7.29778 12.4844C7.00444 12.4578 6.51555 12.3955 6.13333 12.3289L5.44444 12.2089C5.44444 12.2089 5.72444 13.2889 5.77778 13.4267H4.63111C4.16271 12.8531 3.76573 12.2248 3.44889 11.5555L3.36889 11.3822C2.79142 10.2706 2.54756 9.01583 2.66667 7.76888C2.90667 5.46221 5.38667 3.71999 8.08444 3.97332C8.86923 4.0613 9.63299 4.28381 10.3422 4.6311L10.6178 4.75999L10.84 4.5511C11.1861 4.24185 11.5772 3.98708 12 3.79555C12.5594 3.55294 13.1704 3.45365 13.7778 3.50666L12.2756 5.85777L12.3867 6.07999C12.7748 6.86182 13.27 7.58581 13.8578 8.2311C14.1308 8.49794 14.4541 8.70792 14.8089 8.84888L14.1022 10.6978Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1725
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPorkComponent, decorators: [{
1726
1726
  type: Component,
1727
1727
  args: [{ selector: 'monkey-icon-pork', 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=\"M8.76432 4.65334C7.8261 4.47001 6.85543 4.55 5.95988 4.88445C5.91639 4.90167 5.87673 4.92728 5.84315 4.95983C5.80956 4.99238 5.78272 5.03122 5.76415 5.07414C5.72664 5.16083 5.7251 5.25886 5.75988 5.34668C5.79465 5.43449 5.86288 5.5049 5.94957 5.54241C6.03625 5.57991 6.13428 5.58145 6.2221 5.54668C6.9932 5.25512 7.82964 5.18132 8.63988 5.33334C8.68737 5.34584 8.73694 5.34837 8.78546 5.34076C8.83398 5.33315 8.8804 5.31557 8.92178 5.28913C8.96317 5.26269 8.99863 5.22796 9.02593 5.18714C9.05323 5.14631 9.07178 5.10027 9.0804 5.05192C9.08903 5.00357 9.08754 4.95396 9.07604 4.90621C9.06453 4.85847 9.04326 4.81362 9.01356 4.77451C8.98387 4.73539 8.94639 4.70285 8.90349 4.67893C8.8606 4.65502 8.81321 4.64025 8.76432 4.63556V4.65334Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M11.2802 8.03111C11.6141 8.03111 11.8847 7.76049 11.8847 7.42666C11.8847 7.09284 11.6141 6.82222 11.2802 6.82222C10.9464 6.82222 10.6758 7.09284 10.6758 7.42666C10.6758 7.76049 10.9464 8.03111 11.2802 8.03111Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M15.7822 8.27999C15.741 8.21905 15.6854 8.16928 15.6202 8.13515C15.5551 8.10102 15.4824 8.08359 15.4089 8.08443C15.0498 8.03459 14.7204 7.85805 14.48 7.58666C14.0175 7.08108 13.6244 6.51611 13.3111 5.90666L14.5911 3.90666C14.6688 3.79076 14.7164 3.65733 14.7296 3.51844C14.7427 3.37954 14.7211 3.23955 14.6667 3.1111C14.6121 2.99424 14.5297 2.89259 14.4266 2.81509C14.3235 2.73758 14.203 2.68661 14.0756 2.66666C13.2616 2.55696 12.4331 2.67224 11.68 2.99999C11.2484 3.1901 10.8423 3.43347 10.4711 3.72443C9.74417 3.39847 8.97009 3.18995 8.17778 3.10666C5.02667 2.79999 2.14667 4.84443 1.77778 7.55555C1.63401 7.49087 1.50526 7.39703 1.39968 7.27997C1.2941 7.16292 1.21399 7.0252 1.16444 6.87555C1.13275 6.77293 1.12193 6.66501 1.13262 6.55814C1.14331 6.45128 1.17528 6.34763 1.22667 6.25332C1.27274 6.17414 1.3386 6.10829 1.41778 6.06221C1.47176 6.02953 1.51879 5.98653 1.55616 5.93567C1.59353 5.88482 1.62051 5.8271 1.63558 5.76581C1.65064 5.70452 1.65349 5.64087 1.64395 5.57848C1.63441 5.5161 1.61268 5.4562 1.58 5.40221C1.54731 5.34822 1.50432 5.3012 1.45346 5.26383C1.4026 5.22646 1.34488 5.19947 1.2836 5.18441C1.22231 5.16935 1.15866 5.1665 1.09627 5.17604C1.03388 5.18557 0.973987 5.20731 0.919999 5.23999C0.704853 5.37205 0.527308 5.55724 0.404444 5.77777C0.290214 5.98473 0.218406 6.21239 0.193223 6.44744C0.168039 6.68249 0.189985 6.92019 0.257777 7.14666C0.341221 7.42108 0.479597 7.67567 0.664494 7.89495C0.849392 8.11422 1.07695 8.29361 1.33333 8.42221L1.74222 8.62666C1.7933 9.70855 2.06876 10.768 2.55111 11.7378L2.62667 11.9067C3.01215 12.7219 3.50383 13.4826 4.08889 14.1689C4.13054 14.2163 4.1818 14.2543 4.23928 14.2803C4.29675 14.3064 4.35912 14.3199 4.42222 14.32H6.43111C6.5039 14.3196 6.57549 14.3014 6.63959 14.2669C6.70368 14.2324 6.75832 14.1827 6.7987 14.1221C6.83908 14.0615 6.86396 13.992 6.87116 13.9195C6.87836 13.8471 6.86766 13.774 6.84 13.7067L6.66667 13.3067L7.19111 13.3644C7.78226 13.4229 8.37774 13.4229 8.96889 13.3644C9.13333 13.6311 9.31111 13.8978 9.50667 14.16C9.5476 14.216 9.60107 14.2617 9.66281 14.2933C9.72456 14.3249 9.79285 14.3417 9.86222 14.3422H11.7911C11.8645 14.3422 11.9367 14.3239 12.0013 14.2892C12.0659 14.2544 12.1209 14.2042 12.1614 14.1431C12.2019 14.0819 12.2266 14.0117 12.2333 13.9386C12.2401 13.8656 12.2286 13.792 12.2 13.7244C12.1244 13.5467 12.0489 13.3555 11.9911 13.1911C11.9111 12.9555 11.8489 12.7467 11.8 12.5467C12.2908 12.2817 12.7413 11.9479 13.1378 11.5555C13.5806 11.6091 14.0283 11.6091 14.4711 11.5555C14.5479 11.5439 14.6204 11.5124 14.6812 11.464C14.742 11.4157 14.7891 11.3522 14.8178 11.28L15.8222 8.69777C15.8505 8.63022 15.8616 8.55674 15.8546 8.48386C15.8477 8.41098 15.8228 8.34094 15.7822 8.27999ZM14.1022 10.6978C13.7533 10.7176 13.4033 10.7012 13.0578 10.6489C12.6643 10.5824 12.2845 10.4518 11.9333 10.2622C11.8293 10.2106 11.7093 10.2018 11.5989 10.2376C11.4885 10.2734 11.3964 10.3509 11.3425 10.4537C11.2885 10.5564 11.2768 10.6762 11.31 10.7874C11.3432 10.8987 11.4185 10.9925 11.52 11.0489C11.7057 11.1463 11.8972 11.2324 12.0933 11.3067C11.851 11.5136 11.5819 11.687 11.2933 11.8222L10.8222 12.0355C10.8222 12.0355 11.04 13.0089 11.1867 13.44H10.1289C10.0222 13.2889 9.48444 12.3911 9.48444 12.3911L9.18667 12.4311C8.56117 12.5213 7.92737 12.5392 7.29778 12.4844C7.00444 12.4578 6.51555 12.3955 6.13333 12.3289L5.44444 12.2089C5.44444 12.2089 5.72444 13.2889 5.77778 13.4267H4.63111C4.16271 12.8531 3.76573 12.2248 3.44889 11.5555L3.36889 11.3822C2.79142 10.2706 2.54756 9.01583 2.66667 7.76888C2.90667 5.46221 5.38667 3.71999 8.08444 3.97332C8.86923 4.0613 9.63299 4.28381 10.3422 4.6311L10.6178 4.75999L10.84 4.5511C11.1861 4.24185 11.5772 3.98708 12 3.79555C12.5594 3.55294 13.1704 3.45365 13.7778 3.50666L12.2756 5.85777L12.3867 6.07999C12.7748 6.86182 13.27 7.58581 13.8578 8.2311C14.1308 8.49794 14.4541 8.70792 14.8089 8.84888L14.1022 10.6978Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1728
1728
  }], propDecorators: { fillColor: [{
@@ -1733,9 +1733,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1733
1733
 
1734
1734
  class MonkeyIconRadioComponent {
1735
1735
  }
1736
- MonkeyIconRadioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconRadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1737
- MonkeyIconRadioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconRadioComponent, selector: "monkey-icon-radio", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M20.0003 23.3332C21.8413 23.3332 23.3337 21.8408 23.3337 19.9998C23.3337 18.1589 21.8413 16.6665 20.0003 16.6665C18.1594 16.6665 16.667 18.1589 16.667 19.9998C16.667 21.8408 18.1594 23.3332 20.0003 23.3332Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M27.0667 12.9335C27.9965 13.8622 28.734 14.9651 29.2373 16.1791C29.7405 17.393 29.9996 18.6943 29.9996 20.0085C29.9996 21.3226 29.7405 22.6239 29.2373 23.8379C28.734 25.0518 27.9965 26.1547 27.0667 27.0835M12.9334 27.0668C12.0036 26.1381 11.266 25.0352 10.7628 23.8212C10.2595 22.6072 10.0005 21.306 10.0005 19.9918C10.0005 18.6776 10.2595 17.3764 10.7628 16.1624C11.266 14.9484 12.0036 13.8455 12.9334 12.9168M31.7834 8.2168C34.9079 11.3423 36.6631 15.5807 36.6631 20.0001C36.6631 24.4195 34.9079 28.658 31.7834 31.7835M8.21669 31.7835C5.09217 28.658 3.33691 24.4195 3.33691 20.0001C3.33691 15.5807 5.09217 11.3423 8.21669 8.2168\" stroke=\"#0273E8\" stroke-width=\"2\" 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: MonkeyIconRadioComponent, decorators: [{
1736
+ MonkeyIconRadioComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconRadioComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1737
+ MonkeyIconRadioComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconRadioComponent, selector: "monkey-icon-radio", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M20.0003 23.3332C21.8413 23.3332 23.3337 21.8408 23.3337 19.9998C23.3337 18.1589 21.8413 16.6665 20.0003 16.6665C18.1594 16.6665 16.667 18.1589 16.667 19.9998C16.667 21.8408 18.1594 23.3332 20.0003 23.3332Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M27.0667 12.9335C27.9965 13.8622 28.734 14.9651 29.2373 16.1791C29.7405 17.393 29.9996 18.6943 29.9996 20.0085C29.9996 21.3226 29.7405 22.6239 29.2373 23.8379C28.734 25.0518 27.9965 26.1547 27.0667 27.0835M12.9334 27.0668C12.0036 26.1381 11.266 25.0352 10.7628 23.8212C10.2595 22.6072 10.0005 21.306 10.0005 19.9918C10.0005 18.6776 10.2595 17.3764 10.7628 16.1624C11.266 14.9484 12.0036 13.8455 12.9334 12.9168M31.7834 8.2168C34.9079 11.3423 36.6631 15.5807 36.6631 20.0001C36.6631 24.4195 34.9079 28.658 31.7834 31.7835M8.21669 31.7835C5.09217 28.658 3.33691 24.4195 3.33691 20.0001C3.33691 15.5807 5.09217 11.3423 8.21669 8.2168\" stroke=\"#0273E8\" stroke-width=\"2\" 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.3.11", ngImport: i0, type: MonkeyIconRadioComponent, decorators: [{
1739
1739
  type: Component,
1740
1740
  args: [{ selector: 'monkey-icon-radio', template: "<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M20.0003 23.3332C21.8413 23.3332 23.3337 21.8408 23.3337 19.9998C23.3337 18.1589 21.8413 16.6665 20.0003 16.6665C18.1594 16.6665 16.667 18.1589 16.667 19.9998C16.667 21.8408 18.1594 23.3332 20.0003 23.3332Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M27.0667 12.9335C27.9965 13.8622 28.734 14.9651 29.2373 16.1791C29.7405 17.393 29.9996 18.6943 29.9996 20.0085C29.9996 21.3226 29.7405 22.6239 29.2373 23.8379C28.734 25.0518 27.9965 26.1547 27.0667 27.0835M12.9334 27.0668C12.0036 26.1381 11.266 25.0352 10.7628 23.8212C10.2595 22.6072 10.0005 21.306 10.0005 19.9918C10.0005 18.6776 10.2595 17.3764 10.7628 16.1624C11.266 14.9484 12.0036 13.8455 12.9334 12.9168M31.7834 8.2168C34.9079 11.3423 36.6631 15.5807 36.6631 20.0001C36.6631 24.4195 34.9079 28.658 31.7834 31.7835M8.21669 31.7835C5.09217 28.658 3.33691 24.4195 3.33691 20.0001C3.33691 15.5807 5.09217 11.3423 8.21669 8.2168\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1741
1741
  }], propDecorators: { fillColor: [{
@@ -1746,9 +1746,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1746
1746
 
1747
1747
  class MonkeyIconRefreshComponent {
1748
1748
  }
1749
- MonkeyIconRefreshComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconRefreshComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1750
- MonkeyIconRefreshComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconRefreshComponent, selector: "monkey-icon-refresh", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"18\" height=\"16\" viewBox=\"0 0 18 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M1.5 2.2207V6.55518H5.59091\" stroke=\"#0273E8\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.5 13.7793V9.44482H12.4091\" stroke=\"#0273E8\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.7886 5.83276C14.4428 4.79739 13.8551 3.87171 13.0804 3.14208C12.3056 2.41246 11.369 1.90267 10.358 1.6603C9.34697 1.41792 8.29449 1.45086 7.29873 1.75603C6.30298 2.0612 5.39642 2.62866 4.66364 3.40546L1.5 6.55518M16.5 9.44482L13.3364 12.5945C12.6036 13.3713 11.697 13.9388 10.7013 14.244C9.70551 14.5491 8.65303 14.5821 7.64201 14.3397C6.631 14.0973 5.69441 13.5875 4.91964 12.8579C4.14486 12.1283 3.55716 11.2026 3.21136 10.1672\" stroke=\"#0273E8\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1751
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconRefreshComponent, decorators: [{
1749
+ MonkeyIconRefreshComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconRefreshComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1750
+ MonkeyIconRefreshComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconRefreshComponent, selector: "monkey-icon-refresh", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"18\" height=\"16\" viewBox=\"0 0 18 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M1.5 2.2207V6.55518H5.59091\" stroke=\"#0273E8\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.5 13.7793V9.44482H12.4091\" stroke=\"#0273E8\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.7886 5.83276C14.4428 4.79739 13.8551 3.87171 13.0804 3.14208C12.3056 2.41246 11.369 1.90267 10.358 1.6603C9.34697 1.41792 8.29449 1.45086 7.29873 1.75603C6.30298 2.0612 5.39642 2.62866 4.66364 3.40546L1.5 6.55518M16.5 9.44482L13.3364 12.5945C12.6036 13.3713 11.697 13.9388 10.7013 14.244C9.70551 14.5491 8.65303 14.5821 7.64201 14.3397C6.631 14.0973 5.69441 13.5875 4.91964 12.8579C4.14486 12.1283 3.55716 11.2026 3.21136 10.1672\" stroke=\"#0273E8\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1751
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconRefreshComponent, decorators: [{
1752
1752
  type: Component,
1753
1753
  args: [{ selector: 'monkey-icon-refresh', template: "<svg width=\"18\" height=\"16\" viewBox=\"0 0 18 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M1.5 2.2207V6.55518H5.59091\" stroke=\"#0273E8\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.5 13.7793V9.44482H12.4091\" stroke=\"#0273E8\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.7886 5.83276C14.4428 4.79739 13.8551 3.87171 13.0804 3.14208C12.3056 2.41246 11.369 1.90267 10.358 1.6603C9.34697 1.41792 8.29449 1.45086 7.29873 1.75603C6.30298 2.0612 5.39642 2.62866 4.66364 3.40546L1.5 6.55518M16.5 9.44482L13.3364 12.5945C12.6036 13.3713 11.697 13.9388 10.7013 14.244C9.70551 14.5491 8.65303 14.5821 7.64201 14.3397C6.631 14.0973 5.69441 13.5875 4.91964 12.8579C4.14486 12.1283 3.55716 11.2026 3.21136 10.1672\" stroke=\"#0273E8\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1754
1754
  }], propDecorators: { fillColor: [{
@@ -1759,9 +1759,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1759
1759
 
1760
1760
  class MonkeyIconRepeatComponent {
1761
1761
  }
1762
- MonkeyIconRepeatComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconRepeatComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1763
- MonkeyIconRepeatComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconRepeatComponent, selector: "monkey-icon-repeat", 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=\"M5 1L2 4L5 7\" stroke=\"#747880\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2 14H10C12.2091 14 14 12.2091 14 10V8C14 5.79086 12.2091 4 10 4H2\" stroke=\"#747880\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1764
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconRepeatComponent, decorators: [{
1762
+ MonkeyIconRepeatComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconRepeatComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1763
+ MonkeyIconRepeatComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconRepeatComponent, selector: "monkey-icon-repeat", 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=\"M5 1L2 4L5 7\" stroke=\"#747880\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2 14H10C12.2091 14 14 12.2091 14 10V8C14 5.79086 12.2091 4 10 4H2\" stroke=\"#747880\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1764
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconRepeatComponent, decorators: [{
1765
1765
  type: Component,
1766
1766
  args: [{ selector: 'monkey-icon-repeat', 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=\"M5 1L2 4L5 7\" stroke=\"#747880\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2 14H10C12.2091 14 14 12.2091 14 10V8C14 5.79086 12.2091 4 10 4H2\" stroke=\"#747880\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1767
1767
  }], propDecorators: { fillColor: [{
@@ -1772,9 +1772,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1772
1772
 
1773
1773
  class MonkeyIconSearchComponent {
1774
1774
  }
1775
- MonkeyIconSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconSearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1776
- MonkeyIconSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconSearchComponent, selector: "monkey-icon-search", 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=\"M7.33333 12.6667C10.2789 12.6667 12.6667 10.2789 12.6667 7.33333C12.6667 4.38781 10.2789 2 7.33333 2C4.38781 2 2 4.38781 2 7.33333C2 10.2789 4.38781 12.6667 7.33333 12.6667Z\" stroke=\"#474747\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.0001 14.0001L11.1001 11.1001\" stroke=\"#474747\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1777
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconSearchComponent, decorators: [{
1775
+ MonkeyIconSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconSearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1776
+ MonkeyIconSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconSearchComponent, selector: "monkey-icon-search", 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=\"M7.33333 12.6667C10.2789 12.6667 12.6667 10.2789 12.6667 7.33333C12.6667 4.38781 10.2789 2 7.33333 2C4.38781 2 2 4.38781 2 7.33333C2 10.2789 4.38781 12.6667 7.33333 12.6667Z\" stroke=\"#474747\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.0001 14.0001L11.1001 11.1001\" stroke=\"#474747\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1777
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconSearchComponent, decorators: [{
1778
1778
  type: Component,
1779
1779
  args: [{ selector: 'monkey-icon-search', 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=\"M7.33333 12.6667C10.2789 12.6667 12.6667 10.2789 12.6667 7.33333C12.6667 4.38781 10.2789 2 7.33333 2C4.38781 2 2 4.38781 2 7.33333C2 10.2789 4.38781 12.6667 7.33333 12.6667Z\" stroke=\"#474747\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.0001 14.0001L11.1001 11.1001\" stroke=\"#474747\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1780
1780
  }], propDecorators: { fillColor: [{
@@ -1785,9 +1785,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1785
1785
 
1786
1786
  class MonkeyIconSecondWarningComponent {
1787
1787
  }
1788
- MonkeyIconSecondWarningComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconSecondWarningComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1789
- MonkeyIconSecondWarningComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconSecondWarningComponent, selector: "monkey-icon-second-warning", 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=\"M6.85433 2.63819L1.17957 12.0114C1.06257 12.2118 1.00066 12.4391 1.00001 12.6706C0.99935 12.9021 1.05997 13.1297 1.17583 13.3308C1.2917 13.532 1.45877 13.6995 1.66042 13.8169C1.86207 13.9343 2.09128 13.9975 2.32524 14H13.6748C13.9087 13.9975 14.1379 13.9343 14.3396 13.8169C14.5412 13.6995 14.7083 13.532 14.8242 13.3308C14.94 13.1297 15.0006 12.9021 15 12.6706C14.9993 12.4391 14.9374 12.2118 14.8204 12.0114L9.14567 2.63819C9.02623 2.44337 8.85806 2.2823 8.65738 2.17051C8.45671 2.05873 8.2303 2 8 2C7.7697 2 7.54329 2.05873 7.34262 2.17051C7.14194 2.2823 6.97377 2.44337 6.85433 2.63819Z\" fill=\"#000000\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M8 6V10\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8 12H8.00667\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1790
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconSecondWarningComponent, decorators: [{
1788
+ MonkeyIconSecondWarningComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconSecondWarningComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1789
+ MonkeyIconSecondWarningComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconSecondWarningComponent, selector: "monkey-icon-second-warning", 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=\"M6.85433 2.63819L1.17957 12.0114C1.06257 12.2118 1.00066 12.4391 1.00001 12.6706C0.99935 12.9021 1.05997 13.1297 1.17583 13.3308C1.2917 13.532 1.45877 13.6995 1.66042 13.8169C1.86207 13.9343 2.09128 13.9975 2.32524 14H13.6748C13.9087 13.9975 14.1379 13.9343 14.3396 13.8169C14.5412 13.6995 14.7083 13.532 14.8242 13.3308C14.94 13.1297 15.0006 12.9021 15 12.6706C14.9993 12.4391 14.9374 12.2118 14.8204 12.0114L9.14567 2.63819C9.02623 2.44337 8.85806 2.2823 8.65738 2.17051C8.45671 2.05873 8.2303 2 8 2C7.7697 2 7.54329 2.05873 7.34262 2.17051C7.14194 2.2823 6.97377 2.44337 6.85433 2.63819Z\" fill=\"#000000\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M8 6V10\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8 12H8.00667\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1790
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconSecondWarningComponent, decorators: [{
1791
1791
  type: Component,
1792
1792
  args: [{ selector: 'monkey-icon-second-warning', 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=\"M6.85433 2.63819L1.17957 12.0114C1.06257 12.2118 1.00066 12.4391 1.00001 12.6706C0.99935 12.9021 1.05997 13.1297 1.17583 13.3308C1.2917 13.532 1.45877 13.6995 1.66042 13.8169C1.86207 13.9343 2.09128 13.9975 2.32524 14H13.6748C13.9087 13.9975 14.1379 13.9343 14.3396 13.8169C14.5412 13.6995 14.7083 13.532 14.8242 13.3308C14.94 13.1297 15.0006 12.9021 15 12.6706C14.9993 12.4391 14.9374 12.2118 14.8204 12.0114L9.14567 2.63819C9.02623 2.44337 8.85806 2.2823 8.65738 2.17051C8.45671 2.05873 8.2303 2 8 2C7.7697 2 7.54329 2.05873 7.34262 2.17051C7.14194 2.2823 6.97377 2.44337 6.85433 2.63819Z\" fill=\"#000000\" [attr.fill]=\"fillColor\"/>\r\n<path d=\"M8 6V10\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8 12H8.00667\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1793
1793
  }], propDecorators: { fillColor: [{
@@ -1798,9 +1798,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1798
1798
 
1799
1799
  class MonkeyIconSettingsComponent {
1800
1800
  }
1801
- MonkeyIconSettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconSettingsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1802
- MonkeyIconSettingsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconSettingsComponent, selector: "monkey-icon-settings", 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 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19.4 15C19.2669 15.3016 19.2272 15.6362 19.286 15.9606C19.3448 16.285 19.4995 16.5843 19.73 16.82L19.79 16.88C19.976 17.0657 20.1235 17.2863 20.2241 17.5291C20.3248 17.7719 20.3766 18.0322 20.3766 18.295C20.3766 18.5578 20.3248 18.8181 20.2241 19.0609C20.1235 19.3037 19.976 19.5243 19.79 19.71C19.6043 19.896 19.3837 20.0435 19.1409 20.1441C18.8981 20.2448 18.6378 20.2966 18.375 20.2966C18.1122 20.2966 17.8519 20.2448 17.6091 20.1441C17.3663 20.0435 17.1457 19.896 16.96 19.71L16.9 19.65C16.6643 19.4195 16.365 19.2648 16.0406 19.206C15.7162 19.1472 15.3816 19.1869 15.08 19.32C14.7842 19.4468 14.532 19.6572 14.3543 19.9255C14.1766 20.1938 14.0813 20.5082 14.08 20.83V21C14.08 21.5304 13.8693 22.0391 13.4942 22.4142C13.1191 22.7893 12.6104 23 12.08 23C11.5496 23 11.0409 22.7893 10.6658 22.4142C10.2907 22.0391 10.08 21.5304 10.08 21V20.91C10.0723 20.579 9.96512 20.258 9.77251 19.9887C9.5799 19.7194 9.31073 19.5143 9 19.4C8.69838 19.2669 8.36381 19.2272 8.03941 19.286C7.71502 19.3448 7.41568 19.4995 7.18 19.73L7.12 19.79C6.93425 19.976 6.71368 20.1235 6.47088 20.2241C6.22808 20.3248 5.96783 20.3766 5.705 20.3766C5.44217 20.3766 5.18192 20.3248 4.93912 20.2241C4.69632 20.1235 4.47575 19.976 4.29 19.79C4.10405 19.6043 3.95653 19.3837 3.85588 19.1409C3.75523 18.8981 3.70343 18.6378 3.70343 18.375C3.70343 18.1122 3.75523 17.8519 3.85588 17.6091C3.95653 17.3663 4.10405 17.1457 4.29 16.96L4.35 16.9C4.58054 16.6643 4.73519 16.365 4.794 16.0406C4.85282 15.7162 4.81311 15.3816 4.68 15.08C4.55324 14.7842 4.34276 14.532 4.07447 14.3543C3.80617 14.1766 3.49179 14.0813 3.17 14.08H3C2.46957 14.08 1.96086 13.8693 1.58579 13.4942C1.21071 13.1191 1 12.6104 1 12.08C1 11.5496 1.21071 11.0409 1.58579 10.6658C1.96086 10.2907 2.46957 10.08 3 10.08H3.09C3.42099 10.0723 3.742 9.96512 4.0113 9.77251C4.28059 9.5799 4.48572 9.31073 4.6 9C4.73311 8.69838 4.77282 8.36381 4.714 8.03941C4.65519 7.71502 4.50054 7.41568 4.27 7.18L4.21 7.12C4.02405 6.93425 3.87653 6.71368 3.77588 6.47088C3.67523 6.22808 3.62343 5.96783 3.62343 5.705C3.62343 5.44217 3.67523 5.18192 3.77588 4.93912C3.87653 4.69632 4.02405 4.47575 4.21 4.29C4.39575 4.10405 4.61632 3.95653 4.85912 3.85588C5.10192 3.75523 5.36217 3.70343 5.625 3.70343C5.88783 3.70343 6.14808 3.75523 6.39088 3.85588C6.63368 3.95653 6.85425 4.10405 7.04 4.29L7.1 4.35C7.33568 4.58054 7.63502 4.73519 7.95941 4.794C8.28381 4.85282 8.61838 4.81311 8.92 4.68H9C9.29577 4.55324 9.54802 4.34276 9.72569 4.07447C9.90337 3.80617 9.99872 3.49179 10 3.17V3C10 2.46957 10.2107 1.96086 10.5858 1.58579C10.9609 1.21071 11.4696 1 12 1C12.5304 1 13.0391 1.21071 13.4142 1.58579C13.7893 1.96086 14 2.46957 14 3V3.09C14.0013 3.41179 14.0966 3.72618 14.2743 3.99447C14.452 4.26276 14.7042 4.47324 15 4.6C15.3016 4.73311 15.6362 4.77282 15.9606 4.714C16.285 4.65519 16.5843 4.50054 16.82 4.27L16.88 4.21C17.0657 4.02405 17.2863 3.87653 17.5291 3.77588C17.7719 3.67523 18.0322 3.62343 18.295 3.62343C18.5578 3.62343 18.8181 3.67523 19.0609 3.77588C19.3037 3.87653 19.5243 4.02405 19.71 4.21C19.896 4.39575 20.0435 4.61632 20.1441 4.85912C20.2448 5.10192 20.2966 5.36217 20.2966 5.625C20.2966 5.88783 20.2448 6.14808 20.1441 6.39088C20.0435 6.63368 19.896 6.85425 19.71 7.04L19.65 7.1C19.4195 7.33568 19.2648 7.63502 19.206 7.95941C19.1472 8.28381 19.1869 8.61838 19.32 8.92V9C19.4468 9.29577 19.6572 9.54802 19.9255 9.72569C20.1938 9.90337 20.5082 9.99872 20.83 10H21C21.5304 10 22.0391 10.2107 22.4142 10.5858C22.7893 10.9609 23 11.4696 23 12C23 12.5304 22.7893 13.0391 22.4142 13.4142C22.0391 13.7893 21.5304 14 21 14H20.91C20.5882 14.0013 20.2738 14.0966 20.0055 14.2743C19.7372 14.452 19.5268 14.7042 19.4 15V15Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1803
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconSettingsComponent, decorators: [{
1801
+ MonkeyIconSettingsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconSettingsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1802
+ MonkeyIconSettingsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconSettingsComponent, selector: "monkey-icon-settings", 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 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19.4 15C19.2669 15.3016 19.2272 15.6362 19.286 15.9606C19.3448 16.285 19.4995 16.5843 19.73 16.82L19.79 16.88C19.976 17.0657 20.1235 17.2863 20.2241 17.5291C20.3248 17.7719 20.3766 18.0322 20.3766 18.295C20.3766 18.5578 20.3248 18.8181 20.2241 19.0609C20.1235 19.3037 19.976 19.5243 19.79 19.71C19.6043 19.896 19.3837 20.0435 19.1409 20.1441C18.8981 20.2448 18.6378 20.2966 18.375 20.2966C18.1122 20.2966 17.8519 20.2448 17.6091 20.1441C17.3663 20.0435 17.1457 19.896 16.96 19.71L16.9 19.65C16.6643 19.4195 16.365 19.2648 16.0406 19.206C15.7162 19.1472 15.3816 19.1869 15.08 19.32C14.7842 19.4468 14.532 19.6572 14.3543 19.9255C14.1766 20.1938 14.0813 20.5082 14.08 20.83V21C14.08 21.5304 13.8693 22.0391 13.4942 22.4142C13.1191 22.7893 12.6104 23 12.08 23C11.5496 23 11.0409 22.7893 10.6658 22.4142C10.2907 22.0391 10.08 21.5304 10.08 21V20.91C10.0723 20.579 9.96512 20.258 9.77251 19.9887C9.5799 19.7194 9.31073 19.5143 9 19.4C8.69838 19.2669 8.36381 19.2272 8.03941 19.286C7.71502 19.3448 7.41568 19.4995 7.18 19.73L7.12 19.79C6.93425 19.976 6.71368 20.1235 6.47088 20.2241C6.22808 20.3248 5.96783 20.3766 5.705 20.3766C5.44217 20.3766 5.18192 20.3248 4.93912 20.2241C4.69632 20.1235 4.47575 19.976 4.29 19.79C4.10405 19.6043 3.95653 19.3837 3.85588 19.1409C3.75523 18.8981 3.70343 18.6378 3.70343 18.375C3.70343 18.1122 3.75523 17.8519 3.85588 17.6091C3.95653 17.3663 4.10405 17.1457 4.29 16.96L4.35 16.9C4.58054 16.6643 4.73519 16.365 4.794 16.0406C4.85282 15.7162 4.81311 15.3816 4.68 15.08C4.55324 14.7842 4.34276 14.532 4.07447 14.3543C3.80617 14.1766 3.49179 14.0813 3.17 14.08H3C2.46957 14.08 1.96086 13.8693 1.58579 13.4942C1.21071 13.1191 1 12.6104 1 12.08C1 11.5496 1.21071 11.0409 1.58579 10.6658C1.96086 10.2907 2.46957 10.08 3 10.08H3.09C3.42099 10.0723 3.742 9.96512 4.0113 9.77251C4.28059 9.5799 4.48572 9.31073 4.6 9C4.73311 8.69838 4.77282 8.36381 4.714 8.03941C4.65519 7.71502 4.50054 7.41568 4.27 7.18L4.21 7.12C4.02405 6.93425 3.87653 6.71368 3.77588 6.47088C3.67523 6.22808 3.62343 5.96783 3.62343 5.705C3.62343 5.44217 3.67523 5.18192 3.77588 4.93912C3.87653 4.69632 4.02405 4.47575 4.21 4.29C4.39575 4.10405 4.61632 3.95653 4.85912 3.85588C5.10192 3.75523 5.36217 3.70343 5.625 3.70343C5.88783 3.70343 6.14808 3.75523 6.39088 3.85588C6.63368 3.95653 6.85425 4.10405 7.04 4.29L7.1 4.35C7.33568 4.58054 7.63502 4.73519 7.95941 4.794C8.28381 4.85282 8.61838 4.81311 8.92 4.68H9C9.29577 4.55324 9.54802 4.34276 9.72569 4.07447C9.90337 3.80617 9.99872 3.49179 10 3.17V3C10 2.46957 10.2107 1.96086 10.5858 1.58579C10.9609 1.21071 11.4696 1 12 1C12.5304 1 13.0391 1.21071 13.4142 1.58579C13.7893 1.96086 14 2.46957 14 3V3.09C14.0013 3.41179 14.0966 3.72618 14.2743 3.99447C14.452 4.26276 14.7042 4.47324 15 4.6C15.3016 4.73311 15.6362 4.77282 15.9606 4.714C16.285 4.65519 16.5843 4.50054 16.82 4.27L16.88 4.21C17.0657 4.02405 17.2863 3.87653 17.5291 3.77588C17.7719 3.67523 18.0322 3.62343 18.295 3.62343C18.5578 3.62343 18.8181 3.67523 19.0609 3.77588C19.3037 3.87653 19.5243 4.02405 19.71 4.21C19.896 4.39575 20.0435 4.61632 20.1441 4.85912C20.2448 5.10192 20.2966 5.36217 20.2966 5.625C20.2966 5.88783 20.2448 6.14808 20.1441 6.39088C20.0435 6.63368 19.896 6.85425 19.71 7.04L19.65 7.1C19.4195 7.33568 19.2648 7.63502 19.206 7.95941C19.1472 8.28381 19.1869 8.61838 19.32 8.92V9C19.4468 9.29577 19.6572 9.54802 19.9255 9.72569C20.1938 9.90337 20.5082 9.99872 20.83 10H21C21.5304 10 22.0391 10.2107 22.4142 10.5858C22.7893 10.9609 23 11.4696 23 12C23 12.5304 22.7893 13.0391 22.4142 13.4142C22.0391 13.7893 21.5304 14 21 14H20.91C20.5882 14.0013 20.2738 14.0966 20.0055 14.2743C19.7372 14.452 19.5268 14.7042 19.4 15V15Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1803
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconSettingsComponent, decorators: [{
1804
1804
  type: Component,
1805
1805
  args: [{ selector: 'monkey-icon-settings', 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 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19.4 15C19.2669 15.3016 19.2272 15.6362 19.286 15.9606C19.3448 16.285 19.4995 16.5843 19.73 16.82L19.79 16.88C19.976 17.0657 20.1235 17.2863 20.2241 17.5291C20.3248 17.7719 20.3766 18.0322 20.3766 18.295C20.3766 18.5578 20.3248 18.8181 20.2241 19.0609C20.1235 19.3037 19.976 19.5243 19.79 19.71C19.6043 19.896 19.3837 20.0435 19.1409 20.1441C18.8981 20.2448 18.6378 20.2966 18.375 20.2966C18.1122 20.2966 17.8519 20.2448 17.6091 20.1441C17.3663 20.0435 17.1457 19.896 16.96 19.71L16.9 19.65C16.6643 19.4195 16.365 19.2648 16.0406 19.206C15.7162 19.1472 15.3816 19.1869 15.08 19.32C14.7842 19.4468 14.532 19.6572 14.3543 19.9255C14.1766 20.1938 14.0813 20.5082 14.08 20.83V21C14.08 21.5304 13.8693 22.0391 13.4942 22.4142C13.1191 22.7893 12.6104 23 12.08 23C11.5496 23 11.0409 22.7893 10.6658 22.4142C10.2907 22.0391 10.08 21.5304 10.08 21V20.91C10.0723 20.579 9.96512 20.258 9.77251 19.9887C9.5799 19.7194 9.31073 19.5143 9 19.4C8.69838 19.2669 8.36381 19.2272 8.03941 19.286C7.71502 19.3448 7.41568 19.4995 7.18 19.73L7.12 19.79C6.93425 19.976 6.71368 20.1235 6.47088 20.2241C6.22808 20.3248 5.96783 20.3766 5.705 20.3766C5.44217 20.3766 5.18192 20.3248 4.93912 20.2241C4.69632 20.1235 4.47575 19.976 4.29 19.79C4.10405 19.6043 3.95653 19.3837 3.85588 19.1409C3.75523 18.8981 3.70343 18.6378 3.70343 18.375C3.70343 18.1122 3.75523 17.8519 3.85588 17.6091C3.95653 17.3663 4.10405 17.1457 4.29 16.96L4.35 16.9C4.58054 16.6643 4.73519 16.365 4.794 16.0406C4.85282 15.7162 4.81311 15.3816 4.68 15.08C4.55324 14.7842 4.34276 14.532 4.07447 14.3543C3.80617 14.1766 3.49179 14.0813 3.17 14.08H3C2.46957 14.08 1.96086 13.8693 1.58579 13.4942C1.21071 13.1191 1 12.6104 1 12.08C1 11.5496 1.21071 11.0409 1.58579 10.6658C1.96086 10.2907 2.46957 10.08 3 10.08H3.09C3.42099 10.0723 3.742 9.96512 4.0113 9.77251C4.28059 9.5799 4.48572 9.31073 4.6 9C4.73311 8.69838 4.77282 8.36381 4.714 8.03941C4.65519 7.71502 4.50054 7.41568 4.27 7.18L4.21 7.12C4.02405 6.93425 3.87653 6.71368 3.77588 6.47088C3.67523 6.22808 3.62343 5.96783 3.62343 5.705C3.62343 5.44217 3.67523 5.18192 3.77588 4.93912C3.87653 4.69632 4.02405 4.47575 4.21 4.29C4.39575 4.10405 4.61632 3.95653 4.85912 3.85588C5.10192 3.75523 5.36217 3.70343 5.625 3.70343C5.88783 3.70343 6.14808 3.75523 6.39088 3.85588C6.63368 3.95653 6.85425 4.10405 7.04 4.29L7.1 4.35C7.33568 4.58054 7.63502 4.73519 7.95941 4.794C8.28381 4.85282 8.61838 4.81311 8.92 4.68H9C9.29577 4.55324 9.54802 4.34276 9.72569 4.07447C9.90337 3.80617 9.99872 3.49179 10 3.17V3C10 2.46957 10.2107 1.96086 10.5858 1.58579C10.9609 1.21071 11.4696 1 12 1C12.5304 1 13.0391 1.21071 13.4142 1.58579C13.7893 1.96086 14 2.46957 14 3V3.09C14.0013 3.41179 14.0966 3.72618 14.2743 3.99447C14.452 4.26276 14.7042 4.47324 15 4.6C15.3016 4.73311 15.6362 4.77282 15.9606 4.714C16.285 4.65519 16.5843 4.50054 16.82 4.27L16.88 4.21C17.0657 4.02405 17.2863 3.87653 17.5291 3.77588C17.7719 3.67523 18.0322 3.62343 18.295 3.62343C18.5578 3.62343 18.8181 3.67523 19.0609 3.77588C19.3037 3.87653 19.5243 4.02405 19.71 4.21C19.896 4.39575 20.0435 4.61632 20.1441 4.85912C20.2448 5.10192 20.2966 5.36217 20.2966 5.625C20.2966 5.88783 20.2448 6.14808 20.1441 6.39088C20.0435 6.63368 19.896 6.85425 19.71 7.04L19.65 7.1C19.4195 7.33568 19.2648 7.63502 19.206 7.95941C19.1472 8.28381 19.1869 8.61838 19.32 8.92V9C19.4468 9.29577 19.6572 9.54802 19.9255 9.72569C20.1938 9.90337 20.5082 9.99872 20.83 10H21C21.5304 10 22.0391 10.2107 22.4142 10.5858C22.7893 10.9609 23 11.4696 23 12C23 12.5304 22.7893 13.0391 22.4142 13.4142C22.0391 13.7893 21.5304 14 21 14H20.91C20.5882 14.0013 20.2738 14.0966 20.0055 14.2743C19.7372 14.452 19.5268 14.7042 19.4 15V15Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1806
1806
  }], propDecorators: { fillColor: [{
@@ -1811,9 +1811,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1811
1811
 
1812
1812
  class MonkeyIconShieldChekmarkComponent {
1813
1813
  }
1814
- MonkeyIconShieldChekmarkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconShieldChekmarkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1815
- MonkeyIconShieldChekmarkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconShieldChekmarkComponent, selector: "monkey-icon-shield-chekmark", 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 12L11.5 13.5L14.5 10.5\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5 10.767C3.5 15.1925 6.2472 19.1532 10.3923 20.7036L10.4223 20.7148C11.4399 21.0954 12.5607 21.095 13.578 20.7138L13.6024 20.7047C17.7512 19.1499 20.5 15.1842 20.5 10.7536V7.03023C20.5 6.15536 19.9314 5.38202 19.0963 5.12118L12.5963 3.09095C12.208 2.96968 11.792 2.96968 11.4037 3.09095L4.90374 5.12112C4.06864 5.38195 3.5 6.15529 3.5 7.03017V10.767Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
1816
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconShieldChekmarkComponent, decorators: [{
1814
+ MonkeyIconShieldChekmarkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconShieldChekmarkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1815
+ MonkeyIconShieldChekmarkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconShieldChekmarkComponent, selector: "monkey-icon-shield-chekmark", 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 12L11.5 13.5L14.5 10.5\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5 10.767C3.5 15.1925 6.2472 19.1532 10.3923 20.7036L10.4223 20.7148C11.4399 21.0954 12.5607 21.095 13.578 20.7138L13.6024 20.7047C17.7512 19.1499 20.5 15.1842 20.5 10.7536V7.03023C20.5 6.15536 19.9314 5.38202 19.0963 5.12118L12.5963 3.09095C12.208 2.96968 11.792 2.96968 11.4037 3.09095L4.90374 5.12112C4.06864 5.38195 3.5 6.15529 3.5 7.03017V10.767Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
1816
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconShieldChekmarkComponent, decorators: [{
1817
1817
  type: Component,
1818
1818
  args: [{ selector: 'monkey-icon-shield-chekmark', 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 12L11.5 13.5L14.5 10.5\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5 10.767C3.5 15.1925 6.2472 19.1532 10.3923 20.7036L10.4223 20.7148C11.4399 21.0954 12.5607 21.095 13.578 20.7138L13.6024 20.7047C17.7512 19.1499 20.5 15.1842 20.5 10.7536V7.03023C20.5 6.15536 19.9314 5.38202 19.0963 5.12118L12.5963 3.09095C12.208 2.96968 11.792 2.96968 11.4037 3.09095L4.90374 5.12112C4.06864 5.38195 3.5 6.15529 3.5 7.03017V10.767Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] }]
1819
1819
  }], propDecorators: { fillColor: [{
@@ -1822,11 +1822,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1822
1822
  type: Input
1823
1823
  }] } });
1824
1824
 
1825
+ class MonkeyIconStarComponent {
1826
+ }
1827
+ MonkeyIconStarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconStarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1828
+ MonkeyIconStarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconStarComponent, selector: "monkey-icon-star", 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=\"M12 2.896L14.935 8.889L21.5 9.856L16.75 14.518L17.871 21.104L12 17.993L6.129 21.104L7.25 14.518L2.5 9.856L9.064 8.889L12 2.896Z\" 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"] });
1829
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconStarComponent, decorators: [{
1830
+ type: Component,
1831
+ args: [{ selector: 'monkey-icon-star', 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=\"M12 2.896L14.935 8.889L21.5 9.856L16.75 14.518L17.871 21.104L12 17.993L6.129 21.104L7.25 14.518L2.5 9.856L9.064 8.889L12 2.896Z\" 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"] }]
1832
+ }], propDecorators: { fillColor: [{
1833
+ type: Input
1834
+ }], size: [{
1835
+ type: Input
1836
+ }] } });
1837
+
1825
1838
  class MonkeyIconTodayComponent {
1826
1839
  }
1827
- MonkeyIconTodayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconTodayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1828
- MonkeyIconTodayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconTodayComponent, selector: "monkey-icon-today", 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=\"M16 2V6\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 2V6\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3 9H21\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 4H5C3.895 4 3 4.895 3 6V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V6C21 4.895 20.105 4 19 4Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.013 12.729C11.875 12.729 11.763 12.841 11.764 12.979C11.764 13.117 11.876 13.229 12.014 13.229C12.152 13.229 12.264 13.117 12.264 12.979C12.264 12.841 12.152 12.729 12.013 12.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.013 12.729C16.875 12.729 16.763 12.841 16.764 12.979C16.764 13.117 16.876 13.229 17.014 13.229C17.152 13.229 17.264 13.117 17.264 12.979C17.264 12.841 17.152 12.729 17.013 12.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.013 16.729C6.875 16.729 6.763 16.841 6.764 16.979C6.764 17.117 6.876 17.229 7.014 17.229C7.152 17.229 7.264 17.117 7.264 16.979C7.264 16.841 7.152 16.729 7.013 16.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.013 16.729C11.875 16.729 11.763 16.841 11.764 16.979C11.764 17.117 11.876 17.229 12.014 17.229C12.152 17.229 12.264 17.117 12.264 16.979C12.264 16.841 12.152 16.729 12.013 16.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
1829
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconTodayComponent, decorators: [{
1840
+ MonkeyIconTodayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconTodayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1841
+ MonkeyIconTodayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconTodayComponent, selector: "monkey-icon-today", 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=\"M16 2V6\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 2V6\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3 9H21\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 4H5C3.895 4 3 4.895 3 6V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V6C21 4.895 20.105 4 19 4Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.013 12.729C11.875 12.729 11.763 12.841 11.764 12.979C11.764 13.117 11.876 13.229 12.014 13.229C12.152 13.229 12.264 13.117 12.264 12.979C12.264 12.841 12.152 12.729 12.013 12.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.013 12.729C16.875 12.729 16.763 12.841 16.764 12.979C16.764 13.117 16.876 13.229 17.014 13.229C17.152 13.229 17.264 13.117 17.264 12.979C17.264 12.841 17.152 12.729 17.013 12.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.013 16.729C6.875 16.729 6.763 16.841 6.764 16.979C6.764 17.117 6.876 17.229 7.014 17.229C7.152 17.229 7.264 17.117 7.264 16.979C7.264 16.841 7.152 16.729 7.013 16.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.013 16.729C11.875 16.729 11.763 16.841 11.764 16.979C11.764 17.117 11.876 17.229 12.014 17.229C12.152 17.229 12.264 17.117 12.264 16.979C12.264 16.841 12.152 16.729 12.013 16.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
1842
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconTodayComponent, decorators: [{
1830
1843
  type: Component,
1831
1844
  args: [{ selector: 'monkey-icon-today', 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=\"M16 2V6\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 2V6\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3 9H21\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 4H5C3.895 4 3 4.895 3 6V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V6C21 4.895 20.105 4 19 4Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.013 12.729C11.875 12.729 11.763 12.841 11.764 12.979C11.764 13.117 11.876 13.229 12.014 13.229C12.152 13.229 12.264 13.117 12.264 12.979C12.264 12.841 12.152 12.729 12.013 12.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.013 12.729C16.875 12.729 16.763 12.841 16.764 12.979C16.764 13.117 16.876 13.229 17.014 13.229C17.152 13.229 17.264 13.117 17.264 12.979C17.264 12.841 17.152 12.729 17.013 12.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.013 16.729C6.875 16.729 6.763 16.841 6.764 16.979C6.764 17.117 6.876 17.229 7.014 17.229C7.152 17.229 7.264 17.117 7.264 16.979C7.264 16.841 7.152 16.729 7.013 16.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.013 16.729C11.875 16.729 11.763 16.841 11.764 16.979C11.764 17.117 11.876 17.229 12.014 17.229C12.152 17.229 12.264 17.117 12.264 16.979C12.264 16.841 12.152 16.729 12.013 16.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] }]
1832
1845
  }], propDecorators: { fillColor: [{
@@ -1837,9 +1850,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1837
1850
 
1838
1851
  class MonkeyIconTrashComponent {
1839
1852
  }
1840
- MonkeyIconTrashComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconTrashComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1841
- MonkeyIconTrashComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconTrashComponent, selector: "monkey-icon-trash", 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=\"M2 4H3.33333H14\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.33337 4.00001V2.66668C5.33337 2.31305 5.47385 1.97392 5.7239 1.72387C5.97395 1.47382 6.31309 1.33334 6.66671 1.33334H9.33337C9.687 1.33334 10.0261 1.47382 10.2762 1.72387C10.5262 1.97392 10.6667 2.31305 10.6667 2.66668V4.00001M12.6667 4.00001V13.3333C12.6667 13.687 12.5262 14.0261 12.2762 14.2762C12.0261 14.5262 11.687 14.6667 11.3334 14.6667H4.66671C4.31309 14.6667 3.97395 14.5262 3.7239 14.2762C3.47385 14.0261 3.33337 13.687 3.33337 13.3333V4.00001H12.6667Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.66663 7.33334V11.3333\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.33337 7.33334V11.3333\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1842
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconTrashComponent, decorators: [{
1853
+ MonkeyIconTrashComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconTrashComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1854
+ MonkeyIconTrashComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconTrashComponent, selector: "monkey-icon-trash", 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=\"M2 4H3.33333H14\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.33337 4.00001V2.66668C5.33337 2.31305 5.47385 1.97392 5.7239 1.72387C5.97395 1.47382 6.31309 1.33334 6.66671 1.33334H9.33337C9.687 1.33334 10.0261 1.47382 10.2762 1.72387C10.5262 1.97392 10.6667 2.31305 10.6667 2.66668V4.00001M12.6667 4.00001V13.3333C12.6667 13.687 12.5262 14.0261 12.2762 14.2762C12.0261 14.5262 11.687 14.6667 11.3334 14.6667H4.66671C4.31309 14.6667 3.97395 14.5262 3.7239 14.2762C3.47385 14.0261 3.33337 13.687 3.33337 13.3333V4.00001H12.6667Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.66663 7.33334V11.3333\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.33337 7.33334V11.3333\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1855
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconTrashComponent, decorators: [{
1843
1856
  type: Component,
1844
1857
  args: [{ selector: 'monkey-icon-trash', 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=\"M2 4H3.33333H14\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.33337 4.00001V2.66668C5.33337 2.31305 5.47385 1.97392 5.7239 1.72387C5.97395 1.47382 6.31309 1.33334 6.66671 1.33334H9.33337C9.687 1.33334 10.0261 1.47382 10.2762 1.72387C10.5262 1.97392 10.6667 2.31305 10.6667 2.66668V4.00001M12.6667 4.00001V13.3333C12.6667 13.687 12.5262 14.0261 12.2762 14.2762C12.0261 14.5262 11.687 14.6667 11.3334 14.6667H4.66671C4.31309 14.6667 3.97395 14.5262 3.7239 14.2762C3.47385 14.0261 3.33337 13.687 3.33337 13.3333V4.00001H12.6667Z\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.66663 7.33334V11.3333\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.33337 7.33334V11.3333\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1845
1858
  }], propDecorators: { fillColor: [{
@@ -1850,9 +1863,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1850
1863
 
1851
1864
  class MonkeyIconTrophyComponent {
1852
1865
  }
1853
- MonkeyIconTrophyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconTrophyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1854
- MonkeyIconTrophyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconTrophyComponent, selector: "monkey-icon-trophy", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M10.5 3.72C10.5 3.5985 10.5985 3.5 10.72 3.5H29.28C29.4015 3.5 29.5 3.5985 29.5 3.72V11C29.5 16.2467 25.2467 20.5 20 20.5C14.7533 20.5 10.5 16.2467 10.5 11V3.72Z\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"18.5\" y=\"20.5\" width=\"3\" height=\"5\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"15.5\" y=\"25.5\" width=\"9\" height=\"3\" rx=\"0.5\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11 5H9.54138C7.68756 5 6.27743 6.6646 6.5822 8.4932L7.44293 13.6576C7.76439 15.5863 9.43315 17 11.3885 17H12.5\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M29 5H30.4586C32.3124 5 33.7226 6.6646 33.4178 8.4932L32.5571 13.6576C32.2356 15.5863 30.5668 17 28.6115 17H27.5\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"12.5\" y=\"28.5\" width=\"15\" height=\"8\" rx=\"0.5\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1855
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconTrophyComponent, decorators: [{
1866
+ MonkeyIconTrophyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconTrophyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1867
+ MonkeyIconTrophyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconTrophyComponent, selector: "monkey-icon-trophy", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M10.5 3.72C10.5 3.5985 10.5985 3.5 10.72 3.5H29.28C29.4015 3.5 29.5 3.5985 29.5 3.72V11C29.5 16.2467 25.2467 20.5 20 20.5C14.7533 20.5 10.5 16.2467 10.5 11V3.72Z\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"18.5\" y=\"20.5\" width=\"3\" height=\"5\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"15.5\" y=\"25.5\" width=\"9\" height=\"3\" rx=\"0.5\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11 5H9.54138C7.68756 5 6.27743 6.6646 6.5822 8.4932L7.44293 13.6576C7.76439 15.5863 9.43315 17 11.3885 17H12.5\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M29 5H30.4586C32.3124 5 33.7226 6.6646 33.4178 8.4932L32.5571 13.6576C32.2356 15.5863 30.5668 17 28.6115 17H27.5\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"12.5\" y=\"28.5\" width=\"15\" height=\"8\" rx=\"0.5\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1868
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconTrophyComponent, decorators: [{
1856
1869
  type: Component,
1857
1870
  args: [{ selector: 'monkey-icon-trophy', template: "<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M10.5 3.72C10.5 3.5985 10.5985 3.5 10.72 3.5H29.28C29.4015 3.5 29.5 3.5985 29.5 3.72V11C29.5 16.2467 25.2467 20.5 20 20.5C14.7533 20.5 10.5 16.2467 10.5 11V3.72Z\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"18.5\" y=\"20.5\" width=\"3\" height=\"5\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"15.5\" y=\"25.5\" width=\"9\" height=\"3\" rx=\"0.5\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11 5H9.54138C7.68756 5 6.27743 6.6646 6.5822 8.4932L7.44293 13.6576C7.76439 15.5863 9.43315 17 11.3885 17H12.5\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M29 5H30.4586C32.3124 5 33.7226 6.6646 33.4178 8.4932L32.5571 13.6576C32.2356 15.5863 30.5668 17 28.6115 17H27.5\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n<rect x=\"12.5\" y=\"28.5\" width=\"15\" height=\"8\" rx=\"0.5\" stroke=\"black\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1858
1871
  }], propDecorators: { fillColor: [{
@@ -1863,9 +1876,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1863
1876
 
1864
1877
  class MonkeyIconUnfoldMoreComponent {
1865
1878
  }
1866
- MonkeyIconUnfoldMoreComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconUnfoldMoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1867
- 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"] });
1868
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconUnfoldMoreComponent, decorators: [{
1879
+ MonkeyIconUnfoldMoreComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconUnfoldMoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1880
+ MonkeyIconUnfoldMoreComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", 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"] });
1881
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconUnfoldMoreComponent, decorators: [{
1869
1882
  type: Component,
1870
1883
  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"] }]
1871
1884
  }], propDecorators: { fillColor: [{
@@ -1876,9 +1889,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1876
1889
 
1877
1890
  class MonkeyIconUploadComponent {
1878
1891
  }
1879
- MonkeyIconUploadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconUploadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1880
- MonkeyIconUploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconUploadComponent, selector: "monkey-icon-upload", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M28 20V25.3333C28 26.0406 27.719 26.7189 27.219 27.219C26.7189 27.719 26.0406 28 25.3333 28H6.66667C5.95942 28 5.28115 27.719 4.78105 27.219C4.28095 26.7189 4 26.0406 4 25.3333V20\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M22.6663 10.6667L15.9997 4L9.33301 10.6667\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 4V20\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1881
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconUploadComponent, decorators: [{
1892
+ MonkeyIconUploadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconUploadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1893
+ MonkeyIconUploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconUploadComponent, selector: "monkey-icon-upload", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M28 20V25.3333C28 26.0406 27.719 26.7189 27.219 27.219C26.7189 27.719 26.0406 28 25.3333 28H6.66667C5.95942 28 5.28115 27.719 4.78105 27.219C4.28095 26.7189 4 26.0406 4 25.3333V20\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M22.6663 10.6667L15.9997 4L9.33301 10.6667\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 4V20\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1894
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconUploadComponent, decorators: [{
1882
1895
  type: Component,
1883
1896
  args: [{ selector: 'monkey-icon-upload', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M28 20V25.3333C28 26.0406 27.719 26.7189 27.219 27.219C26.7189 27.719 26.0406 28 25.3333 28H6.66667C5.95942 28 5.28115 27.719 4.78105 27.219C4.28095 26.7189 4 26.0406 4 25.3333V20\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M22.6663 10.6667L15.9997 4L9.33301 10.6667\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 4V20\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1884
1897
  }], propDecorators: { fillColor: [{
@@ -1889,9 +1902,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1889
1902
 
1890
1903
  class MonkeyIconUserComponent {
1891
1904
  }
1892
- MonkeyIconUserComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconUserComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1893
- MonkeyIconUserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconUserComponent, selector: "monkey-icon-user", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M28 28V25.3333C28 23.9188 27.3679 22.5623 26.2426 21.5621C25.1174 20.5619 23.5913 20 22 20H10C8.4087 20 6.88258 20.5619 5.75736 21.5621C4.63214 22.5623 4 23.9188 4 25.3333V28\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 16C19.3137 16 22 13.3137 22 10C22 6.68629 19.3137 4 16 4C12.6863 4 10 6.68629 10 10C10 13.3137 12.6863 16 16 16Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1894
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconUserComponent, decorators: [{
1905
+ MonkeyIconUserComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconUserComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1906
+ MonkeyIconUserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconUserComponent, selector: "monkey-icon-user", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M28 28V25.3333C28 23.9188 27.3679 22.5623 26.2426 21.5621C25.1174 20.5619 23.5913 20 22 20H10C8.4087 20 6.88258 20.5619 5.75736 21.5621C4.63214 22.5623 4 23.9188 4 25.3333V28\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 16C19.3137 16 22 13.3137 22 10C22 6.68629 19.3137 4 16 4C12.6863 4 10 6.68629 10 10C10 13.3137 12.6863 16 16 16Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1907
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconUserComponent, decorators: [{
1895
1908
  type: Component,
1896
1909
  args: [{ selector: 'monkey-icon-user', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M28 28V25.3333C28 23.9188 27.3679 22.5623 26.2426 21.5621C25.1174 20.5619 23.5913 20 22 20H10C8.4087 20 6.88258 20.5619 5.75736 21.5621C4.63214 22.5623 4 23.9188 4 25.3333V28\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 16C19.3137 16 22 13.3137 22 10C22 6.68629 19.3137 4 16 4C12.6863 4 10 6.68629 10 10C10 13.3137 12.6863 16 16 16Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1897
1910
  }], propDecorators: { fillColor: [{
@@ -1902,9 +1915,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1902
1915
 
1903
1916
  class MonkeyIconWaitingComponent {
1904
1917
  }
1905
- MonkeyIconWaitingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconWaitingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1906
- MonkeyIconWaitingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconWaitingComponent, selector: "monkey-icon-waiting", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<g clip-path=\"url(#clip0_638_12213)\">\r\n<path d=\"M20 5V13\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M30.6055 9.39355L24.9486 15.0504\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13 20L6 20\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.0508 15.0503L11.5152 11.5148\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M20 35L20 27\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.39453 30.6064L15.0514 24.9496\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M35 20L27 20\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M30.6055 30.6064L24.9486 24.9496\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</g>\r\n<defs>\r\n<clipPath id=\"clip0_638_12213\">\r\n<rect width=\"40\" height=\"40\" fill=\"white\"/>\r\n</clipPath>\r\n</defs>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1907
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconWaitingComponent, decorators: [{
1918
+ MonkeyIconWaitingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconWaitingComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1919
+ MonkeyIconWaitingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconWaitingComponent, selector: "monkey-icon-waiting", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<g clip-path=\"url(#clip0_638_12213)\">\r\n<path d=\"M20 5V13\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M30.6055 9.39355L24.9486 15.0504\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13 20L6 20\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.0508 15.0503L11.5152 11.5148\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M20 35L20 27\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.39453 30.6064L15.0514 24.9496\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M35 20L27 20\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M30.6055 30.6064L24.9486 24.9496\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</g>\r\n<defs>\r\n<clipPath id=\"clip0_638_12213\">\r\n<rect width=\"40\" height=\"40\" fill=\"white\"/>\r\n</clipPath>\r\n</defs>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1920
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconWaitingComponent, decorators: [{
1908
1921
  type: Component,
1909
1922
  args: [{ selector: 'monkey-icon-waiting', template: "<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<g clip-path=\"url(#clip0_638_12213)\">\r\n<path d=\"M20 5V13\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M30.6055 9.39355L24.9486 15.0504\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13 20L6 20\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.0508 15.0503L11.5152 11.5148\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M20 35L20 27\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.39453 30.6064L15.0514 24.9496\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M35 20L27 20\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M30.6055 30.6064L24.9486 24.9496\" stroke=\"black\" stroke-width=\"2\" stroke-linecap=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</g>\r\n<defs>\r\n<clipPath id=\"clip0_638_12213\">\r\n<rect width=\"40\" height=\"40\" fill=\"white\"/>\r\n</clipPath>\r\n</defs>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1910
1923
  }], propDecorators: { fillColor: [{
@@ -1915,9 +1928,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1915
1928
 
1916
1929
  class MonkeyIconWalletComponent {
1917
1930
  }
1918
- MonkeyIconWalletComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconWalletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1919
- MonkeyIconWalletComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconWalletComponent, selector: "monkey-icon-wallet", 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=\"M19.5 6.75H4.5C3.25736 6.75 2.25 7.75736 2.25 9V18C2.25 19.2426 3.25736 20.25 4.5 20.25H19.5C20.7426 20.25 21.75 19.2426 21.75 18V9C21.75 7.75736 20.7426 6.75 19.5 6.75Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19.2825 6.74998V5.34373C19.2824 4.99883 19.2062 4.6582 19.0592 4.34615C18.9123 4.0341 18.6984 3.75832 18.4326 3.53849C18.1668 3.31866 17.8558 3.16019 17.5217 3.0744C17.1877 2.98861 16.8388 2.9776 16.5 3.04217L4.155 5.1492C3.6189 5.25136 3.13526 5.53741 2.78749 5.958C2.43972 6.37859 2.24963 6.90736 2.25 7.4531V9.74998\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.25 15C16.9533 15 16.6633 14.912 16.4166 14.7472C16.17 14.5824 15.9777 14.3481 15.8642 14.074C15.7506 13.7999 15.7209 13.4983 15.7788 13.2074C15.8367 12.9164 15.9796 12.6491 16.1893 12.4393C16.3991 12.2295 16.6664 12.0867 16.9574 12.0288C17.2483 11.9709 17.5499 12.0006 17.824 12.1142C18.0981 12.2277 18.3324 12.42 18.4972 12.6666C18.662 12.9133 18.75 13.2033 18.75 13.5C18.75 13.8978 18.592 14.2794 18.3107 14.5607C18.0294 14.842 17.6478 15 17.25 15Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1920
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconWalletComponent, decorators: [{
1931
+ MonkeyIconWalletComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconWalletComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1932
+ MonkeyIconWalletComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconWalletComponent, selector: "monkey-icon-wallet", 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=\"M19.5 6.75H4.5C3.25736 6.75 2.25 7.75736 2.25 9V18C2.25 19.2426 3.25736 20.25 4.5 20.25H19.5C20.7426 20.25 21.75 19.2426 21.75 18V9C21.75 7.75736 20.7426 6.75 19.5 6.75Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19.2825 6.74998V5.34373C19.2824 4.99883 19.2062 4.6582 19.0592 4.34615C18.9123 4.0341 18.6984 3.75832 18.4326 3.53849C18.1668 3.31866 17.8558 3.16019 17.5217 3.0744C17.1877 2.98861 16.8388 2.9776 16.5 3.04217L4.155 5.1492C3.6189 5.25136 3.13526 5.53741 2.78749 5.958C2.43972 6.37859 2.24963 6.90736 2.25 7.4531V9.74998\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.25 15C16.9533 15 16.6633 14.912 16.4166 14.7472C16.17 14.5824 15.9777 14.3481 15.8642 14.074C15.7506 13.7999 15.7209 13.4983 15.7788 13.2074C15.8367 12.9164 15.9796 12.6491 16.1893 12.4393C16.3991 12.2295 16.6664 12.0867 16.9574 12.0288C17.2483 11.9709 17.5499 12.0006 17.824 12.1142C18.0981 12.2277 18.3324 12.42 18.4972 12.6666C18.662 12.9133 18.75 13.2033 18.75 13.5C18.75 13.8978 18.592 14.2794 18.3107 14.5607C18.0294 14.842 17.6478 15 17.25 15Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1933
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconWalletComponent, decorators: [{
1921
1934
  type: Component,
1922
1935
  args: [{ selector: 'monkey-icon-wallet', 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=\"M19.5 6.75H4.5C3.25736 6.75 2.25 7.75736 2.25 9V18C2.25 19.2426 3.25736 20.25 4.5 20.25H19.5C20.7426 20.25 21.75 19.2426 21.75 18V9C21.75 7.75736 20.7426 6.75 19.5 6.75Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M19.2825 6.74998V5.34373C19.2824 4.99883 19.2062 4.6582 19.0592 4.34615C18.9123 4.0341 18.6984 3.75832 18.4326 3.53849C18.1668 3.31866 17.8558 3.16019 17.5217 3.0744C17.1877 2.98861 16.8388 2.9776 16.5 3.04217L4.155 5.1492C3.6189 5.25136 3.13526 5.53741 2.78749 5.958C2.43972 6.37859 2.24963 6.90736 2.25 7.4531V9.74998\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.25 15C16.9533 15 16.6633 14.912 16.4166 14.7472C16.17 14.5824 15.9777 14.3481 15.8642 14.074C15.7506 13.7999 15.7209 13.4983 15.7788 13.2074C15.8367 12.9164 15.9796 12.6491 16.1893 12.4393C16.3991 12.2295 16.6664 12.0867 16.9574 12.0288C17.2483 11.9709 17.5499 12.0006 17.824 12.1142C18.0981 12.2277 18.3324 12.42 18.4972 12.6666C18.662 12.9133 18.75 13.2033 18.75 13.5C18.75 13.8978 18.592 14.2794 18.3107 14.5607C18.0294 14.842 17.6478 15 17.25 15Z\" fill=\"#0273E8\" [attr.fill]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1923
1936
  }], propDecorators: { fillColor: [{
@@ -1928,9 +1941,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
1928
1941
 
1929
1942
  class MonkeyIconWarningComponent {
1930
1943
  }
1931
- MonkeyIconWarningComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconWarningComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1932
- MonkeyIconWarningComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconWarningComponent, selector: "monkey-icon-warning", 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=\"M6.85433 2.63819L1.17957 12.0114C1.06257 12.2118 1.00066 12.4391 1.00001 12.6706C0.99935 12.9021 1.05997 13.1297 1.17583 13.3308C1.2917 13.532 1.45877 13.6995 1.66042 13.8169C1.86207 13.9343 2.09128 13.9975 2.32524 14H13.6748C13.9087 13.9975 14.1379 13.9343 14.3396 13.8169C14.5412 13.6995 14.7083 13.532 14.8242 13.3308C14.94 13.1297 15.0006 12.9021 15 12.6706C14.9993 12.4391 14.9374 12.2118 14.8204 12.0114L9.14567 2.63819C9.02623 2.44337 8.85806 2.2823 8.65738 2.17051C8.45671 2.05873 8.2303 2 8 2C7.7697 2 7.54329 2.05873 7.34262 2.17051C7.14194 2.2823 6.97377 2.44337 6.85433 2.63819Z\" fill=\"#EFA30E\"/>\r\n<path d=\"M8 6V10\" stroke=\"#000F1E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8 12H8.00667\" stroke=\"#000F1E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1933
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconWarningComponent, decorators: [{
1944
+ MonkeyIconWarningComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconWarningComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1945
+ MonkeyIconWarningComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconWarningComponent, selector: "monkey-icon-warning", 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=\"M6.85433 2.63819L1.17957 12.0114C1.06257 12.2118 1.00066 12.4391 1.00001 12.6706C0.99935 12.9021 1.05997 13.1297 1.17583 13.3308C1.2917 13.532 1.45877 13.6995 1.66042 13.8169C1.86207 13.9343 2.09128 13.9975 2.32524 14H13.6748C13.9087 13.9975 14.1379 13.9343 14.3396 13.8169C14.5412 13.6995 14.7083 13.532 14.8242 13.3308C14.94 13.1297 15.0006 12.9021 15 12.6706C14.9993 12.4391 14.9374 12.2118 14.8204 12.0114L9.14567 2.63819C9.02623 2.44337 8.85806 2.2823 8.65738 2.17051C8.45671 2.05873 8.2303 2 8 2C7.7697 2 7.54329 2.05873 7.34262 2.17051C7.14194 2.2823 6.97377 2.44337 6.85433 2.63819Z\" fill=\"#EFA30E\"/>\r\n<path d=\"M8 6V10\" stroke=\"#000F1E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8 12H8.00667\" stroke=\"#000F1E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
1946
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconWarningComponent, decorators: [{
1934
1947
  type: Component,
1935
1948
  args: [{ selector: 'monkey-icon-warning', 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=\"M6.85433 2.63819L1.17957 12.0114C1.06257 12.2118 1.00066 12.4391 1.00001 12.6706C0.99935 12.9021 1.05997 13.1297 1.17583 13.3308C1.2917 13.532 1.45877 13.6995 1.66042 13.8169C1.86207 13.9343 2.09128 13.9975 2.32524 14H13.6748C13.9087 13.9975 14.1379 13.9343 14.3396 13.8169C14.5412 13.6995 14.7083 13.532 14.8242 13.3308C14.94 13.1297 15.0006 12.9021 15 12.6706C14.9993 12.4391 14.9374 12.2118 14.8204 12.0114L9.14567 2.63819C9.02623 2.44337 8.85806 2.2823 8.65738 2.17051C8.45671 2.05873 8.2303 2 8 2C7.7697 2 7.54329 2.05873 7.34262 2.17051C7.14194 2.2823 6.97377 2.44337 6.85433 2.63819Z\" fill=\"#EFA30E\"/>\r\n<path d=\"M8 6V10\" stroke=\"#000F1E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<path d=\"M8 12H8.00667\" stroke=\"#000F1E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
1936
1949
  }], propDecorators: { fillColor: [{
@@ -2001,8 +2014,8 @@ class MonkeyIconComponent {
2001
2014
  }
2002
2015
  }
2003
2016
  }
2004
- MonkeyIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconComponent, deps: [{ token: MonkeyStyleGuideSettingsService }], target: i0.ɵɵFactoryTarget.Component });
2005
- 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: `
2017
+ MonkeyIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconComponent, deps: [{ token: MonkeyStyleGuideSettingsService }], target: i0.ɵɵFactoryTarget.Component });
2018
+ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconComponent, selector: "monkey-icon", inputs: { icon: "icon", color: "color", contrast: "contrast", disabled: "disabled" }, host: { listeners: { "click": "onClick($event)" } }, usesOnChanges: true, ngImport: i0, template: `
2006
2019
  <monkey-icon-arrows
2007
2020
  [fillColor]="_fillColor"
2008
2021
  [id]="_id"
@@ -2495,6 +2508,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
2495
2508
  [size]="_size"
2496
2509
  *ngIf="_icon === 'shield-chekmark'"
2497
2510
  ></monkey-icon-shield-chekmark>
2511
+ <monkey-icon-star
2512
+ [fillColor]="_fillColor"
2513
+ [id]="_id"
2514
+ [size]="_size"
2515
+ *ngIf="_icon === 'star'"
2516
+ ></monkey-icon-star>
2498
2517
  <monkey-icon-today
2499
2518
  [fillColor]="_fillColor"
2500
2519
  [id]="_id"
@@ -2549,8 +2568,8 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
2549
2568
  [size]="_size"
2550
2569
  *ngIf="_icon === 'warning'"
2551
2570
  ></monkey-icon-warning>
2552
- `, 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: MonkeyIconArrowLineRightComponent, selector: "monkey-icon-arrow-line-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: MonkeyIconBankNoteSearchComponent, selector: "monkey-icon-banknote-search", 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: 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: MonkeyIconCardComponent, selector: "monkey-icon-card", 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: 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: 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: MonkeyIconInfoComponent, selector: "monkey-icon-info", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoiceComponent, selector: "monkey-icon-invoice", 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: MonkeyIconShieldChekmarkComponent, selector: "monkey-icon-shield-chekmark", inputs: ["fillColor", "size"] }, { type: MonkeyIconTodayComponent, selector: "monkey-icon-today", 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 });
2553
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconComponent, decorators: [{
2571
+ `, 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: MonkeyIconArrowLineRightComponent, selector: "monkey-icon-arrow-line-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: MonkeyIconBankNoteSearchComponent, selector: "monkey-icon-banknote-search", 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: 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: MonkeyIconCardComponent, selector: "monkey-icon-card", 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: 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: 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: MonkeyIconInfoComponent, selector: "monkey-icon-info", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoiceComponent, selector: "monkey-icon-invoice", 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: MonkeyIconShieldChekmarkComponent, selector: "monkey-icon-shield-chekmark", inputs: ["fillColor", "size"] }, { type: MonkeyIconStarComponent, selector: "monkey-icon-star", inputs: ["fillColor", "size"] }, { type: MonkeyIconTodayComponent, selector: "monkey-icon-today", 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 });
2572
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconComponent, decorators: [{
2554
2573
  type: Component,
2555
2574
  args: [{
2556
2575
  selector: 'monkey-icon',
@@ -3047,6 +3066,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
3047
3066
  [size]="_size"
3048
3067
  *ngIf="_icon === 'shield-chekmark'"
3049
3068
  ></monkey-icon-shield-chekmark>
3069
+ <monkey-icon-star
3070
+ [fillColor]="_fillColor"
3071
+ [id]="_id"
3072
+ [size]="_size"
3073
+ *ngIf="_icon === 'star'"
3074
+ ></monkey-icon-star>
3050
3075
  <monkey-icon-today
3051
3076
  [fillColor]="_fillColor"
3052
3077
  [id]="_id"
@@ -3143,8 +3168,8 @@ class MonkeyButtonComponent {
3143
3168
  }
3144
3169
  }
3145
3170
  }
3146
- MonkeyButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3147
- MonkeyButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyButtonComponent, selector: "monkey-button", inputs: { label: "label", icon: "icon", iconPosition: "iconPosition", type: "type", color: "color", disabled: "disabled", size: "size" }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0, template: `
3171
+ MonkeyButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3172
+ MonkeyButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyButtonComponent, selector: "monkey-button", inputs: { label: "label", icon: "icon", iconPosition: "iconPosition", type: "type", color: "color", disabled: "disabled", size: "size" }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0, template: `
3148
3173
  <button
3149
3174
  [ngClass]="
3150
3175
  'mecx-button-' +
@@ -3193,7 +3218,7 @@ MonkeyButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
3193
3218
  ></monkey-icon>
3194
3219
  </button>
3195
3220
  `, isInline: true, components: [{ type: MonkeyIconComponent, selector: "monkey-icon", inputs: ["icon", "color", "contrast", "disabled"] }], directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
3196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyButtonComponent, decorators: [{
3221
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyButtonComponent, decorators: [{
3197
3222
  type: Component,
3198
3223
  args: [{
3199
3224
  selector: 'monkey-button',
@@ -3304,8 +3329,8 @@ class MonkeyButtonDropdownComponent {
3304
3329
  }, 20);
3305
3330
  }
3306
3331
  }
3307
- MonkeyButtonDropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyButtonDropdownComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
3308
- MonkeyButtonDropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyButtonDropdownComponent, selector: "monkey-button-dropdown", inputs: { label: "label", type: "type", listenClicks: "listenClicks" }, host: { listeners: { "document:click": "clickout($event)", "click": "clickon($event)" } }, ngImport: i0, template: `
3332
+ MonkeyButtonDropdownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyButtonDropdownComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
3333
+ MonkeyButtonDropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyButtonDropdownComponent, selector: "monkey-button-dropdown", inputs: { label: "label", type: "type", listenClicks: "listenClicks" }, host: { listeners: { "document:click": "clickout($event)", "click": "clickon($event)" } }, ngImport: i0, template: `
3309
3334
  <mecx-button-dropdown
3310
3335
  [ngClass]="{
3311
3336
  trigger: type === 'filled',
@@ -3334,7 +3359,7 @@ MonkeyButtonDropdownComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
3334
3359
  </mecx-button-dropdown-options>
3335
3360
  </mecx-button-dropdown>
3336
3361
  `, isInline: true, components: [{ type: MonkeyIconComponent, selector: "monkey-icon", inputs: ["icon", "color", "contrast", "disabled"] }], directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
3337
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyButtonDropdownComponent, decorators: [{
3362
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyButtonDropdownComponent, decorators: [{
3338
3363
  type: Component,
3339
3364
  args: [{
3340
3365
  selector: 'monkey-button-dropdown',
@@ -3399,8 +3424,8 @@ class MonkeyButtonAvatarComponent {
3399
3424
  this._handledValue = label?.charAt(0);
3400
3425
  }
3401
3426
  }
3402
- MonkeyButtonAvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyButtonAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3403
- MonkeyButtonAvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyButtonAvatarComponent, selector: "monkey-button-avatar", inputs: { label: "label", type: "type", size: "size", img: "img" }, ngImport: i0, template: `
3427
+ MonkeyButtonAvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyButtonAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3428
+ MonkeyButtonAvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyButtonAvatarComponent, selector: "monkey-button-avatar", inputs: { label: "label", type: "type", size: "size", img: "img" }, ngImport: i0, template: `
3404
3429
  <div
3405
3430
  [ngClass]="'mecx-button-avatar mecx-button-avatar__' + type + ' mecx-button-avatar__' + size"
3406
3431
  >
@@ -3408,7 +3433,7 @@ MonkeyButtonAvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
3408
3433
  <span *ngIf="!img && _handledValue">{{ _handledValue }}</span>
3409
3434
  </div>
3410
3435
  `, isInline: true, directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
3411
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyButtonAvatarComponent, decorators: [{
3436
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyButtonAvatarComponent, decorators: [{
3412
3437
  type: Component,
3413
3438
  args: [{
3414
3439
  selector: 'monkey-button-avatar',
@@ -3434,8 +3459,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
3434
3459
 
3435
3460
  class MonkeyIconModule {
3436
3461
  }
3437
- MonkeyIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3438
- MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconModule, declarations: [MonkeyArrowsComponent,
3462
+ MonkeyIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3463
+ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconModule, declarations: [MonkeyArrowsComponent,
3439
3464
  MonkeyIconArrowDownComponent,
3440
3465
  MonkeyIconArrowLeftComponent,
3441
3466
  MonkeyIconArrowRightComponent,
@@ -3518,6 +3543,7 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
3518
3543
  MonkeyIconSecondWarningComponent,
3519
3544
  MonkeyIconSettingsComponent,
3520
3545
  MonkeyIconShieldChekmarkComponent,
3546
+ MonkeyIconStarComponent,
3521
3547
  MonkeyIconTodayComponent,
3522
3548
  MonkeyIconTrashComponent,
3523
3549
  MonkeyIconTrophyComponent,
@@ -3527,8 +3553,8 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
3527
3553
  MonkeyIconWaitingComponent,
3528
3554
  MonkeyIconWalletComponent,
3529
3555
  MonkeyIconWarningComponent], imports: [CommonModule], exports: [MonkeyIconComponent] });
3530
- MonkeyIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconModule, imports: [[CommonModule]] });
3531
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconModule, decorators: [{
3556
+ MonkeyIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconModule, imports: [[CommonModule]] });
3557
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconModule, decorators: [{
3532
3558
  type: NgModule,
3533
3559
  args: [{
3534
3560
  declarations: [
@@ -3615,6 +3641,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
3615
3641
  MonkeyIconSecondWarningComponent,
3616
3642
  MonkeyIconSettingsComponent,
3617
3643
  MonkeyIconShieldChekmarkComponent,
3644
+ MonkeyIconStarComponent,
3618
3645
  MonkeyIconTodayComponent,
3619
3646
  MonkeyIconTrashComponent,
3620
3647
  MonkeyIconTrophyComponent,
@@ -3633,10 +3660,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
3633
3660
 
3634
3661
  class MonkeyButtonModule {
3635
3662
  }
3636
- MonkeyButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3637
- MonkeyButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyButtonModule, declarations: [MonkeyButtonComponent, MonkeyButtonDropdownComponent, MonkeyButtonAvatarComponent], imports: [CommonModule, FormsModule, ReactiveFormsModule, MonkeyIconModule], exports: [MonkeyButtonComponent, MonkeyButtonDropdownComponent, MonkeyButtonAvatarComponent] });
3638
- MonkeyButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyButtonModule, imports: [[CommonModule, FormsModule, ReactiveFormsModule, MonkeyIconModule]] });
3639
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyButtonModule, decorators: [{
3663
+ MonkeyButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3664
+ MonkeyButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyButtonModule, declarations: [MonkeyButtonComponent, MonkeyButtonDropdownComponent, MonkeyButtonAvatarComponent], imports: [CommonModule, FormsModule, ReactiveFormsModule, MonkeyIconModule], exports: [MonkeyButtonComponent, MonkeyButtonDropdownComponent, MonkeyButtonAvatarComponent] });
3665
+ MonkeyButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyButtonModule, imports: [[CommonModule, FormsModule, ReactiveFormsModule, MonkeyIconModule]] });
3666
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyButtonModule, decorators: [{
3640
3667
  type: NgModule,
3641
3668
  args: [{
3642
3669
  declarations: [MonkeyButtonComponent, MonkeyButtonDropdownComponent, MonkeyButtonAvatarComponent],
@@ -3877,8 +3904,8 @@ class MonkeyDateRangePickerComponent {
3877
3904
  this.unsubscribeAll.complete();
3878
3905
  }
3879
3906
  }
3880
- MonkeyDateRangePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyDateRangePickerComponent, deps: [{ token: i1$2.FormBuilder }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
3881
- MonkeyDateRangePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyDateRangePickerComponent, selector: "monkey-date-range-picker", inputs: { label: "label", helperMessage: "helperMessage", i18n: "i18n", infoMessage: "infoMessage", errorMessage: "errorMessage", moveDaysForward: "moveDaysForward", minDate: "minDate", value: "value" }, outputs: { onChange: "onChange" }, providers: [
3907
+ MonkeyDateRangePickerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyDateRangePickerComponent, deps: [{ token: i1$2.FormBuilder }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
3908
+ MonkeyDateRangePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyDateRangePickerComponent, selector: "monkey-date-range-picker", inputs: { label: "label", helperMessage: "helperMessage", i18n: "i18n", infoMessage: "infoMessage", errorMessage: "errorMessage", moveDaysForward: "moveDaysForward", minDate: "minDate", value: "value" }, outputs: { onChange: "onChange" }, providers: [
3882
3909
  {
3883
3910
  provide: NG_VALUE_ACCESSOR,
3884
3911
  useExisting: forwardRef(() => MonkeyDateRangePickerComponent),
@@ -4073,7 +4100,7 @@ MonkeyDateRangePickerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
4073
4100
  </mecx-date-range-picker-group-action>
4074
4101
  </mecx-date-range-picker-group>
4075
4102
  `, isInline: true, components: [{ type: MonkeyButtonComponent, selector: "monkey-button", inputs: ["label", "icon", "iconPosition", "type", "color", "disabled", "size"] }], directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], encapsulation: i0.ViewEncapsulation.None });
4076
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyDateRangePickerComponent, decorators: [{
4103
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyDateRangePickerComponent, decorators: [{
4077
4104
  type: Component,
4078
4105
  args: [{
4079
4106
  selector: 'monkey-date-range-picker',
@@ -4297,10 +4324,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
4297
4324
 
4298
4325
  class MonkeyDateRangePickerModule {
4299
4326
  }
4300
- MonkeyDateRangePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyDateRangePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4301
- MonkeyDateRangePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyDateRangePickerModule, declarations: [MonkeyDateRangePickerComponent], imports: [CommonModule, FormsModule, ReactiveFormsModule, MonkeyButtonModule, MonkeyIconModule], exports: [MonkeyDateRangePickerComponent] });
4302
- MonkeyDateRangePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyDateRangePickerModule, imports: [[CommonModule, FormsModule, ReactiveFormsModule, MonkeyButtonModule, MonkeyIconModule]] });
4303
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyDateRangePickerModule, decorators: [{
4327
+ MonkeyDateRangePickerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyDateRangePickerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4328
+ MonkeyDateRangePickerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyDateRangePickerModule, declarations: [MonkeyDateRangePickerComponent], imports: [CommonModule, FormsModule, ReactiveFormsModule, MonkeyButtonModule, MonkeyIconModule], exports: [MonkeyDateRangePickerComponent] });
4329
+ MonkeyDateRangePickerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyDateRangePickerModule, imports: [[CommonModule, FormsModule, ReactiveFormsModule, MonkeyButtonModule, MonkeyIconModule]] });
4330
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyDateRangePickerModule, decorators: [{
4304
4331
  type: NgModule,
4305
4332
  args: [{
4306
4333
  declarations: [MonkeyDateRangePickerComponent],
@@ -4444,8 +4471,8 @@ class MonkeyInputComponent {
4444
4471
  }
4445
4472
  }
4446
4473
  }
4447
- MonkeyInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyInputComponent, deps: [{ token: i1$1.CurrencyPipe }, { token: MonkeyStyleGuideSettingsService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
4448
- MonkeyInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyInputComponent, selector: "monkey-input", inputs: { name: "name", label: "label", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", type: "type", infoMessage: "infoMessage", errorMessage: "errorMessage", mask: "mask", prefix: "prefix", maxLength: "maxLength", onlyNumber: "onlyNumber", onlyAlphaNumeric: "onlyAlphaNumeric", upperCase: "upperCase", lowerCase: "lowerCase", capitalize: "capitalize", currency: "currency", percent: "percent", maxDateToday: "maxDateToday", value: "value" }, outputs: { onChange: "onChange" }, host: { listeners: { "click": "onClick()" } }, providers: [
4474
+ MonkeyInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyInputComponent, deps: [{ token: i1$1.CurrencyPipe }, { token: MonkeyStyleGuideSettingsService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
4475
+ MonkeyInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyInputComponent, selector: "monkey-input", inputs: { name: "name", label: "label", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", type: "type", infoMessage: "infoMessage", errorMessage: "errorMessage", mask: "mask", prefix: "prefix", maxLength: "maxLength", onlyNumber: "onlyNumber", onlyAlphaNumeric: "onlyAlphaNumeric", upperCase: "upperCase", lowerCase: "lowerCase", capitalize: "capitalize", currency: "currency", percent: "percent", maxDateToday: "maxDateToday", value: "value" }, outputs: { onChange: "onChange" }, host: { listeners: { "click": "onClick()" } }, providers: [
4449
4476
  {
4450
4477
  provide: NG_VALUE_ACCESSOR,
4451
4478
  useExisting: forwardRef(() => MonkeyInputComponent),
@@ -4535,7 +4562,7 @@ MonkeyInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
4535
4562
  </mecx-form-field-footer>
4536
4563
  </mecx-form-field>
4537
4564
  `, isInline: true, components: [{ type: MonkeyIconComponent, selector: "monkey-icon", inputs: ["icon", "color", "contrast", "disabled"] }], directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i1$3.MaskDirective, selector: "input[mask], textarea[mask]", inputs: ["mask", "specialCharacters", "patterns", "prefix", "suffix", "thousandSeparator", "decimalMarker", "dropSpecialCharacters", "hiddenInput", "showMaskTyped", "placeHolderCharacter", "shownMaskExpression", "showTemplate", "clearIfNotMatch", "validation", "separatorLimit", "allowNegativeNumbers"] }, { type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], encapsulation: i0.ViewEncapsulation.None });
4538
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyInputComponent, decorators: [{
4565
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyInputComponent, decorators: [{
4539
4566
  type: Component,
4540
4567
  args: [{
4541
4568
  selector: 'monkey-input',
@@ -4769,8 +4796,8 @@ class MonkeyInputFilterComponent {
4769
4796
  document.getElementById(_id).focus();
4770
4797
  }
4771
4798
  }
4772
- MonkeyInputFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyInputFilterComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.CurrencyPipe }, { token: MonkeyStyleGuideSettingsService }], target: i0.ɵɵFactoryTarget.Component });
4773
- MonkeyInputFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyInputFilterComponent, selector: "monkey-input-filter", inputs: { name: "name", label: "label", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", type: "type", infoMessage: "infoMessage", errorMessage: "errorMessage", mask: "mask", prefix: "prefix", onlyNumber: "onlyNumber", onlyAlphaNumeric: "onlyAlphaNumeric", upperCase: "upperCase", lowerCase: "lowerCase", capitalize: "capitalize", currency: "currency", iconPosition: "iconPosition", value: "value" }, outputs: { onChange: "onChange" }, host: { listeners: { "click": "onClick($event)" } }, providers: [
4799
+ MonkeyInputFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyInputFilterComponent, deps: [{ token: i0.ElementRef }, { token: i1$1.CurrencyPipe }, { token: MonkeyStyleGuideSettingsService }], target: i0.ɵɵFactoryTarget.Component });
4800
+ MonkeyInputFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyInputFilterComponent, selector: "monkey-input-filter", inputs: { name: "name", label: "label", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", type: "type", infoMessage: "infoMessage", errorMessage: "errorMessage", mask: "mask", prefix: "prefix", onlyNumber: "onlyNumber", onlyAlphaNumeric: "onlyAlphaNumeric", upperCase: "upperCase", lowerCase: "lowerCase", capitalize: "capitalize", currency: "currency", iconPosition: "iconPosition", value: "value" }, outputs: { onChange: "onChange" }, host: { listeners: { "click": "onClick($event)" } }, providers: [
4774
4801
  {
4775
4802
  provide: NG_VALUE_ACCESSOR,
4776
4803
  useExisting: forwardRef(() => MonkeyInputFilterComponent),
@@ -4840,7 +4867,7 @@ MonkeyInputFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
4840
4867
  </mecx-form-field-body>
4841
4868
  </mecx-form-field-filter>
4842
4869
  `, isInline: true, components: [{ type: MonkeyIconComponent, selector: "monkey-icon", inputs: ["icon", "color", "contrast", "disabled"] }], directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i1$3.MaskDirective, selector: "input[mask], textarea[mask]", inputs: ["mask", "specialCharacters", "patterns", "prefix", "suffix", "thousandSeparator", "decimalMarker", "dropSpecialCharacters", "hiddenInput", "showMaskTyped", "placeHolderCharacter", "shownMaskExpression", "showTemplate", "clearIfNotMatch", "validation", "separatorLimit", "allowNegativeNumbers"] }, { type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], encapsulation: i0.ViewEncapsulation.None });
4843
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyInputFilterComponent, decorators: [{
4870
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyInputFilterComponent, decorators: [{
4844
4871
  type: Component,
4845
4872
  args: [{
4846
4873
  selector: 'monkey-input-filter',
@@ -4962,18 +4989,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
4962
4989
 
4963
4990
  class MonkeyInputModule {
4964
4991
  }
4965
- MonkeyInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4966
- MonkeyInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyInputModule, declarations: [MonkeyInputComponent, MonkeyInputFilterComponent], imports: [CommonModule,
4992
+ MonkeyInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4993
+ MonkeyInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyInputModule, declarations: [MonkeyInputComponent, MonkeyInputFilterComponent], imports: [CommonModule,
4967
4994
  FormsModule,
4968
4995
  ReactiveFormsModule, i1$3.NgxMaskModule, MonkeyIconModule], exports: [MonkeyInputComponent, MonkeyInputFilterComponent] });
4969
- MonkeyInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyInputModule, imports: [[
4996
+ MonkeyInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyInputModule, imports: [[
4970
4997
  CommonModule,
4971
4998
  FormsModule,
4972
4999
  ReactiveFormsModule,
4973
5000
  NgxMaskModule.forRoot(),
4974
5001
  MonkeyIconModule,
4975
5002
  ]] });
4976
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyInputModule, decorators: [{
5003
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyInputModule, decorators: [{
4977
5004
  type: NgModule,
4978
5005
  args: [{
4979
5006
  declarations: [MonkeyInputComponent, MonkeyInputFilterComponent],
@@ -5010,8 +5037,8 @@ class MonkeyOptionComponent {
5010
5037
  }
5011
5038
  }
5012
5039
  }
5013
- MonkeyOptionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyOptionComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
5014
- MonkeyOptionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyOptionComponent, selector: "monkey-option", inputs: { type: "type", label: "label", value: "value", selectAll: "selectAll", selected: "selected", enableClick: "enableClick" }, outputs: { onSelectOption: "onSelectOption" }, host: { listeners: { "click": "onClick($event)" } }, providers: [
5040
+ MonkeyOptionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyOptionComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
5041
+ MonkeyOptionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyOptionComponent, selector: "monkey-option", inputs: { type: "type", label: "label", value: "value", selectAll: "selectAll", selected: "selected", enableClick: "enableClick" }, outputs: { onSelectOption: "onSelectOption" }, host: { listeners: { "click": "onClick($event)" } }, providers: [
5015
5042
  {
5016
5043
  provide: NG_VALUE_ACCESSOR,
5017
5044
  useExisting: forwardRef(() => MonkeyOptionComponent),
@@ -5050,7 +5077,7 @@ MonkeyOptionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
5050
5077
  <p class="mecx-radio-mark"></p>
5051
5078
  </label>
5052
5079
  `, isInline: true, directives: [{ type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
5053
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyOptionComponent, decorators: [{
5080
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyOptionComponent, decorators: [{
5054
5081
  type: Component,
5055
5082
  args: [{
5056
5083
  selector: 'monkey-option',
@@ -5117,12 +5144,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
5117
5144
 
5118
5145
  class MonkeyOptionModule {
5119
5146
  }
5120
- MonkeyOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5121
- MonkeyOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyOptionModule, declarations: [MonkeyOptionComponent], imports: [CommonModule], exports: [MonkeyOptionComponent] });
5122
- MonkeyOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyOptionModule, imports: [[
5147
+ MonkeyOptionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyOptionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
5148
+ MonkeyOptionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyOptionModule, declarations: [MonkeyOptionComponent], imports: [CommonModule], exports: [MonkeyOptionComponent] });
5149
+ MonkeyOptionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyOptionModule, imports: [[
5123
5150
  CommonModule
5124
5151
  ]] });
5125
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyOptionModule, decorators: [{
5152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyOptionModule, decorators: [{
5126
5153
  type: NgModule,
5127
5154
  args: [{
5128
5155
  declarations: [
@@ -5249,8 +5276,8 @@ class MonkeySelectComponent {
5249
5276
  this.onHandleSelected();
5250
5277
  }
5251
5278
  }
5252
- MonkeySelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeySelectComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
5253
- MonkeySelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeySelectComponent, selector: "monkey-select", inputs: { label: "label", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", infoMessage: "infoMessage", errorMessage: "errorMessage", labelSelect: "labelSelect", onHandleOptions: "onHandleOptions", value: "value" }, outputs: { onChange: "onChange" }, host: { listeners: { "document:click": "clickout()" } }, providers: [
5279
+ MonkeySelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeySelectComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
5280
+ MonkeySelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeySelectComponent, selector: "monkey-select", inputs: { label: "label", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", infoMessage: "infoMessage", errorMessage: "errorMessage", labelSelect: "labelSelect", onHandleOptions: "onHandleOptions", value: "value" }, outputs: { onChange: "onChange" }, host: { listeners: { "document:click": "clickout()" } }, providers: [
5254
5281
  {
5255
5282
  provide: NG_VALUE_ACCESSOR,
5256
5283
  useExisting: forwardRef(() => MonkeySelectComponent),
@@ -5295,7 +5322,7 @@ MonkeySelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
5295
5322
  </mecx-form-field-footer>
5296
5323
  </mecx-form-field>
5297
5324
  `, isInline: true, components: [{ type: MonkeyIconComponent, selector: "monkey-icon", inputs: ["icon", "color", "contrast", "disabled"] }], directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
5298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeySelectComponent, decorators: [{
5325
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeySelectComponent, decorators: [{
5299
5326
  type: Component,
5300
5327
  args: [{
5301
5328
  selector: 'monkey-select',
@@ -5415,9 +5442,9 @@ class PhoneNumberValidDirective {
5415
5442
  this.onValidate();
5416
5443
  }
5417
5444
  }
5418
- PhoneNumberValidDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: PhoneNumberValidDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5419
- PhoneNumberValidDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.0", type: PhoneNumberValidDirective, selector: "[phoneNumberValidate]", inputs: { phoneNumber: "phoneNumber", internationalNumber: "internationalNumber", ctrl: "ctrl" }, usesOnChanges: true, ngImport: i0 });
5420
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: PhoneNumberValidDirective, decorators: [{
5445
+ PhoneNumberValidDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PhoneNumberValidDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
5446
+ PhoneNumberValidDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: PhoneNumberValidDirective, selector: "[phoneNumberValidate]", inputs: { phoneNumber: "phoneNumber", internationalNumber: "internationalNumber", ctrl: "ctrl" }, usesOnChanges: true, ngImport: i0 });
5447
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PhoneNumberValidDirective, decorators: [{
5421
5448
  type: Directive,
5422
5449
  args: [{
5423
5450
  selector: '[phoneNumberValidate]',
@@ -5534,8 +5561,8 @@ class MonkeyInputPhoneComponent {
5534
5561
  }
5535
5562
  }
5536
5563
  }
5537
- MonkeyInputPhoneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyInputPhoneComponent, deps: [{ token: i1$2.NgControl, optional: true, self: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
5538
- MonkeyInputPhoneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyInputPhoneComponent, selector: "monkey-input-phone", inputs: { name: "name", label: "label", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", infoMessage: "infoMessage", errorMessage: "errorMessage", maxLength: "maxLength", internationalNumber: "internationalNumber", value: "value" }, outputs: { onChange: "onChange" }, host: { listeners: { "click": "onClick()" } }, ngImport: i0, template: `
5564
+ MonkeyInputPhoneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyInputPhoneComponent, deps: [{ token: i1$2.NgControl, optional: true, self: true }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
5565
+ MonkeyInputPhoneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyInputPhoneComponent, selector: "monkey-input-phone", inputs: { name: "name", label: "label", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", infoMessage: "infoMessage", errorMessage: "errorMessage", maxLength: "maxLength", internationalNumber: "internationalNumber", value: "value" }, outputs: { onChange: "onChange" }, host: { listeners: { "click": "onClick()" } }, ngImport: i0, template: `
5539
5566
  <mecx-form-field [ngClass]="{ disabled: _disabled }" [id]="_id">
5540
5567
  <mecx-form-field-header>
5541
5568
  <label>
@@ -5586,7 +5613,7 @@ MonkeyInputPhoneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
5586
5613
  </mecx-form-field-footer>
5587
5614
  </mecx-form-field>
5588
5615
  `, isInline: true, components: [{ type: MonkeyIconComponent, selector: "monkey-icon", inputs: ["icon", "color", "contrast", "disabled"] }, { type: MonkeySelectComponent, selector: "monkey-select", inputs: ["label", "helperMessage", "placeholder", "icon", "infoMessage", "errorMessage", "labelSelect", "onHandleOptions", "value"], outputs: ["onChange"] }, { type: MonkeyOptionComponent, selector: "monkey-option", inputs: ["type", "label", "value", "selectAll", "selected", "enableClick"], outputs: ["onSelectOption"] }], directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: PhoneNumberValidDirective, selector: "[phoneNumberValidate]", inputs: ["phoneNumber", "internationalNumber", "ctrl"] }], encapsulation: i0.ViewEncapsulation.None });
5589
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyInputPhoneComponent, decorators: [{
5616
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyInputPhoneComponent, decorators: [{
5590
5617
  type: Component,
5591
5618
  args: [{
5592
5619
  selector: 'monkey-input-phone',
@@ -5842,8 +5869,8 @@ class MonkeySelectMultipleComponent {
5842
5869
  this.onHandleSelected();
5843
5870
  }
5844
5871
  }
5845
- MonkeySelectMultipleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeySelectMultipleComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
5846
- MonkeySelectMultipleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeySelectMultipleComponent, selector: "monkey-select-multiple", inputs: { label: "label", labelMoreValues: "labelMoreValues", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", infoMessage: "infoMessage", errorMessage: "errorMessage", value: "value" }, outputs: { onChange: "onChange" }, host: { listeners: { "document:click": "clickout()" } }, providers: [
5872
+ MonkeySelectMultipleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeySelectMultipleComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
5873
+ MonkeySelectMultipleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeySelectMultipleComponent, selector: "monkey-select-multiple", inputs: { label: "label", labelMoreValues: "labelMoreValues", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", infoMessage: "infoMessage", errorMessage: "errorMessage", value: "value" }, outputs: { onChange: "onChange" }, host: { listeners: { "document:click": "clickout()" } }, providers: [
5847
5874
  {
5848
5875
  provide: NG_VALUE_ACCESSOR,
5849
5876
  useExisting: forwardRef(() => MonkeySelectMultipleComponent),
@@ -5889,7 +5916,7 @@ MonkeySelectMultipleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "1
5889
5916
  </mecx-form-field-footer>
5890
5917
  </mecx-form-field>
5891
5918
  `, isInline: true, components: [{ type: MonkeyIconComponent, selector: "monkey-icon", inputs: ["icon", "color", "contrast", "disabled"] }], directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
5892
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeySelectMultipleComponent, decorators: [{
5919
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeySelectMultipleComponent, decorators: [{
5893
5920
  type: Component,
5894
5921
  args: [{
5895
5922
  selector: 'monkey-select-multiple',
@@ -6127,8 +6154,8 @@ class MonkeySelectSearchComponent {
6127
6154
  }, 400);
6128
6155
  }
6129
6156
  }
6130
- MonkeySelectSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeySelectSearchComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
6131
- MonkeySelectSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeySelectSearchComponent, selector: "monkey-select-search", inputs: { label: "label", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", infoMessage: "infoMessage", errorMessage: "errorMessage", labelSelect: "labelSelect", fieldToCompare: "fieldToCompare", onHandleOptions: "onHandleOptions", value: "value" }, outputs: { onChange: "onChange", onSearch: "onSearch" }, host: { listeners: { "document:click": "clickout()" } }, providers: [
6157
+ MonkeySelectSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeySelectSearchComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
6158
+ MonkeySelectSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeySelectSearchComponent, selector: "monkey-select-search", inputs: { label: "label", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", infoMessage: "infoMessage", errorMessage: "errorMessage", labelSelect: "labelSelect", fieldToCompare: "fieldToCompare", onHandleOptions: "onHandleOptions", value: "value" }, outputs: { onChange: "onChange", onSearch: "onSearch" }, host: { listeners: { "document:click": "clickout()" } }, providers: [
6132
6159
  {
6133
6160
  provide: NG_VALUE_ACCESSOR,
6134
6161
  useExisting: forwardRef(() => MonkeySelectSearchComponent),
@@ -6176,7 +6203,7 @@ MonkeySelectSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
6176
6203
  </mecx-form-field-footer>
6177
6204
  </mecx-form-field>
6178
6205
  `, isInline: true, components: [{ type: MonkeyIconComponent, selector: "monkey-icon", inputs: ["icon", "color", "contrast", "disabled"] }], directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], encapsulation: i0.ViewEncapsulation.None });
6179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeySelectSearchComponent, decorators: [{
6206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeySelectSearchComponent, decorators: [{
6180
6207
  type: Component,
6181
6208
  args: [{
6182
6209
  selector: 'monkey-select-search',
@@ -6366,8 +6393,8 @@ class MonkeySelectFilterComponent {
6366
6393
  this.onHandleSelected();
6367
6394
  }
6368
6395
  }
6369
- MonkeySelectFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeySelectFilterComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
6370
- MonkeySelectFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeySelectFilterComponent, selector: "monkey-select-filter", inputs: { placeholder: "placeholder", icon: "icon", type: "type", value: "value" }, outputs: { onChange: "onChange" }, host: { listeners: { "document:click": "clickout()" } }, providers: [
6396
+ MonkeySelectFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeySelectFilterComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
6397
+ MonkeySelectFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeySelectFilterComponent, selector: "monkey-select-filter", inputs: { placeholder: "placeholder", icon: "icon", type: "type", value: "value" }, outputs: { onChange: "onChange" }, host: { listeners: { "document:click": "clickout()" } }, providers: [
6371
6398
  {
6372
6399
  provide: NG_VALUE_ACCESSOR,
6373
6400
  useExisting: forwardRef(() => MonkeySelectFilterComponent),
@@ -6399,7 +6426,7 @@ MonkeySelectFilterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
6399
6426
  </mecx-select-options>
6400
6427
  </mecx-select-inside>
6401
6428
  `, isInline: true, components: [{ type: MonkeyIconComponent, selector: "monkey-icon", inputs: ["icon", "color", "contrast", "disabled"] }], directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
6402
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeySelectFilterComponent, decorators: [{
6429
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeySelectFilterComponent, decorators: [{
6403
6430
  type: Component,
6404
6431
  args: [{
6405
6432
  selector: 'monkey-select-filter',
@@ -6461,8 +6488,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
6461
6488
 
6462
6489
  class MonkeySelectModule {
6463
6490
  }
6464
- MonkeySelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeySelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6465
- MonkeySelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeySelectModule, declarations: [MonkeySelectComponent,
6491
+ MonkeySelectModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeySelectModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6492
+ MonkeySelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeySelectModule, declarations: [MonkeySelectComponent,
6466
6493
  MonkeySelectMultipleComponent,
6467
6494
  MonkeySelectSearchComponent,
6468
6495
  MonkeySelectFilterComponent], imports: [CommonModule,
@@ -6474,7 +6501,7 @@ MonkeySelectModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", vers
6474
6501
  MonkeySelectMultipleComponent,
6475
6502
  MonkeySelectSearchComponent,
6476
6503
  MonkeySelectFilterComponent] });
6477
- MonkeySelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeySelectModule, imports: [[
6504
+ MonkeySelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeySelectModule, imports: [[
6478
6505
  CommonModule,
6479
6506
  FormsModule,
6480
6507
  ReactiveFormsModule,
@@ -6482,7 +6509,7 @@ MonkeySelectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
6482
6509
  MonkeyOptionModule,
6483
6510
  MonkeyIconModule,
6484
6511
  ]] });
6485
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeySelectModule, decorators: [{
6512
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeySelectModule, decorators: [{
6486
6513
  type: NgModule,
6487
6514
  args: [{
6488
6515
  declarations: [
@@ -6511,13 +6538,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
6511
6538
 
6512
6539
  class MonkeyInputPhoneModule {
6513
6540
  }
6514
- MonkeyInputPhoneModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyInputPhoneModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6515
- MonkeyInputPhoneModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyInputPhoneModule, declarations: [MonkeyInputPhoneComponent, PhoneNumberValidDirective], imports: [CommonModule,
6541
+ MonkeyInputPhoneModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyInputPhoneModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6542
+ MonkeyInputPhoneModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyInputPhoneModule, declarations: [MonkeyInputPhoneComponent, PhoneNumberValidDirective], imports: [CommonModule,
6516
6543
  FormsModule,
6517
6544
  ReactiveFormsModule, i1$3.NgxMaskModule, MonkeyIconModule,
6518
6545
  MonkeySelectModule,
6519
6546
  MonkeyOptionModule], exports: [MonkeyInputPhoneComponent] });
6520
- MonkeyInputPhoneModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyInputPhoneModule, imports: [[
6547
+ MonkeyInputPhoneModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyInputPhoneModule, imports: [[
6521
6548
  CommonModule,
6522
6549
  FormsModule,
6523
6550
  ReactiveFormsModule,
@@ -6526,7 +6553,7 @@ MonkeyInputPhoneModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0",
6526
6553
  MonkeySelectModule,
6527
6554
  MonkeyOptionModule,
6528
6555
  ]] });
6529
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyInputPhoneModule, decorators: [{
6556
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyInputPhoneModule, decorators: [{
6530
6557
  type: NgModule,
6531
6558
  args: [{
6532
6559
  declarations: [MonkeyInputPhoneComponent, PhoneNumberValidDirective],
@@ -6587,8 +6614,8 @@ class MonkeyCheckboxComponent {
6587
6614
  this.writeValue(value);
6588
6615
  }
6589
6616
  }
6590
- MonkeyCheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6591
- MonkeyCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyCheckboxComponent, selector: "monkey-checkbox", inputs: { label: "label", type: "type", helperMessage: "helperMessage", infoMessage: "infoMessage", errorMessage: "errorMessage", description: "description", value: "value" }, outputs: { onChange: "onChange" }, providers: [
6617
+ MonkeyCheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6618
+ MonkeyCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyCheckboxComponent, selector: "monkey-checkbox", inputs: { label: "label", type: "type", helperMessage: "helperMessage", infoMessage: "infoMessage", errorMessage: "errorMessage", description: "description", value: "value" }, outputs: { onChange: "onChange" }, providers: [
6592
6619
  {
6593
6620
  provide: NG_VALUE_ACCESSOR,
6594
6621
  useExisting: forwardRef(() => MonkeyCheckboxComponent),
@@ -6633,7 +6660,7 @@ MonkeyCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
6633
6660
  </mecx-form-field>
6634
6661
  </ng-template>
6635
6662
  `, isInline: true, directives: [{ type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$2.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1$2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], encapsulation: i0.ViewEncapsulation.None });
6636
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyCheckboxComponent, decorators: [{
6663
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyCheckboxComponent, decorators: [{
6637
6664
  type: Component,
6638
6665
  args: [{
6639
6666
  selector: 'monkey-checkbox',
@@ -6705,10 +6732,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
6705
6732
 
6706
6733
  class MonkeyCheckboxModule {
6707
6734
  }
6708
- MonkeyCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6709
- MonkeyCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyCheckboxModule, declarations: [MonkeyCheckboxComponent], imports: [CommonModule, FormsModule, ReactiveFormsModule], exports: [MonkeyCheckboxComponent] });
6710
- MonkeyCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyCheckboxModule, imports: [[CommonModule, FormsModule, ReactiveFormsModule]] });
6711
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyCheckboxModule, decorators: [{
6735
+ MonkeyCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6736
+ MonkeyCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyCheckboxModule, declarations: [MonkeyCheckboxComponent], imports: [CommonModule, FormsModule, ReactiveFormsModule], exports: [MonkeyCheckboxComponent] });
6737
+ MonkeyCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyCheckboxModule, imports: [[CommonModule, FormsModule, ReactiveFormsModule]] });
6738
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyCheckboxModule, decorators: [{
6712
6739
  type: NgModule,
6713
6740
  args: [{
6714
6741
  declarations: [MonkeyCheckboxComponent],
@@ -6790,8 +6817,8 @@ class MonkeyRadioButtonComponent {
6790
6817
  this.onHandleSelected();
6791
6818
  }
6792
6819
  }
6793
- MonkeyRadioButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyRadioButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6794
- MonkeyRadioButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyRadioButtonComponent, selector: "monkey-radiobutton", inputs: { label: "label", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", infoMessage: "infoMessage", errorMessage: "errorMessage", value: "value" }, outputs: { onChange: "onChange" }, providers: [
6820
+ MonkeyRadioButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyRadioButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6821
+ MonkeyRadioButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyRadioButtonComponent, selector: "monkey-radiobutton", inputs: { label: "label", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", infoMessage: "infoMessage", errorMessage: "errorMessage", value: "value" }, outputs: { onChange: "onChange" }, providers: [
6795
6822
  {
6796
6823
  provide: NG_VALUE_ACCESSOR,
6797
6824
  useExisting: forwardRef(() => MonkeyRadioButtonComponent),
@@ -6820,7 +6847,7 @@ MonkeyRadioButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0
6820
6847
  </mecx-form-field-footer>
6821
6848
  </mecx-form-field>
6822
6849
  `, isInline: true, directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
6823
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyRadioButtonComponent, decorators: [{
6850
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyRadioButtonComponent, decorators: [{
6824
6851
  type: Component,
6825
6852
  args: [{
6826
6853
  selector: 'monkey-radiobutton',
@@ -6879,16 +6906,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
6879
6906
 
6880
6907
  class MonkeyRadioButtonModule {
6881
6908
  }
6882
- MonkeyRadioButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyRadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6883
- MonkeyRadioButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyRadioButtonModule, declarations: [MonkeyRadioButtonComponent], imports: [CommonModule,
6909
+ MonkeyRadioButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyRadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6910
+ MonkeyRadioButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyRadioButtonModule, declarations: [MonkeyRadioButtonComponent], imports: [CommonModule,
6884
6911
  FormsModule,
6885
6912
  ReactiveFormsModule], exports: [MonkeyRadioButtonComponent] });
6886
- MonkeyRadioButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyRadioButtonModule, imports: [[
6913
+ MonkeyRadioButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyRadioButtonModule, imports: [[
6887
6914
  CommonModule,
6888
6915
  FormsModule,
6889
6916
  ReactiveFormsModule
6890
6917
  ]] });
6891
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyRadioButtonModule, decorators: [{
6918
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyRadioButtonModule, decorators: [{
6892
6919
  type: NgModule,
6893
6920
  args: [{
6894
6921
  declarations: [
@@ -6927,8 +6954,8 @@ class MonkeyWizardComponent {
6927
6954
  this._selectedStep = Number(selectedStep);
6928
6955
  }
6929
6956
  }
6930
- MonkeyWizardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyWizardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6931
- MonkeyWizardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyWizardComponent, selector: "monkey-wizard", inputs: { totalSteps: "totalSteps", selectedStep: "selectedStep", position: "position" }, ngImport: i0, template: `
6957
+ MonkeyWizardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyWizardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
6958
+ MonkeyWizardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyWizardComponent, selector: "monkey-wizard", inputs: { totalSteps: "totalSteps", selectedStep: "selectedStep", position: "position" }, ngImport: i0, template: `
6932
6959
  <div [ngClass]="position">
6933
6960
  <div class="mecx-wizard-body"
6934
6961
  *ngFor="let step of _totalSteps">
@@ -6940,7 +6967,7 @@ MonkeyWizardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
6940
6967
  </div>
6941
6968
  </div>
6942
6969
  `, isInline: true, directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], encapsulation: i0.ViewEncapsulation.None });
6943
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyWizardComponent, decorators: [{
6970
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyWizardComponent, decorators: [{
6944
6971
  type: Component,
6945
6972
  args: [{
6946
6973
  selector: 'monkey-wizard',
@@ -6968,14 +6995,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
6968
6995
 
6969
6996
  class MonkeyWizardModule {
6970
6997
  }
6971
- MonkeyWizardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyWizardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6972
- MonkeyWizardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyWizardModule, declarations: [MonkeyWizardComponent], imports: [CommonModule,
6998
+ MonkeyWizardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyWizardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
6999
+ MonkeyWizardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyWizardModule, declarations: [MonkeyWizardComponent], imports: [CommonModule,
6973
7000
  MonkeyIconModule], exports: [MonkeyWizardComponent] });
6974
- MonkeyWizardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyWizardModule, imports: [[
7001
+ MonkeyWizardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyWizardModule, imports: [[
6975
7002
  CommonModule,
6976
7003
  MonkeyIconModule
6977
7004
  ]] });
6978
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyWizardModule, decorators: [{
7005
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyWizardModule, decorators: [{
6979
7006
  type: NgModule,
6980
7007
  args: [{
6981
7008
  declarations: [
@@ -7111,8 +7138,8 @@ class MonkeyFileUploadComponent {
7111
7138
  this.onChange.next(this.value);
7112
7139
  }
7113
7140
  }
7114
- MonkeyFileUploadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyFileUploadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7115
- MonkeyFileUploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyFileUploadComponent, selector: "monkey-file-upload", inputs: { name: "name", label: "label", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", infoMessage: "infoMessage", uploadOngoingMessage: "uploadOngoingMessage", errorMessage: "errorMessage", listenFiles: "listenFiles", maxSize: "maxSize", allowedExtensions: "allowedExtensions", maxSizeErrorMessage: "maxSizeErrorMessage", allowedExtensionErrorMessage: "allowedExtensionErrorMessage", fileUpload: "fileUpload", value: "value" }, outputs: { onChange: "onChange", onHandleFilesReady: "onHandleFilesReady" }, host: { listeners: { "click": "onClick($event)" } }, providers: [
7141
+ MonkeyFileUploadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyFileUploadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
7142
+ MonkeyFileUploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyFileUploadComponent, selector: "monkey-file-upload", inputs: { name: "name", label: "label", helperMessage: "helperMessage", placeholder: "placeholder", icon: "icon", infoMessage: "infoMessage", uploadOngoingMessage: "uploadOngoingMessage", errorMessage: "errorMessage", listenFiles: "listenFiles", maxSize: "maxSize", allowedExtensions: "allowedExtensions", maxSizeErrorMessage: "maxSizeErrorMessage", allowedExtensionErrorMessage: "allowedExtensionErrorMessage", fileUpload: "fileUpload", value: "value" }, outputs: { onChange: "onChange", onHandleFilesReady: "onHandleFilesReady" }, host: { listeners: { "click": "onClick($event)" } }, providers: [
7116
7143
  {
7117
7144
  provide: NG_VALUE_ACCESSOR,
7118
7145
  useExisting: forwardRef(() => MonkeyFileUploadComponent),
@@ -7174,7 +7201,7 @@ MonkeyFileUploadComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
7174
7201
  </mecx-form-field-footer>
7175
7202
  </mecx-form-field>
7176
7203
  `, isInline: true, components: [{ type: MonkeyIconComponent, selector: "monkey-icon", inputs: ["icon", "color", "contrast", "disabled"] }], directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
7177
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyFileUploadComponent, decorators: [{
7204
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyFileUploadComponent, decorators: [{
7178
7205
  type: Component,
7179
7206
  args: [{
7180
7207
  selector: 'monkey-file-upload',
@@ -7284,18 +7311,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
7284
7311
 
7285
7312
  class MonkeyFileUploadModule {
7286
7313
  }
7287
- MonkeyFileUploadModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyFileUploadModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7288
- MonkeyFileUploadModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyFileUploadModule, declarations: [MonkeyFileUploadComponent], imports: [CommonModule,
7314
+ MonkeyFileUploadModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyFileUploadModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7315
+ MonkeyFileUploadModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyFileUploadModule, declarations: [MonkeyFileUploadComponent], imports: [CommonModule,
7289
7316
  FormsModule,
7290
7317
  ReactiveFormsModule, i1$3.NgxMaskModule, MonkeyIconModule], exports: [MonkeyFileUploadComponent] });
7291
- MonkeyFileUploadModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyFileUploadModule, imports: [[
7318
+ MonkeyFileUploadModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyFileUploadModule, imports: [[
7292
7319
  CommonModule,
7293
7320
  FormsModule,
7294
7321
  ReactiveFormsModule,
7295
7322
  NgxMaskModule.forRoot(),
7296
7323
  MonkeyIconModule,
7297
7324
  ]] });
7298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyFileUploadModule, decorators: [{
7325
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyFileUploadModule, decorators: [{
7299
7326
  type: NgModule,
7300
7327
  args: [{
7301
7328
  declarations: [MonkeyFileUploadComponent],
@@ -7551,8 +7578,8 @@ class MonkeyImageCropComponent {
7551
7578
  this.onHandlePreviewReady.next(file);
7552
7579
  }
7553
7580
  }
7554
- MonkeyImageCropComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyImageCropComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$4.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
7555
- MonkeyImageCropComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyImageCropComponent, selector: "monkey-image-crop", inputs: { label: "label", cropTitle: "cropTitle", labelChangeImage: "labelChangeImage", labelPreviewImage: "labelPreviewImage", helperMessage: "helperMessage", placeholder: "placeholder", maxSize: "maxSize", maxSizeErrorMessage: "maxSizeErrorMessage", allowedExtensionErrorMessage: "allowedExtensionErrorMessage", fileUpload: "fileUpload", onHandleGetFilesReady: "onHandleGetFilesReady" }, outputs: { onHandleFilesReady: "onHandleFilesReady", onHandlePreviewReady: "onHandlePreviewReady" }, host: { listeners: { "mousemove": "moveImg($event)", "touchmove": "moveImg($event)", "document:mouseup": "moveStop()", "document:touchend": "moveStop()" } }, ngImport: i0, template: `
7581
+ MonkeyImageCropComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyImageCropComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$4.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component });
7582
+ MonkeyImageCropComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyImageCropComponent, selector: "monkey-image-crop", inputs: { label: "label", cropTitle: "cropTitle", labelChangeImage: "labelChangeImage", labelPreviewImage: "labelPreviewImage", helperMessage: "helperMessage", placeholder: "placeholder", maxSize: "maxSize", maxSizeErrorMessage: "maxSizeErrorMessage", allowedExtensionErrorMessage: "allowedExtensionErrorMessage", fileUpload: "fileUpload", onHandleGetFilesReady: "onHandleGetFilesReady" }, outputs: { onHandleFilesReady: "onHandleFilesReady", onHandlePreviewReady: "onHandlePreviewReady" }, host: { listeners: { "mousemove": "moveImg($event)", "touchmove": "moveImg($event)", "document:mouseup": "moveStop()", "document:touchend": "moveStop()" } }, ngImport: i0, template: `
7556
7583
  <monkey-file-upload
7557
7584
  [label]="label"
7558
7585
  [helperMessage]="helperMessage"
@@ -7663,7 +7690,7 @@ MonkeyImageCropComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
7663
7690
  {{ labelChangeImage }}
7664
7691
  </monkey-button>
7665
7692
  `, isInline: true, components: [{ type: MonkeyFileUploadComponent, selector: "monkey-file-upload", inputs: ["name", "label", "helperMessage", "placeholder", "icon", "infoMessage", "uploadOngoingMessage", "errorMessage", "listenFiles", "maxSize", "allowedExtensions", "maxSizeErrorMessage", "allowedExtensionErrorMessage", "fileUpload", "value"], outputs: ["onChange", "onHandleFilesReady"] }, { type: MonkeyButtonComponent, selector: "monkey-button", inputs: ["label", "icon", "iconPosition", "type", "color", "disabled", "size"] }], directives: [{ type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
7666
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyImageCropComponent, decorators: [{
7693
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyImageCropComponent, decorators: [{
7667
7694
  type: Component,
7668
7695
  args: [{
7669
7696
  selector: 'monkey-image-crop',
@@ -7822,12 +7849,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
7822
7849
 
7823
7850
  class MonkeyImageCropModule {
7824
7851
  }
7825
- MonkeyImageCropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyImageCropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7826
- MonkeyImageCropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyImageCropModule, declarations: [MonkeyImageCropComponent], imports: [CommonModule,
7852
+ MonkeyImageCropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyImageCropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
7853
+ MonkeyImageCropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyImageCropModule, declarations: [MonkeyImageCropComponent], imports: [CommonModule,
7827
7854
  FormsModule,
7828
7855
  ReactiveFormsModule, i1$3.NgxMaskModule, MonkeyButtonModule,
7829
7856
  MonkeyFileUploadModule], exports: [MonkeyImageCropComponent] });
7830
- MonkeyImageCropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyImageCropModule, imports: [[
7857
+ MonkeyImageCropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyImageCropModule, imports: [[
7831
7858
  CommonModule,
7832
7859
  FormsModule,
7833
7860
  ReactiveFormsModule,
@@ -7835,7 +7862,7 @@ MonkeyImageCropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", v
7835
7862
  MonkeyButtonModule,
7836
7863
  MonkeyFileUploadModule,
7837
7864
  ]] });
7838
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyImageCropModule, decorators: [{
7865
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyImageCropModule, decorators: [{
7839
7866
  type: NgModule,
7840
7867
  args: [{
7841
7868
  declarations: [MonkeyImageCropComponent],
@@ -7910,8 +7937,8 @@ class MonkeyModalComponent {
7910
7937
  this.modalService.close(this.modalRef);
7911
7938
  }
7912
7939
  }
7913
- MonkeyModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyModalComponent, deps: [{ token: MonkeyStyleGuideModalService }], target: i0.ɵɵFactoryTarget.Component });
7914
- MonkeyModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyModalComponent, selector: "monkey-modal", inputs: { config: "config", modalRef: "modalRef", onHandleConfirm: "onHandleConfirm" }, ngImport: i0, template: `
7940
+ MonkeyModalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyModalComponent, deps: [{ token: MonkeyStyleGuideModalService }], target: i0.ɵɵFactoryTarget.Component });
7941
+ MonkeyModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyModalComponent, selector: "monkey-modal", inputs: { config: "config", modalRef: "modalRef", onHandleConfirm: "onHandleConfirm" }, ngImport: i0, template: `
7915
7942
  <mecx-monkey-modal
7916
7943
  [ngClass]="
7917
7944
  'mecx-monkey-modal mecx-monkey-modal__' +
@@ -7990,7 +8017,7 @@ MonkeyModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
7990
8017
  </mecx-monkey-modal>
7991
8018
  <mecx-monkey-modal-background></mecx-monkey-modal-background>
7992
8019
  `, isInline: true, components: [{ type: MonkeyButtonComponent, selector: "monkey-button", inputs: ["label", "icon", "iconPosition", "type", "color", "disabled", "size"] }], directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
7993
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyModalComponent, decorators: [{
8020
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyModalComponent, decorators: [{
7994
8021
  type: Component,
7995
8022
  args: [{
7996
8023
  selector: 'monkey-modal',
@@ -8085,10 +8112,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
8085
8112
 
8086
8113
  class MonkeyModalModule {
8087
8114
  }
8088
- MonkeyModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8089
- MonkeyModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyModalModule, declarations: [MonkeyModalComponent], imports: [CommonModule, FormsModule, ReactiveFormsModule, MonkeyButtonModule], exports: [MonkeyModalComponent] });
8090
- MonkeyModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyModalModule, imports: [[CommonModule, FormsModule, ReactiveFormsModule, MonkeyButtonModule]] });
8091
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyModalModule, decorators: [{
8115
+ MonkeyModalModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyModalModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8116
+ MonkeyModalModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyModalModule, declarations: [MonkeyModalComponent], imports: [CommonModule, FormsModule, ReactiveFormsModule, MonkeyButtonModule], exports: [MonkeyModalComponent] });
8117
+ MonkeyModalModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyModalModule, imports: [[CommonModule, FormsModule, ReactiveFormsModule, MonkeyButtonModule]] });
8118
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyModalModule, decorators: [{
8092
8119
  type: NgModule,
8093
8120
  args: [{
8094
8121
  declarations: [MonkeyModalComponent],
@@ -8117,8 +8144,8 @@ class MonkeyExpansionComponent {
8117
8144
  }
8118
8145
  }
8119
8146
  }
8120
- MonkeyExpansionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyExpansionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8121
- MonkeyExpansionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyExpansionComponent, selector: "monkey-expansion", inputs: { label: "label", helperMessage: "helperMessage", color: "color", disabled: "disabled", open: "open" }, outputs: { onChange: "onChange" }, ngImport: i0, template: `
8147
+ MonkeyExpansionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyExpansionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8148
+ MonkeyExpansionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyExpansionComponent, selector: "monkey-expansion", inputs: { label: "label", helperMessage: "helperMessage", color: "color", disabled: "disabled", open: "open" }, outputs: { onChange: "onChange" }, ngImport: i0, template: `
8122
8149
  <mecx-monkey-expansion
8123
8150
  [id]="_id"
8124
8151
  [ngClass]="
@@ -8153,7 +8180,7 @@ MonkeyExpansionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
8153
8180
  </mecx-monkey-expansion-body>
8154
8181
  </mecx-monkey-expansion>
8155
8182
  `, isInline: true, components: [{ type: MonkeyIconComponent, selector: "monkey-icon", inputs: ["icon", "color", "contrast", "disabled"] }], directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
8156
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyExpansionComponent, decorators: [{
8183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyExpansionComponent, decorators: [{
8157
8184
  type: Component,
8158
8185
  args: [{
8159
8186
  selector: 'monkey-expansion',
@@ -8210,10 +8237,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
8210
8237
 
8211
8238
  class MonkeyExpansionModule {
8212
8239
  }
8213
- MonkeyExpansionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyExpansionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8214
- MonkeyExpansionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyExpansionModule, declarations: [MonkeyExpansionComponent], imports: [CommonModule, MonkeyIconModule], exports: [MonkeyExpansionComponent] });
8215
- MonkeyExpansionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyExpansionModule, imports: [[CommonModule, MonkeyIconModule]] });
8216
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyExpansionModule, decorators: [{
8240
+ MonkeyExpansionModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyExpansionModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8241
+ MonkeyExpansionModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyExpansionModule, declarations: [MonkeyExpansionComponent], imports: [CommonModule, MonkeyIconModule], exports: [MonkeyExpansionComponent] });
8242
+ MonkeyExpansionModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyExpansionModule, imports: [[CommonModule, MonkeyIconModule]] });
8243
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyExpansionModule, decorators: [{
8217
8244
  type: NgModule,
8218
8245
  args: [{
8219
8246
  declarations: [MonkeyExpansionComponent],
@@ -8237,9 +8264,12 @@ class MonkeyTableComponent {
8237
8264
  this.callbackValidation = null;
8238
8265
  this.callbackValidationAll = null;
8239
8266
  this.selectedList = null;
8267
+ this.infoMessage = '';
8268
+ this.pagination = null;
8240
8269
  this.selection = new EventEmitter();
8241
8270
  this.selected = new EventEmitter();
8242
8271
  this.clicked = new EventEmitter();
8272
+ this.onPaginate = new EventEmitter();
8243
8273
  this.list = [];
8244
8274
  this._maxWidth = 100;
8245
8275
  //not to do
@@ -8248,7 +8278,7 @@ class MonkeyTableComponent {
8248
8278
  this.selection.next(this.list);
8249
8279
  }
8250
8280
  handleDataSource() {
8251
- this.newDataSource = this.dataSource.map((data) => {
8281
+ this._newDataSource = this.dataSource.map((data) => {
8252
8282
  let id = null;
8253
8283
  if (this.functionId) {
8254
8284
  id = this.functionId(data);
@@ -8308,12 +8338,12 @@ class MonkeyTableComponent {
8308
8338
  };
8309
8339
  if (!this.list.length) {
8310
8340
  if (callbackValidationAll) {
8311
- callbackValidationAll(this.newDataSource, (newData = null) => {
8341
+ callbackValidationAll(this._newDataSource, (newData = null) => {
8312
8342
  if (newData) {
8313
8343
  this.list = [...newData];
8314
8344
  }
8315
8345
  else {
8316
- this.list = [...this.newDataSource];
8346
+ this.list = [...this._newDataSource];
8317
8347
  }
8318
8348
  continueValidation();
8319
8349
  });
@@ -8328,14 +8358,14 @@ class MonkeyTableComponent {
8328
8358
  return !!this.list.find((value) => value.id === row.id);
8329
8359
  }
8330
8360
  onHandleSelectedAll() {
8331
- return this.list.length === this.newDataSource.length;
8361
+ return this.list.length === this._newDataSource.length;
8332
8362
  }
8333
8363
  onHandleClicked(row) {
8334
8364
  this.clicked.next(row);
8335
8365
  }
8336
8366
  }
8337
- MonkeyTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyTableComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
8338
- MonkeyTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyTableComponent, selector: "monkey-table", inputs: { headers: "headers", dataSource: "dataSource", loading: "loading", rowTemplate: "rowTemplate", selectable: "selectable", showSelectAll: "showSelectAll", callbackValidation: "callbackValidation", callbackValidationAll: "callbackValidationAll", selectedList: "selectedList", functionId: "functionId" }, outputs: { selection: "selection", selected: "selected", clicked: "clicked" }, usesOnChanges: true, ngImport: i0, template: `
8367
+ MonkeyTableComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyTableComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
8368
+ MonkeyTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyTableComponent, selector: "monkey-table", inputs: { headers: "headers", dataSource: "dataSource", loading: "loading", rowTemplate: "rowTemplate", selectable: "selectable", showSelectAll: "showSelectAll", callbackValidation: "callbackValidation", callbackValidationAll: "callbackValidationAll", selectedList: "selectedList", functionId: "functionId", infoMessage: "infoMessage", pagination: "pagination" }, outputs: { selection: "selection", selected: "selected", clicked: "clicked", onPaginate: "onPaginate" }, usesOnChanges: true, ngImport: i0, template: `
8339
8369
  <mecx-monkey-table>
8340
8370
  <mecx-monkey-table-header>
8341
8371
  <monkey-checkbox
@@ -8351,7 +8381,7 @@ MonkeyTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
8351
8381
  <mecx-monkey-table-body>
8352
8382
  <mecx-monkey-table-body-row
8353
8383
  [class.selected]="onHandleSelected(row)"
8354
- *ngFor="let row of newDataSource"
8384
+ *ngFor="let row of _newDataSource"
8355
8385
  (click)="onHandleClicked(row)"
8356
8386
  >
8357
8387
  <monkey-checkbox
@@ -8367,9 +8397,28 @@ MonkeyTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
8367
8397
  <progress class="monkey-progress monkey-progress__grey-white"></progress>
8368
8398
  </mecx-monkey-table-body-row>
8369
8399
  </mecx-monkey-table-body>
8400
+ <mecx-monkey-table-footer *ngIf="infoMessage || pagination">
8401
+ <info>
8402
+ {{ infoMessage }}
8403
+ </info>
8404
+ <action *ngIf="(pagination?.links) as links">
8405
+ <monkey-button type="tertiary" color="theme" icon="double-arrow-left-32" size="sm"
8406
+ [disabled]="(links?.first?.href === links?.self?.href) || loading" (click)="onPaginate.next('first')">
8407
+ </monkey-button>
8408
+ <monkey-button type="tertiary" color="theme" icon="arrow-left-32" size="sm"
8409
+ [disabled]="!links?.prev || loading" (click)="onPaginate.next('prev')">
8410
+ </monkey-button>
8411
+ <monkey-button type="tertiary" color="theme" icon="arrow-right-32" size="sm"
8412
+ [disabled]="!links?.next || loading" (click)="onPaginate.next('next')">
8413
+ </monkey-button>
8414
+ <monkey-button type="tertiary" color="theme" icon="double-arrow-right-32" size="sm"
8415
+ [disabled]="(links?.last?.href === links?.self?.href) || loading" (click)="onPaginate.next('last')">
8416
+ </monkey-button>
8417
+ </action>
8418
+ </mecx-monkey-table-footer>
8370
8419
  </mecx-monkey-table>
8371
- `, isInline: true, components: [{ type: MonkeyCheckboxComponent, selector: "monkey-checkbox", inputs: ["label", "type", "helperMessage", "infoMessage", "errorMessage", "description", "value"], outputs: ["onChange"] }], directives: [{ type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], encapsulation: i0.ViewEncapsulation.None });
8372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyTableComponent, decorators: [{
8420
+ `, isInline: true, components: [{ type: MonkeyCheckboxComponent, selector: "monkey-checkbox", inputs: ["label", "type", "helperMessage", "infoMessage", "errorMessage", "description", "value"], outputs: ["onChange"] }, { type: MonkeyButtonComponent, selector: "monkey-button", inputs: ["label", "icon", "iconPosition", "type", "color", "disabled", "size"] }], directives: [{ type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], encapsulation: i0.ViewEncapsulation.None });
8421
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyTableComponent, decorators: [{
8373
8422
  type: Component,
8374
8423
  args: [{
8375
8424
  selector: 'monkey-table',
@@ -8389,7 +8438,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
8389
8438
  <mecx-monkey-table-body>
8390
8439
  <mecx-monkey-table-body-row
8391
8440
  [class.selected]="onHandleSelected(row)"
8392
- *ngFor="let row of newDataSource"
8441
+ *ngFor="let row of _newDataSource"
8393
8442
  (click)="onHandleClicked(row)"
8394
8443
  >
8395
8444
  <monkey-checkbox
@@ -8405,6 +8454,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
8405
8454
  <progress class="monkey-progress monkey-progress__grey-white"></progress>
8406
8455
  </mecx-monkey-table-body-row>
8407
8456
  </mecx-monkey-table-body>
8457
+ <mecx-monkey-table-footer *ngIf="infoMessage || pagination">
8458
+ <info>
8459
+ {{ infoMessage }}
8460
+ </info>
8461
+ <action *ngIf="(pagination?.links) as links">
8462
+ <monkey-button type="tertiary" color="theme" icon="double-arrow-left-32" size="sm"
8463
+ [disabled]="(links?.first?.href === links?.self?.href) || loading" (click)="onPaginate.next('first')">
8464
+ </monkey-button>
8465
+ <monkey-button type="tertiary" color="theme" icon="arrow-left-32" size="sm"
8466
+ [disabled]="!links?.prev || loading" (click)="onPaginate.next('prev')">
8467
+ </monkey-button>
8468
+ <monkey-button type="tertiary" color="theme" icon="arrow-right-32" size="sm"
8469
+ [disabled]="!links?.next || loading" (click)="onPaginate.next('next')">
8470
+ </monkey-button>
8471
+ <monkey-button type="tertiary" color="theme" icon="double-arrow-right-32" size="sm"
8472
+ [disabled]="(links?.last?.href === links?.self?.href) || loading" (click)="onPaginate.next('last')">
8473
+ </monkey-button>
8474
+ </action>
8475
+ </mecx-monkey-table-footer>
8408
8476
  </mecx-monkey-table>
8409
8477
  `,
8410
8478
  encapsulation: ViewEncapsulation.None,
@@ -8429,12 +8497,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
8429
8497
  type: Input
8430
8498
  }], functionId: [{
8431
8499
  type: Input
8500
+ }], infoMessage: [{
8501
+ type: Input
8502
+ }], pagination: [{
8503
+ type: Input
8432
8504
  }], selection: [{
8433
8505
  type: Output
8434
8506
  }], selected: [{
8435
8507
  type: Output
8436
8508
  }], clicked: [{
8437
8509
  type: Output
8510
+ }], onPaginate: [{
8511
+ type: Output
8438
8512
  }] } });
8439
8513
 
8440
8514
  /**************************
@@ -8444,15 +8518,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
8444
8518
  **************************/
8445
8519
  class MonkeyTableColumnComponent {
8446
8520
  }
8447
- MonkeyTableColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyTableColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8448
- MonkeyTableColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyTableColumnComponent, selector: "monkey-table-column", providers: [
8521
+ MonkeyTableColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyTableColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8522
+ MonkeyTableColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyTableColumnComponent, selector: "monkey-table-column", providers: [
8449
8523
  {
8450
8524
  provide: NG_VALUE_ACCESSOR,
8451
8525
  useExisting: forwardRef(() => MonkeyTableColumnComponent),
8452
8526
  multi: true,
8453
8527
  },
8454
8528
  ], ngImport: i0, template: ` <ng-content> </ng-content> `, isInline: true, encapsulation: i0.ViewEncapsulation.None });
8455
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyTableColumnComponent, decorators: [{
8529
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyTableColumnComponent, decorators: [{
8456
8530
  type: Component,
8457
8531
  args: [{
8458
8532
  selector: 'monkey-table-column',
@@ -8470,16 +8544,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
8470
8544
 
8471
8545
  class MonkeyTableModule {
8472
8546
  }
8473
- MonkeyTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8474
- MonkeyTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyTableModule, declarations: [MonkeyTableComponent, MonkeyTableColumnComponent], imports: [CommonModule, MonkeyIconModule, MonkeyCheckboxModule], exports: [MonkeyTableComponent, MonkeyTableColumnComponent] });
8475
- MonkeyTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyTableModule, imports: [[CommonModule, MonkeyIconModule, MonkeyCheckboxModule]] });
8476
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyTableModule, decorators: [{
8547
+ MonkeyTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8548
+ MonkeyTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyTableModule, declarations: [MonkeyTableComponent, MonkeyTableColumnComponent], imports: [CommonModule, MonkeyIconModule, MonkeyCheckboxModule, MonkeyButtonModule], exports: [MonkeyTableComponent, MonkeyTableColumnComponent] });
8549
+ MonkeyTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyTableModule, imports: [[CommonModule, MonkeyIconModule, MonkeyCheckboxModule, MonkeyButtonModule]] });
8550
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyTableModule, decorators: [{
8477
8551
  type: NgModule,
8478
8552
  args: [{
8479
8553
  declarations: [MonkeyTableComponent, MonkeyTableColumnComponent],
8480
- imports: [CommonModule, MonkeyIconModule, MonkeyCheckboxModule],
8554
+ imports: [CommonModule, MonkeyIconModule, MonkeyCheckboxModule, MonkeyButtonModule],
8481
8555
  exports: [MonkeyTableComponent, MonkeyTableColumnComponent],
8482
- schemas: [NO_ERRORS_SCHEMA],
8556
+ schemas: [NO_ERRORS_SCHEMA]
8483
8557
  }]
8484
8558
  }] });
8485
8559
 
@@ -8505,14 +8579,14 @@ class MonkeyToggleComponent {
8505
8579
  }
8506
8580
  }
8507
8581
  }
8508
- MonkeyToggleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8509
- MonkeyToggleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyToggleComponent, selector: "monkey-toggle", inputs: { value: "value", disabled: "disabled" }, outputs: { onChange: "onChange" }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0, template: `
8582
+ MonkeyToggleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyToggleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8583
+ MonkeyToggleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyToggleComponent, selector: "monkey-toggle", inputs: { value: "value", disabled: "disabled" }, outputs: { onChange: "onChange" }, host: { listeners: { "click": "onClick($event)" } }, ngImport: i0, template: `
8510
8584
  <mecx-monkey-toggle [id]="_id" [ngClass]="{ disabled: disabled }">
8511
8585
  <input type="checkbox" [checked]="value" />
8512
8586
  <div [ngClass]="'slider-' + value.toString()"></div>
8513
8587
  </mecx-monkey-toggle>
8514
8588
  `, isInline: true, directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
8515
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyToggleComponent, decorators: [{
8589
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyToggleComponent, decorators: [{
8516
8590
  type: Component,
8517
8591
  args: [{
8518
8592
  selector: 'monkey-toggle',
@@ -8537,10 +8611,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
8537
8611
 
8538
8612
  class MonkeyToggleModule {
8539
8613
  }
8540
- MonkeyToggleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8541
- MonkeyToggleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyToggleModule, declarations: [MonkeyToggleComponent], imports: [CommonModule], exports: [MonkeyToggleComponent] });
8542
- MonkeyToggleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyToggleModule, imports: [[CommonModule]] });
8543
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyToggleModule, decorators: [{
8614
+ MonkeyToggleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyToggleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8615
+ MonkeyToggleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyToggleModule, declarations: [MonkeyToggleComponent], imports: [CommonModule], exports: [MonkeyToggleComponent] });
8616
+ MonkeyToggleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyToggleModule, imports: [[CommonModule]] });
8617
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyToggleModule, decorators: [{
8544
8618
  type: NgModule,
8545
8619
  args: [{
8546
8620
  declarations: [MonkeyToggleComponent],
@@ -8603,8 +8677,8 @@ class MonkeyTabComponent {
8603
8677
  this.onHandleSelected();
8604
8678
  }
8605
8679
  }
8606
- MonkeyTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyTabComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
8607
- MonkeyTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyTabComponent, selector: "monkey-tab", inputs: { position: "position", selected: "selected" }, outputs: { onChange: "onChange" }, providers: [
8680
+ MonkeyTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyTabComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
8681
+ MonkeyTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyTabComponent, selector: "monkey-tab", inputs: { position: "position", selected: "selected" }, outputs: { onChange: "onChange" }, providers: [
8608
8682
  {
8609
8683
  provide: NG_VALUE_ACCESSOR,
8610
8684
  useExisting: forwardRef(() => MonkeyTabComponent),
@@ -8615,7 +8689,7 @@ MonkeyTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
8615
8689
  <ng-content></ng-content>
8616
8690
  </mecx-tab-body>
8617
8691
  `, isInline: true, directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], encapsulation: i0.ViewEncapsulation.None });
8618
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyTabComponent, decorators: [{
8692
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyTabComponent, decorators: [{
8619
8693
  type: Component,
8620
8694
  args: [{
8621
8695
  selector: 'monkey-tab',
@@ -8646,10 +8720,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
8646
8720
 
8647
8721
  class MonkeyTabModule {
8648
8722
  }
8649
- MonkeyTabModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyTabModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8650
- MonkeyTabModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyTabModule, declarations: [MonkeyTabComponent], imports: [CommonModule, FormsModule, ReactiveFormsModule, MonkeyOptionModule], exports: [MonkeyTabComponent] });
8651
- MonkeyTabModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyTabModule, imports: [[CommonModule, FormsModule, ReactiveFormsModule, MonkeyOptionModule]] });
8652
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyTabModule, decorators: [{
8723
+ MonkeyTabModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyTabModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8724
+ MonkeyTabModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyTabModule, declarations: [MonkeyTabComponent], imports: [CommonModule, FormsModule, ReactiveFormsModule, MonkeyOptionModule], exports: [MonkeyTabComponent] });
8725
+ MonkeyTabModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyTabModule, imports: [[CommonModule, FormsModule, ReactiveFormsModule, MonkeyOptionModule]] });
8726
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyTabModule, decorators: [{
8653
8727
  type: NgModule,
8654
8728
  args: [{
8655
8729
  declarations: [MonkeyTabComponent],
@@ -8678,8 +8752,8 @@ class MonkeyStepperComponent {
8678
8752
  this._selectedStep = Number(selectedStep);
8679
8753
  }
8680
8754
  }
8681
- MonkeyStepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStepperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8682
- MonkeyStepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyStepperComponent, selector: "monkey-stepper", inputs: { totalSteps: "totalSteps", selectedStep: "selectedStep", position: "position" }, ngImport: i0, template: `
8755
+ MonkeyStepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStepperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8756
+ MonkeyStepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyStepperComponent, selector: "monkey-stepper", inputs: { totalSteps: "totalSteps", selectedStep: "selectedStep", position: "position" }, ngImport: i0, template: `
8683
8757
  <div [ngClass]="position">
8684
8758
  <div class="mecx-stepper-body" *ngFor="let step of _totalSteps">
8685
8759
  <div
@@ -8689,7 +8763,7 @@ MonkeyStepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
8689
8763
  </div>
8690
8764
  </div>
8691
8765
  `, isInline: true, directives: [{ type: i1$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }], encapsulation: i0.ViewEncapsulation.None });
8692
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStepperComponent, decorators: [{
8766
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStepperComponent, decorators: [{
8693
8767
  type: Component,
8694
8768
  args: [{
8695
8769
  selector: 'monkey-stepper',
@@ -8715,10 +8789,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
8715
8789
 
8716
8790
  class MonkeyStepperModule {
8717
8791
  }
8718
- MonkeyStepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8719
- MonkeyStepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStepperModule, declarations: [MonkeyStepperComponent], imports: [CommonModule, MonkeyIconModule], exports: [MonkeyStepperComponent] });
8720
- MonkeyStepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStepperModule, imports: [[CommonModule, MonkeyIconModule]] });
8721
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStepperModule, decorators: [{
8792
+ MonkeyStepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8793
+ MonkeyStepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStepperModule, declarations: [MonkeyStepperComponent], imports: [CommonModule, MonkeyIconModule], exports: [MonkeyStepperComponent] });
8794
+ MonkeyStepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStepperModule, imports: [[CommonModule, MonkeyIconModule]] });
8795
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStepperModule, decorators: [{
8722
8796
  type: NgModule,
8723
8797
  args: [{
8724
8798
  declarations: [MonkeyStepperComponent],
@@ -8730,15 +8804,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
8730
8804
 
8731
8805
  class MonkeyStyleGuideModule {
8732
8806
  }
8733
- MonkeyStyleGuideModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8734
- MonkeyStyleGuideModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideModule, imports: [HttpClientModule, CommonModule] });
8735
- MonkeyStyleGuideModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideModule, providers: [
8807
+ MonkeyStyleGuideModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
8808
+ MonkeyStyleGuideModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideModule, imports: [HttpClientModule, CommonModule] });
8809
+ MonkeyStyleGuideModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideModule, providers: [
8736
8810
  MonkeyStyleGuideService,
8737
8811
  MonkeyStyleGuideSettingsService,
8738
8812
  MonkeyStyleGuideThemeSettingsService,
8739
8813
  MonkeyStyleGuideSnackbarService,
8740
8814
  ], imports: [[HttpClientModule, CommonModule]] });
8741
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyStyleGuideModule, decorators: [{
8815
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyStyleGuideModule, decorators: [{
8742
8816
  type: NgModule,
8743
8817
  args: [{
8744
8818
  imports: [HttpClientModule, CommonModule],
@@ -8761,5 +8835,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
8761
8835
  * Generated bundle index. Do not edit.
8762
8836
  */
8763
8837
 
8764
- export { MonkeyArrowsComponent, MonkeyBadgeComponent, MonkeyBadgeModule, MonkeyBankAccountComponent, MonkeyButtonAvatarComponent, MonkeyButtonComponent, MonkeyButtonDropdownComponent, MonkeyButtonModule, MonkeyCheckboxComponent, MonkeyCheckboxModule, MonkeyDateRangePickerComponent, MonkeyDateRangePickerModule, MonkeyExpansionComponent, MonkeyExpansionModule, MonkeyFileUploadComponent, MonkeyFileUploadModule, MonkeyIconArrowLeftComponent, MonkeyIconArrowLineRightComponent, MonkeyIconArrowRightComponent, MonkeyIconArrowUpComponent, MonkeyIconAuctionComponent, MonkeyIconBankComponent, MonkeyIconBankNoteSearchComponent, MonkeyIconBellComponent, MonkeyIconBookComponent, MonkeyIconBoxComponent, MonkeyIconBuildPersonComponent, MonkeyIconCNPJComponent, MonkeyIconCalendarComponent, MonkeyIconCameraComponent, MonkeyIconCardComponent, MonkeyIconCardMachineComponent, MonkeyIconChatComponent, MonkeyIconCheckCircleComponent, MonkeyIconCheckCircleOutComponent, MonkeyIconCheckComponent, MonkeyIconCheckGreyComponent, MonkeyIconCheckWhiteComponent, MonkeyIconClipboardComponent, MonkeyIconClockComponent, MonkeyIconCloseComponent, MonkeyIconCodepenComponent, MonkeyIconCompanyNameComponent, MonkeyIconComponent, MonkeyIconContractComponent, MonkeyIconContractPenComponent, MonkeyIconDeleteComponent, MonkeyIconDocumentComponent, MonkeyIconDollarSignCircleComponent, MonkeyIconDollarSignComponent, MonkeyIconDomainComponent, MonkeyIconDoubleArrowLeftComponent, MonkeyIconDoubleArrowRightComponent, MonkeyIconDownloadComponent, MonkeyIconEditComponent, MonkeyIconEditSquareComponent, MonkeyIconEmailComponent, MonkeyIconEmptyDocComponent, MonkeyIconErrorComponent, MonkeyIconEyeClosedComponent, MonkeyIconEyeOpenComponent, MonkeyIconFilterComponent, MonkeyIconGridComponent, MonkeyIconHelpComponent, MonkeyIconHexagonComponent, MonkeyIconHomeComponent, MonkeyIconImageComponent, MonkeyIconInfoComponent, MonkeyIconInvoiceComponent, 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, MonkeyIconShieldChekmarkComponent, 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 };
8838
+ export { MonkeyArrowsComponent, MonkeyBadgeComponent, MonkeyBadgeModule, MonkeyBankAccountComponent, MonkeyButtonAvatarComponent, MonkeyButtonComponent, MonkeyButtonDropdownComponent, MonkeyButtonModule, MonkeyCheckboxComponent, MonkeyCheckboxModule, MonkeyDateRangePickerComponent, MonkeyDateRangePickerModule, MonkeyExpansionComponent, MonkeyExpansionModule, MonkeyFileUploadComponent, MonkeyFileUploadModule, MonkeyIconArrowLeftComponent, MonkeyIconArrowLineRightComponent, MonkeyIconArrowRightComponent, MonkeyIconArrowUpComponent, MonkeyIconAuctionComponent, MonkeyIconBankComponent, MonkeyIconBankNoteSearchComponent, MonkeyIconBellComponent, MonkeyIconBookComponent, MonkeyIconBoxComponent, MonkeyIconBuildPersonComponent, MonkeyIconCNPJComponent, MonkeyIconCalendarComponent, MonkeyIconCameraComponent, MonkeyIconCardComponent, MonkeyIconCardMachineComponent, MonkeyIconChatComponent, MonkeyIconCheckCircleComponent, MonkeyIconCheckCircleOutComponent, MonkeyIconCheckComponent, MonkeyIconCheckGreyComponent, MonkeyIconCheckWhiteComponent, MonkeyIconClipboardComponent, MonkeyIconClockComponent, MonkeyIconCloseComponent, MonkeyIconCodepenComponent, MonkeyIconCompanyNameComponent, MonkeyIconComponent, MonkeyIconContractComponent, MonkeyIconContractPenComponent, MonkeyIconDeleteComponent, MonkeyIconDocumentComponent, MonkeyIconDollarSignCircleComponent, MonkeyIconDollarSignComponent, MonkeyIconDomainComponent, MonkeyIconDoubleArrowLeftComponent, MonkeyIconDoubleArrowRightComponent, MonkeyIconDownloadComponent, MonkeyIconEditComponent, MonkeyIconEditSquareComponent, MonkeyIconEmailComponent, MonkeyIconEmptyDocComponent, MonkeyIconErrorComponent, MonkeyIconEyeClosedComponent, MonkeyIconEyeOpenComponent, MonkeyIconFilterComponent, MonkeyIconGridComponent, MonkeyIconHelpComponent, MonkeyIconHexagonComponent, MonkeyIconHomeComponent, MonkeyIconImageComponent, MonkeyIconInfoComponent, MonkeyIconInvoiceComponent, 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, MonkeyIconShieldChekmarkComponent, MonkeyIconStarComponent, 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 };
8765
8839
  //# sourceMappingURL=monkey-style-guide.mjs.map