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