Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/document-landscape-data.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

12 lines
1.3 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentLandscapeData24Filled = exports.DocumentLandscapeData24Regular = exports.DocumentLandscapeData20Filled = exports.DocumentLandscapeData20Regular = exports.DocumentLandscapeDataRegular = exports.DocumentLandscapeDataFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.DocumentLandscapeDataFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentLandscapeDataFilled", "", 2, undefined));
exports.DocumentLandscapeDataRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentLandscapeDataRegular", "", 2, undefined));
exports.DocumentLandscapeData20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentLandscapeData20Regular", "", 1, 20));
exports.DocumentLandscapeData20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentLandscapeData20Filled", "", 0, 20));
exports.DocumentLandscapeData24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentLandscapeData24Regular", "", 1, 24));
exports.DocumentLandscapeData24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentLandscapeData24Filled", "", 0, 24));