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