13 lines
1.4 KiB
JavaScript
13 lines
1.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PanelLeftFocusRight32Light = exports.PanelLeftFocusRight32Filled = exports.PanelLeftFocusRight28Filled = exports.PanelLeftFocusRight24Filled = exports.PanelLeftFocusRight20Filled = exports.PanelLeftFocusRight16Filled = exports.PanelLeftFocusRightFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PanelLeftFocusRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftFocusRightFilled", "", 2, undefined));
|
|
exports.PanelLeftFocusRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftFocusRight16Filled", "", 0, 16));
|
|
exports.PanelLeftFocusRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftFocusRight20Filled", "", 0, 20));
|
|
exports.PanelLeftFocusRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftFocusRight24Filled", "", 0, 24));
|
|
exports.PanelLeftFocusRight28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftFocusRight28Filled", "", 0, 28));
|
|
exports.PanelLeftFocusRight32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftFocusRight32Filled", "", 0, 32));
|
|
exports.PanelLeftFocusRight32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftFocusRight32Light", "", 3, 32));
|