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 ArrowRepeatAllFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAllFilled", "", 2, undefined, { flipInRtl: true }));
export const ArrowRepeatAllRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAllRegular", "", 2, undefined, { flipInRtl: true }));
export const ArrowRepeatAll16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll16Regular", "", 1, 16, { flipInRtl: true }));
export const ArrowRepeatAll16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll16Filled", "", 0, 16, { flipInRtl: true }));
export const ArrowRepeatAll20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll20Regular", "", 1, 20, { flipInRtl: true }));
export const ArrowRepeatAll20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll20Filled", "", 0, 20, { flipInRtl: true }));
export const ArrowRepeatAll24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll24Regular", "", 1, 24, { flipInRtl: true }));
export const ArrowRepeatAll24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll24Filled", "", 0, 24, { flipInRtl: true }));
export const ArrowRepeatAll28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll28Regular", "󰜩", 1, 28, { flipInRtl: true }));
export const ArrowRepeatAll28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll28Filled", "󰞦", 0, 28, { flipInRtl: true }));
export const ArrowRepeatAll48Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll48Regular", "󰜪", 1, 48, { flipInRtl: true }));
export const ArrowRepeatAll48Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll48Filled", "󰞧", 0, 48, { flipInRtl: true }));