@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.01 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const FlashSparkleFilled = ( /*#__PURE__*/createFluentFontIcon("FlashSparkleFilled", "", 2, undefined));
export const FlashSparkleRegular = ( /*#__PURE__*/createFluentFontIcon("FlashSparkleRegular", "", 2, undefined));
export const FlashSparkle16Regular = ( /*#__PURE__*/createFluentFontIcon("FlashSparkle16Regular", "", 1, 16));
export const FlashSparkle16Filled = ( /*#__PURE__*/createFluentFontIcon("FlashSparkle16Filled", "", 0, 16));
export const FlashSparkle20Regular = ( /*#__PURE__*/createFluentFontIcon("FlashSparkle20Regular", "", 1, 20));
export const FlashSparkle20Filled = ( /*#__PURE__*/createFluentFontIcon("FlashSparkle20Filled", "", 0, 20));
export const FlashSparkle24Regular = ( /*#__PURE__*/createFluentFontIcon("FlashSparkle24Regular", "", 1, 24));
export const FlashSparkle24Filled = ( /*#__PURE__*/createFluentFontIcon("FlashSparkle24Filled", "", 0, 24));