UNPKG

@fluentui/react-icons

Version:

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

17 lines (16 loc) 2.21 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const PanelLeftTextDismissFilled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextDismissFilled", "", 2, undefined, { flipInRtl: true })); export const PanelLeftTextDismissRegular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextDismissRegular", "", 2, undefined, { flipInRtl: true })); export const PanelLeftTextDismiss16Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextDismiss16Regular", "󰆥", 1, 16, { flipInRtl: true })); export const PanelLeftTextDismiss16Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextDismiss16Filled", "󰆥", 0, 16, { flipInRtl: true })); export const PanelLeftTextDismiss20Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextDismiss20Regular", "󰆦", 1, 20, { flipInRtl: true })); export const PanelLeftTextDismiss20Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextDismiss20Filled", "󰆦", 0, 20, { flipInRtl: true })); export const PanelLeftTextDismiss24Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextDismiss24Regular", "󰆧", 1, 24, { flipInRtl: true })); export const PanelLeftTextDismiss24Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextDismiss24Filled", "󰆧", 0, 24, { flipInRtl: true })); export const PanelLeftTextDismiss28Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextDismiss28Regular", "󰆨", 1, 28, { flipInRtl: true })); export const PanelLeftTextDismiss28Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextDismiss28Filled", "󰆨", 0, 28, { flipInRtl: true })); export const PanelLeftTextDismiss32Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextDismiss32Regular", "󰆩", 1, 32, { flipInRtl: true })); export const PanelLeftTextDismiss32Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextDismiss32Filled", "󰆩", 0, 32, { flipInRtl: true })); export const PanelLeftTextDismiss48Regular = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextDismiss48Regular", "󰆪", 1, 48, { flipInRtl: true })); export const PanelLeftTextDismiss48Filled = ( /*#__PURE__*/createFluentFontIcon("PanelLeftTextDismiss48Filled", "󰆪", 0, 48, { flipInRtl: true }));