6 lines
296 B
TypeScript
6 lines
296 B
TypeScript
import type { FluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export declare const GameChatFilled: FluentFontIcon;
|
|
export declare const GameChatRegular: FluentFontIcon;
|
|
export declare const GameChat20Regular: FluentFontIcon;
|
|
export declare const GameChat20Filled: FluentFontIcon;
|