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.Gavel32Filled = exports.Gavel32Regular = exports.Gavel24Filled = exports.Gavel24Regular = exports.Gavel20Filled = exports.Gavel20Regular = exports.Gavel16Filled = exports.Gavel16Regular = exports.GavelRegular = exports.GavelFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.GavelFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GavelFilled", "", 2, undefined));
exports.GavelRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GavelRegular", "", 2, undefined));
exports.Gavel16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel16Regular", "󰆅", 1, 16));
exports.Gavel16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel16Filled", "󰆅", 0, 16));
exports.Gavel20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel20Regular", "", 1, 20));
exports.Gavel20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel20Filled", "", 0, 20));
exports.Gavel24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel24Regular", "", 1, 24));
exports.Gavel24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel24Filled", "", 0, 24));
exports.Gavel32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel32Regular", "", 1, 32));
exports.Gavel32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel32Filled", "", 0, 32));