@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.75 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DocumentFolderFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentFolderFilled", "", 2, undefined));
export const DocumentFolderRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentFolderRegular", "", 2, undefined));
export const DocumentFolder16Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentFolder16Regular", "", 1, 16));
export const DocumentFolder16Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentFolder16Filled", "", 0, 16));
export const DocumentFolder20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentFolder20Regular", "", 1, 20));
export const DocumentFolder20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentFolder20Filled", "", 0, 20));
export const DocumentFolder24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentFolder24Regular", "", 1, 24));
export const DocumentFolder24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentFolder24Filled", "", 0, 24));
export const DocumentFolder28Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentFolder28Regular", "", 1, 28));
export const DocumentFolder28Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentFolder28Filled", "", 0, 28));
export const DocumentFolder32Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentFolder32Regular", "", 1, 32));
export const DocumentFolder32Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentFolder32Filled", "", 0, 32));
export const DocumentFolder48Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentFolder48Regular", "", 1, 48));
export const DocumentFolder48Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentFolder48Filled", "", 0, 48));