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
@@ -0,0 +1,12 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DataBarVerticalFilled = ( /*#__PURE__*/createFluentFontIcon("DataBarVerticalFilled", "", 2, undefined));
export const DataBarVerticalRegular = ( /*#__PURE__*/createFluentFontIcon("DataBarVerticalRegular", "", 2, undefined));
export const DataBarVertical16Regular = ( /*#__PURE__*/createFluentFontIcon("DataBarVertical16Regular", "", 1, 16));
export const DataBarVertical16Filled = ( /*#__PURE__*/createFluentFontIcon("DataBarVertical16Filled", "", 0, 16));
export const DataBarVertical20Regular = ( /*#__PURE__*/createFluentFontIcon("DataBarVertical20Regular", "", 1, 20));
export const DataBarVertical20Filled = ( /*#__PURE__*/createFluentFontIcon("DataBarVertical20Filled", "", 0, 20));
export const DataBarVertical24Regular = ( /*#__PURE__*/createFluentFontIcon("DataBarVertical24Regular", "", 1, 24));
export const DataBarVertical24Filled = ( /*#__PURE__*/createFluentFontIcon("DataBarVertical24Filled", "", 0, 24));
export const DataBarVertical32Regular = ( /*#__PURE__*/createFluentFontIcon("DataBarVertical32Regular", "", 1, 32));
export const DataBarVertical32Filled = ( /*#__PURE__*/createFluentFontIcon("DataBarVertical32Filled", "", 0, 32));