"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowTrendingCheckmark24Filled = exports.ArrowTrendingCheckmark24Regular = exports.ArrowTrendingCheckmark20Filled = exports.ArrowTrendingCheckmark20Regular = exports.ArrowTrendingCheckmarkRegular = exports.ArrowTrendingCheckmarkFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.ArrowTrendingCheckmarkFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingCheckmarkFilled", "", 2, undefined, { flipInRtl: true })); exports.ArrowTrendingCheckmarkRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingCheckmarkRegular", "", 2, undefined, { flipInRtl: true })); exports.ArrowTrendingCheckmark20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingCheckmark20Regular", "", 1, 20, { flipInRtl: true })); exports.ArrowTrendingCheckmark20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingCheckmark20Filled", "", 0, 20, { flipInRtl: true })); exports.ArrowTrendingCheckmark24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingCheckmark24Regular", "", 1, 24, { flipInRtl: true })); exports.ArrowTrendingCheckmark24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowTrendingCheckmark24Filled", "", 0, 24, { flipInRtl: true }));