@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 777 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const FolderPeopleFilled = ( /*#__PURE__*/createFluentFontIcon("FolderPeopleFilled", "", 2, undefined));
export const FolderPeopleRegular = ( /*#__PURE__*/createFluentFontIcon("FolderPeopleRegular", "", 2, undefined));
export const FolderPeople20Regular = ( /*#__PURE__*/createFluentFontIcon("FolderPeople20Regular", "", 1, 20));
export const FolderPeople20Filled = ( /*#__PURE__*/createFluentFontIcon("FolderPeople20Filled", "", 0, 20));
export const FolderPeople24Regular = ( /*#__PURE__*/createFluentFontIcon("FolderPeople24Regular", "", 1, 24));
export const FolderPeople24Filled = ( /*#__PURE__*/createFluentFontIcon("FolderPeople24Filled", "", 0, 24));