Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib/atoms/fonts/notebook-subsection.js

9 lines
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));