@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.21 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Laptop48Filled = exports.Laptop48Regular = exports.Laptop32Filled = exports.Laptop32Regular = exports.Laptop28Filled = exports.Laptop28Regular = exports.Laptop24Filled = exports.Laptop24Regular = exports.Laptop20Filled = exports.Laptop20Regular = exports.Laptop16Filled = exports.Laptop16Regular = exports.LaptopRegular = exports.LaptopFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LaptopFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopFilled", "", 2, undefined));
exports.LaptopRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopRegular", "", 2, undefined));
exports.Laptop16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Laptop16Regular", "", 1, 16));
exports.Laptop16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Laptop16Filled", "", 0, 16));
exports.Laptop20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Laptop20Regular", "", 1, 20));
exports.Laptop20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Laptop20Filled", "", 0, 20));
exports.Laptop24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Laptop24Regular", "", 1, 24));
exports.Laptop24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Laptop24Filled", "", 0, 24));
exports.Laptop28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Laptop28Regular", "", 1, 28));
exports.Laptop28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Laptop28Filled", "", 0, 28));
exports.Laptop32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Laptop32Regular", "", 1, 32));
exports.Laptop32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Laptop32Filled", "", 0, 32));
exports.Laptop48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Laptop48Regular", "", 1, 48));
exports.Laptop48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Laptop48Filled", "", 0, 48));