10 lines
821 B
JavaScript
10 lines
821 B
JavaScript
"use client";
|
|
"use strict";
|
|
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));
|