12 lines
1.1 KiB
JavaScript
12 lines
1.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.GlobeLocation24Filled = exports.GlobeLocation24Regular = exports.GlobeLocation20Filled = exports.GlobeLocation20Regular = exports.GlobeLocationRegular = exports.GlobeLocationFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.GlobeLocationFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeLocationFilled", "", 2, undefined));
|
|
exports.GlobeLocationRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeLocationRegular", "", 2, undefined));
|
|
exports.GlobeLocation20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeLocation20Regular", "", 1, 20));
|
|
exports.GlobeLocation20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeLocation20Filled", "", 0, 20));
|
|
exports.GlobeLocation24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeLocation24Regular", "", 1, 24));
|
|
exports.GlobeLocation24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeLocation24Filled", "", 0, 24));
|