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 ChevronUpFilled = ( /*#__PURE__*/createFluentFontIcon("ChevronUpFilled", "", 2, undefined));
export const ChevronUpRegular = ( /*#__PURE__*/createFluentFontIcon("ChevronUpRegular", "", 2, undefined));
export const ChevronUp12Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronUp12Regular", "", 1, 12));
export const ChevronUp12Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronUp12Filled", "", 0, 12));
export const ChevronUp16Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronUp16Regular", "", 1, 16));
export const ChevronUp16Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronUp16Filled", "", 0, 16));
export const ChevronUp20Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronUp20Regular", "", 1, 20));
export const ChevronUp20Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronUp20Filled", "", 0, 20));
export const ChevronUp24Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronUp24Regular", "", 1, 24));
export const ChevronUp24Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronUp24Filled", "", 0, 24));
export const ChevronUp28Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronUp28Regular", "", 1, 28));
export const ChevronUp28Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronUp28Filled", "", 0, 28));
export const ChevronUp32Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronUp32Regular", "󰌣", 1, 32));
export const ChevronUp32Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronUp32Filled", "󰌶", 0, 32));
export const ChevronUp48Regular = ( /*#__PURE__*/createFluentFontIcon("ChevronUp48Regular", "", 1, 48));
export const ChevronUp48Filled = ( /*#__PURE__*/createFluentFontIcon("ChevronUp48Filled", "", 0, 48));