@carbon/icons-angular
Version:
Angular components for icons in digital and software products using the Carbon Design System
175 lines (174 loc) • 5.51 kB
TypeScript
import { ElementRef, AfterViewInit } from "@angular/core";
export declare class DocumentUnknownComponent {
ariaLabel: string;
ariaLabelledby: string;
ariaHidden: boolean;
title: string;
focusable: boolean;
innerClass: string;
size: string;
}
export declare class DocumentUnknownDirective implements AfterViewInit {
protected elementRef: ElementRef;
static titleIdCounter: number;
ariaLabel: string;
ariaLabelledby: string;
ariaHidden: boolean;
title: string;
isFocusable: boolean;
size: string;
protected icons: {
32: {
metadata: {
moduleName: string;
filepath: string;
descriptor: {
elem: string;
attrs: {
xmlns: string;
viewBox: string;
fill: string;
width: number;
height: number;
};
content: ({
elem: string;
attrs: {
cx: string;
cy: string;
r: string;
d?: undefined;
};
} | {
elem: string;
attrs: {
d: string;
cx?: undefined;
cy?: undefined;
r?: undefined;
};
})[];
name: string;
size: number;
};
size: number;
};
svg: string;
};
24: {
metadata: {
moduleName: string;
filepath: string;
descriptor: {
elem: string;
attrs: {
xmlns: string;
viewBox: string;
fill: string;
width: number;
height: number;
};
content: ({
elem: string;
attrs: {
cx: string;
cy: string;
r: string;
d?: undefined;
};
} | {
elem: string;
attrs: {
d: string;
cx?: undefined;
cy?: undefined;
r?: undefined;
};
})[];
name: string;
size: number;
};
size: number;
};
svg: string;
};
20: {
metadata: {
moduleName: string;
filepath: string;
descriptor: {
elem: string;
attrs: {
xmlns: string;
viewBox: string;
fill: string;
width: number;
height: number;
};
content: ({
elem: string;
attrs: {
cx: string;
cy: string;
r: string;
d?: undefined;
};
} | {
elem: string;
attrs: {
d: string;
cx?: undefined;
cy?: undefined;
r?: undefined;
};
})[];
name: string;
size: number;
};
size: number;
};
svg: string;
};
16: {
metadata: {
moduleName: string;
filepath: string;
descriptor: {
elem: string;
attrs: {
xmlns: string;
viewBox: string;
fill: string;
width: number;
height: number;
};
content: ({
elem: string;
attrs: {
cx: string;
cy: string;
r: string;
d?: undefined;
};
} | {
elem: string;
attrs: {
d: string;
cx?: undefined;
cy?: undefined;
r?: undefined;
};
})[];
name: string;
size: number;
};
size: number;
};
svg: string;
};
};
constructor(elementRef: ElementRef);
ngAfterViewInit(): void;
}
export declare class DocumentUnknownModule {
}