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,11 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChevronDoubleDown20Filled = exports.ChevronDoubleDown20Regular = exports.ChevronDoubleDown16Filled = exports.ChevronDoubleDown16Regular = exports.ChevronDoubleDownRegular = exports.ChevronDoubleDownFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ChevronDoubleDownFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleDownFilled", "", 2, undefined));
exports.ChevronDoubleDownRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleDownRegular", "", 2, undefined));
exports.ChevronDoubleDown16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleDown16Regular", "", 1, 16));
exports.ChevronDoubleDown16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleDown16Filled", "", 0, 16));
exports.ChevronDoubleDown20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleDown20Regular", "", 1, 20));
exports.ChevronDoubleDown20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChevronDoubleDown20Filled", "", 0, 20));