14 lines
1.5 KiB
JavaScript
14 lines
1.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LayoutCellFour24Filled = exports.LayoutCellFour24Regular = exports.LayoutCellFour20Filled = exports.LayoutCellFour20Regular = exports.LayoutCellFour16Filled = exports.LayoutCellFour16Regular = exports.LayoutCellFourRegular = exports.LayoutCellFourFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.LayoutCellFourFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutCellFourFilled", "", 2, undefined));
|
|
exports.LayoutCellFourRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutCellFourRegular", "", 2, undefined));
|
|
exports.LayoutCellFour16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutCellFour16Regular", "", 1, 16));
|
|
exports.LayoutCellFour16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutCellFour16Filled", "", 0, 16));
|
|
exports.LayoutCellFour20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutCellFour20Regular", "", 1, 20));
|
|
exports.LayoutCellFour20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutCellFour20Filled", "", 0, 20));
|
|
exports.LayoutCellFour24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutCellFour24Regular", "", 1, 24));
|
|
exports.LayoutCellFour24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutCellFour24Filled", "", 0, 24));
|