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