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 DoorArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRightFilled", "", 2, undefined));
export const DoorArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRightRegular", "", 2, undefined));
export const DoorArrowRight16Regular = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight16Regular", "", 1, 16));
export const DoorArrowRight16Filled = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight16Filled", "", 0, 16));
export const DoorArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight20Regular", "", 1, 20));
export const DoorArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight20Filled", "", 0, 20));
export const DoorArrowRight28Regular = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight28Regular", "", 1, 28));
export const DoorArrowRight28Filled = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight28Filled", "", 0, 28));
export const DoorArrowRight32Regular = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight32Regular", "󰦼", 1, 32));
export const DoorArrowRight32Filled = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight32Filled", "󰨹", 0, 32));
export const DoorArrowRight32Light = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight32Light", "", 3, 32));