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
+19
View File
@@ -0,0 +1,19 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeviceEq48Filled = exports.DeviceEq48Regular = exports.DeviceEq32Filled = exports.DeviceEq32Regular = exports.DeviceEq28Filled = exports.DeviceEq28Regular = exports.DeviceEq24Filled = exports.DeviceEq24Regular = exports.DeviceEq20Filled = exports.DeviceEq20Regular = exports.DeviceEq16Filled = exports.DeviceEq16Regular = exports.DeviceEqRegular = exports.DeviceEqFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.DeviceEqFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceEqFilled", "", 2, undefined));
exports.DeviceEqRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceEqRegular", "", 2, undefined));
exports.DeviceEq16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceEq16Regular", "󰀊", 1, 16));
exports.DeviceEq16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceEq16Filled", "󰀎", 0, 16));
exports.DeviceEq20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceEq20Regular", "", 1, 20));
exports.DeviceEq20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceEq20Filled", "", 0, 20));
exports.DeviceEq24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceEq24Regular", "", 1, 24));
exports.DeviceEq24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceEq24Filled", "", 0, 24));
exports.DeviceEq28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceEq28Regular", "󰫒", 1, 28));
exports.DeviceEq28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceEq28Filled", "󰭐", 0, 28));
exports.DeviceEq32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceEq32Regular", "󰫓", 1, 32));
exports.DeviceEq32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceEq32Filled", "󰭑", 0, 32));
exports.DeviceEq48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceEq48Regular", "󰫔", 1, 48));
exports.DeviceEq48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeviceEq48Filled", "󰭒", 0, 48));