11 lines
987 B
JavaScript
11 lines
987 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PeopleErrorFilled = ( /*#__PURE__*/createFluentFontIcon("PeopleErrorFilled", "", 2, undefined));
|
|
export const PeopleErrorRegular = ( /*#__PURE__*/createFluentFontIcon("PeopleErrorRegular", "", 2, undefined));
|
|
export const PeopleError16Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleError16Regular", "", 1, 16));
|
|
export const PeopleError16Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleError16Filled", "", 0, 16));
|
|
export const PeopleError20Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleError20Regular", "", 1, 20));
|
|
export const PeopleError20Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleError20Filled", "", 0, 20));
|
|
export const PeopleError24Regular = ( /*#__PURE__*/createFluentFontIcon("PeopleError24Regular", "", 1, 24));
|
|
export const PeopleError24Filled = ( /*#__PURE__*/createFluentFontIcon("PeopleError24Filled", "", 0, 24));
|