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
+12
View File
@@ -0,0 +1,12 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TapDoubleFilled = ( /*#__PURE__*/createFluentFontIcon("TapDoubleFilled", "", 2, undefined));
export const TapDoubleRegular = ( /*#__PURE__*/createFluentFontIcon("TapDoubleRegular", "", 2, undefined));
export const TapDouble20Regular = ( /*#__PURE__*/createFluentFontIcon("TapDouble20Regular", "", 1, 20));
export const TapDouble20Filled = ( /*#__PURE__*/createFluentFontIcon("TapDouble20Filled", "", 0, 20));
export const TapDouble24Regular = ( /*#__PURE__*/createFluentFontIcon("TapDouble24Regular", "", 1, 24));
export const TapDouble24Filled = ( /*#__PURE__*/createFluentFontIcon("TapDouble24Filled", "", 0, 24));
export const TapDouble32Regular = ( /*#__PURE__*/createFluentFontIcon("TapDouble32Regular", "", 1, 32));
export const TapDouble32Filled = ( /*#__PURE__*/createFluentFontIcon("TapDouble32Filled", "", 0, 32));
export const TapDouble48Regular = ( /*#__PURE__*/createFluentFontIcon("TapDouble48Regular", "", 1, 48));
export const TapDouble48Filled = ( /*#__PURE__*/createFluentFontIcon("TapDouble48Filled", "", 0, 48));