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
+17
View File
@@ -0,0 +1,17 @@
"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CallInbound48Filled = exports.CallInbound48Regular = exports.CallInbound28Filled = exports.CallInbound28Regular = exports.CallInbound24Filled = exports.CallInbound24Regular = exports.CallInbound20Filled = exports.CallInbound20Regular = exports.CallInbound16Filled = exports.CallInbound16Regular = exports.CallInboundRegular = exports.CallInboundFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CallInboundFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallInboundFilled", "", 2, undefined));
exports.CallInboundRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallInboundRegular", "", 2, undefined));
exports.CallInbound16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallInbound16Regular", "", 1, 16));
exports.CallInbound16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallInbound16Filled", "", 0, 16));
exports.CallInbound20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallInbound20Regular", "", 1, 20));
exports.CallInbound20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallInbound20Filled", "", 0, 20));
exports.CallInbound24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallInbound24Regular", "", 1, 24));
exports.CallInbound24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallInbound24Filled", "", 0, 24));
exports.CallInbound28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallInbound28Regular", "", 1, 28));
exports.CallInbound28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallInbound28Filled", "", 0, 28));
exports.CallInbound48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallInbound48Regular", "", 1, 48));
exports.CallInbound48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CallInbound48Filled", "", 0, 48));