UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

12 lines (11 loc) 1.37 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowTrendingText24Filled = exports.ArrowTrendingText24Regular = exports.ArrowTrendingText20Filled = exports.ArrowTrendingText20Regular = exports.ArrowTrendingTextRegular = exports.ArrowTrendingTextFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.ArrowTrendingTextFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingTextFilled", "", 2, undefined, { flipInRtl: true })); exports.ArrowTrendingTextRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingTextRegular", "", 2, undefined, { flipInRtl: true })); exports.ArrowTrendingText20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingText20Regular", "", 1, 20, { flipInRtl: true })); exports.ArrowTrendingText20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingText20Filled", "", 0, 20, { flipInRtl: true })); exports.ArrowTrendingText24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingText24Regular", "", 1, 24, { flipInRtl: true })); exports.ArrowTrendingText24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingText24Filled", "", 0, 24, { flipInRtl: true }));