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