UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 813 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const DocumentPercentFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentPercentFilled", "", 2, undefined)); export const DocumentPercentRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentPercentRegular", "", 2, undefined)); export const DocumentPercent20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentPercent20Regular", "", 1, 20)); export const DocumentPercent20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentPercent20Filled", "", 0, 20)); export const DocumentPercent24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentPercent24Regular", "", 1, 24)); export const DocumentPercent24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentPercent24Filled", "", 0, 24));