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