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 FluentFilled = ( /*#__PURE__*/createFluentFontIcon("FluentFilled", "", 2, undefined));
export const FluentRegular = ( /*#__PURE__*/createFluentFontIcon("FluentRegular", "", 2, undefined));
export const Fluent20Regular = ( /*#__PURE__*/createFluentFontIcon("Fluent20Regular", "", 1, 20));
export const Fluent20Filled = ( /*#__PURE__*/createFluentFontIcon("Fluent20Filled", "", 0, 20));
export const Fluent24Regular = ( /*#__PURE__*/createFluentFontIcon("Fluent24Regular", "", 1, 24));
export const Fluent24Filled = ( /*#__PURE__*/createFluentFontIcon("Fluent24Filled", "", 0, 24));
export const Fluent32Regular = ( /*#__PURE__*/createFluentFontIcon("Fluent32Regular", "", 1, 32));
export const Fluent32Filled = ( /*#__PURE__*/createFluentFontIcon("Fluent32Filled", "", 0, 32));
export const Fluent48Regular = ( /*#__PURE__*/createFluentFontIcon("Fluent48Regular", "", 1, 48));
export const Fluent48Filled = ( /*#__PURE__*/createFluentFontIcon("Fluent48Filled", "", 0, 48));