@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 953 B
JavaScript
"use client";
;
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));