"use strict";
const iconChatThreadLine = require("./icon-chat-thread-line.vue.js");
const IconChatThreadLine = Object.assign(iconChatThreadLine, {
install: (app) => {
app.component(iconChatThreadLine.name, iconChatThreadLine);
}
});
module.exports = IconChatThreadLine;