1 | import { IconDefinition as CoreIconDefinition, IconParams } from '@fortawesome/fontawesome-svg-core';
|
2 | import { IconDefinition, IconProp } from '../types';
|
3 | import { FaIconComponent } from './icon.component';
|
4 | import * as i0 from "@angular/core";
|
5 | export declare class FaDuotoneIconComponent extends FaIconComponent {
|
6 | |
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 | swapOpacity?: 'true' | 'false' | boolean;
|
14 | |
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 | primaryOpacity?: string | number;
|
21 | |
22 |
|
23 |
|
24 |
|
25 |
|
26 |
|
27 | secondaryOpacity?: string | number;
|
28 | |
29 |
|
30 |
|
31 |
|
32 |
|
33 |
|
34 | primaryColor?: string;
|
35 | |
36 |
|
37 |
|
38 |
|
39 |
|
40 |
|
41 | secondaryColor?: string;
|
42 | protected findIconDefinition(i: IconProp | IconDefinition): CoreIconDefinition | null;
|
43 | protected buildParams(): IconParams;
|
44 | static ɵfac: i0.ɵɵFactoryDeclaration<FaDuotoneIconComponent, never>;
|
45 | static ɵcmp: i0.ɵɵComponentDeclaration<FaDuotoneIconComponent, "fa-duotone-icon", never, { "swapOpacity": { "alias": "swapOpacity"; "required": false; }; "primaryOpacity": { "alias": "primaryOpacity"; "required": false; }; "secondaryOpacity": { "alias": "secondaryOpacity"; "required": false; }; "primaryColor": { "alias": "primaryColor"; "required": false; }; "secondaryColor": { "alias": "secondaryColor"; "required": false; }; }, {}, never, never, true, never>;
|
46 | }
|