@mozaic-ds/icons-angular 0.11.0 → 0.12.0
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/fesm2022/mozaic-ds-icons-angular.mjs +12704 -10979
- package/fesm2022/mozaic-ds-icons-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/types/mozaic-ds-icons-angular.d.ts +701 -101
|
@@ -81,8 +81,88 @@ declare class Woman20 {
|
|
|
81
81
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Woman20, "Woman20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
|
+
declare class WarningTriangle64 {
|
|
85
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M29.857 11.324c.94-1.568 3.171-1.616 4.192-.146l.096.146 22.234 37.057c1 1.666-.2 3.786-2.144 3.786H9.768c-1.943 0-3.144-2.12-2.144-3.786zM10.652 49.167h42.7L32 13.583 10.65 49.167Zm21.613-8a1.5 1.5 0 0 1 0 3h-.533a1.5 1.5 0 0 1 0-3zm-.267-16a1.5 1.5 0 0 1 1.5 1.5V36a1.5 1.5 0 0 1-3 0v-9.333a1.5 1.5 0 0 1 1.5-1.5\"/></svg>";
|
|
86
|
+
fill: _angular_core.InputSignal<string>;
|
|
87
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
88
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningTriangle64, never>;
|
|
89
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WarningTriangle64, "WarningTriangle64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
declare class WarningTriangle48 {
|
|
93
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M21.857 8.657c.94-1.568 3.172-1.616 4.193-.147l.095.147L42.38 35.714c1 1.666-.202 3.786-2.145 3.786H7.768c-1.943 0-3.144-2.12-2.144-3.786zM8.652 36.5h30.7l-15.35-25.585zm15.548-6a1.5 1.5 0 0 1 0 3h-.4a1.5 1.5 0 0 1 0-3zm-.2-12a1.5 1.5 0 0 1 1.5 1.5v7a1.5 1.5 0 0 1-3 0v-7a1.5 1.5 0 0 1 1.5-1.5\"/></svg>";
|
|
94
|
+
fill: _angular_core.InputSignal<string>;
|
|
95
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
96
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningTriangle48, never>;
|
|
97
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WarningTriangle48, "WarningTriangle48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
declare class WarningTriangle32 {
|
|
101
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M14.286 6.249c.777-1.295 2.653-1.295 3.43 0L27.95 23.305c.799 1.333-.162 3.029-1.716 3.029H5.767c-1.554 0-2.514-1.696-1.716-3.029L14.286 6.25ZM5.767 24.334h20.467L16.001 7.277zm10.365-4a1 1 0 1 1 0 2h-.266a1 1 0 0 1 0-2zm-.132-8a1 1 0 0 1 1 1V18a1 1 0 0 1-2 0v-4.667a1 1 0 0 1 1-1Z\"/></svg>";
|
|
102
|
+
fill: _angular_core.InputSignal<string>;
|
|
103
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
104
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningTriangle32, never>;
|
|
105
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WarningTriangle32, "WarningTriangle32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
declare class WarningTriangle24 {
|
|
109
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M10.286 4.915c.776-1.295 2.652-1.294 3.43 0L20.95 16.97c.8 1.332-.162 3.029-1.716 3.029H4.767c-1.555 0-2.516-1.697-1.716-3.03l7.235-12.055ZM4.766 18h14.468L12 5.943 4.767 18Zm7.334-3a1 1 0 0 1 0 2h-.2a1 1 0 0 1 0-2zM12 9a1 1 0 0 1 1 1v3.5a1 1 0 0 1-2 0V10a1 1 0 0 1 1-1\"/></svg>";
|
|
110
|
+
fill: _angular_core.InputSignal<string>;
|
|
111
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
112
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningTriangle24, never>;
|
|
113
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WarningTriangle24, "WarningTriangle24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
declare class WarningTriangle20 {
|
|
117
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M8.5 4.377a1.75 1.75 0 0 1 3 0l5.735 9.556c.7 1.167-.141 2.65-1.501 2.65H4.267c-1.36 0-2.2-1.483-1.501-2.65zm1.714.772a.25.25 0 0 0-.428 0l-5.734 9.556a.25.25 0 0 0 .215.379h11.467a.25.25 0 0 0 .215-.38L10.214 5.15Zm-.13 7.435a.75.75 0 0 1 0 1.5h-.168a.75.75 0 0 1 0-1.5zm-.085-5a.75.75 0 0 1 .75.75v2.917a.75.75 0 0 1-1.5 0V8.334a.75.75 0 0 1 .75-.75\"/></svg>";
|
|
118
|
+
fill: _angular_core.InputSignal<string>;
|
|
119
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
120
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningTriangle20, never>;
|
|
121
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WarningTriangle20, "WarningTriangle20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
declare class WarningTriangleFilled64 {
|
|
125
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M29.857 11.324c.94-1.568 3.171-1.616 4.192-.146l.096.146L56.379 48.38c1 1.666-.2 3.786-2.144 3.786H9.768c-1.943 0-3.144-2.12-2.144-3.786zm1.876 29.843a1.5 1.5 0 0 0 0 3h.533a1.5 1.5 0 0 0 0-3zm.265-16a1.5 1.5 0 0 0-1.5 1.5V36a1.5 1.5 0 0 0 3 0v-9.333a1.5 1.5 0 0 0-1.5-1.5\"/></svg>";
|
|
126
|
+
fill: _angular_core.InputSignal<string>;
|
|
127
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
128
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningTriangleFilled64, never>;
|
|
129
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WarningTriangleFilled64, "WarningTriangleFilled64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
declare class WarningTriangleFilled48 {
|
|
133
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M21.857 8.657c.94-1.568 3.172-1.616 4.193-.147l.095.147L42.38 35.714c1 1.666-.202 3.786-2.145 3.786H7.768c-1.943 0-3.144-2.12-2.144-3.786zM23.8 30.5a1.5 1.5 0 0 0 0 3h.4a1.501 1.501 0 0 0 0-3zm.2-12a1.5 1.5 0 0 0-1.5 1.5v7a1.5 1.5 0 0 0 3 0v-7a1.5 1.5 0 0 0-1.5-1.5\"/></svg>";
|
|
134
|
+
fill: _angular_core.InputSignal<string>;
|
|
135
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
136
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningTriangleFilled48, never>;
|
|
137
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WarningTriangleFilled48, "WarningTriangleFilled48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
declare class WarningTriangleFilled32 {
|
|
141
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M14.286 6.249c.777-1.295 2.653-1.295 3.43 0L27.95 23.305c.799 1.333-.162 3.029-1.716 3.029H5.767c-1.554 0-2.514-1.696-1.716-3.029L14.286 6.25Zm1.58 14.085a1 1 0 0 0 0 2h.267a1 1 0 0 0 0-2zm.134-8a1 1 0 0 0-1 1V18a1 1 0 0 0 2 0v-4.667a1 1 0 0 0-1-1Z\"/></svg>";
|
|
142
|
+
fill: _angular_core.InputSignal<string>;
|
|
143
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
144
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningTriangleFilled32, never>;
|
|
145
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WarningTriangleFilled32, "WarningTriangleFilled32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
declare class WarningTriangleFilled24 {
|
|
149
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M10.286 4.915c.776-1.295 2.652-1.294 3.43 0L20.95 16.97c.8 1.332-.162 3.029-1.716 3.029H4.767c-1.555 0-2.516-1.697-1.716-3.03l7.235-12.055ZM11.9 15a1 1 0 0 0 0 2h.2a1 1 0 0 0 0-2zm.1-6a1 1 0 0 0-1 1v3.5a1 1 0 0 0 2 0V10a1 1 0 0 0-1-1\"/></svg>";
|
|
150
|
+
fill: _angular_core.InputSignal<string>;
|
|
151
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
152
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningTriangleFilled24, never>;
|
|
153
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WarningTriangleFilled24, "WarningTriangleFilled24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
declare class WarningTriangleFilled20 {
|
|
157
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M8.5 4.377a1.75 1.75 0 0 1 3 0l5.735 9.556c.7 1.167-.141 2.65-1.501 2.65H4.267c-1.36 0-2.2-1.483-1.501-2.65zm1.416 8.207a.75.75 0 0 0 0 1.5h.167a.75.75 0 0 0 0-1.5zm.083-5a.75.75 0 0 0-.75.75v2.917a.75.75 0 0 0 1.5 0V8.334a.75.75 0 0 0-.75-.75\"/></svg>";
|
|
158
|
+
fill: _angular_core.InputSignal<string>;
|
|
159
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
160
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningTriangleFilled20, never>;
|
|
161
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WarningTriangleFilled20, "WarningTriangleFilled20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
162
|
+
}
|
|
163
|
+
|
|
84
164
|
declare class WarningCircle64 {
|
|
85
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path
|
|
165
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M32 6.5c14.083 0 25.5 11.417 25.5 25.5S46.083 57.5 32 57.5 6.5 46.083 6.5 32 17.917 6.5 32 6.5m0 3C19.574 9.5 9.5 19.574 9.5 32S19.574 54.5 32 54.5 54.5 44.426 54.5 32 44.426 9.5 32 9.5m.268 31.667a1.5 1.5 0 0 1 0 3h-.534a1.5 1.5 0 0 1 0-3zM32 19.833a1.5 1.5 0 0 1 1.5 1.5v13.333a1.5 1.5 0 0 1-3 0V21.333a1.5 1.5 0 0 1 1.5-1.5\"/></svg>";
|
|
86
166
|
fill: _angular_core.InputSignal<string>;
|
|
87
167
|
hostClass: _angular_core.InputSignal<string>;
|
|
88
168
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningCircle64, never>;
|
|
@@ -90,7 +170,7 @@ declare class WarningCircle64 {
|
|
|
90
170
|
}
|
|
91
171
|
|
|
92
172
|
declare class WarningCircle48 {
|
|
93
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path
|
|
173
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M24 4.5c10.77 0 19.5 8.73 19.5 19.5S34.77 43.5 24 43.5 4.5 34.77 4.5 24 13.23 4.5 24 4.5m0 3C14.887 7.5 7.5 14.887 7.5 24S14.887 40.5 24 40.5 40.5 33.113 40.5 24 33.113 7.5 24 7.5m.201 23a1.5 1.5 0 0 1 0 3h-.4a1.5 1.5 0 0 1 0-3zM24 14.5a1.5 1.5 0 0 1 1.5 1.5v10a1.5 1.5 0 0 1-3 0V16a1.5 1.5 0 0 1 1.5-1.5\"/></svg>";
|
|
94
174
|
fill: _angular_core.InputSignal<string>;
|
|
95
175
|
hostClass: _angular_core.InputSignal<string>;
|
|
96
176
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningCircle48, never>;
|
|
@@ -98,7 +178,7 @@ declare class WarningCircle48 {
|
|
|
98
178
|
}
|
|
99
179
|
|
|
100
180
|
declare class WarningCircle32 {
|
|
101
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path
|
|
181
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M16 3c7.18 0 13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3m0 2C9.925 5 5 9.925 5 16s4.925 11 11 11 11-4.925 11-11S22.075 5 16 5m.134 15.333a1 1 0 0 1 0 2h-.267a1 1 0 1 1 0-2zM16 9.667a1 1 0 0 1 1 1v6.667a1 1 0 0 1-2 0v-6.667a1 1 0 0 1 1-1\"/></svg>";
|
|
102
182
|
fill: _angular_core.InputSignal<string>;
|
|
103
183
|
hostClass: _angular_core.InputSignal<string>;
|
|
104
184
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningCircle32, never>;
|
|
@@ -106,7 +186,7 @@ declare class WarningCircle32 {
|
|
|
106
186
|
}
|
|
107
187
|
|
|
108
188
|
declare class WarningCircle24 {
|
|
109
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path
|
|
189
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16m.1 11a1 1 0 0 1 0 2h-.2a1 1 0 1 1 0-2zM12 7a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1\"/></svg>";
|
|
110
190
|
fill: _angular_core.InputSignal<string>;
|
|
111
191
|
hostClass: _angular_core.InputSignal<string>;
|
|
112
192
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningCircle24, never>;
|
|
@@ -114,7 +194,7 @@ declare class WarningCircle24 {
|
|
|
114
194
|
}
|
|
115
195
|
|
|
116
196
|
declare class WarningCircle20 {
|
|
117
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path
|
|
197
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M10 1.75a8.25 8.25 0 1 1 0 16.5 8.25 8.25 0 0 1 0-16.5m0 1.5a6.75 6.75 0 1 0 0 13.5 6.75 6.75 0 0 0 0-13.5m.084 9.333a.75.75 0 0 1 0 1.5h-.167a.75.75 0 0 1 0-1.5zM10 5.917a.75.75 0 0 1 .75.75v4.167a.75.75 0 0 1-1.5 0V6.667a.75.75 0 0 1 .75-.75\"/></svg>";
|
|
118
198
|
fill: _angular_core.InputSignal<string>;
|
|
119
199
|
hostClass: _angular_core.InputSignal<string>;
|
|
120
200
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningCircle20, never>;
|
|
@@ -122,7 +202,7 @@ declare class WarningCircle20 {
|
|
|
122
202
|
}
|
|
123
203
|
|
|
124
204
|
declare class WarningCircleFilled64 {
|
|
125
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path
|
|
205
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M32 6.5c14.083 0 25.5 11.417 25.5 25.5S46.083 57.5 32 57.5 6.5 46.083 6.5 32 17.917 6.5 32 6.5m-.266 34.667a1.5 1.5 0 1 0 0 3h.534a1.5 1.5 0 0 0 0-3zM32 19.833a1.5 1.5 0 0 0-1.5 1.5v13.333a1.5 1.5 0 0 0 3 0V21.333a1.5 1.5 0 0 0-1.5-1.5\"/></svg>";
|
|
126
206
|
fill: _angular_core.InputSignal<string>;
|
|
127
207
|
hostClass: _angular_core.InputSignal<string>;
|
|
128
208
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningCircleFilled64, never>;
|
|
@@ -130,7 +210,7 @@ declare class WarningCircleFilled64 {
|
|
|
130
210
|
}
|
|
131
211
|
|
|
132
212
|
declare class WarningCircleFilled48 {
|
|
133
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path
|
|
213
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M24 4.5c10.77 0 19.5 8.73 19.5 19.5S34.77 43.5 24 43.5 4.5 34.77 4.5 24 13.23 4.5 24 4.5m-.2 26a1.5 1.5 0 0 0 0 3h.401a1.5 1.5 0 0 0 0-3h-.4Zm.2-16a1.5 1.5 0 0 0-1.5 1.5v10a1.5 1.5 0 0 0 3 0V16a1.5 1.5 0 0 0-1.5-1.5\"/></svg>";
|
|
134
214
|
fill: _angular_core.InputSignal<string>;
|
|
135
215
|
hostClass: _angular_core.InputSignal<string>;
|
|
136
216
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningCircleFilled48, never>;
|
|
@@ -138,7 +218,7 @@ declare class WarningCircleFilled48 {
|
|
|
138
218
|
}
|
|
139
219
|
|
|
140
220
|
declare class WarningCircleFilled32 {
|
|
141
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path
|
|
221
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M16 3c7.18 0 13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3m-.133 17.333a1 1 0 0 0 0 2h.267a1 1 0 1 0 0-2zM16 9.667a1 1 0 0 0-1 1v6.667a1 1 0 0 0 2 0v-6.667a1 1 0 0 0-1-1\"/></svg>";
|
|
142
222
|
fill: _angular_core.InputSignal<string>;
|
|
143
223
|
hostClass: _angular_core.InputSignal<string>;
|
|
144
224
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningCircleFilled32, never>;
|
|
@@ -146,7 +226,7 @@ declare class WarningCircleFilled32 {
|
|
|
146
226
|
}
|
|
147
227
|
|
|
148
228
|
declare class WarningCircleFilled24 {
|
|
149
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path
|
|
229
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m-.1 13a1 1 0 1 0 0 2h.2a1 1 0 0 0 0-2zm.1-8a1 1 0 0 0-1 1v5a1 1 0 1 0 2 0V8a1 1 0 0 0-1-1\"/></svg>";
|
|
150
230
|
fill: _angular_core.InputSignal<string>;
|
|
151
231
|
hostClass: _angular_core.InputSignal<string>;
|
|
152
232
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningCircleFilled24, never>;
|
|
@@ -154,7 +234,7 @@ declare class WarningCircleFilled24 {
|
|
|
154
234
|
}
|
|
155
235
|
|
|
156
236
|
declare class WarningCircleFilled20 {
|
|
157
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path
|
|
237
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M10 1.75a8.25 8.25 0 1 1 0 16.5 8.25 8.25 0 0 1 0-16.5m-.083 10.833a.75.75 0 0 0 0 1.5h.167a.75.75 0 0 0 0-1.5zM10 5.917a.75.75 0 0 0-.75.75v4.167a.75.75 0 0 0 1.5 0V6.667a.75.75 0 0 0-.75-.75\"/></svg>";
|
|
158
238
|
fill: _angular_core.InputSignal<string>;
|
|
159
239
|
hostClass: _angular_core.InputSignal<string>;
|
|
160
240
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WarningCircleFilled20, never>;
|
|
@@ -2282,7 +2362,7 @@ declare class LessCircle20 {
|
|
|
2282
2362
|
}
|
|
2283
2363
|
|
|
2284
2364
|
declare class InfoCircle64 {
|
|
2285
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path
|
|
2365
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M32 6.5c14.083 0 25.5 11.417 25.5 25.5S46.083 57.5 32 57.5 6.5 46.083 6.5 32 17.917 6.5 32 6.5m0 3C19.574 9.5 9.5 19.574 9.5 32S19.574 54.5 32 54.5 54.5 44.426 54.5 32 44.426 9.5 32 9.5m-.389 18.384a1.502 1.502 0 0 1 1.889 1.449v11.833H36a1.5 1.5 0 0 1 0 3h-8a1.5 1.5 0 0 1 0-3h2.5v-9.879l-2.111.567a1.5 1.5 0 0 1-.778-2.898zm-.944-9.467a2.917 2.917 0 1 1-.001 5.833 2.917 2.917 0 0 1 .001-5.833\"/></svg>";
|
|
2286
2366
|
fill: _angular_core.InputSignal<string>;
|
|
2287
2367
|
hostClass: _angular_core.InputSignal<string>;
|
|
2288
2368
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InfoCircle64, never>;
|
|
@@ -2290,7 +2370,7 @@ declare class InfoCircle64 {
|
|
|
2290
2370
|
}
|
|
2291
2371
|
|
|
2292
2372
|
declare class InfoCircle48 {
|
|
2293
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path
|
|
2373
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M24 4.5c10.77 0 19.5 8.73 19.5 19.5S34.77 43.5 24 43.5 4.5 34.77 4.5 24 13.23 4.5 24 4.5m0 3C14.887 7.5 7.5 14.887 7.5 24S14.887 40.5 24 40.5 40.5 33.113 40.5 24 33.113 7.5 24 7.5m-.389 13.05A1.502 1.502 0 0 1 25.5 22v8.5H27a1.5 1.5 0 0 1 0 3h-6a1.5 1.5 0 0 1 0-3h1.5v-6.545l-1.111.298a1.501 1.501 0 0 1-.778-2.898zM23 13.75a2.25 2.25 0 1 1 0 4.5 2.25 2.25 0 0 1 0-4.5\"/></svg>";
|
|
2294
2374
|
fill: _angular_core.InputSignal<string>;
|
|
2295
2375
|
hostClass: _angular_core.InputSignal<string>;
|
|
2296
2376
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InfoCircle48, never>;
|
|
@@ -2298,7 +2378,7 @@ declare class InfoCircle48 {
|
|
|
2298
2378
|
}
|
|
2299
2379
|
|
|
2300
2380
|
declare class InfoCircle32 {
|
|
2301
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path
|
|
2381
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M16 3c7.18 0 13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3m0 2C9.925 5 5 9.925 5 16s4.925 11 11 11 11-4.925 11-11S22.075 5 16 5m-.259 8.701a1 1 0 0 1 1.259.966v5.667h1a1 1 0 0 1 0 2h-4a1 1 0 0 1 0-2h1V15.97l-.741.199a1 1 0 0 1-.518-1.932zm-.408-4.618a1.584 1.584 0 1 1 0 3.169 1.584 1.584 0 0 1 0-3.169\"/></svg>";
|
|
2302
2382
|
fill: _angular_core.InputSignal<string>;
|
|
2303
2383
|
hostClass: _angular_core.InputSignal<string>;
|
|
2304
2384
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InfoCircle32, never>;
|
|
@@ -2306,7 +2386,7 @@ declare class InfoCircle32 {
|
|
|
2306
2386
|
}
|
|
2307
2387
|
|
|
2308
2388
|
declare class InfoCircle24 {
|
|
2309
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path
|
|
2389
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16m-.259 6.034A1 1 0 0 1 13 11v4h.5a1 1 0 1 1 0 2h-3a1 1 0 0 1 0-2h.5v-2.697l-.241.065a1 1 0 0 1-.518-1.933zM11.5 6.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5\"/></svg>";
|
|
2310
2390
|
fill: _angular_core.InputSignal<string>;
|
|
2311
2391
|
hostClass: _angular_core.InputSignal<string>;
|
|
2312
2392
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InfoCircle24, never>;
|
|
@@ -2314,7 +2394,7 @@ declare class InfoCircle24 {
|
|
|
2314
2394
|
}
|
|
2315
2395
|
|
|
2316
2396
|
declare class InfoCircle20 {
|
|
2317
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path
|
|
2397
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M9.5 1.75c4.385 0 7.875 3.73 7.875 8.25s-3.49 8.25-7.875 8.25S1.625 14.52 1.625 10 5.115 1.75 9.5 1.75m0 1.5c-3.485 0-6.375 2.985-6.375 6.75s2.89 6.75 6.375 6.75 6.375-2.985 6.375-6.75-2.89-6.75-6.375-6.75m-.203 5.195a.75.75 0 0 1 .953.722v3.417h.438a.75.75 0 0 1 0 1.5H8.312a.75.75 0 0 1 0-1.5h.438v-2.427l-.234.067a.75.75 0 0 1-.407-1.444zm-.193-2.862c.587 0 1.041.497 1.042 1.083 0 .586-.455 1.084-1.042 1.084s-1.041-.498-1.041-1.084.455-1.083 1.041-1.083\"/></svg>";
|
|
2318
2398
|
fill: _angular_core.InputSignal<string>;
|
|
2319
2399
|
hostClass: _angular_core.InputSignal<string>;
|
|
2320
2400
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InfoCircle20, never>;
|
|
@@ -2322,7 +2402,7 @@ declare class InfoCircle20 {
|
|
|
2322
2402
|
}
|
|
2323
2403
|
|
|
2324
2404
|
declare class InfoCircleFilled64 {
|
|
2325
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path
|
|
2405
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M32 6.5c14.083 0 25.5 11.417 25.5 25.5S46.083 57.5 32 57.5 6.5 46.083 6.5 32 17.917 6.5 32 6.5m.913 21.643a1.5 1.5 0 0 0-1.302-.26l-4 1.073a1.5 1.5 0 0 0 .778 2.898l2.111-.567v9.879H28a1.5 1.5 0 0 0 0 3h8a1.5 1.5 0 0 0 0-3h-2.5V29.333a1.5 1.5 0 0 0-.587-1.19m-2.246-9.726a2.917 2.917 0 1 0 0 5.835 2.917 2.917 0 0 0 0-5.835\"/></svg>";
|
|
2326
2406
|
fill: _angular_core.InputSignal<string>;
|
|
2327
2407
|
hostClass: _angular_core.InputSignal<string>;
|
|
2328
2408
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InfoCircleFilled64, never>;
|
|
@@ -2330,7 +2410,7 @@ declare class InfoCircleFilled64 {
|
|
|
2330
2410
|
}
|
|
2331
2411
|
|
|
2332
2412
|
declare class InfoCircleFilled48 {
|
|
2333
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path
|
|
2413
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M24 4.5c10.77 0 19.5 8.73 19.5 19.5S34.77 43.5 24 43.5 4.5 34.77 4.5 24 13.23 4.5 24 4.5m.913 16.31a1.5 1.5 0 0 0-1.302-.26l-3 .805a1.501 1.501 0 0 0 .778 2.898l1.111-.298V30.5H21a1.5 1.5 0 0 0 0 3h6a1.5 1.5 0 0 0 0-3h-1.5V22a1.5 1.5 0 0 0-.587-1.19M23 13.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5\"/></svg>";
|
|
2334
2414
|
fill: _angular_core.InputSignal<string>;
|
|
2335
2415
|
hostClass: _angular_core.InputSignal<string>;
|
|
2336
2416
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InfoCircleFilled48, never>;
|
|
@@ -2338,7 +2418,7 @@ declare class InfoCircleFilled48 {
|
|
|
2338
2418
|
}
|
|
2339
2419
|
|
|
2340
2420
|
declare class InfoCircleFilled32 {
|
|
2341
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path
|
|
2421
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M16 3c7.18 0 13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16 8.82 3 16 3m.608 10.874a1 1 0 0 0-.867-.173l-2 .536a1 1 0 0 0 .518 1.932l.741-.2v4.365h-1a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2h-1v-5.667a1 1 0 0 0-.392-.793m-1.275-4.791a1.584 1.584 0 1 0 .002 3.168 1.584 1.584 0 0 0-.002-3.168\"/></svg>";
|
|
2342
2422
|
fill: _angular_core.InputSignal<string>;
|
|
2343
2423
|
hostClass: _angular_core.InputSignal<string>;
|
|
2344
2424
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InfoCircleFilled32, never>;
|
|
@@ -2346,7 +2426,7 @@ declare class InfoCircleFilled32 {
|
|
|
2346
2426
|
}
|
|
2347
2427
|
|
|
2348
2428
|
declare class InfoCircleFilled24 {
|
|
2349
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path
|
|
2429
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m.608 8.207a1 1 0 0 0-.867-.173l-1.5.401a1.001 1.001 0 0 0 .518 1.933l.241-.065V15h-.5a1 1 0 0 0 0 2h3a1 1 0 1 0 0-2H13v-4a1 1 0 0 0-.392-.793M11.5 6.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5\"/></svg>";
|
|
2350
2430
|
fill: _angular_core.InputSignal<string>;
|
|
2351
2431
|
hostClass: _angular_core.InputSignal<string>;
|
|
2352
2432
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InfoCircleFilled24, never>;
|
|
@@ -2354,7 +2434,7 @@ declare class InfoCircleFilled24 {
|
|
|
2354
2434
|
}
|
|
2355
2435
|
|
|
2356
2436
|
declare class InfoCircleFilled20 {
|
|
2357
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path
|
|
2437
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M10 1.75a8.25 8.25 0 1 1 0 16.5 8.25 8.25 0 0 1 0-16.5m.457 6.822a.75.75 0 0 0-.651-.13l-1.25.335a.75.75 0 0 0 .388 1.45l.306-.082v2.439h-.5a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-.5V9.167a.75.75 0 0 0-.293-.595m-.874-2.989a1.084 1.084 0 1 0 .001 2.167 1.084 1.084 0 0 0-.001-2.167\"/></svg>";
|
|
2358
2438
|
fill: _angular_core.InputSignal<string>;
|
|
2359
2439
|
hostClass: _angular_core.InputSignal<string>;
|
|
2360
2440
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<InfoCircleFilled20, never>;
|
|
@@ -2801,6 +2881,86 @@ declare class ExpandLeft20 {
|
|
|
2801
2881
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ExpandLeft20, "ExpandLeft20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2802
2882
|
}
|
|
2803
2883
|
|
|
2884
|
+
declare class Error64 {
|
|
2885
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M29.856 11.324c.941-1.567 3.171-1.616 4.193-.146l.096.146 22.234 37.057c1 1.666-.201 3.786-2.145 3.786H9.768c-1.943 0-3.144-2.12-2.145-3.786zM10.651 49.167h42.7L32 13.583zm25.622-18.894a1.5 1.5 0 0 1 2.121 2.122l-4.273 4.272 4.273 4.273a1.5 1.5 0 0 1-2.12 2.122L32 38.788l-4.273 4.274a1.5 1.5 0 0 1-2.12-2.122l4.272-4.273-4.273-4.273a1.5 1.5 0 0 1 2.121-2.12L32 34.545z\"/></svg>";
|
|
2886
|
+
fill: _angular_core.InputSignal<string>;
|
|
2887
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
2888
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Error64, never>;
|
|
2889
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Error64, "Error64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2890
|
+
}
|
|
2891
|
+
|
|
2892
|
+
declare class Error48 {
|
|
2893
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M21.857 8.657c.94-1.568 3.172-1.616 4.193-.146l.095.146 16.234 27.057c1 1.666-.201 3.786-2.145 3.786H7.768c-1.943 0-3.145-2.12-2.145-3.786zM8.65 36.5h30.7L24 10.915zm18.29-14.06a1.5 1.5 0 0 1 2.12 2.12l-2.939 2.94 2.94 2.94a1.5 1.5 0 0 1-2.121 2.12L24 29.621l-2.94 2.94a1.5 1.5 0 1 1-2.12-2.122l2.939-2.939-2.94-2.94a1.5 1.5 0 0 1 2.122-2.12L24 25.378l2.939-2.94Z\"/></svg>";
|
|
2894
|
+
fill: _angular_core.InputSignal<string>;
|
|
2895
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
2896
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Error48, never>;
|
|
2897
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Error48, "Error48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2898
|
+
}
|
|
2899
|
+
|
|
2900
|
+
declare class Error32 {
|
|
2901
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M14.286 6.249c.777-1.295 2.653-1.295 3.43 0L27.95 23.306c.799 1.332-.162 3.028-1.716 3.028H5.768c-1.555 0-2.515-1.695-1.716-3.028zM5.768 24.334h20.466L16.001 7.277zM17.96 14.96a1 1 0 0 1 1.414 1.414l-1.96 1.959 1.96 1.96a1 1 0 0 1-1.414 1.414L16 19.747l-1.959 1.96a1 1 0 0 1-1.414-1.414l1.959-1.96-1.96-1.959a1 1 0 1 1 1.415-1.414L16 16.919z\"/></svg>";
|
|
2902
|
+
fill: _angular_core.InputSignal<string>;
|
|
2903
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
2904
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Error32, never>;
|
|
2905
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Error32, "Error32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
declare class Error24 {
|
|
2909
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M10.286 4.915c.777-1.294 2.653-1.294 3.43 0l7.234 12.056c.8 1.333-.161 3.029-1.716 3.03H4.767c-1.554 0-2.515-1.697-1.715-3.03zM4.767 18h14.467L12.001 5.944zm8.526-6.957a1 1 0 0 1 1.414 1.414l-1.293 1.293 1.293 1.293a1 1 0 1 1-1.414 1.414L12 15.164l-1.293 1.293a1 1 0 0 1-1.414-1.414l1.293-1.293-1.293-1.293a1 1 0 0 1 1.414-1.414L12 12.336z\"/></svg>";
|
|
2910
|
+
fill: _angular_core.InputSignal<string>;
|
|
2911
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
2912
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Error24, never>;
|
|
2913
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Error24, "Error24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2914
|
+
}
|
|
2915
|
+
|
|
2916
|
+
declare class Error20 {
|
|
2917
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M8.499 4.376a1.75 1.75 0 0 1 3.001 0l5.734 9.557c.7 1.166-.14 2.65-1.5 2.65H4.266c-1.36 0-2.201-1.484-1.501-2.65l5.733-9.557Zm1.715.772a.25.25 0 0 0-.429 0l-5.733 9.556a.25.25 0 0 0 .215.379h11.466a.25.25 0 0 0 .215-.379zm.923 4.114a.75.75 0 0 1 1.06 1.06l-1.136 1.136 1.136 1.137a.75.75 0 0 1-1.06 1.06L10 12.52l-1.136 1.136a.75.75 0 0 1-1.06-1.06l1.135-1.137-1.135-1.136a.75.75 0 1 1 1.06-1.06L10 10.398z\"/></svg>";
|
|
2918
|
+
fill: _angular_core.InputSignal<string>;
|
|
2919
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
2920
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Error20, never>;
|
|
2921
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Error20, "Error20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2922
|
+
}
|
|
2923
|
+
|
|
2924
|
+
declare class ErrorFilled64 {
|
|
2925
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M29.856 11.324c.941-1.567 3.171-1.616 4.193-.146l.096.146 22.234 37.057c1 1.666-.201 3.786-2.145 3.786H9.768c-1.943 0-3.144-2.12-2.145-3.786zm8.538 18.95a1.5 1.5 0 0 0-2.12 0L32 34.545l-4.273-4.273a1.5 1.5 0 0 0-2.12 2.122l4.272 4.272-4.273 4.273a1.5 1.5 0 0 0 2.121 2.122L32 38.788l4.273 4.274a1.5 1.5 0 0 0 2.121-2.122l-4.273-4.273 4.273-4.273a1.5 1.5 0 0 0 0-2.12\"/></svg>";
|
|
2926
|
+
fill: _angular_core.InputSignal<string>;
|
|
2927
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
2928
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ErrorFilled64, never>;
|
|
2929
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ErrorFilled64, "ErrorFilled64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2932
|
+
declare class ErrorFilled48 {
|
|
2933
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M21.857 8.657c.94-1.568 3.172-1.616 4.193-.146l.095.146 16.234 27.057c1 1.666-.201 3.786-2.145 3.786H7.768c-1.943 0-3.145-2.12-2.145-3.786zM29.06 22.44a1.5 1.5 0 0 0-2.121 0L24 25.38l-2.94-2.94a1.5 1.5 0 1 0-2.12 2.121l2.939 2.94-2.94 2.94a1.5 1.5 0 0 0 2.122 2.12L24 29.623l2.939 2.94a1.5 1.5 0 0 0 2.12-2.122l-2.939-2.94 2.94-2.939a1.5 1.5 0 0 0 0-2.12Z\"/></svg>";
|
|
2934
|
+
fill: _angular_core.InputSignal<string>;
|
|
2935
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
2936
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ErrorFilled48, never>;
|
|
2937
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ErrorFilled48, "ErrorFilled48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2938
|
+
}
|
|
2939
|
+
|
|
2940
|
+
declare class ErrorFilled32 {
|
|
2941
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M14.286 6.249c.777-1.295 2.653-1.295 3.43 0L27.95 23.306c.799 1.332-.162 3.028-1.716 3.028H5.768c-1.555 0-2.515-1.695-1.716-3.028zm5.087 8.711a1 1 0 0 0-1.414 0l-1.96 1.959-1.959-1.959a1 1 0 0 0-1.414 1.414l1.959 1.959-1.959 1.96a1 1 0 0 0 1.414 1.414l1.959-1.96 1.96 1.96a1 1 0 0 0 1.414-1.414l-1.96-1.96 1.96-1.959a1 1 0 0 0 0-1.414\"/></svg>";
|
|
2942
|
+
fill: _angular_core.InputSignal<string>;
|
|
2943
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
2944
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ErrorFilled32, never>;
|
|
2945
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ErrorFilled32, "ErrorFilled32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2948
|
+
declare class ErrorFilled24 {
|
|
2949
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M10.286 4.915c.777-1.294 2.653-1.294 3.43 0l7.234 12.056c.8 1.333-.161 3.029-1.716 3.03H4.767c-1.554 0-2.515-1.697-1.715-3.03zm4.42 6.13a1 1 0 0 0-1.413 0L12 12.336l-1.293-1.293a1 1 0 1 0-1.414 1.414l1.293 1.293-1.293 1.293a1 1 0 0 0 1.414 1.414L12 15.165l1.293 1.293a1.001 1.001 0 0 0 1.414-1.414l-1.293-1.293 1.293-1.293a1 1 0 0 0 0-1.414Z\"/></svg>";
|
|
2950
|
+
fill: _angular_core.InputSignal<string>;
|
|
2951
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
2952
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ErrorFilled24, never>;
|
|
2953
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ErrorFilled24, "ErrorFilled24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2956
|
+
declare class ErrorFilled20 {
|
|
2957
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M8.499 4.376a1.75 1.75 0 0 1 3.001 0l5.734 9.557c.7 1.166-.14 2.65-1.5 2.65H4.266c-1.36 0-2.201-1.484-1.501-2.65l5.733-9.557Zm3.697 4.886a.75.75 0 0 0-1.06 0l-1.137 1.136-1.136-1.136a.75.75 0 0 0-1.06 1.06l1.135 1.136-1.135 1.137a.75.75 0 0 0 1.06 1.06L10 12.52l1.137 1.136a.75.75 0 0 0 1.06-1.06l-1.136-1.137 1.136-1.136a.75.75 0 0 0 0-1.06Z\"/></svg>";
|
|
2958
|
+
fill: _angular_core.InputSignal<string>;
|
|
2959
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
2960
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ErrorFilled20, never>;
|
|
2961
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ErrorFilled20, "ErrorFilled20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2962
|
+
}
|
|
2963
|
+
|
|
2804
2964
|
declare class Edit64 {
|
|
2805
2965
|
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path fill-rule=\"evenodd\" d=\"M50.394 6.94a1.5 1.5 0 0 0-2.121 0l-24 24a1.5 1.5 0 0 0-.344.533l-4 10.667a1.5 1.5 0 0 0 1.931 1.931l10.667-4a1.5 1.5 0 0 0 .534-.344l24-24a1.5 1.5 0 0 0 0-2.121zm-24.28 27.254-2.217 5.91 5.91-2.217zm5.533 2.705 16.586-16.586-4.546-4.545-16.586 16.586zm18-18L45.1 14.354l4.233-4.233 4.545 4.546zm-38.98-1.732a1.5 1.5 0 0 0-1.5 1.5v34.666a1.5 1.5 0 0 0 1.5 1.5h34.667a1.5 1.5 0 0 0 1.5-1.5V42.667a1.5 1.5 0 1 0-3 0v9.166H12.167V20.167h9.167a1.5 1.5 0 0 0 0-3z\"/></svg>";
|
|
2806
2966
|
fill: _angular_core.InputSignal<string>;
|
|
@@ -2881,46 +3041,6 @@ declare class Drag20 {
|
|
|
2881
3041
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Drag20, "Drag20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2882
3042
|
}
|
|
2883
3043
|
|
|
2884
|
-
declare class Danger64 {
|
|
2885
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path fill-rule=\"evenodd\" d=\"M32 9.167a1.5 1.5 0 0 1 1.306.76l22.666 40a1.5 1.5 0 0 1-1.305 2.24H9.334a1.5 1.5 0 0 1-1.305-2.24l22.667-40A1.5 1.5 0 0 1 32 9.167m20.093 40L32.001 13.709 11.908 49.167zM32 25.167a1.5 1.5 0 0 1 1.5 1.5v8a1.5 1.5 0 1 1-3 0v-8a1.5 1.5 0 0 1 1.5-1.5m0 20.166A2.667 2.667 0 1 0 32 40a2.667 2.667 0 0 0 0 5.333\"/></svg>";
|
|
2886
|
-
fill: _angular_core.InputSignal<string>;
|
|
2887
|
-
hostClass: _angular_core.InputSignal<string>;
|
|
2888
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Danger64, never>;
|
|
2889
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Danger64, "Danger64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2890
|
-
}
|
|
2891
|
-
|
|
2892
|
-
declare class Danger48 {
|
|
2893
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path fill-rule=\"evenodd\" d=\"M24 6.5a1.5 1.5 0 0 1 1.305.76l17 30A1.5 1.5 0 0 1 41 39.5H7a1.5 1.5 0 0 1-1.305-2.24l17-30A1.5 1.5 0 0 1 24 6.5m-14.426 30h28.852L24 11.043zM24 18.5a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 1 1-3 0v-6a1.5 1.5 0 0 1 1.5-1.5M24 34a2 2 0 1 0 0-4 2 2 0 0 0 0 4\"/></svg>";
|
|
2894
|
-
fill: _angular_core.InputSignal<string>;
|
|
2895
|
-
hostClass: _angular_core.InputSignal<string>;
|
|
2896
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Danger48, never>;
|
|
2897
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Danger48, "Danger48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2898
|
-
}
|
|
2899
|
-
|
|
2900
|
-
declare class Danger32 {
|
|
2901
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path fill-rule=\"evenodd\" d=\"M16 4.333a1 1 0 0 1 .87.507l11.334 20a1 1 0 0 1-.87 1.493H4.667a1 1 0 0 1-.87-1.493l11.333-20a1 1 0 0 1 .87-.507m9.618 20L16 7.362 6.383 24.333zm-9.618-12a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0v-4a1 1 0 0 1 1-1m0 10.334A1.333 1.333 0 1 0 16 20a1.333 1.333 0 0 0 0 2.667\"/></svg>";
|
|
2902
|
-
fill: _angular_core.InputSignal<string>;
|
|
2903
|
-
hostClass: _angular_core.InputSignal<string>;
|
|
2904
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Danger32, never>;
|
|
2905
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Danger32, "Danger32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2906
|
-
}
|
|
2907
|
-
|
|
2908
|
-
declare class Danger24 {
|
|
2909
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path fill-rule=\"evenodd\" d=\"M12 3a1 1 0 0 1 .87.507l8.5 15A1 1 0 0 1 20.5 20h-17a1 1 0 0 1-.87-1.493l8.5-15A1 1 0 0 1 12 3m6.784 15L12 6.028 5.216 18zM12 9a1 1 0 0 1 1 1v3a1 1 0 1 1-2 0v-3a1 1 0 0 1 1-1m0 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2\"/></svg>";
|
|
2910
|
-
fill: _angular_core.InputSignal<string>;
|
|
2911
|
-
hostClass: _angular_core.InputSignal<string>;
|
|
2912
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Danger24, never>;
|
|
2913
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Danger24, "Danger24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2914
|
-
}
|
|
2915
|
-
|
|
2916
|
-
declare class Danger20 {
|
|
2917
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path fill-rule=\"evenodd\" d=\"M10 2.583c.27 0 .52.145.653.38l7.083 12.5a.75.75 0 0 1-.652 1.12H2.917a.75.75 0 0 1-.653-1.12l7.084-12.5a.75.75 0 0 1 .652-.38m5.797 12.5L10 4.855 4.204 15.083zM10 7.583a.75.75 0 0 1 .75.75v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75m0 6.584a.833.833 0 1 0 0-1.667.833.833 0 0 0 0 1.667\"/></svg>";
|
|
2918
|
-
fill: _angular_core.InputSignal<string>;
|
|
2919
|
-
hostClass: _angular_core.InputSignal<string>;
|
|
2920
|
-
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Danger20, never>;
|
|
2921
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Danger20, "Danger20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
2922
|
-
}
|
|
2923
|
-
|
|
2924
3044
|
declare class Cross64 {
|
|
2925
3045
|
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path fill-rule=\"evenodd\" d=\"M46.394 19.727a1.5 1.5 0 1 0-2.121-2.12L32 29.878 19.728 17.606a1.5 1.5 0 0 0-2.122 2.121L29.88 32 17.606 44.273a1.5 1.5 0 1 0 2.122 2.121L32 34.121l12.273 12.273a1.5 1.5 0 1 0 2.121-2.121L34.122 32z\"/></svg>";
|
|
2926
3046
|
fill: _angular_core.InputSignal<string>;
|
|
@@ -7001,6 +7121,46 @@ declare class DiyAlt20 {
|
|
|
7001
7121
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<DiyAlt20, "DiyAlt20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7002
7122
|
}
|
|
7003
7123
|
|
|
7124
|
+
declare class Danger64 {
|
|
7125
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M29.857 11.324c.94-1.568 3.171-1.616 4.192-.146l.096.146 22.234 37.057c1 1.666-.2 3.786-2.144 3.786H9.768c-1.943 0-3.144-2.12-2.144-3.786zM10.652 49.167h42.7L32 13.583 10.65 49.167Zm21.613-8a1.5 1.5 0 0 1 0 3h-.533a1.5 1.5 0 0 1 0-3zm-.267-16a1.5 1.5 0 0 1 1.5 1.5V36a1.5 1.5 0 0 1-3 0v-9.333a1.5 1.5 0 0 1 1.5-1.5\"/></svg>";
|
|
7126
|
+
fill: _angular_core.InputSignal<string>;
|
|
7127
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
7128
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Danger64, never>;
|
|
7129
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Danger64, "Danger64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7130
|
+
}
|
|
7131
|
+
|
|
7132
|
+
declare class Danger48 {
|
|
7133
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M21.857 8.657c.94-1.568 3.172-1.616 4.193-.147l.095.147 16.234 27.057c1 1.666-.2 3.786-2.144 3.786H7.768c-1.943 0-3.144-2.12-2.144-3.786zM8.652 36.5h30.7l-15.35-25.585zm15.548-6a1.5 1.5 0 0 1 0 3h-.4a1.5 1.5 0 0 1 0-3zm-.2-12a1.5 1.5 0 0 1 1.5 1.5v7a1.5 1.5 0 0 1-3 0v-7a1.5 1.5 0 0 1 1.5-1.5\"/></svg>";
|
|
7134
|
+
fill: _angular_core.InputSignal<string>;
|
|
7135
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
7136
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Danger48, never>;
|
|
7137
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Danger48, "Danger48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7138
|
+
}
|
|
7139
|
+
|
|
7140
|
+
declare class Danger32 {
|
|
7141
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M14.286 6.249c.776-1.295 2.653-1.295 3.43 0L27.95 23.305c.799 1.333-.162 3.029-1.716 3.029H5.767c-1.554 0-2.515-1.696-1.716-3.029L14.286 6.25ZM5.767 24.334h20.467L16 7.277zm10.365-4a1 1 0 1 1 0 2h-.266a1 1 0 0 1 0-2zm-.133-8a1 1 0 0 1 1 1V18a1 1 0 0 1-2 0v-4.667a1 1 0 0 1 1-1Z\"/></svg>";
|
|
7142
|
+
fill: _angular_core.InputSignal<string>;
|
|
7143
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
7144
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Danger32, never>;
|
|
7145
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Danger32, "Danger32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7146
|
+
}
|
|
7147
|
+
|
|
7148
|
+
declare class Danger24 {
|
|
7149
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M10.286 4.915c.776-1.295 2.652-1.294 3.43 0L20.95 16.97c.8 1.333-.162 3.029-1.716 3.029H4.767c-1.555 0-2.516-1.697-1.716-3.03l7.235-12.055ZM4.766 18h14.468L12 5.943 4.767 18Zm7.334-3a1 1 0 0 1 0 2h-.2a1 1 0 0 1 0-2zM12 9a1 1 0 0 1 1 1v3.5a1 1 0 0 1-2 0V10a1 1 0 0 1 1-1\"/></svg>";
|
|
7150
|
+
fill: _angular_core.InputSignal<string>;
|
|
7151
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
7152
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Danger24, never>;
|
|
7153
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Danger24, "Danger24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7154
|
+
}
|
|
7155
|
+
|
|
7156
|
+
declare class Danger20 {
|
|
7157
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M8.5 4.377a1.75 1.75 0 0 1 3 0l5.735 9.556c.7 1.167-.14 2.65-1.501 2.65H4.267c-1.36 0-2.2-1.483-1.5-2.65zm1.714.772a.25.25 0 0 0-.428 0l-5.734 9.556a.25.25 0 0 0 .215.379h11.467a.25.25 0 0 0 .215-.38L10.214 5.15Zm-.13 7.435a.75.75 0 0 1 0 1.5h-.167a.75.75 0 0 1 0-1.5zm-.084-5a.75.75 0 0 1 .75.75v2.917a.75.75 0 0 1-1.5 0V8.334a.75.75 0 0 1 .75-.75\"/></svg>";
|
|
7158
|
+
fill: _angular_core.InputSignal<string>;
|
|
7159
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
7160
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Danger20, never>;
|
|
7161
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Danger20, "Danger20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
7162
|
+
}
|
|
7163
|
+
|
|
7004
7164
|
declare class CuttingWoodGlass64 {
|
|
7005
7165
|
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path fill-rule=\"evenodd\" d=\"M6.5 8A1.5 1.5 0 0 1 8 6.5h24a25.4 25.4 0 0 1 16.94 6.44l2.666-2.667a1.5 1.5 0 1 1 2.121 2.121l-2.666 2.667A25.4 25.4 0 0 1 57.5 32a1.5 1.5 0 0 1-1.5 1.5h-1.196q.03.58.03 1.167c0 3.26-.684 6.36-1.915 9.166H56a1.5 1.5 0 0 1 0 3h-4.675C47.282 53.243 40.138 57.5 32 57.5s-15.282-4.257-19.325-10.667H8a1.5 1.5 0 1 1 0-3h3.081A22.76 22.76 0 0 1 9.196 33.5H8A1.5 1.5 0 0 1 6.5 32zm4.352 22.5H9.549c.772-11.727 10.529-21 22.451-21s21.679 9.273 22.45 21h-7.692C46.007 23.012 39.686 17.167 32 17.167S17.994 23.012 17.242 30.5zm1.348 3q-.033.579-.033 1.167C12.167 45.62 21.047 54.5 32 54.5c6.368 0 12.035-3.001 15.664-7.667h-23.83v-3h25.758a19.75 19.75 0 0 0 2.241-9.166q0-.588-.033-1.167h-6.467a1.5 1.5 0 0 1-1.5-1.5c0-6.535-5.298-11.833-11.833-11.833S20.167 25.465 20.167 32a1.5 1.5 0 0 1-1.5 1.5zm7.79-24A25.6 25.6 0 0 0 9.5 19.99V9.5zM32 33a1.667 1.667 0 1 0 0 3.333A1.667 1.667 0 0 0 32 33m-3.667 1.667a3.667 3.667 0 1 1 7.334 0 3.667 3.667 0 0 1-7.334 0\"/></svg>";
|
|
7006
7166
|
fill: _angular_core.InputSignal<string>;
|
|
@@ -8282,7 +8442,7 @@ declare class Time20 {
|
|
|
8282
8442
|
}
|
|
8283
8443
|
|
|
8284
8444
|
declare class ThumbUp64 {
|
|
8285
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path
|
|
8445
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M33.905 8.537a6.658 6.658 0 0 1 10.85 7.591l-3.54 6.372h8.187c4.35 0 7.593 4.01 6.682 8.264L53.467 42.98l-.013.052c-.322 1.28-.588 2.427-.873 3.367-.29.955-.638 1.844-1.192 2.624-1.166 1.638-2.972 2.418-5.693 3.098q-.178.044-.363.044h-16c-.161 0-.322-.026-.475-.077l-6.025-2.008v.587a1.5 1.5 0 0 1-1.5 1.5H12a1.5 1.5 0 0 1-1.483-1.278l-4-26.667A1.5 1.5 0 0 1 8 22.5h13.333q.218.002.418.06zm-20.613 40.63h6.541V25.498H9.743l3.549 23.668Zm28.23-38.857a3.657 3.657 0 0 0-5.35.191L22.834 25.893v21.024l6.743 2.248h15.566c2.477-.634 3.313-1.194 3.802-1.881.279-.391.514-.922.766-1.754.256-.845.488-1.853.83-3.212l2.61-12.182a3.833 3.833 0 0 0-3.748-4.636H38.666a1.5 1.5 0 0 1-1.31-2.231l4.777-8.597a3.66 3.66 0 0 0-.612-4.362Z\"/></svg>";
|
|
8286
8446
|
fill: _angular_core.InputSignal<string>;
|
|
8287
8447
|
hostClass: _angular_core.InputSignal<string>;
|
|
8288
8448
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbUp64, never>;
|
|
@@ -8290,7 +8450,7 @@ declare class ThumbUp64 {
|
|
|
8290
8450
|
}
|
|
8291
8451
|
|
|
8292
8452
|
declare class ThumbUp48 {
|
|
8293
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path
|
|
8453
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M25.146 6.156a5.368 5.368 0 0 1 8.748 6.122L31.55 16.5h5.502c3.501 0 6.111 3.228 5.378 6.652l-1.963 9.162-.012.052c-.239.95-.443 1.826-.66 2.542-.222.731-.498 1.444-.948 2.077-.958 1.345-2.43 1.956-4.484 2.47q-.178.044-.363.044H22a1.5 1.5 0 0 1-.475-.077l-4.03-1.343A1.497 1.497 0 0 1 16 39.499H9a1.5 1.5 0 0 1-1.483-1.277l-3-20A1.5 1.5 0 0 1 6 16.5h10q.087.001.172.011l8.974-10.354ZM10.292 36.499H14.5v-17H7.742zM30.877 7.998a2.37 2.37 0 0 0-3.464.123L17.5 19.559v15.358l4.743 1.581h11.562c1.807-.466 2.314-.854 2.598-1.253.174-.245.336-.597.52-1.206.189-.622.359-1.36.617-2.387l1.956-9.13a2.5 2.5 0 0 0-2.444-3.022H29a1.5 1.5 0 0 1-1.31-2.231l3.582-6.447a2.37 2.37 0 0 0-.395-2.824\"/></svg>";
|
|
8294
8454
|
fill: _angular_core.InputSignal<string>;
|
|
8295
8455
|
hostClass: _angular_core.InputSignal<string>;
|
|
8296
8456
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbUp48, never>;
|
|
@@ -8298,7 +8458,7 @@ declare class ThumbUp48 {
|
|
|
8298
8458
|
}
|
|
8299
8459
|
|
|
8300
8460
|
declare class ThumbUp32 {
|
|
8301
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><
|
|
8461
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><g clip-path=\"url(#a)\"><path d=\"M16.765 4.104a3.579 3.579 0 0 1 5.832 4.082l-1.563 2.813h3.668a3.667 3.667 0 0 1 3.585 4.435l-1.308 6.109-.01.034c-.159.633-.294 1.217-.439 1.695-.147.487-.331.962-.632 1.384-.638.896-1.62 1.304-2.989 1.646a1 1 0 0 1-.242.03h-8a1 1 0 0 1-.316-.051l-2.687-.896a1 1 0 0 1-.997.947H6a1 1 0 0 1-.99-.851l-2-13.333A1 1 0 0 1 4 10.999h6.667q.058 0 .114.007zM6.86 24.333h2.806V13H5.16zM20.585 5.331a1.58 1.58 0 0 0-2.31.083l-6.608 7.625v10.239l3.161 1.053h7.71c1.203-.31 1.541-.57 1.73-.835.117-.164.225-.399.348-.805.126-.417.24-.912.414-1.604l1.301-6.073A1.667 1.667 0 0 0 24.702 13h-5.368a1 1 0 0 1-.871-1.492l2.386-4.293a1.58 1.58 0 0 0-.264-1.882Z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h32v32H0z\"/></clipPath></defs></svg>";
|
|
8302
8462
|
fill: _angular_core.InputSignal<string>;
|
|
8303
8463
|
hostClass: _angular_core.InputSignal<string>;
|
|
8304
8464
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbUp32, never>;
|
|
@@ -8306,7 +8466,7 @@ declare class ThumbUp32 {
|
|
|
8306
8466
|
}
|
|
8307
8467
|
|
|
8308
8468
|
declare class ThumbUp24 {
|
|
8309
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path
|
|
8469
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M12.384 2.914a2.935 2.935 0 0 1 4.782 3.346L16.2 8h2.327a3 3 0 0 1 2.932 3.628l-.981 4.581-.008.035c-.118.467-.222.916-.333 1.282-.114.376-.261.762-.51 1.111-.534.75-1.348 1.073-2.385 1.332a1 1 0 0 1-.242.03h-6a1 1 0 0 1-.316-.051l-1.753-.585A1 1 0 0 1 8 20H4.5a1 1 0 0 1-.99-.852l-1.5-10A1 1 0 0 1 3.001 8h4.976zM5.362 17.999H7v-8H4.161l1.2 8Zm9.9-13.824a.935.935 0 0 0-1.366.05L9 9.872v7.406l2.164.72h5.704c.868-.226 1.043-.4 1.13-.522.064-.09.136-.236.225-.53.092-.305.175-.666.308-1.192l.973-4.546a1 1 0 0 0-.977-1.21H14.5a1 1 0 0 1-.874-1.485l1.791-3.225a.934.934 0 0 0-.155-1.114Z\"/></svg>";
|
|
8310
8470
|
fill: _angular_core.InputSignal<string>;
|
|
8311
8471
|
hostClass: _angular_core.InputSignal<string>;
|
|
8312
8472
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbUp24, never>;
|
|
@@ -8314,15 +8474,55 @@ declare class ThumbUp24 {
|
|
|
8314
8474
|
}
|
|
8315
8475
|
|
|
8316
8476
|
declare class ThumbUp20 {
|
|
8317
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><
|
|
8477
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><g clip-path=\"url(#a)\"><path d=\"M10.384 2.483a2.362 2.362 0 0 1 3.848 2.693l-.874 1.573h2.08a2.417 2.417 0 0 1 2.364 2.923l-.819 3.818q-.002.013-.006.026c-.098.392-.184.762-.276 1.065-.094.31-.214.622-.413.902-.427.599-1.08.862-1.94 1.077a.8.8 0 0 1-.181.023h-5a.8.8 0 0 1-.237-.039l-1.543-.514a.75.75 0 0 1-.72.552H3.75a.75.75 0 0 1-.742-.638L1.758 7.61a.75.75 0 0 1 .742-.862h4.184zm-5.988 12.6h1.52V8.248H3.372l1.025 6.833ZM12.777 3.42a.86.86 0 0 0-1.26.045l-4.1 4.73v6.264l1.87.623h4.782c.734-.19.906-.342.997-.47.061-.085.124-.217.2-.466.076-.252.145-.549.25-.97l.819-3.818a.917.917 0 0 0-.897-1.109h-3.354a.75.75 0 0 1-.654-1.112h-.002l1.493-2.69a.86.86 0 0 0-.144-1.027\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h20v20H0z\"/></clipPath></defs></svg>";
|
|
8318
8478
|
fill: _angular_core.InputSignal<string>;
|
|
8319
8479
|
hostClass: _angular_core.InputSignal<string>;
|
|
8320
8480
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbUp20, never>;
|
|
8321
8481
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThumbUp20, "ThumbUp20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8322
8482
|
}
|
|
8323
8483
|
|
|
8484
|
+
declare class ThumbUpFilled64 {
|
|
8485
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M35.039 9.517a5.157 5.157 0 0 1 8.405 5.882l-4.777 8.6 10.735-.002c3.396 0 5.926 3.131 5.215 6.451L52 42.664c-1.334 5.3-1.334 9.334-6.667 10.666h-16l-6.577-2.192a1.5 1.5 0 0 1-1.423 1.03H12a1.5 1.5 0 0 1-1.484-1.278l-4-26.667A1.5 1.5 0 0 1 8 22.5h13.333c.708 0 1.299.49 1.457 1.15zm-21.747 39.65h6.54V25.5H9.743z\"/></svg>";
|
|
8486
|
+
fill: _angular_core.InputSignal<string>;
|
|
8487
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8488
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbUpFilled64, never>;
|
|
8489
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThumbUpFilled64, "ThumbUpFilled64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8490
|
+
}
|
|
8491
|
+
|
|
8492
|
+
declare class ThumbUpFilled48 {
|
|
8493
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M26.28 7.138a3.868 3.868 0 0 1 6.303 4.411L29 17.999h8.052a4 4 0 0 1 3.91 4.837L39 31.998c-1 3.974-1 7-5 8H22l-4.578-1.526A1.5 1.5 0 0 1 16 39.5H9a1.5 1.5 0 0 1-1.484-1.277l-3-20A1.5 1.5 0 0 1 6 16.5h10a1.5 1.5 0 0 1 1.378.908l8.901-10.27ZM10.291 36.5H14.5v-17H7.742z\"/></svg>";
|
|
8494
|
+
fill: _angular_core.InputSignal<string>;
|
|
8495
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8496
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbUpFilled48, never>;
|
|
8497
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThumbUpFilled48, "ThumbUpFilled48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8498
|
+
}
|
|
8499
|
+
|
|
8500
|
+
declare class ThumbUpFilled32 {
|
|
8501
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><g clip-path=\"url(#a)\"><path d=\"M17.52 4.758a2.58 2.58 0 0 1 4.202 2.941l-2.39 4.3h5.369a2.667 2.667 0 0 1 2.607 3.225L26 21.332c-.667 2.65-.667 4.667-3.333 5.333h-8l-3.052-1.017a1 1 0 0 1-.948.685H6a1 1 0 0 1-.99-.851l-2-13.333A1 1 0 0 1 4 11h6.667a1 1 0 0 1 .919.605l5.933-6.847ZM6.86 24.333h2.806V13H5.16z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h32v32H0z\"/></clipPath></defs></svg>";
|
|
8502
|
+
fill: _angular_core.InputSignal<string>;
|
|
8503
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8504
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbUpFilled32, never>;
|
|
8505
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThumbUpFilled32, "ThumbUpFilled32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8506
|
+
}
|
|
8507
|
+
|
|
8508
|
+
declare class ThumbUpFilled24 {
|
|
8509
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M13.14 3.569a1.934 1.934 0 0 1 3.152 2.206L14.5 8.999h4.026a2 2 0 0 1 1.955 2.42l-.981 4.58c-.5 1.987-.5 3.5-2.5 4h-6l-2.052-.684A1 1 0 0 1 8 20H4.5a1 1 0 0 1-.99-.851l-1.5-10A1 1 0 0 1 3 8h5c.37 0 .692.201.865.5l4.274-4.931ZM5.36 18H7v-8H4.16l1.201 8Z\"/></svg>";
|
|
8510
|
+
fill: _angular_core.InputSignal<string>;
|
|
8511
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8512
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbUpFilled24, never>;
|
|
8513
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThumbUpFilled24, "ThumbUpFilled24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8514
|
+
}
|
|
8515
|
+
|
|
8516
|
+
declare class ThumbUpFilled20 {
|
|
8517
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><g clip-path=\"url(#a)\"><path d=\"M10.95 2.974a1.612 1.612 0 0 1 2.626 1.838l-1.493 2.687h3.355c1.061 0 1.852.978 1.63 2.016l-.818 3.817c-.417 1.656-.417 2.917-2.083 3.333h-5l-1.791-.597a.75.75 0 0 1-.71.515H3.75a.75.75 0 0 1-.742-.638l-1.25-8.333A.75.75 0 0 1 2.5 6.75h4.167c.288 0 .535.164.661.403zm-6.554 12.11h1.52V8.25H3.372l1.025 6.833Z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h20v20H0z\"/></clipPath></defs></svg>";
|
|
8518
|
+
fill: _angular_core.InputSignal<string>;
|
|
8519
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8520
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbUpFilled20, never>;
|
|
8521
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThumbUpFilled20, "ThumbUpFilled20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8522
|
+
}
|
|
8523
|
+
|
|
8324
8524
|
declare class ThumbDown64 {
|
|
8325
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path
|
|
8525
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M28.834 55.47a6.658 6.658 0 0 1-10.85-7.592l3.54-6.371h-8.188c-4.35 0-7.593-4.012-6.682-8.265l2.618-12.217.012-.05c.322-1.282.589-2.428.873-3.368.29-.955.639-1.844 1.194-2.624 1.165-1.638 2.97-2.418 5.69-3.098q.18-.044.364-.045h16c.161 0 .322.027.475.078l6.026 2.008v-.588a1.5 1.5 0 0 1 1.5-1.5h9.333a1.5 1.5 0 0 1 1.484 1.278l4 26.667a1.5 1.5 0 0 1-1.484 1.722H41.406q-.219 0-.419-.06zm20.613-40.631h-6.54v23.666h10.09l-3.55-23.667Zm-28.23 38.857a3.657 3.657 0 0 0 5.35-.191l13.34-15.393V17.088l-6.744-2.248H17.597c-2.477.635-3.312 1.194-3.802 1.882-.278.391-.514.921-.766 1.754-.254.838-.486 1.835-.823 3.178L9.588 33.87a3.834 3.834 0 0 0 3.748 4.637h10.736a1.5 1.5 0 0 1 1.31 2.229l-4.776 8.598a3.66 3.66 0 0 0 .612 4.362Z\"/></svg>";
|
|
8326
8526
|
fill: _angular_core.InputSignal<string>;
|
|
8327
8527
|
hostClass: _angular_core.InputSignal<string>;
|
|
8328
8528
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbDown64, never>;
|
|
@@ -8330,7 +8530,7 @@ declare class ThumbDown64 {
|
|
|
8330
8530
|
}
|
|
8331
8531
|
|
|
8332
8532
|
declare class ThumbDown48 {
|
|
8333
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path
|
|
8533
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M21.908 41.848a5.368 5.368 0 0 1-8.748-6.122l2.345-4.221h-5.502c-3.502 0-6.112-3.23-5.378-6.653l1.963-9.161.012-.052c.238-.95.443-1.826.66-2.543.221-.731.496-1.443.947-2.076.957-1.345 2.43-1.956 4.484-2.47l.18-.034q.09-.01.184-.01h12l.12.004q.181.015.353.073l4.03 1.343a1.5 1.5 0 0 1 1.497-1.421h7a1.5 1.5 0 0 1 1.483 1.277l3 20a1.5 1.5 0 0 1-1.483 1.723h-10q-.089-.001-.173-.011zm14.855-30.343h-4.208v17h6.757zM16.178 40.007a2.37 2.37 0 0 0 3.463-.124l9.914-11.439V13.087l-4.744-1.582h-11.56c-1.808.467-2.316.855-2.6 1.254-.174.245-.336.598-.52 1.207-.186.615-.356 1.343-.61 2.353l-1.963 9.162a2.5 2.5 0 0 0 2.445 3.023h8.052a1.5 1.5 0 0 1 1.311 2.227v.001l-3.584 6.45a2.37 2.37 0 0 0 .396 2.825\"/></svg>";
|
|
8334
8534
|
fill: _angular_core.InputSignal<string>;
|
|
8335
8535
|
hostClass: _angular_core.InputSignal<string>;
|
|
8336
8536
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbDown48, never>;
|
|
@@ -8338,7 +8538,7 @@ declare class ThumbDown48 {
|
|
|
8338
8538
|
}
|
|
8339
8539
|
|
|
8340
8540
|
declare class ThumbDown32 {
|
|
8341
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><
|
|
8541
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><g clip-path=\"url(#a)\"><path d=\"M14.605 27.899a3.579 3.579 0 0 1-5.832-4.082l1.563-2.814H6.668a3.668 3.668 0 0 1-3.586-4.434l1.31-6.108.007-.035c.16-.633.295-1.218.44-1.695.147-.487.332-.962.632-1.384.638-.896 1.62-1.304 2.989-1.646q.119-.03.242-.03h8q.163 0 .316.051l2.688.896a1 1 0 0 1 .997-.948h4.667a1 1 0 0 1 .99.851l2 13.333a1.002 1.002 0 0 1-.99 1.149h-6.667q-.058 0-.114-.006zm9.904-20.23h-2.806v11.334h4.506l-1.7-11.333ZM10.785 26.673a1.58 1.58 0 0 0 2.31-.084l6.608-7.625V8.726L16.541 7.67H8.83c-1.203.312-1.541.57-1.73.836-.117.164-.225.399-.348.805-.126.417-.24.912-.414 1.604l-1.301 6.073a1.667 1.667 0 0 0 1.63 2.015h5.368a1 1 0 0 1 .87 1.497l-2.385 4.289a1.58 1.58 0 0 0 .264 1.883Z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h32v32H0z\"/></clipPath></defs></svg>";
|
|
8342
8542
|
fill: _angular_core.InputSignal<string>;
|
|
8343
8543
|
hostClass: _angular_core.InputSignal<string>;
|
|
8344
8544
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbDown32, never>;
|
|
@@ -8346,7 +8546,7 @@ declare class ThumbDown32 {
|
|
|
8346
8546
|
}
|
|
8347
8547
|
|
|
8348
8548
|
declare class ThumbDown24 {
|
|
8349
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path
|
|
8549
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M11.143 21.088a2.935 2.935 0 0 1-4.782-3.346l.966-1.74H5a3 3 0 0 1-2.934-3.628l.981-4.581.008-.035c.118-.467.223-.917.333-1.283.114-.376.262-.761.51-1.11.534-.75 1.349-1.073 2.385-1.332q.119-.03.242-.03h6c.107 0 .215.017.316.051l1.754.584a1 1 0 0 1 .931-.635h3.5a1 1 0 0 1 .99.851l1.5 10a1 1 0 0 1-.99 1.149H15.55zm7.023-15.085h-1.639v8h2.839zm-9.9 13.824a.935.935 0 0 0 1.365-.049l4.896-5.648V6.723l-2.161-.72h-5.71c-.864.226-1.04.398-1.127.521-.064.09-.136.237-.226.531-.09.298-.172.649-.3 1.156h.002l-.982 4.582a1 1 0 0 0 .978 1.21h4.025a1 1 0 0 1 .875 1.485L8.11 18.714a.934.934 0 0 0 .155 1.113Z\"/></svg>";
|
|
8350
8550
|
fill: _angular_core.InputSignal<string>;
|
|
8351
8551
|
hostClass: _angular_core.InputSignal<string>;
|
|
8352
8552
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbDown24, never>;
|
|
@@ -8354,13 +8554,53 @@ declare class ThumbDown24 {
|
|
|
8354
8554
|
}
|
|
8355
8555
|
|
|
8356
8556
|
declare class ThumbDown20 {
|
|
8357
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><
|
|
8557
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><g clip-path=\"url(#a)\"><path d=\"M9.223 17.52a2.362 2.362 0 0 1-3.849-2.694l.874-1.574H4.167a2.417 2.417 0 0 1-2.362-2.923l.817-3.818.006-.026c.098-.392.186-.762.277-1.064.094-.31.213-.622.412-.902.427-.6 1.08-.863 1.94-1.078a.8.8 0 0 1 .182-.022h5l.12.01q.06.009.117.028l1.543.514a.75.75 0 0 1 .72-.552h2.917a.75.75 0 0 1 .743.638l1.25 8.333a.75.75 0 0 1-.743.862h-4.184zM15.21 4.918h-1.52v6.833h2.545zM6.829 16.582a.863.863 0 0 0 1.26-.045l4.1-4.73V5.543l-1.873-.625H5.537c-.734.19-.906.342-.997.47-.061.085-.124.217-.2.466-.077.257-.147.56-.257.996l-.813 3.792a.917.917 0 0 0 .897 1.109h3.355a.744.744 0 0 1 .653 1.113h.004l-1.494 2.69a.86.86 0 0 0 .144 1.027Z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h20v20H0z\"/></clipPath></defs></svg>";
|
|
8358
8558
|
fill: _angular_core.InputSignal<string>;
|
|
8359
8559
|
hostClass: _angular_core.InputSignal<string>;
|
|
8360
8560
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbDown20, never>;
|
|
8361
8561
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThumbDown20, "ThumbDown20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8362
8562
|
}
|
|
8363
8563
|
|
|
8564
|
+
declare class ThumbDownFilled64 {
|
|
8565
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M27.7 54.489a5.157 5.157 0 0 1-8.406-5.882l4.779-8.598H13.336c-3.395 0-5.926-3.132-5.214-6.452l2.617-12.215c1.333-5.3 1.333-9.334 6.667-10.666h16l6.577 2.192a1.5 1.5 0 0 1 1.424-1.03h9.333a1.5 1.5 0 0 1 1.483 1.278l4 26.667a1.5 1.5 0 0 1-1.483 1.723H41.407a1.5 1.5 0 0 1-1.458-1.152L27.699 54.49Zm21.748-39.65h-6.541v23.667h10.09z\"/></svg>";
|
|
8566
|
+
fill: _angular_core.InputSignal<string>;
|
|
8567
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8568
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbDownFilled64, never>;
|
|
8569
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThumbDownFilled64, "ThumbDownFilled64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8570
|
+
}
|
|
8571
|
+
|
|
8572
|
+
declare class ThumbDownFilled48 {
|
|
8573
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M20.775 40.867a3.868 3.868 0 0 1-6.304-4.412l3.583-6.448h-8.052a4 4 0 0 1-3.91-4.838l1.962-9.162c1-3.975 1-7 5-8h12l4.576 1.526a1.5 1.5 0 0 1 1.424-1.028h7a1.5 1.5 0 0 1 1.484 1.277l3 20a1.5 1.5 0 0 1-1.484 1.723h-10a1.5 1.5 0 0 1-1.379-.91zm15.987-29.362h-4.208v17h6.758z\"/></svg>";
|
|
8574
|
+
fill: _angular_core.InputSignal<string>;
|
|
8575
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8576
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbDownFilled48, never>;
|
|
8577
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThumbDownFilled48, "ThumbDownFilled48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8578
|
+
}
|
|
8579
|
+
|
|
8580
|
+
declare class ThumbDownFilled32 {
|
|
8581
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><g clip-path=\"url(#a)\"><path d=\"M13.85 27.244a2.578 2.578 0 0 1-4.203-2.94l2.39-4.3H6.668a2.667 2.667 0 0 1-2.607-3.225l1.309-6.108c.666-2.65.666-4.667 3.333-5.333h8l3.051 1.017a1 1 0 0 1 .949-.685h4.667a1 1 0 0 1 .989.851l2 13.333a1 1 0 0 1-.99 1.149h-6.666a1 1 0 0 1-.918-.606zM24.508 7.67h-2.805v11.333h4.505z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h32v32H0z\"/></clipPath></defs></svg>";
|
|
8582
|
+
fill: _angular_core.InputSignal<string>;
|
|
8583
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8584
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbDownFilled32, never>;
|
|
8585
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThumbDownFilled32, "ThumbDownFilled32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8586
|
+
}
|
|
8587
|
+
|
|
8588
|
+
declare class ThumbDownFilled24 {
|
|
8589
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M10.387 20.433a1.933 1.933 0 0 1-3.151-2.206l1.79-3.223H5.002a2 2 0 0 1-1.956-2.42l.982-4.58c.5-1.987.5-3.5 2.5-4h6l2.052.684a1 1 0 0 1 .948-.686h3.5a1 1 0 0 1 .99.851l1.5 10a1 1 0 0 1-.99 1.149h-5a1 1 0 0 1-.865-.5zm7.779-14.431h-1.64v8h2.84z\"/></svg>";
|
|
8590
|
+
fill: _angular_core.InputSignal<string>;
|
|
8591
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8592
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbDownFilled24, never>;
|
|
8593
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThumbDownFilled24, "ThumbDownFilled24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8594
|
+
}
|
|
8595
|
+
|
|
8596
|
+
declare class ThumbDownFilled20 {
|
|
8597
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><g clip-path=\"url(#a)\"><path d=\"M8.656 17.028A1.611 1.611 0 0 1 6.03 15.19l1.493-2.686H4.167a1.667 1.667 0 0 1-1.63-2.016l.819-3.817c.417-1.656.417-2.917 2.083-3.333h5l1.792.597a.75.75 0 0 1 .708-.515h2.917a.75.75 0 0 1 .742.638l1.25 8.333a.75.75 0 0 1-.742.862h-4.167a.75.75 0 0 1-.661-.403l-3.622 4.18Zm6.553-12.11h-1.52v6.834h2.546z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h20v20H0z\"/></clipPath></defs></svg>";
|
|
8598
|
+
fill: _angular_core.InputSignal<string>;
|
|
8599
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8600
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ThumbDownFilled20, never>;
|
|
8601
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ThumbDownFilled20, "ThumbDownFilled20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8602
|
+
}
|
|
8603
|
+
|
|
8364
8604
|
declare class Survey64 {
|
|
8365
8605
|
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path fill-rule=\"evenodd\" d=\"M11.833 8a1.5 1.5 0 0 1 1.5-1.5h37.333a1.5 1.5 0 0 1 1.5 1.5v48a1.5 1.5 0 0 1-1.5 1.5H13.333a1.5 1.5 0 0 1-1.5-1.5zm3 1.5v45h34.333v-45zM32 36.333A2.333 2.333 0 1 0 32 41a2.333 2.333 0 0 0 0-4.667m0-17.5a3.833 3.833 0 0 0-3.834 3.834 1.5 1.5 0 1 1-3 0 6.833 6.833 0 1 1 13.667 0c0 1.61-.412 2.837-1.108 3.823-.638.904-1.468 1.526-2.1 2l-.059.043c-.694.521-1.165.889-1.508 1.374-.303.43-.558 1.038-.558 2.093a1.5 1.5 0 0 1-3 0c0-1.611.411-2.837 1.108-3.823.637-.904 1.468-1.526 2.1-2l.058-.044c.695-.52 1.166-.888 1.508-1.373.304-.43.559-1.038.559-2.093A3.833 3.833 0 0 0 32 18.833M27 48a1 1 0 0 1 1-1h13.333a1 1 0 1 1 0 2H28a1 1 0 0 1-1-1m-4.334 1.333a1.333 1.333 0 1 0 0-2.666 1.333 1.333 0 0 0 0 2.666\"/></svg>";
|
|
8366
8606
|
fill: _angular_core.InputSignal<string>;
|
|
@@ -8401,6 +8641,86 @@ declare class Survey20 {
|
|
|
8401
8641
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Survey20, "Survey20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8402
8642
|
}
|
|
8403
8643
|
|
|
8644
|
+
declare class Stop64 {
|
|
8645
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M50.666 11.834a1.5 1.5 0 0 1 1.5 1.5v37.333a1.5 1.5 0 0 1-1.5 1.5H13.333a1.5 1.5 0 0 1-1.5-1.5V13.334a1.5 1.5 0 0 1 1.5-1.5zM14.833 49.167h34.333V14.834H14.833z\"/></svg>";
|
|
8646
|
+
fill: _angular_core.InputSignal<string>;
|
|
8647
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8648
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Stop64, never>;
|
|
8649
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Stop64, "Stop64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8650
|
+
}
|
|
8651
|
+
|
|
8652
|
+
declare class Stop48 {
|
|
8653
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M38 8.5a1.5 1.5 0 0 1 1.5 1.5v28a1.5 1.5 0 0 1-1.5 1.5H10A1.5 1.5 0 0 1 8.5 38V10A1.5 1.5 0 0 1 10 8.5zm-26.5 28h25v-25h-25z\"/></svg>";
|
|
8654
|
+
fill: _angular_core.InputSignal<string>;
|
|
8655
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8656
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Stop48, never>;
|
|
8657
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Stop48, "Stop48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8658
|
+
}
|
|
8659
|
+
|
|
8660
|
+
declare class Stop32 {
|
|
8661
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><g clip-path=\"url(#a)\"><path d=\"M25.333 5.667a1 1 0 0 1 1 1v18.667a1 1 0 0 1-1 1H6.666a1 1 0 0 1-1-1V6.667a1 1 0 0 1 1-1zM7.666 24.334h16.667V7.667H7.666z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h32v32H0z\"/></clipPath></defs></svg>";
|
|
8662
|
+
fill: _angular_core.InputSignal<string>;
|
|
8663
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8664
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Stop32, never>;
|
|
8665
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Stop32, "Stop32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8666
|
+
}
|
|
8667
|
+
|
|
8668
|
+
declare class Stop24 {
|
|
8669
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><g clip-path=\"url(#a)\"><path d=\"M19 4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zM6 18h12V6H6z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></svg>";
|
|
8670
|
+
fill: _angular_core.InputSignal<string>;
|
|
8671
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8672
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Stop24, never>;
|
|
8673
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Stop24, "Stop24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8674
|
+
}
|
|
8675
|
+
|
|
8676
|
+
declare class Stop20 {
|
|
8677
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><g clip-path=\"url(#a)\"><path d=\"M15.833 3.417a.75.75 0 0 1 .75.75v11.667a.75.75 0 0 1-.75.75H4.166a.75.75 0 0 1-.75-.75V4.167a.75.75 0 0 1 .75-.75zM4.916 15.084h10.167V4.917H4.916z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h20v20H0z\"/></clipPath></defs></svg>";
|
|
8678
|
+
fill: _angular_core.InputSignal<string>;
|
|
8679
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8680
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Stop20, never>;
|
|
8681
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Stop20, "Stop20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8682
|
+
}
|
|
8683
|
+
|
|
8684
|
+
declare class StopCircle64 {
|
|
8685
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M32.001 6.5c14.083 0 25.5 11.418 25.5 25.5 0 14.084-11.417 25.5-25.5 25.5S6.501 46.085 6.501 32c0-14.083 11.417-25.5 25.5-25.5m0 3c-12.426 0-22.5 10.074-22.5 22.5s10.074 22.5 22.5 22.5 22.5-10.073 22.5-22.5-10.073-22.5-22.5-22.5m8 13a1.5 1.5 0 0 1 1.5 1.5v16a1.5 1.5 0 0 1-1.5 1.5h-16a1.5 1.5 0 0 1-1.5-1.5V24a1.5 1.5 0 0 1 1.5-1.5zm-14.5 16h13v-13h-13z\"/></svg>";
|
|
8686
|
+
fill: _angular_core.InputSignal<string>;
|
|
8687
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8688
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<StopCircle64, never>;
|
|
8689
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<StopCircle64, "StopCircle64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8690
|
+
}
|
|
8691
|
+
|
|
8692
|
+
declare class StopCircle48 {
|
|
8693
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M24 4.5c10.77 0 19.5 8.731 19.5 19.5S34.77 43.5 24 43.5 4.5 34.77 4.5 24C4.5 13.232 13.231 4.5 24 4.5m0 3C14.888 7.5 7.5 14.889 7.5 24c0 9.113 7.388 16.5 16.5 16.5S40.5 33.113 40.5 24 33.113 7.5 24 7.5m6 9a1.5 1.5 0 0 1 1.5 1.5v12a1.5 1.5 0 0 1-1.5 1.5H18a1.5 1.5 0 0 1-1.5-1.5V18a1.5 1.5 0 0 1 1.5-1.5zm-10.5 12h9v-9h-9z\"/></svg>";
|
|
8694
|
+
fill: _angular_core.InputSignal<string>;
|
|
8695
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8696
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<StopCircle48, never>;
|
|
8697
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<StopCircle48, "StopCircle48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8698
|
+
}
|
|
8699
|
+
|
|
8700
|
+
declare class StopCircle32 {
|
|
8701
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><g clip-path=\"url(#a)\"><path d=\"M16 3c7.18 0 13 5.821 13 13s-5.82 13-13 13S3 23.18 3 16C3 8.822 8.82 3 16 3m0 2C9.925 5 5 9.927 5 16c0 6.076 4.925 11 11 11s11-4.924 11-11c0-6.074-4.924-11-11-11m4 6a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1zm-7 8h6v-6h-6z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h32v32H0z\"/></clipPath></defs></svg>";
|
|
8702
|
+
fill: _angular_core.InputSignal<string>;
|
|
8703
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8704
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<StopCircle32, never>;
|
|
8705
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<StopCircle32, "StopCircle32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8706
|
+
}
|
|
8707
|
+
|
|
8708
|
+
declare class StopCircle24 {
|
|
8709
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><g clip-path=\"url(#a)\"><path d=\"M12 2c5.523 0 10 4.478 10 10s-4.477 10-10 10S2 17.523 2 12C2 6.479 6.478 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16m3 4a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1zm-5 6h4v-4h-4z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></svg>";
|
|
8710
|
+
fill: _angular_core.InputSignal<string>;
|
|
8711
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8712
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<StopCircle24, never>;
|
|
8713
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<StopCircle24, "StopCircle24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8714
|
+
}
|
|
8715
|
+
|
|
8716
|
+
declare class StopCircle20 {
|
|
8717
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><g clip-path=\"url(#a)\"><path d=\"M10 1.75a8.25 8.25 0 1 1 0 16.5 8.25 8.25 0 0 1 0-16.5m0 1.5a6.75 6.75 0 1 0 .001 13.5 6.75 6.75 0 0 0 0-13.5Zm2.5 3.5a.75.75 0 0 1 .75.75v5a.75.75 0 0 1-.75.75h-5a.75.75 0 0 1-.75-.75v-5a.75.75 0 0 1 .75-.75zm-4.25 5h3.5v-3.5h-3.5z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h20v20H0z\"/></clipPath></defs></svg>";
|
|
8718
|
+
fill: _angular_core.InputSignal<string>;
|
|
8719
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
8720
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<StopCircle20, never>;
|
|
8721
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<StopCircle20, "StopCircle20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
8722
|
+
}
|
|
8723
|
+
|
|
8404
8724
|
declare class SocialYoutube64 {
|
|
8405
8725
|
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M57.556 19.163a6.68 6.68 0 0 0-4.716-4.715C48.678 13.333 32 13.333 32 13.333s-16.68 0-20.837 1.115a6.68 6.68 0 0 0-4.715 4.715c-1.115 4.158-1.115 12.838-1.115 12.838s0 8.68 1.115 12.837a6.68 6.68 0 0 0 4.715 4.715C15.321 50.668 32 50.668 32 50.668s16.678 0 20.836-1.115a6.68 6.68 0 0 0 4.715-4.715C58.666 40.68 58.666 32 58.666 32s0-8.68-1.115-12.838zM26.666 40V24l13.855 8z\"/></svg>";
|
|
8406
8726
|
fill: _angular_core.InputSignal<string>;
|
|
@@ -11042,7 +11362,7 @@ declare class Document20 {
|
|
|
11042
11362
|
}
|
|
11043
11363
|
|
|
11044
11364
|
declare class DeviceTablet64 {
|
|
11045
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path
|
|
11365
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M50.665 6.5a1.5 1.5 0 0 1 1.5 1.5v7.015a1 1 0 0 1 .834.985v5.333a1 1 0 0 1-.834.984V56a1.5 1.5 0 0 1-1.5 1.5H13.332a1.5 1.5 0 0 1-1.5-1.5V8a1.5 1.5 0 0 1 1.5-1.5zm-35.833 48h34.333v-45H14.832zm19.833-6.167a1 1 0 0 1 0 2h-5.333a1 1 0 0 1 0-2zm-2.666-35a2 2 0 1 1 0 4 2 2 0 0 1 0-4\"/></svg>";
|
|
11046
11366
|
fill: _angular_core.InputSignal<string>;
|
|
11047
11367
|
hostClass: _angular_core.InputSignal<string>;
|
|
11048
11368
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DeviceTablet64, never>;
|
|
@@ -11050,7 +11370,7 @@ declare class DeviceTablet64 {
|
|
|
11050
11370
|
}
|
|
11051
11371
|
|
|
11052
11372
|
declare class DeviceTablet48 {
|
|
11053
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path
|
|
11373
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M38 4.5A1.5 1.5 0 0 1 39.5 6v5.135c.299.173.5.495.5.865v4c0 .37-.202.691-.5.864V42a1.5 1.5 0 0 1-1.5 1.5H10A1.5 1.5 0 0 1 8.5 42V6A1.5 1.5 0 0 1 10 4.5zm-26.5 36h25v-33h-25zM26 36a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2zm-2-26a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/></svg>";
|
|
11054
11374
|
fill: _angular_core.InputSignal<string>;
|
|
11055
11375
|
hostClass: _angular_core.InputSignal<string>;
|
|
11056
11376
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DeviceTablet48, never>;
|
|
@@ -11058,7 +11378,7 @@ declare class DeviceTablet48 {
|
|
|
11058
11378
|
}
|
|
11059
11379
|
|
|
11060
11380
|
declare class DeviceTablet32 {
|
|
11061
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path
|
|
11381
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M25.335 3a1 1 0 0 1 1 1v3.058a1 1 0 0 1 .666.942v2.667a1 1 0 0 1-.666.941V28a1 1 0 0 1-1 1H6.668a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM7.668 27h16.667V5H7.668zm9.667-2.833a.5.5 0 0 1 0 1h-2.667a.5.5 0 0 1 0-1zm-1.334-17.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2\"/></svg>";
|
|
11062
11382
|
fill: _angular_core.InputSignal<string>;
|
|
11063
11383
|
hostClass: _angular_core.InputSignal<string>;
|
|
11064
11384
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DeviceTablet32, never>;
|
|
@@ -11066,7 +11386,7 @@ declare class DeviceTablet32 {
|
|
|
11066
11386
|
}
|
|
11067
11387
|
|
|
11068
11388
|
declare class DeviceTablet24 {
|
|
11069
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path
|
|
11389
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M19 2a1 1 0 0 1 1 1v2.135c.299.173.5.495.5.865v2c0 .37-.202.691-.5.864V21a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zM6 20h12V4H6zm7-2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zM12 5a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5\"/></svg>";
|
|
11070
11390
|
fill: _angular_core.InputSignal<string>;
|
|
11071
11391
|
hostClass: _angular_core.InputSignal<string>;
|
|
11072
11392
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DeviceTablet24, never>;
|
|
@@ -11074,7 +11394,7 @@ declare class DeviceTablet24 {
|
|
|
11074
11394
|
}
|
|
11075
11395
|
|
|
11076
11396
|
declare class DeviceTablet20 {
|
|
11077
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path
|
|
11397
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M15.835 1.75a.75.75 0 0 1 .75.75v1.558a1 1 0 0 1 .666.942v1.667a1 1 0 0 1-.666.941V17.5a.75.75 0 0 1-.75.75H4.168a.75.75 0 0 1-.75-.75v-15a.75.75 0 0 1 .75-.75zm-10.917 15h10.167V3.25H4.918zm5.917-1.833a.5.5 0 0 1 0 1H9.168a.5.5 0 0 1 0-1zm-.834-10.75a.625.625 0 1 1 0 1.25.625.625 0 0 1 0-1.25\"/></svg>";
|
|
11078
11398
|
fill: _angular_core.InputSignal<string>;
|
|
11079
11399
|
hostClass: _angular_core.InputSignal<string>;
|
|
11080
11400
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DeviceTablet20, never>;
|
|
@@ -11082,7 +11402,7 @@ declare class DeviceTablet20 {
|
|
|
11082
11402
|
}
|
|
11083
11403
|
|
|
11084
11404
|
declare class DeviceMobile64 {
|
|
11085
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path
|
|
11405
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M45.335 6.5a1.5 1.5 0 0 1 1.5 1.5v6.51A1.5 1.5 0 0 1 48.167 16v5.333a1.5 1.5 0 0 1-1.332 1.49V56a1.5 1.5 0 0 1-1.5 1.5H18.668a1.5 1.5 0 0 1-1.5-1.5V8a1.5 1.5 0 0 1 1.5-1.5zm-25.167 48h23.667v-45H20.168zm14.499-6.167a1 1 0 0 1 0 2h-5.333a1 1 0 0 1 0-2zm-2.666-35a2 2 0 1 1 0 4 2 2 0 0 1 0-4\"/></svg>";
|
|
11086
11406
|
fill: _angular_core.InputSignal<string>;
|
|
11087
11407
|
hostClass: _angular_core.InputSignal<string>;
|
|
11088
11408
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DeviceMobile64, never>;
|
|
@@ -11090,7 +11410,7 @@ declare class DeviceMobile64 {
|
|
|
11090
11410
|
}
|
|
11091
11411
|
|
|
11092
11412
|
declare class DeviceMobile48 {
|
|
11093
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path
|
|
11413
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M34 4.5A1.5 1.5 0 0 1 35.5 6v4.587a1.5 1.5 0 0 1 1 1.413v4c0 .653-.418 1.206-1 1.412V42a1.5 1.5 0 0 1-1.5 1.5H14a1.5 1.5 0 0 1-1.5-1.5V6A1.5 1.5 0 0 1 14 4.5zm-18.5 36h17v-33h-17zM26 36a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2zm-2-26a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/></svg>";
|
|
11094
11414
|
fill: _angular_core.InputSignal<string>;
|
|
11095
11415
|
hostClass: _angular_core.InputSignal<string>;
|
|
11096
11416
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DeviceMobile48, never>;
|
|
@@ -11098,7 +11418,7 @@ declare class DeviceMobile48 {
|
|
|
11098
11418
|
}
|
|
11099
11419
|
|
|
11100
11420
|
declare class DeviceMobile32 {
|
|
11101
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path
|
|
11421
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M22.665 3a1 1 0 0 1 1 1v3.058a1 1 0 0 1 .668.942v2.667a1 1 0 0 1-.668.941V28a1 1 0 0 1-1 1H9.332a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM10.332 27h11.333V5H10.332zm7.001-2.833a.5.5 0 0 1 0 1h-2.667a.5.5 0 0 1 0-1zm-1.334-17.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2\"/></svg>";
|
|
11102
11422
|
fill: _angular_core.InputSignal<string>;
|
|
11103
11423
|
hostClass: _angular_core.InputSignal<string>;
|
|
11104
11424
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DeviceMobile32, never>;
|
|
@@ -11106,7 +11426,7 @@ declare class DeviceMobile32 {
|
|
|
11106
11426
|
}
|
|
11107
11427
|
|
|
11108
11428
|
declare class DeviceMobile24 {
|
|
11109
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path
|
|
11429
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M17 2a1 1 0 0 1 1 1v2.135c.299.173.5.495.5.865v2c0 .37-.202.691-.5.864V21a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zM8 20h8V4H8zm5-2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zM12 5a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5\"/></svg>";
|
|
11110
11430
|
fill: _angular_core.InputSignal<string>;
|
|
11111
11431
|
hostClass: _angular_core.InputSignal<string>;
|
|
11112
11432
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DeviceMobile24, never>;
|
|
@@ -11114,7 +11434,7 @@ declare class DeviceMobile24 {
|
|
|
11114
11434
|
}
|
|
11115
11435
|
|
|
11116
11436
|
declare class DeviceMobile20 {
|
|
11117
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path
|
|
11437
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M14.165 1.75a.75.75 0 0 1 .75.75v1.558a1 1 0 0 1 .668.942v1.667a1 1 0 0 1-.668.941V17.5a.75.75 0 0 1-.75.75H5.832a.75.75 0 0 1-.75-.75v-15a.75.75 0 0 1 .75-.75zm-7.583 15h6.833V3.25H6.582zm4.251-1.833a.5.5 0 0 1 0 1H9.166a.5.5 0 0 1 0-1zm-.834-10.75a.625.625 0 1 1 0 1.25.625.625 0 0 1 0-1.25\"/></svg>";
|
|
11118
11438
|
fill: _angular_core.InputSignal<string>;
|
|
11119
11439
|
hostClass: _angular_core.InputSignal<string>;
|
|
11120
11440
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<DeviceMobile20, never>;
|
|
@@ -13241,6 +13561,46 @@ declare class ReceiptZloty20 {
|
|
|
13241
13561
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ReceiptZloty20, "ReceiptZloty20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13242
13562
|
}
|
|
13243
13563
|
|
|
13564
|
+
declare class ReceiptLei64 {
|
|
13565
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M50.667 6.5a1.5 1.5 0 0 1 1.5 1.5v44a5.5 5.5 0 0 1-5.5 5.5H17.386a5.554 5.554 0 0 1-5.553-5.554v-6.613a1.5 1.5 0 0 1 1.5-1.5H22.5V8A1.5 1.5 0 0 1 24 6.5zM14.833 51.946a2.554 2.554 0 0 0 2.554 2.554h24.382a5.5 5.5 0 0 1-.602-2.5v-5.167H14.833zM25.5 43.833h17.167a1.5 1.5 0 0 1 1.5 1.5V52a2.5 2.5 0 0 0 5 0V9.5H25.5zM37.574 20.52q2.313 0 3.635 1.46 1.334 1.458 1.334 4.134v1.23h-7.178q.147 1.104.875 1.77.74.667 1.865.667 1.74 0 2.72-1.26l1.478 1.656q-.678.958-1.833 1.5-1.156.531-2.563.531-2.48 0-4.042-1.52-1.551-1.521-1.552-4.052v-.292q0-1.698.657-3.032.656-1.343 1.854-2.062 1.21-.73 2.75-.73M31.083 32h-3.02V16h3.02zm15.502 0h-3.02V20.73h3.02zm-9.022-9.042q-.895 0-1.458.605-.552.603-.708 1.729h4.187v-.24q-.02-1-.541-1.541-.52-.552-1.48-.553m7.511-6.697q.771 0 1.23.437.458.438.458 1.114 0 .689-.469 1.125-.459.438-1.219.438t-1.228-.438q-.46-.436-.46-1.125 0-.675.449-1.114.458-.437 1.24-.437Z\"/></svg>";
|
|
13566
|
+
fill: _angular_core.InputSignal<string>;
|
|
13567
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
13568
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ReceiptLei64, never>;
|
|
13569
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ReceiptLei64, "ReceiptLei64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13570
|
+
}
|
|
13571
|
+
|
|
13572
|
+
declare class ReceiptLei48 {
|
|
13573
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M38 4.5A1.5 1.5 0 0 1 39.5 6v33a4.5 4.5 0 0 1-4.5 4.5H13.04a4.54 4.54 0 0 1-4.54-4.54V34a1.5 1.5 0 0 1 1.5-1.5h6.5V6A1.5 1.5 0 0 1 18 4.5zM11.5 38.96c0 .85.69 1.54 1.54 1.54h17.718A4.5 4.5 0 0 1 30.5 39v-3.5h-19zm8-6.46H32a1.5 1.5 0 0 1 1.5 1.5v5a1.5 1.5 0 0 0 3 0V7.5h-17zm8.68-17.11q1.736 0 2.727 1.094 1 1.094 1 3.102v.922h-5.383q.11.828.657 1.328.555.5 1.398.5 1.305 0 2.04-.945l1.108 1.242a3.4 3.4 0 0 1-1.375 1.125 4.55 4.55 0 0 1-1.921.398q-1.86 0-3.032-1.14-1.164-1.14-1.164-3.04v-.218q0-1.274.492-2.274.493-1.007 1.391-1.547.906-.546 2.063-.546ZM23.314 24h-2.266V12h2.265zm11.625 0h-2.265v-8.453h2.265zm-6.765-6.781q-.672 0-1.094.453-.414.453-.531 1.297h3.14v-.18q-.015-.75-.406-1.156-.39-.414-1.11-.414Zm5.633-5.024q.577 0 .922.328.343.33.343.836 0 .516-.351.844-.344.328-.914.328c-.57 0-.688-.11-.922-.328q-.344-.328-.344-.844 0-.507.336-.836.345-.328.93-.328\"/></svg>";
|
|
13574
|
+
fill: _angular_core.InputSignal<string>;
|
|
13575
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
13576
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ReceiptLei48, never>;
|
|
13577
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ReceiptLei48, "ReceiptLei48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13578
|
+
}
|
|
13579
|
+
|
|
13580
|
+
declare class ReceiptLei32 {
|
|
13581
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M25.333 3a1 1 0 0 1 1 1v22a3 3 0 0 1-2.999 2.999V29H8.694a3.027 3.027 0 0 1-3.027-3.026v-3.307a1 1 0 0 1 1-1H11V4a1 1 0 0 1 1-1zM7.667 25.974c0 .566.46 1.026 1.026 1.026h11.815a3 3 0 0 1-.175-1v-2.333H7.667zM13 21.667h8.334a1 1 0 0 1 .477.12 1 1 0 0 1 .523.88L22.333 26a1 1 0 0 0 2 0V5H13zm5.787-11.406q1.156 0 1.818.728.666.73.666 2.069v.614h-3.588q.072.552.437.886.37.333.933.333.87 0 1.36-.63l.738.828q-.338.48-.917.75a3 3 0 0 1-1.28.266q-1.24 0-2.021-.761-.777-.76-.777-2.027v-.145q0-.849.328-1.516.33-.671.928-1.031a2.6 2.6 0 0 1 1.375-.364M15.542 16h-1.51V8h1.51zm7.751 0h-1.51v-5.636h1.51zm-4.512-4.52a.95.95 0 0 0-.728.301q-.277.303-.355.864h2.094v-.119q-.01-.5-.27-.771-.261-.276-.74-.276Zm3.756-3.35q.386 0 .615.219a.74.74 0 0 1 .229.557q0 .345-.235.563-.228.219-.609.219-.38 0-.614-.22a.74.74 0 0 1-.23-.562q0-.339.225-.557.229-.22.62-.22Z\"/></svg>";
|
|
13582
|
+
fill: _angular_core.InputSignal<string>;
|
|
13583
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
13584
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ReceiptLei32, never>;
|
|
13585
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ReceiptLei32, "ReceiptLei32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13586
|
+
}
|
|
13587
|
+
|
|
13588
|
+
declare class ReceiptLei24 {
|
|
13589
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M19 2a1 1 0 0 1 1 1v16.5a2.497 2.497 0 0 1-2.396 2.494A1 1 0 0 1 17.5 22H6.52A2.52 2.52 0 0 1 4 19.48V17a1 1 0 0 1 1-1h3V3a1 1 0 0 1 1-1zM6 19.48c0 .287.233.52.52.52h8.53a2.5 2.5 0 0 1-.05-.5V18H6zM10 16h6a1 1 0 0 1 1 1v2.5a.5.5 0 0 0 1 0V4h-8zm4.09-8.305q.867 0 1.363.547.5.547.5 1.551v.46h-2.691q.055.415.328.665.277.25.7.25.651 0 1.019-.473l.554.621a1.7 1.7 0 0 1-.687.563q-.435.2-.961.2-.93 0-1.516-.571-.582-.57-.582-1.52v-.11q0-.636.246-1.136.246-.504.696-.773a1.96 1.96 0 0 1 1.03-.274ZM11.656 12h-1.133V6h1.133zm5.814 0h-1.133V7.773h1.133zm-3.384-3.39a.71.71 0 0 0-.547.226q-.206.226-.266.648h1.57v-.09q-.007-.374-.202-.578-.196-.207-.555-.207Zm2.817-2.512a.64.64 0 0 1 .461.164q.172.165.172.418a.55.55 0 0 1-.176.422.64.64 0 0 1-.457.164.65.65 0 0 1-.46-.164.56.56 0 0 1-.173-.422.56.56 0 0 1 .169-.418q.172-.165.464-.164\"/></svg>";
|
|
13590
|
+
fill: _angular_core.InputSignal<string>;
|
|
13591
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
13592
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ReceiptLei24, never>;
|
|
13593
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ReceiptLei24, "ReceiptLei24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13594
|
+
}
|
|
13595
|
+
|
|
13596
|
+
declare class ReceiptLei20 {
|
|
13597
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M15.833 1.75a.75.75 0 0 1 .75.75v13.75a1.997 1.997 0 0 1-1.922 1.995l-.077.005h-9.15a2.017 2.017 0 0 1-2.017-2.017v-2.066a.75.75 0 0 1 .75-.75H6.75V2.5a.75.75 0 0 1 .75-.75zM4.917 16.233c0 .286.231.517.517.517h7.214a2 2 0 0 1-.065-.5v-1.333H4.917zm3.333-2.816h5.084a.75.75 0 0 1 .75.75l-.001 2.083a.5.5 0 0 0 1 0v-13H8.25zm3.492-7.004q.722 0 1.136.455.417.456.417 1.293v.384h-2.243q.045.345.273.554a.84.84 0 0 0 .583.208q.543 0 .85-.394l.462.518q-.212.3-.574.468-.361.166-.8.166-.776 0-1.263-.475-.485-.476-.485-1.267v-.09q0-.531.205-.948.204-.42.58-.644a1.63 1.63 0 0 1 .86-.228ZM9.714 10H8.77V5h.944zm4.844 0h-.944V6.478h.944zm-2.82-2.825a.6.6 0 0 0-.455.188q-.173.189-.221.54h1.308V7.83q-.006-.313-.169-.482-.163-.172-.463-.172Zm2.348-2.094q.24 0 .384.137a.46.46 0 0 1 .143.348.46.46 0 0 1-.146.352.53.53 0 0 1-.381.137.54.54 0 0 1-.384-.137.47.47 0 0 1-.143-.352q0-.21.14-.348a.54.54 0 0 1 .387-.137\"/></svg>";
|
|
13598
|
+
fill: _angular_core.InputSignal<string>;
|
|
13599
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
13600
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ReceiptLei20, never>;
|
|
13601
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ReceiptLei20, "ReceiptLei20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
13602
|
+
}
|
|
13603
|
+
|
|
13244
13604
|
declare class ReceiptEuro64 {
|
|
13245
13605
|
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path fill-rule=\"evenodd\" d=\"M22.5 8A1.5 1.5 0 0 1 24 6.5h26.666a1.5 1.5 0 0 1 1.5 1.5v44a5.5 5.5 0 0 1-5.5 5.5h-29.28a5.553 5.553 0 0 1-5.553-5.553v-6.614a1.5 1.5 0 0 1 1.5-1.5H22.5zm-7.667 43.947v-5.114h26.333V52c0 .9.217 1.75.6 2.5h-24.38a2.553 2.553 0 0 1-2.553-2.553m27.833-8.114H25.5V9.5h23.666V52a2.5 2.5 0 1 1-5 0v-6.667a1.5 1.5 0 0 0-1.5-1.5M33 24q0-.512.088-1h5.578a1 1 0 1 0 0-2h-4.808a5.66 5.66 0 0 1 4.808-2.667c1.277 0 2.453.422 3.4 1.133a1 1 0 0 0 1.202-1.599A7.669 7.669 0 0 0 31.609 21h-.943a1 1 0 0 0 0 2h.398a7.8 7.8 0 0 0 0 2h-.398a1 1 0 0 0 0 2h.943a7.67 7.67 0 0 0 11.659 3.133 1 1 0 0 0-1.202-1.6 5.64 5.64 0 0 1-3.4 1.134A5.66 5.66 0 0 1 33.858 27h4.808a1 1 0 1 0 0-2h-5.578A5.7 5.7 0 0 1 33 24\"/></svg>";
|
|
13246
13606
|
fill: _angular_core.InputSignal<string>;
|
|
@@ -14281,6 +14641,46 @@ declare class FundingZloty20 {
|
|
|
14281
14641
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FundingZloty20, "FundingZloty20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14282
14642
|
}
|
|
14283
14643
|
|
|
14644
|
+
declare class FundingLei64 {
|
|
14645
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M8 29.167a1.5 1.5 0 0 1 1.5 1.5v3.1a16 16 0 0 0 2.107.8c2.02.62 5.205 1.267 9.726 1.267H34a6.166 6.166 0 0 1 6.166 6.135l9.335-2.872c3.975-1.223 7.999 1.75 7.999 5.908 0 2.404-1.396 4.624-3.667 5.567-2.71 1.126-7.14 2.85-12.052 4.295-4.889 1.439-10.357 2.633-15.114 2.633-6.286 0-11.192-1.748-14.532-3.506A28 28 0 0 1 9.5 52.418v2.249a1.5 1.5 0 0 1-3 0v-24a1.5 1.5 0 0 1 1.5-1.5m1.5 19.496c.168.143.382.322.644.523.754.58 1.89 1.366 3.388 2.154 2.993 1.575 7.422 3.16 13.135 3.16 4.329 0 9.474-1.1 14.268-2.51 4.771-1.405 9.094-3.087 11.747-4.188 1.1-.458 1.818-1.55 1.818-2.797a3.18 3.18 0 0 0-4.116-3.04l-11.259 3.463A6.16 6.16 0 0 1 34 48.167h-7.333a1.5 1.5 0 0 1 0-3H34a3.168 3.168 0 0 0 0-6.333H21.333c-4.811 0-8.294-.689-10.607-1.4a22 22 0 0 1-1.226-.421zM40.374 12.73q3.614 0 5.68 2.279 2.084 2.278 2.084 6.462v1.92H36.924q.228 1.726 1.367 2.767 1.155 1.042 2.913 1.042 2.718 0 4.248-1.97l2.312 2.588q-1.058 1.498-2.865 2.344-1.806.83-4.004.83-3.873 0-6.315-2.376-2.425-2.376-2.425-6.332v-.455q0-2.654 1.026-4.736 1.025-2.1 2.896-3.223 1.888-1.14 4.297-1.14M28.899 30.667h-4.72v-25h4.72zm26.89 0h-4.722V13.056h4.721v17.61Zm-15.43-14.128q-1.401 0-2.28.944-.863.945-1.106 2.701h6.543v-.374q-.033-1.562-.847-2.409-.814-.862-2.31-.862M53.427 6.073q1.204 0 1.92.684.717.683.717 1.742 0 1.074-.733 1.758-.716.683-1.904.683t-1.921-.683q-.716-.684-.716-1.758 0-1.059.7-1.742.716-.684 1.937-.684\"/></svg>";
|
|
14646
|
+
fill: _angular_core.InputSignal<string>;
|
|
14647
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
14648
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FundingLei64, never>;
|
|
14649
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FundingLei64, "FundingLei64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14650
|
+
}
|
|
14651
|
+
|
|
14652
|
+
declare class FundingLei48 {
|
|
14653
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M6 21.5A1.5 1.5 0 0 1 7.5 23v2.084c.32.14.756.31 1.316.482 1.478.455 3.83.934 7.184.934h9.5a5 5 0 0 1 4.973 4.476l6.543-2.012c3.222-.991 6.484 1.418 6.484 4.789 0 1.947-1.132 3.754-2.981 4.522-2.04.848-5.376 2.146-9.077 3.235C27.764 42.592 23.621 43.5 20 43.5c-4.786 0-8.524-1.331-11.073-2.673a22 22 0 0 1-1.427-.823V41a1.5 1.5 0 0 1-3 0V23A1.5 1.5 0 0 1 6 21.5m1.5 14.823q.145.12.337.269a17.4 17.4 0 0 0 2.486 1.58C12.524 39.333 15.786 40.5 20 40.5c3.193 0 7.011-.814 10.595-1.868 3.561-1.048 6.79-2.304 8.772-3.127.68-.283 1.133-.961 1.133-1.752 0-1.353-1.31-2.32-2.602-1.922l-8.32 2.56A4.99 4.99 0 0 1 25.5 36.5H20a1.5 1.5 0 0 1 0-3h5.5a2 2 0 0 0 0-4H16c-3.645 0-6.294-.521-8.066-1.067-.152-.046-.296-.096-.434-.142zM30.281 9.548q2.71 0 4.26 1.709 1.563 1.709 1.563 4.846v1.44h-8.41q.17 1.294 1.025 2.076.867.78 2.184.781 2.04 0 3.187-1.477l1.733 1.941q-.793 1.124-2.148 1.758-1.355.622-3.003.622-2.906 0-4.736-1.782-1.82-1.781-1.82-4.748v-.342q0-1.99.77-3.553.768-1.575 2.173-2.417 1.416-.855 3.222-.854M21.675 23h-3.54V4.25h3.54zm20.166 0H38.3V9.792h3.54V23ZM30.269 12.404q-1.05 0-1.71.708-.645.708-.83 2.027h4.908v-.28q-.025-1.173-.635-1.807-.61-.648-1.733-.648m9.802-7.848q.904 0 1.44.512.537.513.538 1.306 0 .805-.55 1.318-.537.513-1.428.513c-.891 0-1.074-.171-1.44-.513q-.537-.513-.537-1.318 0-.793.524-1.306.537-.512 1.453-.512\"/></svg>";
|
|
14654
|
+
fill: _angular_core.InputSignal<string>;
|
|
14655
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
14656
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FundingLei48, never>;
|
|
14657
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FundingLei48, "FundingLei48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14658
|
+
}
|
|
14659
|
+
|
|
14660
|
+
declare class FundingLei32 {
|
|
14661
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M4 14.333a1 1 0 0 1 1 1v1.39c.213.093.504.206.877.32.985.304 2.553.623 4.79.623H17a3.334 3.334 0 0 1 3.314 2.985l4.363-1.342c2.148-.66 4.323.946 4.323 3.193 0 1.298-.755 2.502-1.988 3.015a62 62 0 0 1-6.051 2.156C18.509 28.395 15.747 29 13.333 29c-3.19 0-5.683-.888-7.382-1.782A14 14 0 0 1 5 26.667v.666a1 1 0 1 1-2 0v-12a1 1 0 0 1 1-1m1 9.882q.098.08.225.18c.367.282.924.667 1.658 1.053C8.35 26.22 10.524 27 13.333 27c2.129 0 4.674-.542 7.063-1.245a60 60 0 0 0 5.85-2.086c.452-.189.754-.64.754-1.167a1.34 1.34 0 0 0-1.734-1.281l-5.547 1.705A3.33 3.33 0 0 1 17 24.333h-3.667a1 1 0 0 1 0-2H17a1.333 1.333 0 0 0 0-2.667h-6.333c-2.43 0-4.197-.348-5.378-.711q-.15-.047-.289-.095zm15.188-17.85q1.806 0 2.84 1.14 1.041 1.14 1.041 3.23v.96h-5.607q.114.863.683 1.384.58.52 1.457.52 1.36 0 2.125-.984l1.155 1.294q-.529.75-1.433 1.172a4.7 4.7 0 0 1-2.002.415q-1.936 0-3.157-1.189-1.212-1.187-1.213-3.165v-.228q0-1.326.513-2.368.513-1.05 1.45-1.612.943-.57 2.148-.569m-5.738 8.968h-2.36v-12.5h2.36zm13.444 0h-2.36V6.528h2.36zm-7.715-7.064q-.7 0-1.139.472-.43.473-.554 1.352h3.272v-.188q-.017-.78-.423-1.204-.407-.431-1.156-.432m6.535-5.232q.602 0 .96.342.357.341.358.87 0 .537-.366.879-.358.342-.952.342t-.96-.342q-.359-.342-.359-.88 0-.527.35-.87.358-.34.969-.341\"/></svg>";
|
|
14662
|
+
fill: _angular_core.InputSignal<string>;
|
|
14663
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
14664
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FundingLei32, never>;
|
|
14665
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FundingLei32, "FundingLei32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14666
|
+
}
|
|
14667
|
+
|
|
14668
|
+
declare class FundingLei24 {
|
|
14669
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M3 10.5a1 1 0 0 1 1 1v.875q.196.08.481.169C5.196 12.764 6.347 13 8 13h4.75a2.75 2.75 0 0 1 2.687 2.165l2.998-.922A2.756 2.756 0 0 1 22 16.877c0 1.07-.622 2.066-1.645 2.491a46 46 0 0 1-4.563 1.627C13.945 21.539 11.846 22 10 22c-2.44 0-4.35-.68-5.653-1.365q-.182-.097-.347-.194v.059a1 1 0 1 1-2 0v-9a1 1 0 0 1 1-1m1 7.539q.034.029.07.058a8.4 8.4 0 0 0 1.208.768C6.35 19.43 7.941 20 10 20c1.56 0 3.443-.399 5.227-.924a45 45 0 0 0 4.36-1.555.685.685 0 0 0 .413-.644.756.756 0 0 0-.977-.723l-4.086 1.257A2.74 2.74 0 0 1 12.75 18.5H10a1 1 0 1 1 0-2h2.75a.75.75 0 0 0 0-1.5H8c-1.776 0-3.092-.246-4-.514zM15.14 4.774q1.356 0 2.13.855.782.854.782 2.423v.72h-4.205q.086.646.512 1.037.435.39 1.093.391 1.02 0 1.593-.738l.866.97a2.67 2.67 0 0 1-1.074.878 3.55 3.55 0 0 1-1.501.312q-1.453 0-2.368-.89-.91-.893-.91-2.376v-.17q0-.995.384-1.776a2.8 2.8 0 0 1 1.087-1.209 3.06 3.06 0 0 1 1.612-.427ZM10.839 11.5h-1.77V2.125h1.77zm10.083 0h-1.77V4.896h1.77zm-5.786-5.298q-.525 0-.855.355-.323.353-.415 1.012h2.453v-.14q-.012-.586-.317-.904-.305-.323-.866-.323m4.9-3.925q.452 0 .72.257.27.256.27.653a.86.86 0 0 1-.275.66q-.269.255-.715.255c-.446 0-.537-.085-.72-.255a.87.87 0 0 1-.268-.66q0-.396.263-.653.267-.256.725-.257\"/></svg>";
|
|
14670
|
+
fill: _angular_core.InputSignal<string>;
|
|
14671
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
14672
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FundingLei24, never>;
|
|
14673
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FundingLei24, "FundingLei24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14674
|
+
}
|
|
14675
|
+
|
|
14676
|
+
declare class FundingLei20 {
|
|
14677
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M2.5 8.833a.75.75 0 0 1 .75.75v.785q.18.076.46.165c.604.186 1.571.383 2.957.383h3.958c1.09 0 1.992.79 2.173 1.829l2.589-.797a2.213 2.213 0 0 1 2.863 2.115c0 .86-.5 1.659-1.32 2-.852.353-2.247.896-3.794 1.352-1.537.452-3.277.835-4.803.835-2.018 0-3.595-.561-4.672-1.128a9 9 0 0 1-.411-.23v.19a.75.75 0 0 1-1.5 0v-7.5a.75.75 0 0 1 .75-.75Zm.75 6.238q.042.036.092.076c.224.173.566.41 1.017.647.903.475 2.242.956 3.974.956 1.313 0 2.89-.335 4.38-.774a37 37 0 0 0 3.643-1.298.655.655 0 0 0 .394-.615.714.714 0 0 0-.923-.681l-3.43 1.055a2.2 2.2 0 0 1-1.772.896H8.333a.75.75 0 0 1 0-1.5h2.292a.708.708 0 0 0 0-1.417H6.667c-1.53 0-2.648-.218-3.398-.45q-.01-.002-.019-.006zm9.367-11.093q1.129 0 1.775.712.651.712.651 2.02v.6h-3.504q.071.539.427.865.36.325.91.325.85 0 1.328-.615l.722.808q-.33.468-.895.733-.565.26-1.252.26-1.21 0-1.972-.744-.759-.742-.758-1.978V6.82q0-.828.32-1.48a2.34 2.34 0 0 1 .905-1.007 2.55 2.55 0 0 1 1.343-.356ZM9.031 9.583H7.557V1.77H9.03v7.813Zm8.403 0h-1.475V4.08h1.475zm-4.822-4.414a.93.93 0 0 0-.713.295q-.27.295-.345.843h2.045V6.19q-.011-.487-.265-.752-.255-.27-.722-.27Zm4.084-3.27q.375 0 .6.212a.72.72 0 0 1 .224.545.72.72 0 0 1-.229.549q-.224.213-.595.214-.371 0-.6-.214a.73.73 0 0 1-.224-.549.73.73 0 0 1 .219-.545q.224-.213.605-.213Z\"/></svg>";
|
|
14678
|
+
fill: _angular_core.InputSignal<string>;
|
|
14679
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
14680
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FundingLei20, never>;
|
|
14681
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FundingLei20, "FundingLei20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14682
|
+
}
|
|
14683
|
+
|
|
14284
14684
|
declare class FundingEuro64 {
|
|
14285
14685
|
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path fill-rule=\"evenodd\" d=\"M39.772 7.963a11.17 11.17 0 0 1 11.615 1.119 1.5 1.5 0 1 0 1.806-2.396A14.166 14.166 0 0 0 31.61 12.5h-3.61a1.5 1.5 0 1 0 0 3h2.722a14.2 14.2 0 0 0 0 5H28a1.5 1.5 0 1 0 0 3h3.611a14.16 14.16 0 0 0 13.92 8.64 14.17 14.17 0 0 0 7.262-2.535 1.5 1.5 0 0 0-1.721-2.458A11.17 11.17 0 0 1 34.949 23.5H44a1.5 1.5 0 1 0 0-3H33.784a11.2 11.2 0 0 1 0-5H44a1.5 1.5 0 1 0 0-3H34.95q.142-.254.3-.5a11.17 11.17 0 0 1 4.523-4.037M9.5 30.667a1.5 1.5 0 0 0-3 0v24a1.5 1.5 0 0 0 3 0v-2.249a28 28 0 0 0 2.635 1.576c3.34 1.758 8.246 3.506 14.532 3.506 4.757 0 10.226-1.194 15.115-2.633 4.91-1.445 9.34-3.17 12.05-4.296 2.272-.943 3.668-3.163 3.668-5.567 0-4.158-4.024-7.13-7.999-5.907l-9.334 2.872A6.167 6.167 0 0 0 34 35.833H21.334c-4.522 0-7.706-.645-9.726-1.267A16 16 0 0 1 9.5 33.77zm.644 18.519q-.392-.303-.644-.52V37.018q.546.205 1.226.416c2.313.712 5.796 1.4 10.608 1.4H34a3.167 3.167 0 1 1 0 6.333h-7.333a1.5 1.5 0 0 0 0 3H34a6.16 6.16 0 0 0 5.127-2.74l11.257-3.463c2.045-.63 4.116.9 4.116 3.04 0 1.248-.717 2.34-1.818 2.797-2.653 1.102-6.975 2.784-11.747 4.188-4.794 1.411-9.94 2.51-14.268 2.51-5.714 0-10.142-1.585-13.135-3.16a23.7 23.7 0 0 1-3.388-2.153\"/></svg>";
|
|
14286
14686
|
fill: _angular_core.InputSignal<string>;
|
|
@@ -14361,6 +14761,46 @@ declare class FundingCardZloty20 {
|
|
|
14361
14761
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FundingCardZloty20, "FundingCardZloty20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14362
14762
|
}
|
|
14363
14763
|
|
|
14764
|
+
declare class FundingCardLei64 {
|
|
14765
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M56 11.833a1.5 1.5 0 0 1 1.5 1.5v37.333a1.5 1.5 0 0 1-1.5 1.5H8a1.5 1.5 0 0 1-1.5-1.5V13.333a1.5 1.5 0 0 1 1.5-1.5zM9.5 49.166h45V14.833h-45zm14.073-21.978q2.313 0 3.635 1.457 1.334 1.46 1.334 4.136v1.23h-7.178q.147 1.104.875 1.77.74.667 1.866.667 1.74 0 2.718-1.26l1.479 1.656q-.678.959-1.833 1.5-1.156.531-2.563.531-2.478 0-4.042-1.52-1.552-1.522-1.552-4.053v-.291q0-1.698.657-3.032.656-1.343 1.854-2.062 1.21-.73 2.75-.73Zm-6.491 11.479h-3.02v-16h3.02zm15.502 0h-3.02V27.395h3.02zm15.416-13a1 1 0 0 1 1 1v10.667a1 1 0 0 1-1 1H37.333a1 1 0 0 1-1-1V26.667a1 1 0 0 1 1-1zm-9.667 10.667h3.333v-8.667h-3.333zm5.333 0H47V33h-3.334zm-20.103-6.709q-.896 0-1.458.605-.553.603-.71 1.728h4.188v-.24q-.02-1-.541-1.541-.52-.552-1.48-.552ZM43.666 31H47v-3.333h-3.334zm-12.592-8.073q.77 0 1.229.437.458.438.459 1.116 0 .687-.469 1.125-.458.437-1.219.437-.76 0-1.23-.438-.457-.437-.457-1.124 0-.678.447-1.116.46-.437 1.24-.437\"/></svg>";
|
|
14766
|
+
fill: _angular_core.InputSignal<string>;
|
|
14767
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
14768
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FundingCardLei64, never>;
|
|
14769
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FundingCardLei64, "FundingCardLei64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14770
|
+
}
|
|
14771
|
+
|
|
14772
|
+
declare class FundingCardLei48 {
|
|
14773
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M42 8.5a1.5 1.5 0 0 1 1.5 1.5v28a1.5 1.5 0 0 1-1.5 1.5H6A1.5 1.5 0 0 1 4.5 38V10A1.5 1.5 0 0 1 6 8.5zm-34.5 28h33v-25h-33zm10.18-16.11q1.734 0 2.726 1.094 1 1.094 1 3.102v.922h-5.383q.11.828.657 1.328.555.5 1.398.5 1.305 0 2.04-.945l1.109 1.242a3.4 3.4 0 0 1-1.375 1.125 4.55 4.55 0 0 1-1.922.398q-1.86 0-3.032-1.14-1.164-1.14-1.164-3.04v-.218q0-1.274.493-2.274.492-1.008 1.39-1.547.906-.546 2.063-.546ZM12.812 29h-2.266V17h2.266zm11.627 0h-2.266v-8.453h2.266zM36 19a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-8a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1zm-7 8h2v-6h-2zm4 0h2v-2h-2zm-15.328-4.781q-.672 0-1.094.453-.414.453-.531 1.297h3.14v-.18q-.015-.75-.406-1.156-.39-.414-1.11-.414ZM33 23h2v-2h-2zm-9.694-5.805q.578 0 .921.328.345.33.344.836 0 .516-.351.844-.344.328-.914.328c-.57 0-.688-.11-.922-.328q-.344-.328-.344-.844 0-.507.336-.836.345-.328.93-.328\"/></svg>";
|
|
14774
|
+
fill: _angular_core.InputSignal<string>;
|
|
14775
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
14776
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FundingCardLei48, never>;
|
|
14777
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FundingCardLei48, "FundingCardLei48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14778
|
+
}
|
|
14779
|
+
|
|
14780
|
+
declare class FundingCardLei32 {
|
|
14781
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M28 5.667a1 1 0 0 1 1 1v18.667a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6.667a1 1 0 0 1 1-1zM5 24.334h22V7.667H5zm6.786-10.74q1.157 0 1.819.73.666.728.665 2.067v.614h-3.587q.072.552.437.886.37.333.932.333.87 0 1.36-.63l.74.828q-.339.48-.918.75a3 3 0 0 1-1.28.265q-1.24 0-2.021-.76-.777-.76-.777-2.026v-.146q0-.849.328-1.516.33-.672.927-1.031a2.6 2.6 0 0 1 1.375-.364m-3.245 5.739h-1.51v-8h1.51zm7.751 0h-1.51v-5.635h1.51zm7.708-6.5a.5.5 0 0 1 .5.5v5.333a.5.5 0 0 1-.5.5h-5.333a.5.5 0 0 1-.5-.5v-5.333a.5.5 0 0 1 .5-.5zm-4.833 5.333h1.667v-4.333h-1.667zm2.667 0H23.5V16.5h-1.666zm-10.053-3.354q-.448 0-.73.302-.274.303-.353.865h2.094v-.12q-.011-.5-.271-.77-.26-.276-.74-.277m10.053.688H23.5v-1.667h-1.666zm-6.297-4.036q.386 0 .614.219.23.217.23.556a.74.74 0 0 1-.235.563q-.229.219-.609.219c-.38 0-.459-.073-.615-.22a.74.74 0 0 1-.229-.562q0-.337.224-.556.23-.22.62-.22Z\"/></svg>";
|
|
14782
|
+
fill: _angular_core.InputSignal<string>;
|
|
14783
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
14784
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FundingCardLei32, never>;
|
|
14785
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FundingCardLei32, "FundingCardLei32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14786
|
+
}
|
|
14787
|
+
|
|
14788
|
+
declare class FundingCardLei24 {
|
|
14789
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M21 4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zM4 18h16V6H4zm4.84-7.805q.867 0 1.363.547.5.547.5 1.551v.46H8.012q.055.415.328.665.277.25.7.25.651 0 1.019-.473l.554.621a1.7 1.7 0 0 1-.687.563q-.435.2-.961.2-.93 0-1.516-.571-.582-.57-.582-1.52v-.11q0-.636.246-1.136.246-.504.696-.773a1.96 1.96 0 0 1 1.03-.274ZM6.406 14.5H5.273v-6h1.133zm5.813 0h-1.133v-4.227h1.133zM18 9.5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5zm-3.5 4h1v-3h-1zm2 0h1v-1h-1zm-7.664-2.39a.71.71 0 0 0-.547.226q-.207.226-.266.648h1.57v-.09q-.006-.374-.202-.578-.195-.207-.555-.207Zm7.664.39h1v-1h-1zm-4.848-2.902a.64.64 0 0 1 .461.164q.172.164.172.418a.55.55 0 0 1-.176.422.64.64 0 0 1-.457.164.65.65 0 0 1-.46-.164.56.56 0 0 1-.172-.422.56.56 0 0 1 .168-.418q.172-.165.464-.164\"/></svg>";
|
|
14790
|
+
fill: _angular_core.InputSignal<string>;
|
|
14791
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
14792
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FundingCardLei24, never>;
|
|
14793
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FundingCardLei24, "FundingCardLei24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14794
|
+
}
|
|
14795
|
+
|
|
14796
|
+
declare class FundingCardLei20 {
|
|
14797
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M17.5 3.417a.75.75 0 0 1 .75.75v11.667a.75.75 0 0 1-.75.75h-15a.75.75 0 0 1-.75-.75V4.167a.75.75 0 0 1 .75-.75zM3.25 15.084h13.5V4.917H3.25zM15 7.833a.5.5 0 0 1 .5.5v3.333a.5.5 0 0 1-.5.5h-3.333a.5.5 0 0 1-.5-.5V8.333a.5.5 0 0 1 .5-.5zm-7.634.663q.723 0 1.137.456.416.456.416 1.292v.384H6.677q.045.345.273.554a.84.84 0 0 0 .582.208q.544 0 .85-.394l.463.518q-.212.3-.574.468-.36.166-.8.166-.775 0-1.263-.475-.485-.476-.485-1.266v-.092q0-.53.205-.947.205-.42.579-.644.377-.228.86-.228Zm-2.028 3.587h-.943v-5h.943zm4.845 0h-.945V8.562h.945zm1.984-.917h.667V8.833h-.667zm1.667 0h.666V10.5h-.666zm-6.47-1.908a.6.6 0 0 0-.457.188q-.172.19-.22.541h1.308v-.075q-.006-.312-.17-.481-.162-.173-.462-.173Zm6.47.242h.666v-.667h-.666zM9.711 7.165q.24 0 .384.137a.46.46 0 0 1 .143.347.46.46 0 0 1-.146.352.53.53 0 0 1-.381.137A.54.54 0 0 1 9.326 8a.47.47 0 0 1-.142-.352q0-.21.14-.347a.54.54 0 0 1 .387-.137Z\"/></svg>";
|
|
14798
|
+
fill: _angular_core.InputSignal<string>;
|
|
14799
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
14800
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<FundingCardLei20, never>;
|
|
14801
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<FundingCardLei20, "FundingCardLei20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
14802
|
+
}
|
|
14803
|
+
|
|
14364
14804
|
declare class FundingCardEuro64 {
|
|
14365
14805
|
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path fill-rule=\"evenodd\" d=\"M6.5 13.333a1.5 1.5 0 0 1 1.5-1.5h48a1.5 1.5 0 0 1 1.5 1.5v37.334a1.5 1.5 0 0 1-1.5 1.5H8a1.5 1.5 0 0 1-1.5-1.5zm3 1.5v34.334h45V14.833zm9.7 15.5A7 7 0 0 0 19.07 33h6.263a1 1 0 1 1 0 2h-5.66A7 7 0 0 0 26 39a6.97 6.97 0 0 0 4.418-1.57 1 1 0 1 1 1.263 1.55A9.004 9.004 0 0 1 17.511 35h-1.511a1 1 0 1 1 0-2h1.055a9.1 9.1 0 0 1 .099-2.667H16a1 1 0 0 1 0-2h1.778a9.002 9.002 0 0 1 13.2-3.833 1 1 0 0 1-1.108 1.666A6.96 6.96 0 0 0 26 25a7 7 0 0 0-5.964 3.333h5.297a1 1 0 1 1 0 2zm18.133-4.666a1 1 0 0 0-1 1v10.666a1 1 0 0 0 1 1H48a1 1 0 0 0 1-1V26.667a1 1 0 0 0-1-1zm4.334 10.666h-3.334v-8.666h3.334zm2-5.333v-3.333H47V31zm0 2H47v3.333h-3.333z\"/></svg>";
|
|
14366
14806
|
fill: _angular_core.InputSignal<string>;
|
|
@@ -15002,7 +15442,7 @@ declare class Data20 {
|
|
|
15002
15442
|
}
|
|
15003
15443
|
|
|
15004
15444
|
declare class Cybersecurity64 {
|
|
15005
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M32 6.5c.
|
|
15445
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M32 6.5c.574 0 1.351.189 2.096.401a52 52 0 0 1 2.863.935c2.153.76 4.759 1.769 7.265 2.771a468 468 0 0 1 9.489 3.923l.158.068.04.017.01.005.004.001c.552.237.91.78.91 1.379v13.333c0 8.56-4.631 15.591-9.625 20.413-2.508 2.421-5.15 4.329-7.444 5.64-1.146.655-2.224 1.171-3.17 1.528-.913.344-1.824.586-2.595.586s-1.682-.242-2.594-.586c-.947-.357-2.024-.873-3.17-1.528-2.295-1.31-4.937-3.219-7.444-5.64-4.994-4.822-9.625-11.853-9.625-20.413V16c0-.6.357-1.143.909-1.379h.004l.01-.006.04-.017.159-.068.6-.255a496 496 0 0 1 8.887-3.668c2.507-1.002 5.113-2.01 7.267-2.771a52 52 0 0 1 2.863-.935c.744-.212 1.52-.4 2.094-.401Zm1 47.792q.242-.074.537-.186c.767-.289 1.7-.73 2.741-1.325 2.081-1.189 4.522-2.948 6.848-5.193 4.672-4.511 8.709-10.815 8.709-18.255v-12.34a494 494 0 0 0-8.724-3.6c-2.493-.998-5.055-1.99-7.151-2.729a49 49 0 0 0-2.689-.878q-.142-.04-.271-.074zM30.73 9.786c-.723.207-1.64.508-2.69.878-2.095.74-4.657 1.731-7.15 2.729a465 465 0 0 0-8.723 3.6v12.34c0 7.44 4.036 13.744 8.709 18.255 2.325 2.245 4.766 4.004 6.847 5.193 1.04.595 1.974 1.036 2.74 1.325q.294.11.536.185V9.713q-.128.034-.269.073\"/></svg>";
|
|
15006
15446
|
fill: _angular_core.InputSignal<string>;
|
|
15007
15447
|
hostClass: _angular_core.InputSignal<string>;
|
|
15008
15448
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Cybersecurity64, never>;
|
|
@@ -15010,7 +15450,7 @@ declare class Cybersecurity64 {
|
|
|
15010
15450
|
}
|
|
15011
15451
|
|
|
15012
15452
|
declare class Cybersecurity48 {
|
|
15013
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M24 4.
|
|
15453
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M24 4.5c.49 0 1.122.157 1.675.315a40 40 0 0 1 2.168.708c1.623.573 3.583 1.332 5.464 2.084a352 352 0 0 1 7.124 2.946l.12.05.03.013.01.005.102.048A1.5 1.5 0 0 1 41.501 12v10c0 6.56-3.548 11.924-7.333 15.58-1.904 1.837-3.91 3.287-5.657 4.285-.873.499-1.7.895-2.432 1.171-.698.263-1.432.464-2.078.464-.647 0-1.38-.2-2.078-.464a17.3 17.3 0 0 1-2.432-1.17c-1.747-.999-3.754-2.449-5.657-4.287C10.048 33.924 6.5 28.56 6.5 22V12c0-.6.357-1.143.909-1.379l.01-.005.03-.012q.042-.019.12-.051a249 249 0 0 1 2.07-.874 352 352 0 0 1 5.054-2.072c1.882-.752 3.841-1.51 5.464-2.084.81-.285 1.553-.532 2.169-.708C22.88 4.657 23.51 4.5 24 4.5m1 35.736.02-.006a14.4 14.4 0 0 0 2.002-.97c1.534-.877 3.34-2.177 5.062-3.84C35.548 32.077 38.5 27.44 38.5 22v-9.008a374 374 0 0 0-6.307-2.6c-1.868-.747-3.784-1.488-5.349-2.04A38 38 0 0 0 25 7.744zm-2-32.49a36 36 0 0 0-1.844.606c-1.565.552-3.48 1.293-5.349 2.04a348 348 0 0 0-6.306 2.6V22c0 5.44 2.953 10.076 6.417 13.42 1.721 1.663 3.527 2.963 5.061 3.84.768.438 1.45.761 2.002.97l.019.005V7.745Z\"/></svg>";
|
|
15014
15454
|
fill: _angular_core.InputSignal<string>;
|
|
15015
15455
|
hostClass: _angular_core.InputSignal<string>;
|
|
15016
15456
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Cybersecurity48, never>;
|
|
@@ -15018,7 +15458,7 @@ declare class Cybersecurity48 {
|
|
|
15018
15458
|
}
|
|
15019
15459
|
|
|
15020
15460
|
declare class Cybersecurity32 {
|
|
15021
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M16 3c.
|
|
15461
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M16 3c.327 0 .747.105 1.116.21.41.117.907.281 1.446.472 1.082.381 2.389.888 3.643 1.39a234 234 0 0 1 4.45 1.835l.299.128.079.034.02.01.006.001.001.001a1 1 0 0 1 .607.919v6.667c0 4.373-2.365 7.949-4.889 10.386a19.5 19.5 0 0 1-3.771 2.857c-.582.333-1.133.597-1.622.781-.465.176-.954.309-1.384.309-.431 0-.92-.133-1.386-.309a11.6 11.6 0 0 1-1.621-.78 19.5 19.5 0 0 1-3.772-2.858C6.7 22.616 4.334 19.04 4.334 14.667V8a1 1 0 0 1 .606-.919h.002l.005-.003.02-.009.08-.034.3-.128a246 246 0 0 1 4.449-1.836c1.254-.501 2.56-1.008 3.642-1.39.54-.19 1.036-.354 1.446-.471.37-.105.79-.21 1.117-.21Zm-.566 2.134c-.354.101-.807.25-1.33.434-1.043.369-2.32.863-3.565 1.36a232 232 0 0 0-4.205 1.734v6.005c0 3.627 1.969 6.717 4.278 8.947a17.5 17.5 0 0 0 3.374 2.56c.511.292.966.506 1.334.645a4 4 0 0 0 .18.062V5.115zM16.5 26.88q.083-.026.18-.062a9.6 9.6 0 0 0 1.334-.645 17.5 17.5 0 0 0 3.375-2.56c2.31-2.23 4.278-5.32 4.278-8.947V8.662a240 240 0 0 0-4.204-1.733 98 98 0 0 0-3.566-1.36 24 24 0 0 0-1.33-.435l-.067-.019v21.766Z\"/></svg>";
|
|
15022
15462
|
fill: _angular_core.InputSignal<string>;
|
|
15023
15463
|
hostClass: _angular_core.InputSignal<string>;
|
|
15024
15464
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Cybersecurity32, never>;
|
|
@@ -15026,7 +15466,7 @@ declare class Cybersecurity32 {
|
|
|
15026
15466
|
}
|
|
15027
15467
|
|
|
15028
15468
|
declare class Cybersecurity24 {
|
|
15029
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M12
|
|
15469
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M12 2c.286 0 .633.089.906.167.315.09.693.215 1.1.358.816.288 1.8.67 2.74 1.046a176 176 0 0 1 3.343 1.38q.146.061.225.096l.06.025.015.006.004.002.001.001a1 1 0 0 1 .607.919v5c0 3.373-1.824 6.116-3.743 7.97a14.9 14.9 0 0 1-2.878 2.18 9 9 0 0 1-1.252.602c-.359.135-.759.248-1.127.248-.369 0-.769-.113-1.127-.248a9 9 0 0 1-1.252-.603 14.9 14.9 0 0 1-2.878-2.18C4.824 17.117 3 14.374 3 11V6a1 1 0 0 1 .606-.919h.001l.004-.003.016-.006.06-.025.225-.097a187 187 0 0 1 3.342-1.379 75 75 0 0 1 2.74-1.046 21 21 0 0 1 1.1-.358C11.367 2.089 11.715 2 12 2m-.5 2.135a20 20 0 0 0-.838.277c-.778.275-1.732.644-2.665 1.017A174 174 0 0 0 5 6.662V11c0 2.627 1.426 4.884 3.132 6.53a12.9 12.9 0 0 0 2.481 1.883c.338.193.638.337.886.436V4.135Zm1 15.714c.247-.1.55-.243.887-.436a13 13 0 0 0 2.482-1.883C17.574 15.884 19 13.627 19 11V6.662a189 189 0 0 0-2.996-1.233 73 73 0 0 0-2.665-1.017 20 20 0 0 0-.84-.277z\"/></svg>";
|
|
15030
15470
|
fill: _angular_core.InputSignal<string>;
|
|
15031
15471
|
hostClass: _angular_core.InputSignal<string>;
|
|
15032
15472
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Cybersecurity24, never>;
|
|
@@ -15034,7 +15474,7 @@ declare class Cybersecurity24 {
|
|
|
15034
15474
|
}
|
|
15035
15475
|
|
|
15036
15476
|
declare class Cybersecurity20 {
|
|
15037
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M10 1.75c.
|
|
15477
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M10 1.75c.225 0 .504.071.732.137.26.074.573.177.911.297a61 61 0 0 1 2.282.87 146 146 0 0 1 2.783 1.148l.187.08.05.022.013.005.004.002a.75.75 0 0 1 .455.689v4.167c0 2.78-1.503 5.045-3.094 6.581a12.3 12.3 0 0 1-2.382 1.804c-.368.21-.719.379-1.031.497-.296.111-.617.2-.91.201-.291 0-.614-.09-.91-.201a7.4 7.4 0 0 1-1.03-.497 12.3 12.3 0 0 1-2.383-1.804c-1.59-1.536-3.093-3.801-3.093-6.581V5c0-.3.178-.571.454-.69l.296.69-.295-.69.004-.001.012-.005.05-.022.188-.08a167 167 0 0 1 2.783-1.148 63 63 0 0 1 2.281-.87c.338-.12.651-.223.911-.297.229-.066.509-.137.733-.137Zm.5 14.847a6 6 0 0 0 .697-.347c.63-.36 1.375-.896 2.085-1.581 1.43-1.38 2.635-3.282 2.635-5.502v-3.67a145 145 0 0 0-2.549-1.05 61 61 0 0 0-2.224-.85 18 18 0 0 0-.644-.214zm-1-13.213q-.28.086-.643.214c-.65.229-1.446.537-2.223.848s-1.529.621-2.086.855l-.464.195v3.671c0 2.22 1.206 4.121 2.635 5.502.71.685 1.454 1.22 2.084 1.581.261.149.497.263.697.346z\"/></svg>";
|
|
15038
15478
|
fill: _angular_core.InputSignal<string>;
|
|
15039
15479
|
hostClass: _angular_core.InputSignal<string>;
|
|
15040
15480
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Cybersecurity20, never>;
|
|
@@ -15042,7 +15482,7 @@ declare class Cybersecurity20 {
|
|
|
15042
15482
|
}
|
|
15043
15483
|
|
|
15044
15484
|
declare class CybersecurityWarning64 {
|
|
15045
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"
|
|
15485
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M37.346 24.064c.566-1.05 2.075-1.05 2.641 0L56.98 55.621a1.5 1.5 0 0 1-1.32 2.212H21.674a1.5 1.5 0 0 1-1.32-2.212zM38.399 50.5a1.5 1.5 0 0 0 0 3h.534a1.5 1.5 0 0 0 0-3zm-6.397-44c.573 0 1.35.189 2.095.401a52 52 0 0 1 2.863.935c2.154.76 4.76 1.769 7.266 2.771a469 469 0 0 1 9.488 3.923l.158.068.04.017.01.005.004.001a1.5 1.5 0 0 1 .91 1.379v13.333c0 2.824-.508 5.48-1.362 7.946l-2.1-3.616c.297-1.394.462-2.839.462-4.33v-12.34a493 493 0 0 0-8.724-3.6c-2.493-.998-5.055-1.99-7.151-2.729a49 49 0 0 0-2.688-.878L33 9.712v11.825l-2 3.444V9.713l-.268.073c-.723.207-1.64.508-2.689.878-2.096.74-4.657 1.731-7.15 2.729a464 464 0 0 0-8.724 3.6v12.34c0 6.422 3.009 11.997 6.837 16.304l-1.58 2.72c-4.44-4.742-8.257-11.253-8.257-19.024V16c0-.6.358-1.143.91-1.379h.003l.01-.006.04-.017.159-.068.6-.255a481 481 0 0 1 8.887-3.668c2.507-1.002 5.113-2.01 7.267-2.771a52 52 0 0 1 2.863-.935c.744-.212 1.52-.4 2.094-.401m6.664 26.667a1.5 1.5 0 0 0-1.5 1.5V44a1.5 1.5 0 0 0 3 0v-9.333a1.5 1.5 0 0 0-1.5-1.5\"/></svg>";
|
|
15046
15486
|
fill: _angular_core.InputSignal<string>;
|
|
15047
15487
|
hostClass: _angular_core.InputSignal<string>;
|
|
15048
15488
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CybersecurityWarning64, never>;
|
|
@@ -15050,7 +15490,7 @@ declare class CybersecurityWarning64 {
|
|
|
15050
15490
|
}
|
|
15051
15491
|
|
|
15052
15492
|
declare class CybersecurityWarning48 {
|
|
15053
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"
|
|
15493
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M27.68 18.398c.566-1.05 2.074-1.051 2.64 0L42.647 41.29a1.5 1.5 0 0 1-1.32 2.211H16.673a1.5 1.5 0 0 1-1.32-2.21L27.68 18.397ZM28.8 37.5a1.5 1.5 0 0 0 0 3h.4a1.5 1.5 0 0 0 0-3zm-4.798-33c.49 0 1.12.157 1.674.315.616.176 1.359.423 2.169.708 1.622.573 3.582 1.332 5.464 2.084a352 352 0 0 1 7.124 2.946l.119.05.03.013.01.005.102.048A1.5 1.5 0 0 1 41.502 12v10c0 2.28-.43 4.417-1.149 6.387l-2.107-3.63A15 15 0 0 0 38.502 22v-9.008a383 383 0 0 0-6.307-2.6 148 148 0 0 0-5.348-2.04A38 38 0 0 0 25 7.744v7.978l-2 3.444V7.746a38 38 0 0 0-1.843.606c-1.565.552-3.48 1.293-5.348 2.04a347 347 0 0 0-6.307 2.6V22c0 4.651 2.159 8.715 4.95 11.886l-1.579 2.72C9.47 32.998 6.502 28 6.502 22V12c0-.6.358-1.143.91-1.379l.01-.005.03-.012q.04-.019.12-.051a283 283 0 0 1 2.07-.874 352 352 0 0 1 5.053-2.072c1.882-.752 3.842-1.51 5.464-2.084.81-.285 1.553-.532 2.17-.708.552-.158 1.183-.315 1.673-.315m4.997 20a1.5 1.5 0 0 0-1.5 1.5v7a1.5 1.5 0 0 0 3 0v-7a1.5 1.5 0 0 0-1.5-1.5\"/></svg>";
|
|
15054
15494
|
fill: _angular_core.InputSignal<string>;
|
|
15055
15495
|
hostClass: _angular_core.InputSignal<string>;
|
|
15056
15496
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CybersecurityWarning48, never>;
|
|
@@ -15058,7 +15498,7 @@ declare class CybersecurityWarning48 {
|
|
|
15058
15498
|
}
|
|
15059
15499
|
|
|
15060
15500
|
declare class CybersecurityWarning32 {
|
|
15061
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"
|
|
15501
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M18.013 12.731c.566-1.05 2.075-1.051 2.641 0l7.66 14.224a1.5 1.5 0 0 1-1.322 2.211H11.674a1.5 1.5 0 0 1-1.32-2.21zM19.2 25a1 1 0 0 0 0 2h.267a1.001 1.001 0 0 0 0-2zM16.002 3c.326 0 .747.105 1.115.21.41.117.907.281 1.447.472 1.081.381 2.388.888 3.642 1.39a235 235 0 0 1 4.45 1.835l.3.128.078.034.02.01.007.001v.001a1 1 0 0 1 .607.919v6.667c0 1.52-.288 2.944-.767 4.257l-1.404-2.42c.11-.595.17-1.208.171-1.837V8.662a249 249 0 0 0-4.204-1.733 98 98 0 0 0-3.566-1.36 24 24 0 0 0-1.33-.435l-.068-.019v5.653l-1 1.721V5.115l-.065.019c-.354.101-.807.25-1.33.434-1.043.369-2.32.863-3.565 1.36a232 232 0 0 0-4.205 1.734v6.005c0 3.1 1.44 5.807 3.3 7.92l-1.052 1.814c-2.268-2.404-4.248-5.735-4.248-9.734V8a1 1 0 0 1 .606-.919h.002l.005-.003.02-.009.08-.034.3-.128a246 246 0 0 1 4.449-1.836c1.254-.501 2.56-1.008 3.643-1.39.54-.19 1.035-.354 1.446-.471.368-.105.79-.21 1.116-.21m3.331 13.333a1 1 0 0 0-1 1V22a1 1 0 0 0 2 0v-4.667a1 1 0 0 0-1-1\"/></svg>";
|
|
15062
15502
|
fill: _angular_core.InputSignal<string>;
|
|
15063
15503
|
hostClass: _angular_core.InputSignal<string>;
|
|
15064
15504
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CybersecurityWarning32, never>;
|
|
@@ -15066,7 +15506,7 @@ declare class CybersecurityWarning32 {
|
|
|
15066
15506
|
}
|
|
15067
15507
|
|
|
15068
15508
|
declare class CybersecurityWarning24 {
|
|
15069
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"
|
|
15509
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M13.18 9.898c.566-1.05 2.074-1.051 2.64 0l5.326 9.891A1.5 1.5 0 0 1 19.826 22H9.174a1.5 1.5 0 0 1-1.32-2.21zM14.4 18.5a1 1 0 0 0 0 2h.2a1 1 0 0 0 0-2zM12.001 2c.285 0 .632.089.905.167.315.09.693.215 1.1.358.816.288 1.8.67 2.741 1.046a176 176 0 0 1 3.342 1.38q.146.061.226.096l.059.025.016.006.004.002v.001a1 1 0 0 1 .607.919v5a9.6 9.6 0 0 1-.662 3.473l-1.414-2.435Q18.999 11.53 19 11V6.662l-.495-.208c-.669-.28-1.57-.653-2.501-1.025a73 73 0 0 0-2.665-1.017 20 20 0 0 0-.84-.277V7.86l-1 1.723V4.135a20 20 0 0 0-.838.277c-.778.275-1.732.644-2.665 1.017A174 174 0 0 0 5 6.662V11c0 2.216 1.017 4.168 2.358 5.713l-1.053 1.814C4.556 16.691 3 14.114 3 11V6a1 1 0 0 1 .606-.919h.001l.004-.003.016-.006.06-.025.225-.097a187 187 0 0 1 3.342-1.379 75 75 0 0 1 2.741-1.046c.407-.143.785-.268 1.1-.358.273-.078.62-.167.905-.167ZM14.5 12a1 1 0 0 0-1 1v3.5a1 1 0 0 0 2 0V13a1 1 0 0 0-1-1\"/></svg>";
|
|
15070
15510
|
fill: _angular_core.InputSignal<string>;
|
|
15071
15511
|
hostClass: _angular_core.InputSignal<string>;
|
|
15072
15512
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CybersecurityWarning24, never>;
|
|
@@ -15074,7 +15514,7 @@ declare class CybersecurityWarning24 {
|
|
|
15074
15514
|
}
|
|
15075
15515
|
|
|
15076
15516
|
declare class CybersecurityWarning20 {
|
|
15077
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"
|
|
15517
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M10.763 8.481c.566-1.05 2.075-1.051 2.641 0l4.16 7.724a1.5 1.5 0 0 1-1.322 2.211H7.924a1.5 1.5 0 0 1-1.32-2.21zM12 15.5a.75.75 0 0 0 0 1.5h.167a.751.751 0 0 0 0-1.5zM10.001 1.75c.224 0 .503.071.731.137.26.074.573.177.912.297.678.239 1.496.556 2.28.87a146 146 0 0 1 2.784 1.148l.188.08.05.022q.008.002.012.005l.004.002a.75.75 0 0 1 .455.689v4.167a7.9 7.9 0 0 1-.523 2.798l-1.059-1.822a6 6 0 0 0 .082-.976v-3.67a145 145 0 0 0-2.549-1.05 61 61 0 0 0-2.223-.85c-.242-.085-.46-.157-.645-.214v3.023l-1 1.722V3.384q-.279.086-.643.214c-.65.229-1.446.537-2.223.848s-1.529.621-2.086.855l-.464.195v3.671c0 1.883.87 3.535 2.005 4.836l-.79 1.36c-1.442-1.519-2.715-3.64-2.715-6.196V5c0-.3.179-.571.454-.69l.296.69-.295-.69h.001l.003-.001.013-.005.05-.022.187-.08a167 167 0 0 1 2.783-1.148c.785-.314 1.603-.63 2.281-.87.339-.12.651-.223.912-.297.228-.066.508-.137.732-.137m2.082 8.333a.75.75 0 0 0-.75.75v2.917a.75.75 0 0 0 1.5 0v-2.917a.75.75 0 0 0-.75-.75\"/></svg>";
|
|
15078
15518
|
fill: _angular_core.InputSignal<string>;
|
|
15079
15519
|
hostClass: _angular_core.InputSignal<string>;
|
|
15080
15520
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CybersecurityWarning20, never>;
|
|
@@ -15082,7 +15522,7 @@ declare class CybersecurityWarning20 {
|
|
|
15082
15522
|
}
|
|
15083
15523
|
|
|
15084
15524
|
declare class CybersecurityCheck64 {
|
|
15085
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M46.667 35c6.443 0 11.666 5.224 11.666 11.667S53.11 58.333 46.667 58.333 35 53.11 35 46.667 40.224 35 46.667 35M32 6.5c.
|
|
15525
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M46.667 35c6.443 0 11.666 5.224 11.666 11.667S53.11 58.333 46.667 58.333 35 53.11 35 46.667 40.224 35 46.667 35M32.002 6.5c.573 0 1.35.189 2.095.401a52 52 0 0 1 2.863.935c2.154.76 4.76 1.769 7.266 2.771a469 469 0 0 1 9.488 3.923l.158.068.04.017.01.005.004.001a1.5 1.5 0 0 1 .91 1.379v13.333c0 .675-.032 1.341-.088 1.997-.93-.49-1.908-.901-2.929-1.219q.016-.387.017-.778v-12.34a493 493 0 0 0-8.724-3.6c-2.493-.998-5.055-1.99-7.151-2.729a49 49 0 0 0-2.688-.878L33 9.712v26.292a17.3 17.3 0 0 0-2 3.24V9.712l-.268.073c-.723.207-1.64.508-2.689.878-2.096.74-4.657 1.731-7.15 2.729a464 464 0 0 0-8.724 3.6v12.34c0 7.44 4.037 13.744 8.709 18.255 2.325 2.245 4.767 4.004 6.848 5.193 1.04.595 1.973 1.036 2.74 1.325q.293.11.534.185v-.202a17.3 17.3 0 0 0 2.04 3.29 5 5 0 0 1-1.038.121c-.771 0-1.682-.242-2.594-.586-.946-.357-2.024-.873-3.17-1.528-2.294-1.31-4.936-3.219-7.444-5.64-4.994-4.822-9.625-11.853-9.625-20.413V16c0-.6.358-1.143.91-1.379h.003l.01-.006.04-.017.159-.068.6-.255a481 481 0 0 1 8.887-3.668c2.507-1.002 5.113-2.01 7.267-2.771a52 52 0 0 1 2.863-.935c.744-.212 1.52-.4 2.094-.401m21.03 35.897a1 1 0 0 0-1.415 0l-6.836 6.834-3.063-3.063a1 1 0 0 0-1.414 1.414l3.77 3.771a1 1 0 0 0 1.414 0l7.543-7.543a1 1 0 0 0 0-1.413Z\"/></svg>";
|
|
15086
15526
|
fill: _angular_core.InputSignal<string>;
|
|
15087
15527
|
hostClass: _angular_core.InputSignal<string>;
|
|
15088
15528
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CybersecurityCheck64, never>;
|
|
@@ -15090,7 +15530,7 @@ declare class CybersecurityCheck64 {
|
|
|
15090
15530
|
}
|
|
15091
15531
|
|
|
15092
15532
|
declare class CybersecurityCheck48 {
|
|
15093
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M35 26a9 9 0 1 1 0 18 9 9 0 0 1 0-18M24 4.
|
|
15533
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M35 26a9 9 0 1 1 0 18 9 9 0 0 1 0-18M24.002 4.5c.49 0 1.12.157 1.674.315.616.176 1.359.423 2.169.708 1.622.573 3.582 1.332 5.464 2.084a352 352 0 0 1 7.124 2.946l.119.05.03.013.01.005.102.048A1.5 1.5 0 0 1 41.502 12v10q-.002.861-.081 1.694a13 13 0 0 0-2.928-1.22q.008-.236.009-.474v-9.008a383 383 0 0 0-6.307-2.6 148 148 0 0 0-5.348-2.04A38 38 0 0 0 25 7.744v18.95a13 13 0 0 0-2 3.297V7.745a38 38 0 0 0-1.843.607c-1.565.552-3.48 1.293-5.348 2.04a347 347 0 0 0-6.307 2.6V22c0 5.44 2.953 10.076 6.417 13.42 1.721 1.663 3.527 2.963 5.061 3.84a14.4 14.4 0 0 0 2.002.97l.018.005v-.227a13 13 0 0 0 2.047 3.352 4.5 4.5 0 0 1-1.045.14c-.646 0-1.38-.2-2.078-.464a17.3 17.3 0 0 1-2.432-1.17c-1.747-.999-3.754-2.449-5.657-4.287C10.049 33.924 6.502 28.56 6.502 22V12c0-.6.358-1.143.91-1.379l.01-.005.03-.012q.04-.019.12-.051a283 283 0 0 1 2.07-.874 352 352 0 0 1 5.053-2.072c1.882-.752 3.842-1.51 5.464-2.084.81-.285 1.553-.532 2.17-.708.552-.158 1.183-.315 1.673-.315M39.95 31.621a1 1 0 0 0-1.414 0l-4.95 4.95-2.121-2.122a1 1 0 1 0-1.414 1.414l2.828 2.828a1 1 0 0 0 1.414 0l5.657-5.656a1 1 0 0 0 0-1.414\"/></svg>";
|
|
15094
15534
|
fill: _angular_core.InputSignal<string>;
|
|
15095
15535
|
hostClass: _angular_core.InputSignal<string>;
|
|
15096
15536
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CybersecurityCheck48, never>;
|
|
@@ -15098,7 +15538,7 @@ declare class CybersecurityCheck48 {
|
|
|
15098
15538
|
}
|
|
15099
15539
|
|
|
15100
15540
|
declare class CybersecurityCheck32 {
|
|
15101
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M23.333 17.5a5.834 5.834 0 1 1 0 11.668 5.834 5.834 0 0 1 0-11.668M16 3c.
|
|
15541
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M23.333 17.5a5.834 5.834 0 1 1 0 11.668 5.834 5.834 0 0 1 0-11.668M16.002 3c.326 0 .747.105 1.115.21.41.117.907.281 1.447.472 1.081.381 2.388.888 3.642 1.39a235 235 0 0 1 4.45 1.835l.3.128.078.034.02.01.007.001v.001a1 1 0 0 1 .607.919v6.667q-.001.575-.055 1.13a8.6 8.6 0 0 0-1.95-.812q.005-.158.005-.318V8.662a249 249 0 0 0-4.204-1.733 98 98 0 0 0-3.566-1.36 24 24 0 0 0-1.33-.435l-.068-.019v12.89a8.7 8.7 0 0 0-1 1.618V5.115l-.065.019c-.354.101-.807.25-1.33.434-1.043.369-2.32.863-3.565 1.36a232 232 0 0 0-4.205 1.734v6.005c0 3.627 1.969 6.717 4.278 8.947a17.5 17.5 0 0 0 3.374 2.56c.512.292.966.506 1.334.645q.047.017.091.032a8.7 8.7 0 0 0 1.285 2.055 3 3 0 0 1-.695.094c-.43 0-.92-.133-1.386-.309a11.6 11.6 0 0 1-1.62-.78 19.5 19.5 0 0 1-3.772-2.858C6.7 22.616 4.335 19.04 4.335 14.667V8a1 1 0 0 1 .606-.919h.002l.005-.003.02-.009.08-.034.3-.128a246 246 0 0 1 4.449-1.836c1.254-.501 2.56-1.008 3.643-1.39.54-.19 1.035-.354 1.446-.471.368-.105.79-.21 1.116-.21m10.514 18.2a.5.5 0 0 0-.707 0l-3.418 3.416-1.533-1.532a.5.5 0 0 0-.707.707l1.886 1.886a.5.5 0 0 0 .707 0l3.772-3.77a.5.5 0 0 0 0-.708Z\"/></svg>";
|
|
15102
15542
|
fill: _angular_core.InputSignal<string>;
|
|
15103
15543
|
hostClass: _angular_core.InputSignal<string>;
|
|
15104
15544
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CybersecurityCheck32, never>;
|
|
@@ -15106,7 +15546,7 @@ declare class CybersecurityCheck32 {
|
|
|
15106
15546
|
}
|
|
15107
15547
|
|
|
15108
15548
|
declare class CybersecurityCheck24 {
|
|
15109
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M12
|
|
15549
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M12.001 2c.285 0 .632.089.905.167.315.09.693.215 1.1.358.816.288 1.8.67 2.741 1.046a176 176 0 0 1 3.342 1.38q.146.061.226.096l.059.025.016.006.004.002v.001a1 1 0 0 1 .607.919v5q-.001.504-.055.99a6.5 6.5 0 0 0-1.948-.815l.003-.175V6.662l-.495-.208c-.669-.28-1.57-.653-2.501-1.025a73 73 0 0 0-2.665-1.017 20 20 0 0 0-.84-.277v9.212a6.5 6.5 0 0 0-1 1.65V4.134a20 20 0 0 0-.838.277c-.778.275-1.732.644-2.665 1.017a174 174 0 0 0-2.996 1.233V11c0 2.627 1.427 4.884 3.132 6.53a12.9 12.9 0 0 0 2.481 1.883c.305.174.58.306.812.403a6.5 6.5 0 0 0 1.28 2.072A2.7 2.7 0 0 1 12 22c-.368 0-.768-.113-1.127-.248a9 9 0 0 1-1.252-.603 14.9 14.9 0 0 1-2.878-2.18C4.824 17.117 3.001 14.374 3.001 11V6a1 1 0 0 1 .606-.919h.001l.004-.003.016-.006.06-.025.225-.097a187 187 0 0 1 3.342-1.379 75 75 0 0 1 2.741-1.046c.407-.143.785-.268 1.1-.358.273-.078.62-.167.905-.167M17.5 13a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m2.476 2.81a.5.5 0 0 0-.708 0l-2.475 2.475-1.06-1.06a.5.5 0 1 0-.708.707l1.414 1.414a.5.5 0 0 0 .707 0l2.83-2.828a.5.5 0 0 0 0-.708\"/></svg>";
|
|
15110
15550
|
fill: _angular_core.InputSignal<string>;
|
|
15111
15551
|
hostClass: _angular_core.InputSignal<string>;
|
|
15112
15552
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CybersecurityCheck24, never>;
|
|
@@ -15114,13 +15554,133 @@ declare class CybersecurityCheck24 {
|
|
|
15114
15554
|
}
|
|
15115
15555
|
|
|
15116
15556
|
declare class CybersecurityCheck20 {
|
|
15117
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M14.583 10.75a3.834 3.834 0 1 1 0 7.668 3.834 3.834 0 0 1 0-7.
|
|
15557
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M14.583 10.75a3.834 3.834 0 1 1 0 7.668 3.834 3.834 0 0 1 0-7.668m-4.582-9c.224 0 .503.071.731.137.26.074.573.177.912.297.678.239 1.496.556 2.28.87a146 146 0 0 1 2.784 1.148l.188.08.05.022q.008.002.012.005l.004.002a.75.75 0 0 1 .455.689v4.167q0 .395-.04.775a5.4 5.4 0 0 0-1.466-.612q.005-.08.006-.163v-3.67a145 145 0 0 0-2.549-1.05 61 61 0 0 0-2.223-.85c-.242-.085-.46-.157-.645-.214v7.643a5.4 5.4 0 0 0-1 1.682V3.384q-.279.086-.643.214c-.65.229-1.446.537-2.223.848s-1.529.621-2.086.855l-.464.195v3.671c0 2.22 1.206 4.121 2.636 5.502.71.685 1.453 1.22 2.084 1.581.26.149.496.263.696.346v-.139a5.4 5.4 0 0 0 1.026 1.714 2 2 0 0 1-.525.079c-.292 0-.615-.09-.91-.201a7.4 7.4 0 0 1-1.031-.497 12.3 12.3 0 0 1-2.382-1.804c-1.591-1.536-3.094-3.801-3.094-6.581V5c0-.3.179-.571.454-.69l.296.69-.295-.69h.001l.003-.001.013-.005.05-.022.187-.08a167 167 0 0 1 2.783-1.148c.785-.314 1.603-.63 2.281-.87.339-.12.651-.223.912-.297.228-.066.508-.137.732-.137m6.704 11.367a.5.5 0 0 0-.707 0l-2.004 2.003-.825-.825a.5.5 0 0 0-.707.707l1.179 1.179a.5.5 0 0 0 .707 0l2.357-2.357a.5.5 0 0 0 0-.707\"/></svg>";
|
|
15118
15558
|
fill: _angular_core.InputSignal<string>;
|
|
15119
15559
|
hostClass: _angular_core.InputSignal<string>;
|
|
15120
15560
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CybersecurityCheck20, never>;
|
|
15121
15561
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CybersecurityCheck20, "CybersecurityCheck20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15122
15562
|
}
|
|
15123
15563
|
|
|
15564
|
+
declare class CurrencyLei64 {
|
|
15565
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M32.57 23.403q5.491 0 8.633 3.464 3.167 3.465 3.167 9.821v2.92H27.324q.347 2.622 2.078 4.206 1.757 1.583 4.43 1.584 4.13-.001 6.456-2.995l3.513 3.934q-1.608 2.276-4.355 3.562-2.746 1.262-6.086 1.262-5.887 0-9.598-3.611-3.687-3.612-3.687-9.624v-.693q0-4.032 1.559-7.199 1.559-3.19 4.404-4.898 2.87-1.733 6.531-1.733ZM15.127 50.667H7.953v-38h7.175zm40.87 0h-7.175V23.898h7.174zM32.543 29.192q-2.127.001-3.463 1.436-1.311 1.434-1.683 4.106h9.946v-.569q-.05-2.374-1.286-3.661-1.238-1.311-3.514-1.312M52.41 13.285q1.83 0 2.92 1.04 1.088 1.039 1.088 2.647 0 1.632-1.113 2.672-1.088 1.038-2.895 1.039t-2.919-1.04q-1.088-1.038-1.089-2.671 0-1.608 1.064-2.648 1.088-1.039 2.944-1.039\"/></svg>";
|
|
15566
|
+
fill: _angular_core.InputSignal<string>;
|
|
15567
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
15568
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CurrencyLei64, never>;
|
|
15569
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CurrencyLei64, "CurrencyLei64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15570
|
+
}
|
|
15571
|
+
|
|
15572
|
+
declare class CurrencyLei48 {
|
|
15573
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M24.427 17.553q4.119 0 6.475 2.597 2.376 2.598 2.375 7.367v2.19H20.493q.26 1.966 1.559 3.153 1.317 1.188 3.321 1.188 3.099 0 4.843-2.245l2.635 2.95q-1.206 1.707-3.266 2.672-2.06.945-4.565.946-4.415 0-7.199-2.709-2.764-2.709-2.764-7.218v-.52q0-3.023 1.169-5.399 1.169-2.393 3.302-3.673 2.153-1.3 4.899-1.3ZM11.346 38H5.965V9.5h5.38V38Zm30.652 0h-5.38V17.924h5.38zm-17.59-16.105q-1.596 0-2.598 1.076-.983 1.076-1.261 3.08h7.459v-.427q-.037-1.782-.965-2.746-.928-.984-2.635-.983m14.9-11.931q1.373 0 2.19.78.815.778.816 1.985 0 1.224-.836 2.003-.816.78-2.17.78c-1.354 0-1.633-.26-2.19-.78q-.816-.78-.816-2.003 0-1.206.798-1.986.816-.78 2.208-.78Z\"/></svg>";
|
|
15574
|
+
fill: _angular_core.InputSignal<string>;
|
|
15575
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
15576
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CurrencyLei48, never>;
|
|
15577
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CurrencyLei48, "CurrencyLei48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15578
|
+
}
|
|
15579
|
+
|
|
15580
|
+
declare class CurrencyLei32 {
|
|
15581
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M16.284 11.702q2.746 0 4.318 1.732 1.583 1.731 1.583 4.91v1.46h-8.523q.174 1.311 1.04 2.103.878.791 2.213.791 2.065 0 3.229-1.496L21.9 23.17q-.804 1.137-2.176 1.781-1.374.63-3.043.631-2.945 0-4.8-1.807-1.843-1.805-1.843-4.811v-.347q0-2.016.78-3.6.778-1.595 2.2-2.449 1.436-.865 3.266-.865Zm-8.72 13.631H3.976v-19h3.586v19Zm20.435 0h-3.588V11.949H28v13.384ZM16.273 14.597q-1.065 0-1.733.716-.655.719-.84 2.054h4.972v-.284q-.025-1.188-.644-1.831-.618-.655-1.755-.655m9.932-7.954q.915 0 1.46.52.544.519.544 1.322 0 .817-.557 1.336-.544.52-1.447.52t-1.46-.52q-.544-.52-.544-1.336 0-.804.532-1.323.545-.52 1.472-.52Z\"/></svg>";
|
|
15582
|
+
fill: _angular_core.InputSignal<string>;
|
|
15583
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
15584
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CurrencyLei32, never>;
|
|
15585
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CurrencyLei32, "CurrencyLei32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15586
|
+
}
|
|
15587
|
+
|
|
15588
|
+
declare class CurrencyLei24 {
|
|
15589
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M12.214 8.776q2.06 0 3.237 1.3 1.188 1.298 1.188 3.683v1.095h-6.392q.13.982.78 1.577.657.593 1.66.593 1.549 0 2.421-1.123l1.318 1.476q-.604.853-1.633 1.336-1.03.473-2.282.473-2.208 0-3.6-1.355-1.382-1.355-1.383-3.608v-.26q0-1.513.585-2.7.585-1.197 1.652-1.837 1.076-.65 2.449-.65M5.673 19h-2.69V4.75h2.69zm15.326 0h-2.69V8.962h2.69zm-8.795-8.053q-.798 0-1.299.538-.491.539-.63 1.54h3.729v-.213q-.018-.89-.482-1.372-.465-.493-1.318-.493m7.45-5.965q.687 0 1.095.39c.408.39.408.59.408.992q0 .612-.418 1.002-.407.39-1.085.39t-1.094-.39q-.41-.39-.409-1.002 0-.603.399-.992.408-.39 1.104-.39\"/></svg>";
|
|
15590
|
+
fill: _angular_core.InputSignal<string>;
|
|
15591
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
15592
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CurrencyLei24, never>;
|
|
15593
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CurrencyLei24, "CurrencyLei24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15594
|
+
}
|
|
15595
|
+
|
|
15596
|
+
declare class CurrencyLei20 {
|
|
15597
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M10.178 7.313q1.716 0 2.698 1.083.99 1.082.99 3.069v.913H8.538q.108.82.65 1.313.548.495 1.383.495 1.29 0 2.018-.935l1.098 1.23a3.4 3.4 0 0 1-1.36 1.113 4.5 4.5 0 0 1-1.903.394q-1.84 0-3-1.129-1.151-1.129-1.152-3.007v-.216q0-1.26.488-2.25.486-.998 1.376-1.532.897-.54 2.04-.54Zm-5.45 8.52H2.485V3.958h2.243zm12.771 0h-2.242V7.468h2.242zm-7.33-6.71q-.664 0-1.081.448-.41.45-.526 1.284h3.108v-.178q-.016-.743-.402-1.145-.387-.41-1.098-.409Zm6.209-4.972q.572.001.912.326.34.324.34.827 0 .51-.348.835-.34.324-.904.324c-.564 0-.68-.108-.912-.324a1.1 1.1 0 0 1-.34-.835q0-.503.332-.827.34-.326.92-.326\"/></svg>";
|
|
15598
|
+
fill: _angular_core.InputSignal<string>;
|
|
15599
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
15600
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CurrencyLei20, never>;
|
|
15601
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CurrencyLei20, "CurrencyLei20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15602
|
+
}
|
|
15603
|
+
|
|
15604
|
+
declare class CurrencyEuro64 {
|
|
15605
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path fill-rule=\"evenodd\" d=\"M12.12 28.167A26 26 0 0 0 11.832 32c0 1.303.098 2.583.286 3.833H8a1.5 1.5 0 0 0 0 3h4.759C15.746 49.598 25.617 57.5 37.333 57.5c5.24 0 10.115-1.582 14.168-4.295a1.5 1.5 0 0 0-1.669-2.493A22.4 22.4 0 0 1 37.333 54.5c-10.044 0-18.55-6.581-21.444-15.667H40a1.5 1.5 0 1 0 0-3H15.158A22.7 22.7 0 0 1 14.833 32c0-1.307.111-2.588.325-3.833H40a1.5 1.5 0 0 0 0-3H15.89C18.781 16.08 27.288 9.5 37.332 9.5c4.628 0 8.925 1.395 12.499 3.788a1.5 1.5 0 0 0 1.669-2.493A25.4 25.4 0 0 0 37.333 6.5c-11.716 0-21.587 7.902-24.574 18.667H8a1.5 1.5 0 1 0 0 3z\"/></svg>";
|
|
15606
|
+
fill: _angular_core.InputSignal<string>;
|
|
15607
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
15608
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CurrencyEuro64, never>;
|
|
15609
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CurrencyEuro64, "CurrencyEuro64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15610
|
+
}
|
|
15611
|
+
|
|
15612
|
+
declare class CurrencyEuro48 {
|
|
15613
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path fill-rule=\"evenodd\" d=\"M8.659 21.5a19.7 19.7 0 0 0 0 5H6a1.5 1.5 0 0 0 0 3h3.286c2.375 8.092 9.854 14 18.714 14 4.006 0 7.735-1.21 10.835-3.285a1.5 1.5 0 1 0-1.67-2.492A16.4 16.4 0 0 1 28 40.5c-7.184 0-13.296-4.591-15.561-11H30a1.5 1.5 0 0 0 0-3H11.688a16.6 16.6 0 0 1 0-5H30a1.5 1.5 0 0 0 0-3H12.439c2.265-6.409 8.377-11 15.56-11 3.395 0 6.546 1.023 9.167 2.777a1.5 1.5 0 0 0 1.669-2.492A19.4 19.4 0 0 0 28 4.5c-8.86 0-16.34 5.909-18.714 14H6a1.5 1.5 0 0 0 0 3z\"/></svg>";
|
|
15614
|
+
fill: _angular_core.InputSignal<string>;
|
|
15615
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
15616
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CurrencyEuro48, never>;
|
|
15617
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CurrencyEuro48, "CurrencyEuro48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15618
|
+
}
|
|
15619
|
+
|
|
15620
|
+
declare class CurrencyEuro32 {
|
|
15621
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path fill-rule=\"evenodd\" d=\"M5.772 14.333a13.1 13.1 0 0 0 0 3.334H4a1 1 0 1 0 0 2h2.19C7.775 25.06 12.76 29 18.667 29c2.671 0 5.157-.806 7.223-2.19a1 1 0 0 0-1.112-1.662A10.94 10.94 0 0 1 18.667 27c-4.79 0-8.865-3.061-10.375-7.333H20a1 1 0 1 0 0-2H7.792a11 11 0 0 1 0-3.334H20a1 1 0 1 0 0-2H8.292C9.802 8.061 13.877 5 18.666 5c2.263 0 4.363.682 6.11 1.852a1 1 0 1 0 1.113-1.663A12.94 12.94 0 0 0 18.666 3C12.76 3 7.774 6.939 6.191 12.333H4a1 1 0 1 0 0 2z\"/></svg>";
|
|
15622
|
+
fill: _angular_core.InputSignal<string>;
|
|
15623
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
15624
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CurrencyEuro32, never>;
|
|
15625
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CurrencyEuro32, "CurrencyEuro32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15626
|
+
}
|
|
15627
|
+
|
|
15628
|
+
declare class CurrencyEuro24 {
|
|
15629
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M14 2c2.054 0 3.967.62 5.557 1.685a1 1 0 0 1-1.113 1.662A8 8 0 0 0 6.584 9H15a1 1 0 1 1 0 2H6.064q-.062.492-.064 1 .002.508.064 1H15a1 1 0 1 1 0 2H6.584a8 8 0 0 0 11.86 3.653 1 1 0 0 1 1.113 1.662A9.96 9.96 0 0 1 14 22c-4.478 0-8.268-2.943-9.542-7H3a1 1 0 1 1 0-2h1.05a10 10 0 0 1 0-2H3a1 1 0 1 1 0-2h1.458C5.732 4.943 9.522 2 14 2\"/></svg>";
|
|
15630
|
+
fill: _angular_core.InputSignal<string>;
|
|
15631
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
15632
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CurrencyEuro24, never>;
|
|
15633
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CurrencyEuro24, "CurrencyEuro24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15634
|
+
}
|
|
15635
|
+
|
|
15636
|
+
declare class CurrencyEuro20 {
|
|
15637
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path fill-rule=\"evenodd\" d=\"M3.467 9.083a8.3 8.3 0 0 0 0 1.834H2.5a.75.75 0 0 0 0 1.5h1.276A8.254 8.254 0 0 0 16.25 16.86a.75.75 0 0 0-.833-1.247 6.753 6.753 0 0 1-10.055-3.197H12.5a.75.75 0 0 0 0-1.5H4.978a6.8 6.8 0 0 1 0-1.833H12.5a.75.75 0 0 0 0-1.5H5.362a6.753 6.753 0 0 1 10.055-3.196.75.75 0 0 0 .833-1.247A8.254 8.254 0 0 0 3.776 7.584H2.5a.75.75 0 0 0 0 1.5z\"/></svg>";
|
|
15638
|
+
fill: _angular_core.InputSignal<string>;
|
|
15639
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
15640
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CurrencyEuro20, never>;
|
|
15641
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CurrencyEuro20, "CurrencyEuro20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15642
|
+
}
|
|
15643
|
+
|
|
15644
|
+
declare class CurrencyDollar64 {
|
|
15645
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M32 6.5A1.5 1.5 0 0 1 33.5 8v3.918c1.123.114 2.485.353 3.9.78 2.127.64 4.491 1.739 6.327 3.575a1.5 1.5 0 0 1-2.121 2.12c-1.364-1.364-3.222-2.265-5.072-2.824-1.846-.557-3.568-.736-4.534-.736-4.376 0-6.991 1.244-8.508 2.736-1.531 1.506-2.113 3.43-2.114 5.097 0 1.442.735 3.04 2.565 4.491 1.841 1.46 4.748 2.72 8.864 3.36 4.354.677 7.825 1.72 10.232 3.425 2.516 1.783 3.794 4.242 3.794 7.391 0 3.17-1.461 5.943-4.097 7.876-2.304 1.69-5.45 2.703-9.236 2.914V56a1.5 1.5 0 0 1-3 0v-3.92c-2.757-.3-5.36-1.377-7.5-2.66-2.51-1.506-4.558-3.396-5.58-4.918a1.5 1.5 0 0 1 2.493-1.67c.709 1.056 2.38 2.665 4.63 4.015 2.236 1.34 4.868 2.319 7.457 2.319 4.024 0 7.017-.95 8.961-2.376 1.91-1.4 2.873-3.295 2.873-5.457 0-2.183-.813-3.726-2.53-4.942-1.827-1.295-4.735-2.253-8.958-2.91-4.46-.693-7.903-2.099-10.266-3.972-2.376-1.883-3.702-4.285-3.702-6.843 0-2.333.813-5.075 3.01-7.235 1.98-1.948 4.95-3.293 9.111-3.552V8A1.5 1.5 0 0 1 32 6.5\"/></svg>";
|
|
15646
|
+
fill: _angular_core.InputSignal<string>;
|
|
15647
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
15648
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CurrencyDollar64, never>;
|
|
15649
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CurrencyDollar64, "CurrencyDollar64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15650
|
+
}
|
|
15651
|
+
|
|
15652
|
+
declare class CurrencyDollar48 {
|
|
15653
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M24 4.5A1.5 1.5 0 0 1 25.5 6v2.604a16 16 0 0 1 2.658.56c1.63.492 3.466 1.34 4.902 2.776a1.5 1.5 0 1 1-2.12 2.12c-.965-.964-2.295-1.616-3.648-2.024-1.35-.407-2.603-.536-3.292-.536-3.21 0-5.067.91-6.119 1.944A4.97 4.97 0 0 0 16.41 17c0 .942.477 2.04 1.781 3.074 1.316 1.043 3.43 1.97 6.473 2.444 3.282.51 5.956 1.303 7.833 2.633C34.483 26.56 35.5 28.517 35.5 31c0 2.504-1.159 4.694-3.227 6.21-1.726 1.266-4.035 2.03-6.773 2.232V42a1.5 1.5 0 0 1-3 0v-2.607c-2.012-.28-3.893-1.077-5.443-2.006-1.915-1.15-3.498-2.601-4.303-3.801a1.501 1.501 0 0 1 2.492-1.672c.492.734 1.7 1.908 3.354 2.9 1.64.984 3.548 1.686 5.4 1.686 2.964 0 5.123-.7 6.499-1.71 1.34-.983 2-2.294 2-3.79 0-1.517-.55-2.56-1.738-3.401-1.298-.92-3.409-1.627-6.56-2.117-3.388-.526-6.037-1.6-7.874-3.056-1.85-1.466-2.918-3.368-2.918-5.426 0-1.833.638-3.992 2.368-5.694 1.505-1.48 3.712-2.494 6.723-2.744V6A1.5 1.5 0 0 1 24 4.5\"/></svg>";
|
|
15654
|
+
fill: _angular_core.InputSignal<string>;
|
|
15655
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
15656
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CurrencyDollar48, never>;
|
|
15657
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CurrencyDollar48, "CurrencyDollar48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15658
|
+
}
|
|
15659
|
+
|
|
15660
|
+
declare class CurrencyDollar32 {
|
|
15661
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M16 3a1 1 0 0 1 1 1v1.735c.53.066 1.141.184 1.772.374 1.087.328 2.312.894 3.269 1.851a1 1 0 0 1-1.414 1.414c-.643-.643-1.53-1.077-2.432-1.35-.899-.27-1.735-.357-2.194-.357-2.14 0-3.379.607-4.08 1.296a3.32 3.32 0 0 0-.98 2.371c0 .628.317 1.36 1.187 2.05.877.695 2.286 1.312 4.314 1.628 2.188.34 3.971.869 5.223 1.756 1.324.938 2.002 2.244 2.002 3.899 0 1.67-.772 3.129-2.15 4.14-1.152.844-2.691 1.354-4.517 1.489V28a1 1 0 0 1-2 0v-1.738c-1.341-.186-2.595-.718-3.628-1.337-1.277-.766-2.332-1.734-2.868-2.534a1 1 0 0 1 1.66-1.115c.328.49 1.133 1.273 2.236 1.934 1.09.654 2.358 1.12 3.588 1.123h.024c1.97-.002 3.406-.467 4.322-1.139.894-.655 1.333-1.53 1.333-2.527 0-1.011-.367-1.707-1.159-2.268-.865-.613-2.272-1.084-4.373-1.41-2.259-.352-4.025-1.068-5.25-2.039-1.233-.977-1.945-2.245-1.945-3.616 0-1.222.426-2.662 1.58-3.797 1.002-.986 2.473-1.662 4.48-1.829V4a1 1 0 0 1 1-1\"/></svg>";
|
|
15662
|
+
fill: _angular_core.InputSignal<string>;
|
|
15663
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
15664
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CurrencyDollar32, never>;
|
|
15665
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CurrencyDollar32, "CurrencyDollar32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15666
|
+
}
|
|
15667
|
+
|
|
15668
|
+
declare class CurrencyDollar24 {
|
|
15669
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M12 2a1 1 0 0 1 1 1v1.083c.356.054.748.138 1.15.26.839.253 1.8.693 2.556 1.45a1 1 0 1 1-1.413 1.414c-.443-.443-1.067-.752-1.72-.95A6 6 0 0 0 11.999 6c-1.556 0-2.415.44-2.883.9a2.24 2.24 0 0 0-.662 1.6c0 .378.19.861.796 1.342.615.487 1.627.938 3.12 1.17 1.651.256 3.035.66 4.022 1.36 1.06.75 1.608 1.806 1.608 3.128 0 1.336-.622 2.504-1.716 3.307-.86.63-1.98 1.016-3.284 1.144V21a1 1 0 1 1-2 0v-1.089c-.966-.169-1.86-.56-2.6-1.003-.98-.587-1.802-1.338-2.23-1.976a1 1 0 0 1 1.66-1.114c.22.329.793.891 1.598 1.374.796.478 1.706.808 2.571.808 1.446 0 2.469-.342 3.102-.807.61-.447.898-1.03.898-1.693 0-.678-.236-1.123-.763-1.496-.601-.426-1.61-.772-3.174-1.016-1.723-.268-3.092-.817-4.055-1.58-.97-.769-1.553-1.786-1.553-2.908 0-.972.339-2.12 1.26-3.025.761-.75 1.848-1.261 3.285-1.421V3a1 1 0 0 1 1-1Z\"/></svg>";
|
|
15670
|
+
fill: _angular_core.InputSignal<string>;
|
|
15671
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
15672
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CurrencyDollar24, never>;
|
|
15673
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CurrencyDollar24, "CurrencyDollar24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15674
|
+
}
|
|
15675
|
+
|
|
15676
|
+
declare class CurrencyDollar20 {
|
|
15677
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M10 1.75a.75.75 0 0 1 .75.75v.976c.31.044.66.115 1.019.223.69.209 1.477.57 2.095 1.188a.75.75 0 0 1-1.06 1.06c-.383-.382-.916-.646-1.469-.812A5 5 0 0 0 10 4.917c-1.313 0-2.052.372-2.461.774-.417.41-.577.934-.577 1.393 0 .346.175.77.695 1.183.526.417 1.385.797 2.638.992 1.373.213 2.511.548 3.318 1.119.86.61 1.303 1.464 1.303 2.539 0 1.085-.503 2.034-1.395 2.688-.718.527-1.663.846-2.772.945v.95a.75.75 0 0 1-1.5 0v-.98c-.818-.131-1.578-.458-2.206-.835-.808-.485-1.484-1.101-1.833-1.62a.75.75 0 0 1 1.247-.836c.192.286.68.764 1.358 1.17.668.401 1.437.681 2.175.684h.021c1.211-.002 2.079-.288 2.623-.688.529-.387.782-.897.782-1.478 0-.592-.21-.988-.67-1.315-.517-.367-1.374-.658-2.681-.86-1.426-.223-2.553-.676-3.34-1.3-.793-.628-1.262-1.454-1.263-2.358 0-.791.276-1.725 1.025-2.462C7.119 4 8.03 3.575 9.249 3.453V2.5a.75.75 0 0 1 .75-.75Z\"/></svg>";
|
|
15678
|
+
fill: _angular_core.InputSignal<string>;
|
|
15679
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
15680
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CurrencyDollar20, never>;
|
|
15681
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CurrencyDollar20, "CurrencyDollar20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15682
|
+
}
|
|
15683
|
+
|
|
15124
15684
|
declare class CreditCard64 {
|
|
15125
15685
|
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"m20.03 10.265 37.192 3.254a1.5 1.5 0 0 1 1.364 1.625L56.26 41.71a1.5 1.5 0 0 1-1.625 1.365l-7.045-.617.328 3.734a1.5 1.5 0 0 1-1.365 1.626L9.364 51.07a1.5 1.5 0 0 1-1.625-1.363L5.415 23.14a1.5 1.5 0 0 1 1.363-1.625l10.846-.95.782-8.937a1.5 1.5 0 0 1 1.625-1.364ZM8.535 24.374l2.062 23.577L44.8 44.959 42.736 21.38 8.534 24.374ZM21.73 39.448a1 1 0 0 1 .174 1.992l-5.313.465a1 1 0 0 1-.174-1.992zm8.071-.7a1 1 0 0 1 .174 1.982l-.102.014-3.985.348a1 1 0 0 1-.175-1.992l3.986-.349zm5.212-.462a1 1 0 0 1 .174 1.993l-1.327.116a1 1 0 0 1-.175-1.993zm12.312 1.135 6.078.533L54.537 27l-8.362-.732zm-23.868-10.83a1 1 0 0 1 1.084.909l.464 5.312a1 1 0 0 1-.909 1.083l-7.97.697a1 1 0 0 1-1.082-.908l-.465-5.313a1 1 0 0 1 .908-1.083l7.97-.698Zm-6.8 2.602.292 3.32 5.976-.522-.29-3.32-5.977.522Zm4-10.892 23.311-2.039a1.5 1.5 0 0 1 1.625 1.363l.316 3.609 8.888.778.668-7.634-34.202-2.994z\"/></svg>";
|
|
15126
15686
|
fill: _angular_core.InputSignal<string>;
|
|
@@ -15442,7 +16002,7 @@ declare class CheckoutAlt20 {
|
|
|
15442
16002
|
}
|
|
15443
16003
|
|
|
15444
16004
|
declare class Cart64 {
|
|
15445
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path
|
|
16005
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M25.333 45.167a4.834 4.834 0 1 1 0 9.668 4.834 4.834 0 0 1 0-9.668m16.667 0a4.834 4.834 0 1 1 0 9.668 4.834 4.834 0 0 1 0-9.668m-16.667 3a1.833 1.833 0 1 0 0 3.667 1.833 1.833 0 0 0 0-3.667m16.667 0a1.833 1.833 0 1 0 0 3.667 1.833 1.833 0 0 0 0-3.667m-28.667-39a1.5 1.5 0 0 1 1.442 1.088l1.976 6.912h36.582a1.5 1.5 0 0 1 1.393 2.057l-8 20a1.5 1.5 0 0 1-1.393.943h-24a1.5 1.5 0 0 1-1.442-1.088l-5.714-20-1.976-6.912H8a1.5 1.5 0 0 1 0-3zm9.132 28h21.852l6.801-17h-33.51z\"/></svg>";
|
|
15446
16006
|
fill: _angular_core.InputSignal<string>;
|
|
15447
16007
|
hostClass: _angular_core.InputSignal<string>;
|
|
15448
16008
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Cart64, never>;
|
|
@@ -15450,7 +16010,7 @@ declare class Cart64 {
|
|
|
15450
16010
|
}
|
|
15451
16011
|
|
|
15452
16012
|
declare class Cart48 {
|
|
15453
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path
|
|
16013
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M19 33.5a4 4 0 1 1 0 8 4 4 0 0 1 0-8m12.5 0a4 4 0 1 1 0 8 4 4 0 0 1 0-8m-12.5 3a1 1 0 1 0 0 2 1 1 0 0 0 0-2m12.5 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2M10 6.5a1.5 1.5 0 0 1 1.442 1.088l1.404 4.912H40a1.5 1.5 0 0 1 1.393 2.057l-6 15A1.5 1.5 0 0 1 34 30.5H16a1.5 1.5 0 0 1-1.442-1.088l-4.285-15L8.868 9.5H6a1.5 1.5 0 1 1 0-3zm7.132 21h15.852l4.801-12H13.702z\"/></svg>";
|
|
15454
16014
|
fill: _angular_core.InputSignal<string>;
|
|
15455
16015
|
hostClass: _angular_core.InputSignal<string>;
|
|
15456
16016
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Cart48, never>;
|
|
@@ -15458,7 +16018,7 @@ declare class Cart48 {
|
|
|
15458
16018
|
}
|
|
15459
16019
|
|
|
15460
16020
|
declare class Cart32 {
|
|
15461
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><
|
|
16021
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><g clip-path=\"url(#a)\"><path d=\"M12.667 22.333a2.667 2.667 0 1 1-.002 5.334 2.667 2.667 0 0 1 .002-5.334m8.333 0a2.667 2.667 0 1 1-.002 5.334A2.667 2.667 0 0 1 21 22.333m-8.333 2a.668.668 0 1 0 .001 1.335.668.668 0 0 0-.001-1.335m8.333 0a.667.667 0 1 0 0 1.332.667.667 0 0 0 0-1.332M6.831 4.347a1 1 0 0 1 .797.712l.936 3.274h18.103a1 1 0 0 1 .928 1.371l-4 10a1 1 0 0 1-.928.629h-12a1 1 0 0 1-.962-.726l-2.857-10-.936-3.274H4a1 1 0 0 1 0-2h2.667zm4.59 13.986h10.57l3.198-8H9.136z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h32v32H0z\"/></clipPath></defs></svg>";
|
|
15462
16022
|
fill: _angular_core.InputSignal<string>;
|
|
15463
16023
|
hostClass: _angular_core.InputSignal<string>;
|
|
15464
16024
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Cart32, never>;
|
|
@@ -15466,7 +16026,7 @@ declare class Cart32 {
|
|
|
15466
16026
|
}
|
|
15467
16027
|
|
|
15468
16028
|
declare class Cart24 {
|
|
15469
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><
|
|
16029
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><g clip-path=\"url(#a)\"><path d=\"M9.5 16.5a2.25 2.25 0 1 1 0 4.5 2.25 2.25 0 0 1 0-4.5m6.25 0a2.25 2.25 0 1 1 0 4.5 2.25 2.25 0 0 1 0-4.5m-6.25 2a.25.25 0 1 0 0 .5.25.25 0 0 0 0-.5m6.25 0a.25.25 0 1 0 0 .5.25.25 0 0 0 0-.5M5 3a1 1 0 0 1 .962.726L6.612 6H20a1 1 0 0 1 .929 1.371l-3 7.5A1 1 0 0 1 17 15.5H8a1 1 0 0 1-.962-.726l-2.142-7.5L4.246 5H3a1 1 0 0 1 0-2zm3.755 10.5h7.568l2.2-5.5H7.183z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></svg>";
|
|
15470
16030
|
fill: _angular_core.InputSignal<string>;
|
|
15471
16031
|
hostClass: _angular_core.InputSignal<string>;
|
|
15472
16032
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Cart24, never>;
|
|
@@ -15474,7 +16034,7 @@ declare class Cart24 {
|
|
|
15474
16034
|
}
|
|
15475
16035
|
|
|
15476
16036
|
declare class Cart20 {
|
|
15477
|
-
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><
|
|
16037
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><g clip-path=\"url(#a)\"><path d=\"M7.917 13.833a1.792 1.792 0 1 1-.002 3.584 1.792 1.792 0 0 1 .002-3.584m5.208 0a1.792 1.792 0 1 1-.002 3.584 1.792 1.792 0 0 1 .002-3.584m-5.208 1.5a.292.292 0 1 0 0 .583.292.292 0 0 0 0-.583m5.208 0a.292.292 0 1 0 0 .582.292.292 0 0 0 0-.582M4.29 2.593a.75.75 0 0 1 .598.534l.56 1.956h11.219l.092.006a.75.75 0 0 1 .604 1.022l-2.5 6.25a.75.75 0 0 1-.696.472h-7.5a.75.75 0 0 1-.722-.544L4.16 6.04 3.6 4.083H2.5a.75.75 0 0 1 0-1.5h1.667zm2.942 8.74h6.427l1.9-4.75H5.877l1.356 4.75Z\"/></g><defs><clipPath ><path fill=\"#fff\" d=\"M0 0h20v20H0z\"/></clipPath></defs></svg>";
|
|
15478
16038
|
fill: _angular_core.InputSignal<string>;
|
|
15479
16039
|
hostClass: _angular_core.InputSignal<string>;
|
|
15480
16040
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Cart20, never>;
|
|
@@ -15601,6 +16161,46 @@ declare class BillZloty20 {
|
|
|
15601
16161
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BillZloty20, "BillZloty20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
15602
16162
|
}
|
|
15603
16163
|
|
|
16164
|
+
declare class BillLei64 {
|
|
16165
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path d=\"M50.666 6.5a1.5 1.5 0 0 1 1.5 1.5v48a1.5 1.5 0 0 1-1.5 1.5H13.333a1.5 1.5 0 0 1-1.5-1.5V8a1.5 1.5 0 0 1 1.5-1.5zm-35.833 48h34.333v-45H14.833zm26.501-8.833a1 1 0 0 1 0 2H22.667a1 1 0 0 1 0-2zm0-6.667a1 1 0 0 1 0 2H22.667a1 1 0 1 1 0-2zm-9.065-18.581q2.602 0 4.09 1.64 1.5 1.641 1.5 4.653v1.383h-8.074q.165 1.242.985 1.992.831.75 2.097.75 1.957 0 3.059-1.418l1.664 1.863q-.762 1.078-2.063 1.688-1.3.597-2.883.597-2.788 0-4.546-1.71-1.746-1.71-1.746-4.56v-.327q0-1.91.738-3.41.738-1.512 2.086-2.32 1.359-.822 3.094-.821Zm-8.261 12.914h-3.399v-18h3.399zm19.36 0h-3.4v-12.68h3.4zm-11.11-10.172q-1.008 0-1.64.68-.622.68-.798 1.945h4.711v-.27q-.023-1.125-.61-1.734-.585-.62-1.663-.62Zm9.41-7.535q.867 0 1.383.492.515.492.515 1.254 0 .774-.527 1.266-.515.492-1.371.492-.855 0-1.383-.492-.515-.492-.515-1.266 0-.762.503-1.254.517-.492 1.395-.492\"/></svg>";
|
|
16166
|
+
fill: _angular_core.InputSignal<string>;
|
|
16167
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
16168
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BillLei64, never>;
|
|
16169
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BillLei64, "BillLei64", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16170
|
+
}
|
|
16171
|
+
|
|
16172
|
+
declare class BillLei48 {
|
|
16173
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"3rem\" height=\"3rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\" width=\"48px\" height=\"48px\"><path d=\"M38 4.5A1.5 1.5 0 0 1 39.5 6v36a1.5 1.5 0 0 1-1.5 1.5H10A1.5 1.5 0 0 1 8.5 42V6A1.5 1.5 0 0 1 10 4.5zm-26.5 36h25v-33h-25zM31 34a1 1 0 1 1 0 2H17a1 1 0 1 1 0-2zm0-5a1 1 0 1 1 0 2H17a1 1 0 1 1 0-2zm-6.798-13.685q1.95 0 3.067 1.23 1.126 1.23 1.126 3.49v1.036h-6.056q.123.932.738 1.494.624.563 1.573.563 1.469 0 2.294-1.064l1.248 1.398q-.57.808-1.547 1.265-.975.45-2.162.449-2.09 0-3.41-1.283-1.31-1.283-1.31-3.42v-.245q0-1.434.554-2.558.554-1.134 1.565-1.74 1.02-.615 2.32-.615M18.006 25h-2.549V11.5h2.549zm14.52 0h-2.55v-9.51h2.55zm-8.333-7.629q-.756 0-1.23.51-.465.51-.598 1.459h3.533v-.202q-.017-.844-.457-1.301-.44-.465-1.248-.466m7.058-5.651q.651 0 1.037.369.387.37.387.94 0 .58-.396.95-.387.369-1.028.369-.642 0-1.037-.37-.387-.369-.387-.949 0-.57.378-.94.387-.37 1.046-.37Z\"/></svg>";
|
|
16174
|
+
fill: _angular_core.InputSignal<string>;
|
|
16175
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
16176
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BillLei48, never>;
|
|
16177
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BillLei48, "BillLei48", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16178
|
+
}
|
|
16179
|
+
|
|
16180
|
+
declare class BillLei32 {
|
|
16181
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"2rem\" height=\"2rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" width=\"32px\" height=\"32px\"><path d=\"M25.334 3a1 1 0 0 1 1 1v24a1 1 0 0 1-1 1H6.667a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM7.667 27h16.667V5H7.667zm12.999-4.167a.5.5 0 0 1 0 1h-9.333a.5.5 0 0 1 0-1zm0-3.333a.5.5 0 1 1 0 1h-9.333a.5.5 0 0 1 0-1zm-4.531-9.29q1.3 0 2.045.82.75.821.75 2.326v.692h-4.037q.081.621.492.996.416.375 1.049.375.978 0 1.529-.709l.832.932q-.381.538-1.031.843-.65.3-1.442.3-1.395 0-2.273-.856-.873-.855-.873-2.28v-.164q0-.954.369-1.705.37-.755 1.043-1.16a2.94 2.94 0 0 1 1.547-.41m-4.131 6.457h-1.7v-9h1.7zm9.68 0h-1.7v-6.34h1.7zm-5.555-5.086q-.505 0-.82.34-.31.34-.399.973h2.356v-.135q-.012-.562-.305-.867-.293-.31-.832-.31Zm4.705-3.768q.434 0 .691.247a.83.83 0 0 1 .258.627.83.83 0 0 1-.264.632q-.257.246-.685.246t-.691-.246a.84.84 0 0 1-.258-.632.84.84 0 0 1 .252-.627q.258-.246.697-.247\"/></svg>";
|
|
16182
|
+
fill: _angular_core.InputSignal<string>;
|
|
16183
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
16184
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BillLei32, never>;
|
|
16185
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BillLei32, "BillLei32", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16186
|
+
}
|
|
16187
|
+
|
|
16188
|
+
declare class BillLei24 {
|
|
16189
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.5rem\" height=\"1.5rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24px\" height=\"24px\"><path d=\"M19 2a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zM6 20h12V4H6zm9.5-3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1zm0-2.5a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1zm-3.398-6.843q.974 0 1.533.615.562.616.562 1.746v.518H11.17q.061.466.37.747.31.281.785.282.735 0 1.148-.533l.624.7q-.286.404-.774.632a2.55 2.55 0 0 1-1.08.224q-1.047 0-1.706-.642-.654-.64-.655-1.709v-.123q0-.716.277-1.279a2 2 0 0 1 .782-.87q.51-.308 1.16-.308Zm-3.1 4.843H7.73V5.75h1.274v6.75Zm7.26 0h-1.274V7.745h1.275zm-4.165-3.814a.8.8 0 0 0-.616.254q-.232.255-.298.73h1.766v-.1q-.009-.423-.228-.651-.22-.233-.624-.233m3.529-2.826q.325 0 .519.185.193.185.193.47a.62.62 0 0 1-.198.474.71.71 0 0 1-.514.185.73.73 0 0 1-.519-.185.63.63 0 0 1-.193-.474q0-.285.188-.47.194-.185.524-.185\"/></svg>";
|
|
16190
|
+
fill: _angular_core.InputSignal<string>;
|
|
16191
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
16192
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BillLei24, never>;
|
|
16193
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BillLei24, "BillLei24", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16194
|
+
}
|
|
16195
|
+
|
|
16196
|
+
declare class BillLei20 {
|
|
16197
|
+
protected readonly svg = "<svg aria-hidden=\"true\" width=\"1.25rem\" height=\"1.25rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\" width=\"20px\" height=\"20px\"><path d=\"M15.834 1.75a.75.75 0 0 1 .75.75v15a.75.75 0 0 1-.75.75H4.167a.75.75 0 0 1-.75-.75v-15a.75.75 0 0 1 .75-.75zm-10.917 15h10.167V3.25H4.917zm7.999-2.667a.5.5 0 0 1 0 1H7.083a.5.5 0 0 1 0-1zm0-2.083a.5.5 0 1 1 0 1H7.083a.5.5 0 0 1 0-1zm-2.832-5.62q.813 0 1.278.514.47.512.47 1.454v.431H9.307a1 1 0 0 0 .307.623.94.94 0 0 0 .655.235q.612 0 .957-.444l.52.582q-.239.337-.645.528a2.1 2.1 0 0 1-.9.187q-.873 0-1.422-.535-.545-.535-.546-1.425v-.102q0-.597.232-1.066a1.7 1.7 0 0 1 .651-.724q.425-.257.967-.257Zm-2.582 4.037H6.44V4.792h1.062zm6.05 0H12.49V6.454h1.062zM10.08 7.238a.67.67 0 0 0-.513.212q-.194.213-.249.609h1.473v-.085q-.007-.352-.19-.542-.184-.194-.52-.194Zm2.941-2.355a.6.6 0 0 1 .432.154.52.52 0 0 1 .161.392.52.52 0 0 1-.165.395.6.6 0 0 1-.428.155.6.6 0 0 1-.432-.155.52.52 0 0 1-.161-.395q0-.239.157-.392a.6.6 0 0 1 .436-.154\"/></svg>";
|
|
16198
|
+
fill: _angular_core.InputSignal<string>;
|
|
16199
|
+
hostClass: _angular_core.InputSignal<string>;
|
|
16200
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BillLei20, never>;
|
|
16201
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BillLei20, "BillLei20", never, { "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16202
|
+
}
|
|
16203
|
+
|
|
15604
16204
|
declare class BillEuro64 {
|
|
15605
16205
|
protected readonly svg = "<svg aria-hidden=\"true\" width=\"4rem\" height=\"4rem\" [attr.fill]=\"color()\" [attr.class]=\"hostClass()\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 64 64\" width=\"64px\" height=\"64px\"><path fill-rule=\"evenodd\" d=\"M11.833 8a1.5 1.5 0 0 1 1.5-1.5h37.333a1.5 1.5 0 0 1 1.5 1.5v48a1.5 1.5 0 0 1-1.5 1.5H13.333a1.5 1.5 0 0 1-1.5-1.5zm3 1.5v45h34.333v-45zM22.666 39a1 1 0 0 0 0 2h18.667a1 1 0 1 0 0-2zm0 6.667a1 1 0 0 0 0 2h18.667a1 1 0 1 0 0-2zM27 25.333c0-.574.069-1.132.2-1.666h6.133a1 1 0 1 0 0-2h-5.297A7 7 0 0 1 34 18.333c1.525 0 2.933.487 4.082 1.313a1 1 0 0 0 1.168-1.623 9.002 9.002 0 0 0-13.472 3.644H24a1 1 0 1 0 0 2h1.154a9 9 0 0 0-.1 2.666H24a1 1 0 1 0 0 2h1.512a9.004 9.004 0 0 0 13.738 4.31 1 1 0 0 0-1.168-1.623A6.96 6.96 0 0 1 34 32.333a7 7 0 0 1-6.327-4h5.66a1 1 0 1 0 0-2h-6.262a7 7 0 0 1-.071-1\"/></svg>";
|
|
15606
16206
|
fill: _angular_core.InputSignal<string>;
|
|
@@ -16253,4 +16853,4 @@ declare class MozaicIconBase {
|
|
|
16253
16853
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MozaicIconBase, "mozaic-icon-base", never, { "svg": { "alias": "svg"; "required": true; "isSignal": true; }; "fill": { "alias": "fill"; "required": false; "isSignal": true; }; "hostClass": { "alias": "hostClass"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
16254
16854
|
}
|
|
16255
16855
|
|
|
16256
|
-
export { A11y20, A11y24, A11y32, A11y48, A11y64, Admin20, Admin24, Admin32, Admin48, Admin64, Administration20, Administration24, Administration32, Administration48, Administration64, Ai20, Ai24, Ai32, Ai48, Ai64, Apartment20, Apartment24, Apartment32, Apartment48, Apartment64, Api20, Api24, Api32, Api48, Api64, ArrowBack20, ArrowBack24, ArrowBack32, ArrowBack48, ArrowBack64, ArrowBottom20, ArrowBottom24, ArrowBottom32, ArrowBottom48, ArrowBottom64, ArrowBottomLeft20, ArrowBottomLeft24, ArrowBottomLeft32, ArrowBottomLeft48, ArrowBottomLeft64, ArrowBottomRight20, ArrowBottomRight24, ArrowBottomRight32, ArrowBottomRight48, ArrowBottomRight64, ArrowNext20, ArrowNext24, ArrowNext32, ArrowNext48, ArrowNext64, ArrowRedo20, ArrowRedo24, ArrowRedo32, ArrowRedo48, ArrowRedo64, ArrowTop20, ArrowTop24, ArrowTop32, ArrowTop48, ArrowTop64, ArrowTopLeft20, ArrowTopLeft24, ArrowTopLeft32, ArrowTopLeft48, ArrowTopLeft64, ArrowTopRight20, ArrowTopRight24, ArrowTopRight32, ArrowTopRight48, ArrowTopRight64, ArrowUndo20, ArrowUndo24, ArrowUndo32, ArrowUndo48, ArrowUndo64, Attic20, Attic24, Attic32, Attic48, Attic64, AuthenticationFaceId20, AuthenticationFaceId24, AuthenticationFaceId32, AuthenticationFaceId48, AuthenticationFaceId64, AuthenticationFingerprint20, AuthenticationFingerprint24, AuthenticationFingerprint32, AuthenticationFingerprint48, AuthenticationFingerprint64, AuthenticationPincode20, AuthenticationPincode24, AuthenticationPincode32, AuthenticationPincode48, AuthenticationPincode64, Balcony20, Balcony24, Balcony32, Balcony48, Balcony64, Barbecue20, Barbecue24, Barbecue32, Barbecue48, Barbecue64, BarcodeScanner20, BarcodeScanner24, BarcodeScanner32, BarcodeScanner48, BarcodeScanner64, Bathroom20, Bathroom24, Bathroom32, Bathroom48, Bathroom64, BatteryFull20, BatteryFull24, BatteryFull32, BatteryFull48, BatteryFull64, BatteryHalf20, BatteryHalf24, BatteryHalf32, BatteryHalf48, BatteryHalf64, BatteryLow20, BatteryLow24, BatteryLow32, BatteryLow48, BatteryLow64, Bedroom20, Bedroom24, Bedroom32, Bedroom48, Bedroom64, BigBag20, BigBag24, BigBag32, BigBag48, BigBag64, BillEuro20, BillEuro24, BillEuro32, BillEuro48, BillEuro64, BillZloty20, BillZloty24, BillZloty32, BillZloty48, BillZloty64, Bluetooth20, Bluetooth24, Bluetooth32, Bluetooth48, Bluetooth64, Book20, Book24, Book32, Book48, Book64, Brightness20, Brightness24, Brightness32, Brightness48, Brightness64, Calculator20, Calculator24, Calculator32, Calculator48, Calculator64, Calendar20, Calendar24, Calendar32, Calendar48, Calendar64, Camera20, Camera24, Camera32, Camera48, Camera64, CarPark20, CarPark24, CarPark32, CarPark48, CarPark64, Cart20, Cart24, Cart32, Cart48, Cart64, Certification20, Certification24, Certification32, Certification48, Certification64, Chat20, Chat24, Chat32, Chat48, Chat64, Check20, Check24, Check32, Check48, Check64, CheckCircle20, CheckCircle24, CheckCircle32, CheckCircle48, CheckCircle64, CheckCircleFilled20, CheckCircleFilled24, CheckCircleFilled32, CheckCircleFilled48, CheckCircleFilled64, Checkout20, Checkout24, Checkout32, Checkout48, Checkout64, CheckoutAlt20, CheckoutAlt24, CheckoutAlt32, CheckoutAlt48, CheckoutAlt64, ChevronDown20, ChevronDown24, ChevronDown32, ChevronDown48, ChevronDown64, ChevronLeft20, ChevronLeft24, ChevronLeft32, ChevronLeft48, ChevronLeft64, ChevronRight20, ChevronRight24, ChevronRight32, ChevronRight48, ChevronRight64, ChevronUp20, ChevronUp24, ChevronUp32, ChevronUp48, ChevronUp64, ChristmasTree20, ChristmasTree24, ChristmasTree32, ChristmasTree48, ChristmasTree64, CircularEconomy20, CircularEconomy24, CircularEconomy32, CircularEconomy48, CircularEconomy64, CleaningProduct20, CleaningProduct24, CleaningProduct32, CleaningProduct48, CleaningProduct64, Code20, Code24, Code32, Code48, Code64, Coffee20, Coffee24, Coffee32, Coffee48, Coffee64, Comment20, Comment24, Comment32, Comment48, Comment64, Company20, Company24, Company32, Company48, Company64, Comparator20, Comparator24, Comparator32, Comparator48, Comparator64, ConcreteFloor20, ConcreteFloor24, ConcreteFloor32, ConcreteFloor48, ConcreteFloor64, Condition20, Condition24, Condition32, Condition48, Condition64, Connect20, Connect24, Connect32, Connect48, Connect64, ConnectedHome20, ConnectedHome24, ConnectedHome32, ConnectedHome48, ConnectedHome64, ConstructionSite20, ConstructionSite24, ConstructionSite32, ConstructionSite48, ConstructionSite64, Contrast20, Contrast24, Contrast32, Contrast48, Contrast64, Copy20, Copy24, Copy32, Copy48, Copy64, Course20, Course24, Course32, Course48, Course64, Cpu20, Cpu24, Cpu32, Cpu48, Cpu64, Craftsman20, Craftsman24, Craftsman32, Craftsman48, Craftsman64, CreditCard20, CreditCard24, CreditCard32, CreditCard48, CreditCard64, Cross20, Cross24, Cross32, Cross48, Cross64, CrossCircle20, CrossCircle24, CrossCircle32, CrossCircle48, CrossCircle64, CrossCircleFilled20, CrossCircleFilled24, CrossCircleFilled32, CrossCircleFilled48, CrossCircleFilled64, Curtains20, Curtains24, Curtains32, Curtains48, Curtains64, CuttingWoodGlass20, CuttingWoodGlass24, CuttingWoodGlass32, CuttingWoodGlass48, CuttingWoodGlass64, Cybersecurity20, Cybersecurity24, Cybersecurity32, Cybersecurity48, Cybersecurity64, CybersecurityCheck20, CybersecurityCheck24, CybersecurityCheck32, CybersecurityCheck48, CybersecurityCheck64, CybersecurityWarning20, CybersecurityWarning24, CybersecurityWarning32, CybersecurityWarning48, CybersecurityWarning64, Danger20, Danger24, Danger32, Danger48, Danger64, Data20, Data24, Data32, Data48, Data64, Database20, Database24, Database32, Database48, Database64, Delivery20, Delivery24, Delivery32, Delivery48, Delivery64, DeviceDesktop20, DeviceDesktop24, DeviceDesktop32, DeviceDesktop48, DeviceDesktop64, DeviceLaptop20, DeviceLaptop24, DeviceLaptop32, DeviceLaptop48, DeviceLaptop64, DeviceMobile20, DeviceMobile24, DeviceMobile32, DeviceMobile48, DeviceMobile64, DeviceTablet20, DeviceTablet24, DeviceTablet32, DeviceTablet48, DeviceTablet64, Direction20, Direction24, Direction32, Direction48, Direction64, Discount20, Discount24, Discount32, Discount48, Discount64, Distance20, Distance24, Distance32, Distance48, Distance64, Diy20, Diy24, Diy32, Diy48, Diy64, DiyAlt20, DiyAlt24, DiyAlt32, DiyAlt48, DiyAlt64, Document20, Document24, Document32, Document48, Document64, Dollar20, Dollar24, Dollar32, Dollar48, Dollar64, Door20, Door24, Door32, Door48, Door64, Download20, Download24, Download32, Download48, Download64, Drag20, Drag24, Drag32, Drag48, Drag64, Draw20, Draw24, Draw32, Draw48, Draw64, Dressing20, Dressing24, Dressing32, Dressing48, Dressing64, Drill20, Drill24, Drill32, Drill48, Drill64, DrillAlt20, DrillAlt24, DrillAlt32, DrillAlt48, DrillAlt64, Eco20, Eco24, Eco32, Eco48, Eco64, EcoAlt20, EcoAlt24, EcoAlt32, EcoAlt48, EcoAlt64, Edit20, Edit24, Edit32, Edit48, Edit64, Electricity20, Electricity24, Electricity32, Electricity48, Electricity64, Enki20, Enki24, Enki32, Enki48, Enki64, Euro20, Euro24, Euro32, Euro48, Euro64, Europe20, Europe24, Europe32, Europe48, Europe64, ExpandLeft20, ExpandLeft24, ExpandLeft32, ExpandLeft48, ExpandLeft64, ExpandLeftAlt20, ExpandLeftAlt24, ExpandLeftAlt32, ExpandLeftAlt48, ExpandLeftAlt64, ExpandRight20, ExpandRight24, ExpandRight32, ExpandRight48, ExpandRight64, ExpandRightAlt20, ExpandRightAlt24, ExpandRightAlt32, ExpandRightAlt48, ExpandRightAlt64, ExternalLink20, ExternalLink24, ExternalLink32, ExternalLink48, ExternalLink64, Eye20, Eye24, Eye32, Eye48, Eye64, EyeOff20, EyeOff24, EyeOff32, EyeOff48, EyeOff64, Factory20, Factory24, Factory32, Factory48, Factory64, Faucet20, Faucet24, Faucet32, Faucet48, Faucet64, Favorite20, Favorite24, Favorite32, Favorite48, Favorite64, FavoriteFilled20, FavoriteFilled24, FavoriteFilled32, FavoriteFilled48, FavoriteFilled64, FeelingDissatisfied20, FeelingDissatisfied24, FeelingDissatisfied32, FeelingDissatisfied48, FeelingDissatisfied64, FeelingNeutral20, FeelingNeutral24, FeelingNeutral32, FeelingNeutral48, FeelingNeutral64, FeelingSatisfied20, FeelingSatisfied24, FeelingSatisfied32, FeelingSatisfied48, FeelingSatisfied64, FeelingVeryDissatisfied20, FeelingVeryDissatisfied24, FeelingVeryDissatisfied32, FeelingVeryDissatisfied48, FeelingVeryDissatisfied64, FeelingVerySatisfied20, FeelingVerySatisfied24, FeelingVerySatisfied32, FeelingVerySatisfied48, FeelingVerySatisfied64, FileBlank20, FileBlank24, FileBlank32, FileBlank48, FileBlank64, FileCsv20, FileCsv24, FileCsv32, FileCsv48, FileCsv64, FileDoc20, FileDoc24, FileDoc32, FileDoc48, FileDoc64, FileFig20, FileFig24, FileFig32, FileFig48, FileFig64, FileJpg20, FileJpg24, FileJpg32, FileJpg48, FileJpg64, FilePdf20, FilePdf24, FilePdf32, FilePdf48, FilePdf64, FilePng20, FilePng24, FilePng32, FilePng48, FilePng64, FileSvg20, FileSvg24, FileSvg32, FileSvg48, FileSvg64, FileXls20, FileXls24, FileXls32, FileXls48, FileXls64, Filter20, Filter24, Filter32, Filter48, Filter64, Fire20, Fire24, Fire32, Fire48, Fire64, FlashingLight20, FlashingLight24, FlashingLight32, FlashingLight48, FlashingLight64, Floor20, Floor24, Floor32, Floor48, Floor64, Folder20, Folder24, Folder32, Folder48, Folder64, FolderNew20, FolderNew24, FolderNew32, FolderNew48, FolderNew64, France20, France24, France32, France48, France64, FullscreenEnter20, FullscreenEnter24, FullscreenEnter32, FullscreenEnter48, FullscreenEnter64, FullscreenEnterAlt20, FullscreenEnterAlt24, FullscreenEnterAlt32, FullscreenEnterAlt48, FullscreenEnterAlt64, FullscreenExit20, FullscreenExit24, FullscreenExit32, FullscreenExit48, FullscreenExit64, FullscreenExitAlt20, FullscreenExitAlt24, FullscreenExitAlt32, FullscreenExitAlt48, FullscreenExitAlt64, FundingCardEuro20, FundingCardEuro24, FundingCardEuro32, FundingCardEuro48, FundingCardEuro64, FundingCardZloty20, FundingCardZloty24, FundingCardZloty32, FundingCardZloty48, FundingCardZloty64, FundingEuro20, FundingEuro24, FundingEuro32, FundingEuro48, FundingEuro64, FundingZloty20, FundingZloty24, FundingZloty32, FundingZloty48, FundingZloty64, Garage20, Garage24, Garage32, Garage48, Garage64, Garden20, Garden24, Garden32, Garden48, Garden64, GardenAlt20, GardenAlt24, GardenAlt32, GardenAlt48, GardenAlt64, Gate20, Gate24, Gate32, Gate48, Gate64, Gauge20, Gauge24, Gauge32, Gauge48, Gauge64, Gift20, Gift24, Gift32, Gift48, Gift64, Glass20, Glass24, Glass32, Glass48, Glass64, Group20, Group24, Group32, Group48, Group64, Hammer20, Hammer24, Hammer32, Hammer48, Hammer64, HandSanitiser20, HandSanitiser24, HandSanitiser32, HandSanitiser48, HandSanitiser64, Handbag20, Handbag24, Handbag32, Handbag48, Handbag64, HardHat20, HardHat24, HardHat32, HardHat48, HardHat64, HardHatAlt20, HardHatAlt24, HardHatAlt32, HardHatAlt48, HardHatAlt64, Hardware20, Hardware24, Hardware32, Hardware48, Hardware64, HearingDisabled20, HearingDisabled24, HearingDisabled32, HearingDisabled48, HearingDisabled64, Heater20, Heater24, Heater32, Heater48, Heater64, HelpCircle20, HelpCircle24, HelpCircle32, HelpCircle48, HelpCircle64, Helpline20, Helpline24, Helpline32, Helpline48, Helpline64, HierarchyTree20, HierarchyTree24, HierarchyTree32, HierarchyTree48, HierarchyTree64, HierarchyTreeAlt20, HierarchyTreeAlt24, HierarchyTreeAlt32, HierarchyTreeAlt48, HierarchyTreeAlt64, History20, History24, History32, History48, History64, Home20, Home24, Home32, Home48, Home64, HotWater20, HotWater24, HotWater32, HotWater48, HotWater64, Hourglass20, Hourglass24, Hourglass32, Hourglass48, Hourglass64, House20, House24, House32, House48, House64, IdCard20, IdCard24, IdCard32, IdCard48, IdCard64, Image20, Image24, Image32, Image48, Image64, ImageAlt20, ImageAlt24, ImageAlt32, ImageAlt48, ImageAlt64, ImageCrop20, ImageCrop24, ImageCrop32, ImageCrop48, ImageCrop64, ImageResize20, ImageResize24, ImageResize32, ImageResize48, ImageResize64, ImageSelection20, ImageSelection24, ImageSelection32, ImageSelection48, ImageSelection64, Infinity20, Infinity24, Infinity32, Infinity48, Infinity64, InfoCircle20, InfoCircle24, InfoCircle32, InfoCircle48, InfoCircle64, InfoCircleFilled20, InfoCircleFilled24, InfoCircleFilled32, InfoCircleFilled48, InfoCircleFilled64, Insulation20, Insulation24, Insulation32, Insulation48, Insulation64, InsulationAlt20, InsulationAlt24, InsulationAlt32, InsulationAlt48, InsulationAlt64, Kanban20, Kanban24, Kanban32, Kanban48, Kanban64, Key20, Key24, Key32, Key48, Key64, KeyAlt20, KeyAlt24, KeyAlt32, KeyAlt48, KeyAlt64, Keyboard20, Keyboard24, Keyboard32, Keyboard48, Keyboard64, Kids20, Kids24, Kids32, Kids48, Kids64, Kitchen20, Kitchen24, Kitchen32, Kitchen48, Kitchen64, KitchenAlt20, KitchenAlt24, KitchenAlt32, KitchenAlt48, KitchenAlt64, LawnMower20, LawnMower24, LawnMower32, LawnMower48, LawnMower64, Layers20, Layers24, Layers32, Layers48, Layers64, Leak20, Leak24, Leak32, Leak48, Leak64, LeroyMerlin20, LeroyMerlin24, LeroyMerlin32, LeroyMerlin48, LeroyMerlin64, Less20, Less24, Less32, Less48, Less64, LessCircle20, LessCircle24, LessCircle32, LessCircle48, LessCircle64, Lighting20, Lighting24, Lighting32, Lighting48, Lighting64, Link20, Link24, Link32, Link48, Link64, List20, List24, List32, List48, List64, ListAdd20, ListAdd24, ListAdd32, ListAdd48, ListAdd64, ListView20, ListView24, ListView32, ListView48, ListView64, LivingRoom20, LivingRoom24, LivingRoom32, LivingRoom48, LivingRoom64, Location20, Location24, Location32, Location48, Location64, LocationFilled20, LocationFilled24, LocationFilled32, LocationFilled48, LocationFilled64, Locator20, Locator24, Locator32, Locator48, Locator64, Lock20, Lock24, Lock32, Lock48, Lock64, LockOpen20, LockOpen24, LockOpen32, LockOpen48, LockOpen64, Locker20, Locker24, Locker32, Locker48, Locker64, LogOut20, LogOut24, LogOut32, LogOut48, LogOut64, LoyaltyBm20, LoyaltyBm24, LoyaltyBm32, LoyaltyBm48, LoyaltyBm64, LoyaltyLm20, LoyaltyLm24, LoyaltyLm32, LoyaltyLm48, LoyaltyLm64, Mail20, Mail24, Mail32, Mail48, Mail64, MailAlt20, MailAlt24, MailAlt32, MailAlt48, MailAlt64, Man20, Man24, Man32, Man48, Man64, Map20, Map24, Map32, Map48, Map64, Mask20, Mask24, Mask32, Mask48, Mask64, Masonry20, Masonry24, Masonry32, Masonry48, Masonry64, MasonryAlt20, MasonryAlt24, MasonryAlt32, MasonryAlt48, MasonryAlt64, Megaphone20, Megaphone24, Megaphone32, Megaphone48, Megaphone64, Menu20, Menu24, Menu32, Menu48, Menu64, Mic20, Mic24, Mic32, Mic48, Mic64, MixerTruck20, MixerTruck24, MixerTruck32, MixerTruck48, MixerTruck64, Modular20, Modular24, Modular32, Modular48, Modular64, More20, More24, More32, More48, More64, MoreCircle20, MoreCircle24, MoreCircle32, MoreCircle48, MoreCircle64, MozaicIconBase, Music20, Music24, Music32, Music48, Music64, Newspaper20, Newspaper24, Newspaper32, Newspaper48, Newspaper64, NightMode20, NightMode24, NightMode32, NightMode48, NightMode64, NoPicture20, NoPicture24, NoPicture32, NoPicture48, NoPicture64, Notification20, Notification24, Notification32, Notification48, Notification64, NotificationRead20, NotificationRead24, NotificationRead32, NotificationRead48, NotificationRead64, NotificationUnread20, NotificationUnread24, NotificationUnread32, NotificationUnread48, NotificationUnread64, OptionsHorizontal20, OptionsHorizontal24, OptionsHorizontal32, OptionsHorizontal48, OptionsHorizontal64, OptionsVertical20, OptionsVertical24, OptionsVertical32, OptionsVertical48, OptionsVertical64, Owner20, Owner24, Owner32, Owner48, Owner64, Package20, Package24, Package32, Package48, Package64, PackageAdd20, PackageAdd24, PackageAdd32, PackageAdd48, PackageAdd64, Paint20, Paint24, Paint32, Paint48, Paint64, PaintCan20, PaintCan24, PaintCan32, PaintCan48, PaintCan64, Palette20, Palette24, Palette32, Palette48, Palette64, Pallet20, Pallet24, Pallet32, Pallet48, Pallet64, Pantone20, Pantone24, Pantone32, Pantone48, Pantone64, ParcelHandover20, ParcelHandover24, ParcelHandover32, ParcelHandover48, ParcelHandover64, ParcelLoading20, ParcelLoading24, ParcelLoading32, ParcelLoading48, ParcelLoading64, Partnership20, Partnership24, Partnership32, Partnership48, Partnership64, Pause20, Pause24, Pause32, Pause48, Pause64, PauseCircle20, PauseCircle24, PauseCircle32, PauseCircle48, PauseCircle64, PaymentCheck20, PaymentCheck24, PaymentCheck32, PaymentCheck48, PaymentCheck64, Phone20, Phone24, Phone32, Phone48, Phone64, Picker20, Picker24, Picker32, Picker48, Picker64, Pickup20, Pickup24, Pickup32, Pickup48, Pickup64, PickupLocation20, PickupLocation24, PickupLocation32, PickupLocation48, PickupLocation64, PickupLocationFilled20, PickupLocationFilled24, PickupLocationFilled32, PickupLocationFilled48, PickupLocationFilled64, Pipe20, Pipe24, Pipe32, Pipe48, Pipe64, Play20, Play24, Play32, Play48, Play64, PlayCircle20, PlayCircle24, PlayCircle32, PlayCircle48, PlayCircle64, Playlist20, Playlist24, Playlist32, Playlist48, Playlist64, Policies20, Policies24, Policies32, Policies48, Policies64, Pool20, Pool24, Pool32, Pool48, Pool64, Premium20, Premium24, Premium32, Premium48, Premium64, PriceTag20, PriceTag24, PriceTag32, PriceTag48, PriceTag64, Print20, Print24, Print32, Print48, Print64, Profile20, Profile24, Profile32, Profile48, Profile64, ProfileCollaborator20, ProfileCollaborator24, ProfileCollaborator32, ProfileCollaborator48, ProfileCollaborator64, ProfilePassion20, ProfilePassion24, ProfilePassion32, ProfilePassion48, ProfilePassion64, ProfilePro20, ProfilePro24, ProfilePro32, ProfilePro48, ProfilePro64, Project20, Project24, Project32, Project48, Project64, PushPin20, PushPin24, PushPin32, PushPin48, PushPin64, PushPinOff20, PushPinOff24, PushPinOff32, PushPinOff48, PushPinOff64, Question20, Question24, Question32, Question48, Question64, Ratio1120, Ratio1124, Ratio1132, Ratio1148, Ratio1164, Ratio16920, Ratio16924, Ratio16932, Ratio16948, Ratio16964, Ratio3420, Ratio3424, Ratio3432, Ratio3448, Ratio3464, Ratio4320, Ratio4324, Ratio4332, Ratio4348, Ratio4364, Ratio91620, Ratio91624, Ratio91632, Ratio91648, Ratio91664, ReceiptEuro20, ReceiptEuro24, ReceiptEuro32, ReceiptEuro48, ReceiptEuro64, ReceiptZloty20, ReceiptZloty24, ReceiptZloty32, ReceiptZloty48, ReceiptZloty64, Refresh20, Refresh24, Refresh32, Refresh48, Refresh64, ReinforcedConcrete20, ReinforcedConcrete24, ReinforcedConcrete32, ReinforcedConcrete48, ReinforcedConcrete64, Release20, Release24, Release32, Release48, Release64, RemoteCamera20, RemoteCamera24, RemoteCamera32, RemoteCamera48, RemoteCamera64, RenewableEnergy20, RenewableEnergy24, RenewableEnergy32, RenewableEnergy48, RenewableEnergy64, Renovation20, Renovation24, Renovation32, Renovation48, Renovation64, Report20, Report24, Report32, Report48, Report64, Request20, Request24, Request32, Request48, Request64, Return20, Return24, Return32, Return48, Return64, Rfid20, Rfid24, Rfid32, Rfid48, Rfid64, Ruble20, Ruble24, Ruble32, Ruble48, Ruble64, Sample20, Sample24, Sample32, Sample48, Sample64, Save20, Save24, Save32, Save48, Save64, ScreenRotation20, ScreenRotation24, ScreenRotation32, ScreenRotation48, ScreenRotation64, Search20, Search24, Search32, Search48, Search64, SearchList20, SearchList24, SearchList32, SearchList48, SearchList64, SearchProduct20, SearchProduct24, SearchProduct32, SearchProduct48, SearchProduct64, SecurePayment20, SecurePayment24, SecurePayment32, SecurePayment48, SecurePayment64, SecurePaymentAlt20, SecurePaymentAlt24, SecurePaymentAlt32, SecurePaymentAlt48, SecurePaymentAlt64, Security20, Security24, Security32, Security48, Security64, Send20, Send24, Send32, Send48, Send64, Server20, Server24, Server32, Server48, Server64, Settings20, Settings24, Settings32, Settings48, Settings64, Share20, Share24, Share32, Share48, Share64, ShareIos20, ShareIos24, ShareIos32, ShareIos48, ShareIos64, Sharpening20, Sharpening24, Sharpening32, Sharpening48, Sharpening64, Shelves20, Shelves24, Shelves32, Shelves48, Shelves64, Shutter20, Shutter24, Shutter32, Shutter48, Shutter64, Sidebar20, Sidebar24, Sidebar32, Sidebar48, Sidebar64, SidebarCollapse20, SidebarCollapse24, SidebarCollapse32, SidebarCollapse48, SidebarCollapse64, SidebarExpand20, SidebarExpand24, SidebarExpand32, SidebarExpand48, SidebarExpand64, SidebarFilled20, SidebarFilled24, SidebarFilled32, SidebarFilled48, SidebarFilled64, Size20, Size24, Size32, Size48, Size64, Slideshow20, Slideshow24, Slideshow32, Slideshow48, Slideshow64, SocialFacebook20, SocialFacebook24, SocialFacebook32, SocialFacebook48, SocialFacebook64, SocialInstagram20, SocialInstagram24, SocialInstagram32, SocialInstagram48, SocialInstagram64, SocialLinkedin20, SocialLinkedin24, SocialLinkedin32, SocialLinkedin48, SocialLinkedin64, SocialPinterest20, SocialPinterest24, SocialPinterest32, SocialPinterest48, SocialPinterest64, SocialSlack20, SocialSlack24, SocialSlack32, SocialSlack48, SocialSlack64, SocialSpotify20, SocialSpotify24, SocialSpotify32, SocialSpotify48, SocialSpotify64, SocialTelegram20, SocialTelegram24, SocialTelegram32, SocialTelegram48, SocialTelegram64, SocialTiktok20, SocialTiktok24, SocialTiktok32, SocialTiktok48, SocialTiktok64, SocialWhatsapp20, SocialWhatsapp24, SocialWhatsapp32, SocialWhatsapp48, SocialWhatsapp64, SocialWorkplace20, SocialWorkplace24, SocialWorkplace32, SocialWorkplace48, SocialWorkplace64, SocialX20, SocialX24, SocialX32, SocialX48, SocialX64, SocialYoutube20, SocialYoutube24, SocialYoutube32, SocialYoutube48, SocialYoutube64, SortDown20, SortDown24, SortDown32, SortDown48, SortDown64, SortTop20, SortTop24, SortTop32, SortTop48, SortTop64, SortTopDown20, SortTopDown24, SortTopDown32, SortTopDown48, SortTopDown64, Split20, Split24, Split32, Split48, Split64, Stairs20, Stairs24, Stairs32, Stairs48, Stairs64, Star20, Star24, Star32, Star48, Star64, StarFilled20, StarFilled24, StarFilled32, StarFilled48, StarFilled64, StarHalf20, StarHalf24, StarHalf32, StarHalf48, StarHalf64, StoreBricoman20, StoreBricoman24, StoreBricoman32, StoreBricoman48, StoreBricoman64, StoreLeroymerlin20, StoreLeroymerlin24, StoreLeroymerlin32, StoreLeroymerlin48, StoreLeroymerlin64, StoreLocationBm20, StoreLocationBm24, StoreLocationBm32, StoreLocationBm48, StoreLocationBm64, StoreLocationBmFilled20, StoreLocationBmFilled24, StoreLocationBmFilled32, StoreLocationBmFilled48, StoreLocationBmFilled64, StoreLocationLm20, StoreLocationLm24, StoreLocationLm32, StoreLocationLm48, StoreLocationLm64, StoreLocationLmFilled20, StoreLocationLmFilled24, StoreLocationLmFilled32, StoreLocationLmFilled48, StoreLocationLmFilled64, Survey20, Survey24, Survey32, Survey48, Survey64, SwapLeft20, SwapLeft24, SwapLeft32, SwapLeft48, SwapLeft64, SwapLeftRight20, SwapLeftRight24, SwapLeftRight32, SwapLeftRight48, SwapLeftRight64, SwapRight20, SwapRight24, SwapRight32, SwapRight48, SwapRight64, Temperature20, Temperature24, Temperature32, Temperature48, Temperature64, Tenant20, Tenant24, Tenant32, Tenant48, Tenant64, Terrace20, Terrace24, Terrace32, Terrace48, Terrace64, Thermostat20, Thermostat24, Thermostat32, Thermostat48, Thermostat64, ThumbDown20, ThumbDown24, ThumbDown32, ThumbDown48, ThumbDown64, ThumbUp20, ThumbUp24, ThumbUp32, ThumbUp48, ThumbUp64, Time20, Time24, Time32, Time48, Time64, Timer20, Timer24, Timer24h20, Timer24h24, Timer24h32, Timer24h48, Timer24h64, Timer2h20, Timer2h24, Timer2h32, Timer2h48, Timer2h64, Timer32, Timer3h20, Timer3h24, Timer3h32, Timer3h48, Timer3h64, Timer48, Timer48h20, Timer48h24, Timer48h32, Timer48h48, Timer48h64, Timer64, ToolRental20, ToolRental24, ToolRental32, ToolRental48, ToolRental64, Toolbox20, Toolbox24, Toolbox32, Toolbox48, Toolbox64, Transfer20, Transfer24, Transfer32, Transfer48, Transfer64, Trash20, Trash24, Trash32, Trash48, Trash64, Trolley20, Trolley24, Trolley32, Trolley48, Trolley64, Truck20, Truck24, Truck32, Truck48, Truck64, TruckLoading20, TruckLoading24, TruckLoading32, TruckLoading48, TruckLoading64, TruckUnloading20, TruckUnloading24, TruckUnloading32, TruckUnloading48, TruckUnloading64, Unlink20, Unlink24, Unlink32, Unlink48, Unlink64, Upload20, Upload24, Upload32, Upload48, Upload64, Uploading20, Uploading24, Uploading32, Uploading48, Uploading64, Ventilation20, Ventilation24, Ventilation32, Ventilation48, Ventilation64, Video20, Video24, Video32, Video48, Video64, VideoAlt20, VideoAlt24, VideoAlt32, VideoAlt48, VideoAlt64, VideoTrimEnd20, VideoTrimEnd24, VideoTrimEnd32, VideoTrimEnd48, VideoTrimEnd64, VideoTrimStart20, VideoTrimStart24, VideoTrimStart32, VideoTrimStart48, VideoTrimStart64, View36020, View36024, View36032, View36048, View36064, View3d20, View3d24, View3d32, View3d48, View3d64, ViewAr20, ViewAr24, ViewAr32, ViewAr48, ViewAr64, ViewCompact20, ViewCompact24, ViewCompact32, ViewCompact48, ViewCompact64, ViewCompactFilled20, ViewCompactFilled24, ViewCompactFilled32, ViewCompactFilled48, ViewCompactFilled64, ViewGridX120, ViewGridX124, ViewGridX132, ViewGridX148, ViewGridX164, ViewGridX1Filled20, ViewGridX1Filled24, ViewGridX1Filled32, ViewGridX1Filled48, ViewGridX1Filled64, ViewGridX420, ViewGridX424, ViewGridX432, ViewGridX448, ViewGridX464, ViewGridX4Filled20, ViewGridX4Filled24, ViewGridX4Filled32, ViewGridX4Filled48, ViewGridX4Filled64, ViewGridX920, ViewGridX924, ViewGridX932, ViewGridX948, ViewGridX964, ViewGridX9Filled20, ViewGridX9Filled24, ViewGridX9Filled32, ViewGridX9Filled48, ViewGridX9Filled64, ViewLarge20, ViewLarge24, ViewLarge32, ViewLarge48, ViewLarge64, ViewLargeFilled20, ViewLargeFilled24, ViewLargeFilled32, ViewLargeFilled48, ViewLargeFilled64, ViewList20, ViewList24, ViewList32, ViewList48, ViewList64, ViewListFilled20, ViewListFilled24, ViewListFilled32, ViewListFilled48, ViewListFilled64, Voice20, Voice24, Voice32, Voice48, Voice64, VolumeMute20, VolumeMute24, VolumeMute32, VolumeMute48, VolumeMute64, VolumeOn20, VolumeOn24, VolumeOn32, VolumeOn48, VolumeOn64, Wallet20, Wallet24, Wallet32, Wallet48, Wallet64, Wallpaper20, Wallpaper24, Wallpaper32, Wallpaper48, Wallpaper64, Warehouse20, Warehouse24, Warehouse32, Warehouse48, Warehouse64, WarningCircle20, WarningCircle24, WarningCircle32, WarningCircle48, WarningCircle64, WarningCircleFilled20, WarningCircleFilled24, WarningCircleFilled32, WarningCircleFilled48, WarningCircleFilled64, Warranty20, Warranty24, Warranty32, Warranty48, Warranty64, Weight20, Weight24, Weight32, Weight48, Weight64, Wifi20, Wifi24, Wifi32, Wifi48, Wifi64, WifiError20, WifiError24, WifiError32, WifiError48, WifiError64, WifiReset20, WifiReset24, WifiReset32, WifiReset48, WifiReset64, Window20, Window24, Window32, Window48, Window64, Woman20, Woman24, Woman32, Woman48, Woman64, Wood20, Wood24, Wood32, Wood48, Wood64, WoodFlooring20, WoodFlooring24, WoodFlooring32, WoodFlooring48, WoodFlooring64, WoodFlooringAlt20, WoodFlooringAlt24, WoodFlooringAlt32, WoodFlooringAlt48, WoodFlooringAlt64, WoodSaw20, WoodSaw24, WoodSaw32, WoodSaw48, WoodSaw64, WorksiteDelivery20, WorksiteDelivery24, WorksiteDelivery32, WorksiteDelivery48, WorksiteDelivery64, Worldwide20, Worldwide24, Worldwide32, Worldwide48, Worldwide64, Wrench20, Wrench24, Wrench32, Wrench48, Wrench64, Zloty20, Zloty24, Zloty32, Zloty48, Zloty64 };
|
|
16856
|
+
export { A11y20, A11y24, A11y32, A11y48, A11y64, Admin20, Admin24, Admin32, Admin48, Admin64, Administration20, Administration24, Administration32, Administration48, Administration64, Ai20, Ai24, Ai32, Ai48, Ai64, Apartment20, Apartment24, Apartment32, Apartment48, Apartment64, Api20, Api24, Api32, Api48, Api64, ArrowBack20, ArrowBack24, ArrowBack32, ArrowBack48, ArrowBack64, ArrowBottom20, ArrowBottom24, ArrowBottom32, ArrowBottom48, ArrowBottom64, ArrowBottomLeft20, ArrowBottomLeft24, ArrowBottomLeft32, ArrowBottomLeft48, ArrowBottomLeft64, ArrowBottomRight20, ArrowBottomRight24, ArrowBottomRight32, ArrowBottomRight48, ArrowBottomRight64, ArrowNext20, ArrowNext24, ArrowNext32, ArrowNext48, ArrowNext64, ArrowRedo20, ArrowRedo24, ArrowRedo32, ArrowRedo48, ArrowRedo64, ArrowTop20, ArrowTop24, ArrowTop32, ArrowTop48, ArrowTop64, ArrowTopLeft20, ArrowTopLeft24, ArrowTopLeft32, ArrowTopLeft48, ArrowTopLeft64, ArrowTopRight20, ArrowTopRight24, ArrowTopRight32, ArrowTopRight48, ArrowTopRight64, ArrowUndo20, ArrowUndo24, ArrowUndo32, ArrowUndo48, ArrowUndo64, Attic20, Attic24, Attic32, Attic48, Attic64, AuthenticationFaceId20, AuthenticationFaceId24, AuthenticationFaceId32, AuthenticationFaceId48, AuthenticationFaceId64, AuthenticationFingerprint20, AuthenticationFingerprint24, AuthenticationFingerprint32, AuthenticationFingerprint48, AuthenticationFingerprint64, AuthenticationPincode20, AuthenticationPincode24, AuthenticationPincode32, AuthenticationPincode48, AuthenticationPincode64, Balcony20, Balcony24, Balcony32, Balcony48, Balcony64, Barbecue20, Barbecue24, Barbecue32, Barbecue48, Barbecue64, BarcodeScanner20, BarcodeScanner24, BarcodeScanner32, BarcodeScanner48, BarcodeScanner64, Bathroom20, Bathroom24, Bathroom32, Bathroom48, Bathroom64, BatteryFull20, BatteryFull24, BatteryFull32, BatteryFull48, BatteryFull64, BatteryHalf20, BatteryHalf24, BatteryHalf32, BatteryHalf48, BatteryHalf64, BatteryLow20, BatteryLow24, BatteryLow32, BatteryLow48, BatteryLow64, Bedroom20, Bedroom24, Bedroom32, Bedroom48, Bedroom64, BigBag20, BigBag24, BigBag32, BigBag48, BigBag64, BillEuro20, BillEuro24, BillEuro32, BillEuro48, BillEuro64, BillLei20, BillLei24, BillLei32, BillLei48, BillLei64, BillZloty20, BillZloty24, BillZloty32, BillZloty48, BillZloty64, Bluetooth20, Bluetooth24, Bluetooth32, Bluetooth48, Bluetooth64, Book20, Book24, Book32, Book48, Book64, Brightness20, Brightness24, Brightness32, Brightness48, Brightness64, Calculator20, Calculator24, Calculator32, Calculator48, Calculator64, Calendar20, Calendar24, Calendar32, Calendar48, Calendar64, Camera20, Camera24, Camera32, Camera48, Camera64, CarPark20, CarPark24, CarPark32, CarPark48, CarPark64, Cart20, Cart24, Cart32, Cart48, Cart64, Certification20, Certification24, Certification32, Certification48, Certification64, Chat20, Chat24, Chat32, Chat48, Chat64, Check20, Check24, Check32, Check48, Check64, CheckCircle20, CheckCircle24, CheckCircle32, CheckCircle48, CheckCircle64, CheckCircleFilled20, CheckCircleFilled24, CheckCircleFilled32, CheckCircleFilled48, CheckCircleFilled64, Checkout20, Checkout24, Checkout32, Checkout48, Checkout64, CheckoutAlt20, CheckoutAlt24, CheckoutAlt32, CheckoutAlt48, CheckoutAlt64, ChevronDown20, ChevronDown24, ChevronDown32, ChevronDown48, ChevronDown64, ChevronLeft20, ChevronLeft24, ChevronLeft32, ChevronLeft48, ChevronLeft64, ChevronRight20, ChevronRight24, ChevronRight32, ChevronRight48, ChevronRight64, ChevronUp20, ChevronUp24, ChevronUp32, ChevronUp48, ChevronUp64, ChristmasTree20, ChristmasTree24, ChristmasTree32, ChristmasTree48, ChristmasTree64, CircularEconomy20, CircularEconomy24, CircularEconomy32, CircularEconomy48, CircularEconomy64, CleaningProduct20, CleaningProduct24, CleaningProduct32, CleaningProduct48, CleaningProduct64, Code20, Code24, Code32, Code48, Code64, Coffee20, Coffee24, Coffee32, Coffee48, Coffee64, Comment20, Comment24, Comment32, Comment48, Comment64, Company20, Company24, Company32, Company48, Company64, Comparator20, Comparator24, Comparator32, Comparator48, Comparator64, ConcreteFloor20, ConcreteFloor24, ConcreteFloor32, ConcreteFloor48, ConcreteFloor64, Condition20, Condition24, Condition32, Condition48, Condition64, Connect20, Connect24, Connect32, Connect48, Connect64, ConnectedHome20, ConnectedHome24, ConnectedHome32, ConnectedHome48, ConnectedHome64, ConstructionSite20, ConstructionSite24, ConstructionSite32, ConstructionSite48, ConstructionSite64, Contrast20, Contrast24, Contrast32, Contrast48, Contrast64, Copy20, Copy24, Copy32, Copy48, Copy64, Course20, Course24, Course32, Course48, Course64, Cpu20, Cpu24, Cpu32, Cpu48, Cpu64, Craftsman20, Craftsman24, Craftsman32, Craftsman48, Craftsman64, CreditCard20, CreditCard24, CreditCard32, CreditCard48, CreditCard64, Cross20, Cross24, Cross32, Cross48, Cross64, CrossCircle20, CrossCircle24, CrossCircle32, CrossCircle48, CrossCircle64, CrossCircleFilled20, CrossCircleFilled24, CrossCircleFilled32, CrossCircleFilled48, CrossCircleFilled64, CurrencyDollar20, CurrencyDollar24, CurrencyDollar32, CurrencyDollar48, CurrencyDollar64, CurrencyEuro20, CurrencyEuro24, CurrencyEuro32, CurrencyEuro48, CurrencyEuro64, CurrencyLei20, CurrencyLei24, CurrencyLei32, CurrencyLei48, CurrencyLei64, Curtains20, Curtains24, Curtains32, Curtains48, Curtains64, CuttingWoodGlass20, CuttingWoodGlass24, CuttingWoodGlass32, CuttingWoodGlass48, CuttingWoodGlass64, Cybersecurity20, Cybersecurity24, Cybersecurity32, Cybersecurity48, Cybersecurity64, CybersecurityCheck20, CybersecurityCheck24, CybersecurityCheck32, CybersecurityCheck48, CybersecurityCheck64, CybersecurityWarning20, CybersecurityWarning24, CybersecurityWarning32, CybersecurityWarning48, CybersecurityWarning64, Danger20, Danger24, Danger32, Danger48, Danger64, Data20, Data24, Data32, Data48, Data64, Database20, Database24, Database32, Database48, Database64, Delivery20, Delivery24, Delivery32, Delivery48, Delivery64, DeviceDesktop20, DeviceDesktop24, DeviceDesktop32, DeviceDesktop48, DeviceDesktop64, DeviceLaptop20, DeviceLaptop24, DeviceLaptop32, DeviceLaptop48, DeviceLaptop64, DeviceMobile20, DeviceMobile24, DeviceMobile32, DeviceMobile48, DeviceMobile64, DeviceTablet20, DeviceTablet24, DeviceTablet32, DeviceTablet48, DeviceTablet64, Direction20, Direction24, Direction32, Direction48, Direction64, Discount20, Discount24, Discount32, Discount48, Discount64, Distance20, Distance24, Distance32, Distance48, Distance64, Diy20, Diy24, Diy32, Diy48, Diy64, DiyAlt20, DiyAlt24, DiyAlt32, DiyAlt48, DiyAlt64, Document20, Document24, Document32, Document48, Document64, Dollar20, Dollar24, Dollar32, Dollar48, Dollar64, Door20, Door24, Door32, Door48, Door64, Download20, Download24, Download32, Download48, Download64, Drag20, Drag24, Drag32, Drag48, Drag64, Draw20, Draw24, Draw32, Draw48, Draw64, Dressing20, Dressing24, Dressing32, Dressing48, Dressing64, Drill20, Drill24, Drill32, Drill48, Drill64, DrillAlt20, DrillAlt24, DrillAlt32, DrillAlt48, DrillAlt64, Eco20, Eco24, Eco32, Eco48, Eco64, EcoAlt20, EcoAlt24, EcoAlt32, EcoAlt48, EcoAlt64, Edit20, Edit24, Edit32, Edit48, Edit64, Electricity20, Electricity24, Electricity32, Electricity48, Electricity64, Enki20, Enki24, Enki32, Enki48, Enki64, Error20, Error24, Error32, Error48, Error64, ErrorFilled20, ErrorFilled24, ErrorFilled32, ErrorFilled48, ErrorFilled64, Euro20, Euro24, Euro32, Euro48, Euro64, Europe20, Europe24, Europe32, Europe48, Europe64, ExpandLeft20, ExpandLeft24, ExpandLeft32, ExpandLeft48, ExpandLeft64, ExpandLeftAlt20, ExpandLeftAlt24, ExpandLeftAlt32, ExpandLeftAlt48, ExpandLeftAlt64, ExpandRight20, ExpandRight24, ExpandRight32, ExpandRight48, ExpandRight64, ExpandRightAlt20, ExpandRightAlt24, ExpandRightAlt32, ExpandRightAlt48, ExpandRightAlt64, ExternalLink20, ExternalLink24, ExternalLink32, ExternalLink48, ExternalLink64, Eye20, Eye24, Eye32, Eye48, Eye64, EyeOff20, EyeOff24, EyeOff32, EyeOff48, EyeOff64, Factory20, Factory24, Factory32, Factory48, Factory64, Faucet20, Faucet24, Faucet32, Faucet48, Faucet64, Favorite20, Favorite24, Favorite32, Favorite48, Favorite64, FavoriteFilled20, FavoriteFilled24, FavoriteFilled32, FavoriteFilled48, FavoriteFilled64, FeelingDissatisfied20, FeelingDissatisfied24, FeelingDissatisfied32, FeelingDissatisfied48, FeelingDissatisfied64, FeelingNeutral20, FeelingNeutral24, FeelingNeutral32, FeelingNeutral48, FeelingNeutral64, FeelingSatisfied20, FeelingSatisfied24, FeelingSatisfied32, FeelingSatisfied48, FeelingSatisfied64, FeelingVeryDissatisfied20, FeelingVeryDissatisfied24, FeelingVeryDissatisfied32, FeelingVeryDissatisfied48, FeelingVeryDissatisfied64, FeelingVerySatisfied20, FeelingVerySatisfied24, FeelingVerySatisfied32, FeelingVerySatisfied48, FeelingVerySatisfied64, FileBlank20, FileBlank24, FileBlank32, FileBlank48, FileBlank64, FileCsv20, FileCsv24, FileCsv32, FileCsv48, FileCsv64, FileDoc20, FileDoc24, FileDoc32, FileDoc48, FileDoc64, FileFig20, FileFig24, FileFig32, FileFig48, FileFig64, FileJpg20, FileJpg24, FileJpg32, FileJpg48, FileJpg64, FilePdf20, FilePdf24, FilePdf32, FilePdf48, FilePdf64, FilePng20, FilePng24, FilePng32, FilePng48, FilePng64, FileSvg20, FileSvg24, FileSvg32, FileSvg48, FileSvg64, FileXls20, FileXls24, FileXls32, FileXls48, FileXls64, Filter20, Filter24, Filter32, Filter48, Filter64, Fire20, Fire24, Fire32, Fire48, Fire64, FlashingLight20, FlashingLight24, FlashingLight32, FlashingLight48, FlashingLight64, Floor20, Floor24, Floor32, Floor48, Floor64, Folder20, Folder24, Folder32, Folder48, Folder64, FolderNew20, FolderNew24, FolderNew32, FolderNew48, FolderNew64, France20, France24, France32, France48, France64, FullscreenEnter20, FullscreenEnter24, FullscreenEnter32, FullscreenEnter48, FullscreenEnter64, FullscreenEnterAlt20, FullscreenEnterAlt24, FullscreenEnterAlt32, FullscreenEnterAlt48, FullscreenEnterAlt64, FullscreenExit20, FullscreenExit24, FullscreenExit32, FullscreenExit48, FullscreenExit64, FullscreenExitAlt20, FullscreenExitAlt24, FullscreenExitAlt32, FullscreenExitAlt48, FullscreenExitAlt64, FundingCardEuro20, FundingCardEuro24, FundingCardEuro32, FundingCardEuro48, FundingCardEuro64, FundingCardLei20, FundingCardLei24, FundingCardLei32, FundingCardLei48, FundingCardLei64, FundingCardZloty20, FundingCardZloty24, FundingCardZloty32, FundingCardZloty48, FundingCardZloty64, FundingEuro20, FundingEuro24, FundingEuro32, FundingEuro48, FundingEuro64, FundingLei20, FundingLei24, FundingLei32, FundingLei48, FundingLei64, FundingZloty20, FundingZloty24, FundingZloty32, FundingZloty48, FundingZloty64, Garage20, Garage24, Garage32, Garage48, Garage64, Garden20, Garden24, Garden32, Garden48, Garden64, GardenAlt20, GardenAlt24, GardenAlt32, GardenAlt48, GardenAlt64, Gate20, Gate24, Gate32, Gate48, Gate64, Gauge20, Gauge24, Gauge32, Gauge48, Gauge64, Gift20, Gift24, Gift32, Gift48, Gift64, Glass20, Glass24, Glass32, Glass48, Glass64, Group20, Group24, Group32, Group48, Group64, Hammer20, Hammer24, Hammer32, Hammer48, Hammer64, HandSanitiser20, HandSanitiser24, HandSanitiser32, HandSanitiser48, HandSanitiser64, Handbag20, Handbag24, Handbag32, Handbag48, Handbag64, HardHat20, HardHat24, HardHat32, HardHat48, HardHat64, HardHatAlt20, HardHatAlt24, HardHatAlt32, HardHatAlt48, HardHatAlt64, Hardware20, Hardware24, Hardware32, Hardware48, Hardware64, HearingDisabled20, HearingDisabled24, HearingDisabled32, HearingDisabled48, HearingDisabled64, Heater20, Heater24, Heater32, Heater48, Heater64, HelpCircle20, HelpCircle24, HelpCircle32, HelpCircle48, HelpCircle64, Helpline20, Helpline24, Helpline32, Helpline48, Helpline64, HierarchyTree20, HierarchyTree24, HierarchyTree32, HierarchyTree48, HierarchyTree64, HierarchyTreeAlt20, HierarchyTreeAlt24, HierarchyTreeAlt32, HierarchyTreeAlt48, HierarchyTreeAlt64, History20, History24, History32, History48, History64, Home20, Home24, Home32, Home48, Home64, HotWater20, HotWater24, HotWater32, HotWater48, HotWater64, Hourglass20, Hourglass24, Hourglass32, Hourglass48, Hourglass64, House20, House24, House32, House48, House64, IdCard20, IdCard24, IdCard32, IdCard48, IdCard64, Image20, Image24, Image32, Image48, Image64, ImageAlt20, ImageAlt24, ImageAlt32, ImageAlt48, ImageAlt64, ImageCrop20, ImageCrop24, ImageCrop32, ImageCrop48, ImageCrop64, ImageResize20, ImageResize24, ImageResize32, ImageResize48, ImageResize64, ImageSelection20, ImageSelection24, ImageSelection32, ImageSelection48, ImageSelection64, Infinity20, Infinity24, Infinity32, Infinity48, Infinity64, InfoCircle20, InfoCircle24, InfoCircle32, InfoCircle48, InfoCircle64, InfoCircleFilled20, InfoCircleFilled24, InfoCircleFilled32, InfoCircleFilled48, InfoCircleFilled64, Insulation20, Insulation24, Insulation32, Insulation48, Insulation64, InsulationAlt20, InsulationAlt24, InsulationAlt32, InsulationAlt48, InsulationAlt64, Kanban20, Kanban24, Kanban32, Kanban48, Kanban64, Key20, Key24, Key32, Key48, Key64, KeyAlt20, KeyAlt24, KeyAlt32, KeyAlt48, KeyAlt64, Keyboard20, Keyboard24, Keyboard32, Keyboard48, Keyboard64, Kids20, Kids24, Kids32, Kids48, Kids64, Kitchen20, Kitchen24, Kitchen32, Kitchen48, Kitchen64, KitchenAlt20, KitchenAlt24, KitchenAlt32, KitchenAlt48, KitchenAlt64, LawnMower20, LawnMower24, LawnMower32, LawnMower48, LawnMower64, Layers20, Layers24, Layers32, Layers48, Layers64, Leak20, Leak24, Leak32, Leak48, Leak64, LeroyMerlin20, LeroyMerlin24, LeroyMerlin32, LeroyMerlin48, LeroyMerlin64, Less20, Less24, Less32, Less48, Less64, LessCircle20, LessCircle24, LessCircle32, LessCircle48, LessCircle64, Lighting20, Lighting24, Lighting32, Lighting48, Lighting64, Link20, Link24, Link32, Link48, Link64, List20, List24, List32, List48, List64, ListAdd20, ListAdd24, ListAdd32, ListAdd48, ListAdd64, ListView20, ListView24, ListView32, ListView48, ListView64, LivingRoom20, LivingRoom24, LivingRoom32, LivingRoom48, LivingRoom64, Location20, Location24, Location32, Location48, Location64, LocationFilled20, LocationFilled24, LocationFilled32, LocationFilled48, LocationFilled64, Locator20, Locator24, Locator32, Locator48, Locator64, Lock20, Lock24, Lock32, Lock48, Lock64, LockOpen20, LockOpen24, LockOpen32, LockOpen48, LockOpen64, Locker20, Locker24, Locker32, Locker48, Locker64, LogOut20, LogOut24, LogOut32, LogOut48, LogOut64, LoyaltyBm20, LoyaltyBm24, LoyaltyBm32, LoyaltyBm48, LoyaltyBm64, LoyaltyLm20, LoyaltyLm24, LoyaltyLm32, LoyaltyLm48, LoyaltyLm64, Mail20, Mail24, Mail32, Mail48, Mail64, MailAlt20, MailAlt24, MailAlt32, MailAlt48, MailAlt64, Man20, Man24, Man32, Man48, Man64, Map20, Map24, Map32, Map48, Map64, Mask20, Mask24, Mask32, Mask48, Mask64, Masonry20, Masonry24, Masonry32, Masonry48, Masonry64, MasonryAlt20, MasonryAlt24, MasonryAlt32, MasonryAlt48, MasonryAlt64, Megaphone20, Megaphone24, Megaphone32, Megaphone48, Megaphone64, Menu20, Menu24, Menu32, Menu48, Menu64, Mic20, Mic24, Mic32, Mic48, Mic64, MixerTruck20, MixerTruck24, MixerTruck32, MixerTruck48, MixerTruck64, Modular20, Modular24, Modular32, Modular48, Modular64, More20, More24, More32, More48, More64, MoreCircle20, MoreCircle24, MoreCircle32, MoreCircle48, MoreCircle64, MozaicIconBase, Music20, Music24, Music32, Music48, Music64, Newspaper20, Newspaper24, Newspaper32, Newspaper48, Newspaper64, NightMode20, NightMode24, NightMode32, NightMode48, NightMode64, NoPicture20, NoPicture24, NoPicture32, NoPicture48, NoPicture64, Notification20, Notification24, Notification32, Notification48, Notification64, NotificationRead20, NotificationRead24, NotificationRead32, NotificationRead48, NotificationRead64, NotificationUnread20, NotificationUnread24, NotificationUnread32, NotificationUnread48, NotificationUnread64, OptionsHorizontal20, OptionsHorizontal24, OptionsHorizontal32, OptionsHorizontal48, OptionsHorizontal64, OptionsVertical20, OptionsVertical24, OptionsVertical32, OptionsVertical48, OptionsVertical64, Owner20, Owner24, Owner32, Owner48, Owner64, Package20, Package24, Package32, Package48, Package64, PackageAdd20, PackageAdd24, PackageAdd32, PackageAdd48, PackageAdd64, Paint20, Paint24, Paint32, Paint48, Paint64, PaintCan20, PaintCan24, PaintCan32, PaintCan48, PaintCan64, Palette20, Palette24, Palette32, Palette48, Palette64, Pallet20, Pallet24, Pallet32, Pallet48, Pallet64, Pantone20, Pantone24, Pantone32, Pantone48, Pantone64, ParcelHandover20, ParcelHandover24, ParcelHandover32, ParcelHandover48, ParcelHandover64, ParcelLoading20, ParcelLoading24, ParcelLoading32, ParcelLoading48, ParcelLoading64, Partnership20, Partnership24, Partnership32, Partnership48, Partnership64, Pause20, Pause24, Pause32, Pause48, Pause64, PauseCircle20, PauseCircle24, PauseCircle32, PauseCircle48, PauseCircle64, PaymentCheck20, PaymentCheck24, PaymentCheck32, PaymentCheck48, PaymentCheck64, Phone20, Phone24, Phone32, Phone48, Phone64, Picker20, Picker24, Picker32, Picker48, Picker64, Pickup20, Pickup24, Pickup32, Pickup48, Pickup64, PickupLocation20, PickupLocation24, PickupLocation32, PickupLocation48, PickupLocation64, PickupLocationFilled20, PickupLocationFilled24, PickupLocationFilled32, PickupLocationFilled48, PickupLocationFilled64, Pipe20, Pipe24, Pipe32, Pipe48, Pipe64, Play20, Play24, Play32, Play48, Play64, PlayCircle20, PlayCircle24, PlayCircle32, PlayCircle48, PlayCircle64, Playlist20, Playlist24, Playlist32, Playlist48, Playlist64, Policies20, Policies24, Policies32, Policies48, Policies64, Pool20, Pool24, Pool32, Pool48, Pool64, Premium20, Premium24, Premium32, Premium48, Premium64, PriceTag20, PriceTag24, PriceTag32, PriceTag48, PriceTag64, Print20, Print24, Print32, Print48, Print64, Profile20, Profile24, Profile32, Profile48, Profile64, ProfileCollaborator20, ProfileCollaborator24, ProfileCollaborator32, ProfileCollaborator48, ProfileCollaborator64, ProfilePassion20, ProfilePassion24, ProfilePassion32, ProfilePassion48, ProfilePassion64, ProfilePro20, ProfilePro24, ProfilePro32, ProfilePro48, ProfilePro64, Project20, Project24, Project32, Project48, Project64, PushPin20, PushPin24, PushPin32, PushPin48, PushPin64, PushPinOff20, PushPinOff24, PushPinOff32, PushPinOff48, PushPinOff64, Question20, Question24, Question32, Question48, Question64, Ratio1120, Ratio1124, Ratio1132, Ratio1148, Ratio1164, Ratio16920, Ratio16924, Ratio16932, Ratio16948, Ratio16964, Ratio3420, Ratio3424, Ratio3432, Ratio3448, Ratio3464, Ratio4320, Ratio4324, Ratio4332, Ratio4348, Ratio4364, Ratio91620, Ratio91624, Ratio91632, Ratio91648, Ratio91664, ReceiptEuro20, ReceiptEuro24, ReceiptEuro32, ReceiptEuro48, ReceiptEuro64, ReceiptLei20, ReceiptLei24, ReceiptLei32, ReceiptLei48, ReceiptLei64, ReceiptZloty20, ReceiptZloty24, ReceiptZloty32, ReceiptZloty48, ReceiptZloty64, Refresh20, Refresh24, Refresh32, Refresh48, Refresh64, ReinforcedConcrete20, ReinforcedConcrete24, ReinforcedConcrete32, ReinforcedConcrete48, ReinforcedConcrete64, Release20, Release24, Release32, Release48, Release64, RemoteCamera20, RemoteCamera24, RemoteCamera32, RemoteCamera48, RemoteCamera64, RenewableEnergy20, RenewableEnergy24, RenewableEnergy32, RenewableEnergy48, RenewableEnergy64, Renovation20, Renovation24, Renovation32, Renovation48, Renovation64, Report20, Report24, Report32, Report48, Report64, Request20, Request24, Request32, Request48, Request64, Return20, Return24, Return32, Return48, Return64, Rfid20, Rfid24, Rfid32, Rfid48, Rfid64, Ruble20, Ruble24, Ruble32, Ruble48, Ruble64, Sample20, Sample24, Sample32, Sample48, Sample64, Save20, Save24, Save32, Save48, Save64, ScreenRotation20, ScreenRotation24, ScreenRotation32, ScreenRotation48, ScreenRotation64, Search20, Search24, Search32, Search48, Search64, SearchList20, SearchList24, SearchList32, SearchList48, SearchList64, SearchProduct20, SearchProduct24, SearchProduct32, SearchProduct48, SearchProduct64, SecurePayment20, SecurePayment24, SecurePayment32, SecurePayment48, SecurePayment64, SecurePaymentAlt20, SecurePaymentAlt24, SecurePaymentAlt32, SecurePaymentAlt48, SecurePaymentAlt64, Security20, Security24, Security32, Security48, Security64, Send20, Send24, Send32, Send48, Send64, Server20, Server24, Server32, Server48, Server64, Settings20, Settings24, Settings32, Settings48, Settings64, Share20, Share24, Share32, Share48, Share64, ShareIos20, ShareIos24, ShareIos32, ShareIos48, ShareIos64, Sharpening20, Sharpening24, Sharpening32, Sharpening48, Sharpening64, Shelves20, Shelves24, Shelves32, Shelves48, Shelves64, Shutter20, Shutter24, Shutter32, Shutter48, Shutter64, Sidebar20, Sidebar24, Sidebar32, Sidebar48, Sidebar64, SidebarCollapse20, SidebarCollapse24, SidebarCollapse32, SidebarCollapse48, SidebarCollapse64, SidebarExpand20, SidebarExpand24, SidebarExpand32, SidebarExpand48, SidebarExpand64, SidebarFilled20, SidebarFilled24, SidebarFilled32, SidebarFilled48, SidebarFilled64, Size20, Size24, Size32, Size48, Size64, Slideshow20, Slideshow24, Slideshow32, Slideshow48, Slideshow64, SocialFacebook20, SocialFacebook24, SocialFacebook32, SocialFacebook48, SocialFacebook64, SocialInstagram20, SocialInstagram24, SocialInstagram32, SocialInstagram48, SocialInstagram64, SocialLinkedin20, SocialLinkedin24, SocialLinkedin32, SocialLinkedin48, SocialLinkedin64, SocialPinterest20, SocialPinterest24, SocialPinterest32, SocialPinterest48, SocialPinterest64, SocialSlack20, SocialSlack24, SocialSlack32, SocialSlack48, SocialSlack64, SocialSpotify20, SocialSpotify24, SocialSpotify32, SocialSpotify48, SocialSpotify64, SocialTelegram20, SocialTelegram24, SocialTelegram32, SocialTelegram48, SocialTelegram64, SocialTiktok20, SocialTiktok24, SocialTiktok32, SocialTiktok48, SocialTiktok64, SocialWhatsapp20, SocialWhatsapp24, SocialWhatsapp32, SocialWhatsapp48, SocialWhatsapp64, SocialWorkplace20, SocialWorkplace24, SocialWorkplace32, SocialWorkplace48, SocialWorkplace64, SocialX20, SocialX24, SocialX32, SocialX48, SocialX64, SocialYoutube20, SocialYoutube24, SocialYoutube32, SocialYoutube48, SocialYoutube64, SortDown20, SortDown24, SortDown32, SortDown48, SortDown64, SortTop20, SortTop24, SortTop32, SortTop48, SortTop64, SortTopDown20, SortTopDown24, SortTopDown32, SortTopDown48, SortTopDown64, Split20, Split24, Split32, Split48, Split64, Stairs20, Stairs24, Stairs32, Stairs48, Stairs64, Star20, Star24, Star32, Star48, Star64, StarFilled20, StarFilled24, StarFilled32, StarFilled48, StarFilled64, StarHalf20, StarHalf24, StarHalf32, StarHalf48, StarHalf64, Stop20, Stop24, Stop32, Stop48, Stop64, StopCircle20, StopCircle24, StopCircle32, StopCircle48, StopCircle64, StoreBricoman20, StoreBricoman24, StoreBricoman32, StoreBricoman48, StoreBricoman64, StoreLeroymerlin20, StoreLeroymerlin24, StoreLeroymerlin32, StoreLeroymerlin48, StoreLeroymerlin64, StoreLocationBm20, StoreLocationBm24, StoreLocationBm32, StoreLocationBm48, StoreLocationBm64, StoreLocationBmFilled20, StoreLocationBmFilled24, StoreLocationBmFilled32, StoreLocationBmFilled48, StoreLocationBmFilled64, StoreLocationLm20, StoreLocationLm24, StoreLocationLm32, StoreLocationLm48, StoreLocationLm64, StoreLocationLmFilled20, StoreLocationLmFilled24, StoreLocationLmFilled32, StoreLocationLmFilled48, StoreLocationLmFilled64, Survey20, Survey24, Survey32, Survey48, Survey64, SwapLeft20, SwapLeft24, SwapLeft32, SwapLeft48, SwapLeft64, SwapLeftRight20, SwapLeftRight24, SwapLeftRight32, SwapLeftRight48, SwapLeftRight64, SwapRight20, SwapRight24, SwapRight32, SwapRight48, SwapRight64, Temperature20, Temperature24, Temperature32, Temperature48, Temperature64, Tenant20, Tenant24, Tenant32, Tenant48, Tenant64, Terrace20, Terrace24, Terrace32, Terrace48, Terrace64, Thermostat20, Thermostat24, Thermostat32, Thermostat48, Thermostat64, ThumbDown20, ThumbDown24, ThumbDown32, ThumbDown48, ThumbDown64, ThumbDownFilled20, ThumbDownFilled24, ThumbDownFilled32, ThumbDownFilled48, ThumbDownFilled64, ThumbUp20, ThumbUp24, ThumbUp32, ThumbUp48, ThumbUp64, ThumbUpFilled20, ThumbUpFilled24, ThumbUpFilled32, ThumbUpFilled48, ThumbUpFilled64, Time20, Time24, Time32, Time48, Time64, Timer20, Timer24, Timer24h20, Timer24h24, Timer24h32, Timer24h48, Timer24h64, Timer2h20, Timer2h24, Timer2h32, Timer2h48, Timer2h64, Timer32, Timer3h20, Timer3h24, Timer3h32, Timer3h48, Timer3h64, Timer48, Timer48h20, Timer48h24, Timer48h32, Timer48h48, Timer48h64, Timer64, ToolRental20, ToolRental24, ToolRental32, ToolRental48, ToolRental64, Toolbox20, Toolbox24, Toolbox32, Toolbox48, Toolbox64, Transfer20, Transfer24, Transfer32, Transfer48, Transfer64, Trash20, Trash24, Trash32, Trash48, Trash64, Trolley20, Trolley24, Trolley32, Trolley48, Trolley64, Truck20, Truck24, Truck32, Truck48, Truck64, TruckLoading20, TruckLoading24, TruckLoading32, TruckLoading48, TruckLoading64, TruckUnloading20, TruckUnloading24, TruckUnloading32, TruckUnloading48, TruckUnloading64, Unlink20, Unlink24, Unlink32, Unlink48, Unlink64, Upload20, Upload24, Upload32, Upload48, Upload64, Uploading20, Uploading24, Uploading32, Uploading48, Uploading64, Ventilation20, Ventilation24, Ventilation32, Ventilation48, Ventilation64, Video20, Video24, Video32, Video48, Video64, VideoAlt20, VideoAlt24, VideoAlt32, VideoAlt48, VideoAlt64, VideoTrimEnd20, VideoTrimEnd24, VideoTrimEnd32, VideoTrimEnd48, VideoTrimEnd64, VideoTrimStart20, VideoTrimStart24, VideoTrimStart32, VideoTrimStart48, VideoTrimStart64, View36020, View36024, View36032, View36048, View36064, View3d20, View3d24, View3d32, View3d48, View3d64, ViewAr20, ViewAr24, ViewAr32, ViewAr48, ViewAr64, ViewCompact20, ViewCompact24, ViewCompact32, ViewCompact48, ViewCompact64, ViewCompactFilled20, ViewCompactFilled24, ViewCompactFilled32, ViewCompactFilled48, ViewCompactFilled64, ViewGridX120, ViewGridX124, ViewGridX132, ViewGridX148, ViewGridX164, ViewGridX1Filled20, ViewGridX1Filled24, ViewGridX1Filled32, ViewGridX1Filled48, ViewGridX1Filled64, ViewGridX420, ViewGridX424, ViewGridX432, ViewGridX448, ViewGridX464, ViewGridX4Filled20, ViewGridX4Filled24, ViewGridX4Filled32, ViewGridX4Filled48, ViewGridX4Filled64, ViewGridX920, ViewGridX924, ViewGridX932, ViewGridX948, ViewGridX964, ViewGridX9Filled20, ViewGridX9Filled24, ViewGridX9Filled32, ViewGridX9Filled48, ViewGridX9Filled64, ViewLarge20, ViewLarge24, ViewLarge32, ViewLarge48, ViewLarge64, ViewLargeFilled20, ViewLargeFilled24, ViewLargeFilled32, ViewLargeFilled48, ViewLargeFilled64, ViewList20, ViewList24, ViewList32, ViewList48, ViewList64, ViewListFilled20, ViewListFilled24, ViewListFilled32, ViewListFilled48, ViewListFilled64, Voice20, Voice24, Voice32, Voice48, Voice64, VolumeMute20, VolumeMute24, VolumeMute32, VolumeMute48, VolumeMute64, VolumeOn20, VolumeOn24, VolumeOn32, VolumeOn48, VolumeOn64, Wallet20, Wallet24, Wallet32, Wallet48, Wallet64, Wallpaper20, Wallpaper24, Wallpaper32, Wallpaper48, Wallpaper64, Warehouse20, Warehouse24, Warehouse32, Warehouse48, Warehouse64, WarningCircle20, WarningCircle24, WarningCircle32, WarningCircle48, WarningCircle64, WarningCircleFilled20, WarningCircleFilled24, WarningCircleFilled32, WarningCircleFilled48, WarningCircleFilled64, WarningTriangle20, WarningTriangle24, WarningTriangle32, WarningTriangle48, WarningTriangle64, WarningTriangleFilled20, WarningTriangleFilled24, WarningTriangleFilled32, WarningTriangleFilled48, WarningTriangleFilled64, Warranty20, Warranty24, Warranty32, Warranty48, Warranty64, Weight20, Weight24, Weight32, Weight48, Weight64, Wifi20, Wifi24, Wifi32, Wifi48, Wifi64, WifiError20, WifiError24, WifiError32, WifiError48, WifiError64, WifiReset20, WifiReset24, WifiReset32, WifiReset48, WifiReset64, Window20, Window24, Window32, Window48, Window64, Woman20, Woman24, Woman32, Woman48, Woman64, Wood20, Wood24, Wood32, Wood48, Wood64, WoodFlooring20, WoodFlooring24, WoodFlooring32, WoodFlooring48, WoodFlooring64, WoodFlooringAlt20, WoodFlooringAlt24, WoodFlooringAlt32, WoodFlooringAlt48, WoodFlooringAlt64, WoodSaw20, WoodSaw24, WoodSaw32, WoodSaw48, WoodSaw64, WorksiteDelivery20, WorksiteDelivery24, WorksiteDelivery32, WorksiteDelivery48, WorksiteDelivery64, Worldwide20, Worldwide24, Worldwide32, Worldwide48, Worldwide64, Wrench20, Wrench24, Wrench32, Wrench48, Wrench64, Zloty20, Zloty24, Zloty32, Zloty48, Zloty64 };
|