14 lines
1.6 KiB
JavaScript
14 lines
1.6 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LocationArrowRight48Filled = exports.LocationArrowRight48Regular = exports.LocationArrowRight20Filled = exports.LocationArrowRight20Regular = exports.LocationArrowRight16Filled = exports.LocationArrowRight16Regular = exports.LocationArrowRightRegular = exports.LocationArrowRightFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.LocationArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowRightFilled", "", 2, undefined));
|
|
exports.LocationArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowRightRegular", "", 2, undefined));
|
|
exports.LocationArrowRight16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowRight16Regular", "", 1, 16));
|
|
exports.LocationArrowRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowRight16Filled", "", 0, 16));
|
|
exports.LocationArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowRight20Regular", "", 1, 20));
|
|
exports.LocationArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowRight20Filled", "", 0, 20));
|
|
exports.LocationArrowRight48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowRight48Regular", "", 1, 48));
|
|
exports.LocationArrowRight48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationArrowRight48Filled", "", 0, 48));
|