@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.51 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PeopleListFilled = ( /*#__PURE__*/createFluentFontIcon("PeopleListFilled", "", 2, undefined));
export const PeopleListRegular = ( /*#__PURE__*/createFluentFontIcon("PeopleListRegular", "", 2, undefined));
export const PeopleList16Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleList16Regular", "", 1, 16));
export const PeopleList16Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleList16Filled", "", 0, 16));
export const PeopleList20Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleList20Regular", "", 1, 20));
export const PeopleList20Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleList20Filled", "", 0, 20));
export const PeopleList24Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleList24Regular", "", 1, 24));
export const PeopleList24Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleList24Filled", "", 0, 24));
export const PeopleList28Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleList28Regular", "", 1, 28));
export const PeopleList28Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleList28Filled", "", 0, 28));
export const PeopleList32Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleList32Regular", "", 1, 32));
export const PeopleList32Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleList32Filled", "", 0, 32));
export const PeopleList32Light = ( /*#__PURE__*/createFluentFontIcon("PeopleList32Light", "", 3, 32));