8 lines
413 B
TypeScript
8 lines
413 B
TypeScript
import type { FluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export declare const DrawImageFilled: FluentFontIcon;
|
|
export declare const DrawImageRegular: FluentFontIcon;
|
|
export declare const DrawImage20Regular: FluentFontIcon;
|
|
export declare const DrawImage20Filled: FluentFontIcon;
|
|
export declare const DrawImage24Regular: FluentFontIcon;
|
|
export declare const DrawImage24Filled: FluentFontIcon;
|