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 PeopleChatFilled = ( /*#__PURE__*/createFluentFontIcon("PeopleChatFilled", "", 2, undefined));
export const PeopleChatRegular = ( /*#__PURE__*/createFluentFontIcon("PeopleChatRegular", "", 2, undefined));
export const PeopleChat16Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleChat16Regular", "󰎿", 1, 16));
export const PeopleChat16Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleChat16Filled", "󰏒", 0, 16));
export const PeopleChat20Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleChat20Regular", "󰏀", 1, 20));
export const PeopleChat20Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleChat20Filled", "󰏓", 0, 20));
export const PeopleChat24Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleChat24Regular", "󰏁", 1, 24));
export const PeopleChat24Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleChat24Filled", "󰏔", 0, 24));
export const PeopleChat28Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleChat28Regular", "󰥈", 1, 28));
export const PeopleChat28Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleChat28Filled", "󰧅", 0, 28));
export const PeopleChat32Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleChat32Regular", "󰥉", 1, 32));
export const PeopleChat32Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleChat32Filled", "󰧆", 0, 32));
export const PeopleChat48Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleChat48Regular", "󰥊", 1, 48));
export const PeopleChat48Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleChat48Filled", "󰧇", 0, 48));