UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

17 lines (16 loc) 1.98 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const PanelLeftAddFilled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftAddFilled", "", 2, undefined, { flipInRtl: true })); export const PanelLeftAddRegular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftAddRegular", "", 2, undefined, { flipInRtl: true })); export const PanelLeftAdd16Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftAdd16Regular", "", 1, 16, { flipInRtl: true })); export const PanelLeftAdd16Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftAdd16Filled", "", 0, 16, { flipInRtl: true })); export const PanelLeftAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftAdd20Regular", "", 1, 20, { flipInRtl: true })); export const PanelLeftAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftAdd20Filled", "", 0, 20, { flipInRtl: true })); export const PanelLeftAdd24Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftAdd24Regular", "", 1, 24, { flipInRtl: true })); export const PanelLeftAdd24Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftAdd24Filled", "", 0, 24, { flipInRtl: true })); export const PanelLeftAdd28Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftAdd28Regular", "", 1, 28, { flipInRtl: true })); export const PanelLeftAdd28Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftAdd28Filled", "", 0, 28, { flipInRtl: true })); export const PanelLeftAdd32Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftAdd32Regular", "", 1, 32, { flipInRtl: true })); export const PanelLeftAdd32Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftAdd32Filled", "", 0, 32, { flipInRtl: true })); export const PanelLeftAdd48Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftAdd48Regular", "", 1, 48, { flipInRtl: true })); export const PanelLeftAdd48Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftAdd48Filled", "", 0, 48, { flipInRtl: true }));