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