@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.18 kB
JavaScript
"use client";
;
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));