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.PersonSwap24Filled = exports.PersonSwap24Regular = exports.PersonSwap20Filled = exports.PersonSwap20Regular = exports.PersonSwap16Filled = exports.PersonSwap16Regular = exports.PersonSwapRegular = exports.PersonSwapFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PersonSwapFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwapFilled", "", 2, undefined));
exports.PersonSwapRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwapRegular", "", 2, undefined));
exports.PersonSwap16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwap16Regular", "", 1, 16));
exports.PersonSwap16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwap16Filled", "", 0, 16));
exports.PersonSwap20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwap20Regular", "", 1, 20));
exports.PersonSwap20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwap20Filled", "", 0, 20));
exports.PersonSwap24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwap24Regular", "", 1, 24));
exports.PersonSwap24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSwap24Filled", "", 0, 24));