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