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