9 lines
801 B
JavaScript
9 lines
801 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DocumentPersonFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentPersonFilled", "", 2, undefined));
|
|
export const DocumentPersonRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentPersonRegular", "", 2, undefined));
|
|
export const DocumentPerson16Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentPerson16Regular", "", 1, 16));
|
|
export const DocumentPerson16Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentPerson16Filled", "", 0, 16));
|
|
export const DocumentPerson20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentPerson20Regular", "", 1, 20));
|
|
export const DocumentPerson20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentPerson20Filled", "", 0, 20));
|