16 lines
1.9 KiB
JavaScript
16 lines
1.9 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PanelLeftExpand28Filled = exports.PanelLeftExpand28Regular = exports.PanelLeftExpand24Filled = exports.PanelLeftExpand24Regular = exports.PanelLeftExpand20Filled = exports.PanelLeftExpand20Regular = exports.PanelLeftExpand16Filled = exports.PanelLeftExpand16Regular = exports.PanelLeftExpandRegular = exports.PanelLeftExpandFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PanelLeftExpandFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftExpandFilled", "", 2, undefined));
|
|
exports.PanelLeftExpandRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftExpandRegular", "", 2, undefined));
|
|
exports.PanelLeftExpand16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftExpand16Regular", "", 1, 16));
|
|
exports.PanelLeftExpand16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftExpand16Filled", "", 0, 16));
|
|
exports.PanelLeftExpand20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftExpand20Regular", "", 1, 20));
|
|
exports.PanelLeftExpand20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftExpand20Filled", "", 0, 20));
|
|
exports.PanelLeftExpand24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftExpand24Regular", "", 1, 24));
|
|
exports.PanelLeftExpand24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftExpand24Filled", "", 0, 24));
|
|
exports.PanelLeftExpand28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftExpand28Regular", "", 1, 28));
|
|
exports.PanelLeftExpand28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftExpand28Filled", "", 0, 28));
|