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
+14
View File
@@ -0,0 +1,14 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ChannelFilled = ( /*#__PURE__*/createFluentFontIcon("ChannelFilled", "", 2, undefined));
export const ChannelRegular = ( /*#__PURE__*/createFluentFontIcon("ChannelRegular", "", 2, undefined));
export const Channel16Regular = ( /*#__PURE__*/createFluentFontIcon("Channel16Regular", "", 1, 16));
export const Channel16Filled = ( /*#__PURE__*/createFluentFontIcon("Channel16Filled", "", 0, 16));
export const Channel20Regular = ( /*#__PURE__*/createFluentFontIcon("Channel20Regular", "", 1, 20));
export const Channel20Filled = ( /*#__PURE__*/createFluentFontIcon("Channel20Filled", "", 0, 20));
export const Channel24Regular = ( /*#__PURE__*/createFluentFontIcon("Channel24Regular", "", 1, 24));
export const Channel24Filled = ( /*#__PURE__*/createFluentFontIcon("Channel24Filled", "", 0, 24));
export const Channel28Regular = ( /*#__PURE__*/createFluentFontIcon("Channel28Regular", "", 1, 28));
export const Channel28Filled = ( /*#__PURE__*/createFluentFontIcon("Channel28Filled", "", 0, 28));
export const Channel48Regular = ( /*#__PURE__*/createFluentFontIcon("Channel48Regular", "", 1, 48));
export const Channel48Filled = ( /*#__PURE__*/createFluentFontIcon("Channel48Filled", "", 0, 48));