UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 789 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const GlobeLocationFilled = ( /*#__PURE__*/createFluentFontIcon("GlobeLocationFilled", "", 2, undefined)); export const GlobeLocationRegular = ( /*#__PURE__*/createFluentFontIcon("GlobeLocationRegular", "", 2, undefined)); export const GlobeLocation20Regular = ( /*#__PURE__*/createFluentFontIcon("GlobeLocation20Regular", "", 1, 20)); export const GlobeLocation20Filled = ( /*#__PURE__*/createFluentFontIcon("GlobeLocation20Filled", "", 0, 20)); export const GlobeLocation24Regular = ( /*#__PURE__*/createFluentFontIcon("GlobeLocation24Regular", "", 1, 24)); export const GlobeLocation24Filled = ( /*#__PURE__*/createFluentFontIcon("GlobeLocation24Filled", "", 0, 24));