monkey-style-guide 2.0.160 → 2.0.162
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 +4 -2
- package/assets/icons/block.svg +4 -0
- package/assets/icons/filter-add.svg +6 -0
- package/esm2020/lib/components/icon/icon-block.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-filter-add.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon.component.mjs +276 -250
- package/esm2020/lib/components/icon/icon.module.mjs +18 -12
- package/fesm2015/monkey-style-guide.mjs +312 -258
- package/fesm2015/monkey-style-guide.mjs.map +1 -1
- package/fesm2020/monkey-style-guide.mjs +312 -258
- package/fesm2020/monkey-style-guide.mjs.map +1 -1
- package/lib/components/icon/icon-block.component.d.ts +7 -0
- package/lib/components/icon/icon-filter-add.component.d.ts +7 -0
- package/lib/components/icon/icon.module.d.ts +98 -96
- package/monkey-style-guide-2.0.162.tgz +0 -0
- package/package.json +1 -1
- package/monkey-style-guide-2.0.160.tgz +0 -0
|
@@ -764,19 +764,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
764
764
|
type: Input
|
|
765
765
|
}] } });
|
|
766
766
|
|
|
767
|
-
class MonkeyArrowsComponent {
|
|
768
|
-
}
|
|
769
|
-
MonkeyArrowsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyArrowsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
770
|
-
MonkeyArrowsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyArrowsComponent, selector: "monkey-icon-arrows", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M12.103 6.793L15 3.897L12.103 1\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M1 3.90002H15\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M3.897 9.20697L1 12.103L3.897 15\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15 12.1H1\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
771
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyArrowsComponent, decorators: [{
|
|
772
|
-
type: Component,
|
|
773
|
-
args: [{ selector: 'monkey-icon-arrows', template: "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M12.103 6.793L15 3.897L12.103 1\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M1 3.90002H15\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M3.897 9.20697L1 12.103L3.897 15\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15 12.1H1\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
774
|
-
}], propDecorators: { fillColor: [{
|
|
775
|
-
type: Input
|
|
776
|
-
}], size: [{
|
|
777
|
-
type: Input
|
|
778
|
-
}] } });
|
|
779
|
-
|
|
780
767
|
class MonkeyIconArrowDownComponent {
|
|
781
768
|
}
|
|
782
769
|
MonkeyIconArrowDownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconArrowDownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -842,26 +829,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
842
829
|
type: Input
|
|
843
830
|
}] } });
|
|
844
831
|
|
|
845
|
-
class
|
|
832
|
+
class MonkeyArrowsComponent {
|
|
846
833
|
}
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
834
|
+
MonkeyArrowsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyArrowsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
835
|
+
MonkeyArrowsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyArrowsComponent, selector: "monkey-icon-arrows", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M12.103 6.793L15 3.897L12.103 1\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M1 3.90002H15\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M3.897 9.20697L1 12.103L3.897 15\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15 12.1H1\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
836
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyArrowsComponent, decorators: [{
|
|
850
837
|
type: Component,
|
|
851
|
-
args: [{ selector: 'monkey-icon-
|
|
838
|
+
args: [{ selector: 'monkey-icon-arrows', template: "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M12.103 6.793L15 3.897L12.103 1\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M1 3.90002H15\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M3.897 9.20697L1 12.103L3.897 15\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15 12.1H1\" stroke=\"#F04461\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
852
839
|
}], propDecorators: { fillColor: [{
|
|
853
840
|
type: Input
|
|
854
841
|
}], size: [{
|
|
855
842
|
type: Input
|
|
856
843
|
}] } });
|
|
857
844
|
|
|
858
|
-
class
|
|
845
|
+
class MonkeyIconAuctionComponent {
|
|
859
846
|
}
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
847
|
+
MonkeyIconAuctionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconAuctionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
848
|
+
MonkeyIconAuctionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconAuctionComponent, selector: "monkey-icon-auction", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M8.63522 10.4077L8.28166 10.7612L8.98877 11.4683L9.34232 11.1148L8.63522 10.4077ZM13.1136 7.34355L13.4671 6.98999L12.76 6.28289L12.4065 6.63644L13.1136 7.34355ZM9.34232 11.1148L13.1136 7.34355L12.4065 6.63644L8.63522 10.4077L9.34232 11.1148Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M4.86471 6.63668L4.51115 6.99023L5.21826 7.69734L5.57182 7.34379L4.86471 6.63668ZM9.34305 3.57255L9.69661 3.219L8.9895 2.51189L8.63594 2.86545L9.34305 3.57255ZM5.57182 7.34379L9.34305 3.57255L8.63594 2.86545L4.86471 6.63668L5.57182 7.34379Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<rect x=\"3.33252\" y=\"5.10449\" width=\"5.33333\" height=\"10.6667\" rx=\"1.33333\" transform=\"rotate(-45 3.33252 5.10449)\" stroke=\"#4B4A53\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M1.31295 13.9799C1.11769 14.1752 1.11769 14.4918 1.31295 14.687C1.50821 14.8823 1.8248 14.8823 2.02006 14.687L1.31295 13.9799ZM7.02006 9.68705C7.21532 9.49179 7.21532 9.1752 7.02006 8.97994C6.8248 8.78468 6.50821 8.78468 6.31295 8.97994L7.02006 9.68705ZM2.02006 14.687L7.02006 9.68705L6.31295 8.97994L1.31295 13.9799L2.02006 14.687Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M9.3335 14.1665C9.05735 14.1665 8.8335 14.3904 8.8335 14.6665C8.8335 14.9426 9.05735 15.1665 9.3335 15.1665V14.1665ZM14.6668 15.1665C14.943 15.1665 15.1668 14.9426 15.1668 14.6665C15.1668 14.3904 14.943 14.1665 14.6668 14.1665V15.1665ZM9.3335 15.1665H14.6668V14.1665H9.3335V15.1665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconAuctionComponent, decorators: [{
|
|
863
850
|
type: Component,
|
|
864
|
-
args: [{ selector: 'monkey-icon-
|
|
851
|
+
args: [{ selector: 'monkey-icon-auction', template: "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M8.63522 10.4077L8.28166 10.7612L8.98877 11.4683L9.34232 11.1148L8.63522 10.4077ZM13.1136 7.34355L13.4671 6.98999L12.76 6.28289L12.4065 6.63644L13.1136 7.34355ZM9.34232 11.1148L13.1136 7.34355L12.4065 6.63644L8.63522 10.4077L9.34232 11.1148Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M4.86471 6.63668L4.51115 6.99023L5.21826 7.69734L5.57182 7.34379L4.86471 6.63668ZM9.34305 3.57255L9.69661 3.219L8.9895 2.51189L8.63594 2.86545L9.34305 3.57255ZM5.57182 7.34379L9.34305 3.57255L8.63594 2.86545L4.86471 6.63668L5.57182 7.34379Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<rect x=\"3.33252\" y=\"5.10449\" width=\"5.33333\" height=\"10.6667\" rx=\"1.33333\" transform=\"rotate(-45 3.33252 5.10449)\" stroke=\"#4B4A53\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M1.31295 13.9799C1.11769 14.1752 1.11769 14.4918 1.31295 14.687C1.50821 14.8823 1.8248 14.8823 2.02006 14.687L1.31295 13.9799ZM7.02006 9.68705C7.21532 9.49179 7.21532 9.1752 7.02006 8.97994C6.8248 8.78468 6.50821 8.78468 6.31295 8.97994L7.02006 9.68705ZM2.02006 14.687L7.02006 9.68705L6.31295 8.97994L1.31295 13.9799L2.02006 14.687Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M9.3335 14.1665C9.05735 14.1665 8.8335 14.3904 8.8335 14.6665C8.8335 14.9426 9.05735 15.1665 9.3335 15.1665V14.1665ZM14.6668 15.1665C14.943 15.1665 15.1668 14.9426 15.1668 14.6665C15.1668 14.3904 14.943 14.1665 14.6668 14.1665V15.1665ZM9.3335 15.1665H14.6668V14.1665H9.3335V15.1665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
865
852
|
}], propDecorators: { fillColor: [{
|
|
866
853
|
type: Input
|
|
867
854
|
}], size: [{
|
|
@@ -881,6 +868,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
881
868
|
type: Input
|
|
882
869
|
}] } });
|
|
883
870
|
|
|
871
|
+
class MonkeyIconBankComponent {
|
|
872
|
+
}
|
|
873
|
+
MonkeyIconBankComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBankComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
874
|
+
MonkeyIconBankComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconBankComponent, selector: "monkey-icon-bank", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M13.9687 7.21878C14.4515 7.21878 14.6531 6.59846 14.2609 6.31253L8.29368 1.9719C8.20847 1.90947 8.10557 1.87581 7.99993 1.87581C7.89429 1.87581 7.7914 1.90947 7.70618 1.9719L1.739 6.31253C1.34681 6.5969 1.54837 7.21878 2.03275 7.21878H2.99993V13.0625H1.87493C1.80618 13.0625 1.74993 13.1188 1.74993 13.1875V14C1.74993 14.0688 1.80618 14.125 1.87493 14.125H14.1249C14.1937 14.125 14.2499 14.0688 14.2499 14V13.1875C14.2499 13.1188 14.1937 13.0625 14.1249 13.0625H12.9999V7.21878H13.9687ZM7.99993 3.07346L12.2359 6.15471H3.764L7.99993 3.07346ZM4.12493 7.21878H5.95306V13.0625H4.12493V7.21878ZM7.07806 7.21878H8.90618V13.0625H7.07806V7.21878ZM11.8749 13.0625H10.0312V7.21878H11.8749V13.0625Z\" fill=\"#000000\" [attr.fill]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
875
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBankComponent, decorators: [{
|
|
876
|
+
type: Component,
|
|
877
|
+
args: [{ selector: 'monkey-icon-bank', template: "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M13.9687 7.21878C14.4515 7.21878 14.6531 6.59846 14.2609 6.31253L8.29368 1.9719C8.20847 1.90947 8.10557 1.87581 7.99993 1.87581C7.89429 1.87581 7.7914 1.90947 7.70618 1.9719L1.739 6.31253C1.34681 6.5969 1.54837 7.21878 2.03275 7.21878H2.99993V13.0625H1.87493C1.80618 13.0625 1.74993 13.1188 1.74993 13.1875V14C1.74993 14.0688 1.80618 14.125 1.87493 14.125H14.1249C14.1937 14.125 14.2499 14.0688 14.2499 14V13.1875C14.2499 13.1188 14.1937 13.0625 14.1249 13.0625H12.9999V7.21878H13.9687ZM7.99993 3.07346L12.2359 6.15471H3.764L7.99993 3.07346ZM4.12493 7.21878H5.95306V13.0625H4.12493V7.21878ZM7.07806 7.21878H8.90618V13.0625H7.07806V7.21878ZM11.8749 13.0625H10.0312V7.21878H11.8749V13.0625Z\" fill=\"#000000\" [attr.fill]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
878
|
+
}], propDecorators: { fillColor: [{
|
|
879
|
+
type: Input
|
|
880
|
+
}], size: [{
|
|
881
|
+
type: Input
|
|
882
|
+
}] } });
|
|
883
|
+
|
|
884
884
|
class MonkeyIconBankNoteSearchComponent {
|
|
885
885
|
}
|
|
886
886
|
MonkeyIconBankNoteSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBankNoteSearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -907,6 +907,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
907
907
|
type: Input
|
|
908
908
|
}] } });
|
|
909
909
|
|
|
910
|
+
class MonkeyIconBlockComponent {
|
|
911
|
+
}
|
|
912
|
+
MonkeyIconBlockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBlockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
913
|
+
MonkeyIconBlockComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconBlockComponent, selector: "monkey-icon-block", 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\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.3637 5.63574L5.63574 18.3637L18.3637 5.63574Z\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3V3C7.029 3 3 7.029 3 12V12C3 16.971 7.029 21 12 21V21C16.971 21 21 16.971 21 12V12C21 7.029 16.971 3 12 3Z\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
914
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBlockComponent, decorators: [{
|
|
915
|
+
type: Component,
|
|
916
|
+
args: [{ selector: 'monkey-icon-block', 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\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.3637 5.63574L5.63574 18.3637L18.3637 5.63574Z\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3V3C7.029 3 3 7.029 3 12V12C3 16.971 7.029 21 12 21V21C16.971 21 21 16.971 21 12V12C21 7.029 16.971 3 12 3Z\" stroke=\"white\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
917
|
+
}], propDecorators: { fillColor: [{
|
|
918
|
+
type: Input
|
|
919
|
+
}], size: [{
|
|
920
|
+
type: Input
|
|
921
|
+
}] } });
|
|
922
|
+
|
|
910
923
|
class MonkeyIconBookComponent {
|
|
911
924
|
}
|
|
912
925
|
MonkeyIconBookComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBookComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -972,26 +985,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
972
985
|
type: Input
|
|
973
986
|
}] } });
|
|
974
987
|
|
|
975
|
-
class
|
|
988
|
+
class MonkeyIconCardMachineComponent {
|
|
976
989
|
}
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
990
|
+
MonkeyIconCardMachineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCardMachineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
991
|
+
MonkeyIconCardMachineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCardMachineComponent, selector: "monkey-icon-card-machine", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M15 9H3\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M7 4H5C3.895 4 3 4.895 3 6V20C3 21.105 3.895 22 5 22H13C14.105 22 15 21.105 15 20V6C15 4.895 14.105 4 13 4H11\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15 13.03H3\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 2H11V6H7V2Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M5.999 15.833C5.907 15.833 5.832 15.908 5.833 16C5.833 16.092 5.908 16.167 6 16.167C6.092 16.167 6.167 16.092 6.167 16C6.167 15.908 6.092 15.833 5.999 15.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M8.999 15.833C8.907 15.833 8.832 15.908 8.833 16C8.833 16.092 8.908 16.167 9 16.167C9.092 16.167 9.167 16.092 9.167 16C9.167 15.908 9.092 15.833 8.999 15.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M11.999 18.833C11.907 18.833 11.832 18.908 11.833 19C11.833 19.092 11.908 19.167 12 19.167C12.092 19.167 12.167 19.092 12.167 19C12.167 18.908 12.092 18.833 11.999 18.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M5.999 18.833C5.907 18.833 5.832 18.908 5.833 19C5.833 19.092 5.908 19.167 6 19.167C6.092 19.167 6.167 19.092 6.167 19C6.167 18.908 6.092 18.833 5.999 18.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M8.999 18.833C8.907 18.833 8.832 18.908 8.833 19C8.833 19.092 8.908 19.167 9 19.167C9.092 19.167 9.167 19.092 9.167 19C9.167 18.908 9.092 18.833 8.999 18.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15 9H20C20.552 9 21 9.448 21 10V15C21 15.552 20.552 16 20 16H15\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15 12H21\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M11.999 15.833C11.907 15.833 11.832 15.908 11.833 16C11.833 16.092 11.908 16.167 12 16.167C12.092 16.167 12.167 16.092 12.167 16C12.167 15.908 12.092 15.833 11.999 15.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
992
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCardMachineComponent, decorators: [{
|
|
980
993
|
type: Component,
|
|
981
|
-
args: [{ selector: 'monkey-icon-card', template: "<svg width=\"
|
|
994
|
+
args: [{ selector: 'monkey-icon-card-machine', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M15 9H3\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M7 4H5C3.895 4 3 4.895 3 6V20C3 21.105 3.895 22 5 22H13C14.105 22 15 21.105 15 20V6C15 4.895 14.105 4 13 4H11\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15 13.03H3\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7 2H11V6H7V2Z\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M5.999 15.833C5.907 15.833 5.832 15.908 5.833 16C5.833 16.092 5.908 16.167 6 16.167C6.092 16.167 6.167 16.092 6.167 16C6.167 15.908 6.092 15.833 5.999 15.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M8.999 15.833C8.907 15.833 8.832 15.908 8.833 16C8.833 16.092 8.908 16.167 9 16.167C9.092 16.167 9.167 16.092 9.167 16C9.167 15.908 9.092 15.833 8.999 15.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M11.999 18.833C11.907 18.833 11.832 18.908 11.833 19C11.833 19.092 11.908 19.167 12 19.167C12.092 19.167 12.167 19.092 12.167 19C12.167 18.908 12.092 18.833 11.999 18.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M5.999 18.833C5.907 18.833 5.832 18.908 5.833 19C5.833 19.092 5.908 19.167 6 19.167C6.092 19.167 6.167 19.092 6.167 19C6.167 18.908 6.092 18.833 5.999 18.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M8.999 18.833C8.907 18.833 8.832 18.908 8.833 19C8.833 19.092 8.908 19.167 9 19.167C9.092 19.167 9.167 19.092 9.167 19C9.167 18.908 9.092 18.833 8.999 18.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15 9H20C20.552 9 21 9.448 21 10V15C21 15.552 20.552 16 20 16H15\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M15 12H21\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M11.999 15.833C11.907 15.833 11.832 15.908 11.833 16C11.833 16.092 11.908 16.167 12 16.167C12.092 16.167 12.167 16.092 12.167 16C12.167 15.908 12.092 15.833 11.999 15.833\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
982
995
|
}], propDecorators: { fillColor: [{
|
|
983
996
|
type: Input
|
|
984
997
|
}], size: [{
|
|
985
998
|
type: Input
|
|
986
999
|
}] } });
|
|
987
1000
|
|
|
988
|
-
class
|
|
1001
|
+
class MonkeyIconCardComponent {
|
|
989
1002
|
}
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
1003
|
+
MonkeyIconCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1004
|
+
MonkeyIconCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconCardComponent, selector: "monkey-icon-card", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\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\"/>\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\"/>\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\"/>\n</svg>", styles: [":host{display:flex}\n"] });
|
|
1005
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCardComponent, decorators: [{
|
|
993
1006
|
type: Component,
|
|
994
|
-
args: [{ selector: 'monkey-icon-card
|
|
1007
|
+
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\">\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\"/>\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\"/>\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\"/>\n</svg>", styles: [":host{display:flex}\n"] }]
|
|
995
1008
|
}], propDecorators: { fillColor: [{
|
|
996
1009
|
type: Input
|
|
997
1010
|
}], size: [{
|
|
@@ -1180,26 +1193,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1180
1193
|
type: Input
|
|
1181
1194
|
}] } });
|
|
1182
1195
|
|
|
1183
|
-
class
|
|
1196
|
+
class MonkeyIconContractPenComponent {
|
|
1184
1197
|
}
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
1198
|
+
MonkeyIconContractPenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconContractPenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1199
|
+
MonkeyIconContractPenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconContractPenComponent, selector: "monkey-icon-contract-pen", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M9.99908 22.0037H5.99742C4.89239 22.0037 3.99658 21.1079 3.99658 20.0029V5.99705C3.99658 4.89202 4.89239 3.99622 5.99742 3.99622H18.0024C19.1074 3.99622 20.0032 4.89202 20.0032 5.99705V8.9983\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 22.0037L15.6251 21.6796C15.8098 21.6567 15.9816 21.573 16.1133 21.4415L22.4739 15.0808C23.1785 14.3793 23.1811 13.2396 22.4799 12.5348L22.4739 12.5298V12.5298C21.7724 11.8253 20.6327 11.8226 19.9279 12.5238V12.5298L13.6253 18.8324C13.497 18.9598 13.4141 19.1256 13.3892 19.3046L13 22.0037Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.99867 18.0021V18.0021C8.1699 18.0021 7.49805 17.3303 7.49805 16.5015V16.5015C7.49805 15.6727 8.1699 15.0009 8.99867 15.0009V15.0009C9.82744 15.0009 10.4993 15.6727 10.4993 16.5015V16.5015C10.4993 17.3303 9.82744 18.0021 8.99867 18.0021Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M7.49805 7.99789H15.5014\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M7.49805 11.4994H11.4997\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1200
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconContractPenComponent, decorators: [{
|
|
1188
1201
|
type: Component,
|
|
1189
|
-
args: [{ selector: 'monkey-icon-contract', template: "<svg width=\"
|
|
1202
|
+
args: [{ selector: 'monkey-icon-contract-pen', template: "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M9.99908 22.0037H5.99742C4.89239 22.0037 3.99658 21.1079 3.99658 20.0029V5.99705C3.99658 4.89202 4.89239 3.99622 5.99742 3.99622H18.0024C19.1074 3.99622 20.0032 4.89202 20.0032 5.99705V8.9983\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 22.0037L15.6251 21.6796C15.8098 21.6567 15.9816 21.573 16.1133 21.4415L22.4739 15.0808C23.1785 14.3793 23.1811 13.2396 22.4799 12.5348L22.4739 12.5298V12.5298C21.7724 11.8253 20.6327 11.8226 19.9279 12.5238V12.5298L13.6253 18.8324C13.497 18.9598 13.4141 19.1256 13.3892 19.3046L13 22.0037Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.99867 18.0021V18.0021C8.1699 18.0021 7.49805 17.3303 7.49805 16.5015V16.5015C7.49805 15.6727 8.1699 15.0009 8.99867 15.0009V15.0009C9.82744 15.0009 10.4993 15.6727 10.4993 16.5015V16.5015C10.4993 17.3303 9.82744 18.0021 8.99867 18.0021Z\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M7.49805 7.99789H15.5014\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M7.49805 11.4994H11.4997\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1190
1203
|
}], propDecorators: { fillColor: [{
|
|
1191
1204
|
type: Input
|
|
1192
1205
|
}], size: [{
|
|
1193
1206
|
type: Input
|
|
1194
1207
|
}] } });
|
|
1195
1208
|
|
|
1196
|
-
class
|
|
1209
|
+
class MonkeyIconContractComponent {
|
|
1197
1210
|
}
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
1211
|
+
MonkeyIconContractComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconContractComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1212
|
+
MonkeyIconContractComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconContractComponent, selector: "monkey-icon-contract", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"40\" viewBox=\"0 0 32 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M9.59969 28.6665H8.31969C7.96609 28.6665 7.67969 28.9648 7.67969 29.3332C7.67969 29.7015 7.96609 29.9998 8.31969 29.9998H9.59969C9.95329 29.9998 10.2397 29.7015 10.2397 29.3332C10.2397 28.9648 9.95329 28.6665 9.59969 28.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M27.5195 28.6665H12.1595C11.8059 28.6665 11.5195 28.9648 11.5195 29.3332C11.5195 29.7015 11.8059 29.9998 12.1595 29.9998H27.5195C27.8731 29.9998 28.1595 29.7015 28.1595 29.3332C28.1595 28.9648 27.8731 28.6665 27.5195 28.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M9.59969 24.6665H8.31969C7.96609 24.6665 7.67969 24.9648 7.67969 25.3332C7.67969 25.7015 7.96609 25.9998 8.31969 25.9998H9.59969C9.95329 25.9998 10.2397 25.7015 10.2397 25.3332C10.2397 24.9648 9.95329 24.6665 9.59969 24.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M27.5195 24.6665H12.1595C11.8059 24.6665 11.5195 24.9648 11.5195 25.3332C11.5195 25.7015 11.8059 25.9998 12.1595 25.9998H27.5195C27.8731 25.9998 28.1595 25.7015 28.1595 25.3332C28.1595 24.9648 27.8731 24.6665 27.5195 24.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M9.59969 20.6665H8.31969C7.96609 20.6665 7.67969 20.9648 7.67969 21.3332C7.67969 21.7015 7.96609 21.9998 8.31969 21.9998H9.59969C9.95329 21.9998 10.2397 21.7015 10.2397 21.3332C10.2397 20.9648 9.95329 20.6665 9.59969 20.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M27.5195 20.6665H12.1595C11.8059 20.6665 11.5195 20.9648 11.5195 21.3332C11.5195 21.7015 11.8059 21.9998 12.1595 21.9998H27.5195C27.8731 21.9998 28.1595 21.7015 28.1595 21.3332C28.1595 20.9648 27.8731 20.6665 27.5195 20.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M9.59969 16.6665H8.31969C7.96609 16.6665 7.67969 16.9648 7.67969 17.3332C7.67969 17.7015 7.96609 17.9998 8.31969 17.9998H9.59969C9.95329 17.9998 10.2397 17.7015 10.2397 17.3332C10.2397 16.9648 9.95329 16.6665 9.59969 16.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M27.5195 16.6665H12.1595C11.8059 16.6665 11.5195 16.9648 11.5195 17.3332C11.5195 17.7015 11.8059 17.9998 12.1595 17.9998H27.5195C27.8731 17.9998 28.1595 17.7015 28.1595 17.3332C28.1595 16.9648 27.8731 16.6665 27.5195 16.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M9.59969 12.6665H8.31969C7.96609 12.6665 7.67969 12.9648 7.67969 13.3332C7.67969 13.7015 7.96609 13.9998 8.31969 13.9998H9.59969C9.95329 13.9998 10.2397 13.7015 10.2397 13.3332C10.2397 12.9648 9.95329 12.6665 9.59969 12.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M27.5195 12.6665H12.1595C11.8059 12.6665 11.5195 12.9648 11.5195 13.3332C11.5195 13.7015 11.8059 13.9998 12.1595 13.9998H27.5195C27.8731 13.9998 28.1595 13.7015 28.1595 13.3332C28.1595 12.9648 27.8731 12.6665 27.5195 12.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M31.992 9.95833C31.9888 9.9 31.9776 9.8425 31.9592 9.78667C31.952 9.765 31.9472 9.745 31.9384 9.72417C31.9072 9.65167 31.864 9.58583 31.8104 9.52917L22.8504 0.195833C22.796 0.14 22.7328 0.095 22.6632 0.0625C22.6432 0.0533333 22.6232 0.0475 22.604 0.0408333C22.5504 0.0216667 22.4944 0.01 22.4384 0.00583333C22.4264 0.0075 22.4144 0 22.4 0H4.48C4.1264 0 3.84 0.298333 3.84 0.666667V2.66667H0.64C0.2864 2.66667 0 2.965 0 3.33333V39.3333C0 39.7017 0.2864 40 0.64 40H27.52C27.8736 40 28.16 39.7017 28.16 39.3333V36H31.36C31.7136 36 32 35.7017 32 35.3333V10C32 9.985 31.9928 9.9725 31.992 9.95833ZM23.04 2.27583L29.8152 9.33333H23.04V2.27583ZM26.88 38.6667H1.28V4H3.84V35.3333C3.84 35.7017 4.1264 36 4.48 36H26.88V38.6667ZM30.72 34.6667H5.12V1.33333H21.76V10C21.76 10.3683 22.0464 10.6667 22.4 10.6667H30.72V34.6667Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M12.1597 6H8.31969C7.96609 6 7.67969 6.29833 7.67969 6.66667V10.6667C7.67969 11.035 7.96609 11.3333 8.31969 11.3333H12.1597C12.5133 11.3333 12.7997 11.035 12.7997 10.6667V6.66667C12.7997 6.29833 12.5133 6 12.1597 6ZM11.5197 10H8.95969V7.33333H11.5197V10Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconContractComponent, decorators: [{
|
|
1201
1214
|
type: Component,
|
|
1202
|
-
args: [{ selector: 'monkey-icon-contract
|
|
1215
|
+
args: [{ selector: 'monkey-icon-contract', template: "<svg width=\"32\" height=\"40\" viewBox=\"0 0 32 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M9.59969 28.6665H8.31969C7.96609 28.6665 7.67969 28.9648 7.67969 29.3332C7.67969 29.7015 7.96609 29.9998 8.31969 29.9998H9.59969C9.95329 29.9998 10.2397 29.7015 10.2397 29.3332C10.2397 28.9648 9.95329 28.6665 9.59969 28.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M27.5195 28.6665H12.1595C11.8059 28.6665 11.5195 28.9648 11.5195 29.3332C11.5195 29.7015 11.8059 29.9998 12.1595 29.9998H27.5195C27.8731 29.9998 28.1595 29.7015 28.1595 29.3332C28.1595 28.9648 27.8731 28.6665 27.5195 28.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M9.59969 24.6665H8.31969C7.96609 24.6665 7.67969 24.9648 7.67969 25.3332C7.67969 25.7015 7.96609 25.9998 8.31969 25.9998H9.59969C9.95329 25.9998 10.2397 25.7015 10.2397 25.3332C10.2397 24.9648 9.95329 24.6665 9.59969 24.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M27.5195 24.6665H12.1595C11.8059 24.6665 11.5195 24.9648 11.5195 25.3332C11.5195 25.7015 11.8059 25.9998 12.1595 25.9998H27.5195C27.8731 25.9998 28.1595 25.7015 28.1595 25.3332C28.1595 24.9648 27.8731 24.6665 27.5195 24.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M9.59969 20.6665H8.31969C7.96609 20.6665 7.67969 20.9648 7.67969 21.3332C7.67969 21.7015 7.96609 21.9998 8.31969 21.9998H9.59969C9.95329 21.9998 10.2397 21.7015 10.2397 21.3332C10.2397 20.9648 9.95329 20.6665 9.59969 20.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M27.5195 20.6665H12.1595C11.8059 20.6665 11.5195 20.9648 11.5195 21.3332C11.5195 21.7015 11.8059 21.9998 12.1595 21.9998H27.5195C27.8731 21.9998 28.1595 21.7015 28.1595 21.3332C28.1595 20.9648 27.8731 20.6665 27.5195 20.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M9.59969 16.6665H8.31969C7.96609 16.6665 7.67969 16.9648 7.67969 17.3332C7.67969 17.7015 7.96609 17.9998 8.31969 17.9998H9.59969C9.95329 17.9998 10.2397 17.7015 10.2397 17.3332C10.2397 16.9648 9.95329 16.6665 9.59969 16.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M27.5195 16.6665H12.1595C11.8059 16.6665 11.5195 16.9648 11.5195 17.3332C11.5195 17.7015 11.8059 17.9998 12.1595 17.9998H27.5195C27.8731 17.9998 28.1595 17.7015 28.1595 17.3332C28.1595 16.9648 27.8731 16.6665 27.5195 16.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M9.59969 12.6665H8.31969C7.96609 12.6665 7.67969 12.9648 7.67969 13.3332C7.67969 13.7015 7.96609 13.9998 8.31969 13.9998H9.59969C9.95329 13.9998 10.2397 13.7015 10.2397 13.3332C10.2397 12.9648 9.95329 12.6665 9.59969 12.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M27.5195 12.6665H12.1595C11.8059 12.6665 11.5195 12.9648 11.5195 13.3332C11.5195 13.7015 11.8059 13.9998 12.1595 13.9998H27.5195C27.8731 13.9998 28.1595 13.7015 28.1595 13.3332C28.1595 12.9648 27.8731 12.6665 27.5195 12.6665Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M31.992 9.95833C31.9888 9.9 31.9776 9.8425 31.9592 9.78667C31.952 9.765 31.9472 9.745 31.9384 9.72417C31.9072 9.65167 31.864 9.58583 31.8104 9.52917L22.8504 0.195833C22.796 0.14 22.7328 0.095 22.6632 0.0625C22.6432 0.0533333 22.6232 0.0475 22.604 0.0408333C22.5504 0.0216667 22.4944 0.01 22.4384 0.00583333C22.4264 0.0075 22.4144 0 22.4 0H4.48C4.1264 0 3.84 0.298333 3.84 0.666667V2.66667H0.64C0.2864 2.66667 0 2.965 0 3.33333V39.3333C0 39.7017 0.2864 40 0.64 40H27.52C27.8736 40 28.16 39.7017 28.16 39.3333V36H31.36C31.7136 36 32 35.7017 32 35.3333V10C32 9.985 31.9928 9.9725 31.992 9.95833ZM23.04 2.27583L29.8152 9.33333H23.04V2.27583ZM26.88 38.6667H1.28V4H3.84V35.3333C3.84 35.7017 4.1264 36 4.48 36H26.88V38.6667ZM30.72 34.6667H5.12V1.33333H21.76V10C21.76 10.3683 22.0464 10.6667 22.4 10.6667H30.72V34.6667Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n<path d=\"M12.1597 6H8.31969C7.96609 6 7.67969 6.29833 7.67969 6.66667V10.6667C7.67969 11.035 7.96609 11.3333 8.31969 11.3333H12.1597C12.5133 11.3333 12.7997 11.035 12.7997 10.6667V6.66667C12.7997 6.29833 12.5133 6 12.1597 6ZM11.5197 10H8.95969V7.33333H11.5197V10Z\" fill=\"#4B4A53\" [attr.fill]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1203
1216
|
}], propDecorators: { fillColor: [{
|
|
1204
1217
|
type: Input
|
|
1205
1218
|
}], size: [{
|
|
@@ -1232,26 +1245,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1232
1245
|
type: Input
|
|
1233
1246
|
}] } });
|
|
1234
1247
|
|
|
1235
|
-
class
|
|
1248
|
+
class MonkeyIconDollarSignCircleComponent {
|
|
1236
1249
|
}
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
1250
|
+
MonkeyIconDollarSignCircleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDollarSignCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1251
|
+
MonkeyIconDollarSignCircleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconDollarSignCircleComponent, selector: "monkey-icon-dollar-sign-circle", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M13.0012 9.99877V8.99835\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.0012 16.0012V17.0016\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M11.2653 15.2867C11.5216 15.7274 11.9914 16.0003 12.5013 16.0047H13.5977C14.3069 16.0041 14.9045 15.4751 14.9912 14.7712C15.0778 14.0673 14.6263 13.4092 13.9384 13.2367L12.0634 12.7656C11.3755 12.5931 10.924 11.935 11.0106 11.2311C11.0973 10.5272 11.6949 9.99819 12.4041 9.99762H13.5005C14.0094 10.0012 14.4787 10.2727 14.7353 10.7122\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.0003 3.99622C17.973 3.99622 22.0041 8.02733 22.0041 13C22.0041 17.9726 17.973 22.0037 13.0003 22.0037C8.0277 22.0037 3.99658 17.9726 3.99658 13C3.99658 8.02733 8.0277 3.99622 13.0003 3.99622\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.0003 3.99622C17.973 3.99622 22.0041 8.02733 22.0041 13C22.0041 17.9726 17.973 22.0037 13.0003 22.0037C8.0277 22.0037 3.99658 17.9726 3.99658 13C3.99658 8.02733 8.0277 3.99622 13.0003 3.99622\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1252
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDollarSignCircleComponent, decorators: [{
|
|
1240
1253
|
type: Component,
|
|
1241
|
-
args: [{ selector: 'monkey-icon-dollar-sign', template: "<svg width=\"
|
|
1254
|
+
args: [{ selector: 'monkey-icon-dollar-sign-circle', template: "<svg width=\"26\" height=\"26\" viewBox=\"0 0 26 26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M13.0012 9.99877V8.99835\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.0012 16.0012V17.0016\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M11.2653 15.2867C11.5216 15.7274 11.9914 16.0003 12.5013 16.0047H13.5977C14.3069 16.0041 14.9045 15.4751 14.9912 14.7712C15.0778 14.0673 14.6263 13.4092 13.9384 13.2367L12.0634 12.7656C11.3755 12.5931 10.924 11.935 11.0106 11.2311C11.0973 10.5272 11.6949 9.99819 12.4041 9.99762H13.5005C14.0094 10.0012 14.4787 10.2727 14.7353 10.7122\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.0003 3.99622C17.973 3.99622 22.0041 8.02733 22.0041 13C22.0041 17.9726 17.973 22.0037 13.0003 22.0037C8.0277 22.0037 3.99658 17.9726 3.99658 13C3.99658 8.02733 8.0277 3.99622 13.0003 3.99622\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.0003 3.99622C17.973 3.99622 22.0041 8.02733 22.0041 13C22.0041 17.9726 17.973 22.0037 13.0003 22.0037C8.0277 22.0037 3.99658 17.9726 3.99658 13C3.99658 8.02733 8.0277 3.99622 13.0003 3.99622\" stroke=\"#676E79\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1242
1255
|
}], propDecorators: { fillColor: [{
|
|
1243
1256
|
type: Input
|
|
1244
1257
|
}], size: [{
|
|
1245
1258
|
type: Input
|
|
1246
1259
|
}] } });
|
|
1247
1260
|
|
|
1248
|
-
class
|
|
1261
|
+
class MonkeyIconDollarSignComponent {
|
|
1249
1262
|
}
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
1263
|
+
MonkeyIconDollarSignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDollarSignComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1264
|
+
MonkeyIconDollarSignComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconDollarSignComponent, selector: "monkey-icon-dollar-sign", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M4 23V1H5H8.5H12H15.5H19H20V23H19L15.5 19L12 23L8.5 19L5 23H4Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M12 5.49988V16.4999\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M14.5 7.50012H10.75C10.2859 7.50012 9.84075 7.6845 9.51256 8.01269C9.18437 8.34087 9 8.78599 9 9.25012C9 9.71425 9.18437 10.1594 9.51256 10.4876C9.84075 10.8157 10.2859 11.0001 10.75 11.0001H13.25C13.7141 11.0001 14.1592 11.1845 14.4874 11.5127C14.8156 11.8409 15 12.286 15 12.7501C15 13.2143 14.8156 13.6594 14.4874 13.9876C14.1592 14.3157 13.7141 14.5001 13.25 14.5001H9\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1265
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDollarSignComponent, decorators: [{
|
|
1253
1266
|
type: Component,
|
|
1254
|
-
args: [{ selector: 'monkey-icon-dollar-sign
|
|
1267
|
+
args: [{ selector: 'monkey-icon-dollar-sign', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M4 23V1H5H8.5H12H15.5H19H20V23H19L15.5 19L12 23L8.5 19L5 23H4Z\" stroke=\"#4B4A53\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M12 5.49988V16.4999\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M14.5 7.50012H10.75C10.2859 7.50012 9.84075 7.6845 9.51256 8.01269C9.18437 8.34087 9 8.78599 9 9.25012C9 9.71425 9.18437 10.1594 9.51256 10.4876C9.84075 10.8157 10.2859 11.0001 10.75 11.0001H13.25C13.7141 11.0001 14.1592 11.1845 14.4874 11.5127C14.8156 11.8409 15 12.286 15 12.7501C15 13.2143 14.8156 13.6594 14.4874 13.9876C14.1592 14.3157 13.7141 14.5001 13.25 14.5001H9\" stroke=\"#4B4A53\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1255
1268
|
}], propDecorators: { fillColor: [{
|
|
1256
1269
|
type: Input
|
|
1257
1270
|
}], size: [{
|
|
@@ -1414,6 +1427,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1414
1427
|
type: Input
|
|
1415
1428
|
}] } });
|
|
1416
1429
|
|
|
1430
|
+
class MonkeyIconFilterAddComponent {
|
|
1431
|
+
}
|
|
1432
|
+
MonkeyIconFilterAddComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconFilterAddComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1433
|
+
MonkeyIconFilterAddComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconFilterAddComponent, selector: "monkey-icon-filter-add", 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\">\n<path d=\"M8.12132 4.87868C9.29289 6.05025 9.29289 7.94975 8.12132 9.12132C6.94975 10.2929 5.05025 10.2929 3.87868 9.12132C2.70711 7.94975 2.70711 6.05025 3.87868 4.87868C5.05025 3.70711 6.94975 3.70711 8.12132 4.87868\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M20 7H9\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M20.1213 14.8787C21.2929 16.0502 21.2929 17.9497 20.1213 19.1213C18.9497 20.2929 17.0502 20.2929 15.8787 19.1213C14.7071 17.9497 14.7071 16.0502 15.8787 14.8787C17.0502 13.7071 18.9497 13.7071 20.1213 14.8787\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M4 17H15\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconFilterAddComponent, decorators: [{
|
|
1435
|
+
type: Component,
|
|
1436
|
+
args: [{ selector: 'monkey-icon-filter-add', 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\">\n<path d=\"M8.12132 4.87868C9.29289 6.05025 9.29289 7.94975 8.12132 9.12132C6.94975 10.2929 5.05025 10.2929 3.87868 9.12132C2.70711 7.94975 2.70711 6.05025 3.87868 4.87868C5.05025 3.70711 6.94975 3.70711 8.12132 4.87868\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M20 7H9\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M20.1213 14.8787C21.2929 16.0502 21.2929 17.9497 20.1213 19.1213C18.9497 20.2929 17.0502 20.2929 15.8787 19.1213C14.7071 17.9497 14.7071 16.0502 15.8787 14.8787C17.0502 13.7071 18.9497 13.7071 20.1213 14.8787\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M4 17H15\" stroke=\"#545A63\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1437
|
+
}], propDecorators: { fillColor: [{
|
|
1438
|
+
type: Input
|
|
1439
|
+
}], size: [{
|
|
1440
|
+
type: Input
|
|
1441
|
+
}] } });
|
|
1442
|
+
|
|
1417
1443
|
class MonkeyIconFilterComponent {
|
|
1418
1444
|
}
|
|
1419
1445
|
MonkeyIconFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconFilterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1492,6 +1518,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1492
1518
|
type: Input
|
|
1493
1519
|
}] } });
|
|
1494
1520
|
|
|
1521
|
+
class MonkeyIconImageComponent {
|
|
1522
|
+
}
|
|
1523
|
+
MonkeyIconImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1524
|
+
MonkeyIconImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconImageComponent, selector: "monkey-icon-image", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M25.3333 4H6.66667C5.19391 4 4 5.19391 4 6.66667V25.3333C4 26.8061 5.19391 28 6.66667 28H25.3333C26.8061 28 28 26.8061 28 25.3333V6.66667C28 5.19391 26.8061 4 25.3333 4Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M11.334 13.3333C12.4386 13.3333 13.334 12.4379 13.334 11.3333C13.334 10.2288 12.4386 9.33334 11.334 9.33334C10.2294 9.33334 9.33398 10.2288 9.33398 11.3333C9.33398 12.4379 10.2294 13.3333 11.334 13.3333Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M27.9994 20L21.3327 13.3333L6.66602 28\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1525
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconImageComponent, decorators: [{
|
|
1526
|
+
type: Component,
|
|
1527
|
+
args: [{ selector: 'monkey-icon-image', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M25.3333 4H6.66667C5.19391 4 4 5.19391 4 6.66667V25.3333C4 26.8061 5.19391 28 6.66667 28H25.3333C26.8061 28 28 26.8061 28 25.3333V6.66667C28 5.19391 26.8061 4 25.3333 4Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M11.334 13.3333C12.4386 13.3333 13.334 12.4379 13.334 11.3333C13.334 10.2288 12.4386 9.33334 11.334 9.33334C10.2294 9.33334 9.33398 10.2288 9.33398 11.3333C9.33398 12.4379 10.2294 13.3333 11.334 13.3333Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M27.9994 20L21.3327 13.3333L6.66602 28\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1528
|
+
}], propDecorators: { fillColor: [{
|
|
1529
|
+
type: Input
|
|
1530
|
+
}], size: [{
|
|
1531
|
+
type: Input
|
|
1532
|
+
}] } });
|
|
1533
|
+
|
|
1495
1534
|
class MonkeyIconInfoComponent {
|
|
1496
1535
|
}
|
|
1497
1536
|
MonkeyIconInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1557,19 +1596,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1557
1596
|
type: Input
|
|
1558
1597
|
}] } });
|
|
1559
1598
|
|
|
1560
|
-
class MonkeyIconImageComponent {
|
|
1561
|
-
}
|
|
1562
|
-
MonkeyIconImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1563
|
-
MonkeyIconImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconImageComponent, selector: "monkey-icon-image", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M25.3333 4H6.66667C5.19391 4 4 5.19391 4 6.66667V25.3333C4 26.8061 5.19391 28 6.66667 28H25.3333C26.8061 28 28 26.8061 28 25.3333V6.66667C28 5.19391 26.8061 4 25.3333 4Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M11.334 13.3333C12.4386 13.3333 13.334 12.4379 13.334 11.3333C13.334 10.2288 12.4386 9.33334 11.334 9.33334C10.2294 9.33334 9.33398 10.2288 9.33398 11.3333C9.33398 12.4379 10.2294 13.3333 11.334 13.3333Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M27.9994 20L21.3327 13.3333L6.66602 28\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1564
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconImageComponent, decorators: [{
|
|
1565
|
-
type: Component,
|
|
1566
|
-
args: [{ selector: 'monkey-icon-image', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M25.3333 4H6.66667C5.19391 4 4 5.19391 4 6.66667V25.3333C4 26.8061 5.19391 28 6.66667 28H25.3333C26.8061 28 28 26.8061 28 25.3333V6.66667C28 5.19391 26.8061 4 25.3333 4Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M11.334 13.3333C12.4386 13.3333 13.334 12.4379 13.334 11.3333C13.334 10.2288 12.4386 9.33334 11.334 9.33334C10.2294 9.33334 9.33398 10.2288 9.33398 11.3333C9.33398 12.4379 10.2294 13.3333 11.334 13.3333Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M27.9994 20L21.3327 13.3333L6.66602 28\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1567
|
-
}], propDecorators: { fillColor: [{
|
|
1568
|
-
type: Input
|
|
1569
|
-
}], size: [{
|
|
1570
|
-
type: Input
|
|
1571
|
-
}] } });
|
|
1572
|
-
|
|
1573
1599
|
class MonkeyIconListComponent {
|
|
1574
1600
|
}
|
|
1575
1601
|
MonkeyIconListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1648,19 +1674,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1648
1674
|
type: Input
|
|
1649
1675
|
}] } });
|
|
1650
1676
|
|
|
1651
|
-
class MonkeyIconMoneyComponent {
|
|
1652
|
-
}
|
|
1653
|
-
MonkeyIconMoneyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1654
|
-
MonkeyIconMoneyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconMoneyComponent, selector: "monkey-icon-money", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 19H4C2.895 19 2 18.105 2 17V7C2 5.895 2.895 5 4 5H20C21.105 5 22 5.895 22 7V17C22 18.105 21.105 19 20 19Z\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.7678 10.2322C14.7441 11.2085 14.7441 12.7914 13.7678 13.7677C12.7915 14.744 11.2085 14.744 10.2322 13.7677C9.25592 12.7914 9.25592 11.2085 10.2322 10.2322C11.2085 9.25586 12.7915 9.25586 13.7678 10.2322\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M6 9.5V14.5\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M18 9.5V14.5\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyComponent, decorators: [{
|
|
1656
|
-
type: Component,
|
|
1657
|
-
args: [{ selector: 'monkey-icon-money', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 19H4C2.895 19 2 18.105 2 17V7C2 5.895 2.895 5 4 5H20C21.105 5 22 5.895 22 7V17C22 18.105 21.105 19 20 19Z\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.7678 10.2322C14.7441 11.2085 14.7441 12.7914 13.7678 13.7677C12.7915 14.744 11.2085 14.744 10.2322 13.7677C9.25592 12.7914 9.25592 11.2085 10.2322 10.2322C11.2085 9.25586 12.7915 9.25586 13.7678 10.2322\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M6 9.5V14.5\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M18 9.5V14.5\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1658
|
-
}], propDecorators: { fillColor: [{
|
|
1659
|
-
type: Input
|
|
1660
|
-
}], size: [{
|
|
1661
|
-
type: Input
|
|
1662
|
-
}] } });
|
|
1663
|
-
|
|
1664
1677
|
class MonkeyIconMoneyCeduleComponent {
|
|
1665
1678
|
}
|
|
1666
1679
|
MonkeyIconMoneyCeduleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyCeduleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1700,6 +1713,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1700
1713
|
type: Input
|
|
1701
1714
|
}] } });
|
|
1702
1715
|
|
|
1716
|
+
class MonkeyIconMoneyComponent {
|
|
1717
|
+
}
|
|
1718
|
+
MonkeyIconMoneyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1719
|
+
MonkeyIconMoneyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconMoneyComponent, selector: "monkey-icon-money", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 19H4C2.895 19 2 18.105 2 17V7C2 5.895 2.895 5 4 5H20C21.105 5 22 5.895 22 7V17C22 18.105 21.105 19 20 19Z\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.7678 10.2322C14.7441 11.2085 14.7441 12.7914 13.7678 13.7677C12.7915 14.744 11.2085 14.744 10.2322 13.7677C9.25592 12.7914 9.25592 11.2085 10.2322 10.2322C11.2085 9.25586 12.7915 9.25586 13.7678 10.2322\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M6 9.5V14.5\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M18 9.5V14.5\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1720
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyComponent, decorators: [{
|
|
1721
|
+
type: Component,
|
|
1722
|
+
args: [{ selector: 'monkey-icon-money', template: "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 19H4C2.895 19 2 18.105 2 17V7C2 5.895 2.895 5 4 5H20C21.105 5 22 5.895 22 7V17C22 18.105 21.105 19 20 19Z\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.7678 10.2322C14.7441 11.2085 14.7441 12.7914 13.7678 13.7677C12.7915 14.744 11.2085 14.744 10.2322 13.7677C9.25592 12.7914 9.25592 11.2085 10.2322 10.2322C11.2085 9.25586 12.7915 9.25586 13.7678 10.2322\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M6 9.5V14.5\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M18 9.5V14.5\" stroke=\"#8D38FA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1723
|
+
}], propDecorators: { fillColor: [{
|
|
1724
|
+
type: Input
|
|
1725
|
+
}], size: [{
|
|
1726
|
+
type: Input
|
|
1727
|
+
}] } });
|
|
1728
|
+
|
|
1703
1729
|
class MonkeyIconMoreCircleComponent {
|
|
1704
1730
|
}
|
|
1705
1731
|
MonkeyIconMoreCircleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoreCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1778,19 +1804,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1778
1804
|
type: Input
|
|
1779
1805
|
}] } });
|
|
1780
1806
|
|
|
1781
|
-
class MonkeyIconPinNavigationComponent {
|
|
1782
|
-
}
|
|
1783
|
-
MonkeyIconPinNavigationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPinNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1784
|
-
MonkeyIconPinNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconPinNavigationComponent, selector: "monkey-icon-pin-navigation", 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\">\n<path d=\"M15.049 15H17.558C18.419 15 19.183 15.551 19.455 16.368L20.122 18.368C20.554 19.663 19.59 21 18.225 21H5.775C4.41 21 3.446 19.663 3.878 18.368L4.545 16.368C4.816 15.551 5.581 15 6.442 15H8.952\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18C12 18 6 13.208 6 8.833C6 5.612 8.686 3 12 3C15.314 3 18 5.612 18 8.833C18 13.208 12 18 12 18Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.4142 7.58579C14.1953 8.36684 14.1953 9.63317 13.4142 10.4142C12.6332 11.1953 11.3668 11.1953 10.5858 10.4142C9.80472 9.63317 9.80472 8.36684 10.5858 7.58579C11.3668 6.80474 12.6332 6.80474 13.4142 7.58579\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1785
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPinNavigationComponent, decorators: [{
|
|
1786
|
-
type: Component,
|
|
1787
|
-
args: [{ selector: 'monkey-icon-pin-navigation', 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\">\n<path d=\"M15.049 15H17.558C18.419 15 19.183 15.551 19.455 16.368L20.122 18.368C20.554 19.663 19.59 21 18.225 21H5.775C4.41 21 3.446 19.663 3.878 18.368L4.545 16.368C4.816 15.551 5.581 15 6.442 15H8.952\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18C12 18 6 13.208 6 8.833C6 5.612 8.686 3 12 3C15.314 3 18 5.612 18 8.833C18 13.208 12 18 12 18Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.4142 7.58579C14.1953 8.36684 14.1953 9.63317 13.4142 10.4142C12.6332 11.1953 11.3668 11.1953 10.5858 10.4142C9.80472 9.63317 9.80472 8.36684 10.5858 7.58579C11.3668 6.80474 12.6332 6.80474 13.4142 7.58579\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1788
|
-
}], propDecorators: { fillColor: [{
|
|
1789
|
-
type: Input
|
|
1790
|
-
}], size: [{
|
|
1791
|
-
type: Input
|
|
1792
|
-
}] } });
|
|
1793
|
-
|
|
1794
1807
|
class MonkeyIconPeopleComponent {
|
|
1795
1808
|
}
|
|
1796
1809
|
MonkeyIconPeopleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPeopleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1843,6 +1856,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1843
1856
|
type: Input
|
|
1844
1857
|
}] } });
|
|
1845
1858
|
|
|
1859
|
+
class MonkeyIconPhoneCallComponent {
|
|
1860
|
+
}
|
|
1861
|
+
MonkeyIconPhoneCallComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPhoneCallComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1862
|
+
MonkeyIconPhoneCallComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconPhoneCallComponent, selector: "monkey-icon-phone-call", 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\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.131 13.869C8.961 12.699 8.079 11.389 7.493 10.06C7.37 9.779 7.442 9.45 7.659 9.233L8.478 8.414C9.149 7.743 9.149 6.794 8.563 6.208L7.39 5.035C6.609 4.254 5.343 4.254 4.562 5.035L3.91 5.686C3.169 6.427 2.86 7.496 3.06 8.556C3.554 11.169 5.072 14.03 7.521 16.479C9.97 18.928 12.831 20.446 15.444 20.94C16.504 21.14 17.573 20.831 18.314 20.09L18.965 19.439C19.746 18.658 19.746 17.392 18.965 16.611L17.792 15.438C17.206 14.852 16.256 14.852 15.671 15.438L14.768 16.342C14.551 16.559 14.222 16.632 13.941 16.508C12.612 15.921 11.301 15.038 10.131 13.869Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.832 2.671C20.129 2.671 21 3.849 21 4.947C21 7.176 17.386 9 17.321 9C17.255 9 13.642 7.176 13.642 4.947C13.642 3.849 14.513 2.67 15.81 2.67C16.552 2.67 17.039 3.028 17.321 3.347C17.603 3.029 18.09 2.671 18.832 2.671Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1863
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPhoneCallComponent, decorators: [{
|
|
1864
|
+
type: Component,
|
|
1865
|
+
args: [{ selector: 'monkey-icon-phone-call', 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\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.131 13.869C8.961 12.699 8.079 11.389 7.493 10.06C7.37 9.779 7.442 9.45 7.659 9.233L8.478 8.414C9.149 7.743 9.149 6.794 8.563 6.208L7.39 5.035C6.609 4.254 5.343 4.254 4.562 5.035L3.91 5.686C3.169 6.427 2.86 7.496 3.06 8.556C3.554 11.169 5.072 14.03 7.521 16.479C9.97 18.928 12.831 20.446 15.444 20.94C16.504 21.14 17.573 20.831 18.314 20.09L18.965 19.439C19.746 18.658 19.746 17.392 18.965 16.611L17.792 15.438C17.206 14.852 16.256 14.852 15.671 15.438L14.768 16.342C14.551 16.559 14.222 16.632 13.941 16.508C12.612 15.921 11.301 15.038 10.131 13.869Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.832 2.671C20.129 2.671 21 3.849 21 4.947C21 7.176 17.386 9 17.321 9C17.255 9 13.642 7.176 13.642 4.947C13.642 3.849 14.513 2.67 15.81 2.67C16.552 2.67 17.039 3.028 17.321 3.347C17.603 3.029 18.09 2.671 18.832 2.671Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1866
|
+
}], propDecorators: { fillColor: [{
|
|
1867
|
+
type: Input
|
|
1868
|
+
}], size: [{
|
|
1869
|
+
type: Input
|
|
1870
|
+
}] } });
|
|
1871
|
+
|
|
1846
1872
|
class MonkeyIconPhoneComponent {
|
|
1847
1873
|
}
|
|
1848
1874
|
MonkeyIconPhoneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPhoneComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1856,13 +1882,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1856
1882
|
type: Input
|
|
1857
1883
|
}] } });
|
|
1858
1884
|
|
|
1859
|
-
class
|
|
1885
|
+
class MonkeyIconPinNavigationComponent {
|
|
1860
1886
|
}
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
1887
|
+
MonkeyIconPinNavigationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPinNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1888
|
+
MonkeyIconPinNavigationComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconPinNavigationComponent, selector: "monkey-icon-pin-navigation", 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\">\n<path d=\"M15.049 15H17.558C18.419 15 19.183 15.551 19.455 16.368L20.122 18.368C20.554 19.663 19.59 21 18.225 21H5.775C4.41 21 3.446 19.663 3.878 18.368L4.545 16.368C4.816 15.551 5.581 15 6.442 15H8.952\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18C12 18 6 13.208 6 8.833C6 5.612 8.686 3 12 3C15.314 3 18 5.612 18 8.833C18 13.208 12 18 12 18Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.4142 7.58579C14.1953 8.36684 14.1953 9.63317 13.4142 10.4142C12.6332 11.1953 11.3668 11.1953 10.5858 10.4142C9.80472 9.63317 9.80472 8.36684 10.5858 7.58579C11.3668 6.80474 12.6332 6.80474 13.4142 7.58579\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
1889
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPinNavigationComponent, decorators: [{
|
|
1864
1890
|
type: Component,
|
|
1865
|
-
args: [{ selector: 'monkey-icon-
|
|
1891
|
+
args: [{ selector: 'monkey-icon-pin-navigation', 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\">\n<path d=\"M15.049 15H17.558C18.419 15 19.183 15.551 19.455 16.368L20.122 18.368C20.554 19.663 19.59 21 18.225 21H5.775C4.41 21 3.446 19.663 3.878 18.368L4.545 16.368C4.816 15.551 5.581 15 6.442 15H8.952\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 18C12 18 6 13.208 6 8.833C6 5.612 8.686 3 12 3C15.314 3 18 5.612 18 8.833C18 13.208 12 18 12 18Z\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M13.4142 7.58579C14.1953 8.36684 14.1953 9.63317 13.4142 10.4142C12.6332 11.1953 11.3668 11.1953 10.5858 10.4142C9.80472 9.63317 9.80472 8.36684 10.5858 7.58579C11.3668 6.80474 12.6332 6.80474 13.4142 7.58579\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
1866
1892
|
}], propDecorators: { fillColor: [{
|
|
1867
1893
|
type: Input
|
|
1868
1894
|
}], size: [{
|
|
@@ -2051,26 +2077,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2051
2077
|
type: Input
|
|
2052
2078
|
}] } });
|
|
2053
2079
|
|
|
2054
|
-
class
|
|
2080
|
+
class MonkeyIconUserGroupComponent {
|
|
2055
2081
|
}
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
2082
|
+
MonkeyIconUserGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconUserGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2083
|
+
MonkeyIconUserGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconUserGroupComponent, selector: "monkey-icon-user-group", 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\">\n<path d=\"M20.7925 9.52352C21.5825 10.3136 21.5825 11.5944 20.7925 12.3845C20.0025 13.1745 18.7216 13.1745 17.9315 12.3845C17.1415 11.5944 17.1415 10.3136 17.9315 9.52352C18.7216 8.73349 20.0025 8.73349 20.7925 9.52352\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M14.2026 5.91236C15.4191 7.12884 15.4191 9.10115 14.2026 10.3176C12.9861 11.5341 11.0138 11.5341 9.79731 10.3176C8.58083 9.10116 8.58083 7.12885 9.79731 5.91236C11.0138 4.69588 12.9861 4.69588 14.2026 5.91236\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M6.06849 9.52352C6.85853 10.3136 6.85853 11.5944 6.06849 12.3845C5.27846 13.1745 3.99757 13.1745 3.20754 12.3845C2.41751 11.5944 2.41751 10.3136 3.20754 9.52352C3.99758 8.73349 5.27846 8.73349 6.06849 9.52352\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M23 19V17.904C23 16.523 21.881 15.404 20.5 15.404H19.699\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M1 19V17.904C1 16.523 2.119 15.404 3.5 15.404H4.301\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M17.339 19V17.399C17.339 15.466 15.772 13.899 13.839 13.899H10.16C8.227 13.899 6.66 15.466 6.66 17.399V19\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
2084
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconUserGroupComponent, decorators: [{
|
|
2059
2085
|
type: Component,
|
|
2060
|
-
args: [{ selector: 'monkey-icon-user', template: "<svg width=\"
|
|
2086
|
+
args: [{ selector: 'monkey-icon-user-group', 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\">\n<path d=\"M20.7925 9.52352C21.5825 10.3136 21.5825 11.5944 20.7925 12.3845C20.0025 13.1745 18.7216 13.1745 17.9315 12.3845C17.1415 11.5944 17.1415 10.3136 17.9315 9.52352C18.7216 8.73349 20.0025 8.73349 20.7925 9.52352\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M14.2026 5.91236C15.4191 7.12884 15.4191 9.10115 14.2026 10.3176C12.9861 11.5341 11.0138 11.5341 9.79731 10.3176C8.58083 9.10116 8.58083 7.12885 9.79731 5.91236C11.0138 4.69588 12.9861 4.69588 14.2026 5.91236\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M6.06849 9.52352C6.85853 10.3136 6.85853 11.5944 6.06849 12.3845C5.27846 13.1745 3.99757 13.1745 3.20754 12.3845C2.41751 11.5944 2.41751 10.3136 3.20754 9.52352C3.99758 8.73349 5.27846 8.73349 6.06849 9.52352\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M23 19V17.904C23 16.523 21.881 15.404 20.5 15.404H19.699\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M1 19V17.904C1 16.523 2.119 15.404 3.5 15.404H4.301\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M17.339 19V17.399C17.339 15.466 15.772 13.899 13.839 13.899H10.16C8.227 13.899 6.66 15.466 6.66 17.399V19\" stroke=\"#323232\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
2061
2087
|
}], propDecorators: { fillColor: [{
|
|
2062
2088
|
type: Input
|
|
2063
2089
|
}], size: [{
|
|
2064
2090
|
type: Input
|
|
2065
2091
|
}] } });
|
|
2066
2092
|
|
|
2067
|
-
class
|
|
2093
|
+
class MonkeyIconUserComponent {
|
|
2068
2094
|
}
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
2095
|
+
MonkeyIconUserComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconUserComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2096
|
+
MonkeyIconUserComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MonkeyIconUserComponent, selector: "monkey-icon-user", inputs: { fillColor: "fillColor", size: "size" }, ngImport: i0, template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M28 28V25.3333C28 23.9188 27.3679 22.5623 26.2426 21.5621C25.1174 20.5619 23.5913 20 22 20H10C8.4087 20 6.88258 20.5619 5.75736 21.5621C4.63214 22.5623 4 23.9188 4 25.3333V28\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M16 16C19.3137 16 22 13.3137 22 10C22 6.68629 19.3137 4 16 4C12.6863 4 10 6.68629 10 10C10 13.3137 12.6863 16 16 16Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] });
|
|
2097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconUserComponent, decorators: [{
|
|
2072
2098
|
type: Component,
|
|
2073
|
-
args: [{ selector: 'monkey-icon-user
|
|
2099
|
+
args: [{ selector: 'monkey-icon-user', template: "<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" [attr.height]=\"size\" [attr.width]=\"size\">\n<path d=\"M28 28V25.3333C28 23.9188 27.3679 22.5623 26.2426 21.5621C25.1174 20.5619 23.5913 20 22 20H10C8.4087 20 6.88258 20.5619 5.75736 21.5621C4.63214 22.5623 4 23.9188 4 25.3333V28\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n<path d=\"M16 16C19.3137 16 22 13.3137 22 10C22 6.68629 19.3137 4 16 4C12.6863 4 10 6.68629 10 10C10 13.3137 12.6863 16 16 16Z\" stroke=\"#0273E8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" [attr.stroke]=\"fillColor\"/>\n</svg>\n", styles: [":host{display:flex}\n"] }]
|
|
2074
2100
|
}], propDecorators: { fillColor: [{
|
|
2075
2101
|
type: Input
|
|
2076
2102
|
}], size: [{
|
|
@@ -2186,60 +2212,60 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2186
2212
|
[size]="_size"
|
|
2187
2213
|
*ngIf="_icon === 'add-plus'"
|
|
2188
2214
|
></monkey-icon-add-plus>
|
|
2189
|
-
<monkey-icon-arrows
|
|
2190
|
-
[fillColor]="_fillColor"
|
|
2191
|
-
[id]="_id"
|
|
2192
|
-
[size]="_size"
|
|
2193
|
-
*ngIf="_icon === 'arrows'"
|
|
2194
|
-
></monkey-icon-arrows>
|
|
2195
2215
|
<monkey-icon-arrow-down
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2216
|
+
[fillColor]="_fillColor"
|
|
2217
|
+
[id]="_id"
|
|
2218
|
+
[size]="_size"
|
|
2219
|
+
*ngIf="_icon === 'arrow-down'"
|
|
2200
2220
|
></monkey-icon-arrow-down>
|
|
2201
2221
|
<monkey-icon-arrow-left
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2222
|
+
[fillColor]="_fillColor"
|
|
2223
|
+
[id]="_id"
|
|
2224
|
+
[size]="_size"
|
|
2225
|
+
*ngIf="_icon === 'arrow-left'"
|
|
2206
2226
|
></monkey-icon-arrow-left>
|
|
2207
2227
|
<monkey-icon-arrow-right
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2228
|
+
[fillColor]="_fillColor"
|
|
2229
|
+
[id]="_id"
|
|
2230
|
+
[size]="_size"
|
|
2231
|
+
*ngIf="_icon === 'arrow-right'"
|
|
2212
2232
|
></monkey-icon-arrow-right>
|
|
2213
2233
|
<monkey-icon-arrow-line-right
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2234
|
+
[fillColor]="_fillColor"
|
|
2235
|
+
[id]="_id"
|
|
2236
|
+
[size]="_size"
|
|
2237
|
+
*ngIf="_icon === 'arrow-line-right'"
|
|
2218
2238
|
></monkey-icon-arrow-line-right>
|
|
2219
2239
|
<monkey-icon-arrow-up
|
|
2240
|
+
[fillColor]="_fillColor"
|
|
2241
|
+
[id]="_id"
|
|
2242
|
+
[size]="_size"
|
|
2243
|
+
*ngIf="_icon === 'arrow-up'"
|
|
2244
|
+
></monkey-icon-arrow-up>
|
|
2245
|
+
<monkey-icon-arrows
|
|
2220
2246
|
[fillColor]="_fillColor"
|
|
2221
2247
|
[id]="_id"
|
|
2222
2248
|
[size]="_size"
|
|
2223
|
-
*ngIf="_icon === '
|
|
2224
|
-
></monkey-icon-
|
|
2249
|
+
*ngIf="_icon === 'arrows'"
|
|
2250
|
+
></monkey-icon-arrows>
|
|
2225
2251
|
<monkey-icon-auction
|
|
2226
2252
|
[fillColor]="_fillColor"
|
|
2227
2253
|
[id]="_id"
|
|
2228
2254
|
[size]="_size"
|
|
2229
2255
|
*ngIf="_icon === 'auction'"
|
|
2230
2256
|
></monkey-icon-auction>
|
|
2257
|
+
<monkey-icon-bank-account
|
|
2258
|
+
[fillColor]="_fillColor"
|
|
2259
|
+
[id]="_id"
|
|
2260
|
+
[size]="_size"
|
|
2261
|
+
*ngIf="_icon === 'bank-account'"
|
|
2262
|
+
></monkey-icon-bank-account>
|
|
2231
2263
|
<monkey-icon-bank
|
|
2232
2264
|
[fillColor]="_fillColor"
|
|
2233
2265
|
[id]="_id"
|
|
2234
2266
|
[size]="_size"
|
|
2235
2267
|
*ngIf="_icon === 'bank'"
|
|
2236
2268
|
></monkey-icon-bank>
|
|
2237
|
-
<monkey-icon-bank-account
|
|
2238
|
-
[fillColor]="_fillColor"
|
|
2239
|
-
[id]="_id"
|
|
2240
|
-
[size]="_size"
|
|
2241
|
-
*ngIf="_icon === 'bank-account'"
|
|
2242
|
-
></monkey-icon-bank-account>
|
|
2243
2269
|
<monkey-icon-banknote-search
|
|
2244
2270
|
[fillColor]="_fillColor"
|
|
2245
2271
|
[id]="_id"
|
|
@@ -2252,6 +2278,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2252
2278
|
[size]="_size"
|
|
2253
2279
|
*ngIf="_icon === 'bell'"
|
|
2254
2280
|
></monkey-icon-bell>
|
|
2281
|
+
<monkey-icon-block
|
|
2282
|
+
[fillColor]="_fillColor"
|
|
2283
|
+
[id]="_id"
|
|
2284
|
+
[size]="_size"
|
|
2285
|
+
*ngIf="_icon === 'block'"
|
|
2286
|
+
></monkey-icon-block>
|
|
2255
2287
|
<monkey-icon-book
|
|
2256
2288
|
[fillColor]="_fillColor"
|
|
2257
2289
|
[id]="_id"
|
|
@@ -2282,18 +2314,18 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2282
2314
|
[size]="_size"
|
|
2283
2315
|
*ngIf="_icon === 'camera'"
|
|
2284
2316
|
></monkey-icon-camera>
|
|
2285
|
-
<monkey-icon-card
|
|
2286
|
-
[fillColor]="_fillColor"
|
|
2287
|
-
[id]="_id"
|
|
2288
|
-
[size]="_size"
|
|
2289
|
-
*ngIf="_icon === 'card'"
|
|
2290
|
-
></monkey-icon-card>
|
|
2291
2317
|
<monkey-icon-card-machine
|
|
2292
2318
|
[fillColor]="_fillColor"
|
|
2293
2319
|
[id]="_id"
|
|
2294
2320
|
[size]="_size"
|
|
2295
2321
|
*ngIf="_icon === 'card-machine'"
|
|
2296
2322
|
></monkey-icon-card-machine>
|
|
2323
|
+
<monkey-icon-card
|
|
2324
|
+
[fillColor]="_fillColor"
|
|
2325
|
+
[id]="_id"
|
|
2326
|
+
[size]="_size"
|
|
2327
|
+
*ngIf="_icon === 'card'"
|
|
2328
|
+
></monkey-icon-card>
|
|
2297
2329
|
<monkey-icon-cash-banknote-invoice
|
|
2298
2330
|
[fillColor]="_fillColor"
|
|
2299
2331
|
[id]="_id"
|
|
@@ -2378,18 +2410,18 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2378
2410
|
[size]="_size"
|
|
2379
2411
|
*ngIf="_icon === 'company-name'"
|
|
2380
2412
|
></monkey-icon-company-name>
|
|
2381
|
-
<monkey-icon-contract
|
|
2382
|
-
[fillColor]="_fillColor"
|
|
2383
|
-
[id]="_id"
|
|
2384
|
-
[size]="_size"
|
|
2385
|
-
*ngIf="_icon === 'contract'"
|
|
2386
|
-
></monkey-icon-contract>
|
|
2387
2413
|
<monkey-icon-contract-pen
|
|
2388
2414
|
[fillColor]="_fillColor"
|
|
2389
2415
|
[id]="_id"
|
|
2390
2416
|
[size]="_size"
|
|
2391
2417
|
*ngIf="_icon === 'contract-pen'"
|
|
2392
2418
|
></monkey-icon-contract-pen>
|
|
2419
|
+
<monkey-icon-contract
|
|
2420
|
+
[fillColor]="_fillColor"
|
|
2421
|
+
[id]="_id"
|
|
2422
|
+
[size]="_size"
|
|
2423
|
+
*ngIf="_icon === 'contract'"
|
|
2424
|
+
></monkey-icon-contract>
|
|
2393
2425
|
<monkey-icon-delete
|
|
2394
2426
|
[fillColor]="_fillColor"
|
|
2395
2427
|
[id]="_id"
|
|
@@ -2402,18 +2434,18 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2402
2434
|
[size]="_size"
|
|
2403
2435
|
*ngIf="_icon === 'document'"
|
|
2404
2436
|
></monkey-icon-document>
|
|
2405
|
-
<monkey-icon-dollar-sign
|
|
2406
|
-
[fillColor]="_fillColor"
|
|
2407
|
-
[id]="_id"
|
|
2408
|
-
[size]="_size"
|
|
2409
|
-
*ngIf="_icon === 'dollar-sign'"
|
|
2410
|
-
></monkey-icon-dollar-sign>
|
|
2411
2437
|
<monkey-icon-dollar-sign-circle
|
|
2412
2438
|
[fillColor]="_fillColor"
|
|
2413
2439
|
[id]="_id"
|
|
2414
2440
|
[size]="_size"
|
|
2415
2441
|
*ngIf="_icon === 'dollar-sign-circle'"
|
|
2416
2442
|
></monkey-icon-dollar-sign-circle>
|
|
2443
|
+
<monkey-icon-dollar-sign
|
|
2444
|
+
[fillColor]="_fillColor"
|
|
2445
|
+
[id]="_id"
|
|
2446
|
+
[size]="_size"
|
|
2447
|
+
*ngIf="_icon === 'dollar-sign'"
|
|
2448
|
+
></monkey-icon-dollar-sign>
|
|
2417
2449
|
<monkey-icon-domain
|
|
2418
2450
|
[fillColor]="_fillColor"
|
|
2419
2451
|
[id]="_id"
|
|
@@ -2486,6 +2518,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2486
2518
|
[size]="_size"
|
|
2487
2519
|
*ngIf="_icon === 'eye-open'"
|
|
2488
2520
|
></monkey-icon-eye-open>
|
|
2521
|
+
<monkey-icon-filter-add
|
|
2522
|
+
[fillColor]="_fillColor"
|
|
2523
|
+
[id]="_id"
|
|
2524
|
+
[size]="_size"
|
|
2525
|
+
*ngIf="_icon === 'filter-add'"
|
|
2526
|
+
></monkey-icon-filter-add>
|
|
2489
2527
|
<monkey-icon-filter
|
|
2490
2528
|
[fillColor]="_fillColor"
|
|
2491
2529
|
[id]="_id"
|
|
@@ -2522,6 +2560,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2522
2560
|
[size]="_size"
|
|
2523
2561
|
*ngIf="_icon === 'home'"
|
|
2524
2562
|
></monkey-icon-home>
|
|
2563
|
+
<monkey-icon-image
|
|
2564
|
+
[fillColor]="_fillColor"
|
|
2565
|
+
[id]="_id"
|
|
2566
|
+
[size]="_size"
|
|
2567
|
+
*ngIf="_icon === 'image'"
|
|
2568
|
+
></monkey-icon-image>
|
|
2525
2569
|
<monkey-icon-info
|
|
2526
2570
|
[fillColor]="_fillColor"
|
|
2527
2571
|
[id]="_id"
|
|
@@ -2552,12 +2596,6 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2552
2596
|
[size]="_size"
|
|
2553
2597
|
*ngIf="_icon === 'invoices-refused'"
|
|
2554
2598
|
></monkey-icon-invoices-refused>
|
|
2555
|
-
<monkey-icon-image
|
|
2556
|
-
[fillColor]="_fillColor"
|
|
2557
|
-
[id]="_id"
|
|
2558
|
-
[size]="_size"
|
|
2559
|
-
*ngIf="_icon === 'image'"
|
|
2560
|
-
></monkey-icon-image>
|
|
2561
2599
|
<monkey-icon-list
|
|
2562
2600
|
[fillColor]="_fillColor"
|
|
2563
2601
|
[id]="_id"
|
|
@@ -2594,12 +2632,6 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2594
2632
|
[size]="_size"
|
|
2595
2633
|
*ngIf="_icon === 'menu'"
|
|
2596
2634
|
></monkey-icon-menu>
|
|
2597
|
-
<monkey-icon-money
|
|
2598
|
-
[fillColor]="_fillColor"
|
|
2599
|
-
[id]="_id"
|
|
2600
|
-
[size]="_size"
|
|
2601
|
-
*ngIf="_icon === 'money'"
|
|
2602
|
-
></monkey-icon-money>
|
|
2603
2635
|
<monkey-icon-money-cedule
|
|
2604
2636
|
[fillColor]="_fillColor"
|
|
2605
2637
|
[id]="_id"
|
|
@@ -2618,6 +2650,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2618
2650
|
[size]="_size"
|
|
2619
2651
|
*ngIf="_icon === 'money-sign'"
|
|
2620
2652
|
></monkey-icon-money-sign>
|
|
2653
|
+
<monkey-icon-money
|
|
2654
|
+
[fillColor]="_fillColor"
|
|
2655
|
+
[id]="_id"
|
|
2656
|
+
[size]="_size"
|
|
2657
|
+
*ngIf="_icon === 'money'"
|
|
2658
|
+
></monkey-icon-money>
|
|
2621
2659
|
<monkey-icon-more-circle
|
|
2622
2660
|
[fillColor]="_fillColor"
|
|
2623
2661
|
[id]="_id"
|
|
@@ -2654,12 +2692,6 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2654
2692
|
[size]="_size"
|
|
2655
2693
|
*ngIf="_icon === 'password'"
|
|
2656
2694
|
></monkey-icon-password>
|
|
2657
|
-
<monkey-icon-pin-navigation
|
|
2658
|
-
[fillColor]="_fillColor"
|
|
2659
|
-
[id]="_id"
|
|
2660
|
-
[size]="_size"
|
|
2661
|
-
*ngIf="_icon === 'pin-navigation'"
|
|
2662
|
-
></monkey-icon-pin-navigation>
|
|
2663
2695
|
<monkey-icon-people
|
|
2664
2696
|
[fillColor]="_fillColor"
|
|
2665
2697
|
[id]="_id"
|
|
@@ -2684,18 +2716,24 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2684
2716
|
[size]="_size"
|
|
2685
2717
|
*ngIf="_icon === 'person-sad'"
|
|
2686
2718
|
></monkey-icon-person-sad>
|
|
2719
|
+
<monkey-icon-phone-call
|
|
2720
|
+
[fillColor]="_fillColor"
|
|
2721
|
+
[id]="_id"
|
|
2722
|
+
[size]="_size"
|
|
2723
|
+
*ngIf="_icon === 'phone-call'"
|
|
2724
|
+
></monkey-icon-phone-call>
|
|
2687
2725
|
<monkey-icon-phone
|
|
2688
2726
|
[fillColor]="_fillColor"
|
|
2689
2727
|
[id]="_id"
|
|
2690
2728
|
[size]="_size"
|
|
2691
2729
|
*ngIf="_icon === 'phone'"
|
|
2692
2730
|
></monkey-icon-phone>
|
|
2693
|
-
<monkey-icon-
|
|
2731
|
+
<monkey-icon-pin-navigation
|
|
2694
2732
|
[fillColor]="_fillColor"
|
|
2695
2733
|
[id]="_id"
|
|
2696
2734
|
[size]="_size"
|
|
2697
|
-
*ngIf="_icon === '
|
|
2698
|
-
></monkey-icon-
|
|
2735
|
+
*ngIf="_icon === 'pin-navigation'"
|
|
2736
|
+
></monkey-icon-pin-navigation>
|
|
2699
2737
|
<monkey-icon-pork
|
|
2700
2738
|
[fillColor]="_fillColor"
|
|
2701
2739
|
[id]="_id"
|
|
@@ -2780,18 +2818,18 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2780
2818
|
[size]="_size"
|
|
2781
2819
|
*ngIf="_icon === 'upload'"
|
|
2782
2820
|
></monkey-icon-upload>
|
|
2783
|
-
<monkey-icon-user
|
|
2784
|
-
[fillColor]="_fillColor"
|
|
2785
|
-
[id]="_id"
|
|
2786
|
-
[size]="_size"
|
|
2787
|
-
*ngIf="_icon === 'user'"
|
|
2788
|
-
></monkey-icon-user>
|
|
2789
2821
|
<monkey-icon-user-group
|
|
2790
2822
|
[fillColor]="_fillColor"
|
|
2791
2823
|
[id]="_id"
|
|
2792
2824
|
[size]="_size"
|
|
2793
2825
|
*ngIf="_icon === 'user-group'"
|
|
2794
2826
|
></monkey-icon-user-group>
|
|
2827
|
+
<monkey-icon-user
|
|
2828
|
+
[fillColor]="_fillColor"
|
|
2829
|
+
[id]="_id"
|
|
2830
|
+
[size]="_size"
|
|
2831
|
+
*ngIf="_icon === 'user'"
|
|
2832
|
+
></monkey-icon-user>
|
|
2795
2833
|
<monkey-icon-waiting
|
|
2796
2834
|
[fillColor]="_fillColor"
|
|
2797
2835
|
[id]="_id"
|
|
@@ -2810,7 +2848,7 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2810
2848
|
[size]="_size"
|
|
2811
2849
|
*ngIf="_icon === 'warning'"
|
|
2812
2850
|
></monkey-icon-warning>
|
|
2813
|
-
`, isInline: true, components: [{ type: MonkeyIconAddPlusComponent, selector: "monkey-icon-add-plus", inputs: ["fillColor", "size"] }, { 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: MonkeyIconCashBanknoteInvoiceComponent, selector: "monkey-icon-cash-banknote-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconChatComponent, selector: "monkey-icon-chat", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleOutComponent, selector: "monkey-icon-check-circle-out", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleComponent, selector: "monkey-icon-check-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckGreyComponent, selector: "monkey-icon-check-grey", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckWhiteComponent, selector: "monkey-icon-check-white", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckComponent, selector: "monkey-icon-check", inputs: ["fillColor", "size"] }, { type: MonkeyIconClipboardComponent, selector: "monkey-icon-clipboard", inputs: ["fillColor", "size"] }, { type: MonkeyIconClockComponent, selector: "monkey-icon-clock", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseCircleComponent, selector: "monkey-icon-close-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseComponent, selector: "monkey-icon-close", inputs: ["fillColor", "size"] }, { type: MonkeyIconCNPJComponent, selector: "monkey-icon-cnpj", inputs: ["fillColor", "size"] }, { type: MonkeyIconCodepenComponent, selector: "monkey-icon-codepen", inputs: ["fillColor", "size"] }, { type: MonkeyIconCompanyNameComponent, selector: "monkey-icon-company-name", inputs: ["fillColor", "size"] }, { type: 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: MonkeyIconDotsMenuComponent, selector: "monkey-icon-dots-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowLeftComponent, selector: "monkey-icon-double-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowRightComponent, selector: "monkey-icon-double-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconDownloadComponent, selector: "monkey-icon-download", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditSquareComponent, selector: "monkey-icon-edit-square", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditComponent, selector: "monkey-icon-edit", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmailComponent, selector: "monkey-icon-email", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmptyDocComponent, selector: "monkey-icon-empty-doc", inputs: ["fillColor", "size"] }, { type: MonkeyIconErrorComponent, selector: "monkey-icon-error", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeClosedComponent, selector: "monkey-icon-eye-closed", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeOpenComponent, selector: "monkey-icon-eye-open", inputs: ["fillColor", "size"] }, { type: MonkeyIconFilterComponent, selector: "monkey-icon-filter", inputs: ["fillColor", "size"] }, { type: MonkeyIconGridComponent, selector: "monkey-icon-grid", inputs: ["fillColor", "size"] }, { type: MonkeyIconHandsClapComponent, selector: "monkey-icon-hands-clap", inputs: ["fillColor", "size"] }, { type: MonkeyIconHelpComponent, selector: "monkey-icon-help", inputs: ["fillColor", "size"] }, { type: MonkeyIconHexagonComponent, selector: "monkey-icon-hexagon", inputs: ["fillColor", "size"] }, { type: MonkeyIconHomeComponent, selector: "monkey-icon-home", inputs: ["fillColor", "size"] }, { type: 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: 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: MonkeyIconMoreCircleComponent, selector: "monkey-icon-more-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreComponent, selector: "monkey-icon-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconNewCompanyComponent, selector: "monkey-icon-new-company", inputs: ["fillColor", "size"] }, { type: MonkeyIconOfferedComponent, selector: "monkey-icon-offered", inputs: ["fillColor", "size"] }, { type: MonkeyIconOpenExternalComponent, selector: "monkey-icon-open-external", inputs: ["fillColor", "size"] }, { type: MonkeyIconPasswordComponent, selector: "monkey-icon-password", inputs: ["fillColor", "size"] }, { type: MonkeyIconPinNavigationComponent, selector: "monkey-icon-pin-navigation", 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: MonkeyIconPhoneCallComponent, selector: "monkey-icon-phone-call", inputs: ["fillColor", "size"] }, { type: MonkeyIconPorkComponent, selector: "monkey-icon-pork", inputs: ["fillColor", "size"] }, { type: MonkeyIconRadioComponent, selector: "monkey-icon-radio", inputs: ["fillColor", "size"] }, { type: MonkeyIconRefreshComponent, selector: "monkey-icon-refresh", inputs: ["fillColor", "size"] }, { type: MonkeyIconRepeatComponent, selector: "monkey-icon-repeat", inputs: ["fillColor", "size"] }, { type: MonkeyIconSearchComponent, selector: "monkey-icon-search", inputs: ["fillColor", "size"] }, { type: MonkeyIconSecondWarningComponent, selector: "monkey-icon-second-warning", inputs: ["fillColor", "size"] }, { type: MonkeyIconSettingsComponent, selector: "monkey-icon-settings", inputs: ["fillColor", "size"] }, { type: MonkeyIconShieldChekmarkComponent, selector: "monkey-icon-shield-chekmark", inputs: ["fillColor", "size"] }, { type: MonkeyIconStarComponent, selector: "monkey-icon-star", inputs: ["fillColor", "size"] }, { type: MonkeyIconTodayComponent, selector: "monkey-icon-today", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrashComponent, selector: "monkey-icon-trash", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrophyComponent, selector: "monkey-icon-trophy", inputs: ["fillColor", "size"] }, { type: MonkeyIconUnfoldMoreComponent, selector: "monkey-icon-unfold-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconUploadComponent, selector: "monkey-icon-upload", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserComponent, selector: "monkey-icon-user", inputs: ["fillColor", "size"] }, { type: 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 });
|
|
2851
|
+
`, isInline: true, components: [{ type: MonkeyIconAddPlusComponent, selector: "monkey-icon-add-plus", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowDownComponent, selector: "monkey-icon-arrow-down", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLeftComponent, selector: "monkey-icon-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowRightComponent, selector: "monkey-icon-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowLineRightComponent, selector: "monkey-icon-arrow-line-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconArrowUpComponent, selector: "monkey-icon-arrow-up", inputs: ["fillColor", "size"] }, { type: MonkeyArrowsComponent, selector: "monkey-icon-arrows", inputs: ["fillColor", "size"] }, { type: MonkeyIconAuctionComponent, selector: "monkey-icon-auction", inputs: ["fillColor", "size"] }, { type: MonkeyBankAccountComponent, selector: "monkey-icon-bank-account", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankComponent, selector: "monkey-icon-bank", inputs: ["fillColor", "size"] }, { type: MonkeyIconBankNoteSearchComponent, selector: "monkey-icon-banknote-search", inputs: ["fillColor", "size"] }, { type: MonkeyIconBellComponent, selector: "monkey-icon-bell", inputs: ["fillColor", "size"] }, { type: MonkeyIconBlockComponent, selector: "monkey-icon-block", inputs: ["fillColor", "size"] }, { type: MonkeyIconBookComponent, selector: "monkey-icon-book", inputs: ["fillColor", "size"] }, { type: MonkeyIconBoxComponent, selector: "monkey-icon-box", inputs: ["fillColor", "size"] }, { type: MonkeyIconBuildPersonComponent, selector: "monkey-icon-build-person", inputs: ["fillColor", "size"] }, { type: MonkeyIconCalendarComponent, selector: "monkey-icon-calendar", inputs: ["fillColor", "size"] }, { type: MonkeyIconCameraComponent, selector: "monkey-icon-camera", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardMachineComponent, selector: "monkey-icon-card-machine", inputs: ["fillColor", "size"] }, { type: MonkeyIconCardComponent, selector: "monkey-icon-card", inputs: ["fillColor", "size"] }, { type: MonkeyIconCashBanknoteInvoiceComponent, selector: "monkey-icon-cash-banknote-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconChatComponent, selector: "monkey-icon-chat", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleOutComponent, selector: "monkey-icon-check-circle-out", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckCircleComponent, selector: "monkey-icon-check-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckGreyComponent, selector: "monkey-icon-check-grey", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckWhiteComponent, selector: "monkey-icon-check-white", inputs: ["fillColor", "size"] }, { type: MonkeyIconCheckComponent, selector: "monkey-icon-check", inputs: ["fillColor", "size"] }, { type: MonkeyIconClipboardComponent, selector: "monkey-icon-clipboard", inputs: ["fillColor", "size"] }, { type: MonkeyIconClockComponent, selector: "monkey-icon-clock", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseCircleComponent, selector: "monkey-icon-close-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconCloseComponent, selector: "monkey-icon-close", inputs: ["fillColor", "size"] }, { type: MonkeyIconCNPJComponent, selector: "monkey-icon-cnpj", inputs: ["fillColor", "size"] }, { type: MonkeyIconCodepenComponent, selector: "monkey-icon-codepen", inputs: ["fillColor", "size"] }, { type: MonkeyIconCompanyNameComponent, selector: "monkey-icon-company-name", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractPenComponent, selector: "monkey-icon-contract-pen", inputs: ["fillColor", "size"] }, { type: MonkeyIconContractComponent, selector: "monkey-icon-contract", inputs: ["fillColor", "size"] }, { type: MonkeyIconDeleteComponent, selector: "monkey-icon-delete", inputs: ["fillColor", "size"] }, { type: MonkeyIconDocumentComponent, selector: "monkey-icon-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignCircleComponent, selector: "monkey-icon-dollar-sign-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconDollarSignComponent, selector: "monkey-icon-dollar-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconDomainComponent, selector: "monkey-icon-domain", inputs: ["fillColor", "size"] }, { type: MonkeyIconDotsMenuComponent, selector: "monkey-icon-dots-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowLeftComponent, selector: "monkey-icon-double-arrow-left", inputs: ["fillColor", "size"] }, { type: MonkeyIconDoubleArrowRightComponent, selector: "monkey-icon-double-arrow-right", inputs: ["fillColor", "size"] }, { type: MonkeyIconDownloadComponent, selector: "monkey-icon-download", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditSquareComponent, selector: "monkey-icon-edit-square", inputs: ["fillColor", "size"] }, { type: MonkeyIconEditComponent, selector: "monkey-icon-edit", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmailComponent, selector: "monkey-icon-email", inputs: ["fillColor", "size"] }, { type: MonkeyIconEmptyDocComponent, selector: "monkey-icon-empty-doc", inputs: ["fillColor", "size"] }, { type: MonkeyIconErrorComponent, selector: "monkey-icon-error", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeClosedComponent, selector: "monkey-icon-eye-closed", inputs: ["fillColor", "size"] }, { type: MonkeyIconEyeOpenComponent, selector: "monkey-icon-eye-open", inputs: ["fillColor", "size"] }, { type: MonkeyIconFilterAddComponent, selector: "monkey-icon-filter-add", inputs: ["fillColor", "size"] }, { type: MonkeyIconFilterComponent, selector: "monkey-icon-filter", inputs: ["fillColor", "size"] }, { type: MonkeyIconGridComponent, selector: "monkey-icon-grid", inputs: ["fillColor", "size"] }, { type: MonkeyIconHandsClapComponent, selector: "monkey-icon-hands-clap", inputs: ["fillColor", "size"] }, { type: MonkeyIconHelpComponent, selector: "monkey-icon-help", inputs: ["fillColor", "size"] }, { type: MonkeyIconHexagonComponent, selector: "monkey-icon-hexagon", inputs: ["fillColor", "size"] }, { type: MonkeyIconHomeComponent, selector: "monkey-icon-home", inputs: ["fillColor", "size"] }, { type: MonkeyIconImageComponent, selector: "monkey-icon-image", inputs: ["fillColor", "size"] }, { type: MonkeyIconInfoComponent, selector: "monkey-icon-info", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoiceComponent, selector: "monkey-icon-invoice", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesAnticipatedComponent, selector: "monkey-icon-invoices-anticipated", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesApprovalComponent, selector: "monkey-icon-invoices-approval", inputs: ["fillColor", "size"] }, { type: MonkeyIconInvoicesRefusedComponent, selector: "monkey-icon-invoices-refused", inputs: ["fillColor", "size"] }, { type: MonkeyIconListComponent, selector: "monkey-icon-list", inputs: ["fillColor", "size"] }, { type: MonkeyIconLocationPinComponent, selector: "monkey-icon-location-pin", inputs: ["fillColor", "size"] }, { type: MonkeyIconLoginComponent, selector: "monkey-icon-login", inputs: ["fillColor", "size"] }, { type: MonkeyIconLogoutComponent, selector: "monkey-icon-logout", inputs: ["fillColor", "size"] }, { type: MonkeyIconMedalComponent, selector: "monkey-icon-medal", inputs: ["fillColor", "size"] }, { type: MonkeyIconMenuComponent, selector: "monkey-icon-menu", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyCeduleComponent, selector: "monkey-icon-money-cedule", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyHandComponent, selector: "monkey-icon-money-hand", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneySignComponent, selector: "monkey-icon-money-sign", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoneyComponent, selector: "monkey-icon-money", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreCircleComponent, selector: "monkey-icon-more-circle", inputs: ["fillColor", "size"] }, { type: MonkeyIconMoreComponent, selector: "monkey-icon-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconNewCompanyComponent, selector: "monkey-icon-new-company", inputs: ["fillColor", "size"] }, { type: MonkeyIconOfferedComponent, selector: "monkey-icon-offered", inputs: ["fillColor", "size"] }, { type: MonkeyIconOpenExternalComponent, selector: "monkey-icon-open-external", inputs: ["fillColor", "size"] }, { type: MonkeyIconPasswordComponent, selector: "monkey-icon-password", inputs: ["fillColor", "size"] }, { type: MonkeyIconPeopleComponent, selector: "monkey-icon-people", inputs: ["fillColor", "size"] }, { type: MonkeyIconPercentComponent, selector: "monkey-icon-percent", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonDocumentComponent, selector: "monkey-icon-person-document", inputs: ["fillColor", "size"] }, { type: MonkeyIconPersonSadComponent, selector: "monkey-icon-person-sad", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneCallComponent, selector: "monkey-icon-phone-call", inputs: ["fillColor", "size"] }, { type: MonkeyIconPhoneComponent, selector: "monkey-icon-phone", inputs: ["fillColor", "size"] }, { type: MonkeyIconPinNavigationComponent, selector: "monkey-icon-pin-navigation", inputs: ["fillColor", "size"] }, { type: MonkeyIconPorkComponent, selector: "monkey-icon-pork", inputs: ["fillColor", "size"] }, { type: MonkeyIconRadioComponent, selector: "monkey-icon-radio", inputs: ["fillColor", "size"] }, { type: MonkeyIconRefreshComponent, selector: "monkey-icon-refresh", inputs: ["fillColor", "size"] }, { type: MonkeyIconRepeatComponent, selector: "monkey-icon-repeat", inputs: ["fillColor", "size"] }, { type: MonkeyIconSearchComponent, selector: "monkey-icon-search", inputs: ["fillColor", "size"] }, { type: MonkeyIconSecondWarningComponent, selector: "monkey-icon-second-warning", inputs: ["fillColor", "size"] }, { type: MonkeyIconSettingsComponent, selector: "monkey-icon-settings", inputs: ["fillColor", "size"] }, { type: MonkeyIconShieldChekmarkComponent, selector: "monkey-icon-shield-chekmark", inputs: ["fillColor", "size"] }, { type: MonkeyIconStarComponent, selector: "monkey-icon-star", inputs: ["fillColor", "size"] }, { type: MonkeyIconTodayComponent, selector: "monkey-icon-today", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrashComponent, selector: "monkey-icon-trash", inputs: ["fillColor", "size"] }, { type: MonkeyIconTrophyComponent, selector: "monkey-icon-trophy", inputs: ["fillColor", "size"] }, { type: MonkeyIconUnfoldMoreComponent, selector: "monkey-icon-unfold-more", inputs: ["fillColor", "size"] }, { type: MonkeyIconUploadComponent, selector: "monkey-icon-upload", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserGroupComponent, selector: "monkey-icon-user-group", inputs: ["fillColor", "size"] }, { type: MonkeyIconUserComponent, selector: "monkey-icon-user", inputs: ["fillColor", "size"] }, { type: MonkeyIconWaitingComponent, selector: "monkey-icon-waiting", inputs: ["fillColor", "size"] }, { type: MonkeyIconWalletComponent, selector: "monkey-icon-wallet", inputs: ["fillColor", "size"] }, { type: MonkeyIconWarningComponent, selector: "monkey-icon-warning", inputs: ["fillColor", "size"] }], directives: [{ type: i1$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
2814
2852
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconComponent, decorators: [{
|
|
2815
2853
|
type: Component,
|
|
2816
2854
|
args: [{
|
|
@@ -2822,60 +2860,60 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2822
2860
|
[size]="_size"
|
|
2823
2861
|
*ngIf="_icon === 'add-plus'"
|
|
2824
2862
|
></monkey-icon-add-plus>
|
|
2825
|
-
<monkey-icon-arrows
|
|
2826
|
-
[fillColor]="_fillColor"
|
|
2827
|
-
[id]="_id"
|
|
2828
|
-
[size]="_size"
|
|
2829
|
-
*ngIf="_icon === 'arrows'"
|
|
2830
|
-
></monkey-icon-arrows>
|
|
2831
2863
|
<monkey-icon-arrow-down
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2864
|
+
[fillColor]="_fillColor"
|
|
2865
|
+
[id]="_id"
|
|
2866
|
+
[size]="_size"
|
|
2867
|
+
*ngIf="_icon === 'arrow-down'"
|
|
2836
2868
|
></monkey-icon-arrow-down>
|
|
2837
2869
|
<monkey-icon-arrow-left
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2870
|
+
[fillColor]="_fillColor"
|
|
2871
|
+
[id]="_id"
|
|
2872
|
+
[size]="_size"
|
|
2873
|
+
*ngIf="_icon === 'arrow-left'"
|
|
2842
2874
|
></monkey-icon-arrow-left>
|
|
2843
2875
|
<monkey-icon-arrow-right
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2876
|
+
[fillColor]="_fillColor"
|
|
2877
|
+
[id]="_id"
|
|
2878
|
+
[size]="_size"
|
|
2879
|
+
*ngIf="_icon === 'arrow-right'"
|
|
2848
2880
|
></monkey-icon-arrow-right>
|
|
2849
2881
|
<monkey-icon-arrow-line-right
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2882
|
+
[fillColor]="_fillColor"
|
|
2883
|
+
[id]="_id"
|
|
2884
|
+
[size]="_size"
|
|
2885
|
+
*ngIf="_icon === 'arrow-line-right'"
|
|
2854
2886
|
></monkey-icon-arrow-line-right>
|
|
2855
2887
|
<monkey-icon-arrow-up
|
|
2888
|
+
[fillColor]="_fillColor"
|
|
2889
|
+
[id]="_id"
|
|
2890
|
+
[size]="_size"
|
|
2891
|
+
*ngIf="_icon === 'arrow-up'"
|
|
2892
|
+
></monkey-icon-arrow-up>
|
|
2893
|
+
<monkey-icon-arrows
|
|
2856
2894
|
[fillColor]="_fillColor"
|
|
2857
2895
|
[id]="_id"
|
|
2858
2896
|
[size]="_size"
|
|
2859
|
-
*ngIf="_icon === '
|
|
2860
|
-
></monkey-icon-
|
|
2897
|
+
*ngIf="_icon === 'arrows'"
|
|
2898
|
+
></monkey-icon-arrows>
|
|
2861
2899
|
<monkey-icon-auction
|
|
2862
2900
|
[fillColor]="_fillColor"
|
|
2863
2901
|
[id]="_id"
|
|
2864
2902
|
[size]="_size"
|
|
2865
2903
|
*ngIf="_icon === 'auction'"
|
|
2866
2904
|
></monkey-icon-auction>
|
|
2905
|
+
<monkey-icon-bank-account
|
|
2906
|
+
[fillColor]="_fillColor"
|
|
2907
|
+
[id]="_id"
|
|
2908
|
+
[size]="_size"
|
|
2909
|
+
*ngIf="_icon === 'bank-account'"
|
|
2910
|
+
></monkey-icon-bank-account>
|
|
2867
2911
|
<monkey-icon-bank
|
|
2868
2912
|
[fillColor]="_fillColor"
|
|
2869
2913
|
[id]="_id"
|
|
2870
2914
|
[size]="_size"
|
|
2871
2915
|
*ngIf="_icon === 'bank'"
|
|
2872
2916
|
></monkey-icon-bank>
|
|
2873
|
-
<monkey-icon-bank-account
|
|
2874
|
-
[fillColor]="_fillColor"
|
|
2875
|
-
[id]="_id"
|
|
2876
|
-
[size]="_size"
|
|
2877
|
-
*ngIf="_icon === 'bank-account'"
|
|
2878
|
-
></monkey-icon-bank-account>
|
|
2879
2917
|
<monkey-icon-banknote-search
|
|
2880
2918
|
[fillColor]="_fillColor"
|
|
2881
2919
|
[id]="_id"
|
|
@@ -2888,6 +2926,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2888
2926
|
[size]="_size"
|
|
2889
2927
|
*ngIf="_icon === 'bell'"
|
|
2890
2928
|
></monkey-icon-bell>
|
|
2929
|
+
<monkey-icon-block
|
|
2930
|
+
[fillColor]="_fillColor"
|
|
2931
|
+
[id]="_id"
|
|
2932
|
+
[size]="_size"
|
|
2933
|
+
*ngIf="_icon === 'block'"
|
|
2934
|
+
></monkey-icon-block>
|
|
2891
2935
|
<monkey-icon-book
|
|
2892
2936
|
[fillColor]="_fillColor"
|
|
2893
2937
|
[id]="_id"
|
|
@@ -2918,18 +2962,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2918
2962
|
[size]="_size"
|
|
2919
2963
|
*ngIf="_icon === 'camera'"
|
|
2920
2964
|
></monkey-icon-camera>
|
|
2921
|
-
<monkey-icon-card
|
|
2922
|
-
[fillColor]="_fillColor"
|
|
2923
|
-
[id]="_id"
|
|
2924
|
-
[size]="_size"
|
|
2925
|
-
*ngIf="_icon === 'card'"
|
|
2926
|
-
></monkey-icon-card>
|
|
2927
2965
|
<monkey-icon-card-machine
|
|
2928
2966
|
[fillColor]="_fillColor"
|
|
2929
2967
|
[id]="_id"
|
|
2930
2968
|
[size]="_size"
|
|
2931
2969
|
*ngIf="_icon === 'card-machine'"
|
|
2932
2970
|
></monkey-icon-card-machine>
|
|
2971
|
+
<monkey-icon-card
|
|
2972
|
+
[fillColor]="_fillColor"
|
|
2973
|
+
[id]="_id"
|
|
2974
|
+
[size]="_size"
|
|
2975
|
+
*ngIf="_icon === 'card'"
|
|
2976
|
+
></monkey-icon-card>
|
|
2933
2977
|
<monkey-icon-cash-banknote-invoice
|
|
2934
2978
|
[fillColor]="_fillColor"
|
|
2935
2979
|
[id]="_id"
|
|
@@ -3014,18 +3058,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3014
3058
|
[size]="_size"
|
|
3015
3059
|
*ngIf="_icon === 'company-name'"
|
|
3016
3060
|
></monkey-icon-company-name>
|
|
3017
|
-
<monkey-icon-contract
|
|
3018
|
-
[fillColor]="_fillColor"
|
|
3019
|
-
[id]="_id"
|
|
3020
|
-
[size]="_size"
|
|
3021
|
-
*ngIf="_icon === 'contract'"
|
|
3022
|
-
></monkey-icon-contract>
|
|
3023
3061
|
<monkey-icon-contract-pen
|
|
3024
3062
|
[fillColor]="_fillColor"
|
|
3025
3063
|
[id]="_id"
|
|
3026
3064
|
[size]="_size"
|
|
3027
3065
|
*ngIf="_icon === 'contract-pen'"
|
|
3028
3066
|
></monkey-icon-contract-pen>
|
|
3067
|
+
<monkey-icon-contract
|
|
3068
|
+
[fillColor]="_fillColor"
|
|
3069
|
+
[id]="_id"
|
|
3070
|
+
[size]="_size"
|
|
3071
|
+
*ngIf="_icon === 'contract'"
|
|
3072
|
+
></monkey-icon-contract>
|
|
3029
3073
|
<monkey-icon-delete
|
|
3030
3074
|
[fillColor]="_fillColor"
|
|
3031
3075
|
[id]="_id"
|
|
@@ -3038,18 +3082,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3038
3082
|
[size]="_size"
|
|
3039
3083
|
*ngIf="_icon === 'document'"
|
|
3040
3084
|
></monkey-icon-document>
|
|
3041
|
-
<monkey-icon-dollar-sign
|
|
3042
|
-
[fillColor]="_fillColor"
|
|
3043
|
-
[id]="_id"
|
|
3044
|
-
[size]="_size"
|
|
3045
|
-
*ngIf="_icon === 'dollar-sign'"
|
|
3046
|
-
></monkey-icon-dollar-sign>
|
|
3047
3085
|
<monkey-icon-dollar-sign-circle
|
|
3048
3086
|
[fillColor]="_fillColor"
|
|
3049
3087
|
[id]="_id"
|
|
3050
3088
|
[size]="_size"
|
|
3051
3089
|
*ngIf="_icon === 'dollar-sign-circle'"
|
|
3052
3090
|
></monkey-icon-dollar-sign-circle>
|
|
3091
|
+
<monkey-icon-dollar-sign
|
|
3092
|
+
[fillColor]="_fillColor"
|
|
3093
|
+
[id]="_id"
|
|
3094
|
+
[size]="_size"
|
|
3095
|
+
*ngIf="_icon === 'dollar-sign'"
|
|
3096
|
+
></monkey-icon-dollar-sign>
|
|
3053
3097
|
<monkey-icon-domain
|
|
3054
3098
|
[fillColor]="_fillColor"
|
|
3055
3099
|
[id]="_id"
|
|
@@ -3122,6 +3166,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3122
3166
|
[size]="_size"
|
|
3123
3167
|
*ngIf="_icon === 'eye-open'"
|
|
3124
3168
|
></monkey-icon-eye-open>
|
|
3169
|
+
<monkey-icon-filter-add
|
|
3170
|
+
[fillColor]="_fillColor"
|
|
3171
|
+
[id]="_id"
|
|
3172
|
+
[size]="_size"
|
|
3173
|
+
*ngIf="_icon === 'filter-add'"
|
|
3174
|
+
></monkey-icon-filter-add>
|
|
3125
3175
|
<monkey-icon-filter
|
|
3126
3176
|
[fillColor]="_fillColor"
|
|
3127
3177
|
[id]="_id"
|
|
@@ -3158,6 +3208,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3158
3208
|
[size]="_size"
|
|
3159
3209
|
*ngIf="_icon === 'home'"
|
|
3160
3210
|
></monkey-icon-home>
|
|
3211
|
+
<monkey-icon-image
|
|
3212
|
+
[fillColor]="_fillColor"
|
|
3213
|
+
[id]="_id"
|
|
3214
|
+
[size]="_size"
|
|
3215
|
+
*ngIf="_icon === 'image'"
|
|
3216
|
+
></monkey-icon-image>
|
|
3161
3217
|
<monkey-icon-info
|
|
3162
3218
|
[fillColor]="_fillColor"
|
|
3163
3219
|
[id]="_id"
|
|
@@ -3188,12 +3244,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3188
3244
|
[size]="_size"
|
|
3189
3245
|
*ngIf="_icon === 'invoices-refused'"
|
|
3190
3246
|
></monkey-icon-invoices-refused>
|
|
3191
|
-
<monkey-icon-image
|
|
3192
|
-
[fillColor]="_fillColor"
|
|
3193
|
-
[id]="_id"
|
|
3194
|
-
[size]="_size"
|
|
3195
|
-
*ngIf="_icon === 'image'"
|
|
3196
|
-
></monkey-icon-image>
|
|
3197
3247
|
<monkey-icon-list
|
|
3198
3248
|
[fillColor]="_fillColor"
|
|
3199
3249
|
[id]="_id"
|
|
@@ -3230,12 +3280,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3230
3280
|
[size]="_size"
|
|
3231
3281
|
*ngIf="_icon === 'menu'"
|
|
3232
3282
|
></monkey-icon-menu>
|
|
3233
|
-
<monkey-icon-money
|
|
3234
|
-
[fillColor]="_fillColor"
|
|
3235
|
-
[id]="_id"
|
|
3236
|
-
[size]="_size"
|
|
3237
|
-
*ngIf="_icon === 'money'"
|
|
3238
|
-
></monkey-icon-money>
|
|
3239
3283
|
<monkey-icon-money-cedule
|
|
3240
3284
|
[fillColor]="_fillColor"
|
|
3241
3285
|
[id]="_id"
|
|
@@ -3254,6 +3298,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3254
3298
|
[size]="_size"
|
|
3255
3299
|
*ngIf="_icon === 'money-sign'"
|
|
3256
3300
|
></monkey-icon-money-sign>
|
|
3301
|
+
<monkey-icon-money
|
|
3302
|
+
[fillColor]="_fillColor"
|
|
3303
|
+
[id]="_id"
|
|
3304
|
+
[size]="_size"
|
|
3305
|
+
*ngIf="_icon === 'money'"
|
|
3306
|
+
></monkey-icon-money>
|
|
3257
3307
|
<monkey-icon-more-circle
|
|
3258
3308
|
[fillColor]="_fillColor"
|
|
3259
3309
|
[id]="_id"
|
|
@@ -3290,12 +3340,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3290
3340
|
[size]="_size"
|
|
3291
3341
|
*ngIf="_icon === 'password'"
|
|
3292
3342
|
></monkey-icon-password>
|
|
3293
|
-
<monkey-icon-pin-navigation
|
|
3294
|
-
[fillColor]="_fillColor"
|
|
3295
|
-
[id]="_id"
|
|
3296
|
-
[size]="_size"
|
|
3297
|
-
*ngIf="_icon === 'pin-navigation'"
|
|
3298
|
-
></monkey-icon-pin-navigation>
|
|
3299
3343
|
<monkey-icon-people
|
|
3300
3344
|
[fillColor]="_fillColor"
|
|
3301
3345
|
[id]="_id"
|
|
@@ -3320,18 +3364,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3320
3364
|
[size]="_size"
|
|
3321
3365
|
*ngIf="_icon === 'person-sad'"
|
|
3322
3366
|
></monkey-icon-person-sad>
|
|
3367
|
+
<monkey-icon-phone-call
|
|
3368
|
+
[fillColor]="_fillColor"
|
|
3369
|
+
[id]="_id"
|
|
3370
|
+
[size]="_size"
|
|
3371
|
+
*ngIf="_icon === 'phone-call'"
|
|
3372
|
+
></monkey-icon-phone-call>
|
|
3323
3373
|
<monkey-icon-phone
|
|
3324
3374
|
[fillColor]="_fillColor"
|
|
3325
3375
|
[id]="_id"
|
|
3326
3376
|
[size]="_size"
|
|
3327
3377
|
*ngIf="_icon === 'phone'"
|
|
3328
3378
|
></monkey-icon-phone>
|
|
3329
|
-
<monkey-icon-
|
|
3379
|
+
<monkey-icon-pin-navigation
|
|
3330
3380
|
[fillColor]="_fillColor"
|
|
3331
3381
|
[id]="_id"
|
|
3332
3382
|
[size]="_size"
|
|
3333
|
-
*ngIf="_icon === '
|
|
3334
|
-
></monkey-icon-
|
|
3383
|
+
*ngIf="_icon === 'pin-navigation'"
|
|
3384
|
+
></monkey-icon-pin-navigation>
|
|
3335
3385
|
<monkey-icon-pork
|
|
3336
3386
|
[fillColor]="_fillColor"
|
|
3337
3387
|
[id]="_id"
|
|
@@ -3416,18 +3466,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3416
3466
|
[size]="_size"
|
|
3417
3467
|
*ngIf="_icon === 'upload'"
|
|
3418
3468
|
></monkey-icon-upload>
|
|
3419
|
-
<monkey-icon-user
|
|
3420
|
-
[fillColor]="_fillColor"
|
|
3421
|
-
[id]="_id"
|
|
3422
|
-
[size]="_size"
|
|
3423
|
-
*ngIf="_icon === 'user'"
|
|
3424
|
-
></monkey-icon-user>
|
|
3425
3469
|
<monkey-icon-user-group
|
|
3426
3470
|
[fillColor]="_fillColor"
|
|
3427
3471
|
[id]="_id"
|
|
3428
3472
|
[size]="_size"
|
|
3429
3473
|
*ngIf="_icon === 'user-group'"
|
|
3430
3474
|
></monkey-icon-user-group>
|
|
3475
|
+
<monkey-icon-user
|
|
3476
|
+
[fillColor]="_fillColor"
|
|
3477
|
+
[id]="_id"
|
|
3478
|
+
[size]="_size"
|
|
3479
|
+
*ngIf="_icon === 'user'"
|
|
3480
|
+
></monkey-icon-user>
|
|
3431
3481
|
<monkey-icon-waiting
|
|
3432
3482
|
[fillColor]="_fillColor"
|
|
3433
3483
|
[id]="_id"
|
|
@@ -3792,6 +3842,7 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3792
3842
|
MonkeyIconBankComponent,
|
|
3793
3843
|
MonkeyIconBankNoteSearchComponent,
|
|
3794
3844
|
MonkeyIconBellComponent,
|
|
3845
|
+
MonkeyIconBlockComponent,
|
|
3795
3846
|
MonkeyIconBookComponent,
|
|
3796
3847
|
MonkeyIconBoxComponent,
|
|
3797
3848
|
MonkeyIconBuildPersonComponent,
|
|
@@ -3832,6 +3883,7 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3832
3883
|
MonkeyIconErrorComponent,
|
|
3833
3884
|
MonkeyIconEyeClosedComponent,
|
|
3834
3885
|
MonkeyIconEyeOpenComponent,
|
|
3886
|
+
MonkeyIconFilterAddComponent,
|
|
3835
3887
|
MonkeyIconFilterComponent,
|
|
3836
3888
|
MonkeyIconGridComponent,
|
|
3837
3889
|
MonkeyIconHandsClapComponent,
|
|
@@ -3903,6 +3955,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3903
3955
|
MonkeyIconBankComponent,
|
|
3904
3956
|
MonkeyIconBankNoteSearchComponent,
|
|
3905
3957
|
MonkeyIconBellComponent,
|
|
3958
|
+
MonkeyIconBlockComponent,
|
|
3906
3959
|
MonkeyIconBookComponent,
|
|
3907
3960
|
MonkeyIconBoxComponent,
|
|
3908
3961
|
MonkeyIconBuildPersonComponent,
|
|
@@ -3943,6 +3996,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3943
3996
|
MonkeyIconErrorComponent,
|
|
3944
3997
|
MonkeyIconEyeClosedComponent,
|
|
3945
3998
|
MonkeyIconEyeOpenComponent,
|
|
3999
|
+
MonkeyIconFilterAddComponent,
|
|
3946
4000
|
MonkeyIconFilterComponent,
|
|
3947
4001
|
MonkeyIconGridComponent,
|
|
3948
4002
|
MonkeyIconHandsClapComponent,
|