@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.08 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TextSortAscendingFilled = ( /*#__PURE__*/createFluentFontIcon("TextSortAscendingFilled", "", 2, undefined));
export const TextSortAscendingRegular = ( /*#__PURE__*/createFluentFontIcon("TextSortAscendingRegular", "", 2, undefined));
export const TextSortAscending16Regular = ( /*#__PURE__*/createFluentFontIcon("TextSortAscending16Regular", "", 1, 16));
export const TextSortAscending16Filled = ( /*#__PURE__*/createFluentFontIcon("TextSortAscending16Filled", "", 0, 16));
export const TextSortAscending20Regular = ( /*#__PURE__*/createFluentFontIcon("TextSortAscending20Regular", "", 1, 20));
export const TextSortAscending20Filled = ( /*#__PURE__*/createFluentFontIcon("TextSortAscending20Filled", "", 0, 20));
export const TextSortAscending24Regular = ( /*#__PURE__*/createFluentFontIcon("TextSortAscending24Regular", "", 1, 24));
export const TextSortAscending24Filled = ( /*#__PURE__*/createFluentFontIcon("TextSortAscending24Filled", "", 0, 24));