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
+13
View File
@@ -0,0 +1,13 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const AppGenericFilled = ( /*#__PURE__*/createFluentFontIcon("AppGenericFilled", "", 2, undefined));
export const AppGenericRegular = ( /*#__PURE__*/createFluentFontIcon("AppGenericRegular", "", 2, undefined));
export const AppGeneric20Regular = ( /*#__PURE__*/createFluentFontIcon("AppGeneric20Regular", "", 1, 20));
export const AppGeneric20Filled = ( /*#__PURE__*/createFluentFontIcon("AppGeneric20Filled", "", 0, 20));
export const AppGeneric24Regular = ( /*#__PURE__*/createFluentFontIcon("AppGeneric24Regular", "", 1, 24));
export const AppGeneric24Filled = ( /*#__PURE__*/createFluentFontIcon("AppGeneric24Filled", "", 0, 24));
export const AppGeneric32Regular = ( /*#__PURE__*/createFluentFontIcon("AppGeneric32Regular", "", 1, 32));
export const AppGeneric32Filled = ( /*#__PURE__*/createFluentFontIcon("AppGeneric32Filled", "", 0, 32));
export const AppGeneric32Light = ( /*#__PURE__*/createFluentFontIcon("AppGeneric32Light", "", 3, 32));
export const AppGeneric48Regular = ( /*#__PURE__*/createFluentFontIcon("AppGeneric48Regular", "󰅞", 1, 48));
export const AppGeneric48Filled = ( /*#__PURE__*/createFluentFontIcon("AppGeneric48Filled", "󰅝", 0, 48));