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 RibbonFilled = ( /*#__PURE__*/createFluentFontIcon("RibbonFilled", "", 2, undefined));
export const RibbonRegular = ( /*#__PURE__*/createFluentFontIcon("RibbonRegular", "", 2, undefined));
export const Ribbon12Regular = ( /*#__PURE__*/createFluentFontIcon("Ribbon12Regular", "", 1, 12));
export const Ribbon12Filled = ( /*#__PURE__*/createFluentFontIcon("Ribbon12Filled", "", 0, 12));
export const Ribbon16Regular = ( /*#__PURE__*/createFluentFontIcon("Ribbon16Regular", "", 1, 16));
export const Ribbon16Filled = ( /*#__PURE__*/createFluentFontIcon("Ribbon16Filled", "", 0, 16));
export const Ribbon20Regular = ( /*#__PURE__*/createFluentFontIcon("Ribbon20Regular", "", 1, 20));
export const Ribbon20Filled = ( /*#__PURE__*/createFluentFontIcon("Ribbon20Filled", "", 0, 20));
export const Ribbon24Regular = ( /*#__PURE__*/createFluentFontIcon("Ribbon24Regular", "", 1, 24));
export const Ribbon24Filled = ( /*#__PURE__*/createFluentFontIcon("Ribbon24Filled", "", 0, 24));
export const Ribbon32Regular = ( /*#__PURE__*/createFluentFontIcon("Ribbon32Regular", "", 1, 32));
export const Ribbon32Filled = ( /*#__PURE__*/createFluentFontIcon("Ribbon32Filled", "", 0, 32));