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