@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.21 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const MathFormulaFilled = ( /*#__PURE__*/createFluentFontIcon("MathFormulaFilled", "", 2, undefined));
export const MathFormulaRegular = ( /*#__PURE__*/createFluentFontIcon("MathFormulaRegular", "", 2, undefined));
export const MathFormula16Regular = ( /*#__PURE__*/createFluentFontIcon("MathFormula16Regular", "", 1, 16));
export const MathFormula16Filled = ( /*#__PURE__*/createFluentFontIcon("MathFormula16Filled", "", 0, 16));
export const MathFormula20Regular = ( /*#__PURE__*/createFluentFontIcon("MathFormula20Regular", "", 1, 20));
export const MathFormula20Filled = ( /*#__PURE__*/createFluentFontIcon("MathFormula20Filled", "", 0, 20));
export const MathFormula24Regular = ( /*#__PURE__*/createFluentFontIcon("MathFormula24Regular", "", 1, 24));
export const MathFormula24Filled = ( /*#__PURE__*/createFluentFontIcon("MathFormula24Filled", "", 0, 24));
export const MathFormula32Regular = ( /*#__PURE__*/createFluentFontIcon("MathFormula32Regular", "", 1, 32));
export const MathFormula32Filled = ( /*#__PURE__*/createFluentFontIcon("MathFormula32Filled", "", 0, 32));