17 lines
1.7 KiB
JavaScript
17 lines
1.7 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const NotepadPersonFilled = ( /*#__PURE__*/createFluentFontIcon("NotepadPersonFilled", "", 2, undefined));
|
|
export const NotepadPersonRegular = ( /*#__PURE__*/createFluentFontIcon("NotepadPersonRegular", "", 2, undefined));
|
|
export const NotepadPerson16Regular = ( /*#__PURE__*/createFluentFontIcon("NotepadPerson16Regular", "", 1, 16));
|
|
export const NotepadPerson16Filled = ( /*#__PURE__*/createFluentFontIcon("NotepadPerson16Filled", "", 0, 16));
|
|
export const NotepadPerson20Regular = ( /*#__PURE__*/createFluentFontIcon("NotepadPerson20Regular", "", 1, 20));
|
|
export const NotepadPerson20Filled = ( /*#__PURE__*/createFluentFontIcon("NotepadPerson20Filled", "", 0, 20));
|
|
export const NotepadPerson24Regular = ( /*#__PURE__*/createFluentFontIcon("NotepadPerson24Regular", "", 1, 24));
|
|
export const NotepadPerson24Filled = ( /*#__PURE__*/createFluentFontIcon("NotepadPerson24Filled", "", 0, 24));
|
|
export const NotepadPerson28Regular = ( /*#__PURE__*/createFluentFontIcon("NotepadPerson28Regular", "", 1, 28));
|
|
export const NotepadPerson28Filled = ( /*#__PURE__*/createFluentFontIcon("NotepadPerson28Filled", "", 0, 28));
|
|
export const NotepadPerson32Regular = ( /*#__PURE__*/createFluentFontIcon("NotepadPerson32Regular", "", 1, 32));
|
|
export const NotepadPerson32Filled = ( /*#__PURE__*/createFluentFontIcon("NotepadPerson32Filled", "", 0, 32));
|
|
export const NotepadPerson48Regular = ( /*#__PURE__*/createFluentFontIcon("NotepadPerson48Regular", "", 1, 48));
|
|
export const NotepadPerson48Filled = ( /*#__PURE__*/createFluentFontIcon("NotepadPerson48Filled", "", 0, 48));
|