10 lines
542 B
TypeScript
10 lines
542 B
TypeScript
import type { FluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export declare const ChatHistoryFilled: FluentFontIcon;
|
|
export declare const ChatHistoryRegular: FluentFontIcon;
|
|
export declare const ChatHistory20Regular: FluentFontIcon;
|
|
export declare const ChatHistory20Filled: FluentFontIcon;
|
|
export declare const ChatHistory24Regular: FluentFontIcon;
|
|
export declare const ChatHistory24Filled: FluentFontIcon;
|
|
export declare const ChatHistory28Regular: FluentFontIcon;
|
|
export declare const ChatHistory28Filled: FluentFontIcon;
|