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,8 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const BookExclamationMarkFilled = ( /*#__PURE__*/createFluentFontIcon("BookExclamationMarkFilled", "", 2, undefined));
export const BookExclamationMarkRegular = ( /*#__PURE__*/createFluentFontIcon("BookExclamationMarkRegular", "", 2, undefined));
export const BookExclamationMark20Regular = ( /*#__PURE__*/createFluentFontIcon("BookExclamationMark20Regular", "", 1, 20));
export const BookExclamationMark20Filled = ( /*#__PURE__*/createFluentFontIcon("BookExclamationMark20Filled", "", 0, 20));
export const BookExclamationMark24Regular = ( /*#__PURE__*/createFluentFontIcon("BookExclamationMark24Regular", "", 1, 24));
export const BookExclamationMark24Filled = ( /*#__PURE__*/createFluentFontIcon("BookExclamationMark24Filled", "", 0, 24));