@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 975 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowTrendingLinesFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowTrendingLinesFilled", "", 2, undefined, { flipInRtl: true }));
export const ArrowTrendingLinesRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowTrendingLinesRegular", "", 2, undefined, { flipInRtl: true }));
export const ArrowTrendingLines20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowTrendingLines20Regular", "", 1, 20, { flipInRtl: true }));
export const ArrowTrendingLines20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowTrendingLines20Filled", "", 0, 20, { flipInRtl: true }));
export const ArrowTrendingLines24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowTrendingLines24Regular", "", 1, 24, { flipInRtl: true }));
export const ArrowTrendingLines24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowTrendingLines24Filled", "", 0, 24, { flipInRtl: true }));