@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 777 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const MailInboxAllFilled = ( /*#__PURE__*/createFluentFontIcon("MailInboxAllFilled", "", 2, undefined));
export const MailInboxAllRegular = ( /*#__PURE__*/createFluentFontIcon("MailInboxAllRegular", "", 2, undefined));
export const MailInboxAll20Regular = ( /*#__PURE__*/createFluentFontIcon("MailInboxAll20Regular", "", 1, 20));
export const MailInboxAll20Filled = ( /*#__PURE__*/createFluentFontIcon("MailInboxAll20Filled", "", 0, 20));
export const MailInboxAll24Regular = ( /*#__PURE__*/createFluentFontIcon("MailInboxAll24Regular", "", 1, 24));
export const MailInboxAll24Filled = ( /*#__PURE__*/createFluentFontIcon("MailInboxAll24Filled", "", 0, 24));