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