8 lines
449 B
TypeScript
8 lines
449 B
TypeScript
import type { FluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export declare const NotebookSectionFilled: FluentFontIcon;
|
|
export declare const NotebookSectionRegular: FluentFontIcon;
|
|
export declare const NotebookSection20Regular: FluentFontIcon;
|
|
export declare const NotebookSection20Filled: FluentFontIcon;
|
|
export declare const NotebookSection24Regular: FluentFontIcon;
|
|
export declare const NotebookSection24Filled: FluentFontIcon;
|