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