@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.42 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MathSymbols48Filled = exports.MathSymbols48Regular = exports.MathSymbols32Filled = exports.MathSymbols32Regular = exports.MathSymbols28Filled = exports.MathSymbols28Regular = exports.MathSymbols24Filled = exports.MathSymbols24Regular = exports.MathSymbols20Filled = exports.MathSymbols20Regular = exports.MathSymbols16Filled = exports.MathSymbols16Regular = exports.MathSymbolsRegular = exports.MathSymbolsFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.MathSymbolsFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MathSymbolsFilled", "", 2, undefined));
exports.MathSymbolsRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MathSymbolsRegular", "", 2, undefined));
exports.MathSymbols16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MathSymbols16Regular", "", 1, 16));
exports.MathSymbols16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MathSymbols16Filled", "", 0, 16));
exports.MathSymbols20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MathSymbols20Regular", "", 1, 20));
exports.MathSymbols20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MathSymbols20Filled", "", 0, 20));
exports.MathSymbols24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MathSymbols24Regular", "", 1, 24));
exports.MathSymbols24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MathSymbols24Filled", "", 0, 24));
exports.MathSymbols28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MathSymbols28Regular", "", 1, 28));
exports.MathSymbols28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MathSymbols28Filled", "", 0, 28));
exports.MathSymbols32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MathSymbols32Regular", "", 1, 32));
exports.MathSymbols32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MathSymbols32Filled", "", 0, 32));
exports.MathSymbols48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MathSymbols48Regular", "", 1, 48));
exports.MathSymbols48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("MathSymbols48Filled", "", 0, 48));