20 lines
1.8 KiB
JavaScript
20 lines
1.8 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PeopleFilled = ( /*#__PURE__*/createFluentFontIcon("PeopleFilled", "", 2, undefined));
|
|
export const PeopleRegular = ( /*#__PURE__*/createFluentFontIcon("PeopleRegular", "", 2, undefined));
|
|
export const People12Regular = ( /*#__PURE__*/createFluentFontIcon("People12Regular", "", 1, 12));
|
|
export const People12Filled = ( /*#__PURE__*/createFluentFontIcon("People12Filled", "", 0, 12));
|
|
export const People16Regular = ( /*#__PURE__*/createFluentFontIcon("People16Regular", "", 1, 16));
|
|
export const People16Filled = ( /*#__PURE__*/createFluentFontIcon("People16Filled", "", 0, 16));
|
|
export const People20Regular = ( /*#__PURE__*/createFluentFontIcon("People20Regular", "", 1, 20));
|
|
export const People20Filled = ( /*#__PURE__*/createFluentFontIcon("People20Filled", "", 0, 20));
|
|
export const People24Regular = ( /*#__PURE__*/createFluentFontIcon("People24Regular", "", 1, 24));
|
|
export const People24Filled = ( /*#__PURE__*/createFluentFontIcon("People24Filled", "", 0, 24));
|
|
export const People28Regular = ( /*#__PURE__*/createFluentFontIcon("People28Regular", "", 1, 28));
|
|
export const People28Filled = ( /*#__PURE__*/createFluentFontIcon("People28Filled", "", 0, 28));
|
|
export const People32Regular = ( /*#__PURE__*/createFluentFontIcon("People32Regular", "", 1, 32));
|
|
export const People32Filled = ( /*#__PURE__*/createFluentFontIcon("People32Filled", "", 0, 32));
|
|
export const People32Light = ( /*#__PURE__*/createFluentFontIcon("People32Light", "", 3, 32));
|
|
export const People48Regular = ( /*#__PURE__*/createFluentFontIcon("People48Regular", "", 1, 48));
|
|
export const People48Filled = ( /*#__PURE__*/createFluentFontIcon("People48Filled", "", 0, 48));
|