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
+16
View File
@@ -0,0 +1,16 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DropFilled = ( /*#__PURE__*/createFluentFontIcon("DropFilled", "", 2, undefined));
export const DropRegular = ( /*#__PURE__*/createFluentFontIcon("DropRegular", "", 2, undefined));
export const Drop12Regular = ( /*#__PURE__*/createFluentFontIcon("Drop12Regular", "", 1, 12));
export const Drop12Filled = ( /*#__PURE__*/createFluentFontIcon("Drop12Filled", "", 0, 12));
export const Drop16Regular = ( /*#__PURE__*/createFluentFontIcon("Drop16Regular", "", 1, 16));
export const Drop16Filled = ( /*#__PURE__*/createFluentFontIcon("Drop16Filled", "", 0, 16));
export const Drop20Regular = ( /*#__PURE__*/createFluentFontIcon("Drop20Regular", "", 1, 20));
export const Drop20Filled = ( /*#__PURE__*/createFluentFontIcon("Drop20Filled", "", 0, 20));
export const Drop24Regular = ( /*#__PURE__*/createFluentFontIcon("Drop24Regular", "", 1, 24));
export const Drop24Filled = ( /*#__PURE__*/createFluentFontIcon("Drop24Filled", "", 0, 24));
export const Drop28Regular = ( /*#__PURE__*/createFluentFontIcon("Drop28Regular", "", 1, 28));
export const Drop28Filled = ( /*#__PURE__*/createFluentFontIcon("Drop28Filled", "", 0, 28));
export const Drop48Regular = ( /*#__PURE__*/createFluentFontIcon("Drop48Regular", "", 1, 48));
export const Drop48Filled = ( /*#__PURE__*/createFluentFontIcon("Drop48Filled", "", 0, 48));