8 lines
399 B
TypeScript
8 lines
399 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const DocumentWidthFilled: FluentIcon;
|
|
export declare const DocumentWidthRegular: FluentIcon;
|
|
export declare const DocumentWidth20Regular: FluentIcon;
|
|
export declare const DocumentWidth20Filled: FluentIcon;
|
|
export declare const DocumentWidth24Regular: FluentIcon;
|
|
export declare const DocumentWidth24Filled: FluentIcon;
|