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