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,9 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CalendarLink28Filled = exports.CalendarLink28Regular = exports.CalendarLink24Filled = exports.CalendarLink24Regular = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CalendarLink24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarLink24Regular", "󰓩", 1, 24, { flipInRtl: true }));
exports.CalendarLink24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarLink24Filled", "󰕢", 0, 24, { flipInRtl: true }));
exports.CalendarLink28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarLink28Regular", "󰓪", 1, 28, { flipInRtl: true }));
exports.CalendarLink28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CalendarLink28Filled", "󰕣", 0, 28, { flipInRtl: true }));