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