@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.39 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const FlashFilled = ( /*#__PURE__*/createFluentFontIcon("FlashFilled", "", 2, undefined));
export const FlashRegular = ( /*#__PURE__*/createFluentFontIcon("FlashRegular", "", 2, undefined));
export const Flash16Regular = ( /*#__PURE__*/createFluentFontIcon("Flash16Regular", "", 1, 16));
export const Flash16Filled = ( /*#__PURE__*/createFluentFontIcon("Flash16Filled", "", 0, 16));
export const Flash20Regular = ( /*#__PURE__*/createFluentFontIcon("Flash20Regular", "", 1, 20));
export const Flash20Filled = ( /*#__PURE__*/createFluentFontIcon("Flash20Filled", "", 0, 20));
export const Flash24Regular = ( /*#__PURE__*/createFluentFontIcon("Flash24Regular", "", 1, 24));
export const Flash24Filled = ( /*#__PURE__*/createFluentFontIcon("Flash24Filled", "", 0, 24));
export const Flash28Regular = ( /*#__PURE__*/createFluentFontIcon("Flash28Regular", "", 1, 28));
export const Flash28Filled = ( /*#__PURE__*/createFluentFontIcon("Flash28Filled", "", 0, 28));
export const Flash32Regular = ( /*#__PURE__*/createFluentFontIcon("Flash32Regular", "", 1, 32));
export const Flash32Filled = ( /*#__PURE__*/createFluentFontIcon("Flash32Filled", "", 0, 32));
export const Flash32Light = ( /*#__PURE__*/createFluentFontIcon("Flash32Light", "", 3, 32));