@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.36 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const FolderOpenFilled = ( /*#__PURE__*/createFluentFontIcon("FolderOpenFilled", "", 2, undefined, { flipInRtl: true }));
export const FolderOpenRegular = ( /*#__PURE__*/createFluentFontIcon("FolderOpenRegular", "", 2, undefined, { flipInRtl: true }));
export const FolderOpen16Regular = ( /*#__PURE__*/createFluentFontIcon("FolderOpen16Regular", "", 1, 16, { flipInRtl: true }));
export const FolderOpen16Filled = ( /*#__PURE__*/createFluentFontIcon("FolderOpen16Filled", "", 0, 16, { flipInRtl: true }));
export const FolderOpen20Regular = ( /*#__PURE__*/createFluentFontIcon("FolderOpen20Regular", "", 1, 20, { flipInRtl: true }));
export const FolderOpen20Filled = ( /*#__PURE__*/createFluentFontIcon("FolderOpen20Filled", "", 0, 20, { flipInRtl: true }));
export const FolderOpen24Regular = ( /*#__PURE__*/createFluentFontIcon("FolderOpen24Regular", "", 1, 24, { flipInRtl: true }));
export const FolderOpen24Filled = ( /*#__PURE__*/createFluentFontIcon("FolderOpen24Filled", "", 0, 24, { flipInRtl: true }));
export const FolderOpen28Regular = ( /*#__PURE__*/createFluentFontIcon("FolderOpen28Regular", "", 1, 28));
export const FolderOpen28Filled = ( /*#__PURE__*/createFluentFontIcon("FolderOpen28Filled", "", 0, 28));