@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 765 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const StethoscopeFilled = ( /*#__PURE__*/createFluentFontIcon("StethoscopeFilled", "", 2, undefined));
export const StethoscopeRegular = ( /*#__PURE__*/createFluentFontIcon("StethoscopeRegular", "", 2, undefined));
export const Stethoscope20Regular = ( /*#__PURE__*/createFluentFontIcon("Stethoscope20Regular", "", 1, 20));
export const Stethoscope20Filled = ( /*#__PURE__*/createFluentFontIcon("Stethoscope20Filled", "", 0, 20));
export const Stethoscope24Regular = ( /*#__PURE__*/createFluentFontIcon("Stethoscope24Regular", "", 1, 24));
export const Stethoscope24Filled = ( /*#__PURE__*/createFluentFontIcon("Stethoscope24Filled", "", 0, 24));