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

10 lines
845 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PanelRightAdd20Filled = exports.PanelRightAdd20Regular = exports.PanelRightAddRegular = exports.PanelRightAddFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PanelRightAddFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightAddFilled", "", 2, undefined));
exports.PanelRightAddRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightAddRegular", "", 2, undefined));
exports.PanelRightAdd20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightAdd20Regular", "", 1, 20));
exports.PanelRightAdd20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightAdd20Filled", "", 0, 20));