@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 753 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ImageGlobeFilled = ( /*#__PURE__*/createFluentFontIcon("ImageGlobeFilled", "", 2, undefined));
export const ImageGlobeRegular = ( /*#__PURE__*/createFluentFontIcon("ImageGlobeRegular", "", 2, undefined));
export const ImageGlobe20Regular = ( /*#__PURE__*/createFluentFontIcon("ImageGlobe20Regular", "", 1, 20));
export const ImageGlobe20Filled = ( /*#__PURE__*/createFluentFontIcon("ImageGlobe20Filled", "", 0, 20));
export const ImageGlobe24Regular = ( /*#__PURE__*/createFluentFontIcon("ImageGlobe24Regular", "", 1, 24));
export const ImageGlobe24Filled = ( /*#__PURE__*/createFluentFontIcon("ImageGlobe24Filled", "", 0, 24));