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