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.LocationArrowLeft48Filled = exports.LocationArrowLeft48Regular = exports.LocationArrowLeft20Filled = exports.LocationArrowLeft20Regular = exports.LocationArrowLeft16Filled = exports.LocationArrowLeft16Regular = exports.LocationArrowLeftRegular = exports.LocationArrowLeftFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LocationArrowLeftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeftFilled", "", 2, undefined));
exports.LocationArrowLeftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeftRegular", "", 2, undefined));
exports.LocationArrowLeft16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeft16Regular", "󰁪", 1, 16));
exports.LocationArrowLeft16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeft16Filled", "󰁮", 0, 16));
exports.LocationArrowLeft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeft20Regular", "", 1, 20));
exports.LocationArrowLeft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeft20Filled", "", 0, 20));
exports.LocationArrowLeft48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeft48Regular", "", 1, 48));
exports.LocationArrowLeft48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowLeft48Filled", "", 0, 48));