8 lines
437 B
TypeScript
8 lines
437 B
TypeScript
import type { FluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export declare const DrawerDismissFilled: FluentFontIcon;
|
|
export declare const DrawerDismissRegular: FluentFontIcon;
|
|
export declare const DrawerDismiss20Regular: FluentFontIcon;
|
|
export declare const DrawerDismiss20Filled: FluentFontIcon;
|
|
export declare const DrawerDismiss24Regular: FluentFontIcon;
|
|
export declare const DrawerDismiss24Filled: FluentFontIcon;
|