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.RectangleLandscapeHintCopy24Filled = exports.RectangleLandscapeHintCopy24Regular = exports.RectangleLandscapeHintCopy20Filled = exports.RectangleLandscapeHintCopy20Regular = exports.RectangleLandscapeHintCopy16Filled = exports.RectangleLandscapeHintCopy16Regular = exports.RectangleLandscapeHintCopyRegular = exports.RectangleLandscapeHintCopyFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.RectangleLandscapeHintCopyFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RectangleLandscapeHintCopyFilled", "", 2, undefined));
exports.RectangleLandscapeHintCopyRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RectangleLandscapeHintCopyRegular", "", 2, undefined));
exports.RectangleLandscapeHintCopy16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RectangleLandscapeHintCopy16Regular", "󰈶", 1, 16));
exports.RectangleLandscapeHintCopy16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RectangleLandscapeHintCopy16Filled", "󰉉", 0, 16));
exports.RectangleLandscapeHintCopy20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RectangleLandscapeHintCopy20Regular", "󰈷", 1, 20));
exports.RectangleLandscapeHintCopy20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RectangleLandscapeHintCopy20Filled", "󰉊", 0, 20));
exports.RectangleLandscapeHintCopy24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RectangleLandscapeHintCopy24Regular", "󰈸", 1, 24));
exports.RectangleLandscapeHintCopy24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RectangleLandscapeHintCopy24Filled", "󰉋", 0, 24));