@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.17 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowSortFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortFilled", "", 2, undefined));
export const ArrowSortRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortRegular", "", 2, undefined));
export const ArrowSort16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSort16Regular", "", 1, 16));
export const ArrowSort16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSort16Filled", "", 0, 16));
export const ArrowSort20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSort20Regular", "", 1, 20));
export const ArrowSort20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSort20Filled", "", 0, 20));
export const ArrowSort24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSort24Regular", "", 1, 24));
export const ArrowSort24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSort24Filled", "", 0, 24));
export const ArrowSort28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSort28Regular", "", 1, 28));
export const ArrowSort28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSort28Filled", "", 0, 28));