10 lines
845 B
JavaScript
10 lines
845 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LocationAddUp20Filled = exports.LocationAddUp20Regular = exports.LocationAddUpRegular = exports.LocationAddUpFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.LocationAddUpFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAddUpFilled", "", 2, undefined));
|
|
exports.LocationAddUpRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAddUpRegular", "", 2, undefined));
|
|
exports.LocationAddUp20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAddUp20Regular", "", 1, 20));
|
|
exports.LocationAddUp20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationAddUp20Filled", "", 0, 20));
|