@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 741 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const BeakerOffFilled = ( /*#__PURE__*/createFluentFontIcon("BeakerOffFilled", "", 2, undefined));
export const BeakerOffRegular = ( /*#__PURE__*/createFluentFontIcon("BeakerOffRegular", "", 2, undefined));
export const BeakerOff20Regular = ( /*#__PURE__*/createFluentFontIcon("BeakerOff20Regular", "", 1, 20));
export const BeakerOff20Filled = ( /*#__PURE__*/createFluentFontIcon("BeakerOff20Filled", "", 0, 20));
export const BeakerOff32Regular = ( /*#__PURE__*/createFluentFontIcon("BeakerOff32Regular", "", 1, 32));
export const BeakerOff32Filled = ( /*#__PURE__*/createFluentFontIcon("BeakerOff32Filled", "", 0, 32));