20 lines
2.5 KiB
JavaScript
20 lines
2.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LightbulbPerson48Filled = exports.LightbulbPerson48Regular = exports.LightbulbPerson32Filled = exports.LightbulbPerson32Regular = exports.LightbulbPerson28Filled = exports.LightbulbPerson28Regular = exports.LightbulbPerson24Filled = exports.LightbulbPerson24Regular = exports.LightbulbPerson20Filled = exports.LightbulbPerson20Regular = exports.LightbulbPerson16Filled = exports.LightbulbPerson16Regular = exports.LightbulbPersonRegular = exports.LightbulbPersonFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.LightbulbPersonFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPersonFilled", "", 2, undefined));
|
|
exports.LightbulbPersonRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPersonRegular", "", 2, undefined));
|
|
exports.LightbulbPerson16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPerson16Regular", "", 1, 16));
|
|
exports.LightbulbPerson16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPerson16Filled", "", 0, 16));
|
|
exports.LightbulbPerson20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPerson20Regular", "", 1, 20));
|
|
exports.LightbulbPerson20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPerson20Filled", "", 0, 20));
|
|
exports.LightbulbPerson24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPerson24Regular", "", 1, 24));
|
|
exports.LightbulbPerson24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPerson24Filled", "", 0, 24));
|
|
exports.LightbulbPerson28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPerson28Regular", "", 1, 28));
|
|
exports.LightbulbPerson28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPerson28Filled", "", 0, 28));
|
|
exports.LightbulbPerson32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPerson32Regular", "", 1, 32));
|
|
exports.LightbulbPerson32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPerson32Filled", "", 0, 32));
|
|
exports.LightbulbPerson48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPerson48Regular", "", 1, 48));
|
|
exports.LightbulbPerson48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPerson48Filled", "", 0, 48));
|