Private
Public Access
1
0
Files

12 lines
1.2 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentLandscape24Filled = exports.DocumentLandscape24Regular = exports.DocumentLandscape20Filled = exports.DocumentLandscape20Regular = exports.DocumentLandscapeRegular = exports.DocumentLandscapeFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.DocumentLandscapeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentLandscapeFilled", "", 2, undefined));
exports.DocumentLandscapeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentLandscapeRegular", "", 2, undefined));
exports.DocumentLandscape20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentLandscape20Regular", "", 1, 20));
exports.DocumentLandscape20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentLandscape20Filled", "", 0, 20));
exports.DocumentLandscape24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentLandscape24Regular", "", 1, 24));
exports.DocumentLandscape24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentLandscape24Filled", "", 0, 24));