12 lines
1.4 KiB
JavaScript
12 lines
1.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.NotebookSectionArrowRight24Filled = exports.NotebookSectionArrowRight24Regular = exports.NotebookSectionArrowRight20Filled = exports.NotebookSectionArrowRight20Regular = exports.NotebookSectionArrowRightRegular = exports.NotebookSectionArrowRightFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.NotebookSectionArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookSectionArrowRightFilled", "", 2, undefined));
|
|
exports.NotebookSectionArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookSectionArrowRightRegular", "", 2, undefined));
|
|
exports.NotebookSectionArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookSectionArrowRight20Regular", "", 1, 20));
|
|
exports.NotebookSectionArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookSectionArrowRight20Filled", "", 0, 20));
|
|
exports.NotebookSectionArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookSectionArrowRight24Regular", "", 1, 24));
|
|
exports.NotebookSectionArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookSectionArrowRight24Filled", "", 0, 24));
|