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
+18
View File
@@ -0,0 +1,18 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CallFilled = ( /*#__PURE__*/createFluentFontIcon("CallFilled", "", 2, undefined));
export const CallRegular = ( /*#__PURE__*/createFluentFontIcon("CallRegular", "", 2, undefined));
export const Call12Regular = ( /*#__PURE__*/createFluentFontIcon("Call12Regular", "", 1, 12));
export const Call12Filled = ( /*#__PURE__*/createFluentFontIcon("Call12Filled", "", 0, 12));
export const Call16Regular = ( /*#__PURE__*/createFluentFontIcon("Call16Regular", "", 1, 16));
export const Call16Filled = ( /*#__PURE__*/createFluentFontIcon("Call16Filled", "", 0, 16));
export const Call20Regular = ( /*#__PURE__*/createFluentFontIcon("Call20Regular", "", 1, 20));
export const Call20Filled = ( /*#__PURE__*/createFluentFontIcon("Call20Filled", "", 0, 20));
export const Call24Regular = ( /*#__PURE__*/createFluentFontIcon("Call24Regular", "", 1, 24));
export const Call24Filled = ( /*#__PURE__*/createFluentFontIcon("Call24Filled", "", 0, 24));
export const Call28Regular = ( /*#__PURE__*/createFluentFontIcon("Call28Regular", "", 1, 28));
export const Call28Filled = ( /*#__PURE__*/createFluentFontIcon("Call28Filled", "", 0, 28));
export const Call32Regular = ( /*#__PURE__*/createFluentFontIcon("Call32Regular", "", 1, 32));
export const Call32Filled = ( /*#__PURE__*/createFluentFontIcon("Call32Filled", "", 0, 32));
export const Call48Regular = ( /*#__PURE__*/createFluentFontIcon("Call48Regular", "", 1, 48));
export const Call48Filled = ( /*#__PURE__*/createFluentFontIcon("Call48Filled", "", 0, 48));