@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
19 lines (18 loc) • 1.84 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PanelRightFilled = ( /*#__PURE__*/createFluentFontIcon("PanelRightFilled", "", 2, undefined));
export const PanelRightRegular = ( /*#__PURE__*/createFluentFontIcon("PanelRightRegular", "", 2, undefined));
export const PanelRight12Regular = ( /*#__PURE__*/createFluentFontIcon("PanelRight12Regular", "", 1, 12));
export const PanelRight12Filled = ( /*#__PURE__*/createFluentFontIcon("PanelRight12Filled", "", 0, 12));
export const PanelRight16Regular = ( /*#__PURE__*/createFluentFontIcon("PanelRight16Regular", "", 1, 16));
export const PanelRight16Filled = ( /*#__PURE__*/createFluentFontIcon("PanelRight16Filled", "", 0, 16));
export const PanelRight20Regular = ( /*#__PURE__*/createFluentFontIcon("PanelRight20Regular", "", 1, 20));
export const PanelRight20Filled = ( /*#__PURE__*/createFluentFontIcon("PanelRight20Filled", "", 0, 20));
export const PanelRight24Regular = ( /*#__PURE__*/createFluentFontIcon("PanelRight24Regular", "", 1, 24));
export const PanelRight24Filled = ( /*#__PURE__*/createFluentFontIcon("PanelRight24Filled", "", 0, 24));
export const PanelRight28Regular = ( /*#__PURE__*/createFluentFontIcon("PanelRight28Regular", "", 1, 28));
export const PanelRight28Filled = ( /*#__PURE__*/createFluentFontIcon("PanelRight28Filled", "", 0, 28));
export const PanelRight32Regular = ( /*#__PURE__*/createFluentFontIcon("PanelRight32Regular", "", 1, 32));
export const PanelRight32Filled = ( /*#__PURE__*/createFluentFontIcon("PanelRight32Filled", "", 0, 32));
export const PanelRight48Regular = ( /*#__PURE__*/createFluentFontIcon("PanelRight48Regular", "", 1, 48));
export const PanelRight48Filled = ( /*#__PURE__*/createFluentFontIcon("PanelRight48Filled", "", 0, 48));