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