"use strict";
const iconPsychotherapyFill = require("./icon-psychotherapy-fill.vue.js");
const IconPsychotherapyFill = Object.assign(iconPsychotherapyFill, {
install: (app) => {
app.component(iconPsychotherapyFill.name, iconPsychotherapyFill);
}
});
module.exports = IconPsychotherapyFill;