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