@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.54 kB
JavaScript
"use client";
;
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));