"use strict";
const iconSendPlaneLine = require("./icon-send-plane-line.vue.js");
const IconSendPlaneLine = Object.assign(iconSendPlaneLine, {
install: (app) => {
app.component(iconSendPlaneLine.name, iconSendPlaneLine);
}
});
module.exports = IconSendPlaneLine;