UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

14 lines (13 loc) 1.36 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AlertOn24Filled = exports.AlertOn24Regular = exports.AlertOn20Filled = exports.AlertOn20Regular = exports.AlertOn16Filled = exports.AlertOn16Regular = exports.AlertOnRegular = exports.AlertOnFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.AlertOnFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertOnFilled", "", 2, undefined)); exports.AlertOnRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertOnRegular", "", 2, undefined)); exports.AlertOn16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertOn16Regular", "󰏐", 1, 16)); exports.AlertOn16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertOn16Filled", "󰏣", 0, 16)); exports.AlertOn20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertOn20Regular", "", 1, 20)); exports.AlertOn20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertOn20Filled", "", 0, 20)); exports.AlertOn24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertOn24Regular", "", 1, 24)); exports.AlertOn24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertOn24Filled", "", 0, 24));