import _IconBootstrapLine from "./icon-bootstrap-line.vue.js";
const IconBootstrapLine = Object.assign(_IconBootstrapLine, {
install: (app) => {
app.component(_IconBootstrapLine.name, _IconBootstrapLine);
}
});
export {
IconBootstrapLine as default
};