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