@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.PanelRightExpand28Filled = exports.PanelRightExpand28Regular = exports.PanelRightExpand20Filled = exports.PanelRightExpand20Regular = exports.PanelRightExpandRegular = exports.PanelRightExpandFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PanelRightExpandFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightExpandFilled", "", 2, undefined));
exports.PanelRightExpandRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightExpandRegular", "", 2, undefined));
exports.PanelRightExpand20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightExpand20Regular", "", 1, 20));
exports.PanelRightExpand20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightExpand20Filled", "", 0, 20));
exports.PanelRightExpand28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightExpand28Regular", "", 1, 28));
exports.PanelRightExpand28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightExpand28Filled", "", 0, 28));