UNPKG

@fluentui/react-icons

Version:

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

15 lines (14 loc) 1.76 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ArrowRepeatAllFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAllFilled", "", 2, undefined, { flipInRtl: true })); export const ArrowRepeatAllRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAllRegular", "", 2, undefined, { flipInRtl: true })); export const ArrowRepeatAll16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll16Regular", "", 1, 16, { flipInRtl: true })); export const ArrowRepeatAll16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll16Filled", "", 0, 16, { flipInRtl: true })); export const ArrowRepeatAll20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll20Regular", "", 1, 20, { flipInRtl: true })); export const ArrowRepeatAll20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll20Filled", "", 0, 20, { flipInRtl: true })); export const ArrowRepeatAll24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll24Regular", "", 1, 24, { flipInRtl: true })); export const ArrowRepeatAll24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll24Filled", "", 0, 24, { flipInRtl: true })); export const ArrowRepeatAll28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll28Regular", "󰜩", 1, 28, { flipInRtl: true })); export const ArrowRepeatAll28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll28Filled", "󰞦", 0, 28, { flipInRtl: true })); export const ArrowRepeatAll48Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll48Regular", "󰜪", 1, 48, { flipInRtl: true })); export const ArrowRepeatAll48Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRepeatAll48Filled", "󰞧", 0, 48, { flipInRtl: true }));