17 lines
1.8 KiB
JavaScript
17 lines
1.8 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ClipboardChatEmptyFilled = ( /*#__PURE__*/createFluentFontIcon("ClipboardChatEmptyFilled", "", 2, undefined));
|
|
export const ClipboardChatEmptyRegular = ( /*#__PURE__*/createFluentFontIcon("ClipboardChatEmptyRegular", "", 2, undefined));
|
|
export const ClipboardChatEmpty16Regular = ( /*#__PURE__*/createFluentFontIcon("ClipboardChatEmpty16Regular", "", 1, 16));
|
|
export const ClipboardChatEmpty16Filled = ( /*#__PURE__*/createFluentFontIcon("ClipboardChatEmpty16Filled", "", 0, 16));
|
|
export const ClipboardChatEmpty20Regular = ( /*#__PURE__*/createFluentFontIcon("ClipboardChatEmpty20Regular", "", 1, 20));
|
|
export const ClipboardChatEmpty20Filled = ( /*#__PURE__*/createFluentFontIcon("ClipboardChatEmpty20Filled", "", 0, 20));
|
|
export const ClipboardChatEmpty24Regular = ( /*#__PURE__*/createFluentFontIcon("ClipboardChatEmpty24Regular", "", 1, 24));
|
|
export const ClipboardChatEmpty24Filled = ( /*#__PURE__*/createFluentFontIcon("ClipboardChatEmpty24Filled", "", 0, 24));
|
|
export const ClipboardChatEmpty28Regular = ( /*#__PURE__*/createFluentFontIcon("ClipboardChatEmpty28Regular", "", 1, 28));
|
|
export const ClipboardChatEmpty28Filled = ( /*#__PURE__*/createFluentFontIcon("ClipboardChatEmpty28Filled", "", 0, 28));
|
|
export const ClipboardChatEmpty32Regular = ( /*#__PURE__*/createFluentFontIcon("ClipboardChatEmpty32Regular", "", 1, 32));
|
|
export const ClipboardChatEmpty32Filled = ( /*#__PURE__*/createFluentFontIcon("ClipboardChatEmpty32Filled", "", 0, 32));
|
|
export const ClipboardChatEmpty48Regular = ( /*#__PURE__*/createFluentFontIcon("ClipboardChatEmpty48Regular", "", 1, 48));
|
|
export const ClipboardChatEmpty48Filled = ( /*#__PURE__*/createFluentFontIcon("ClipboardChatEmpty48Filled", "", 0, 48));
|