@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 765 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const FolderGlobeFilled = ( /*#__PURE__*/createFluentFontIcon("FolderGlobeFilled", "", 2, undefined));
export const FolderGlobeRegular = ( /*#__PURE__*/createFluentFontIcon("FolderGlobeRegular", "", 2, undefined));
export const FolderGlobe16Regular = ( /*#__PURE__*/createFluentFontIcon("FolderGlobe16Regular", "", 1, 16));
export const FolderGlobe16Filled = ( /*#__PURE__*/createFluentFontIcon("FolderGlobe16Filled", "", 0, 16));
export const FolderGlobe20Regular = ( /*#__PURE__*/createFluentFontIcon("FolderGlobe20Regular", "", 1, 20));
export const FolderGlobe20Filled = ( /*#__PURE__*/createFluentFontIcon("FolderGlobe20Filled", "", 0, 20));