@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 753 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const MailShieldFilled = ( /*#__PURE__*/createFluentFontIcon("MailShieldFilled", "", 2, undefined));
export const MailShieldRegular = ( /*#__PURE__*/createFluentFontIcon("MailShieldRegular", "", 2, undefined));
export const MailShield16Regular = ( /*#__PURE__*/createFluentFontIcon("MailShield16Regular", "", 1, 16));
export const MailShield16Filled = ( /*#__PURE__*/createFluentFontIcon("MailShield16Filled", "", 0, 16));
export const MailShield20Regular = ( /*#__PURE__*/createFluentFontIcon("MailShield20Regular", "", 1, 20));
export const MailShield20Filled = ( /*#__PURE__*/createFluentFontIcon("MailShield20Filled", "", 0, 20));