@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 789 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DocumentWidthFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentWidthFilled", "", 2, undefined));
export const DocumentWidthRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentWidthRegular", "", 2, undefined));
export const DocumentWidth20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentWidth20Regular", "", 1, 20));
export const DocumentWidth20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentWidth20Filled", "", 0, 20));
export const DocumentWidth24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentWidth24Regular", "", 1, 24));
export const DocumentWidth24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentWidth24Filled", "", 0, 24));