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