14 lines
1.5 KiB
JavaScript
14 lines
1.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LocationArrowUp48Filled = exports.LocationArrowUp48Regular = exports.LocationArrowUp20Filled = exports.LocationArrowUp20Regular = exports.LocationArrowUp16Filled = exports.LocationArrowUp16Regular = exports.LocationArrowUpRegular = exports.LocationArrowUpFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.LocationArrowUpFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowUpFilled", "", 2, undefined));
|
|
exports.LocationArrowUpRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowUpRegular", "", 2, undefined));
|
|
exports.LocationArrowUp16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowUp16Regular", "", 1, 16));
|
|
exports.LocationArrowUp16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowUp16Filled", "", 0, 16));
|
|
exports.LocationArrowUp20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowUp20Regular", "", 1, 20));
|
|
exports.LocationArrowUp20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowUp20Filled", "", 0, 20));
|
|
exports.LocationArrowUp48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowUp48Regular", "", 1, 48));
|
|
exports.LocationArrowUp48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowUp48Filled", "", 0, 48));
|