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 PollOffFilled = ( /*#__PURE__*/createFluentFontIcon("PollOffFilled", "", 2, undefined));
export const PollOffRegular = ( /*#__PURE__*/createFluentFontIcon("PollOffRegular", "", 2, undefined));
export const PollOff16Regular = ( /*#__PURE__*/createFluentFontIcon("PollOff16Regular", "󰓌", 1, 16));
export const PollOff16Filled = ( /*#__PURE__*/createFluentFontIcon("PollOff16Filled", "󰕅", 0, 16));
export const PollOff20Regular = ( /*#__PURE__*/createFluentFontIcon("PollOff20Regular", "󰓍", 1, 20));
export const PollOff20Filled = ( /*#__PURE__*/createFluentFontIcon("PollOff20Filled", "󰕆", 0, 20));
export const PollOff24Regular = ( /*#__PURE__*/createFluentFontIcon("PollOff24Regular", "󰓎", 1, 24));
export const PollOff24Filled = ( /*#__PURE__*/createFluentFontIcon("PollOff24Filled", "󰕇", 0, 24));
export const PollOff32Regular = ( /*#__PURE__*/createFluentFontIcon("PollOff32Regular", "󰓏", 1, 32));
export const PollOff32Filled = ( /*#__PURE__*/createFluentFontIcon("PollOff32Filled", "󰕈", 0, 32));