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