17 lines
1.7 KiB
JavaScript
17 lines
1.7 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const SlideTextPersonFilled = ( /*#__PURE__*/createFluentFontIcon("SlideTextPersonFilled", "", 2, undefined));
|
|
export const SlideTextPersonRegular = ( /*#__PURE__*/createFluentFontIcon("SlideTextPersonRegular", "", 2, undefined));
|
|
export const SlideTextPerson16Regular = ( /*#__PURE__*/createFluentFontIcon("SlideTextPerson16Regular", "", 1, 16));
|
|
export const SlideTextPerson16Filled = ( /*#__PURE__*/createFluentFontIcon("SlideTextPerson16Filled", "", 0, 16));
|
|
export const SlideTextPerson20Regular = ( /*#__PURE__*/createFluentFontIcon("SlideTextPerson20Regular", "", 1, 20));
|
|
export const SlideTextPerson20Filled = ( /*#__PURE__*/createFluentFontIcon("SlideTextPerson20Filled", "", 0, 20));
|
|
export const SlideTextPerson24Regular = ( /*#__PURE__*/createFluentFontIcon("SlideTextPerson24Regular", "", 1, 24));
|
|
export const SlideTextPerson24Filled = ( /*#__PURE__*/createFluentFontIcon("SlideTextPerson24Filled", "", 0, 24));
|
|
export const SlideTextPerson28Regular = ( /*#__PURE__*/createFluentFontIcon("SlideTextPerson28Regular", "", 1, 28));
|
|
export const SlideTextPerson28Filled = ( /*#__PURE__*/createFluentFontIcon("SlideTextPerson28Filled", "", 0, 28));
|
|
export const SlideTextPerson32Regular = ( /*#__PURE__*/createFluentFontIcon("SlideTextPerson32Regular", "", 1, 32));
|
|
export const SlideTextPerson32Filled = ( /*#__PURE__*/createFluentFontIcon("SlideTextPerson32Filled", "", 0, 32));
|
|
export const SlideTextPerson48Regular = ( /*#__PURE__*/createFluentFontIcon("SlideTextPerson48Regular", "", 1, 48));
|
|
export const SlideTextPerson48Filled = ( /*#__PURE__*/createFluentFontIcon("SlideTextPerson48Filled", "", 0, 48));
|