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