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.TextDirectionRotate315RightRegular = exports.TextDirectionRotate315RightFilled = exports.TextDirectionRotate315Right24Filled = exports.TextDirectionRotate315Right24Regular = exports.TextDirectionRotate315Right20Filled = exports.TextDirectionRotate315Right20Regular = exports.TextDirectionRotate315Right16Filled = exports.TextDirectionRotate315Right16Regular = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextDirectionRotate315Right16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate315Right16Regular", "󰯗", 1, 16));
exports.TextDirectionRotate315Right16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate315Right16Filled", "󰱔", 0, 16));
exports.TextDirectionRotate315Right20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate315Right20Regular", "󰇹", 1, 20));
exports.TextDirectionRotate315Right20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate315Right20Filled", "󰇹", 0, 20));
exports.TextDirectionRotate315Right24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate315Right24Regular", "󰇺", 1, 24));
exports.TextDirectionRotate315Right24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate315Right24Filled", "󰇺", 0, 24));
exports.TextDirectionRotate315RightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate315RightFilled", "", 2, undefined));
exports.TextDirectionRotate315RightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextDirectionRotate315RightRegular", "", 2, undefined));