Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib/atoms/fonts/voicemail-arrow-back.js

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