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,16 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CommentArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRightFilled", "", 2, undefined, { flipInRtl: true }));
export const CommentArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRightRegular", "", 2, undefined, { flipInRtl: true }));
export const CommentArrowRight12Regular = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight12Regular", "", 1, 12, { flipInRtl: true }));
export const CommentArrowRight12Filled = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight12Filled", "", 0, 12, { flipInRtl: true }));
export const CommentArrowRight16Regular = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight16Regular", "", 1, 16, { flipInRtl: true }));
export const CommentArrowRight16Filled = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight16Filled", "", 0, 16, { flipInRtl: true }));
export const CommentArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight20Regular", "", 1, 20, { flipInRtl: true }));
export const CommentArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight20Filled", "", 0, 20, { flipInRtl: true }));
export const CommentArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight24Regular", "", 1, 24, { flipInRtl: true }));
export const CommentArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight24Filled", "", 0, 24, { flipInRtl: true }));
export const CommentArrowRight28Regular = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight28Regular", "", 1, 28, { flipInRtl: true }));
export const CommentArrowRight28Filled = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight28Filled", "", 0, 28, { flipInRtl: true }));
export const CommentArrowRight48Regular = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight48Regular", "", 1, 48, { flipInRtl: true }));
export const CommentArrowRight48Filled = ( /*#__PURE__*/createFluentFontIcon("CommentArrowRight48Filled", "", 0, 48, { flipInRtl: true }));