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