@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.91 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VoicemailShield32Filled = exports.VoicemailShield32Regular = exports.VoicemailShield24Filled = exports.VoicemailShield24Regular = exports.VoicemailShield20Filled = exports.VoicemailShield20Regular = exports.VoicemailShield16Filled = exports.VoicemailShield16Regular = exports.VoicemailShieldRegular = exports.VoicemailShieldFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.VoicemailShieldFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VoicemailShieldFilled", "", 2, undefined));
exports.VoicemailShieldRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VoicemailShieldRegular", "", 2, undefined));
exports.VoicemailShield16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VoicemailShield16Regular", "", 1, 16));
exports.VoicemailShield16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VoicemailShield16Filled", "", 0, 16));
exports.VoicemailShield20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VoicemailShield20Regular", "", 1, 20));
exports.VoicemailShield20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VoicemailShield20Filled", "", 0, 20));
exports.VoicemailShield24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VoicemailShield24Regular", "", 1, 24));
exports.VoicemailShield24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VoicemailShield24Filled", "", 0, 24));
exports.VoicemailShield32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VoicemailShield32Regular", "", 1, 32));
exports.VoicemailShield32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VoicemailShield32Filled", "", 0, 32));