UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

15 lines (14 loc) 1.47 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const BrainSparkleFilled = ( /*#__PURE__*/createFluentFontIcon("BrainSparkleFilled", "", 2, undefined)); export const BrainSparkleRegular = ( /*#__PURE__*/createFluentFontIcon("BrainSparkleRegular", "", 2, undefined)); export const BrainSparkle20Regular = ( /*#__PURE__*/createFluentFontIcon("BrainSparkle20Regular", "󰞙", 1, 20)); export const BrainSparkle20Filled = ( /*#__PURE__*/createFluentFontIcon("BrainSparkle20Filled", "󰠖", 0, 20)); export const BrainSparkle24Regular = ( /*#__PURE__*/createFluentFontIcon("BrainSparkle24Regular", "󰬸", 1, 24)); export const BrainSparkle24Filled = ( /*#__PURE__*/createFluentFontIcon("BrainSparkle24Filled", "󰮶", 0, 24)); export const BrainSparkle28Regular = ( /*#__PURE__*/createFluentFontIcon("BrainSparkle28Regular", "󰬹", 1, 28)); export const BrainSparkle28Filled = ( /*#__PURE__*/createFluentFontIcon("BrainSparkle28Filled", "󰮷", 0, 28)); export const BrainSparkle32Regular = ( /*#__PURE__*/createFluentFontIcon("BrainSparkle32Regular", "󰬺", 1, 32)); export const BrainSparkle32Filled = ( /*#__PURE__*/createFluentFontIcon("BrainSparkle32Filled", "󰮸", 0, 32)); export const BrainSparkle48Regular = ( /*#__PURE__*/createFluentFontIcon("BrainSparkle48Regular", "󰬻", 1, 48)); export const BrainSparkle48Filled = ( /*#__PURE__*/createFluentFontIcon("BrainSparkle48Filled", "󰮹", 0, 48));