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
@@ -0,0 +1,15 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommentQuote28Filled = exports.CommentQuote28Regular = exports.CommentQuote24Filled = exports.CommentQuote24Regular = exports.CommentQuote20Filled = exports.CommentQuote20Regular = exports.CommentQuote16Filled = exports.CommentQuote16Regular = exports.CommentQuoteRegular = exports.CommentQuoteFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CommentQuoteFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuoteFilled", "", 2, undefined));
exports.CommentQuoteRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuoteRegular", "", 2, undefined));
exports.CommentQuote16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote16Regular", "󰛫", 1, 16));
exports.CommentQuote16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote16Filled", "󰝨", 0, 16));
exports.CommentQuote20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote20Regular", "󰛬", 1, 20));
exports.CommentQuote20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote20Filled", "󰝩", 0, 20));
exports.CommentQuote24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote24Regular", "󰛭", 1, 24));
exports.CommentQuote24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote24Filled", "󰝪", 0, 24));
exports.CommentQuote28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote28Regular", "󰛮", 1, 28));
exports.CommentQuote28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote28Filled", "󰝫", 0, 28));