8 lines
423 B
TypeScript
8 lines
423 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const NotebookLightningFilled: FluentIcon;
|
|
export declare const NotebookLightningRegular: FluentIcon;
|
|
export declare const NotebookLightning20Regular: FluentIcon;
|
|
export declare const NotebookLightning20Filled: FluentIcon;
|
|
export declare const NotebookLightning24Regular: FluentIcon;
|
|
export declare const NotebookLightning24Filled: FluentIcon;
|