@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.1 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TextSortDescendingFilled = ( /*#__PURE__*/createFluentFontIcon("TextSortDescendingFilled", "", 2, undefined));
export const TextSortDescendingRegular = ( /*#__PURE__*/createFluentFontIcon("TextSortDescendingRegular", "", 2, undefined));
export const TextSortDescending16Regular = ( /*#__PURE__*/createFluentFontIcon("TextSortDescending16Regular", "", 1, 16));
export const TextSortDescending16Filled = ( /*#__PURE__*/createFluentFontIcon("TextSortDescending16Filled", "", 0, 16));
export const TextSortDescending20Regular = ( /*#__PURE__*/createFluentFontIcon("TextSortDescending20Regular", "", 1, 20));
export const TextSortDescending20Filled = ( /*#__PURE__*/createFluentFontIcon("TextSortDescending20Filled", "", 0, 20));
export const TextSortDescending24Regular = ( /*#__PURE__*/createFluentFontIcon("TextSortDescending24Regular", "", 1, 24));
export const TextSortDescending24Filled = ( /*#__PURE__*/createFluentFontIcon("TextSortDescending24Filled", "", 0, 24));