UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 669 B
"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));