@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 821 B
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotebookEye20Filled = exports.NotebookEye20Regular = exports.NotebookEyeRegular = exports.NotebookEyeFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.NotebookEyeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookEyeFilled", "", 2, undefined));
exports.NotebookEyeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookEyeRegular", "", 2, undefined));
exports.NotebookEye20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookEye20Regular", "", 1, 20));
exports.NotebookEye20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookEye20Filled", "", 0, 20));