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
+17
View File
@@ -0,0 +1,17 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const HistoryFilled = ( /*#__PURE__*/createFluentFontIcon("HistoryFilled", "", 2, undefined));
export const HistoryRegular = ( /*#__PURE__*/createFluentFontIcon("HistoryRegular", "", 2, undefined));
export const History16Regular = ( /*#__PURE__*/createFluentFontIcon("History16Regular", "", 1, 16));
export const History16Filled = ( /*#__PURE__*/createFluentFontIcon("History16Filled", "", 0, 16));
export const History20Regular = ( /*#__PURE__*/createFluentFontIcon("History20Regular", "", 1, 20));
export const History20Filled = ( /*#__PURE__*/createFluentFontIcon("History20Filled", "", 0, 20));
export const History24Regular = ( /*#__PURE__*/createFluentFontIcon("History24Regular", "", 1, 24));
export const History24Filled = ( /*#__PURE__*/createFluentFontIcon("History24Filled", "", 0, 24));
export const History28Regular = ( /*#__PURE__*/createFluentFontIcon("History28Regular", "", 1, 28));
export const History28Filled = ( /*#__PURE__*/createFluentFontIcon("History28Filled", "", 0, 28));
export const History32Regular = ( /*#__PURE__*/createFluentFontIcon("History32Regular", "", 1, 32));
export const History32Filled = ( /*#__PURE__*/createFluentFontIcon("History32Filled", "", 0, 32));
export const History32Light = ( /*#__PURE__*/createFluentFontIcon("History32Light", "", 3, 32));
export const History48Regular = ( /*#__PURE__*/createFluentFontIcon("History48Regular", "", 1, 48));
export const History48Filled = ( /*#__PURE__*/createFluentFontIcon("History48Filled", "", 0, 48));