14 lines
1.5 KiB
JavaScript
14 lines
1.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LaptopPerson48Filled = exports.LaptopPerson48Regular = exports.LaptopPerson24Filled = exports.LaptopPerson24Regular = exports.LaptopPerson20Filled = exports.LaptopPerson20Regular = exports.LaptopPersonRegular = exports.LaptopPersonFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.LaptopPersonFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopPersonFilled", "", 2, undefined));
|
|
exports.LaptopPersonRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopPersonRegular", "", 2, undefined));
|
|
exports.LaptopPerson20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopPerson20Regular", "", 1, 20));
|
|
exports.LaptopPerson20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopPerson20Filled", "", 0, 20));
|
|
exports.LaptopPerson24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopPerson24Regular", "", 1, 24));
|
|
exports.LaptopPerson24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopPerson24Filled", "", 0, 24));
|
|
exports.LaptopPerson48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopPerson48Regular", "", 1, 48));
|
|
exports.LaptopPerson48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopPerson48Filled", "", 0, 48));
|