@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.55 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LightbulbPulse48Filled = exports.LightbulbPulse48Regular = exports.LightbulbPulse32Filled = exports.LightbulbPulse32Regular = exports.LightbulbPulse28Filled = exports.LightbulbPulse28Regular = exports.LightbulbPulse24Filled = exports.LightbulbPulse24Regular = exports.LightbulbPulse20Filled = exports.LightbulbPulse20Regular = exports.LightbulbPulse16Filled = exports.LightbulbPulse16Regular = exports.LightbulbPulseRegular = exports.LightbulbPulseFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LightbulbPulseFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPulseFilled", "", 2, undefined));
exports.LightbulbPulseRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPulseRegular", "", 2, undefined));
exports.LightbulbPulse16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPulse16Regular", "", 1, 16));
exports.LightbulbPulse16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPulse16Filled", "", 0, 16));
exports.LightbulbPulse20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPulse20Regular", "", 1, 20));
exports.LightbulbPulse20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPulse20Filled", "", 0, 20));
exports.LightbulbPulse24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPulse24Regular", "", 1, 24));
exports.LightbulbPulse24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPulse24Filled", "", 0, 24));
exports.LightbulbPulse28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPulse28Regular", "", 1, 28));
exports.LightbulbPulse28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPulse28Filled", "", 0, 28));
exports.LightbulbPulse32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPulse32Regular", "", 1, 32));
exports.LightbulbPulse32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPulse32Filled", "", 0, 32));
exports.LightbulbPulse48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPulse48Regular", "", 1, 48));
exports.LightbulbPulse48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LightbulbPulse48Filled", "", 0, 48));