9 lines
813 B
JavaScript
9 lines
813 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PersonLightbulbFilled = ( /*#__PURE__*/createFluentFontIcon("PersonLightbulbFilled", "", 2, undefined));
|
|
export const PersonLightbulbRegular = ( /*#__PURE__*/createFluentFontIcon("PersonLightbulbRegular", "", 2, undefined));
|
|
export const PersonLightbulb20Regular = ( /*#__PURE__*/createFluentFontIcon("PersonLightbulb20Regular", "", 1, 20));
|
|
export const PersonLightbulb20Filled = ( /*#__PURE__*/createFluentFontIcon("PersonLightbulb20Filled", "", 0, 20));
|
|
export const PersonLightbulb24Regular = ( /*#__PURE__*/createFluentFontIcon("PersonLightbulb24Regular", "", 1, 24));
|
|
export const PersonLightbulb24Filled = ( /*#__PURE__*/createFluentFontIcon("PersonLightbulb24Filled", "", 0, 24));
|