20 lines
2.1 KiB
JavaScript
20 lines
2.1 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PeopleCommunityFilled = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunityFilled", "", 2, undefined));
|
|
export const PeopleCommunityRegular = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunityRegular", "", 2, undefined));
|
|
export const PeopleCommunity12Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunity12Regular", "", 1, 12));
|
|
export const PeopleCommunity12Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunity12Filled", "", 0, 12));
|
|
export const PeopleCommunity16Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunity16Regular", "", 1, 16));
|
|
export const PeopleCommunity16Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunity16Filled", "", 0, 16));
|
|
export const PeopleCommunity20Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunity20Regular", "", 1, 20));
|
|
export const PeopleCommunity20Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunity20Filled", "", 0, 20));
|
|
export const PeopleCommunity24Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunity24Regular", "", 1, 24));
|
|
export const PeopleCommunity24Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunity24Filled", "", 0, 24));
|
|
export const PeopleCommunity28Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunity28Regular", "", 1, 28));
|
|
export const PeopleCommunity28Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunity28Filled", "", 0, 28));
|
|
export const PeopleCommunity32Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunity32Regular", "", 1, 32));
|
|
export const PeopleCommunity32Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunity32Filled", "", 0, 32));
|
|
export const PeopleCommunity32Light = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunity32Light", "", 3, 32));
|
|
export const PeopleCommunity48Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunity48Regular", "", 1, 48));
|
|
export const PeopleCommunity48Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleCommunity48Filled", "", 0, 48));
|