9 lines
765 B
JavaScript
9 lines
765 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PhoneEraserFilled = ( /*#__PURE__*/createFluentFontIcon("PhoneEraserFilled", "", 2, undefined));
|
|
export const PhoneEraserRegular = ( /*#__PURE__*/createFluentFontIcon("PhoneEraserRegular", "", 2, undefined));
|
|
export const PhoneEraser16Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneEraser16Regular", "", 1, 16));
|
|
export const PhoneEraser16Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneEraser16Filled", "", 0, 16));
|
|
export const PhoneEraser20Regular = ( /*#__PURE__*/createFluentFontIcon("PhoneEraser20Regular", "", 1, 20));
|
|
export const PhoneEraser20Filled = ( /*#__PURE__*/createFluentFontIcon("PhoneEraser20Filled", "", 0, 20));
|