@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 987 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowSortUpFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUpFilled", "", 2, undefined));
export const ArrowSortUpRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUpRegular", "", 2, undefined));
export const ArrowSortUp16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUp16Regular", "", 1, 16));
export const ArrowSortUp16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUp16Filled", "", 0, 16));
export const ArrowSortUp20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUp20Regular", "", 1, 20));
export const ArrowSortUp20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUp20Filled", "", 0, 20));
export const ArrowSortUp24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUp24Regular", "", 1, 24));
export const ArrowSortUp24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUp24Filled", "", 0, 24));