Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/voicemail-arrow-back.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

9 lines
849 B
JavaScript

"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));