@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.49 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const MailAlertFilled = ( /*#__PURE__*/createFluentFontIcon("MailAlertFilled", "", 2, undefined));
export const MailAlertRegular = ( /*#__PURE__*/createFluentFontIcon("MailAlertRegular", "", 2, undefined));
export const MailAlert16Regular = ( /*#__PURE__*/createFluentFontIcon("MailAlert16Regular", "", 1, 16));
export const MailAlert16Filled = ( /*#__PURE__*/createFluentFontIcon("MailAlert16Filled", "", 0, 16));
export const MailAlert20Regular = ( /*#__PURE__*/createFluentFontIcon("MailAlert20Regular", "", 1, 20));
export const MailAlert20Filled = ( /*#__PURE__*/createFluentFontIcon("MailAlert20Filled", "", 0, 20));
export const MailAlert24Regular = ( /*#__PURE__*/createFluentFontIcon("MailAlert24Regular", "", 1, 24));
export const MailAlert24Filled = ( /*#__PURE__*/createFluentFontIcon("MailAlert24Filled", "", 0, 24));
export const MailAlert28Regular = ( /*#__PURE__*/createFluentFontIcon("MailAlert28Regular", "", 1, 28));
export const MailAlert28Filled = ( /*#__PURE__*/createFluentFontIcon("MailAlert28Filled", "", 0, 28));
export const MailAlert32Regular = ( /*#__PURE__*/createFluentFontIcon("MailAlert32Regular", "", 1, 32));
export const MailAlert32Filled = ( /*#__PURE__*/createFluentFontIcon("MailAlert32Filled", "", 0, 32));
export const MailAlert32Light = ( /*#__PURE__*/createFluentFontIcon("MailAlert32Light", "", 3, 32));