import _IconPhoneFindFill from "./icon-phone-find-fill.vue.js";
const IconPhoneFindFill = Object.assign(_IconPhoneFindFill, {
install: (app) => {
app.component(_IconPhoneFindFill.name, _IconPhoneFindFill);
}
});
export {
IconPhoneFindFill as default
};