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
+13
View File
@@ -0,0 +1,13 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LeafThree24Filled = exports.LeafThree24Regular = exports.LeafThree20Filled = exports.LeafThree20Regular = exports.LeafThree16Filled = exports.LeafThree16Regular = exports.LeafThreeRegular = exports.LeafThreeFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LeafThreeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafThreeFilled", "", 2, undefined));
exports.LeafThreeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafThreeRegular", "", 2, undefined));
exports.LeafThree16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafThree16Regular", "", 1, 16));
exports.LeafThree16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafThree16Filled", "", 0, 16));
exports.LeafThree20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafThree20Regular", "", 1, 20));
exports.LeafThree20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafThree20Filled", "", 0, 20));
exports.LeafThree24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafThree24Regular", "", 1, 24));
exports.LeafThree24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LeafThree24Filled", "", 0, 24));