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
+12
View File
@@ -0,0 +1,12 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const MathFormulaFilled = ( /*#__PURE__*/createFluentFontIcon("MathFormulaFilled", "", 2, undefined));
export const MathFormulaRegular = ( /*#__PURE__*/createFluentFontIcon("MathFormulaRegular", "", 2, undefined));
export const MathFormula16Regular = ( /*#__PURE__*/createFluentFontIcon("MathFormula16Regular", "", 1, 16));
export const MathFormula16Filled = ( /*#__PURE__*/createFluentFontIcon("MathFormula16Filled", "", 0, 16));
export const MathFormula20Regular = ( /*#__PURE__*/createFluentFontIcon("MathFormula20Regular", "", 1, 20));
export const MathFormula20Filled = ( /*#__PURE__*/createFluentFontIcon("MathFormula20Filled", "", 0, 20));
export const MathFormula24Regular = ( /*#__PURE__*/createFluentFontIcon("MathFormula24Regular", "", 1, 24));
export const MathFormula24Filled = ( /*#__PURE__*/createFluentFontIcon("MathFormula24Filled", "", 0, 24));
export const MathFormula32Regular = ( /*#__PURE__*/createFluentFontIcon("MathFormula32Regular", "", 1, 32));
export const MathFormula32Filled = ( /*#__PURE__*/createFluentFontIcon("MathFormula32Filled", "", 0, 32));