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
+25
View File
@@ -0,0 +1,25 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const Text12Regular = ( /*#__PURE__*/createFluentFontIcon("Text12Regular", "", 1, 12));
export const Text12Filled = ( /*#__PURE__*/createFluentFontIcon("Text12Filled", "", 0, 12));
export const Text16Regular = ( /*#__PURE__*/createFluentFontIcon("Text16Regular", "", 1, 16));
export const Text16Filled = ( /*#__PURE__*/createFluentFontIcon("Text16Filled", "", 0, 16));
export const Text32Regular = ( /*#__PURE__*/createFluentFontIcon("Text32Regular", "", 1, 32));
export const Text32Filled = ( /*#__PURE__*/createFluentFontIcon("Text32Filled", "", 0, 32));
export const Text32Light = ( /*#__PURE__*/createFluentFontIcon("Text32Light", "", 3, 32));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColorFilled = ( /*#__PURE__*/createFluentFontIcon("TextColorFilled", "", 2, undefined));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColorRegular = ( /*#__PURE__*/createFluentFontIcon("TextColorRegular", "", 2, undefined));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColor16Regular = ( /*#__PURE__*/createFluentFontIcon("TextColor16Regular", "", 1, 16));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColor16Filled = ( /*#__PURE__*/createFluentFontIcon("TextColor16Filled", "", 0, 16));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColor20Regular = ( /*#__PURE__*/createFluentFontIcon("TextColor20Regular", "", 1, 20));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColor20Filled = ( /*#__PURE__*/createFluentFontIcon("TextColor20Filled", "", 0, 20));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColor24Regular = ( /*#__PURE__*/createFluentFontIcon("TextColor24Regular", "", 1, 24));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColor24Filled = ( /*#__PURE__*/createFluentFontIcon("TextColor24Filled", "", 0, 24));