@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 ArrowSortDownLinesFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDownLinesFilled", "", 2, undefined));
export const ArrowSortDownLinesRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDownLinesRegular", "", 2, undefined));
export const ArrowSortDownLines16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDownLines16Regular", "", 1, 16));
export const ArrowSortDownLines16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDownLines16Filled", "", 0, 16));
export const ArrowSortDownLines20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDownLines20Regular", "", 1, 20));
export const ArrowSortDownLines20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDownLines20Filled", "", 0, 20));
export const ArrowSortDownLines24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDownLines24Regular", "", 1, 24));
export const ArrowSortDownLines24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSortDownLines24Filled", "", 0, 24));