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

10 lines
857 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PanelTopExpand20Filled = exports.PanelTopExpand20Regular = exports.PanelTopExpandRegular = exports.PanelTopExpandFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PanelTopExpandFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelTopExpandFilled", "", 2, undefined));
exports.PanelTopExpandRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelTopExpandRegular", "", 2, undefined));
exports.PanelTopExpand20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelTopExpand20Regular", "", 1, 20));
exports.PanelTopExpand20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelTopExpand20Filled", "", 0, 20));