import _IconChatPrivateLine from "./icon-chat-private-line.vue.js";
const IconChatPrivateLine = Object.assign(_IconChatPrivateLine, {
install: (app) => {
app.component(_IconChatPrivateLine.name, _IconChatPrivateLine);
}
});
export {
IconChatPrivateLine as default
};