Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/math-format-linear.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

9 lines
825 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const MathFormatLinearFilled = ( /*#__PURE__*/createFluentFontIcon("MathFormatLinearFilled", "", 2, undefined));
export const MathFormatLinearRegular = ( /*#__PURE__*/createFluentFontIcon("MathFormatLinearRegular", "", 2, undefined));
export const MathFormatLinear20Regular = ( /*#__PURE__*/createFluentFontIcon("MathFormatLinear20Regular", "", 1, 20));
export const MathFormatLinear20Filled = ( /*#__PURE__*/createFluentFontIcon("MathFormatLinear20Filled", "", 0, 20));
export const MathFormatLinear24Regular = ( /*#__PURE__*/createFluentFontIcon("MathFormatLinear24Regular", "", 1, 24));
export const MathFormatLinear24Filled = ( /*#__PURE__*/createFluentFontIcon("MathFormatLinear24Filled", "", 0, 24));