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,15 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BowlChopsticks28Filled = exports.BowlChopsticks28Regular = exports.BowlChopsticks24Filled = exports.BowlChopsticks24Regular = exports.BowlChopsticks20Filled = exports.BowlChopsticks20Regular = exports.BowlChopsticks16Filled = exports.BowlChopsticks16Regular = exports.BowlChopsticksRegular = exports.BowlChopsticksFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.BowlChopsticksFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticksFilled", "", 2, undefined));
exports.BowlChopsticksRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticksRegular", "", 2, undefined));
exports.BowlChopsticks16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks16Regular", "", 1, 16));
exports.BowlChopsticks16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks16Filled", "", 0, 16));
exports.BowlChopsticks20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks20Regular", "", 1, 20));
exports.BowlChopsticks20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks20Filled", "", 0, 20));
exports.BowlChopsticks24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks24Regular", "", 1, 24));
exports.BowlChopsticks24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks24Filled", "", 0, 24));
exports.BowlChopsticks28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks28Regular", "", 1, 28));
exports.BowlChopsticks28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BowlChopsticks28Filled", "", 0, 28));