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
+23
View File
@@ -0,0 +1,23 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const VideoFilled = ( /*#__PURE__*/createFluentFontIcon("VideoFilled", "", 2, undefined));
export const VideoRegular = ( /*#__PURE__*/createFluentFontIcon("VideoRegular", "", 2, undefined));
export const Video16Regular = ( /*#__PURE__*/createFluentFontIcon("Video16Regular", "", 1, 16));
export const Video16Filled = ( /*#__PURE__*/createFluentFontIcon("Video16Filled", "", 0, 16));
export const Video20Regular = ( /*#__PURE__*/createFluentFontIcon("Video20Regular", "", 1, 20));
export const Video20Filled = ( /*#__PURE__*/createFluentFontIcon("Video20Filled", "", 0, 20));
export const Video24Regular = ( /*#__PURE__*/createFluentFontIcon("Video24Regular", "", 1, 24));
export const Video24Filled = ( /*#__PURE__*/createFluentFontIcon("Video24Filled", "", 0, 24));
export const Video28Regular = ( /*#__PURE__*/createFluentFontIcon("Video28Regular", "", 1, 28));
export const Video28Filled = ( /*#__PURE__*/createFluentFontIcon("Video28Filled", "", 0, 28));
export const Video32Regular = ( /*#__PURE__*/createFluentFontIcon("Video32Regular", "", 1, 32));
export const Video32Filled = ( /*#__PURE__*/createFluentFontIcon("Video32Filled", "", 0, 32));
export const Video32Light = ( /*#__PURE__*/createFluentFontIcon("Video32Light", "", 3, 32));
export const Video48Regular = ( /*#__PURE__*/createFluentFontIcon("Video48Regular", "", 1, 48));
export const Video48Filled = ( /*#__PURE__*/createFluentFontIcon("Video48Filled", "", 0, 48));
export const Video360Regular = ( /*#__PURE__*/createFluentFontIcon("Video360Regular", "", 2, undefined));
export const Video360Filled = ( /*#__PURE__*/createFluentFontIcon("Video360Filled", "", 2, undefined));
export const Video36020Regular = ( /*#__PURE__*/createFluentFontIcon("Video36020Regular", "", 1, 20));
export const Video36020Filled = ( /*#__PURE__*/createFluentFontIcon("Video36020Filled", "", 0, 20));
export const Video36024Regular = ( /*#__PURE__*/createFluentFontIcon("Video36024Regular", "", 1, 24));
export const Video36024Filled = ( /*#__PURE__*/createFluentFontIcon("Video36024Filled", "", 0, 24));