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 BookOpenGlobeFilled = ( /*#__PURE__*/createFluentFontIcon("BookOpenGlobeFilled", "", 2, undefined)); export const BookOpenGlobeRegular = ( /*#__PURE__*/createFluentFontIcon("BookOpenGlobeRegular", "", 2, undefined)); export const BookOpenGlobe20Regular = ( /*#__PURE__*/createFluentFontIcon("BookOpenGlobe20Regular", "", 1, 20)); export const BookOpenGlobe20Filled = ( /*#__PURE__*/createFluentFontIcon("BookOpenGlobe20Filled", "", 0, 20)); export const BookOpenGlobe24Regular = ( /*#__PURE__*/createFluentFontIcon("BookOpenGlobe24Regular", "", 1, 24)); export const BookOpenGlobe24Filled = ( /*#__PURE__*/createFluentFontIcon("BookOpenGlobe24Filled", "", 0, 24));