import _IconQuestionAnswerLine from "./icon-question-answer-line.vue.js";
const IconQuestionAnswerLine = Object.assign(_IconQuestionAnswerLine, {
install: (app) => {
app.component(_IconQuestionAnswerLine.name, _IconQuestionAnswerLine);
}
});
export {
IconQuestionAnswerLine as default
};