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
+15
View File
@@ -0,0 +1,15 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AlertBadge32Filled = exports.AlertBadge32Regular = exports.AlertBadge24Filled = exports.AlertBadge24Regular = exports.AlertBadge20Filled = exports.AlertBadge20Regular = exports.AlertBadge16Filled = exports.AlertBadge16Regular = exports.AlertBadgeRegular = exports.AlertBadgeFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.AlertBadgeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertBadgeFilled", "", 2, undefined));
exports.AlertBadgeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertBadgeRegular", "", 2, undefined));
exports.AlertBadge16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertBadge16Regular", "", 1, 16));
exports.AlertBadge16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertBadge16Filled", "", 0, 16));
exports.AlertBadge20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertBadge20Regular", "", 1, 20));
exports.AlertBadge20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertBadge20Filled", "", 0, 20));
exports.AlertBadge24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertBadge24Regular", "", 1, 24));
exports.AlertBadge24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertBadge24Filled", "", 0, 24));
exports.AlertBadge32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertBadge32Regular", "󰟴", 1, 32));
exports.AlertBadge32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertBadge32Filled", "󰡱", 0, 32));