8 lines
387 B
TypeScript
8 lines
387 B
TypeScript
import type { FluentIcon } from '../../utils/createFluentIcon';
|
|
export declare const CommentNoteFilled: FluentIcon;
|
|
export declare const CommentNoteRegular: FluentIcon;
|
|
export declare const CommentNote20Regular: FluentIcon;
|
|
export declare const CommentNote20Filled: FluentIcon;
|
|
export declare const CommentNote24Regular: FluentIcon;
|
|
export declare const CommentNote24Filled: FluentIcon;
|