@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 837 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const NotebookLightningFilled = ( /*#__PURE__*/createFluentFontIcon("NotebookLightningFilled", "", 2, undefined));
export const NotebookLightningRegular = ( /*#__PURE__*/createFluentFontIcon("NotebookLightningRegular", "", 2, undefined));
export const NotebookLightning20Regular = ( /*#__PURE__*/createFluentFontIcon("NotebookLightning20Regular", "", 1, 20));
export const NotebookLightning20Filled = ( /*#__PURE__*/createFluentFontIcon("NotebookLightning20Filled", "", 0, 20));
export const NotebookLightning24Regular = ( /*#__PURE__*/createFluentFontIcon("NotebookLightning24Regular", "", 1, 24));
export const NotebookLightning24Filled = ( /*#__PURE__*/createFluentFontIcon("NotebookLightning24Filled", "", 0, 24));