@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.65 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PanelLeftKey24Filled = exports.PanelLeftKey24Regular = exports.PanelLeftKey20Filled = exports.PanelLeftKey20Regular = exports.PanelLeftKey16Filled = exports.PanelLeftKey16Regular = exports.PanelLeftKeyRegular = exports.PanelLeftKeyFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PanelLeftKeyFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftKeyFilled", "", 2, undefined, { flipInRtl: true }));
exports.PanelLeftKeyRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftKeyRegular", "", 2, undefined, { flipInRtl: true }));
exports.PanelLeftKey16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftKey16Regular", "", 1, 16, { flipInRtl: true }));
exports.PanelLeftKey16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftKey16Filled", "", 0, 16, { flipInRtl: true }));
exports.PanelLeftKey20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftKey20Regular", "", 1, 20, { flipInRtl: true }));
exports.PanelLeftKey20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftKey20Filled", "", 0, 20, { flipInRtl: true }));
exports.PanelLeftKey24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftKey24Regular", "", 1, 24, { flipInRtl: true }));
exports.PanelLeftKey24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PanelLeftKey24Filled", "", 0, 24, { flipInRtl: true }));