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 IncognitoFilled = ( /*#__PURE__*/createFluentFontIcon("IncognitoFilled", "", 2, undefined));
export const IncognitoRegular = ( /*#__PURE__*/createFluentFontIcon("IncognitoRegular", "", 2, undefined));
export const Incognito20Regular = ( /*#__PURE__*/createFluentFontIcon("Incognito20Regular", "", 1, 20));
export const Incognito20Filled = ( /*#__PURE__*/createFluentFontIcon("Incognito20Filled", "", 0, 20));
export const Incognito24Regular = ( /*#__PURE__*/createFluentFontIcon("Incognito24Regular", "", 1, 24));
export const Incognito24Filled = ( /*#__PURE__*/createFluentFontIcon("Incognito24Filled", "", 0, 24));
export const Incognito32Regular = ( /*#__PURE__*/createFluentFontIcon("Incognito32Regular", "󰦖", 1, 32));
export const Incognito32Filled = ( /*#__PURE__*/createFluentFontIcon("Incognito32Filled", "󰨓", 0, 32));
export const Incognito48Regular = ( /*#__PURE__*/createFluentFontIcon("Incognito48Regular", "󰦗", 1, 48));
export const Incognito48Filled = ( /*#__PURE__*/createFluentFontIcon("Incognito48Filled", "󰨔", 0, 48));