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