first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChatEmpty48Filled = exports.ChatEmpty48Regular = exports.ChatEmpty32Filled = exports.ChatEmpty32Regular = exports.ChatEmpty28Filled = exports.ChatEmpty28Regular = exports.ChatEmpty24Filled = exports.ChatEmpty24Regular = exports.ChatEmpty20Filled = exports.ChatEmpty20Regular = exports.ChatEmpty16Filled = exports.ChatEmpty16Regular = exports.ChatEmpty12Filled = exports.ChatEmpty12Regular = exports.ChatEmptyRegular = exports.ChatEmptyFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ChatEmptyFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmptyFilled", "", 2, undefined));
exports.ChatEmptyRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmptyRegular", "", 2, undefined));
exports.ChatEmpty12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmpty12Regular", "", 1, 12));
exports.ChatEmpty12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmpty12Filled", "", 0, 12));
exports.ChatEmpty16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmpty16Regular", "", 1, 16));
exports.ChatEmpty16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmpty16Filled", "", 0, 16));
exports.ChatEmpty20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmpty20Regular", "", 1, 20));
exports.ChatEmpty20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmpty20Filled", "", 0, 20));
exports.ChatEmpty24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmpty24Regular", "", 1, 24));
exports.ChatEmpty24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmpty24Filled", "", 0, 24));
exports.ChatEmpty28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmpty28Regular", "", 1, 28));
exports.ChatEmpty28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmpty28Filled", "", 0, 28));
exports.ChatEmpty32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmpty32Regular", "", 1, 32));
exports.ChatEmpty32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmpty32Filled", "", 0, 32));
exports.ChatEmpty48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmpty48Regular", "", 1, 48));
exports.ChatEmpty48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatEmpty48Filled", "", 0, 48));