@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 2.18 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PanelRightGallery28Filled = exports.PanelRightGallery28Regular = exports.PanelRightGallery24Filled = exports.PanelRightGallery24Regular = exports.PanelRightGallery20Filled = exports.PanelRightGallery20Regular = exports.PanelRightGallery16Filled = exports.PanelRightGallery16Regular = exports.PanelRightGalleryRegular = exports.PanelRightGalleryFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PanelRightGalleryFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightGalleryFilled", "", 2, undefined, { flipInRtl: true }));
exports.PanelRightGalleryRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightGalleryRegular", "", 2, undefined, { flipInRtl: true }));
exports.PanelRightGallery16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightGallery16Regular", "", 1, 16, { flipInRtl: true }));
exports.PanelRightGallery16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightGallery16Filled", "", 0, 16, { flipInRtl: true }));
exports.PanelRightGallery20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightGallery20Regular", "", 1, 20, { flipInRtl: true }));
exports.PanelRightGallery20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightGallery20Filled", "", 0, 20, { flipInRtl: true }));
exports.PanelRightGallery24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightGallery24Regular", "", 1, 24, { flipInRtl: true }));
exports.PanelRightGallery24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightGallery24Filled", "", 0, 24, { flipInRtl: true }));
exports.PanelRightGallery28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightGallery28Regular", "", 1, 28, { flipInRtl: true }));
exports.PanelRightGallery28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightGallery28Filled", "", 0, 28, { flipInRtl: true }));