"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.AlertOnIcon = void 0;
var AlertOnIcon_1 = require("./AlertOnIcon");
Object.defineProperty(exports, "AlertOnIcon", { enumerable: true, get: function () { return AlertOnIcon_1.AlertOnIcon; } });