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