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 DeskFilled = ( /*#__PURE__*/createFluentFontIcon("DeskFilled", "", 2, undefined));
export const DeskRegular = ( /*#__PURE__*/createFluentFontIcon("DeskRegular", "", 2, undefined));
export const Desk16Regular = ( /*#__PURE__*/createFluentFontIcon("Desk16Regular", "󰉩", 1, 16));
export const Desk16Filled = ( /*#__PURE__*/createFluentFontIcon("Desk16Filled", "󰉼", 0, 16));
export const Desk20Regular = ( /*#__PURE__*/createFluentFontIcon("Desk20Regular", "󰇋", 1, 20));
export const Desk20Filled = ( /*#__PURE__*/createFluentFontIcon("Desk20Filled", "󰇋", 0, 20));
export const Desk24Regular = ( /*#__PURE__*/createFluentFontIcon("Desk24Regular", "󰇌", 1, 24));
export const Desk24Filled = ( /*#__PURE__*/createFluentFontIcon("Desk24Filled", "󰇌", 0, 24));
export const Desk28Regular = ( /*#__PURE__*/createFluentFontIcon("Desk28Regular", "󰉪", 1, 28));
export const Desk28Filled = ( /*#__PURE__*/createFluentFontIcon("Desk28Filled", "󰉽", 0, 28));
export const Desk32Regular = ( /*#__PURE__*/createFluentFontIcon("Desk32Regular", "󰉫", 1, 32));
export const Desk32Filled = ( /*#__PURE__*/createFluentFontIcon("Desk32Filled", "󰉾", 0, 32));
export const Desk48Regular = ( /*#__PURE__*/createFluentFontIcon("Desk48Regular", "󰉬", 1, 48));
export const Desk48Filled = ( /*#__PURE__*/createFluentFontIcon("Desk48Filled", "󰉿", 0, 48));