"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BoxArrowUp24Filled = exports.BoxArrowUp24Regular = exports.BoxArrowUp20Filled = exports.BoxArrowUp20Regular = exports.BoxArrowUpRegular = exports.BoxArrowUpFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.BoxArrowUpFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BoxArrowUpFilled", "", 2, undefined)); exports.BoxArrowUpRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BoxArrowUpRegular", "", 2, undefined)); exports.BoxArrowUp20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BoxArrowUp20Regular", "", 1, 20)); exports.BoxArrowUp20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BoxArrowUp20Filled", "", 0, 20)); exports.BoxArrowUp24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BoxArrowUp24Regular", "", 1, 24)); exports.BoxArrowUp24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BoxArrowUp24Filled", "", 0, 24));