@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
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowDownRightFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownRightFilled", "", 2, undefined, { flipInRtl: true }));
export const ArrowDownRightRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownRightRegular", "", 2, undefined, { flipInRtl: true }));
export const ArrowDownRight16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownRight16Regular", "", 1, 16, { flipInRtl: true }));
export const ArrowDownRight16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownRight16Filled", "", 0, 16, { flipInRtl: true }));
export const ArrowDownRight20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownRight20Regular", "", 1, 20, { flipInRtl: true }));
export const ArrowDownRight20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownRight20Filled", "", 0, 20, { flipInRtl: true }));
export const ArrowDownRight24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownRight24Regular", "", 1, 24, { flipInRtl: true }));
export const ArrowDownRight24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownRight24Filled", "", 0, 24, { flipInRtl: true }));
export const ArrowDownRight32Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownRight32Regular", "", 1, 32, { flipInRtl: true }));
export const ArrowDownRight32Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownRight32Filled", "", 0, 32, { flipInRtl: true }));
export const ArrowDownRight48Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownRight48Regular", "", 1, 48, { flipInRtl: true }));
export const ArrowDownRight48Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownRight48Filled", "", 0, 48, { flipInRtl: true }));