UNPKG

@fluentui/react-icons

Version:

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

11 lines (10 loc) 1.12 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const DocumentBorderPrintFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentBorderPrintFilled", "", 2, undefined)); export const DocumentBorderPrintRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentBorderPrintRegular", "", 2, undefined)); export const DocumentBorderPrint20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentBorderPrint20Regular", "󰀑", 1, 20)); export const DocumentBorderPrint20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentBorderPrint20Filled", "󰀕", 0, 20)); export const DocumentBorderPrint24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentBorderPrint24Regular", "󰀒", 1, 24)); export const DocumentBorderPrint24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentBorderPrint24Filled", "󰀖", 0, 24)); export const DocumentBorderPrint32Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentBorderPrint32Regular", "󰀓", 1, 32)); export const DocumentBorderPrint32Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentBorderPrint32Filled", "󰀗", 0, 32));