@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.78 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AlertSnooze24Filled = exports.AlertSnooze24Regular = exports.AlertSnooze20Filled = exports.AlertSnooze20Regular = exports.AlertSnooze16Filled = exports.AlertSnooze16Regular = exports.AlertSnooze12Filled = exports.AlertSnooze12Regular = exports.AlertSnoozeRegular = exports.AlertSnoozeFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.AlertSnoozeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertSnoozeFilled", "", 2, undefined));
exports.AlertSnoozeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertSnoozeRegular", "", 2, undefined));
exports.AlertSnooze12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertSnooze12Regular", "", 1, 12));
exports.AlertSnooze12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertSnooze12Filled", "", 0, 12));
exports.AlertSnooze16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertSnooze16Regular", "", 1, 16));
exports.AlertSnooze16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertSnooze16Filled", "", 0, 16));
exports.AlertSnooze20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertSnooze20Regular", "", 1, 20));
exports.AlertSnooze20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertSnooze20Filled", "", 0, 20));
exports.AlertSnooze24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertSnooze24Regular", "", 1, 24));
exports.AlertSnooze24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("AlertSnooze24Filled", "", 0, 24));