@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 2.07 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PanelLeftHeaderFilled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeaderFilled", "", 2, undefined, { flipInRtl: true }));
export const PanelLeftHeaderRegular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeaderRegular", "", 2, undefined, { flipInRtl: true }));
export const PanelLeftHeader16Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeader16Regular", "", 1, 16, { flipInRtl: true }));
export const PanelLeftHeader16Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeader16Filled", "", 0, 16, { flipInRtl: true }));
export const PanelLeftHeader20Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeader20Regular", "", 1, 20, { flipInRtl: true }));
export const PanelLeftHeader20Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeader20Filled", "", 0, 20, { flipInRtl: true }));
export const PanelLeftHeader24Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeader24Regular", "", 1, 24, { flipInRtl: true }));
export const PanelLeftHeader24Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeader24Filled", "", 0, 24, { flipInRtl: true }));
export const PanelLeftHeader28Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeader28Regular", "", 1, 28, { flipInRtl: true }));
export const PanelLeftHeader28Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeader28Filled", "", 0, 28, { flipInRtl: true }));
export const PanelLeftHeader32Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeader32Regular", "", 1, 32, { flipInRtl: true }));
export const PanelLeftHeader32Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeader32Filled", "", 0, 32, { flipInRtl: true }));
export const PanelLeftHeader48Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeader48Regular", "", 1, 48, { flipInRtl: true }));
export const PanelLeftHeader48Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftHeader48Filled", "", 0, 48, { flipInRtl: true }));