monkey-style-guide 2.0.145 → 2.0.148
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 +12 -1
- package/assets/icons/arrow-line-right.svg +5 -0
- package/assets/icons/banknote-search.svg +9 -0
- package/assets/icons/build-person.svg +10 -0
- package/assets/icons/card.svg +5 -0
- package/assets/icons/double-arrow-left.svg +4 -0
- package/assets/icons/double-arrow-right.svg +4 -0
- package/assets/icons/info.svg +7 -0
- package/assets/icons/invoice.svg +6 -0
- package/assets/icons/shield-chekmark.svg +4 -0
- package/assets/icons/today.svg +10 -0
- package/assets/icons/unfold-more.svg +4 -0
- package/esm2020/lib/components/icon/icon-arrow-line-right.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-banknote-search.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-build-person.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-card.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-double-arrow-left.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-double-arrow-right.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-info.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-invoice.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-shield-chekmark.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-today.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-unfold-more.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon.component.mjs +222 -79
- package/esm2020/lib/components/icon/icon.module.mjs +34 -1
- package/esm2020/lib/components/icon/index.mjs +12 -1
- package/fesm2015/monkey-style-guide.mjs +299 -2
- package/fesm2015/monkey-style-guide.mjs.map +1 -1
- package/fesm2020/monkey-style-guide.mjs +299 -2
- package/fesm2020/monkey-style-guide.mjs.map +1 -1
- package/lib/components/icon/icon-arrow-line-right.component.d.ts +7 -0
- package/lib/components/icon/icon-banknote-search.component.d.ts +7 -0
- package/lib/components/icon/icon-build-person.component.d.ts +7 -0
- package/lib/components/icon/icon-card.component.d.ts +7 -0
- package/lib/components/icon/icon-double-arrow-left.component.d.ts +7 -0
- package/lib/components/icon/icon-double-arrow-right.component.d.ts +7 -0
- package/lib/components/icon/icon-info.component.d.ts +7 -0
- package/lib/components/icon/icon-invoice.component.d.ts +7 -0
- package/lib/components/icon/icon-shield-chekmark.component.d.ts +7 -0
- package/lib/components/icon/icon-today.component.d.ts +7 -0
- package/lib/components/icon/icon-unfold-more.component.d.ts +7 -0
- package/lib/components/icon/icon.module.d.ts +89 -78
- package/lib/components/icon/index.d.ts +11 -0
- package/monkey-style-guide-2.0.148.tgz +0 -0
- package/package.json +1 -1
- package/monkey-style-guide-2.0.145.tgz +0 -0
|
@@ -808,6 +808,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
808
808
|
type: Input
|
|
809
809
|
}] } });
|
|
810
810
|
|
|
811
|
+
class MonkeyIconArrowLineRightComponent {
|
|
812
|
+
}
|
|
813
|
+
MonkeyIconArrowLineRightComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconArrowLineRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
814
|
+
MonkeyIconArrowLineRightComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconArrowLineRightComponent, selector: "monkey-icon-arrow-line-right", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M19 12H5\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 17L19 12\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 7L19 12\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
|
|
815
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconArrowLineRightComponent, decorators: [{
|
|
816
|
+
type: Component,
|
|
817
|
+
args: [{ selector: 'monkey-icon-arrow-line-right', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M19 12H5\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 17L19 12\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M14 7L19 12\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
|
|
818
|
+
}], propDecorators: { fillColor: [{
|
|
819
|
+
type: Input
|
|
820
|
+
}], size: [{
|
|
821
|
+
type: Input
|
|
822
|
+
}] } });
|
|
823
|
+
|
|
811
824
|
class MonkeyIconArrowUpComponent {
|
|
812
825
|
}
|
|
813
826
|
MonkeyIconArrowUpComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconArrowUpComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -860,6 +873,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
860
873
|
type: Input
|
|
861
874
|
}] } });
|
|
862
875
|
|
|
876
|
+
class MonkeyIconBankNoteSearchComponent {
|
|
877
|
+
}
|
|
878
|
+
MonkeyIconBankNoteSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBankNoteSearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
879
|
+
MonkeyIconBankNoteSearchComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconBankNoteSearchComponent, selector: "monkey-icon-banknote-search", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M17.0021 6.99789H16.0017\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.9975 14.0008H6.99791\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.99916 17.0021H5.49729C4.116 17.0021 2.99625 15.8823 2.99625 14.501V6.49768C2.99625 5.83437 3.25975 5.19822 3.72878 4.72918C4.19782 4.26014 4.83397 3.99664 5.49729 3.99664H17.5023C18.8836 3.99664 20.0033 5.1164 20.0033 6.49768V9.99914\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M22.0042 21.0038L19.8311 18.8318\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.99916 17.0021H5.49729C4.116 17.0021 2.99625 15.8823 2.99625 14.501V6.49768C2.99625 5.83437 3.25975 5.19822 3.72878 4.72918C4.19782 4.26014 4.83397 3.99664 5.49729 3.99664H17.5023C18.8836 3.99664 20.0033 5.1164 20.0033 6.49768V9.99914\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.73129 12.2679C8.75457 11.2912 8.75457 9.70761 9.73129 8.73089C10.708 7.75417 12.2916 7.75417 13.2683 8.73089\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<circle cx=\"17.0021\" cy=\"16.0017\" r=\"4.00167\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
|
|
880
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBankNoteSearchComponent, decorators: [{
|
|
881
|
+
type: Component,
|
|
882
|
+
args: [{ selector: 'monkey-icon-banknote-search', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M17.0021 6.99789H16.0017\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M5.9975 14.0008H6.99791\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.99916 17.0021H5.49729C4.116 17.0021 2.99625 15.8823 2.99625 14.501V6.49768C2.99625 5.83437 3.25975 5.19822 3.72878 4.72918C4.19782 4.26014 4.83397 3.99664 5.49729 3.99664H17.5023C18.8836 3.99664 20.0033 5.1164 20.0033 6.49768V9.99914\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M22.0042 21.0038L19.8311 18.8318\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.99916 17.0021H5.49729C4.116 17.0021 2.99625 15.8823 2.99625 14.501V6.49768C2.99625 5.83437 3.25975 5.19822 3.72878 4.72918C4.19782 4.26014 4.83397 3.99664 5.49729 3.99664H17.5023C18.8836 3.99664 20.0033 5.1164 20.0033 6.49768V9.99914\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9.73129 12.2679C8.75457 11.2912 8.75457 9.70761 9.73129 8.73089C10.708 7.75417 12.2916 7.75417 13.2683 8.73089\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n<circle cx=\"17.0021\" cy=\"16.0017\" r=\"4.00167\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] }]
|
|
883
|
+
}], propDecorators: { fillColor: [{
|
|
884
|
+
type: Input
|
|
885
|
+
}], size: [{
|
|
886
|
+
type: Input
|
|
887
|
+
}] } });
|
|
888
|
+
|
|
863
889
|
class MonkeyIconBellComponent {
|
|
864
890
|
}
|
|
865
891
|
MonkeyIconBellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -899,6 +925,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
899
925
|
type: Input
|
|
900
926
|
}] } });
|
|
901
927
|
|
|
928
|
+
class MonkeyIconBuildPersonComponent {
|
|
929
|
+
}
|
|
930
|
+
MonkeyIconBuildPersonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBuildPersonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
931
|
+
MonkeyIconBuildPersonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconBuildPersonComponent, selector: "monkey-icon-build-person", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M12.9983 6.49731V8.99836\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.498 11.9996V9.99877C10.498 9.44625 10.9459 8.99835 11.4985 8.99835H14.4997C15.0522 8.99835 15.5001 9.44625 15.5001 9.99877V11.9996\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.99609 21.0033V13C7.99609 12.4475 8.444 11.9996 8.99651 11.9996H15.4992\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.498 15.0008H13.9995\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.498 18.0021H12.9991\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.9994 21.0033H7.99776C5.7877 21.0033 3.99609 19.2117 3.99609 17.0017V6.99752C3.99609 4.78746 5.7877 2.99585 7.99776 2.99585H18.0019C20.212 2.99585 22.0036 4.78746 22.0036 6.99752V10.9992\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5029 23.0042H16.0002C15.724 23.0042 15.5 22.7802 15.5 22.504V22.0978C15.5033 20.9422 16.4393 20.0062 17.5949 20.0029H20.9083C22.0639 20.0062 22.9998 20.9422 23.0031 22.0978V22.504C23.0031 22.7802 22.7792 23.0042 22.5029 23.0042Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2527 17.5018C18.1484 17.4996 17.2548 16.6033 17.2559 15.499C17.257 14.3948 18.1524 13.5002 19.2567 13.5002C20.3609 13.5002 21.2564 14.3948 21.2575 15.499C21.2586 16.6033 20.3649 17.4996 19.2607 17.5018H19.2527Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
|
|
932
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconBuildPersonComponent, decorators: [{
|
|
933
|
+
type: Component,
|
|
934
|
+
args: [{ selector: 'monkey-icon-build-person', template: "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M12.9983 6.49731V8.99836\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.498 11.9996V9.99877C10.498 9.44625 10.9459 8.99835 11.4985 8.99835H14.4997C15.0522 8.99835 15.5001 9.44625 15.5001 9.99877V11.9996\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.99609 21.0033V13C7.99609 12.4475 8.444 11.9996 8.99651 11.9996H15.4992\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.498 15.0008H13.9995\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.498 18.0021H12.9991\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.9994 21.0033H7.99776C5.7877 21.0033 3.99609 19.2117 3.99609 17.0017V6.99752C3.99609 4.78746 5.7877 2.99585 7.99776 2.99585H18.0019C20.212 2.99585 22.0036 4.78746 22.0036 6.99752V10.9992\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22.5029 23.0042H16.0002C15.724 23.0042 15.5 22.7802 15.5 22.504V22.0978C15.5033 20.9422 16.4393 20.0062 17.5949 20.0029H20.9083C22.0639 20.0062 22.9998 20.9422 23.0031 22.0978V22.504C23.0031 22.7802 22.7792 23.0042 22.5029 23.0042Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.2527 17.5018C18.1484 17.4996 17.2548 16.6033 17.2559 15.499C17.257 14.3948 18.1524 13.5002 19.2567 13.5002C20.3609 13.5002 21.2564 14.3948 21.2575 15.499C21.2586 16.6033 20.3649 17.4996 19.2607 17.5018H19.2527Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] }]
|
|
935
|
+
}], propDecorators: { fillColor: [{
|
|
936
|
+
type: Input
|
|
937
|
+
}], size: [{
|
|
938
|
+
type: Input
|
|
939
|
+
}] } });
|
|
940
|
+
|
|
902
941
|
class MonkeyIconCalendarComponent {
|
|
903
942
|
}
|
|
904
943
|
MonkeyIconCalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCalendarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -925,6 +964,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
925
964
|
type: Input
|
|
926
965
|
}] } });
|
|
927
966
|
|
|
967
|
+
class MonkeyIconCardComponent {
|
|
968
|
+
}
|
|
969
|
+
MonkeyIconCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
970
|
+
MonkeyIconCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconCardComponent, selector: "monkey-icon-card", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9982 11.4994C13.6942 12.4273 13.6608 13.712 12.9176 14.6025C12.1743 15.4931 10.9164 15.7557 9.87888 15.237C8.84141 14.7183 8.29675 13.5543 8.56324 12.4254C8.82974 11.2965 9.83745 10.4989 10.9974 10.4989C11.7851 10.4969 12.5272 10.868 12.9982 11.4994Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13 11.4994C13.6459 10.6382 14.7705 10.2869 15.7917 10.6273C16.813 10.9677 17.5019 11.9235 17.5019 13C17.5019 14.0765 16.813 15.0323 15.7917 15.3727C14.7705 15.7131 13.6459 15.3618 13 14.5006\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0023 20.0029H6.99734C5.3398 20.0029 3.99609 18.6592 3.99609 17.0017V8.99834C3.99609 7.34079 5.3398 5.99709 6.99734 5.99709H19.0023C20.6599 5.99709 22.0036 7.34079 22.0036 8.99834V17.0017C22.0036 18.6592 20.6599 20.0029 19.0023 20.0029Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
|
|
971
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCardComponent, decorators: [{
|
|
972
|
+
type: Component,
|
|
973
|
+
args: [{ selector: 'monkey-icon-card', template: "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.9982 11.4994C13.6942 12.4273 13.6608 13.712 12.9176 14.6025C12.1743 15.4931 10.9164 15.7557 9.87888 15.237C8.84141 14.7183 8.29675 13.5543 8.56324 12.4254C8.82974 11.2965 9.83745 10.4989 10.9974 10.4989C11.7851 10.4969 12.5272 10.868 12.9982 11.4994Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13 11.4994C13.6459 10.6382 14.7705 10.2869 15.7917 10.6273C16.813 10.9677 17.5019 11.9235 17.5019 13C17.5019 14.0765 16.813 15.0323 15.7917 15.3727C14.7705 15.7131 13.6459 15.3618 13 14.5006\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.0023 20.0029H6.99734C5.3398 20.0029 3.99609 18.6592 3.99609 17.0017V8.99834C3.99609 7.34079 5.3398 5.99709 6.99734 5.99709H19.0023C20.6599 5.99709 22.0036 7.34079 22.0036 8.99834V17.0017C22.0036 18.6592 20.6599 20.0029 19.0023 20.0029Z\" stroke=\"#1F2024\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] }]
|
|
974
|
+
}], propDecorators: { fillColor: [{
|
|
975
|
+
type: Input
|
|
976
|
+
}], size: [{
|
|
977
|
+
type: Input
|
|
978
|
+
}] } });
|
|
979
|
+
|
|
928
980
|
class MonkeyIconCardMachineComponent {
|
|
929
981
|
}
|
|
930
982
|
MonkeyIconCardMachineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconCardMachineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1185,6 +1237,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
1185
1237
|
type: Input
|
|
1186
1238
|
}] } });
|
|
1187
1239
|
|
|
1240
|
+
class MonkeyIconDoubleArrowLeftComponent {
|
|
1241
|
+
}
|
|
1242
|
+
MonkeyIconDoubleArrowLeftComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDoubleArrowLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1243
|
+
MonkeyIconDoubleArrowLeftComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconDoubleArrowLeftComponent, selector: "monkey-icon-double-arrow-left", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M11 17L6 12L11 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18 17L13 12L18 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
|
|
1244
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDoubleArrowLeftComponent, decorators: [{
|
|
1245
|
+
type: Component,
|
|
1246
|
+
args: [{ selector: 'monkey-icon-double-arrow-left', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M11 17L6 12L11 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M18 17L13 12L18 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
|
|
1247
|
+
}], propDecorators: { fillColor: [{
|
|
1248
|
+
type: Input
|
|
1249
|
+
}], size: [{
|
|
1250
|
+
type: Input
|
|
1251
|
+
}] } });
|
|
1252
|
+
|
|
1253
|
+
class MonkeyIconDoubleArrowRightComponent {
|
|
1254
|
+
}
|
|
1255
|
+
MonkeyIconDoubleArrowRightComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDoubleArrowRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1256
|
+
MonkeyIconDoubleArrowRightComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconDoubleArrowRightComponent, selector: "monkey-icon-double-arrow-right", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M13 17L18 12L13 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6 17L11 12L6 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
|
|
1257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDoubleArrowRightComponent, decorators: [{
|
|
1258
|
+
type: Component,
|
|
1259
|
+
args: [{ selector: 'monkey-icon-double-arrow-right', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M13 17L18 12L13 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M6 17L11 12L6 7\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
|
|
1260
|
+
}], propDecorators: { fillColor: [{
|
|
1261
|
+
type: Input
|
|
1262
|
+
}], size: [{
|
|
1263
|
+
type: Input
|
|
1264
|
+
}] } });
|
|
1265
|
+
|
|
1188
1266
|
class MonkeyIconDownloadComponent {
|
|
1189
1267
|
}
|
|
1190
1268
|
MonkeyIconDownloadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconDownloadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1354,6 +1432,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
1354
1432
|
type: Input
|
|
1355
1433
|
}] } });
|
|
1356
1434
|
|
|
1435
|
+
class MonkeyIconInfoComponent {
|
|
1436
|
+
}
|
|
1437
|
+
MonkeyIconInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1438
|
+
MonkeyIconInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconInfoComponent, selector: "monkey-icon-info", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<circle cx=\"12\" cy=\"11.9998\" r=\"9.00375\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.9996 15.5012H13.3099\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.1591 15.5018V11.25H11.0086\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.1 8.24533C12.1 8.38345 11.9881 8.49543 11.8499 8.49543C11.7118 8.49543 11.5998 8.38345 11.5998 8.24533C11.5998 8.1072 11.7118 7.99522 11.8499 7.99522\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.8499 7.99527C11.9881 7.99527 12.1 8.10725 12.1 8.24538\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
|
|
1439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconInfoComponent, decorators: [{
|
|
1440
|
+
type: Component,
|
|
1441
|
+
args: [{ selector: 'monkey-icon-info', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<circle cx=\"12\" cy=\"11.9998\" r=\"9.00375\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M10.9996 15.5012H13.3099\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.1591 15.5018V11.25H11.0086\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.1 8.24533C12.1 8.38345 11.9881 8.49543 11.8499 8.49543C11.7118 8.49543 11.5998 8.38345 11.5998 8.24533C11.5998 8.1072 11.7118 7.99522 11.8499 7.99522\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M11.8499 7.99527C11.9881 7.99527 12.1 8.10725 12.1 8.24538\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] }]
|
|
1442
|
+
}], propDecorators: { fillColor: [{
|
|
1443
|
+
type: Input
|
|
1444
|
+
}], size: [{
|
|
1445
|
+
type: Input
|
|
1446
|
+
}] } });
|
|
1447
|
+
|
|
1448
|
+
class MonkeyIconInvoiceComponent {
|
|
1449
|
+
}
|
|
1450
|
+
MonkeyIconInvoiceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconInvoiceComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1451
|
+
MonkeyIconInvoiceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconInvoiceComponent, selector: "monkey-icon-invoice", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.449 20.396L18.459 20.8935C18.1785 21.0345 17.8481 21.0355 17.5667 20.8964L15.9942 20.1188L14.4533 20.8929C14.172 21.0342 13.8406 21.0348 13.5588 20.8945L12 20.1185L10.4412 20.8945C10.1594 21.0348 9.82799 21.0342 9.54668 20.8929L8.00578 20.1188L6.4333 20.8964C6.15191 21.0355 5.82151 21.0345 5.54102 20.8935L4.55102 20.396C4.21321 20.2263 4.00001 19.8805 4 19.5025V4.49752C4 4.11947 4.2132 3.77374 4.551 3.604L5.541 3.10648C5.82149 2.96552 6.15189 2.96446 6.43328 3.10361L8.00576 3.8812L9.54666 3.10713C9.82797 2.96581 10.1594 2.96521 10.4412 3.10551L12 3.88151L13.5588 3.10551C13.8406 2.96521 14.172 2.96581 14.4533 3.10713L15.9942 3.8812L17.5667 3.10361C17.8481 2.96446 18.1785 2.96552 18.459 3.10648L19.449 3.604C19.7868 3.77374 20 4.11947 20 4.49752V19.5025C20 19.8806 19.7868 20.2263 19.449 20.396Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 9H8\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 12H8\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13 15H8\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
|
|
1452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconInvoiceComponent, decorators: [{
|
|
1453
|
+
type: Component,
|
|
1454
|
+
args: [{ selector: 'monkey-icon-invoice', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.449 20.396L18.459 20.8935C18.1785 21.0345 17.8481 21.0355 17.5667 20.8964L15.9942 20.1188L14.4533 20.8929C14.172 21.0342 13.8406 21.0348 13.5588 20.8945L12 20.1185L10.4412 20.8945C10.1594 21.0348 9.82799 21.0342 9.54668 20.8929L8.00578 20.1188L6.4333 20.8964C6.15191 21.0355 5.82151 21.0345 5.54102 20.8935L4.55102 20.396C4.21321 20.2263 4.00001 19.8805 4 19.5025V4.49752C4 4.11947 4.2132 3.77374 4.551 3.604L5.541 3.10648C5.82149 2.96552 6.15189 2.96446 6.43328 3.10361L8.00576 3.8812L9.54666 3.10713C9.82797 2.96581 10.1594 2.96521 10.4412 3.10551L12 3.88151L13.5588 3.10551C13.8406 2.96521 14.172 2.96581 14.4533 3.10713L15.9942 3.8812L17.5667 3.10361C17.8481 2.96446 18.1785 2.96552 18.459 3.10648L19.449 3.604C19.7868 3.77374 20 4.11947 20 4.49752V19.5025C20 19.8806 19.7868 20.2263 19.449 20.396Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 9H8\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M16 12H8\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M13 15H8\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] }]
|
|
1455
|
+
}], propDecorators: { fillColor: [{
|
|
1456
|
+
type: Input
|
|
1457
|
+
}], size: [{
|
|
1458
|
+
type: Input
|
|
1459
|
+
}] } });
|
|
1460
|
+
|
|
1357
1461
|
class MonkeyIconImageComponent {
|
|
1358
1462
|
}
|
|
1359
1463
|
MonkeyIconImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1705,6 +1809,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
1705
1809
|
type: Input
|
|
1706
1810
|
}] } });
|
|
1707
1811
|
|
|
1812
|
+
class MonkeyIconShieldChekmarkComponent {
|
|
1813
|
+
}
|
|
1814
|
+
MonkeyIconShieldChekmarkComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconShieldChekmarkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1815
|
+
MonkeyIconShieldChekmarkComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconShieldChekmarkComponent, selector: "monkey-icon-shield-chekmark", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M10 12L11.5 13.5L14.5 10.5\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5 10.767C3.5 15.1925 6.2472 19.1532 10.3923 20.7036L10.4223 20.7148C11.4399 21.0954 12.5607 21.095 13.578 20.7138L13.6024 20.7047C17.7512 19.1499 20.5 15.1842 20.5 10.7536V7.03023C20.5 6.15536 19.9314 5.38202 19.0963 5.12118L12.5963 3.09095C12.208 2.96968 11.792 2.96968 11.4037 3.09095L4.90374 5.12112C4.06864 5.38195 3.5 6.15529 3.5 7.03017V10.767Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
|
|
1816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconShieldChekmarkComponent, decorators: [{
|
|
1817
|
+
type: Component,
|
|
1818
|
+
args: [{ selector: 'monkey-icon-shield-chekmark', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M10 12L11.5 13.5L14.5 10.5\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5 10.767C3.5 15.1925 6.2472 19.1532 10.3923 20.7036L10.4223 20.7148C11.4399 21.0954 12.5607 21.095 13.578 20.7138L13.6024 20.7047C17.7512 19.1499 20.5 15.1842 20.5 10.7536V7.03023C20.5 6.15536 19.9314 5.38202 19.0963 5.12118L12.5963 3.09095C12.208 2.96968 11.792 2.96968 11.4037 3.09095L4.90374 5.12112C4.06864 5.38195 3.5 6.15529 3.5 7.03017V10.767Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] }]
|
|
1819
|
+
}], propDecorators: { fillColor: [{
|
|
1820
|
+
type: Input
|
|
1821
|
+
}], size: [{
|
|
1822
|
+
type: Input
|
|
1823
|
+
}] } });
|
|
1824
|
+
|
|
1825
|
+
class MonkeyIconTodayComponent {
|
|
1826
|
+
}
|
|
1827
|
+
MonkeyIconTodayComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconTodayComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1828
|
+
MonkeyIconTodayComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconTodayComponent, selector: "monkey-icon-today", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M16 2V6\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 2V6\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3 9H21\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 4H5C3.895 4 3 4.895 3 6V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V6C21 4.895 20.105 4 19 4Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.013 12.729C11.875 12.729 11.763 12.841 11.764 12.979C11.764 13.117 11.876 13.229 12.014 13.229C12.152 13.229 12.264 13.117 12.264 12.979C12.264 12.841 12.152 12.729 12.013 12.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.013 12.729C16.875 12.729 16.763 12.841 16.764 12.979C16.764 13.117 16.876 13.229 17.014 13.229C17.152 13.229 17.264 13.117 17.264 12.979C17.264 12.841 17.152 12.729 17.013 12.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.013 16.729C6.875 16.729 6.763 16.841 6.764 16.979C6.764 17.117 6.876 17.229 7.014 17.229C7.152 17.229 7.264 17.117 7.264 16.979C7.264 16.841 7.152 16.729 7.013 16.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.013 16.729C11.875 16.729 11.763 16.841 11.764 16.979C11.764 17.117 11.876 17.229 12.014 17.229C12.152 17.229 12.264 17.117 12.264 16.979C12.264 16.841 12.152 16.729 12.013 16.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] });
|
|
1829
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconTodayComponent, decorators: [{
|
|
1830
|
+
type: Component,
|
|
1831
|
+
args: [{ selector: 'monkey-icon-today', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M16 2V6\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M8 2V6\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M3 9H21\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 4H5C3.895 4 3 4.895 3 6V19C3 20.105 3.895 21 5 21H19C20.105 21 21 20.105 21 19V6C21 4.895 20.105 4 19 4Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.013 12.729C11.875 12.729 11.763 12.841 11.764 12.979C11.764 13.117 11.876 13.229 12.014 13.229C12.152 13.229 12.264 13.117 12.264 12.979C12.264 12.841 12.152 12.729 12.013 12.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M17.013 12.729C16.875 12.729 16.763 12.841 16.764 12.979C16.764 13.117 16.876 13.229 17.014 13.229C17.152 13.229 17.264 13.117 17.264 12.979C17.264 12.841 17.152 12.729 17.013 12.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M7.013 16.729C6.875 16.729 6.763 16.841 6.764 16.979C6.764 17.117 6.876 17.229 7.014 17.229C7.152 17.229 7.264 17.117 7.264 16.979C7.264 16.841 7.152 16.729 7.013 16.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M12.013 16.729C11.875 16.729 11.763 16.841 11.764 16.979C11.764 17.117 11.876 17.229 12.014 17.229C12.152 17.229 12.264 17.117 12.264 16.979C12.264 16.841 12.152 16.729 12.013 16.729\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>", styles: [":host{display:flex}\n"] }]
|
|
1832
|
+
}], propDecorators: { fillColor: [{
|
|
1833
|
+
type: Input
|
|
1834
|
+
}], size: [{
|
|
1835
|
+
type: Input
|
|
1836
|
+
}] } });
|
|
1837
|
+
|
|
1708
1838
|
class MonkeyIconTrashComponent {
|
|
1709
1839
|
}
|
|
1710
1840
|
MonkeyIconTrashComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconTrashComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1731,6 +1861,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
1731
1861
|
type: Input
|
|
1732
1862
|
}] } });
|
|
1733
1863
|
|
|
1864
|
+
class MonkeyIconUnfoldMoreComponent {
|
|
1865
|
+
}
|
|
1866
|
+
MonkeyIconUnfoldMoreComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconUnfoldMoreComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1867
|
+
MonkeyIconUnfoldMoreComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.0", type: MonkeyIconUnfoldMoreComponent, selector: "monkey-icon-unfold-more", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M15 8L12 5L9 8\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 16L12 19L15 16\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] });
|
|
1868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconUnfoldMoreComponent, decorators: [{
|
|
1869
|
+
type: Component,
|
|
1870
|
+
args: [{ selector: 'monkey-icon-unfold-more', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\r\n<path d=\"M15 8L12 5L9 8\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n<path d=\"M9 16L12 19L15 16\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\r\n</svg>\r\n", styles: [":host{display:flex}\n"] }]
|
|
1871
|
+
}], propDecorators: { fillColor: [{
|
|
1872
|
+
type: Input
|
|
1873
|
+
}], size: [{
|
|
1874
|
+
type: Input
|
|
1875
|
+
}] } });
|
|
1876
|
+
|
|
1734
1877
|
class MonkeyIconUploadComponent {
|
|
1735
1878
|
}
|
|
1736
1879
|
MonkeyIconUploadComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconUploadComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1884,6 +2027,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
1884
2027
|
[size]="_size"
|
|
1885
2028
|
*ngIf="_icon === 'arrow-right'"
|
|
1886
2029
|
></monkey-icon-arrow-right>
|
|
2030
|
+
<monkey-icon-arrow-line-right
|
|
2031
|
+
[fillColor]="_fillColor"
|
|
2032
|
+
[id]="_id"
|
|
2033
|
+
[size]="_size"
|
|
2034
|
+
*ngIf="_icon === 'arrow-line-right'"
|
|
2035
|
+
></monkey-icon-arrow-line-right>
|
|
1887
2036
|
<monkey-icon-arrow-up
|
|
1888
2037
|
[fillColor]="_fillColor"
|
|
1889
2038
|
[id]="_id"
|
|
@@ -1908,6 +2057,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
1908
2057
|
[size]="_size"
|
|
1909
2058
|
*ngIf="_icon === 'bank-account'"
|
|
1910
2059
|
></monkey-icon-bank-account>
|
|
2060
|
+
<monkey-icon-banknote-search
|
|
2061
|
+
[fillColor]="_fillColor"
|
|
2062
|
+
[id]="_id"
|
|
2063
|
+
[size]="_size"
|
|
2064
|
+
*ngIf="_icon === 'banknote-search'"
|
|
2065
|
+
></monkey-icon-banknote-search>
|
|
1911
2066
|
<monkey-icon-bell
|
|
1912
2067
|
[fillColor]="_fillColor"
|
|
1913
2068
|
[id]="_id"
|
|
@@ -1926,6 +2081,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
1926
2081
|
[size]="_size"
|
|
1927
2082
|
*ngIf="_icon === 'box'"
|
|
1928
2083
|
></monkey-icon-box>
|
|
2084
|
+
<monkey-icon-build-person
|
|
2085
|
+
[fillColor]="_fillColor"
|
|
2086
|
+
[id]="_id"
|
|
2087
|
+
[size]="_size"
|
|
2088
|
+
*ngIf="_icon === 'build-person'"
|
|
2089
|
+
></monkey-icon-build-person>
|
|
1929
2090
|
<monkey-icon-calendar
|
|
1930
2091
|
[fillColor]="_fillColor"
|
|
1931
2092
|
[id]="_id"
|
|
@@ -1938,6 +2099,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
1938
2099
|
[size]="_size"
|
|
1939
2100
|
*ngIf="_icon === 'camera'"
|
|
1940
2101
|
></monkey-icon-camera>
|
|
2102
|
+
<monkey-icon-card
|
|
2103
|
+
[fillColor]="_fillColor"
|
|
2104
|
+
[id]="_id"
|
|
2105
|
+
[size]="_size"
|
|
2106
|
+
*ngIf="_icon === 'card'"
|
|
2107
|
+
></monkey-icon-card>
|
|
1941
2108
|
<monkey-icon-card-machine
|
|
1942
2109
|
[fillColor]="_fillColor"
|
|
1943
2110
|
[id]="_id"
|
|
@@ -2058,6 +2225,18 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2058
2225
|
[size]="_size"
|
|
2059
2226
|
*ngIf="_icon === 'domain'"
|
|
2060
2227
|
></monkey-icon-domain>
|
|
2228
|
+
<monkey-icon-double-arrow-left
|
|
2229
|
+
[fillColor]="_fillColor"
|
|
2230
|
+
[id]="_id"
|
|
2231
|
+
[size]="_size"
|
|
2232
|
+
*ngIf="_icon === 'double-arrow-left'"
|
|
2233
|
+
></monkey-icon-double-arrow-left>
|
|
2234
|
+
<monkey-icon-double-arrow-right
|
|
2235
|
+
[fillColor]="_fillColor"
|
|
2236
|
+
[id]="_id"
|
|
2237
|
+
[size]="_size"
|
|
2238
|
+
*ngIf="_icon === 'double-arrow-right'"
|
|
2239
|
+
></monkey-icon-double-arrow-right>
|
|
2061
2240
|
<monkey-icon-download
|
|
2062
2241
|
[fillColor]="_fillColor"
|
|
2063
2242
|
[id]="_id"
|
|
@@ -2136,6 +2315,18 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2136
2315
|
[size]="_size"
|
|
2137
2316
|
*ngIf="_icon === 'home'"
|
|
2138
2317
|
></monkey-icon-home>
|
|
2318
|
+
<monkey-icon-info
|
|
2319
|
+
[fillColor]="_fillColor"
|
|
2320
|
+
[id]="_id"
|
|
2321
|
+
[size]="_size"
|
|
2322
|
+
*ngIf="_icon === 'info'"
|
|
2323
|
+
></monkey-icon-info>
|
|
2324
|
+
<monkey-icon-invoice
|
|
2325
|
+
[fillColor]="_fillColor"
|
|
2326
|
+
[id]="_id"
|
|
2327
|
+
[size]="_size"
|
|
2328
|
+
*ngIf="_icon === 'invoice'"
|
|
2329
|
+
></monkey-icon-invoice>
|
|
2139
2330
|
<monkey-icon-image
|
|
2140
2331
|
[fillColor]="_fillColor"
|
|
2141
2332
|
[id]="_id"
|
|
@@ -2298,6 +2489,18 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2298
2489
|
[size]="_size"
|
|
2299
2490
|
*ngIf="_icon === 'settings'"
|
|
2300
2491
|
></monkey-icon-settings>
|
|
2492
|
+
<monkey-icon-shield-chekmark
|
|
2493
|
+
[fillColor]="_fillColor"
|
|
2494
|
+
[id]="_id"
|
|
2495
|
+
[size]="_size"
|
|
2496
|
+
*ngIf="_icon === 'shield-chekmark'"
|
|
2497
|
+
></monkey-icon-shield-chekmark>
|
|
2498
|
+
<monkey-icon-today
|
|
2499
|
+
[fillColor]="_fillColor"
|
|
2500
|
+
[id]="_id"
|
|
2501
|
+
[size]="_size"
|
|
2502
|
+
*ngIf="_icon === 'today'"
|
|
2503
|
+
></monkey-icon-today>
|
|
2301
2504
|
<monkey-icon-trash
|
|
2302
2505
|
[fillColor]="_fillColor"
|
|
2303
2506
|
[id]="_id"
|
|
@@ -2310,6 +2513,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2310
2513
|
[size]="_size"
|
|
2311
2514
|
*ngIf="_icon === 'trophy'"
|
|
2312
2515
|
></monkey-icon-trophy>
|
|
2516
|
+
<monkey-icon-unfold-more
|
|
2517
|
+
[fillColor]="_fillColor"
|
|
2518
|
+
[id]="_id"
|
|
2519
|
+
[size]="_size"
|
|
2520
|
+
*ngIf="_icon === 'unfold-more'"
|
|
2521
|
+
></monkey-icon-unfold-more>
|
|
2313
2522
|
<monkey-icon-upload
|
|
2314
2523
|
[fillColor]="_fillColor"
|
|
2315
2524
|
[id]="_id"
|
|
@@ -2340,7 +2549,7 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2340
2549
|
[size]="_size"
|
|
2341
2550
|
*ngIf="_icon === 'warning'"
|
|
2342
2551
|
></monkey-icon-warning>
|
|
2343
|
-
`, isInline: true, components: [{ type: MonkeyArrowsComponent, selector: "monkey-icon-arrows", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowDownComponent, selector: "monkey-icon-arrow-down", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLeftComponent, selector: "monkey-icon-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowRightComponent, selector: "monkey-icon-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowUpComponent, selector: "monkey-icon-arrow-up", inputs: ["fillColor", "size"] }, { type: MonkeyIconAuctionComponent, selector: "monkey-icon-auction", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankComponent, selector: "monkey-icon-bank", inputs: ["fillColor", "size"] }, { type: MonkeyBankAccountComponent, selector: "monkey-icon-bank-account", inputs: ["fillColor", "size"] }, { type: MonkeyIconBellComponent, selector: "monkey-icon-bell", inputs: ["fillColor", "size"] }, { type: MonkeyIconBookComponent, selector: "monkey-icon-book", inputs: ["fillColor", "size"] }, { type: MonkeyIconBoxComponent, selector: "monkey-icon-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconCalendarComponent, selector: "monkey-icon-calendar", inputs: ["fillColor", "size"] }, { type: MonkeyIconCameraComponent, selector: "monkey-icon-camera", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardMachineComponent, selector: "monkey-icon-card-machine", inputs: ["fillColor", "size"] }, { type: MonkeyIconChatComponent, selector: "monkey-icon-chat", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleOutComponent, selector: "monkey-icon-check-circle-out", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleComponent, selector: "monkey-icon-check-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckGreyComponent, selector: "monkey-icon-check-grey", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckWhiteComponent, selector: "monkey-icon-check-white", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckComponent, selector: "monkey-icon-check", inputs: ["fillColor", "size"] }, { type: MonkeyIconClipboardComponent, selector: "monkey-icon-clipboard", inputs: ["fillColor", "size"] }, { type: MonkeyIconClockComponent, selector: "monkey-icon-clock", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseComponent, selector: "monkey-icon-close", inputs: ["fillColor", "size"] }, { type: MonkeyIconCNPJComponent, selector: "monkey-icon-cnpj", inputs: ["fillColor", "size"] }, { type: MonkeyIconCodepenComponent, selector: "monkey-icon-codepen", inputs: ["fillColor", "size"] }, { type: MonkeyIconCompanyNameComponent, selector: "monkey-icon-company-name", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractComponent, selector: "monkey-icon-contract", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractPenComponent, selector: "monkey-icon-contract-pen", inputs: ["fillColor", "size"] }, { type: MonkeyIconDeleteComponent, selector: "monkey-icon-delete", inputs: ["fillColor", "size"] }, { type: MonkeyIconDocumentComponent, selector: "monkey-icon-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignComponent, selector: "monkey-icon-dollar-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignCircleComponent, selector: "monkey-icon-dollar-sign-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconDomainComponent, selector: "monkey-icon-domain", inputs: ["fillColor", "size"] }, { type: MonkeyIconDownloadComponent, selector: "monkey-icon-download", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditSquareComponent, selector: "monkey-icon-edit-square", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditComponent, selector: "monkey-icon-edit", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmailComponent, selector: "monkey-icon-email", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmptyDocComponent, selector: "monkey-icon-empty-doc", inputs: ["fillColor", "size"] }, { type: MonkeyIconErrorComponent, selector: "monkey-icon-error", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeClosedComponent, selector: "monkey-icon-eye-closed", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeOpenComponent, selector: "monkey-icon-eye-open", inputs: ["fillColor", "size"] }, { type: MonkeyIconFilterComponent, selector: "monkey-icon-filter", inputs: ["fillColor", "size"] }, { type: MonkeyIconGridComponent, selector: "monkey-icon-grid", inputs: ["fillColor", "size"] }, { type: MonkeyIconHelpComponent, selector: "monkey-icon-help", inputs: ["fillColor", "size"] }, { type: MonkeyIconHexagonComponent, selector: "monkey-icon-hexagon", inputs: ["fillColor", "size"] }, { type: MonkeyIconHomeComponent, selector: "monkey-icon-home", inputs: ["fillColor", "size"] }, { type: MonkeyIconImageComponent, selector: "monkey-icon-image", inputs: ["fillColor", "size"] }, { type: MonkeyIconListComponent, selector: "monkey-icon-list", inputs: ["fillColor", "size"] }, { type: MonkeyIconLocationPinComponent, selector: "monkey-icon-location-pin", inputs: ["fillColor", "size"] }, { type: MonkeyIconLoginComponent, selector: "monkey-icon-login", inputs: ["fillColor", "size"] }, { type: MonkeyIconLogoutComponent, selector: "monkey-icon-logout", inputs: ["fillColor", "size"] }, { type: MonkeyIconMedalComponent, selector: "monkey-icon-medal", inputs: ["fillColor", "size"] }, { type: MonkeyIconMenuComponent, selector: "monkey-icon-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyComponent, selector: "monkey-icon-money", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyCeduleComponent, selector: "monkey-icon-money-cedule", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyHandComponent, selector: "monkey-icon-money-hand", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneySignComponent, selector: "monkey-icon-money-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreComponent, selector: "monkey-icon-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconNewCompanyComponent, selector: "monkey-icon-new-company", inputs: ["fillColor", "size"] }, { type: MonkeyIconOfferedComponent, selector: "monkey-icon-offered", inputs: ["fillColor", "size"] }, { type: MonkeyIconPasswordComponent, selector: "monkey-icon-password", inputs: ["fillColor", "size"] }, { type: MonkeyIconPeopleComponent, selector: "monkey-icon-people", inputs: ["fillColor", "size"] }, { type: MonkeyIconPercentComponent, selector: "monkey-icon-percent", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonDocumentComponent, selector: "monkey-icon-person-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonSadComponent, selector: "monkey-icon-person-sad", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneComponent, selector: "monkey-icon-phone", inputs: ["fillColor", "size"] }, { type: MonkeyIconPorkComponent, selector: "monkey-icon-pork", inputs: ["fillColor", "size"] }, { type: MonkeyIconRadioComponent, selector: "monkey-icon-radio", inputs: ["fillColor", "size"] }, { type: MonkeyIconRefreshComponent, selector: "monkey-icon-refresh", inputs: ["fillColor", "size"] }, { type: MonkeyIconRepeatComponent, selector: "monkey-icon-repeat", inputs: ["fillColor", "size"] }, { type: MonkeyIconSearchComponent, selector: "monkey-icon-search", inputs: ["fillColor", "size"] }, { type: MonkeyIconSecondWarningComponent, selector: "monkey-icon-second-warning", inputs: ["fillColor", "size"] }, { type: MonkeyIconSettingsComponent, selector: "monkey-icon-settings", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrashComponent, selector: "monkey-icon-trash", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrophyComponent, selector: "monkey-icon-trophy", inputs: ["fillColor", "size"] }, { type: MonkeyIconUploadComponent, selector: "monkey-icon-upload", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserComponent, selector: "monkey-icon-user", inputs: ["fillColor", "size"] }, { type: MonkeyIconWaitingComponent, selector: "monkey-icon-waiting", inputs: ["fillColor", "size"] }, { type: MonkeyIconWalletComponent, selector: "monkey-icon-wallet", inputs: ["fillColor", "size"] }, { type: MonkeyIconWarningComponent, selector: "monkey-icon-warning", inputs: ["fillColor", "size"] }], directives: [{ type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
2552
|
+
`, isInline: true, components: [{ type: MonkeyArrowsComponent, selector: "monkey-icon-arrows", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowDownComponent, selector: "monkey-icon-arrow-down", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLeftComponent, selector: "monkey-icon-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowRightComponent, selector: "monkey-icon-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLineRightComponent, selector: "monkey-icon-arrow-line-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowUpComponent, selector: "monkey-icon-arrow-up", inputs: ["fillColor", "size"] }, { type: MonkeyIconAuctionComponent, selector: "monkey-icon-auction", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankComponent, selector: "monkey-icon-bank", inputs: ["fillColor", "size"] }, { type: MonkeyBankAccountComponent, selector: "monkey-icon-bank-account", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankNoteSearchComponent, selector: "monkey-icon-banknote-search", inputs: ["fillColor", "size"] }, { type: MonkeyIconBellComponent, selector: "monkey-icon-bell", inputs: ["fillColor", "size"] }, { type: MonkeyIconBookComponent, selector: "monkey-icon-book", inputs: ["fillColor", "size"] }, { type: MonkeyIconBoxComponent, selector: "monkey-icon-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildPersonComponent, selector: "monkey-icon-build-person", inputs: ["fillColor", "size"] }, { type: MonkeyIconCalendarComponent, selector: "monkey-icon-calendar", inputs: ["fillColor", "size"] }, { type: MonkeyIconCameraComponent, selector: "monkey-icon-camera", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardComponent, selector: "monkey-icon-card", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardMachineComponent, selector: "monkey-icon-card-machine", inputs: ["fillColor", "size"] }, { type: MonkeyIconChatComponent, selector: "monkey-icon-chat", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleOutComponent, selector: "monkey-icon-check-circle-out", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleComponent, selector: "monkey-icon-check-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckGreyComponent, selector: "monkey-icon-check-grey", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckWhiteComponent, selector: "monkey-icon-check-white", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckComponent, selector: "monkey-icon-check", inputs: ["fillColor", "size"] }, { type: MonkeyIconClipboardComponent, selector: "monkey-icon-clipboard", inputs: ["fillColor", "size"] }, { type: MonkeyIconClockComponent, selector: "monkey-icon-clock", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseComponent, selector: "monkey-icon-close", inputs: ["fillColor", "size"] }, { type: MonkeyIconCNPJComponent, selector: "monkey-icon-cnpj", inputs: ["fillColor", "size"] }, { type: MonkeyIconCodepenComponent, selector: "monkey-icon-codepen", inputs: ["fillColor", "size"] }, { type: MonkeyIconCompanyNameComponent, selector: "monkey-icon-company-name", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractComponent, selector: "monkey-icon-contract", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractPenComponent, selector: "monkey-icon-contract-pen", inputs: ["fillColor", "size"] }, { type: MonkeyIconDeleteComponent, selector: "monkey-icon-delete", inputs: ["fillColor", "size"] }, { type: MonkeyIconDocumentComponent, selector: "monkey-icon-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignComponent, selector: "monkey-icon-dollar-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignCircleComponent, selector: "monkey-icon-dollar-sign-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconDomainComponent, selector: "monkey-icon-domain", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowLeftComponent, selector: "monkey-icon-double-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowRightComponent, selector: "monkey-icon-double-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconDownloadComponent, selector: "monkey-icon-download", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditSquareComponent, selector: "monkey-icon-edit-square", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditComponent, selector: "monkey-icon-edit", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmailComponent, selector: "monkey-icon-email", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmptyDocComponent, selector: "monkey-icon-empty-doc", inputs: ["fillColor", "size"] }, { type: MonkeyIconErrorComponent, selector: "monkey-icon-error", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeClosedComponent, selector: "monkey-icon-eye-closed", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeOpenComponent, selector: "monkey-icon-eye-open", inputs: ["fillColor", "size"] }, { type: MonkeyIconFilterComponent, selector: "monkey-icon-filter", inputs: ["fillColor", "size"] }, { type: MonkeyIconGridComponent, selector: "monkey-icon-grid", inputs: ["fillColor", "size"] }, { type: MonkeyIconHelpComponent, selector: "monkey-icon-help", inputs: ["fillColor", "size"] }, { type: MonkeyIconHexagonComponent, selector: "monkey-icon-hexagon", inputs: ["fillColor", "size"] }, { type: MonkeyIconHomeComponent, selector: "monkey-icon-home", inputs: ["fillColor", "size"] }, { type: MonkeyIconInfoComponent, selector: "monkey-icon-info", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoiceComponent, selector: "monkey-icon-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconImageComponent, selector: "monkey-icon-image", inputs: ["fillColor", "size"] }, { type: MonkeyIconListComponent, selector: "monkey-icon-list", inputs: ["fillColor", "size"] }, { type: MonkeyIconLocationPinComponent, selector: "monkey-icon-location-pin", inputs: ["fillColor", "size"] }, { type: MonkeyIconLoginComponent, selector: "monkey-icon-login", inputs: ["fillColor", "size"] }, { type: MonkeyIconLogoutComponent, selector: "monkey-icon-logout", inputs: ["fillColor", "size"] }, { type: MonkeyIconMedalComponent, selector: "monkey-icon-medal", inputs: ["fillColor", "size"] }, { type: MonkeyIconMenuComponent, selector: "monkey-icon-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyComponent, selector: "monkey-icon-money", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyCeduleComponent, selector: "monkey-icon-money-cedule", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyHandComponent, selector: "monkey-icon-money-hand", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneySignComponent, selector: "monkey-icon-money-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreComponent, selector: "monkey-icon-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconNewCompanyComponent, selector: "monkey-icon-new-company", inputs: ["fillColor", "size"] }, { type: MonkeyIconOfferedComponent, selector: "monkey-icon-offered", inputs: ["fillColor", "size"] }, { type: MonkeyIconPasswordComponent, selector: "monkey-icon-password", inputs: ["fillColor", "size"] }, { type: MonkeyIconPeopleComponent, selector: "monkey-icon-people", inputs: ["fillColor", "size"] }, { type: MonkeyIconPercentComponent, selector: "monkey-icon-percent", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonDocumentComponent, selector: "monkey-icon-person-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonSadComponent, selector: "monkey-icon-person-sad", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneComponent, selector: "monkey-icon-phone", inputs: ["fillColor", "size"] }, { type: MonkeyIconPorkComponent, selector: "monkey-icon-pork", inputs: ["fillColor", "size"] }, { type: MonkeyIconRadioComponent, selector: "monkey-icon-radio", inputs: ["fillColor", "size"] }, { type: MonkeyIconRefreshComponent, selector: "monkey-icon-refresh", inputs: ["fillColor", "size"] }, { type: MonkeyIconRepeatComponent, selector: "monkey-icon-repeat", inputs: ["fillColor", "size"] }, { type: MonkeyIconSearchComponent, selector: "monkey-icon-search", inputs: ["fillColor", "size"] }, { type: MonkeyIconSecondWarningComponent, selector: "monkey-icon-second-warning", inputs: ["fillColor", "size"] }, { type: MonkeyIconSettingsComponent, selector: "monkey-icon-settings", inputs: ["fillColor", "size"] }, { type: MonkeyIconShieldChekmarkComponent, selector: "monkey-icon-shield-chekmark", inputs: ["fillColor", "size"] }, { type: MonkeyIconTodayComponent, selector: "monkey-icon-today", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrashComponent, selector: "monkey-icon-trash", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrophyComponent, selector: "monkey-icon-trophy", inputs: ["fillColor", "size"] }, { type: MonkeyIconUnfoldMoreComponent, selector: "monkey-icon-unfold-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconUploadComponent, selector: "monkey-icon-upload", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserComponent, selector: "monkey-icon-user", inputs: ["fillColor", "size"] }, { type: MonkeyIconWaitingComponent, selector: "monkey-icon-waiting", inputs: ["fillColor", "size"] }, { type: MonkeyIconWalletComponent, selector: "monkey-icon-wallet", inputs: ["fillColor", "size"] }, { type: MonkeyIconWarningComponent, selector: "monkey-icon-warning", inputs: ["fillColor", "size"] }], directives: [{ type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
2344
2553
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImport: i0, type: MonkeyIconComponent, decorators: [{
|
|
2345
2554
|
type: Component,
|
|
2346
2555
|
args: [{
|
|
@@ -2370,6 +2579,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
2370
2579
|
[size]="_size"
|
|
2371
2580
|
*ngIf="_icon === 'arrow-right'"
|
|
2372
2581
|
></monkey-icon-arrow-right>
|
|
2582
|
+
<monkey-icon-arrow-line-right
|
|
2583
|
+
[fillColor]="_fillColor"
|
|
2584
|
+
[id]="_id"
|
|
2585
|
+
[size]="_size"
|
|
2586
|
+
*ngIf="_icon === 'arrow-line-right'"
|
|
2587
|
+
></monkey-icon-arrow-line-right>
|
|
2373
2588
|
<monkey-icon-arrow-up
|
|
2374
2589
|
[fillColor]="_fillColor"
|
|
2375
2590
|
[id]="_id"
|
|
@@ -2394,6 +2609,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
2394
2609
|
[size]="_size"
|
|
2395
2610
|
*ngIf="_icon === 'bank-account'"
|
|
2396
2611
|
></monkey-icon-bank-account>
|
|
2612
|
+
<monkey-icon-banknote-search
|
|
2613
|
+
[fillColor]="_fillColor"
|
|
2614
|
+
[id]="_id"
|
|
2615
|
+
[size]="_size"
|
|
2616
|
+
*ngIf="_icon === 'banknote-search'"
|
|
2617
|
+
></monkey-icon-banknote-search>
|
|
2397
2618
|
<monkey-icon-bell
|
|
2398
2619
|
[fillColor]="_fillColor"
|
|
2399
2620
|
[id]="_id"
|
|
@@ -2412,6 +2633,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
2412
2633
|
[size]="_size"
|
|
2413
2634
|
*ngIf="_icon === 'box'"
|
|
2414
2635
|
></monkey-icon-box>
|
|
2636
|
+
<monkey-icon-build-person
|
|
2637
|
+
[fillColor]="_fillColor"
|
|
2638
|
+
[id]="_id"
|
|
2639
|
+
[size]="_size"
|
|
2640
|
+
*ngIf="_icon === 'build-person'"
|
|
2641
|
+
></monkey-icon-build-person>
|
|
2415
2642
|
<monkey-icon-calendar
|
|
2416
2643
|
[fillColor]="_fillColor"
|
|
2417
2644
|
[id]="_id"
|
|
@@ -2424,6 +2651,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
2424
2651
|
[size]="_size"
|
|
2425
2652
|
*ngIf="_icon === 'camera'"
|
|
2426
2653
|
></monkey-icon-camera>
|
|
2654
|
+
<monkey-icon-card
|
|
2655
|
+
[fillColor]="_fillColor"
|
|
2656
|
+
[id]="_id"
|
|
2657
|
+
[size]="_size"
|
|
2658
|
+
*ngIf="_icon === 'card'"
|
|
2659
|
+
></monkey-icon-card>
|
|
2427
2660
|
<monkey-icon-card-machine
|
|
2428
2661
|
[fillColor]="_fillColor"
|
|
2429
2662
|
[id]="_id"
|
|
@@ -2544,6 +2777,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
2544
2777
|
[size]="_size"
|
|
2545
2778
|
*ngIf="_icon === 'domain'"
|
|
2546
2779
|
></monkey-icon-domain>
|
|
2780
|
+
<monkey-icon-double-arrow-left
|
|
2781
|
+
[fillColor]="_fillColor"
|
|
2782
|
+
[id]="_id"
|
|
2783
|
+
[size]="_size"
|
|
2784
|
+
*ngIf="_icon === 'double-arrow-left'"
|
|
2785
|
+
></monkey-icon-double-arrow-left>
|
|
2786
|
+
<monkey-icon-double-arrow-right
|
|
2787
|
+
[fillColor]="_fillColor"
|
|
2788
|
+
[id]="_id"
|
|
2789
|
+
[size]="_size"
|
|
2790
|
+
*ngIf="_icon === 'double-arrow-right'"
|
|
2791
|
+
></monkey-icon-double-arrow-right>
|
|
2547
2792
|
<monkey-icon-download
|
|
2548
2793
|
[fillColor]="_fillColor"
|
|
2549
2794
|
[id]="_id"
|
|
@@ -2622,6 +2867,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
2622
2867
|
[size]="_size"
|
|
2623
2868
|
*ngIf="_icon === 'home'"
|
|
2624
2869
|
></monkey-icon-home>
|
|
2870
|
+
<monkey-icon-info
|
|
2871
|
+
[fillColor]="_fillColor"
|
|
2872
|
+
[id]="_id"
|
|
2873
|
+
[size]="_size"
|
|
2874
|
+
*ngIf="_icon === 'info'"
|
|
2875
|
+
></monkey-icon-info>
|
|
2876
|
+
<monkey-icon-invoice
|
|
2877
|
+
[fillColor]="_fillColor"
|
|
2878
|
+
[id]="_id"
|
|
2879
|
+
[size]="_size"
|
|
2880
|
+
*ngIf="_icon === 'invoice'"
|
|
2881
|
+
></monkey-icon-invoice>
|
|
2625
2882
|
<monkey-icon-image
|
|
2626
2883
|
[fillColor]="_fillColor"
|
|
2627
2884
|
[id]="_id"
|
|
@@ -2784,6 +3041,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
2784
3041
|
[size]="_size"
|
|
2785
3042
|
*ngIf="_icon === 'settings'"
|
|
2786
3043
|
></monkey-icon-settings>
|
|
3044
|
+
<monkey-icon-shield-chekmark
|
|
3045
|
+
[fillColor]="_fillColor"
|
|
3046
|
+
[id]="_id"
|
|
3047
|
+
[size]="_size"
|
|
3048
|
+
*ngIf="_icon === 'shield-chekmark'"
|
|
3049
|
+
></monkey-icon-shield-chekmark>
|
|
3050
|
+
<monkey-icon-today
|
|
3051
|
+
[fillColor]="_fillColor"
|
|
3052
|
+
[id]="_id"
|
|
3053
|
+
[size]="_size"
|
|
3054
|
+
*ngIf="_icon === 'today'"
|
|
3055
|
+
></monkey-icon-today>
|
|
2787
3056
|
<monkey-icon-trash
|
|
2788
3057
|
[fillColor]="_fillColor"
|
|
2789
3058
|
[id]="_id"
|
|
@@ -2796,6 +3065,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
2796
3065
|
[size]="_size"
|
|
2797
3066
|
*ngIf="_icon === 'trophy'"
|
|
2798
3067
|
></monkey-icon-trophy>
|
|
3068
|
+
<monkey-icon-unfold-more
|
|
3069
|
+
[fillColor]="_fillColor"
|
|
3070
|
+
[id]="_id"
|
|
3071
|
+
[size]="_size"
|
|
3072
|
+
*ngIf="_icon === 'unfold-more'"
|
|
3073
|
+
></monkey-icon-unfold-more>
|
|
2799
3074
|
<monkey-icon-upload
|
|
2800
3075
|
[fillColor]="_fillColor"
|
|
2801
3076
|
[id]="_id"
|
|
@@ -3165,14 +3440,18 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3165
3440
|
MonkeyIconArrowLeftComponent,
|
|
3166
3441
|
MonkeyIconArrowRightComponent,
|
|
3167
3442
|
MonkeyIconArrowUpComponent,
|
|
3443
|
+
MonkeyIconArrowLineRightComponent,
|
|
3168
3444
|
MonkeyIconAuctionComponent,
|
|
3169
3445
|
MonkeyIconBankComponent,
|
|
3170
3446
|
MonkeyBankAccountComponent,
|
|
3447
|
+
MonkeyIconBankNoteSearchComponent,
|
|
3171
3448
|
MonkeyIconBellComponent,
|
|
3172
3449
|
MonkeyIconBookComponent,
|
|
3173
3450
|
MonkeyIconBoxComponent,
|
|
3451
|
+
MonkeyIconBuildPersonComponent,
|
|
3174
3452
|
MonkeyIconCalendarComponent,
|
|
3175
3453
|
MonkeyIconCameraComponent,
|
|
3454
|
+
MonkeyIconCardComponent,
|
|
3176
3455
|
MonkeyIconCardMachineComponent,
|
|
3177
3456
|
MonkeyIconChatComponent,
|
|
3178
3457
|
MonkeyIconCheckCircleComponent,
|
|
@@ -3194,6 +3473,8 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3194
3473
|
MonkeyIconDollarSignComponent,
|
|
3195
3474
|
MonkeyIconDollarSignCircleComponent,
|
|
3196
3475
|
MonkeyIconDomainComponent,
|
|
3476
|
+
MonkeyIconDoubleArrowLeftComponent,
|
|
3477
|
+
MonkeyIconDoubleArrowRightComponent,
|
|
3197
3478
|
MonkeyIconDownloadComponent,
|
|
3198
3479
|
MonkeyIconEditComponent,
|
|
3199
3480
|
MonkeyIconEditSquareComponent,
|
|
@@ -3207,6 +3488,8 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3207
3488
|
MonkeyIconHelpComponent,
|
|
3208
3489
|
MonkeyIconHexagonComponent,
|
|
3209
3490
|
MonkeyIconHomeComponent,
|
|
3491
|
+
MonkeyIconInfoComponent,
|
|
3492
|
+
MonkeyIconInvoiceComponent,
|
|
3210
3493
|
MonkeyIconImageComponent,
|
|
3211
3494
|
MonkeyIconListComponent,
|
|
3212
3495
|
MonkeyIconLocationPinComponent,
|
|
@@ -3234,8 +3517,11 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3234
3517
|
MonkeyIconSearchComponent,
|
|
3235
3518
|
MonkeyIconSecondWarningComponent,
|
|
3236
3519
|
MonkeyIconSettingsComponent,
|
|
3520
|
+
MonkeyIconShieldChekmarkComponent,
|
|
3521
|
+
MonkeyIconTodayComponent,
|
|
3237
3522
|
MonkeyIconTrashComponent,
|
|
3238
3523
|
MonkeyIconTrophyComponent,
|
|
3524
|
+
MonkeyIconUnfoldMoreComponent,
|
|
3239
3525
|
MonkeyIconUploadComponent,
|
|
3240
3526
|
MonkeyIconUserComponent,
|
|
3241
3527
|
MonkeyIconWaitingComponent,
|
|
@@ -3251,14 +3537,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
3251
3537
|
MonkeyIconArrowLeftComponent,
|
|
3252
3538
|
MonkeyIconArrowRightComponent,
|
|
3253
3539
|
MonkeyIconArrowUpComponent,
|
|
3540
|
+
MonkeyIconArrowLineRightComponent,
|
|
3254
3541
|
MonkeyIconAuctionComponent,
|
|
3255
3542
|
MonkeyIconBankComponent,
|
|
3256
3543
|
MonkeyBankAccountComponent,
|
|
3544
|
+
MonkeyIconBankNoteSearchComponent,
|
|
3257
3545
|
MonkeyIconBellComponent,
|
|
3258
3546
|
MonkeyIconBookComponent,
|
|
3259
3547
|
MonkeyIconBoxComponent,
|
|
3548
|
+
MonkeyIconBuildPersonComponent,
|
|
3260
3549
|
MonkeyIconCalendarComponent,
|
|
3261
3550
|
MonkeyIconCameraComponent,
|
|
3551
|
+
MonkeyIconCardComponent,
|
|
3262
3552
|
MonkeyIconCardMachineComponent,
|
|
3263
3553
|
MonkeyIconChatComponent,
|
|
3264
3554
|
MonkeyIconCheckCircleComponent,
|
|
@@ -3280,6 +3570,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
3280
3570
|
MonkeyIconDollarSignComponent,
|
|
3281
3571
|
MonkeyIconDollarSignCircleComponent,
|
|
3282
3572
|
MonkeyIconDomainComponent,
|
|
3573
|
+
MonkeyIconDoubleArrowLeftComponent,
|
|
3574
|
+
MonkeyIconDoubleArrowRightComponent,
|
|
3283
3575
|
MonkeyIconDownloadComponent,
|
|
3284
3576
|
MonkeyIconEditComponent,
|
|
3285
3577
|
MonkeyIconEditSquareComponent,
|
|
@@ -3293,6 +3585,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
3293
3585
|
MonkeyIconHelpComponent,
|
|
3294
3586
|
MonkeyIconHexagonComponent,
|
|
3295
3587
|
MonkeyIconHomeComponent,
|
|
3588
|
+
MonkeyIconInfoComponent,
|
|
3589
|
+
MonkeyIconInvoiceComponent,
|
|
3296
3590
|
MonkeyIconImageComponent,
|
|
3297
3591
|
MonkeyIconListComponent,
|
|
3298
3592
|
MonkeyIconLocationPinComponent,
|
|
@@ -3320,8 +3614,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
3320
3614
|
MonkeyIconSearchComponent,
|
|
3321
3615
|
MonkeyIconSecondWarningComponent,
|
|
3322
3616
|
MonkeyIconSettingsComponent,
|
|
3617
|
+
MonkeyIconShieldChekmarkComponent,
|
|
3618
|
+
MonkeyIconTodayComponent,
|
|
3323
3619
|
MonkeyIconTrashComponent,
|
|
3324
3620
|
MonkeyIconTrophyComponent,
|
|
3621
|
+
MonkeyIconUnfoldMoreComponent,
|
|
3325
3622
|
MonkeyIconUploadComponent,
|
|
3326
3623
|
MonkeyIconUserComponent,
|
|
3327
3624
|
MonkeyIconWaitingComponent,
|
|
@@ -8464,5 +8761,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.0", ngImpor
|
|
|
8464
8761
|
* Generated bundle index. Do not edit.
|
|
8465
8762
|
*/
|
|
8466
8763
|
|
|
8467
|
-
export { MonkeyArrowsComponent, MonkeyBadgeComponent, MonkeyBadgeModule, MonkeyBankAccountComponent, MonkeyButtonAvatarComponent, MonkeyButtonComponent, MonkeyButtonDropdownComponent, MonkeyButtonModule, MonkeyCheckboxComponent, MonkeyCheckboxModule, MonkeyDateRangePickerComponent, MonkeyDateRangePickerModule, MonkeyExpansionComponent, MonkeyExpansionModule, MonkeyFileUploadComponent, MonkeyFileUploadModule, MonkeyIconArrowLeftComponent, MonkeyIconArrowRightComponent, MonkeyIconArrowUpComponent, MonkeyIconAuctionComponent, MonkeyIconBankComponent, MonkeyIconBellComponent, MonkeyIconBookComponent, MonkeyIconBoxComponent, MonkeyIconCNPJComponent, MonkeyIconCalendarComponent, MonkeyIconCameraComponent, MonkeyIconCardMachineComponent, MonkeyIconChatComponent, MonkeyIconCheckCircleComponent, MonkeyIconCheckCircleOutComponent, MonkeyIconCheckComponent, MonkeyIconCheckGreyComponent, MonkeyIconCheckWhiteComponent, MonkeyIconClipboardComponent, MonkeyIconClockComponent, MonkeyIconCloseComponent, MonkeyIconCodepenComponent, MonkeyIconCompanyNameComponent, MonkeyIconComponent, MonkeyIconContractComponent, MonkeyIconContractPenComponent, MonkeyIconDeleteComponent, MonkeyIconDocumentComponent, MonkeyIconDollarSignCircleComponent, MonkeyIconDollarSignComponent, MonkeyIconDomainComponent, MonkeyIconDownloadComponent, MonkeyIconEditComponent, MonkeyIconEditSquareComponent, MonkeyIconEmailComponent, MonkeyIconEmptyDocComponent, MonkeyIconErrorComponent, MonkeyIconEyeClosedComponent, MonkeyIconEyeOpenComponent, MonkeyIconFilterComponent, MonkeyIconGridComponent, MonkeyIconHelpComponent, MonkeyIconHexagonComponent, MonkeyIconHomeComponent, MonkeyIconImageComponent, MonkeyIconListComponent, MonkeyIconLocationPinComponent, MonkeyIconLoginComponent, MonkeyIconLogoutComponent, MonkeyIconMedalComponent, MonkeyIconMenuComponent, MonkeyIconModule, MonkeyIconMoneyCeduleComponent, MonkeyIconMoneyComponent, MonkeyIconMoneyHandComponent, MonkeyIconMoneySignComponent, MonkeyIconMoreComponent, MonkeyIconNewCompanyComponent, MonkeyIconOfferedComponent, MonkeyIconPasswordComponent, MonkeyIconPeopleComponent, MonkeyIconPercentComponent, MonkeyIconPersonDocumentComponent, MonkeyIconPersonSadComponent, MonkeyIconPhoneComponent, MonkeyIconPorkComponent, MonkeyIconRadioComponent, MonkeyIconRefreshComponent, MonkeyIconRepeatComponent, MonkeyIconSearchComponent, MonkeyIconSecondWarningComponent, MonkeyIconSettingsComponent, MonkeyIconTrashComponent, MonkeyIconTrophyComponent, 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 };
|
|
8764
|
+
export { MonkeyArrowsComponent, MonkeyBadgeComponent, MonkeyBadgeModule, MonkeyBankAccountComponent, MonkeyButtonAvatarComponent, MonkeyButtonComponent, MonkeyButtonDropdownComponent, MonkeyButtonModule, MonkeyCheckboxComponent, MonkeyCheckboxModule, MonkeyDateRangePickerComponent, MonkeyDateRangePickerModule, MonkeyExpansionComponent, MonkeyExpansionModule, MonkeyFileUploadComponent, MonkeyFileUploadModule, MonkeyIconArrowLeftComponent, MonkeyIconArrowLineRightComponent, MonkeyIconArrowRightComponent, MonkeyIconArrowUpComponent, MonkeyIconAuctionComponent, MonkeyIconBankComponent, MonkeyIconBankNoteSearchComponent, MonkeyIconBellComponent, MonkeyIconBookComponent, MonkeyIconBoxComponent, MonkeyIconBuildPersonComponent, MonkeyIconCNPJComponent, MonkeyIconCalendarComponent, MonkeyIconCameraComponent, MonkeyIconCardComponent, MonkeyIconCardMachineComponent, MonkeyIconChatComponent, MonkeyIconCheckCircleComponent, MonkeyIconCheckCircleOutComponent, MonkeyIconCheckComponent, MonkeyIconCheckGreyComponent, MonkeyIconCheckWhiteComponent, MonkeyIconClipboardComponent, MonkeyIconClockComponent, MonkeyIconCloseComponent, MonkeyIconCodepenComponent, MonkeyIconCompanyNameComponent, MonkeyIconComponent, MonkeyIconContractComponent, MonkeyIconContractPenComponent, MonkeyIconDeleteComponent, MonkeyIconDocumentComponent, MonkeyIconDollarSignCircleComponent, MonkeyIconDollarSignComponent, MonkeyIconDomainComponent, MonkeyIconDoubleArrowLeftComponent, MonkeyIconDoubleArrowRightComponent, MonkeyIconDownloadComponent, MonkeyIconEditComponent, MonkeyIconEditSquareComponent, MonkeyIconEmailComponent, MonkeyIconEmptyDocComponent, MonkeyIconErrorComponent, MonkeyIconEyeClosedComponent, MonkeyIconEyeOpenComponent, MonkeyIconFilterComponent, MonkeyIconGridComponent, MonkeyIconHelpComponent, MonkeyIconHexagonComponent, MonkeyIconHomeComponent, MonkeyIconImageComponent, MonkeyIconInfoComponent, MonkeyIconInvoiceComponent, MonkeyIconListComponent, MonkeyIconLocationPinComponent, MonkeyIconLoginComponent, MonkeyIconLogoutComponent, MonkeyIconMedalComponent, MonkeyIconMenuComponent, MonkeyIconModule, MonkeyIconMoneyCeduleComponent, MonkeyIconMoneyComponent, MonkeyIconMoneyHandComponent, MonkeyIconMoneySignComponent, MonkeyIconMoreComponent, MonkeyIconNewCompanyComponent, MonkeyIconOfferedComponent, MonkeyIconPasswordComponent, MonkeyIconPeopleComponent, MonkeyIconPercentComponent, MonkeyIconPersonDocumentComponent, MonkeyIconPersonSadComponent, MonkeyIconPhoneComponent, MonkeyIconPorkComponent, MonkeyIconRadioComponent, MonkeyIconRefreshComponent, MonkeyIconRepeatComponent, MonkeyIconSearchComponent, MonkeyIconSecondWarningComponent, MonkeyIconSettingsComponent, MonkeyIconShieldChekmarkComponent, MonkeyIconTodayComponent, MonkeyIconTrashComponent, MonkeyIconTrophyComponent, MonkeyIconUnfoldMoreComponent, MonkeyIconUploadComponent, MonkeyIconUserComponent, MonkeyIconWaitingComponent, MonkeyIconWalletComponent, MonkeyIconWarningComponent, MonkeyImageCropComponent, MonkeyImageCropModule, MonkeyInputComponent, MonkeyInputFilterComponent, MonkeyInputModule, MonkeyInputPhoneComponent, MonkeyInputPhoneModule, MonkeyModalComponent, MonkeyModalModule, MonkeyOptionComponent, MonkeyOptionModule, MonkeyRadioButtonComponent, MonkeyRadioButtonModule, MonkeySelectComponent, MonkeySelectFilterComponent, MonkeySelectModule, MonkeySelectMultipleComponent, MonkeySelectSearchComponent, MonkeyStepperComponent, MonkeyStepperModule, MonkeyStyleGuideModalFixedService, MonkeyStyleGuideModalService, MonkeyStyleGuideModule, MonkeyStyleGuideSettingsService, MonkeyStyleGuideSnackbarService, MonkeyTabComponent, MonkeyTabModule, MonkeyTableColumnComponent, MonkeyTableComponent, MonkeyTableModule, MonkeyToggleComponent, MonkeyToggleModule, MonkeyUtils, MonkeyWizardComponent, MonkeyWizardModule, PhoneNumberValidDirective };
|
|
8468
8765
|
//# sourceMappingURL=monkey-style-guide.mjs.map
|