17 lines
1.8 KiB
JavaScript
17 lines
1.8 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PeopleInterwovenFilled = ( /*#__PURE__*/createFluentFontIcon("PeopleInterwovenFilled", "", 2, undefined));
|
|
export const PeopleInterwovenRegular = ( /*#__PURE__*/createFluentFontIcon("PeopleInterwovenRegular", "", 2, undefined));
|
|
export const PeopleInterwoven16Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleInterwoven16Regular", "", 1, 16));
|
|
export const PeopleInterwoven16Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleInterwoven16Filled", "", 0, 16));
|
|
export const PeopleInterwoven20Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleInterwoven20Regular", "", 1, 20));
|
|
export const PeopleInterwoven20Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleInterwoven20Filled", "", 0, 20));
|
|
export const PeopleInterwoven24Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleInterwoven24Regular", "", 1, 24));
|
|
export const PeopleInterwoven24Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleInterwoven24Filled", "", 0, 24));
|
|
export const PeopleInterwoven28Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleInterwoven28Regular", "", 1, 28));
|
|
export const PeopleInterwoven28Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleInterwoven28Filled", "", 0, 28));
|
|
export const PeopleInterwoven32Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleInterwoven32Regular", "", 1, 32));
|
|
export const PeopleInterwoven32Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleInterwoven32Filled", "", 0, 32));
|
|
export const PeopleInterwoven48Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleInterwoven48Regular", "", 1, 48));
|
|
export const PeopleInterwoven48Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleInterwoven48Filled", "", 0, 48));
|