@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.44 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PersonVoiceFilled = ( /*#__PURE__*/createFluentFontIcon("PersonVoiceFilled", "", 2, undefined));
export const PersonVoiceRegular = ( /*#__PURE__*/createFluentFontIcon("PersonVoiceRegular", "", 2, undefined));
export const PersonVoice16Regular = ( /*#__PURE__*/createFluentFontIcon("PersonVoice16Regular", "", 1, 16));
export const PersonVoice16Filled = ( /*#__PURE__*/createFluentFontIcon("PersonVoice16Filled", "", 0, 16));
export const PersonVoice20Regular = ( /*#__PURE__*/createFluentFontIcon("PersonVoice20Regular", "", 1, 20));
export const PersonVoice20Filled = ( /*#__PURE__*/createFluentFontIcon("PersonVoice20Filled", "", 0, 20));
export const PersonVoice24Regular = ( /*#__PURE__*/createFluentFontIcon("PersonVoice24Regular", "", 1, 24));
export const PersonVoice24Filled = ( /*#__PURE__*/createFluentFontIcon("PersonVoice24Filled", "", 0, 24));
export const PersonVoice32Regular = ( /*#__PURE__*/createFluentFontIcon("PersonVoice32Regular", "", 1, 32));
export const PersonVoice32Filled = ( /*#__PURE__*/createFluentFontIcon("PersonVoice32Filled", "", 0, 32));
export const PersonVoice48Regular = ( /*#__PURE__*/createFluentFontIcon("PersonVoice48Regular", "", 1, 48));
export const PersonVoice48Filled = ( /*#__PURE__*/createFluentFontIcon("PersonVoice48Filled", "", 0, 48));