UNPKG

@fluentui/react-icons

Version:

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

17 lines (16 loc) 2.02 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const PanelLeftTextFilled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextFilled", "", 2, undefined, { flipInRtl: true })); export const PanelLeftTextRegular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextRegular", "", 2, undefined, { flipInRtl: true })); export const PanelLeftText16Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftText16Regular", "󰆙", 1, 16, { flipInRtl: true })); export const PanelLeftText16Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftText16Filled", "󰆙", 0, 16, { flipInRtl: true })); export const PanelLeftText20Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftText20Regular", "󰆚", 1, 20, { flipInRtl: true })); export const PanelLeftText20Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftText20Filled", "󰆚", 0, 20, { flipInRtl: true })); export const PanelLeftText24Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftText24Regular", "󰆛", 1, 24, { flipInRtl: true })); export const PanelLeftText24Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftText24Filled", "󰆛", 0, 24, { flipInRtl: true })); export const PanelLeftText28Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftText28Regular", "󰆜", 1, 28, { flipInRtl: true })); export const PanelLeftText28Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftText28Filled", "󰆜", 0, 28, { flipInRtl: true })); export const PanelLeftText32Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftText32Regular", "󰆝", 1, 32, { flipInRtl: true })); export const PanelLeftText32Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftText32Filled", "󰆝", 0, 32, { flipInRtl: true })); export const PanelLeftText48Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftText48Regular", "󰆞", 1, 48, { flipInRtl: true })); export const PanelLeftText48Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftText48Filled", "󰆞", 0, 48, { flipInRtl: true }));