@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.53 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowFlowUpRightFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRightFilled", "", 2, undefined, { flipInRtl: true }));
export const ArrowFlowUpRightRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRightRegular", "", 2, undefined, { flipInRtl: true }));
export const ArrowFlowUpRight16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRight16Regular", "", 1, 16, { flipInRtl: true }));
export const ArrowFlowUpRight16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRight16Filled", "", 0, 16, { flipInRtl: true }));
export const ArrowFlowUpRight20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRight20Regular", "", 1, 20, { flipInRtl: true }));
export const ArrowFlowUpRight20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRight20Filled", "", 0, 20, { flipInRtl: true }));
export const ArrowFlowUpRight24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRight24Regular", "", 1, 24, { flipInRtl: true }));
export const ArrowFlowUpRight24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRight24Filled", "", 0, 24, { flipInRtl: true }));
export const ArrowFlowUpRight32Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRight32Regular", "", 1, 32, { flipInRtl: true }));
export const ArrowFlowUpRight32Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRight32Filled", "", 0, 32, { flipInRtl: true }));