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