@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 757 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const FolderListFilled = ( /*#__PURE__*/createFluentFontIcon("FolderListFilled", "", 2, undefined));
export const FolderListRegular = ( /*#__PURE__*/createFluentFontIcon("FolderListRegular", "", 2, undefined));
export const FolderList16Regular = ( /*#__PURE__*/createFluentFontIcon("FolderList16Regular", "", 1, 16));
export const FolderList16Filled = ( /*#__PURE__*/createFluentFontIcon("FolderList16Filled", "", 0, 16));
export const FolderList20Regular = ( /*#__PURE__*/createFluentFontIcon("FolderList20Regular", "", 1, 20));
export const FolderList20Filled = ( /*#__PURE__*/createFluentFontIcon("FolderList20Filled", "", 0, 20));