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