9 lines
933 B
JavaScript
9 lines
933 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const NotebookSectionArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon("NotebookSectionArrowRightFilled", "", 2, undefined));
|
|
export const NotebookSectionArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon("NotebookSectionArrowRightRegular", "", 2, undefined));
|
|
export const NotebookSectionArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon("NotebookSectionArrowRight20Regular", "", 1, 20));
|
|
export const NotebookSectionArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon("NotebookSectionArrowRight20Filled", "", 0, 20));
|
|
export const NotebookSectionArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon("NotebookSectionArrowRight24Regular", "", 1, 24));
|
|
export const NotebookSectionArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon("NotebookSectionArrowRight24Filled", "", 0, 24));
|