@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.6 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextSortAscending24Filled = exports.TextSortAscending24Regular = exports.TextSortAscending20Filled = exports.TextSortAscending20Regular = exports.TextSortAscending16Filled = exports.TextSortAscending16Regular = exports.TextSortAscendingRegular = exports.TextSortAscendingFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextSortAscendingFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortAscendingFilled", "", 2, undefined));
exports.TextSortAscendingRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortAscendingRegular", "", 2, undefined));
exports.TextSortAscending16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortAscending16Regular", "", 1, 16));
exports.TextSortAscending16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortAscending16Filled", "", 0, 16));
exports.TextSortAscending20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortAscending20Regular", "", 1, 20));
exports.TextSortAscending20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortAscending20Filled", "", 0, 20));
exports.TextSortAscending24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortAscending24Regular", "", 1, 24));
exports.TextSortAscending24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextSortAscending24Filled", "", 0, 24));