@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.LayoutAddAbove32Filled = exports.LayoutAddAbove32Regular = exports.LayoutAddAbove24Filled = exports.LayoutAddAbove24Regular = exports.LayoutAddAbove20Filled = exports.LayoutAddAbove20Regular = exports.LayoutAddAbove16Filled = exports.LayoutAddAbove16Regular = exports.LayoutAddAboveRegular = exports.LayoutAddAboveFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LayoutAddAboveFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAboveFilled", "", 2, undefined));
exports.LayoutAddAboveRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAboveRegular", "", 2, undefined));
exports.LayoutAddAbove16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove16Regular", "", 1, 16));
exports.LayoutAddAbove16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove16Filled", "", 0, 16));
exports.LayoutAddAbove20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove20Regular", "", 1, 20));
exports.LayoutAddAbove20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove20Filled", "", 0, 20));
exports.LayoutAddAbove24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove24Regular", "", 1, 24));
exports.LayoutAddAbove24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove24Filled", "", 0, 24));
exports.LayoutAddAbove32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove32Regular", "", 1, 32));
exports.LayoutAddAbove32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LayoutAddAbove32Filled", "", 0, 32));