@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.16 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowExportFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowExportFilled", "", 2, undefined, { flipInRtl: true }));
export const ArrowExportRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowExportRegular", "", 2, undefined, { flipInRtl: true }));
export const ArrowExport16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowExport16Regular", "", 1, 16, { flipInRtl: true }));
export const ArrowExport16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowExport16Filled", "", 0, 16, { flipInRtl: true }));
export const ArrowExport20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowExport20Regular", "", 1, 20, { flipInRtl: true }));
export const ArrowExport20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowExport20Filled", "", 0, 20, { flipInRtl: true }));
export const ArrowExport24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowExport24Regular", "", 1, 24, { flipInRtl: true }));
export const ArrowExport24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowExport24Filled", "", 0, 24, { flipInRtl: true }));