@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 741 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const BookGlobeFilled = ( /*#__PURE__*/createFluentFontIcon("BookGlobeFilled", "", 2, undefined));
export const BookGlobeRegular = ( /*#__PURE__*/createFluentFontIcon("BookGlobeRegular", "", 2, undefined));
export const BookGlobe20Regular = ( /*#__PURE__*/createFluentFontIcon("BookGlobe20Regular", "", 1, 20));
export const BookGlobe20Filled = ( /*#__PURE__*/createFluentFontIcon("BookGlobe20Filled", "", 0, 20));
export const BookGlobe24Regular = ( /*#__PURE__*/createFluentFontIcon("BookGlobe24Regular", "", 1, 24));
export const BookGlobe24Filled = ( /*#__PURE__*/createFluentFontIcon("BookGlobe24Filled", "", 0, 24));