8 lines
437 B
TypeScript
8 lines
437 B
TypeScript
import type { FluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export declare const DocumentWidthFilled: FluentFontIcon;
|
|
export declare const DocumentWidthRegular: FluentFontIcon;
|
|
export declare const DocumentWidth20Regular: FluentFontIcon;
|
|
export declare const DocumentWidth20Filled: FluentFontIcon;
|
|
export declare const DocumentWidth24Regular: FluentFontIcon;
|
|
export declare const DocumentWidth24Filled: FluentFontIcon;
|