@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 849 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const NotebookSubsectionFilled = ( /*#__PURE__*/createFluentFontIcon("NotebookSubsectionFilled", "", 2, undefined));
export const NotebookSubsectionRegular = ( /*#__PURE__*/createFluentFontIcon("NotebookSubsectionRegular", "", 2, undefined));
export const NotebookSubsection20Regular = ( /*#__PURE__*/createFluentFontIcon("NotebookSubsection20Regular", "", 1, 20));
export const NotebookSubsection20Filled = ( /*#__PURE__*/createFluentFontIcon("NotebookSubsection20Filled", "", 0, 20));
export const NotebookSubsection24Regular = ( /*#__PURE__*/createFluentFontIcon("NotebookSubsection24Regular", "", 1, 24));
export const NotebookSubsection24Filled = ( /*#__PURE__*/createFluentFontIcon("NotebookSubsection24Filled", "", 0, 24));