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
|
@@ -769,19 +769,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
769
769
|
type: Input
|
|
770
770
|
}] } });
|
|
771
771
|
|
|
772
|
-
class MonkeyArrowsComponent {
|
|
773
|
-
}
|
|
774
|
-
MonkeyArrowsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyArrowsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
775
|
-
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"] });
|
|
776
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyArrowsComponent, decorators: [{
|
|
777
|
-
type: Component,
|
|
778
|
-
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"] }]
|
|
779
|
-
}], propDecorators: { fillColor: [{
|
|
780
|
-
type: Input
|
|
781
|
-
}], size: [{
|
|
782
|
-
type: Input
|
|
783
|
-
}] } });
|
|
784
|
-
|
|
785
772
|
class MonkeyIconArrowDownComponent {
|
|
786
773
|
}
|
|
787
774
|
MonkeyIconArrowDownComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconArrowDownComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -847,26 +834,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
847
834
|
type: Input
|
|
848
835
|
}] } });
|
|
849
836
|
|
|
850
|
-
class
|
|
837
|
+
class MonkeyArrowsComponent {
|
|
851
838
|
}
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
839
|
+
MonkeyArrowsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyArrowsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
840
|
+
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"] });
|
|
841
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyArrowsComponent, decorators: [{
|
|
855
842
|
type: Component,
|
|
856
|
-
args: [{ selector: 'monkey-icon-
|
|
843
|
+
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"] }]
|
|
857
844
|
}], propDecorators: { fillColor: [{
|
|
858
845
|
type: Input
|
|
859
846
|
}], size: [{
|
|
860
847
|
type: Input
|
|
861
848
|
}] } });
|
|
862
849
|
|
|
863
|
-
class
|
|
850
|
+
class MonkeyIconAuctionComponent {
|
|
864
851
|
}
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
852
|
+
MonkeyIconAuctionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconAuctionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
853
|
+
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"] });
|
|
854
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconAuctionComponent, decorators: [{
|
|
868
855
|
type: Component,
|
|
869
|
-
args: [{ selector: 'monkey-icon-
|
|
856
|
+
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"] }]
|
|
870
857
|
}], propDecorators: { fillColor: [{
|
|
871
858
|
type: Input
|
|
872
859
|
}], size: [{
|
|
@@ -886,6 +873,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
886
873
|
type: Input
|
|
887
874
|
}] } });
|
|
888
875
|
|
|
876
|
+
class MonkeyIconBankComponent {
|
|
877
|
+
}
|
|
878
|
+
MonkeyIconBankComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBankComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
879
|
+
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"] });
|
|
880
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBankComponent, decorators: [{
|
|
881
|
+
type: Component,
|
|
882
|
+
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"] }]
|
|
883
|
+
}], propDecorators: { fillColor: [{
|
|
884
|
+
type: Input
|
|
885
|
+
}], size: [{
|
|
886
|
+
type: Input
|
|
887
|
+
}] } });
|
|
888
|
+
|
|
889
889
|
class MonkeyIconBankNoteSearchComponent {
|
|
890
890
|
}
|
|
891
891
|
MonkeyIconBankNoteSearchComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBankNoteSearchComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -912,6 +912,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
912
912
|
type: Input
|
|
913
913
|
}] } });
|
|
914
914
|
|
|
915
|
+
class MonkeyIconBlockComponent {
|
|
916
|
+
}
|
|
917
|
+
MonkeyIconBlockComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBlockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
918
|
+
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"] });
|
|
919
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBlockComponent, decorators: [{
|
|
920
|
+
type: Component,
|
|
921
|
+
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"] }]
|
|
922
|
+
}], propDecorators: { fillColor: [{
|
|
923
|
+
type: Input
|
|
924
|
+
}], size: [{
|
|
925
|
+
type: Input
|
|
926
|
+
}] } });
|
|
927
|
+
|
|
915
928
|
class MonkeyIconBookComponent {
|
|
916
929
|
}
|
|
917
930
|
MonkeyIconBookComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconBookComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -977,26 +990,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
977
990
|
type: Input
|
|
978
991
|
}] } });
|
|
979
992
|
|
|
980
|
-
class
|
|
993
|
+
class MonkeyIconCardMachineComponent {
|
|
981
994
|
}
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
995
|
+
MonkeyIconCardMachineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCardMachineComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
996
|
+
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"] });
|
|
997
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCardMachineComponent, decorators: [{
|
|
985
998
|
type: Component,
|
|
986
|
-
args: [{ selector: 'monkey-icon-card', template: "<svg width=\"
|
|
999
|
+
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"] }]
|
|
987
1000
|
}], propDecorators: { fillColor: [{
|
|
988
1001
|
type: Input
|
|
989
1002
|
}], size: [{
|
|
990
1003
|
type: Input
|
|
991
1004
|
}] } });
|
|
992
1005
|
|
|
993
|
-
class
|
|
1006
|
+
class MonkeyIconCardComponent {
|
|
994
1007
|
}
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
1008
|
+
MonkeyIconCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1009
|
+
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"] });
|
|
1010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconCardComponent, decorators: [{
|
|
998
1011
|
type: Component,
|
|
999
|
-
args: [{ selector: 'monkey-icon-card
|
|
1012
|
+
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"] }]
|
|
1000
1013
|
}], propDecorators: { fillColor: [{
|
|
1001
1014
|
type: Input
|
|
1002
1015
|
}], size: [{
|
|
@@ -1185,26 +1198,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1185
1198
|
type: Input
|
|
1186
1199
|
}] } });
|
|
1187
1200
|
|
|
1188
|
-
class
|
|
1201
|
+
class MonkeyIconContractPenComponent {
|
|
1189
1202
|
}
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
1203
|
+
MonkeyIconContractPenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconContractPenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1204
|
+
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"] });
|
|
1205
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconContractPenComponent, decorators: [{
|
|
1193
1206
|
type: Component,
|
|
1194
|
-
args: [{ selector: 'monkey-icon-contract', template: "<svg width=\"
|
|
1207
|
+
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"] }]
|
|
1195
1208
|
}], propDecorators: { fillColor: [{
|
|
1196
1209
|
type: Input
|
|
1197
1210
|
}], size: [{
|
|
1198
1211
|
type: Input
|
|
1199
1212
|
}] } });
|
|
1200
1213
|
|
|
1201
|
-
class
|
|
1214
|
+
class MonkeyIconContractComponent {
|
|
1202
1215
|
}
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
1216
|
+
MonkeyIconContractComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconContractComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1217
|
+
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"] });
|
|
1218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconContractComponent, decorators: [{
|
|
1206
1219
|
type: Component,
|
|
1207
|
-
args: [{ selector: 'monkey-icon-contract
|
|
1220
|
+
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"] }]
|
|
1208
1221
|
}], propDecorators: { fillColor: [{
|
|
1209
1222
|
type: Input
|
|
1210
1223
|
}], size: [{
|
|
@@ -1237,26 +1250,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1237
1250
|
type: Input
|
|
1238
1251
|
}] } });
|
|
1239
1252
|
|
|
1240
|
-
class
|
|
1253
|
+
class MonkeyIconDollarSignCircleComponent {
|
|
1241
1254
|
}
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
1255
|
+
MonkeyIconDollarSignCircleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDollarSignCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1256
|
+
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"] });
|
|
1257
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDollarSignCircleComponent, decorators: [{
|
|
1245
1258
|
type: Component,
|
|
1246
|
-
args: [{ selector: 'monkey-icon-dollar-sign', template: "<svg width=\"
|
|
1259
|
+
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"] }]
|
|
1247
1260
|
}], propDecorators: { fillColor: [{
|
|
1248
1261
|
type: Input
|
|
1249
1262
|
}], size: [{
|
|
1250
1263
|
type: Input
|
|
1251
1264
|
}] } });
|
|
1252
1265
|
|
|
1253
|
-
class
|
|
1266
|
+
class MonkeyIconDollarSignComponent {
|
|
1254
1267
|
}
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
1268
|
+
MonkeyIconDollarSignComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDollarSignComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1269
|
+
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"] });
|
|
1270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconDollarSignComponent, decorators: [{
|
|
1258
1271
|
type: Component,
|
|
1259
|
-
args: [{ selector: 'monkey-icon-dollar-sign
|
|
1272
|
+
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"] }]
|
|
1260
1273
|
}], propDecorators: { fillColor: [{
|
|
1261
1274
|
type: Input
|
|
1262
1275
|
}], size: [{
|
|
@@ -1419,6 +1432,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1419
1432
|
type: Input
|
|
1420
1433
|
}] } });
|
|
1421
1434
|
|
|
1435
|
+
class MonkeyIconFilterAddComponent {
|
|
1436
|
+
}
|
|
1437
|
+
MonkeyIconFilterAddComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconFilterAddComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1438
|
+
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"] });
|
|
1439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconFilterAddComponent, decorators: [{
|
|
1440
|
+
type: Component,
|
|
1441
|
+
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"] }]
|
|
1442
|
+
}], propDecorators: { fillColor: [{
|
|
1443
|
+
type: Input
|
|
1444
|
+
}], size: [{
|
|
1445
|
+
type: Input
|
|
1446
|
+
}] } });
|
|
1447
|
+
|
|
1422
1448
|
class MonkeyIconFilterComponent {
|
|
1423
1449
|
}
|
|
1424
1450
|
MonkeyIconFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconFilterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1497,6 +1523,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1497
1523
|
type: Input
|
|
1498
1524
|
}] } });
|
|
1499
1525
|
|
|
1526
|
+
class MonkeyIconImageComponent {
|
|
1527
|
+
}
|
|
1528
|
+
MonkeyIconImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1529
|
+
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"] });
|
|
1530
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconImageComponent, decorators: [{
|
|
1531
|
+
type: Component,
|
|
1532
|
+
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"] }]
|
|
1533
|
+
}], propDecorators: { fillColor: [{
|
|
1534
|
+
type: Input
|
|
1535
|
+
}], size: [{
|
|
1536
|
+
type: Input
|
|
1537
|
+
}] } });
|
|
1538
|
+
|
|
1500
1539
|
class MonkeyIconInfoComponent {
|
|
1501
1540
|
}
|
|
1502
1541
|
MonkeyIconInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconInfoComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1562,19 +1601,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1562
1601
|
type: Input
|
|
1563
1602
|
}] } });
|
|
1564
1603
|
|
|
1565
|
-
class MonkeyIconImageComponent {
|
|
1566
|
-
}
|
|
1567
|
-
MonkeyIconImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1568
|
-
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"] });
|
|
1569
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconImageComponent, decorators: [{
|
|
1570
|
-
type: Component,
|
|
1571
|
-
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"] }]
|
|
1572
|
-
}], propDecorators: { fillColor: [{
|
|
1573
|
-
type: Input
|
|
1574
|
-
}], size: [{
|
|
1575
|
-
type: Input
|
|
1576
|
-
}] } });
|
|
1577
|
-
|
|
1578
1604
|
class MonkeyIconListComponent {
|
|
1579
1605
|
}
|
|
1580
1606
|
MonkeyIconListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1653,19 +1679,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1653
1679
|
type: Input
|
|
1654
1680
|
}] } });
|
|
1655
1681
|
|
|
1656
|
-
class MonkeyIconMoneyComponent {
|
|
1657
|
-
}
|
|
1658
|
-
MonkeyIconMoneyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1659
|
-
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"] });
|
|
1660
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyComponent, decorators: [{
|
|
1661
|
-
type: Component,
|
|
1662
|
-
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"] }]
|
|
1663
|
-
}], propDecorators: { fillColor: [{
|
|
1664
|
-
type: Input
|
|
1665
|
-
}], size: [{
|
|
1666
|
-
type: Input
|
|
1667
|
-
}] } });
|
|
1668
|
-
|
|
1669
1682
|
class MonkeyIconMoneyCeduleComponent {
|
|
1670
1683
|
}
|
|
1671
1684
|
MonkeyIconMoneyCeduleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyCeduleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1705,6 +1718,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1705
1718
|
type: Input
|
|
1706
1719
|
}] } });
|
|
1707
1720
|
|
|
1721
|
+
class MonkeyIconMoneyComponent {
|
|
1722
|
+
}
|
|
1723
|
+
MonkeyIconMoneyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1724
|
+
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"] });
|
|
1725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoneyComponent, decorators: [{
|
|
1726
|
+
type: Component,
|
|
1727
|
+
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"] }]
|
|
1728
|
+
}], propDecorators: { fillColor: [{
|
|
1729
|
+
type: Input
|
|
1730
|
+
}], size: [{
|
|
1731
|
+
type: Input
|
|
1732
|
+
}] } });
|
|
1733
|
+
|
|
1708
1734
|
class MonkeyIconMoreCircleComponent {
|
|
1709
1735
|
}
|
|
1710
1736
|
MonkeyIconMoreCircleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconMoreCircleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1783,19 +1809,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1783
1809
|
type: Input
|
|
1784
1810
|
}] } });
|
|
1785
1811
|
|
|
1786
|
-
class MonkeyIconPinNavigationComponent {
|
|
1787
|
-
}
|
|
1788
|
-
MonkeyIconPinNavigationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPinNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1789
|
-
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"] });
|
|
1790
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPinNavigationComponent, decorators: [{
|
|
1791
|
-
type: Component,
|
|
1792
|
-
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"] }]
|
|
1793
|
-
}], propDecorators: { fillColor: [{
|
|
1794
|
-
type: Input
|
|
1795
|
-
}], size: [{
|
|
1796
|
-
type: Input
|
|
1797
|
-
}] } });
|
|
1798
|
-
|
|
1799
1812
|
class MonkeyIconPeopleComponent {
|
|
1800
1813
|
}
|
|
1801
1814
|
MonkeyIconPeopleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPeopleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1848,6 +1861,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1848
1861
|
type: Input
|
|
1849
1862
|
}] } });
|
|
1850
1863
|
|
|
1864
|
+
class MonkeyIconPhoneCallComponent {
|
|
1865
|
+
}
|
|
1866
|
+
MonkeyIconPhoneCallComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPhoneCallComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1867
|
+
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"] });
|
|
1868
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPhoneCallComponent, decorators: [{
|
|
1869
|
+
type: Component,
|
|
1870
|
+
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"] }]
|
|
1871
|
+
}], propDecorators: { fillColor: [{
|
|
1872
|
+
type: Input
|
|
1873
|
+
}], size: [{
|
|
1874
|
+
type: Input
|
|
1875
|
+
}] } });
|
|
1876
|
+
|
|
1851
1877
|
class MonkeyIconPhoneComponent {
|
|
1852
1878
|
}
|
|
1853
1879
|
MonkeyIconPhoneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPhoneComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1861,13 +1887,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
1861
1887
|
type: Input
|
|
1862
1888
|
}] } });
|
|
1863
1889
|
|
|
1864
|
-
class
|
|
1890
|
+
class MonkeyIconPinNavigationComponent {
|
|
1865
1891
|
}
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
1892
|
+
MonkeyIconPinNavigationComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPinNavigationComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1893
|
+
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"] });
|
|
1894
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconPinNavigationComponent, decorators: [{
|
|
1869
1895
|
type: Component,
|
|
1870
|
-
args: [{ selector: 'monkey-icon-
|
|
1896
|
+
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"] }]
|
|
1871
1897
|
}], propDecorators: { fillColor: [{
|
|
1872
1898
|
type: Input
|
|
1873
1899
|
}], size: [{
|
|
@@ -2056,26 +2082,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2056
2082
|
type: Input
|
|
2057
2083
|
}] } });
|
|
2058
2084
|
|
|
2059
|
-
class
|
|
2085
|
+
class MonkeyIconUserGroupComponent {
|
|
2060
2086
|
}
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
2087
|
+
MonkeyIconUserGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconUserGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2088
|
+
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"] });
|
|
2089
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconUserGroupComponent, decorators: [{
|
|
2064
2090
|
type: Component,
|
|
2065
|
-
args: [{ selector: 'monkey-icon-user', template: "<svg width=\"
|
|
2091
|
+
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"] }]
|
|
2066
2092
|
}], propDecorators: { fillColor: [{
|
|
2067
2093
|
type: Input
|
|
2068
2094
|
}], size: [{
|
|
2069
2095
|
type: Input
|
|
2070
2096
|
}] } });
|
|
2071
2097
|
|
|
2072
|
-
class
|
|
2098
|
+
class MonkeyIconUserComponent {
|
|
2073
2099
|
}
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type:
|
|
2100
|
+
MonkeyIconUserComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconUserComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2101
|
+
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"] });
|
|
2102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconUserComponent, decorators: [{
|
|
2077
2103
|
type: Component,
|
|
2078
|
-
args: [{ selector: 'monkey-icon-user
|
|
2104
|
+
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"] }]
|
|
2079
2105
|
}], propDecorators: { fillColor: [{
|
|
2080
2106
|
type: Input
|
|
2081
2107
|
}], size: [{
|
|
@@ -2191,60 +2217,60 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2191
2217
|
[size]="_size"
|
|
2192
2218
|
*ngIf="_icon === 'add-plus'"
|
|
2193
2219
|
></monkey-icon-add-plus>
|
|
2194
|
-
<monkey-icon-arrows
|
|
2195
|
-
[fillColor]="_fillColor"
|
|
2196
|
-
[id]="_id"
|
|
2197
|
-
[size]="_size"
|
|
2198
|
-
*ngIf="_icon === 'arrows'"
|
|
2199
|
-
></monkey-icon-arrows>
|
|
2200
2220
|
<monkey-icon-arrow-down
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2221
|
+
[fillColor]="_fillColor"
|
|
2222
|
+
[id]="_id"
|
|
2223
|
+
[size]="_size"
|
|
2224
|
+
*ngIf="_icon === 'arrow-down'"
|
|
2205
2225
|
></monkey-icon-arrow-down>
|
|
2206
2226
|
<monkey-icon-arrow-left
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2227
|
+
[fillColor]="_fillColor"
|
|
2228
|
+
[id]="_id"
|
|
2229
|
+
[size]="_size"
|
|
2230
|
+
*ngIf="_icon === 'arrow-left'"
|
|
2211
2231
|
></monkey-icon-arrow-left>
|
|
2212
2232
|
<monkey-icon-arrow-right
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2233
|
+
[fillColor]="_fillColor"
|
|
2234
|
+
[id]="_id"
|
|
2235
|
+
[size]="_size"
|
|
2236
|
+
*ngIf="_icon === 'arrow-right'"
|
|
2217
2237
|
></monkey-icon-arrow-right>
|
|
2218
2238
|
<monkey-icon-arrow-line-right
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2239
|
+
[fillColor]="_fillColor"
|
|
2240
|
+
[id]="_id"
|
|
2241
|
+
[size]="_size"
|
|
2242
|
+
*ngIf="_icon === 'arrow-line-right'"
|
|
2223
2243
|
></monkey-icon-arrow-line-right>
|
|
2224
2244
|
<monkey-icon-arrow-up
|
|
2245
|
+
[fillColor]="_fillColor"
|
|
2246
|
+
[id]="_id"
|
|
2247
|
+
[size]="_size"
|
|
2248
|
+
*ngIf="_icon === 'arrow-up'"
|
|
2249
|
+
></monkey-icon-arrow-up>
|
|
2250
|
+
<monkey-icon-arrows
|
|
2225
2251
|
[fillColor]="_fillColor"
|
|
2226
2252
|
[id]="_id"
|
|
2227
2253
|
[size]="_size"
|
|
2228
|
-
*ngIf="_icon === '
|
|
2229
|
-
></monkey-icon-
|
|
2254
|
+
*ngIf="_icon === 'arrows'"
|
|
2255
|
+
></monkey-icon-arrows>
|
|
2230
2256
|
<monkey-icon-auction
|
|
2231
2257
|
[fillColor]="_fillColor"
|
|
2232
2258
|
[id]="_id"
|
|
2233
2259
|
[size]="_size"
|
|
2234
2260
|
*ngIf="_icon === 'auction'"
|
|
2235
2261
|
></monkey-icon-auction>
|
|
2262
|
+
<monkey-icon-bank-account
|
|
2263
|
+
[fillColor]="_fillColor"
|
|
2264
|
+
[id]="_id"
|
|
2265
|
+
[size]="_size"
|
|
2266
|
+
*ngIf="_icon === 'bank-account'"
|
|
2267
|
+
></monkey-icon-bank-account>
|
|
2236
2268
|
<monkey-icon-bank
|
|
2237
2269
|
[fillColor]="_fillColor"
|
|
2238
2270
|
[id]="_id"
|
|
2239
2271
|
[size]="_size"
|
|
2240
2272
|
*ngIf="_icon === 'bank'"
|
|
2241
2273
|
></monkey-icon-bank>
|
|
2242
|
-
<monkey-icon-bank-account
|
|
2243
|
-
[fillColor]="_fillColor"
|
|
2244
|
-
[id]="_id"
|
|
2245
|
-
[size]="_size"
|
|
2246
|
-
*ngIf="_icon === 'bank-account'"
|
|
2247
|
-
></monkey-icon-bank-account>
|
|
2248
2274
|
<monkey-icon-banknote-search
|
|
2249
2275
|
[fillColor]="_fillColor"
|
|
2250
2276
|
[id]="_id"
|
|
@@ -2257,6 +2283,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2257
2283
|
[size]="_size"
|
|
2258
2284
|
*ngIf="_icon === 'bell'"
|
|
2259
2285
|
></monkey-icon-bell>
|
|
2286
|
+
<monkey-icon-block
|
|
2287
|
+
[fillColor]="_fillColor"
|
|
2288
|
+
[id]="_id"
|
|
2289
|
+
[size]="_size"
|
|
2290
|
+
*ngIf="_icon === 'block'"
|
|
2291
|
+
></monkey-icon-block>
|
|
2260
2292
|
<monkey-icon-book
|
|
2261
2293
|
[fillColor]="_fillColor"
|
|
2262
2294
|
[id]="_id"
|
|
@@ -2287,18 +2319,18 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2287
2319
|
[size]="_size"
|
|
2288
2320
|
*ngIf="_icon === 'camera'"
|
|
2289
2321
|
></monkey-icon-camera>
|
|
2290
|
-
<monkey-icon-card
|
|
2291
|
-
[fillColor]="_fillColor"
|
|
2292
|
-
[id]="_id"
|
|
2293
|
-
[size]="_size"
|
|
2294
|
-
*ngIf="_icon === 'card'"
|
|
2295
|
-
></monkey-icon-card>
|
|
2296
2322
|
<monkey-icon-card-machine
|
|
2297
2323
|
[fillColor]="_fillColor"
|
|
2298
2324
|
[id]="_id"
|
|
2299
2325
|
[size]="_size"
|
|
2300
2326
|
*ngIf="_icon === 'card-machine'"
|
|
2301
2327
|
></monkey-icon-card-machine>
|
|
2328
|
+
<monkey-icon-card
|
|
2329
|
+
[fillColor]="_fillColor"
|
|
2330
|
+
[id]="_id"
|
|
2331
|
+
[size]="_size"
|
|
2332
|
+
*ngIf="_icon === 'card'"
|
|
2333
|
+
></monkey-icon-card>
|
|
2302
2334
|
<monkey-icon-cash-banknote-invoice
|
|
2303
2335
|
[fillColor]="_fillColor"
|
|
2304
2336
|
[id]="_id"
|
|
@@ -2383,18 +2415,18 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2383
2415
|
[size]="_size"
|
|
2384
2416
|
*ngIf="_icon === 'company-name'"
|
|
2385
2417
|
></monkey-icon-company-name>
|
|
2386
|
-
<monkey-icon-contract
|
|
2387
|
-
[fillColor]="_fillColor"
|
|
2388
|
-
[id]="_id"
|
|
2389
|
-
[size]="_size"
|
|
2390
|
-
*ngIf="_icon === 'contract'"
|
|
2391
|
-
></monkey-icon-contract>
|
|
2392
2418
|
<monkey-icon-contract-pen
|
|
2393
2419
|
[fillColor]="_fillColor"
|
|
2394
2420
|
[id]="_id"
|
|
2395
2421
|
[size]="_size"
|
|
2396
2422
|
*ngIf="_icon === 'contract-pen'"
|
|
2397
2423
|
></monkey-icon-contract-pen>
|
|
2424
|
+
<monkey-icon-contract
|
|
2425
|
+
[fillColor]="_fillColor"
|
|
2426
|
+
[id]="_id"
|
|
2427
|
+
[size]="_size"
|
|
2428
|
+
*ngIf="_icon === 'contract'"
|
|
2429
|
+
></monkey-icon-contract>
|
|
2398
2430
|
<monkey-icon-delete
|
|
2399
2431
|
[fillColor]="_fillColor"
|
|
2400
2432
|
[id]="_id"
|
|
@@ -2407,18 +2439,18 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2407
2439
|
[size]="_size"
|
|
2408
2440
|
*ngIf="_icon === 'document'"
|
|
2409
2441
|
></monkey-icon-document>
|
|
2410
|
-
<monkey-icon-dollar-sign
|
|
2411
|
-
[fillColor]="_fillColor"
|
|
2412
|
-
[id]="_id"
|
|
2413
|
-
[size]="_size"
|
|
2414
|
-
*ngIf="_icon === 'dollar-sign'"
|
|
2415
|
-
></monkey-icon-dollar-sign>
|
|
2416
2442
|
<monkey-icon-dollar-sign-circle
|
|
2417
2443
|
[fillColor]="_fillColor"
|
|
2418
2444
|
[id]="_id"
|
|
2419
2445
|
[size]="_size"
|
|
2420
2446
|
*ngIf="_icon === 'dollar-sign-circle'"
|
|
2421
2447
|
></monkey-icon-dollar-sign-circle>
|
|
2448
|
+
<monkey-icon-dollar-sign
|
|
2449
|
+
[fillColor]="_fillColor"
|
|
2450
|
+
[id]="_id"
|
|
2451
|
+
[size]="_size"
|
|
2452
|
+
*ngIf="_icon === 'dollar-sign'"
|
|
2453
|
+
></monkey-icon-dollar-sign>
|
|
2422
2454
|
<monkey-icon-domain
|
|
2423
2455
|
[fillColor]="_fillColor"
|
|
2424
2456
|
[id]="_id"
|
|
@@ -2491,6 +2523,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2491
2523
|
[size]="_size"
|
|
2492
2524
|
*ngIf="_icon === 'eye-open'"
|
|
2493
2525
|
></monkey-icon-eye-open>
|
|
2526
|
+
<monkey-icon-filter-add
|
|
2527
|
+
[fillColor]="_fillColor"
|
|
2528
|
+
[id]="_id"
|
|
2529
|
+
[size]="_size"
|
|
2530
|
+
*ngIf="_icon === 'filter-add'"
|
|
2531
|
+
></monkey-icon-filter-add>
|
|
2494
2532
|
<monkey-icon-filter
|
|
2495
2533
|
[fillColor]="_fillColor"
|
|
2496
2534
|
[id]="_id"
|
|
@@ -2527,6 +2565,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2527
2565
|
[size]="_size"
|
|
2528
2566
|
*ngIf="_icon === 'home'"
|
|
2529
2567
|
></monkey-icon-home>
|
|
2568
|
+
<monkey-icon-image
|
|
2569
|
+
[fillColor]="_fillColor"
|
|
2570
|
+
[id]="_id"
|
|
2571
|
+
[size]="_size"
|
|
2572
|
+
*ngIf="_icon === 'image'"
|
|
2573
|
+
></monkey-icon-image>
|
|
2530
2574
|
<monkey-icon-info
|
|
2531
2575
|
[fillColor]="_fillColor"
|
|
2532
2576
|
[id]="_id"
|
|
@@ -2557,12 +2601,6 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2557
2601
|
[size]="_size"
|
|
2558
2602
|
*ngIf="_icon === 'invoices-refused'"
|
|
2559
2603
|
></monkey-icon-invoices-refused>
|
|
2560
|
-
<monkey-icon-image
|
|
2561
|
-
[fillColor]="_fillColor"
|
|
2562
|
-
[id]="_id"
|
|
2563
|
-
[size]="_size"
|
|
2564
|
-
*ngIf="_icon === 'image'"
|
|
2565
|
-
></monkey-icon-image>
|
|
2566
2604
|
<monkey-icon-list
|
|
2567
2605
|
[fillColor]="_fillColor"
|
|
2568
2606
|
[id]="_id"
|
|
@@ -2599,12 +2637,6 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2599
2637
|
[size]="_size"
|
|
2600
2638
|
*ngIf="_icon === 'menu'"
|
|
2601
2639
|
></monkey-icon-menu>
|
|
2602
|
-
<monkey-icon-money
|
|
2603
|
-
[fillColor]="_fillColor"
|
|
2604
|
-
[id]="_id"
|
|
2605
|
-
[size]="_size"
|
|
2606
|
-
*ngIf="_icon === 'money'"
|
|
2607
|
-
></monkey-icon-money>
|
|
2608
2640
|
<monkey-icon-money-cedule
|
|
2609
2641
|
[fillColor]="_fillColor"
|
|
2610
2642
|
[id]="_id"
|
|
@@ -2623,6 +2655,12 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2623
2655
|
[size]="_size"
|
|
2624
2656
|
*ngIf="_icon === 'money-sign'"
|
|
2625
2657
|
></monkey-icon-money-sign>
|
|
2658
|
+
<monkey-icon-money
|
|
2659
|
+
[fillColor]="_fillColor"
|
|
2660
|
+
[id]="_id"
|
|
2661
|
+
[size]="_size"
|
|
2662
|
+
*ngIf="_icon === 'money'"
|
|
2663
|
+
></monkey-icon-money>
|
|
2626
2664
|
<monkey-icon-more-circle
|
|
2627
2665
|
[fillColor]="_fillColor"
|
|
2628
2666
|
[id]="_id"
|
|
@@ -2659,12 +2697,6 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2659
2697
|
[size]="_size"
|
|
2660
2698
|
*ngIf="_icon === 'password'"
|
|
2661
2699
|
></monkey-icon-password>
|
|
2662
|
-
<monkey-icon-pin-navigation
|
|
2663
|
-
[fillColor]="_fillColor"
|
|
2664
|
-
[id]="_id"
|
|
2665
|
-
[size]="_size"
|
|
2666
|
-
*ngIf="_icon === 'pin-navigation'"
|
|
2667
|
-
></monkey-icon-pin-navigation>
|
|
2668
2700
|
<monkey-icon-people
|
|
2669
2701
|
[fillColor]="_fillColor"
|
|
2670
2702
|
[id]="_id"
|
|
@@ -2689,18 +2721,24 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2689
2721
|
[size]="_size"
|
|
2690
2722
|
*ngIf="_icon === 'person-sad'"
|
|
2691
2723
|
></monkey-icon-person-sad>
|
|
2724
|
+
<monkey-icon-phone-call
|
|
2725
|
+
[fillColor]="_fillColor"
|
|
2726
|
+
[id]="_id"
|
|
2727
|
+
[size]="_size"
|
|
2728
|
+
*ngIf="_icon === 'phone-call'"
|
|
2729
|
+
></monkey-icon-phone-call>
|
|
2692
2730
|
<monkey-icon-phone
|
|
2693
2731
|
[fillColor]="_fillColor"
|
|
2694
2732
|
[id]="_id"
|
|
2695
2733
|
[size]="_size"
|
|
2696
2734
|
*ngIf="_icon === 'phone'"
|
|
2697
2735
|
></monkey-icon-phone>
|
|
2698
|
-
<monkey-icon-
|
|
2736
|
+
<monkey-icon-pin-navigation
|
|
2699
2737
|
[fillColor]="_fillColor"
|
|
2700
2738
|
[id]="_id"
|
|
2701
2739
|
[size]="_size"
|
|
2702
|
-
*ngIf="_icon === '
|
|
2703
|
-
></monkey-icon-
|
|
2740
|
+
*ngIf="_icon === 'pin-navigation'"
|
|
2741
|
+
></monkey-icon-pin-navigation>
|
|
2704
2742
|
<monkey-icon-pork
|
|
2705
2743
|
[fillColor]="_fillColor"
|
|
2706
2744
|
[id]="_id"
|
|
@@ -2785,18 +2823,18 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2785
2823
|
[size]="_size"
|
|
2786
2824
|
*ngIf="_icon === 'upload'"
|
|
2787
2825
|
></monkey-icon-upload>
|
|
2788
|
-
<monkey-icon-user
|
|
2789
|
-
[fillColor]="_fillColor"
|
|
2790
|
-
[id]="_id"
|
|
2791
|
-
[size]="_size"
|
|
2792
|
-
*ngIf="_icon === 'user'"
|
|
2793
|
-
></monkey-icon-user>
|
|
2794
2826
|
<monkey-icon-user-group
|
|
2795
2827
|
[fillColor]="_fillColor"
|
|
2796
2828
|
[id]="_id"
|
|
2797
2829
|
[size]="_size"
|
|
2798
2830
|
*ngIf="_icon === 'user-group'"
|
|
2799
2831
|
></monkey-icon-user-group>
|
|
2832
|
+
<monkey-icon-user
|
|
2833
|
+
[fillColor]="_fillColor"
|
|
2834
|
+
[id]="_id"
|
|
2835
|
+
[size]="_size"
|
|
2836
|
+
*ngIf="_icon === 'user'"
|
|
2837
|
+
></monkey-icon-user>
|
|
2800
2838
|
<monkey-icon-waiting
|
|
2801
2839
|
[fillColor]="_fillColor"
|
|
2802
2840
|
[id]="_id"
|
|
@@ -2815,7 +2853,7 @@ MonkeyIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
2815
2853
|
[size]="_size"
|
|
2816
2854
|
*ngIf="_icon === 'warning'"
|
|
2817
2855
|
></monkey-icon-warning>
|
|
2818
|
-
`, 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 });
|
|
2856
|
+
`, 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 });
|
|
2819
2857
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MonkeyIconComponent, decorators: [{
|
|
2820
2858
|
type: Component,
|
|
2821
2859
|
args: [{
|
|
@@ -2827,60 +2865,60 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2827
2865
|
[size]="_size"
|
|
2828
2866
|
*ngIf="_icon === 'add-plus'"
|
|
2829
2867
|
></monkey-icon-add-plus>
|
|
2830
|
-
<monkey-icon-arrows
|
|
2831
|
-
[fillColor]="_fillColor"
|
|
2832
|
-
[id]="_id"
|
|
2833
|
-
[size]="_size"
|
|
2834
|
-
*ngIf="_icon === 'arrows'"
|
|
2835
|
-
></monkey-icon-arrows>
|
|
2836
2868
|
<monkey-icon-arrow-down
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2869
|
+
[fillColor]="_fillColor"
|
|
2870
|
+
[id]="_id"
|
|
2871
|
+
[size]="_size"
|
|
2872
|
+
*ngIf="_icon === 'arrow-down'"
|
|
2841
2873
|
></monkey-icon-arrow-down>
|
|
2842
2874
|
<monkey-icon-arrow-left
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2875
|
+
[fillColor]="_fillColor"
|
|
2876
|
+
[id]="_id"
|
|
2877
|
+
[size]="_size"
|
|
2878
|
+
*ngIf="_icon === 'arrow-left'"
|
|
2847
2879
|
></monkey-icon-arrow-left>
|
|
2848
2880
|
<monkey-icon-arrow-right
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2881
|
+
[fillColor]="_fillColor"
|
|
2882
|
+
[id]="_id"
|
|
2883
|
+
[size]="_size"
|
|
2884
|
+
*ngIf="_icon === 'arrow-right'"
|
|
2853
2885
|
></monkey-icon-arrow-right>
|
|
2854
2886
|
<monkey-icon-arrow-line-right
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2887
|
+
[fillColor]="_fillColor"
|
|
2888
|
+
[id]="_id"
|
|
2889
|
+
[size]="_size"
|
|
2890
|
+
*ngIf="_icon === 'arrow-line-right'"
|
|
2859
2891
|
></monkey-icon-arrow-line-right>
|
|
2860
2892
|
<monkey-icon-arrow-up
|
|
2893
|
+
[fillColor]="_fillColor"
|
|
2894
|
+
[id]="_id"
|
|
2895
|
+
[size]="_size"
|
|
2896
|
+
*ngIf="_icon === 'arrow-up'"
|
|
2897
|
+
></monkey-icon-arrow-up>
|
|
2898
|
+
<monkey-icon-arrows
|
|
2861
2899
|
[fillColor]="_fillColor"
|
|
2862
2900
|
[id]="_id"
|
|
2863
2901
|
[size]="_size"
|
|
2864
|
-
*ngIf="_icon === '
|
|
2865
|
-
></monkey-icon-
|
|
2902
|
+
*ngIf="_icon === 'arrows'"
|
|
2903
|
+
></monkey-icon-arrows>
|
|
2866
2904
|
<monkey-icon-auction
|
|
2867
2905
|
[fillColor]="_fillColor"
|
|
2868
2906
|
[id]="_id"
|
|
2869
2907
|
[size]="_size"
|
|
2870
2908
|
*ngIf="_icon === 'auction'"
|
|
2871
2909
|
></monkey-icon-auction>
|
|
2910
|
+
<monkey-icon-bank-account
|
|
2911
|
+
[fillColor]="_fillColor"
|
|
2912
|
+
[id]="_id"
|
|
2913
|
+
[size]="_size"
|
|
2914
|
+
*ngIf="_icon === 'bank-account'"
|
|
2915
|
+
></monkey-icon-bank-account>
|
|
2872
2916
|
<monkey-icon-bank
|
|
2873
2917
|
[fillColor]="_fillColor"
|
|
2874
2918
|
[id]="_id"
|
|
2875
2919
|
[size]="_size"
|
|
2876
2920
|
*ngIf="_icon === 'bank'"
|
|
2877
2921
|
></monkey-icon-bank>
|
|
2878
|
-
<monkey-icon-bank-account
|
|
2879
|
-
[fillColor]="_fillColor"
|
|
2880
|
-
[id]="_id"
|
|
2881
|
-
[size]="_size"
|
|
2882
|
-
*ngIf="_icon === 'bank-account'"
|
|
2883
|
-
></monkey-icon-bank-account>
|
|
2884
2922
|
<monkey-icon-banknote-search
|
|
2885
2923
|
[fillColor]="_fillColor"
|
|
2886
2924
|
[id]="_id"
|
|
@@ -2893,6 +2931,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2893
2931
|
[size]="_size"
|
|
2894
2932
|
*ngIf="_icon === 'bell'"
|
|
2895
2933
|
></monkey-icon-bell>
|
|
2934
|
+
<monkey-icon-block
|
|
2935
|
+
[fillColor]="_fillColor"
|
|
2936
|
+
[id]="_id"
|
|
2937
|
+
[size]="_size"
|
|
2938
|
+
*ngIf="_icon === 'block'"
|
|
2939
|
+
></monkey-icon-block>
|
|
2896
2940
|
<monkey-icon-book
|
|
2897
2941
|
[fillColor]="_fillColor"
|
|
2898
2942
|
[id]="_id"
|
|
@@ -2923,18 +2967,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
2923
2967
|
[size]="_size"
|
|
2924
2968
|
*ngIf="_icon === 'camera'"
|
|
2925
2969
|
></monkey-icon-camera>
|
|
2926
|
-
<monkey-icon-card
|
|
2927
|
-
[fillColor]="_fillColor"
|
|
2928
|
-
[id]="_id"
|
|
2929
|
-
[size]="_size"
|
|
2930
|
-
*ngIf="_icon === 'card'"
|
|
2931
|
-
></monkey-icon-card>
|
|
2932
2970
|
<monkey-icon-card-machine
|
|
2933
2971
|
[fillColor]="_fillColor"
|
|
2934
2972
|
[id]="_id"
|
|
2935
2973
|
[size]="_size"
|
|
2936
2974
|
*ngIf="_icon === 'card-machine'"
|
|
2937
2975
|
></monkey-icon-card-machine>
|
|
2976
|
+
<monkey-icon-card
|
|
2977
|
+
[fillColor]="_fillColor"
|
|
2978
|
+
[id]="_id"
|
|
2979
|
+
[size]="_size"
|
|
2980
|
+
*ngIf="_icon === 'card'"
|
|
2981
|
+
></monkey-icon-card>
|
|
2938
2982
|
<monkey-icon-cash-banknote-invoice
|
|
2939
2983
|
[fillColor]="_fillColor"
|
|
2940
2984
|
[id]="_id"
|
|
@@ -3019,18 +3063,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3019
3063
|
[size]="_size"
|
|
3020
3064
|
*ngIf="_icon === 'company-name'"
|
|
3021
3065
|
></monkey-icon-company-name>
|
|
3022
|
-
<monkey-icon-contract
|
|
3023
|
-
[fillColor]="_fillColor"
|
|
3024
|
-
[id]="_id"
|
|
3025
|
-
[size]="_size"
|
|
3026
|
-
*ngIf="_icon === 'contract'"
|
|
3027
|
-
></monkey-icon-contract>
|
|
3028
3066
|
<monkey-icon-contract-pen
|
|
3029
3067
|
[fillColor]="_fillColor"
|
|
3030
3068
|
[id]="_id"
|
|
3031
3069
|
[size]="_size"
|
|
3032
3070
|
*ngIf="_icon === 'contract-pen'"
|
|
3033
3071
|
></monkey-icon-contract-pen>
|
|
3072
|
+
<monkey-icon-contract
|
|
3073
|
+
[fillColor]="_fillColor"
|
|
3074
|
+
[id]="_id"
|
|
3075
|
+
[size]="_size"
|
|
3076
|
+
*ngIf="_icon === 'contract'"
|
|
3077
|
+
></monkey-icon-contract>
|
|
3034
3078
|
<monkey-icon-delete
|
|
3035
3079
|
[fillColor]="_fillColor"
|
|
3036
3080
|
[id]="_id"
|
|
@@ -3043,18 +3087,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3043
3087
|
[size]="_size"
|
|
3044
3088
|
*ngIf="_icon === 'document'"
|
|
3045
3089
|
></monkey-icon-document>
|
|
3046
|
-
<monkey-icon-dollar-sign
|
|
3047
|
-
[fillColor]="_fillColor"
|
|
3048
|
-
[id]="_id"
|
|
3049
|
-
[size]="_size"
|
|
3050
|
-
*ngIf="_icon === 'dollar-sign'"
|
|
3051
|
-
></monkey-icon-dollar-sign>
|
|
3052
3090
|
<monkey-icon-dollar-sign-circle
|
|
3053
3091
|
[fillColor]="_fillColor"
|
|
3054
3092
|
[id]="_id"
|
|
3055
3093
|
[size]="_size"
|
|
3056
3094
|
*ngIf="_icon === 'dollar-sign-circle'"
|
|
3057
3095
|
></monkey-icon-dollar-sign-circle>
|
|
3096
|
+
<monkey-icon-dollar-sign
|
|
3097
|
+
[fillColor]="_fillColor"
|
|
3098
|
+
[id]="_id"
|
|
3099
|
+
[size]="_size"
|
|
3100
|
+
*ngIf="_icon === 'dollar-sign'"
|
|
3101
|
+
></monkey-icon-dollar-sign>
|
|
3058
3102
|
<monkey-icon-domain
|
|
3059
3103
|
[fillColor]="_fillColor"
|
|
3060
3104
|
[id]="_id"
|
|
@@ -3127,6 +3171,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3127
3171
|
[size]="_size"
|
|
3128
3172
|
*ngIf="_icon === 'eye-open'"
|
|
3129
3173
|
></monkey-icon-eye-open>
|
|
3174
|
+
<monkey-icon-filter-add
|
|
3175
|
+
[fillColor]="_fillColor"
|
|
3176
|
+
[id]="_id"
|
|
3177
|
+
[size]="_size"
|
|
3178
|
+
*ngIf="_icon === 'filter-add'"
|
|
3179
|
+
></monkey-icon-filter-add>
|
|
3130
3180
|
<monkey-icon-filter
|
|
3131
3181
|
[fillColor]="_fillColor"
|
|
3132
3182
|
[id]="_id"
|
|
@@ -3163,6 +3213,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3163
3213
|
[size]="_size"
|
|
3164
3214
|
*ngIf="_icon === 'home'"
|
|
3165
3215
|
></monkey-icon-home>
|
|
3216
|
+
<monkey-icon-image
|
|
3217
|
+
[fillColor]="_fillColor"
|
|
3218
|
+
[id]="_id"
|
|
3219
|
+
[size]="_size"
|
|
3220
|
+
*ngIf="_icon === 'image'"
|
|
3221
|
+
></monkey-icon-image>
|
|
3166
3222
|
<monkey-icon-info
|
|
3167
3223
|
[fillColor]="_fillColor"
|
|
3168
3224
|
[id]="_id"
|
|
@@ -3193,12 +3249,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3193
3249
|
[size]="_size"
|
|
3194
3250
|
*ngIf="_icon === 'invoices-refused'"
|
|
3195
3251
|
></monkey-icon-invoices-refused>
|
|
3196
|
-
<monkey-icon-image
|
|
3197
|
-
[fillColor]="_fillColor"
|
|
3198
|
-
[id]="_id"
|
|
3199
|
-
[size]="_size"
|
|
3200
|
-
*ngIf="_icon === 'image'"
|
|
3201
|
-
></monkey-icon-image>
|
|
3202
3252
|
<monkey-icon-list
|
|
3203
3253
|
[fillColor]="_fillColor"
|
|
3204
3254
|
[id]="_id"
|
|
@@ -3235,12 +3285,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3235
3285
|
[size]="_size"
|
|
3236
3286
|
*ngIf="_icon === 'menu'"
|
|
3237
3287
|
></monkey-icon-menu>
|
|
3238
|
-
<monkey-icon-money
|
|
3239
|
-
[fillColor]="_fillColor"
|
|
3240
|
-
[id]="_id"
|
|
3241
|
-
[size]="_size"
|
|
3242
|
-
*ngIf="_icon === 'money'"
|
|
3243
|
-
></monkey-icon-money>
|
|
3244
3288
|
<monkey-icon-money-cedule
|
|
3245
3289
|
[fillColor]="_fillColor"
|
|
3246
3290
|
[id]="_id"
|
|
@@ -3259,6 +3303,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3259
3303
|
[size]="_size"
|
|
3260
3304
|
*ngIf="_icon === 'money-sign'"
|
|
3261
3305
|
></monkey-icon-money-sign>
|
|
3306
|
+
<monkey-icon-money
|
|
3307
|
+
[fillColor]="_fillColor"
|
|
3308
|
+
[id]="_id"
|
|
3309
|
+
[size]="_size"
|
|
3310
|
+
*ngIf="_icon === 'money'"
|
|
3311
|
+
></monkey-icon-money>
|
|
3262
3312
|
<monkey-icon-more-circle
|
|
3263
3313
|
[fillColor]="_fillColor"
|
|
3264
3314
|
[id]="_id"
|
|
@@ -3295,12 +3345,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3295
3345
|
[size]="_size"
|
|
3296
3346
|
*ngIf="_icon === 'password'"
|
|
3297
3347
|
></monkey-icon-password>
|
|
3298
|
-
<monkey-icon-pin-navigation
|
|
3299
|
-
[fillColor]="_fillColor"
|
|
3300
|
-
[id]="_id"
|
|
3301
|
-
[size]="_size"
|
|
3302
|
-
*ngIf="_icon === 'pin-navigation'"
|
|
3303
|
-
></monkey-icon-pin-navigation>
|
|
3304
3348
|
<monkey-icon-people
|
|
3305
3349
|
[fillColor]="_fillColor"
|
|
3306
3350
|
[id]="_id"
|
|
@@ -3325,18 +3369,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3325
3369
|
[size]="_size"
|
|
3326
3370
|
*ngIf="_icon === 'person-sad'"
|
|
3327
3371
|
></monkey-icon-person-sad>
|
|
3372
|
+
<monkey-icon-phone-call
|
|
3373
|
+
[fillColor]="_fillColor"
|
|
3374
|
+
[id]="_id"
|
|
3375
|
+
[size]="_size"
|
|
3376
|
+
*ngIf="_icon === 'phone-call'"
|
|
3377
|
+
></monkey-icon-phone-call>
|
|
3328
3378
|
<monkey-icon-phone
|
|
3329
3379
|
[fillColor]="_fillColor"
|
|
3330
3380
|
[id]="_id"
|
|
3331
3381
|
[size]="_size"
|
|
3332
3382
|
*ngIf="_icon === 'phone'"
|
|
3333
3383
|
></monkey-icon-phone>
|
|
3334
|
-
<monkey-icon-
|
|
3384
|
+
<monkey-icon-pin-navigation
|
|
3335
3385
|
[fillColor]="_fillColor"
|
|
3336
3386
|
[id]="_id"
|
|
3337
3387
|
[size]="_size"
|
|
3338
|
-
*ngIf="_icon === '
|
|
3339
|
-
></monkey-icon-
|
|
3388
|
+
*ngIf="_icon === 'pin-navigation'"
|
|
3389
|
+
></monkey-icon-pin-navigation>
|
|
3340
3390
|
<monkey-icon-pork
|
|
3341
3391
|
[fillColor]="_fillColor"
|
|
3342
3392
|
[id]="_id"
|
|
@@ -3421,18 +3471,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3421
3471
|
[size]="_size"
|
|
3422
3472
|
*ngIf="_icon === 'upload'"
|
|
3423
3473
|
></monkey-icon-upload>
|
|
3424
|
-
<monkey-icon-user
|
|
3425
|
-
[fillColor]="_fillColor"
|
|
3426
|
-
[id]="_id"
|
|
3427
|
-
[size]="_size"
|
|
3428
|
-
*ngIf="_icon === 'user'"
|
|
3429
|
-
></monkey-icon-user>
|
|
3430
3474
|
<monkey-icon-user-group
|
|
3431
3475
|
[fillColor]="_fillColor"
|
|
3432
3476
|
[id]="_id"
|
|
3433
3477
|
[size]="_size"
|
|
3434
3478
|
*ngIf="_icon === 'user-group'"
|
|
3435
3479
|
></monkey-icon-user-group>
|
|
3480
|
+
<monkey-icon-user
|
|
3481
|
+
[fillColor]="_fillColor"
|
|
3482
|
+
[id]="_id"
|
|
3483
|
+
[size]="_size"
|
|
3484
|
+
*ngIf="_icon === 'user'"
|
|
3485
|
+
></monkey-icon-user>
|
|
3436
3486
|
<monkey-icon-waiting
|
|
3437
3487
|
[fillColor]="_fillColor"
|
|
3438
3488
|
[id]="_id"
|
|
@@ -3797,6 +3847,7 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3797
3847
|
MonkeyIconBankComponent,
|
|
3798
3848
|
MonkeyIconBankNoteSearchComponent,
|
|
3799
3849
|
MonkeyIconBellComponent,
|
|
3850
|
+
MonkeyIconBlockComponent,
|
|
3800
3851
|
MonkeyIconBookComponent,
|
|
3801
3852
|
MonkeyIconBoxComponent,
|
|
3802
3853
|
MonkeyIconBuildPersonComponent,
|
|
@@ -3837,6 +3888,7 @@ MonkeyIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
3837
3888
|
MonkeyIconErrorComponent,
|
|
3838
3889
|
MonkeyIconEyeClosedComponent,
|
|
3839
3890
|
MonkeyIconEyeOpenComponent,
|
|
3891
|
+
MonkeyIconFilterAddComponent,
|
|
3840
3892
|
MonkeyIconFilterComponent,
|
|
3841
3893
|
MonkeyIconGridComponent,
|
|
3842
3894
|
MonkeyIconHandsClapComponent,
|
|
@@ -3908,6 +3960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3908
3960
|
MonkeyIconBankComponent,
|
|
3909
3961
|
MonkeyIconBankNoteSearchComponent,
|
|
3910
3962
|
MonkeyIconBellComponent,
|
|
3963
|
+
MonkeyIconBlockComponent,
|
|
3911
3964
|
MonkeyIconBookComponent,
|
|
3912
3965
|
MonkeyIconBoxComponent,
|
|
3913
3966
|
MonkeyIconBuildPersonComponent,
|
|
@@ -3948,6 +4001,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
3948
4001
|
MonkeyIconErrorComponent,
|
|
3949
4002
|
MonkeyIconEyeClosedComponent,
|
|
3950
4003
|
MonkeyIconEyeOpenComponent,
|
|
4004
|
+
MonkeyIconFilterAddComponent,
|
|
3951
4005
|
MonkeyIconFilterComponent,
|
|
3952
4006
|
MonkeyIconGridComponent,
|
|
3953
4007
|
MonkeyIconHandsClapComponent,
|