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.LayoutAddAbove32Filled = exports.LayoutAddAbove32Regular = exports.LayoutAddAbove24Filled = exports.LayoutAddAbove24Regular = exports.LayoutAddAbove20Filled = exports.LayoutAddAbove20Regular = exports.LayoutAddAbove16Filled = exports.LayoutAddAbove16Regular = exports.LayoutAddAboveRegular = exports.LayoutAddAboveFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LayoutAddAboveFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAboveFilled", "", 2, undefined));
exports.LayoutAddAboveRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAboveRegular", "", 2, undefined));
exports.LayoutAddAbove16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove16Regular", "󰩔", 1, 16));
exports.LayoutAddAbove16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove16Filled", "󰫐", 0, 16));
exports.LayoutAddAbove20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove20Regular", "󰩕", 1, 20));
exports.LayoutAddAbove20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove20Filled", "󰫑", 0, 20));
exports.LayoutAddAbove24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove24Regular", "󰩖", 1, 24));
exports.LayoutAddAbove24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove24Filled", "󰫒", 0, 24));
exports.LayoutAddAbove32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove32Regular", "󰩗", 1, 32));
exports.LayoutAddAbove32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove32Filled", "󰫓", 0, 32));