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
@@ -0,0 +1,12 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PanelLeftExpandFilled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpandFilled", "", 2, undefined));
export const PanelLeftExpandRegular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpandRegular", "", 2, undefined));
export const PanelLeftExpand16Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand16Regular", "", 1, 16));
export const PanelLeftExpand16Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand16Filled", "", 0, 16));
export const PanelLeftExpand20Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand20Regular", "", 1, 20));
export const PanelLeftExpand20Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand20Filled", "", 0, 20));
export const PanelLeftExpand24Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand24Regular", "", 1, 24));
export const PanelLeftExpand24Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand24Filled", "", 0, 24));
export const PanelLeftExpand28Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand28Regular", "", 1, 28));
export const PanelLeftExpand28Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftExpand28Filled", "", 0, 28));