@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
19 lines (18 loc) • 2.21 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PeopleList32Light = exports.PeopleList32Filled = exports.PeopleList32Regular = exports.PeopleList28Filled = exports.PeopleList28Regular = exports.PeopleList24Filled = exports.PeopleList24Regular = exports.PeopleList20Filled = exports.PeopleList20Regular = exports.PeopleList16Filled = exports.PeopleList16Regular = exports.PeopleListRegular = exports.PeopleListFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PeopleListFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleListFilled", "", 2, undefined));
exports.PeopleListRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleListRegular", "", 2, undefined));
exports.PeopleList16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleList16Regular", "", 1, 16));
exports.PeopleList16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleList16Filled", "", 0, 16));
exports.PeopleList20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleList20Regular", "", 1, 20));
exports.PeopleList20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleList20Filled", "", 0, 20));
exports.PeopleList24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleList24Regular", "", 1, 24));
exports.PeopleList24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleList24Filled", "", 0, 24));
exports.PeopleList28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleList28Regular", "", 1, 28));
exports.PeopleList28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleList28Filled", "", 0, 28));
exports.PeopleList32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleList32Regular", "", 1, 32));
exports.PeopleList32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleList32Filled", "", 0, 32));
exports.PeopleList32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PeopleList32Light", "", 3, 32));