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