@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 1.04 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LayoutCellFourFocusBottomRight24Filled = exports.LayoutCellFourFocusBottomRight20Filled = exports.LayoutCellFourFocusBottomRight16Filled = exports.LayoutCellFourFocusBottomRightFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LayoutCellFourFocusBottomRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutCellFourFocusBottomRightFilled", "", 2, undefined));
exports.LayoutCellFourFocusBottomRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutCellFourFocusBottomRight16Filled", "", 0, 16));
exports.LayoutCellFourFocusBottomRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutCellFourFocusBottomRight20Filled", "", 0, 20));
exports.LayoutCellFourFocusBottomRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutCellFourFocusBottomRight24Filled", "", 0, 24));