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
+18
View File
@@ -0,0 +1,18 @@
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const HexagonFilled = ( /*#__PURE__*/createFluentFontIcon("HexagonFilled", "", 2, undefined));
export const HexagonRegular = ( /*#__PURE__*/createFluentFontIcon("HexagonRegular", "", 2, undefined));
export const Hexagon12Regular = ( /*#__PURE__*/createFluentFontIcon("Hexagon12Regular", "󰋘", 1, 12));
export const Hexagon12Filled = ( /*#__PURE__*/createFluentFontIcon("Hexagon12Filled", "󰋫", 0, 12));
export const Hexagon16Regular = ( /*#__PURE__*/createFluentFontIcon("Hexagon16Regular", "󰊳", 1, 16));
export const Hexagon16Filled = ( /*#__PURE__*/createFluentFontIcon("Hexagon16Filled", "󰋆", 0, 16));
export const Hexagon20Regular = ( /*#__PURE__*/createFluentFontIcon("Hexagon20Regular", "󰊴", 1, 20));
export const Hexagon20Filled = ( /*#__PURE__*/createFluentFontIcon("Hexagon20Filled", "󰋇", 0, 20));
export const Hexagon24Regular = ( /*#__PURE__*/createFluentFontIcon("Hexagon24Regular", "󰋙", 1, 24));
export const Hexagon24Filled = ( /*#__PURE__*/createFluentFontIcon("Hexagon24Filled", "󰋬", 0, 24));
export const Hexagon28Regular = ( /*#__PURE__*/createFluentFontIcon("Hexagon28Regular", "󰎐", 1, 28));
export const Hexagon28Filled = ( /*#__PURE__*/createFluentFontIcon("Hexagon28Filled", "󰎣", 0, 28));
export const Hexagon32Regular = ( /*#__PURE__*/createFluentFontIcon("Hexagon32Regular", "󰎑", 1, 32));
export const Hexagon32Filled = ( /*#__PURE__*/createFluentFontIcon("Hexagon32Filled", "󰎤", 0, 32));
export const Hexagon48Regular = ( /*#__PURE__*/createFluentFontIcon("Hexagon48Regular", "󰎒", 1, 48));
export const Hexagon48Filled = ( /*#__PURE__*/createFluentFontIcon("Hexagon48Filled", "󰎥", 0, 48));