@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.88 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PersonAlertOff32Filled = exports.PersonAlertOff32Regular = exports.PersonAlertOff24Filled = exports.PersonAlertOff24Regular = exports.PersonAlertOff20Filled = exports.PersonAlertOff20Regular = exports.PersonAlertOff16Filled = exports.PersonAlertOff16Regular = exports.PersonAlertOffRegular = exports.PersonAlertOffFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PersonAlertOffFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonAlertOffFilled", "", 2, undefined));
exports.PersonAlertOffRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonAlertOffRegular", "", 2, undefined));
exports.PersonAlertOff16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonAlertOff16Regular", "", 1, 16));
exports.PersonAlertOff16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonAlertOff16Filled", "", 0, 16));
exports.PersonAlertOff20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonAlertOff20Regular", "", 1, 20));
exports.PersonAlertOff20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonAlertOff20Filled", "", 0, 20));
exports.PersonAlertOff24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonAlertOff24Regular", "", 1, 24));
exports.PersonAlertOff24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonAlertOff24Filled", "", 0, 24));
exports.PersonAlertOff32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonAlertOff32Regular", "", 1, 32));
exports.PersonAlertOff32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonAlertOff32Filled", "", 0, 32));