@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 765 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const NotebookAddFilled = ( /*#__PURE__*/createFluentFontIcon("NotebookAddFilled", "", 2, undefined));
export const NotebookAddRegular = ( /*#__PURE__*/createFluentFontIcon("NotebookAddRegular", "", 2, undefined));
export const NotebookAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("NotebookAdd20Regular", "", 1, 20));
export const NotebookAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("NotebookAdd20Filled", "", 0, 20));
export const NotebookAdd24Regular = ( /*#__PURE__*/createFluentFontIcon("NotebookAdd24Regular", "", 1, 24));
export const NotebookAdd24Filled = ( /*#__PURE__*/createFluentFontIcon("NotebookAdd24Filled", "", 0, 24));