@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.81 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PanelLeftText48Filled = exports.PanelLeftText48Regular = exports.PanelLeftText32Filled = exports.PanelLeftText32Regular = exports.PanelLeftText28Filled = exports.PanelLeftText28Regular = exports.PanelLeftText24Filled = exports.PanelLeftText24Regular = exports.PanelLeftText20Filled = exports.PanelLeftText20Regular = exports.PanelLeftText16Filled = exports.PanelLeftText16Regular = exports.PanelLeftTextRegular = exports.PanelLeftTextFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PanelLeftTextFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftTextFilled", "", 2, undefined, { flipInRtl: true }));
exports.PanelLeftTextRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftTextRegular", "", 2, undefined, { flipInRtl: true }));
exports.PanelLeftText16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftText16Regular", "", 1, 16, { flipInRtl: true }));
exports.PanelLeftText16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftText16Filled", "", 0, 16, { flipInRtl: true }));
exports.PanelLeftText20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftText20Regular", "", 1, 20, { flipInRtl: true }));
exports.PanelLeftText20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftText20Filled", "", 0, 20, { flipInRtl: true }));
exports.PanelLeftText24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftText24Regular", "", 1, 24, { flipInRtl: true }));
exports.PanelLeftText24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftText24Filled", "", 0, 24, { flipInRtl: true }));
exports.PanelLeftText28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftText28Regular", "", 1, 28, { flipInRtl: true }));
exports.PanelLeftText28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftText28Filled", "", 0, 28, { flipInRtl: true }));
exports.PanelLeftText32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftText32Regular", "", 1, 32, { flipInRtl: true }));
exports.PanelLeftText32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftText32Filled", "", 0, 32, { flipInRtl: true }));
exports.PanelLeftText48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftText48Regular", "", 1, 48, { flipInRtl: true }));
exports.PanelLeftText48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftText48Filled", "", 0, 48, { flipInRtl: true }));