@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.02 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowSortDownFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDownFilled", "", 2, undefined));
export const ArrowSortDownRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDownRegular", "", 2, undefined));
export const ArrowSortDown16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDown16Regular", "", 1, 16));
export const ArrowSortDown16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDown16Filled", "", 0, 16));
export const ArrowSortDown20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDown20Regular", "", 1, 20));
export const ArrowSortDown20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDown20Filled", "", 0, 20));
export const ArrowSortDown24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDown24Regular", "", 1, 24));
export const ArrowSortDown24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDown24Filled", "", 0, 24));