UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 777 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const GlobeDesktopFilled = ( /*#__PURE__*/createFluentFontIcon("GlobeDesktopFilled", "", 2, undefined)); export const GlobeDesktopRegular = ( /*#__PURE__*/createFluentFontIcon("GlobeDesktopRegular", "", 2, undefined)); export const GlobeDesktop20Regular = ( /*#__PURE__*/createFluentFontIcon("GlobeDesktop20Regular", "", 1, 20)); export const GlobeDesktop20Filled = ( /*#__PURE__*/createFluentFontIcon("GlobeDesktop20Filled", "", 0, 20)); export const GlobeDesktop24Regular = ( /*#__PURE__*/createFluentFontIcon("GlobeDesktop24Regular", "", 1, 24)); export const GlobeDesktop24Filled = ( /*#__PURE__*/createFluentFontIcon("GlobeDesktop24Filled", "", 0, 24));