12 lines
1.3 KiB
JavaScript
12 lines
1.3 KiB
JavaScript
"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 }));
|