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,15 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DesktopKeyboard28Filled = exports.DesktopKeyboard28Regular = exports.DesktopKeyboard24Filled = exports.DesktopKeyboard24Regular = exports.DesktopKeyboard20Filled = exports.DesktopKeyboard20Regular = exports.DesktopKeyboard16Filled = exports.DesktopKeyboard16Regular = exports.DesktopKeyboardRegular = exports.DesktopKeyboardFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.DesktopKeyboardFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopKeyboardFilled", "", 2, undefined));
exports.DesktopKeyboardRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopKeyboardRegular", "", 2, undefined));
exports.DesktopKeyboard16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopKeyboard16Regular", "", 1, 16));
exports.DesktopKeyboard16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopKeyboard16Filled", "", 0, 16));
exports.DesktopKeyboard20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopKeyboard20Regular", "", 1, 20));
exports.DesktopKeyboard20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopKeyboard20Filled", "", 0, 20));
exports.DesktopKeyboard24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopKeyboard24Regular", "", 1, 24));
exports.DesktopKeyboard24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopKeyboard24Filled", "", 0, 24));
exports.DesktopKeyboard28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopKeyboard28Regular", "", 1, 28));
exports.DesktopKeyboard28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopKeyboard28Filled", "", 0, 28));