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 NotepadFilled = ( /*#__PURE__*/createFluentFontIcon("NotepadFilled", "", 2, undefined));
export const NotepadRegular = ( /*#__PURE__*/createFluentFontIcon("NotepadRegular", "", 2, undefined));
export const Notepad12Regular = ( /*#__PURE__*/createFluentFontIcon("Notepad12Regular", "", 1, 12));
export const Notepad12Filled = ( /*#__PURE__*/createFluentFontIcon("Notepad12Filled", "", 0, 12));
export const Notepad16Regular = ( /*#__PURE__*/createFluentFontIcon("Notepad16Regular", "", 1, 16));
export const Notepad16Filled = ( /*#__PURE__*/createFluentFontIcon("Notepad16Filled", "", 0, 16));
export const Notepad20Regular = ( /*#__PURE__*/createFluentFontIcon("Notepad20Regular", "", 1, 20));
export const Notepad20Filled = ( /*#__PURE__*/createFluentFontIcon("Notepad20Filled", "", 0, 20));
export const Notepad24Regular = ( /*#__PURE__*/createFluentFontIcon("Notepad24Regular", "", 1, 24));
export const Notepad24Filled = ( /*#__PURE__*/createFluentFontIcon("Notepad24Filled", "", 0, 24));
export const Notepad28Regular = ( /*#__PURE__*/createFluentFontIcon("Notepad28Regular", "", 1, 28));
export const Notepad28Filled = ( /*#__PURE__*/createFluentFontIcon("Notepad28Filled", "", 0, 28));
export const Notepad32Regular = ( /*#__PURE__*/createFluentFontIcon("Notepad32Regular", "", 1, 32));
export const Notepad32Filled = ( /*#__PURE__*/createFluentFontIcon("Notepad32Filled", "", 0, 32));
export const Notepad48Regular = ( /*#__PURE__*/createFluentFontIcon("Notepad48Regular", "󰥯", 1, 48));
export const Notepad48Filled = ( /*#__PURE__*/createFluentFontIcon("Notepad48Filled", "󰧬", 0, 48));