import _IconCellphoneLine from "./icon-cellphone-line.vue.js";
const IconCellphoneLine = Object.assign(_IconCellphoneLine, {
install: (app) => {
app.component(_IconCellphoneLine.name, _IconCellphoneLine);
}
});
export {
IconCellphoneLine as default
};