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