monkey-style-guide 2.0.186 → 2.0.188
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 +9 -0
- package/assets/icons/cash-banknote-coins.svg +9 -0
- package/assets/icons/certificate-medal.svg +8 -0
- package/assets/icons/chart-down-arrow.svg +7 -0
- package/assets/icons/chart-up-arrow.svg +7 -0
- package/assets/icons/hand-money-banknote.svg +6 -0
- package/assets/icons/high-rising-build.svg +19 -0
- package/assets/icons/image-wave-square.svg +5 -0
- package/assets/icons/money-banknote-calculator.svg +13 -0
- package/assets/icons/password-edit-shield-protection.svg +9 -0
- package/esm2020/lib/components/icon/icon-cash-banknote-coins.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-certificate-medal.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-chart-down-arrow.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-chart-up-arrow.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-hand-money-banknote.mjs +15 -0
- package/esm2020/lib/components/icon/icon-high-rising-build.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-image-wave-square.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-money-banknote-calculator.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-password-edit-shield-protection.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon.component.mjs +230 -113
- package/esm2020/lib/components/icon/icon.module.mjs +29 -2
- package/fesm2015/monkey-style-guide.mjs +245 -2
- package/fesm2015/monkey-style-guide.mjs.map +1 -1
- package/fesm2020/monkey-style-guide.mjs +245 -2
- package/fesm2020/monkey-style-guide.mjs.map +1 -1
- package/lib/components/icon/icon-cash-banknote-coins.component.d.ts +7 -0
- package/lib/components/icon/icon-certificate-medal.component.d.ts +7 -0
- package/lib/components/icon/icon-chart-down-arrow.component.d.ts +7 -0
- package/lib/components/icon/icon-chart-up-arrow.component.d.ts +7 -0
- package/lib/components/icon/icon-hand-money-banknote.d.ts +7 -0
- package/lib/components/icon/icon-high-rising-build.component.d.ts +7 -0
- package/lib/components/icon/icon-image-wave-square.component.d.ts +7 -0
- package/lib/components/icon/icon-money-banknote-calculator.component.d.ts +7 -0
- package/lib/components/icon/icon-password-edit-shield-protection.component.d.ts +7 -0
- package/lib/components/icon/icon.module.d.ts +11 -2
- package/monkey-style-guide-2.0.188.tgz +0 -0
- package/package.json +1 -1
- package/monkey-style-guide-2.0.186.tgz +0 -0
|
@@ -1107,6 +1107,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1107
1107
|
type: Input
|
|
1108
1108
|
}] } });
|
|
1109
1109
|
|
|
1110
|
+
class MonkeyIconCashBanknoteCoinsComponent {
|
|
1111
|
+
}
|
|
1112
|
+
MonkeyIconCashBanknoteCoinsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCashBanknoteCoinsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1113
|
+
MonkeyIconCashBanknoteCoinsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCashBanknoteCoinsComponent, selector: "monkey-icon-cash-banknote-coins", 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=\"M6 15H7\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17 7.00001H18\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.2323 12.7678C9.60073 12.1362 9.35407 11.2157 9.58524 10.353C9.81641 9.49023 10.4903 8.81636 11.353 8.58519C12.2157 8.35402 13.1363 8.60067 13.7678 9.23224\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10 18H6C4.34315 18 3 16.6569 3 15V7C3 5.34315 4.34315 4 6 4H18C19.6569 4 21 5.34315 21 7V10\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13 13.5V20.4C13.0011 21.2834 14.7909 22 17 22C19.2091 22 20.9989 21.2834 21 20.4L20.9989 13.5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M20.9989 13.5C20.9989 14.3282 19.208 15 16.9989 15C14.7897 15 13 14.3282 13 13.5C13 12.6707 14.792 12 17 12C19.208 12 20.9989 12.6718 21 13.5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M20.9995 17C20.9995 17.8282 19.2086 18.5 16.9995 18.5C14.7903 18.5 13.0006 17.8282 13.0006 17\" 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"] });
|
|
1114
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCashBanknoteCoinsComponent, decorators: [{
|
|
1115
|
+
type: Component,
|
|
1116
|
+
args: [{ selector: 'monkey-icon-cash-banknote-coins', 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=\"M6 15H7\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17 7.00001H18\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.2323 12.7678C9.60073 12.1362 9.35407 11.2157 9.58524 10.353C9.81641 9.49023 10.4903 8.81636 11.353 8.58519C12.2157 8.35402 13.1363 8.60067 13.7678 9.23224\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10 18H6C4.34315 18 3 16.6569 3 15V7C3 5.34315 4.34315 4 6 4H18C19.6569 4 21 5.34315 21 7V10\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13 13.5V20.4C13.0011 21.2834 14.7909 22 17 22C19.2091 22 20.9989 21.2834 21 20.4L20.9989 13.5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M20.9989 13.5C20.9989 14.3282 19.208 15 16.9989 15C14.7897 15 13 14.3282 13 13.5C13 12.6707 14.792 12 17 12C19.208 12 20.9989 12.6718 21 13.5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M20.9995 17C20.9995 17.8282 19.2086 18.5 16.9995 18.5C14.7903 18.5 13.0006 17.8282 13.0006 17\" 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"] }]
|
|
1117
|
+
}], propDecorators: { fillColor: [{
|
|
1118
|
+
type: Input
|
|
1119
|
+
}], size: [{
|
|
1120
|
+
type: Input
|
|
1121
|
+
}] } });
|
|
1122
|
+
|
|
1110
1123
|
class MonkeyIconCardMachineComponent {
|
|
1111
1124
|
}
|
|
1112
1125
|
MonkeyIconCardMachineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCardMachineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1133,6 +1146,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1133
1146
|
type: Input
|
|
1134
1147
|
}] } });
|
|
1135
1148
|
|
|
1149
|
+
class MonkeyIconCertificateMedalComponent {
|
|
1150
|
+
}
|
|
1151
|
+
MonkeyIconCertificateMedalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCertificateMedalComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1152
|
+
MonkeyIconCertificateMedalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCertificateMedalComponent, selector: "monkey-icon-certificate-medal", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<g id=\"Group\">\r\n<path id=\"Path\" d=\"M28.5019 35.0049V44.0086L24 41.7577L19.4982 44.0086V35.0049\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_2\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4369 29.6764L17.5013 31.077L17.7314 32.8077C17.8593 33.7675 18.6144 34.5226 19.5742 34.6505L21.3089 34.8826L22.6975 35.945C23.4661 36.5294 24.53 36.5294 25.2986 35.945L26.6992 34.8826V34.8826L28.4319 34.6505C29.3921 34.5228 30.1479 33.7678 30.2767 32.8077L30.5088 31.073C30.5088 31.073 31.045 30.3707 31.5712 29.6844C32.1555 28.9159 32.1555 27.8519 31.5712 27.0833L30.5088 25.6828L30.2767 23.952C30.1498 22.9921 29.3955 22.2362 28.4359 22.1073L26.6992 21.8772L25.2986 20.8167C24.5307 20.2304 23.4654 20.2304 22.6975 20.8167L21.2969 21.8772V21.8772L19.5642 22.1073C18.6041 22.2345 17.8487 22.9899 17.7214 23.95L17.4893 25.6848L16.4269 27.0733C15.8459 27.845 15.85 28.9092 16.4369 29.6764V29.6764Z\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_3\" d=\"M34.0041 38.0065H38.0058C40.2158 38.0065 42.0074 36.2149 42.0074 34.0049V11.1814C42.0074 8.97129 40.2158 7.17969 38.0058 7.17969H9.9941C7.78404 7.17969 5.99243 8.97129 5.99243 11.1814V34.0049C5.99243 36.2149 7.78404 38.0065 9.9941 38.0065H13.9958\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_4\" d=\"M14.9962 13.9965H33.0037\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</g>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
|
|
1153
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCertificateMedalComponent, decorators: [{
|
|
1154
|
+
type: Component,
|
|
1155
|
+
args: [{ selector: 'monkey-icon-certificate-medal', template: "<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<g id=\"Group\">\r\n<path id=\"Path\" d=\"M28.5019 35.0049V44.0086L24 41.7577L19.4982 44.0086V35.0049\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_2\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4369 29.6764L17.5013 31.077L17.7314 32.8077C17.8593 33.7675 18.6144 34.5226 19.5742 34.6505L21.3089 34.8826L22.6975 35.945C23.4661 36.5294 24.53 36.5294 25.2986 35.945L26.6992 34.8826V34.8826L28.4319 34.6505C29.3921 34.5228 30.1479 33.7678 30.2767 32.8077L30.5088 31.073C30.5088 31.073 31.045 30.3707 31.5712 29.6844C32.1555 28.9159 32.1555 27.8519 31.5712 27.0833L30.5088 25.6828L30.2767 23.952C30.1498 22.9921 29.3955 22.2362 28.4359 22.1073L26.6992 21.8772L25.2986 20.8167C24.5307 20.2304 23.4654 20.2304 22.6975 20.8167L21.2969 21.8772V21.8772L19.5642 22.1073C18.6041 22.2345 17.8487 22.9899 17.7214 23.95L17.4893 25.6848L16.4269 27.0733C15.8459 27.845 15.85 28.9092 16.4369 29.6764V29.6764Z\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_3\" d=\"M34.0041 38.0065H38.0058C40.2158 38.0065 42.0074 36.2149 42.0074 34.0049V11.1814C42.0074 8.97129 40.2158 7.17969 38.0058 7.17969H9.9941C7.78404 7.17969 5.99243 8.97129 5.99243 11.1814V34.0049C5.99243 36.2149 7.78404 38.0065 9.9941 38.0065H13.9958\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_4\" d=\"M14.9962 13.9965H33.0037\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</g>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
|
|
1156
|
+
}], propDecorators: { fillColor: [{
|
|
1157
|
+
type: Input
|
|
1158
|
+
}], size: [{
|
|
1159
|
+
type: Input
|
|
1160
|
+
}] } });
|
|
1161
|
+
|
|
1162
|
+
class MonkeyIconChartDownArrowComponent {
|
|
1163
|
+
}
|
|
1164
|
+
MonkeyIconChartDownArrowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconChartDownArrowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1165
|
+
MonkeyIconChartDownArrowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconChartDownArrowComponent, selector: "monkey-icon-chart-down-arrow", 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<g id=\"Group\">\r\n<circle id=\"Oval\" cx=\"9.50396\" cy=\"9.50396\" r=\"9.50396\" transform=\"matrix(1 0 0 -1 2.49603 21.504)\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path\" d=\"M15.7516 14.0008L11.7499 9.99917L9.74906 12L7.74823 9.99917\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_2\" d=\"M12.9484 14.0008H15.7515V11.1977\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</g>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
|
|
1166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconChartDownArrowComponent, decorators: [{
|
|
1167
|
+
type: Component,
|
|
1168
|
+
args: [{ selector: 'monkey-icon-chart-down-arrow', 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<g id=\"Group\">\r\n<circle id=\"Oval\" cx=\"9.50396\" cy=\"9.50396\" r=\"9.50396\" transform=\"matrix(1 0 0 -1 2.49603 21.504)\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path\" d=\"M15.7516 14.0008L11.7499 9.99917L9.74906 12L7.74823 9.99917\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_2\" d=\"M12.9484 14.0008H15.7515V11.1977\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</g>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
|
|
1169
|
+
}], propDecorators: { fillColor: [{
|
|
1170
|
+
type: Input
|
|
1171
|
+
}], size: [{
|
|
1172
|
+
type: Input
|
|
1173
|
+
}] } });
|
|
1174
|
+
|
|
1136
1175
|
class MonkeyIconChartDownComponent {
|
|
1137
1176
|
}
|
|
1138
1177
|
MonkeyIconChartDownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconChartDownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1159,6 +1198,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1159
1198
|
type: Input
|
|
1160
1199
|
}] } });
|
|
1161
1200
|
|
|
1201
|
+
class MonkeyIconChartUpArrowComponent {
|
|
1202
|
+
}
|
|
1203
|
+
MonkeyIconChartUpArrowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconChartUpArrowComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1204
|
+
MonkeyIconChartUpArrowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconChartUpArrowComponent, selector: "monkey-icon-chart-up-arrow", 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<g id=\"Group\">\r\n<circle id=\"Oval\" cx=\"12.0001\" cy=\"12\" r=\"9.50396\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path\" d=\"M15.7515 9.99917L11.7498 14.0008L9.749 12L7.74817 14.0008\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_2\" d=\"M12.9484 9.99917H15.7515V12.8023\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</g>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
|
|
1205
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconChartUpArrowComponent, decorators: [{
|
|
1206
|
+
type: Component,
|
|
1207
|
+
args: [{ selector: 'monkey-icon-chart-up-arrow', 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<g id=\"Group\">\r\n<circle id=\"Oval\" cx=\"12.0001\" cy=\"12\" r=\"9.50396\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path\" d=\"M15.7515 9.99917L11.7498 14.0008L9.749 12L7.74817 14.0008\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_2\" d=\"M12.9484 9.99917H15.7515V12.8023\" stroke=\"#00875A\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</g>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
|
|
1208
|
+
}], propDecorators: { fillColor: [{
|
|
1209
|
+
type: Input
|
|
1210
|
+
}], size: [{
|
|
1211
|
+
type: Input
|
|
1212
|
+
}] } });
|
|
1213
|
+
|
|
1162
1214
|
class MonkeyIconChatComponent {
|
|
1163
1215
|
}
|
|
1164
1216
|
MonkeyIconChatComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconChatComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1653,6 +1705,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1653
1705
|
type: Input
|
|
1654
1706
|
}] } });
|
|
1655
1707
|
|
|
1708
|
+
class MonkeyIconHandMoneyBanknoteComponent {
|
|
1709
|
+
}
|
|
1710
|
+
MonkeyIconHandMoneyBanknoteComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconHandMoneyBanknoteComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1711
|
+
MonkeyIconHandMoneyBanknoteComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconHandMoneyBanknoteComponent, selector: "monkey-icon-hand-money-banknote", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M12.9817 14.0008H20.5036C21.3323 14.0008 22.0042 13.329 22.0042 12.5002V6.49771C22.0042 5.66894 21.3323 4.99709 20.5036 4.99709H10.4994C9.67063 4.99709 8.99878 5.66894 8.99878 6.49771V13.0004\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.4406 8.43801C15.0273 7.85675 15.9735 7.85897 16.5575 8.44298C17.1415 9.02698 17.1437 9.97316 16.5624 10.5599\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8.99877 7.99834H6.706C6.24008 7.99834 5.78056 8.1068 5.36383 8.31518L4.77838 8.6079C4.26788 8.86313 3.84075 9.25865 3.5471 9.74807L1.99585 12.3335\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2.99622 21.0038L8.76049 18.9209C9.56503 18.6302 10.2552 18.0893 10.7298 17.3776L13.724 12.8877C14.1594 12.2347 14.0734 11.365 13.5184 10.81V10.81C12.8755 10.1672 11.8332 10.1671 11.1902 10.8098L8.99872 13.0004H6.99788\" 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"] });
|
|
1712
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconHandMoneyBanknoteComponent, decorators: [{
|
|
1713
|
+
type: Component,
|
|
1714
|
+
args: [{ selector: 'monkey-icon-hand-money-banknote', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M12.9817 14.0008H20.5036C21.3323 14.0008 22.0042 13.329 22.0042 12.5002V6.49771C22.0042 5.66894 21.3323 4.99709 20.5036 4.99709H10.4994C9.67063 4.99709 8.99878 5.66894 8.99878 6.49771V13.0004\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14.4406 8.43801C15.0273 7.85675 15.9735 7.85897 16.5575 8.44298C17.1415 9.02698 17.1437 9.97316 16.5624 10.5599\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8.99877 7.99834H6.706C6.24008 7.99834 5.78056 8.1068 5.36383 8.31518L4.77838 8.6079C4.26788 8.86313 3.84075 9.25865 3.5471 9.74807L1.99585 12.3335\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M2.99622 21.0038L8.76049 18.9209C9.56503 18.6302 10.2552 18.0893 10.7298 17.3776L13.724 12.8877C14.1594 12.2347 14.0734 11.365 13.5184 10.81V10.81C12.8755 10.1672 11.8332 10.1671 11.1902 10.8098L8.99872 13.0004H6.99788\" 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"] }]
|
|
1715
|
+
}], propDecorators: { fillColor: [{
|
|
1716
|
+
type: Input
|
|
1717
|
+
}], size: [{
|
|
1718
|
+
type: Input
|
|
1719
|
+
}] } });
|
|
1720
|
+
|
|
1656
1721
|
class MonkeyIconHandsClapComponent {
|
|
1657
1722
|
}
|
|
1658
1723
|
MonkeyIconHandsClapComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconHandsClapComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1692,6 +1757,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1692
1757
|
type: Input
|
|
1693
1758
|
}] } });
|
|
1694
1759
|
|
|
1760
|
+
class MonkeyIconHighRisingBuildComponent {
|
|
1761
|
+
}
|
|
1762
|
+
MonkeyIconHighRisingBuildComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconHighRisingBuildComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1763
|
+
MonkeyIconHighRisingBuildComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconHighRisingBuildComponent, selector: "monkey-icon-high-rising-build", 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<g id=\"Group\">\r\n<path id=\"Path\" d=\"M7.99829 21.0037V3.99663C7.99829 3.44412 8.44619 2.99622 8.99871 2.99622H15.0012C15.5537 2.99622 16.0016 3.44412 16.0016 3.99663V21.0037\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_2\" d=\"M21.0038 21.0038V7.91131C21.0038 7.40686 20.5949 6.99792 20.0904 6.99792H16.0017\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_3\" d=\"M7.9983 6.99792H3.9096C3.40515 6.99792 2.99622 7.40686 2.99622 7.91131V21.0038\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_4\" d=\"M16.0017 9.99917H18.5028\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_5\" d=\"M16.0017 13.0004H18.5028\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_6\" d=\"M16.0017 16.0017H18.5028\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_7\" d=\"M5.49731 9.99917H7.99836\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_8\" d=\"M5.49731 13.0004H7.99836\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_9\" d=\"M5.49731 16.0017H7.99836\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_10\" d=\"M10.4994 13.0004H13.5006\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_11\" d=\"M10.4994 16.0017H13.5006\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_12\" d=\"M10.4994 9.99917H13.5006\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_13\" d=\"M10.4994 6.99789H13.5006\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_14\" d=\"M12 19.0029V21.0038\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_15\" d=\"M22.0042 21.0037H1.99585\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</g>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
|
|
1764
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconHighRisingBuildComponent, decorators: [{
|
|
1765
|
+
type: Component,
|
|
1766
|
+
args: [{ selector: 'monkey-icon-high-rising-build', 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<g id=\"Group\">\r\n<path id=\"Path\" d=\"M7.99829 21.0037V3.99663C7.99829 3.44412 8.44619 2.99622 8.99871 2.99622H15.0012C15.5537 2.99622 16.0016 3.44412 16.0016 3.99663V21.0037\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_2\" d=\"M21.0038 21.0038V7.91131C21.0038 7.40686 20.5949 6.99792 20.0904 6.99792H16.0017\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_3\" d=\"M7.9983 6.99792H3.9096C3.40515 6.99792 2.99622 7.40686 2.99622 7.91131V21.0038\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_4\" d=\"M16.0017 9.99917H18.5028\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_5\" d=\"M16.0017 13.0004H18.5028\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_6\" d=\"M16.0017 16.0017H18.5028\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_7\" d=\"M5.49731 9.99917H7.99836\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_8\" d=\"M5.49731 13.0004H7.99836\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_9\" d=\"M5.49731 16.0017H7.99836\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_10\" d=\"M10.4994 13.0004H13.5006\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_11\" d=\"M10.4994 16.0017H13.5006\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_12\" d=\"M10.4994 9.99917H13.5006\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_13\" d=\"M10.4994 6.99789H13.5006\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_14\" d=\"M12 19.0029V21.0038\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_15\" d=\"M22.0042 21.0037H1.99585\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</g>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
|
|
1767
|
+
}], propDecorators: { fillColor: [{
|
|
1768
|
+
type: Input
|
|
1769
|
+
}], size: [{
|
|
1770
|
+
type: Input
|
|
1771
|
+
}] } });
|
|
1772
|
+
|
|
1695
1773
|
class MonkeyIconHomeComponent {
|
|
1696
1774
|
}
|
|
1697
1775
|
MonkeyIconHomeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconHomeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1705,6 +1783,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1705
1783
|
type: Input
|
|
1706
1784
|
}] } });
|
|
1707
1785
|
|
|
1786
|
+
class MonkeyIconImageWaveSquareComponent {
|
|
1787
|
+
}
|
|
1788
|
+
MonkeyIconImageWaveSquareComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconImageWaveSquareComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1789
|
+
MonkeyIconImageWaveSquareComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconImageWaveSquareComponent, selector: "monkey-icon-image-wave-square", 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<rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.323 8.32345L15.3234 8.323C15.4212 8.22554 15.5794 8.22569 15.6769 8.32334C15.7744 8.42099 15.7744 8.57919 15.6768 8.67678C15.5792 8.77436 15.421 8.77441 15.3233 8.67689C15.2257 8.57936 15.2255 8.42116 15.323 8.32345\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M21 8V9.50259C21 10.7333 20.5111 11.9135 19.6409 12.7838C18.7707 13.654 17.5904 14.1429 16.3597 14.1429V14.1429C15.6724 14.1429 14.9936 13.9902 14.3725 13.6958L9.62756 11.4471C9.00643 11.1527 8.32765 11 7.64029 11V11C6.40961 11 5.22933 11.4889 4.35911 12.3591C3.48888 13.2293 3 14.4096 3 15.6403V16\" 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"] });
|
|
1790
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconImageWaveSquareComponent, decorators: [{
|
|
1791
|
+
type: Component,
|
|
1792
|
+
args: [{ selector: 'monkey-icon-image-wave-square', 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<rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"5\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.323 8.32345L15.3234 8.323C15.4212 8.22554 15.5794 8.22569 15.6769 8.32334C15.7744 8.42099 15.7744 8.57919 15.6768 8.67678C15.5792 8.77436 15.421 8.77441 15.3233 8.67689C15.2257 8.57936 15.2255 8.42116 15.323 8.32345\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M21 8V9.50259C21 10.7333 20.5111 11.9135 19.6409 12.7838C18.7707 13.654 17.5904 14.1429 16.3597 14.1429V14.1429C15.6724 14.1429 14.9936 13.9902 14.3725 13.6958L9.62756 11.4471C9.00643 11.1527 8.32765 11 7.64029 11V11C6.40961 11 5.22933 11.4889 4.35911 12.3591C3.48888 13.2293 3 14.4096 3 15.6403V16\" 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"] }]
|
|
1793
|
+
}], propDecorators: { fillColor: [{
|
|
1794
|
+
type: Input
|
|
1795
|
+
}], size: [{
|
|
1796
|
+
type: Input
|
|
1797
|
+
}] } });
|
|
1798
|
+
|
|
1708
1799
|
class MonkeyIconImageComponent {
|
|
1709
1800
|
}
|
|
1710
1801
|
MonkeyIconImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1913,6 +2004,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1913
2004
|
type: Input
|
|
1914
2005
|
}] } });
|
|
1915
2006
|
|
|
2007
|
+
class MonkeyIconMoneyBanknoteCalculatorComponent {
|
|
2008
|
+
}
|
|
2009
|
+
MonkeyIconMoneyBanknoteCalculatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyBanknoteCalculatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2010
|
+
MonkeyIconMoneyBanknoteCalculatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconMoneyBanknoteCalculatorComponent, selector: "monkey-icon-money-banknote-calculator", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M17.0021 5.9975H16.1556\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.15142 10.9996H6.99792\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8.92176 14.0008H4.99705C3.89202 14.0008 2.99622 13.105 2.99622 12V4.99709C2.99622 3.89206 3.89202 2.99625 4.99705 2.99625H18.0025C19.1075 2.99625 20.0033 3.89206 20.0033 4.99709V6.89788\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.99913 14.0008H5.11248C3.9437 14.0008 2.99622 13.0534 2.99622 11.8846V5.11252C2.99622 3.94374 3.9437 2.99625 5.11248 2.99625H17.887C19.0558 2.99625 20.0033 3.94374 20.0033 5.11252V6.89788\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.085 9.91334C9.30661 9.13146 9.30803 7.86705 10.0882 7.08692C10.8683 6.30678 12.1327 6.30536 12.9146 7.08374\" 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.0038 10.9996V20.0033C21.0038 20.5558 20.5559 21.0038 20.0033 21.0038H14.0008C13.4483 21.0038 13.0004 20.5558 13.0004 20.0033V10.9996C13.0004 10.4471 13.4483 9.99917 14.0008 9.99917H20.0033C20.5559 9.99917 21.0038 10.4471 21.0038 10.9996Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M21.0038 14.0008H13.0004\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.7516 16.3018C15.7239 16.3018 15.7015 16.3242 15.7015 16.3518C15.7015 16.3794 15.7239 16.4018 15.7516 16.4018C15.7792 16.4018 15.8016 16.3794 15.8016 16.3518V16.3518C15.8016 16.3242 15.7792 16.3018 15.7516 16.3018\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18.2526 16.3018C18.225 16.3018 18.2026 16.3242 18.2026 16.3518C18.2026 16.3794 18.225 16.4018 18.2526 16.4018C18.2802 16.4018 18.3026 16.3794 18.3026 16.3518V16.3518C18.3026 16.3242 18.2802 16.3018 18.2526 16.3018\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.7516 18.6028C15.7239 18.6028 15.7015 18.6251 15.7015 18.6528C15.7015 18.6804 15.7239 18.7028 15.7516 18.7028C15.7792 18.7028 15.8016 18.6804 15.8016 18.6528V18.6528C15.8016 18.6395 15.7963 18.6268 15.7869 18.6174C15.7775 18.608 15.7648 18.6028 15.7516 18.6028\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18.2526 18.6028C18.225 18.6028 18.2026 18.6251 18.2026 18.6528C18.2026 18.6804 18.225 18.7028 18.2526 18.7028C18.2802 18.7028 18.3026 18.6804 18.3026 18.6528V18.6528C18.3026 18.6395 18.2973 18.6268 18.288 18.6174C18.2786 18.608 18.2659 18.6028 18.2526 18.6028\" 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"] });
|
|
2011
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyBanknoteCalculatorComponent, decorators: [{
|
|
2012
|
+
type: Component,
|
|
2013
|
+
args: [{ selector: 'monkey-icon-money-banknote-calculator', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M17.0021 5.9975H16.1556\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6.15142 10.9996H6.99792\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8.92176 14.0008H4.99705C3.89202 14.0008 2.99622 13.105 2.99622 12V4.99709C2.99622 3.89206 3.89202 2.99625 4.99705 2.99625H18.0025C19.1075 2.99625 20.0033 3.89206 20.0033 4.99709V6.89788\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.99913 14.0008H5.11248C3.9437 14.0008 2.99622 13.0534 2.99622 11.8846V5.11252C2.99622 3.94374 3.9437 2.99625 5.11248 2.99625H17.887C19.0558 2.99625 20.0033 3.94374 20.0033 5.11252V6.89788\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.085 9.91334C9.30661 9.13146 9.30803 7.86705 10.0882 7.08692C10.8683 6.30678 12.1327 6.30536 12.9146 7.08374\" 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.0038 10.9996V20.0033C21.0038 20.5558 20.5559 21.0038 20.0033 21.0038H14.0008C13.4483 21.0038 13.0004 20.5558 13.0004 20.0033V10.9996C13.0004 10.4471 13.4483 9.99917 14.0008 9.99917H20.0033C20.5559 9.99917 21.0038 10.4471 21.0038 10.9996Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M21.0038 14.0008H13.0004\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.7516 16.3018C15.7239 16.3018 15.7015 16.3242 15.7015 16.3518C15.7015 16.3794 15.7239 16.4018 15.7516 16.4018C15.7792 16.4018 15.8016 16.3794 15.8016 16.3518V16.3518C15.8016 16.3242 15.7792 16.3018 15.7516 16.3018\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18.2526 16.3018C18.225 16.3018 18.2026 16.3242 18.2026 16.3518C18.2026 16.3794 18.225 16.4018 18.2526 16.4018C18.2802 16.4018 18.3026 16.3794 18.3026 16.3518V16.3518C18.3026 16.3242 18.2802 16.3018 18.2526 16.3018\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M15.7516 18.6028C15.7239 18.6028 15.7015 18.6251 15.7015 18.6528C15.7015 18.6804 15.7239 18.7028 15.7516 18.7028C15.7792 18.7028 15.8016 18.6804 15.8016 18.6528V18.6528C15.8016 18.6395 15.7963 18.6268 15.7869 18.6174C15.7775 18.608 15.7648 18.6028 15.7516 18.6028\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18.2526 18.6028C18.225 18.6028 18.2026 18.6251 18.2026 18.6528C18.2026 18.6804 18.225 18.7028 18.2526 18.7028C18.2802 18.7028 18.3026 18.6804 18.3026 18.6528V18.6528C18.3026 18.6395 18.2973 18.6268 18.288 18.6174C18.2786 18.608 18.2659 18.6028 18.2526 18.6028\" 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"] }]
|
|
2014
|
+
}], propDecorators: { fillColor: [{
|
|
2015
|
+
type: Input
|
|
2016
|
+
}], size: [{
|
|
2017
|
+
type: Input
|
|
2018
|
+
}] } });
|
|
2019
|
+
|
|
1916
2020
|
class MonkeyIconMoneyComponent {
|
|
1917
2021
|
}
|
|
1918
2022
|
MonkeyIconMoneyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -2108,6 +2212,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2108
2212
|
type: Input
|
|
2109
2213
|
}] } });
|
|
2110
2214
|
|
|
2215
|
+
class MonkeyIconPasswordEditShieldProtectionComponent {
|
|
2216
|
+
}
|
|
2217
|
+
MonkeyIconPasswordEditShieldProtectionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPasswordEditShieldProtectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2218
|
+
MonkeyIconPasswordEditShieldProtectionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconPasswordEditShieldProtectionComponent, selector: "monkey-icon-password-edit-shield-protection", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<g id=\"Group\">\r\n<path id=\"Path\" d=\"M14.3538 15.6475C14.549 15.8428 14.5489 16.1594 14.3536 16.3546C14.1583 16.5498 13.8417 16.5498 13.6464 16.3546C13.4511 16.1594 13.451 15.8428 13.6462 15.6475C13.8416 15.4521 14.1584 15.4521 14.3538 15.6475\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_2\" d=\"M24.3538 15.6475C24.549 15.8428 24.5489 16.1594 24.3536 16.3546C24.1583 16.5498 23.8417 16.5498 23.6464 16.3546C23.4511 16.1594 23.451 15.8428 23.6462 15.6475C23.8416 15.4521 24.1584 15.4521 24.3538 15.6475\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_3\" d=\"M34.3538 15.6475C34.549 15.8428 34.5489 16.1594 34.3536 16.3546C34.1583 16.5498 33.8417 16.5498 33.6464 16.3546C33.4511 16.1594 33.451 15.8428 33.6462 15.6475C33.8416 15.4521 34.1584 15.4521 34.3538 15.6475\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_4\" d=\"M18 26H10C8.93904 26.0003 7.92146 25.579 7.17125 24.8288C6.42104 24.0785 5.99971 23.061 6 22V10C5.99971 8.93904 6.42104 7.92146 7.17125 7.17125C7.92146 6.42104 8.93904 5.99971 10 6H38C39.061 5.99971 40.0785 6.42104 40.8288 7.17125C41.579 7.92146 42.0003 8.93904 42 10V20\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_5\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26 29.875V32.138C26 36.3065 28.5857 40.0377 32.4888 41.5013L33.6489 41.9363C33.8753 42.0212 34.1247 42.0212 34.3511 41.9363L35.5112 41.5013C39.4143 40.0377 42 36.3065 42 32.138V29.875C42 29.0002 41.4315 28.227 40.5965 27.966L34.5965 26.091C34.2081 25.9697 33.7919 25.9697 33.4035 26.091L27.4035 27.966C26.5685 28.227 26 29.0002 26 29.875Z\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</g>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
|
|
2219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPasswordEditShieldProtectionComponent, decorators: [{
|
|
2220
|
+
type: Component,
|
|
2221
|
+
args: [{ selector: 'monkey-icon-password-edit-shield-protection', template: "<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<g id=\"Group\">\r\n<path id=\"Path\" d=\"M14.3538 15.6475C14.549 15.8428 14.5489 16.1594 14.3536 16.3546C14.1583 16.5498 13.8417 16.5498 13.6464 16.3546C13.4511 16.1594 13.451 15.8428 13.6462 15.6475C13.8416 15.4521 14.1584 15.4521 14.3538 15.6475\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_2\" d=\"M24.3538 15.6475C24.549 15.8428 24.5489 16.1594 24.3536 16.3546C24.1583 16.5498 23.8417 16.5498 23.6464 16.3546C23.4511 16.1594 23.451 15.8428 23.6462 15.6475C23.8416 15.4521 24.1584 15.4521 24.3538 15.6475\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_3\" d=\"M34.3538 15.6475C34.549 15.8428 34.5489 16.1594 34.3536 16.3546C34.1583 16.5498 33.8417 16.5498 33.6464 16.3546C33.4511 16.1594 33.451 15.8428 33.6462 15.6475C33.8416 15.4521 34.1584 15.4521 34.3538 15.6475\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_4\" d=\"M18 26H10C8.93904 26.0003 7.92146 25.579 7.17125 24.8288C6.42104 24.0785 5.99971 23.061 6 22V10C5.99971 8.93904 6.42104 7.92146 7.17125 7.17125C7.92146 6.42104 8.93904 5.99971 10 6H38C39.061 5.99971 40.0785 6.42104 40.8288 7.17125C41.579 7.92146 42.0003 8.93904 42 10V20\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path id=\"Path_5\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M26 29.875V32.138C26 36.3065 28.5857 40.0377 32.4888 41.5013L33.6489 41.9363C33.8753 42.0212 34.1247 42.0212 34.3511 41.9363L35.5112 41.5013C39.4143 40.0377 42 36.3065 42 32.138V29.875C42 29.0002 41.4315 28.227 40.5965 27.966L34.5965 26.091C34.2081 25.9697 33.7919 25.9697 33.4035 26.091L27.4035 27.966C26.5685 28.227 26 29.0002 26 29.875Z\" stroke=\"#0273E8\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</g>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
|
|
2222
|
+
}], propDecorators: { fillColor: [{
|
|
2223
|
+
type: Input
|
|
2224
|
+
}], size: [{
|
|
2225
|
+
type: Input
|
|
2226
|
+
}] } });
|
|
2227
|
+
|
|
2111
2228
|
class MonkeyIconPasswordComponent {
|
|
2112
2229
|
}
|
|
2113
2230
|
MonkeyIconPasswordComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPasswordComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -2763,6 +2880,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2763
2880
|
[size]="_size"
|
|
2764
2881
|
*ngIf="_icon === 'card'"
|
|
2765
2882
|
></monkey-icon-card>
|
|
2883
|
+
<monkey-icon-cash-banknote-coins
|
|
2884
|
+
[fillColor]="_fillColor"
|
|
2885
|
+
[id]="_id"
|
|
2886
|
+
[size]="_size"
|
|
2887
|
+
*ngIf="_icon === 'cash-banknote-coins'"
|
|
2888
|
+
></monkey-icon-cash-banknote-coins>
|
|
2766
2889
|
<monkey-icon-card-machine
|
|
2767
2890
|
[fillColor]="_fillColor"
|
|
2768
2891
|
[id]="_id"
|
|
@@ -2775,6 +2898,18 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2775
2898
|
[size]="_size"
|
|
2776
2899
|
*ngIf="_icon === 'cash-banknote-invoice'"
|
|
2777
2900
|
></monkey-icon-cash-banknote-invoice>
|
|
2901
|
+
<monkey-icon-certificate-medal
|
|
2902
|
+
[fillColor]="_fillColor"
|
|
2903
|
+
[id]="_id"
|
|
2904
|
+
[size]="_size"
|
|
2905
|
+
*ngIf="_icon === 'certificate-medal'"
|
|
2906
|
+
></monkey-icon-certificate-medal>
|
|
2907
|
+
<monkey-icon-chart-down-arrow
|
|
2908
|
+
[fillColor]="_fillColor"
|
|
2909
|
+
[id]="_id"
|
|
2910
|
+
[size]="_size"
|
|
2911
|
+
*ngIf="_icon === 'chart-down-arrow'"
|
|
2912
|
+
></monkey-icon-chart-down-arrow>
|
|
2778
2913
|
<monkey-icon-chart-down
|
|
2779
2914
|
[fillColor]="_fillColor"
|
|
2780
2915
|
[id]="_id"
|
|
@@ -2787,6 +2922,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2787
2922
|
[size]="_size"
|
|
2788
2923
|
*ngIf="_icon === 'chart-up'"
|
|
2789
2924
|
></monkey-icon-chart-up>
|
|
2925
|
+
<monkey-icon-chart-up-arrow
|
|
2926
|
+
[fillColor]="_fillColor"
|
|
2927
|
+
[id]="_id"
|
|
2928
|
+
[size]="_size"
|
|
2929
|
+
*ngIf="_icon === 'chart-up-arrow'"
|
|
2930
|
+
></monkey-icon-chart-up-arrow>
|
|
2790
2931
|
<monkey-icon-chat
|
|
2791
2932
|
[fillColor]="_fillColor"
|
|
2792
2933
|
[id]="_id"
|
|
@@ -3015,6 +3156,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
3015
3156
|
[size]="_size"
|
|
3016
3157
|
*ngIf="_icon === 'grid'"
|
|
3017
3158
|
></monkey-icon-grid>
|
|
3159
|
+
<monkey-icon-hand-money-banknote
|
|
3160
|
+
[fillColor]="_fillColor"
|
|
3161
|
+
[id]="_id"
|
|
3162
|
+
[size]="_size"
|
|
3163
|
+
*ngIf="_icon === 'hand-money-banknote'"
|
|
3164
|
+
></monkey-icon-hand-money-banknote>
|
|
3018
3165
|
<monkey-icon-hands-clap
|
|
3019
3166
|
[fillColor]="_fillColor"
|
|
3020
3167
|
[id]="_id"
|
|
@@ -3033,12 +3180,24 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
3033
3180
|
[size]="_size"
|
|
3034
3181
|
*ngIf="_icon === 'hexagon'"
|
|
3035
3182
|
></monkey-icon-hexagon>
|
|
3183
|
+
<monkey-icon-high-rising-build
|
|
3184
|
+
[fillColor]="_fillColor"
|
|
3185
|
+
[id]="_id"
|
|
3186
|
+
[size]="_size"
|
|
3187
|
+
*ngIf="_icon === 'high-rising-build'"
|
|
3188
|
+
></monkey-icon-high-rising-build>
|
|
3036
3189
|
<monkey-icon-home
|
|
3037
3190
|
[fillColor]="_fillColor"
|
|
3038
3191
|
[id]="_id"
|
|
3039
3192
|
[size]="_size"
|
|
3040
3193
|
*ngIf="_icon === 'home'"
|
|
3041
3194
|
></monkey-icon-home>
|
|
3195
|
+
<monkey-icon-image-wave-square
|
|
3196
|
+
[fillColor]="_fillColor"
|
|
3197
|
+
[id]="_id"
|
|
3198
|
+
[size]="_size"
|
|
3199
|
+
*ngIf="_icon === 'image-wave-square'"
|
|
3200
|
+
></monkey-icon-image-wave-square>
|
|
3042
3201
|
<monkey-icon-image
|
|
3043
3202
|
[fillColor]="_fillColor"
|
|
3044
3203
|
[id]="_id"
|
|
@@ -3135,6 +3294,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
3135
3294
|
[size]="_size"
|
|
3136
3295
|
*ngIf="_icon === 'menu'"
|
|
3137
3296
|
></monkey-icon-menu>
|
|
3297
|
+
<monkey-icon-money-banknote-calculator
|
|
3298
|
+
[fillColor]="_fillColor"
|
|
3299
|
+
[id]="_id"
|
|
3300
|
+
[size]="_size"
|
|
3301
|
+
*ngIf="_icon === 'money-banknote-calculator'"
|
|
3302
|
+
></monkey-icon-money-banknote-calculator>
|
|
3138
3303
|
<monkey-icon-money
|
|
3139
3304
|
[fillColor]="_fillColor"
|
|
3140
3305
|
[id]="_id"
|
|
@@ -3225,6 +3390,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
3225
3390
|
[size]="_size"
|
|
3226
3391
|
*ngIf="_icon === 'open-external'"
|
|
3227
3392
|
></monkey-icon-open-external>
|
|
3393
|
+
<monkey-icon-password-edit-shield-protection
|
|
3394
|
+
[fillColor]="_fillColor"
|
|
3395
|
+
[id]="_id"
|
|
3396
|
+
[size]="_size"
|
|
3397
|
+
*ngIf="_icon === 'password-edit-shield-protection'"
|
|
3398
|
+
></monkey-icon-password-edit-shield-protection>
|
|
3228
3399
|
<monkey-icon-password
|
|
3229
3400
|
[fillColor]="_fillColor"
|
|
3230
3401
|
[id]="_id"
|
|
@@ -3423,7 +3594,7 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
3423
3594
|
[size]="_size"
|
|
3424
3595
|
*ngIf="_icon === 'warning'"
|
|
3425
3596
|
></monkey-icon-warning>
|
|
3426
|
-
`, isInline: true, components: [{ type: MonkeyIconAddPlusComponent, selector: "monkey-icon-add-plus", inputs: ["fillColor", "size"] }, { type: MonkeyIconAddressBookComponent, selector: "monkey-icon-address-book", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowDownComponent, selector: "monkey-icon-arrow-down", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLeftComponent, selector: "monkey-icon-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLineRightComponent, selector: "monkey-icon-arrow-line-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowRightComponent, selector: "monkey-icon-arrow-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: MonkeyIconBankComponent, selector: "monkey-icon-bank", inputs: ["fillColor", "size"] }, { type: MonkeyBankAccountComponent, selector: "monkey-icon-bank-account", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankAgencyComponent, selector: "monkey-icon-bank-agency", 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: MonkeyIconBookOpenTextComponent, selector: "monkey-icon-book-open-text", inputs: ["fillColor", "size"] }, { type: MonkeyIconBoxComponent, selector: "monkey-icon-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildApprovedComponent, selector: "monkey-icon-build-approved", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildPersonComponent, selector: "monkey-icon-build-person", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildRefusedComponent, selector: "monkey-icon-build-refused", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildWaitingComponent, selector: "monkey-icon-build-waiting", inputs: ["fillColor", "size"] }, { type: MonkeyIconCalendarComponent, selector: "monkey-icon-calendar", inputs: ["fillColor", "size"] }, { type: MonkeyIconCalendarBoxComponent, selector: "monkey-icon-calendar-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconCameraComponent, selector: "monkey-icon-camera", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardComponent, selector: "monkey-icon-card", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardMachineComponent, selector: "monkey-icon-card-machine", inputs: ["fillColor", "size"] }, { type: MonkeyIconCashBanknoteInvoiceComponent, selector: "monkey-icon-cash-banknote-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconChartDownComponent, selector: "monkey-icon-chart-down", inputs: ["fillColor", "size"] }, { type: MonkeyIconChartUpComponent, selector: "monkey-icon-chart-up", inputs: ["fillColor", "size"] }, { type: MonkeyIconChatComponent, selector: "monkey-icon-chat", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckComponent, selector: "monkey-icon-check", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleComponent, selector: "monkey-icon-check-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleOutComponent, selector: "monkey-icon-check-circle-out", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckGreyComponent, selector: "monkey-icon-check-grey", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckWhiteComponent, selector: "monkey-icon-check-white", 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: MonkeyIconCloseComponent, selector: "monkey-icon-close", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseCircleComponent, selector: "monkey-icon-close-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCNPJComponent, selector: "monkey-icon-cnpj", inputs: ["fillColor", "size"] }, { type: MonkeyIconCodepenComponent, selector: "monkey-icon-codepen", inputs: ["fillColor", "size"] }, { type: MonkeyIconCompanyNameComponent, selector: "monkey-icon-company-name", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractComponent, selector: "monkey-icon-contract", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractPenComponent, selector: "monkey-icon-contract-pen", inputs: ["fillColor", "size"] }, { type: MonkeyIconDeleteComponent, selector: "monkey-icon-delete", inputs: ["fillColor", "size"] }, { type: MonkeyIconDigitalCertificateComponent, selector: "monkey-icon-digital-certificate", inputs: ["fillColor", "size"] }, { type: MonkeyIconDocumentComponent, selector: "monkey-icon-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignComponent, selector: "monkey-icon-dollar-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignCircleComponent, selector: "monkey-icon-dollar-sign-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconDomainComponent, selector: "monkey-icon-domain", inputs: ["fillColor", "size"] }, { type: MonkeyIconDotsMenuComponent, selector: "monkey-icon-dots-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowLeftComponent, selector: "monkey-icon-double-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowRightComponent, selector: "monkey-icon-double-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconDownloadComponent, selector: "monkey-icon-download", inputs: ["fillColor", "size"] }, { type: MonkeyIconDragDropComponent, selector: "monkey-icon-drag-drop", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditComponent, selector: "monkey-icon-edit", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditSquareComponent, selector: "monkey-icon-edit-square", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmailComponent, selector: "monkey-icon-email", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmailSendFastComponent, selector: "monkey-icon-email-send-fast", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmptyDocComponent, selector: "monkey-icon-empty-doc", inputs: ["fillColor", "size"] }, { type: MonkeyIconErrorComponent, selector: "monkey-icon-error", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeClosedComponent, selector: "monkey-icon-eye-closed", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeOpenComponent, selector: "monkey-icon-eye-open", inputs: ["fillColor", "size"] }, { type: MonkeyIconFilterComponent, selector: "monkey-icon-filter", inputs: ["fillColor", "size"] }, { type: MonkeyIconFilterAddComponent, selector: "monkey-icon-filter-add", inputs: ["fillColor", "size"] }, { type: MonkeyIconGridComponent, selector: "monkey-icon-grid", inputs: ["fillColor", "size"] }, { type: MonkeyIconHandsClapComponent, selector: "monkey-icon-hands-clap", inputs: ["fillColor", "size"] }, { type: MonkeyIconHelpComponent, selector: "monkey-icon-help", inputs: ["fillColor", "size"] }, { type: MonkeyIconHexagonComponent, selector: "monkey-icon-hexagon", inputs: ["fillColor", "size"] }, { type: MonkeyIconHomeComponent, selector: "monkey-icon-home", inputs: ["fillColor", "size"] }, { type: MonkeyIconImageComponent, selector: "monkey-icon-image", inputs: ["fillColor", "size"] }, { type: MonkeyIconInfoComponent, selector: "monkey-icon-info", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoiceComponent, selector: "monkey-icon-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesAnticipatedComponent, selector: "monkey-icon-invoices-anticipated", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesApprovalComponent, selector: "monkey-icon-invoices-approval", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesRefusedComponent, selector: "monkey-icon-invoices-refused", inputs: ["fillColor", "size"] }, { type: MonkeyIconLightingCircleComponent, selector: "monkey-icon-lighting-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconListComponent, selector: "monkey-icon-list", inputs: ["fillColor", "size"] }, { type: MonkeyIconLocationPinComponent, selector: "monkey-icon-location-pin", inputs: ["fillColor", "size"] }, { type: MonkeyIconLoginComponent, selector: "monkey-icon-login", inputs: ["fillColor", "size"] }, { type: MonkeyIconLogoutComponent, selector: "monkey-icon-logout", inputs: ["fillColor", "size"] }, { type: MonkeyIconMailBoxUploadComponent, selector: "monkey-icon-mail-box-upload", inputs: ["fillColor", "size"] }, { type: MonkeyIconMailLetterFastCircleComponent, selector: "monkey-icon-mail-letter-fast-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconMailOpenDocumentComponent, selector: "monkey-icon-mail-open-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconMedalComponent, selector: "monkey-icon-medal", inputs: ["fillColor", "size"] }, { type: MonkeyIconMenuComponent, selector: "monkey-icon-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyComponent, selector: "monkey-icon-money", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyCeduleComponent, selector: "monkey-icon-money-cedule", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyDiscountComponent, selector: "monkey-icon-money-discount", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyHandComponent, selector: "monkey-icon-money-hand", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyNetComponent, selector: "monkey-icon-money-net", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyNewComponent, selector: "monkey-icon-money-new", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyPercentComponent, selector: "monkey-icon-money-percent", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyRefusedComponent, selector: "monkey-icon-money-refused", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneySignComponent, selector: "monkey-icon-money-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyWaitingComponent, selector: "monkey-icon-money-waiting", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreComponent, selector: "monkey-icon-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreCircleComponent, selector: "monkey-icon-more-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconNewCompanyComponent, selector: "monkey-icon-new-company", inputs: ["fillColor", "size"] }, { type: MonkeyIconOfferedComponent, selector: "monkey-icon-offered", inputs: ["fillColor", "size"] }, { type: MonkeyIconOpenExternalComponent, selector: "monkey-icon-open-external", inputs: ["fillColor", "size"] }, { type: MonkeyIconPasswordComponent, selector: "monkey-icon-password", inputs: ["fillColor", "size"] }, { type: MonkeyIconPeopleComponent, selector: "monkey-icon-people", inputs: ["fillColor", "size"] }, { type: MonkeyIconPercentComponent, selector: "monkey-icon-percent", inputs: ["fillColor", "size"] }, { type: MonkeyIconPercentBoxComponent, selector: "monkey-icon-percent-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonDocumentComponent, selector: "monkey-icon-person-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonSadComponent, selector: "monkey-icon-person-sad", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneComponent, selector: "monkey-icon-phone", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneCallComponent, selector: "monkey-icon-phone-call", 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: MonkeyIconStarShiningComponent, selector: "monkey-icon-star-shining", inputs: ["fillColor", "size"] }, { type: MonkeyIconStoreComponent, selector: "monkey-icon-store", inputs: ["fillColor", "size"] }, { type: MonkeyIconSuppliersComponent, selector: "monkey-icon-suppliers", inputs: ["fillColor", "size"] }, { type: MonkeyIconTargetDartArrowComponent, selector: "monkey-icon-target-dart-arrow", inputs: ["fillColor", "size"] }, { type: MonkeyIconTodayComponent, selector: "monkey-icon-today", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrashComponent, selector: "monkey-icon-trash", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrophyComponent, selector: "monkey-icon-trophy", inputs: ["fillColor", "size"] }, { type: MonkeyIconUnfoldMoreComponent, selector: "monkey-icon-unfold-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconUploadComponent, selector: "monkey-icon-upload", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserComponent, selector: "monkey-icon-user", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserGroupComponent, selector: "monkey-icon-user-group", 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 });
|
|
3597
|
+
`, isInline: true, components: [{ type: MonkeyIconAddPlusComponent, selector: "monkey-icon-add-plus", inputs: ["fillColor", "size"] }, { type: MonkeyIconAddressBookComponent, selector: "monkey-icon-address-book", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowDownComponent, selector: "monkey-icon-arrow-down", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLeftComponent, selector: "monkey-icon-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLineRightComponent, selector: "monkey-icon-arrow-line-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowRightComponent, selector: "monkey-icon-arrow-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: MonkeyIconBankComponent, selector: "monkey-icon-bank", inputs: ["fillColor", "size"] }, { type: MonkeyBankAccountComponent, selector: "monkey-icon-bank-account", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankAgencyComponent, selector: "monkey-icon-bank-agency", 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: MonkeyIconBookOpenTextComponent, selector: "monkey-icon-book-open-text", inputs: ["fillColor", "size"] }, { type: MonkeyIconBoxComponent, selector: "monkey-icon-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildApprovedComponent, selector: "monkey-icon-build-approved", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildPersonComponent, selector: "monkey-icon-build-person", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildRefusedComponent, selector: "monkey-icon-build-refused", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildWaitingComponent, selector: "monkey-icon-build-waiting", inputs: ["fillColor", "size"] }, { type: MonkeyIconCalendarComponent, selector: "monkey-icon-calendar", inputs: ["fillColor", "size"] }, { type: MonkeyIconCalendarBoxComponent, selector: "monkey-icon-calendar-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconCameraComponent, selector: "monkey-icon-camera", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardComponent, selector: "monkey-icon-card", inputs: ["fillColor", "size"] }, { type: MonkeyIconCashBanknoteCoinsComponent, selector: "monkey-icon-cash-banknote-coins", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardMachineComponent, selector: "monkey-icon-card-machine", inputs: ["fillColor", "size"] }, { type: MonkeyIconCashBanknoteInvoiceComponent, selector: "monkey-icon-cash-banknote-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconCertificateMedalComponent, selector: "monkey-icon-certificate-medal", inputs: ["fillColor", "size"] }, { type: MonkeyIconChartDownArrowComponent, selector: "monkey-icon-chart-down-arrow", inputs: ["fillColor", "size"] }, { type: MonkeyIconChartDownComponent, selector: "monkey-icon-chart-down", inputs: ["fillColor", "size"] }, { type: MonkeyIconChartUpComponent, selector: "monkey-icon-chart-up", inputs: ["fillColor", "size"] }, { type: MonkeyIconChartUpArrowComponent, selector: "monkey-icon-chart-up-arrow", inputs: ["fillColor", "size"] }, { type: MonkeyIconChatComponent, selector: "monkey-icon-chat", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckComponent, selector: "monkey-icon-check", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleComponent, selector: "monkey-icon-check-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleOutComponent, selector: "monkey-icon-check-circle-out", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckGreyComponent, selector: "monkey-icon-check-grey", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckWhiteComponent, selector: "monkey-icon-check-white", 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: MonkeyIconCloseComponent, selector: "monkey-icon-close", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseCircleComponent, selector: "monkey-icon-close-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCNPJComponent, selector: "monkey-icon-cnpj", inputs: ["fillColor", "size"] }, { type: MonkeyIconCodepenComponent, selector: "monkey-icon-codepen", inputs: ["fillColor", "size"] }, { type: MonkeyIconCompanyNameComponent, selector: "monkey-icon-company-name", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractComponent, selector: "monkey-icon-contract", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractPenComponent, selector: "monkey-icon-contract-pen", inputs: ["fillColor", "size"] }, { type: MonkeyIconDeleteComponent, selector: "monkey-icon-delete", inputs: ["fillColor", "size"] }, { type: MonkeyIconDigitalCertificateComponent, selector: "monkey-icon-digital-certificate", inputs: ["fillColor", "size"] }, { type: MonkeyIconDocumentComponent, selector: "monkey-icon-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignComponent, selector: "monkey-icon-dollar-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignCircleComponent, selector: "monkey-icon-dollar-sign-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconDomainComponent, selector: "monkey-icon-domain", inputs: ["fillColor", "size"] }, { type: MonkeyIconDotsMenuComponent, selector: "monkey-icon-dots-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowLeftComponent, selector: "monkey-icon-double-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowRightComponent, selector: "monkey-icon-double-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconDownloadComponent, selector: "monkey-icon-download", inputs: ["fillColor", "size"] }, { type: MonkeyIconDragDropComponent, selector: "monkey-icon-drag-drop", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditComponent, selector: "monkey-icon-edit", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditSquareComponent, selector: "monkey-icon-edit-square", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmailComponent, selector: "monkey-icon-email", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmailSendFastComponent, selector: "monkey-icon-email-send-fast", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmptyDocComponent, selector: "monkey-icon-empty-doc", inputs: ["fillColor", "size"] }, { type: MonkeyIconErrorComponent, selector: "monkey-icon-error", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeClosedComponent, selector: "monkey-icon-eye-closed", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeOpenComponent, selector: "monkey-icon-eye-open", inputs: ["fillColor", "size"] }, { type: MonkeyIconFilterComponent, selector: "monkey-icon-filter", inputs: ["fillColor", "size"] }, { type: MonkeyIconFilterAddComponent, selector: "monkey-icon-filter-add", inputs: ["fillColor", "size"] }, { type: MonkeyIconGridComponent, selector: "monkey-icon-grid", inputs: ["fillColor", "size"] }, { type: MonkeyIconHandMoneyBanknoteComponent, selector: "monkey-icon-hand-money-banknote", 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: MonkeyIconHighRisingBuildComponent, selector: "monkey-icon-high-rising-build", inputs: ["fillColor", "size"] }, { type: MonkeyIconHomeComponent, selector: "monkey-icon-home", inputs: ["fillColor", "size"] }, { type: MonkeyIconImageWaveSquareComponent, selector: "monkey-icon-image-wave-square", inputs: ["fillColor", "size"] }, { type: MonkeyIconImageComponent, selector: "monkey-icon-image", inputs: ["fillColor", "size"] }, { type: MonkeyIconInfoComponent, selector: "monkey-icon-info", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoiceComponent, selector: "monkey-icon-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesAnticipatedComponent, selector: "monkey-icon-invoices-anticipated", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesApprovalComponent, selector: "monkey-icon-invoices-approval", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesRefusedComponent, selector: "monkey-icon-invoices-refused", inputs: ["fillColor", "size"] }, { type: MonkeyIconLightingCircleComponent, selector: "monkey-icon-lighting-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconListComponent, selector: "monkey-icon-list", inputs: ["fillColor", "size"] }, { type: MonkeyIconLocationPinComponent, selector: "monkey-icon-location-pin", inputs: ["fillColor", "size"] }, { type: MonkeyIconLoginComponent, selector: "monkey-icon-login", inputs: ["fillColor", "size"] }, { type: MonkeyIconLogoutComponent, selector: "monkey-icon-logout", inputs: ["fillColor", "size"] }, { type: MonkeyIconMailBoxUploadComponent, selector: "monkey-icon-mail-box-upload", inputs: ["fillColor", "size"] }, { type: MonkeyIconMailLetterFastCircleComponent, selector: "monkey-icon-mail-letter-fast-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconMailOpenDocumentComponent, selector: "monkey-icon-mail-open-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconMedalComponent, selector: "monkey-icon-medal", inputs: ["fillColor", "size"] }, { type: MonkeyIconMenuComponent, selector: "monkey-icon-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyBanknoteCalculatorComponent, selector: "monkey-icon-money-banknote-calculator", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyComponent, selector: "monkey-icon-money", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyCeduleComponent, selector: "monkey-icon-money-cedule", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyDiscountComponent, selector: "monkey-icon-money-discount", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyHandComponent, selector: "monkey-icon-money-hand", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyNetComponent, selector: "monkey-icon-money-net", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyNewComponent, selector: "monkey-icon-money-new", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyPercentComponent, selector: "monkey-icon-money-percent", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyRefusedComponent, selector: "monkey-icon-money-refused", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneySignComponent, selector: "monkey-icon-money-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyWaitingComponent, selector: "monkey-icon-money-waiting", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreComponent, selector: "monkey-icon-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreCircleComponent, selector: "monkey-icon-more-circle", 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: MonkeyIconPasswordEditShieldProtectionComponent, selector: "monkey-icon-password-edit-shield-protection", inputs: ["fillColor", "size"] }, { type: MonkeyIconPasswordComponent, selector: "monkey-icon-password", inputs: ["fillColor", "size"] }, { type: MonkeyIconPeopleComponent, selector: "monkey-icon-people", inputs: ["fillColor", "size"] }, { type: MonkeyIconPercentComponent, selector: "monkey-icon-percent", inputs: ["fillColor", "size"] }, { type: MonkeyIconPercentBoxComponent, selector: "monkey-icon-percent-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonDocumentComponent, selector: "monkey-icon-person-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonSadComponent, selector: "monkey-icon-person-sad", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneComponent, selector: "monkey-icon-phone", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneCallComponent, selector: "monkey-icon-phone-call", 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: MonkeyIconStarShiningComponent, selector: "monkey-icon-star-shining", inputs: ["fillColor", "size"] }, { type: MonkeyIconStoreComponent, selector: "monkey-icon-store", inputs: ["fillColor", "size"] }, { type: MonkeyIconSuppliersComponent, selector: "monkey-icon-suppliers", inputs: ["fillColor", "size"] }, { type: MonkeyIconTargetDartArrowComponent, selector: "monkey-icon-target-dart-arrow", inputs: ["fillColor", "size"] }, { type: MonkeyIconTodayComponent, selector: "monkey-icon-today", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrashComponent, selector: "monkey-icon-trash", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrophyComponent, selector: "monkey-icon-trophy", inputs: ["fillColor", "size"] }, { type: MonkeyIconUnfoldMoreComponent, selector: "monkey-icon-unfold-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconUploadComponent, selector: "monkey-icon-upload", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserComponent, selector: "monkey-icon-user", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserGroupComponent, selector: "monkey-icon-user-group", 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 });
|
|
3427
3598
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconComponent, decorators: [{
|
|
3428
3599
|
type: Component,
|
|
3429
3600
|
args: [{
|
|
@@ -3591,6 +3762,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3591
3762
|
[size]="_size"
|
|
3592
3763
|
*ngIf="_icon === 'card'"
|
|
3593
3764
|
></monkey-icon-card>
|
|
3765
|
+
<monkey-icon-cash-banknote-coins
|
|
3766
|
+
[fillColor]="_fillColor"
|
|
3767
|
+
[id]="_id"
|
|
3768
|
+
[size]="_size"
|
|
3769
|
+
*ngIf="_icon === 'cash-banknote-coins'"
|
|
3770
|
+
></monkey-icon-cash-banknote-coins>
|
|
3594
3771
|
<monkey-icon-card-machine
|
|
3595
3772
|
[fillColor]="_fillColor"
|
|
3596
3773
|
[id]="_id"
|
|
@@ -3603,6 +3780,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3603
3780
|
[size]="_size"
|
|
3604
3781
|
*ngIf="_icon === 'cash-banknote-invoice'"
|
|
3605
3782
|
></monkey-icon-cash-banknote-invoice>
|
|
3783
|
+
<monkey-icon-certificate-medal
|
|
3784
|
+
[fillColor]="_fillColor"
|
|
3785
|
+
[id]="_id"
|
|
3786
|
+
[size]="_size"
|
|
3787
|
+
*ngIf="_icon === 'certificate-medal'"
|
|
3788
|
+
></monkey-icon-certificate-medal>
|
|
3789
|
+
<monkey-icon-chart-down-arrow
|
|
3790
|
+
[fillColor]="_fillColor"
|
|
3791
|
+
[id]="_id"
|
|
3792
|
+
[size]="_size"
|
|
3793
|
+
*ngIf="_icon === 'chart-down-arrow'"
|
|
3794
|
+
></monkey-icon-chart-down-arrow>
|
|
3606
3795
|
<monkey-icon-chart-down
|
|
3607
3796
|
[fillColor]="_fillColor"
|
|
3608
3797
|
[id]="_id"
|
|
@@ -3615,6 +3804,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3615
3804
|
[size]="_size"
|
|
3616
3805
|
*ngIf="_icon === 'chart-up'"
|
|
3617
3806
|
></monkey-icon-chart-up>
|
|
3807
|
+
<monkey-icon-chart-up-arrow
|
|
3808
|
+
[fillColor]="_fillColor"
|
|
3809
|
+
[id]="_id"
|
|
3810
|
+
[size]="_size"
|
|
3811
|
+
*ngIf="_icon === 'chart-up-arrow'"
|
|
3812
|
+
></monkey-icon-chart-up-arrow>
|
|
3618
3813
|
<monkey-icon-chat
|
|
3619
3814
|
[fillColor]="_fillColor"
|
|
3620
3815
|
[id]="_id"
|
|
@@ -3843,6 +4038,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3843
4038
|
[size]="_size"
|
|
3844
4039
|
*ngIf="_icon === 'grid'"
|
|
3845
4040
|
></monkey-icon-grid>
|
|
4041
|
+
<monkey-icon-hand-money-banknote
|
|
4042
|
+
[fillColor]="_fillColor"
|
|
4043
|
+
[id]="_id"
|
|
4044
|
+
[size]="_size"
|
|
4045
|
+
*ngIf="_icon === 'hand-money-banknote'"
|
|
4046
|
+
></monkey-icon-hand-money-banknote>
|
|
3846
4047
|
<monkey-icon-hands-clap
|
|
3847
4048
|
[fillColor]="_fillColor"
|
|
3848
4049
|
[id]="_id"
|
|
@@ -3861,12 +4062,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3861
4062
|
[size]="_size"
|
|
3862
4063
|
*ngIf="_icon === 'hexagon'"
|
|
3863
4064
|
></monkey-icon-hexagon>
|
|
4065
|
+
<monkey-icon-high-rising-build
|
|
4066
|
+
[fillColor]="_fillColor"
|
|
4067
|
+
[id]="_id"
|
|
4068
|
+
[size]="_size"
|
|
4069
|
+
*ngIf="_icon === 'high-rising-build'"
|
|
4070
|
+
></monkey-icon-high-rising-build>
|
|
3864
4071
|
<monkey-icon-home
|
|
3865
4072
|
[fillColor]="_fillColor"
|
|
3866
4073
|
[id]="_id"
|
|
3867
4074
|
[size]="_size"
|
|
3868
4075
|
*ngIf="_icon === 'home'"
|
|
3869
4076
|
></monkey-icon-home>
|
|
4077
|
+
<monkey-icon-image-wave-square
|
|
4078
|
+
[fillColor]="_fillColor"
|
|
4079
|
+
[id]="_id"
|
|
4080
|
+
[size]="_size"
|
|
4081
|
+
*ngIf="_icon === 'image-wave-square'"
|
|
4082
|
+
></monkey-icon-image-wave-square>
|
|
3870
4083
|
<monkey-icon-image
|
|
3871
4084
|
[fillColor]="_fillColor"
|
|
3872
4085
|
[id]="_id"
|
|
@@ -3963,6 +4176,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3963
4176
|
[size]="_size"
|
|
3964
4177
|
*ngIf="_icon === 'menu'"
|
|
3965
4178
|
></monkey-icon-menu>
|
|
4179
|
+
<monkey-icon-money-banknote-calculator
|
|
4180
|
+
[fillColor]="_fillColor"
|
|
4181
|
+
[id]="_id"
|
|
4182
|
+
[size]="_size"
|
|
4183
|
+
*ngIf="_icon === 'money-banknote-calculator'"
|
|
4184
|
+
></monkey-icon-money-banknote-calculator>
|
|
3966
4185
|
<monkey-icon-money
|
|
3967
4186
|
[fillColor]="_fillColor"
|
|
3968
4187
|
[id]="_id"
|
|
@@ -4053,6 +4272,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
4053
4272
|
[size]="_size"
|
|
4054
4273
|
*ngIf="_icon === 'open-external'"
|
|
4055
4274
|
></monkey-icon-open-external>
|
|
4275
|
+
<monkey-icon-password-edit-shield-protection
|
|
4276
|
+
[fillColor]="_fillColor"
|
|
4277
|
+
[id]="_id"
|
|
4278
|
+
[size]="_size"
|
|
4279
|
+
*ngIf="_icon === 'password-edit-shield-protection'"
|
|
4280
|
+
></monkey-icon-password-edit-shield-protection>
|
|
4056
4281
|
<monkey-icon-password
|
|
4057
4282
|
[fillColor]="_fillColor"
|
|
4058
4283
|
[id]="_id"
|
|
@@ -4722,7 +4947,16 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
4722
4947
|
MonkeyIconUserGroupComponent,
|
|
4723
4948
|
MonkeyIconWaitingComponent,
|
|
4724
4949
|
MonkeyIconWalletComponent,
|
|
4725
|
-
MonkeyIconWarningComponent
|
|
4950
|
+
MonkeyIconWarningComponent,
|
|
4951
|
+
MonkeyIconCashBanknoteCoinsComponent,
|
|
4952
|
+
MonkeyIconCertificateMedalComponent,
|
|
4953
|
+
MonkeyIconChartDownArrowComponent,
|
|
4954
|
+
MonkeyIconChartUpArrowComponent,
|
|
4955
|
+
MonkeyIconHandMoneyBanknoteComponent,
|
|
4956
|
+
MonkeyIconHighRisingBuildComponent,
|
|
4957
|
+
MonkeyIconImageWaveSquareComponent,
|
|
4958
|
+
MonkeyIconMoneyBanknoteCalculatorComponent,
|
|
4959
|
+
MonkeyIconPasswordEditShieldProtectionComponent], imports: [CommonModule], exports: [MonkeyIconComponent] });
|
|
4726
4960
|
MonkeyIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconModule, imports: [[CommonModule]] });
|
|
4727
4961
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconModule, decorators: [{
|
|
4728
4962
|
type: NgModule,
|
|
@@ -4866,6 +5100,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
4866
5100
|
MonkeyIconWaitingComponent,
|
|
4867
5101
|
MonkeyIconWalletComponent,
|
|
4868
5102
|
MonkeyIconWarningComponent,
|
|
5103
|
+
MonkeyIconCashBanknoteCoinsComponent,
|
|
5104
|
+
MonkeyIconCertificateMedalComponent,
|
|
5105
|
+
MonkeyIconChartDownArrowComponent,
|
|
5106
|
+
MonkeyIconChartUpArrowComponent,
|
|
5107
|
+
MonkeyIconHandMoneyBanknoteComponent,
|
|
5108
|
+
MonkeyIconHighRisingBuildComponent,
|
|
5109
|
+
MonkeyIconImageWaveSquareComponent,
|
|
5110
|
+
MonkeyIconMoneyBanknoteCalculatorComponent,
|
|
5111
|
+
MonkeyIconPasswordEditShieldProtectionComponent,
|
|
4869
5112
|
],
|
|
4870
5113
|
imports: [CommonModule],
|
|
4871
5114
|
exports: [MonkeyIconComponent],
|