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