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
+13
View File
@@ -0,0 +1,13 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GlobeError24Filled = exports.GlobeError24Regular = exports.GlobeError20Filled = exports.GlobeError20Regular = exports.GlobeError16Filled = exports.GlobeError16Regular = exports.GlobeErrorRegular = exports.GlobeErrorFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.GlobeErrorFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeErrorFilled", "", 2, undefined));
exports.GlobeErrorRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeErrorRegular", "", 2, undefined));
exports.GlobeError16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeError16Regular", "󰐹", 1, 16));
exports.GlobeError16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeError16Filled", "󰑌", 0, 16));
exports.GlobeError20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeError20Regular", "󰐺", 1, 20));
exports.GlobeError20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeError20Filled", "󰑍", 0, 20));
exports.GlobeError24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeError24Regular", "󰐻", 1, 24));
exports.GlobeError24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeError24Filled", "󰑎", 0, 24));