@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.88 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LayoutAddBelow32Filled = exports.LayoutAddBelow32Regular = exports.LayoutAddBelow24Filled = exports.LayoutAddBelow24Regular = exports.LayoutAddBelow20Filled = exports.LayoutAddBelow20Regular = exports.LayoutAddBelow16Filled = exports.LayoutAddBelow16Regular = exports.LayoutAddBelowRegular = exports.LayoutAddBelowFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LayoutAddBelowFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddBelowFilled", "", 2, undefined));
exports.LayoutAddBelowRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddBelowRegular", "", 2, undefined));
exports.LayoutAddBelow16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddBelow16Regular", "", 1, 16));
exports.LayoutAddBelow16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddBelow16Filled", "", 0, 16));
exports.LayoutAddBelow20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddBelow20Regular", "", 1, 20));
exports.LayoutAddBelow20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddBelow20Filled", "", 0, 20));
exports.LayoutAddBelow24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddBelow24Regular", "", 1, 24));
exports.LayoutAddBelow24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddBelow24Filled", "", 0, 24));
exports.LayoutAddBelow32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddBelow32Regular", "", 1, 32));
exports.LayoutAddBelow32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddBelow32Filled", "", 0, 32));