20 lines
2.7 KiB
JavaScript
20 lines
2.7 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ClipboardChatEmpty48Filled = exports.ClipboardChatEmpty48Regular = exports.ClipboardChatEmpty32Filled = exports.ClipboardChatEmpty32Regular = exports.ClipboardChatEmpty28Filled = exports.ClipboardChatEmpty28Regular = exports.ClipboardChatEmpty24Filled = exports.ClipboardChatEmpty24Regular = exports.ClipboardChatEmpty20Filled = exports.ClipboardChatEmpty20Regular = exports.ClipboardChatEmpty16Filled = exports.ClipboardChatEmpty16Regular = exports.ClipboardChatEmptyRegular = exports.ClipboardChatEmptyFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ClipboardChatEmptyFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardChatEmptyFilled", "", 2, undefined));
|
|
exports.ClipboardChatEmptyRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardChatEmptyRegular", "", 2, undefined));
|
|
exports.ClipboardChatEmpty16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardChatEmpty16Regular", "", 1, 16));
|
|
exports.ClipboardChatEmpty16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardChatEmpty16Filled", "", 0, 16));
|
|
exports.ClipboardChatEmpty20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardChatEmpty20Regular", "", 1, 20));
|
|
exports.ClipboardChatEmpty20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardChatEmpty20Filled", "", 0, 20));
|
|
exports.ClipboardChatEmpty24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardChatEmpty24Regular", "", 1, 24));
|
|
exports.ClipboardChatEmpty24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardChatEmpty24Filled", "", 0, 24));
|
|
exports.ClipboardChatEmpty28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardChatEmpty28Regular", "", 1, 28));
|
|
exports.ClipboardChatEmpty28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardChatEmpty28Filled", "", 0, 28));
|
|
exports.ClipboardChatEmpty32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardChatEmpty32Regular", "", 1, 32));
|
|
exports.ClipboardChatEmpty32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardChatEmpty32Filled", "", 0, 32));
|
|
exports.ClipboardChatEmpty48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardChatEmpty48Regular", "", 1, 48));
|
|
exports.ClipboardChatEmpty48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClipboardChatEmpty48Filled", "", 0, 48));
|