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
+16
View File
@@ -0,0 +1,16 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CursorHoverFilled = ( /*#__PURE__*/createFluentFontIcon("CursorHoverFilled", "", 2, undefined));
export const CursorHoverRegular = ( /*#__PURE__*/createFluentFontIcon("CursorHoverRegular", "", 2, undefined));
export const CursorHover16Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHover16Regular", "", 1, 16));
export const CursorHover16Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHover16Filled", "", 0, 16));
export const CursorHover20Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHover20Regular", "", 1, 20));
export const CursorHover20Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHover20Filled", "", 0, 20));
export const CursorHover24Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHover24Regular", "", 1, 24));
export const CursorHover24Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHover24Filled", "", 0, 24));
export const CursorHover28Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHover28Regular", "", 1, 28));
export const CursorHover28Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHover28Filled", "", 0, 28));
export const CursorHover32Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHover32Regular", "", 1, 32));
export const CursorHover32Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHover32Filled", "", 0, 32));
export const CursorHover48Regular = ( /*#__PURE__*/createFluentFontIcon("CursorHover48Regular", "", 1, 48));
export const CursorHover48Filled = ( /*#__PURE__*/createFluentFontIcon("CursorHover48Filled", "", 0, 48));