9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PhoneAddFilled = ( /*#__PURE__*/createFluentFontIcon("PhoneAddFilled", "", 2, undefined));
|
|
export const PhoneAddRegular = ( /*#__PURE__*/createFluentFontIcon("PhoneAddRegular", "", 2, undefined));
|
|
export const PhoneAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneAdd20Regular", "", 1, 20));
|
|
export const PhoneAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneAdd20Filled", "", 0, 20));
|
|
export const PhoneAdd24Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneAdd24Regular", "", 1, 24));
|
|
export const PhoneAdd24Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneAdd24Filled", "", 0, 24));
|