Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/panel-right-cursor.js

12 lines
1.2 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PanelRightCursor24Filled = exports.PanelRightCursor24Regular = exports.PanelRightCursor20Filled = exports.PanelRightCursor20Regular = exports.PanelRightCursorRegular = exports.PanelRightCursorFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PanelRightCursorFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightCursorFilled", "", 2, undefined));
exports.PanelRightCursorRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightCursorRegular", "", 2, undefined));
exports.PanelRightCursor20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightCursor20Regular", "", 1, 20));
exports.PanelRightCursor20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightCursor20Filled", "", 0, 20));
exports.PanelRightCursor24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightCursor24Regular", "", 1, 24));
exports.PanelRightCursor24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightCursor24Filled", "", 0, 24));