11 lines
923 B
JavaScript
11 lines
923 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ReOrderFilled = ( /*#__PURE__*/createFluentFontIcon("ReOrderFilled", "", 2, undefined));
|
|
export const ReOrderRegular = ( /*#__PURE__*/createFluentFontIcon("ReOrderRegular", "", 2, undefined));
|
|
export const ReOrder16Regular = ( /*#__PURE__*/createFluentFontIcon("ReOrder16Regular", "", 1, 16));
|
|
export const ReOrder16Filled = ( /*#__PURE__*/createFluentFontIcon("ReOrder16Filled", "", 0, 16));
|
|
export const ReOrder20Regular = ( /*#__PURE__*/createFluentFontIcon("ReOrder20Regular", "", 1, 20));
|
|
export const ReOrder20Filled = ( /*#__PURE__*/createFluentFontIcon("ReOrder20Filled", "", 0, 20));
|
|
export const ReOrder24Regular = ( /*#__PURE__*/createFluentFontIcon("ReOrder24Regular", "", 1, 24));
|
|
export const ReOrder24Filled = ( /*#__PURE__*/createFluentFontIcon("ReOrder24Filled", "", 0, 24));
|