Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/notebook-add.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

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