"use strict";
const iconShareBoxLine = require("./icon-share-box-line.vue.js");
const IconShareBoxLine = Object.assign(iconShareBoxLine, {
install: (app) => {
app.component(iconShareBoxLine.name, iconShareBoxLine);
}
});
module.exports = IconShareBoxLine;