11 lines
973 B
JavaScript
11 lines
973 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const MicroscopeFilled = ( /*#__PURE__*/createFluentFontIcon("MicroscopeFilled", "", 2, undefined));
|
|
export const MicroscopeRegular = ( /*#__PURE__*/createFluentFontIcon("MicroscopeRegular", "", 2, undefined));
|
|
export const Microscope20Regular = ( /*#__PURE__*/createFluentFontIcon("Microscope20Regular", "", 1, 20));
|
|
export const Microscope20Filled = ( /*#__PURE__*/createFluentFontIcon("Microscope20Filled", "", 0, 20));
|
|
export const Microscope24Regular = ( /*#__PURE__*/createFluentFontIcon("Microscope24Regular", "", 1, 24));
|
|
export const Microscope24Filled = ( /*#__PURE__*/createFluentFontIcon("Microscope24Filled", "", 0, 24));
|
|
export const Microscope32Regular = ( /*#__PURE__*/createFluentFontIcon("Microscope32Regular", "", 1, 32));
|
|
export const Microscope32Filled = ( /*#__PURE__*/createFluentFontIcon("Microscope32Filled", "", 0, 32));
|