11 lines
1.0 KiB
JavaScript
11 lines
1.0 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const MailOpenPersonFilled = ( /*#__PURE__*/createFluentFontIcon("MailOpenPersonFilled", "", 2, undefined));
|
|
export const MailOpenPersonRegular = ( /*#__PURE__*/createFluentFontIcon("MailOpenPersonRegular", "", 2, undefined));
|
|
export const MailOpenPerson16Regular = ( /*#__PURE__*/createFluentFontIcon("MailOpenPerson16Regular", "", 1, 16));
|
|
export const MailOpenPerson16Filled = ( /*#__PURE__*/createFluentFontIcon("MailOpenPerson16Filled", "", 0, 16));
|
|
export const MailOpenPerson20Regular = ( /*#__PURE__*/createFluentFontIcon("MailOpenPerson20Regular", "", 1, 20));
|
|
export const MailOpenPerson20Filled = ( /*#__PURE__*/createFluentFontIcon("MailOpenPerson20Filled", "", 0, 20));
|
|
export const MailOpenPerson24Regular = ( /*#__PURE__*/createFluentFontIcon("MailOpenPerson24Regular", "", 1, 24));
|
|
export const MailOpenPerson24Filled = ( /*#__PURE__*/createFluentFontIcon("MailOpenPerson24Filled", "", 0, 24));
|