9 lines
885 B
JavaScript
9 lines
885 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const VoicemailArrowForwardFilled = ( /*#__PURE__*/createFluentFontIcon("VoicemailArrowForwardFilled", "", 2, undefined));
|
|
export const VoicemailArrowForwardRegular = ( /*#__PURE__*/createFluentFontIcon("VoicemailArrowForwardRegular", "", 2, undefined));
|
|
export const VoicemailArrowForward16Regular = ( /*#__PURE__*/createFluentFontIcon("VoicemailArrowForward16Regular", "", 1, 16));
|
|
export const VoicemailArrowForward16Filled = ( /*#__PURE__*/createFluentFontIcon("VoicemailArrowForward16Filled", "", 0, 16));
|
|
export const VoicemailArrowForward20Regular = ( /*#__PURE__*/createFluentFontIcon("VoicemailArrowForward20Regular", "", 1, 20));
|
|
export const VoicemailArrowForward20Filled = ( /*#__PURE__*/createFluentFontIcon("VoicemailArrowForward20Filled", "", 0, 20));
|