monkey-style-guide 2.0.164 → 2.0.166
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/assets/icons/average-tax.svg +6 -0
- package/assets/icons/bank-agency.svg +8 -0
- package/assets/icons/book-open-text.svg +10 -0
- package/assets/icons/money-discount.svg +8 -0
- package/assets/icons/money-net.svg +8 -0
- package/assets/icons/money-new.svg +7 -0
- package/assets/icons/office-work.svg +10 -0
- package/assets/icons/registration.svg +8 -0
- package/assets/icons/store.svg +8 -0
- package/esm2020/lib/components/icon/icon-average-tax.mjs +15 -0
- package/esm2020/lib/components/icon/icon-bank-agency.mjs +15 -0
- package/esm2020/lib/components/icon/icon-book-open-text.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-money-discount.mjs +15 -0
- package/esm2020/lib/components/icon/icon-money-net.mjs +15 -0
- package/esm2020/lib/components/icon/icon-money-new.mjs +15 -0
- package/esm2020/lib/components/icon/icon-office-work.mjs +15 -0
- package/esm2020/lib/components/icon/icon-registration.mjs +15 -0
- package/esm2020/lib/components/icon/icon-store.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon.component.mjs +268 -151
- package/esm2020/lib/components/icon/icon.module.mjs +31 -4
- package/esm2020/lib/components/icon/index.mjs +21 -12
- package/fesm2015/monkey-style-guide.mjs +295 -52
- package/fesm2015/monkey-style-guide.mjs.map +1 -1
- package/fesm2020/monkey-style-guide.mjs +295 -52
- package/fesm2020/monkey-style-guide.mjs.map +1 -1
- package/lib/components/icon/icon-average-tax.d.ts +7 -0
- package/lib/components/icon/icon-bank-agency.d.ts +7 -0
- package/lib/components/icon/icon-book-open-text.component.d.ts +7 -0
- package/lib/components/icon/icon-money-discount.d.ts +7 -0
- package/lib/components/icon/icon-money-net.d.ts +7 -0
- package/lib/components/icon/icon-money-new.d.ts +7 -0
- package/lib/components/icon/icon-office-work.d.ts +7 -0
- package/lib/components/icon/icon-registration.d.ts +7 -0
- package/lib/components/icon/icon-store.component.d.ts +7 -0
- package/lib/components/icon/icon.module.d.ts +111 -102
- package/lib/components/icon/index.d.ts +20 -11
- package/monkey-style-guide-2.0.166.tgz +0 -0
- package/package.json +1 -1
- package/monkey-style-guide-2.0.164.tgz +0 -0
|
@@ -860,6 +860,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
860
860
|
type: Input
|
|
861
861
|
}] } });
|
|
862
862
|
|
|
863
|
+
class MonkeyIconAverageTaxComponent {
|
|
864
|
+
}
|
|
865
|
+
MonkeyIconAverageTaxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconAverageTaxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
866
|
+
MonkeyIconAverageTaxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconAverageTaxComponent, selector: "monkey-icon-average-tax", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"25\" height=\"26\" viewBox=\"0 0 25 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M9.43457 15.6713L14.7768 10.3291\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15.0176 15.484C15.132 15.6022 15.13 15.7905 15.0131 15.9062C14.8961 16.0219 14.7078 16.0219 14.5909 15.9062C14.4739 15.7905 14.4719 15.6022 14.5864 15.484C14.6429 15.4257 14.7207 15.3927 14.802 15.3927C14.8832 15.3927 14.961 15.4257 15.0176 15.484\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M9.62595 10.0849C9.7404 10.203 9.73839 10.3913 9.62145 10.507C9.50451 10.6227 9.31622 10.6227 9.19928 10.507C9.08234 10.3913 9.08033 10.203 9.19477 10.0849C9.25131 10.0265 9.3291 9.99354 9.41036 9.99354C9.49163 9.99354 9.56942 10.0265 9.62595 10.0849\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<rect x=\"3.10254\" y=\"3.99634\" width=\"18.0075\" height=\"18.0075\" rx=\"5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
867
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconAverageTaxComponent, decorators: [{
|
|
868
|
+
type: Component,
|
|
869
|
+
args: [{ selector: 'monkey-icon-average-tax', template: "<svg width=\"25\" height=\"26\" viewBox=\"0 0 25 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M9.43457 15.6713L14.7768 10.3291\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15.0176 15.484C15.132 15.6022 15.13 15.7905 15.0131 15.9062C14.8961 16.0219 14.7078 16.0219 14.5909 15.9062C14.4739 15.7905 14.4719 15.6022 14.5864 15.484C14.6429 15.4257 14.7207 15.3927 14.802 15.3927C14.8832 15.3927 14.961 15.4257 15.0176 15.484\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M9.62595 10.0849C9.7404 10.203 9.73839 10.3913 9.62145 10.507C9.50451 10.6227 9.31622 10.6227 9.19928 10.507C9.08234 10.3913 9.08033 10.203 9.19477 10.0849C9.25131 10.0265 9.3291 9.99354 9.41036 9.99354C9.49163 9.99354 9.56942 10.0265 9.62595 10.0849\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<rect x=\"3.10254\" y=\"3.99634\" width=\"18.0075\" height=\"18.0075\" rx=\"5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
870
|
+
}], propDecorators: { fillColor: [{
|
|
871
|
+
type: Input
|
|
872
|
+
}], size: [{
|
|
873
|
+
type: Input
|
|
874
|
+
}] } });
|
|
875
|
+
|
|
876
|
+
class MonkeyIconBankAgencyComponent {
|
|
877
|
+
}
|
|
878
|
+
MonkeyIconBankAgencyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBankAgencyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
879
|
+
MonkeyIconBankAgencyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconBankAgencyComponent, selector: "monkey-icon-bank-agency", 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\">\n<path d=\"M9.21191 14.5V10\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M12.2119 14.5V10\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15.2119 14.5V10\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M8.21191 14.5H16.2119\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.21191 8.15V10H16.2119V8.15L12.2119 6.5L8.21191 8.15Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.1831 4.98159V4.98159C21.4809 8.29493 21.4809 13.6504 18.1831 16.9638V16.9638L14.6873 20.4713C14.0339 21.1278 13.1465 21.4978 12.2203 21.5C11.294 21.5022 10.4048 21.1363 9.74833 20.4829L9.73666 20.4713L6.24089 16.9638C2.94317 13.6504 2.94314 8.29499 6.24082 4.98159V4.98159C7.81701 3.39794 9.95773 2.5053 12.1921 2.50002C14.4264 2.49475 16.5713 3.37728 18.155 4.95346L18.1831 4.98159H18.1831Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
880
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBankAgencyComponent, decorators: [{
|
|
881
|
+
type: Component,
|
|
882
|
+
args: [{ selector: 'monkey-icon-bank-agency', 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\">\n<path d=\"M9.21191 14.5V10\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M12.2119 14.5V10\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15.2119 14.5V10\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M8.21191 14.5H16.2119\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.21191 8.15V10H16.2119V8.15L12.2119 6.5L8.21191 8.15Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.1831 4.98159V4.98159C21.4809 8.29493 21.4809 13.6504 18.1831 16.9638V16.9638L14.6873 20.4713C14.0339 21.1278 13.1465 21.4978 12.2203 21.5C11.294 21.5022 10.4048 21.1363 9.74833 20.4829L9.73666 20.4713L6.24089 16.9638C2.94317 13.6504 2.94314 8.29499 6.24082 4.98159V4.98159C7.81701 3.39794 9.95773 2.5053 12.1921 2.50002C14.4264 2.49475 16.5713 3.37728 18.155 4.95346L18.1831 4.98159H18.1831Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
883
|
+
}], propDecorators: { fillColor: [{
|
|
884
|
+
type: Input
|
|
885
|
+
}], size: [{
|
|
886
|
+
type: Input
|
|
887
|
+
}] } });
|
|
888
|
+
|
|
863
889
|
class MonkeyBankAccountComponent {
|
|
864
890
|
}
|
|
865
891
|
MonkeyBankAccountComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBankAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -925,6 +951,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
925
951
|
type: Input
|
|
926
952
|
}] } });
|
|
927
953
|
|
|
954
|
+
class MonkeyIconBookOpenTextComponent {
|
|
955
|
+
}
|
|
956
|
+
MonkeyIconBookOpenTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBookOpenTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
957
|
+
MonkeyIconBookOpenTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconBookOpenTextComponent, selector: "monkey-icon-book-open-text", 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.0002 8.99805V21.6116\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.99805 9.49826H9.9993\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.99805 12.9983H9.9993\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.99805 16.5002H9.9993\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.001 9.49826H19.0022\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.001 12.9983H19.0022\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.001 16.5002H19.0022\" 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=\"M12.9998 22.0032C12.3864 20.7754 11.131 20.0006 9.75849 20.0025H5.49612C5.09829 20.0025 4.71675 19.8445 4.43544 19.5632C4.15413 19.2819 3.99609 18.9004 3.99609 18.5025V6.49612C3.99609 6.09829 4.15413 5.71675 4.43544 5.43544C4.71675 5.15413 5.09829 4.99609 5.49612 4.99609H8.99858C10.0598 4.99609 11.0775 5.41765 11.8279 6.16804C12.5783 6.91842 12.9998 7.93616 12.9998 8.99736C12.9998 6.78752 14.7913 4.99609 17.0011 4.99609H20.5036C20.9014 4.99609 21.2829 5.15413 21.5642 5.43544C21.8456 5.71675 22.0036 6.09829 22.0036 6.49612V18.5025C22.0036 19.3296 21.3342 20.0006 20.5072 20.0025H16.2412C14.8687 20.0006 13.6133 20.7754 12.9998 22.0032Z\" 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"] });
|
|
958
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBookOpenTextComponent, decorators: [{
|
|
959
|
+
type: Component,
|
|
960
|
+
args: [{ selector: 'monkey-icon-book-open-text', 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.0002 8.99805V21.6116\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.99805 9.49826H9.9993\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.99805 12.9983H9.9993\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.99805 16.5002H9.9993\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.001 9.49826H19.0022\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.001 12.9983H19.0022\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16.001 16.5002H19.0022\" 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=\"M12.9998 22.0032C12.3864 20.7754 11.131 20.0006 9.75849 20.0025H5.49612C5.09829 20.0025 4.71675 19.8445 4.43544 19.5632C4.15413 19.2819 3.99609 18.9004 3.99609 18.5025V6.49612C3.99609 6.09829 4.15413 5.71675 4.43544 5.43544C4.71675 5.15413 5.09829 4.99609 5.49612 4.99609H8.99858C10.0598 4.99609 11.0775 5.41765 11.8279 6.16804C12.5783 6.91842 12.9998 7.93616 12.9998 8.99736C12.9998 6.78752 14.7913 4.99609 17.0011 4.99609H20.5036C20.9014 4.99609 21.2829 5.15413 21.5642 5.43544C21.8456 5.71675 22.0036 6.09829 22.0036 6.49612V18.5025C22.0036 19.3296 21.3342 20.0006 20.5072 20.0025H16.2412C14.8687 20.0006 13.6133 20.7754 12.9998 22.0032Z\" 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"] }]
|
|
961
|
+
}], propDecorators: { fillColor: [{
|
|
962
|
+
type: Input
|
|
963
|
+
}], size: [{
|
|
964
|
+
type: Input
|
|
965
|
+
}] } });
|
|
966
|
+
|
|
928
967
|
class MonkeyIconBookComponent {
|
|
929
968
|
}
|
|
930
969
|
MonkeyIconBookComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBookComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1705,6 +1744,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1705
1744
|
type: Input
|
|
1706
1745
|
}] } });
|
|
1707
1746
|
|
|
1747
|
+
class MonkeyIconMoneyDiscountComponent {
|
|
1748
|
+
}
|
|
1749
|
+
MonkeyIconMoneyDiscountComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyDiscountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1750
|
+
MonkeyIconMoneyDiscountComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconMoneyDiscountComponent, selector: "monkey-icon-money-discount", 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\">\n<path d=\"M6.10645 15H7.10645\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M17.1064 7H18.1064\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M10.3387 12.7678C9.70717 12.1363 9.46052 11.2157 9.69169 10.353C9.92286 9.49028 10.5967 8.81641 11.4595 8.58524C12.3222 8.35407 13.2427 8.60073 13.8743 9.23229\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M10.1064 18H6.10645C4.44959 18 3.10645 16.6569 3.10645 15V7C3.10645 5.34315 4.44959 4 6.10645 4H18.1064C19.7633 4 21.1064 5.34315 21.1064 7V10\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<circle cx=\"17.6064\" cy=\"16.5\" r=\"4.5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M19.1064 16.5H16.1064\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1751
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyDiscountComponent, decorators: [{
|
|
1752
|
+
type: Component,
|
|
1753
|
+
args: [{ selector: 'monkey-icon-money-discount', 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\">\n<path d=\"M6.10645 15H7.10645\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M17.1064 7H18.1064\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M10.3387 12.7678C9.70717 12.1363 9.46052 11.2157 9.69169 10.353C9.92286 9.49028 10.5967 8.81641 11.4595 8.58524C12.3222 8.35407 13.2427 8.60073 13.8743 9.23229\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M10.1064 18H6.10645C4.44959 18 3.10645 16.6569 3.10645 15V7C3.10645 5.34315 4.44959 4 6.10645 4H18.1064C19.7633 4 21.1064 5.34315 21.1064 7V10\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<circle cx=\"17.6064\" cy=\"16.5\" r=\"4.5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M19.1064 16.5H16.1064\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1754
|
+
}], propDecorators: { fillColor: [{
|
|
1755
|
+
type: Input
|
|
1756
|
+
}], size: [{
|
|
1757
|
+
type: Input
|
|
1758
|
+
}] } });
|
|
1759
|
+
|
|
1760
|
+
class MonkeyIconMoneyNetComponent {
|
|
1761
|
+
}
|
|
1762
|
+
MonkeyIconMoneyNetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyNetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1763
|
+
MonkeyIconMoneyNetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconMoneyNetComponent, selector: "monkey-icon-money-net", 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\">\n<path d=\"M15.1064 18H18.1064C19.7633 18 21.1064 16.6569 21.1064 15V7C21.1064 5.34315 19.7633 4 18.1064 4H6.10645C4.44959 4 3.10645 5.34315 3.10645 7V9\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.fill]=\"fillColor\"/>\n<path d=\"M18.1064 15H17.1064\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M7.10645 7H6.10645\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.8744 12.7678C14.8507 11.7915 14.8507 10.2085 13.8744 9.23223C12.8981 8.25592 11.3152 8.25592 10.3389 9.23223\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M5.60645 19C3.67345 19 2.10645 17.433 2.10645 15.5C2.10645 13.567 3.67345 12 5.60645 12C7.53944 12 9.10645 13.567 9.10645 15.5C9.10662 16.4283 8.73792 17.3186 8.08151 17.9751C7.42509 18.6315 6.53476 19.0002 5.60645 19\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M5.45117 18.9921C6.17877 20.5416 7.92209 21.3356 9.56866 20.8672C11.2152 20.3989 12.2798 18.8064 12.083 17.1059C11.8863 15.4054 10.4862 14.098 8.77617 14.0181\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1764
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyNetComponent, decorators: [{
|
|
1765
|
+
type: Component,
|
|
1766
|
+
args: [{ selector: 'monkey-icon-money-net', 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\">\n<path d=\"M15.1064 18H18.1064C19.7633 18 21.1064 16.6569 21.1064 15V7C21.1064 5.34315 19.7633 4 18.1064 4H6.10645C4.44959 4 3.10645 5.34315 3.10645 7V9\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.fill]=\"fillColor\"/>\n<path d=\"M18.1064 15H17.1064\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M7.10645 7H6.10645\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.8744 12.7678C14.8507 11.7915 14.8507 10.2085 13.8744 9.23223C12.8981 8.25592 11.3152 8.25592 10.3389 9.23223\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M5.60645 19C3.67345 19 2.10645 17.433 2.10645 15.5C2.10645 13.567 3.67345 12 5.60645 12C7.53944 12 9.10645 13.567 9.10645 15.5C9.10662 16.4283 8.73792 17.3186 8.08151 17.9751C7.42509 18.6315 6.53476 19.0002 5.60645 19\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M5.45117 18.9921C6.17877 20.5416 7.92209 21.3356 9.56866 20.8672C11.2152 20.3989 12.2798 18.8064 12.083 17.1059C11.8863 15.4054 10.4862 14.098 8.77617 14.0181\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1767
|
+
}], propDecorators: { fillColor: [{
|
|
1768
|
+
type: Input
|
|
1769
|
+
}], size: [{
|
|
1770
|
+
type: Input
|
|
1771
|
+
}] } });
|
|
1772
|
+
|
|
1773
|
+
class MonkeyIconMoneyNewComponent {
|
|
1774
|
+
}
|
|
1775
|
+
MonkeyIconMoneyNewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyNewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1776
|
+
MonkeyIconMoneyNewComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconMoneyNewComponent, selector: "monkey-icon-money-new", 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\">\n<path d=\"M18.1064 8H19.1064C20.2114 8 21.1064 8.895 21.1064 10V17C21.1064 18.105 20.2114 19 19.1064 19H8.10645C7.00145 19 6.10645 18.105 6.10645 17V16\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.18945 15.417H16.0224C17.1734 15.417 18.1054 14.484 18.1054 13.334V7.084C18.1064 5.933 17.1734 5 16.0234 5H5.18945C4.03945 5 3.10645 5.933 3.10645 7.083V13.333C3.10645 14.484 4.03945 15.417 5.18945 15.417Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M14.6064 8H15.1064\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M6.10645 12.5H6.60645\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M11.7632 9.10301C12.3732 9.71301 12.3732 10.703 11.7632 11.313C11.1532 11.923 10.1632 11.923 9.5532 11.313C8.9432 10.703 8.9432 9.71301 9.5532 9.10301C10.1632 8.49301 11.1532 8.49301 11.7632 9.10301\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyNewComponent, decorators: [{
|
|
1778
|
+
type: Component,
|
|
1779
|
+
args: [{ selector: 'monkey-icon-money-new', 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\">\n<path d=\"M18.1064 8H19.1064C20.2114 8 21.1064 8.895 21.1064 10V17C21.1064 18.105 20.2114 19 19.1064 19H8.10645C7.00145 19 6.10645 18.105 6.10645 17V16\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.18945 15.417H16.0224C17.1734 15.417 18.1054 14.484 18.1054 13.334V7.084C18.1064 5.933 17.1734 5 16.0234 5H5.18945C4.03945 5 3.10645 5.933 3.10645 7.083V13.333C3.10645 14.484 4.03945 15.417 5.18945 15.417Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M14.6064 8H15.1064\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M6.10645 12.5H6.60645\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M11.7632 9.10301C12.3732 9.71301 12.3732 10.703 11.7632 11.313C11.1532 11.923 10.1632 11.923 9.5532 11.313C8.9432 10.703 8.9432 9.71301 9.5532 9.10301C10.1632 8.49301 11.1532 8.49301 11.7632 9.10301\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1780
|
+
}], propDecorators: { fillColor: [{
|
|
1781
|
+
type: Input
|
|
1782
|
+
}], size: [{
|
|
1783
|
+
type: Input
|
|
1784
|
+
}] } });
|
|
1785
|
+
|
|
1708
1786
|
class MonkeyIconMoneyHandComponent {
|
|
1709
1787
|
}
|
|
1710
1788
|
MonkeyIconMoneyHandComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyHandComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1796,6 +1874,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1796
1874
|
type: Input
|
|
1797
1875
|
}] } });
|
|
1798
1876
|
|
|
1877
|
+
class MonkeyIconOfficeWorkComponent {
|
|
1878
|
+
}
|
|
1879
|
+
MonkeyIconOfficeWorkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconOfficeWorkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1880
|
+
MonkeyIconOfficeWorkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconOfficeWorkComponent, selector: "monkey-icon-office-work", 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\">\n<path d=\"M13.0002 6.49731V8.99836\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M10.499 11.9998V9.99895C10.499 9.44644 10.9469 8.99854 11.4994 8.99854H14.5007C15.0532 8.99854 15.5011 9.44644 15.5011 9.99895V11.9998\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M7.99805 21.0035V13.0002C7.99805 12.4477 8.44595 11.9998 8.99846 11.9998H15.5012\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M10.499 15.0009H14.0005\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M10.499 18.0022H13.0001\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\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\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5039 23.0042H16.0012C15.7249 23.0042 15.501 22.7802 15.501 22.504V22.0978C15.5043 20.9422 16.4403 20.0062 17.5958 20.0029H20.9092C22.0648 20.0062 23.0008 20.9422 23.0041 22.0978V22.504C23.0041 22.7802 22.7802 23.0042 22.5039 23.0042Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2527 17.5019C18.1484 17.4997 17.2548 16.6033 17.2559 15.4991C17.257 14.3948 18.1524 13.5002 19.2567 13.5002C20.3609 13.5002 21.2564 14.3948 21.2575 15.4991C21.2586 16.6033 20.3649 17.4997 19.2607 17.5019H19.2527Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1881
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconOfficeWorkComponent, decorators: [{
|
|
1882
|
+
type: Component,
|
|
1883
|
+
args: [{ selector: 'monkey-icon-office-work', 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\">\n<path d=\"M13.0002 6.49731V8.99836\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M10.499 11.9998V9.99895C10.499 9.44644 10.9469 8.99854 11.4994 8.99854H14.5007C15.0532 8.99854 15.5011 9.44644 15.5011 9.99895V11.9998\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M7.99805 21.0035V13.0002C7.99805 12.4477 8.44595 11.9998 8.99846 11.9998H15.5012\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M10.499 15.0009H14.0005\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M10.499 18.0022H13.0001\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\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\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5039 23.0042H16.0012C15.7249 23.0042 15.501 22.7802 15.501 22.504V22.0978C15.5043 20.9422 16.4403 20.0062 17.5958 20.0029H20.9092C22.0648 20.0062 23.0008 20.9422 23.0041 22.0978V22.504C23.0041 22.7802 22.7802 23.0042 22.5039 23.0042Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2527 17.5019C18.1484 17.4997 17.2548 16.6033 17.2559 15.4991C17.257 14.3948 18.1524 13.5002 19.2567 13.5002C20.3609 13.5002 21.2564 14.3948 21.2575 15.4991C21.2586 16.6033 20.3649 17.4997 19.2607 17.5019H19.2527Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1884
|
+
}], propDecorators: { fillColor: [{
|
|
1885
|
+
type: Input
|
|
1886
|
+
}], size: [{
|
|
1887
|
+
type: Input
|
|
1888
|
+
}] } });
|
|
1889
|
+
|
|
1799
1890
|
class MonkeyIconOpenExternalComponent {
|
|
1800
1891
|
}
|
|
1801
1892
|
MonkeyIconOpenExternalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconOpenExternalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1952,6 +2043,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1952
2043
|
type: Input
|
|
1953
2044
|
}] } });
|
|
1954
2045
|
|
|
2046
|
+
class MonkeyIconRegistrationComponent {
|
|
2047
|
+
}
|
|
2048
|
+
MonkeyIconRegistrationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconRegistrationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2049
|
+
MonkeyIconRegistrationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconRegistrationComponent, selector: "monkey-icon-registration", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"19\" height=\"20\" viewBox=\"0 0 19 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M17 3C17 1.895 16.105 1 15 1\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15 1H3C1.895 1 1 1.895 1 3V17C1 18.105 1.895 19 3 19H15C16.105 19 17 18.105 17 17\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M5 1V19\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 12H15C13.895 12 13 11.105 13 10V10C13 8.895 13.895 8 15 8H17C17.552 8 18 8.448 18 9V11C18 11.552 17.552 12 17 12Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M17 3V8\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M17 17V12\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
2050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconRegistrationComponent, decorators: [{
|
|
2051
|
+
type: Component,
|
|
2052
|
+
args: [{ selector: 'monkey-icon-registration', template: "<svg width=\"19\" height=\"20\" viewBox=\"0 0 19 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M17 3C17 1.895 16.105 1 15 1\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15 1H3C1.895 1 1 1.895 1 3V17C1 18.105 1.895 19 3 19H15C16.105 19 17 18.105 17 17\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M5 1V19\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 12H15C13.895 12 13 11.105 13 10V10C13 8.895 13.895 8 15 8H17C17.552 8 18 8.448 18 9V11C18 11.552 17.552 12 17 12Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M17 3V8\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M17 17V12\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
2053
|
+
}], propDecorators: { fillColor: [{
|
|
2054
|
+
type: Input
|
|
2055
|
+
}], size: [{
|
|
2056
|
+
type: Input
|
|
2057
|
+
}] } });
|
|
2058
|
+
|
|
1955
2059
|
class MonkeyIconRepeatComponent {
|
|
1956
2060
|
}
|
|
1957
2061
|
MonkeyIconRepeatComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconRepeatComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -2030,6 +2134,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2030
2134
|
type: Input
|
|
2031
2135
|
}] } });
|
|
2032
2136
|
|
|
2137
|
+
class MonkeyIconStoreComponent {
|
|
2138
|
+
}
|
|
2139
|
+
MonkeyIconStoreComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconStoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2140
|
+
MonkeyIconStoreComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconStoreComponent, selector: "monkey-icon-store", 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 21H21\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.99995 20.9996L4.00005 10.9551\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M20.0732 21.0004L20.0733 10.9414\" 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=\"M21.7246 7.47765C22.0197 8.03345 22.0783 8.68474 21.8873 9.28433C21.5568 10.3245 20.5807 11.0228 19.4895 10.9994C18.3983 10.9761 17.4529 10.2368 17.1672 9.18341C17.1491 9.12223 17.0929 9.08025 17.0291 9.08025C16.9653 9.08025 16.9091 9.12223 16.8909 9.18341C16.5992 10.2555 15.6256 10.9995 14.5145 10.9994C13.4033 10.9993 12.4299 10.2551 12.1384 9.1829C12.1203 9.12169 12.0641 9.07968 12.0003 9.07968C11.9365 9.07968 11.8803 9.12169 11.8622 9.1829C11.5705 10.2551 10.597 10.9992 9.4858 10.9991C8.37464 10.9991 7.40114 10.255 7.10955 9.18273C7.09142 9.12156 7.03522 9.0796 6.97142 9.0796C6.90763 9.0796 6.85142 9.12156 6.83329 9.18273C6.54756 10.236 5.60222 10.9752 4.51114 10.9986C3.42006 11.0219 2.44394 10.3239 2.11337 9.28381C1.92224 8.68412 1.9809 8.0327 2.27609 7.47681L3.98281 4.09822C4.32305 3.4247 5.01339 3 5.76797 3H18.2323C18.9869 3 19.6772 3.4247 20.0174 4.09822L21.7246 7.47765Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 21.0004V10.9414\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 16H4\" 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"] });
|
|
2141
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconStoreComponent, decorators: [{
|
|
2142
|
+
type: Component,
|
|
2143
|
+
args: [{ selector: 'monkey-icon-store', 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 21H21\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3.99995 20.9996L4.00005 10.9551\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M20.0732 21.0004L20.0733 10.9414\" 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=\"M21.7246 7.47765C22.0197 8.03345 22.0783 8.68474 21.8873 9.28433C21.5568 10.3245 20.5807 11.0228 19.4895 10.9994C18.3983 10.9761 17.4529 10.2368 17.1672 9.18341C17.1491 9.12223 17.0929 9.08025 17.0291 9.08025C16.9653 9.08025 16.9091 9.12223 16.8909 9.18341C16.5992 10.2555 15.6256 10.9995 14.5145 10.9994C13.4033 10.9993 12.4299 10.2551 12.1384 9.1829C12.1203 9.12169 12.0641 9.07968 12.0003 9.07968C11.9365 9.07968 11.8803 9.12169 11.8622 9.1829C11.5705 10.2551 10.597 10.9992 9.4858 10.9991C8.37464 10.9991 7.40114 10.255 7.10955 9.18273C7.09142 9.12156 7.03522 9.0796 6.97142 9.0796C6.90763 9.0796 6.85142 9.12156 6.83329 9.18273C6.54756 10.236 5.60222 10.9752 4.51114 10.9986C3.42006 11.0219 2.44394 10.3239 2.11337 9.28381C1.92224 8.68412 1.9809 8.0327 2.27609 7.47681L3.98281 4.09822C4.32305 3.4247 5.01339 3 5.76797 3H18.2323C18.9869 3 19.6772 3.4247 20.0174 4.09822L21.7246 7.47765Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 21.0004V10.9414\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 16H4\" 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"] }]
|
|
2144
|
+
}], propDecorators: { fillColor: [{
|
|
2145
|
+
type: Input
|
|
2146
|
+
}], size: [{
|
|
2147
|
+
type: Input
|
|
2148
|
+
}] } });
|
|
2149
|
+
|
|
2033
2150
|
class MonkeyIconTodayComponent {
|
|
2034
2151
|
}
|
|
2035
2152
|
MonkeyIconTodayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconTodayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -2231,34 +2348,34 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2231
2348
|
*ngIf="_icon === 'add-plus'"
|
|
2232
2349
|
></monkey-icon-add-plus>
|
|
2233
2350
|
<monkey-icon-arrow-down
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2351
|
+
[fillColor]="_fillColor"
|
|
2352
|
+
[id]="_id"
|
|
2353
|
+
[size]="_size"
|
|
2354
|
+
*ngIf="_icon === 'arrow-down'"
|
|
2238
2355
|
></monkey-icon-arrow-down>
|
|
2239
2356
|
<monkey-icon-arrow-left
|
|
2240
|
-
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2357
|
+
[fillColor]="_fillColor"
|
|
2358
|
+
[id]="_id"
|
|
2359
|
+
[size]="_size"
|
|
2360
|
+
*ngIf="_icon === 'arrow-left'"
|
|
2244
2361
|
></monkey-icon-arrow-left>
|
|
2245
2362
|
<monkey-icon-arrow-right
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2363
|
+
[fillColor]="_fillColor"
|
|
2364
|
+
[id]="_id"
|
|
2365
|
+
[size]="_size"
|
|
2366
|
+
*ngIf="_icon === 'arrow-right'"
|
|
2250
2367
|
></monkey-icon-arrow-right>
|
|
2251
2368
|
<monkey-icon-arrow-line-right
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2369
|
+
[fillColor]="_fillColor"
|
|
2370
|
+
[id]="_id"
|
|
2371
|
+
[size]="_size"
|
|
2372
|
+
*ngIf="_icon === 'arrow-line-right'"
|
|
2256
2373
|
></monkey-icon-arrow-line-right>
|
|
2257
2374
|
<monkey-icon-arrow-up
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2375
|
+
[fillColor]="_fillColor"
|
|
2376
|
+
[id]="_id"
|
|
2377
|
+
[size]="_size"
|
|
2378
|
+
*ngIf="_icon === 'arrow-up'"
|
|
2262
2379
|
></monkey-icon-arrow-up>
|
|
2263
2380
|
<monkey-icon-arrows
|
|
2264
2381
|
[fillColor]="_fillColor"
|
|
@@ -2272,11 +2389,23 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2272
2389
|
[size]="_size"
|
|
2273
2390
|
*ngIf="_icon === 'auction'"
|
|
2274
2391
|
></monkey-icon-auction>
|
|
2392
|
+
<monkey-icon-average-tax
|
|
2393
|
+
[fillColor]="_fillColor"
|
|
2394
|
+
[id]="_id"
|
|
2395
|
+
[size]="_size"
|
|
2396
|
+
*ngIf="_icon === 'average-tax'"
|
|
2397
|
+
></monkey-icon-average-tax>
|
|
2398
|
+
<monkey-icon-bank-agency
|
|
2399
|
+
[fillColor]="_fillColor"
|
|
2400
|
+
[id]="_id"
|
|
2401
|
+
[size]="_size"
|
|
2402
|
+
*ngIf="_icon === 'bank-agency'"
|
|
2403
|
+
></monkey-icon-bank-agency>
|
|
2275
2404
|
<monkey-icon-bank-account
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2405
|
+
[fillColor]="_fillColor"
|
|
2406
|
+
[id]="_id"
|
|
2407
|
+
[size]="_size"
|
|
2408
|
+
*ngIf="_icon === 'bank-account'"
|
|
2280
2409
|
></monkey-icon-bank-account>
|
|
2281
2410
|
<monkey-icon-bank
|
|
2282
2411
|
[fillColor]="_fillColor"
|
|
@@ -2302,6 +2431,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2302
2431
|
[size]="_size"
|
|
2303
2432
|
*ngIf="_icon === 'block'"
|
|
2304
2433
|
></monkey-icon-block>
|
|
2434
|
+
<monkey-icon-book-open-text
|
|
2435
|
+
[fillColor]="_fillColor"
|
|
2436
|
+
[id]="_id"
|
|
2437
|
+
[size]="_size"
|
|
2438
|
+
*ngIf="_icon === 'book-open-text'"
|
|
2439
|
+
></monkey-icon-book-open-text>
|
|
2305
2440
|
<monkey-icon-book
|
|
2306
2441
|
[fillColor]="_fillColor"
|
|
2307
2442
|
[id]="_id"
|
|
@@ -2662,6 +2797,24 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2662
2797
|
[size]="_size"
|
|
2663
2798
|
*ngIf="_icon === 'money-cedule'"
|
|
2664
2799
|
></monkey-icon-money-cedule>
|
|
2800
|
+
<monkey-icon-money-discount
|
|
2801
|
+
[fillColor]="_fillColor"
|
|
2802
|
+
[id]="_id"
|
|
2803
|
+
[size]="_size"
|
|
2804
|
+
*ngIf="_icon === 'money-discount'"
|
|
2805
|
+
></monkey-icon-money-discount>
|
|
2806
|
+
<monkey-icon-money-net
|
|
2807
|
+
[fillColor]="_fillColor"
|
|
2808
|
+
[id]="_id"
|
|
2809
|
+
[size]="_size"
|
|
2810
|
+
*ngIf="_icon === 'money-net'"
|
|
2811
|
+
></monkey-icon-money-net>
|
|
2812
|
+
<monkey-icon-money-new
|
|
2813
|
+
[fillColor]="_fillColor"
|
|
2814
|
+
[id]="_id"
|
|
2815
|
+
[size]="_size"
|
|
2816
|
+
*ngIf="_icon === 'money-new'"
|
|
2817
|
+
></monkey-icon-money-new>
|
|
2665
2818
|
<monkey-icon-money-hand
|
|
2666
2819
|
[fillColor]="_fillColor"
|
|
2667
2820
|
[id]="_id"
|
|
@@ -2704,6 +2857,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2704
2857
|
[size]="_size"
|
|
2705
2858
|
*ngIf="_icon === 'offered'"
|
|
2706
2859
|
></monkey-icon-offered>
|
|
2860
|
+
<monkey-icon-office-work
|
|
2861
|
+
[fillColor]="_fillColor"
|
|
2862
|
+
[id]="_id"
|
|
2863
|
+
[size]="_size"
|
|
2864
|
+
*ngIf="_icon === 'office-work'"
|
|
2865
|
+
></monkey-icon-office-work>
|
|
2707
2866
|
<monkey-icon-open-external
|
|
2708
2867
|
[fillColor]="_fillColor"
|
|
2709
2868
|
[id]="_id"
|
|
@@ -2776,6 +2935,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2776
2935
|
[size]="_size"
|
|
2777
2936
|
*ngIf="_icon === 'refresh'"
|
|
2778
2937
|
></monkey-icon-refresh>
|
|
2938
|
+
<monkey-icon-registration
|
|
2939
|
+
[fillColor]="_fillColor"
|
|
2940
|
+
[id]="_id"
|
|
2941
|
+
[size]="_size"
|
|
2942
|
+
*ngIf="_icon === 'registration'"
|
|
2943
|
+
></monkey-icon-registration>
|
|
2779
2944
|
<monkey-icon-repeat
|
|
2780
2945
|
[fillColor]="_fillColor"
|
|
2781
2946
|
[id]="_id"
|
|
@@ -2812,6 +2977,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2812
2977
|
[size]="_size"
|
|
2813
2978
|
*ngIf="_icon === 'star'"
|
|
2814
2979
|
></monkey-icon-star>
|
|
2980
|
+
<monkey-icon-store
|
|
2981
|
+
[fillColor]="_fillColor"
|
|
2982
|
+
[id]="_id"
|
|
2983
|
+
[size]="_size"
|
|
2984
|
+
*ngIf="_icon === 'store'"
|
|
2985
|
+
></monkey-icon-store>
|
|
2815
2986
|
<monkey-icon-today
|
|
2816
2987
|
[fillColor]="_fillColor"
|
|
2817
2988
|
[id]="_id"
|
|
@@ -2872,7 +3043,7 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2872
3043
|
[size]="_size"
|
|
2873
3044
|
*ngIf="_icon === 'warning'"
|
|
2874
3045
|
></monkey-icon-warning>
|
|
2875
|
-
`, isInline: true, components: [{ type: MonkeyIconAddPlusComponent, selector: "monkey-icon-add-plus", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowDownComponent, selector: "monkey-icon-arrow-down", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLeftComponent, selector: "monkey-icon-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowRightComponent, selector: "monkey-icon-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLineRightComponent, selector: "monkey-icon-arrow-line-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowUpComponent, selector: "monkey-icon-arrow-up", inputs: ["fillColor", "size"] }, { type: MonkeyArrowsComponent, selector: "monkey-icon-arrows", inputs: ["fillColor", "size"] }, { type: MonkeyIconAuctionComponent, selector: "monkey-icon-auction", inputs: ["fillColor", "size"] }, { type: MonkeyBankAccountComponent, selector: "monkey-icon-bank-account", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankComponent, selector: "monkey-icon-bank", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankNoteSearchComponent, selector: "monkey-icon-banknote-search", inputs: ["fillColor", "size"] }, { type: MonkeyIconBellComponent, selector: "monkey-icon-bell", inputs: ["fillColor", "size"] }, { type: MonkeyIconBlockComponent, selector: "monkey-icon-block", inputs: ["fillColor", "size"] }, { type: MonkeyIconBookComponent, selector: "monkey-icon-book", inputs: ["fillColor", "size"] }, { type: MonkeyIconBoxComponent, selector: "monkey-icon-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildPersonComponent, selector: "monkey-icon-build-person", inputs: ["fillColor", "size"] }, { type: MonkeyIconCalendarComponent, selector: "monkey-icon-calendar", inputs: ["fillColor", "size"] }, { type: MonkeyIconCameraComponent, selector: "monkey-icon-camera", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardMachineComponent, selector: "monkey-icon-card-machine", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardComponent, selector: "monkey-icon-card", inputs: ["fillColor", "size"] }, { type: MonkeyIconCashBanknoteInvoiceComponent, selector: "monkey-icon-cash-banknote-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconChatComponent, selector: "monkey-icon-chat", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleOutComponent, selector: "monkey-icon-check-circle-out", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleComponent, selector: "monkey-icon-check-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckGreyComponent, selector: "monkey-icon-check-grey", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckWhiteComponent, selector: "monkey-icon-check-white", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckComponent, selector: "monkey-icon-check", inputs: ["fillColor", "size"] }, { type: MonkeyIconClipboardComponent, selector: "monkey-icon-clipboard", inputs: ["fillColor", "size"] }, { type: MonkeyIconClockComponent, selector: "monkey-icon-clock", inputs: ["fillColor", "size"] }, { type: MonkeyIconClockClosedComponent, selector: "monkey-icon-clock-closed", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseCircleComponent, selector: "monkey-icon-close-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseComponent, selector: "monkey-icon-close", inputs: ["fillColor", "size"] }, { type: MonkeyIconCNPJComponent, selector: "monkey-icon-cnpj", inputs: ["fillColor", "size"] }, { type: MonkeyIconCodepenComponent, selector: "monkey-icon-codepen", inputs: ["fillColor", "size"] }, { type: MonkeyIconCompanyNameComponent, selector: "monkey-icon-company-name", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractPenComponent, selector: "monkey-icon-contract-pen", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractComponent, selector: "monkey-icon-contract", inputs: ["fillColor", "size"] }, { type: MonkeyIconDeleteComponent, selector: "monkey-icon-delete", inputs: ["fillColor", "size"] }, { type: MonkeyIconDocumentComponent, selector: "monkey-icon-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignCircleComponent, selector: "monkey-icon-dollar-sign-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignComponent, selector: "monkey-icon-dollar-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconDomainComponent, selector: "monkey-icon-domain", inputs: ["fillColor", "size"] }, { type: MonkeyIconDotsMenuComponent, selector: "monkey-icon-dots-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowLeftComponent, selector: "monkey-icon-double-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowRightComponent, selector: "monkey-icon-double-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconDownloadComponent, selector: "monkey-icon-download", inputs: ["fillColor", "size"] }, { type: 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: MonkeyIconFilterAddComponent, selector: "monkey-icon-filter-add", inputs: ["fillColor", "size"] }, { type: MonkeyIconFilterComponent, selector: "monkey-icon-filter", inputs: ["fillColor", "size"] }, { type: MonkeyIconGridComponent, selector: "monkey-icon-grid", inputs: ["fillColor", "size"] }, { type: MonkeyIconHandsClapComponent, selector: "monkey-icon-hands-clap", inputs: ["fillColor", "size"] }, { type: MonkeyIconHelpComponent, selector: "monkey-icon-help", inputs: ["fillColor", "size"] }, { type: MonkeyIconHexagonComponent, selector: "monkey-icon-hexagon", inputs: ["fillColor", "size"] }, { type: MonkeyIconHomeComponent, selector: "monkey-icon-home", inputs: ["fillColor", "size"] }, { type: MonkeyIconImageComponent, selector: "monkey-icon-image", inputs: ["fillColor", "size"] }, { type: MonkeyIconInfoComponent, selector: "monkey-icon-info", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoiceComponent, selector: "monkey-icon-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesAnticipatedComponent, selector: "monkey-icon-invoices-anticipated", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesApprovalComponent, selector: "monkey-icon-invoices-approval", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesRefusedComponent, selector: "monkey-icon-invoices-refused", inputs: ["fillColor", "size"] }, { type: MonkeyIconListComponent, selector: "monkey-icon-list", inputs: ["fillColor", "size"] }, { type: MonkeyIconLocationPinComponent, selector: "monkey-icon-location-pin", inputs: ["fillColor", "size"] }, { type: MonkeyIconLoginComponent, selector: "monkey-icon-login", inputs: ["fillColor", "size"] }, { type: MonkeyIconLogoutComponent, selector: "monkey-icon-logout", inputs: ["fillColor", "size"] }, { type: MonkeyIconMedalComponent, selector: "monkey-icon-medal", inputs: ["fillColor", "size"] }, { type: MonkeyIconMenuComponent, selector: "monkey-icon-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyCeduleComponent, selector: "monkey-icon-money-cedule", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyHandComponent, selector: "monkey-icon-money-hand", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneySignComponent, selector: "monkey-icon-money-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyComponent, selector: "monkey-icon-money", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreCircleComponent, selector: "monkey-icon-more-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreComponent, selector: "monkey-icon-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconNewCompanyComponent, selector: "monkey-icon-new-company", inputs: ["fillColor", "size"] }, { type: MonkeyIconOfferedComponent, selector: "monkey-icon-offered", inputs: ["fillColor", "size"] }, { type: MonkeyIconOpenExternalComponent, selector: "monkey-icon-open-external", inputs: ["fillColor", "size"] }, { type: MonkeyIconPasswordComponent, selector: "monkey-icon-password", inputs: ["fillColor", "size"] }, { type: MonkeyIconPeopleComponent, selector: "monkey-icon-people", inputs: ["fillColor", "size"] }, { type: MonkeyIconPercentComponent, selector: "monkey-icon-percent", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonDocumentComponent, selector: "monkey-icon-person-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonSadComponent, selector: "monkey-icon-person-sad", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneCallComponent, selector: "monkey-icon-phone-call", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneComponent, selector: "monkey-icon-phone", inputs: ["fillColor", "size"] }, { type: MonkeyIconPinNavigationComponent, selector: "monkey-icon-pin-navigation", inputs: ["fillColor", "size"] }, { type: MonkeyIconPorkComponent, selector: "monkey-icon-pork", inputs: ["fillColor", "size"] }, { type: MonkeyIconRadioComponent, selector: "monkey-icon-radio", inputs: ["fillColor", "size"] }, { type: MonkeyIconRefreshComponent, selector: "monkey-icon-refresh", inputs: ["fillColor", "size"] }, { type: 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: MonkeyIconUserGroupComponent, selector: "monkey-icon-user-group", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserComponent, selector: "monkey-icon-user", inputs: ["fillColor", "size"] }, { type: MonkeyIconWaitingComponent, selector: "monkey-icon-waiting", inputs: ["fillColor", "size"] }, { type: MonkeyIconWalletComponent, selector: "monkey-icon-wallet", inputs: ["fillColor", "size"] }, { type: MonkeyIconWarningComponent, selector: "monkey-icon-warning", inputs: ["fillColor", "size"] }], directives: [{ type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
3046
|
+
`, isInline: true, components: [{ type: MonkeyIconAddPlusComponent, selector: "monkey-icon-add-plus", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowDownComponent, selector: "monkey-icon-arrow-down", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLeftComponent, selector: "monkey-icon-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowRightComponent, selector: "monkey-icon-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLineRightComponent, selector: "monkey-icon-arrow-line-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowUpComponent, selector: "monkey-icon-arrow-up", inputs: ["fillColor", "size"] }, { type: MonkeyArrowsComponent, selector: "monkey-icon-arrows", inputs: ["fillColor", "size"] }, { type: MonkeyIconAuctionComponent, selector: "monkey-icon-auction", inputs: ["fillColor", "size"] }, { type: MonkeyIconAverageTaxComponent, selector: "monkey-icon-average-tax", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankAgencyComponent, selector: "monkey-icon-bank-agency", inputs: ["fillColor", "size"] }, { type: MonkeyBankAccountComponent, selector: "monkey-icon-bank-account", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankComponent, selector: "monkey-icon-bank", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankNoteSearchComponent, selector: "monkey-icon-banknote-search", inputs: ["fillColor", "size"] }, { type: MonkeyIconBellComponent, selector: "monkey-icon-bell", inputs: ["fillColor", "size"] }, { type: MonkeyIconBlockComponent, selector: "monkey-icon-block", inputs: ["fillColor", "size"] }, { type: MonkeyIconBookOpenTextComponent, selector: "monkey-icon-book-open-text", inputs: ["fillColor", "size"] }, { type: MonkeyIconBookComponent, selector: "monkey-icon-book", inputs: ["fillColor", "size"] }, { type: MonkeyIconBoxComponent, selector: "monkey-icon-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildPersonComponent, selector: "monkey-icon-build-person", inputs: ["fillColor", "size"] }, { type: MonkeyIconCalendarComponent, selector: "monkey-icon-calendar", inputs: ["fillColor", "size"] }, { type: MonkeyIconCameraComponent, selector: "monkey-icon-camera", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardMachineComponent, selector: "monkey-icon-card-machine", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardComponent, selector: "monkey-icon-card", inputs: ["fillColor", "size"] }, { type: MonkeyIconCashBanknoteInvoiceComponent, selector: "monkey-icon-cash-banknote-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconChatComponent, selector: "monkey-icon-chat", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleOutComponent, selector: "monkey-icon-check-circle-out", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleComponent, selector: "monkey-icon-check-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckGreyComponent, selector: "monkey-icon-check-grey", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckWhiteComponent, selector: "monkey-icon-check-white", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckComponent, selector: "monkey-icon-check", inputs: ["fillColor", "size"] }, { type: MonkeyIconClipboardComponent, selector: "monkey-icon-clipboard", inputs: ["fillColor", "size"] }, { type: MonkeyIconClockComponent, selector: "monkey-icon-clock", inputs: ["fillColor", "size"] }, { type: MonkeyIconClockClosedComponent, selector: "monkey-icon-clock-closed", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseCircleComponent, selector: "monkey-icon-close-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseComponent, selector: "monkey-icon-close", inputs: ["fillColor", "size"] }, { type: MonkeyIconCNPJComponent, selector: "monkey-icon-cnpj", inputs: ["fillColor", "size"] }, { type: MonkeyIconCodepenComponent, selector: "monkey-icon-codepen", inputs: ["fillColor", "size"] }, { type: MonkeyIconCompanyNameComponent, selector: "monkey-icon-company-name", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractPenComponent, selector: "monkey-icon-contract-pen", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractComponent, selector: "monkey-icon-contract", inputs: ["fillColor", "size"] }, { type: MonkeyIconDeleteComponent, selector: "monkey-icon-delete", inputs: ["fillColor", "size"] }, { type: MonkeyIconDocumentComponent, selector: "monkey-icon-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignCircleComponent, selector: "monkey-icon-dollar-sign-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignComponent, selector: "monkey-icon-dollar-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconDomainComponent, selector: "monkey-icon-domain", inputs: ["fillColor", "size"] }, { type: MonkeyIconDotsMenuComponent, selector: "monkey-icon-dots-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowLeftComponent, selector: "monkey-icon-double-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowRightComponent, selector: "monkey-icon-double-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconDownloadComponent, selector: "monkey-icon-download", inputs: ["fillColor", "size"] }, { type: 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: MonkeyIconFilterAddComponent, selector: "monkey-icon-filter-add", inputs: ["fillColor", "size"] }, { type: MonkeyIconFilterComponent, selector: "monkey-icon-filter", inputs: ["fillColor", "size"] }, { type: MonkeyIconGridComponent, selector: "monkey-icon-grid", inputs: ["fillColor", "size"] }, { type: MonkeyIconHandsClapComponent, selector: "monkey-icon-hands-clap", inputs: ["fillColor", "size"] }, { type: MonkeyIconHelpComponent, selector: "monkey-icon-help", inputs: ["fillColor", "size"] }, { type: MonkeyIconHexagonComponent, selector: "monkey-icon-hexagon", inputs: ["fillColor", "size"] }, { type: MonkeyIconHomeComponent, selector: "monkey-icon-home", inputs: ["fillColor", "size"] }, { type: MonkeyIconImageComponent, selector: "monkey-icon-image", inputs: ["fillColor", "size"] }, { type: MonkeyIconInfoComponent, selector: "monkey-icon-info", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoiceComponent, selector: "monkey-icon-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesAnticipatedComponent, selector: "monkey-icon-invoices-anticipated", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesApprovalComponent, selector: "monkey-icon-invoices-approval", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesRefusedComponent, selector: "monkey-icon-invoices-refused", inputs: ["fillColor", "size"] }, { type: MonkeyIconListComponent, selector: "monkey-icon-list", inputs: ["fillColor", "size"] }, { type: MonkeyIconLocationPinComponent, selector: "monkey-icon-location-pin", inputs: ["fillColor", "size"] }, { type: MonkeyIconLoginComponent, selector: "monkey-icon-login", inputs: ["fillColor", "size"] }, { type: MonkeyIconLogoutComponent, selector: "monkey-icon-logout", inputs: ["fillColor", "size"] }, { type: MonkeyIconMedalComponent, selector: "monkey-icon-medal", inputs: ["fillColor", "size"] }, { type: MonkeyIconMenuComponent, selector: "monkey-icon-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyCeduleComponent, selector: "monkey-icon-money-cedule", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyDiscountComponent, selector: "monkey-icon-money-discount", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyNetComponent, selector: "monkey-icon-money-net", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyNewComponent, selector: "monkey-icon-money-new", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyHandComponent, selector: "monkey-icon-money-hand", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneySignComponent, selector: "monkey-icon-money-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyComponent, selector: "monkey-icon-money", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreCircleComponent, selector: "monkey-icon-more-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreComponent, selector: "monkey-icon-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconNewCompanyComponent, selector: "monkey-icon-new-company", inputs: ["fillColor", "size"] }, { type: MonkeyIconOfferedComponent, selector: "monkey-icon-offered", inputs: ["fillColor", "size"] }, { type: MonkeyIconOfficeWorkComponent, selector: "monkey-icon-office-work", inputs: ["fillColor", "size"] }, { type: MonkeyIconOpenExternalComponent, selector: "monkey-icon-open-external", inputs: ["fillColor", "size"] }, { type: MonkeyIconPasswordComponent, selector: "monkey-icon-password", inputs: ["fillColor", "size"] }, { type: MonkeyIconPeopleComponent, selector: "monkey-icon-people", inputs: ["fillColor", "size"] }, { type: MonkeyIconPercentComponent, selector: "monkey-icon-percent", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonDocumentComponent, selector: "monkey-icon-person-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonSadComponent, selector: "monkey-icon-person-sad", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneCallComponent, selector: "monkey-icon-phone-call", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneComponent, selector: "monkey-icon-phone", inputs: ["fillColor", "size"] }, { type: MonkeyIconPinNavigationComponent, selector: "monkey-icon-pin-navigation", inputs: ["fillColor", "size"] }, { type: MonkeyIconPorkComponent, selector: "monkey-icon-pork", inputs: ["fillColor", "size"] }, { type: MonkeyIconRadioComponent, selector: "monkey-icon-radio", inputs: ["fillColor", "size"] }, { type: MonkeyIconRefreshComponent, selector: "monkey-icon-refresh", inputs: ["fillColor", "size"] }, { type: MonkeyIconRegistrationComponent, selector: "monkey-icon-registration", inputs: ["fillColor", "size"] }, { type: MonkeyIconRepeatComponent, selector: "monkey-icon-repeat", inputs: ["fillColor", "size"] }, { type: MonkeyIconSearchComponent, selector: "monkey-icon-search", inputs: ["fillColor", "size"] }, { type: MonkeyIconSecondWarningComponent, selector: "monkey-icon-second-warning", inputs: ["fillColor", "size"] }, { type: MonkeyIconSettingsComponent, selector: "monkey-icon-settings", inputs: ["fillColor", "size"] }, { type: MonkeyIconShieldChekmarkComponent, selector: "monkey-icon-shield-chekmark", inputs: ["fillColor", "size"] }, { type: MonkeyIconStarComponent, selector: "monkey-icon-star", inputs: ["fillColor", "size"] }, { type: MonkeyIconStoreComponent, selector: "monkey-icon-store", inputs: ["fillColor", "size"] }, { type: MonkeyIconTodayComponent, selector: "monkey-icon-today", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrashComponent, selector: "monkey-icon-trash", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrophyComponent, selector: "monkey-icon-trophy", inputs: ["fillColor", "size"] }, { type: MonkeyIconUnfoldMoreComponent, selector: "monkey-icon-unfold-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconUploadComponent, selector: "monkey-icon-upload", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserGroupComponent, selector: "monkey-icon-user-group", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserComponent, selector: "monkey-icon-user", inputs: ["fillColor", "size"] }, { type: MonkeyIconWaitingComponent, selector: "monkey-icon-waiting", inputs: ["fillColor", "size"] }, { type: MonkeyIconWalletComponent, selector: "monkey-icon-wallet", inputs: ["fillColor", "size"] }, { type: MonkeyIconWarningComponent, selector: "monkey-icon-warning", inputs: ["fillColor", "size"] }], directives: [{ type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
2876
3047
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconComponent, decorators: [{
|
|
2877
3048
|
type: Component,
|
|
2878
3049
|
args: [{
|
|
@@ -2885,34 +3056,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2885
3056
|
*ngIf="_icon === 'add-plus'"
|
|
2886
3057
|
></monkey-icon-add-plus>
|
|
2887
3058
|
<monkey-icon-arrow-down
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
3059
|
+
[fillColor]="_fillColor"
|
|
3060
|
+
[id]="_id"
|
|
3061
|
+
[size]="_size"
|
|
3062
|
+
*ngIf="_icon === 'arrow-down'"
|
|
2892
3063
|
></monkey-icon-arrow-down>
|
|
2893
3064
|
<monkey-icon-arrow-left
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
3065
|
+
[fillColor]="_fillColor"
|
|
3066
|
+
[id]="_id"
|
|
3067
|
+
[size]="_size"
|
|
3068
|
+
*ngIf="_icon === 'arrow-left'"
|
|
2898
3069
|
></monkey-icon-arrow-left>
|
|
2899
3070
|
<monkey-icon-arrow-right
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
3071
|
+
[fillColor]="_fillColor"
|
|
3072
|
+
[id]="_id"
|
|
3073
|
+
[size]="_size"
|
|
3074
|
+
*ngIf="_icon === 'arrow-right'"
|
|
2904
3075
|
></monkey-icon-arrow-right>
|
|
2905
3076
|
<monkey-icon-arrow-line-right
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
3077
|
+
[fillColor]="_fillColor"
|
|
3078
|
+
[id]="_id"
|
|
3079
|
+
[size]="_size"
|
|
3080
|
+
*ngIf="_icon === 'arrow-line-right'"
|
|
2910
3081
|
></monkey-icon-arrow-line-right>
|
|
2911
3082
|
<monkey-icon-arrow-up
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
3083
|
+
[fillColor]="_fillColor"
|
|
3084
|
+
[id]="_id"
|
|
3085
|
+
[size]="_size"
|
|
3086
|
+
*ngIf="_icon === 'arrow-up'"
|
|
2916
3087
|
></monkey-icon-arrow-up>
|
|
2917
3088
|
<monkey-icon-arrows
|
|
2918
3089
|
[fillColor]="_fillColor"
|
|
@@ -2926,11 +3097,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2926
3097
|
[size]="_size"
|
|
2927
3098
|
*ngIf="_icon === 'auction'"
|
|
2928
3099
|
></monkey-icon-auction>
|
|
3100
|
+
<monkey-icon-average-tax
|
|
3101
|
+
[fillColor]="_fillColor"
|
|
3102
|
+
[id]="_id"
|
|
3103
|
+
[size]="_size"
|
|
3104
|
+
*ngIf="_icon === 'average-tax'"
|
|
3105
|
+
></monkey-icon-average-tax>
|
|
3106
|
+
<monkey-icon-bank-agency
|
|
3107
|
+
[fillColor]="_fillColor"
|
|
3108
|
+
[id]="_id"
|
|
3109
|
+
[size]="_size"
|
|
3110
|
+
*ngIf="_icon === 'bank-agency'"
|
|
3111
|
+
></monkey-icon-bank-agency>
|
|
2929
3112
|
<monkey-icon-bank-account
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
3113
|
+
[fillColor]="_fillColor"
|
|
3114
|
+
[id]="_id"
|
|
3115
|
+
[size]="_size"
|
|
3116
|
+
*ngIf="_icon === 'bank-account'"
|
|
2934
3117
|
></monkey-icon-bank-account>
|
|
2935
3118
|
<monkey-icon-bank
|
|
2936
3119
|
[fillColor]="_fillColor"
|
|
@@ -2956,6 +3139,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2956
3139
|
[size]="_size"
|
|
2957
3140
|
*ngIf="_icon === 'block'"
|
|
2958
3141
|
></monkey-icon-block>
|
|
3142
|
+
<monkey-icon-book-open-text
|
|
3143
|
+
[fillColor]="_fillColor"
|
|
3144
|
+
[id]="_id"
|
|
3145
|
+
[size]="_size"
|
|
3146
|
+
*ngIf="_icon === 'book-open-text'"
|
|
3147
|
+
></monkey-icon-book-open-text>
|
|
2959
3148
|
<monkey-icon-book
|
|
2960
3149
|
[fillColor]="_fillColor"
|
|
2961
3150
|
[id]="_id"
|
|
@@ -3316,6 +3505,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3316
3505
|
[size]="_size"
|
|
3317
3506
|
*ngIf="_icon === 'money-cedule'"
|
|
3318
3507
|
></monkey-icon-money-cedule>
|
|
3508
|
+
<monkey-icon-money-discount
|
|
3509
|
+
[fillColor]="_fillColor"
|
|
3510
|
+
[id]="_id"
|
|
3511
|
+
[size]="_size"
|
|
3512
|
+
*ngIf="_icon === 'money-discount'"
|
|
3513
|
+
></monkey-icon-money-discount>
|
|
3514
|
+
<monkey-icon-money-net
|
|
3515
|
+
[fillColor]="_fillColor"
|
|
3516
|
+
[id]="_id"
|
|
3517
|
+
[size]="_size"
|
|
3518
|
+
*ngIf="_icon === 'money-net'"
|
|
3519
|
+
></monkey-icon-money-net>
|
|
3520
|
+
<monkey-icon-money-new
|
|
3521
|
+
[fillColor]="_fillColor"
|
|
3522
|
+
[id]="_id"
|
|
3523
|
+
[size]="_size"
|
|
3524
|
+
*ngIf="_icon === 'money-new'"
|
|
3525
|
+
></monkey-icon-money-new>
|
|
3319
3526
|
<monkey-icon-money-hand
|
|
3320
3527
|
[fillColor]="_fillColor"
|
|
3321
3528
|
[id]="_id"
|
|
@@ -3358,6 +3565,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3358
3565
|
[size]="_size"
|
|
3359
3566
|
*ngIf="_icon === 'offered'"
|
|
3360
3567
|
></monkey-icon-offered>
|
|
3568
|
+
<monkey-icon-office-work
|
|
3569
|
+
[fillColor]="_fillColor"
|
|
3570
|
+
[id]="_id"
|
|
3571
|
+
[size]="_size"
|
|
3572
|
+
*ngIf="_icon === 'office-work'"
|
|
3573
|
+
></monkey-icon-office-work>
|
|
3361
3574
|
<monkey-icon-open-external
|
|
3362
3575
|
[fillColor]="_fillColor"
|
|
3363
3576
|
[id]="_id"
|
|
@@ -3430,6 +3643,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3430
3643
|
[size]="_size"
|
|
3431
3644
|
*ngIf="_icon === 'refresh'"
|
|
3432
3645
|
></monkey-icon-refresh>
|
|
3646
|
+
<monkey-icon-registration
|
|
3647
|
+
[fillColor]="_fillColor"
|
|
3648
|
+
[id]="_id"
|
|
3649
|
+
[size]="_size"
|
|
3650
|
+
*ngIf="_icon === 'registration'"
|
|
3651
|
+
></monkey-icon-registration>
|
|
3433
3652
|
<monkey-icon-repeat
|
|
3434
3653
|
[fillColor]="_fillColor"
|
|
3435
3654
|
[id]="_id"
|
|
@@ -3466,6 +3685,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3466
3685
|
[size]="_size"
|
|
3467
3686
|
*ngIf="_icon === 'star'"
|
|
3468
3687
|
></monkey-icon-star>
|
|
3688
|
+
<monkey-icon-store
|
|
3689
|
+
[fillColor]="_fillColor"
|
|
3690
|
+
[id]="_id"
|
|
3691
|
+
[size]="_size"
|
|
3692
|
+
*ngIf="_icon === 'store'"
|
|
3693
|
+
></monkey-icon-store>
|
|
3469
3694
|
<monkey-icon-today
|
|
3470
3695
|
[fillColor]="_fillColor"
|
|
3471
3696
|
[id]="_id"
|
|
@@ -3869,11 +4094,14 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3869
4094
|
MonkeyIconArrowRightComponent,
|
|
3870
4095
|
MonkeyIconArrowUpComponent,
|
|
3871
4096
|
MonkeyIconAuctionComponent,
|
|
4097
|
+
MonkeyIconAverageTaxComponent,
|
|
4098
|
+
MonkeyIconBankAgencyComponent,
|
|
3872
4099
|
MonkeyIconBankComponent,
|
|
3873
4100
|
MonkeyIconBankNoteSearchComponent,
|
|
3874
4101
|
MonkeyIconBellComponent,
|
|
3875
4102
|
MonkeyIconBlockComponent,
|
|
3876
4103
|
MonkeyIconBookComponent,
|
|
4104
|
+
MonkeyIconBookOpenTextComponent,
|
|
3877
4105
|
MonkeyIconBoxComponent,
|
|
3878
4106
|
MonkeyIconBuildPersonComponent,
|
|
3879
4107
|
MonkeyIconCalendarComponent,
|
|
@@ -3888,8 +4116,8 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3888
4116
|
MonkeyIconCheckGreyComponent,
|
|
3889
4117
|
MonkeyIconCheckWhiteComponent,
|
|
3890
4118
|
MonkeyIconClipboardComponent,
|
|
3891
|
-
MonkeyIconClockComponent,
|
|
3892
4119
|
MonkeyIconClockClosedComponent,
|
|
4120
|
+
MonkeyIconClockComponent,
|
|
3893
4121
|
MonkeyIconCloseCircleComponent,
|
|
3894
4122
|
MonkeyIconCloseComponent,
|
|
3895
4123
|
MonkeyIconCNPJComponent,
|
|
@@ -3935,12 +4163,16 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3935
4163
|
MonkeyIconMenuComponent,
|
|
3936
4164
|
MonkeyIconMoneyCeduleComponent,
|
|
3937
4165
|
MonkeyIconMoneyComponent,
|
|
4166
|
+
MonkeyIconMoneyDiscountComponent,
|
|
3938
4167
|
MonkeyIconMoneyHandComponent,
|
|
4168
|
+
MonkeyIconMoneyNetComponent,
|
|
4169
|
+
MonkeyIconMoneyNewComponent,
|
|
3939
4170
|
MonkeyIconMoneySignComponent,
|
|
3940
4171
|
MonkeyIconMoreCircleComponent,
|
|
3941
4172
|
MonkeyIconMoreComponent,
|
|
3942
4173
|
MonkeyIconNewCompanyComponent,
|
|
3943
4174
|
MonkeyIconOfferedComponent,
|
|
4175
|
+
MonkeyIconOfficeWorkComponent,
|
|
3944
4176
|
MonkeyIconOpenExternalComponent,
|
|
3945
4177
|
MonkeyIconPasswordComponent,
|
|
3946
4178
|
MonkeyIconPeopleComponent,
|
|
@@ -3953,12 +4185,14 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3953
4185
|
MonkeyIconPorkComponent,
|
|
3954
4186
|
MonkeyIconRadioComponent,
|
|
3955
4187
|
MonkeyIconRefreshComponent,
|
|
4188
|
+
MonkeyIconRegistrationComponent,
|
|
3956
4189
|
MonkeyIconRepeatComponent,
|
|
3957
4190
|
MonkeyIconSearchComponent,
|
|
3958
4191
|
MonkeyIconSecondWarningComponent,
|
|
3959
4192
|
MonkeyIconSettingsComponent,
|
|
3960
4193
|
MonkeyIconShieldChekmarkComponent,
|
|
3961
4194
|
MonkeyIconStarComponent,
|
|
4195
|
+
MonkeyIconStoreComponent,
|
|
3962
4196
|
MonkeyIconTodayComponent,
|
|
3963
4197
|
MonkeyIconTrashComponent,
|
|
3964
4198
|
MonkeyIconTrophyComponent,
|
|
@@ -3983,11 +4217,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3983
4217
|
MonkeyIconArrowRightComponent,
|
|
3984
4218
|
MonkeyIconArrowUpComponent,
|
|
3985
4219
|
MonkeyIconAuctionComponent,
|
|
4220
|
+
MonkeyIconAverageTaxComponent,
|
|
4221
|
+
MonkeyIconBankAgencyComponent,
|
|
3986
4222
|
MonkeyIconBankComponent,
|
|
3987
4223
|
MonkeyIconBankNoteSearchComponent,
|
|
3988
4224
|
MonkeyIconBellComponent,
|
|
3989
4225
|
MonkeyIconBlockComponent,
|
|
3990
4226
|
MonkeyIconBookComponent,
|
|
4227
|
+
MonkeyIconBookOpenTextComponent,
|
|
3991
4228
|
MonkeyIconBoxComponent,
|
|
3992
4229
|
MonkeyIconBuildPersonComponent,
|
|
3993
4230
|
MonkeyIconCalendarComponent,
|
|
@@ -4002,8 +4239,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
4002
4239
|
MonkeyIconCheckGreyComponent,
|
|
4003
4240
|
MonkeyIconCheckWhiteComponent,
|
|
4004
4241
|
MonkeyIconClipboardComponent,
|
|
4005
|
-
MonkeyIconClockComponent,
|
|
4006
4242
|
MonkeyIconClockClosedComponent,
|
|
4243
|
+
MonkeyIconClockComponent,
|
|
4007
4244
|
MonkeyIconCloseCircleComponent,
|
|
4008
4245
|
MonkeyIconCloseComponent,
|
|
4009
4246
|
MonkeyIconCNPJComponent,
|
|
@@ -4049,12 +4286,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
4049
4286
|
MonkeyIconMenuComponent,
|
|
4050
4287
|
MonkeyIconMoneyCeduleComponent,
|
|
4051
4288
|
MonkeyIconMoneyComponent,
|
|
4289
|
+
MonkeyIconMoneyDiscountComponent,
|
|
4052
4290
|
MonkeyIconMoneyHandComponent,
|
|
4291
|
+
MonkeyIconMoneyNetComponent,
|
|
4292
|
+
MonkeyIconMoneyNewComponent,
|
|
4053
4293
|
MonkeyIconMoneySignComponent,
|
|
4054
4294
|
MonkeyIconMoreCircleComponent,
|
|
4055
4295
|
MonkeyIconMoreComponent,
|
|
4056
4296
|
MonkeyIconNewCompanyComponent,
|
|
4057
4297
|
MonkeyIconOfferedComponent,
|
|
4298
|
+
MonkeyIconOfficeWorkComponent,
|
|
4058
4299
|
MonkeyIconOpenExternalComponent,
|
|
4059
4300
|
MonkeyIconPasswordComponent,
|
|
4060
4301
|
MonkeyIconPeopleComponent,
|
|
@@ -4067,12 +4308,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
4067
4308
|
MonkeyIconPorkComponent,
|
|
4068
4309
|
MonkeyIconRadioComponent,
|
|
4069
4310
|
MonkeyIconRefreshComponent,
|
|
4311
|
+
MonkeyIconRegistrationComponent,
|
|
4070
4312
|
MonkeyIconRepeatComponent,
|
|
4071
4313
|
MonkeyIconSearchComponent,
|
|
4072
4314
|
MonkeyIconSecondWarningComponent,
|
|
4073
4315
|
MonkeyIconSettingsComponent,
|
|
4074
4316
|
MonkeyIconShieldChekmarkComponent,
|
|
4075
4317
|
MonkeyIconStarComponent,
|
|
4318
|
+
MonkeyIconStoreComponent,
|
|
4076
4319
|
MonkeyIconTodayComponent,
|
|
4077
4320
|
MonkeyIconTrashComponent,
|
|
4078
4321
|
MonkeyIconTrophyComponent,
|
|
@@ -9270,5 +9513,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
9270
9513
|
* Generated bundle index. Do not edit.
|
|
9271
9514
|
*/
|
|
9272
9515
|
|
|
9273
|
-
export { MonkeyArrowsComponent, MonkeyBadgeComponent, MonkeyBadgeModule, MonkeyBankAccountComponent, MonkeyButtonAvatarComponent, MonkeyButtonComponent, MonkeyButtonDropdownComponent, MonkeyButtonModule, MonkeyCheckboxComponent, MonkeyCheckboxModule, MonkeyDateRangePickerComponent, MonkeyDateRangePickerModule, MonkeyExpansionComponent, MonkeyExpansionModule, MonkeyFileUploadComponent, MonkeyFileUploadModule, MonkeyIconAddPlusComponent, MonkeyIconArrowLeftComponent, MonkeyIconArrowLineRightComponent, MonkeyIconArrowRightComponent, MonkeyIconArrowUpComponent, MonkeyIconAuctionComponent, MonkeyIconBankComponent, MonkeyIconBankNoteSearchComponent, MonkeyIconBellComponent, MonkeyIconBookComponent, MonkeyIconBoxComponent, MonkeyIconBuildPersonComponent, MonkeyIconCNPJComponent, MonkeyIconCalendarComponent, MonkeyIconCameraComponent, MonkeyIconCardComponent, MonkeyIconCardMachineComponent, MonkeyIconCashBanknoteInvoiceComponent, MonkeyIconChatComponent, MonkeyIconCheckCircleComponent, MonkeyIconCheckCircleOutComponent, MonkeyIconCheckComponent, MonkeyIconCheckGreyComponent, MonkeyIconCheckWhiteComponent, MonkeyIconClipboardComponent, MonkeyIconClockClosedComponent, MonkeyIconClockComponent, MonkeyIconCloseComponent, MonkeyIconCodepenComponent, MonkeyIconCompanyNameComponent, MonkeyIconComponent, MonkeyIconContractComponent, MonkeyIconContractPenComponent, MonkeyIconDeleteComponent, MonkeyIconDocumentComponent, MonkeyIconDollarSignCircleComponent, MonkeyIconDollarSignComponent, MonkeyIconDomainComponent, MonkeyIconDoubleArrowLeftComponent, MonkeyIconDoubleArrowRightComponent, MonkeyIconDownloadComponent, MonkeyIconEditComponent, MonkeyIconEditSquareComponent, MonkeyIconEmailComponent, MonkeyIconEmptyDocComponent, MonkeyIconErrorComponent, MonkeyIconEyeClosedComponent, MonkeyIconEyeOpenComponent, MonkeyIconFilterComponent, MonkeyIconGridComponent, MonkeyIconHelpComponent, MonkeyIconHexagonComponent, MonkeyIconHomeComponent, MonkeyIconImageComponent, MonkeyIconInfoComponent, MonkeyIconInvoiceComponent, MonkeyIconInvoicesAnticipatedComponent, MonkeyIconInvoicesApprovalComponent, MonkeyIconInvoicesRefusedComponent, 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 };
|
|
9516
|
+
export { MonkeyArrowsComponent, MonkeyBadgeComponent, MonkeyBadgeModule, MonkeyBankAccountComponent, MonkeyButtonAvatarComponent, MonkeyButtonComponent, MonkeyButtonDropdownComponent, MonkeyButtonModule, MonkeyCheckboxComponent, MonkeyCheckboxModule, MonkeyDateRangePickerComponent, MonkeyDateRangePickerModule, MonkeyExpansionComponent, MonkeyExpansionModule, MonkeyFileUploadComponent, MonkeyFileUploadModule, MonkeyIconAddPlusComponent, MonkeyIconArrowLeftComponent, MonkeyIconArrowLineRightComponent, MonkeyIconArrowRightComponent, MonkeyIconArrowUpComponent, MonkeyIconAuctionComponent, MonkeyIconAverageTaxComponent, MonkeyIconBankAgencyComponent, MonkeyIconBankComponent, MonkeyIconBankNoteSearchComponent, MonkeyIconBellComponent, MonkeyIconBookComponent, MonkeyIconBookOpenTextComponent, MonkeyIconBoxComponent, MonkeyIconBuildPersonComponent, MonkeyIconCNPJComponent, MonkeyIconCalendarComponent, MonkeyIconCameraComponent, MonkeyIconCardComponent, MonkeyIconCardMachineComponent, MonkeyIconCashBanknoteInvoiceComponent, MonkeyIconChatComponent, MonkeyIconCheckCircleComponent, MonkeyIconCheckCircleOutComponent, MonkeyIconCheckComponent, MonkeyIconCheckGreyComponent, MonkeyIconCheckWhiteComponent, MonkeyIconClipboardComponent, MonkeyIconClockClosedComponent, MonkeyIconClockComponent, MonkeyIconCloseComponent, MonkeyIconCodepenComponent, MonkeyIconCompanyNameComponent, MonkeyIconComponent, MonkeyIconContractComponent, MonkeyIconContractPenComponent, MonkeyIconDeleteComponent, MonkeyIconDocumentComponent, MonkeyIconDollarSignCircleComponent, MonkeyIconDollarSignComponent, MonkeyIconDomainComponent, MonkeyIconDoubleArrowLeftComponent, MonkeyIconDoubleArrowRightComponent, MonkeyIconDownloadComponent, MonkeyIconEditComponent, MonkeyIconEditSquareComponent, MonkeyIconEmailComponent, MonkeyIconEmptyDocComponent, MonkeyIconErrorComponent, MonkeyIconEyeClosedComponent, MonkeyIconEyeOpenComponent, MonkeyIconFilterComponent, MonkeyIconGridComponent, MonkeyIconHelpComponent, MonkeyIconHexagonComponent, MonkeyIconHomeComponent, MonkeyIconImageComponent, MonkeyIconInfoComponent, MonkeyIconInvoiceComponent, MonkeyIconInvoicesAnticipatedComponent, MonkeyIconInvoicesApprovalComponent, MonkeyIconInvoicesRefusedComponent, MonkeyIconListComponent, MonkeyIconLocationPinComponent, MonkeyIconLoginComponent, MonkeyIconLogoutComponent, MonkeyIconMedalComponent, MonkeyIconMenuComponent, MonkeyIconModule, MonkeyIconMoneyCeduleComponent, MonkeyIconMoneyComponent, MonkeyIconMoneyDiscountComponent, MonkeyIconMoneyHandComponent, MonkeyIconMoneyNetComponent, MonkeyIconMoneyNewComponent, MonkeyIconMoneySignComponent, MonkeyIconMoreComponent, MonkeyIconNewCompanyComponent, MonkeyIconOfferedComponent, MonkeyIconOfficeWorkComponent, MonkeyIconPasswordComponent, MonkeyIconPeopleComponent, MonkeyIconPercentComponent, MonkeyIconPersonDocumentComponent, MonkeyIconPersonSadComponent, MonkeyIconPhoneComponent, MonkeyIconPorkComponent, MonkeyIconRadioComponent, MonkeyIconRefreshComponent, MonkeyIconRegistrationComponent, MonkeyIconRepeatComponent, MonkeyIconSearchComponent, MonkeyIconSecondWarningComponent, MonkeyIconSettingsComponent, MonkeyIconShieldChekmarkComponent, MonkeyIconStarComponent, MonkeyIconStoreComponent, 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 };
|
|
9274
9517
|
//# sourceMappingURL=monkey-style-guide.mjs.map
|