@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 543 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const NotebookEyeFilled = ( /*#__PURE__*/createFluentFontIcon("NotebookEyeFilled", "", 2, undefined));
export const NotebookEyeRegular = ( /*#__PURE__*/createFluentFontIcon("NotebookEyeRegular", "", 2, undefined));
export const NotebookEye20Regular = ( /*#__PURE__*/createFluentFontIcon("NotebookEye20Regular", "", 1, 20));
export const NotebookEye20Filled = ( /*#__PURE__*/createFluentFontIcon("NotebookEye20Filled", "", 0, 20));