@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.49 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DocumentPrintFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentPrintFilled", "", 2, undefined));
export const DocumentPrintRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentPrintRegular", "", 2, undefined));
export const DocumentPrint20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentPrint20Regular", "", 1, 20));
export const DocumentPrint20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentPrint20Filled", "", 0, 20));
export const DocumentPrint24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentPrint24Regular", "", 1, 24));
export const DocumentPrint24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentPrint24Filled", "", 0, 24));
export const DocumentPrint28Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentPrint28Regular", "", 1, 28));
export const DocumentPrint28Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentPrint28Filled", "", 0, 28));
export const DocumentPrint32Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentPrint32Regular", "", 1, 32));
export const DocumentPrint32Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentPrint32Filled", "", 0, 32));
export const DocumentPrint48Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentPrint48Regular", "", 1, 48));
export const DocumentPrint48Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentPrint48Filled", "", 0, 48));