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.StarArrowRightEnd24Filled = exports.StarArrowRightEnd24Regular = exports.StarArrowRightEnd20Filled = exports.StarArrowRightEnd20Regular = exports.StarArrowRightEndRegular = exports.StarArrowRightEndFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.StarArrowRightEndFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarArrowRightEndFilled", "", 2, undefined));
exports.StarArrowRightEndRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarArrowRightEndRegular", "", 2, undefined));
exports.StarArrowRightEnd20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarArrowRightEnd20Regular", "", 1, 20));
exports.StarArrowRightEnd20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarArrowRightEnd20Filled", "", 0, 20));
exports.StarArrowRightEnd24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarArrowRightEnd24Regular", "", 1, 24));
exports.StarArrowRightEnd24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarArrowRightEnd24Filled", "", 0, 24));