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,13 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommentError24Filled = exports.CommentError24Regular = exports.CommentError20Filled = exports.CommentError20Regular = exports.CommentError16Filled = exports.CommentError16Regular = exports.CommentErrorRegular = exports.CommentErrorFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CommentErrorFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentErrorFilled", "", 2, undefined, { flipInRtl: true }));
exports.CommentErrorRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentErrorRegular", "", 2, undefined, { flipInRtl: true }));
exports.CommentError16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentError16Regular", "", 1, 16, { flipInRtl: true }));
exports.CommentError16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentError16Filled", "", 0, 16, { flipInRtl: true }));
exports.CommentError20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentError20Regular", "", 1, 20, { flipInRtl: true }));
exports.CommentError20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentError20Filled", "", 0, 20, { flipInRtl: true }));
exports.CommentError24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentError24Regular", "", 1, 24, { flipInRtl: true }));
exports.CommentError24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentError24Filled", "", 0, 24, { flipInRtl: true }));