UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 753 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const FixedWidthFilled = ( /*#__PURE__*/createFluentFontIcon("FixedWidthFilled", "", 2, undefined)); export const FixedWidthRegular = ( /*#__PURE__*/createFluentFontIcon("FixedWidthRegular", "", 2, undefined)); export const FixedWidth20Regular = ( /*#__PURE__*/createFluentFontIcon("FixedWidth20Regular", "", 1, 20)); export const FixedWidth20Filled = ( /*#__PURE__*/createFluentFontIcon("FixedWidth20Filled", "", 0, 20)); export const FixedWidth24Regular = ( /*#__PURE__*/createFluentFontIcon("FixedWidth24Regular", "", 1, 24)); export const FixedWidth24Filled = ( /*#__PURE__*/createFluentFontIcon("FixedWidth24Filled", "", 0, 24));