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