22 lines
2.6 KiB
JavaScript
22 lines
2.6 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PanelRight48Filled = exports.PanelRight48Regular = exports.PanelRight32Filled = exports.PanelRight32Regular = exports.PanelRight28Filled = exports.PanelRight28Regular = exports.PanelRight24Filled = exports.PanelRight24Regular = exports.PanelRight20Filled = exports.PanelRight20Regular = exports.PanelRight16Filled = exports.PanelRight16Regular = exports.PanelRight12Filled = exports.PanelRight12Regular = exports.PanelRightRegular = exports.PanelRightFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PanelRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightFilled", "", 2, undefined));
|
|
exports.PanelRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRightRegular", "", 2, undefined));
|
|
exports.PanelRight12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRight12Regular", "", 1, 12));
|
|
exports.PanelRight12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRight12Filled", "", 0, 12));
|
|
exports.PanelRight16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRight16Regular", "", 1, 16));
|
|
exports.PanelRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRight16Filled", "", 0, 16));
|
|
exports.PanelRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRight20Regular", "", 1, 20));
|
|
exports.PanelRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRight20Filled", "", 0, 20));
|
|
exports.PanelRight24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRight24Regular", "", 1, 24));
|
|
exports.PanelRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRight24Filled", "", 0, 24));
|
|
exports.PanelRight28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRight28Regular", "", 1, 28));
|
|
exports.PanelRight28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRight28Filled", "", 0, 28));
|
|
exports.PanelRight32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRight32Regular", "", 1, 32));
|
|
exports.PanelRight32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRight32Filled", "", 0, 32));
|
|
exports.PanelRight48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRight48Regular", "", 1, 48));
|
|
exports.PanelRight48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelRight48Filled", "", 0, 48));
|