9 lines
669 B
JavaScript
9 lines
669 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const FaxFilled = ( /*#__PURE__*/createFluentFontIcon("FaxFilled", "", 2, undefined));
|
|
export const FaxRegular = ( /*#__PURE__*/createFluentFontIcon("FaxRegular", "", 2, undefined));
|
|
export const Fax16Regular = ( /*#__PURE__*/createFluentFontIcon("Fax16Regular", "", 1, 16));
|
|
export const Fax16Filled = ( /*#__PURE__*/createFluentFontIcon("Fax16Filled", "", 0, 16));
|
|
export const Fax20Regular = ( /*#__PURE__*/createFluentFontIcon("Fax20Regular", "", 1, 20));
|
|
export const Fax20Filled = ( /*#__PURE__*/createFluentFontIcon("Fax20Filled", "", 0, 20));
|