UNPKG

@fluentui/react-icons

Version:

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

13 lines (12 loc) 1.46 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ArrowPreviousFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowPreviousFilled", "", 2, undefined, { flipInRtl: true })); export const ArrowPreviousRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowPreviousRegular", "", 2, undefined, { flipInRtl: true })); export const ArrowPrevious12Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowPrevious12Regular", "", 1, 12, { flipInRtl: true })); export const ArrowPrevious12Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowPrevious12Filled", "", 0, 12, { flipInRtl: true })); export const ArrowPrevious16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowPrevious16Regular", "", 1, 16, { flipInRtl: true })); export const ArrowPrevious16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowPrevious16Filled", "", 0, 16, { flipInRtl: true })); export const ArrowPrevious20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowPrevious20Regular", "", 1, 20, { flipInRtl: true })); export const ArrowPrevious20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowPrevious20Filled", "", 0, 20, { flipInRtl: true })); export const ArrowPrevious24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowPrevious24Regular", "", 1, 24, { flipInRtl: true })); export const ArrowPrevious24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowPrevious24Filled", "", 0, 24, { flipInRtl: true }));