10 lines
432 B
TypeScript
10 lines
432 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const BugFilled: FluentIcon;
|
|
export declare const BugRegular: FluentIcon;
|
|
export declare const Bug16Regular: FluentIcon;
|
|
export declare const Bug16Filled: FluentIcon;
|
|
export declare const Bug20Regular: FluentIcon;
|
|
export declare const Bug20Filled: FluentIcon;
|
|
export declare const Bug24Regular: FluentIcon;
|
|
export declare const Bug24Filled: FluentIcon;
|