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,13 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlantRagweed28Filled = exports.PlantRagweed28Regular = exports.PlantRagweed24Filled = exports.PlantRagweed24Regular = exports.PlantRagweed20Filled = exports.PlantRagweed20Regular = exports.PlantRagweedRegular = exports.PlantRagweedFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PlantRagweedFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweedFilled", "", 2, undefined));
exports.PlantRagweedRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweedRegular", "", 2, undefined));
exports.PlantRagweed20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweed20Regular", "󰄹", 1, 20));
exports.PlantRagweed20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweed20Filled", "󰄸", 0, 20));
exports.PlantRagweed24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweed24Regular", "󰄺", 1, 24));
exports.PlantRagweed24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweed24Filled", "󰄹", 0, 24));
exports.PlantRagweed28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweed28Regular", "󰄻", 1, 28));
exports.PlantRagweed28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PlantRagweed28Filled", "󰄺", 0, 28));