import _IconFlightLandFill from "./icon-flight-land-fill.vue.js";
const IconFlightLandFill = Object.assign(_IconFlightLandFill, {
install: (app) => {
app.component(_IconFlightLandFill.name, _IconFlightLandFill);
}
});
export {
IconFlightLandFill as default
};