@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.63 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextSortDescending24Filled = exports.TextSortDescending24Regular = exports.TextSortDescending20Filled = exports.TextSortDescending20Regular = exports.TextSortDescending16Filled = exports.TextSortDescending16Regular = exports.TextSortDescendingRegular = exports.TextSortDescendingFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextSortDescendingFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortDescendingFilled", "", 2, undefined));
exports.TextSortDescendingRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortDescendingRegular", "", 2, undefined));
exports.TextSortDescending16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortDescending16Regular", "", 1, 16));
exports.TextSortDescending16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortDescending16Filled", "", 0, 16));
exports.TextSortDescending20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortDescending20Regular", "", 1, 20));
exports.TextSortDescending20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortDescending20Filled", "", 0, 20));
exports.TextSortDescending24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortDescending24Regular", "", 1, 24));
exports.TextSortDescending24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortDescending24Filled", "", 0, 24));