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
+19
View File
@@ -0,0 +1,19 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ClockFilled = ( /*#__PURE__*/createFluentFontIcon("ClockFilled", "", 2, undefined));
export const ClockRegular = ( /*#__PURE__*/createFluentFontIcon("ClockRegular", "", 2, undefined));
export const Clock12Regular = ( /*#__PURE__*/createFluentFontIcon("Clock12Regular", "", 1, 12));
export const Clock12Filled = ( /*#__PURE__*/createFluentFontIcon("Clock12Filled", "", 0, 12));
export const Clock16Regular = ( /*#__PURE__*/createFluentFontIcon("Clock16Regular", "", 1, 16));
export const Clock16Filled = ( /*#__PURE__*/createFluentFontIcon("Clock16Filled", "", 0, 16));
export const Clock20Regular = ( /*#__PURE__*/createFluentFontIcon("Clock20Regular", "", 1, 20));
export const Clock20Filled = ( /*#__PURE__*/createFluentFontIcon("Clock20Filled", "", 0, 20));
export const Clock24Regular = ( /*#__PURE__*/createFluentFontIcon("Clock24Regular", "", 1, 24));
export const Clock24Filled = ( /*#__PURE__*/createFluentFontIcon("Clock24Filled", "", 0, 24));
export const Clock28Regular = ( /*#__PURE__*/createFluentFontIcon("Clock28Regular", "", 1, 28));
export const Clock28Filled = ( /*#__PURE__*/createFluentFontIcon("Clock28Filled", "", 0, 28));
export const Clock32Regular = ( /*#__PURE__*/createFluentFontIcon("Clock32Regular", "", 1, 32));
export const Clock32Filled = ( /*#__PURE__*/createFluentFontIcon("Clock32Filled", "", 0, 32));
export const Clock32Light = ( /*#__PURE__*/createFluentFontIcon("Clock32Light", "", 3, 32));
export const Clock48Regular = ( /*#__PURE__*/createFluentFontIcon("Clock48Regular", "", 1, 48));
export const Clock48Filled = ( /*#__PURE__*/createFluentFontIcon("Clock48Filled", "", 0, 48));