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