@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.25 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotebookLightning24Filled = exports.NotebookLightning24Regular = exports.NotebookLightning20Filled = exports.NotebookLightning20Regular = exports.NotebookLightningRegular = exports.NotebookLightningFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.NotebookLightningFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookLightningFilled", "", 2, undefined));
exports.NotebookLightningRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookLightningRegular", "", 2, undefined));
exports.NotebookLightning20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookLightning20Regular", "", 1, 20));
exports.NotebookLightning20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookLightning20Filled", "", 0, 20));
exports.NotebookLightning24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookLightning24Regular", "", 1, 24));
exports.NotebookLightning24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookLightning24Filled", "", 0, 24));