Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/mail-shield.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

9 lines
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));