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