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
|
@@ -855,6 +855,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
855
855
|
type: Input
|
|
856
856
|
}] } });
|
|
857
857
|
|
|
858
|
+
class MonkeyIconAverageTaxComponent {
|
|
859
|
+
}
|
|
860
|
+
MonkeyIconAverageTaxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconAverageTaxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
861
|
+
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"] });
|
|
862
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconAverageTaxComponent, decorators: [{
|
|
863
|
+
type: Component,
|
|
864
|
+
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"] }]
|
|
865
|
+
}], propDecorators: { fillColor: [{
|
|
866
|
+
type: Input
|
|
867
|
+
}], size: [{
|
|
868
|
+
type: Input
|
|
869
|
+
}] } });
|
|
870
|
+
|
|
871
|
+
class MonkeyIconBankAgencyComponent {
|
|
872
|
+
}
|
|
873
|
+
MonkeyIconBankAgencyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBankAgencyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
874
|
+
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"] });
|
|
875
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBankAgencyComponent, decorators: [{
|
|
876
|
+
type: Component,
|
|
877
|
+
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"] }]
|
|
878
|
+
}], propDecorators: { fillColor: [{
|
|
879
|
+
type: Input
|
|
880
|
+
}], size: [{
|
|
881
|
+
type: Input
|
|
882
|
+
}] } });
|
|
883
|
+
|
|
858
884
|
class MonkeyBankAccountComponent {
|
|
859
885
|
}
|
|
860
886
|
MonkeyBankAccountComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyBankAccountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -920,6 +946,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
920
946
|
type: Input
|
|
921
947
|
}] } });
|
|
922
948
|
|
|
949
|
+
class MonkeyIconBookOpenTextComponent {
|
|
950
|
+
}
|
|
951
|
+
MonkeyIconBookOpenTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBookOpenTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
952
|
+
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"] });
|
|
953
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBookOpenTextComponent, decorators: [{
|
|
954
|
+
type: Component,
|
|
955
|
+
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"] }]
|
|
956
|
+
}], propDecorators: { fillColor: [{
|
|
957
|
+
type: Input
|
|
958
|
+
}], size: [{
|
|
959
|
+
type: Input
|
|
960
|
+
}] } });
|
|
961
|
+
|
|
923
962
|
class MonkeyIconBookComponent {
|
|
924
963
|
}
|
|
925
964
|
MonkeyIconBookComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBookComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1700,6 +1739,45 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1700
1739
|
type: Input
|
|
1701
1740
|
}] } });
|
|
1702
1741
|
|
|
1742
|
+
class MonkeyIconMoneyDiscountComponent {
|
|
1743
|
+
}
|
|
1744
|
+
MonkeyIconMoneyDiscountComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyDiscountComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1745
|
+
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"] });
|
|
1746
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyDiscountComponent, decorators: [{
|
|
1747
|
+
type: Component,
|
|
1748
|
+
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"] }]
|
|
1749
|
+
}], propDecorators: { fillColor: [{
|
|
1750
|
+
type: Input
|
|
1751
|
+
}], size: [{
|
|
1752
|
+
type: Input
|
|
1753
|
+
}] } });
|
|
1754
|
+
|
|
1755
|
+
class MonkeyIconMoneyNetComponent {
|
|
1756
|
+
}
|
|
1757
|
+
MonkeyIconMoneyNetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyNetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1758
|
+
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"] });
|
|
1759
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyNetComponent, decorators: [{
|
|
1760
|
+
type: Component,
|
|
1761
|
+
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"] }]
|
|
1762
|
+
}], propDecorators: { fillColor: [{
|
|
1763
|
+
type: Input
|
|
1764
|
+
}], size: [{
|
|
1765
|
+
type: Input
|
|
1766
|
+
}] } });
|
|
1767
|
+
|
|
1768
|
+
class MonkeyIconMoneyNewComponent {
|
|
1769
|
+
}
|
|
1770
|
+
MonkeyIconMoneyNewComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyNewComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1771
|
+
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"] });
|
|
1772
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyNewComponent, decorators: [{
|
|
1773
|
+
type: Component,
|
|
1774
|
+
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"] }]
|
|
1775
|
+
}], propDecorators: { fillColor: [{
|
|
1776
|
+
type: Input
|
|
1777
|
+
}], size: [{
|
|
1778
|
+
type: Input
|
|
1779
|
+
}] } });
|
|
1780
|
+
|
|
1703
1781
|
class MonkeyIconMoneyHandComponent {
|
|
1704
1782
|
}
|
|
1705
1783
|
MonkeyIconMoneyHandComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyHandComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1791,6 +1869,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1791
1869
|
type: Input
|
|
1792
1870
|
}] } });
|
|
1793
1871
|
|
|
1872
|
+
class MonkeyIconOfficeWorkComponent {
|
|
1873
|
+
}
|
|
1874
|
+
MonkeyIconOfficeWorkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconOfficeWorkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1875
|
+
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"] });
|
|
1876
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconOfficeWorkComponent, decorators: [{
|
|
1877
|
+
type: Component,
|
|
1878
|
+
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"] }]
|
|
1879
|
+
}], propDecorators: { fillColor: [{
|
|
1880
|
+
type: Input
|
|
1881
|
+
}], size: [{
|
|
1882
|
+
type: Input
|
|
1883
|
+
}] } });
|
|
1884
|
+
|
|
1794
1885
|
class MonkeyIconOpenExternalComponent {
|
|
1795
1886
|
}
|
|
1796
1887
|
MonkeyIconOpenExternalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconOpenExternalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1947,6 +2038,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1947
2038
|
type: Input
|
|
1948
2039
|
}] } });
|
|
1949
2040
|
|
|
2041
|
+
class MonkeyIconRegistrationComponent {
|
|
2042
|
+
}
|
|
2043
|
+
MonkeyIconRegistrationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconRegistrationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2044
|
+
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"] });
|
|
2045
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconRegistrationComponent, decorators: [{
|
|
2046
|
+
type: Component,
|
|
2047
|
+
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"] }]
|
|
2048
|
+
}], propDecorators: { fillColor: [{
|
|
2049
|
+
type: Input
|
|
2050
|
+
}], size: [{
|
|
2051
|
+
type: Input
|
|
2052
|
+
}] } });
|
|
2053
|
+
|
|
1950
2054
|
class MonkeyIconRepeatComponent {
|
|
1951
2055
|
}
|
|
1952
2056
|
MonkeyIconRepeatComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconRepeatComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -2025,6 +2129,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2025
2129
|
type: Input
|
|
2026
2130
|
}] } });
|
|
2027
2131
|
|
|
2132
|
+
class MonkeyIconStoreComponent {
|
|
2133
|
+
}
|
|
2134
|
+
MonkeyIconStoreComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconStoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2135
|
+
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"] });
|
|
2136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconStoreComponent, decorators: [{
|
|
2137
|
+
type: Component,
|
|
2138
|
+
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"] }]
|
|
2139
|
+
}], propDecorators: { fillColor: [{
|
|
2140
|
+
type: Input
|
|
2141
|
+
}], size: [{
|
|
2142
|
+
type: Input
|
|
2143
|
+
}] } });
|
|
2144
|
+
|
|
2028
2145
|
class MonkeyIconTodayComponent {
|
|
2029
2146
|
}
|
|
2030
2147
|
MonkeyIconTodayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconTodayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -2226,34 +2343,34 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2226
2343
|
*ngIf="_icon === 'add-plus'"
|
|
2227
2344
|
></monkey-icon-add-plus>
|
|
2228
2345
|
<monkey-icon-arrow-down
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2346
|
+
[fillColor]="_fillColor"
|
|
2347
|
+
[id]="_id"
|
|
2348
|
+
[size]="_size"
|
|
2349
|
+
*ngIf="_icon === 'arrow-down'"
|
|
2233
2350
|
></monkey-icon-arrow-down>
|
|
2234
2351
|
<monkey-icon-arrow-left
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
|
|
2352
|
+
[fillColor]="_fillColor"
|
|
2353
|
+
[id]="_id"
|
|
2354
|
+
[size]="_size"
|
|
2355
|
+
*ngIf="_icon === 'arrow-left'"
|
|
2239
2356
|
></monkey-icon-arrow-left>
|
|
2240
2357
|
<monkey-icon-arrow-right
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
|
|
2358
|
+
[fillColor]="_fillColor"
|
|
2359
|
+
[id]="_id"
|
|
2360
|
+
[size]="_size"
|
|
2361
|
+
*ngIf="_icon === 'arrow-right'"
|
|
2245
2362
|
></monkey-icon-arrow-right>
|
|
2246
2363
|
<monkey-icon-arrow-line-right
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2364
|
+
[fillColor]="_fillColor"
|
|
2365
|
+
[id]="_id"
|
|
2366
|
+
[size]="_size"
|
|
2367
|
+
*ngIf="_icon === 'arrow-line-right'"
|
|
2251
2368
|
></monkey-icon-arrow-line-right>
|
|
2252
2369
|
<monkey-icon-arrow-up
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2370
|
+
[fillColor]="_fillColor"
|
|
2371
|
+
[id]="_id"
|
|
2372
|
+
[size]="_size"
|
|
2373
|
+
*ngIf="_icon === 'arrow-up'"
|
|
2257
2374
|
></monkey-icon-arrow-up>
|
|
2258
2375
|
<monkey-icon-arrows
|
|
2259
2376
|
[fillColor]="_fillColor"
|
|
@@ -2267,11 +2384,23 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2267
2384
|
[size]="_size"
|
|
2268
2385
|
*ngIf="_icon === 'auction'"
|
|
2269
2386
|
></monkey-icon-auction>
|
|
2387
|
+
<monkey-icon-average-tax
|
|
2388
|
+
[fillColor]="_fillColor"
|
|
2389
|
+
[id]="_id"
|
|
2390
|
+
[size]="_size"
|
|
2391
|
+
*ngIf="_icon === 'average-tax'"
|
|
2392
|
+
></monkey-icon-average-tax>
|
|
2393
|
+
<monkey-icon-bank-agency
|
|
2394
|
+
[fillColor]="_fillColor"
|
|
2395
|
+
[id]="_id"
|
|
2396
|
+
[size]="_size"
|
|
2397
|
+
*ngIf="_icon === 'bank-agency'"
|
|
2398
|
+
></monkey-icon-bank-agency>
|
|
2270
2399
|
<monkey-icon-bank-account
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2400
|
+
[fillColor]="_fillColor"
|
|
2401
|
+
[id]="_id"
|
|
2402
|
+
[size]="_size"
|
|
2403
|
+
*ngIf="_icon === 'bank-account'"
|
|
2275
2404
|
></monkey-icon-bank-account>
|
|
2276
2405
|
<monkey-icon-bank
|
|
2277
2406
|
[fillColor]="_fillColor"
|
|
@@ -2297,6 +2426,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2297
2426
|
[size]="_size"
|
|
2298
2427
|
*ngIf="_icon === 'block'"
|
|
2299
2428
|
></monkey-icon-block>
|
|
2429
|
+
<monkey-icon-book-open-text
|
|
2430
|
+
[fillColor]="_fillColor"
|
|
2431
|
+
[id]="_id"
|
|
2432
|
+
[size]="_size"
|
|
2433
|
+
*ngIf="_icon === 'book-open-text'"
|
|
2434
|
+
></monkey-icon-book-open-text>
|
|
2300
2435
|
<monkey-icon-book
|
|
2301
2436
|
[fillColor]="_fillColor"
|
|
2302
2437
|
[id]="_id"
|
|
@@ -2657,6 +2792,24 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2657
2792
|
[size]="_size"
|
|
2658
2793
|
*ngIf="_icon === 'money-cedule'"
|
|
2659
2794
|
></monkey-icon-money-cedule>
|
|
2795
|
+
<monkey-icon-money-discount
|
|
2796
|
+
[fillColor]="_fillColor"
|
|
2797
|
+
[id]="_id"
|
|
2798
|
+
[size]="_size"
|
|
2799
|
+
*ngIf="_icon === 'money-discount'"
|
|
2800
|
+
></monkey-icon-money-discount>
|
|
2801
|
+
<monkey-icon-money-net
|
|
2802
|
+
[fillColor]="_fillColor"
|
|
2803
|
+
[id]="_id"
|
|
2804
|
+
[size]="_size"
|
|
2805
|
+
*ngIf="_icon === 'money-net'"
|
|
2806
|
+
></monkey-icon-money-net>
|
|
2807
|
+
<monkey-icon-money-new
|
|
2808
|
+
[fillColor]="_fillColor"
|
|
2809
|
+
[id]="_id"
|
|
2810
|
+
[size]="_size"
|
|
2811
|
+
*ngIf="_icon === 'money-new'"
|
|
2812
|
+
></monkey-icon-money-new>
|
|
2660
2813
|
<monkey-icon-money-hand
|
|
2661
2814
|
[fillColor]="_fillColor"
|
|
2662
2815
|
[id]="_id"
|
|
@@ -2699,6 +2852,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2699
2852
|
[size]="_size"
|
|
2700
2853
|
*ngIf="_icon === 'offered'"
|
|
2701
2854
|
></monkey-icon-offered>
|
|
2855
|
+
<monkey-icon-office-work
|
|
2856
|
+
[fillColor]="_fillColor"
|
|
2857
|
+
[id]="_id"
|
|
2858
|
+
[size]="_size"
|
|
2859
|
+
*ngIf="_icon === 'office-work'"
|
|
2860
|
+
></monkey-icon-office-work>
|
|
2702
2861
|
<monkey-icon-open-external
|
|
2703
2862
|
[fillColor]="_fillColor"
|
|
2704
2863
|
[id]="_id"
|
|
@@ -2771,6 +2930,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2771
2930
|
[size]="_size"
|
|
2772
2931
|
*ngIf="_icon === 'refresh'"
|
|
2773
2932
|
></monkey-icon-refresh>
|
|
2933
|
+
<monkey-icon-registration
|
|
2934
|
+
[fillColor]="_fillColor"
|
|
2935
|
+
[id]="_id"
|
|
2936
|
+
[size]="_size"
|
|
2937
|
+
*ngIf="_icon === 'registration'"
|
|
2938
|
+
></monkey-icon-registration>
|
|
2774
2939
|
<monkey-icon-repeat
|
|
2775
2940
|
[fillColor]="_fillColor"
|
|
2776
2941
|
[id]="_id"
|
|
@@ -2807,6 +2972,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2807
2972
|
[size]="_size"
|
|
2808
2973
|
*ngIf="_icon === 'star'"
|
|
2809
2974
|
></monkey-icon-star>
|
|
2975
|
+
<monkey-icon-store
|
|
2976
|
+
[fillColor]="_fillColor"
|
|
2977
|
+
[id]="_id"
|
|
2978
|
+
[size]="_size"
|
|
2979
|
+
*ngIf="_icon === 'store'"
|
|
2980
|
+
></monkey-icon-store>
|
|
2810
2981
|
<monkey-icon-today
|
|
2811
2982
|
[fillColor]="_fillColor"
|
|
2812
2983
|
[id]="_id"
|
|
@@ -2867,7 +3038,7 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2867
3038
|
[size]="_size"
|
|
2868
3039
|
*ngIf="_icon === 'warning'"
|
|
2869
3040
|
></monkey-icon-warning>
|
|
2870
|
-
`, 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 });
|
|
3041
|
+
`, 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 });
|
|
2871
3042
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconComponent, decorators: [{
|
|
2872
3043
|
type: Component,
|
|
2873
3044
|
args: [{
|
|
@@ -2880,34 +3051,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2880
3051
|
*ngIf="_icon === 'add-plus'"
|
|
2881
3052
|
></monkey-icon-add-plus>
|
|
2882
3053
|
<monkey-icon-arrow-down
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
3054
|
+
[fillColor]="_fillColor"
|
|
3055
|
+
[id]="_id"
|
|
3056
|
+
[size]="_size"
|
|
3057
|
+
*ngIf="_icon === 'arrow-down'"
|
|
2887
3058
|
></monkey-icon-arrow-down>
|
|
2888
3059
|
<monkey-icon-arrow-left
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
3060
|
+
[fillColor]="_fillColor"
|
|
3061
|
+
[id]="_id"
|
|
3062
|
+
[size]="_size"
|
|
3063
|
+
*ngIf="_icon === 'arrow-left'"
|
|
2893
3064
|
></monkey-icon-arrow-left>
|
|
2894
3065
|
<monkey-icon-arrow-right
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
3066
|
+
[fillColor]="_fillColor"
|
|
3067
|
+
[id]="_id"
|
|
3068
|
+
[size]="_size"
|
|
3069
|
+
*ngIf="_icon === 'arrow-right'"
|
|
2899
3070
|
></monkey-icon-arrow-right>
|
|
2900
3071
|
<monkey-icon-arrow-line-right
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
3072
|
+
[fillColor]="_fillColor"
|
|
3073
|
+
[id]="_id"
|
|
3074
|
+
[size]="_size"
|
|
3075
|
+
*ngIf="_icon === 'arrow-line-right'"
|
|
2905
3076
|
></monkey-icon-arrow-line-right>
|
|
2906
3077
|
<monkey-icon-arrow-up
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
3078
|
+
[fillColor]="_fillColor"
|
|
3079
|
+
[id]="_id"
|
|
3080
|
+
[size]="_size"
|
|
3081
|
+
*ngIf="_icon === 'arrow-up'"
|
|
2911
3082
|
></monkey-icon-arrow-up>
|
|
2912
3083
|
<monkey-icon-arrows
|
|
2913
3084
|
[fillColor]="_fillColor"
|
|
@@ -2921,11 +3092,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2921
3092
|
[size]="_size"
|
|
2922
3093
|
*ngIf="_icon === 'auction'"
|
|
2923
3094
|
></monkey-icon-auction>
|
|
3095
|
+
<monkey-icon-average-tax
|
|
3096
|
+
[fillColor]="_fillColor"
|
|
3097
|
+
[id]="_id"
|
|
3098
|
+
[size]="_size"
|
|
3099
|
+
*ngIf="_icon === 'average-tax'"
|
|
3100
|
+
></monkey-icon-average-tax>
|
|
3101
|
+
<monkey-icon-bank-agency
|
|
3102
|
+
[fillColor]="_fillColor"
|
|
3103
|
+
[id]="_id"
|
|
3104
|
+
[size]="_size"
|
|
3105
|
+
*ngIf="_icon === 'bank-agency'"
|
|
3106
|
+
></monkey-icon-bank-agency>
|
|
2924
3107
|
<monkey-icon-bank-account
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
3108
|
+
[fillColor]="_fillColor"
|
|
3109
|
+
[id]="_id"
|
|
3110
|
+
[size]="_size"
|
|
3111
|
+
*ngIf="_icon === 'bank-account'"
|
|
2929
3112
|
></monkey-icon-bank-account>
|
|
2930
3113
|
<monkey-icon-bank
|
|
2931
3114
|
[fillColor]="_fillColor"
|
|
@@ -2951,6 +3134,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2951
3134
|
[size]="_size"
|
|
2952
3135
|
*ngIf="_icon === 'block'"
|
|
2953
3136
|
></monkey-icon-block>
|
|
3137
|
+
<monkey-icon-book-open-text
|
|
3138
|
+
[fillColor]="_fillColor"
|
|
3139
|
+
[id]="_id"
|
|
3140
|
+
[size]="_size"
|
|
3141
|
+
*ngIf="_icon === 'book-open-text'"
|
|
3142
|
+
></monkey-icon-book-open-text>
|
|
2954
3143
|
<monkey-icon-book
|
|
2955
3144
|
[fillColor]="_fillColor"
|
|
2956
3145
|
[id]="_id"
|
|
@@ -3311,6 +3500,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3311
3500
|
[size]="_size"
|
|
3312
3501
|
*ngIf="_icon === 'money-cedule'"
|
|
3313
3502
|
></monkey-icon-money-cedule>
|
|
3503
|
+
<monkey-icon-money-discount
|
|
3504
|
+
[fillColor]="_fillColor"
|
|
3505
|
+
[id]="_id"
|
|
3506
|
+
[size]="_size"
|
|
3507
|
+
*ngIf="_icon === 'money-discount'"
|
|
3508
|
+
></monkey-icon-money-discount>
|
|
3509
|
+
<monkey-icon-money-net
|
|
3510
|
+
[fillColor]="_fillColor"
|
|
3511
|
+
[id]="_id"
|
|
3512
|
+
[size]="_size"
|
|
3513
|
+
*ngIf="_icon === 'money-net'"
|
|
3514
|
+
></monkey-icon-money-net>
|
|
3515
|
+
<monkey-icon-money-new
|
|
3516
|
+
[fillColor]="_fillColor"
|
|
3517
|
+
[id]="_id"
|
|
3518
|
+
[size]="_size"
|
|
3519
|
+
*ngIf="_icon === 'money-new'"
|
|
3520
|
+
></monkey-icon-money-new>
|
|
3314
3521
|
<monkey-icon-money-hand
|
|
3315
3522
|
[fillColor]="_fillColor"
|
|
3316
3523
|
[id]="_id"
|
|
@@ -3353,6 +3560,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3353
3560
|
[size]="_size"
|
|
3354
3561
|
*ngIf="_icon === 'offered'"
|
|
3355
3562
|
></monkey-icon-offered>
|
|
3563
|
+
<monkey-icon-office-work
|
|
3564
|
+
[fillColor]="_fillColor"
|
|
3565
|
+
[id]="_id"
|
|
3566
|
+
[size]="_size"
|
|
3567
|
+
*ngIf="_icon === 'office-work'"
|
|
3568
|
+
></monkey-icon-office-work>
|
|
3356
3569
|
<monkey-icon-open-external
|
|
3357
3570
|
[fillColor]="_fillColor"
|
|
3358
3571
|
[id]="_id"
|
|
@@ -3425,6 +3638,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3425
3638
|
[size]="_size"
|
|
3426
3639
|
*ngIf="_icon === 'refresh'"
|
|
3427
3640
|
></monkey-icon-refresh>
|
|
3641
|
+
<monkey-icon-registration
|
|
3642
|
+
[fillColor]="_fillColor"
|
|
3643
|
+
[id]="_id"
|
|
3644
|
+
[size]="_size"
|
|
3645
|
+
*ngIf="_icon === 'registration'"
|
|
3646
|
+
></monkey-icon-registration>
|
|
3428
3647
|
<monkey-icon-repeat
|
|
3429
3648
|
[fillColor]="_fillColor"
|
|
3430
3649
|
[id]="_id"
|
|
@@ -3461,6 +3680,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3461
3680
|
[size]="_size"
|
|
3462
3681
|
*ngIf="_icon === 'star'"
|
|
3463
3682
|
></monkey-icon-star>
|
|
3683
|
+
<monkey-icon-store
|
|
3684
|
+
[fillColor]="_fillColor"
|
|
3685
|
+
[id]="_id"
|
|
3686
|
+
[size]="_size"
|
|
3687
|
+
*ngIf="_icon === 'store'"
|
|
3688
|
+
></monkey-icon-store>
|
|
3464
3689
|
<monkey-icon-today
|
|
3465
3690
|
[fillColor]="_fillColor"
|
|
3466
3691
|
[id]="_id"
|
|
@@ -3864,11 +4089,14 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3864
4089
|
MonkeyIconArrowRightComponent,
|
|
3865
4090
|
MonkeyIconArrowUpComponent,
|
|
3866
4091
|
MonkeyIconAuctionComponent,
|
|
4092
|
+
MonkeyIconAverageTaxComponent,
|
|
4093
|
+
MonkeyIconBankAgencyComponent,
|
|
3867
4094
|
MonkeyIconBankComponent,
|
|
3868
4095
|
MonkeyIconBankNoteSearchComponent,
|
|
3869
4096
|
MonkeyIconBellComponent,
|
|
3870
4097
|
MonkeyIconBlockComponent,
|
|
3871
4098
|
MonkeyIconBookComponent,
|
|
4099
|
+
MonkeyIconBookOpenTextComponent,
|
|
3872
4100
|
MonkeyIconBoxComponent,
|
|
3873
4101
|
MonkeyIconBuildPersonComponent,
|
|
3874
4102
|
MonkeyIconCalendarComponent,
|
|
@@ -3883,8 +4111,8 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3883
4111
|
MonkeyIconCheckGreyComponent,
|
|
3884
4112
|
MonkeyIconCheckWhiteComponent,
|
|
3885
4113
|
MonkeyIconClipboardComponent,
|
|
3886
|
-
MonkeyIconClockComponent,
|
|
3887
4114
|
MonkeyIconClockClosedComponent,
|
|
4115
|
+
MonkeyIconClockComponent,
|
|
3888
4116
|
MonkeyIconCloseCircleComponent,
|
|
3889
4117
|
MonkeyIconCloseComponent,
|
|
3890
4118
|
MonkeyIconCNPJComponent,
|
|
@@ -3930,12 +4158,16 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3930
4158
|
MonkeyIconMenuComponent,
|
|
3931
4159
|
MonkeyIconMoneyCeduleComponent,
|
|
3932
4160
|
MonkeyIconMoneyComponent,
|
|
4161
|
+
MonkeyIconMoneyDiscountComponent,
|
|
3933
4162
|
MonkeyIconMoneyHandComponent,
|
|
4163
|
+
MonkeyIconMoneyNetComponent,
|
|
4164
|
+
MonkeyIconMoneyNewComponent,
|
|
3934
4165
|
MonkeyIconMoneySignComponent,
|
|
3935
4166
|
MonkeyIconMoreCircleComponent,
|
|
3936
4167
|
MonkeyIconMoreComponent,
|
|
3937
4168
|
MonkeyIconNewCompanyComponent,
|
|
3938
4169
|
MonkeyIconOfferedComponent,
|
|
4170
|
+
MonkeyIconOfficeWorkComponent,
|
|
3939
4171
|
MonkeyIconOpenExternalComponent,
|
|
3940
4172
|
MonkeyIconPasswordComponent,
|
|
3941
4173
|
MonkeyIconPeopleComponent,
|
|
@@ -3948,12 +4180,14 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3948
4180
|
MonkeyIconPorkComponent,
|
|
3949
4181
|
MonkeyIconRadioComponent,
|
|
3950
4182
|
MonkeyIconRefreshComponent,
|
|
4183
|
+
MonkeyIconRegistrationComponent,
|
|
3951
4184
|
MonkeyIconRepeatComponent,
|
|
3952
4185
|
MonkeyIconSearchComponent,
|
|
3953
4186
|
MonkeyIconSecondWarningComponent,
|
|
3954
4187
|
MonkeyIconSettingsComponent,
|
|
3955
4188
|
MonkeyIconShieldChekmarkComponent,
|
|
3956
4189
|
MonkeyIconStarComponent,
|
|
4190
|
+
MonkeyIconStoreComponent,
|
|
3957
4191
|
MonkeyIconTodayComponent,
|
|
3958
4192
|
MonkeyIconTrashComponent,
|
|
3959
4193
|
MonkeyIconTrophyComponent,
|
|
@@ -3978,11 +4212,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3978
4212
|
MonkeyIconArrowRightComponent,
|
|
3979
4213
|
MonkeyIconArrowUpComponent,
|
|
3980
4214
|
MonkeyIconAuctionComponent,
|
|
4215
|
+
MonkeyIconAverageTaxComponent,
|
|
4216
|
+
MonkeyIconBankAgencyComponent,
|
|
3981
4217
|
MonkeyIconBankComponent,
|
|
3982
4218
|
MonkeyIconBankNoteSearchComponent,
|
|
3983
4219
|
MonkeyIconBellComponent,
|
|
3984
4220
|
MonkeyIconBlockComponent,
|
|
3985
4221
|
MonkeyIconBookComponent,
|
|
4222
|
+
MonkeyIconBookOpenTextComponent,
|
|
3986
4223
|
MonkeyIconBoxComponent,
|
|
3987
4224
|
MonkeyIconBuildPersonComponent,
|
|
3988
4225
|
MonkeyIconCalendarComponent,
|
|
@@ -3997,8 +4234,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3997
4234
|
MonkeyIconCheckGreyComponent,
|
|
3998
4235
|
MonkeyIconCheckWhiteComponent,
|
|
3999
4236
|
MonkeyIconClipboardComponent,
|
|
4000
|
-
MonkeyIconClockComponent,
|
|
4001
4237
|
MonkeyIconClockClosedComponent,
|
|
4238
|
+
MonkeyIconClockComponent,
|
|
4002
4239
|
MonkeyIconCloseCircleComponent,
|
|
4003
4240
|
MonkeyIconCloseComponent,
|
|
4004
4241
|
MonkeyIconCNPJComponent,
|
|
@@ -4044,12 +4281,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
4044
4281
|
MonkeyIconMenuComponent,
|
|
4045
4282
|
MonkeyIconMoneyCeduleComponent,
|
|
4046
4283
|
MonkeyIconMoneyComponent,
|
|
4284
|
+
MonkeyIconMoneyDiscountComponent,
|
|
4047
4285
|
MonkeyIconMoneyHandComponent,
|
|
4286
|
+
MonkeyIconMoneyNetComponent,
|
|
4287
|
+
MonkeyIconMoneyNewComponent,
|
|
4048
4288
|
MonkeyIconMoneySignComponent,
|
|
4049
4289
|
MonkeyIconMoreCircleComponent,
|
|
4050
4290
|
MonkeyIconMoreComponent,
|
|
4051
4291
|
MonkeyIconNewCompanyComponent,
|
|
4052
4292
|
MonkeyIconOfferedComponent,
|
|
4293
|
+
MonkeyIconOfficeWorkComponent,
|
|
4053
4294
|
MonkeyIconOpenExternalComponent,
|
|
4054
4295
|
MonkeyIconPasswordComponent,
|
|
4055
4296
|
MonkeyIconPeopleComponent,
|
|
@@ -4062,12 +4303,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
4062
4303
|
MonkeyIconPorkComponent,
|
|
4063
4304
|
MonkeyIconRadioComponent,
|
|
4064
4305
|
MonkeyIconRefreshComponent,
|
|
4306
|
+
MonkeyIconRegistrationComponent,
|
|
4065
4307
|
MonkeyIconRepeatComponent,
|
|
4066
4308
|
MonkeyIconSearchComponent,
|
|
4067
4309
|
MonkeyIconSecondWarningComponent,
|
|
4068
4310
|
MonkeyIconSettingsComponent,
|
|
4069
4311
|
MonkeyIconShieldChekmarkComponent,
|
|
4070
4312
|
MonkeyIconStarComponent,
|
|
4313
|
+
MonkeyIconStoreComponent,
|
|
4071
4314
|
MonkeyIconTodayComponent,
|
|
4072
4315
|
MonkeyIconTrashComponent,
|
|
4073
4316
|
MonkeyIconTrophyComponent,
|
|
@@ -9281,5 +9524,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
9281
9524
|
* Generated bundle index. Do not edit.
|
|
9282
9525
|
*/
|
|
9283
9526
|
|
|
9284
|
-
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 };
|
|
9527
|
+
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 };
|
|
9285
9528
|
//# sourceMappingURL=monkey-style-guide.mjs.map
|