@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.45 kB
JavaScript
"use client";
;
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));