11 lines
1.0 KiB
JavaScript
11 lines
1.0 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ArrowExportRtlFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowExportRtlFilled", "", 2, undefined));
|
|
export const ArrowExportRtlRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowExportRtlRegular", "", 2, undefined));
|
|
export const ArrowExportRtl16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowExportRtl16Regular", "", 1, 16));
|
|
export const ArrowExportRtl16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowExportRtl16Filled", "", 0, 16));
|
|
export const ArrowExportRtl20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowExportRtl20Regular", "", 1, 20));
|
|
export const ArrowExportRtl20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowExportRtl20Filled", "", 0, 20));
|
|
export const ArrowExportRtl24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowExportRtl24Regular", "", 1, 24));
|
|
export const ArrowExportRtl24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowExportRtl24Filled", "", 0, 24));
|