@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.18 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const MicRecordFilled = ( /*#__PURE__*/createFluentFontIcon("MicRecordFilled", "", 2, undefined));
export const MicRecordRegular = ( /*#__PURE__*/createFluentFontIcon("MicRecordRegular", "", 2, undefined));
export const MicRecord16Regular = ( /*#__PURE__*/createFluentFontIcon("MicRecord16Regular", "", 1, 16));
export const MicRecord16Filled = ( /*#__PURE__*/createFluentFontIcon("MicRecord16Filled", "", 0, 16));
export const MicRecord20Regular = ( /*#__PURE__*/createFluentFontIcon("MicRecord20Regular", "", 1, 20));
export const MicRecord20Filled = ( /*#__PURE__*/createFluentFontIcon("MicRecord20Filled", "", 0, 20));
export const MicRecord24Regular = ( /*#__PURE__*/createFluentFontIcon("MicRecord24Regular", "", 1, 24));
export const MicRecord24Filled = ( /*#__PURE__*/createFluentFontIcon("MicRecord24Filled", "", 0, 24));
export const MicRecord28Regular = ( /*#__PURE__*/createFluentFontIcon("MicRecord28Regular", "", 1, 28));
export const MicRecord28Filled = ( /*#__PURE__*/createFluentFontIcon("MicRecord28Filled", "", 0, 28));