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