7 lines
521 B
JavaScript
7 lines
521 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const GameChatFilled = ( /*#__PURE__*/createFluentFontIcon("GameChatFilled", "", 2, undefined));
|
|
export const GameChatRegular = ( /*#__PURE__*/createFluentFontIcon("GameChatRegular", "", 2, undefined));
|
|
export const GameChat20Regular = ( /*#__PURE__*/createFluentFontIcon("GameChat20Regular", "", 1, 20));
|
|
export const GameChat20Filled = ( /*#__PURE__*/createFluentFontIcon("GameChat20Filled", "", 0, 20));
|