11 lines
1.0 KiB
JavaScript
11 lines
1.0 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CheckboxPersonFilled = ( /*#__PURE__*/createFluentFontIcon("CheckboxPersonFilled", "", 2, undefined));
|
|
export const CheckboxPersonRegular = ( /*#__PURE__*/createFluentFontIcon("CheckboxPersonRegular", "", 2, undefined));
|
|
export const CheckboxPerson16Regular = ( /*#__PURE__*/createFluentFontIcon("CheckboxPerson16Regular", "", 1, 16));
|
|
export const CheckboxPerson16Filled = ( /*#__PURE__*/createFluentFontIcon("CheckboxPerson16Filled", "", 0, 16));
|
|
export const CheckboxPerson20Regular = ( /*#__PURE__*/createFluentFontIcon("CheckboxPerson20Regular", "", 1, 20));
|
|
export const CheckboxPerson20Filled = ( /*#__PURE__*/createFluentFontIcon("CheckboxPerson20Filled", "", 0, 20));
|
|
export const CheckboxPerson24Regular = ( /*#__PURE__*/createFluentFontIcon("CheckboxPerson24Regular", "", 1, 24));
|
|
export const CheckboxPerson24Filled = ( /*#__PURE__*/createFluentFontIcon("CheckboxPerson24Filled", "", 0, 24));
|