UNPKG

@fluentui/react-icons

Version:

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

29 lines (28 loc) 2.88 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const DocumentFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentFilled", "", 2, undefined)); export const DocumentRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentRegular", "", 2, undefined)); export const Document100Regular = ( /*#__PURE__*/createFluentFontIcon("Document100Regular", "", 2, undefined)); export const Document100Filled = ( /*#__PURE__*/createFluentFontIcon("Document100Filled", "", 2, undefined)); export const Document16Regular = ( /*#__PURE__*/createFluentFontIcon("Document16Regular", "", 1, 16)); export const Document16Filled = ( /*#__PURE__*/createFluentFontIcon("Document16Filled", "", 0, 16)); export const Document20Regular = ( /*#__PURE__*/createFluentFontIcon("Document20Regular", "", 1, 20)); export const Document20Filled = ( /*#__PURE__*/createFluentFontIcon("Document20Filled", "", 0, 20)); export const Document24Regular = ( /*#__PURE__*/createFluentFontIcon("Document24Regular", "", 1, 24)); export const Document24Filled = ( /*#__PURE__*/createFluentFontIcon("Document24Filled", "", 0, 24)); export const Document24Light = ( /*#__PURE__*/createFluentFontIcon("Document24Light", "", 3, 24)); export const Document28Regular = ( /*#__PURE__*/createFluentFontIcon("Document28Regular", "", 1, 28)); export const Document28Filled = ( /*#__PURE__*/createFluentFontIcon("Document28Filled", "", 0, 28)); export const Document28Light = ( /*#__PURE__*/createFluentFontIcon("Document28Light", "", 3, 28)); export const Document32Regular = ( /*#__PURE__*/createFluentFontIcon("Document32Regular", "", 1, 32)); export const Document32Filled = ( /*#__PURE__*/createFluentFontIcon("Document32Filled", "", 0, 32)); export const Document32Light = ( /*#__PURE__*/createFluentFontIcon("Document32Light", "", 3, 32)); export const Document48Regular = ( /*#__PURE__*/createFluentFontIcon("Document48Regular", "", 1, 48)); export const Document48Filled = ( /*#__PURE__*/createFluentFontIcon("Document48Filled", "", 0, 48)); export const Document48Light = ( /*#__PURE__*/createFluentFontIcon("Document48Light", "", 3, 48)); export const Document10016Regular = ( /*#__PURE__*/createFluentFontIcon("Document10016Regular", "󰀋", 1, 16)); export const Document10016Filled = ( /*#__PURE__*/createFluentFontIcon("Document10016Filled", "󰀏", 0, 16)); export const Document10020Regular = ( /*#__PURE__*/createFluentFontIcon("Document10020Regular", "󰀌", 1, 20)); export const Document10020Filled = ( /*#__PURE__*/createFluentFontIcon("Document10020Filled", "󰀐", 0, 20)); export const Document10024Regular = ( /*#__PURE__*/createFluentFontIcon("Document10024Regular", "󰀍", 1, 24)); export const Document10024Filled = ( /*#__PURE__*/createFluentFontIcon("Document10024Filled", "󰀑", 0, 24));