13 lines
1.1 KiB
JavaScript
13 lines
1.1 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const BeakerFilled = ( /*#__PURE__*/createFluentFontIcon("BeakerFilled", "", 2, undefined));
|
|
export const BeakerRegular = ( /*#__PURE__*/createFluentFontIcon("BeakerRegular", "", 2, undefined));
|
|
export const Beaker16Regular = ( /*#__PURE__*/createFluentFontIcon("Beaker16Regular", "", 1, 16));
|
|
export const Beaker16Filled = ( /*#__PURE__*/createFluentFontIcon("Beaker16Filled", "", 0, 16));
|
|
export const Beaker20Regular = ( /*#__PURE__*/createFluentFontIcon("Beaker20Regular", "", 1, 20));
|
|
export const Beaker20Filled = ( /*#__PURE__*/createFluentFontIcon("Beaker20Filled", "", 0, 20));
|
|
export const Beaker24Regular = ( /*#__PURE__*/createFluentFontIcon("Beaker24Regular", "", 1, 24));
|
|
export const Beaker24Filled = ( /*#__PURE__*/createFluentFontIcon("Beaker24Filled", "", 0, 24));
|
|
export const Beaker32Regular = ( /*#__PURE__*/createFluentFontIcon("Beaker32Regular", "", 1, 32));
|
|
export const Beaker32Filled = ( /*#__PURE__*/createFluentFontIcon("Beaker32Filled", "", 0, 32));
|