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