@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 1.16 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowFlowUpRightRectangleMultipleFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRightRectangleMultipleFilled", "", 2, undefined, { flipInRtl: true }));
export const ArrowFlowUpRightRectangleMultipleRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRightRectangleMultipleRegular", "", 2, undefined, { flipInRtl: true }));
export const ArrowFlowUpRightRectangleMultiple20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRightRectangleMultiple20Regular", "", 1, 20, { flipInRtl: true }));
export const ArrowFlowUpRightRectangleMultiple20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRightRectangleMultiple20Filled", "", 0, 20, { flipInRtl: true }));
export const ArrowFlowUpRightRectangleMultiple24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRightRectangleMultiple24Regular", "", 1, 24, { flipInRtl: true }));
export const ArrowFlowUpRightRectangleMultiple24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowFlowUpRightRectangleMultiple24Filled", "", 0, 24, { flipInRtl: true }));