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
+12
View File
@@ -0,0 +1,12 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const FlowchartFilled = ( /*#__PURE__*/createFluentFontIcon("FlowchartFilled", "", 2, undefined));
export const FlowchartRegular = ( /*#__PURE__*/createFluentFontIcon("FlowchartRegular", "", 2, undefined));
export const Flowchart16Regular = ( /*#__PURE__*/createFluentFontIcon("Flowchart16Regular", "󰓈", 1, 16));
export const Flowchart16Filled = ( /*#__PURE__*/createFluentFontIcon("Flowchart16Filled", "󰕁", 0, 16));
export const Flowchart20Regular = ( /*#__PURE__*/createFluentFontIcon("Flowchart20Regular", "", 1, 20));
export const Flowchart20Filled = ( /*#__PURE__*/createFluentFontIcon("Flowchart20Filled", "", 0, 20));
export const Flowchart24Regular = ( /*#__PURE__*/createFluentFontIcon("Flowchart24Regular", "", 1, 24));
export const Flowchart24Filled = ( /*#__PURE__*/createFluentFontIcon("Flowchart24Filled", "", 0, 24));
export const Flowchart32Regular = ( /*#__PURE__*/createFluentFontIcon("Flowchart32Regular", "󰓉", 1, 32));
export const Flowchart32Filled = ( /*#__PURE__*/createFluentFontIcon("Flowchart32Filled", "󰕂", 0, 32));