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