@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
18 lines (17 loc) • 1.8 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const MailTemplateFilled = ( /*#__PURE__*/createFluentFontIcon("MailTemplateFilled", "", 2, undefined));
export const MailTemplateRegular = ( /*#__PURE__*/createFluentFontIcon("MailTemplateRegular", "", 2, undefined));
export const MailTemplate16Regular = ( /*#__PURE__*/createFluentFontIcon("MailTemplate16Regular", "", 1, 16));
export const MailTemplate16Filled = ( /*#__PURE__*/createFluentFontIcon("MailTemplate16Filled", "", 0, 16));
export const MailTemplate20Regular = ( /*#__PURE__*/createFluentFontIcon("MailTemplate20Regular", "", 1, 20));
export const MailTemplate20Filled = ( /*#__PURE__*/createFluentFontIcon("MailTemplate20Filled", "", 0, 20));
export const MailTemplate24Regular = ( /*#__PURE__*/createFluentFontIcon("MailTemplate24Regular", "", 1, 24));
export const MailTemplate24Filled = ( /*#__PURE__*/createFluentFontIcon("MailTemplate24Filled", "", 0, 24));
export const MailTemplate28Regular = ( /*#__PURE__*/createFluentFontIcon("MailTemplate28Regular", "", 1, 28));
export const MailTemplate28Filled = ( /*#__PURE__*/createFluentFontIcon("MailTemplate28Filled", "", 0, 28));
export const MailTemplate32Regular = ( /*#__PURE__*/createFluentFontIcon("MailTemplate32Regular", "", 1, 32));
export const MailTemplate32Filled = ( /*#__PURE__*/createFluentFontIcon("MailTemplate32Filled", "", 0, 32));
export const MailTemplate32Light = ( /*#__PURE__*/createFluentFontIcon("MailTemplate32Light", "", 3, 32));
export const MailTemplate48Regular = ( /*#__PURE__*/createFluentFontIcon("MailTemplate48Regular", "", 1, 48));
export const MailTemplate48Filled = ( /*#__PURE__*/createFluentFontIcon("MailTemplate48Filled", "", 0, 48));