@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 BookSearchFilled = ( /*#__PURE__*/createFluentFontIcon("BookSearchFilled", "", 2, undefined));
export const BookSearchRegular = ( /*#__PURE__*/createFluentFontIcon("BookSearchRegular", "", 2, undefined));
export const BookSearch20Regular = ( /*#__PURE__*/createFluentFontIcon("BookSearch20Regular", "", 1, 20));
export const BookSearch20Filled = ( /*#__PURE__*/createFluentFontIcon("BookSearch20Filled", "", 0, 20));
export const BookSearch24Regular = ( /*#__PURE__*/createFluentFontIcon("BookSearch24Regular", "", 1, 24));
export const BookSearch24Filled = ( /*#__PURE__*/createFluentFontIcon("BookSearch24Filled", "", 0, 24));