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

10 lines
953 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotebookArrowCurveDown20Filled = exports.NotebookArrowCurveDown20Regular = exports.NotebookArrowCurveDownRegular = exports.NotebookArrowCurveDownFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.NotebookArrowCurveDownFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookArrowCurveDownFilled", "", 2, undefined));
exports.NotebookArrowCurveDownRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookArrowCurveDownRegular", "", 2, undefined));
exports.NotebookArrowCurveDown20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookArrowCurveDown20Regular", "", 1, 20));
exports.NotebookArrowCurveDown20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("NotebookArrowCurveDown20Filled", "", 0, 20));