12 lines
1.2 KiB
JavaScript
12 lines
1.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
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));
|