12 lines
1.3 KiB
JavaScript
12 lines
1.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.DualScreenClosedAlert24Filled = exports.DualScreenClosedAlert24Regular = exports.DualScreenClosedAlert20Filled = exports.DualScreenClosedAlert20Regular = exports.DualScreenClosedAlertRegular = exports.DualScreenClosedAlertFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.DualScreenClosedAlertFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DualScreenClosedAlertFilled", "", 2, undefined));
|
|
exports.DualScreenClosedAlertRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DualScreenClosedAlertRegular", "", 2, undefined));
|
|
exports.DualScreenClosedAlert20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DualScreenClosedAlert20Regular", "", 1, 20));
|
|
exports.DualScreenClosedAlert20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DualScreenClosedAlert20Filled", "", 0, 20));
|
|
exports.DualScreenClosedAlert24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DualScreenClosedAlert24Regular", "", 1, 24));
|
|
exports.DualScreenClosedAlert24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DualScreenClosedAlert24Filled", "", 0, 24));
|