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
+14
View File
@@ -0,0 +1,14 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ShiftsFilled = ( /*#__PURE__*/createFluentFontIcon("ShiftsFilled", "", 2, undefined));
export const ShiftsRegular = ( /*#__PURE__*/createFluentFontIcon("ShiftsRegular", "", 2, undefined));
export const Shifts16Regular = ( /*#__PURE__*/createFluentFontIcon("Shifts16Regular", "", 1, 16));
export const Shifts16Filled = ( /*#__PURE__*/createFluentFontIcon("Shifts16Filled", "", 0, 16));
export const Shifts20Regular = ( /*#__PURE__*/createFluentFontIcon("Shifts20Regular", "", 1, 20));
export const Shifts20Filled = ( /*#__PURE__*/createFluentFontIcon("Shifts20Filled", "", 0, 20));
export const Shifts24Regular = ( /*#__PURE__*/createFluentFontIcon("Shifts24Regular", "", 1, 24));
export const Shifts24Filled = ( /*#__PURE__*/createFluentFontIcon("Shifts24Filled", "", 0, 24));
export const Shifts28Regular = ( /*#__PURE__*/createFluentFontIcon("Shifts28Regular", "", 1, 28));
export const Shifts28Filled = ( /*#__PURE__*/createFluentFontIcon("Shifts28Filled", "", 0, 28));
export const Shifts32Regular = ( /*#__PURE__*/createFluentFontIcon("Shifts32Regular", "", 1, 32));
export const Shifts32Filled = ( /*#__PURE__*/createFluentFontIcon("Shifts32Filled", "", 0, 32));