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