"use strict";
const iconFlightLandFill = require("./icon-flight-land-fill.vue.js");
const IconFlightLandFill = Object.assign(iconFlightLandFill, {
install: (app) => {
app.component(iconFlightLandFill.name, iconFlightLandFill);
}
});
module.exports = IconFlightLandFill;