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