Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/arrow-export.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

11 lines
1.1 KiB
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 }));