@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.07 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowSortUpLinesFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUpLinesFilled", "", 2, undefined));
export const ArrowSortUpLinesRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUpLinesRegular", "", 2, undefined));
export const ArrowSortUpLines16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUpLines16Regular", "", 1, 16));
export const ArrowSortUpLines16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUpLines16Filled", "", 0, 16));
export const ArrowSortUpLines20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUpLines20Regular", "", 1, 20));
export const ArrowSortUpLines20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUpLines20Filled", "", 0, 20));
export const ArrowSortUpLines24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUpLines24Regular", "", 1, 24));
export const ArrowSortUpLines24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortUpLines24Filled", "", 0, 24));