@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 511 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 Reorder20Regular = ( /*#__PURE__*/createFluentFontIcon("Reorder20Regular", "", 1, 20));
export const Reorder20Filled = ( /*#__PURE__*/createFluentFontIcon("Reorder20Filled", "", 0, 20));