@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
18 lines (17 loc) • 2.12 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowReplyAllFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowReplyAllFilled", "", 2, undefined, { flipInRtl: true }));
export const ArrowReplyAllRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowReplyAllRegular", "", 2, undefined, { flipInRtl: true }));
export const ArrowReplyAll16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowReplyAll16Regular", "", 1, 16, { flipInRtl: true }));
export const ArrowReplyAll16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowReplyAll16Filled", "", 0, 16, { flipInRtl: true }));
export const ArrowReplyAll20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowReplyAll20Regular", "", 1, 20, { flipInRtl: true }));
export const ArrowReplyAll20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowReplyAll20Filled", "", 0, 20, { flipInRtl: true }));
export const ArrowReplyAll24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowReplyAll24Regular", "", 1, 24, { flipInRtl: true }));
export const ArrowReplyAll24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowReplyAll24Filled", "", 0, 24, { flipInRtl: true }));
export const ArrowReplyAll28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowReplyAll28Regular", "", 1, 28, { flipInRtl: true }));
export const ArrowReplyAll28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowReplyAll28Filled", "", 0, 28, { flipInRtl: true }));
export const ArrowReplyAll32Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowReplyAll32Regular", "", 1, 32, { flipInRtl: true }));
export const ArrowReplyAll32Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowReplyAll32Filled", "", 0, 32, { flipInRtl: true }));
export const ArrowReplyAll32Light = ( /*#__PURE__*/createFluentFontIcon("ArrowReplyAll32Light", "", 3, 32));
export const ArrowReplyAll48Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowReplyAll48Regular", "", 1, 48, { flipInRtl: true }));
export const ArrowReplyAll48Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowReplyAll48Filled", "", 0, 48, { flipInRtl: true }));