UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 849 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const VoicemailArrowBackFilled = ( /*#__PURE__*/createFluentFontIcon("VoicemailArrowBackFilled", "", 2, undefined)); export const VoicemailArrowBackRegular = ( /*#__PURE__*/createFluentFontIcon("VoicemailArrowBackRegular", "", 2, undefined)); export const VoicemailArrowBack16Regular = ( /*#__PURE__*/createFluentFontIcon("VoicemailArrowBack16Regular", "", 1, 16)); export const VoicemailArrowBack16Filled = ( /*#__PURE__*/createFluentFontIcon("VoicemailArrowBack16Filled", "", 0, 16)); export const VoicemailArrowBack20Regular = ( /*#__PURE__*/createFluentFontIcon("VoicemailArrowBack20Regular", "", 1, 20)); export const VoicemailArrowBack20Filled = ( /*#__PURE__*/createFluentFontIcon("VoicemailArrowBack20Filled", "", 0, 20));