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
@@ -0,0 +1,14 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ChannelArrowLeftFilled = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeftFilled", "", 2, undefined));
export const ChannelArrowLeftRegular = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeftRegular", "", 2, undefined));
export const ChannelArrowLeft16Regular = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft16Regular", "", 1, 16));
export const ChannelArrowLeft16Filled = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft16Filled", "", 0, 16));
export const ChannelArrowLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft20Regular", "", 1, 20));
export const ChannelArrowLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft20Filled", "", 0, 20));
export const ChannelArrowLeft24Regular = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft24Regular", "", 1, 24));
export const ChannelArrowLeft24Filled = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft24Filled", "", 0, 24));
export const ChannelArrowLeft28Regular = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft28Regular", "", 1, 28));
export const ChannelArrowLeft28Filled = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft28Filled", "", 0, 28));
export const ChannelArrowLeft48Regular = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft48Regular", "", 1, 48));
export const ChannelArrowLeft48Filled = ( /*#__PURE__*/createFluentFontIcon("ChannelArrowLeft48Filled", "", 0, 48));