17 lines
1.5 KiB
JavaScript
17 lines
1.5 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ChatAddFilled = ( /*#__PURE__*/createFluentFontIcon("ChatAddFilled", "", 2, undefined));
|
|
export const ChatAddRegular = ( /*#__PURE__*/createFluentFontIcon("ChatAddRegular", "", 2, undefined));
|
|
export const ChatAdd16Regular = ( /*#__PURE__*/createFluentFontIcon("ChatAdd16Regular", "", 1, 16));
|
|
export const ChatAdd16Filled = ( /*#__PURE__*/createFluentFontIcon("ChatAdd16Filled", "", 0, 16));
|
|
export const ChatAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("ChatAdd20Regular", "", 1, 20));
|
|
export const ChatAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("ChatAdd20Filled", "", 0, 20));
|
|
export const ChatAdd24Regular = ( /*#__PURE__*/createFluentFontIcon("ChatAdd24Regular", "", 1, 24));
|
|
export const ChatAdd24Filled = ( /*#__PURE__*/createFluentFontIcon("ChatAdd24Filled", "", 0, 24));
|
|
export const ChatAdd28Regular = ( /*#__PURE__*/createFluentFontIcon("ChatAdd28Regular", "", 1, 28));
|
|
export const ChatAdd28Filled = ( /*#__PURE__*/createFluentFontIcon("ChatAdd28Filled", "", 0, 28));
|
|
export const ChatAdd32Regular = ( /*#__PURE__*/createFluentFontIcon("ChatAdd32Regular", "", 1, 32));
|
|
export const ChatAdd32Filled = ( /*#__PURE__*/createFluentFontIcon("ChatAdd32Filled", "", 0, 32));
|
|
export const ChatAdd48Regular = ( /*#__PURE__*/createFluentFontIcon("ChatAdd48Regular", "", 1, 48));
|
|
export const ChatAdd48Filled = ( /*#__PURE__*/createFluentFontIcon("ChatAdd48Filled", "", 0, 48));
|