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,11 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrowTurnDownLeft48Filled = exports.ArrowTurnDownLeft48Regular = exports.ArrowTurnDownLeft20Filled = exports.ArrowTurnDownLeft20Regular = exports.ArrowTurnDownLeftRegular = exports.ArrowTurnDownLeftFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ArrowTurnDownLeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnDownLeftFilled", "", 2, undefined));
exports.ArrowTurnDownLeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnDownLeftRegular", "", 2, undefined));
exports.ArrowTurnDownLeft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnDownLeft20Regular", "", 1, 20));
exports.ArrowTurnDownLeft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnDownLeft20Filled", "", 0, 20));
exports.ArrowTurnDownLeft48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnDownLeft48Regular", "", 1, 48));
exports.ArrowTurnDownLeft48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTurnDownLeft48Filled", "", 0, 48));